.block-contact{
		float: left;
}
.crm-reg-form{
}
.crm-reg-form form{
	width: 500px;
	margin: 0 auto;
}
.crm-reg-form input[type="email"]{
	background-color: #fff;
	-webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.19);
	-moz-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.19);
	box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.19);
	text-align: center;
	font-size: 18px;
	color: #000;
	border: 0;
}
.crm-reg-form input[type="submit"]{
	border: none;
	padding: 10px 15px;
}
.project-template-default .block-intro h1, .state_project-template-default .block-intro h1, .region-template-default .block-intro h1{
	font-family: 'Roboto', sans-serif;
	margin: 0 auto;
	font-size: 70px;
}
.project-template-default .block-intro h1 .headline-row, .state_project-template-default .block-intro h1 .headline-row, .region-template-default .block-intro h1 .headline-row{
	margin-right: 0;
	font-size: 50px;
}
.project-template-default .block-intro .buttons, .state_project-template-default .block-intro .buttons{
	position: relative;
	z-index: 1;
}
.project-template-default .section-financial .section-heading h2, .state_project-template-default .section-financial .section-heading h2, .region-template-default .section-financial .section-heading h2{
	font-family: inherit;
	font-size: 30px;
}
.project-template-default .section-financial .block-financial ul li .big, .state_project-template-default .section-financial .block-financial ul li .big, .region-template-default .section-financial .block-financial ul li .big{
	font-family: inherit;
	font-size: 36px;
	font-style: normal;
}
.lightbox button.button{
	font-family: inherit;
	font-style: normal;	
}
.block-intro{
	padding: 50px;
}
section.block-intro{
	overflow: hidden;
	position: relative;
	background-attachment: fixed;
}
section.block-intro h1{
	z-index: 1;
	position: relative;
}
section.block-intro::after {
    content: '';
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

@media only screen and (max-width: 767px){
	.block-contact {
		float: none;
}
}
		.language-block{
				position: relative;
				background: #ececec;
				width: 38px;
}
.langdropdwn{
		position: absolute;
		
		width: 100%;
		height: 15px;
		display: block;
		bottom: 0px;
		left: 0px;
				
}
.block-intro{
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
}
.block-intro h1{
		line-height: 56px;
		font-size: 50px;
		text-align: center;
}
.project-page .block-intro h1{
		line-height: 70px;
}
.allnews{
		text-align: center;
		margin: 10px 0 20px 0;
}
.pagewrapper {
	margin: auto;
	max-width: 1200px;
	padding: 0 40px;
}
.header .items-list{
		
}
.nav-bar .nav > ul > li:hover div > a{
background: #5ec0db;
}

.nav-bar,.nav ul li ul{
		background: #00577d;
}

h2.headline-yellow,.button{
		background: #00577d;
}
.date{
		border-bottom: 4px solid #00577d;
}
button.button ,.block-about .button{
	background: #00577d;
	font-style: normal;
	font-weight: normal;
}
h1{
	margin: 0;
	font-family: "Merriweather",sans-serif;
}
h2,h3{
			 font-family: "Roboto",sans-serif;
		color: #34b3d6;
		font-weight: 300;
}
.pagewrapper{
		
}
body{
 font-family: 'Roboto', sans-serif;
}

.slidertext1{
		background: rgba(0,0,0,0.3);
}

.hidelayer{
		display: none!important;
}

.listclass{
		list-style: none;
}
.listclass li a{
		font-size: 16px;
		line-height: 25px;
		text-decoration: underline;
}
.listclass li a:hover{
		text-decoration: none;
}

.center-text{
		text-align: center;
}
.bordertext{
		min-height: 218px;
		overflow: visible;
		border: 1px solid #b2b5b5;
		padding: 16px;
		position: relative;
}
.overflowstyle{
		
}
.overtext{
		overflow: auto;
		max-height: 160px;
}
.bordertext .wpb_wrapper{

}

.bordertext h2{
		margin: -34px 0 17px 0;
		
		
		
		
}
.bordertext h2 em{
		padding: 0px 10px 0px 10px;
		background: #fff;
		font-style: normal;
		color: #34b3d6;
}
.rowwidth{
}
.article-container .text-block {
	overflow: initial;
}

.vc_images_carousel .vc_carousel-indicators li{
		background: #000;
}



.vc_images_carousel .vc_carousel-indicators {
	bottom: -28px;
}
.vc_images_carousel .vc_carousel-control{
	left: -47px;  
		display: block!important;
}
.vc_images_carousel .vc_carousel-control.vc_right {
	left: auto;
	right: -47px;
}

.invest-wrap .invest-text{
		width: auto;
}
.reasonwrap{
		max-width: 900px;
		margin: auto;
}

.icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.icon {
	color: #2c2d2d;
	font-size: 18px;
	line-height: 20px;

	position: relative;
	text-align: center;
	width: 250px;
}
.icon p {
 color: #2c2d2d;
	font-size: 18px;
	line-height: 20px;
}

.text-center{
		text-align: center;
}

.someslider{
 
}

@keyframes animateslow {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.animateslow {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	animation-duration: 2s;  
	animation-name: animateslow;
}


.vc_tta-panel-body .bordertext h2 em{
		background: #f8f8f8;
}


.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
	color: #34b3d6;
	font-size: 15px;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
	color: red;
		font-size: 15px;
}

.biscalend {
		list-style: none;
}
.biscalend img{
		max-width: 100%;
}
.biscalend li{
		border-bottom: 1px solid #ccc;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		display: table;
		width: 100%;
		table-layout: fixed;
}
.biscalend li:after {
	display: block;
	clear: both;
	content: "";
}
.biscalendl{
		display: table-cell;
		padding-right: 10px;
		vertical-align: middle;
		width: 35%;
}
.biscalendr{
		display: table-cell;
		vertical-align: middle;
		width: 75%;
}
.biscalend .date{
		border: none;
		padding: 0;
		text-align: left;
		margin-bottom: 10px;
}
.biscalend h3 a{
		line-height: 26px;
}

.flags .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
	margin-bottom: 15px;
}
		

.flags h4{
		margin: 0 0 35px 0;
}

h2.headstyle1{
		margin: 0 0 10px 0;
		color: #34b3d6;
		font-size: 29px;
				
}
.headstyle2{
		color: #34b3d6;
}
.block-intro.cat10{
	background: url(../images/bg-block-intro10.jpg) no-repeat center center;  
		background-size: cover;
}
.block-intro.cat4{
	background: url(../images/bg-block-intronews.jpg) no-repeat center center;  
		background-size: cover;
}





.fivereason .invest-wrap .invest-photo img{
		width: auto;
		max-width: 100%;
		
}
.fivereason .invest-wrap .invest-text{
	padding: 10px;
	width: 340px;;
	max-width: 100%;
	border: 2px solid #9e9e9e;
}
.fivereason .invest-wrap .invest-photo{
	border: none;
}
.fivereason h2{
	color: #34b3d6;
}
.fivereason .invest-wrap .invest-text h3{
	color: #34b3d6;
	font-family: "Roboto",sans-serif;
}
.fivereason .invest-wrap  {
	padding: 167px 0 0 0;
}
.five h2{
		text-align: center;
		color: #34b3d6;
		font-family: "Roboto",sans-serif;
}
.fotomainbl {
	height: 560px;
	position: relative;
	margin-bottom: 100px;
}
.fotomainbl {
	background: url(../images/reason1.jpg) no-repeat left top;
}
.fotomainbl.fotomainbl2 {
	background: url(../images/reason2.jpg) no-repeat right top;
}
.fotomainbl.fotomainbl3 {
	background: url(../images/reason3.jpg) no-repeat left top;
}
.fotomainbl.fotomainbl4 {
	background: url(../images/reason4.jpg) no-repeat right top;
}
.fotomainbl.fotomainbl5 {
	background: url(../images/reason5.jpg) no-repeat left top;
}
.fotomainblinside {
	width: 460px;
	background: #fff;
	padding: 45px;
	position: absolute;
	right: 0px;
	bottom: -60px;
	color: #010101;
	font-size: 25px;
	line-height: 26px;
	
}
.fotomainblinside h2 {
	margin: 0 0 20px 0;
	font-size: 47px;
	font-family: "Roboto",sans-serif;
	color: #34b3d6;
}
.fotomainblinside.leftinside {
	right: auto;
	left: 0;
}

.customcategory{
	max-width: 1200px;
	margin: auto;
}
.text-center{
	text-align: center;
}

.number{
	text-align: center;
	font-size: 36px;
	color: #34b3d6;
	font-weight: bold;		
}



@media screen and (max-width: 768px) {
		.fivereason .invest-wrap{
				padding: 0;
		}
		.bordertext h2 em{
				padding: 0;
		}
				.bordertext h2 {
				line-height: 26px;
		}

}


.bars1{
		max-height: 250px;
}

ececec