@charset "utf-8";
/* CSS Document */

@import url('layout.css');
h1, h2, h3, h4{
	padding-left:20px;
	}
	

.list{
	margin-bottom: 10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:22px;
	text-align: left;
	line-height: 22px;
	list-style-image: url(../graphics/bullet.png);
	}	
.list li{
	margin-bottom: 10px;
	margin-top: 0;

	}
.ordered_list{
	margin-bottom: 10px;
	line-height: 19px;
	padding-right:10px;
	}	
.ordered_list li{
	margin-bottom: 7px;
	margin-top: 0;
	}	

.left-col{
	margin-top:210px;
	width:100%;
	float:left;
	position:relative;
}
.left-col p{
	padding-left:20px;
	padding-right:20px;	
}	
.whitebg{
	background-color:#fff;
	padding-bottom:10px;}
.right-col{
	float:right;
	margin-top:-22%;
	position:relative;
	margin-left:30px;
	margin-bottom:0;
	
}
.headphone{
	z-index:0;
	top:-17px;
	right:-1px;
	position:relative;
}
.more-links{
	display:none;}
.title{
	background-image: url(../graphics/title-bg2.png);
	background-size: 100%;
	max-height: 71px;
	background-repeat: no-repeat;
	white-space: nowrap;
	background-size: 100%;
	float: left;
	background-position: center center;
	width: 100%;
	padding-bottom: 5px;
	max-width: 344px;
	text-shadow: -1px -1px 0px rgba(0,0,0,.2);
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -4px;
	position:relative;
	}	
	

.title .icon{
	padding:1px;
	padding-right:10%;
	padding-bottom:0;
	float:left;
	width:21%;
}	
.title .icon img{
	width:100%;
	max-width:71px;
	}
.title .text{
	width:50%;
	padding-left:5%;
	padding-top:5%;
	float:left;
	padding-bottom:0;
	z-index:100;
	position:relative;
}
.title .right{
	width: 158px;
	height: 100%;
	margin-top:0px;
	background-image: url(../graphics/title-bg2.png);
	background-position: right;
	position:absolute;
	right:-85px;
	z-index:0;
	}
.ribbon3d{
	width:100%;
	position:relative;
	
	}
.ribbon3d .col1, .ribbon3d .col2, .ribbon3d .col3{
	width: 26.45%;
	height: 100%;
	margin:0% 3.25%;
	float: left;
	}
.ribbon3d .col1{
	margin-left:3.8%;}			
.imgCols{
	width:100%;
	float:left;
	position:relative;
	padding:0;
	margin:0;
	background-color: #FC6602;
	}
.imgCols:before{
	content:"";
	position:absolute;
	left:-12.7%;
	width: 15%;
	height: 100%;
	margin-left: -2.08%;
	float: left;
	background: rgb(28,28,28); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(28,28,28,1) 1%, rgba(57,60,63,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(28,28,28,1)), color-stop(100%,rgba(57,60,63,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(28,28,28,1) 1%,rgba(57,60,63,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(28,28,28,1) 1%,rgba(57,60,63,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(28,28,28,1) 1%,rgba(57,60,63,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(28,28,28,1) 1%,rgba(57,60,63,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#393c3f',GradientType=1 ); /* IE6-9 */

	-webkit-transform-origin: 100% 50% 0px;
	-moz-transform-origin: 100% 50% 0px;
	-o-transform-origin: 100% 50% 0px;
	transform-origin: 100% 50% 0px;
	-webkit-transform: perspective( 100px ) rotateY( -20deg );
	-moz-transform: perspective( 100px ) rotateY( -20deg );
	-o-transform: perspective( 100px ) rotateY( -20deg );
	transform: perspective( 100px ) rotateY( -20deg );
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	}
.imgCols:after{
	content:"";
	position:absolute;
	left:102%;
	top:0;
	width: 15%;
	height: 100%;
	margin-left: -2.08%;
	float: left;
	background: rgb(57,60,63); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(57,60,63,1) 0%, rgba(28,28,28,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(57,60,63,1)), color-stop(99%,rgba(28,28,28,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(57,60,63,1) 0%,rgba(28,28,28,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(57,60,63,1) 0%,rgba(28,28,28,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(57,60,63,1) 0%,rgba(28,28,28,1) 99%); /* IE10+ */
background: linear-gradient(to right,  rgba(57,60,63,1) 0%,rgba(28,28,28,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393c3f', endColorstr='#1c1c1c',GradientType=1 ); /* IE6-9 */

	-webkit-transform-origin: 0% 50% 0px;
	-moz-transform-origin: 0% 50% 0px;
	-o-transform-origin: 0% 50% 0px;
	transform-origin: 0% 50% 0px;
	-webkit-transform: perspective( 100px ) rotateY( 20deg );
	-moz-transform: perspective( 100px ) rotateY( 20deg );
	-o-transform: perspective( 100px ) rotateY( 20deg );
	transform: perspective( 100px ) rotateY( 20deg );
	}	
.ribbon3d .col1 .imgCols:before{
	background: #303030; 
	-webkit-transform: perspective( 100px ) rotateY( 00deg );
	-moz-transform: perspective( 100px ) rotateY( 00deg );
	-o-transform: perspective( 100px ) rotateY( 00deg );
	transform: perspective( 100px ) rotateY( 00deg );}	
.ribbon3d .col3 .imgCols:after{
	background: #303030; 
	-webkit-transform: perspective( 100px ) rotateY( 00deg );
	-moz-transform: perspective( 100px ) rotateY( 00deg );
	-o-transform: perspective( 100px ) rotateY( 00deg );
	transform: perspective( 100px ) rotateY( 00deg );}					
.imgCols img{
	padding:0;
	margin:0;
	width:100%;
	display:block;
	}
.imgCols p{
	display:block;
	margin:4px auto;
	text-align:left;
	font-size:15px;
	}

.HoverUnwrap{
	width: 100%;
	max-height:250px;
	overflow: hidden;
	margin-bottom: 40px;
	position:relative;
	-ms-transition:all ease-in-out .3s;
	-webkit-transition:all ease-in-out .3s;
	-moz-transition:all ease-in-out .3s;
	-o-transition:all ease-in-out .3s;
}
.HoverUnwrap:after{
	content:"";
	bottom:0;
	left:-20px;
	position:absolute;
	z-index:10;
	height:100px;
	width:105%;
	background-image: url(../graphics/shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:100%;
	}	
.HoverUnwrap:hover{
	max-height:1550px;
	}	
.whyWeOnly{
	float:left;
	width:42%;
	margin-left:4%;
	font-size:22px;
	}
.whyWeOnly li{
	line-height:normal;
		margin-left:5px;}	
.whyWeOnly h2, .objective h2{
	color:#FFFFFF;
	margin-bottom:0;
	background-color:#00A0E3;
	 -ms-transform: skew(20deg,00deg); /* IE 9 */
    -webkit-transform: skew(20deg,00deg); /* Chrome, Safari, Opera */
    transform: skew(20deg,00deg); /* Standard syntax */
	}
.objective h2{
	-ms-transform: skew(-20deg,00deg); /* IE 9 */
    -webkit-transform: skew(-20deg,00deg); /* Chrome, Safari, Opera */
    transform: skew(-20deg,00deg); /* Standard syntax */
	}	
.whyWeOnly .stopSkew{
	 -ms-transform: skew(-20deg,00deg); /* IE 9 */
    -webkit-transform: skew(-20deg,00deg); /* Chrome, Safari, Opera */
    transform: skew(-20deg,00deg); /* Standard syntax */
	}	
.objective .stopSkew{
	 -ms-transform: skew(20deg,00deg); /* IE 9 */
    -webkit-transform: skew(20deg,00deg); /* Chrome, Safari, Opera */
    transform: skew(20deg,00deg); /* Standard syntax */
	}	
.whyWeOnly ul li{
	 -ms-transform: skew(7deg,00deg); /* IE 9 */
    -webkit-transform: skew(7deg,00deg); /* Chrome, Safari, Opera */
    transform: skew(7deg,00deg); /* Standard syntax */
	}
.objective ul li{
	 -ms-transform: skew(-7deg,00deg); /* IE 9 */
    -webkit-transform: skew(-7deg,00deg); /* Chrome, Safari, Opera */
    transform: skew(-7deg,00deg); /* Standard syntax */
	}				
.whyWeOnly ul, .objective ul{
	color:#FFFFFF;
	font-family:"Metrophobic", Arial, FreeSans, sans-serif;
	margin-top:0;
	background-color:#E51A4B;
	 -ms-transform: skew(-7deg,00deg); /* IE 9 */
    -webkit-transform: skew(-7deg,00deg); /* Chrome, Safari, Opera */
    transform: skew(-7deg,00deg); /* Standard syntax */
	}	
.objective ul{
	 -ms-transform: skew(7deg,00deg); /* IE 9 */
    -webkit-transform: skew(7deg,00deg); /* Chrome, Safari, Opera */
    transform: skew(7deg,00deg); /* Standard syntax */
	}	
.objective{
	float:right;
	width:42%;
	margin-right:4%;
	font-size:15px;}
.learn-language h2{
	padding-top:24px;
	}
.equipment h3{
	float:left;
	margin-left:58%;
	margin-top:3%;
	text-align:left;
	padding:20px;
	border-left:solid 2px #a40aff;
	background-color:#F3F3F3;
	}	
.equipment img{
	float:left;
	}
.equipment h2{
	padding:20px;
	float:left;
	margin-left:58%;
	margin-top:2%;
	font-size:26px;
	background-color:#a40aff;
	color:#fff;
	position:relative;
	z-index:300;
	}
.equipment h2:before{
	content: "";
position: absolute;
left: -86px;
top: 0;
width: 0;
height: 0;
border-bottom: 0 solid transparent;
border-right: 49px solid #a40aff;
border-top: 79px solid transparent;
border-left: 37px solid transparent;
	}	
	
.equipment span{
	float:left;
	margin-left:58%;
	margin-top:0;
	font-weight:bold;
	font-size:15px;
	}	
.equipment .text{
	clear:both;}	
.width-125{
	width:42%;
	max-width:125px;
	float:left;
	display:block;
	}
.width-160{
	width:50%;
	max-width:158px;
	float:left;
	display:block;
	}		
.width-190{
	width: 61%;
max-width: 191px;
float: left;
display: block;
}
	
.width-320{
	width:100%;
	max-width:325px;
	float:left;
	display:block;
	}
.width-330{
	width: 34%;
padding: 0;
max-width: 316px;
float: left;
display: block;
	}
.width-378{
	width: 50%;
padding: 0;
max-width: 378px;
float: left;
display: block;
	}
.width-189{
	width: 50%;
padding: 0;
float: left;
display: block;
	}		
.width-half{
	width:45%;
	float:left;
	}	
.width-half2{
	width:50%;
	float: left;
	}
.width-half3{
	width:50%;
	float: left;
	}					
.clients{
	margin:0 5px;
	background-color:#FFFFFF;}
.margin-right{
	margin-right:44%;
	}			
.clients img{
	width:100%;
	float:left;
	padding:3px;
	margin:0px;
	box-shadow:0 0 0px 0px #FF8000;
	box-sizing:border-box;
	filter: brightness(1);
	position:relative;
	-webkit-filter: brightness(1);

	
	 }
	 
.clients img:hover{
		background-color:#FF8000;
	box-shadow:0 0 0px 3px #FF8000;
	filter: brightness(1.1);
	-webkit-filter: brightness(1.1);
	z-index:100;
	
	
}


.padding{
	padding:10px;}
.col-oneforth{
	width:25%;
	float:left;}
.col-1-3rd{
	width:35%;
	float:left;}			
.col-half{
	width:50%;
	float:left;}	

.width-160, .width-190, .width-320, .width-330, .width-378, .width-189, .width-half, .width-half2, .width-half3{
		-webkit-transition: all 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: all 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: all 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
	}
.clients img{
		-webkit-transition: all 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: all 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: all 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
	}	
.clients img:hover{
		-webkit-transition: all 700ms cubic-bezier(0.175, 0.885, 0.290, 0.995); 
   -moz-transition: all 700ms cubic-bezier(0.175, 0.885, 0.290, 0.995); 
     -o-transition: all 700ms cubic-bezier(0.175, 0.885, 0.290, 0.995); 
        transition: all 700ms cubic-bezier(0.175, 0.885, 0.290, 0.995); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.290, 0.995); 
   -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.290, 0.995); 
     -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.290, 0.995); 
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.290, 0.995); /* custom */
	}	
	
.video-container {
position: relative;
padding-bottom: 70.55%;
padding-top: 30px;
height: 0;

overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact{
	width:50%;
	}
.contact img{
	float:left;
width:65px;
margin-right:-100%;}	
.contact h2{
	color:#000;
	float:left;
	width:100%;
	display:block;
	
	margin-bottom:20px;
	
	
	}
.contact span{
	display: block;
margin-left: 85px;
	width:100%;
	text-align:left;
	
	}
    .google-maps {
        position: relative;
        padding-bottom: 45%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
		right: 0;
		margin:auto;
        width: 90% !important;
        height: 100% !important;
    }								