/* 	----------------------------------------------------------------------------------------------
										B - LAYOUT
	----------------------------------------------------------------------------------------------	*/
body {
	font-family: 'Open Sans', sans-serif;
	background: #fff;
}

h1,h2,h3 { font-weight: 700; font-family: 'Oswald', sans-serif; color: #52BFD3; text-transform: uppercase; }
h4,h5,h6 { font-weight: 700; font-family: 'Oswald', sans-serif; color: #12a1bb; text-transform: uppercase; }

a { color: #52BFD3; }
a:hover { color: #12a1bb; }

span#reg {
	position: relative;
	top: -3px; 
}

.readmore {
	background: #52BFD3;
	padding: 8px 15px;
	color: #fff;
	display: table;
}
.readmore:hover {
	background: #12a1bb;
	color: #fff;
}
.readmore.btn-center { display: table; margin: 0 auto; }

.bgTexture { position: fixed; top: 0; bottom: 0; right: 0; left: 0; z-index: 0; }
.boxedWrapper { width: 1230px; margin: 30px auto; background: #fff; z-index: 1; position: relative; }
.fullWrapper { width: 100%; overflow: hidden; max-width: 100% !important; margin: 0 auto; }

.container { margin: 0 auto; padding: 0 30px; }
.content-wrap { overflow: hidden; position: relative; }
.container.main { padding-top: 45px; padding-bottom: 25px; position: relative; }
.home .container.main { padding-top: 0; padding-bottom: 0; }
.content-wrap .row-fluid { margin-bottom: 35px; }
.content-wrap .row-fluid.mBottom0 { margin-bottom: 0; }

@media (min-width: 1681px) and (max-width: 1920px) { .wide-background {padding-left:380px;padding-right:380px;margin-left:-380px;} }
@media (min-width: 1441px) and (max-width: 1680px) { .wide-background {padding-left:260px;padding-right:260px;margin-left:-260px;} }
@media only screen and (max-width: 1440px) { .wide-background {padding-left:140px;padding-right:140px;margin-left:-140px;} }

.socialBar { display: inline-block; text-align: right; }
.socialBar .social-icon {
	position: relative;
	top: 1px;
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-left: 5px;
	background-position: bottom center;
	background-size: 100% auto;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-in-out;
}
.socialBar a:hover .social-icon { background-position: top center; }
.socialBar .social-icon.facebook { background-image: url(../img/icon/social/facebook.png); }
.socialBar .social-icon.googleplus { background-image: url(../img/icon/social/googleplus.png); }
.socialBar .social-icon.youtube { background-image: url(../img/icon/social/youtube.png); }
.socialBar .social-icon.twitter { background-image: url(../img/icon/social/twitter.png); }
.socialBar .social-icon.pinterest { background-image: url(../img/icon/social/pinterest.png); }
.socialBar .social-icon.instagram { background-image: url(../img/icon/social/instagram.png); }
.socialBar .social-icon.linkedin { background-image: url(../img/icon/social/linkedin.png); }
.socialBar .social-icon.flickr { background-image: url(../img/icon/social/flickr.png); }

.socialBar.slug_enable a { display: block; margin-bottom: 5px; float: left; width: 100%; text-align: left; }
.socialBar.slug_enable a:hover { color: #12a1bb; }
.socialBar.slug_enable .social-icon { display: inline-block; margin: 0 5px 0 0; vertical-align: middle; }
.socialBar.slug_enable .social-text { display: inline-block; vertical-align: middle; position: relative; }
.socialBar.slug_enable .social-text:after {	clear: both; content: ''; position: absolute; }


.languagesBar { display: inline-block; text-align: right; }
.languagesBar .lang-flag {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-left: 5px;
	background-position: bottom center;
	background-size: 100% auto;

	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.languagesBar .lang-flag.italiano { background-image: url(../img/icon/flag/flag-ita.png); }
.languagesBar .lang-flag.tedesco { background-image: url(../img/icon/flag/flag-deu.png); }
.languagesBar .lang-flag.spagnolo { background-image: url(../img/icon/flag/flag-spa.png); }
.languagesBar .lang-flag.inglese { background-image: url(../img/icon/flag/flag-eng.png); }
.languagesBar .lang-flag.francese { background-image: url(../img/icon/flag/flag-fra.png); }
.languagesBar .lang-flag.russo { background-image: url(../img/icon/flag/flag-rus.png); }
.languagesBar .lang-flag:hover,
.languagesBar .lang-flag.active {
	filter: grayscale(1);
	filter: gray;
	-webkit-filter: grayscale(1);
	opacity: .5;
}


/* 	----------------------------------------------------------------------------------------------
										D - PAGE
	----------------------------------------------------------------------------------------------	*/

.post-thumbnail,
.page-thumbnail,
.post-slider,
.page-slider { margin-bottom: 15px; }

/* 	----------------------------------------------------------------------------------------------
										D - BLOG PAGE
	----------------------------------------------------------------------------------------------	*/
.intro-blog-container { margin-bottom: 35px; }
.intro-blog-container:empty { margin-bottom: 0; }

.blog-container article.single-post.post-style1,
.blog-container article.single-post.post-style1b { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #ccc; }
.blog-container article.single-post.post-style2 { width: 49%; margin: 0 1% 2%; float: left; }
.blog-container article.single-post.post-style3 { width: 32%; margin: 0 1% 2%; float: left; }
.blog-container article.single-post.post-style4 { width: 23.5%; margin: 0 1% 2%; float: left; }
.blog-container article.single-post.post-style5 { width: 18.4%; margin: 0 1% 2%; float: left; }
.blog-container article.single-post.post-style6 { width: 15%; margin: 0 1% 2%; float: left; }

.blog-container article.single-post.post-style2:nth-child(2n+1) { clear: both; margin-left: 0; }
.blog-container article.single-post.post-style3:nth-child(3n+1) { clear: both; margin-left: 0; }
.blog-container article.single-post.post-style4:nth-child(4n+1) { clear: both; margin-left: 0; }
.blog-container article.single-post.post-style5:nth-child(5n+1) { clear: both; margin-left: 0; }
.blog-container article.single-post.post-style6:nth-child(6n+1) { clear: both; margin-left: 0; }

.blog-container article.single-post.post-style2:nth-child(2n) { margin-right: 0; }
.blog-container article.single-post.post-style3:nth-child(3n) { margin-right: 0; }
.blog-container article.single-post.post-style4:nth-child(4n) { margin-right: 0; }
.blog-container article.single-post.post-style5:nth-child(5n) { margin-right: 0; }
.blog-container article.single-post.post-style6:nth-child(6n) { margin-right: 0; }

.blog-container article.single-post h3 { font-size: 20px; line-height: 22px; }
.blog-container article.single-post .post-meta { font-size: 12px; }
.blog-container article.single-post .post-date { margin-bottom: 10px; color: #888; }
.blog-container article.single-post .post-category { margin-bottom: 10px; }
.blog-container article.single-post .post-category a {
	background: #12a1bb;
	padding: 4px 5px;
	color: #fff;
	margin-right: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.blog-container article.single-post .post-category a:hover { background: #52BFD3; color: #fff; }

/* 	----------------------------------------------------------------------------------------------
										D - ARCHIVE PAGE
	----------------------------------------------------------------------------------------------	*/

.single-archive-post {
	border-bottom: 1px solid #ededed;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.single-archive-post h3 { margin: 0 0 5px 0; }
.single-archive-post .post-date { margin-bottom: 5px; }



/* 	----------------------------------------------------------------------------------------------
										D - PAGINATION
	----------------------------------------------------------------------------------------------	*/
#pagination { display: table; margin: 0 auto; }
#pagination span.page-intro { font-weight: bold; padding: 5px 8px; }
#pagination a.page-numbers { padding: 5px 8px; background-color: #000; color: #fff; margin-right: 2px; }
#pagination span.page-numbers { padding: 5px 8px; background-color: #12a1bb; color: #fff; margin-right: 2px; }

/* 	----------------------------------------------------------------------------------------------
										D - SINGLE BLOG
	----------------------------------------------------------------------------------------------	*/

.post-tags { margin-top: 15px; border-top: 1px solid #ddd; padding-top: 5px; }
.post-tags a.label {
	background: none;
	padding: 0px;
	text-shadow: none;
	font-weight: 400;
	color: #666;
	margin-left:5px;
}

/* 	----------------------------------------------------------------------------------------------
										D - SIDEBAR
	----------------------------------------------------------------------------------------------	*/

.sidebar li.widget {
	list-style: none;
	margin-bottom: 25px;

	position: relative;

	border: 2px solid #52BFD3;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.sidebar li.widget div,
.sidebar li.widget form{
	padding: 10px;
}
.sidebar li.widget div.clearfix { padding: 0; }

.sidebar h3.sidebar-widgettitle {
	margin: 0;
	font-size: 20px;
	line-height: 24px;
	background: #52BFD3;
	color: #fff;
	padding: 10px;

	position: relative;
}

.sidebar form#searchform {
	margin: 0;
	position: relative;
}

.sidebar #searchform input[type="text"] {
	width: 100%;
	padding: 0px 10px;
	margin: 0;
	height: 40px;
	border: 1px solid #dddddd;

	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.sidebar #searchform button.searchsubmit {
	position: absolute;
	top: 15px;
	right: 15px;
  	width: 30px;
  	height: 30px;
  	color: #fff;
  	padding: 0px 8px;
  	border: 0;
  	text-indent: -1000em;
  	line-height: 30px;
  	font-size: 14px;
	background: #52BFD3;

	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
	.sidebar #searchform button.searchsubmit:before {
		content: "\f002";
	 	text-indent: 0;
	 	display: block;
		height: 30px;
		line-height: 30px;
	}

.sidebar ul.menu {
	margin: 0;
	width: 100%;
	display: inline-block;
	padding-left: 15px;
}
.sidebar ul.menu li {
	width: 100%;
	margin-bottom: 5px;
}
.sidebar ul.menu li a {
	color: #666;
	padding: 3px 0;
	margin: 0;
}

.sidebar ul.menu li:hover a,
.sidebar ul.menu li.current-menu-item a { }


/* 	----------------------------------------------------------------------------------------------
										D - PREFOOTER
	----------------------------------------------------------------------------------------------	*/

prefooter {
	display: block;
	background: #eee;
	padding: 15px 0 15px;

	color: #666;

	width: 100%;
	overflow: hidden;
	max-width: 100% !important;
}

prefooter p {
	color: #666;
	text-align: left;
}
prefooter a { color: #26489e; }
prefooter a:hover { color: #12a1bb; }

prefooter h3.prefooter-widgettitle {
	padding-bottom: 0;
	margin-top: 0;
	color: #52BFD3;
	position: relative;
}

	prefooter h3.prefooter-widgettitle:before {
		width: 30px;
		height: 2px;
		background: #52BFD3;

		content: '';
		position: absolute;
		bottom: -5px;
	}

prefooter ul.menu { margin: 0; }
prefooter ul.menu li {
	float: left;
	width: 100%;
}

prefooter ul.menu li a {
	color: #666;
	padding: 5px;
	margin: 0;
}

/* 	----------------------------------------------------------------------------------------------
										D - FOOTER
	----------------------------------------------------------------------------------------------	*/
footer {
	background: #222;
	padding: 25px 0;
	color: #fff;

	width: 100%;
	overflow: hidden;
	max-width: 100% !important;
}

footer a, footer a:hover { color: #fff; }
footer.align_left, footer.align_left p { text-align: left; }
footer.align_left table { float: left; margin: 0; }
footer.align_left img#footer { float: right; height: 78px; }
footer.align_center p{ text-align: center; }
footer.align_center table { margin: 0 auto; float: none; }
footer.align_center img#footer { display: none; }
footer.align_right, footer.align_right p { text-align: right; }
footer.align_right table { float: right; margin: 0; }
footer.align_right img#footer { float: left; height: 78px; }

.credits { z-index: 1; position: relative; background: #000; text-align: center; }
.credits a { font-size: 12px; color: #ccc; padding: 5px; display: inline-block; }
.credits a:hover { color: #fff; }


.mobileBanner { display: none; z-index: 8999; position: fixed; bottom: 0; left: 0;	right: 0; background: #01B70d; padding: 10px 0; text-align: center; }
.mobileBanner img { display: inline-block;	width: auto; height: 40px; margin: 0 5px; }

/* 	----------------------------------------------------------------------------------------------
										D - SITEMAP
	----------------------------------------------------------------------------------------------	*/

.ul-sitemap,
.ul-sitemap li { list-style: none; }
.ul-sitemap li a { font-size: 18px; line-height: 24px; }

/* 	----------------------------------------------------------------------------------------------
										D - VISUAL FORM BUILDER
	----------------------------------------------------------------------------------------------	*/

form.visual-form-builder { margin: 0 !important; }
form.visual-form-builder fieldset {
	background-color: transparent !important;
	border: 0 !important;
	margin: 0 !important;
}
form.visual-form-builder .vfb-section-div {
	padding: 0 !important;
	background: none !important;
	width: 100% !important;
}
form.visual-form-builder .vfb-section-div h4 {
	color: #52BFD3 !important;
	border-bottom: 1px solid #52BFD3 !important;
}
form.visual-form-builder .vfb-legend {
	margin: 5px 0 !important;
	border-bottom: 0 !important;
	padding: 0 !important;
}
form.visual-form-builder .vfb-legend h3{
	color: #52BFD3 !important;
	line-height: 24px;
}

form.visual-form-builder ul,
form.visual-form-builder .entry-content .visual-form-builder ul,
form.visual-form-builder .comment-content .visual-form-builder ul,
form.visual-form-builder .mu_register .visual-form-builder ul { margin: 0 !important; }

form.visual-form-builder li,
form.visual-form-builder .entry-content .visual-form-builder li,
form.visual-form-builder .comment-content .visual-form-builder li,
form.visual-form-builder .mu_register .visual-form-builder li {
	padding: 6px 0 9px !important;
}

form.visual-form-builder li.vfb-left-third,
form.visual-form-builder li.vfb-middle-third,
form.visual-form-builder li.vfb-right-third {
    width: 32% !important;
	margin-left: 2% !important;
}

form.visual-form-builder li.vfb-left-third { margin-left: 0 !important; }

form.visual-form-builder .vfb-submit,
form.visual-form-builder input[type="submit"].vfb-submit,
.protected-post-form input[type="submit"] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #52BFD3;
	color: #fff;
	font-weight: bold;
	padding: 8px 15px;
	border:0;
}

form.visual-form-builder .vfb-submit:hover,
form.visual-form-builder input[type="submit"].vfb-submit:hover,
.protected-post-form input[type="submit"]:hover { background: #12a1bb; }

.vfb-item.vfb-item-instructions { text-align: justify; font-size: 11px; line-height: 13px; }

/* 	----------------------------------------------------------------------------------------------
										D - BACK TO TOP
	----------------------------------------------------------------------------------------------	*/

#back-top {
	display: none;
	position: fixed;
	right: 5px;
	bottom: 10px;
	width: 46px;
	height: 46px;
	cursor: pointer;
	background-color: #333;
	border-radius: 4px;
	background-image: url(../img/icon/icon_chevron_top.png);
	background-size: 30px 30px;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 9000;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

#back-top:hover {
	background-color:#aaa;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

/* 	----------------------------------------------------------------------------------------------
										D - FULLSCREEN SLIDER
	----------------------------------------------------------------------------------------------	*/

.fullslide { position: relative; }

.fullslide .logo {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 250px;
	z-index: 9999;
	display: none;
}

.fullslide .back-site {
	position: absolute;
	bottom: 24px;
	right: 82px;
	width: 24px;
	height: 24px;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	z-index: 9999;
}

.fullslide .back-site a i.fa { color: #fff; }

.fullslide .full_screen {
	position: absolute;
	bottom: 24px;
	right: 55px;
	width: 20px;
	height: 20px;
	font-size: 19px;
	line-height: 19px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	z-index: 9999;
}

.fullslide .console {
	position: absolute;
	bottom: 25px;
	right: 25px;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	z-index: 9999;
}

.fullslide .back-site,
.fullslide .full_screen,
.fullslide .console div { cursor: pointer; }

/* 	----------------------------------------------------------------------------------------------
										Z- Privacy & Cookies
	----------------------------------------------------------------------------------------------	*/

#cookie-notice { background: #000 !important; background-color: rgba(0,0,0,0.9) !important; }
#cookie-notice span#cn-notice-text { font-size: 14px; display: table; width: 100%; margin-bottom: 15px; }
#cookie-notice .button.wp-default {
	padding: 10px;
	background: #52BFD3;
	border: 0;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-shadow: none;
}

#cookie-notice .button.wp-default:hover,
#cookie-notice .button.wp-default:focus { background: #12a1bb; color: #fff; text-shadow: none; }

/* 	----------------------------------------------------------------------------------------------
										Z- Additional CSS and custom styles
	----------------------------------------------------------------------------------------------	*/
