/************ Layout ***********/
body {
	font-family: "Open Sans","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/*background: url("../images/xmas-2019_body_bg.jpg") center bottom fixed; */
	 background: url("../images/body_bg.jpg") no-repeat center top fixed;  
	 /* background: url("../images/body_bg40.jpg") no-repeat center top fixed; */  
	padding-top: 204px;
}
/* html{ overflow-y: scroll;} */
/* Headings */
h1 {font-size: 16px}
h2 {font-size: 16px; margin: 0;}	
h3 {font-size: 18px}
h4 {font-size: 16px}
/* Links */
a{
	color: #286e86;
}
a:hover{
	color: #286e86;
}
a:focus{
	outline: 0;
}
/* Paragraphs */
i{
	vertical-align: top;
}
/* Colors */
.cyan{ 
	color: #53aba8;
}
.white{
	color: #FFF;
}
.gray{
	color: #888;
}
.darkGray{
	color: #333;
}
.red{
	color: #a94442;
}
/* Icons */
.icon_style{
	width: 25px;
	margin: 2px 0 0 0;
	font-size: 18px;
}
.fa-home{
	font-size: 21px;
}
.fa-lightbulb-o{
	font-size: 22px;
	color: #ffd75e;
}
/* Sections */
.container{
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
}
.sliderTop > .container{
	width: 90%;
}
.top-buffer { margin-top: 22px; }
.top-buffer-sm { margin-top: 6px; }
.bottom-buffer { margin-bottom: 22px; }
.px-0{
	padding-left: 0!important;
	padding-right: 0!important;
}
.my-0{
	margin-top: 0;
	margin-bottom: 0;
}
.float-left{
	float: left;
}
.block{
	display: block;
}
.d-none{
	display: none;
}
.height_auto{
	height: auto!important;
	display: inline-block;
	width: 100%;
}
.showHideText{
	margin-bottom: 20px;
	display: block;
}
.collapse[aria-expanded="false"]{
	/* height: 60px!important; */
	height: 0!important;
	overflow: hidden;
	display: block;
}
.collapsing[aria-expanded="false"] {
    height: 60px!important;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: none;
}
section{
	float: left;
	width: 100%;
}
section.content_list{
	padding: 0;
}
.indexTopRightBanner{
	display: block;
	/* height: 218px;
	overflow: hidden; */
	margin-bottom: 18px;
}
.indexTopRightBanner:last-child{
	margin-bottom: 0;
}
.indexBottomLeftBanner{
	display: block;
	margin-bottom: 18px;
}
.indexBottomLeftBanner:last-child{
	margin-bottom: 0;
}
.indexTopRightBanner img{
	/* width: 100%;
	height: auto; */
	/* object-fit: cover; */
}
.content_list, section .tags{
	height: 80px;
	background: #fff;
	border-bottom: 2px solid #eaecec;
	position: relative;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
section .content_list.calendar_style{
	height: 71px;
	margin-bottom: 12px;
	padding-top: 8px;
	border: none;
}
section .content_list.calendar_style_big{
	height: 80px;
	margin-bottom: 0;
	padding: 10px 0 10px 10px;
	border-bottom: 2px solid #eaecec;
}
section .content_list.calendar_style a.content_list_wrap{
	height: 64px;
}
section .content_list.plain_style, section .content_list.plain_style a.content_list_wrap, section .tags{
	height: auto;
}
section .content_list.plain_style a.content_list_wrap{
	padding: 10px 10px 10px 20px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
section .content_list.plain_style:hover a.content_list_wrap{
	color: #53ACA8;
}
.content_list figure{
	float: left;
	width: 88px;
	height: 66px;
	margin: 4px 0 4px 4px;
	border: 1px solid #e7e9e9;
	overflow: hidden;
	position: relative;
}
.content_list_wrap{
	display: block;
	height: 80px;
	padding: 4px 10px 0 20px;
}
.content_list_wrap.with_img{
	padding: 4px 10px 0 108px;
}
section .content_list_wrap time{
	display: inline-block;
	font-size: 13px;
}
section time.calendar_style{
	float: left;
	height: 50px;
	margin: 0 16px 14px 0;
	background: #E9EBEA;
    color: #1a586d;
    text-align: center;
}
section time.calendar_style span{
	font-size: 26px;
	padding: 0 10px;
}
section time.calendar_style p{
	background: #4FADAC;
	font-size: 14px;
	color: #fff;
}
section .content_list_wrap p{
	line-height: 16px;
}
section .content_list_wrap span{
	font-size: 13px;
}
section .content_list_wrap span.text_with_icon{
	display: inline-block;
	width: 90%;
	font-size: 14px;
}
section .content_list_wrap i{
	color: #53aba8;
	line-height: 19px;
	padding-right: 4px;
}
section .content_list_wrap i.fa-download, section .content_list_wrap i.fa-fire, section .content_list_wrap i.fa-arrow-circle-down, section .content_list_wrap i.fa-arrow-circle-up{
	float: right;
	font-size: 20px;
}
.content_list a.content_list_wrap{
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
.content_list:hover a.content_list_wrap{
	color: #53ACA8;
}
.content_list:hover .button_more{
	text-decoration: none;
	background: #53ACA8;
}
section .content_list.calendar_style:hover{
	border: 0;
}
section .big_list{
	height: 188px;
}
section .big_list figure{
	height: 168px;
	width: 230px;
	margin: 10px 0 10px 10px;
	background: #fff;
	position: relative;
}
section .big_list figure img{
	height: 168px;
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
    left: -9999px;
    margin: auto;
}
.content_list img{
	height: 66px;
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
    left: -9999px;
    margin: auto;
}
section .big_list .content_list_wrap.with_img{
	height: 180px;
	padding: 6px 10px 0 266px;
}
section .big_list .content_list_wrap time{
	color: #888;
}
section .big_list .content_list_wrap p{
	color: #373737;
}
section .tags{
	float: left;
	width: 100%;
	padding: 18px 14px 14px 14px;
}
section .tags button{
	float: left;
	margin: 0 4px 4px 0;
    padding: 1px 6px;
	background: #B3B3B3;
	border: none;
	border-radius: 0;
	line-height: normal;
    font-size: 12px;
	text-align: left;
	white-space: normal;
    transition: all 0.2s ease 0s;
}
section .tags button:hover{
	background: #52ABA7;
}
.separator{
	margin: 20px 0;
	border-bottom: 4px solid #53aca8;
}
.overflow-hidden{
	overflow: hidden;
}
/* Team */
.teamPhotoBox{
	margin-bottom: 50px;
}
.teamPhotoBox_title{
	height: 60px;
}
.teamPhotoBox h4{
	margin: 0 0 8px 0;
}
.teamPhotoBox span{
	display: block;
	font-size: 13px;
	line-height: 14px;
}
.teamPhotoBox figure{
	height: 300px;
	overflow: hidden;
}
/* Members */
.memberCount{
	width: 162px;
	height: 172px;
	padding: 34px 0 0 0;
	margin: 0 auto;
	background: url("../images/memberCount_bg.png") no-repeat center;
	text-align: center;
}
.memberCount h5{
	margin: 0;
}
.memberCount h1{
	margin: 12px 0 16px 0;
	font-size: 38px;
}
/* Search */
section .content_list.search_style{
	height: 140px;
	padding: 8px;
	margin-bottom: 18px;
}
section .content_list.search_style .search_icon_title{
	font-size: 13px;
	margin-bottom: 2px;
}
section .content_list.search_style .search_icon{
	display: inline-block;
	font-size: 16px;
    line-height: 20px;
	margin: 0 3px 0 5px;
}
section .content_list.search_style figure{
	width: 110px;
	height: 88px;
}
section .content_list.search_style .content_list_wrap.with_img{
	padding: 0 0 0 126px;
}
section .content_list.search_style h5{
	margin-top: 0px;
}
/* Articles */
article{
	width: 100%;
}
article, article header .white_title{
	float: left;
}
article header section{
	padding: 10px 20px;
}
article header .category_links a{
	float: left;
	padding: 1px 6px;
	margin: 0 4px 4px 0;
	color: #fff;
	font-size: 12px;
	background: #5395AD;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
article header .category_links a:hover{
	background: #17586A;
}
article section{
	width: 100%;
	background: #fff;
	padding: 20px;
}
article footer.article_footer{
	float: left;
	width: 100%;
    padding: 10px 20px 20px 20px;
	background: #fff;
}
article footer.article_footer > a{
	float: left;
	margin-right: 20px;
}
.content_entry{
	text-align: justify;
}
.content_entry img{
	max-width: 100%;
  	height: auto;
}
/* Forms */
label{
	font-weight: normal;
}
label.checkbox{
	line-height: 26px;
}
select{
	width: 49%;
}
.srch_form div, .srch_form div.col-md-1:last-child{
	padding: 0 1px;
}
.srch_form div.col-md-1{
	width: auto;
	padding-left: 15px;
}
.srch_form .btn-default{
	background: #1B586D;
	border: none;
	padding: 7px 9px;
	border-radius: 0; 
}
.srch_form .btn-default i{
	font-size: 18px;
	color: #fff;
}
.srch_form div.col-md-1:nth-child(2) .btn-default:hover i{
	color: #ed463e;
}
.srch_form .btn-default:hover i{
	color: #53ACA8;
}
.srch_form input{
	border-radius: 0;
	border: 1px solid #E7E9E8;
	box-shadow: none;
}
.alert_text{
	display: inline-block;
	padding: 7px 12px;
	background: #53ACA8;
}
.text-danger i{
	margin-top: 2px;
}
.input-group.captcha{
	margin-bottom: 20px;
}
.input-group.captcha img, .input-group.captcha input{
	float: left;
}
.input-group.captcha input{
	width: 140px;
	height: 40px;
	margin: 5px 0 0 15px;
}
.radio_holder{
	margin-top: 6px;
}
.radio_holder input[type="radio"]{
	margin: 0 4px 0 20px;
}
.radio_holder label:first-child input[type="radio"]{
	margin: 0 4px 0 0;
}
.forgotPassword, .addUser{
	display: block;
	margin-bottom: 16px;
}
.forgotPassword:hover, .addUser:hover{
	color: #53ABA8;
}
.forgotPassword i, .addUser i{
	font-size: 18px;
}
.input-group .checkbox-fix{
	width: auto;
	height: auto;
	margin-top: 10px;
}
/* Pagination */
.pagination li a{
	color: #286e86;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
.pagination li:first-child a, .pagination li:last-child a, .pagination li:first-child span, .pagination li:last-child span{
	padding: 6px 16px;
	border-radius: 0;
	background: #53ACA8;
	color: #fff;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s; 
}
.pagination li:first-child a:hover, .pagination li:last-child a:hover, .pagination li:first-child span:hover, .pagination li:last-child span:hover{
	background: #6fbeba;
	color: #fff;
}
.pagination li.active span{
	background: #1B586D;
	border: 1px solid #ddd;
	color: #fff;
}
.pagination li.active span:hover{
	background-color: #1B586D;
	border-color: #ddd;
}
.pagination li.disabled span, .pagination li.disabled span:hover{
	background-color: #d0d0d0;
    color: #fafafa;
}
/* Shadows */ 
.shadowS, .shadowM, .shadowL, .shadowXL{
	/* position: relative; */
	box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
}
.shadowS:before, .shadowM:before, .shadowL:before, .shadowXL:before{
    /* z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 20%;
    -webkit-box-shadow: 0 15px 10px #666;
    -moz-box-shadow: 0 15px 10px #666;
    box-shadow: 0 15px 10px #666;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg); */
}
/* .shadowM:before{
    width: 80%;
	top: 60%;	
}
.shadowL:before{
	width: 30%;
	top: 30%;
}
.shadowXL:before{
    top: 80%;
} */
/* Titles */ 
.long_title, .medium_title{
	width: 100%;
	height: 40px;
	background: #fff;
	color: #fff;
}
.long_title .title_icon, .medium_title .title_icon, .short_title .title_icon, .white_title .title_icon{
	display: inline-block;
	float: left;
	height: 40px;
	padding: 10px 18px 0 14px;
	font-size: 18px;
	background: #53ACA8;
}
.medium_title .title_icon_right{
	display: inline-block;
	float: right;
	height: 40px;
	padding: 10px 14px 0 14px;
	font-size: 20px;
	background: #fff;
	color: #53aca8;
}
.long_title .title, .medium_title .title, .short_title .title_link, .white_title .title_link{
	display: inline-block;
	float: left;
	height: 40px;
	padding: 0 18px;
	margin-left: -5px;
	background: #1a586d;
	-webkit-transform: skew(-13deg); 
	-moz-transform: skew(-13deg); 
	-o-transform: skew(-13deg); 
}
.medium_title .title{
	width: 50%;
}
.medium_title .title_left{
	width: 82%;
	display: inline-block;
	float: left;
	height: 40px;
	padding: 0 0 0 25px;
	margin-left: -5px;
	background: #1a586d;
	-webkit-transform: skew(-13deg); 
	-moz-transform: skew(-13deg); 
	-o-transform: skew(-13deg); 
}
.long_title .title h4, .medium_title .title h4, .medium_title .title_left h4, .short_title .title_link h4, .white_title .title_link h4, .white_title .title_link h1, .long_title .title_link_last h4{
	-webkit-transform: skew(13deg); 
	-moz-transform: skew(13deg); 
	-o-transform: skew(13deg);
}
.long_title .title_link, .medium_title .title_link, .long_title .title_link_last{
	float: left;
	height: 40px;
	padding: 0 0 0 23px;
}
.long_title .title_link_last{
	padding: 0 18px;
	margin-left: 18px;
	border-left: 1px solid #dddddd;
	-webkit-transform: skew(-13deg); 
	-moz-transform: skew(-13deg); 
	-o-transform: skew(-13deg); 
}
.long_title .title_link h4, .medium_title .title_link h4, .long_title .title_link_last h4{
	display: inline-block;
	color: #373737;
}
.long_title .title_link a{
	color: #373737;
}
.medium_title .title_link a, .long_title .title_link_last a{
	font-size: 16px;
	color: #b3b3b3;
}
.short_title{
	width: 100%;
	height: 40px;
	background: #1a586d;
	color: #fff;
}
.short_title a, .medium_title .title a, .medium_title .title_left a{
	color: #fff;
}
.short_title a i.fa-angle-double-right{
	padding-left: 8px;
}
.long_title .title_link a:hover, .long_title .title a:hover, .medium_title .title_link a:hover, .short_title a:hover, .medium_title .title a:hover, .medium_title .title_left a:hover, .long_title .title_link_last a:hover, .txtMore{
	color: #53ACA8;
}
.white_title{
	display: inline-block;
	width: 100%;
	min-height: 40px;
	background: #fff;
	color: #286e86;
	border-bottom: 4px solid #53ACA8;
}
.white_title .title_icon, .white_title .title_link{
	height: auto;
	min-height: 36px;
	background: #fff;
}
.white_title .title_icon{
	color: #53aba8;
}
.white_title .title_link{
	width: 93%;
	padding-left: 6px;
}
.white_title .title_link h1{
	margin: 10px 0;
}
.title_img{
	width: 100%;
	height: auto;
	border: 8px solid #fff;
	background: #fff;
	overflow: hidden;
	position: relative;
}
.title_img img{
	max-width: 100%;
	max-height: 400px;
	object-fit: cover;
	height: auto;
width: 100%;
}
.title_toggle{
	cursor: pointer;
}
.title_toggle:hover{
	color: #53ACA8;
}
.title_toggle:hover i{
	color: #286E86;
}
.long_title .title_link_last{
	display: none;
}
/* Buttons */ 
.button_more{
	width: 18px;
	height: 18px;
	background: #e7e9e9;
	color: #fff;
	font-size: 24px;
	line-height: 16px;
	text-align: center;
	position: absolute; bottom: -1px; right: 0;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
.button_more:hover{
	color: #fff;
}
.button, .buttonL{
	display: inline-block;
	padding: 6px 12px;
	color: #fff;
	border: none;
	background: #53ACA8;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
.buttonL{
	width: 100%;
	padding: 15px 20px;
	border-bottom: 4px solid #308e8a;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
}
.buttonL i{
	float: right;
	font-size: 19px;
}
.button i{
	font-size: 18px;
	margin: 2px 2px 0 0;
}
.button:hover, .buttonL:hover{
	background: #6FBEBA;
	color: #308e8a;
}
.navbar-inverse .navbar-toggle{
	border: none;
}
.navbar-toggle {
    background-color: #186c89;
}
/************ Header ************/
.navbar{
	background: #114b5e url(../images/header_bg.jpg) no-repeat center top;
	 /*  background: #114b5e url(../images/xmas-2024-header_bg.jpg) no-repeat top left;  */ 
	border-bottom: 5px solid #53aba8;
	box-shadow: 0 4px 15px #555;
}
.navbar .navbar-header{
	width: 100%;
}
.navbar .navbar-header .btn-toolbar{
	float: right;
	margin: 26px 20px 0 0;
	width: 100%;
}
.navbar .navbar-header .btn-toolbar > .btn-group{
	float: right;
}
.navbar .navbar-header .btn-toolbar .btn{
	background: #1a586d;
	color: #fff;
	padding: 2px 6px;
	margin-right: 6px;
	border-radius: 0;
	-webkit-transform: skew(-13deg); 
	-moz-transform: skew(-13deg); 
	-o-transform: skew(-13deg); 
}
.navbar .navbar-header .btn-toolbar .btn i{
	font-size: 18px;
	-webkit-transform: skew(13deg); 
	-moz-transform: skew(13deg); 
	-o-transform: skew(13deg);
}
.navbar .navbar-header .btn-toolbar .btn:hover{
	color: #53ACA8;
}
.navbar .navbar-header .input-group{
	float: right;
	width: 270px;
	margin-top: 18px;
	background: #F5F5F5;
	overflow: hidden;
}
.navbar .navbar-header .input-group .form-control, .navbar .navbar-header .input-group .btn-default{
	border: none;
	border-radius: 0;
	background: #F5F5F5;
}
.navbar .navbar-header .input-group .input-group-btn{
	padding: 0 0 0 10px;
	background: #195A70;
	border-left: 6px solid #53aba8;
	-webkit-transform: skew(-13deg); 
	-moz-transform: skew(-13deg); 
	-o-transform: skew(-13deg);
	z-index: 100;
}
.navbar .navbar-header .input-group .btn-default{
	padding: 7px 10px 1px 3px;
	color: #fff;
	font-size: 18px;
	background: #195A70;
	-webkit-transform: skew(13deg); 
	-moz-transform: skew(13deg); 
	-o-transform: skew(13deg); 
}
.navbar .navbar-header .input-group .btn-default:hover{
	color: #53ACA8;
}
.navbar .navbar-brand{ 
	height: 130px;
	 /*  padding: 0 0 0 0;   */  
	     padding: 20px 0 0 14px; 
	/*  padding: 8px 0 0 28px;   */  
}
.navbar .navbar-brand h1{ 
	margin: 0;
}
.navbar .navbar-brand .logo{ 
	display: block;
}
.mobileSrch.collapse.in{
	margin: 3px 0;
	float: right;
	height: 30px!important;
	display: block!important;
}
.mobileSrch.collapse{
	display: none!important;
}
.logoWrap{
	display: block;
	width: 70px;
}
.logoWrap .responsive-img{
	width: 100%;
	height: auto;
}
#logo{
	margin: 5px 0 0 -35px;
}
.businesseurope{
	/*  margin-left: 84px; */   
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #dce1e5;
	vertical-align: top;
	text-shadow: 1px 2px 1px #0a3341;
	position: absolute;
	left: 98px;
	bottom: 33px;
	/* float: right; */
	/* margin-top: 0; */
	/* font-size: 14px; */
}
.businesseurope:hover{
	color: #53aba8;
	text-decoration: none;
}
.businesseurope.footLogo{
	display: block;
	/* margin: 4px 0 0 75px; */
	/* margin: 14px 0 0 45px; */
	/* float: left; */
	position: absolute;
	left: 116px;
	bottom: 10px;
}
.popover-content a:hover{
	color: #53ACA8;
}
.popover-content i{
	width: 17px;
}
.popover_username{
	padding-bottom: 4px;
	margin-bottom: 6px;
	border-bottom: 1px solid #d5e2e6;
}
.popover_username h4{ 
	margin: 0;
}
/* Main Menu */ 
.smallNavbar{
	padding-left: 72px;
}
.navbar .navbar-holder{ 
	background: #1a586d;
}
.navbar .nav{ 
	padding: 0;
}
.navbar .nav .caret{ 
	margin: 0 0 0 5px;
}
.navbar .nav li a{
	color: #FDFDFD;
	padding: 15px 20px;
	font-size: 15px;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	transition: 0.1s;
}
.navbar .nav li:hover a, .navbar .nav li a.active{ 
	background: #104D62;
	color: #53ACA8;
}
ul.nav li.dropdown-inrow:hover ul.dropdown-menu{
	display: block; 
}
.navbar .nav .dropdown-menu{
	background: #53ACA8;
	border: 0;
	padding: 0;
}
.navbar .nav .dropdown-menu li a{
	color: #FDFDFD;
	padding: 10px 20px;
	font-size: 14px;
	background: #53ACA8;
}
.navbar .nav .dropdown-menu li a:hover{ 
	background: #1A586D;
}
.subscribe_btn{
	float: right;
	padding: 13px 0 0 0;
}
.subscribe_btn a{
	color: #fdfdfd;
	font-size: 15px;
}
.subscribe_btn a:hover{
	color: #53aba8;
}
/************ Fotorama *************/
.index_fotorama_wrapper{
	position: relative;
}
.fotorama__stage{
	background: #fff;
	border-bottom: 2px solid #e7e9e9;
	position: relative;
}
.fotorama__wrap .fotorama__pointer {
    cursor: auto;
}
.fotorama .img_wrap{
	display: block;
	width: 350px;
	height: 258px;
	position: relative;
	overflow: hidden;
}
.fotorama .fotorama_text{
	padding: 0 20px 20px 0;
}
.fotorama .fotorama_text h3{
	padding: 8px 0 0 0;
	color: #373737;
}
.fotorama .fotorama_text:hover h3{
	color: #53ACA8;
}
.fotorama_icon{
	display: inline-block;
	width: 30px;
    height: 40px;
    color: #53ACA8;
	font-size: 24px;
    line-height: 40px;
}
.fotorama_icon_title{
	vertical-align: top;
	line-height: 40px;
}
.fotorama_btn{
	position: absolute; top: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #1a586d;
	color: #fff;
	font-size: 36px;
	border-right: 1px solid #296478;
	z-index: 1000;
}
.fotorama_btn.preview{
	right: 40px;
}
.fotorama_btn.next{
	right: 0;
}
.fotorama_btn.preview.news_fotorama{
	right: 55px;
}
.fotorama_btn.next.news_fotorama{
	right: 15px;
}
.fotorama_btn:hover{
	color: #53ACA8;
	background: #104D62;
	text-decoration: none;
}
.fotorama .button_more{
	position: fixed;
	width: 30px;
	height: 30px;
	font-size: 40px;
	line-height: 24px;
}
.fotorama:hover .button_more{
	background: #53ACA8;
}
/* Fotorama small / Fotorama full row */
.fotorama_small, .fotorama_full_row{
	height: 210px;
	background: #fff;
	padding: 10px;
}
.fotorama_small .row, .fotorama_full_row .row{
	padding-left: 10px;
}
.fotorama_small .fotorama__stage, .fotorama_full_row .fotorama__stage{
	border-bottom: 0;
}
.fotorama_small .item_wrap{
	float: left;
	width: 19%;
	height: 190px;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
}
.fotorama_small .item_wrap:last-child{
	margin-right: 0;
}
.fotorama_small .item_wrap img, .fotorama .img_wrap img{
	/* position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto; */
	width: 100%;
	height: auto;
}
.fotorama_small .item_wrap time, .fotorama_full_row .item_wrap time{
	position: absolute; left: 0; top: 0;
	padding: 2px 10px;
	margin-left: -3px;
	background: rgba(83, 172, 168, 0.9);
	color: #fff;
	font-size: 12px;
	-webkit-transform: skew(-13deg); 
	-moz-transform: skew(-13deg); 
	-o-transform: skew(-13deg); 
}
.fotorama_small .item_wrap time span, .fotorama_full_row .item_wrap time span{
	display: inline-block;
	-webkit-transform: skew(13deg); 
	-moz-transform: skew(13deg); 
	-o-transform: skew(13deg); 
}
.fotorama_small .item_wrap .fotorama_small_text{
	position: absolute; bottom: 0;
	display: block;
	width: 100%;
	max-height: 38px;
	padding: 2px 10px;
	color: #fff;
	font-size: 12px;
	background: rgba(26, 88, 109, 0.9);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.fotorama_small .item_wrap:hover .fotorama_small_text{
	max-height: 138px;
}
.fotorama_full_row, .fotorama_full_row .fotorama__stage{
	height: 100px!important;
}
.fotorama_full_row .col-md-3{
	padding: 0 5px;
}
.fotorama_full_row .item_wrap{
	height: 80px;
	background: #F4F4F6;
	border-right: 2px solid #F4F4F6;
	overflow: hidden;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.fotorama_full_row .item_wrap a{
	display: block;
	height: 80px;
}
.fotorama_full_row .item_wrap time{
	position: relative;
	display: inline-block;
	background: #53ACA8;
}
.fotorama_full_row .item_wrap p{
	margin: 0;
	padding: 10px 6px 0 6px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.fotorama_full_row .item_wrap:hover{
	background: #E7E9E8;
	border-right-color: #53ACA8;
}
.fotorama_full_row .item_wrap:hover p{
	color: #53ACA8;
}
.fotorama_full_row .fotorama__arr{
	width: 40px;
	height: 40px;
	top: 42%;
	margin-top: -21px;
	background: rgba(26, 88, 109, 0.8);
    color: #fff;
    font-size: 36px;
    text-align: center;
}
.fotorama_full_row .fotorama__arr:hover{
	color: #53ACA8;
}
/************ Gallery *************/
.gallery .fotorama__thumb-border{
	border-color: #53ACA8;
}
.gallery .fotorama__stage{
	border: none;
}
.gallery .fotorama__arr, .gallery .fotorama__fullscreen-icon{
	width: 40px;
	height: 40px;
	background: #1A586D;
    color: #fff;
    font-size: 36px;
    text-align: center;
}
.gallery .fotorama__fullscreen-icon{
	background: #1A586D url("/js_library/fotorama/fotorama.png") no-repeat 4px -28px;
}
.fotorama--fullscreen .fotorama__fullscreen-icon{
	background: #1A586D url("/js_library/fotorama/fotorama.png") no-repeat -27px -28px;
}
.gallery .fotorama__fullscreen-icon i{
	font-size: 22px;
	line-height: 38px;
	display: none;
}
.gallery.fotorama_small{
	height: auto;
}
.gallery .item_wrap{
	margin-top: 24px;
}
.gallery .item_wrap:nth-child(5n+0){
	margin-right: 0;
}
/************ Calendar ************/
.fc-toolbar .fc-left button.calendar_btn{
	width: 34px;
	height: 34px;
	padding: 0;
	border: none;
	background: #E7E9E8;
	border-radius: 0;
	color: #fff;
	font-size: 32px;
	line-height: 15px;
	outline: none;
}
.fc-toolbar .fc-left button.fc-next-button{
	margin: 0;
}
.fc-toolbar .fc-left button.calendar_btn:hover{
	color: #53ACA8;
}
.fc-toolbar .fc-left h2{
	width: 200px;
	height: 34px;
	padding: 7px 0;
	margin: 0 3px;
	border: 1px solid #E7E9E8;
	font-size: 15px;
	color: #1A586D;
}
.fc-toolbar .fc-center .srch_form button, .fc-toolbar .fc-center .srch_form select{
	float: left;
	margin-right: 3px;
}
.fc-toolbar .fc-center .srch_form button{
	width: 34px;
	height: 34px;
}
.fc-toolbar .fc-center .srch_form select{
	width: auto;
	border-radius: 0;
	border: 1px solid #E7E9E8;
	font-size: 15px;
}
.fc-toolbar .fc-right .fc-button-group{
	overflow: hidden;
}
.fc-toolbar .fc-right button.month_btn{
	height: 34px;
	background: #E7E9E8;
	border-radius: 0;
	border: none;
	font-size: 13px;
	box-shadow: none;
	text-shadow: none;
}
.fc-toolbar .fc-right button.month_btn.fc-month-button{
	padding: 0 16px 0 20px;
	margin-left: -5px;
	-webkit-transform: skew(-13deg); 
	-moz-transform: skew(-13deg); 
	-o-transform: skew(-13deg); 
}
.fc-toolbar .fc-right button.month_btn.fc-basicWeek-button{
	padding: 0 16px;
	margin-right: -5px;
	-webkit-transform: skew(-13deg); 
	-moz-transform: skew(-13deg); 
	-o-transform: skew(-13deg); 
}
.fc-toolbar .fc-right button.month_btn span{
	display: inline-block;
	-webkit-transform: skew(13deg); 
	-moz-transform: skew(13deg); 
	-o-transform: skew(13deg); 
}
.fc-toolbar .fc-right button.month_btn.fc-state-active{
	background: #1A586D;
	color: #fff;
}
.fc-head th.fc-day-header{
	padding: 6px 0;
	background: #1A586D;
	border-right-color: #266f85;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-transform: capitalize;
}
.fc td.fc-widget-header{
	border-bottom: 4px solid #53ACA8;
}
.fc-basic-view .fc-body .fc-row{
	min-height: 6.5em;
}
.fc-body .event_style, .fc-body .bulletin_style{
	border: none;
	border-radius: 0;
	padding: 5px 6px;
	margin: 2px 4px 0 4px; 
}
/*********** Bulletin ***********/
.fc-body .bulletin_style, .fc-body .bulletin_style div.fc-content{
	height: 87px;
}
.fc-body .bulletin_style i.fa{
	display: block;
	height: 26px;
	font-size: 20px;
	opacity: 0.6;
    filter: alpha(opacity=60);
}
.fc-body .bulletin_style i.fa-lightbulb-o{
	color: #fff;
}
.col-md-3 i.fa.fa-lightbulb-o{
	color: #299ae6;
}
.fa.fa-lightbulb-o.cyan{
	color: #53aba8;
}
.col-md-3 i.fa.fa-laptop{
	color: #299ae6;
}
.bulletin_icon{
	font-size: 26px;
}
.oil_bg_color{
	color: #009898;
}
.law_bg_color{
	color: #cc3433;
}
.eco_bg_color{
	color: #b4c63e;
}
.media_bg_color{
	color: #f59a2e;
}
.tv_bg_color{
	color: #3674af;
}
.business_bg_color{
	color: #ae5b29;
}
.euromoney_bg_color{
	color: #006DA6;
}
.euronews_bg_color{
	color: #95CAE4;
}
.norm_docs_bg_color{
	color: #666561;
}
.compmap_bg_color{
	color: #7D97B8;
}
.eu_bg_color{
	color: #299ae6;
}
.corporate_bg_color{
	color: #674b91;
}
.reshenie_minister_bg_color{
	color: #af5d6b;
}
.dneven_minister_bg_color{
	color: #ff6b6b;
}
.dneven_parlament_bg_color{
	color: #f9c82e;
}
.dneven_subranie_bg_color{
	color: #abb7b7;
}
.eu_politics_bg_color{
	color: #14a0c1;
}
.eu_proceduri_bg_color{
	color: #28a745;
}

.oil_bg {
	background: #009898;
}
.law_bg{
	background: #cc3433;
}
.eco_bg{
	background: #b4c63e;
}
.media_bg{
	background: #f59a2e;
}
.tv_bg{
	background: #3674af;
}
.business_bg{
	background: #ae5b29;
}
.euromoney_bg{
	background: #006DA6;
}
.euronews_bg{
	background: #95CAE4;
}
.norm_docs_bg{
	background: #666561;
}
.compmap_bg{
	background: #7D97B8;
}
.eu_bg{
	background: #299ae6;
}
.corporate_bg{
	background: #674b91;
}
.reshenie_minister_bg{
	background: #af5d6b;
}
.dneven_minister_bg{
	background: #ff6b6b;
}
.dneven_parlament_bg{
	background: #f9c82e;
}
.dneven_subranie_bg{
	background: #abb7b7;
}
.eu_politics_bg{
	background: #14a0c1;
}
.eu_proceduri_bg{
	background: #28a745;
}
/*********** Subscriptions ***********/
.subscriptions_page label.bigtitle {
 	background: #1a586d none repeat scroll 0 0;
    color: #fff;
 	font-size: 16px;
    width: 100%;
 	padding: 8px 18px 10px 18px;
 	margin-bottom: 22px;
 	cursor: auto;
 }
 .subscriptions_page label.focusall, .subscriptions_page label.newsall, .subscriptions_page label[for="event"]{
	margin-bottom: 10px;
 	font-size: 18px;
 	color: #286e86;
 	padding-left: 16px;
 	font-weight: 600;
 	width: 100%;
 }
 .subscriptions_page label[for="event"]{
	width: auto;
 }
 .subscriptions_page .subscriptions_checkbox_wrap{
	display: inline-block;
 }
 .subscriptions_page .subscriptions_checkbox_wrap input[type="checkbox"]{
	margin: 4px 0;
 }
 .subscriptions_page .subscriptions_checkbox_wrap input[type="radio"]{
	margin: 4px 4px 4px 0;
 }
 .subscriptions_page .subscriptions_checkbox_wrap label{
	margin-bottom: 4px;
 }
/*********** EMAIL ***********/
hms::after {
 content: attr(data1);
}
hms::before {
 content: attr(data2) "\0040";
}
/*********** Service Categories ***********/
.service_cat_img h3{
	height: 44px;
	margin-bottom: 0;
	letter-spacing: -0.7px;
}
.service_cat_img figure{
	margin-bottom: 30px;
	border: 1px solid #e7e9e9;
	overflow: hidden;
}
/* .service_cat_img{
	max-height: 180px;
	background: #fff;
    position: relative;
	border: 1px solid #e7e9e9;
	overflow: hidden;
} */
/* .service_cat_img img{
	height: 180px;
	margin: auto;
	position: absolute;
	bottom: -9999px;
    left: -9999px;
    right: -9999px;
    top: -9999px;
} */
/*********** Menu Left Categories ***********/
section .content_list.category{
	border-right: 2px solid #fff;
}
section .content_list.branch_category{
	border-left: 2px solid #fff;
}
section .content_list.category:hover{
	border-right-color: #53ACA8;
	border-bottom-color: #eaecec;
	background: #f4f4f6;
}
section .content_list.branch_category:hover{
	border-left-color: #53ACA8;
	background: #f4f4f6;
}
section .content_list.category.active{
	border-right-color: #53ACA8;
	border-bottom-color: #1A586D;
	background: #1A586D;
}
section .content_list.category.active a{
	color: #53ACA8;
}
section .content_list.important_category i{
	color: #D64541;
}
section .content_list.important_category.active i{
	color: #53ACA8;
}
.content_list.active{
	border-bottom-color: #1A586D;
}
.content_list.active a.content_list_wrap{
	background: #1A586D;
	color: #53ACA8;
}
.content_list.active .button_more{
	background: #53ACA8;
}
.banner_wrap img{
	width: 100%;
}
/*********** Top Banner ***********/
.top_banner div.shadowM{
	margin-bottom: 24px;
}
.top_banner .row div:last-child div.shadowM{
	margin-bottom: 0;
}
.top_banner_news{
	/* margin-top: -26px; */
}
/********* Bottom Banner *********/
.bottom_banners{
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	background: #fff;
}
.bottom_banners_wrap{
	height: 200px;
	padding: 22px 0;
}
.bottom_banners_wrap img{
	border: 1px solid #e7e9e9;
	margin-bottom: 20px;
}
/*********** Footer ***********/
.page-footer{
	background: #073f51 url("../images/page-footer_bg.jpg") no-repeat center top;
	border-top: 5px solid #53aba8;
	padding: 0;
}
.page-footer .col-md-3{
	
	margin: 0;
}
.page-footer .footer_separator{
	float: left;
	width: 66px;
	height: 246px;
	background: url("../images/footer_separator_bg.jpg") no-repeat;
}
.page-footer .footer_separator i{
	padding: 54px 0 0 14px;
	font-size: 18px;
	color: #fff;
}
.page-footer .footer_separator i.bia_icon{
	display: block;
	padding: 84px 0 0 14px;
	background: url("../images/footer_icon_bia.png") no-repeat 12px 51px;
}
.page-footer div.footer_nav_wrap{
	float: left;
	margin-top: 34px;
}
.page-footer h3{ 
	margin-bottom: 30px;
	text-transform: uppercase;
}
.page-footer h3 a{
	color: #fff;
}
.page-footer ul{
	list-style: none;
	padding: 0;
}
.page-footer ul li{
	margin-bottom: 6px;
}
.page-footer ul li a{
	display: inline-block;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
}
.page-footer a:hover{
	color: #53ABA8;
	text-decoration: none;
}
.page-footer .logo_bia_footer{
	display: block;
	 margin: 90px 0 0 18px; 
	 /*  margin: 60px 0 0 18px;  */ 
}
.page-footer .bottom_bar{
	width: 100%;
	padding: 16px 0;
	margin: 0 0 0 0;
	background: #1a586d;
	box-shadow: 0 -10px 10px #073c4d;
}
.page-footer .bottom_bar .footer_rights{
	color: #bad5de;
	font-size: 13px;
	line-height: 24px;
}
.page-footer .bottom_bar .footer_social{
	float: right;
}
.page-footer .bottom_bar .footer_social .btn{
	background: #2a6e85;
	color: #fff;
	padding: 2px 6px;
	margin-right: 6px;
	border-radius: 0;
	-webkit-transform: skew(-13deg); 
	-moz-transform: skew(-13deg); 
	-o-transform: skew(-13deg); 
}
.page-footer .bottom_bar .footer_social .btn i, .page-footer .bottom_bar .footer_social .btn .workplace{
	font-size: 18px;
	-webkit-transform: skew(13deg); 
	-moz-transform: skew(13deg); 
	-o-transform: skew(13deg);
}
.page-footer .bottom_bar .footer_social .btn:hover{
	color: #53ACA8;
}
.modal-body ul li a {
    color: #286e86;
}
.isoIcons{
	float: right;
	margin: 18px 10px 0 0;
}
.isoIcons a{
	float: left;
	display: block;
	margin-right: 15px;
	height: 36px;
}
.isoIcons a.iso1{
	background: url("../images/sgs-iso27001-white.png") no-repeat 0 0;
	background-size: 36px;
	width: 36px;
}
.isoIcons a.iso2{
	background: url("../images/Logo_for_client_1110011-white.png") no-repeat 0 0;
	background-size: 86px;
	width: 86px;
}
.isoIcons a.iso1:hover{
	background: url("../images/sgs-iso27001.png") no-repeat 0 0;
	background-size: 36px;
}
.isoIcons a.iso2:hover{
	background: url("../images/Logo_for_client_1110011.png") no-repeat 0 0;
	background-size: 86px;
}
/*********** Cookies ***********/
.cookie_terms{
	width: 100%;
	/* height: 40px; */
	position: fixed; bottom: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	background: rgba(83, 172, 168, 0.8);
	color: #fff;
	font-size: 13px;
	text-align: right;
	z-index: 9999;
}
.cookie_terms .cookies_rights{
	color: #fff;
	text-decoration: underline;
}
.cookie_terms .cookies_rights:hover{
	color: #fff;
}
.cookie_terms .container a.btn{
	background: #2A6E85;
	color: #fff;
	font-size: 13px;
	padding: 2px 6px;
	margin-left: 20px;
	border-radius: 0;
	-webkit-transform: skew(-13deg); 
	-moz-transform: skew(-13deg); 
	-o-transform: skew(-13deg); 
}
.cookie_terms .container a.btn span{
	display: inline-block;
	-webkit-transform: skew(13deg); 
	-moz-transform: skew(13deg); 
	-o-transform: skew(13deg);
}
.cookie_terms .container a.btn:hover{
	color: #53ACA8;
}
/* =============================
		 Media queries 
============================= */
@media (max-width: 1920px) {
	.teamPhotoBox figure{
		height: 200px;
	}
}
@media (max-width: 1680px) {
	.logo_bia_footer img{
		width: 100%;
		height: auto;
	}
	.bottom_banners_wrap img {
	  max-width: 100%!important;
	}
	.navbar{
		/* background: #114b5e url(../images/header_bg_xmas_2023_small.jpg) no-repeat center top; */
	}
}
@media (max-width: 1190px) {
	.page-footer .logo_bia_footer img{
		display: none;
	}
	.fotorama .img_wrap{ 
		width: auto;
	}
	.long_title .title h4, .medium_title .title h4, .short_title .title_link h4, .white_title .title_link h4, .long_title .title_link_last h4{ 
		font-size: 14px;
		margin-top: 12px;
	}
	.medium_title .title_icon_right{
		padding: 10px 10px 0 10px;
	}
	.page-footer .logo_bia_footer{
		width: 100%;
		height: 40px;
		background: url("../images/logo-white-bia-small.png") no-repeat 50% 0;
	}
	.title_img{
		width: 100%;
	}
	.fotorama_small .item_wrap{
		width: 18%;
	}
	.fotorama_small .item_wrap .fotorama_small_text{
		bottom: 10px;
	}
	.gallery .item_wrap .fotorama_small_text{
		bottom: 0;
	}
	.srch_form div.col-md-1:nth-child(1){
		width: 100%;
		margin-bottom: 6px;
	}
	.fc-center{
		float: left;
		margin-top: 6px;
	} 
}

@media (max-width: 988px) {
	body{
		padding-top: 154px;
	}
	.medium_title .title_link{
		display: none;
	}
	.medium_title{
		background: #1A586D;
	}
	.short_title, .medium_title{
		margin-top: 22px;
	}
	.short_title .title_link h4, .medium_title .title h4{
		font-size: 13px;
	}
	.short_title .title_icon .fa-bullseye::before, .short_title .title_icon .fa-photo::before{
		content:"\f0c9";
	}
	.shadowM::before{
		box-shadow: none;
	}
	.bottom_banners_wrap{
		height: auto;
	}
	.bottom_banners_wrap img{
		margin-bottom: 20px;
	}
	.navbar .navbar-header .btn-toolbar {
	    margin: 26px 18px 0 0;
		width: auto;
	}
	.navbar-toggle {
		display: block;
	    margin-bottom: 0;
	    margin-right: 0;
	    margin-top: 21px;
	}
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
		background-color: #53ACA8;
	}
	.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	    background-color: #104D62;
	    color: #fff;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	    color: #fff;
	}
	.navbar .nav .dropdown-menu li a{
		border-bottom: 1px solid #6bbab6;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
	    background-color: #104D62;
  		color: #53ACA8;
  	}
	.navbar .nav .caret {
	    margin-left: 10px;
	}
	.fotorama_small .item_wrap .fotorama_small_text{
		bottom: 8px;
	}
	.gallery .item_wrap .fotorama_small_text{
		bottom: 0;
	}
	.title_img{
		width: auto;
		margin-right: 12px;
		padding: 10px;
	}
	.bottom_banners_wrap > div{
		display: inline-block;
		float: none;
		width: 48%;
	}
	.bottom_banners_wrap > div.clearfix{
		display: none;
	}
	.businesseurope{
		display: none;
	}
}

@media (max-width: 768px) {
	.navbar .navbar-header .btn-toolbar .btn[title="Twitter"], .navbar .navbar-header .btn-toolbar .btn[title="Google+"], .navbar .navbar-header .btn-toolbar .btn[title="YouTube"]{
	   display: none;
	}
	.sliderTop{
		display: none;
	}
	.btn-toolbar .btn-group, .btn-toolbar .input-group{
		width: 175px;
	}
	body.home{
		padding-top: 0;
	}
	body.inside{
		padding-top: 0;
	}
	.white_title .title_link{
		width: 85%;
	}
	.medium_title .title{
		width: 80%;
	}
	.navbar-header a.visible-xs img{
		margin: 10px 0 0 18px;
	}
	.navbar{
		background: #114b5e;
	}
	.navbar-toggle {
		margin-bottom: 10px;
	    margin-right: -10px;
	    margin-top: 10px;
	}
	.smallNavbar{
		padding-left: 25px;
	}
	.navbar-fixed-top{
	    position: relative;
	    top: auto;
    }
	.navbar.navbar-fixed-top{
		margin-bottom: 20px;
    }
    .teamPhotoBox figure{
		height: auto;
    }
	.navbar .navbar-header .btn-toolbar {
	    margin: 13px 13px 0 0;
	}
	.srch_form div, .srch_form div.col-md-1:last-child{
		padding: 0 15px 0 15px;
	}
	section .big_list {
	  height: auto;
		float: left;
		margin-bottom: 10px;
	}
	section .big_list figure{
		width: 100%;
		height: auto;
		max-height: 300px;
		float: none;
		margin: 0;
		padding: 10px;
	}
	section .big_list figure img {
	  height: auto;
		width: 100%;
	  position: relative;
	  top: auto;
	  right: auto;
	  bottom: auto;
	  left: auto;
	  margin: 0;
	}
	section .big_list .content_list_wrap.with_img{
		padding: 10px;
		height: auto;
	}
	.fc-toolbar .fc-left h2{
		width: auto;
	}
	.isoIcons a{
		height: 20px;
		margin: 15px 10px 0 0;
	}
	.isoIcons a.iso1 {
	  background-size: 20px;
	  width: 20px;
	}
	.isoIcons a.iso2 {
	  background-size: 50px;
	  width: 50px;
	}
	.isoIcons a.iso1:hover{
		background-size: 20px;
	}
	.isoIcons a.iso2:hover{
		background-size: 50px;
	}
	.bottom_banners{
		width: auto;
		float: none;
		margin-left: -15px;
		margin-right: -15px;
	}
	.bottom_banners a{
		display: inline-block;
	}
	.title_img img{
	 	height: auto;
	}
	.regWrap{
		display: inline-block;
		float: none;
	}
	.bottom_banners_wrap img {
	  max-width: 268px!important;
	}
	.w-100-xs{
		width: 100%;
		display: inline-block;
	}
	.page-footer .bottom_bar .footer_social{
		float: none;
		margin-top: 10px;
	}
	.page-footer .bottom_bar .footer_social .btn-group{
		width: 50%;
	}
	.isoIcons{
		float: right;
		margin: 0;
	}
}
@media (max-width:520px){
	.bottom_banners_wrap > div{
		width: 100%;
	}
	.logoWrap{
		width: 60px;
	}
	 .navbar-header a.visible-xs img {
	    margin: 10px 0 0 14px;
	  }
	.isoIcons a {
	    height: 20px;
	    margin:15px 4px 0 0;
	  }
	.navbar .navbar-header .btn-toolbar {
	    margin: 13px 6px 0 0;
	  }
	.navbar .navbar-header .btn-toolbar .btn i {
	    font-size: 15px;
	}
	.navbar .navbar-header .btn-toolbar .btn {
	    padding: 2px 4px;
	    margin-right: 4px;
	}
	.btn-toolbar .btn-group, .btn-toolbar .input-group{
		width: 191px;
	}
	.indexBlocks .more{
		float: none!important;
	}
	.px-0-xs{
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.px-1-xs{
		padding-left: 10px!important;
		padding-right: 5px!important;
	}
}
@media (max-width:400px){
	.logoWrap{
		width: 44px;
	}
	.navbar-header a.visible-xs img {
	    margin:12px 0 0 10px;
	}
	.navbar .navbar-header .btn-toolbar {
	    margin: 13px 3px 0 0;
	}
	.isoIcons a {
	    height: 20px;
	    margin:15px 2px 0 0;
	  }
	.isoIcons a.iso2 {
	 	margin-right: 0;
	}
	.navbar-toggle {
	    margin-right: -12px;
	}
}


/* redesign css*/
.sliderTop{
	background: #063f50; 
	/* background: none; */
	padding: 38px 0 30px 0;
	text-align: center;
	margin-top: -48px;
}
.sliderTop h3{
	font-size: 2.5em;
	color: #fff;
	margin-bottom: 0.888em;
}
.sliderItem{
	position: relative;
}
.sliderItem img{
	width: 400px;
	height: 240px;
	object-fit: cover;
}
.sliderItemTitle{
	padding: 10px;
	background: rgba( 32, 64, 63, 0.84);
	position: absolute;
	bottom: 0;
	max-height: 53px;
	transition: max-height 0.4s, background 0.2s;
	font-size: 1.15em;
	line-height: 1.1em;
}
.sliderItemTitle div{
	min-height: 36px;
}
.sliderItemTitle span{
	margin-top: 10px;
	font-size: 0.9em;
	color: #eee;
	display: inline-block;
}
.sliderItemTitle span p{
	margin-bottom: 0;
}
.sliderItem:hover .sliderItemTitle{
	background: rgba( 83, 171, 168, 0.92);
	max-height: 194px;
}
.sliderItemTitle a{
	color: #fff;
}
.sliderTop .carousel-control.left, .sliderTop .carousel-control.right{
	background: none;
	width: 55px;
}
.sliderTop .carousel-control.left{
	left: -66px;
}
.sliderTop .carousel-control.right{
	right: -66px;
}
.navbar{
	margin-bottom: 0;
	box-shadow: none;
}
.poll-index{
	background: none;
	border: none;
	padding: 0 1em;
}
.poll-index h4{
	color: #fff;
	font-size: 18px;
}
.poll-index span.small{
	color: #ccc;
	font-size: 14px;
}
.poll-index .list-group{
	margin-bottom: 0.6em;
}
.poll-index .list-group-item{
	margin-bottom: 0.35em;
	background: rgba( 255, 255, 255, 0.7 );
	color: #063f50;
	padding: 0.2em 0.8em;
	font-size: 1.1em;
	line-height: normal;
	border: none;
	border-radius: 0;
}
.poll-index .list-group-item:hover {
    background: rgba( 255, 255, 255, 1 );
    color: #2fa09c;
}
.poll-index .span6{
	color: #fff;
}
.poll-index .panel-footer{
	background: none;
	border: none;
	padding: 0;
}
.poll-index .panel-footer button{
	color: #063f50;
	background: rgba( 233, 235, 234, 0.75 );
	padding: 0.6em 1.2em;
	margin-right: 0;
	border-radius: 0;
}
.poll-index .panel-footer button:hover {
    color: #fff;
    background: #53aba8;
}
.poll-index .panel-footer button.btnLink{
	background: none;
	padding: 0.3em 0 0 0;
	color: #fff;
	font-size: 15px;
}
.poll-index .panel-footer button.btnLink:hover{
	color: #53aba8;
}
.indexBlocks{
	position: relative;
	z-index: 10;
	min-height: 360px;
}
.indexBlocks h3{
	color: #fff;
	font-size: 2.4em;
	padding-left: 0.5em;
	margin-bottom: 0.65em;
	letter-spacing: -2px;
}
.indexBlocksList{
	padding: 0 1em;
}
.indexBlocksItem{
	margin-bottom: 0.5em;
}
.indexBlocksList time{
	float: left;
	background: #E9EBEA;
	color: #1a586d;
	text-align: center;
	margin-right: 0.6em;
	height: 66px;
}
.indexBlocksList time span{
	font-size: 26px;
	line-height: 42px;
	padding: 0 12px;
}
.indexBlocksList time p{
	background: #4FADAC;
	font-size: 14px;
	color: #fff;
	padding: 2px 0;
}
.indexBlocksList a{
	display: block;
	background: rgba( 255, 255, 255, 0.7 );
	color: #063f50;
	padding: 0.25em 1em;
	font-size: 1.2em;
	line-height: 1.1em;
}
.indexBlocksList a:hover{
	background: rgba( 255, 255, 255, 1 );
	color: #2fa09c;
}
.indexBlocksList a div{
	font-size: 0.8em;
}
.BlocksItemShort{
	min-height: 48px;
}
.BlocksItemLong{
	min-height: 66px;
}
.indexBlocksImg{
	float: left;
	margin-right: 0.6em;
}
.indexBlocksImg img{
	width: 90px;
	height: 47px;
    object-fit: cover;
}
.BlocksImgLong img{
	height: 66px;
}
.indexBlocks .more{
	display: block;
	color: #fff;
	font-size: 18px;
	letter-spacing: normal;
	/* position: absolute; */
	/* bottom: 14px; */
	/* background: rgba( 233, 235, 234, 0.75 ); */
	/* padding: 0.6em 1.2em; */
	/* margin-left: 1em; */
	padding: 8px 20px 0 0;
}
.indexBlocks .more:hover{
	color: #53aba8;
	/* background: #53aba8; */
}
.biaBanners{
	background: #063f50;
}
.eventsBlock{
	min-height: 380px; 
	background-image: url("../images/events-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
    z-index: 1;
}
.eventsBlock::before {
    content: "";
    background: #647f1a;
    opacity: 0.8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 2;   
}
.newsBlock{
	min-height: 380px; 
	background-image: url("../images/news-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
    z-index: 1;
	padding-bottom: 15px;
}
.newsBlock::before {
    content: "";
    background: #063f50;
    opacity: 0.75;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 2;   
}
.newsletterBlock{
	min-height: 380px; 
	background-image: url("../images/newsletter-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
    z-index: 1;
}
.newsletterBlock::before {
    content: "";
    background: #5ca8cd;
    opacity: 0.8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 2;   
}
.standpointsBlock{
	min-height: 380px; 
	background-image: url("../images/standpoints-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
    z-index: 1;
}
.standpointsBlock::before {
    content: "";
    background: #23536c;
    opacity: 0.75;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 2;   
}
.consultPollBlock{
	min-height: 380px; 
	background-image: url("../images/consultPoll-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
    z-index: 1;
}
.consultPollBlock::before {
    content: "";
    background: #712119;
    opacity: 0.75;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 2;   
}
.memberNewsBlock{
	min-height: 380px; 
	background-image: url("../images/memberNews-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
    z-index: 1;
}
.memberNewsBlock::before {
    content: "";
    background: #2e4176;
    opacity: 0.75;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 2;   
}
.newsOtherBlock{
	min-height: 380px; 
	background-image: url("../images/newsOther-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
    z-index: 1;
	padding-bottom: 15px;
}
.newsOtherBlock::before {
    content: "";
    background: #d9931f;
    opacity: 0.8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 2;   
}
.bottom_banners_wrap{
	height: auto;
}
.bottom_banners_wrap img{
	margin-bottom: 0;
	max-width: 268px;
}
.multi-item-carousel .carousel-control {
  width: 4%;
  background-image: none;
}
.multi-item-carousel .carousel-control.left {
  margin-left: 15px;
}
.multi-item-carousel .carousel-control.right {
  margin-right: 15px;
}
.multi-item-carousel .cloneditem-1,
.multi-item-carousel .cloneditem-2,
.multi-item-carousel .cloneditem-3 {
  display: none;
}
@media all and (min-width: 768px) {
  .multi-item-carousel .carousel-inner > .active.left,
  .multi-item-carousel .carousel-inner > .prev {
    left: -50%;
  }
  .multi-item-carousel .carousel-inner > .active.right,
  .multi-item-carousel .carousel-inner > .next {
    left: 50%;
  }
  .multi-item-carousel .carousel-inner > .left,
  .multi-item-carousel .carousel-inner > .prev.right,
  .multi-item-carousel .carousel-inner > .active {
    left: 0;
  }
  .multi-item-carousel .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item.active.right,
  .multi-item-carousel .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .multi-item-carousel .carousel-inner > .item.active.left,
  .multi-item-carousel .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .multi-item-carousel .carousel-inner > .item.left,
  .multi-item-carousel .carousel-inner > .item.prev.right,
  .multi-item-carousel .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .multi-item-carousel .carousel-inner > .active.left,
  .multi-item-carousel .carousel-inner > .prev {
    left: -25%;
  }
  .multi-item-carousel .carousel-inner > .active.right,
  .multi-item-carousel .carousel-inner > .next {
    left: 25%;
  }
  .multi-item-carousel .carousel-inner > .left,
  .multi-item-carousel .carousel-inner > .prev.right,
  .multi-item-carousel .carousel-inner > .active {
    left: 0;
  }
  .multi-item-carousel .carousel-inner .cloneditem-2,
  .multi-item-carousel .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item.active.right,
  .multi-item-carousel .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .multi-item-carousel .carousel-inner > .item.active.left,
  .multi-item-carousel .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .multi-item-carousel .carousel-inner > .item.left,
  .multi-item-carousel .carousel-inner > .item.prev.right,
  .multi-item-carousel .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.top-buffer-2{
	margin-top: 2em;
}
.top-buffer-1{
	margin-top: 1em;
}
@media (max-width: 768px) {
	.indexBlocks h3{
		font-size: 2em;
	}
	.indexBlocksList a{
		font-size: 1em;
	}
}

