@charset "utf-8";
html {
    -webkit-text-size-adjust: none;
}
body {
    background: #347cc1 url('../images/bg01.png?1') repeat;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
	line-height: 23px;
	color: #505050;
}
a {
	text-decoration: none;
	color: #157add;
}
a:hover {
	text-decoration: none;
	color: #1366b7;
}
::-moz-selection { background: #62c3fb; color: #fff;}
::selection { background: #62c3fb; color: #fff; }
h1, h2, h3 {
	color: #191919;
	font-weight: normal;
}
h1, .article h2 {
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 0.9em;
}
h2 {
	font-size: 20px;
	margin-bottom: 0.9em;
}
h3 {
	font-size: 16px;
	margin-bottom: 0.7em;
}
p {
	margin-bottom: 18px;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* Editable content image */
.edy-positionable-container-left {
  margin-right: 15px;
}
.edy-positionable-container-right {
  margin-left: 15px;
}
.edy-image-container-with-title:after {
  display: block;
  padding: 4px;
  font-size: 10px;
  line-height: 1.3em;
  content: attr(data-title);
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* => MAIN SECTIONS */
#wrap-outer {
	background-image: -moz-radial-gradient(50% 0%, ellipse farthest-side, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 70%);
	background-image: -webkit-radial-gradient(50% 0%, ellipse farthest-side, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 70%);
	background-image: -o-radial-gradient(50% 0%, ellipse farthest-side, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 70%);
	background-image: -ms-radial-gradient(50% 0%, ellipse farthest-side, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 70%);
	background-image: radial-gradient(50% 0%, ellipse farthest-side, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 70%);
	min-height: 520px;
}
#wrap {
	width: 1210px;
	padding-bottom: 40px;
	padding-right: 25px;
}
#top-bar {
	height: 93px;
	padding-top: 11px;
}
#nav {
	border-top: 6px solid #6ec9fb;
	box-shadow: 0 5px 0 rgba(0, 0, 0, .1);
	background: #62c3fb;
	float: left;
	width: 180px
}
#header {
	float: left;
	width: 310px;
	color: #fff;
	padding: 0 0 0 30px;
}
#content-wrap {
	background: #fff;
	width: 660px;
	float: right;
	box-shadow: 7px 7px 0 rgba(0, 0, 0, .1);
}
/* => Top-bar */
/* Lang menu */
.langmenu {
	background: #62c3fb;
	float: right;
	z-index: 20;
	position: relative;
	margin-left: 11px;
}
.lang-inner {
	height: 17px;
	padding: 8px 9px;
	cursor: pointer;
}
.langmenu_inner {
	background: url('../images/lang-arr.png?1') no-repeat right center;
	color: #fff;
	float: left;
	font-size: 14px;
	line-height: 14px;	
	font-weight: bold;
	padding: 0 15px 0 4px;
}
.langmenu .lang-bubble {
	display: none;
	position: absolute;
	left: -8px;
	top: 40px;
	width: 110px;
	z-index: 99999;
	text-align: center;
    -webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.open-lang {
	display: block !important;
}
.langmenu .bubble-arrow {
	border-color: transparent transparent #22282b transparent;
	border-style: solid;
	border-width: 10px;
	height:0;
	left: 42%;
	top: -8px;
	margin: -12px 0 0;
	overflow: hidden;
	position: absolute;
	width:0;
}
.langmenu .bubble-content {
	background: #22282b;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);		
	line-height: 18px;
	padding: 13px;
	font-size: 12px;
}
.langmenu .bubble-content ul {
	list-style-type: none;
}
.langmenu a {
	color: #fff;
	display: block;
	padding: 3px 0
}
.langmenu a:hover {
	color: #fff;
}
/* Search */
.search-wrap {
	background: #52AFF6;
	height: 33px;
	float: right;
	width: 187px;
}
.edys-search input {
	border: none;
	margin: 0;
	float: left;
	vertical-align: middle;	
}
.edys-search-input {
   font-size: 14px;
   color: #fff;
   font-family: 'Open Sans',Helvetica,Arial,sans-serif;
   padding: 7px 3px 6px 6px;
   background: none;
   outline: none;
   width: 148px;	
}
::-webkit-input-placeholder {color: #7ed1ff; font-weight: normal}
:-moz-placeholder {color: #7ed1ff; font-weight: normal}
.placeholder { color: #7ed1ff; font-weight: normal }
.search-submit {
	background: url('../images/loop.png?1') no-repeat center center;
	height: 33px;
	width: 26px;
	cursor: pointer;
}
/* => Nav */
#nav ul {
	padding: 24px 22px 30px;
	list-style-type: none;
}
#nav li {
	padding: 3px 0;
}
#nav li a {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	display: inline-block;
	-webkit-transition: padding-left 0.3s ease-out;
	-moz-transition: padding-left 0.3s ease-out;
	-o-transition: padding-left 0.3s ease-out;
	transition: padding-left 0.3s ease-out;
	position: relative;
}
#nav li a:hover {
	padding-left: 8px;	
}
#nav .active a {
	color: #000;
}
#nav .active a:after {
	content: url('../images/menu-active.png?1');
	position: absolute;
	margin-left: 10px;
}
/* => Header */
#logo, #header h2 {
	font-family: 'NovecentowideBold', 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;	
}
#logo, #logo a, #logo a:hover {
	color: #000;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 19px;
}
#header h2 {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 19px;
}
#header h2, #header h3 {
	color: #fff;
}
#latest-news {
	margin-top: 30px;
}
#latest-news h3 {
	font-weight: bold;
}
#latest-news ul {
	list-style-type: none;
}
#latest-news li {
	line-height: 18px;
	margin-bottom: 11px;
}
#latest-news a {
	color: #fff;
}
#latest-news a:hover {
	color: #AAE2FF;
}
#latest-news .latest-date {
	color: #62C3FB;
}
/* => Content */
#content-wrap .content {
	padding: 33px;
}
#content-wrap .content ul {
	margin: 0 0 18px 20px;
}
#content-wrap .content ol {
	margin: 0 0 18px 26px;
}
/* Blog */
#blog .article {
	margin-bottom: 40px;
}
#blog .article:last-child {
	margin-bottom: 7px;
}
.article h2 {
	margin-bottom: 8px;
}
.article h2 a {
	color: #191919;
}
.article h2 a:hover {
	color: #157ADD;
}
#blog .article {
	padding: 10px 0 0 40px;
	position: relative;
}
.date {
	background: url('../images/date-bg.png?1') no-repeat;	
	position: absolute;
	left: -61px;
	top: 0;
	width: 67px;
	height: 54px;
	padding-top: 22px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.date-format2 {
	color: #62C3FB;
	font-weight: normal;
	font-size: 22px;
}
.excerpt {
	margin-bottom: 18px;
}
/* menu */
.menu {
	padding: 12px 25px;
}
.menu li {
	display: inline-block;
	padding: 0 8px;
}
.menu .active a {
	font-weight: bold;
}

/* 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: 6px;
}
.svg .article-tag-icon { background: url('../assets/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: 4px;
    margin-right: 15px;
}
.svg .header-tag-icon { background: url('../assets/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; }

/* submenu */
#submenu {
	border-bottom: 2px solid #6ec9fb;	
}
#submenu a {
	color: #505050;
}
#submenu a:hover, #submenu .active a {
	color: #191919;
}
/* thirdmenu */
#thirdmenu {
	background: #6ec9fb;
	margin-top: -2px;
}
#thirdmenu a {
	color: #fff;
}
#thirdmenu a:hover {
	color: #d0efff;
}

/* comment form */
#comment-form, #comments {
	margin-top: 28px
}
#comment-form h2, #comments h2 {
	border-left: 7px solid #62C3FB;
	padding-left: 26px;
	margin-left: -33px;
}
#comments p {
	margin: 0
}
#comments {
	color: #848484;
}
#comments ul li {
	margin-bottom: 8px;
    line-height: 1.3em;
}
.comment-author {
	color: #191919
}
.comment-date {
	margin-left: 4px;
	color: #62C3FB;
}
#comment-form .form_field label {
	display: inline-block;
	width: 110px;
	padding-left: 18px;
	vertical-align: top
}
#comment-form .form_submit input {
	margin-left: 132px
}
#comment-form .form_field_textfield, #comment-form .form_field_textarea {
	width: 75%;
}
/* form */ 
.form_area {
	margin-bottom: 18px
}
.form_field label {
	display: block;
	line-height: 24px;
}
.form_field {
	margin-bottom: 10px;
}
.form_field_textfield, .form_field_textarea {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #fff;
	border-color: #bebebe #d9d9d9 #d9d9d9 #d9d9d9;
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
	line-height: 13px;
	color: #505050;
	padding: 7px 4px;
	width: 31%;
}
.form_field_textfield {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #fff), color-stop(0.7, #fff), color-stop(0, #f6f6f6));
	background: -moz-linear-gradient(center bottom, #fff 0%, #fff 75%, #f6f6f6 100%);
}
.form_field_textarea {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #fff), color-stop(0.1, #fff), color-stop(0, #f6f6f6));
	background: -moz-linear-gradient(center bottom, #fff 0%, #fff 90%, #f6f6f6 100%);
}
.form_field_textarea {
	height: 100px;
	width: 70%
}
.form_field_textfield:focus, .form_field_textarea:focus {
	border: 1px solid #1295e0;
	outline: none
}
.form_submit input {
	background: #62C3FB;
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	padding: 6px 8px;
	color: #fff;
}
.form_submit input:hover, .form_submit input:focus {
	background: #42b5f8;	
}
.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
}
.form_field_size_small {
	width: 24%
}
.form_field_size_medium {
	width: 46%
}
.form_field_size_large {
	width: 97%
}
.form_field_checkbox, .form_field_radio {
    margin: 0 6px 0 0
}
/* => Footer */
#content-wrap .footer {
	background: #52aff6;
	color: #fff;
	padding: 20px 33px;
	font-size: 13px;
	line-height: 17px;
}
.footer h3 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;	
}
.footer p {
	margin-bottom: 0;
}
.footer a {
	color: #aae2ff;
}
.footer a:hover {
	color: #d0efff;
}
.footer .col {
	float: left;
	width: 21%;
	margin-right: 40px;
}
#edicy {
	text-align: right;
	font-size: 12px;
	margin-top: 12px;
}
#edicy a {
	color: #52AFF6;
}
/* MediaQueries */
@media only screen and (max-width: 1024px) {
	#wrap {
		max-width: 660px;
		width: auto;
		margin: 0 auto;
	}
	#top-bar {
		height: auto;
		padding: 11px 0;
	}
	#nav, #header, #content-wrap {
		float: none;
		width: 100%;
	}
	#header {
		width: auto
	}
	#content-wrap .content, #content-wrap .footer, #header {
		padding: 25px;
	}
	#nav {
		border-top: 0;
		box-shadow: none;
	}
	#nav ul {
		padding: 12px 25px;
	}
	#nav li {
		display: inline-block;
	}
	#nav li a:hover, #wrap {
		padding: 0;
	}
	#nav .active a:after {
		content: '';
		position: static;
		margin-left: 0;
	}
	#wrap #nav li a {
		padding: 0 6px;
	}
	#wrap-outer {
		min-height: auto;
	}
	.date {
		display: none;
	}
	#blog .article {
		padding: 0;
	}
	#comments h2, #comment-form h2 {
		margin-left: -25px;
	}	
}

@media only screen and (max-width: 690px) {
	.footer .col {
		width: 100%;
		margin: 0 0 20px;
	}
	.footer .col:last-child {
		margin: 0;
	}
	#top-bar {
		padding: 11px 25px 11px 0;
	}
	#comment-form .form_field label {
		padding-left: 0;
		width: 98%;
		display: block;
	}
	#comment-form .form_field_textfield, #comment-form .form_field_textarea {
		width: 98%;
	}
	#comment-form .form_submit input {
		margin-left: 0;
	}
	#latest-news {
		display: none;
	}
	#edicy {
		margin-right: 25px;
	}
}
@media only screen and (max-width: 480px) {
	body {
		background: #347CC1
	}
}
/* search */
.edys-search-popup {
	background: #22282b;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    border-radius: 0;
    color: #d0d0d0;
	opacity: 1;
    text-shadow: none;
	line-height: 16px;
	width: 295px;
}
.edys-search-popup .gs-title {
	color: #fff;
}
.edys-search-popup .gsc-cursor-box {
	border-top: 1px solid #3d3d3d;
}
.edys-search-popup .gsc-cursor-box {
    color: #d0d0d0;	
}
.edys-search-popup .gsc-cursor-current-page, .edys-search-popup .gsc-cursor-page:hover { 
    color: #fff;
}
.edys-sw-search-fin {
	border-color: #22282b;
}
.edys-search-container-close {
  background: url("../images/site-search-closebtn.png") no-repeat right center;
}
input[type="text"], button { -webkit-appearance: none; }
