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

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "\ea90";
}

.icon-flickr:before {
    content: "\eaa3";
}

.icon-linkedin:before {
    content: "\eac9";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-vimeo:before {
    content: "\eaa0";
}

.icon-youtube:before {
    content: "\ea9d";
}

.icon-search:before {
    content: "\e986";
}

.icon-attachment:before {
    content: "\e9cd";
}

.language-list,
.social-networks,
.nav,
.footer-col .col,
.footer-bottom .info-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header:after,
.left-block:after,
.navbar:after,
.visual-block:after,
.content-section:after,
.map-section:after,
#footer:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

/* header styles */

#header {
	position: relative;
	background: #fff;
}

/* left block styles of the header */

.left-block {
	position: absolute;
	left: 30px;
	top: 50px;
}

/* XS */
@media(max-width:767px){
	.left-block {
		top: 17px;
	}
}

/* language list styles */

.language-list {
	float: left;
	margin: 0 -7px;
}

.language-list li {
	position: relative;
	float: left;
	padding: 0 7px;
}

.language-list li:before {
	content: "/";
	position: absolute;
	top: 0;
	right: -4px;
}

.language-list li:last-child:before {
	display: none;
}

.language-list a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #232b2c;
	text-transform: uppercase;
}

.language-list a:hover {
	color: #bc2d42;
}

/* social networks styles */

.social-networks {
	float: left;
	padding: 0 33px 0 0;
}

.social-networks li {
	float: left;
	padding: 0 5px;
}

.social-networks a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 22px;
}

.social-networks a:hover {
	color: #bc2d42;
}

.logo {
	position: relative;
	display: block;
	margin: -1px auto 0;
	width: 248px;
	z-index: 999;
}
@media(max-width:767px){

		top: 12px;
	}
}


.logo a {
	display: block;
}

.logo img {
  vertical-align: top;
  width: 248px;
  height: 125px;
}

/* XS */
@media(max-width:767px){
	.logo {width: 148px; height: 74px;}
	.logo img {	width: 148px; height: 74px}
}

.search-block {
	position: absolute;
	top: 45px;
	right: 30px;
}

/* XS */
@media(max-width:767px){
	.search-block {
		top: 12px;
	}
}

.search-block input[type="search"] {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	position: relative;
	outline: none;
	border: none;
	padding: 0 41px 0 0;
	font-size: 16px;
	line-height: 18px;
	color: #232b2c;
	height: 40px;
	width: 100%;
	border-bottom: 1px solid transparent;
}

.search-block input[type="search"]::-webkit-input-placeholder {
	color: #232b2c;
	text-align: right;
}

.search-block input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #232b2c;
	text-align: right;
}

.search-block input[type="search"]:-moz-placeholder {
	color: #232b2c;
	text-align: right;
}

.search-block input[type="search"]:-ms-input-placeholder {
	color: #232b2c;
	text-align: right;
}

.search-block input[type="search"].placeholder {
	color: #232b2c;
	text-align: right;
}

.search-block input[type="search"]:focus {
	border-color: #18253c;
}

.search-block .btn {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	border-radius: 0;
	font-size: 21px;
	padding: 9px;
	outline: none;
	box-shadow: none;
}

.search-block .btn:focus {
	outline: none;
}

/* navbar styles */

@media(min-width:768px){
	.navbar {
		position: relative;
		background: #18253c;
		margin: -34px 0 0;
		padding: 50px 0 10px;
		border: none;
		border-radius: 0;
	}
}

/* SM */
@media(min-width:768px) and (max-width:991px){
	.navbar { margin-top: -20px; 
		margin-bottom: 0px;
		padding: 40px 0 0px; }
}
/* XS */
@media(max-width:767px){
    .navbar { padding: 20px 0 0; min-height: 1px; }
}



/* navbar collapse styles */

.navbar-collapse {
	border: none;
	box-shadow: none;
}

/* navigation styles */

.nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 25px;
	line-height: 27px;
	width: 100%;
}

/* XS */
@media(max-width:767px){
	.nav {display: inline-block;}
}


.nav li {
	padding: 0 11px 10px;
}

.nav li a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	color: #fff;
	padding: 0;
	font-size: 2.4rem;
}

/* SM */
@media(min-width:768px) and (max-width:991px){
	.nav li a{font-size: 1.7rem;}
}


.nav li a:hover,
.nav li a:focus {
	color: #bc2d42;
	background-color: transparent !important;
}

.navbar-toggle {
	margin: 0 15px 20px;
	background: transparent;
}

.navbar-toggle .icon-bar {
	background: #fff;
}


a {
	outline: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

address {
	margin: 0;
}

.alignleft {
	float: left;
}

/* main container styles */

#wrapper {
	overflow: hidden;
	position: relative;
}

/* visual block styles */

.visual-block {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	min-height: 534px;
	margin: 0 0 28px;
}

/* content section styles */

.content-section {
	position: relative;
	margin: 0 0 34px; /* box styles of the content section */ /* three columns section */

}

/* SM */
@media(min-width:768px) and (max-width:991px){
	.content-section { margin: 0 0 54px; }
}

.content-section .col-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -11px;
}
@media(max-width:767px){
    .content-section .col-holder { margin: 10px; display: block;}
}
.content-section .col-holder .col {
	width: 69.8%;
	padding: 0 11px;
}
@media(max-width:767px){
    .content-section .col-holder .col  { width: 100%; }
}

.content-section .col-holder .col:last-child {
	width: 30.2%;
}
@media(max-width:767px){
    .content-section .col-holder .col:last-child { width: 100%; }
}

.content-section .box {
	position: relative;
	overflow: hidden;
	background: #18253c;
	color: #fff;
	padding: 9px 22px;
	margin: 0 0 20px;
	min-height: 199px; /* gray box styles of the content section */
}

/* XS */
@media(max-width:767px){
    .content-section .box { 
    	min-height: 0;
    	height: auto;
    		padding: 9px 15px;

    }
}

.content-section .box.addition-box {
	background-position: 50% 50%;
	background-size: cover;
}

.content-section .box.addition-box h1 {
	margin: 0;
}

.content-section .box.gray-box {
	padding: 16px 7px 40px 10px;
	background: #434848;
}

.content-section .box.gray-box h1 {
	font-size: 34px;
	line-height: 36px;
	margin: 0 0 41px;
}

/* XS */
@media(max-width:767px){
    .content-section .box.gray-box  h1 { 
    	font-size: 2rem;
    	line-height: 2rem;
    }
}

.content-section .box.gray-box h2 {
	font-size: 24px;
	line-height: 26px;
	margin: 0;
}

@media(max-width:767px){
    .content-section .box.gray-box  h2 { 
    	font-size: 2rem;
    	line-height: 2rem;
    }
}


.content-section .box.gray-box .text-frame {
	font-size: 15px;
	line-height: 17px;
	margin: 0 0 19px;
}

.content-section .box.gray-box .date {
	font-style: italic;
}

.content-section .box.gray-overlay {
	padding: 9px 13px;
	line-height: 42px;
	min-height: 270px;
	overflow: visible;
}

.content-section .box.gray-overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(67, 72, 72, .87);
}

.content-section .box.gray-overlay h1 {
	position: relative;
	z-index: 9;
}

.content-section .box.gray-overlay .img-block {
	position: absolute;
	bottom: -20px;
	right: -20px;
}

.content-section .box h1 {
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	margin: 0 0 50px;
}

/* XS */
@media(max-width:767px){
    .content-section .box h1 { 
    	font-size: 2rem;
    	line-height: 2rem;
    }
}

.content-section .box h2 {
	font-size: 27px;
	line-height: 29px;
	margin: 0 0 5px;
}

/* XS */
@media(max-width:767px){
    .content-section .box h2 { 
    	font-size: 2rem;
    	line-height: 2rem;
    }
}

.content-section .box p {
	margin: 0;
}

.content-section .box a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: relative;
	/*display: inline-block;*/
	vertical-align: top;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
/*	padding: 0 11px 0 0;
*/}

.content-section .box a:before {
	/*content: ">";*/
	position: absolute;
	top: 0;
	right: 0;
}

.content-section .box a:hover {
	color: #bc2d42;
}

.content-section .box .text-block {
	overflow: hidden;
	padding: 0 0 0 14px;
}

.content-section .box .text-block .date {
	display: block;
	padding: 14px 0 0;
	font-family: "Meta Offc W01 Thin", Helvetica, Arial, sans-serif;
	font-style: italic;
}

.content-section .box .text-wrap {
	position: relative;
}

.content-section .box .text-wrap:before {
	content: "";
	position: absolute;
	top: -9px;
	left: -22px;
	right: -22px;
	bottom: -11px;
	background: rgba(24, 37, 60, .63);
}

.content-section .box .text-wrap .wrap {
	position: relative;
	z-index: 9;
}

.content-section .three-columns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.content-section .three-columns .col {
	font: italic 14px/16px "Meta Offc W01 Thin", Helvetica, Arial, sans-serif;
	padding: 0 15px;
	width: 33.332%;
	color: #232b2c;
}

.content-section .three-columns .col:last-child {
	width: 33.332%;
}

.content-section .three-columns img {
	margin: 0 0 10px;
	width: 100%;
}

.content-section .three-columns h3 {
	font: normal 16px "Meta Offc W01 Normal", Helvetica, Arial, sans-serif;
	margin: 0 0 2px;
}

/* map placeholder section section */

.map-section {
	position: relative;
	margin: 0 0 30px;
}

/* footer styles */

#footer {
	position: relative;
	background: #ededed;
	padding: 42px 0 57px;
}
/* XS */
@media(max-width:767px){
	#footer { padding: 0 20px; }
}


/* footer columns styles */

.footer-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -40px 36px;
}

.footer-col .col {
	font-size: 14px;
	line-height: 17px;
	width: 25%;
	padding: 0 27px;
}
 
/* XS */
@media(max-width:767px){
	.footer-col .col {font-size: 12px; width: 100%; display: block; margin: 10px 0;}
	.footer-col .col li{padding: 6px 0;}
}


.footer-col .col a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	padding: 0 13px;
	display: inline-block;
	vertical-align: top;
}

.footer-col .col a:hover {
	color: #bc2d42;
}

.footer-col .col a.link-bg {
	padding: 13px 33px 13px 13px;
	background: #d3d1d1;
}

/* footer information styles */

.footer-bottom {
	position: relative;
	border-top: 1px solid #cdcbcb;
	padding: 18px 0; /* info list styles */ /* footer social networks styles */
}

.footer-bottom .info-list {
	font-size: 12px;
	line-height: 14px;
	max-width: 500px;
	margin: 0 auto;
	overflow: hidden;
}

.footer-bottom .info-list li {
	position: relative;
	float: left;
	padding: 0 5px;
}

.footer-bottom .info-list li:before {
	content: "/";
	position: absolute;
	top: 0;
	right: -3px;
}

.footer-bottom .info-list li:last-child:before {
	display: none;
}

.footer-bottom .info-list a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.footer-bottom .info-list a:hover {
	color: #bc2d42;
}

.footer-bottom .social-networks {
	float: none;
	position: absolute;
	top: 8px;
	left: 0;
}


