/*
Template: VideoMakerFX;
Created: 03/24/2014;
*/

body{
	font-family: 'Titillium Web', 'sans-serif';
	min-height: 100%;
	background: url(../img/bg.jpg) repeat;
	font-weight: 300;

}

/*iframe{width: 100%; height: 100%}*/
strong{font-weight: 700 !important}
a:link{text-decoration: none;}


ul{list-style: none; padding: 0px;}

img.fLeft {
	float:left;
	margin-right: 20px;
}

img.fRight {
	float:right;
	margin-left: 20px;
}


.title{
	height: 100px;
	overflow: hidden;
	text-transform: capitalize;
	color:#fff;
	font-size: 36px;
	padding-top: 5px;
	font-weight: 400;
}

.title strong{font-weight: 700 !important}

.title span{
	/*border-bottom: 2px solid #fff;*/
	text-decoration: underline;
}

span.red {color:#ff0000;}
h2.normal-30 {
	font-weight: 400; font-size: 30px;
}

h2.bold-40 {
	font-size: 40px;
	font-weight: 600;
}


.pro-theme-box {
	background: #ffff00;
	padding: 20px 0px;
	width: 450px;
	margin: 0 auto;
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	text-transform: capitalize;
	border-radius: 10px;
	color: #000;
	text-shadow: 0px 0px 1px #f3f3f3;
	margin-top: 40px;
}

/*--------------VIDEO LIST-----------------*/
.video-item {
	position: relative;
	margin-bottom: 30px;
}
.video-item .icon-play {
	position: absolute;
	top:24%; left: 26%;
}

h3.some-of-video {
	text-shadow: 0px 1px 1px #fff;	
}



/*------------TOP-------------*/
.top {
	padding: 40px 0px;
	background: rgb(0,0,0); 
}

.top a{display: inherit;}
.top a img{display: inline-block;}

.top .container {position: relative;}
.top .tool-bar {
	position: absolute;
	top:125px;
	left:25%;
}

/*-----------------------BLOCK 1------------------*/
.block-1 {
	background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */


}

.block-1 .content {
	padding: 50px 0px 30px 0px;
	font-family: "Open Sans";
}
.block-1 .content h1 {
	font-size: 40px;
	color:#000;
	font-weight: 400;

}

.block-1 .content h1 span {font-weight: 700}

h2.bold2x-36 {
	font-size: 36px;
	font-weight: 700;
}

.block-1 .content img{display: inline-block;}


/*-------------------BLOCK 2 ------------------------*/
.block-2 .title {
	background: #088e57;
	border-top: 5px solid #077749;
	font-size: 40px;
	font-weight: 400;
	height: 90px;
	padding-top: 10px;
	font-family: 'Open Sans';
}
.block-2 .title span {font-weight: 600; text-decoration: none;}

.block-2 .content-1 {
	padding: 30px 0px;
	background: #dedede;
	color:#031e2a;
}
.block-2 .content-1.blue {
	background: #ebebeb
}
.block-2 .content-1.green{
	background: #dedede
}
.block-2 .content-1.red{
	background: #ebebeb
}
.block-2 .content-1.tim{
	background: #dedede
}


.block-2 .content-1 h2{
	font-size: 36px;
	text-transform: capitalize;
}

.block-2 .content-1 p {
	font-size: 24px;
}

.block-2 .content-1 .video-item {display: inline-block;}
.block-2 .content-1 .video-item .icon-play{left: 30%}

.block-2 .bottom {
	background: #cbcaca;
	font-size: 30px;
	color:#031e2a;
	padding: 20px 0px;
}


/*--------------------PRODUCT BLOCK--------------*/
.product {
	background: url(../img/bg-product-1.png) repeat;
}

.product .inner{
	min-height: 300px;
	margin-top: -7px;
	background: url(../img/bg-product-2.png) left top repeat-x;
}

.product .inner img {display: inline-block;}


.product .content {
	padding: 30px 0px;
}

.product .content .list-2 {
	color:#fff;
	font-size: 28px;
	font-weight: 400;
	text-transform: capitalize;
	margin-top: 50px;
}
.product .content .list-2 li{
	background: url(../img/icon-mark.png) left center no-repeat;
	padding-left: 60px;
	margin-bottom: 10px;
}
.product .content .list-2 span{font-weight: 700}

/
/*---------------SO WHAT ARE--------------*/
.so-what-are {

}

.so-what-are .title {
	font-size: 40px;
	color:#fff;
	font-weight: 600;
	background: #088e57;
	height: 100px;
	line-height: 90px;
	font-family: "Open Sans";
}
.so-what-are .title span {
	/*border-bottom:  1px solid #3a4a5a*/
	text-decoration: underline;
}

.so-what-are .content {
	padding: 30px 0px;
}
.so-what-are .content img{display: inline-block;}
.so-what-are .content h1 {
	text-transform: capitalize;
	font-size: 40px;
	font-weight: 600;
	margin: 30px 0px;
}

.so-what-are .content h2.title-1 {
	font-size: 40px;
	font-weight: 400;
	color:#2f2f2f;
	margin-top: 0px;
}

.so-what-are .content h2.title-1 span.bold {
	font-weight: 700;
	font-size: 40px;
}

.so-what-are .content h2.title-1 span.under {
	display: block;
	clear: both;
	font-size: 36px;
	font-weight: 400;
}

.so-what-are .content h2.title-2 {
	font-weight: 400;
	font-size: 40px;
	color:#2f2f2f;
}
.so-what-are .content h2.title-2 span.gray {
	color:#a0a0a0;
}

.so-what-are .content h2.title-2 span.red {
	color:#ff0000;
	font-weight: 700;
}


.so-what-are .content .inner {
	position: relative;
}
.so-what-are .content .inner .left-arrow, .so-what-are .content .inner .right-arrow {
	position: absolute;
	top: 0px;
}
.so-what-are .content .inner .left-arrow {
	left: 0px;
}
.so-what-are .content .inner .right-arrow {
	right: 0px
}

.so-what-are .btn_area {
	min-height: 240px;
	background: #f2f2f2;
	text-align: center;
	vertical-align: middle;
	line-height: 230px;
	font-size: 50px;
	font-weight: 700;
	cursor: pointer;
}

.so-what-are .info{
	color:#313131;
	margin-top: 30px;
}
.so-what-are .info img {
	float:left;
	margin-right: 20px;
}

.so-what-are .info h2 {
	font-weight: 400;
	font-size: 28px;
	margin-top: 0px;
}
.so-what-are .info p {
	font-size: 18px;
 	font-weight: 400
}


/*-------------------VIDEO PROFIX--------------*/
.videoprofit .title {
	background: #026268;
	height: 100px;
	text-transform: capitalize;
	font-size: 50px;
	font-weight: 600;
	color:#fff;
}

.videoprofit .content{padding: 30px 0px;}
.videoprofit .content img{display: inline-block;}
.videoprofit h1.text-1 {
	font-size: 50px;
	color:#2f2f2f;
}

.videoprofit h3.text-2{
	font-size: 30px;
	font-weight: 600;
	color:#585858;
}
.videoprofit h4.text-3{
	font-size: 25px;
	font-weight: 600;
	color:#696969;
}

.videoprofit h1.text-1 span {font-weight: 600}

.videoprofit .list {
	font-size: 20px;
	font-weight: 400;
	margin-top: 40px;
	-webkit-font-smoothing: antialiased;
}

.videoprofit .list .text-right {
	border-right: 5px solid #cfcfcf;
}


/*-----------------Incredible----------------*/
.incredible .title {
	background: #006066;
	color:#fff;
	font-size: 30px;
	font-family: "Open Sans";
	font-weight: 600;
	line-height: 80px;
	height: 90px;
}
.incredible .content{ padding: 30px 0px}
.incredible .content img{display: inline-block; margin: 20px 0px}
.incredible .content h2{
	font-size: 30px;
	font-weight: 400;
	color:#031e2a;
}
.incredible .content h3 {
	font-size: 24px;
	font-weight: 400;
	color:#031e2a;
}


/*------------------FOOTER------------*/
.text-footer {
	background: #fff;
	font-family: "Open Sans";
}

.text-footer p {
	margin: 20px 0px;
	font-size: 18px;
	font-weight: 400;
	color:#052caa;
	text-transform: capitalize;
}

