@charset "UTF-8";

/*!
 * ARS Kenya v1.1
 *
 * Copyright 2012 Auto Rental Services Kenya
 *
 * Designed and built for ARS Kenya.
 */

.clear {
    clear: both;
}
.right {
    float:right;
}
.left {
    float: left;
}
.center {
    text-align: center;
}
.required {
    color:red;
}

/* Main Slider
-------------------------------------------------- */
#feature_slider {
    height:720px;
    height: 480px;
    background: #262626;
    z-index: 1;
    margin-bottom: 40px;
}
#feature_slider h1 {
    font-weight: 100;
    color: #ccc;
    font-size: 60px;
    line-height: 66px;
    text-align: center;
    position: absolute;
    top: 180px;
    width: 100%;
}
#feature_slider h1 strong {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 20px;
}
#pagination {
    position: absolute;
    top: 505px;
    z-index: 3;
    margin: 0;
    padding: 0;
    display: none;
    list-style-type: none;
}
#pagination li {
    text-indent: -99999em;
    float: left;
    padding: 0 6px;
    cursor: pointer;
}
#pagination li a {
    width: 7px;
    height: 7px;
    box-shadow: 0px 0px 1px 2px #ccc;
    background: rgb(0, 0, 0);
    border-radius: 10px;
    display: block;
    /*border: 1px solid #fff;*/
    opacity: .7;
    -webkit-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    transition: opacity .1s linear;
}
#pagination li.active a {
    background: rgb(46, 92, 177);
    box-shadow: none;
    width: 8px;
    height: 8px;
}

#pagination li:hover a {
    opacity: 1;
}
.slide {
    width: 100%;
    /*height: 720px;*/
    height: 480px;
    position: absolute;
    display: none;
    overflow: hidden;
    z-index: 1;
}
.slide.previous {
    z-index: 1;
}
.slide.active {
    z-index: 2;
}
.slide.hiddden {
    display: none;
}

/* Custom styles for each slide */

/* Slide 1 */
.slide#showcasing .info {
    position: absolute;
    top: 160px;
    left: 13%;
    width: 30%;
    display: none;
    z-index: 10;
}
.slide#showcasing .info h2 {
    color: #fff;
    font-size: 50px;
    font-weight: normal;
    line-height: 56px;
    text-shadow: 1px 1px 1px rgb(49, 57, 61);
}
/* Slide 2 */
.slide#ideas .info {
    position: relative;
    top: 110px;
    text-align: center;
}
.slide#ideas .info h2 {
    color: #fff;
    font-weight: normal;
}
.slide#ideas .info a {
    color: #fff;
    font-weight: bold;
    background-color: #2a205d;
    padding: 13px 30px;
    font-size: 19px;
    border-radius: 5px;
    margin-top: 200px;
    display: inline-block;
    -webkit-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    transition: opacity .1s linear;
}
.slide#ideas .info a:hover { }

/* Slide 3 */
.slide#tour .info {
    position: absolute;
    top: 150px;
    right: 6%;
    width: 25%;
}
.slide#tour .info h2 {
    color: #fff;
    font-size: 45px;
    font-weight: normal;
    text-shadow: 1px 1px 1px #3b3262;
    line-height: 57px;
}
.slide#tour .info a {
    color: #fff;
    font-weight: bold;
    background-color: #2a205d;
    padding: 13px 30px;
    font-size: 19px;
    border-radius: 5px;
    margin-top: 40px;
    display: inline-block;
    -webkit-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    transition: opacity .1s linear;
}
.slide#tour .info a:hover { }

/* Slide 4 */
.slide#responsive .info {
    position: absolute;
    top: 170px;
    right: 9%;
    width: 25%;
}
.slide#responsive .info h2 {
    color: #fff;
    font-size: 47px;
    font-weight: normal;
    text-shadow: 1px 1px 1px #3b3262;
    line-height: 56px;
}
.slide#responsive .info h2 strong {
    font-size: 42px;
}

.slide .info h2 { }
.slide .info {
    display: none;
    z-index: 10;
}
.slide .info a:hover {
    opacity: .8;
}
.slide .asset,
.slide .fade {
    position: absolute;
    display: none;
}
#slide-left,
#slide-right {
    width: 31px;
    height: 37px;
    display: block;
    position: absolute;
    top: 250px;
    left: 0;
    background: url(../img/leftright-arrows.png) no-repeat;
    opacity: .5;
    -webkit-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    transition: opacity .1s linear;
    display: none;
    z-index: 2;
}
#slide-right {
    left: auto;
    right: 0;
    background-position: -31px 0;
}
#slide-left:hover,
#slide-right:hover {
    opacity: 1;
}


/* Showcase services
-------------------------------------------------- */
#showcase {
    margin-top: 70px;
}
#showcase .container {
    /*width: 980px;*/
}
#showcase .image img {
    box-shadow: 3px 3px 5px 0px #B7B6B7;
}
#showcase .info {
    margin-top: 30px;
}
#showcase .info h4 {
    font-size: 17px;
}
#showcase .info p {
    color: #333333;
    line-height: 21px;
    font-size: 13px;
}
#showcase .features_op1_row .last{
    margin-right: 0;
}
#showcase .features_op1_row .feature .text{
    margin: 32px auto 0;
    width: 87%;
}
#showcase .features_op1_row .feature .text h6{
    margin: 0 0 14px 0;
    font-size: 20px;
}
#showcase .features_op1_row .feature .text p{
    margin: 0;
    font-size: 14px;
    line-height: 23px;
}
#showcase .features_op1_row .feature .img_box{
    position: relative;
    border-radius: 5px;
}
#showcase .features_op1_row .feature .img_box img {
    border-radius: 5px;
    max-width: 95%;
    margin: 0 auto;
    display: block;
}
#showcase .features_op1_row .feature .img_box span.circle{
    background: rgba(17, 137, 217, 0.8);
    width: 48px;
    height: 48px;
    display: none;
    text-align: center;
    position: absolute;
    top: 36%;
    left: 42%;
    border-radius: 100%;
}
#showcase .features_op1_row .feature .img_box span.circle span.plus{
    display: inline-block;
    margin-top: 13px;
    font-weight: bold;
    color: white;
    font-size: 32px;
}
#showcase .features_op1_row .feature .img_box:hover span.circle{
    display: block;
}
#showcase .features_op1_row .feature .img_box:hover .img_box{
    box-shadow: 0px 0px 1px 100px black inset;
}
#showcase .features_op1_row .feature .img_box:hover img{
    box-shadow: 1px 1px 6px 0px #888;
    border-radius: 5px;
    opacity: 0.9;
    filter:alpha(opacity=90);
}


/*Service Option 1*/
#service_1{
	margin-top: 70px;
	margin-bottom: 115px;
}
#service_1 .section_header h3 span,
#service_2 .section_header h3 span{
	font-size: 18px;
	line-height: 20px;
}
#service_1 .service_wrapper .feature{
	margin-right: 0px;
}
#service_1 .service_wrapper .last{
	margin-right: 0;
}
#service_1 .service_wrapper .feature .text{
	margin: 23px auto 0;
	width: 92%;
}
#service_1 .service_wrapper .feature .text h6{
	color: #3F3F3F;
	margin: 0 0 14px 0;
	font-size: 20px;
}
#service_1 .service_wrapper .feature .text p{
	margin: 0;
	font-size: 14px;
	line-height: 22px;
}
#service_1 .service_wrapper .feature .img_box{
	position: relative;
	border-radius: 5px;
}
#service_1 .service_wrapper .feature .img_box img {
	border-radius: 6px;
	position: relative;
}
#service_1 .service_wrapper .feature .img_box span.circle{
	background: rgba(17, 137, 217, 0.8);
	width: 48px;
	height: 48px;
	display: none;
	text-align: center;
	position: absolute;
	top: 37%;
	left: 43%;
	border-radius: 100%;
}
#service_1 .service_wrapper .feature .img_box span.circle span.plus{
	display: inline-block;
	margin-top: 13px;
	font-weight: bold;
	color: white;
	font-size: 32px;
}
#service_1 .service_wrapper .feature:hover span.circle{
	display: block;
}
#service_1 .service_wrapper .feature:hover .img_box{
	box-shadow: 0px 0px 1px 100px black inset;
}
#service_1 .service_wrapper .feature:hover img{
	box-shadow: 1px 1px 6px 0px #888;
	border-radius: 5px;
	opacity: 0.9;
	filter:alpha(opacity=90);
}

/*Service Option 2*/
#service_2{
	margin: 40px 0 115px;
}
#service_2 .perk{
	margin-bottom: 82px;
	margin-left: 0;
}
#service_2 .circle{
	/*background: #1189D9;*/
	text-align: center;
	border-radius: 100%;
	margin: 14px 0 0 0;
	width: 136px;
	height: 136px;
	/*box-shadow: 1px 1px 2px 0px #E0E0E0;*/
}
#service_2 .circle img{
	margin-top: 25px;
}
#service_2 .circle1 img{
	margin-top:25px;
}
#service_2 .description_wrapper{
	float: right;
}
#service_2 .description_wrapper h5{
	font-size: 20px;
	margin: 5px 0 10px 0;
}
#service_2 .description_wrapper p{
	font-size: 14px;
	line-height: 24px;
	color: #3F3F3F;
	margin-bottom: 0;
}
#service_2 .last{
	margin-bottom: 0;
}

/*Service Option 3*/
#process{
	min-height: 350px;
}
#process .section_header h3{
	margin:0;
}
#process .description{
	position: relative;
}
#process .description .text{
	position: absolute;
	display: none;
}
#process .description .text.active {
	display: block;
}
#process .description h4{
	font-size: 32px;
	line-height: 35px;
	font-weight: normal;
	margin-bottom: 20px;
}
#process .description p{
	font-size: 15px;
	color: #3F3F3F;
	line-height: 26px;
}
#process .areas{
	margin-left: 0;
	float: right;
}
#process .areas .circle{
	height: 210px;
	cursor: pointer;
	float: left;
	margin-right: -45px;
	text-align: center;
	width: 210px;
	background: rgba(37, 37, 40, 0.9);
	border-radius: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
#process .areas .first{
	margin-left: 0;
}
#process .areas .circle img{
	margin-top: 56px;
}
#process .areas .circle span{
	font-weight: 700;
	font-size: 22px;
	color: #fff;
	display: block;
	margin-top: 21px;
}
#process .areas .circle:hover,
#process .areas .circle.active {
	background: rgba(17, 137, 217, 1);
}



/* 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 {
    margin-top: 70px;
    margin-bottom: -20px;
}
#features .feature {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 65px;
}
#features .feature .info h3 {
    font-size: 21px;
    margin-top: 35px;
}
#features .feature.ss h3 {
    margin-top: 45px;
}
#features .feature .info h3 img {
    margin-right: 18px;
    position: relative;
    top: -10px;
}
#features .feature .info p {
    margin-top: 15px;
}




/*Frequent Questions*/
#faq{
	margin-bottom: 50px;
}
#faq .block .box{
	margin-bottom: 50px;
}
#faq .block .box p.title{
	font-size: 20px;
	margin-bottom: 10px;
	font-style: italic;
}
#faq .block .box p.answ{
	font-size: 14px;
	line-height: 22px;
}
#faq  .right{
	float: right;
}
/* Pricing Option 2 */


/* Call to Action
-------------------------------------------------- */
#call_action {
    margin-top: 50px;
    text-align: center;
}
#call_action p {
    font-size: 24px;
    color: #3F3F3F;
    font-style: italic;
    display: inline-block;
}
#call_action a {
    background-color: #282828;
    color: #fff;
    padding: 9px 17px;
    font-weight: bold;
    border-radius: 4px;
    font-size: 17px;
    margin-left: 20px;
    position: relative;
    top: -5px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
}
#call_action a:hover {
    background-color: rgb(103, 118, 177);
}
#call_action a:active {
    box-shadow: rgba(255,255,255,0.2) 0 1px 0,inset rgba(0,0,0,0.95) 0 1px 4px;
}



/* 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 {
	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: 70px;
}
#features .option2 .feature {
	margin-bottom: 70px;
}
#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 0 8px 0;
	font-size: 20px;
}
#features .option2 .feature .text p{
	margin: 0;
	font-size: 14px;
	line-height: 23px;
}
#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: center;
	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;
}

/* Clients
-------------------------------------------------- */
#clients {
    margin-top: 75px;
}
#clients .client .img {
    height: 76px;
    width: 138px;
}
#clients .client .client1 {
    background: url('../img/client1.png') 0 -75px;
}
#clients .client .client1:hover {
    background-position: 1px 0px;
}
#clients .client .client2 {
    background: url('../img/client2.png') 0 -75px;
}
#clients .client .client2:hover {
    background-position: -1px 0px;
}
#clients .client .client3 {
    background: url('../img/client3.png') 0 -76px;
}
#clients .client .client3:hover {
    background-position: 0px 0px;
}
#clients .client .img{
    cursor: pointer;    
    -webkit-transition: box-shadow .1s linear;
    -moz-transition: box-shadow .1s linear;
    transition: box-shadow .1s linear;
}
#clients .client .img:hover{
    cursor: pointer;    
    /*box-shadow: 0px 0px 2px 0px rgb(155, 155, 155);*/
    border-radius: 8px;
}

/* Contact Options  */
#contact {
	margin-top: 70px;
}
#contact .contact{
	margin: 40px 0 100px 0;
}
#contact .contact p{
	color: #939394;
	font-size: 19px;
	margin-bottom: 47px;
	font-style: italic;
	line-height: 24px;
}
#contact .form{
	margin: 0;
}
#contact .contact form{
	margin: 0;
}
#contact .form .box{
	margin: 0;
}
#contact .form .box input[type="text"],input[type="email"]{
	padding-left: 39px;
	margin-bottom: 10px;
	color: black;
	height: 29px;
	border-radius: 3px;
	width: 70%;
}
#contact .form .box input.name{
	background: url('../img/formname.png') #fff no-repeat 5px;
}
#contact .form .box input.mail{
	background: url('../img/formmail.png') #fff no-repeat 5px;
}
#contact .form .box input.phone{
	background: url('../img/formphone.png') #fff no-repeat 5px;
}
#contact .form .box_r{
	float: right;
}
#contact .form .box textarea{
	padding: 11px;
	width: 94%;
	margin: 0;
	border-radius: 3px;
	height: 113px;
}
#contact .contact .submit{
	margin: 0;
}
#contact .contact .submit .box{
	margin: 0
}
#contact .contact .submit label.checkbox{
	color: #394350;
	font-style: 14px;
}
#contact .contact .submit .right{
	float: right;
}
#contact .contact .submit .right input[type="submit"]{
	float: right;
	text-transform: uppercase;
	color: #fff;
	background: #187CCC;
	font-size: 15px;
	padding: 4px 12px;
	border: 0 none;
	border-radius: 3px;
	-webkit-transition: background linear .2s, box-shadow linear .2s;
	-moz-transition: background linear .2s, box-shadow linear .2s;
	-o-transition: background linear .2s, box-shadow linear .2s;
	transition: background linear .2s, box-shadow linear .2s;
}
#contact .contact .submit .right input[type="submit"]:hover{
	background: #252528;
}
#contact .map{
	margin: 0;
}
#contact .map iframe{
	display: block;
}
#contact .map .box_wrapp{
	position: absolute;
	margin: 0;
	box-shadow: 0 0 7px 0 rgba(26, 26, 26, 0.4);
	padding: 33px 0 33px;
	background: white;
	top: 41%;
	border-radius: 4px;
}
#contact .map .box_wrapp .box_cont{
	margin: 0 auto;
	width: 76%;
}
#contact .map .box_wrapp .head{
	width: 100%;
	margin-bottom: 17px;
	overflow: hidden;
}
#contact .map .box_wrapp .head h6{
	font-size: 24px;
	margin: 0;
	font-style: italic;
	float: left;
	padding-bottom: 2px;
	border-bottom: 1px solid;
	font-weight: normal;
}
#contact .map .box_wrapp ul.street{
	list-style: none;
	margin: 0;
	padding:0;
}
#contact .map .box_wrapp ul.street li{
	color: #777777;
	font-size: 14px;
}
#contact .map .box_wrapp ul.street li.icon{
	margin-top: 3px;
}
#contact .map .box_wrapp ul.street li.icon span.ico1{
	float: left;
	height: 20px;
}
#contact .map .box_wrapp ul.street li.icon span.ico2{
	float: left;
	height: 20px;
	background-position: 0px -23px;
}
#contact .map .box_wrapp ul.street li.icon .text{
	font-size: 15px;
	color: #777777;
	margin-left: 6px;
}
#contact .map .box_wrapp ul.street li.icon a:hover{
	color: #187CCC;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
#contact .map .box_wrapp ul.street li.icontop{
	margin-top: 13px;
}
#contact .map .box_wrapp .headbottom{
	margin-top: 42px;
}
#contact .map .box_wrapp p{
	color: #777777;
	font-size: 14px;
	margin-bottom: 32px;
}
#contact .map .box_wrapp a.btn{
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	background: #187CCC;
	text-shadow: none;
	padding: 6px 0 6px;
	font-weight: bold;
	border: 0 none;
	box-shadow: none;
	border-radius: 3px;
	margin: 0 auto;
	display: block;
	width: 56%;
	-webkit-transition: background linear .2s, box-shadow linear .2s;
	-moz-transition: background linear .2s, box-shadow linear .2s;
	-o-transition: background linear .2s, box-shadow linear .2s;
	transition: background linear .2s, box-shadow linear .2s;
}
#contact .map .box_wrapp a.btn:hover{
	background: #252528;
}
.contacticos{
	background: url('../img/contact_icos.png') no-repeat;
	width: 24px;
	height: 44px;
}


/* Sign Up Option 1 */
#sign_up1{
	background: url("../img/backgrounds/ocean.jpg")  no-repeat;
	display: block;
	height: 540px;
	margin-bottom: 90px;
	margin-top: -35px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#sign_up1 .header{
	text-align: center;
	margin: 0;
	color: #fff;
	margin-top: 85px;
	padding-left: 20px;
}
#sign_up1 .header h4{
	font-size: 38px;
	margin-top: 0;
	margin-bottom: 25px;
	line-height: 38px;
	font-weight: 300;
	text-shadow: 1px 1px 0px #143C4E;
}
#sign_up1 .header p{
	font-style: italic;
	font-size: 17px;
	margin: 0 0 40px 0;
}
#sign_up1 .header .social{
	margin: 0 auto 28px;
	float: none;
	text-align: center;
}
#sign_up1 .header .social a.circle{
    text-align: center;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    margin-right: 25px;
    display: inline-block;
    -webkit-transition: border-color ease-in .1s;
    -moz-transition: border-color ease-in .1s;
    -o-transition: border-color ease-in .1s;
    transition: border-color ease-in .1s;
}
#sign_up1 .header .social a.circle img{
    display: inline-block;
    margin-top: 15px;
}
#sign_up1 .header .social a.facebook{
    border:2px solid #233678;
    background: #233678;
}
#sign_up1 .header .social a.twitter{
    border:2px solid #54AEE1;
    background: #54AEE1;
}
#sign_up1 .header .social a.gplus{
    border:2px solid #292929;
    background: #292929;
    margin: 0;
}
#sign_up1 .header .social a.circle:hover{
    border-color: rgb(255, 255, 255);
}
#sign_up1 .division{
	margin: 0 auto 50px;
	float: none;
	left: -6px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#sign_up1 .division .line{
	border-top: 1px solid rgb(104, 167, 196);
	width: 34%;
	top: 10px;
	position: absolute;
}
#sign_up1 .division .l{
	left: 0;
}
#sign_up1 .division .r{
	right: 0;
}
#sign_up1 .division span{
	color: #fff;
	font-size: 17px;
}
#sign_up1 .footer form{
	margin: 0 0 46px 0;
}
#sign_up1 .footer input[type="text"],
#sign_up1 .footer input[type="tel"],
#sign_up1 .footer input[type="email"],
#sign_up1 .footer input[type="password"] {
	border-radius: 3px;
	font-size: 16px;
	height: 25px;
	margin: 0 10px 0px 0;
	color: black;
	width: 27%;
}
#sign_up1 .footer input[type="submit"]{
	text-transform: uppercase;
	color: #fff;
	background: #187CCC;
	font-size: 15px;
	padding: 8px 18px;
	border: 0 none;
	border-radius: 3px;
	-webkit-transition: background linear .2s, box-shadow linear .2s;
	-moz-transition: background linear .2s, box-shadow linear .2s;
	-o-transition: background linear .2s, box-shadow linear .2s;
	transition: background linear .2s, box-shadow linear .2s;
}
#sign_up1 .footer input[type="submit"]:hover{
	background: #252528;
}
#sign_up1 .remember label.checkbox{
	float: left;
	font-weight: bold;
	width: 30%;
	font-size: 14px;
	color: #fff;
}
#sign_up1 .remember a{
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid white;
	font-weight: bold;
}
#sign_up1 .dosnt{
	text-align: center;
	color: #fff;
	font-size: 14px;
}
#sign_up1 .dosnt span{
	margin-right: 8px;
}
#sign_up1 .dosnt a{
	color: #fff;
	border-bottom: 1px solid white;
}
#sign_up1 .dosnt a:hover,
#sign_up1 .remember a:hover{
	color:#252528;
	border-color: #252528;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

/* Sign Up Option 2 */
#sign_up2 .section_header{
	margin-bottom: 50px;
}
#sign_up2 .section_header h3{
	margin: 0;
}
#sign_up2 .section_header h3 span{
	font-size: 18px;
	line-height: 20px;
}
#sign_up2 .left_box{
	color: #252527;
}
#sign_up2 .left_box h4{
	margin: 20px 0 40px 0;
	line-height: 43px;
	font-size: 40px;
	font-weight: 300;
}
#sign_up2 .left_box .perk_box{
	float: left;
	width: 100%;
}
#sign_up2 .left_box .perk_box .perk{
	width: 100%;
	color: #727276;
	margin-bottom: 31px;
}
#sign_up2 .left_box .perk_box .perk .icos{
	float: left;
	margin-right: 16px;
	width: 28px;
	height: 46px;
}
#sign_up2 .left_box .perk_box .perk .ico1{
	background-position: 4px 6px;
}
#sign_up2 .left_box .perk_box .perk .ico2{
	background-position: -35px 14px;
}
#sign_up2 .left_box .perk_box .perk .ico3{
	background-position: -69px 7px;
}
#sign_up2 .left_box .perk_box .perk p{
	font-size: 15px;
}
#sign_up2 .left_box .perk_box .perk p strong{
	color: #333;
}
#sign_up2 a.btn_sign{
	text-transform: uppercase;
	color: #FDFDFD;
	font-size: 15px;
	border-radius: 4px;
	background: #333333;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	width: 25%;
	display: block;
	padding: 6px 0 6px;
	-webkit-transition: background linear .2s, box-shadow linear .2s;
	-moz-transition: background linear .2s, box-shadow linear .2s;
	-o-transition: background linear .2s, box-shadow linear .2s;
	transition: background linear .2s, box-shadow linear .2s;
}
#sign_up2 a.btn_sign:hover{
	background: #252528;
}
#sign_up2 .icos{
	background: url('../img/signin_icos.png') no-repeat;
	width: 96px;
	height: 30px;
}
#sign_up2 .signin_box{
	float: right;
}
#sign_up2 .signin_box .box{
	float: right;
	box-shadow: 0 0 5px 0 rgb(238, 238, 238);
	background: white;
	border:1px solid #DFDFDF;
	border-radius: 5px;
	width: 90%;
	padding: 35px 0 30px;
}
#sign_up2 .signin_box .box .box_cont{
	margin: 0 auto;
	width: 77%;
}
#sign_up2 .signin_box .box .social{
	margin: 0 auto 20px;
	float: none;
	text-align: center;
}
#sign_up2 .signin_box .box .social a.circle{
    text-align: center;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    margin-right:34px;
    display: inline-block;
    -webkit-transition: border-color ease-in .1s;
    -moz-transition: border-color ease-in .1s;
    -o-transition: border-color ease-in .1s;
    transition: border-color ease-in .1s;
}
#sign_up2 .signin_box .box .social a.circle img{
    display: inline-block;
    margin-top: 15px;
}
#sign_up2 .signin_box .box .social a.facebook{
    background: #233678;
    border:2px solid #233678;
}
#sign_up2 .signin_box .box .social a.twitter{
    background: #54AEE1;
    border:2px solid #54AEE1;
}
#sign_up2 .signin_box .box .social a.gplus{
    background: #292929;
    border:2px solid #292929;
    margin: 0;
}
#sign_up2 .signin_box .box .social a.circle:hover{
    border-color: rgba(0,0,0,0.7);
}
#sign_up2 .signin_box .box .division{
	margin: 0 auto 18px;
	float: none;
	overflow: hidden;
	width: 100%;
	position: relative;
	text-align: center;
}
#sign_up2 .signin_box .box .division .line{
	border-top: 1px solid #DFDFDF;
	width: 34%;
	top: 10px;
	position: absolute;
}
#sign_up2 .signin_box .box .division .l{
	left: 0;
}
#sign_up2 .signin_box .box .division .r{
	right: 0;
}
#sign_up2 .signin_box .box .division span{
	color: rgb(66, 66, 66);
	font-size: 17px;
}
#sign_up2 .signin_box .box .form form{
	margin: 0;
}
#sign_up2 .signin_box .box .form input[type="text"],
#sign_up2 .signin_box .box .form input[type="email"]
{
	border-radius: 3px;
	font-size: 16px;
	width: 96%;
	margin-bottom: 16px;
	height: 27px;
	color: black;
}
#sign_up2 .signin_box .box .form input[type="tel"]
{
	border-radius: 3px;
	font-size: 16px;
	margin-bottom: 16px;
	height: 27px;
	color: black;
}
#sign_up2 .signin_box .box .form .forgot{
	margin-left: 0;
	margin-bottom: 20px;
	width: 100%;
	color: #797979;
	text-align: center;
	overflow: hidden;
}
#sign_up2 .signin_box .box .form .forgot span{
	margin-right: 5px;
}
#sign_up2 .signin_box .box .form .forgot a{
	color: #797979;
	font-size: 13px;
	border-bottom: 1px solid #797979;
	font-weight: bold;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
#sign_up2 .signin_box .box .form .forgot a:hover{
	color: #187CCC;
	border-color: #187CCC;
}
#sign_up2 .signin_box .box .form input[type="submit"]{
	text-transform: uppercase;
	color: #fff;
	background: #187CCC;
	font-size: 15px;
	margin: 0 auto;
	display: block;
	padding: 6px 19px;
	border: 0 none;
	border-radius: 3px;
	-webkit-transition: background linear .2s, box-shadow linear .2s;
	-moz-transition: background linear .2s, box-shadow linear .2s;
	-o-transition: background linear .2s, box-shadow linear .2s;
	transition: background linear .2s, box-shadow linear .2s;
}
#sign_up2 .signin_box .box .form input[type="submit"]:hover{
	background: #252528;
}

/* About Us Page
-------------------------------------------------- */ 

#aboutus{
	margin-bottom: 90px;
	margin-top: 70px;
}
#aboutus .intro h6{
	font-size: 21px;
	font-style: italic;
	color: #252526;
	line-height: 29px;
	font-weight: normal;
	margin: 0 0 16px 0;
}
#aboutus .intro p{
	color: #3F3F3F;
	line-height: 24px;
}
#aboutus .flexslider{
	float: right;
	box-shadow: none;
	margin: 0;
	border:0 none;
}
#aboutus .flex-control-paging li a{
	background: #666666;
	box-shadow: none;
	width: 5px;
	height: 5px;
	border: 3px solid #E6E6E6;
}
#aboutus .flex-control-paging li a.flex-active{
	box-shadow: none;
	background: #2894DC;
	border-color: #2894DC;
}
#aboutus .flex-control-nav{
	bottom: -30px;
}
#team{
	padding: 35px 0 25px;
	margin: 0;
	background: #252528;
	margin-bottom: 90px;
}
#team .section_header{
	margin-bottom: 60px;
}
#team .section_header h3{
	color: #9D9D9E;
	border-color: #9D9D9E;
	margin: 0;
}
#team .people{
	margin: 0;
}
#team .people .row1{
	margin: 0 0 50px 0;
}
#team .people .bio_box{
	margin: 0;
}
#team .people .bio_boxr{
	float: right;
}
#team .people .bio_box img{
	float: left;
}
#team .people .bio_boxr img{
	margin-left: 38px;
}
#team .people .bio_box .info{
	float: left;
	margin: 38px 0 0 30px;
}
#team .people .bio_box .info p{
	margin-bottom: 0;
}
#team .people .bio_box .info p.name{
	color: #fff;
	font-style: italic;
	margin-bottom: 4px;
	font-size: 21px;
}
#team .people .bio_box .info p.area{
	color: #98989A;
	font-style: italic;
	font-style: 16px;
	margin-bottom: 18px;
}
#team .people .bio_box .info a {
	margin-right: 10px;
}
#team .people .bio_box .info a span{
	display: inline-block;
	width: 33px;
	height: 33px;
}
#team .people .bio_box .info span.ico1,
#team .people .bio_box .info span.ico1h{
	background-position: 0px 0px;
}
#team .people .bio_box .info span.ico2,
#team .people .bio_box .info span.ico2h{
	background-position: -37px 0px;
}
#team .people .bio_box .info span.ico3,
#team .people .bio_box .info span.ico3h{
	background-position: -75px 0px;
}
#team .people .bio_box .info span.ico4,
#team .people .bio_box .info span.ico4h{
	background-position: -112px -1px;
}
#team .people .bio_box .info span.ico5,
#team .people .bio_box .info span.ico5h{
	background-position: -151px 0px;
}
#team .people .bio_box .info span.ico6,
#team .people .bio_box .info span.ico6h{
	background-position: -188px -1px;
}
#team .people .bio_box .info span.ico7,
#team .people .bio_box .info span.ico7h{
	background-position: -226px 0px;
}
#team .people .bio_box .info a:hover span.socialicons{
	display: none;
}
#team .people .bio_box .info a:hover span.socialicons_h{
	display: inline-block !important;
}
.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;
	display: none !important;
}
#process{
	min-height: 350px;
}
#process .section_header{
	margin-bottom: 60px;
}
#process .section_header h3{
	margin: 0;
}
#process .description{
	position: relative;
}
#process .description .text{
	position: absolute;
	display: none;
}
#process .description .text.active {
	display: block;
}
#process .description h4{
	font-size: 31px;
	line-height: 35px;
	margin-bottom: 20px;
}
#process .description p{
	font-size: 15px;
	color: #3F3F3F;
	line-height: 26px;
}
#process .areas{
	margin-left: 0;
	float: right;
}
#process .areas .circle{
	height: 210px;
	cursor: pointer;
	float: left;
	margin-right: -45px;
	text-align: center;
	width: 210px;
	background: rgba(37, 37, 40, 0.9);
	border-radius: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
#process .areas .first{
	margin-left: 0;
}
#process .areas .circle img{
	margin-top: 56px;
}
#process .areas .circle span{
	font-weight: 700;
	font-size: 22px;
	color: #fff;
	display: block;
	margin-top: 21px;
}
#process .areas .circle:hover,
#process .areas .circle.active {
	background: rgba(17, 137, 217, 1);
}


/* Pricing charts
-------------------------------------------------- */

#in_pricing{
    margin-top: 30px;
    margin-bottom: 100px;
}
#in_pricing .head h6{
    font-size: 18px;
    margin: 0;
    color: #8E8E8F;
    font-weight: normal;
}
#in_pricing .charts_wrapp{
    margin-left: -20px;
    margin-bottom: 40px;
}
#in_pricing .charts_wrapp .plan{
    border-radius: 6px;
    box-shadow: 2px 2px 2px -1px rgb(214, 214, 214);
    background-color: #fff;
    width: 95%;
    position: relative;
}
#in_pricing .plan .wrapper{
    padding: 33px 30px 26px 30px;
}
#in_pricing .plan h3{
    color: rgb(83, 83, 83);
    font-weight: normal;
    font-style: italic;
    font-size: 28px;
    margin: 0 0 5px 0;
    line-height: 25px;
}
#in_pricing .plan .price{
    font-size: 17px;
    color: #1189D9;
    margin-top: 16px;
}
#in_pricing .plan .price span.dollar{
    font-size: 32px;
    position: relative;
    top: -6px;
    margin-right: 3px;
}
#in_pricing .plan .price span.qty{
    font-size: 47px;
    margin-right:4px;
    position: relative;
    top: 2px;
}
#in_pricing .plan .price span.month{
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
}
#in_pricing .plan .features{
    margin-top: 30px;
}
#in_pricing .plan .features p{
    color: #838385;
    margin-bottom: 5px;
    font-size: 14px;
}
#in_pricing .plan a.order{
    background-color: #2190DB;
    text-align: center;
    margin: 25px auto 0;
    width: 48%;
    display: block;
    padding: 3px 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
#in_pricing .plan a.order:hover,
#in_pricing2 .plan a.order:hover{
    background: #252528;
}
#in_pricing .pro .plan{
    width: 100%;
    top: -20px;
    box-shadow: 0px 0px 7px -1px rgb(214, 214, 214);
    border: 1px solid #d9d9d9;
}
#in_pricing .pro .plan .wrapper{
    padding:36px 30px 35px 30px;
}
#in_pricing .pro .plan img.ribbon{
    position: absolute;
    top: 0;
    right: 0;
}
#in_pricing .pro .plan  a.order{
    margin-top: 35px;
}
#in_pricing .standar .plan{
    float: right;
}
#in_pricing .start{
    width: 100%;
    text-align: center;
}
#in_pricing .start p{
    font-size: 24px;
    display: inline-block;
    color: #5B5B5D;
    font-style: italic;
    line-height: 26px;
    margin: 0 18px 0 0;
}
#in_pricing .start a{
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    padding: 7px 17px;
    font-size: 17px;
    background: #252528;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
#in_pricing .start a:hover{
    background: #2190DB;
}



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

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

}

@media (min-width: 980px) {
    
}


@media (max-width: 979px) {
    #showcase .features_op1_row .feature .img_box span.circle{
        top: 35%;
    }
    #features .features_op1_row .feature .img_box span.circle{
		top: 35%;
	}
	#in_pricing .plan h3,
    #in_pricing2 .plan h3 {
    	color: rgb(83, 83, 83);
    	font-weight: normal;
    	font-style: italic;
    	font-size: 24px;
    	margin: 0 0 5px 0;
    	line-height: 25px;
    }
    #in_pricing .plan .price,
    #in_pricing2 .plan .price {
    	font-size: 15px;
    	color: #1189D9;
    	margin-top: 16px;
    }
    #in_pricing .plan .price span.dollar,
    #in_pricing2 .plan .price span.dollar {
    	font-size: 28px;
    	position: relative;
    	top: -6px;
    	margin-right: 3px;
    }
    #in_pricing .plan .price span.qty,
    #in_pricing2 .plan .price span.qty {
    	font-size: 32px;
    	margin-right:4px;
    	position: relative;
    	top: 2px;
    }
    #in_pricing .plan .price span.month{
    	font-style: italic;
    	font-weight: 300;
    	font-size: 13px;
    }
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
    #in_pricing .plan a.order, #in_pricing2 .plan a.order{
		width: 64%;
	}
    .slide .info h2,
    .slide .info h2 * {
        font-size: 30px !important;
    }
    .slide#responsive .info {
        position: absolute;
        top: 170px;
        right: 6%;
        width: 25%;
    }
    .slide#responsive .info 
    .slide#tour .info a {
        font-size: 15px;
    }
    #service_2 .description_wrapper{
		width: 77%;
	}
	#process .areas{
		text-align: center;
	}
	#team .people .bio_box .info{
		margin: 0;
		float: none;
	}
	#process .areas .last_circle{
		float: none;
		display: inline-block;
		margin-left: -75px;
		margin-top: -54px;
	}
	#sign_up1 .header .social{
		width: 35%;
	}
	#sign_up1 .footer input[type="text"],
	#sign_up1 .footer input[type="checkbox"],
	#sign_up1 .footer input[type="radio"],
	#sign_up1 .footer input[type="select"],
	#sign_up1 .footer input[type="password"]{
		width: 25%;
	}
	#sign_up2 .left_box .perk_box .perk .icos{
		height: 66px;
	}
	#sign_up2 .signin_box .box .social a.circle{
		margin-right: 10px;
	}
	#team .people .bio_box{
		text-align: center;
	}
	#team .people .bio_box img{
		float: none;
		margin-bottom: 25px;
		margin-left: 0;
	}
	#process .areas{
		text-align: center;
	}
	#team .people .bio_box .info{
		margin: 0;
		float: none;
	}
	#process .areas .last_circle{
		float: none;
		display: inline-block;
		margin-left: -75px;
		margin-top: -54px;
	}
}


/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    #partner-slider,
    #feature_slider {
        display: none;
    }
    #showcase .features_op1_row .feature {
        margin-bottom: 60px;
    }
    #showcase .features_op1_row .last{
        margin-bottom: 0;
    }
    #showcase .features_op1_row .feature .img_box{
        text-align: center;
    }
    #showcase .features_op1_row .feature .text h6{
        text-align: center;
    }
    #showcase .features_op1_row .feature .img_box span.circle{
        top: 38%;
        left: 48%;
    }
    #showcase .features_op1_row .feature:hover .img_box{
        box-shadow:none;
    }
    #in_pricing .charts_wrapp, #in_pricing2 .charts_wrapp{
		margin-left: 0;
	}
	#in_pricing .charts_wrapp .plan, #in_pricing2 .charts_wrapp .plan{
		margin: 0 auto 30px;
		width: 95%;
	}
	#in_pricing .plan .wrapper, 
	#in_pricing2 .plan .wrapper{
		margin: 0 auto;
		text-align: center;
	}
	#in_pricing .pro .plan{
		top: 0;
		width:95%;
	}
	#in_pricing .standar .plan{
		float: none;
	}
	#in_pricing .start p{
		margin-bottom: 20px;
	}
	#in_pricing .start a{
		display: block;
		width: 50%;
		margin: 0 auto;
	}
	#in_pricing2 .ultra .plan{
		top: 0;
	}
	
    #clients .row{
        text-align: center;
    }
    #clients .client{
        text-align: center;
        margin-bottom: 15px;
        display: inline-block;
        margin-right: 10px;
        width: auto;
    }
    #service_1 .service_wrapper .feature .img_box{
		text-align: center;
	}
	#service_1 .service_wrapper .feature:hover .img_box{
		box-shadow: none;
	}
	#service_1 .service_wrapper .feature{
		text-align: center;
		margin-bottom: 60px;
	}
	#service_2 .perk{
		text-align: center;
		margin-bottom: 70px;
	}
	#service_2 .circle{
		float: none;
		margin-bottom: 20px;
		display: inline-block;
	}
	#service_2 .description_wrapper h5{
		margin-bottom: 15px;
	}
	#process .areas{
		margin-top: 193px;
		margin-bottom: 0px;
		text-align: center;
	}
	#process .areas .circle{
		float: none;
		display: inline-block;
		margin: 0;
	}
	#process .areas .last_circle{
		margin-top: -23px;
	}
	#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;
	}
	#sign_up1{
		background: none;
		height: auto;
	}
	#sign_up1 .header h4{
		color: #333;
		line-height: 35px;
		text-shadow:none;
	}
	#sign_up1 .header p{
		line-height: 24px;
	}
	#sign_up1 .header p,
	#sign_up1 .division span{
		color: #333;
	}
	#sign_up1 .division .line{
		border-color: #333;
	}
	#sign_up1 .footer input[type="text"], 
	#sign_up1 .footer input[type="password"]{
		font-size: 13px;
		width: 97%;
		margin-bottom: 12px;
	}
	#sign_up1 .footer input[type="submit"]{
		margin: 10px auto 0;
		display: block;
	}
	#sign_up1 .dosnt{
		float: left;
	}
	#sign_up1 .dosnt span{
		margin-left: 0;
	}
	#sign_up1 .dosnt span,
	#sign_up1 .dosnt a{
		color: #333;
		border-color: #333;
		float: left;
	}
	#sign_up1 .dosnt a{
		float: left;
	}
	#sign_up1 .dosnt a:hover{
		color: #187CCC;
		border-color: #187CCC;
	}
	#sign_up2 .left_box h4{
		text-align: center;
		margin-bottom: 30px;
	}
	#sign_up2 .left_box{
		overflow: hidden;
		margin-bottom: 70px;
	}
	#sign_up2 .signin_box{
		float: none;
	}
	#sign_up2 .signin_box .box{
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	#team{
		margin-right: -20px;
		margin-left: -20px;
	}
	#team .container{
		padding: 0px 20px;
	}
	#team .people .row1{
		margin: 0;
	}
	#team .people .bio_box{
		overflow: hidden;
		margin-bottom: 35px;
	}
	#team .people .bio_boxr img{
		margin: 0;
	}
	#aboutus .intro{
		margin-bottom: 45px;
	}
	#aboutus{
		margin-bottom: 75px;
	}
	#process .areas{
		margin-top: 193px;
		margin-bottom: 0px;
		text-align: center;
	}
	#process .areas .circle{
		float: none;
		display: inline-block;
		margin: 0;
	}
	#process .areas .last_circle{
		margin-top: -23px;
	}
	#contact .contact .submit .box{
		margin: 10px 0 24px;
	}
	#contact .form .box input[type="text"]{
		width: 87%;
	}
	#contact .contact .submit .right input[type="submit"]{
		margin: 0 auto;
		float: none;
		width: 53%;
		display: block;
		padding: 7px;
	}
	#contact .map .box_wrapp{
		width: 90%;
		position: relative;
		margin: 0 auto 80px;	
	}
	#contact .map .box_wrapp .box_cont{
	}
	#contact .map iframe{
		display: none;
	}
	#contact .map .box_wrapp a.btn{
		width: 65%;
	}
	#service_2 .description_wrapper ul {
		list-style-type: none;
		font-style: italic;
    }
}


/* Landscape phones and down */
@media (max-width: 480px) {
    #showcase .features_op1_row .feature {
        margin-bottom: 60px;
    }
    #showcase .features_op1_row .last{
        margin-bottom: 0;
    }
    #showcase .features_op1_row .feature .img_box{
        text-align: center;
    }
    #showcase .features_op1_row .feature .text h6{
        text-align: left;
    }
    #showcase .features_op1_row .feature .img_box span.circle{
        left: 44%;
    }
    #showcase .features_op1_row .feature:hover .img_box{
        box-shadow:none;
    }
    #service_1 .service_wrapper .feature .img_box{
		width: 100%;
	}
	#service_1 .service_wrapper .feature .text p{
		text-align: left;
	}
	#process .areas{
		margin-top: 250px;
	}
	#process .areas .circle{
		width: 100px;
		height: 100px;
	}
	#process .areas .last_circle{
		margin-top: 0;
	}
	#process .areas .circle img{
		margin-top: 22px;
	}
	#process .areas .circle span{
		display: none;
	}
	#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;
	}
	#team .people .bio_box{
		text-align: center;
	}
	#team .people .bio_box img{
		float: none;
		margin-bottom: 18px;
	}
	#aboutus .intro{
		margin-bottom: 30px;
	}
	#team .people .bio_box .info{
		float: none;
		margin: 0;
	}
	#process .areas{
		margin-top: 250px;
	}
	#process .areas .circle{
		width: 100px;
		height: 100px;
	}
	#process .areas .last_circle{
		margin-top: 0;
	}
	#process .areas .circle img{
		margin-top: 22px;
	}
	#process .areas .circle span{
		display: none;
	}
	#contact .contact .submit .right input[type="submit"]{
		width: 60%;		
	}
	#contact .map .box_wrapp{
		width: 100%;	
	}
}

