body,p{
	font-family: Quicksand;
	font-size:12px;
	letter-spacing: 1px;
	margin: 0px;
	padding:0px;
	line-height: 15px;
}
a{
	text-decoration: none;
	color:black;
}
a:visited{
	color:black;
}
a:active {
    outline:none;
}
:focus {
    -moz-outline-style:none;
}
h1{
	font-size: 25px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 10px;
}
h2{
	font-size: 37px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 10px;
}
h3{
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 10px;
}
ul {list-style-type: none;}
ul li:before{ content:"-"; position:relative; left:-5px;}
ul li{ text-indent:-5px; }

.center{
	text-align: center;
}
.band {
width: 100%;
float: left;
clear: both;
padding: 50px 0px;
background-color: rgb(255,255,100);
}
.white-space{
	width: 100%;
	float: left;
	clear:both;
	height:100px;
}
.band-small{
width: 100%;
float: left;
clear: both;
	padding:20px 0px;
}

video {
/*   position: absolute; */
  width: 100%    !important;
  height: auto   !important;
  z-index: -1;
 /*
 transform: scaleY(.5);
  -ms-transform:scaleY(.5); /* IE 9
-webkit-transform:scaleY(.8); /* Safari and Chrome */
}


.video_main_box {
/* 	background: red; */
	overflow: hidden;
}

.overlay-container{
	position: absolute;
	width:100%;
	height: 100%;
	text-align: center;
	cursor: pointer;
}

.video-play-pause {
	position: absolute;
	overflow: hidden;
	max-width: 192px;
	width: 10%;
	height: auto;
	opacity: 0.5;

	-webkit-transition:	opacity		.2s ease-in-out;
   	-moz-transition:	opacity 	.2s ease-in-out;
   	-o-transition:		opacity 	.2s ease-in-out;
   	transition:			opacity 	.2s ease-in-out;
}

.vidtitle {
	background: rgba(255,255,255,0.8);
	height: 70px;
	padding-top: 10px;
	position: relative;
	top: 100%;
	margin-top: -70px;
}
.overlay-container:hover > .video-play-pause{
	opacity: 0.9;
}

#main-video-caption {
    text-align: left;
    margin: 0 auto;
    display: inline-block;
}


img.video-button {
	height: 100%;
	width: auto;
}


#container{
	margin-top:50px;
}
.menu {
text-transform: uppercase;
width: 100%;
position: fixed;
background-color: white;
box-shadow: 0px 0px 13px #999;
z-index: 113;
}
#header{
	top: 0px;
	height: 50px;
}
#footer{
	bottom: 0px;
	height: 20px;
}
#footer:hover {
height: 80px;
}
.menu-item-footer {
border-bottom: 10px solid white;
padding-bottom: 10px;
float: left;
margin: 0px 10px 10px 10px;
font-size: 10px;
padding: 4px 15px;
padding: 4px 15px;
color: white;
height: 100%;
}
.menu-item-right-footer {
float: right;
text-transform: none;
margin-right: 11px;
line-height: 18px;
margin-top: 3px;
text-align: right;
font-size: 10px;
text-transform: uppercase;
}
.menu-item-footer:visited{
	color: white;
}
.menu-item-footer:hover{
	color:yellow;
}
.menu-item {
border-top: 10px solid white;
margin: 0px 10px 10px 10px;
padding-top: 10px;
float: left;
}

.menu-item:hover {
border-top: 10px solid rgb(227,255,242);
cursor: pointer;
}
.menu-item.active{
	border-top: 10px solid rgb(207,255,222);
}


.menu-item-right {
float: right;
text-transform: none;
margin-right: 11px;
line-height: 16px;
margin-top:9px;
text-align:right;
}

#tagline {
margin: 0px auto;
width: 900px;
padding: 30px 0 60px 0;
font-size: 17px;
line-height: 26px;
}

.read-more{
	text-decoration: underline;
	margin-top:18px;
}


.scalable-container {
min-width: 900px;
width: 75%;
margin: 0px auto;
}

.slider-click {
cursor: pointer;
}

.slider-drawer{
	width:100%;
	display:none;

}

/* what we do */
.what-we-do-title {
width: 30%;
text-align: center;
text-transform: uppercase;
float: left;
font-size: 17px;
padding-top: 50px;
}
.what-we-do-desc {
float: left;
max-width: 60%;
padding-top: 37px;
margin-left: 30px;
min-width: 635px;
}

/* why we're different */
#why-different-background {
background-color: rgb(207,255,222);
float: left;
width: 100%;
height: auto;
clear: both;
padding: 50px 0;
}

#why-different-content {
min-width: 680px;
width: 90%;
margin: 0px auto;
}
.why-different-item {
width: 32%;
background-color: white;
min-width: 220px;
float: left;
}
.why-different-img{
	width: 100%;
}
.why-different-desc{
	padding:20px;
}
.why-different-desc div{
font-size: 30px;
text-align: center;
	padding:20px;
}
.faq {
	width: 100%;
	clear: both;
}
.faq-header{
	cursor: pointer;
	background-color:rgb(255,255,122);
	text-align: center;
	text-transform: uppercase;
	font-size:15px;
	height: 15px;
	padding: 27px 0;
}
.faq-header:hover{

}
.faq-question {
cursor: pointer;
text-align: left;
font-size: 13px;
background-color: rgb(240,240,240);
height: 13px;
padding: 20px 0px 20px 200px;
margin-top: 5px;
}

.faq-answer {
background-color: rgb(250,250,250);
}

.faq-answer p {
width: 80%;
padding: 20px 200px;
}

/***************************/

.bpp-container {
float: left;
width: 100%;
clear: both;
min-width:800px;
}
.bpp-head {
text-transform: uppercase;
float: left;
width: 30%;
min-width:200px;
}
.bpp-title {
font-size: 25px;
float: right;
text-align: right;
clear: both;
width: 100%;
font-weight: bold;
margin: 20px;
line-height: 30px;
}
.bpp-sub-title {
float: left;
width: 100%;
text-align: right;
margin: 0 0 20px -20px;
}
.bpp-desc {
width: 70%;
float: left;
min-width:500px;
}

.bpp-desc p {
margin: 20px 100px 20px 20px;
line-height: 14px;
}

/***************************/
#our-techniques {
width: 100%;
float: left;
clear: both;
min-width: 1000px;
padding: 50px 0px;
}
#o-t-left{width: 50%;
background-color: white;
float: left;
text-transform: uppercase;
min-width:400px;
}
#o-t-right{width: 50%;
background-color: white;
float: left;
min-width:500px;
}
#o-t-right p {
	padding:20px 240px 20px 20px;
}
#o-t-title {
font-size: 25px;
float: left;
width: 100%;
margin: 30px 0px 10px -10px;
text-align: right;
}
#o-t-sub-title {
margin: 10px 0px 10px -20px;
font-size: 17px;
text-align: right;
width: 100%;
}

/***************************/
#our-partners{
	width: 100%;
	background-color: rgb(230,230,230);
	float: left;
	clear: both;
}
#op-title{
	text-align: right;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom:10px;
}
.o-p-desc {
margin: 30px 0px 16px -78px;
font-size: 14px;
width: 900px;
clear: both;
}
#school-list-container {
width: 700px;
margin: 0px auto;
padding: 100px 0 150px 0;
}
.school-name {
margin: 5px 0px;
}
/***************************/
#testimonials{
	width:100%;
	float: left;
	clear:both;
}
.t-header {
width: 100%;
background-color: rgb(255,255,100);
text-align: center;
padding: 50px 0;
}
#t-header h1{}
.t-header h3{
	width: 460px;
	margin: 0px auto;
padding-top: 10px;
line-height: 20px;
}
#t-content {
background-color: white;
width: 100%;
float: left;
padding: 110px 0px;
height: 170px;
}

.t-arrow {
	padding: 100px 0px;
	float:left;
}


.t-content-container-testimonial{
	float:left;
	width:100%;
}
.quote {
width: 500px;
font-weight: bold;
font-size: 25px;
line-height: 41px;
text-align: left;
margin: 0px auto;
letter-spacing: 2px;
}
.quote-by{
	width:500px;
	text-align: right;
	clear: both;
	margin:	20px auto;
}

.navigation-arrows {
width: 70%;
margin: -190px auto;
}
/***************************/
#navigator-apps {
height: 350px;
width: 300px;
padding: 20px;
}
.app-container {
width: 300px !important;
height: 350px !important;
-webkit-box-shadow: 0px 0px 12px #999;
background-color: rgb(250,250,250);
margin-left:10px;
}
.app-container .header {
background-color: rgb(255,0,103);
float: left;
clear: both;
width: 100%;
}
.app-container .header img {
width: 93%;
float: left;
position: relative;
height: auto;
border: none;
padding: 0;
margin: 11px 15px;
background: none;
}

.app-container p {
margin: 10px 20px;
float: left;
}
.app-container a {
text-transform: uppercase;
text-align: right;
cursor: pointer;
width: 100%;
float: right;

}
/***************************/

/*
  root element for the scrollable.
  when scrolling occurs this element stays still.
  */
.scrollable {
	position: relative;
	overflow: hidden;
	width: 600px;
	height: 200px;
	margin: 0px auto;
	clear:both;
}

/*
   root element for scrollable items. Must be absolutely positioned
   and it should have a extremely large width to accomodate scrollable
   items.  it's enough that you set the width and height for the root
   element and not for this element.
*/
.scrollable .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;
}

.items div {
    float:left;
    width:600px;
}

/* single scrollable item */
.scrollable img {
    float:left;
    margin:20px 5px 20px 21px;
    background-color:#fff;
    padding:2px;
    border:1px solid #ccc;
    width:100px;
    height:75px;

    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
    border:2px solid #000;
    position:relative;
    cursor:default;
}
/************************************/

/* position and dimensions of the navigator */
.navi {
width: 42px;
height: 20px;
clear: both;
margin: 0px auto;
padding: 30px;
}



/* items inside navigator */
.navi a {
    width:8px;
    height:8px;
    float:left;
    margin:3px;
    background:url(assets/navigator.png) 0 0 no-repeat;
    display:block;
    font-size:1px;
}

/* mouseover state */
.navi a:hover {
    /* background-position:0 -8px; */
}

/* active state (current page state) */
.navi a.active {
  /*   background-position:0 -16px; */
}

/**************************/

/* this makes it possible to add next button beside scrollable
.scrollable {
    float:left;
}
*/
/* prev, next, prevPage and nextPage buttons */
a.browse {
    background:url(assets/arrows.png) no-repeat;
    display:block;
    width:37px;
    height:71px;
    float:left;
    margin:40px 10px;
    cursor:pointer;
    font-size:1px;
}

/* right */
a.right {
margin-left: 0px;
float: right;
}
/*
a.right:hover { background-position:-30px -30px; }
a.right:active { background-position:-60px -30px; }
*/

/* left */
a.left { background-position: -37px 0; clear:right; margin-right: 0px;}
/*
a.left:hover  { background-position:-30px 0; }
a.left:active { background-position:-60px 0; }
*/

/* disabled navigational button */
a.disabled {
    visibility:hidden !important;
}

.arrow-container {
margin: -170px auto 0px auto;
width: 900px;
}
