/*
 Table Of Contents

 1.) Homepage
 1.1) Video Section CSS
 1.2) Companys Logo Section CSS
 1.3) Gray Background CSS
 1.4) Video Section CSS
 1.5) Select Video Section CSS
 1.6) Meet People Section CSS
 1.7) Business Logo Section CSS
 1.8) Video Details Info CSS
 1.9) Info Section CSS
 1.10) Program Section CSS
 1.11) Testimonial Section CSS
 1.12) Dark Yellow Bg Section CSS

 ===============================================*/

/*
 1.1) Video Section CSS
 -------------------------------------*/

.top-video-sec {
}
/*.video {
	position: relative;
	float: left;
	margin-left: 0px;
    height: 0;
    overflow:hidden;
}*/
.videoArea {
  height: 0;
  padding-top: 0px;
  padding-bottom: 25%;
  position: relative;
  overflow: hidden;
}
 
.video.widescreen {
  padding-bottom: 54.34%;
}
 
.video.vimeo {
  padding-top: 0;
}
.video embed, .video iframe, .video object, .video video {
  top: 0;
  left: 0;
  width: 66%;
  height: 98%;
  position: absolute;
}
.video > img {
	display: block;
}
.play-icon {
	position: absolute;
	width: 96px;
	height: 61px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.play-icon:hover {
	opacity: 0.5;
}
.video-info {
    position:relative;
	margin-left:auto;
    margin-right:auto;
    text-align:center;
}
.video-info > span {
	display: block;
	color: #000000;
    font-weight:500;
	font-size: 4.9em;
	line-height: 145%;
	margin-bottom: 20px;
	padding-left: 0;
}
.video-info a{
    left: 50%;
    margin-left: -20%;
    position: absolute;
}
.video-link {
	background: #febb03;
	border-radius: 5px;
	bottom: 0;
	color: #373435;
	margin:auto;
	font-size: 2.9em;
	font-weight: bold;
	line-height: 177%;
	padding: 4px 0 0;
    text-align: center;
    width:400px;
}
.video-link > span {
	display: block;
	border-radius: 0 0 5px 5px;
	background: #000000;
	color: #fff;
	line-height: 47%;
	min-height: 25px;
}
.video-link > span > span {
	font-size: 53%;
	font-weight: bold;
	line-height: 1;
	position: relative;
}
.video-link > span > span:before, .video-link > span > span:after {
	position: absolute;
	top: 6px;
	content: '';
	background: url(images/star_small.png) no-repeat;
	width: 10px;
	height: 10px;
}
.video-link > span > span:before {
	left: -15px;
}
.video-link > span > span:after {
	right: -15px;
}

/*
 1.2) Companys Logo Section CSS
 ---------------------------------------------------*/

.com-logos-sec {
	background: #b6211b;
	padding-bottom: 9px;
}
.logo-info {
	float: left;
	padding: 12px 0 0 34px;
	width: 26.3%;
}
.logo-info span, .logo-info strong {
	display: block;
	color: #fff;
}
.logo-info span {
	font-size: 1.2em;
}
.logo-info strong {
	font-size: 1.55em;
	line-height: 147%;
}

.payment-mode {
	float: left;
	margin: 9px 0 0;
}
.payment-mode li {
	float: left;
	margin-right: 3px;
}

.payment-mode li a {
	display: block;
}

/*.payment-mode li a:hover {
	opacity: 0.5;
}*/

.logos {
	display: table;
	float: right;
	margin: 7px 30px 0 0;
}
.logos li {
	display: table-cell;
	vertical-align: middle;
}
.logos li img {
    margin:0 0 0 20px;
}

/*.logos li img:hover {
	opacity: 0.5;
}*/
/*
 1.3) Gray Background CSS
 --------------------------------------*/

.gray-bg {
	background: url(images/gray_bg.jpg) repeat;
	padding-bottom: 20px;
}
.about-con-img {
	float: left;
	width: 30%;
	text-align: center;
	margin: 30px 0 0;
}
.about-con-img img {
	border: 6px solid #fff;
	border-radius: 120px;
	margin-bottom: 7px;
	display: inline-block;
}

.about-con-img figcaption {
	font-size: 2.5em;
	text-transform: capitalize;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
}

.about-con {
	float: right;
	width: 69.3%;
	padding: 25px 0 0 0;
}
.about-con > div {
	margin-bottom: 20px;
}
/*--------------*/
.gray-bg.last {
	padding: 31px 0 0px;
}
.img-sec {
	float: left;
	margin-left: 33px;
	width: 29%;
}
.con {
	float: right;
	width: 66%;
}
.con h2 {
	font-size: 3.7em;
	line-height: 91%;
	padding-right: 0;
	text-align: left;
	margin-bottom: 20px;
}
.con p {
	color: #757679;
	line-height: 108%;
	margin-bottom: 24px;
}

/*-------------------*/

.gray-bg.bottom {
	padding: 40px 0 60px 0;
}

.gray-bg.bottom > div > h2 {
	line-height: 121%;
	padding: 0;
	margin-bottom: 30px;
}
.sec {
	position: relative;
	float: left;
	width: 30.2%;
	background: #fefefe;
	border-radius: 10px;
	padding: 14px 0 0;
	min-height: 550px;
	margin-right: 44px;
	margin-bottom: 30px;
}

.sec:before {
	position: absolute;
	right: -28px;
	top: 0;
	height: 100%;
	background: url(images/seprator.png) repeat-y;
	width: 11px;
	content: '';
}
.sec.last:before {
	display: none;
}
.plus-icon {
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/plus.png) no-repeat;
	width: 103px;
	height: 119px;
}
.plus-icon a {
	position: absolute;
	top: 10px;
	right: 14px;
	width: 39px;
	height: 41px;
	background: #fff;
	background: #fff;
	border-radius: 50px;
}

.plus-icon a img {
	bottom: 0;
	display: inline-block;
	height: 26px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 23px;
}

.sec h3 {
	color: #373435;
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: 8px;
	padding-left: 13px;
}
.sec h2 {
	padding-left: 13px;
	color: #ff3c00;
	font-size: 2.9em;
	font-weight: normal;
	margin-bottom: 35px;
	text-align: left;
}

.sec h2 span {
	display: block;
}
.sec ul {
	padding-left: 13px;
}
.sec li {
	color: #373435;
	font-size: 1.6em;
	line-height: 120%;
	margin-bottom: 20px;
	padding-left: 18px;
	position: relative;
}
.sec li span {
	display: block;
}
.sec li:before {
	position: absolute;
	top: 10px;
	left: 0;
	background: #161616;
	width: 7px;
	height: 7px;
	border-radius: 10px;
	content: '';
}
.sec > img {
	bottom: 0;
	display: block;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
}
.sec.last {
	margin-right: 0;
	float: right;
}
.about-con h2 {
    text-align:left;
    font-size:3em;
}

/*
 1.4) Video Section CSS
 ---------------------------------*/

.video-sec {
	background: url(images/dark_gray_bg.jpg) repeat top center;
	padding: 34px 0 72px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.video-con {
	float: left;
	margin: 32px 0 0 0;
	width: 34%;
	position: relative;
}

.video-con:before {
	position: absolute;
	top: 34px;
	left: -74px;
	content: '';
	background: url(images/arrow.png) no-repeat;
	width: 107px;
	height: 449px;
}

.video-img {
	float: right;
	width: 70%;
	margin: 0 -70px 0 0;
}

.video-con h3 {
	overflow: hidden;
    
}
h3 > span {
	
    line-height: 161%;
}
h3 > span > span {
}
h3 > span > span > img {
	position:absolute;
    margin-top:2px;
}

.video-con p {
	color: #7b7c7f;
	line-height: 1.09;
	margin-bottom: 16px;
	padding-right: 3px;
}

/*
 1.5) Select Video Section CSS
 ----------------------------------------- */

.more-video-sec {
	background: url(images/you-tube-be.jpg) no-repeat top center;
	background-size: cover;
}

.ie8 .more-video-sec {
	background: url(images/you-tube-be.jpg) no-repeat top center #2d313c;
}

.more-video-sec > .page {
	position: relative;
	padding-bottom: 73px;
}
.banner {
    position: absolute;
    right: -83px;
    bottom: -4px;
}
.select-videos {
	float: left;
	width: 42.5%;
	margin: 35px 0 0 0px;
}
.select-videos p {
	color: #fff;
	font-size: 1.6em;
	line-height: 164%;
	padding: 0 0 0 19px;
	font-family: 'Roboto Slab', serif;
}

.select-videos > div {
	margin-bottom: 29px;
	position: relative;
}
.select-videos > div h4 {
    font-size:3em;
}
.select-videos > div:before, .select-videos > div:after {
	position: absolute;
	content: '';
	width: 35px;
	height: 113px;
	top: -21px;
}
.select-videos > div:before {
	background: url(images/bracket_left.png) no-repeat;
	left: -26px;
}
.select-videos > div:after {
	background: url(images/bracket_right.png) no-repeat;
	right: 0;
}
.videos {
	background: #201e1e;
	border: 1px dotted #c7c7c7;
	box-shadow: 0 0 0 7px #201e1e;
	margin: 16px 0 0 9px;
	padding: 7px;
	width: 96%;
	border-radius: 2px;
}
.videos li {
	background: #e6e7e8;
	border-radius: 3px;
	margin-top: 6px;
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 2px 0;
}
.videos li:before, .videos li:after {
	position: absolute;
	content: '';
	background: url(images/youtube_post_connector.png) no-repeat;
	width: 9px;
	height: 35px;
	bottom: -21px;
	z-index: 1;
}
.videos li:before {
	left: 5px;
}
.videos li:after {
	right: 5px;
}
.videos li.last:before, .videos li.last:after {
	display: none;
}
.videos li:first-child {
	margin-top: 0;
}
.videos li > figure {
	float: left;
	padding: 6px 0 0;
	text-align: right;
	width: 26%;
}
.videos li > div {
	float: right;
	width: 70%;
	color: #201e1e;
	font-size: 1.2em;
	padding: 18px 6px 0 0;
}
.videos li > div span {
	display: inline-block;
	color: #b62c26;
	font-style: italic;
	text-transform: capitalize;
	font-size: 96%;
}


/*
 1.6) Meet People Section CSS
 ----------------------------------------*/

.meet-people {
	background: url(images/bg_sales_page.png) bottom center no-repeat #1d1d1d;
	padding-bottom: 13px;
}
.laptop-img {
	float: left;
	margin: 38px 0 0 -30px;
	width: 72%;
	position: relative;
}
.laptop-img > img {
	position: relative;
	z-index: 1;
}

.play-btn {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 96px;
	height: 61px;
}
.play-btn:hover {
	opacity: 0.5;
}
.video-text {

	background: url(images/text-bg.png) repeat-x;
	color: #373435;
	font-size: 2em;
	height: 51px;
	line-height: 43px;
	padding: 0 19px 0 31px;
	position: absolute;
	right: -180px;
	top: 60%;
	font-family: 'Roboto Slab', serif;
}
.video-text:after {
	position: absolute;
	top: 0;
	right: -19px;
	content: '';
	background: url(images/before-img.png) no-repeat;
	width: 19px;
	height: 45px;
}
.people-con {
	float: right;
	margin: 37px 0 0;
	position: relative;
	right: 63px;
	width: 28%;
}

.people-con p {
	font-size: 3.1em;
	color: #fff;
	font-family: 'Roboto Slab', serif;
}

/*
 1.7) Business Logo Section CSS
 ----------------------------------------------*/

.business-logo-sec {
	background: #b21d17;
	position: relative;
}

.business-logo-left {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #fff;
}
.business-logo-center {
	background: url(images/video_business.jpg) top center no-repeat;
	position: relative;
	z-index: 2;
}

.col-left, .col-right {
	text-align: center;
}
.col-left {
	float: left;
	padding: 119px 0 0;
	width: 47%;
}
.col-right {
	float: right;
	margin-right: 14px;
	padding: 16px 0 46px;
	width: 44.8%;
}

.col-right > img {
	margin: 0 0 10px 56px;
}
.col-right figcaption {
	display: block;
	background: #201e1e;
	font-size: 3em;
	color: #fff;
	border-radius: 10px;
	padding: 0px 0 5px;
	font-family: 'Roboto Slab', serif;
}

/*
 1.8) Video Details Info CSS
 -----------------------------------*/

.video-bg {
	background: #171717;
	padding: 56px 0;
}
.video-bg > .page > h2 {
	color: #fff;
	padding: 0 121px;
	margin-bottom: 52px;

}

.video-details {
	background: #fefefe;
	border-radius: 10px;
	padding: 13px 9px 9px;
	width: 32.6%;
	margin: 0 10px 10px 0;
	float: left;
	border: 2px solid #373435;
}
.video-details.last {
	margin-right: 0;
}
.video-details h2 {
	color: #ff3c00;
	font-size: 3em;
	position: relative;
	margin-bottom: 52px;
	text-align: left;
	padding-left: 9px;
}
.video-details h2 i {
	display: inline-block;
	background: #ff3c00;
	border-radius: 25px;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	margin-right: 9px;
	width: 44px;
	height: 44px;
	font-size: 89%;
	line-height: 165%;
}

.video-details > div {
	min-height: 60px;
}

.video-details > figure {
	margin-bottom: 14px;
}
.video-details > div p {
	color: #727376;
}
.video-details > ul {
	background: #ff3c00;
	border-radius: 10px;
	min-height: 108px;
	margin: 0;
	padding: 10px 2px 0 0;
}
.video-details > ul > li {
	position: relative;
	color: #fefefe;
	padding: 10px;
}
.video-details > ul li:before {
	position: absolute;
	content: '';
	top: 2px;
	left: 13px;
	background: url(images/tick.png) no-repeat;
	width: 25px;
	height: 26px;
}

.video-details.add {
	position: relative;
	text-align: center;
}
.video-details.add figure {
	width: 219px;
	margin: 0 auto 13px;
}
.video-details.add  figcaption {
	background: #ff3c00;
	padding: 5px;
	font-family: 'Roboto Slab', serif;
}
.video-details.add  figcaption > span {
	display: block;
	background: #fefefe;
	padding: 20px 0 20px;
}
.video-details.add  figcaption > span > span, .video-details.add  figcaption > span > strong {
	display: block;
}
.video-details.add  figcaption > span > span {
	color: #606062;
	font-size: 2em;
}
.video-details.add  figcaption > span > strong {
	color: #ff3c00;
	font-size: 4em;
}
.video-details.add  figcaption > div {
	padding: 17px 0;
}
.video-details.add  figcaption > div span, .video-details.add  figcaption > div strong {
	display: block;
	color: #fefefe;
}
.video-details.add  figcaption > div span {
	font-size: 3em;
}
.video-details.add  figcaption > div strong {
	font-size: 6em;
}
.video-details > div.cost {
	min-height: 89px;
	margin-bottom: 7px;
	font-family: 'Roboto Slab', serif;
}
.cost p {
	color: #727376;
	font-size: 2em;
}
.cost > span {
	display: block;
	color: #ff3c00;
}
.cost > span > small {
	font-size: 4em;
	line-height: 1;
	position: relative;
	top: -18px;
}
.cost > span > span {
	font-size: 6em;
	display: inline-block;
}

/*
 1.9) Info Section CSS
 ------------------------------------*/

.info-sec {
	background: #b6211b;
}
.info-sec.pink {
	background: #d03d83;
}
.info-sec.purple {
	background: #741a74;
}
.info-sec.blue {
	background: #007da5;
}
.info-sec.green {
	background: #24b89e;
}
.info-sec.yellow {
	background: #d5b44d;
}
.info-sec.dark-yellow {
	background: #d68019;
}

.info-details {
	padding: 8px 0 20px;
	overflow: hidden;
}

.info-con {
	float: left;
	width: 58%;
	padding-top: 22px;
}
.info-con h5 i {
	position: absolute;
	top: 0;
	left: 0;
	width: 59px;
	height: 65px;
	display: inline-block;
}
.info-con h5 span {
}
.info-con p {
	color: #fff;
	line-height: 1.5em;
	margin-bottom: 22px;
}
.info-con ul {
	margin: 0;
	display: block;
	width: 100%;
}
.info-con ul li {
	float: left;
	width: 50%;
	color: #fff;
	position: relative;
	padding-left: 36px;
	line-height: 214%;
	margin-bottom: 10px;
}
.info-con ul li:before {
	position: absolute;
	top: 5px;
	left: 0;
	content: '';
	background: url(images/tick.png) no-repeat;
	width: 25px;
	height: 26px;
}

.circle-con {
	float: right;
	width: 38%;
	position: relative;
}
.circle-con > .tag {
	position: absolute;
	right: 10px;
	top: 56px;
	width: 152px;
}
.circle-con > .tag span, .circle-con > .tag strong {
	display: block;
	color: #fff;
}
.circle-con > .tag span {
	text-align: center;
	font-style: italic;
	font-size: 1.3em;
	margin-bottom: 10px;
}
.circle-con > .tag strong {
	font-size: 1.28em;
	margin-bottom: 4px;
	padding-left: 20px;
}

.product-img {
	position: absolute;
	bottom: 56px;
	width:80% !important;
    left:0px;
}

/*
 1.10) Program Section CSS
 --------------------------------------------*/

.program-sec {
	background: #161616;
	padding: 56px 0 65px;
}

.program-sec .page {
	transform: skewX(-16deg);
	-moz-transform: skewX(-16deg);
	-webkit-transform: skewX(-16deg);
	-o-transform: skewX(-16deg);
	-ms-transform: skewX(-16deg);
}
.program-info {
	float: left;
	width: 22%;
	border-right: 2px solid #fff;
	min-height: 596px;
}

.program-info > figure {
	position: relative;
}
.title {
	position: absolute;
	bottom: 8px;
	left: 0;
	background: rgba(194,220,127,0.9);
	padding: 15px;
	font-size: 2.3em;
}
.title span {
	color: #fff;
	font-size: 100%;
	display: inline-block;
	transform: skewX(10deg);
	-moz-transform: skewX(10deg);
	-webkit-transform: skewX(10deg);
	-o-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
}

.program-info.two .title {
	background: rgba(128,46,95,0.9);
}
.program-info.three .title {
	background: rgba(218,159,88,0.9);
}
.program-info.four .title {
	background: rgba(104,203,188,0.9);
}
.heading {
	color: #fff;
	font-size: 3.5em;
	line-height: 103%;
	margin-bottom: 14px;
	text-transform: uppercase;
}
.heading > span {
	background: #fff;
	color: #161616;
	display: inline-block;
	min-width: 52px;
	padding: 3px 5px;
	position: relative;
	left: -100px;
	top: 40px;
}
.program-info p {
	font-size: 1.2em;
	color: #fff;
	transform: skewX(10deg);
	-moz-transform: skewX(10deg);
	-webkit-transform: skewX(10deg);
	-o-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	padding: 0 10px;
	position: relative;
	text-indent: 26px;
}

.program-info p:before {
	content: '';
	display: inline-block;
	width: 19px;
	height: 20px;
	position: absolute;
	top: -3px;
	left: 13px;
	background: url(images/refresh_icon.png) no-repeat;
}

.program-info p span {
	display: inline-block;
	text-indent: 0;
}

.program-info figure img {
	width: 100%;
	margin-bottom: 7px;
}
.program-info.two {
	padding-top: 24px;
}
.program-info.three {
	padding-top: 88px;
}
.program-info.four {
	padding-top: 67px;
}

.award-bg {
	background: #161616;
	padding: 17px 0 21px;
}

.award-info {
	float: left;
	width: 50%;
}
.award-info h2 {
	color: #fefefe;
	font-size: 3.5em;
	line-height: 114%;
	text-align: left;
}
.award-info p {
	color: #d4d4d4;
	margin-bottom: 10px;
}

.award {
	float: right;
	width: 50%;
	text-align: center;
	padding-top: 62px;
}

.got-award {
	margin: 28px auto 0;
	width: 178px;
	padding: 6px 6px 3px;
	background: #fff;
	transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-webkit-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
}
.got-award img {
	width: 100%;
	margin-bottom: 3px;
}
.got-award > figcaption {
	color: #ed3237;
	font-size: 2em;
	text-align: center;
	text-transform: capitalize;
}

/*
 1.11) Testimonial Section CSS
 -------------------------------------------------*/

.testimonial-sec {
	background: #ecedee;
	padding: 87px 0;
}
.testimonial-sec > .page > h2 {
	color: #373435;
	font-size: 3.5em;
	line-height: 1.2;
	padding-left: 259px;
	padding-top: 50px;
	position: relative;
	text-align: left;
	margin-bottom: 80px;
}
.testimonial-sec > .page > h2:before {
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/chat_icon.png) no-repeat;
	width: 153px;
	height: 163px;
	content: '';
}

.testimonial {
	overflow: hidden;
	margin-bottom: 30px;
}
.testimonial figure {
	float: left;
	padding: 17px 17px 27px;
	width: 21%;
	background: url(images/thumbnail_bg.png) no-repeat;
}
.testimonial figure img, .testimonial figure figcaption {
	transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	padding: 2px 0;
	text-align: center;
}

.testimonial figure figcaption {
	font-size: 1.6em;
	padding: 0;
}

.testimonial-con {
	float: right;
	width: 73%;
	padding: 5px 26px 17px;
	background: #fefefe;
	border: 1px solid #d8d8d8;
	position: relative;
}
.testimonial-con:before {
	background: url(images/arrow-left.png) no-repeat;
	width: 14px;
	height: 29px;
	top: 19px;
	left: -14px;
	content: '';
	position: absolute;
}
.testimonial-con h2 {
	color: #373435;
	font-size: 2.5em;
	margin-bottom: 25px;
	font-family: 'Roboto', sans-serif;
	text-align: left;
}
.testimonial-con p {
	color: #373435;
	font-size: 1.4em;
	margin-bottom: 22px;
}

.star-sec {
	border-top: 3px solid #373435;
	overflow: hidden;
	padding-top: 9px;
}
.star-sec ul {
	float: left;
	margin: 0;
}
.star-sec ul li {
	float: left;
	margin-right: 1px;
}
.star-sec span {
	float: right;
	font-size: 1.4em;
}
.star-sec span a {
	font-size: 100%;
	color: #3a3738;
}

.star-sec span a:hover {
	color: #d68019;
}

/*
 1.12) Dark Yellow Bg Section CSS
 ----------------------------------------------*/

.dark-yellow-bg {
	background: #c25b00;
}
.left-img-sec {
	float: left;
	width: 50%;
	margin-top: -31px;
	position: relative;
}
.pop-text {
	padding-top: 40px;
	position: absolute;
	top: 34px;
	left: -67px;
	background: url(images/comment_bubble.png) no-repeat;
	width: 172px;
	height: 177px;
}
.pop-text span, .pop-text strong {
	display: block;
	text-align: center;
	color: #373435;
}
.pop-text span {
	font-style: italic;
	font-size: 2.2em;
	margin-bottom: 9px;
}
.pop-text strong {
	font-size: 3.5em;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Roboto Slab', serif;
}

.left-img-sec img {
	display: block;
}
.right-con {
	float: right;
	width: 50%;
	padding: 44px 22px 0 0;
}
.right-con p {
	color: #fff;
	font-size: 1.7em;
	line-height: 1.3;
}
.price {
    margin-top:-20px;
}
.right{
    float: right;
}
.left{
    float: left;
}
.container{
    width: 1120px;
    clear: both;
    margin: 0 auto;
    overflow: auto;    
}
.container2{
    width: 1120px;
    clear: both;
    margin: 0 auto;
    overflow: visible;
}
.bg {
    border-width: 1px;
    border-color: rgb( 161, 161, 161 );
    border-style: solid;
    background-color: #232323;
}
#header{
    width: 100%;
}
#toppart{
    background-image: url('http://GoMakers.blob.core.windows.net/videobusiness/joinedbackground.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;    
}

#toppart_toptext_rectangle {
    background-color: rgb( 237, 0, 0 );  
    width: 25px;
    height: 34px;
    margin-top: 10px;
    float: left;
}

#toppart_toptext_videonum{
    color: rgb( 43, 43, 43 );
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;  
    text-shadow: 0px 0px 1px rgb( 255, 255, 255 );
    padding-top: 46px;
    padding-left: 35px;
}

#toppart_toptext_text {
    font-size: 47px;
    color: rgb( 43, 43, 43 );
    font-weight: bold;
    text-transform: uppercase;  
    text-shadow: 0px 0px 1px rgb( 255, 255, 255 );    
    padding-top: 10px;
    padding-left: 35px;
}

#toppart_toptext_text span{
    display: block;
}

#player{
    margin-top: 20px;
}

#player img{

    float: left;
}

.rectangle1{
    margin-top: -43px;
    background-image: url('http://GoMakers.blob.core.windows.net/videobusiness/rectangle1.png');
    background-repeat: no-repeat;
    width: 439px;
    height: 422px;    
}

#welcometo {
    font-size: 26.5px;
    color: rgb( 255, 255, 255 );    
    -moz-transform: matrix( 0.94448835896753,0,0,0.94338816492203,0,0);
    -webkit-transform: matrix( 0.94448835896753,0,0,0.94338816492203,0,0);
    -ms-transform: matrix( 0.94448835896753,0,0,0.94338816492203,0,0);    
}
#welcometo span{
    display: block;
    padding-top: 30px;
    padding-left: 210px;
}

#sep1{
    background-image: url('http://GoMakers.blob.core.windows.net/videobusiness/sep1.png');
    background-repeat: no-repeat;
    height: 5px;
    margin-left: 10px;
    margin-top: 10px;
}

#IMPORTANT{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left:15px;
}

#IMPORTANT span{
    font-size: 41.5px;
    color: rgb( 115, 0, 0 );
    font-weight: bold;  
    text-transform: uppercase;  
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 1);
    
}

#pleasecheck {
    font-size: 18px;
    color: rgb( 255, 255, 255 );
    margin-top:20px;    
    margin-left: 10px;
}

.confirm {
    font-size: 17px;
    color: rgb( 255, 255, 255 );
    text-align: left;  
    width: 270px;    
    margin-left: 15px;
    line-height:20px;
}

#topbook{
    overflow: visible;
    float: right;
    margin-right: -40px;
    margin-top: -230px;
}

#share_these_Videos {    
    clear: both;   
    height: 90px;
    margin:auto;
    width:760px;
}

#share_these_Videos span{
    font-size: 44.1px;
    color: rgb( 77, 77, 77 );
    font-weight: bold;
    text-align: center;
    /*
    text-shadow: 0px 1px 1px rgb( 255, 255, 255 );
    -moz-transform: matrix( 0.52116844490523,0,0,0.51904109399562,0,0);
    -webkit-transform: matrix( 0.52116844490523,0,0,0.51904109399562,0,0);
    -ms-transform: matrix( 0.52116844490523,0,0,0.51904109399562,0,0);  
    */
}

.join_our_conversation {    
    
    padding-top: 10px;
    padding-bottom: 30px;
    margin-left: -630px;
    text-align: center;
    font-size: 32px;
    color: rgb( 190, 187, 174 );
    font-weight: bold;  
    text-shadow: 0px 1px 0px rgba(4, 4, 4, 0.82);
}

#discussion{
    padding-bottom: 40px;
}

#siderectangle {
    border-style: solid;
    border-width: 9px;
    border-color: rgb( 223, 223, 223 );
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: rgb( 24, 24, 24 );  
    width: 400px;
    height: 1150px;  
}

#footertext {
    font-size: 14px;
    color: rgb( 172, 172, 172 );
    font-weight: bold;  
}

.footerbg {
    background-color: rgb( 35, 35, 35 );  
    height: 53px;  
    text-align: center;
    padding-top: 20px;
}

.button_rectangle {
    background-image: -moz-linear-gradient( 90deg, rgb(24,24,24) 0%, rgb(53,53,53) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(24,24,24) 0%, rgb(53,53,53) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(24,24,24) 0%, rgb(53,53,53) 100%);    
    width: 141px;
    height: 28px;
    display: block;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
}

.number{
    padding-top: 4px;
    display: block;
}

.number span{
    font-style: italic;
    color:#fecc02;
}

.buttondisabled{
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
    background-color: #000;
}

.buttontext{
    clear: both;
    width: 550px;
    overflow: hidden;
    background-color: rgba(33,33,33,0.4);
    color: white;
    padding: 20px;
    font-size: 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.buttontexttitle{
    font-size: 24px;
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
}


.button2 {
    background-image: -moz-linear-gradient( 90deg, rgb(148,1,1) 0%, rgb(139,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(148,1,1) 0%, rgb(139,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(148,1,1) 0%, rgb(139,0,0) 100%);  
    width: 439px;
    height: 37px;  
}

.button2 span {
    font-size: 18px;
    color: rgb( 255, 255, 255 );  
    padding-top: 10px;
    display: block;
    margin-left: 20px;
}

.sideplayer span{
    display: block;
    color:#c3c3c3;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.comingsoon{
    position: relative;
    margin-top: -193px;
    top: 0;
    left: -90px;
}

.div1{
    margin-top:30px;
    margin-bottom:20px;
}

.fb-like{
    margin-bottom: 20px;
}

/* for phone */
@media screen and (max-device-width: 480px){
    body{
        -webkit-text-size-adjust: none;
    }
}


/* For Alert Box */
#dialogoverlay{
    display: none;
    opacity: .8;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #FFF;
    width: 100%;
    z-index: 10;
}
#dialogbox{
    display: none;
    position: fixed;
    background: #000;
    border-radius:7px; 
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;    
    width:550px;
    z-index: 10;
}
#video_business_title{
    text-align: center;
    font-size: 24px;
    color: rgb( 255, 255, 255 );
    font-weight: bold;
    text-transform: uppercase;  
    text-shadow: 0px -1px 0px rgb( 0, 0, 0 );    
    margin-left:140px;
}
#hangout {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
    background-image: url('https://gomakers.blob.core.windows.net/gomakers/patern.jpg');
}
#hangout .container {
    position: relative;
    width: 100%;
    height: 70%;
}
#hangout .CTA {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
#hangout .video-link {
    width:450px;
}
.comments-info{
    font-size:32px;
    color:white;
    text-align:center;
    padding:10px 0 0 0;
}
#footer .cta-link {
    width: 450px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    margin-bottom:20px;
}
.container-video {
    max-width: 800px;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}

.embed-responsive.embed-responsive-16by9 {
padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.launchcta {
    display:none;
}
.counter {
    position:absolute; 
    left:0;
    display:none;
    width:100%;
}
.counter h1 {
    color:#ffffff;
    margin-top:310px;
    font-size:34px;
}
.counter h2 {
    color:#ffffff;
    font-size:72px;
}
.circle{
    margin-left:10px; 
    float:left; 
    width:20px;
    height:20px;
    border-radius:50px;
    font-size:20px;
    color:#fff;
    line-height:100px;
    text-align:center;
    background-color:red;
}
.video-link-gray {
    background: gray;
    border-radius: 5px;
    bottom: 0;
    color: #ffffff;
    float: left;
    font-size: 1.5em;
    line-height: 177%;
    padding: 4px 0 0;
    text-align: center;
    width: 300px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    cursor:pointer;
}
#placement-bottom {
    display:none;
}

/*---------------Video Home------------------------------*/
#banner-gear {
    max-height: 513px;
    padding-top: 55px;
    padding-bottom: 55px;
    position: relative;
}
#banner-gear div.gears {
  position: absolute;
  width: 100%;
  background: url('https://gomakers.blob.core.windows.net/gomakers/gears-header2.png') no-repeat center top;
  top: 0px;
  left: 0px;
  height: 246px;
  z-index:1;
}
#banner-gear div.gears2 {
  position: absolute;
  width: 100%;
  background: url('https://gomakers.blob.core.windows.net/gomakers/gears-header-fundo-branco.png') no-repeat center top;
  
  top: 0px;
  left: 0px;
  height: 246px;
  z-index:1;
}
#banner-gear .content-gear {
  height: 100%;
  min-height: 100%;
}
#banner-gear .content-gear {
  position: relative;
  z-index: 1;
}
.content-gear {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.gear1 {
    position: absolute;
    top: -40px;
    left: 160px;
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
}

.gear2 {
    position: absolute;
    top: 20px;
    left: 55px;
    -webkit-animation: spin2 10s linear infinite;
    -moz-animation: spin2 10s linear infinite;
    animation: spin2 10s linear infinite;
}
.gear2.fundobranco {
   top: 80px;
    left: 785px;
}

.gear3 {
    position: absolute;
    top: 35px;
    right: 65px;
    -webkit-animation: spin 18s linear infinite;
    -moz-animation: spin 18s linear infinite;
    animation: spin 18s linear infinite;
}
.gear3.fundobranco {
   top: 35px;
    left: 65px;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin2 {
    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spin2 {
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin2 {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
.navbar .videohome {float:left; margin:0; width:100%; height:450px; background:url(https://gomakers.blob.core.windows.net/gomakers/patern.jpg);}
.navbar .bgvh {float:left; margin:0; width:100%; height:390px; background:url(https://gomakers.blob.core.windows.net/gomakers/bgvideo.png) no-repeat;}

.videohome .videohomelink {width:640px; margin:auto;position:relative;z-index:2;}
.videohome .videohomelink2 {width:auto; max-width:640px;}
.videohome .videohomelink-alert {width:640px; margin:11px auto;position:relative;z-index:2;color:#ffffff;font-size:13px;}
.videohome .videohomelink-alert strong{float:left; font-size:14px; font-weight:600; background-color:red;padding:10px;}
.videohome .videohomelink-alert span{float:left; padding:10px 0 0 5px;}

.navbar .videohome-fundoBranco {float:left; margin:0; width:100%;}
.videohome-fundoBranco #banner-gear {max-height:none;}
.videohome-fundoBranco .videohomelink {width:640px; margin:auto;position:relative;z-index:2;}
.videohome-fundoBranco .videohomelink-alert {width:640px; margin:11px auto;position:relative;z-index:2;color:#ffffff;font-size:13px;}
.videohome-fundoBranco .videohomelink-alert strong{float:left; font-size:14px; font-weight:600; background-color:red;padding:10px;}
.videohome-fundoBranco .videohomelink-alert span{float:left; padding:10px 0 0 5px;}
.arrow-right {
	float:left;
    width: 0; 
	height: 0; 
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 17px solid red;
}
/*---------------Fim Video Home------------------------------*/
/*---------------Menu topo------------------------------*/

.navbar {width:100%; background:#000; height:60px;}

.navbar .borda {  border-bottom: 1px solid;  border-bottom-color: #950101;}

.navbar .container {width:955px; margin:0 auto; overflow:hidden;}

.navbar .navbar-header {float:left; height:60px; margin-left:10px;} 

.navbar .navbar-header img {padding:12px 0px;}

.navbar .collapse {float:right;}

#menu-principal {margin:18px 0px;}

#menu-principal li{display:inline; padding:5px;}

#menu-principal .menu-inscreva-se a {color:#ffcc00; font-family: 'Roboto', sans-serif; text-transform:uppercase; text-decoration:none; font-size:12px; padding:5px;}

#menu-principal .menu-inscreva-se a:hover {color:#fff; font-family: 'Roboto', sans-serif; text-transform:uppercase; text-decoration:none; font-size:12px; padding:5px;}

#menu-principal li a {color:#fff; font-family: 'Roboto', sans-serif; text-transform:uppercase; text-decoration:none; font-size:12px; padding:5px;}

#menu-principal li :hover {background:#ffcc00;}

.navbar-header-text {
    width:640px;
    font-weight:600;
    font-size:16px;
    color:#ffffff;
    left:50%;
    margin-left:-260px;
    margin-top:15px;
    position:absolute;
}
/*---------------Fim Menu topo------------------------------*/
.videohomelink h1 {
    font-size: 44px;
    color: white;
    text-align: center;
    margin-bottom:20px;
    font-weight:bold;
    margin-top: -30px;
}
.videohomelink h2 {
    color: white;
    font-size: 2em;
    text-align: center;
    margin-bottom: 11px;
    font-family: 'Roboto Slab', serif;
    margin-top:20px;
}
@media (max-width: 480px) {
    .videohomelink h1 {
        font-size: 24px;
    }
    .videohomelink h2 {
         font-size: 16px;
    }
    .video-link {
        font-size:18px;
    }
}
.videohomelink.fundobranco h1 {
    font-size: 44px;
    color: black;
    text-align: center;
    margin-bottom:20px;
    font-weight:bold;
        margin-top: -30px;
}
.videohomelink.fundobranco h2 {
    color: black;
    font-size: 2em;
    text-align: center;
    margin-bottom: 11px;
    font-family: 'Roboto Slab', serif;
    margin-top:20px;
}
.callToAction {
margin:125px 0 40px 0;
}
.cta {
    display:none;
}
/* footer section */

#footer-wrapper {
    background: url(https://gomakers.blob.core.windows.net/gomakers/bgfooter.jpg);
    padding-top: 26px;
    position: relative;
    padding-bottom: 42px;
    text-align:left;
    border-top:6px solid #ffcc00;
}
#footer-wrapper .container {
   max-width:970px;
}

#footer-wrapper div.gears {
position: absolute;
width: 100%;
background: url(https://gomakers.blob.core.windows.net/gomakers/gears-footer.png) no-repeat center bottom;
bottom: 0px;
left: 0px;
top:0px;
height: 80px;
}

#footer-wrapper .logo-wrapper {
color: #fff;
font-size: 9px;
float: left;
width: 50%;
}
#footer-wrapper .social-share {
    text-align:center;
}
#footer-wrapper .social-share a{
    margin:10px;
}
#footer-wrapper .logo-wrapper a {
    color: #fff;
}

#footer-wrapper .logo-wrapper p {
    line-height: 20px;
}

#footer-wrapper .content-wrapper {
position: relative;
z-index: 999;
}

#footer-wrapper #social-wrapper {
float: right;
padding-left: 20px;
}

#footer-wrapper #social-wrapper a {
    float: right;
    padding-right: 10px;
}

#footer-wrapper p.title {
text-transform: uppercase;
color: #F58634;
font-weight: bold;
font-size: 14px;
margin-bottom: 10px;
}

#footer-wrapper #footer-links {
float: right;
}

#footer-wrapper #footer-links li {
    float: right;
    padding-right: 0;
}

#footer-wrapper #footer-links a {
    color: white;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
}
.warning {
    font-size: 22px;
    font-family: "Shadows Into Light", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #e60000;
    text-align: center;
}
.title-sales-letter {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    text-align: center;
}
.bullet-list {
    clear: both;
    overflow: hidden;
    max-width: 100%;
    margin:40px 0 20px;
}
.bullet-list li {
    line-height: 1.6em;
    padding-left: 44px;
    min-height: 32px;
    text-align: left;
    background-image:url('images/bullet-check.png');
    background-repeat:no-repeat;
    font-size:18px;
    font-family:'Open Sans', sans-serif;
    text-shadow:1px 1px 0px #fff;
    text-shadow:1px 1px 0px rgba(255,255,255,0.5);
}
.fundo_textura {
    background: url("images/bg.png");
}

