body {background: #f8f8f8; color: #000;font: 14px/1.3  'Open Sans';}

.container {width: 960px; margin: 0 auto;}
.wrapper { margin: 0;}

/* Footer */
.footer-wrapper{
	padding-bottom:20px;
}
.push {height: 50px;}
.footer-wrapper {background: #fff; }
.footer {border-top: 1px solid #dbdbdb; padding-top: 38px;}

/* Header */
.header {height: 160px; background: #fff; box-shadow: 0 0 16px rgba(0,0,0,0.3); position: relative; z-index: 1000; margin-bottom: 25px;}
.title-page.header{margin-bottom: 0;}
.logo {margin: 22px 44px 0 0; float: left;}
.slogan {float: left; font-family: 'Open Sans', Arial; font-size: 15px; color: #c3c3c3; width: 470px; margin: 35px 0 0 0;}
.languages {float: right; margin: 32px 0 0; list-style: none; padding:0; }
.languages li{float: left; margin: 0 0 0 11px;}
.languages a{float: left; padding: 5px 3px; font-size: 13px; color: #787e86; text-transform: uppercase; line-height: 13px;}
.languages .active a{padding: 4px 3px; border:1px solid #113366;}

.level1 {list-style: none; padding: 0; float: left; margin: 25px 0px 0 0; clear: both; }
.level1 > li {float: left; position: relative; border-left: 1px solid #ececec;display:block;}
.level1 > li:first-child, .level1 .active {border-left: none;}
.level1 a {color: #00245b;}
.level1 > li > a {padding: 10px 17px; font-size: 14px; font-family: 'Open Sans Bold'; }
.level1 .active {margin-right: -1px;}
.level1 .active > a {
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(218,218,218,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(218,218,218,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(218,218,218,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(218,218,218,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(218,218,218,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(218,218,218,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.level1 .level2 {display: none; list-style: none; position: absolute; background: #fff; border-top: 3px solid #dadada; padding: 0;
top: 27px; left: 0; width: 180px; padding: 10px 0; z-index: 1000;}
.level1 > li:hover .level2 {display: block;}
.level1 .level2 li {float: none;}
.level1 .level2 li a {display: block; color: #2a2a2a; padding: 6px 20px;}
.level1 .level2 li:hover a {
	color: #00245b;
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(218,218,218,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(218,218,218,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(218,218,218,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(218,218,218,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(218,218,218,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(218,218,218,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
}

/* Content */
.email {float: right; text-align: right; line-height: 22px; margin: 35px 3px 0 0;}
.email a {text-decoration: none;font-size: 15px;}
.phone {font-size: 28px; color: #113366;}
.phone p{margin-bottom: 0px;}
.fb{margin-top:5px;}
.red {color:#1370aa;}
.red:hover {text-decoration: underline;}

/* Slider */
.slider-container {height: 510px; position: relative; overflow: hidden; box-shadow: 0 2px 4px #c3c3c3; margin: 0 0 50px;}
.slide {height: 510px; min-width: 960px; overflow: hidden;}
.slide img {width: 100%; box-shadow: inset -1px 0 4px #000;}
.arrow {position: absolute; cursor: pointer; z-index: 100; top: 0; width: 84px; height: 510px; background: url('images/slider-arrows.png') no-repeat 0 0;}
#prev {left: 0;}
#next {right: 0; background-position: right 0;}
#nav {position: absolute; bottom: 40px; right: 28px; z-index: 100;}
#nav a {display: inline-block; width: 12px; height: 12px; margin-left: 8px; font-size: 0; background: url('images/slider-nav.png') no-repeat 0 0;}
#nav a.activeSlide {background-position: -20px 0;}
.slider-info {position: absolute; top: 317px; left: 50%; margin-left: -493px; color: #fff; z-index: 100; padding: 28px; width: 694px;}
.slider-info h2 {color: #fff; font-size: 46px; text-shadow: 2px 2px 11px rgba(0, 0, 0, 0.80); font-family: 'Open Sans Bold'; line-height: 58px; text-transform: uppercase;}
.slider-info p{text-shadow: 4px 3px 8px rgba(0, 0, 0, 0.68); font-family: 'Open Sans'; font-size:20px;}
.slider-info a{color:#fff;}
.btn-gray {
	cursor: pointer;
	color:#2a2a2a;
	font-family: 'Open Sans Bold';
	box-shadow: 0 0 4px #e0e0e0;
	border: 1px solid #e7e7e7; display: block; padding: 12px; text-align: center;
	background: rgb(248,248,248); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(242,242,242,1) 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(98%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(242,242,242,1) 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(242,242,242,1) 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(242,242,242,1) 98%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(248,248,248,1) 0%,rgba(242,242,242,1) 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
.btn-red {background: #fc1328; color: #ffffff; margin-top: 10px; display: inline-block; padding: 10px 12px;}

.content2.title h1 {background: url('images/heading-bg.gif') repeat-x 0 22px; margin: 0 0 40px; color: #2a2a2a; font-size: 30px; font-family: 'Open Sans Bold'; text-transform: uppercase; text-align: center;}
.content2.title h1 span {background: #f8f8f8; padding: 0 10px;}
.jcarousel .title { height: 240px; text-align: center; display: block;}
.jcarousel .title div {display: table-cell; padding: 0 10px; font-family: 'Open Sans Semibold'; font-size: 16px; color: #2a2a2a; text-align: center; width: 202px; vertical-align: middle; height: 70px;}
.jcarousel .title img{width:222px;height:168px!important;}
.white-block {box-shadow: 0 1px 4px #dedede;background: #fff; padding: 25px;width:100%;}
.white-block .ipWidget-Text, .white-block .ipWidget-Image{padding: 10px 20px 20px 20px;}
.block {float: left; width: 300px; margin-right: 20px;}
.bottom-menu {color: #838383; padding-left: 0; list-style-position: inside;font-size:11px;text-align:justify;line-height:20px}
.bottom-menu li {margin: 0 0 10px; font-size: 11px;}
.bottom-menu a {color: #838383; font-size: 11px;}
.bottom-menu b, .bottom-menu strong{color:#36ade3;font-size:13px!important;}
.footer .block {color: #838383; font-size: 11px;}
.footer h2 {margin-bottom: 22px;}
.bottom-menu.none {list-style: none; margin: 0;}
.bottom-menu.none li {font-size: 13px;}
.bottom-menu a.red {color: #fc1328;}

.copyright {padding: 20px 0 0; margin: 23px 0 0; border-top: 1px solid #dbdbdb; color: #979797; font-size: 13px;}
.icon.marker {float: left; width: 12px; height: 16px; margin: 0 7px 0 0; background: url('images/marker.png') no-repeat 0 0;}
.icon.gplus {background: url('images/social-icons.png') no-repeat 0 0; width: 24px; height: 24px; float: left; margin: 0 6px 0 0;}
.icon.fb {background: url('images/social-icons.png') no-repeat -30px 0; width: 24px; height: 24px; float: left; margin: 0 6px 0 0;}
.icon.tweet {background: url('images/social-icons.png') no-repeat -60px 0; width: 24px; height: 24px; float: left; margin: 0 6px 0 0;}
.icon.pin {background: url('images/social-icons.png') no-repeat -90px 0; width: 24px; height: 24px; float: left; margin: 0 6px 0 0;}
.icon.quest{background: url('images/questionmark.png') no-repeat 0 0; width: 42px; height: 42px; float: left; margin: -3px 10px 0 0;}
/* Text */
.left-block {float:left; width: 222px; margin-right: 24px;}
.left-menu {list-style: none; padding: 0; margin: 0 0 20px; background: #fff; box-shadow: 0 1px 4px #dedede;}
.left-menu li {display: block; padding: 12px 0; margin: 0 22px; border-bottom: 1px solid #f0f0f0;}
.left-menu li:last-child {border-bottom: none;}
.left-menu a {color: #2a2a2a; font-family:"Open Sans Semibold";}
.left-menu .active a{color: #00245b;}
.left-menu .active {
	margin: -1px 0 0; padding: 12px 22px; border-top: 1px solid #e7e7e7; border-bottom-color: #e7e7e7;
	background: rgb(248,248,248); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(248,248,248,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
.white-block.inside .heading {font-size: 16px; font-family:'Open Sans Bold'; color: #2a2a2a; text-transform: uppercase; line-height: 20px; margin-bottom: 20px; }
.white-block.inside {padding: 18px; color: #787e86;}
.write {
	padding: 15px 18px;
	margin: 0 0 20px;
	background: url('images/block-shadow.png') repeat-x 0 0;
}

.advance {box-shadow: 0 1px 4px #dedede; margin: 0 0 20px;}

.right-block {float:none;clear:both;margin: 0 0 40px;}
.right-block h1 {margin: 0; padding: 15px 25px; color: #fff; font-size: 26px; font-family: 'Open Sans Bold'; background: #1370aa;}
.text {padding: 0 25px 25px; color: #1370aa; line-height: 22px; font-size: 13px;width:100%}
.bottom-images a {float: left; margin: 0 18px 0 0;}
.bottom-images .last {margin-right: 0;}
.bottom-images a:hover .overlay {position: absolute; z-index: 10; height: 114px; width: 152px; opacity: 0.7; background: url('images/overlay-bg.png') #1370aa no-repeat center center;}

/* News */
.news-roll {padding:12px 25px; color:#1370aa; font-size:13px; line-height:22px;}
.image {float:left; margin:0 24px 0 0;}
.heading {display:inline-block; margin-bottom:10px;}
.news-roll .heading {color:#1370aa; font-size:19px; font-family:'Open Sans Semibold';}
.date {color:#787e86; margin-left:6px;}
.news-roll:hover{background:#f4f4f4;}
.pagination {border-top: 1px solid #e3e3e3; margin: 20px 25px; padding-top: 12px; color: #838383; font-size: 13px; line-height: 29px;}
.paging {float: right; list-style: none; padding: 0; margin: 0;}
.paging li {
	float: left; margin: 0 0 0 9px; border: 1px solid #e7e7e7; line-height: 29px; min-width: 29px; text-align: center;
	background: rgb(248,248,248); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(248,248,248,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
.paging a { color: #2b2b2b; font-size: 13px; padding: 0 8px; display: block;}
.paging .active {border-color: #113366;}
.paging .active a {color: #fff; background: #113366; color: #fff;}

/* Map */
.map {margin-top:-16px;}
.contacts {padding:25px 30px;}
.contacts h2 {color:#113366; font-size:24px; font-family:'Open Sans Bold';}
.contacts td {color:#113366; font-size:13px; line-height: 22px; padding:0 24px 0 0;}
.contact-form {color:#ababab; font-size:13px;}
.contact-form input[type="text"],
.contact-form textarea {width:186px; font-size:13px; font-family:'Open Sans'; padding-left:16px; height:40px; margin: 0 14px 12px 0; border: 1px solid #d8d8d8; box-shadow: inset 3px 3px 7px #ebebeb; }
.contact-form input[type="text"].last{margin-right:0;}
.contact-form textarea {margin-right:0; width:628px; height:140px; padding-top:16px;}

/* Helpers */
.rel {position: relative;}
.clear {clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}
.fl {float: left!important;}
.fr {float: right!important;}
.fn {float: none!important;}

.t-alc {text-align: center;}
.t-alr {text-align: right;}
.t-all {text-align: left;}

.lh24 {line-height: 24px;}

.p0 {padding: 0!important;}

.mgl10 {margin-left: 10px;}
.mgl12 {margin-left: 12px;}
.mgl19 {margin-left: 19px;}
.mgl20 {margin-left: 20px;}
.mgl30 {margin-left: 30px;}
.mgl50 {margin-left: 50px;}

.mgr5 {margin-right: 5px;}
.mgr10 {margin-right: 10px;}
.mgr12 {margin-right: 12px;}
.mgr19 {margin-right: 19px;}
.mgr20 {margin-right: 20px;}
.mgr30 {margin-right: 30px;}
.mgr50 {margin-right: 50px;}

.mgt8 {margin-top: 8px;}
.mgt10 {margin-top: 10px;}
.mgt15 {margin-top: 15px;}
.mgt20 {margin-top: 20px;}
.mgt30 {margin-top: 30px;}
.mgt50 {margin-top: 50px;}
.mgt80 {margin-top: 80px;}

.mgb10 {margin-bottom: 10px;}
.mgb15 {margin-bottom: 15px;}
.mgb25 {margin-bottom: 25px;}
.mgb30 {margin-bottom: 30px;}
.mgb55 {margin-bottom: 55px;}
.mgb60 {margin-bottom: 60px;}
.mgb100 {margin-bottom: 100px;}
.mgr0 {margin-right: 0;}

.fz12 {font-size: 12px;}
.fz24 {font-size: 24px;}

.w100 {width: 100%;}
.slider-image {position:relative;}
.slider-image img{position:absolute;left: 50%; top:0px; -webkit-transform: translateX(-50%);transform:translateX(-50%);}