@import url(//fonts.googleapis.com/css?family=Open+Sans:600,400);
/*------ template stylization ------*/
body {
	background: #ffffff url(../img/pattern1.jpg) center top repeat-x;
}
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
h2 {
	margin: 0;
	padding: 13px 0 14px 19px;
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	line-height: 34px;
	font-weight: 400;
	color: #2599ae;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	border-bottom: 1px solid #c4c4c4;
	background-color: #fdfdfd;
	background-image: -moz-linear-gradient(top, #ffffff, #fbfbfb);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#fbfbfb));
	background-image: -webkit-linear-gradient(top, #ffffff, #fbfbfb);
	background-image: -o-linear-gradient(top, #ffffff, #fbfbfb);
	background-image: linear-gradient(to bottom, #ffffff, #fbfbfb);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fffbfbfb', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
h2.black {
	margin: 0;
	padding: 13px 0 14px 19px;
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	line-height: 34px;
	font-weight: 400;
	color: #ffffff;
	background-color: #383838;
	background-image: -moz-linear-gradient(top, #3d3d3d, #303030);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3d3d3d), to(#303030));
	background-image: -webkit-linear-gradient(top, #3d3d3d, #303030);
	background-image: -o-linear-gradient(top, #3d3d3d, #303030);
	background-image: linear-gradient(to bottom, #3d3d3d, #303030);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3d3d3d', endColorstr='#ff303030', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border-bottom: 1px solid #c4c4c4;
}
h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #3d3d3d;
}
h4 {
	margin: 0;
	padding: 25px 0 18px;
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	line-height: 24px;
	font-weight: 600;
	color: #3d3d3d;
}
p {
	margin: 0 0 12px 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #4d4d4d;
}
/*-------row_s---------*/
.row_1 {
	padding: 5px 0 30px;
}
.row_2 {
	padding: 0 0 30px;
}
.row_3 {
	border-top: 1px solid #e2e2e2;
	padding: 0 0 30px;
	background-color: #f4f4f4;
	background-image: -moz-linear-gradient(top, #f1f1f1, #f9f9f9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#f9f9f9));
	background-image: -webkit-linear-gradient(top, #f1f1f1, #f9f9f9);
	background-image: -o-linear-gradient(top, #f1f1f1, #f9f9f9);
	background-image: linear-gradient(to bottom, #f1f1f1, #f9f9f9);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#fff9f9f9', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.row_4 {
	padding: 5px 0 30px;
}
.row_5 {
	padding: 5px 0 30px;
}
.row_6 {
	padding: 0 0 30px;
}
.row_7 {
	padding: 4px 0 30px;
}
.row_8 {
	padding: 0 0 30px;
}
.row_9 {
	padding: 5px 0 30px;
}
.row_10 {
	padding: 5px 0 30px;
}
.row_11 {
	padding: 5px 0 30px;
}
/*-------end row_s---------*/



/*-------banners from 49279---------*/
.banner1{
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
	padding: 20px 5px 35px 28px;
	position: relative;
	margin-top: 20px;
	border-top-left-radius: 7px;
border-top-right-radius: 7px;
}

.gradient {
	background: #43495b; /* for old browsers */
	background: -moz-linear-gradient(top, #43495b, #2e323f); /* Firefox 3.6+ */
	/* Chrome 1-9, Safari 4-5 */
	background: -webkit-gradient(linear, left top, left bottom, 
				color-stop(0%,#43495b), color-stop(100%,#2e323f));
	/* Chrome 10+, Safari 5.1+ */
	background: -webkit-linear-gradient(top, #43495b, #2e323f);
	background: -o-linear-gradient(top, #43495b, #2e323f); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #43495b, #2e323f); /* IE10 */
	background: linear-gradient(top, #43495b, #2e323f); /* CSS3 */ 
}

.gradient2 {
	background: #b1e0fc; /* for old browsers */
	background: -moz-linear-gradient(top, #b1e0fc, #5cc1fd); /* Firefox 3.6+ */
	/* Chrome 1-9, Safari 4-5 */
	background: -webkit-gradient(linear, left top, left bottom, 
				color-stop(0%,#b1e0fc), color-stop(100%,#5cc1fd));
	/* Chrome 10+, Safari 5.1+ */
	background: -webkit-linear-gradient(top, #b1e0fc, #5cc1fd);
	background: -o-linear-gradient(top, #b1e0fc, #5cc1fd); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b1e0fc, #5cc1fd); /* IE10 */
	background: linear-gradient(top, #b1e0fc, #5cc1fd); /* CSS3 */ 
}


.marTop0{margin-top: 0px;}
.marTop1{margin-top: 0px;}
.marTop2{margin-top: 10px;}
.marTop3{margin-top: 15px !important;}
.marTop4{margin-top: 31px !important;}
.marTop5{margin-top: 11px;}

.img4{
	float: left;
	margin-top: 12px;
	margin-right: 20px;
}

.box, .box2, .box3{overflow: hidden;}

.txt6{
	font: 600 30px/30px 'Open Sans', Arial, sans-serif;
	color: #fff;
	margin-top: 8px;
}
.txt7{
	font:600 12px/20px 'Open Sans', Arial, sans-serif;
	color: #848a9c;
	margin-top: 8px;
	margin-bottom: 2px;
}


a.link6{color: #FFF; text-decoration: none;}
a.link6:hover{color: #8bd2fd;}

a{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}


.menu_section:before, .banner1:before {
	position: absolute;
	display: inline-block;
	content: '';
	width: 100%;
	height: 11px;
	left: 0;
	bottom: -11px;
	background: url(../img/gradient_2.png);
	border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
}

/*-------end banners from 49279---------*/



/*-------banners from 39257---------*/








.banner2a{
	background:url(../img/banner2a.png) 0 0 no-repeat;
	width:100%;
	height:215px;
	overflow:hidden;
	font:700 17px/22px 'Maven Pro', sans-serif;
	color:#434950;
	letter-spacing:-1px;
}
	.banner2a .indents{padding:47px 25px 31px;}
	.banner2a p{margin-bottom:21px;}
	.banner2a span{
		display:block;
		font-size:32px;
		line-height:36px;
		color:#fff;
		letter-spacing:-2px;
		margin:-6px 0 0 -2px;
	}
	.banner2a .button2a{padding:9px 26px 11px; margin-left:-7px;}
		.banner2a .button2a:hover{background-color:#fff; color:#434950;}



p, .p7, .p7-1{margin-bottom:20px;}


.button2a {
    display: inline-block;
    font: 700 18px/22px "Maven Pro",sans-serif;
    color: #FFF;
    letter-spacing: -1px;
    background: #434950 none repeat scroll 0% 0%;
    padding: 9px 17px 11px;
    border-radius: 21px;
    cursor: pointer;
}

/*-------end banners from 39257---------*/



.box1 {
	border: 1px solid #d6d6d6;
	overflow: hidden;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #fdfdfd;
	background-image: -moz-linear-gradient(top, #fbfbfb, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfbfb), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #fbfbfb, #ffffff);
	background-image: -o-linear-gradient(top, #fbfbfb, #ffffff);
	background-image: linear-gradient(to bottom, #fbfbfb, #ffffff);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbfbfb', endColorstr='#ffffffff', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.insidebox {
	padding: 17px 19px 20px 19px;
	margin: 0;
}
.insidebox2 {
	padding: 17px 19px 20px 19px;
	margin: 0;
}
.insidebox3 {
	padding: 17px 13px 0 19px;
	margin: 0;
}
.insidebox4 {
	padding: 9px 19px 35px 19px;
	margin: 0;
	overflow: hidden;
}
.m_bot1 {
	margin-bottom: 17px;
}
#content {
	margin: 0 auto;
	background: #f9f9f9;
	max-width: 1230px;
}
.btn.search {
	position: relative;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #ffffff;
	padding: 10px 17px 13px;
	background-position: 0 0;
	box-shadow: none;
	border: none;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	background-color: #383838;
	background-image: -moz-linear-gradient(top, #3d3d3d, #303030);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3d3d3d), to(#303030));
	background-image: -webkit-linear-gradient(top, #3d3d3d, #303030);
	background-image: -o-linear-gradient(top, #3d3d3d, #303030);
	background-image: linear-gradient(to bottom, #3d3d3d, #303030);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3d3d3d', endColorstr='#ff303030', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn.search:hover {
	background-color: #262626;
	background-image: -moz-linear-gradient(top, #262626, #262626);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#262626), to(#262626));
	background-image: -webkit-linear-gradient(top, #262626, #262626);
	background-image: -o-linear-gradient(top, #262626, #262626);
	background-image: linear-gradient(to bottom, #262626, #262626);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff262626', endColorstr='#ff262626', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-link.link3 {
	position: relative;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 22px;
	font-weight: 600;
	color: #2599ae;
	padding: 0;
	background-position: 0 0;
	box-shadow: none;
	border: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-link.link3 i {
	width: auto;
	position: relative;
	top: 4px;
	margin-left: 5px;
	font-size: 23px;
	color: #3d3d3d;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-link.link3:hover {
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-link.link3:hover i {
	color: #c4c4c4;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-link.link3a {
	position: relative;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 22px;
	font-weight: 600;
	color: #2599ae;
	padding: 0;
	background-position: 0 0;
	box-shadow: none;
	border: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-link.link3a:hover {
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-link.link3a i {
	width: auto;
	position: relative;
	top: 4px;
	margin-left: 5px;
	font-size: 23px;
	color: #2599ae;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-link.link3a:hover i {
	color: #c4c4c4;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}








.link4 {
	display: block;
	text-align: left;
	vertical-align: top;
	position: relative;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 35px;
	font-weight: 400;
	color: #ffffff;
	padding: 12px 70px 11px 23px;
	background-position: 0 0;
	box-shadow: none;
	border: 1px solid;
	margin-top: 2px;
	margin-bottom: 30px;
	border-left-color: #2599ae;
	border-top-color: #32bbd4;
	border-right-color: #2599ae;
	border-bottom-color: #208699;
	overflow: hidden;
	background-color: #dd0739;
	background-image: -moz-linear-gradient(top, #1c7484, #2599ae);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1c7484), to(#2599ae));
	background-image: -webkit-linear-gradient(top, #1c7484, #2599ae);
	background-image: -o-linear-gradient(top, #1c7484, #2599ae);
	background-image: linear-gradient(to bottom, #1c7484, #2599ae);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1c7484', endColorstr='#ff2599ae', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.link4 i {
	top: -2px;
	position: relative;
	font-size: 39px;
	width: auto;
	vertical-align: middle;
	margin-right: 7px;
}
.link4 .with_bg {
	margin-right: 0;
	position: absolute;
	top: 0;
	float: right;
	right: 0;
	padding: 14px 17px;
	border-left: 1px solid #2599ae;
	background-color: #c60633;
	background-image: -moz-linear-gradient(top, #2599ae, #1c7484);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2599ae), to(#1c7484));
	background-image: -webkit-linear-gradient(top, #2599ae, #1c7484);
	background-image: -o-linear-gradient(top, #2599ae, #1c7484);
	background-image: linear-gradient(to bottom, #2599ae, #1c7484);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2599ae', endColorstr='#ff1c7484', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn.link4:hover {
	background-color: #208699;
	background-image: -moz-linear-gradient(top, #208699, #208699);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#208699), to(#208699));
	background-image: -webkit-linear-gradient(top, #208699, #208699);
	background-image: -o-linear-gradient(top, #208699, #208699);
	background-image: linear-gradient(to bottom, #208699, #208699);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff208699', endColorstr='#ff208699', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-position: 0 0;
	border-left-color: #2599ae;
	border-top-color: #208699;
	border-right-color: #2599ae;
	border-bottom-color: #32bbd4;
	color: #ffffff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn.link4:hover .with_bg {
	background-color: #208699;
	background-image: -moz-linear-gradient(top, #208699, #208699);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#208699), to(#208699));
	background-image: -webkit-linear-gradient(top, #208699, #208699);
	background-image: -o-linear-gradient(top, #208699, #208699);
	background-image: linear-gradient(to bottom, #208699, #208699);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff208699', endColorstr='#ff208699', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.link5 {
	vertical-align: top;
	position: relative;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #ffffff;
	padding: 8px 18px 8px;
	background-position: 0 0;
	box-shadow: none;
	border: 1px solid;
	margin-left: 2px;
	border-left-color: #2599ae;
	border-top-color: #32bbd4;
	border-right-color: #2599ae;
	border-bottom-color: #208699;
	background-color: #dd0739;
	background-image: -moz-linear-gradient(top, #1c7484, #2599ae);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1c7484), to(#2599ae));
	background-image: -webkit-linear-gradient(top, #1c7484, #2599ae);
	background-image: -o-linear-gradient(top, #1c7484, #2599ae);
	background-image: linear-gradient(to bottom, #1c7484, #2599ae);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1c7484', endColorstr='#ff2599ae', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.link5 i {
	position: relative;
	font-size: 24px;
	width: auto;
	vertical-align: middle;
}
.btn.link5:hover {
	background-color: #208699;
	background-image: -moz-linear-gradient(top, #208699, #208699);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#208699), to(#208699));
	background-image: -webkit-linear-gradient(top, #208699, #208699);
	background-image: -o-linear-gradient(top, #208699, #208699);
	background-image: linear-gradient(to bottom, #208699, #208699);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff208699', endColorstr='#ff208699', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border-left-color: #2599ae;
	border-top-color: #208699;
	border-right-color: #2599ae;
	border-bottom-color: #32bbd4;
	background-position: 0 0;
	color: #ffffff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*------headings texts links---------*/
/*----------- Back to top --------------*/
#toTop {
	display: none;
	width: 24px;
	height: 23px;
	overflow: hidden;
	background: url(../img/totop.png) 0 bottom no-repeat;
	position: fixed;
	margin-right: -690px !important;
	right: 50%;
	bottom: 200px;
	z-index: 999;
}
#toTop:hover {
	background-position: 0 0;
}
#toTop:active, #toTop:focus {
	outline: none;
}
/****************** header *******************/
header {
	width: 100%;
	z-index: 10!important;
	padding: 31px 0 31px;
	max-width: 1230px;
	overflow: visible;
	margin: 37px auto 0;
	background: #f9f9f9;
	-webkit-border-top-left-radius: 14px;
	-moz-border-radius-topleft: 14px;
	border-top-left-radius: 14px;
	-webkit-border-top-right-radius: 14px;
	-moz-border-radius-topright: 14px;
	border-top-right-radius: 14px;
}
/*-------- Logo -------- */
.brand_ {
	position: relative;
	z-index: 10;
	margin: 0 0 30px;
	overflow: hidden;
	float: left;
	padding: 0 0 0 0;
	margin-left: 50px;
}
.brand_ a:hover {
	text-decoration: none;
}
/*--------login---------*/
.right_side {
	float: right;
}
.login {
	text-align: right;
}
.link1 {
	vertical-align: top;
	position: relative;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #ffffff;
	padding: 8px 16px 8px;
	background-position: 0 0;
	box-shadow: none;
	border: 1px solid;
	border-left-color: #7f7e7e;
	border-top-color: #9f9e9e;
	border-right-color: #7f7e7e;
	border-bottom-color: #747373;
	background-color: #a0a0a0;
	background-image: -moz-linear-gradient(top, #a7a7a7, #959595);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a7a7a7), to(#959595));
	background-image: -webkit-linear-gradient(top, #a7a7a7, #959595);
	background-image: -o-linear-gradient(top, #a7a7a7, #959595);
	background-image: linear-gradient(to bottom, #a7a7a7, #959595);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa7a7a7', endColorstr='#ff959595', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.link1 i {
	position: relative;
	font-size: 24px;
	width: auto;
	vertical-align: middle;
}
.btn.link1:hover {
	border-left-color: #7f7e7e;
	border-top-color: #747373;
	border-right-color: #7f7e7e;
	border-bottom-color: #9f9e9e;
	color: #ffffff;
	background: #919090;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.link2 {
	vertical-align: top;
	position: relative;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #ffffff;
	padding: 8px 18px 8px;
	background-position: 0 0;
	box-shadow: none;
	border: 1px solid;
	margin-left: 2px;
	border-left-color: #2599ae;
	border-top-color: #32bbd4;
	border-right-color: #2599ae;
	border-bottom-color: #208699;
	background-color: #dd0739;
	background-image: -moz-linear-gradient(top, #1c7484, #2599ae);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1c7484), to(#2599ae));
	background-image: -webkit-linear-gradient(top, #1c7484, #2599ae);
	background-image: -o-linear-gradient(top, #1c7484, #2599ae);
	background-image: linear-gradient(to bottom, #1c7484, #2599ae);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1c7484', endColorstr='#ff2599ae', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.link2 i {
	position: relative;
	font-size: 24px;
	width: auto;
	vertical-align: middle;
}
.btn.link2:hover {
	border-left-color: #2599ae;
	border-top-color: #208699;
	border-right-color: #2599ae;
	border-bottom-color: #32bbd4;
	color: #ffffff;
	background-color: #208699;
	background-image: -moz-linear-gradient(top, #208699, #208699);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#208699), to(#208699));
	background-image: -webkit-linear-gradient(top, #208699, #208699);
	background-image: -o-linear-gradient(top, #208699, #208699);
	background-image: linear-gradient(to bottom, #208699, #208699);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff208699', endColorstr='#ff208699', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-position: 0 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*-----search-----*/
#search {
	margin: 0;
	position: relative;
	display: inline-block;
	margin-top: 17px;
	float: right;
}
#search a {
	position: relative;
	margin-left: 0;
}
#search input {
	width: 284px;
	box-shadow: none;
	border: none;
	color: #3d3d3d;
	padding: 13px 13px 14px 13px;
	line-height: 17px;
	border: 1px solid #eeeeee;
	outline: none;
	margin: 0 0 0 0;
	float: left;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	height: 46px;
}
#search-404 {
	position: relative;
	margin: 0;
	margin-top: 10px;
}
#search-404 input {
	background: none;
	border: none;
	width: 100%;
	outline: none;
	box-shadow: none;
	color: #333333;
	line-height: 20px;
	line-height: 17px;
	border-radius: 0;
	padding: 5px 15px 6px 18px;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0;
	border-top: 1px solid #a9a9a9;
	float: left;
	height: 33px;
	margin-bottom: 23px;
}
.search_link {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#search-404 .btn.btn-primary {
	margin: 0;
	padding: 14px 20px 14px 19px;
}
/**************** header end *****************/
/*-----------------navbar---------------------*/
.cname {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.navbar_, .navbar_ nav {
	position: relative;
	margin: 0;
}
.navbar_ {
	width: 100%;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #fdfdfd;
	background-image: -moz-linear-gradient(top, #ffffff, #f9f9f9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f9f9f9));
	background-image: -webkit-linear-gradient(top, #ffffff, #f9f9f9);
	background-image: -o-linear-gradient(top, #ffffff, #f9f9f9);
	background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff9f9f9', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border-bottom: 1px solid #c4c4c4;
	border-top: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
.navbar_ .navbar-inner_ {
	padding: 0;
	margin: 0;
	border: none;
	min-height: inherit;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.nav .sf-menu {
	position: relative;
}
.navbar_ .container {
	position: relative;
}
.nav-collapse_ {
	z-index: 30;
	z-index: 10;
	margin: 0;
	position: relative;
}
.navbar_ .nav {
	margin: 0;
}
.nav-collapse_ .nav li {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 9999;
	zoom: 1;
}
.nav-collapse_ .nav > li:first-child span {
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}
.nav-collapse_ .nav > li > a {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	line-height: 22px;
	font-weight: 600;
	display: block;
	position: relative;
	color: #3d3d3d;
	z-index: 10;
	background: url(../img/point.png);
	padding: 18px 19px 22px;
	border-right: 1px solid #e2e2e2;
	margin: 0;
	text-shadow: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.nav-collapse_ .nav > li > span {
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 100%;
	z-index: -1;
	background-color: #383838;
	background-image: -moz-linear-gradient(top, #3d3d3d, #303030);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3d3d3d), to(#303030));
	background-image: -webkit-linear-gradient(top, #3d3d3d, #303030);
	background-image: -o-linear-gradient(top, #3d3d3d, #303030);
	background-image: linear-gradient(to bottom, #3d3d3d, #303030);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3d3d3d', endColorstr='#ff303030', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-transition: all 0.14s ease-out;
	-moz-transition: all 0.14s ease-out;
	-o-transition: all 0.14s ease-out;
	transition: all 0.14s ease-out;
}
.nav-collapse_ .nav > li > a .sf-sub-indicator {
	background: url(../img/indicator.png) no-repeat 0 bottom;
	width: 7px;
	height: 4px;
	display: inline-block;
	top: 42px;
	right: 46%;
	position: absolute;
	z-index: 5;
}
.nav-collapse_ .nav > li.active > a, .nav-collapse_ .nav > li.active > a:hover {
	color: #ffffff;
	background: none;
	box-shadow: none;
}
.nav-collapse_ .nav > li.active > a + span, .nav-collapse_ .nav > li.active > a:hover + span {
	height: 100%;
	-webkit-transition: all 0.14s ease-out;
	-moz-transition: all 0.14s ease-out;
	-o-transition: all 0.14s ease-out;
	transition: all 0.14s ease-out;
}
.navbar_ .nav > .active > a + span, .navbar_ .nav > .active > a:hover + span, .navbar_ .nav > .active > a:focus + span {
	height: 100%;
	-webkit-transition: all 0.14s ease-out;
	-moz-transition: all 0.14s ease-out;
	-o-transition: all 0.14s ease-out;
	transition: all 0.14s ease-out;
}
.nav-collapse_ .nav > li > a:hover {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.nav-collapse_ .nav > li > a:hover + span {
	height: 100%;
	-webkit-transition: all 0.14s ease-out;
	-moz-transition: all 0.14s ease-out;
	-o-transition: all 0.14s ease-out;
	transition: all 0.14s ease-out;
}
.nav-collapse_ .nav > li.sfHover.active > a .sf-sub-indicator, .nav-collapse_ .nav > li.active > a .sf-sub-indicator {
	background-position: 0 0;
}
.nav-collapse_ .nav > li.sfHover > a, .nav-collapse_ .nav > li.sfHover > a:hover, .nav-collapse_ .nav > li > a:hover, .nav-collapse_ .nav > li.active > a, .nav-collapse_ .nav > li.active > a:hover {
	color: #ffffff;
}
.nav-collapse_ .nav > li.sfHover > a + span, .nav-collapse_ .nav > li.sfHover > a:hover + span, .nav-collapse_ .nav > li > a:hover + span, .nav-collapse_ .nav > li.active > a + span, .nav-collapse_ .nav > li.active > a:hover + span {
	height: 100%;
	-webkit-transition: all 0.14s ease-out;
	-moz-transition: all 0.14s ease-out;
	-o-transition: all 0.14s ease-out;
	transition: all 0.14s ease-out;
}
.sub-menu > a {
	position: relative;
}
.nav-collapse_ .nav ul {
	position: absolute;
	display: none;
	left: 0px;
	top: 62px;
	width: 150px;
	list-style: none;
	zoom: 1;
	z-index: 555;
	background: #959494;
	padding: 0;
	margin: 0;
	text-align: left;
	z-index: 9999;
}
.nav-collapse_ .nav ul li:first-child {
	border: none;
}
.nav-collapse_ .sub-menu li {
	border-top: 1px solid #787777;
	background: none;
}
.nav-collapse_ .nav ul li a {
	display: block;
	color: #ffffff;
	background: none;
	margin: 0;
	padding: 5px 0 7px 20px;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	font-weight: 400;
	font-size: 15px;
}
.nav-collapse_ .nav ul li a span {
	color: #f2305a;
	display: block;
	font-size: 10px;
	line-height: 12px;
	text-transform: none;
}
.nav-collapse_ .nav ul ul li a {
	border-bottom: none;
	padding: 11px 0 6px 18px;
	color: #ffffff;
	text-align: left;
}
.nav-collapse_ .nav > li > ul li > a:hover, .nav-collapse_ .nav > li > ul li.sfHover > a {
	background-color: #868585;
	text-decoration: none;
}
.nav-collapse_ .nav > li > ul li > a:hover, .nav-collapse_ .nav > li > ul ul li.sfHover > a {
	text-decoration: none;
	background-color: #868585;
}
/*-------------------select------------------*/
.select-menu {
	display: none !important;
}
/***************** content ****************/
/*-------slider---------*/
.camera_wrap {
	position: relative;
	border-bottom: 1px solid #e2e2e2;
}
.bgslider {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #e2e2e2;
	overflow: hidden;
	background: #eeeeee;
}
.camera_caption .link2 {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
/*------ list-Solutions ------- */
.list-solutions {
	padding-bottom: 0;
	margin: 0 0 13px;
	list-style: none;
}
.list-solutions p {
	color: #4d4d4d;
	margin-top: 8px;
	padding: 0;
}
.list-solutions a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-solutions a:hover {
	text-decoration: none;
	color: #2599ae;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-solutions li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color: #3d3d3d;
	padding: 0 0 0 23px;
	margin-bottom: 10px;
	text-decoration: none;
}
.list-solutions li a i {
	font-size: 19px;
	position: absolute;
	left: -3px;
	color: #2599ae;
}
.list-solutions li {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding-top: 16px;
	padding-bottom: 10px;
	margin-top: 0;
	border-top: 1px dotted #d6d6d6;
}
.list-solutions li:first-child {
	padding: 0 0 9px;
	border: none;
	margin: 0;
}
/*-------List1-------*/
.list1 {
	position: relative;
	margin: -11px 0 0 0;
	padding-top: 0;
}
.list1 li {
	display: block;
	list-style: none;
	padding: 0 0 0 20px;
	margin: 0 0 4px 0;
}
.list1 > li {
	position: relative;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.list1 > li > a {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	text-decoration: none;
	color: #4d4d4d;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.list1 > li > a i {
	position: absolute;
	font-size: 18px;
	width: auto;
	left: 0;
	top: 4px;
	color: #2599ae;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.list1 > li > a:hover {
	text-decoration: none;
	color: #2599ae;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
/*------------plans-------------*/
hr.line1 {
	position: relative;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	width: 100%;
	height: 1px;
	background: #c4c4c4;
}
.insidebox2 {
	padding: 26px 19px 30px 11px;
}
.insidebox2 figure {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
}
.insidebox2 .infotext1 {
	overflow: hidden;
}
.insidebox2 .infotext1 a {
	padding: 10px 14px;
}
.insidebox2 .infotext1 p {
	margin-bottom: 0;
}
.insidebox2 .infotext1 .title3 {
	margin-top: -6px;
	margin-bottom: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	line-height: 28px;
	font-weight: 400;
	text-decoration: none;
	color: #3d3d3d;
}
.insidebox2 .infotext1 .title4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 35px;
	line-height: 38px;
	font-weight: 600;
	text-decoration: none;
	margin-bottom: 13px;
	color: #3d3d3d;
}
.insidebox2 .infotext1 .title4 span {
	margin-left: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	text-decoration: none;
}
/*----------- thumbnails3 --------------*/
.thumbnails3 {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
	margin-bottom: 30px;
	margin-top: -46px;
	margin-left: -13px;
	list-style: none;
	overflow: hidden;
}
.thumbnails3 li {
	width: 32%;
	float: left;
	margin: 50px 0 0 11px;
}
.thumbnails3 li a {
	color: #686868;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.thumbnails3 li a:hover {
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.thumbnails3 img {
	padding: 0;
	margin: 0 0 25px 0;
}
.thumbnails3 .thumbnail {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
	border: none;
}
.thumbnails3 .thumbnail .caption {
	position: relative;
	padding: 0;
}
.thumbnails3 .thumbnail .caption p {
	margin-bottom: 21px;
}
.thumbnails3 li {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/*-----------dedicated--------------*/
.dedicated figure {
	margin: 0 0 25px 0;
	padding: 0;
}
.dedicated figure img {
	width: 100%;
}
.dedicated p {
	margin-bottom: 18px;
}
/*-----------managed--------------*/
.managed > p {
	margin-bottom: 40px;
}
.managed > .list-solutions {
	margin-bottom: 4px;
}
/***********************list-solutions2****************************/
.list-solutions2 {
	position: relative;
	top: 4px;
	margin: 0 0 0 0;
}
.list-solutions2 li {
	display: block;
	padding-top: 23px;
	padding-bottom: 0;
	margin-bottom: 21px;
	border-top: 1px dotted #d6d6d6;
}
.list-solutions2 li:first-child {
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 17px;
	border-top: none;
}
.list-solutions2 li h3 {
	margin: -5px 0 7px 0;
	padding: 0;
}
.list-solutions2 li p {
	margin-bottom: 0;
}
.list-solutions2 .infotxt {
	overflow: hidden;
}
.list-solutions2 > li > div > figure {
	padding: 0;
	float: left;
	margin: 0;
	margin-right: 20px;
	margin-bottom: 5px;
}
.list-solutions2 > li > div > figure img {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
/*-----------list2------------*/
.list2 {
	list-style: none;
}
.list2 li {
	width: 22%;
}
/*-----------on_call------------*/
.on_call p {
	margin-bottom: 19px;
}
.on_call .m_bot1 {
	margin-bottom: 31px;
}
/*-------------statistics----------------*/
.statistics figure {
	padding: 0;
	margin: 0 20px 9px 0;
	float: left;
}
.statistics p {
	margin-bottom: 18px;
}
.statistics .span3 {
	width: 29%;
}
/*-------List3-------*/
.list3 {
	position: relative;
	margin: 10px 0 12px 0;
	padding-top: 0;
}
.list3 li {
	display: block;
	list-style: none;
	padding: 0 0 0 20px;
	margin: 0 0 4px 0;
}
.list3 > li {
	position: relative;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.list3 > li > a {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	text-decoration: none;
	color: #4d4d4d;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.list3 > li > a i {
	position: absolute;
	font-size: 18px;
	width: auto;
	left: 0;
	top: 4px;
	color: #2599ae;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.list3 > li > a:hover {
	text-decoration: none;
	color: #2599ae;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
/*-----------account----------------*/
.account .m_bot2 {
	margin-bottom: 16px;
}
/*-- contacts page --*/
.row_9 .span4 {
	width: 28%;
}
.map {
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	margin-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.map iframe {
	width: 100%;
	height: 670px;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.address h2 {
	padding-bottom: 11px;
	padding-left: 0;
	padding-right: 0;
	border-bottom: none;
	background: none;
}
address {
	margin: 18px 0 0 0;
	margin-bottom: 12px;
}
address strong {
	color: #66b5b6;
}
address span {
	padding: 0;
	margin: 0;
	color: #090f15;
	font-family: 'Arial', sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
}
.m_top1 {
	margin-top: 40px;
}
address p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	text-decoration: none;
	color: #4d4d4d;
	margin-bottom: 20px;
}
address .info p:first-child {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	text-decoration: none;
	color: #4d4d4d;
	margin-bottom: 20px;
}
.info {
	display: inline-block;
}
.padding_top1 {
	padding-top: 31px;
}
.info > p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #4d4d4d;
	margin-bottom: 0;
}
.info > p span {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #4d4d4d;
	width: 204px;
	display: inline-block;
}
.info a {
	color: #4d4d4d;
	text-decoration: none;
	font-weight: normal;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.info a:hover {
	color: #2599ae;
	text-decoration: none;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
/***** contact form *****/
.contact-form {
	position: relative;
	vertical-align: top;
	z-index: 1;
	margin: 0;
	top: 10px;
}
.contact-form .txt-form {
	display: none;
}
.contact-form .coll-1, .contact-form .coll-2, .contact-form .coll-3 {
	margin-bottom: 13px;
	float: left;
	width: 200px;
}
.contact-form .coll-1, .contact-form .coll-2 {
	margin-right: 10px;
}
.contact-form .coll-3 {
	margin-right: 0;
}
.contact-form fieldset {
	top: 13px;
	border: none;
	padding: 0;
	width: 100%;
	position: relative;
	z-index: 10;
}
.contact-form label {
	display: block;
	min-height: 45px;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.contact-form .message {
	display: block;
	width: 100%;
}
.contact-form input {
	padding: 0 17px;
	line-height: 17px;
	margin: 0;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #4d4d4d;
	background: transparent;
	outline: none;
	width: 100%;
	border: 1px solid #e2e2e2;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form textarea {
	padding: 9px 17px;
	line-height: 17px;
	margin: 0;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #4d4d4d;
	background: transparent;
	outline: none;
	width: 100%;
	border: 1px solid #e2e2e2;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form input {
	height: 45px;
}
.contact-form input:focus, .contact-form textarea:focus {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid #e2e2e2 !important;
	color: #989079 !important;
	border: 1px solid #e2e2e2;
}
.contact-form .area .error {
	float: none;
}
.contact-form textarea {
	width: 100%;
	height: 280px;
	resize: none;
	overflow: auto;
}
.contact-form .success {
	border: 1px solid #e2e2e2;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 20px;
	background: #fff;
	padding: 18px 0px;
	text-transform: none;
	text-align: center;
	z-index: 20;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form .error, .contact-form .empty {
	color: #f00;
	font-size: 10px;
	line-height: 1.2em;
	display: none;
	text-align: right;
	overflow: hidden;
	width: 100%;
	text-transform: none;
	position: absolute;
	top: 33px;
	right: 0;
}
.contact-form .message .error, .contact-form .message .empty {
	top: 267px;
}
.contact-form .buttons-wrapper {
	margin: 0;
}
.contact-form .buttons-wrapper a {
	position: relative;
	display: block;
	margin-top: 20px;
	text-align: right;
}
.contact-form .buttons-wrapper a:hover {
	text-decoration: none;
}
.contact-form .buttons-wrapper p {
	top: -10px;
	position: relative;
	font-weight: 200;
	display: inline-block;
	color: #4d4d4d;
	text-transform: uppercase;
}
/*-- end contacts --*/
/*------- end contacts -------*/
.row_10 p {
	margin-bottom: 19px;
}
.row_10 p.privacy_link {
	margin-bottom: 0;
	color: #4d4d4d;
}
.row_10 .privacy_link {
	margin-bottom: 0;
	color: #4d4d4d;
}
.row_10 a.privacy_link:hover {
	margin-bottom: 0;
	color: #2599ae;
}
/*************** content end **************/
/***************** footer ******************/
footer {
	padding: 0 0 50px;
}
footer .row_footer {
	margin: 0 auto;
	background: #f9f9f9;
	max-width: 1230px;
	border-top: 1px solid #e2e2e2;
	padding: 15px 0;
	margin-botom: 50px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-right-radius: 7px;
}
.privacytxt {
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #3d3d3d;
}
.privacytxt span {
	color: #4d4d4d;
}
.privacytxt a {
	color: #4d4d4d;
}
.privacytxt a:hover {
	color: #2599ae;
	text-decoration: none;
}
/*---------social---------*/
.social {
	float: right;
	list-style: none;
	position: relative;
	margin: 0 0 0 28px;
}
.social li {
	display: inline-block;
}
.social li a {
	color: #cccccc;
	text-decoration: none;
	line-height: 22px;
	font-size: 21px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.social li a:hover {
	color: #3d3d3d;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*-----end social----------*/
.policy .span5 {
	float: right;
}
/*404 page*/
/*404 page*/
.row_11 .box1 {
	padding: 103px 0 50px;
}
.block-404 .span7 {
	padding-top: 2px;
	margin-bottom: 20px;
}
.block-404 .span7 img {
	margin-top: -21px;
	margin-left: 18px;
}
.block-404 .span4 {
	position: relative;
}
.block-404 .span4 h2 {
	padding: 0 0 65px;
	border: 0;
	background: none;
}
.block-404 .span4 .search {
	position: absolute;
	right: 0;
}
.block-404 p {
	margin-bottom: 20px;
}
.form-404 {
	width: 100%;
	display: block;
	margin-top: 67px;
}
.form-404 input {
	height: 45px;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	padding: 13px 10px 14px 10px;
	line-height: 17px;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: none;
	background: transparent;
	border: 1px solid #e2e2e2;
	color: #7d7d7d;
	float: left;
}
.form-404 input:focus {
	box-shadow: none;
	border: 1px solid #e2e2e2;
}
.form-404 a {
	margin-top: 0 !important;
	float: right;
}
/************** footer end ******************/
/**************** media queries **************/
/*************************************************/
@media (min-width: 1200px) {
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	float: left;
	width: 250px;
}
.thumbnails3 li {
	float: left;
	margin: 50px 0 0 13px;
}
.link4 {
	font-size: 27px;
}
}
/*************************************************/
@media (min-width: 768px) and (max-width: 979px) {
.link4 {
	white-space: nowrap;
	font-size: 14px;
	padding: 12px 50px 11px 15px;
}
.link4 i {
	font-size: 34px;
	margin-right: 0;
}
.link4 .with_bg {
	padding: 14px 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.block-404 .span7 img {
	margin-top: -21px;
	margin-left: 0;
}
.row_9 .span4 {
	width: 100%;
}
.row_9 .span8 {
	width: 97%;
}
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	float: none;
	width: 100%;
	overflow: hidden;
}
.statistics .span3 {
	width: 40%;
}
.list-solutions2 > li > div > figure {
	padding: 0;
	float: none;
	margin: 0;
	margin-right: 0;
	margin-bottom: 10px;
}
.list-solutions2 > li > div > figure img {
	width: 100%;
}
.thumbnails3 li {
	width: 31%;
	float: left;
	margin: 50px 0 0 14px;
}
.insidebox2 {
	text-align: center;
}
.insidebox2 .infotext1 {
	overflow: visible;
}
.insidebox2 figure {
	float: none;
	margin: 0 0 10px 0;
	width: 100%;
}
.insidebox2 figure img {
	width: 100%;
}
.nav-collapse_ .nav > li {
	float: left;
}
.navbar_ .nav-collapse_ {
	width: auto!important;
	overflow: visible !important;
	height: auto;
	clear: none;
}




/*-------banners from 39257---------*/


.banner2a{background-image:url(../img/banner-tp2a.png); height:170px; font-size:15px; line-height:19px;}
		.banner2a .indents{padding:35px 15px 15px;}
		.banner2a p{margin-bottom:15px;}
		.banner2a span{font-size:26px; line-height:30px; letter-spacing:-1px;}
		.banner2a .button2a{padding:4px 18px 6px;}


p, .p7, .p7-1{margin-bottom:20px;}



/*-------end banners from 39257---------*/

}
/*************************************************/
@media (max-width: 767px) {


.mobileno{display:none;}



/*-------banners from 39257---------*/

		
		
.banner2a{background-image:url(../img/banner-ml2a.png); height:303px; font-size:24px; line-height:29px;}
		.banner2a .indents{padding:65px 40px 45px;}
		.banner2a p{margin-bottom:30px;}
		.banner2a span{font-size:40px; line-height:48px; letter-spacing:-2px;}
		.banner2a .button2a{padding:9px 26px 11px;}
	/*-------end banners from 39257---------*/	
		
.dedicated figure {
	float: left;
	margin: 0 20px 10px 0;
	padding: 0;
	width: 50%;
}
.policy .span5 {
	float: none !important;
}
.block-404 .span7 img {
	margin-top: -21px;
	margin-left: 0;
}
.row_11 .span4 .mleft {
	margin: 0 20px;
	position: relative;
}
.row_10 .span5 {
	padding-bottom: 40px;
}
.row_9 .span4 {
	width: 100%;
}
.contact-form .message .error,  .contact-form .message .empty {
	top: 187px;
}
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	width: 100%;
 float: none  overflow: hidden;
}
.contact-form textarea {
	height: 200px;
}
.row_7 .span4 {
	padding: 0 0 40px;
}
.statistics .span3 {
	width: 32%;
	float: left;
}
.list2 {
	margin-left: -20px;
}
.list2 li {
	float: left;
	width: 46%;
	margin-left: 20px;
	margin-bottom: 20px;
}
.thumbnails3 {
	margin-left: -20px;
}
.thumbnails3 li {
	width: 30%;
	float: left;
	margin: 50px 0 0 20px;
}
.row_5 .span4 {
	padding: 20px 0;
}
.row_2 .span4 {
	padding: 20px 0;
}
.link4 {
	font-size: 27px;
}
.link4 .with_bg {
	padding: 14px 17px;
}
.row_3 .span3 {
	float: left;
	width: 39%;
	margin-right: 20px;
}
#search {
	float: left;
	display: block;
}
.sf-menu {
	display: none !important;
}
.navbar_ .nav-collapse_ {
	float: none;
	display: none;
}
.navbar_ .btn-navbar {
	display: none;
}
.navbar_ {
	background: transparent;
	margin-top: 0;
	border: none;
}
.select-menu {
	display: block !important;
	color: #ffffff;
	border: 1px solid #2599ae;
	background: #343434 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: relative;
	width: 100%;
	margin: 20px 0 0;
}
.select-menu option {
	padding-top: 4px;
}
}
/*************************************************/
@media (max-width: 730px) {
.brand_ {
	float: none;
}
.right_side {
	float: none;
}
.right_side #search {
	float: none;
}
.right_side #search a {
	position: absolute;
	right: 0;
	margin-left: 0;
	top: 0;
}
.right_side #search input {
	float: none;
	width: 100%;
}
}
/*************************************************/
@media (max-width: 670px) {
.statistics .span3 {
	width: 33%;
	float: left;
}
.thumbnails3 {
	margin-left: -15px;
}
.thumbnails3 li {
	width: 46%;
	float: left;
	margin: 50px 0 0 15px;
}
}
/*************************************************/
@media (max-width: 650px) {
.statistics .span3 {
	width: 45%;
	float: left;
}
}
/*************************************************/
@media (max-width: 580px) {
.statistics .span3 {
	width: 100%;
	float: none;
}
.list2 {
	margin-left: 0;
}
.list2 li {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-bottom: 20px;
}
.privacytxt {
	float: left;
}
.social {
	float: none;
	list-style: none;
	position: relative;
	margin: 0 0 15px;
}
}
/*************************************************/
@media (max-width: 480px) {

/*-------banners from 39257---------*/
.banner2a{background-image:url(../img/banner2a.png); height:215px; font-size:18px; line-height:22px;}
		.banner2a .indents{padding:47px 25px 31px;}
		.banner2a p{margin-bottom:21px;}
		.banner2a span{font-size:32px; line-height:36px; letter-spacing:-2px;}
		.banner2a .button2a{padding:9px 26px 11px;}
		
		
.map iframe {
	width: 100%;
	height: 300px;
}
.statistics figure {
	margin-right: 0;
	float: none;
	width: 100%;
}
.statistics figure img {
	width: 100%;
}
.thumbnails3 {
	margin-left: 0;
}
.thumbnails3 li {
	width: 98%;
	float: none;
	margin: 50px 0 0 0;
}
.thumbnails3 li img {
	width: 100%;
}
.row_3 .span3 {
	float: left;
	width: 41%;
}
#search input {
	width: 180px;
}
}
/*************************************************/
@media (max-width: 400px) {
.login {
	overflow: hidden;
}
.login .link1 {
	float: left;
}
.login .link2 {
	float: left;
}
.row_3 .span3 {
	float: none;
	width: 100%;
}
.insidebox2 {
	text-align: center;
}
.insidebox2 .infotext1 {
	overflow: visible;
}
.insidebox2 figure {
	float: none;
	margin: 0 0 10px 0;
	width: 100%;
}
.insidebox2 figure img {
	width: 100%;
}
.insidebox2 a {
	position: relative;
}
.link4 {
	font-size: 17px;
}
.link4 .with_bg {
	padding: 14px 17px;
}
.privacytxt a {
	display: block;
}
}
/*************************************************/
@media (max-width: 380px) {
.dedicated figure {
	float: none;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}
.list-solutions2 > li > div > figure {
	padding: 0;
	float: none;
	margin: 0;
	margin-right: 0;
	margin-bottom: 10px;
}
.list-solutions2 > li > div > figure img {
	width: 100%;
}
}
/*************************************************/
@media (max-width: 370px) {
.login {
	overflow: hidden;
}
.login .link1 {
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.login .link2 {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
	float: left;
}
}
/*Core variables and mixins*/
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
