/*
Theme Name: BSCC
Author: ITWS.EU
Author URI: http://itws.eu/
Version: 1.0-release
*/

/*-------------------Main CSS-------------------*/
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #000;
}
a,
a:hover,
a:focus {
	text-decoration: none;	
}
/*------------------- Header -------------------*/

/*--- Toolbar ---*/
.header_toolbar {
	height: 80px;
	background-color: #fff;
}
.main_logo {
	float: left;
	width: 186px;
	height: 80px;
	display: inline-block;
	margin-right: 20px;
	margin-left: 15px;
    position: relative;	
}
.main_logo img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.main_logo.logo_bg {
	width: 244px;
}
.toolbar_social {
	float: right;
	height: 50px;
	margin-top: 17px;
}
.social_icon {
	float: left;
	margin-right: 7px;
	font-size: 30px;
}
.social_icon.bigger {
	font-size: 34px;
}
.social_icon,
.social_icon:hover,
.social_icon:focus {
	color: #797979;
}
.toolbar_languages {
	float: right;
	margin-left: 9px;
	margin-right: 15px;
	margin-top: 25px;
}
.toolbar_languages div {
	float: left;
	height: 29px;
	width: 29px;
	margin-left: 16px;
	-webkit-box-shadow: 0px 0px 0px 3px rgba(217, 217, 217, 1);
	-moz-box-shadow: 0px 0px 0px 3px rgba(217, 217, 217, 1);
	box-shadow: 0px 0px 0px 3px rgba(217, 217, 217, 1);
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;			
}
.toolbar_languages a div {
	-webkit-box-shadow: 0px 0px 0px 0px transparent;
	-moz-box-shadow: 0px 0px 0px 0px transparent;
	box-shadow: 0px 0px 0px 0px transparent;
	-webkit-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-kthtml-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.toolbar_languages a:hover div {
	-webkit-box-shadow: 0px 0px 0px 3px rgba(217, 217, 217, 1);
	-moz-box-shadow: 0px 0px 0px 3px rgba(217, 217, 217, 1);
	box-shadow: 0px 0px 0px 3px rgba(217, 217, 217, 1);
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-kthtml-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;				
}
.toolbar_languages div.bg {
	background-image: url('images/lang_bg.png');
	background-repeat: no-repeat;	
}
.toolbar_languages div.en {
	background-image: url('images/lang_en.png');
	background-repeat: no-repeat;	
}
/*--- Slider ---*/
.header_slider {
	min-height: 253px;
	background-color: #dedede;
}
.header_image {
	background-color: #dedede;
}
.header_image img {
	width: 100%;
	height: auto;
}
.header_slider .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
    left: 0px;
    background: #c2271f;
}
.header_slider .bx-wrapper {
    margin: 0 15px;
    min-height: 253px;    
}
.slide {
	min-height: 253px;
}
.slide .col-md-6:nth-child(1) {
	padding-left: 0px;
}
.slide .col-md-6:nth-child(2) {
	padding-right: 0px;
}
.header_slider .bx-wrapper .bx-pager {
	padding-top: 0px;
    padding-left: 55px;
    padding-bottom: 16px;	
}
.header_slider .bx-wrapper .bx-pager, 
.header_slider .bx-wrapper .bx-controls-auto {
    bottom: 0px;
    width: 40%;
}
.header_slider .bx-wrapper .bx-pager .bx-pager-item, 
.header_slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    float: left;
}
.header_slider .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #fff;
    text-indent: -9999px;
    display: block;
    width: 11px;
    height: 11px;
    margin: 0 4px 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;      
}
.header_slider .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.header_slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #000;
    -webkit-transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;     
}
.slide_left {
    min-height: 203px;
    max-height: 203px;
    padding-top: 53px;
    padding-left: 59px;
    padding-right: 30px;
    margin-bottom: 50px;
    overflow: hidden;	
}
.slide_right {
	min-height: 253px;
}
.slide_text_date a,
.slide_title a,
.slide_excerpt a,
.slide_more a,
.slide_text_date a:hover,
.slide_title a:hover,
.slide_excerpt a:hover,
.slide_more a:hover {
	color: #fff;
}
.slide_text_date a {
	font-size: 16px;
	text-transform: uppercase;
}
.slide_title a {
	font-size: 24px;
	text-transform: uppercase;	
}
.slide_title {
    margin-bottom: 8px;
    margin-left: -1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.slide_excerpt a {
	font-size: 12px;
	display: block;
}
.slide_more a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin-bottom: 11px;
	padding-right: 17px;
	background-image: url('images/slider_arrow.png');
	background-position: right 3px;
	background-repeat: no-repeat;
}
.slide_more {
	position: absolute;
	bottom: 0px;
	right: 0px;	
}
/*--- Navbar Menu ---*/
.header_navbar {
	height: 69px;
	background-color: #f2f2f2;
}
.nav_bscc { 
	border-bottom: 4px solid #d9d9d9; 
}
.nav_bscc:after { 
	visibility: hidden; 
	display: block; 
	content: ""; 
	clear: both; 
	height: 0; 
}
#line_menu {
    margin: 0 auto;
    list-style: none;
    position: relative;
	width: auto;
    float: left;
    padding: 0px;
    min-height: 65px;
    margin-left: -10px;
}
#line_menu li { 
	display: inline-block;
	float: left;
	position: relative;			
}
#line_menu a { 
	color: #000; 
	font-size: 14px; 
	float: left;
	font-weight: 700;
	padding: 23px 10px 22px 10px;
	text-transform: uppercase;
}
#line_menu li:before { 
	content: "";
	position: absolute;
	bottom: -4px;
	left: 10px;
	height: 0px;
	background-color: #c2271f;
	width: calc(100% - 20px);
	-webkit-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-kthtml-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;		
}
#line_menu li li:before {
	height: 0px;
	background-color: transparent;
	width: 0;
}
#line_menu li:hover:before { 
	height: 4px;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-kthtml-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;		
}
.navbar {
    min-height: 69px;
    margin-bottom: 0px;
    border: 0px;
}
#line_menu li.current_page_item:before,
#line_menu li.current-menu-parent:before,
#line_menu li.current-page-ancestor:before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 10px;
	height: 4px;
	background-color: #c2271f;
	width: calc(100% - 20px);
}
#line_menu .sub-menu li.current_page_item:before {
	height: 0px;
	background-color: transparent;
}
/*--- Header Buttons ---*/
.header_buttons {
	float: right;
}
.brochure_button,
.partners_button {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	height: 34px;
	line-height: 34px;
	padding-left: 40px;
	width: 186px;
	background-color: #c2271f;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	position: relative;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
    color: #fff;
    cursor: pointer;	
}
.partners_button {
	margin-left: 80px;
}
.brochure_button:hover,
.partners_button:hover,
.brochure_button:focus,
.partners_button:focus {
	color: #fff;
}
.brochure_button {
	background-image: url('images/brochure_button.png');
	background-repeat: no-repeat;
	background-position: 12px 9px;
}
.partners_button {
	background-image: url('images/partners_button.png');
	background-repeat: no-repeat;
	background-position: 8px 7px;	
}
.brochure_image {
	position: absolute; 
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.3);
    -ms-transform: rotate(-9.4deg);
    -webkit-transform: rotate(-9.4deg);
    transform: rotate(-9.4deg);
	bottom: -9px;
	right: -42px;		
}

/*------------------ Footer --------------------*/
footer {
	background-color: #e5e5e5;
}
.footer_column {
	
}
.footer_column a {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	-webkit-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-kthtml-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;			
}
.footer_column a:hover {
	color: #c2271f;
	-webkit-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-ms-transition: color 300ms ease-in-out;
	-kthtml-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;		
}
.footer_column ul.list {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	margin-top: 15px;
	margin-bottom: 72px;
}
.footer_column ul.list li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer_title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	margin-top: 32px;
	line-height: inherit;
}
.footer_copy {
	border-top: 1px solid #b7b7b7;
	font-size: 14px;
	color: #000;
	line-height: 30px;
	padding-top: 27px;
    padding-bottom: 22px;		
}
.footer_subtitle {
	text-transform: uppercase;
	margin-top: 21px;
	padding-bottom: 14px;
	font-size: 14px;
	border-bottom: 1px solid #898989;
}
.footer_contacts {
	margin-top: 10px;
}
.footer_line {
	font-size: 14px;
	line-height: 18px;	
}
.footer_line span {
	font-weight: 700;	
}
.footer_coop {
	border-top: 1px solid #b7b7b7;
	font-size: 14px;
	color: #000;
	line-height: 30px;
	padding-top: 17px;
    padding-bottom: 15px;
    background-color: #fff;
}
.footer_coop_inner {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAeCAYAAABE4bxTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE5NjJENkUzMjkxMjExRTc5NDUwODVDNUE2Q0RFODBDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE5NjJENkU0MjkxMjExRTc5NDUwODVDNUE2Q0RFODBDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTk2MkQ2RTEyOTEyMTFFNzk0NTA4NUM1QTZDREU4MEMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTk2MkQ2RTIyOTEyMTFFNzk0NTA4NUM1QTZDREU4MEMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5XyFjAAAAF9klEQVR42rRXSWwcRRR91d3T3dPj8SwebzGJnT1G2QNciMQisSRCAgkhxCpOiBMKZyQOcOUECHGCExIQEskHJCBCCZDES+wkYLaAk6Ak2Ers8XgmnqXX4le1x/bEHrCjTNl/pu2u5dV/7//6xTjnHwCI4Tabd+EvTH1zDCe4g12PH0A6mUQ6nUYkErmd6YqMAHn0oK50BC8W4Zz7Cc7pQTiDw/AGzmB6/ArsvsOI79iOfG4aiqLA931kMq1oaWlBU1PTSqf3NfrIk6XrArBtuL/9AffsedjffQ/7zAj8i3+D8xIY7UOFDk6fpmVh4/r1AFkQBMjlcmTTGB0dha5HEIvFYFkxtLW1wTTNesvltSUAaDJBg31qAO7gGdj9Q/D+HAN3iwSAUQ8djOhgLDE3gANuIMdVm/CQ8IywTZs2w3Vd5PN5TExMIJvNyj6MMXR2diJJFBuGMT9WAvLHJ8j9tPjJftjHf5QAguK0GEY/BEAjAHr8dmUm9ZTJZKSJ5jgOJicnCdwUxsbGJKUWeXjdunXQSp8fQe71N8Bv3CDXByEANQJFb0ajmq7r6OrqkiZauVzG9evXMTDQD63w5jsEZpI80CQJqeWPhxby0DCA0WgUPT090oMKSLRMMZb2Ik1w16b4UwXh4I4rKWxkE9Qpy+5cCNTQkPrkQ7QNHUfrya8R2bcD3Kug0U1bNtQ9B5HtvYi98vKCW584AGdkkHy01JucfmKa0ThAYWhooX7YHE2sPl0609B3+RQ6Lgdo1xNYY1HIR5OwCKS5SqD1AXleLSCpIV51SY2cTFXHe6NHcNHto3EKjIiFOFnSaEKSgiVlxNFKADNmAp1WGt3xDqyJtdD7uHwn+jQbsVsACRF7xfARDlgqWeMVdWMP4fAROMW5/KRQZJrz+KLCExFdZFbYvgOb9DZVysq/pYlefC55MgoURaVfg8bpSBCg9mgK7VZqDpDoGDURP3QI2tq1NIDDeOiBGkDWS89D7egAr9jy/6XPDqP85VFCeislLBzH/i9NUNbjPopuCUXa5HhhXOKQgAJehvXwQSTefqvucHFcmAcfW+C6dzPKfV8RRcEKFl92xkX6FHku9I1SRcuaE6ubTiXKJEV3NuwXtuZ7qxspEiaVGA3JQyK32Kf6UTl+Ampbq/SYRqc0M2r14V26BF4KRV369AvSU4lmMO6ol0JAig7/6jimHnmKIofqGxKa9eILSH/80TzPlW+PIfv0c1RqCL/SUVKuhFHG+X/KJEwPbOGZLX5e9C4M72rYk4Y0TaibFvSkUJ2hEXCiUZQeotmnhxDMZkl7KaJKiNyoWbekE/tREc5B6LG5SDdtH1Gql2L0bdn07QTyO07WXPbRVAmQKAdI0XOm4N2SGJUqbEV6qmazEpi2zKnP4KgMzw7nYP7sIVb00VwRi5FVfCRKZLSYQQAiHofuc0TIVLJwNT4vZFH8aHV9Hfjz3gkB1U/qjsbwzEAO224WRUoV/pZOEuYTRQGtyJnkQU7tCMpVtvKjg6kavH/G4QyPINK7jTTlyud6+KuUFSIqPMYacLhSSPOZWRL5k1CoaBKA/GvjpJsYGt00sdhykcIEKKLAmymEZ5e4ZzWwPmOy7PGgGAcfhc8LVBHOhlXhYnAESoib6Y0Bo9BSmudDc8rwnRmMbumGlnr/Xej37UPlaB/dvy7Au3pNBLk8zeWVR9PuSD0tI4o2qxKAgG65DjzM0H3uZiqN4tYdwIP70fvaq6IPz1YvikFuRt5KxaXQGaHbKV0KgytXEbjFuUnpOkS1D1SlZpd5XUXW1LGpUJoXtUwelNcY0SDKmQp9lpiBbFsL/J13w7xnL7S9u5DasxvtGzYgHh7Q0zWAlpTWs7N0R7sId/RX2D+chDt8Dt7YJQSlmTCZEkCVsnzejGA6amBLbpbKKp+SOdVD9H6GSpNK91oUtm9F8/77kSQQsa1b0LqmC9byjpxe3d2eduvSJdIZPkteFB48i+CX35GjM23SMpGyHdzovgv6vXuh79sNfc8udO7ciVQyhRUWsv6/AgwAYnx1bgNvNoQAAAAASUVORK5CYII=');
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: 50px;
}

/*----------------- Front Page -----------------*/
.section_white {
	background-color: #fff;
}
.section_gray {
	background-color: #f2f2f2;
}
/*--- Section Welcome ---*/
.home_title {
	font-size: 30px;
	line-height: 34px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin-top: 38px;
	margin-bottom: 16px;
}
.home_about_img {
	margin-top: 25px;
	margin-bottom: 5px;
}
.home_coop_img {
	margin-bottom: 37px;
}
.home_about_img img {
	float: right;
	max-width: 100%;
	height: auto;
}
.home_coop_img img {
	max-width: 100%;
	height: auto;
}
.home_text {
	font-size: 14px;
	line-height: 18px;
	padding-left: 11px;
	min-height: 133px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAACCCAIAAAAMpuWVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjIwMTRGMUJEREIyMTFFNjkxNTc5QTBCQkFEMjUzNTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjIwMTRGMUNEREIyMTFFNjkxNTc5QTBCQkFEMjUzNTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMjAxNEYxOUREQjIxMUU2OTE1NzlBMEJCQUQyNTM1NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMjAxNEYxQUREQjIxMUU2OTE1NzlBMEJCQUQyNTM1NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsJlA48AAAAiSURBVHjaYrx58yYDAwMvLy8TAwyMskZZo6xR1khlAQQYAEPGA7Y/5EMMAAAAAElFTkSuQmCC');
	background-position: 0px 3px;
	background-repeat: no-repeat;
	margin-bottom: 18px;
	text-align: justify;
}
.home_text.half {
	padding-right: 40px;
}
.home_left_link {
	margin-bottom: 44px;
}
.home_left_link a {
	font-size: 14px;
	line-height: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
    padding-right: 17px;
    background-image: url(images/home_link_arrow.png);
    background-repeat: no-repeat;
    background-position: right 2px;
	-webkit-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-kthtml-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;			
}
.home_left_link a:hover {
	color: #c2271f;
    background-image: url(images/home_link_arrow_hover.png);
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-kthtml-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;		
}
.home_right_link {
	margin-bottom: 34px;
} 
.home_right_link a {
	display: block;
	font-size: 14px;
    line-height: 36px;
    padding-top: 2px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #c2271f;
	border: 1px solid #d9d9d9;
	text-align: center;
	float: right;
	width: 186px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	margin-top: -10px;
} 
.home_right_link a:hover,
.home_right_link a:focus {
	color: #c2271f;
} 
/*--- Section Posts ---*/
.posts_events,
.posts_latest {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAnCAIAAABBgrX1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABpJREFUeNpi+vTpExMDA8OgwM+fP0fmAwQYAPOtBdoAsRZFAAAAAElFTkSuQmCC');
	background-repeat: repeat-x;		
}
.posts_events {
	background-color: transparent;
	margin-top: 39px;	
}
.posts_events .posts_header {
	color: #000;
}
.posts_latest {
	background-color: #fff;
	margin-top: 39px;	
}
.posts_header {
	color: #7f7f7f;
	font-size: 26px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
    line-height: 35px;			
}
.posts_latest .bx-wrapper {
    margin: 0px;
    margin-top: 35px;
    padding: 0px;
}
.posts_latest .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
    left: 0px;
    background: transparent;
    overflow: visible !important;
}
a.posts_various .posts_header {
	color: #7f7f7f;
	position: relative;	
	-webkit-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-kthtml-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;		
}
a.posts_various.active .posts_header {
	color: #000;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-kthtml-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;		
}
a.posts_various .posts_header:before {    
	content: "";
    position: absolute;
    bottom: -4px;
    height: 0px;
    background-color: #c2271f;
    width: 100%;
 	-webkit-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-kthtml-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;	   
}
a.posts_various.active .posts_header:before {
    height: 4px;
 	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-kthtml-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;   
}
a.posts_various:hover .posts_header:before {    
    height: 4px;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-kthtml-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;    
}

/*--- Events ---*/
.posts_clearfix {
	height: 17px;
}
.posts_event {
	margin-top: 8px;
	min-height: 98px;
}
.posts_event a {
	color: #000;
	position: relative;
    display: block;
    min-height: 98px;	
}
.posts_event_date {
	width: 26.5%;
	float: left;
}
.posts_event_number {
	font-size: 36px;
    line-height: 38px;	
	color: #c2271f;
	text-align: center;
	border-bottom: 1px solid #f2f2f2;
	background-color: #fff;
	display: table;
	width: 100%;
	height: 75px;	
}
.posts_event_month {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 24px;
	color: #7e6464;
	text-align: center;
	background-color: #fff;
	height: 23px;		
}
.post_event_title {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	width: 73.5%;
	float: left;
	border-left: 1px solid #f2f2f2;
	background-color: #fff;
	min-height: 98px;
	height: 98px;
	display: table;
	padding-left: 11px;
	padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
	-webkit-transition: background-color 100ms ease-in-out;
	-o-transition: background-color 100ms ease-in-out;
	-moz-transition: background-color 100ms ease-in-out;
	-ms-transition: background-color 100ms ease-in-out;
	-kthtml-transition: background-color 100ms ease-in-out;
	transition: background-color 100ms ease-in-out;								
}
.posts_event a:hover .post_event_title {
	background-color: #f9f9f9;
	-webkit-transition: background-color 150ms ease-in-out;
	-o-transition: background-color 150ms ease-in-out;
	-moz-transition: background-color 150ms ease-in-out;
	-ms-transition: background-color 150ms ease-in-out;
	-kthtml-transition: background-color 150ms ease-in-out;
	transition: background-color 150ms ease-in-out;		
}
.posts_event_number span,
.post_event_title span {
	display: table-cell;
	vertical-align: middle;
}
.posts_all {
	margin-top: 16px;
	margin-bottom: 80px;
}
.posts_all a {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    padding-right: 17px;
    background-image: url(images/home_link_arrow.png);
    background-repeat: no-repeat;
    background-position: right 2px;
	-webkit-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-kthtml-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;			
}
.posts_all a:hover {
	color: #c2271f;
    background-image: url(images/home_link_arrow_hover.png);
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-kthtml-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;		
}
/*--- Various Posts ---*/
.section_posts {
	min-height: 500px;
}
.post_date {
	color: #7e6464;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 2px;
	padding: 0px 15px 0px 19px;	
}
.post_title {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	margin-bottom: 12px;
	padding: 0px 15px 0px 19px;
	-webkit-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-kthtml-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;				
}
.post_excerpt {
	font-size: 12px;
	line-height: 18px;
	padding: 0px 15px 0px 19px;	
	text-align: justify;	
}
a.posts_various_link {
	height: 165px;
	color: #000;
	background-color: #fff;
	padding-top: 26px;
	display: block;
	margin-top: 4px;
	position: relative;
	overflow: hidden;
	-webkit-transition: background-color 100ms ease-in-out;
	-o-transition: background-color 100ms ease-in-out;
	-moz-transition: background-color 100ms ease-in-out;
	-ms-transition: background-color 100ms ease-in-out;
	-kthtml-transition: background-color 100ms ease-in-out;
	transition: background-color 100ms ease-in-out;				
}
a.posts_various_link:hover {
	background-color: #f9f9f9;
	-webkit-transition: background-color 150ms ease-in-out;
	-o-transition: background-color 150ms ease-in-out;
	-moz-transition: background-color 150ms ease-in-out;
	-ms-transition: background-color 150ms ease-in-out;
	-kthtml-transition: background-color 150ms ease-in-out;
	transition: background-color 150ms ease-in-out;		
}
.posts_various .posts_all {
	margin-top: 0px;
	padding-top: 16px;
	position: absolute;
	opacity: 0;
    visibility: hidden;
	-webkit-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-kthtml-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;			
}
.posts_various:hover .posts_all {
	position: absolute;
	opacity: 1;
    visibility: visible;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-kthtml-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;			
}
.posts_various:hover .posts_header {
	color: #000;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-kthtml-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;			
}

/*--- Red Corner ---*/
.red_corner {
	position: absolute;
	height: 20px;
	width: 20px;
	bottom: 0px;
	right: 0px;
	border-bottom: 0px solid #c2271f;
    border-right: 0px solid #c2271f;
	-webkit-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-kthtml-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;			
}
a:hover .red_corner {
	border-bottom: 4px solid #c2271f;
    border-right: 4px solid #c2271f;
	-webkit-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-kthtml-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;		
}
.red_corner.visible {
	border-bottom: 4px solid #c2271f;
    border-right: 4px solid #c2271f;
}

/*--- Social Activities ---*/
.big_title {
 	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
    line-height: 38px;
    margin-bottom: 20px;
    margin-top: 31px;   
    border-bottom: 4px solid #d9d9d9;
}
.small_title {
 	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 20px;  
    border-bottom: 4px solid #d9d9d9;
    text-transform: uppercase;
    font-weight: 700;
}
.activities_image img {
	width: 100%;
	height: auto;
}
.section_activities .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
    left: 0px;
    background: transparent;
}
.section_activities .bx-wrapper .bx-controls-direction a {
    margin-top: -7px;
    width: 13px;
    height: 20px;
}
.section_activities .bx-wrapper .bx-prev {
    left: 0px;
    background: url(images/home_social_arrow_prev.png) no-repeat
}
.section_activities .bx-wrapper .bx-next {
    right: 0px;
    background: url(images/home_social_arrow_next.png) no-repeat;
}
.social_slider {
    height: 234px;
    max-width: 566px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.social_slide_image {
	min-width: 381px;
	height: 234px;
	float: left;
	display: inline-block;
    position: relative;	
}
.social_slide_text {
	height: 234px;
	max-width: 185px;
	float: left;
	overflow: hidden;
	display: table;
	font-size: 13px;
	line-height: 18px;
	padding-left: 12px;
}
.social_slide_text span {
	display: table-cell;
	vertical-align: middle;
	text-align: justify;	
}
.social_slide_image_big {
	min-width: 566px;
	height: 234px;
	display: inline-block;
    position: relative;	
}
/*--- Centered Image ---*/ 
.social_slide_image img,
.social_slide_image_big img,
.premium_partner_logo img,
.service_main_image img,
.service_icon img,
.contacts_map img,
.member_small_logo_wrap img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.premium_partner_logo img {
	padding: 10px;
}
/*--- Premium Members ---*/
.section_premium {
	padding-bottom: 137px;
}
.section_premium.inner {
	padding-bottom: 60px;
}
.premium_partner_logo {
	height: 172px;
    width: 100%;	
	background-color: #f2f2f2;
	display: inline-block;
    position: relative;			
}
.premium_partner_name {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	margin-top: 14px;
    margin-bottom: 17px;
	color: #000;	
}
a:hover .premium_partner_name,
a:focus .premium_partner_name {
	color: #000;
}
/*--------------- About History ----------------*/
.section_history {
	padding-bottom: 100px;
}
#breadcrumbs {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	margin-top: 21px;
	margin-bottom: 3px;
    overflow: auto;	
}
#breadcrumbs li,
#breadcrumbs li a {
	float: left;
	font-style: italic;
	color: #7a7a7a;
	font-size: 14px;
	line-height: 30px;
	-webkit-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-kthtml-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;			
}
#breadcrumbs li a:hover {
	color: #c2271f;
	-webkit-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-ms-transition: color 300ms ease-in-out;
	-kthtml-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;		
}
#breadcrumbs li {
	padding-right: 3px;
}
.about_title {
	font-size: 30px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin-left: -1px;
    margin-bottom: 32px;		
}
.about_text {
	font-size: 14px;
	line-height: 18px;
    margin-bottom: 22px;
	text-align: justify;    
}
.about_map img {
	display: block;
	margin-left:auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}
.about_siblings {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	overflow: auto;
	margin-bottom: 44px;
}
.about_siblings li {
	float: left;
	padding-right: 28px;
}
.about_siblings li a {
	font-size: 18px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;	
	color: #000;	
	-webkit-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-kthtml-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;			
}
.about_siblings li a:hover {
	color: #c2271f;
	-webkit-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-ms-transition: color 300ms ease-in-out;
	-kthtml-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;		
}
.management_person.management_history {
	overflow: hidden;
	height: 294px;
	position:relative;
	background-color: #fff;
	margin-bottom: 28px;	
}
.management_person.management_history a {
	display: block;
	color: #000;
}
.management_person.management_history .management_information {
    padding: 0px 28px 25px 26px;
}
.management_person.management_history .management_information p {
    margin: 0px 0 16px;
}
/*--------------- About Structure --------------*/
.section_structure {
	padding-bottom: 47px;
}
.management_person_wrap {
	padding-bottom: 55px;
	background-color: #fff;
	margin-bottom: 38px;
	position: relative;		
}
.management_person {
	overflow: hidden;
	height: 459px;
}
.management_image {
	float: left;
	margin-right: 30px;
    margin-bottom: 25px;	
}
.management_name {
	text-transform: uppercase;
	font-size: 22px;
    line-height: 30px;
	padding-top: 24px;
    padding-right: 20px;		
}
.management_position {
	text-transform: lowercase;	
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	margin-top: 2px;
    margin-bottom: 13px;
    padding-right: 20px;		
}
.management_information {
	font-size: 14px;
	line-height: 20px;
    padding: 0px 32px 0px 26px;
    text-align: justify;
}
.management_information p {
	margin: 0px 0 18px;
}
.management_more {
	position: absolute;
	cursor: pointer;
	bottom: 15px;
    left: 28px;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	color: #000;	
	-webkit-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-kthtml-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;			
}
.management_more:hover {
	color: #c2271f;
	-webkit-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-ms-transition: color 300ms ease-in-out;
	-kthtml-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;		
}
.structure_column {
	margin-bottom: 58px;
}
.structure_column.small {
	margin-bottom: 8px;
}
.structure_column_row {
	background-color: #fff; 
	margin-bottom: 10px;
	height: 78px;	
}
.structure_column_image {
	height: 78px;
	width: 78px;
	background-color: #7f7f7f;
	float: left;
}
.structure_column_info {
	height: 78px;
	float: left;
	width: calc(100% - 78px);
	padding-left: 19px;
	padding-right: 15px;
	display: table;
	position: relative;
}
.structure_column_info_wrap {
	display: table-cell;
	vertical-align: middle;
}
.structure_column_name {
	font-size: 14px;
	line-height: 20px;
}
.structure_column_position {
    font-style: italic;
    margin-bottom: -3px;
}
.structure_column_email a {
	font-size: 12px;
	line-height: 20px;
	color: #000;
	font-style: italic;	
	-webkit-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-kthtml-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;			
}
.structure_column_email a:hover {
	color: #c2271f;
	-webkit-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-ms-transition: color 300ms ease-in-out;
	-kthtml-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;		
}
.structure_column_row.text.big .structure_column_name {
	font-size: 20px;
}
.structure_column_row.text.big .structure_column_email a {
	font-size: 15px;
}
.structure_column_row.text {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.structure_column_text {
    float: left;
    padding: 20px 15px;
    text-align: justify;
}
.structure_column_info.open .red_corner.visible {
	display: none;
}
/*-------------- About Partners ----------------*/
.about_partner_wrap {
	padding-bottom: 55px;
	background-color: #fff;
	margin-bottom: 30px;
	position: relative;
	cursor: pointer;		
}
.about_partner {
	overflow: hidden;
	height: 215px;
    padding: 25px 30px 0px 30px;	
}
.about_partner_name {
	font-size: 22px;
	line-height: 24px;
	min-height: 48px;
	text-transform: uppercase;
	margin-top: 2px;
	margin-bottom: 5px;	
}
.about_partner_logo {
	height: 70px;
	width: 100%;
    display: inline-block;
    position: relative;	
}
.about_partner_logo img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto auto 0px;
}
.about_partner_text {
 	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}
.about_partner_text a {
	font-style: italic;
	color: #000;
	-webkit-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-kthtml-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;			
}
.about_partner_text a:hover{
	color: #c2271f;
	-webkit-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-ms-transition: color 300ms ease-in-out;
	-kthtml-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;		
}
.about_partner_text p {
	margin: 0 0 7px;
}
/*--------------- About Projects ---------------*/
.about_projects_frame {
	padding: 48px 80px 70px 40px;
	background-color: #fff;
	margin-bottom: 60px;
	margin-top: 10px;
}
.about_projects_name {
	font-size: 30px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin-bottom: 20px;	
}
.about_projects_info {
 	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	overflow: auto;	
}
.about_projects_info img.alignright,
.about_projects_info img.alignnone {
    float: right;
    max-width: 100%;
    height: auto;
    margin-left: 10px;
    margin-bottom: 10px;
}
.about_projects_info img.alignleft {
    float: left;
    max-width: 100%;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
}
.about_projects_info img.aligncenter {
    float: none;
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.about_project_single {
	margin-bottom: 14px;
}
.about_project_single img {
	max-width: 100%;
	height: auto;
}
.about_project_single a {
	position: relative;
	display: block;
}
.about_project_title {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	padding: 0px 50px;
	margin-bottom: 30px;
}
.about_project_title a {
	color: #000;
}
.about_activities {
	padding-bottom: 110px;
}
.about_projects_info a {
	font-style: italic;
	color: #000;
	-webkit-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-kthtml-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;			
}
.about_projects_info a:hover {
	color: #c2271f;
	-webkit-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-ms-transition: color 300ms ease-in-out;
	-kthtml-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;		
}
/*----------- About Projects Single ------------*/
.about_projects_single_frame {
    padding: 48px 108px 70px 22px;
    background-color: #fff;
    margin-bottom: 60px;
    margin-top: 10px;
}
.about_projects_single_frame .about_projects_name {
	margin-bottom: 65px;
}
.about_project_image {
    margin-right: 32px;
	margin-bottom: 26px;
	position: relative;
}
.about_project_image img {
	max-width: 100%;
	height: auto;
}
.about_project_image .big_red {
	height: 100px;
	width: 100px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-right: 8px solid #c2271f;
	border-bottom: 8px solid #c2271f;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
	font-weight: 700;
	text-align: center;
	display: table;
}
.about_project_image .big_red span {
	display: table-cell;
	vertical-align: middle;
}
.about_projects_single_frame .big_title {
	margin-right: 50px;
}
.single_project_gallery {
	overflow: auto;
}
.project_gallery_image {
	width: 100px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.post_event_title.big {
    padding-left: 20px;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}
.project_files {
	background-color: #f2f2f2;
	margin-bottom: 10px;
	height: 100px;
	margin-right: 50px;	
}
.project_files a {
	color: #000;
}
.project_file_ext {
	width: 100px;
	height: 100px;
	border-right: 1px solid #fff;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;	
	float: left;
	display: table;		
}
.project_file_name {
	font-size: 14px;
	line-height: 24px;
	height: 100px;
	display: table;
	width: calc(100% - 101px);
	float: left;
	padding: 15px 20px;
}
.project_file_ext span,
.project_file_name span {
	display: table-cell;
	vertical-align: middle;
}
/*-------------- About Documents ---------------*/
.about_documents,
.about_links {
	margin-bottom: 54px;
}
.about_documents .about_doc_image {
	height: 74px;
	width: 78px;
	background-image:url('images/about_download.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.about_links .about_doc_image {
	height: 74px;
	width: 78px;
	background-image:url('images/about_link.png');
	background-repeat: no-repeat;
	background-position: center center;	
}
.about_doc_wrap {
	background-color: #fff;
	margin-bottom: 6px;
	height: 74px;
	overflow: hidden;
}
.about_doc_image {
	width: 78px;
	height: 74px;
    float: left;	
}
.about_doc_text {
	height: 74px;
	float: left;
	width: calc(100% - 78px);
	padding-left: 19px;
	padding-right: 15px;
	display: table;
}
a .about_doc_text {
	color: #000;
	font-size: 14px;
	line-height: 18px;	
}
.about_doc_text span {
	display: table-cell;
	vertical-align: middle;	
}
/*----------------- Services -------------------*/
.section_services {
	padding-bottom: 70px;
}
.service_main_title {
	font-size: 30px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin-left: -1px;
    margin-bottom: 32px;		
}
.service_main_text {
	font-size: 14px;
	line-height: 18px;
    margin-bottom: 40px;
	text-align: justify;	
}
.service_main_image {
	height: 270px;
	width: 100%;
	display: inline-block;
    position: relative;
	margin-bottom: 30px;	
} 
.service {
	background-color: #fff;
	margin-bottom: 30px;
	height: 186px;
}
.service_icon {
	height: 186px;
	width: 186px;
	float: left;
    display: inline-block;
    position: relative;		
}
.service_body {
	float: left;
	width: calc(100% - 186px);	
	margin-top: 25px;
	margin-bottom: 25px;
	overflow: hidden;
	padding: 0px 20px 0px 30px;
	max-height: 137px;		
}
.service_title {
	font-size: 18px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 15px;		
}
.service_text {
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
}
/*---------------- Memberships -----------------*/
.section_membership {
	padding-top: 55px;
	padding-bottom: 140px;
}
.membership_application_button {
	width: 230px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    color: #c2271f;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 10px;
    height: 40px;
    line-height: 38px;
    text-align: center;    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    outline: 0;	
} 
.membership_application_button:hover,
.membership_application_button:focus {
    color: #c2271f;
}
.membership_application_button.right {
	float: right;
}
.membership_application_button.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.choose_branch,
.alphabetic_filter_text,
.close_branch_menu {
	font-size: 14px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}
.alphabetic_filter_text.mobile,
.choose_branch.mobile {
    display: none;
}
/*--- Branches Menu ---*/
.choose_branch {
	text-align: left;
    margin-top: 15px;
    float: left;
    padding-right: 22px;
    position: relative;
	cursor: pointer;    
}
.choose_branch:after {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	content: '';
	display: block;
	height: 7px;
	margin-top: -6px;
	pointer-events: none;
	position: absolute;
	right: 9px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	    -ms-transform-origin: 66% 66%;
	        transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 7px; 
}
.choose_branch.open:after {
	-webkit-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	        transform: rotate(-135deg); 
}
.branches_menu_wrap {
	height: 0px;
	overflow: hidden;
	margin-top: 11px;
}
.branches_menu {
	background-color: #d9d9d9;
	display: block;
	width: 100%;		
}
.branches_list {
    overflow: auto;
	padding: 28px 5px;    
}
.branch_filter {
	height: 36px;
	max-height: 36px;	
	padding: 3px 10px;
	cursor: pointer;
	font-size: 14px;
	line-height: 14px;
	display: table;
	position: relative;
	width: 100%;
	margin-bottom: 3px;
	font-family: 'Roboto Condensed', sans-serif;
	background-color: transparent;
	-webkit-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-kthtml-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;		
}
.branch_filter span {
	display: table-cell;
	vertical-align: middle;
}
.branch_filter:hover {
	background-color: #f2f2f2;
	-webkit-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-kthtml-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;			
}
.branch_filter .red_corner {
	height: 10px;
	width: 10px;
}
.branch_filter:hover .red_corner {
	border-bottom: 2px solid #c2271f;
    border-right: 2px solid #c2271f;
	-webkit-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-kthtml-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;		
}
.branch_filter.active {
	background-color: #f2f2f2;
}
.branch_filter.active .red_corner {
	border-bottom: 2px solid #c2271f;
    border-right: 2px solid #c2271f;
}
.close_branch_menu {
	width: 100%;
	height: 52px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #dfdfdf;
	text-align: center;
	cursor: pointer; 
	font-size: 12px;   	
}
.close_branch_menu div {
	display: block;
	margin-left: auto;
	margin-right: auto; 
    padding-right: 22px;
    position: relative;
    margin-top: 11px;    
    width: 130px;
}
.close_branch_menu div:after {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	content: '';
	display: block;
	height: 7px;
	margin-top: -5px;
	pointer-events: none;
	position: absolute;
	right: 9px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	    -ms-transform-origin: 66% 66%;
	        transform-origin: 66% 66%;
	-webkit-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	        transform: rotate(-135deg); 
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 7px; 
}
/*--- Alphabet Menu ---*/
.alphabetic_filter {
    margin-top: 15px;
}
.alphabetic_filter_text {
	padding-right: 40px;
	text-align: right;
	float: right;
}
.alphabetic_filter_letters_wrap {
	float: right;
}
.alphabetic_filter_letters button {
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	cursor: pointer;
	font-size: 14px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	height: 30px;
	width: 30px;
	float: left;
	margin-left: 1px;
	margin-bottom: 1px;
	color: #000;
	text-align: center;
	background-color: #d9d9d9;
	outline: 0px;
	-webkit-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-kthtml-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;		
}
.alphabetic_filter_letters button:disabled {
	color: #737373;
	cursor: default;	
}
.alphabetic_filter_letters button:hover {
	color: #000;
	background-color: #fff;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-kthtml-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;	
}
.alphabetic_filter_letters button:focus {
	color: #000;	
}
.alphabetic_filter_letters button:hover:disabled,
.alphabetic_filter_letters button:focus:disabled {
	color: #737373;
	background-color: #d9d9d9;
}
.alphabetic_filter_letters button.active {
	background-color: #fff;
}
.grid-item {
	width: 323px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.member_small_frame_main {
	background-color: #ffffff;
	margin-bottom: 30px;
	height: 302px;
	position: relative;
	display: block;
	color: #000;
}
.member_small_frame_main:hover,
.member_small_frame_main:focus {
	color: #000;
}
.member_small_title {
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	height: 80px;
	display: table;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;		
}
.member_small_info {
	padding: 18px;
	font-size: 12px;
	line-height: 18px;
	height: 92px;
	-webkit-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-kthtml-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;				
}
.member_small_title span,
.member_small_info {
	display: table-cell;
	vertical-align: middle;
}
.member_small_frame_main:hover .member_small_info {
	background-color: #f9f9f9;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-kthtml-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;		
}
.member_bottom_line {
	width: 100%;
	height: 4px;
	margin-top: -8px;
	background-color: #d9d9d9;
	margin-bottom: 50px;
}
/*------------ Memberships Single --------------*/
.membership_single_frame {
	margin-bottom: 30px;
}
.member_small_frame {
	background-color: #ffffff;
	margin-bottom: 30px;
}
.member_small_logo {
height: 130px;
    max-width: 147px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 20px 10px;
    border-bottom: 0px;	
}
.member_small_logo_wrap {
	height: 90px;
	width: 100%;
    display: inline-block;
    position: relative;	
}
.member_small_contacts {
	padding: 25px 30px 30px 18px;
	font-size: 14px;
	line-height: 30px;
}
.member_small_contacts a {
	color: #000;
	-webkit-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-kthtml-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;			
}
.member_small_contacts a:hover {
	color: #c2271f;
	-webkit-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-ms-transition: color 300ms ease-in-out;
	-kthtml-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;		
}
.member_small_contacts p {
	margin-bottom: 0px;
}
.member_small_contacts table,
.member_small_contacts table td {
    width: 100% !important;
}
/*--------- Memberships Application-------------*/
.membership_form div.wpcf7-response-output {
    top: 403px;
}
/*------------------ Events --------------------*/
.events_frame {
    padding: 49px 79px 89px 19px;
    background-color: #fff;
    margin-bottom: 60px;
    margin-top: 10px;
}
.event_latest {
	margin-bottom: 25px;
}
.event_big_date {
	border: 1px solid #d9d9d9;
	width: 168px;
	height: 168px;
	float: left;	
}
.event_latest_day {
	font-size: 60px;
	color: #c2271f;
	text-align: center;
	height: 115px;
	display: table;
    width: 100%;	
}
.event_latest_month {
	border-top: 1px solid #d9d9d9;
	height: 51px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	color: #000;
	display: table;
    width: 100%;	
}
.event_latest_day span,
.event_latest_month span {
	display: table-cell;
	vertical-align: middle;
}
.event_latest_link {
    float: left;
    width: calc(100% - 168px);
    padding-left: 29px;
    color: #000;
    margin-top: -4px;
	position: relative;
	padding-right: 30px;
	padding-bottom: 30px;    
}
.event_latest_link:hover,
.event_latest_link:focus {
    color: #000;
}
.event_latest_title {	
	font-size: 30px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
    margin-bottom: 27px;	
}
.event_latest_excerpt {
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
}
.event_latest_excerpt a {
	font-style: italic;
	color: #000;
	-webkit-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-kthtml-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;			
}
.event_latest_excerpt a:hover {
	color: #c2271f;
	-webkit-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-ms-transition: color 300ms ease-in-out;
	-kthtml-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;		
}
.sticky_line {
	border-bottom: 4px solid #d9d9d9;
	width: 100%;
    font-size: 26px;
    line-height: 38px;
    margin-top: 41px;
	font-family: 'Roboto Condensed', sans-serif;	
}
.events_upcoming {

	  
}
.event_upcoming {
	border: 1px solid #d9d9d9;
	height: 98px;
    display: block;
    width: 100%;
	margin-bottom: 8px;
	background-color: #ffffff;
	position: relative;
	-webkit-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-kthtml-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;			
}
.event_upcoming_date {
	width: 100px;
	float: left;
}
.event_day {
	font-size: 36px;
	color: #c2271f;
	text-align: center;
	height: 66px;
	display: table;
    width: 100%;
	border-right: 1px solid #dcdcdc;	
}
.event_upcoming_month {
	border-right: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	height: 30px;
	text-align: center;
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	color: #7e6464;
	display: table;
    width: 100%;	
}
.event_upcoming_title {
	float: left;
	padding-right: 14px;
	padding-bottom: 18px;
    width: calc(100% - 101px);
    padding: 10px 30px 10px 29px;
    color: #000;
 	display: table;
 	text-transform: uppercase;
 	font-weight: 700;
	height: 96px;   
}
.event_day span,
.event_upcoming_month span,
.event_upcoming_title span {
	display: table-cell;
	vertical-align: middle;
}
.event_upcoming:hover {
	border: 1px solid #f9f9f9;
	background-color: #f9f9f9;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-kthtml-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;		
}
.page-nav {
    float: right;	
}
.page-nav a {
    float: left;
	height: 20px;
	width: 20px;
	margin-left: 8px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #858585;
	background-color: #f2f2f2;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	-webkit-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-kthtml-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;				
}
.page-nav a.active,
.page-nav a:hover {
	color: #000000;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-kthtml-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;		
}
#slider-prev,
#slider-next,
#slider-prev a,
#slider-next a,
.slider-prev,
.slider-next,
.slider-prev a,
.slider-next a {
	float: right;
	height: 20px;
	width: 20px;
	margin-left: 8px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #000000;
	background-color: #f2f2f2;
	text-align: center;
	font-size: 12px;
	line-height: 20px;	
}
.sticky_line .page-nav {
	margin-top: 8px;
}
.event_old_frame .bx-wrapper {
	margin: 0px 0px 2px 0px;
}
.event_old_frame .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
    left: 0px;
    background: #fff;
}
.event_old {
	position: relative;
	display: table;
	height: 98px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	margin-bottom: 8px;
	width: 100%;
	padding: 5px 20px 25px 20px;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -kthtml-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;		
}
.event_old_body {
	display: table-cell;
	vertical-align: middle;
}
.event_old .event_old_day {
	color: #7e6464;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 2px;	
}
.event_old .event_old_title {
	color: #000;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
.event_old:hover {
	border: 1px solid #f9f9f9;
	background-color: #f9f9f9;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-kthtml-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;		
}
.event_upcoming .red_corner,
.event_old .red_corner {
    bottom: -1px;
    right: -1px;
}
/*--------------- Events Single ----------------*/
.event_single_texts {
    float: left;
    width: calc(100% - 168px);
    padding-left: 29px;
    color: #000;
    margin-top: -4px;
	position: relative;
	padding-right: 30px;
	padding-bottom: 30px;  
}
/*------------------- News ---------------------*/
.news_big_image {
	width: 380px;
	height: auto;
	float: left;
}
.news_big_image img {
	width: 100%;
	height: auto;
}
.news_latest_link {
    float: left;
    width: calc(100% - 380px);
    padding-left: 29px;
    color: #000;
    margin-top: -4px;
	position: relative;
	padding-bottom: 30px;    
}
.news_latest_link:hover,
.news_latest_link:focus {
    color: #000;
}
.news_latest_link.wide {
    width: 100%;
    padding-left: 0px;	  
}
td, th {
    padding: 5px;
}
/*------------------ Gallery -------------------*/
.gallery_line {
	margin-bottom: 30px;
	border-bottom: 4px solid #d9d9d9;
	overflow: auto;
	min-height: 40px;
}
.archive_year {
	font-size: 30px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;	
	float: left;		
}
.archive_years {
	float: right;
    margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 8px;
	list-style-type: none; 
}
.archive_years li {
	float: left;
	margin-left: 1px;
}
.archive_years li a {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 30px;
	width: 50px;
	height: 30px;
	display: block;
	background-color: #d9d9d9;
	font-family: 'Roboto Condensed', sans-serif;	
	text-align: center;
	color: #000;
	-webkit-transition: background-color 300ms ease-in-out;
	-o-transition: background-color 300ms ease-in-out;
	-moz-transition: background-color 300ms ease-in-out;
	-ms-transition: background-color 300ms ease-in-out;
	-kthtml-transition: background-color 300ms ease-in-out;
	transition: background-color 300ms ease-in-out;		
}
.archive_years li a:hover,
.archive_years li a:focus,
.archive_years li.current_year a {
	color: #000;
	background-color: #ffffff;
	-webkit-transition: background-color 300ms ease-in-out;
	-o-transition: background-color 300ms ease-in-out;
	-moz-transition: background-color 300ms ease-in-out;
	-ms-transition: background-color 300ms ease-in-out;
	-kthtml-transition: background-color 300ms ease-in-out;
	transition: background-color 300ms ease-in-out;		
}
.archive_choose {
	float: right;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;				
}
.archive_box {
	margin-bottom: 45px;
}
.archive_box a {
	display: block;
	position: relative;
}
.archive_date {
	font-size: 12px;
	line-height: 18px;
	color: #7e6464;
	margin-bottom: 3px;
}
.archive_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #000;
	margin-bottom: 19px;	    
}
.archive_image {

}
.archive_image img {
	width: 100%;
	height: auto;
}
.single_gallery {
	overflow: auto;
    padding-right: 80px;	
}
.posts_news {
	margin-top: 8px;
	height: 98px;
}
.posts_news a {
	color: #000;
	position: relative;
	display: block;
	height: 98px;
	overflow: hidden;
}
.posts_news_date {
    color: #7e6464;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 2px;
 	font-family: 'Roboto', sans-serif;   
}
.news_content {
	display: table-cell;
	vertical-align: center;
}
/*--------------- Gallery Single ---------------*/
.event_news_link {
	float: right;
	font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;	
	font-weight:700;	
}
.event_news_link a,
.event_news_link a:hover,
.event_news_link a:focus {
	color: #000;	
}
/*----------------- Contacts -------------------*/
.section_contacts {
	padding-bottom: 240px;
}
.contacts_title {
	font-size: 30px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
    margin-top: 50px;
    margin-bottom: 47px;
}
.contacts_details {
	margin-bottom: 4px;
}
.contacts_line {
	width: 100%;
	overflow:auto;
	margin-bottom: 16px;
}
.contacts_line_text {
	font-weight: 700;
	width: 108px;
	float: left;
}
.contacts_line_link {
 	float: left;	
}
.check_map,
.contacts_line_link {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	-webkit-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-kthtml-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;			
}
.check_map:hover,
.check_map:focus,
.contacts_line_link:hover,
.contacts_line_link:focus {
	color: #c2271f;
	-webkit-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-ms-transition: color 300ms ease-in-out;
	-kthtml-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;		
}
.check_map {
	float: right;
    margin-right: 65px;
    padding-left: 20px;
    background-image: url(images/check_map.png);
    background-repeat: no-repeat;
}
.contacts_map {
	width: 100%;
	height: 260px;
    display: inline-block;
    position: relative;
	margin-bottom: 35px;	
}
.contacts_form {
    margin-bottom: 25px;
}
.form_label {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 1px;
}
.form_input input,
.form_textarea textarea {
	padding: 5px 7px;
	width: 100%;
    background-color: #fff;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.4);
	outline: 0;		
}
.form_input input {
	height: 40px;
	margin-bottom: 30px;		
}
.form_textarea textarea {
    margin-bottom: 25px;
    height: 242px;
	resize: none;
}
.full_line {
	height: 4px;
	width: 100%;
	background-color: #d9d9d9;
	margin-bottom: 34px;
}
.contact_row .structure_column_image {
	background-color: #ccc;
}
.contact_row a {
	color: #000;
	-webkit-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-kthtml-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;			
}
.contact_row a:hover,
.contact_row a:focus {
	color: #c2271f;
	-webkit-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-ms-transition: color 300ms ease-in-out;
	-kthtml-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;		
}
/*--- CF7 Overwrites ---*/
.wpcf7-submit {
	float: right;
	background-color: #c2271f;
	border: 0px;
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;		
	text-transform: uppercase;
	padding: 0px 28px;
	height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	outline: 0;	
}
.wpcf7-form-control-wrap {
    display: block;
}
span.wpcf7-not-valid-tip {
    color: #c2271f !important;
    font-size: 12px !important;
    display: block !important;
    position: absolute;
    top: -22px;
    right: 0px;
}
div.wpcf7-response-output {
    font-size: 12px;
    line-height: 16px;
    margin: 0px !important;
    position: absolute;
    top: 468px;
    width: calc(100% - 246px);
}
/*--------------- Partnerships -----------------*/
.section_partners {
	padding-top: 55px;
	padding-bottom: 150px;
}
/*--- Login Section ---*/
.wp_login_form {
	background-color: #fff;
	padding: 20px 32px 30px 30px;
	background-image: url('images/badge_login.png');
	background-repeat: no-repeat;
	background-position: right 33px top;
	min-height: 328px;
	margin-bottom: 30px;
}
.wp_login_form.logged {
	background-image: url('images/badge_empty.png');
	min-height: 196px;	
}
.login_text {
 	font-size: 18px;
	line-height: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-top: 0px;
	margin-bottom: 17px;	
}
p.login-username,
p.login-password,
p.login-submit {
	margin: 0px;
}
.login-username label,
.login-password label {
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 1px;
}
.login-username input,
.login-password input,
#s {
    height: 40px;
	padding: 5px 7px;
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.4);
    box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.4);
    outline: 0;    
}
.login-username input {
	margin-bottom: 12px;
}
p.login-password {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 4px solid #d9d9d9;
}
.login-submit {
	overflow: auto;
	float: right;
}
.login-submit #wp-submit,
.log_out a,
#searchsubmit {
    float: right;
    background-color: #c2271f;
    border: 0px;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;    
    padding: 0px 28px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    outline: 0;
    width: 188px;
}
.become_partner {
	color: #c2271f;
	font-style: italic;
	text-decoration: underline;
	float: left;
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
}
.become_partner:hover,
.become_partner:focus {
	color: #c2271f;
	font-style: italic;
	text-decoration: underline;
}
.person_name {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-top: 25px;
    border-bottom: 4px solid #d9d9d9;	
}
/*--- Search Section ---*/
.acf_search_form {
	background-color: #fff;
	padding: 20px 32px 30px 30px;
	background-image: url('images/badge_search.png');
	background-repeat: no-repeat;
	background-position: right 33px top;
	min-height: 492px;
	margin-bottom: 30px;
}
.acf_search_form label {
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 1px;
}
.search_button {
    padding-top: 20px;
    border-top: 4px solid #d9d9d9;
    overflow: auto;
}
.select_style {
    height: 40px;
	padding: 0px;
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: 0; 
    padding: 0;
    margin: 0;
    font-weight: 300 !important;    
    overflow: hidden;
    background-image: url("images/arrowdown.png");
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 12px;
}
.select_style select {
    height: 40px;
	padding: 4px 45px 5px 7px;
    width: 100%;
    border: none;
    font-weight: 300 !important;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.4);
    box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.4);
    background-color: transparent;
    background-image: none;
    outline: none;    
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.select_style select:focus {
    outline: none;
}
.select_style.country,
.country {
	display: none;
}
#s {
	margin-bottom: 12px;
}
.select_style.annual_income {
	margin-bottom: 20px;
}
.partners_country {
    border-bottom: 5px solid #d9d9d9;
	margin-bottom: 40px;	
}
.selected_country {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
	color: #000;
	display: block;
	padding-bottom: 7px;
	padding-left: 15px;	
}
.selected_country:hover,
.selected_country:focus {
	color: #000;
}
.selected_country:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 15px;
    height: 0px;
    background-color: #c2271f;
    width: calc(100% - 30px);
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -kthtml-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.selected_country:hover:before {
    height: 5px;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -kthtml-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.selected_country.active:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 15px;
    height: 5px;
    background-color: #c2271f;
    width: calc(100% - 30px);
}
/*--- Partners Frames Section ---*/
.partner_frame {
	position: relative;
	display: block;
	width: 100%;
	height: 126px;
	margin-bottom: 20px;
	overflow: hidden;
}
.number_post {
	width: 126px;
	height: 126px;
	border-right: 1px solid #f2f2f2;
	float: left;
	color: #cacaca;
	font-size: 72px;
	font-weight: 500;
	background-color: #ffffff;
	display: table; 
	text-align: center;
}
.logo_post {
	width: 126px;
	height: 126px;
	border-right: 1px solid #f2f2f2;
	float: left;
	color: #cacaca;
	font-size: 72px;
	font-weight: 500;
	background-color: #ffffff;
	text-align: center;
	position: relative;
	padding: 18px;
}
.logo_post_wrap {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 90px;		
}
.logo_post_wrap img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.number_post span { 
	display: table-cell;
	vertical-align: middle;
}
.short_description,
.short_description_name {
	float: left;
    width: calc(100% - 126px);
	background-color: #ffffff;
	display: table;
	color: #000;
	height: 126px;
	padding-right: 180px;
	padding-left: 22px;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -kthtml-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;				 
}
.short_description span,
.short_description_name .short_description_body {
	display: table-cell;
	vertical-align: middle;
}
.partner_description,
.short_description {
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;	
}
.partner_name {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
	font-size: 18px;
	line-height: 20px; 
	text-transform: uppercase;
	margin-bottom: 9px;   
}
.read_more_partner {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #c2271f;
	display: table;
	height: 126px;
	padding-right: 35px;
	width: 110px;
	text-align: right;
    position: absolute;
    right: 0px;	
	opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -kthtml-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;		 
}
.read_more_partner span {
	display: table-cell;
	vertical-align: middle;
}
.partner_frame:hover .short_description,
.partner_frame:hover .short_description_name {
	background-color: #f9f9f9;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -kthtml-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;	
}
.partner_frame:hover .read_more_partner {
	opacity: 1;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -kthtml-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;	
}
/*--- Partners Pagination ---*/
.partners_pagination_top .pagination {
	margin: -30px 0px 0px 0px;
    float: right;	
}
.partners_pagination_bottom .pagination {
	margin: -5px 0px 0px 0px;
    float: right;	
}
.partners_pagination_top .nav-links span.current,
.partners_pagination_bottom .nav-links span.current {
	color: #000;
	height: 20px;
	width: 20px;
	font-size: 12px;
	line-height: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
	background-color: #fff;	
    display: block;
    text-align: center;
	margin-left: 7px;
	float: left;		
}
.partners_pagination_top .nav-links a,
.partners_pagination_bottom .nav-links a {
	color: #858585;
	height: 20px;
	width: 20px;
	font-size: 12px;
	line-height: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;		
    display: block;
    text-align: center;
	margin-left: 7px;
	float: left;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -kthtml-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;		
}
.partners_pagination_top .nav-links a.next,
.partners_pagination_bottom .nav-links a.next,
.partners_pagination_top .nav-links a.prev,
.partners_pagination_bottom .nav-links a.prev {
	color: #000;
    font-weight: 400;	
}
.partners_pagination_top .nav-links a:hover,
.partners_pagination_bottom .nav-links a:hover {
	color: #000;
	background-color: #fff;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -kthtml-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;		
}
.page-numbers.dots {
	display: none;
}
/*-------------- Partners Single ---------------*/
.partner_single_frame {
	background-color: #fff;
	padding: 0px 40px 80px 0px;
    overflow: auto;	
}
.partner_single_frame .logo_post {
    border-right: 0px;
}
.partner_left_frame {
	width: 126px;
	height: 100%;
	float: left;
	min-height: 100px;
}
.partner_right_frame {
	float: left;
    width: calc(100% - 126px);
    padding-top: 30px;
    padding-left: 20px;
}
.company_name_title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 10px;
	margin-top: 5px;		
}
.person_languages,
.partners_contact_details {
	font-style: italic;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 25px;	
}
.partners_contact_title,
.partners_single_title {
    font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;	
}
.partners_single_field {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 30px;
	text-align: justify;
}
.become_partner_message {
	padding: 40px 40px 40px 146px;
	color: #c2271f;
	background-image: url('images/become_partner_icon.png');
	background-repeat: no-repeat;
	background-position: left 45px center;	
}
.become_partner_message .become_partner {
	float: none;
}
/*------------------ Sidebar -------------------*/
.sidebar .posts_clearfix {
    height: 4px;
}
.sidebar .posts_news {
    margin-top: 0px;
    margin-bottom: 8px;
}
.sidebar .posts_all {
    margin-bottom: 50px;
}
.sidebar .posts_event {
    margin-top: 0px;
    margin-bottom: 8px;
}

/*---------- Partners only in English ----------*/
.partners_disclaimer {
    color: #c2271f;
    line-height: 18px;
    font-size: 10px;
}
.partners_disclaimer.bg {
    margin-left: -5px;
}
.partners_disclaimer.en {
	margin-left: 13px;
}

/*----------------- References -----------------*/
.service.references {
    height: auto;
    min-height: 160px;
    overflow: hidden;
}
.references .service_icon {
    height: 160px;
    width: 160px;
}
.references .service_title {
    margin-bottom: 5px;
}
.references .service_body {
    margin-bottom: 15px;
	max-height: initial;
    min-height: 110px; 
}

.slide_video_btn {
	background-image: url('images/video_play.svg');
    background-repeat: no-repeat;
    background-position: top 80% center;
    background-size: 4.42vw 4.42vw;
}
.slide_video_btn img {
	position: relative;
	z-index: -1;
}
/*--------------- Responsive CSS ---------------*/ 
/*---------------- Large Screens ---------------*/ 
/*-----------@media (min-width: 991px)----------*/
@media (min-width: 991px)  {
/*--------------------Header--------------------*/
	/*---Navigation-menu-large---*/
	.nav_bscc ul.sub-menu {
	    margin: 0px;
	    padding: 0px;
	    list-style-type: none;
	    position: absolute;
		-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
		box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
		padding-top: 10px;
		padding-bottom: 15px;
		background-color: #fff;		
	}
	
	.nav_bscc li.current_page_item a+.navbar-nav li a {
		background-image: none;
	}
	.nav_bscc li.current_page_ancestor a+.navbar-nav li a {
		background-image: none;
	}		
	.nav_bscc li ul li:hover > a {
		color: #003974;
	}			
	.nav_bscc ul ul {
		width: 200px;
		margin: 20px 0 0 0;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		left: 10px;
		top: 73px;
		z-index: 900;
		-webkit-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-kthtml-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;			
	}				
	.nav_bscc li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
		top: 69px;		
		-webkit-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-kthtml-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;			
	}						
	.nav_bscc ul li {
		border: 0;
		display: block;
		float: none;
		margin: 0;
		display: table;
	}	
	.nav_bscc ul ul li a {
		color: #003974;
		font-size: 12px !important;
		line-height: 12px;
		display: block;
		float: none;
	    padding: 9px 20px 9px 20px !important;
	    margin-bottom: 0px;
	    text-align: left;
	    background: #fff;
		text-shadow: 1px 1px 1px rgba(0,57,116,0.01);
	    display: table-cell;
	    vertical-align: middle;
		width: 200px;		  
		text-transform: uppercase;
		min-height: 30px;
		width: 200px;				
	}	
}

@media (max-width: 1313px) {
	.header_slider,
	.slide_right,
	.header_slider .bx-wrapper,
	.slide {
	    min-height: 186px;
	}
	.slide_left {
	    min-height: 144px;
	    max-height: 144px;
	    padding-top: 15px;
	    padding-left: 25px;
	    padding-right: 10px;
	    margin-bottom: 40px;
	}	
	.slide_title {
	    margin-bottom: 3px;
	    white-space: nowrap;
	    overflow: hidden;
	    color: #fff;
	    text-overflow: ellipsis;	    
	}
	.header_slider .bx-wrapper .bx-pager {
	    padding-left: 20px;
	}
	.brochure_button, .partners_button {
	    font-size: 11px;
	    line-height: 36px;
	    width: 160px;
	}
	.partners_button {
	    margin-left: 58px;
	}	
	#line_menu a {
	    font-size: 11px;
	    padding: 27px 10px 24px 10px;
	}
	.home_title {
	    font-size: 23px;
	}	
	.home_text.half {
	    padding-right: 0px;
	}
	.nav_bscc ul ul li a {
	    font-size: 11px !important;
	}
	.nav_bscc ul.sub-menu {
	    padding-top: 5px;
	    padding-bottom: 7px;
	}
	.post_title {
	    font-size: 10px;
	    line-height: 15px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	.posts_event_number {
	    font-size: 28px;
	}
	.posts_event_month {
	    font-size: 9px;
	}
	.post_event_title {
	    font-size: 10px;
	    line-height: 14px;
	}
	a.posts_various_link {
	    padding-top: 20px;
	}
	.post_event_title {
	    padding-right: 11px;
	}
	.posts_header,
	.big_title {
	    font-size: 24px;
	}
	.social_slide_image {
	    min-width: 270px;
	    height: 172px;
	}
	.social_slide_text,
	.social_slider {
	    height: 172px;
	}
	.social_slide_image_big {
	    height: 172px;
	}		
	.section_activities .bx-wrapper .bx-prev {
	    left: -17px;
	}
	.section_activities .bx-wrapper .bx-next {
	    right: -17px;
	}
	.footer_column a,
	.footer_line {
	    font-size: 13px;
	}
	.footer_title {
	    font-size: 17px;
	}
	.home_coop_img {
	    margin-bottom: 22px;
	}
	.posts_latest {
		margin-bottom: 120px;	
	}
	.social_slide_image_big {
	    min-width: 100%; 
	}
	.management_image {
    	width: 37%;
	    margin-right: 20px;
	    margin-bottom: 10px;			
	}
	.management_image img {
	    max-width: 100%;
	    height: auto;
	}
	.about_project_title {
	    font-size: 12px;
	    padding: 0px 10px;
	    margin-bottom: 30px;
	}
	.post_event_title.big {
	    font-size: 11px;
	}
	.about_projects_single_frame .big_title,
	.project_files {
	    margin-right: 27px;
	}
	.alphabetic_filter_letters button {
	    line-height: 28px;
	    height: 28px;
	    width: 28px;
	}
	.alphabetic_filter_text {
	    display: none;
	}
	.branch_filter {
	    font-size: 13px;
	}
	.check_map {
	    float: left;
	    margin-top: 10px;
	}
	.become_partner {
	    display: none;
	}																									
}
@media (max-width: 991px)  {
	/*--- Header --- */
	.navbar .container {
		width: 100%;
	}
	.navbar {
	    min-height: 54px;
    	border-bottom: 4px solid #d9d9d9;	    
	}
	.nav_bscc {
	    border-bottom: 0px;
	}	
	.header_navbar {
	    min-height: 54px;
	    height: auto;
	}	
	.navbar-toggle {
		margin-right: 5px;
	    margin-top: 7px;
	    margin-bottom: 5px;
	}
	.navbar-toggle .icon-bar {
	    height: 3px;
	    background-color: #c2271f;
	}
	.navbar-collapse {
	    padding-right: 0px;
	    padding-left: 0px;
	    border-top: 0px;
		background-color:#f2f2f2;
	}
	#line_menu {
		margin-left: 0px;
	}
	#line_menu li,
	#line_menu li a {
		width: 100%;
	}
	#line_menu li a {
	    font-size: 14px;
	    padding: 17px 10px 15px 20px;
	}	
	#line_menu li:hover:before { 
		height: 0px;
		background-color: red;
		-webkit-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-kthtml-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;				
	}
	#line_menu li.current_page_item:before,
	#line_menu li.current-menu-parent:before,
	#line_menu li.current-page-ancestor:before {
		height: 0px;
		background-color: red;		
	}
	.nav_bscc ul ul li a {
	    font-size: 13px !important;
	}
	.header_buttons {
	    float: inherit;
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	    width: 400px;
	}	
	/* --- Front Page ---*/
	.header_slider {
		background-color: #c2271f;		
	}	
	.slide .col-md-6 {
	    padding-left: 0px;
	    padding-right: 0px;
	}
	.section_premium {
	    padding-bottom: 87px;
	}
	.posts_event_date {
	    width: 77px;
	    float: left;
	}
	.post_event_title {
	    width: calc(100% - 77px);
	}
	.home_left_link {
	    float: left;
	}	
	.home_right_link {
	    float: right;
	}
	.header_slider .bx-wrapper {
	    margin: 0px;
	}
	.slide_left {
	    min-height: 180px;
	    max-height: 180px;
		padding-top: 20px;
	    padding-left: 30px;
	    padding-right: 30px;
	    margin-bottom: 0px;
	}
	.slide_more {
		bottom: 0px;
	    right: 30px;
	}
	.bx-wrapper .slide_right img {
		display: block;
	    margin-left: auto;
	    margin-right: auto;
	}
	.header_slider .bx-wrapper .bx-pager, 
	.header_slider .bx-wrapper .bx-controls-auto {
	    bottom: inherit;
	    top: 155px;
	    padding-left: 25px;
	}	
	.activities_image {
	    margin-bottom: 30px;
	}
	.social_slider {
	    max-width: inherit !important;
	}
	.section_activities .bx-wrapper .bx-prev {
	    left: -7px;
	}
	.section_activities .bx-wrapper .bx-next {
	    right: -7px;
	}
	.section_activities .bx-wrapper {
		padding-left: 15px;
	    padding-right: 15px;
	}
	.social_slide_image {
	    min-width: 50%;	    
	}
	.social_slide_text {
	    height: auto;
	    max-width: 45%;
	}	
	/*--- All Other Pages ---*/
	.management_person.management_history {
	    height: 340px;
	}
	.post_event_title.big {
	    font-size: 14px;
	}	
	about_projects_single_frame .big_title, .project_files {
	    margin-right: 50px;
	}
	.alphabetic_filter_letters button {
	    line-height: 30px;
	    height: 30px;
	    width: 30px;
	}
	.alphabetic_filter_text.mobile,
	.choose_branch.mobile {
	    display: block;
	    float: left;
	}
	.choose_branch {
	    display: none;
	}
	.section_contacts div.wpcf7-response-output {
	    top: 420px;
	    width: calc(100% - 190px);
	}
	.check_map {
	    float: right;
	    margin-top: 0px;
	}
	.become_partner {
	    display: block;
	}
	.about_projects_info img.alignright,
	.about_projects_info img.alignnone,
	.about_projects_info img.alignleft,
	.about_projects_info img.aligncenter {
	    float: none;
	    max-width: 100%;
	    height: auto;
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	    margin-bottom: 10px;
	}				
}
@media (max-width: 767px)  {
	.posts_latest {
		margin-bottom: 50px;
		background-color: transparent;
	}
	.posts_various {
	    margin-bottom: 80px;
	} 
	.home_about_img img {
	    float: left;
	    margin-bottom: 15px;
	}	
	.home_text.half {
		height: auto !important;	
	}
	a.posts_various_link {
	    height: auto;
		padding-bottom: 20px;	    
		border-bottom: 1px solid #d4d4d4;	    
	}
	.about_map img {
	    margin-top: 30px;
	    margin-bottom: 40px;
	}
	.management_person.management_history {
	    height: auto;
	}	
	.management_person.management_history .management_information {
	    padding: 0px 28px 10px 26px;
	}
	.management_image {
	    margin-bottom: 0px;
	}
	.header_image .col-sm-12 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.service_icon {
	    height: 130px;
	    width: 130px;
	    margin: 10px;
	}
	.service_body {
	    max-height: initial;
	    width: calc(100% - 150px);
	}
	.service {
	    height: auto;
	    overflow: auto;
	}
	.footer_column ul.list {
	    margin-bottom: 33px;
	}
	.membership_form div.wpcf7-response-output {
	    top: 606px;
	}
	.event_single_texts {
	    width: calc(100% - 100px);
	}	
	.event_big_date {
	    width: 100px;
	}
	.events_frame {
	    padding: 49px 20px 69px 20px;
	}
	.single_gallery {
	    padding-right: 0px;
	}
	.section_contacts div.wpcf7-response-output {
	    top: 722px;
	}
	.check_map,
	.read_more_partner {
	    display: none;
	}
	.short_description, .short_description_name {
	    padding-right: 140px;
	}
	.short_description, .short_description_name {
	    padding-right: 10px;
	}
	.selected_country {
	    font-size: 20px;
	}
	.partner_right_frame {
	    width: 100%;
	}														
}
@media (max-width: 520px)  {
	.header_buttons {
	    float: left;
	    width: 250px;
	    padding-left: 20px;
	}
	.partners_button {
	    margin-left: 0px;
	}
	.main_logo {
	    width: 130px;
	}
	.main_logo.logo_bg {
	    width: 150px;
	}	
	.slide_left {
	    min-height: 230px;
	    max-height: 230px;
	}
	.header_slider .bx-wrapper .bx-pager, 
	.header_slider .bx-wrapper .bx-controls-auto {
    	top: 205px;
	}
	.header_slider, .slide_right, .header_slider .bx-wrapper, .slide {
	    min-height: inherit;
	}
	.about_projects_frame {
	    padding: 30px 35px 45px 25px;
	}
	.col-xs-break {
	    width: 100%;
	}
	.about_project_single {
	    max-width: 294px;
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	}
	.about_projects_single_frame {
	    padding: 48px 20px 70px 20px;
	}
	.project_file_name {
	    overflow: hidden;
	}
	.about_projects_single_frame .big_title,
	.project_files {
	    margin-right: 0px;
	}
	.event_single_texts {
	    width: 100%;
	    padding-right: 0px;
	    padding-left: 0px;
	    margin-top: 30px;	    
	}
	.event_big_date {
	    width: 100%;
	    padding-bottom: 30px;
	}
	.sticky_line .page-nav {
	    display: none;
	}
	.event_latest_link {
	    width: 100%;
	    margin-top: 30px;
	    padding-left: 0px;			    
	}																
}
@media (max-width: 420px)  {
	.posts_header, .big_title {
	    font-size: 16px;
	}
	.main_logo {
	    width: 100px;
	}
	.social_icon {
	    font-size: 24px;
	}	
	.social_icon.bigger {
	    font-size: 28px;
	}
	.toolbar_social {
	    margin-top: 23px;
	}
	.toolbar_languages {
	    margin-left: 0px;
	    margin-right: 10px;
	}
	.social_icon {
	    margin-right: 2px;
	}
	.main_logo.logo_bg {
	    width: 110px;
	}
	.service_icon {
	    width: 93%;
	}
	.service_body {
	    width: 100%;
	}
	.service_title {
		text-align: center;
	}
	.membership_application_button {
	    margin-top: 20px;
	}
	.become_partner {
	    display: none;
	}									
}
