@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position:relative;
	font-weight:normal;
	list-style:none;
	-webkit-appearance:none;
	-webkit-font-smoothing: antialiased;
	}
body{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#666;
	}
h1{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:36px;
	margin-bottom:10px;
	letter-spacing:-2px;
	}
a{
	color:#6995be;
	text-decoration:none;
	}
p{
	line-height:1.75;
	}		
.container{
	width:960px;
	overflow:hidden;
	margin:0 auto;
	}
.content{
	overflow:hidden;
	}	
.content_left,
.content_right{
	display:inline-block;
	float:left;
	width:480px;
	}
.header{
	text-align:center;
	width:480px;
	margin:0 auto;
	}
.header_info{
	position:absolute;
	right:0;
	top:10px;
	text-align:right;
	font-size:14px;
	}
.header_info a:hover{
	color:#15629f;
	}	
.header_info_social{
	display:block;
	width:60px;
	height:60px;
	float:right;
	}
.header_info_social img{
	display:inline-block;
	float:left;
	margin:0;
	width:50%;
	}
.header_info_social img:hover{
	opacity:.8;
	}	
			
.logo{
	padding:10px 0;
	}
.logo img{
	height:150px;
	}	
.menu{
	overflow:hidden;
	}
.menu li a{
	display:inline-block;
	float:left;
	width:20%;
	padding:12px 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:14px;
	}
.menu li a.active{
	background:#15629f;
	color:#fff;
	}
.menu li a:hover{
	background:#6995be;
	color:#fff;
	}		
.content_right{
	padding-left:5px;
	}
.content_left{
	padding-right:5px;
	}	

.content_right .info{
	padding:0 0 0 10px;
	}
.content_right .info p{
	margin-bottom:20px;
	}	
.content_left .info{
	padding:10px 0;
	}
.content_header{
	border-bottom:1px solid #8eafce;
	overflow:hidden;
	margin:10px 0;
	}	
.content_title,
.content_tools{
	display:inline-block;
	float:left;
	width:50%;
	}
.content_tools{
	text-align:right;
	}
.content_tools img,
.content_tools a{
	display:inline-block;
	float:right;
	text-align:right;
	margin-left:10px;
	}	
.content_tools img{
	}		
	
	
.boxes{
	overflow:hidden;
	margin-top:1px;
	}
.boxes ul li{
	display:inline-block;
	float:left;
	width:50%;
	height:332px;
	color:#fff;
	text-align:center;
	}
	
.boxes ul a:hover{
	opacity:.95;
	}	
.box_icon{
	display:block;
	font-size:24pt;
	padding:80px 0 11px 0;
	color:#fff;
	}	
.box_title{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	letter-spacing:-1px;
	margin-bottom:50px;
	padding:0 10px;
	font-size:18px;
	}
.box_info{
	padding:10px;

	background:rgba(0,0,0,0.25);
	line-height:1.75;
	min-height:110px;
	}
.box_info a.box_info{
	color:#fff;
	}
.boxes a:nth-child(2) li,
.boxes a:nth-child(2) li span.box_icon{
	color:#666;
	}
.boxes a:nth-child(2) li .box_info{
	color:#fff;
	}	
.banner{
	height:350px;
	overflow:hidden;
	margin:10px 0;
	}
	
.logos{
	clear:both;
	width:480px;
	margin:0 auto;
	}
.logos img{
	width:100%;
	}	
.footer{
	clear:both;
	margin-top:10px;
	overflow:hidden;
	border-top:1px solid #8eafce;
	padding:10px 0;
	}
.footer_left,
.footer_right{
	display:inline-block;
	float:left;
	width:50%;
	}
.footer_right{
	text-align:right;
	}
form{
	width:100%;
	}
.control_group{
	overflow:hidden;
	margin-bottom:10px;
	}
.control_group label,
.control_group .control{
	display:inline-block;
	float:left;
	width:30%;
	}
.control_group .control{
	width:70%;
	}
.control_group label{
	text-transform:uppercase;
	padding-top:12px;
	font-size:10px;
	padding-right:15px;
	text-align:right;
	}
.form_control{
	width:100%;
	border:1px solid #ddd;
	padding:10px;
	}
textarea.form_control{
	resize:none;
	font-family:Helvetica, Arial, sans-serif;
	}
.form_actions{
	clear:both;
	padding:10px 0;
	text-align:center;
	}
.button{
	display:inline-block;
	padding:10px;
	background:#15629f;
	border:1px solid #15629f;
	line-height:1.25;
	color:#fff;
	cursor:pointer;
	}
.button:hover{
	background:#6995be;
	border:1px solid #6995be;
	}	
div.error{
	margin-top:4px;
	color:#a94442;
	text-align:right;
	font-size:10px;
	text-transform:uppercase;
	}			
.loading{
	font-size:32px;
	color:#16547f;
	}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.alert .close{
	float:right;
	}
.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}	

.owl-controls{
	position: absolute;
    top: 0;
	width:100%;
}
.owl-nav{
	position:absolute;
	top:105px;
	width:100%;
	}	
.owl-prev,
.owl-next{
	font-size:36px;
	font-weight:300;
	display:inline-block;
	color:#6995be
	}
.owl-next{
	float:right;
}
.owl-dots{
	position:absolute;
	right:0;
	top:10px;
	}
.owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-dot span {
    width: 15px;
    height: 15px;
    margin: 3px;
    border: 1px solid #ddd;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-dot.active span{
	background:#15629f;
	border: 1px solid #15629f;
	}
	
.categories{
	overflow:hidden;
	}
.categories li{
	display:inline-block;
	float:left;
	width: 23.5%;
	margin-left:2%;
	margin-bottom:19px;
	border:1px solid #ddd;
	}
.categories li img{
	width:100%;
	}	
.category_text{
	border-top:1px solid #ddd;
	background:#fafafa;
	padding: 10px;
	padding-top:0;
    line-height: 2;
    min-height: 240px;
	color:#666;
	position:relative;
	}
a.category_text_header h2{
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
	color:#666;
	font-size: 24px;
	letter-spacing:-1px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #8eafce;
}
a.category_text_header h2:hover{
	color:#1a1a1a;
}
.categories .button{
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;	
	
	text-align:center;
	}	
.categories li:first-child{
	margin-left:0;
	}
.categories li:nth-of-type(5n) {
	margin-left:0px;
	}
	
	
	
.partners{
	overflow:hidden;
	}
.partners li{
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin-left:2%;
	cursor: pointer;
	overflow:hidden;
	border:1px solid #ddd;
	margin-bottom:23px;
	text-align:center;
	min-height: 200px;
}
.partners li:first-child{
	margin-left:0;
	}
.partners li:nth-child(4n+1){
	margin-left:0px;
	}	
.partner_logo{
	width:107px;
	height:127px;
	overflow:hidden;
	display:block;
	margin:0 auto;
	}
.partner_logo img{
	width:100%;
	padding:10px 0;
	
	}	
.partner_logo img:hover{
	opacity:.8;
	}	
.partner{
	padding:10px 0;
	background:#fafafa;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}	
.partner h3{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	margin-bottom:5px;
	}
					

				