@charset "utf-8";
html {
	-webkit-text-size-adjust: none;
}
body {
	background: #fff url('../images/bg.gif?1') repeat;
	font: 14px/21px Helvetica, Arial, Verdana, sans-serif;
	color: #6f6f6f;
}
a {
	text-decoration: none;
	color: #eb5c1b;
}
a:hover {
	text-decoration: none;
	color: #cc4a0f;
}
h1, h2, h3 {
	font-family: 'SansusWebissimoRegular', Helvetica, Arial, Verdana, sans-serif;
}
h1 {
	font-size: 36px;
	line-height: 38px;
	font-weight: normal;
	color: #eb5c1b;
	margin-bottom: 25px
}
h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #1f7fbf;
	margin-bottom: 20px;
}
h3 {
	font-size: 19px;	
	font-weight: normal;
	color: #4e4e4e;
	margin-bottom: 13px;	
}
h2 a {
	color: #1f7fbf;	
}
h2 a:hover {
	color: #1068a1
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* => MAIN SECTIONS */
#wrap {
	max-width: 940px;
	margin: 0 auto;
	padding: 45px 15px 0 15px;
	position: relative
}
.wrapper {
	margin: 0 auto;
	max-width: 940px;
	position: relative;
}
#header {
	background: #1f7fbf url('../images/header.gif?2') repeat;
	width: 100%;
	z-index: 100;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .35);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .35);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .35);
  /*  position: static*/
}
#content-wrap {
	padding-bottom: 56px;
	margin-top: 56px;
}
/* => HEADER */
/* nav */
#nav {
	list-style-type: none;
	float: left;
	margin-right: 111px;
}
#nav li {
	float: left;
}
#nav a {
	color: #8dd2ff;
	display: block;
	font-size: 13px;
	padding: 13px 12px;
	text-transform: uppercase;
	font-weight: bold;
    transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;	
}
#nav .active a, #nav .active a:hover {
	background: #3a9ddf;
	color: #fff;
}
#nav a:hover {
	background: #2491d8;
}
/* langmenu
#langmenu {
	position: absolute;
    right: 0;
    top: 8px;
	background: #1170ae;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 10px 9px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.15) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.15) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.15) inset;		
}
#langmenu-inner {
	background: url('../images/arrow.png?1') no-repeat right center;
	color: #fff;
	float: left;
	line-height: 10px;
	padding: 0 15px 0 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase
}
#langmenu-select {
	opacity: 0;
	height: 31px;
	position: absolute;
	right: 0;
	top: 0;
	width: 59px;
	filter: alpha(opacity=0)
}
*/
/* search */
#search-wrap {
	position: absolute;
    right: 49px;
    top: 0;
	margin: 0 17px 0 0;
}
#search-wrap .active {
	background: #3A9DDF;
}
#search-btn span {
	background: url('../images/search.png?1') no-repeat center center;	
	float: right;
	height: 46px;
	position: relative;
	text-indent: -9999px;
	width: 37px;
}
#search-btn {
	float: right;
    height: 46px;
    width: 37px;
	cursor: pointer;
}
#search {
	position: absolute;
	top: 46px;
	right: 0;
	border: 4px solid #3A9DDF;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);		
	display: none;
    z-index: 120
}
#onpage_search {
	font: 14px/30px Helvetica, Arial, Verdana, sans-serif;	
	border: none;
	height: 30px;
	padding: 0 7px;
	color: #6f6f6f;
	width: 190px;
}
/* hgroup */
#logo {
	margin-bottom: 40px;
}
.hgroup h2 {
	font-size: 55px;
	line-height: 59px;
	color: #4E4E4E;
	margin-bottom: 0;
}
/* Content-wrap */
#content-wrap p, .excerpt {
	margin-bottom: 23px;
}
#content-wrap ul, #content-wrap ol {
	margin: 0 0 23px 23px
}
.left-column {
	width: 69%;
	float: left;
	min-height: 100px;
}
#front .left-column {
	width: 65%;	
}
.right-column {
	width: 26%;
	float: left;
	margin-left: 3.5%;
}
#front .right-column {
	width: 30.8%;
	float: right;
}
/* latest news */
#wrap #latest-news {
	list-style-type: none;
	margin: 0
}
#latest-news h3 a {
	color: #4E4E4E;
}
#latest-news h3 a:hover {
	color: #353535;
}
#latest-news h3 {
	margin-bottom: 3px;
}
#wrap .meta-info {
	font-size: 13px;
	margin-bottom: 10px;
}
#front #latest-news .date {
	font-weight: bold;
	margin-left: 10px;
}
.more {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.heading {
	background: #1f7fbf;
	color: #fff;
	padding: 7px 15px;
	font-weight: bold
}
#white-box {
	background: #fff;
	border-top: 2px solid #1f7fbf;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* submenu */
#wrap #submenu {
	list-style-type: none;
	margin: 0;
	padding: 10px 15px;			
}
#submenu li {
	position: relative;
}
#submenu li a {
	color: #505050;
	border-bottom: 1px solid #E5E5E5;
    display: block;
    padding: 5px 0;
}
#submenu a:hover, #wrap #thirdmenu a:hover {
	color: #111;
}
#submenu .active a, #submenu .active a:hover, #wrap #thirdmenu .active a, #mobile-submenu .active a, #mobile-thirdmenu .active a {
	color: #1f7fbf;
	font-weight: bold;	
}
#submenu li:last-child a {
	border-bottom: none;
}
/* thirdmenu */
#wrap #thirdmenu {
	margin: 0 0 0 22px;
	list-style-type: none;
	border-bottom: 1px solid #E5E5E5;	
}
#wrap #thirdmenu a {
	font-size: 13px;
	font-weight: normal;
	color: #505050
}
/* blog */
.article-head {
	display: block;
	margin-left: 40px;
}
.date2 {
	display: block;
    font-size: 11px;
    font-weight: bold;
    left: 0;
    position: absolute;
    top: 6px;
    color: #ccc;
}
#wrap #blog-list {
	list-style-type: none;
	margin: 0
}
#blog-list li {
	position: relative;
	width: 30.8%;
	display: inline-block;
	margin-right: 3%;
	margin-bottom: 40px;
	vertical-align: top;
}
#blog-list li:first-child h2 a {
	color: #383838;
}
#blog-list h2 {
	margin-bottom: 17px;
}
#blog-list li:nth-child(3n) {
	margin-right: 0;
}
#blog-list li:nth-last-child(-n+3) {
	margin-bottom: 0;
}
.date {
	font-weight: bold;
	color: #383838;
}
#article .hgroup h2 {
	font-size: 45px;
	line-height: 47px;
}
#article #content-wrap {
	margin-top: 25px;
}
.meta-data {
	margin-top: 11px;
}

/* article tags */
.article-tags { margin-top: 30px; font-size: 14px; min-height: 1em; }
.article-tag-icon {
    width: 16px;
    height: 16px;
    float: left;
    background: url('../images/tag.png') no-repeat center center;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin-right: 7px;
    margin-top: 2px;
}
.svg .article-tag-icon { background: url('../images/tag.svg') no-repeat center center; }
.tagged-list-header {
    padding: 0;
    font-size: 24px;
    color: #222222;
    margin-bottom: 30px;
}
.header-tag-icon {
    width: 24px;
    height: 24px;
    float: left;
    background: url('../images/header-tag.png') no-repeat center center;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin-top: -1px;
    margin-right: 15px;
}
.svg .header-tag-icon { background: url('../images/header-tag.svg') no-repeat center center; }
.tagged-list-header  a {border: none; text-decoration: none;}
.tagged-list-header  a:hover { border-bottom: 1px solid #BEBEBE; }
.article-tags .edy-taglist { margin-left: 25px; }

/* Footer */
#footer {
	font-size: 12px;
	border-top: 1px solid #ccc;
	padding: 13px 0;
}
#footer .left {
    min-width: 100px
}
/* form */
#comments, #comment-form {
	padding-top: 23px;
}
#comments {
	margin: 23px 0;
}
#comments ul {
	list-style-type: none;
	margin: 0
}
#comments p {
	margin-bottom: 0
}
#comments ul li {
	margin-bottom: 12px;
}
#comments ul li:last-child {
	margin-bottom: 0;
}
.comment-author {
    color: #1f7fbf;
    font-size: 15px;
    font-weight: bold;
}
#comment-form .form_field label {
	display: inline-block;
	width: 110px;
	vertical-align: top
}
#comment-form .form_submit input {
	margin-left: 113px
}
.form_area {
	margin-bottom: 23px
}
.form_field label {
	display: block;
	line-height: 24px;
    color: #4E4E4E
}
.form_field {
	margin-bottom: 8px;
}
.form_field_select {
    color: #6F6F6F
}
.form_field_textfield, .form_field_textarea {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 2px 5px;
	height: 26px;
	line-height: 26px;
	width: 190px;
	color: #333;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset			
}
.form_field_radio, .form_field_checkbox {
    margin: 0 10px 0 0
}
.form_field_textfield:focus, .form_field_textarea:focus {
    border: 1px solid #439edb
}
.form_field_textarea {
	height: 110px;
	width: 402px;
}
.form_submit input {
	background: #1f7fbf;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
.form_submit input:hover, .form_submit input:focus {
	background: #1070af;
}
.form_notice {
	color: #3e9b00
}
.form_error, .form_field_error, .blog-errors {
	color: #cc0000
}
.form_notice, .form_error {
    font-size: 18px;
    margin: 13px 0
}
.form_field_with_errors input, .form_field_with_errors textarea {
    border: 1px solid #cc0000
}
#wrap .blog-errors {
	margin: 0 0 20px 51px
}
.form_field_size_small {
	width: 130px
}
.form_field_size_medium {
	width: 260px
}
.form_field_size_large {
	width: 98%
}
#mobile-submenu {
    background: #fff
}
#mobile-thirdmenu {
    background: #cce6f7;
}
#mobile-submenu, #mobile-thirdmenu {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2)
}
#mobile-submenu li, #mobile-thirdmenu li {
    float: left;
    margin-right: 14px
}
#mobile-submenu a, #mobile-thirdmenu a {
    color: #505050
}
/* mediaqueris */
 @media only screen and (max-width: 768px) {
	.hgroup h2 {
		font-size: 45px;
		line-height: 45px;
	}
	#comment-form .form_field label {
		display: block;
	}
	#comment-form .form_submit input {
		margin-left: 0;
	}
    #header {
        position: static !important
    }
    #wrap {
        padding: 23px 15px 0 !important
    }
}
 @media only screen and (max-width: 700px) {
	.left-column, #front .left-column, .right-column, #front .right-column {
		width: 100%;
		float: none;
	}
    .right-column {
        display: none
    }
    #front .right-column {
        display: block;
        margin-top: 30px;
        margin-left: 0
    }
    #mobile-submenu, #mobile-thirdmenu {
        display: block
    }
	#content-wrap {
		margin-top: 40px;
		padding-bottom: 40px;
	}	
	.hgroup h2, #article .hgroup h2 {
		font-size: 24px;
		line-height: 25px;	
	}
	#logo {
		margin-bottom: 20px;
	}
	#search-wrap {
		display: none;
	}
	#nav {
		margin-right: 74px;
	}
	#nav a {
		padding: 13px 10px;
	}
	#langmenu {
		right: 10px;
	}
	#blog-list li {
		width: 47%;
		margin-right: 5%;
	}
	#blog-list li:nth-child(3n) {
		margin-right: 5%;
	}
	#blog-list li:nth-child(2n) {
		margin-right: 0
	}
}
@media only screen and (max-width: 480px) {
	#blog-list li {
		width: 100%;
	}
	#blog-list li:nth-child(3n), #blog-list li {
		margin-right: 0
	}
	#blog-list li:nth-last-child(-n+3) {
		margin-bottom: 40px;
	}
	.form_field_textfield, .form_field_textarea {
		width: 97%;
	}
}
.add-lang {
	position: absolute;
	right: 0;
	top: 0;
}
.photo_gallery_area a img {
	margin: 0 7px 10px 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);		
}
.photo_gallery_area a img:hover {
	box-shadow: 0 0 4px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .5);	
}
/* search */
.edys-search-popup {
    background: rgba(168, 210, 237, .9);
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	color: #343b3e;
    text-shadow: none
}
.edys-search-popup .gs-title {
	color: #1f2122;
}
.edys-search-popup .gsc-cursor-box {
	border-top: 1px solid #9ebdd1;
}
.edys-search-popup .gsc-cursor-current-page, edys-search-popup .gsc-cursor-page:hover { 
	color: #1F2122
}
.edys-sw-search-fin {
    border-color: rgba(168, 210, 237, 0.9);    
}
.loading-icon {
    display:none;
    position: absolute;
    top: 7px;
    font-size: 10px;
    right: 6px;
}
#wrap .no-border {
	border-top: none;
}
#comments .comment {
    line-height: 1.2em;
}

/* Image container styles */
.edy-positionable-container-center:first-child,
.edy-positionable-container-left-block:first-child,
.edy-positionable-container-right-block:first-child,
.edy-texteditor-container-wrapper-center:first-child,
.edy-texteditor-container-wrapper-left-block:first-child,
.edy-texteditor-container-wrapper-right-block:first-child {
  margin-top: 0;
}

.edy-positionable-container-center:last-child,
.edy-positionable-container-left-block:last-child,
.edy-positionable-container-right-block:last-child,
.edy-texteditor-container-wrapper-center:last-child,
.edy-texteditor-container-wrapper-left-block:last-child,
.edy-texteditor-container-wrapper-right-block:last-child {
  margin-bottom: 0;
}

.edy-positionable-container-center,
.edy-positionable-container-left-block,
.edy-positionable-container-right-block,
.edy-texteditor-container-wrapper-center,
.edy-texteditor-container-wrapper-left-block,
.edy-texteditor-container-wrapper-right-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.edy-positionable-container-left,
.edy-texteditor-container-wrapper-left {
  margin-right: 20px;
}

.edy-positionable-container-right,
.edy-texteditor-container-wrapper-right {
  margin-left: 20px;
}

.edy-image-container-with-title:after {
  display: block;
  padding: 4px;
  font-size: 12px;
  line-height: 1.3em;
  content: attr(data-title);
}