body {
	font-family: Tahoma, sans-serif;
	text-align: justify;
}
.clear{
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}
.text > p{
	display: inline;
}
.hide{
	display: none;
}
a.no_dec{
	text-decoration: none;
}

.warp{
	width: 100%;
	margin: auto;
}
.page_width{
	width: 1020px;
	margin: auto;
}



.header_warp{
	position: absolute;
	top: 20px;
	z-index: 100;
}
.header{
	position: relative;
	z-index: 100;
	height: 110px;
	border-radius: 12px;
	
	background: #efefef;
	background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%), #efefef;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	
	box-shadow: 0px 0px 6px -2px #000;
}
.logo{
	width: 205px;
	height: 110px;
	border-left: 1px solid #d7d7d7;
	float: right;
}
.logo img{
	padding: 2px 33px 0px;
}
.logo a{
	text-decoration: none;
	color: #00556b;
}
.logo .text{
	text-align: center;
}

.main_banner {
	min-height: 200px;
	overflow: hidden;
	position: relative;
}
.main_banner img{
	display: block;
}
.inBanner > img{
	position: relative;
	right: calc(50vw - 1000px);
}
.rotateBanner{
	position: relative;
}
.banner_text{
	display: none;
}
.main_banner .banner_text{
	display: none;
}
.homepage .main_banner .banner_text{
	display: block;
	position: relative;
	right: 15%;
	right: calc(50vw - 510px);
	bottom: 60%;
	bottom: 330px;
}
.main_banner h2{
	font: bold 22px Tahoma;
	color: #000;
	color: #fff;
	padding-bottom: 20px;
}
.main_banner p{
	font: bold 16px Tahoma;
	color: #fff;
	width: 340px;
}

.banner_icons{
	position: absolute;
	bottom: 100px;
	right: 20%;
	right: calc(50vw - 510px);
}
.banner_icon{
	float: right;
	margin: 3px;
	padding: 6px;
	background: #fefefe;
	border-radius: 4px;
	cursor:pointer;
}

.banner_icon_sel{
	background: url("../img/icon_sel_bg.png") no-repeat scroll 50% 20% transparent;
	height: 67px;
	padding-top: 22px;
	top: -16px;
	position: relative;
}
/*
.banner_icon:before{
	content: '-';
	position: absolute;
	top: -20px;
	left: 0px;
	display: block;
	
	color: transparent;
	width: 0; 
	height: 0; 
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;

	border-bottom: 22px solid #fefefe;
	border-bottom: 22px solid red;
	border-bottom: 22px solid transparent;
	
	opacity: 1;
}
*/
.banner_icon img{
	height: 38px;
	width: 38px;
}
.header .sub_header{
	width: 819px;
	width: calc(100% - 205px);
	float: left;
	
	border-right: 1px solid #fff;
}

.header_contact{
	height: 66px;
	padding: 20px;
	text-align: left;
	border-bottom: 1px solid #d7d7d7;
	
}
.header_contact a{
	text-decoration: none;
}
.header_contact .facebook_logo{
	vertical-align: middle;
	margin: 0px 7px;
	
	position: relative;
	top: -3px;
	transition: all .2s ease-in-out;
}
.header_contact .facebook_logo:hover{
	transform: scale(1.05);
}

.call_me{
	display: inline-block;
	margin: 0px 7px;
	padding: 8px 32px 8px 16px;
	border-radius: 5px;
	color: #000;
	
	background: url("../img/phone_icon.png") no-repeat scroll 98% 60%, #2CA4E0;
	background: url("../img/phone_icon.png") no-repeat scroll 98% 60%, linear-gradient(to bottom,  #0CA480 0%,#1E8C99 100%);
	
}
.call_me_2{
	display: inline-block;
	margin: 0px 5px;
	vertical-align: -16px;
}
.call_me:hover{
	box-shadow: 0px 0px 2px 0px #2CA4E0;
}
.call_me p{
	font: bold 16px Tahoma;
}
.phone_btn{
	display: inline-block;
	margin: 0px 7px;
	padding: 8px 30px 8px 14px;
	border-radius: 5px;
	color: #000;
	
	background: url("../img/phone_icon.png") no-repeat scroll 98% 60%, #aad334;
	background: url("../img/phone_icon.png") no-repeat scroll 98% 60%, linear-gradient(to bottom,  #aad334 0%,#7d9f1e 100%);
}
.phone_btn:hover{
	box-shadow: 0px 0px 2px 0px #aad334;
}

.phone_btn p{
	font: bold 16px Tahoma;
}
.login_user{
	display: inline-block;
	margin: 0px 7px;
	padding: 12px 29px 9px 12px;
	border-radius: 5px;
	
	color: #fff;
	
	background: url("../img/lock_icon.png") no-repeat scroll 96% 60%, #3694da;
	background: url("../img/lock_icon.png") no-repeat scroll 96% 60%, linear-gradient(to bottom, #3694da 0%, #0f5283 100%);
	
	font: 16px Tahoma;
	padding: 8px 28px 8px 12px;
	
	font: bold 12px Tahoma;
	padding: 10px 29px 11px 12px;
	position: relative;
	display: inline-block;
	top: -2px;
	
}
.login_user:hover{
	box-shadow: 0px 0px 2px 0px #3694da;
}



.header_menu{
	border-top: 1px solid #fff;
}
.header_menu .CsmeMenuTrain_rtl .TrainHolder:after{
	position: absolute;
	content: "-";
	top: -3px;
	width: 3px;
	color: #115486;
	background: #115486;
}
.header_menu .CsmeMenuTrain_rtl .TrainHolder{
	top: 14px;
	right: 2px;
}
.header_menu .CsmeMenuTrain_rtl{
	margin: 3px 0px 0px 0px;
	background: none;
}
.header_menu .CsmeMenuTrain_rtl .TrainLink{
	display: inline-block;
	height: auto;
	width: auto;
	margin: 0px 2px;
	padding: 10px 13px;
	text-decoration: none;
	font: 12px Tahoma;
	color: #545454;
}
.header_menu .CsmeMenuTrain_rtl .TrainLink.selected ,.header_menu .CsmeMenuTrain_rtl .TrainWagon:hover .TrainLink{
    color: #fff;
	background: #3694da;
	background: linear-gradient(to bottom,  #3694da 0%,#0f5283 100%);
	border-radius: 4px;
	text-decoration: none;
}
.header_menu .level_1{
    color: #e4e4e4;
	background: #115486;
	border-radius: 6px;
	width: 172px !important;
	
}

.header_menu  .CsmeMenuBase_rtl .level_1_link{
	height: auto;
	background: none;
	text-align: right;
	padding: 12px;
	color: #e4e4e4;
	font: 14px Tahoma;
}
.header_menu  .CsmeMenuBase_rtl li:after{
	content:'';
	width: 176px;
	width: calc(100% - 24px);
	height: 0px;
	border-top: 1px solid #06375c;
	border-bottom: 1px solid #2374b0;
	position: absolute;
	bottom: -2px;
	right: 0px;
	left: 0px;
	margin: 0px auto;
}
.header_menu  .CsmeMenuBase_rtl li:last-child:after{
	border: none;
}
.header_menu  .CsmeMenuBase_rtl li a{
	background: none;
}
.header_menu  .CsmeMenuBase_rtl .level_1_link.first.selected{

}
.header_menu .CsmeMenuBase_rtl li a.selected{
	color: #e4e4e4;
	
}


.advertising_area{
	position: fixed;
	height: 420px;
	width: 100px;
	top: 170px;
	top: calc(50vh - 210px);
	left: 10px;
	border-radius: 8px;
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
	
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}
.advertising_area img{
	border-radius: 8px;
}
.advertising_area .close{
	font: 24px Ariel;
	position: absolute;
	right: 10px;
	top: 0px;
	z-index: 10;
}

.content_warp{
	position: relative;
}
.contact_warp{
	position: absolute;
	background: url("../img/contact_bg.png") no-repeat;
	width: 1020px;
	height: 64px;
	top: -63px;
}


.content{
	float: right;
	width: 760px;
	padding: 0px 20px;
}

.sidebar{
	position: relative;
	float: right;
	width: 260px;
	
	padding: 50px 0px;
	
	background: #f8f8f8;
	background: linear-gradient(to right, #f8f8f8 0%,#fff 100%);
	box-shadow: 2px 0px 2px -2px rgba(0, 0, 0, 0.5) inset;
}
.sidebar .CsmeMenuTrain_rtl .TrainWagon{
	float: none;
	z-index: 10;
}
.sidebar .CsmeMenuTrain_rtl{
	margin: 3px 0px 0px 0px;
	height: auto;
	background: none;
}
.sidebar .CsmeMenuTrain_rtl .TrainLink{
	height: auto;
	width: 240px;
	width: calc(100% - 20px);
	margin: 5px 0px 5px 20px;
	padding: 11px 20px;
	text-align: right;
	text-decoration: none;
	font: 14px Tahoma;
	color: #000;
	border-radius: 10px;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5) inset;
	background: #ececec;
}
.sidebar .CsmeMenuTrain_rtl .TrainLink.selected ,.sidebar .CsmeMenuTrain_rtl .TrainLink:hover{
    color: #115486;
	background: #fff;
	text-decoration: none;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}
.sidebar .level_1{
	display: none;
}
.sidebar_header{
	float: right;
	width: 216px;
	padding-top: 26px;
	font: 16px Tahoma;
	text-align: center;
	overflow: hidden;
}

.contact_form{
	margin: 0px 237px 0px 0px;
	padding: 6px 3px 9px 0px;
	box-shadow: 0px -4px 4px -5px #000 inset;
	-webkit-box-shadow: 0px -4px 7px -6px #000 inset;
}

.contact_form input{
	width: 120px;
	height: 32px;
	margin: 0px 2px;
	padding: 0px 7px;
	border-radius: 5px;
	border: 1px solid #898989;
	color: #000;
	_color: red;
}

.contact_form .warp_csselect{
	display: inline-block;
	position: relative;
	top: 13px;
	overflow: hidden;
	width: 120px;
	margin: 0px 2px;
	border-radius: 5px;
	border: 1px solid #898989;
	color: #000;
}
.contact_form .warp_csselect .cstitle{
	display: none;
}
.contact_form select{
	width: 144px;
	height: 32px;
	padding: 0px 7px;
	border: none;
	background: url("../img/select_arrow.png") no-repeat scroll 25% 50% #fff;
	color: #777;
}
.contact_form input:hover, .contact_form select:hover, .contact_form .warp_csselect:hover{
	box-shadow: 0px 0px 2px 0px #115486;
}
.contact_form select option{
	color: #000;
}
.contact_form input[type="submit"]{
	width: 58px;
	height: 32px;
	margin: 4px;
	border-radius: 5px;
	border: 1px solid #fff;
	background: #eb6909;
	color: #fff;
	font: bold 14px Tahoma;
}



.warp_side_blocks{
	position: relative;
	top: 0px;
	width: 240px;
}
.side_blocks{
	position: relative;
	margin-top: 45px;
	background: #fff;
	width: 240px;
	box-shadow: 0px 0px 8px 0px #ccc;
	border-radius: 8px;
}
.warp_side_block{
	height: 75px;
}
.warp_side_block:hover {
	background: #f1f1f1;
}
.side_blocks a{
	font: 16px tahoma;
	color: #000;
	text-decoration: none;
}
.side_blocks .text_warp{
	float: right;
	height: 75px;
	width: 70%;
	line-height: 75px;
	padding-right: 18px;
	box-shadow: -3px 0px 4px -4px #999 inset, 0px -2px 4px -2px #999;
}
.side_blocks .img_warp{
	float: right;
	width: 30%;
	height: 75px;
	overflow: hidden;
	box-shadow: 0px -2px 4px -2px #999;
	text-align: center;
	line-height: 75px;
}
.side_blocks a:first-child .text_warp{
	box-shadow: -3px 0px 4px -4px #999 inset;
}
.side_blocks a:first-child .img_warp{
	box-shadow: none;
}

.side_blocks .img_warp img{
	display: block;
	display: inline-block;
	margin: auto;
	vertical-align: middle;
	font: 10px tahoma;
	transition: all 2s ease 0s;
}

.warp_side_block:hover img {
    transform: rotateY(360deg);
}
.online_chat_warp{
	position: relative;
	right: -4px;
	top: -2px;

}

.online_chat_warp img{
	overflow: hidden;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	max-height: 75px;
	width: 103%;
	
	display: block;
	position: relative;
	left: 0px;
	width: 244px;
	
	transition: all 0.0001s ease 0s;
}
.online_chat_warp img:hover{
	transform: rotateY(0deg);
	transform: scale(1);
}
.online_chat_warp tr:nth-child(2) > td > div{
	position: absolute;
	bottom: -10px;
	float: left;
	margin-top: 5px;
	text-align: left !important;
}
.online_chat_warp tr:nth-child(2) span, .online_chat_warp tr:nth-child(2) span a{
	color: #979797 !important;
	font: 12px Tahoma !important;
	padding: 0px 2px 0px 2px;
}

.page .page_title{
	font: bold 16px Tahoma;
	color: #13578a;
	padding: 14.5px 0px;
}
.page .page_hr{
	border: 1px solid #e4e4e4;
	height: 0px;
	margin: 0px -20px;
}
.page_content {
	font: 16px Tahoma;
	padding: 30px 0px 0px 0px;
}





.pre_footer{

}
.pre_footer .warp_phone_btn{
	width: 260px;
	_padding: 13px 30px 14px 14px;
	padding: 13px 0px 14px 0px;
	border-left: 2px solid #ddd;
}
.pre_footer .phone_btn{
	padding: 8px 24px 8px 6px;
	margin: 0px;
	
	vertical-align: top;
	background: url("../img/phone_icon.png") no-repeat scroll 99% 60%, linear-gradient(to bottom, #AAD334 0%, #7D9F1E 100%) repeat scroll 0% 0% transparent;
}
.pre_footer .phone_btn p {
  font: bold 14px Tahoma;
}
.call_me_bottom_btn{
	display: inline-block;
}

.call_me_bottom_btn img{
	display: inline-block;
	width: 124px;
}
.pre_footer .slider{
	position: relative;
	width: 760px;
	overflow: hidden;
}
.pre_footer .tbl{
	margin: 0px auto;
	margin-right: -20px;
	overflow: hidden;
}
.pre_footer .buttom_slider{
	_border-right: 2px solid #ddd;
	padding: 0px 12px;
	overflow: hidden;
	display: block;
	width: 750px;
	height: 62px;
	position: relative;
}
/*
.pre_footer .slider p{
	display: inline-block;
	width: 200px;
}
.pre_footer .slider li{
	width: 100px;
	float: left;
	list-style-type: none;
	z-index:9999999;
	background: red;
	color: green;
}
.pre_footer .slider img{
	height: auto;
	width: auto;
	float: right;
}
*/
.footer_warp{
	background: url('../img/footer_bg.jpg') repeat-x #f5f4f0;
}

.footer_links{
	padding: 20px 0px;
}
.footer_links p{
	float: right;
	width: 20%;
	min-width: 100px;
}
.footer_links a{
	display: block;
	font: 12px Tahoma;
	color: #7f7f7f;
	text-decoration: none;
}
.footer_links a:hover{
	color: #000;
}
.footer_hr{
	border: none;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #fff;
}
.signature{
	padding: 18px 0px;
	color: #474747;
	font: 14px Tahoma;
}
.signature .text a{
	color: #474747;
	text-decoration: none;
}
.footer_logo{
	vertical-align: middle;
	margin-left: 20px;
}


.homepage .sidebar .CsmeMenuTrain_rtl{
	display: none;
}
.homepage .sidebar{
	background: none;
	box-shadow: none;
}
.homepage .content{
	margin: 0px -10px 0px -10px;
	width: 780px;
	padding: 0px;
}
.homepage .side_blocks{
	margin-top: 0px;
	
}
.homepage .warp_side_blocks{
	top: -39px;
}
.homepage .content_warp_2{
}
.warp_2{
	box-shadow: 0px -1px 2px 1px #ddd,0px 1px 2px 1px #ddd;
}
.homepage .warp_2{
	background: #f8f8f8;
}
.homepage  .extra_content{
	padding: 30px 0px;
}
.homepage  .extra_content img{
	margin: 0px 30px;
	position: relative;
	z-index: 1;
}



.block_warp{
	width: 33%;
	min-width: 140px;
	float: right;
	padding: 10px;
	position: relative;
}
.block{
	height: 300px;
	width: 100%;
	padding: 20px 0px 0px 0px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 3px #E3E3E3;
	background: #fff;
}
.block:hover {
    box-shadow: 0px 0px 10px 10px #E3E3E3;
}
.block .warp_block_img{
	display: table;
	width: auto;
	margin: 0px auto 20px;
	border-radius: 50%;
	border: 6px solid #ebebeb;
	text-align: center;
}
.block .block_img{
	border-radius: 50%;
	height: 112px;
	width: auto;
	max-width: 200px;
	border: 6px solid #fff;
}
a.link{
	text-decoration: none;
}
.block h3{
	font: 18px Tahoma;
	color: #000;
	padding: 0px 0px;
	text-align: center;
}
a .block p{
	padding: 8px 10px;
	text-align: center;
	font: 12px Tahoma;
	color: #7d7d7d;
	overflow: hidden;
	max-height: 75px;
}
.block_warp .arrow{
	display: block;
	margin: 0px auto;
	position: absolute;
	bottom: 30px;
	left: 0px;
	right: 0px;
}





.content_warp_0{
	position: relative;
	padding-bottom: 20px;
	background: #fff;
}
.more_space{
	min-height: 30px;
}


@media screen and (max-width: 1250px) {
    .advertising_area{
        display: none;
    }
}

