/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

* { outline: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
strong, b {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #3a5083;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
a:hover {
	text-decoration: none;
}
/* End of Eric Meyer's CSS Reset */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
	font-family: 'SegoeUI';
	src: url('../fonts/pfbeausanspro-thin.eot');
	src: local('☺'), url('../fonts/pfbeausanspro-thin.woff') format('woff'), url('../fonts/pfbeausanspro-thin.ttf') format('truetype'), url('../fonts/pfbeausanspro-thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SegoeUIItalic';
	src: url('../fonts/PFBeauSansPro-ThinItalic.eot');
	src: local('☺'), url('../fonts/PFBeauSansPro-ThinItalic.woff') format('woff'), url('../fonts/PFBeauSansPro-ThinItalic.ttf') format('truetype'), url('../fonts/PFBeauSansPro-ThinItalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'PFBeauSansPro-Light';
	src: url('../fonts/PFBeauSansPro-Light_gdi.eot');
	src: url('../fonts/PFBeauSansPro-Light_gdi.eot?#iefix') format('embedded-opentype'),
	url('../fonts/PFBeauSansPro-Light_gdi.woff') format('woff'),
	url('../fonts/PFBeauSansPro-Light_gdi.ttf') format('truetype'),
	url('../fonts/PFBeauSansPro-Light_gdi.svg#PFBeauSansPro-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

@font-face {
	font-family: "SegoeUIRegular";
	src: url("../fonts/SegoeUIRegular.eot");
	src: url("../fonts/SegoeUIRegular.eot?#iefix")format("embedded-opentype"),
	url("../fonts/SegoeUIRegular.woff") format("woff"),
	url("../fonts/SegoeUIRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'SegoeUI';
	src: url('../fonts/SegoeUI.eot');
	src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI.svg#SegoeUI') format('svg'), url('../fonts/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SegoeUI';
	src: url('../fonts/SegoeUI-Light.eot');
	src: url('../fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Light.svg#SegoeUI-Light') format('svg'), url('../fonts/SegoeUI-Light.woff') format('woff'), url('../fonts/SegoeUI-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}


html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'SegoeUI', sans-serif;
	height: 100%;
	font-size: 16px;
}
.wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 70%;
	height: auto !important;
	height: 100%;
}

.container {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.container .pdf {
	background: url('/static/frontend/img/pdf-icon.jpg') 1px 4px no-repeat;
	padding-left: 30px;
	padding-bottom: 5px;
}

.container .pdf-all {
	background: url('/static/frontend/img/winrar-icon.jpg') 1px 9px no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	/*font-weight: bold;*/
	font-size: 28px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
	content: " ";
	display: table;
}
.clearfix:after,
.container:after {
	clear: both;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	min-height: 60px;
	position: relative;
}
.header:after {
	content: '';
	position: absolute;
	top:100%;
	left: 0;
	width: 100%;
	height: 39px;
	background: url(../img/menu-shadow.png) 0 0 repeat-x;
}

.top-menu {
	float: right;
}

.top-menu li {
	float: left;
}
.top-menu a {
	color: #575757;
	font-size: 14px;
	text-decoration: none;
	padding: 25px 26px;
	display: block;
	border-right: #d6d6d6 solid 1px;
	max-height: 60px;
}
.top-menu a:hover {
	color: #3a5083;
}
.top-menu .logo a {
	color: #204d90;;
	font-size: 26px;
	padding: 0 60px 0 0;
	line-height: 60px;
	font-family: 'SegoeUIItalic';
	width: 380px;
}


/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 10px;
}

.page-title {
	color: #8e8e8e;
	font-size: 32px;
	padding: 20px 0 30px 0;
}
.page-title_content {
	font-size: 44px;
	color: #323232;
}
.page-title_sm-offset {
	padding: 0 0 30px 0;
}
.img-section {
	/*margin-left: -65px;*/
	margin: 0 -33px 0 -33px;
}
.img-item {
	float: left;
}


.img {
	max-width: 280px;
	overflow: hidden;
	margin: 0 0 30px 0;
}
.img-wrapper {
	width: 280px;
	height: 210px;
	margin-bottom: 10px;
}
figure.img {
	display: block;
	overflow: hidden;
	margin: 0 0 50px 0;
}


.img-title {
	color: #204d90;
	font-size: 22px;
	margin-bottom: 20px;
}
.img-text {
	color: #323232;
	font-size: 14px;
	margin-bottom: 30px;
}
.img-link {
	color: #204d90;
	font-size: 15px;
}
.img-date {
	color: #959595;
	font-size: 14px;
	margin-bottom: 20px;
}

/* */
.info-section {
	margin:65px -17px 0 -17px;
}
.info-item {
	float: left;
	width: 308px;
	overflow: hidden;
	margin: 0 17px;
	max-width: 420px;
}
.info-item-title {
	background-color: #052277;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	padding: 18px 25px;
	position: relative;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.info-item-title:after {
	content: '';
	background: url(../img/arrow-icon.png) 0 0 no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top:50%;
	right: 25px;
	margin-top: -12px;
}
.info-item-link {
	text-decoration: none;
}
.info-item-link:hover .info-item-title {
	background-color: #0731ae;
}

.adv {
	margin: 0 -50px 40px -50px;
}
.adv-item {
	width: 450px;
	margin: 20px 50px 60px 50px;
	float: left;
}
.adv-item p {
	line-height: 1.2;
	height: 78px;
	overflow: hidden;
}

.adv-img {
	width: 44px;
	height: 44px;
	float: left;
	margin-right: 30px;
	margin-top: 5px;
}


.adv-item-title {
	color: #000;
	font-size: 26px;
	margin-bottom: 40px;
	position: relative;
	height: 60px;
}

/*
.adv-item-title:before {
	content: '';
	background-image: url('../img/sprite.png');
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -22px;
}
.adv-item-title-1:before {
	background-position: 0 0;
}
.adv-item-title-2:before {
	background-position: -61px 0;
}
.adv-item-title-3:before {
	background-position: -122px 0;
}
.adv-item-title-4:before {
	background-position: -185px 0;
}
*/

/* Full width img item */
.img-item-fullwidth {
	margin-left: 0;
}

.img-fullwidth {
	max-width: none;
	overflow: hidden;
}
.img-wrapper-fullwidth {
	margin-bottom: 25px;
}

.img-item-right .img-wrapper-fullwidth {
	width: 500px;
	float: right;
}

.img-item-right .b-projects-more {
	background: url(../img/rarr.png) 0 0 no-repeat;
	display: block;
	width: 20px;
	height: 22px;
	margin-left: 460px;
	margin-top: -20px;
}

.img-item-left .img-wrapper-fullwidth {
	width: 500px;
	float: left;
	margin-right: 30px;
}

.img-item-left .b-projects-more {
	background: url(../img/rarr.png) 0 0 no-repeat;
	display: block;
	width: 20px;
	height: 22px;
	margin-top: -20px;
	float: right;
}

.img-item-fullwidth  .b-projects-more {
	background: url(../img/rarr.png) 0 0 no-repeat;
	display: block;
	width: 20px;
	height: 22px;
	margin: -25px 20px 0px 0px;
	float: right;
}

.img-title-fullwidth {
	font-size: 28px;
}
.img-text-fullwidth {
	font-size: 16px;
	line-height: 1.2;
}

.news-item {
	margin-bottom: 30px !important;
}
.news-item:last-child {
	margin-bottom: 0;
}
.news-item-pic {
	max-width: 155px;
	max-height: 110px;
	float: left;
	overflow: hidden;
	margin-right: 45px;
}
.news-item-content {
	float: left;
	max-width: 640px;
}

.news-item-content .more {
	width: 22px;
	height: 20px;
	display: block;
	float: right;
	margin-top: -10px;
	background: url(../img/rarr.png) 0 0 no-repeat;
}

.img-date_news {
	margin-bottom: 15px;
}
.img-title_news {
	font-size: 20px;
	margin-bottom: 10px;
}
.img-text_news {
	font-size: 16px;
	max-height: 32px;
	margin-bottom: 11px;
}

.new-right-col {
	width: 530px;
	float: right;
}
.news-item-content_sm {
	width: 330px;
}
.img-title_news_sm {
	font-size: 18px;
	line-height: 1.3;
}
.img-text_news_sm {
	font-size: 14px;
	margin-bottom: 20px;
}
.news-item-content_sm .img-link {
	font-size: 16px;
}
.news-left-col {
	width: 390px;
	overflow: hidden;
	float: left;
}
.news-left-pic {
	margin-bottom: 44px;
}

/* Gallery */

.gallery:before {
	content: ' ';
	display: block;
	clear: both;
}

.gallery figure.img {
	display: block;
	overflow: hidden;
	margin: 0px 0px 33px;
}

.gallery .img-item {
	margin-left: 56px;
}

/* Pagination */
.pagination {
	text-align: center;
	margin-bottom: 50px;
	font-family: "SegoeUIRegular";
}
.pagination-list li {
	display: inline-block;
}
.pagination-list li a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	display: block;
	border:solid 2px transparent;
	color: #292929;
	font-size: 18px;
	text-decoration: none;
	margin:0 10px;
}
.pagination-list li a:hover {
	border: solid 2px #dbdbdb;
}
.pagination-list li a.active {
	color: #335c9a;
	border:solid 2px #335c9a;
}
.pagination-list li a.prev {
	border:solid 2px #dbdbdb;
	background: url('../img/arrow-left.png') no-repeat 50% 50%;
}
.pagination-list li a.prev:hover {
	border:solid 2px #204d90;
	background: url('../img/arrow-left-active.png') no-repeat 50% 50%;
}
.pagination-list li a.next {
	border:solid 2px #dbdbdb;
	background: url('../img/arrow-right.png') no-repeat 50% 50%;
}
.pagination-list li a.next:hover {
	border:solid 2px #204d90;
	background: url('../img/arrow-right-active.png') no-repeat 50% 50%;
}

/* Content */
.text p {
	margin-bottom: 30px;
	line-height: 1.2;
	font-size: 16px;
}
.text-img {
	margin: 70px 0;
}
.text-img_offset {
	margin: 60px 0;
}
.text-img-wrapper {
	float: left;
	max-width: 390px;
	overflow: hidden;
}
.text-img-content {
	float: right;
	max-width: 500px;
	line-height: 1.2;
}
.text-img-content p, .info-text p {
	margin-bottom: 25px;
	font-size: 16px;
}
.text-img-content p:last-child, .info-text p:last-child {
	margin-bottom: 0;
}
.text-img-title1 {
	color: #000000;
	font-size: 24px;
	margin-bottom: 40px;
}
.info-text {
	margin: 70px 0;
	font-size: 16px;
	line-height: 1.2;
}

/* User content style */
.user-content {
	font-family:'PFBeauSansPro-Light';
}
.user-content h1 {
	color: #8e8e8e;
	font-size: 32px;
	padding: 50px 0;
}
.user-content h2 {
	color: #000;
	font-size: 28px;
	padding-bottom: 50px;
}
.user-content h3 {
	color: #000;
	font-size: 24px;
	margin:40px 0;
}
.user-content h4 {
	color: #000;
	font-size: 22px;
	margin: 50px 0;
}
.user-content h1, .user-content h2, .user-content h3, .user-content h4 {
	font-family: 'SegoeUI';
}
.text-img-column {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	line-height: 1.2;
	-webkit-column-gap: 120px;
	-moz-column-gap: 120px;
	column-gap: 120px;
}
.user-content ul, .user-content ol {
	font-size: 18px;
	margin: 60px 0;
}
.user-content ol {
	counter-reset: number;
}
.user-content ol li:before {
	counter-increment:number;
	content:counter(number) ".";
	color: #000000;
	position: absolute;
	top:0;
	left: 0;
}
.user-content ul li, .user-content ol li {
	margin-bottom: 15px;
	padding-left: 45px;
	position: relative;
	color: #3a5083;
}
.user-content ul li:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	top:50%;
	left: 0;
	margin-top: -4px;
	border: 1px solid #3a5083;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.user-content .text p:last-child {
	margin-bottom: 0;
}
.user-content .text-img h3 {
	margin: 0 0 40px 0;
}
.quotes {
	margin: 70px 0;
	width: 90%;
}
.quotes i {
	padding: 20px 0 0 80px;
	color: #7c7c7c;
	font-size: 17px;
	display: block;
}
.user-content q {
	color: #394f83;
	font-size: 26px;
	line-height: 1.2;
	padding-left: 80px;
	position: relative;
	display: block;
}
.user-content q:before {
	content: '\00ab';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 130px;
	color: #cdcdcd;
	line-height: 0.6;
}
.bg-cover {
	height: 395px;
	margin: 60px 0;
	overflow: hidden;
}
.bg-cover_map {
	margin: 0;
}
table {
	width: 100%;
	margin: 70px 0;
}
table th, table td {
	border:#e5e5e5 solid 1px;
	padding: 15px 40px;
	text-align: center;
}
table th {
	font-size: 17px;
	color: #3a5083;
}
table td {
	font-size: 18px;
}
.user-content table {
	margin: 50px 0;
}
.user-content .info-text {
	margin: 60px 0;
}

.contact-info {
	margin-bottom: 55px;
	font-size: 18px;
	color: #646464;
}
.contact-info-title {
	font-size: 20px;
	color: #3c3c3c;
	padding-bottom: 7px;
}
.contant-info-item1 {
	float: left;
	width: 465px;
	margin-right: 50px;
}
.contant-info-item2 {
	float: left;
}
.contant-info-item3 {
	float: right;
}

.form-title {
	font-size: 17px;
	padding-bottom: 45px;
}
.form-section {
	width: 760px;
	margin-bottom: 30px;
}
.form-control::-moz-placeholder {
	color: #959595;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #959595;
}
.form-control::-webkit-input-placeholder {
	color: #959595;
}
.form-control {
	margin-bottom: 20px;
}
.form-control_btn {
	margin-top: 40px;
}
.form-left {
	float: left;
	width: 365px;
}
.form-right {
	float: right;
	width: 365px;
}
.form-input {
	width: 100%;
	border: 1px solid #cdcdcd;
	color: #393d3f;
	padding: 12px;
	font-size: 16px;
}
.form-textarea {
	resize: none;
	height: 154px;
	border: solid 1px #cdcdcd;
	width: 100%;
	color: #393d3f;
	font-size: 16px;
	padding: 12px;
	font-family: 'SegoeUI';
}
.form-btn {
	border: none;
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
	background-color: #052277;
	font-family: 'SegoeUI';
	font-size: 16px;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.form-btn:hover {
	background-color: #0731ae;
}
.form-input:focus, .form-textarea:focus {
	border-color: #36a8f1;
	outline: none;
}

/* Carousel */
.carousel-item {
	position: relative;
}
.carousel-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.carousel-item img {
	display: block;
	width: 100%;
	max-width: 1400px;
	height: auto;
	max-height: 395px;
	position: relative;
}
.carousel {
	width:100%;
	max-width:1400px;
	margin:0 auto 90px;
}
.carousel_sm-offset {
	margin:0 auto;
}
.carousel .container {
	display: table;
	width: 100%;
	height: 100%;
}
.carousel-text {
	display: table-cell;
	vertical-align: middle;
}
.carousel-text-inner {
	max-width: 440px;
	margin-left: 50px;
	position: relative;
	z-index: 200;
}
.carousel-text-title {
	color: #fff;
	font-size: 30px;
	display: inline-block;
	background-color:#052277;
	padding: 10px 20px;
	width: 100%;
}
.carousel-text-content {
	color: #575757;
	font-size: 14px;
	background-color: #fff;
	padding: 22px 20px;
	line-height: 1.5;
}
.owl-buttons {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.owl-buttons .owl-prev {
	background: url('../img/sprite.png') no-repeat -284px -1px;
	width: 41px;
	height: 40px;
	position: absolute;
	top:50%;
	left: 155px;
	margin-top: -25px;
	z-index: 201;
}
.owl-buttons .owl-prev:hover {
	background: url('../img/sprite.png') no-repeat -284px -54px;
}
.owl-buttons .owl-next {
	background: url('../img/sprite.png') no-repeat -339px -1px;
	width: 41px;
	height: 40px;
	position: absolute;
	top:50%;
	right: 155px;
	margin-top: -25px;
	z-index: 201;
}
.owl-buttons .owl-next:hover {
	background: url('../img/sprite.png') no-repeat -339px -54px;
}
@media screen and (max-width: 1190px) {
	.owl-buttons .owl-prev {
		left: 5px;
	}
	.owl-buttons .owl-next {
		right: 5px;
	}
}

.patner-carousel-wrapper {
	padding: 20px 0;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	margin-top:0px;
}
.patner-carousel {
	max-width: 1000px;
	margin: 0 auto;
}
.patner-carousel img {
	display: block;
	width: auto;
	max-width: none;
	height: 98px;
	max-height: none;
	position: relative;
	margin: 0 auto;
}
.patner-carousel .owl-buttons {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.patner-carousel .owl-buttons .owl-prev {
	background: url('../img/sprite.png') no-repeat -5px -48px;
	width: 32px;
	height: 32px;
	left: 0;
	margin-top: -16px;
}
.patner-carousel .owl-buttons .owl-prev:hover {
	background: url('../img/sprite.png') no-repeat -93px -49px;
}
.patner-carousel .owl-buttons .owl-next {
	background: url('../img/sprite.png') no-repeat -46px -49px;
	width: 32px;
	height: 32px;
	right: 0;
	margin-top: -16px;
}
.patner-carousel .owl-buttons .owl-next:hover {
	background: url('../img/sprite.png') no-repeat -130px -49px;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: 0px auto 0;
	min-width: 1000px;
	position: relative;
	border-top: 1px solid #d9d9d9;
	padding-top: 50px;
}
.footer-bottom {
	border-top: 1px solid #d9d9d9;
}
.footer-bottom .container {
	height: 105px;
	line-height: 105px;
	font-size: 14px;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.footer-links {
	margin:35px -22px 25px -22px;
	font-size: 14px;
}
.footer-links a {
	color: #a1a1a1;
	text-decoration: none;
	display: inline-block;
	margin: 0 22px 25px;
}
.footer-links a:hover {
	color: #204d90;
	text-decoration: underline;
}
.footer-title {
	color: #737373;
	font-size: 40px;
}
.footer-tel {
	margin-bottom: 45px;
}
.tel-number {
	font-size: 40px;
	color: #212121;
}
.tel-number span {
	color: #cccccc !important;
}
.arcticlab {
	text-align: right;
	font-size: 13px;
	line-height: 1.2;
	position: relative;
	padding: 5px 60px 0 0;
}
.arcticlab:after {
	content: '';
	background: url('../img/sprite.png') no-repeat -239px -1px;
	width: 33px;
	height: 38px;
	position: absolute;
	top:0;
	right: 0;
}

/* 404 */
.page-404 {
	height: auto;
}
.page-404 {
	background: url(../img/blueprint.png) 0 0 repeat;
}
.page-404 .content {
	padding: 0;
}
.page-404 .footer {
	min-height: 250px;
	margin: 0 auto;
	height: auto;
	border-top: 1px solid #3b5d7b;
	color: #fff;
}
.page-404 .footer-bottom {
	border-top: 1px solid #3b5d7b;
}
.page-404 .tel-number, .tel-number span {
	color: #fff;
}
.page-404 .arcticlab a {
	color: #7ad2ff;
}
.page-404 .arcticlab:after {
	background: url('../img/sprite.png') no-repeat -241px -49px;
	width: 29px;
	height: 34px;
	top:0;
	right: 0;
}
.pic-404 {
	margin: 150px auto 75px;
	display: block;
}
.info-text-404 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 45px;
	color: #fff;
	line-height: 1.2;
}
.info-text-404-sm {
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.nav-404 {
	text-align: center;
	margin:65px 0;
}
.nav-404 a {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	margin: 0 50px;
}
.nav-404 a:hover {
	color: #7ad2ff;
	text-decoration: underline;
}


.alert {
	padding: 16px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}
.alert-success {
	color: #468847;
	border-color: #d6e9c6;
	background: #dff0d8;
}
.alert-error {
	color: #b94a48;
	border-color: #ebccd1;
	background: #f2dede;
}

/* menu */
.topMenu ul {
	position: absolute;
	display: none;
	z-index: 999;
}
.topMenu ul li a {

}
.topMenu li:hover ul {
	display: block;
}

.topMenu li:hover ul.subMenu {
	display: block;
	transition: ease .1
}

/* Submenu
------------------------------------------*/
.topMenu ul {
	background: #052277;
	margin-left: -1px;
}

.topMenu ul  li{
	float: none;
}

.topMenu ul li a {
	color: #fff;
	border: 0 !important;
	min-width: 120px;
	padding: 23px 36px;
	text-align: center;
}
.topMenu ul li:hover a {
	background: #1d3270;
	color: #fff;
}

.contant-info {
	display:inline-block;
	margin: 0 20px 0 0;
	float:none;
	padding:0;
}

