@charset "utf-8";
/* ==========================================================================

   CSS Reset

   ========================================================================== */

/*

* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)

* Richard Clark (http://richclarkdesign.com)

* http://cssreset.com

*/

.font-size-small {

	max-width: 101px !important;

}

.font-size-small span {

	font-size: 10px !important;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Bold */
    @font-face {
        font-family: 'Open Sans';
        src: url('fonts/opensans-bold-webfont#open_sansbold') format('svg');
	    font-weight: bold;
	    font-weight: 700;
	    font-style: normal;
    }
 
    /* Bold Italic */
    @font-face {
        font-family: 'Open Sans';
        src: url('fonts/OpenSans-BoldItalic-webfont.svg#open_sansbold_italic') format('svg');
        font-weight: bold;
        font-weight: 700;
        font-style: italic;
    }
	/* Bold Italic */
    @font-face {
        font-family: 'open_sansregular';
        src: url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
        font-weight: normal;
        font-weight: 400;
    }
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
body {
	line-height: 1; font-family: 'Open Sans', sans-serif;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
body {
	font-family: 'open_sansregular';
}
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
nav ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
input, select {
	vertical-align: middle
}
*, *:after, *:before {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
/* ==========================================================================

   Common CSS

   ========================================================================== */

body {
	font: normal 14px/20px 'Open Sans', sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;-webkit-appearance: none;
}
button {
	overflow: visible;
}

::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
a {
	outline: none;
	text-decoration: none;
	color: #00c8ff;
}
a:hover {
	text-decoration: none;
}
.blog h2.entry-title a:hover
{
	text-decoration: none;
	color: #2f3c5e;  
}
.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}
.container {
	padding: 0 20px;
	width: 1024px;
	margin: 0 auto;





}
#wrapper {
	min-height: 100%;
	position: relative;
}
#wrapper {
}
/* ==========================================================================

   Setting up the fonts

   ========================================================================== */





/* ==========================================================================

   Header

   ========================================================================== */



header {
}
.header_main {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.logo {
	margin-top: 5px;
	position:relative;
	z-index:2147483647;
}
.menu-toggle {
	background: #2f3c5e none repeat scroll 0 0;
	padding: 20px 22px 14px 23px;
}
.search-menu {
	background: #2f3c5e none repeat scroll 0 0;
	line-height: 22px;
	padding: 19px 20px 18px;
}
.menu-toggle > a {
	color: #fff;
}
.menu-toggle > a:hover, .menu-toggle > a:focus{ text-decoration:none;}
.menu-toggle > a span {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 0 28px;
	line-height: 20px;
}
.header-right {
	position: relative;
}
nav.main-menu {
	position: absolute;
	top: 60px;
	z-index: 99;
}
.main-menu ul li {
	text-transform: uppercase;
	padding: 10px 10px 10px 23px;
}
.main-menu {
	background: #15b5e1;
	clear: both;
}
.main-menu ul li a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
.main-menu ul li:hover, .main-menu ul li.current-menu-item {
	background: #2f3c5e;
}
.main-menu ul li a:hover, .menu-toggle > a:hover {
	text-decoration: none;
}
.socialLinks {
	padding: 25px 23px;
	text-align: center;
}
.socialLinks ul li {
	display: inline-block;
	padding: 0 7px;
}
.socialLinks ul li a {display:inline-block;font-size:20px;color:#00c8ff!important;background:#fff;border-radius:50%;width:35px;height:35px;text-align:center;padding-top:5px;}
.socialLinks ul li a:hover {color:#00c8ff!important;background:#003d5c}
.socialLinks ul li:hover {background:none!important}

.socialLinks ul li img {
	display: block;
}
.banner {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.banner_img_wrap > img {
	opacity: 0;
}
.banner_img_wrap {
	background-position: center top;
	height: 1000px;
}
.banner_img_wrap:after {
	position:absolute;
	width:100%;
	height:100%;
	content:"";
	right:0;
	left:0;
	bottom:0;
	background: url(../images/shadow_bg.png) no-repeat center center;
}
.sliderContent {
	position: absolute;
	/*text-align: right;*/
	top: 21.7%;
	width: 540px;
	z-index:999;
}
.sliderContent h4 {
	font-size: 42px;
	color: #fff;
	text-transform: uppercase;
	line-height: 49px;
	font-weight: bold;
	text-shadow: 0px 1px 2px rgba(150, 150, 150, 0.8);
}
.sliderContent h5 {
	color: #003d5c;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	margin-top: 19px;
}
.sliderContent h6 {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
.owl-controls {
	position: absolute;
	top: 52.2%;
	width: 100%;
	
}
.owl-dots {
	text-align: center;
}
.top.video_block .owl-controls {
	position: absolute;
	bottom: 15px !important;
	
	top:inherit;
	right:15px;
}
.top.video_block .owl-dots {
	text-align: right;
	color:#fff;
	background:none;
}
.top.video_block .owl-dots .owl-dot{ background:none; }
.top.video_block .owl-dots .owl-dot.active {
	background:none;
	font-weight:400;
	font-size:32px;
	width:28px;
	
}
.top.video_block .owl-dots .owl-dot span {
	font-size:16px;
	
}
.top.video_block .owl-dots .owl-dot.active span { 
	font-weight:bold;
	font-size:32px;

}


.owl-dot {
	background: #fff none repeat scroll 0 0;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	display: inline-block;
	height: 10px;
	margin: 0 6px;
	width: 10px;
}
.owl-dot.active {
	background-color: #2f3c5e;
}
.tablet_animation{
display:none;
}
/* ==========================================================================

   Footer

   ========================================================================== */

footer {
	position: relative;
	z-index: 99;
}
.footer {
	background: #00c8ff none repeat scroll 0 0;
	padding: 43px 0 92px;
	margin-top: 20px;
}
.footer_widget {
	color: #000;
	margin-right: 5%;
	padding-left: 20px;
	width: 20%;
}
.footer_widget h3 {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #003d5c;
	margin-bottom: 23px;
	text-transform: uppercase;
}
.footer_widget:nth-child(3) h3 {
	min-height: 48px;
}
.footer_widget .socialLinks {
	padding: 0 0 12px;
	text-align: left;
}
.footer_widget .socialLinks ul {
	margin-left: -7px;
}
.footer_widget ul {
	list-style: none;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}
.footer_widget ul li a {
	color: #000;
}
.footer_widget ul li:hover a, .footer_widget ul li.current-menu-item a {
	color: #fff;
	text-decoration: none;
}
.footer_bottom {
	padding: 18px 15px;
	color: #00c8ff;
}
.footer_bottom a {
	color: #00c8ff;
	font-size: 14px;
	line-height: 24px;
}
.footer_bottom a:hover {
	color: #fff;
	text-decoration: none;
}
/* ==========================================================================

   Main

   ========================================================================== */



#main {
}
#primary {
	margin-top: 373px;
	position: relative;
	z-index: 99;
}
.row {
	display: block;
}
.breadcrumb {
	background: #2f3c5e none repeat scroll 0 0;
	color: #fff;
	font-size: 13px;
	padding: 24px 35px;
	line-height: 20px;
}
.bcum > .start, .breadcrumb a {
	color: #00c8ff;
}
.bcum > span {
    color: #fff;
}
.container > article {
	background: #fff none repeat scroll 0 0;
	padding: 0 164px 40px;
	width: 100%;
}
header.entry-header {
	padding: 44px 0 0;
}
.single:not(.single-initiators) header.entry-header {
	padding: 44px 0 37px;
}
.single:not(.single-directors) header.entry-header {
	padding: 44px 0 37px;
}
.single .entry-header h2{
margin-bottom: 0;
}
h1.entry-title {
	color: #00c8ff;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 42px;
	margin-bottom: 0;
}
.entry-header h2 {
	color: #003d5c;
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 37px;
	font-weight: bold;
	text-transform: uppercase;
}
/*.page-id-168 h1.entry-title, .page-id-168 .entry-header h2 {
    display: inline-block;
    margin-right: -3px;
}*/
article .entry-content, header p {
	color: #000;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
}
article .block_btn {font-weight: 400;
	border: 1px solid #003d5c;
	color: #003d5c;
	display: block;
	font-size: 14px;
	line-height: 24px;
	margin: 30px auto 0;
	width: 188px; padding:6px 0;
}
.col_left, .col_right {
	background: #fff none repeat scroll 0 0;
}
.windpark_block {
	width: 480px;
	margin-right: 20px;
}
.windpark_block.doe_block {
	margin-right: 0px;
	
}
.windpark_block.doe_block a.block_btn.blue {
	display:inline-block;
	margin-top:22px;
}
.doe_block {
	width: 484px;
}
.page:not(.home) .doe_block, .single .doe_block, .blog .doe_block {
	margin-left: 20px;
}
.windpark_block .box_text {
	padding: 22px 18px;
	width: 230px;
	min-height:270px;
}
.windpark_block.row3left .box_text {
	padding: 22px 22px;
	
}
.windpark_block .box_img {
	width: 250px;
}
.windpark_block:hover .box_text, .spotlight_block:hover .box_text {
	background: #003d5c none repeat scroll 0 0;
	color: #fff;
}
.windpark_block:hover .box_text h2, .windpark_block:hover .box_text p, .spotlight_block:hover .box_text h2, .spotlight_block:hover .box_text p {
	color: #fff;
}
.spotlight_block *, .windpark_block * {transition:all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;}
.windpark_block .box_img::before, .video_animation .box_img::before, .spotlight_block .box_img::before {
	background: #003d5c none repeat scroll 0 0; 
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	transition:all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}
.windpark_block:hover .box_img::before, .video_animation:hover .box_img::before, .spotlight_block:hover .box_img::before{opacity: 0.7;
   }
.windpark_block:hover .blue, .spotlight_block:hover .blue {
	background-color: #fff;
	color: #003d5c;
	text-decoration: none;
	border: 1px solid #fff;
}

.box_img {
	position: relative;
}
.box_img img {
	display: block;
}
.box_img.tps {
	background:#00c8ff none repeat scroll 0 0;
	
	
}
.box_img.bts {
	background:#638a39  none repeat scroll 0 0;

	}
.doe_block .box_text {
	padding: 22px 22px 22px;
	width: 253px;
}
.doe_block.bottom .box_text {
	width:auto;
	padding:0px;
	overflow:hidden;
	padding:25px 21px 26px 22px;
	background:#fff;
	
} 

.doe_block .box_img {
	width: 231px;
}
.doe_block.bottom .box_img  {
	
	width:100%;
	margin-top:15px;
	
}
.doe_block.bottom .box_img img {
	
	margin:auto;
}
.doe_block.bottom  { 
	min-height:0px;
	padding:0px;
	background:none;
}

.doe_block:hover .red {
	background-color: #628a38;
	color: #fff;
	text-decoration: none;
	border: 1px solid #628a38;
}
.box_text h2 {
	color: #003d5c;
	font-size: 23px;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.doe_block .box_text > h2 {
	margin-bottom: 18px;
}
.box_text p {
	color: #000;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
}
.block_btn, .blue, .red, .white, a{opacity: 1;
   transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;}
.blue {
	background-color: #003d5c;
	color: #fff;
	border: 1px solid #003d5c;
}
.blue:hover {
	background-color: #fff;
	color: #003d5c;
	text-decoration: none;
	border: 1px solid #fff;
}
.lnews .blue:hover {
	border-color: #003d5c;
}
.red {
	background-color: #e53527;
	color: #fff;
	border: 1px solid #e53527;
}
.red:hover {
	background-color: #628a38;
	color: #fff;
	text-decoration: none;
	border: 1px solid #628a38;
}
.white {
	background-color: #fff;
	color: #38295c;
	border: 1px solid #fff;
}
.white:hover,.video_animation:hover .white {
	background-color: #003d5c;
	color: #fff;
	border: 1px solid #003d5c;
	text-decoration: none;
}
.block_btn {
	border-radius: 37px;
	-webkit-border-radius: 37px;
	-ms-border-radius: 37px;
	padding: 7px 0 10px;
	font-size: 16px;
	line-height: 17px;
	text-align: center;
	width: 146px;
	display: block;
}
.windpark_block.row3left .block_btn {
margin-top:19px;
display:inline-block;
	
	
}
.row2, .row3, .row4 {
	margin-top: 20px;
}
.hoe_block {
	background-color: #00c8ff;
	width: 229px;
	padding: 24px 17px 25px 19px;
}
.hoe_block h2 {
	color: #fff;
	margin-bottom: 24px;
}
.hoe_block strong {
	color: #000;
}
.hoe_block p {
	margin-bottom: 33px;
	margin-right: 5px;
}
.hoe_block .box_text > p:nth-child(2) {
	margin: 0;
}
.center_block {
	background: transparent;
	margin: 0 20px;
	width: 483px;
}
.center_block h2 {
	color: #fff;
	margin-bottom: 102px;
	width: 70%;
}
.video_animation {
	position: relative;
	margin-bottom: 20px;
}
.latest-news.video_animation.desktop_animation {
	margin-bottom:0px;
	height:561px;
	
}
.video_animation.desktop_animation.video_block {
	margin-right:0px;
	margin-bottom:0px;
	
}
.video_animation.desktop_animation.video_block .box_text{ 
	width:100%;
	height:100%;
	bottom:40px;

}
.video_animation.desktop_animation.video_block .block_btn { 
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 22px;

}

.video_animation .box_text {
	left: 0;
	padding: 23px 22px;
	position: absolute;
	top: 0;
	z-index: 9;
}
.latest-news.video_animation { background:#fff; }

.latest-news.video_animation .text-block {min-height:288px; padding:28px 20px; box-sizing:border-box; position:relative; }
.latest-news.video_animation .box_text  { padding: 0px; position:inherit; }
.latest-news.video_animation .box_text h2 { margin-bottom:0px; color:#003d5c; padding-bottom: 25px; }
.latest-news.video_animation .box_text a.title { font-size:24px; text-transform:uppercase;  font-family: 'Open Sans'; font-weight:bold;  padding-bottom: 25px; display:block; word-wrap:break-word;} 
.latest-news.video_animation .box_text a.title:hover {   color: #2f3c5e; }
.latest-news.video_animation  .block_btn.blue { margin:inherit; display:inline-block;     margin-right: 5%; }
.latest-news.video_animation .icon-blog { top:15px; }
.latest-news.video_animation  .block_btn.blue:hover {
    border-color: #003d5c;
}
.latest-news.video_animation .more-link { display:inline-block; }

.video_animation .block_btn {
	margin: 0 auto;
}
.temperature_block {
	width: 100%;
	height: auto;
}
.temperature_block img { /*display:block;*/
}
.lnews {
	width: 232px;
	padding: 25px 21px 26px 22px;
	min-height: 558px;
	/* min-height: 556px;*/ overflow: hidden;
	position: relative;
}
.entry-content figcaption {
    font-size: 16px;
} 



@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .lnews {padding: 25px 18px 26px 19px;}
}
.lnews h2 {
	margin-bottom: 21px;
}
.news-item {
	margin-bottom: 27px;
}
.news-item a {
	color: #00c8ff;
	font-size: 14px;
	line-height: 24px;
	text-decoration:none;
}
.news-item a:hover {
	color:#2f3c5e;
}
.lnews .block_btn {
	margin-top: 37px;
}
.date {
	color: #000;
	font-size: 14px;
	line-height: 24px;
	padding-top: 5px;
}
.icon {
	bottom: 20px;
	position: absolute;
	right: 20px;
}
.icon-blog {
	right: 20px;
	top: 20px;
}
.video_block {
	margin-right: 23px;
	width: 480px;
	position: relative;
}
.video_section {
	height: 270px;
	position: relative;
}
.video_section > img {
	display: block;
}
.video_block h2 {
	left: 18px;
	position: absolute;
	top: 20px;
	width: 361px; 
}
.video_block:hover h2 {
	color: #fff;
	z-index: 9;
}
.play-icon {
	font-size: 0;
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/play-button.png) no-repeat center center;
	z-index: 9;
}
.play-icon:hover {
	background: url(../images/play-buttonh.png) no-repeat center center #093d5c;
	opacity: 0.7;
}
.bottom.spotlight_block .play-icon { 
background:none;

}
.bottom.spotlight_block .play-icon:hover {
	background: #093d5c;
	
}
.bottom.spotlight_block .box_text { 
padding:0px;
width:auto;
 }
 #icit_weather_widget-2 .weather-wrapper .weather-forecast .weather-forecast-day { display:none !important; }
.wc_block {
	background: transparent none repeat scroll 0 0;
	width: 484px;
}
.page:not(.home) .wc_block, .single .wc_block, .blog .wc_block {
	width: 231px;
}
.wc_block .box_text {
	width: 232px;
	padding: 16px 21px;
	color: #fff;
	max-height: 270px;
	min-height: 270px;
	text-transform: uppercase;
}
.wc_block .box_text.wblock {
	margin-right: 20px;
	background-color: #628a38;
}
.page:not(.home) .wc_block .box_text.wblock, .single .wc_block .box_text.wblock, .blog .wc_block .box_text.wblock {
	margin-right: 0px;
	width: 231px;
}
.wc_block .box_text.cblock {
	background-color: #00c8ff;

}
.wc_block .box_text h3 {
	display: block;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 13px;
	text-align: center;
}
.wc_block .box_text h4 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 20px;
}
.wc_block img {
	display: block;
	float: right;
}
.wblock img {
	margin-bottom: 14px;
}
.cblock img {
	margin: 10px 0 15px;
}
.box_text.cblock > h3 {
	margin-bottom: 17px;
}
.newsletter {
	padding: 27px 21px;
	width: 229px;
	max-height: 560px;
	min-height: 560px;
}
.nlblock input[type="text"], .nlblock input[type="email"] {
	border: 1px solid #38295c;
	border-radius: 39px;
	-webkit-border-radius: 39px;
	-ms-border-radius: 39px;
	color: #38295c;
	display: block;
	font-size: 16px;
	height: 37px;
	line-height: 37px;
	margin: 0 auto 22px;
	padding: 0;
	text-align: center;
	width: 146px;
}
.nlblock input[type="submit"], #mc-embedded-subscribe {
	border: 1px solid #38295c;
	padding: 8px 0;
	font-weight: normal;
	margin: 0 auto;font-size: 16px;
}
.nlblock input[type="submit"]:hover, #mc-embedded-subscribe:hover {
	background-color: #628a38;
    border-color: #628a38;
    color: #fff;
}
.nlblock form {
	margin-top: 38px;
}
.r4right_block {
	background: transparent none repeat scroll 0 0;
	margin-left: 20px;
	width: 735px;
}
.page:not(.home) .r4right_block, .single .r4right_block, .blog .r4right_block {
	margin-left: 0px;
	margin-right: 20px;
}
.vogel_block {
	position: relative;
	width: 231px;
}
.vogel_block .box_text {
	bottom: 26px;
	padding: 0 20px;
	position: absolute;
}
.vogel_block .box_text h2 {
	color: #fff;
	margin-left: 5px;
	margin-bottom: 27px;
}
.spotlight_block {
	margin-left: 20px;
	width: 484px;
}
.footer-b.spotlight_block { 
	margin-left: 18px;
}
.spotlight_block {
	margin-left: 20px;
	width: 484px;
	min-height:270px;
}
.spotlight_block .block_btn {
	margin-top:41px;
	
	
}
.bottom.spotlight_block {
	margin-left: 0px;
	width: 484px;	
	margin-right:20px;
	background:transparent;
}
.bottom.spotlight_block a.blue {
display:none;	

}
.page:not(.home) .spotlight_block, .single .spotlight_block, .blog .spotlight_block {
	margin-left: 0;
	margin-right: 20px;
}
.spotlight_block .box_text {
	padding: 37px 22px 32px;
	width: 232px;
	min-height:270px
}
.spotlight_block .box_img {
	width: 252px;
}
.spotlight_block .box_text h4 {
	color: #00c8ff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	line-height: 24px;
}
.spotlight_block .box_text p {
	margin-bottom: 41px;
}
.spotlight_block .icon {
	top: 20px;
}
.r4bottom {
	margin-top: 20px;
	width: 100%;
}
.mw_block {
	margin-left: 20px;
	width: 232px;
}
.left.bottom.mw_block.wc_block  {
	margin-left: 0px;
	
}
.gt_block {
	margin-left: 20px;
	width: 232px;
}
.gt_block .box_text > h2 {
	margin-bottom: 22px;
}
.turbines_block .box_text > h2 {
	margin-bottom: 22px;
}

/*-----------------------------------------------------------------------------
New design page
--------------------------------------------------------------------------- */
.top-bg {
	min-height:925px;
	
}
.top-bg h1 {
	color:#fff;
	
} 

.text-content {
	background:#fff;
	color:#000;
	font-size:14px;
	line-height:24px;
	width:354px;
	padding:20px;
	border-radius:10px;
	
	
}

.text-content h1 { 
	color:#00c8ff;
	font-size:24px;
	line-height:28px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:35px;
}

.text-content span {
	color:#5ab4ea;
	text-transform:uppercase;
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	display:block;
	
}
.text-content cite {
	font-size:14px;
	line-height:24px;
	color:#003d5c;
	text-transform:uppercase;
	font-weight:bold;
	font-style:normal;
	display:block;
	

}

.text-content .sub-text {
	margin-bottom:35px;
	
}

.static-bg {
	height:109px;
	
	
}
.static-bg .list {
	text-align:center;
	
}
.static-bg .list li {
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	color:#000;
	position:relative;
	 padding-left: 18px;
    padding-right: 19px;
}
.static-bg .list li.one {
	color:#628a38;
	padding-left:0px;
	
	
}

.static-bg .list li.two:before {
	content:"";
	position:absolute;
	width:18px;
	height:18px;
	background:#c5c6c6;
	left:-6px;
	top:3px;
	
}

.static-bg .list li.three:before {
	content:"";
	position:absolute;
	width:18px;
	height:18px;
	background:#628a38;
	left:-6px;
	top:3px;
	
}

.static-bg .list li.four:before {
	content:"";
	position:absolute;
	width:18px;
	height:18px;
	background:#a4c038;
	left:-6px;
	top:3px;
	
}
.new-content p { 
	padding-bottom:35px;

}

.video-box .video_section {
	height:auto !important;
	
}

.video-box .owl-controls { 
	top:inherit;
	margin-top:10px;
	
}
.video-box .owl-controls .owl-dot {
	background:none;
	color:#b6b6b6;
	font-weight:bold;
	margin: 0 8px;
	
	
}
.video-box .owl-controls .owl-dot.active {
	background:none;
	font-size:29px;
	font-weight:bold;
	color:#003d5c;
	width:32px;
	
}
.owl-navs  {
	position:relative;
	
}
.video-box .vid-nav {
	position:absolute;
	top:50%;
	width:100%;
	
	
}
.video-box .vid-nav .prev-vid {
	height: 24px;
    left: -30px;
    position: absolute;
    width: 24px;
	background:url(../images/Back-Button.png) no-repeat center center;
	color:transparent;
	
}

.video-box .vid-nav .next-vid {
	height: 24px;
    right: -30px;
    position: absolute;
    width: 24px;
	background:url(../images/Next-Button.png) no-repeat center center;
	color:transparent;
	
}

.video-box .owl-controls .owl-nav  {
	top:50%;
	
}
.video-box .owl-controls .owl-nav .owl-prev, .video-box .owl-controls .owl-nav .owl-next {
	display:none !important;
	 
}
.container article.video-box {
	padding-top:50px;
	padding-bottom:90px;
	position:relative;
	
	 
} 
.container article.top-bg {
	position:relative;
	
	
	
}
.container  article.top-bg{
	padding: 0 164px 40px;
    width: 100%;
	
}
.container article.video-box .owl-carousel h2{
   color: #003d5c;
    font-size: 23px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 16px;
    text-transform: uppercase;
	  left: 18px;
    position: absolute;
    top: 20px;
    width: 361px;
}
.container article.video-box .owl-carousel .owl-item:hover h2 {
	/* //color:#fff !important; */
	
	
}

.container  article.video-box:before {	
    content: "video’s";
    position: absolute; 
    top: 65%;
    left: 0;
    font-size: 48px;
	line-height:24px;
    font-weight: bold;
    color: #b6b6b6;
    
	   -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
	opacity:0.25;
	
}


.container > article.top-bg:before {	
    color: #b6b6b6;
    content: "bouw windpark";
    font-size: 48px;
    font-weight: bold;
    left: -120px;
    line-height: 24px;
    opacity: 0.25;
    position: absolute;
    top: 45%;
    transform: rotate(-90deg);
	
}
.page .col_right.left.doe_block .box_img img, .single .col_right.left.doe_block .box_img img, .blog .col_right.left.doe_block .box_img img {
	margin:22px auto 26px;
	
	
}
.home.page .col_right.left.doe_block .box_img img 
{
	margin:0px;
}


/* finish new design */



::-webkit-input-placeholder {
 color: #38295c;
opacity:1;
}



:-moz-placeholder { /* Firefox 18- */
 color: #38295c;
opacity:1;
}



::-moz-placeholder {  /* Firefox 19+ */
 color: #38295c;
opacity:1;
}



:-ms-input-placeholder {
 color: #38295c;
opacity:1;
}
.giweather .giw-copyright {
	color: #bababa;
	font-family: arial, sans-serif;
	font-size: 9px;
	padding: 6px 20px 0;
}
.inline {
	display: inline-block;
}
.wdate {
	color: #003d5c;
	font-size: 14px;
	height: 41px;
	line-height: 41px;
	padding: 0 28px;
	background-color: #40d6ff;text-transform: capitalize;
}
.main .weather-wind-condition img {
    margin-top: 14px;
}
.weather-wind-condition {
	/*font-family: 'Open Sans', sans-serif;
	float: left;
	margin: 14px 1px 0 20px;
	text-align: center;
	width: 95px;*/
	float: none;
    font-family: "Open Sans",sans-serif;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.weather-mw {display: none;
	margin: 9px 0 0;
	text-align: center;
	width: 104px;
}
.weather-wind-condition h4, .weather-mw h4 {
	font-size: 40px;
	color: #093d5c;
	font-weight: 600;
	line-height: 38px;
	display:inline-block;
	margin-right:10px;
}
.weather-wind-condition h4 span, .weather-mw h4 span {
	font-size: 14px;
	color: #093d5c;
	font-weight: 600;
	line-height: 18px;
	margin-left:6px;
}
.weather-wind-condition .wspeed {
    color: #093d5c;
    font-size: 16px;
}
.weather-wind-condition h6, .weather-mw h6 {
	font-size: 14px;
	color: #093d5c;
	font-weight: 600;
	line-height: 18px;
}
.city-title {
    display: block;
}
.weather-wind-condition img {
	margin-bottom: 9px;
}
.meater-icon {
	margin-bottom: -2px;
}
.forecast-day {
	color: #003d5c;
	font-size: 14px;
	padding: 10px 0 !important;
	text-transform:capitalize;
}
.weather-forecast-day:nth-child(1) .forecast-day {
	background-color: #42c3e7;
}
.weather-forecast-day:nth-child(1) {
	background-color: #03afdf;
}
.weather-forecast-day:nth-child(2) .forecast-day {
	background-color: #427da5;
}
.weather-forecast-day:nth-child(2) {
	background-color: #055683;
}
.weather-forecast-day:nth-child(3) .forecast-day {
	background-color: #4489b3;
}
.weather-forecast-day:nth-child(3) {
	background-color: #05619a;
}
.weather-forecast-day .weather-wind-condition {
	margin: 0;
	width: 100%;
}
.weather-forecast-day .weather-wind-condition h4 {
	color: #fff;
	font-size: 32px;
	line-height: 35px;
}
.weather-forecast-day .weather-wind-condition h6 {
	font-size: 12px;
	color: #fff;
}
.forecast-temp {
	clear: both;
}
.weather-forecast-day .wtemp {
	color: #fff;
	font-size: 16px;
}
img.alignleft:nth-child(2) {
	margin-right: 0;
}
.initiators, .directors {
	margin: 50px 0 16px;
}
.initiator, .director {
	margin: 0 20px 20px 0;
	position: relative;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.initiator:nth-child(3n), .director:nth-child(3n) {
	margin-right: 0;
}
.initiator figure img, .director figure img {
	display: block;
}
.i-con {
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 37%;
	width: 100%;
}
.i-con > h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 28px;
	text-transform: uppercase;
}
a .i-con > h2 {
	color: #fff;
}
.i-con > h2 a:hover {
	text-decoration: none;
}
.i-con > h4 {
	color: #00c8ff;
	font-size: 13px;
	line-height: 20px;
}
.initiator:hover .i-con, .director:hover .i-con {
	opacity: 1;
}
.initiator:hover figure, .director:hover figure {
	position: relative;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.initiator:hover figure:before, .director:hover figure:before {
	background: #2f3c5e;
	opacity: 0;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	richness: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.initiator:hover figure:before, .director:hover figure:before {
	opacity: 0.7;
}
article.initiators, article.directors {
	margin: 0;
}
.initiators .post-thumbnail, .directors .post-thumbnail, .supporters .post-thumbnail{
	float: left;
	margin: 54px 26px 30px 0;
}
.initiators header.entry-header, .directors header.entry-header,  .supporters header.entry-header {
	float: left;
	width: 425px;
}
.initiators header.entry-header h1.entry-title, .directors header.entry-header h1.entry-title, .supporters header.entry-header h1.entry-title {
	color: #628a38;
}
.initiators header.entry-header h3, .directors header.entry-header h3, .supporters header.entry-header h3 {
	color: #15b5e1;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 28px;
	text-transform: uppercase;
	line-height: 26px;
}
.back-link a {
	background: url(../images/back-icon.png) no-repeat center center;
	display: block;
	font-size: 0;
	margin-top: -1px;
	padding: 2px 12px;
}
.back-link a:hover {
	background: url(../images/back-icon-h.png) no-repeat center center;
}
.blog h2.entry-title {
	color: #00c8ff;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 27px;
}
.blog h2.entry-title a {
	color: #00c8ff;
}
.blog .more-link {
	display: none;
}
.blog article.post header {
	border-top: 1px solid #00c8ff;
	padding-top: 23px;
}
.postedby {
	margin-bottom: 20px;
}
.blog-page .entry-header > h2 {
	margin-bottom: 0;
}
article.blog-page {
	padding-bottom: 36px;
}
.next.page-numbers, .prev.page-numbers {
	display: none;
}
.navigation.pagination {
	padding-bottom: 55px;
}
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #00c8ff;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-ms-border-radius: 35px;
	line-height: 35px;
	padding: 0 12px;
	width: 100%;
	height: auto;
}
.wpcf7-form .wpcf7-textarea {
	height: 140px;
	border-radius: 19px;
	-webkit-border-radius: 19px;
	-ms-border-radius: 19px;
	resize: none;
	position: relative;
  background: #fff url("../images/resizer.png") no-repeat scroll right 7px bottom 7px;
}
.wpcf7-form label {
	float: left;
	line-height: 35px;
	width: 25%;
	margin-top: 13px;
}
.wpcf7-form span.wpcf7-form-control-wrap {
	float: left;
	width: 75%;
	margin-top: 13px;
}
.wpcf7-form .wpcf7-submit {
	background: #003d5c none repeat scroll 0 0;
	border: 1px solid #003d5c;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-o-border-radius: 35px;
	-ms-border-radius: 35px;
	float: right;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
	padding: 0 12px;
	width: 144px;
	margin-top: 31px;
	cursor: pointer;
}
.wpcf7-form .wpcf7-submit:hover {
	background: #fff;
	color: #003d5c;
}
.wpcf7-form div.wpcf7-response-output {
	border: medium none;
	clear: both;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #F00;
}
.wpcf7-form div.wpcf7-response-output.wpcf7-validation-errors {
	color: #d9cb01;
}
.wpcf7-form div.wpcf7-response-output.wpcf7-mail-sent-ok {
	color: #398f14;
}
.search-pop {
    position: absolute;
    z-index: 99; top:589px; width:100%;
	opacity:0; visibility:hidden; transition:0.4s all ease-in-out; -webkit-transition:0.4s all ease-in-out; -ms-transition:0.4s all ease-in-out; -o-transition:0.4s all ease-in-out;}
	
.search-pop.active{top:189px; opacity:1; visibility:visible; transition:0.4s all ease-in-out; -webkit-transition:0.4s all ease-in-out; -o-transition:0.4s all ease-in-out; -ms-transition:0.4s all ease-in-out;}
.searchwp-live-search-widget-search-form .search-field{ cursor:auto;}
.search-submit {
    background: #093d5c none repeat scroll 0 0;
    height: 60px;
    padding: 20px 19px 18px 21px;
    width: 63px; float:left;
}
.searchwp-live-search-widget-search-form > label{ display: block;
    position: relative;
    width: 100%;}
label input.search-submit {
    left: 0;
    position: absolute;
    top: 0;
}
#searchwp_live_search-2 .search-field {background: #ffffff none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #093d5c;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    padding: 17px 192px 17px 82px;
    text-transform: uppercase;	
}
.searchwp-live-search-result a{
color: #093d5c;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;	line-height:24px;
}
.searchwp-live-search-result a:hover{ color:#fff; text-decoration:none;}
.searchwp-live-search-results.searchwp-live-search-results-showing {
    margin-top: -5px;padding-left: 83px;
}
.bcum {
    width: 80%;color: #00c8ff;
}
input, textarea, select {
    -webkit-appearance: none;
}
.search-menu a img {
    vertical-align: middle;
}
#theFormID {
    position: relative;
}
.ex-fields { background: #fff none repeat scroll 0 0;
    height: 60px;
    position: absolute;
    right: 0px;top: 0;
}
.search-submit.block_btn.blue {
    display: inline-block;
    height: 37px;
    line-height: 37px;
    margin: 12px 0 11px;
    padding: 0;
    vertical-align: middle;
    width: 120px;
}
.clear-field {
    display: inline-block;
    padding: 17px 19px 18px;
}
.clear-field > img {
    display: block;
}
.search-submit.block_btn.blue:hover {
    border-color: #093d5c;
}
figcaption.gallery-caption {
    font-size: 14px;
}
@media (min-width:1025px){
.footer_widget:nth-child(2) {
    padding-left: 4px;
}
.footer_widget:nth-child(3) {
    padding-left: 10px;
}
.footer_widget:nth-child(4) {
    padding-left: 15px;
}
}

.video-image {
    left: 0;
    position: absolute;
    top: 0;
}
.top.video_block img.simple-img { 
position:inherit;


}
.top.video_block {
	overflow:hidden;
	
}
.top.video_block .top.left { 
width:100%;

}
.desk-video .video-image{
	position:inherit;
}
.col_left.video_block .video-image {
    height: 100%;
}
.edit-link {
    display: none;
}
.icit_icon-Cloud::before, .icit_icon-Sun::before, .icit_icon-Rain::before, .icit_icon-CloudySun::before {
    content: "" !important; 
}
.main .icit_icon-Cloud, .main .icit_icon-CloudySun{
	background:url(../images/cloudsun-o.png) no-repeat center center; min-height:28px;
}
.main .icit_icon-Sun{
	background:url(../images/sun-o.png) no-repeat center center; min-height:28px;
}
.main .icit_icon-Rain{
	background:url(../images/rain-o.png) no-repeat center center; min-height:28px;
}
.weather-forecast-day .icit_icon-Cloud, .weather-forecast-day .icit_icon-CloudySun{
	background:url(../images/cloudsun.png) no-repeat center center; min-height:28px;
}
.weather-forecast-day .icit_icon-Sun{
	background:url(../images/sun.png) no-repeat center center; min-height:28px;
}
.weather-forecast-day .icit_icon-Rain{
	background:url(../images/rain.png) no-repeat center center; min-height:28px;
}
.weather-forecast .icit-icon {
margin:15px 0;
    color: #fff;

}
.doe_block .logo1 a {
   display:block;
transition: none 0s ease 0s ;
}
.doe_block .logo2 a {
   display:block;
transition: none 0s ease 0s ;
}
/* .doe_block .logo1 a:hover {
	background:url(../images/img-hover1-new.jpg) no-repeat center center;
background-size: 100% auto;
}
.doe_block .logo2 a:hover {
    background:url(../images/zeeu-wind-hover.jpg) no-repeat center center;
background-size: 100% auto;
}
.doe_block .logo1 a:hover img {
	opacity:0;
}
.doe_block .logo2 a:hover img {
  opacity: 0;
} */
.blog header::after {
	background:none;
	content:normal;
}
.error-404  .page-content > form {
    position: relative;
    margin-top: 8px;
}
.error-404 .searchfield {
    padding: 8px 0 7px 46px;
}

.search  .page-content > form {
    position: relative;
    margin-top: 8px;
}
.search .searchfield {
    padding: 8px 0 7px 46px;
}
.search .container{
 padding:  0px;
}

.search  .page-header{
 border-left: 0px;
}

.error-404 .page-header {
   border-left: 0px;
}


@media (max-width:1024px){
.row-blog .hoe_block.text-block:after {
	display:none;
	content:"";
}
}
@media (max-width:767px){
.container > article {
  padding: 0 30px 40px;
}	
}