html {
	margin: 0;
}
body {
	position: relative;
	background: #DDDCE2 url(../img/dots_bkgd.gif) repeat left top;
	-webkit-font-smoothing: antialiased;
	font-family: 'Lato', sans-serif !important;
	padding-top: 107px;
}
@media (max-width: 979px) {
	body { padding-top: 0 !important; }
}
a:hover {text-decoration:none;}
input[type="text"], 
input[type="password"], 
input[type="submit"],
textarea {
	font-family: 'Lato', Helvetica, sans-serif;
}



h3 {
	margin-top:20px;
	font-size:1.2em;
	font-weight:400;
	color:#555;
	line-height:1.4em;
	text-transform:uppercase;	
}

h4 {
	padding-bottom:20px;
	text-transform:uppercase;	
	font-size:1.5em;
}



.section_header {
	text-align: center;
	position: relative;
	border-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 36px;
}
.section_header h2 {
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: 300;
	text-align: center;
	display: inline-block;
	border-bottom: 0;
	padding: 0 28px;
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}

.section_header:before, .section_header:after {background-color: #d8d8d8;}
.section_header:before {left: 0;}
.section_header:after {right: 0;}
.section_header:before, .section_header:after {
	content: "";
	margin-top:12px;
	position: absolute;
	width: 30%;
	height: 1px;
	background-color: #333;
	-webkit-box-shadow: 0px 1px 0px #333;
	-moz-box-shadow: 0px 1px 0px #333;
	box-shadow: 0px 1px 0px #333;
	top: 50%;
	z-index: 0;
}

/*
h2 {
	font-size: 2.8em;
	font-weight: 300;
	line-height: 54px;
	margin: 0 0 32px 0;
}
*/














img.small {
	max-width:40px;
	max-height:40px;
}



hr {
	background: transparent url(../img/divider.png) no-repeat center 0;
	border: 0;
	margin: 22px 0 22px 0;
	height: 6px;
}
hr.tall {
	margin: 44px 0 44px 0;
}

.dash {
	border-style: dashed !important;
	margin-top: 10px;
	margin-bottom: 10px;
}











.icon-plus-sign, .icon-minus-sign {
	margin-top:4px;
	margin-right:10px;
}




.navbar .brand {
	font-size:2.2em;
}
.brand .loud {
	font-weight:700;
}



.box_content .black {
	background: #252528;
	box-shadow: none;
	border-radius: 6px;
	box-shadow: 2px 2px 2px -1px rgb(214, 214, 214);
	background-color: #fff;
	width: 95%;
	position: relative;
}

.news_tick h3 {
	color:#999;
	font-size:1.4em;
	font-weight:700;
	padding-top:6px;
}
.news_tick_img {
	width: 110px;
	height: 110px;
	float: left;
	margin: 0px 20px;
}






/* ICON - IMAGE BG CIRCLES */
.round-box {
	text-align: center;
	margin-bottom: 12px;
	position: relative;
	z-index: 100;
}

.round-box .box-inner {
	border:6px solid rgba(255,255,255,0.4);
	display: inline-block;
	position: relative;
	margin: 0 auto;
	width: 120px;
	max-width: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.round-box .box-inner:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7) inset;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7) inset;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7) inset;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.round-box img {
	margin: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.round-box i {
	font-size: 52px;
	color: white;
	line-height: 1em;
	text-shadow: 1px 1px 1px black;
	display: block;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 50%;
	left: 50%;
	margin-top: -0.5em;
	margin-left: -0.5em;
}
.round-box i {
	font-size: 52px;
	color: white;
	line-height: 1em;
	text-shadow: 1px 1px 1px black;
	display: block;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 50%;
	left: 50%;
	margin-top: -0.5em;
	margin-left: -0.5em;
}
.round-box.box-big .box-inner {
	width:160px;
}
.round-box .box-inner:hover {
	border:6px solid rgba(7, 84, 151, 0.4);
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}
.lead {
	color: #5e5e5e;
	margin-top: 20px;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 200;
	line-height: 30px;
}
.more-link {
	padding-top:2px;
}








#about_us .head {
	text-align: center;
	margin-bottom: 70px;
}









#features .circle {
	background: #444;
	text-align: center;
	vertical-align:center;
	line-height:44px;
	border-radius: 100%;
	margin: 14px 0 0 0;
	padding:12px;
	width: 100px;
	height: 100px;
	box-shadow: 1px 1px 2px 0px #E0E0E0;
}




.cta {
	padding-top: 30px;
	padding-bottom: 4px;
	margin-top:60px;
	margin-bottom:60px;
	color:#fff;
	text-align:center;
	text-shadow:0px 0px 1px #111;
	background-color:#555;
	border:1px solid #eee;	
}
.btn-cta {
	margin:0px 0px 6px 22px;
	padding: 8px 20px;
}


.btn-grey {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.btn-grey:hover {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #f6f6f6 53%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(53%,#f6f6f6), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #ededed 0%,#f6f6f6 53%,#ffffff 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#f6f6f6 53%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#f6f6f6 53%,#ffffff 100%);
	background: linear-gradient(to bottom,  #ededed 0%,#f6f6f6 53%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
}

.btn-blue {
	color: #FFF;
	text-shadow: 1px 1px 1px #1896c3;
	background: rgb(59,179,224);
	background: -moz-linear-gradient(top, rgba(59,179,224,1) 0%, rgba(29,154,211,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,179,224,1)), color-stop(100%,rgba(29,154,211,1)));
	background: -webkit-linear-gradient(top, rgba(59,179,224,1) 0%,rgba(29,154,211,1) 100%);
	background: -o-linear-gradient(top, rgba(59,179,224,1) 0%,rgba(29,154,211,1) 100%);
	background: -ms-linear-gradient(top, rgba(59,179,224,1) 0%,rgba(29,154,211,1) 100%);
	background: linear-gradient(to bottom, rgba(59,179,224,1) 0%,rgba(29,154,211,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bb3e0', endColorstr='#1d9ad3',GradientType=0 );
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-box-shadow: 0px 1px 1px #333333;
	-moz-box-shadow: 0px 1px 1px #333333;
	box-shadow: 0px 1px 1px #333333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
}
.btn-blue:hover {	
	color:#FFF;
	background: rgb(29,154,211);
	background: -moz-linear-gradient(top,  rgba(29,154,211,1) 0%, rgba(59,179,224,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,154,211,1)), color-stop(100%,rgba(59,179,224,1)));
	background: -webkit-linear-gradient(top,  rgba(29,154,211,1) 0%,rgba(59,179,224,1) 100%);
	background: -o-linear-gradient(top,  rgba(29,154,211,1) 0%,rgba(59,179,224,1) 100%);
	background: -ms-linear-gradient(top,  rgba(29,154,211,1) 0%,rgba(59,179,224,1) 100%);
	background: linear-gradient(to bottom,  rgba(29,154,211,1) 0%,rgba(59,179,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d9ad3', endColorstr='#3bb3e0',GradientType=0 );
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.btn-grey .btn-small {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}







/* Navbar
-------------------------------------------------- */
body.pull_top {
    padding-top: 0px !important;
}
header {
    background: rgba(0,0,0,.6) !important;
}
.navbar.navbar-static-top {
    margin-bottom: 35px;
}
.navbar.transparent.navbar-inverse .navbar-inner {
    background: rgba(0, 0, 0, .8);
    border-bottom: 1px solid rgb(88, 88, 88);
}
.navbar.transparent.navbar-inverse .navbar-inner .container {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: margin .2s ease-in-out;
    -moz-transition: margin .2s ease-in-out;
    transition: margin .2s ease-in-out;
}
.navbar.navbar-inverse .navbar-inner {  
    padding: 10px 0px 10px 0px;
    background: #252528;    
}
.navbar.navbar-inverse .navbar-inner.sticky {
    background: rgba(0,0,0,0.8);
    border-bottom: 1px solid #252525;
}
.navbar-inverse .navbar-inner.sticky .container {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.navbar-inverse .brand {
    color: #fff;
}
.navbar-inverse .nav > li > a {
    /*color: rgb(177, 177, 177);*/
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a.active {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-inverse .dropdown-menu {
	background: #252528;
}
.navbar-inverse .nav > li > .dropdown-menu::after {
	border-bottom: 6px solid #252528;
}
.navbar-inverse .dropdown-menu li > a {
	color: #fff;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
}









/*	FAQ'S ACCORDION
================================================== */
.accordion-group {
	background-color:#fff;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.accordion-heading {
	padding-left:6px;
	font-size:1.2em;	
}
.accordion-inner {
	background-color:#fff;
	line-height:26px;
	padding: 14px 22px 16px 22px;
	border-top: 1px solid #e7e7e7;
	border-bottom:4px solid #bbb;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}







/*	Rotating Testimonials
================================================== */
#testimonials_slider {margin:0px;}
#testimonials_slider.carousel.carousel-inner {width:auto;}
.testimonials {
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	color: #777;
	background: #fff;
	border: 1px solid #eee;
	padding: 26px 36px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.6);
	box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.6);
}
.testimonials-bg {
	background: url(../img/testimonials-bg.png) no-repeat;
	margin-top: -1px;
	margin-left:20px;
	display: block;
	width: 200px;
	height: 30px;
}
.testimonials-author {
	font-size:17px;
	color: #666;
	float: left;
	display: block;
	margin-left: 100px;
	margin-top: -16px;
	margin-bottom: 20px;
}
.testimonials-author span {
	padding-left:4px;
	color:#999;
	font-weight:300;
}








/*	CLIENTS CAROUSEL
================================================== */
.clients-carousel {
	border-top: 6px solid #f6f6f6;
	border-bottom: 6px solid #f6f6f6;
	overflow: hidden;
}
.flex-viewport {
	max-height: 2000px;
}
.clients-carousel ul.clients {
	background: #fcfcfc;
}
.clients-carousel li {
	text-align:center;
	float: left;
	overflow: hidden;
	border-right: 1px solid #f6f6f6;
	margin-left: 1px;
}
.clients-carousel li img {
	cursor:pointer;
	float: none !important;
	margin: 0px auto !important;
	filter: gray;
	-webkit-filter: grayscale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.clients-carousel li img:hover {
	filter:none;
	-webkit-filter: none;
}








.box [class^="icon-"], [class*=" icon-"] {
	width: 48px;
	height: 48px;
	line-height: 48px;
	color:#0059d6;
}







/* Footer
-------------------------------------------------- */
#footer {
	min-height: 260px;
	margin-top: 140px;
	background-color: #252528;
	color: #fff;
	padding-top: 35px;
}
#footer .footer_header {
	color: rgb(196, 196, 196);
	font-style: italic;
	font-weight: 300;
	font-size: 25px;
	margin-bottom: 40px;
	margin-left: 15px; 
}

/* recent posts */
#footer .recent_posts {
	margin-left: 0px;
}
#footer .recent_posts .post {
	margin-bottom: 70px;
	width: 93%;
}
#footer .recent_posts .post img {
	float: left;
	margin-right: 20px;
}
#footer .recent_posts .post .date {
	font-weight: bold;
	font-style: italic;
}
#footer .recent_posts .post .title {
	display: block;
	color: #b5b5b6;
	font-size: 14px;
}

/* testimonials */
#footer .testimonials .wrapper {
	margin: 0 auto;
	width: 82%;
}
#footer .testimonials .footer_header {
	margin-left: 30px;
}
#footer .testimonials .quote {
	color: rgb(191, 191, 192);
}
#footer .testimonials .quote span {
	font-size: 32px;
	font-style: italic;
	position: relative;
	top: 5px;
	font-family: Georgia !important;
	float: left;
	margin-right: 8px;
}
#footer .testimonials .author {
	margin-top: 40px;
}
#footer .testimonials .author img {
	float: left;
	margin-right: 15px;
	position: relative;
	top: -6px;
}
#footer .testimonials .name {
	font-size: 13px;
	font-weight: bold;
}
#footer .testimonials .info {
	font-style: italic;
	color: #ccc;
}

/* contact */
#footer .contact {
	text-align: right;
	margin-left: 35px;
}
#footer .contact .footer_header {
	text-align: left;
	margin-left: 35px;
}
#footer .contact input[type="text"],
#footer .contact textarea {
	border: none;
	background-color: #1f1f21;
	padding: 8px 20px;
	border-radius: 3px;
	font-size: 14px;
	font-family: Lato !important;
	width: 80%;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
}
#footer .contact input[type="text"]:focus,
#footer .contact textarea:focus {
	border: none;
	box-shadow: none;
	background-color: #000;
}
#footer .contact input[type="text"]:-moz-placeholder,
#footer .contact textarea:-moz-placeholder {
  color: #868687;
}
#footer .contact input[type="text"]::-webkit-input-placeholder,
#footer .contact textarea::-webkit-input-placeholder {
  color: #868687;
}
#footer .contact input[type="text"]:-ms-input-placeholder,
#footer .contact textarea:-ms-input-placeholder {
  color: #868687;
}
#footer .contact input[type="submit"] {
	background-color: #3e3e40;
	border: none;
	color: #fff;
	border-radius: 4px;
	padding: 5px 20px;
	font-size: 14px;
	font-weight: bold;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
}
#footer .contact input[type="submit"]:hover {
	background-color:#2190DB;
}
#footer .credits {
	border-top: 1px solid #343437;
	padding: 10px 0px 60px 0px;
}
#footer .credits .social {
	margin-top: 30px;
	text-align: center;
}
#footer .credits .social a {
	margin: 10px;
}
#footer .credits .copyright {
	color: #a6a6a7;
	font-style: italic;
	text-align: center;
	margin-top: 30px;
}
#footer .credits .social a {
	margin: 10px;
}
#footer .credits .social a span{
	display: inline-block;
	width: 33px;
	height: 33px;
}
#footer .credits .social span.ico1,
#footer .credits .social span.ico1h{
	background-position: 0px 0px;
}
#footer .credits .social span.ico2,
#footer .credits .social span.ico2h{
	background-position: -37px 0px;
}
#footer .credits .social span.ico3,
#footer .credits .social span.ico3h{
	background-position: -75px 0px;
}
#footer .credits .social span.ico4,
#footer .credits .social span.ico4h{
	background-position: -112px -1px;
}
#footer .credits .social span.ico5,
#footer .credits .social span.ico5h{
	background-position: -151px 0px;
}
#footer .credits .social span.ico6,
#footer .credits .social span.ico6h{
	background-position: -188px -1px;
}
#footer .credits .social span.ico7,
#footer .credits .social span.ico7h{
	background-position: -226px 0px;
}
#footer .credits .social a:hover span.socialicons{
	display: none;
}
#footer .credits .social a:hover span.socialicons_h{
	display: inline-block !important;
}
#footer .credits .social span.socialicons_h{
	display: none;
}
.socialicons{
	background: url('../img/socialicons.png') no-repeat;
	width: 265px;
	height: 36px;
}
.socialicons_h{
	background: url('../img/socialicons_h.png') no-repeat;
	width: 265px;
	height: 36px;
}

/*Inner Footer*/
#footer .info{
	margin-bottom: 10px;
	margin-left: 0;
}
#footer .info .residence{
	margin-left: 0;
}
#footer .info ul{
	margin: 0;
	padding: 0;
}
#footer .info ul li{
	list-style: none;
	font-size: 16px;
	color: #777E83;
	line-height: 23px;
}
#footer .info ul a{
	color: #777E83;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	transition: color .2s;
}
#footer .info ul a:hover{
	color: #A9B4BB;
}
#footer .info .touch{
	float: right;
}
#footer .info .touch ul li{
	display: inline-block;
	margin-left: 30px;
}






/* Global
-------------------------------------------------- */
.page_header {
	background-color: #000;
	color: #fff;
	font-size: 23px;
	display: inline-block;
	padding: 0px 18px;
}
.social_icon{
	background: url("../img/social_icons.png") no-repeat;
	width: 110px;
	height: 18px;
}
.contact_social{
	background: url("../img/contact_social.png") no-repeat;
	width: 180px;
	height: 34px;
}





/* Responsive
-------------------------------------------------- */

/* Large desktop */
@media (min-width: 1200px) {
	#footer .sections .contact > *{
		/*margin-left: 80px;*/
	}
}
@media (min-width: 980px) {
	
}
@media (max-width: 979px) {
	.navbar.transparent.navbar-fixed-top, 
	.navbar.home.navbar-fixed-top{
		margin-bottom: 0px;
	}
	.navbar.transparent.navbar-inverse .navbar-inner {
		background: #252528;
	}
	.navbar-inverse .nav-collapse .nav > li > a, 
	.navbar-inverse .nav-collapse .dropdown-menu a {
		color: #fff;
		opacity: 0.7;
	}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	.navbar.transparent.navbar-fixed-top, 
	.navbar.home.navbar-fixed-top{
		margin-bottom: -70px;
		position: relative;
		top: 999;
	}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	footer {
		margin-right: -20px;
		margin-left: -20px;
	}
	#footer{
		margin-right: -20px;
		margin-left: -20px;
	}
	#footer .container{
		padding: 0px 20px;
	}
	/*Index Footer*/
	#footer .footer_header {
		margin-left: 0;
	}
	#footer .footer_header h3{
		margin-left: 0;
	}
	#footer .testimonials{
		overflow: hidden;
		margin-bottom: 40px;
	}
	#footer .testimonials .footer_header{
		margin-left: 0;
	}
	#footer .testimonials .wrapper{
		float: left;
		width: 100%;
	}
	#footer .contact{
		margin: 0;
	}
	#footer .contact .footer_header{
		margin-left: 0;
	}
	#footer .contact input[type="text"], #footer .contact textarea{
		float: left;
		width: 92%;
	}
	/*Inner Footer*/
	#footer .info .touch ul li{
		margin: 0 30px 0 0;
	}
	#footer .info .touch ul{
		margin:15px 0 15px;
	}
}
/* Landscape phones and down */
@media (max-width: 480px) {

}

/* Icons
-------------------------------------------------- */




/* ASK APEX
-------------------------------------------------- */
#ask_apex {
	margin-top: 70px;
}






/* FEATURES
-------------------------------------------------- */

#features .subtitle h2{
	margin: 0;
	font-style: italic;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 70px;
	line-height: 35px;
	text-align: center;
}
/* features */
#features {
	margin-top: 70px;
}
#features .section_header h3 span{
	font-size: 18px;
	line-height: 20px;
}
#features .option1{
	margin-bottom: 70px;
}
#features .option1 .feature {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 65px;
}
#features .option1 .feature .info h3 {
	font-size: 21px;
	margin-top: 35px;
}
#features .option1 .feature.ss h3 {
	margin-top: 45px;
}
#features .option1 .feature .info h3 img {
	margin-right: 18px;
	position: relative;
	top: -10px;
}
#features .option1 .feature .info p {
	margin-top: 15px;
}
#features .option2 {
	margin-bottom: 80px;
}
#features .option2 .feature {
	margin-bottom: 40px;
}
#features .option2 .feature .box{
	text-align: center;
	float: left;
	width: 16%;
	height: 77px;
}
#features .option2 .feature .box img.one{
	margin-top: 18px;
}
#features .option2 .feature .box img.two{
	margin-top: 20px;
}
#features .option2 .feature .text {
	float: left;
	width: 76%;
	margin-top: 17px;
	margin-left: 23px;
}
#features .option2 .feature .text h6 {
	margin: 0 8px 8px 0;
	font-size: 20px;
	line-height:28px;
}
#features .option2 .feature .text p {
	margin: 0;
	font-size: 14px;
	line-height: 24px;
}
#features .option2 .right{
	float: right;
}


#features .option3 .feature {
	padding-bottom: 38px;
	background: white;
	box-shadow: 1px 1px 2px 0px #E0E0E0;
	border-radius: 4px;
	cursor: pointer;
	/*border:1px solid #fff;*/
}
#features .option3 .feature .img {
	text-align: center;
	margin: 42px auto 37px;
}
#features .option3 .feature .text {
	margin: 0 auto;
	width: 87%;
}
#features .option3 .feature .text h6 {
	margin: 0 0 9px 0;
	font-size: 20px;
	text-align: center;
}
#features .option3 .feature .text p {
	margin: 0 auto;
	font-size: 14px;
	line-height: 23px;
	text-align: left;
	width: 90%;
	margin-top: 18px;
}
#features .option3 .feature:hover {
	border-color: #B1B1B1;
	box-shadow: 0px 0px 6px -1px #B4B4B4;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;	
}
#features .option1 .last {
	margin-bottom: 0;
}




/* Responsive
-------------------------------------------------- */

/* Large desktop */
@media (min-width: 1200px) {

}
@media (min-width: 980px) {
	
}
@media (max-width: 979px) {
	#features .features_op1_row .feature .img_box span.circle{
		top: 35%;
	}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 

}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {	
	#features .features_op1_row .feature {
		margin-bottom: 60px;
	}
	#features .features_op1_row .last{
		margin-bottom: 0;
	}
	#features .features_op1_row .feature .img_box{
		text-align: center;
	}
	#features .features_op1_row .feature .text{

	}
	#features .features_op1_row .feature .text h6{
		text-align: center;
	}
	#features .features_op1_row .feature .img_box span.circle{
		top: 38%;
		left: 48%;
	}
	#features .features_op1_row .feature:hover .img_box{
		box-shadow:none;
	}
	#features .option2 {
		margin-bottom: 60px;
	}
	#features .option2 .feature {
		float: left;
		width: 100%;
		margin-bottom: 60px;
	}
	#features .option2 .right{
		/*margin-bottom: 0;*/
	}
	#features .option2 .feature .text{
		margin-top: 0;
	}
	#features .option3 .feature {
		margin-bottom: 60px;
		overflow: hidden;
	}
}
/* Landscape phones and down */
@media (max-width: 480px) {
	#features .subtitle h2 {
		font-size: 22px;
		line-height: 30px;
	}
	#features .features_op1_row .feature {
		margin-bottom: 60px;
	}
	#features .features_op1_row .last{
		margin-bottom: 0;
	}
	#features .features_op1_row .feature .img_box{
		text-align: center;
	}
	#features .features_op1_row .feature .text{

	}
	#features .features_op1_row .feature .text h6{
		text-align: left;
	}
	#features .features_op1_row .feature .img_box span.circle{
		left: 44%;
	}
	#features .features_op1_row .feature:hover .img_box{
		box-shadow:none;
	}
	#features .option2 {
		margin-bottom: 60px;
	}
	#features .option2 .feature {
		float: left;
		width: 100%;
		margin-bottom: 60px;
	}
	#features .option2 .right{
		/*margin-bottom: 0;*/
	}
	#features .option2 .feature .text{
		margin-top: 0;
	}
	#features .last {
		margin-bottom: 0;
	}
	#features .option3 .feature {
		margin-bottom: 60px;
	}
}






