@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');

/* @group structure */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #3d433f;
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
	font-size: 16px;
	line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    text-align: center;
}

a,
a:hover,
a:focus,
a:active {
	color: #486b57;
	text-decoration: none !important;
}

ul {
	list-style: none;
}

.img-responsive {
	display: block;
	height: auto;
	width: 100%;
}

.max-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}

.button,
.entry-content .button {
	display: inline-block;
	background: #09713d;
	color: #fff !important;
	font-weight: 500;
	padding-right: 30px !important;
	margin: 20px 0;
	padding: 10px;
	text-align: center;
	min-width: 220px;
	text-decoration: none !important;
	position: relative;
}

.rtl .button,
.rtl .entry-content .button {
	padding-right: 10px !important;
	padding-left: 30px !important;
}

.button:after,
.entry-content .button:after {
	content: '';
	background: #374842 url('images/arrow.png') no-repeat center;
	display: block;
	width: 30px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

.rtl .button:after,
.rtl .entry-content .button:after {
	background-image: url('images/arrow-rtl.png');
	right: inherit;
	left: 0;
}

.button-yellow {
	background: #b8893b;
}

.button-full {
	display: block;
	width: 100%;
	text-align: left;
}

.rtl .button-full {
	text-align: right;
}

.space {
	height: 30px;
}

.search-form {
	margin: 20px 0;
}

.search-form label {
	width: 100%;
}

.search-form .search-field {
	background: url('images/search.png') no-repeat top left;
	border: none;
	line-height: 44px;
	color: #888;
	text-indent: 40px;
	border-bottom: solid 1px #333;
	width: 100%;
}

.search-form .search-field:focus {
	outline: none;
}

.search-form .screen-reader-text,
.search-form .search-submit {
	display: none;
}

hr {
	border: none;
	height: 1px;
	background: #333;
}

.slogan p {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #b8893b;
}

.slogan p a {
	color: #b8893b;
}

.button-container {
	margin: 30px 0;
}

.list-button + .list-button {
	border-top: solid 1px #777;
}

.list-button {
	font-weight: bold;
}

/* @end */

/* @group header */

.topbar {
	height: 40px;
	background: #87988e;
	overflow: hidden;
}

#lang_sel_list {
	background: transparent;
	border: none;
	float: right;
	font-size: 0.85em;
	margin-top: 0;
	margin-left: 30px;
}

.rtl #lang_sel_list {
	float: left;
	margin-right: 30px;
	margin-left: 0;
}

#lang_sel_list li + li {
	margin-left: 10px !important;
}

.rtl #lang_sel_list li + li {
	margin-right: 10px !important;
}

#lang_sel_list li a {
	font-family: 'Roboto', sans-serif;
	background: transparent;
	opacity: .7;
	color: #fff !important;
}

#lang_sel_list li a:hover,
#lang_sel_list li a.lang_sel_sel {
	opacity: 1;
}

.topbar-menu {
	float: right;
	margin-top: 6px;
}

.rtl .topbar-menu {
	float: left;
}

.topbar-menu li {
	display: inline-block;
}

.topbar-menu li + li {
	margin-left: 10px;
}

.rtl .topbar-menu li + li {
	margin-right: 10px;
}

.topbar-menu li a {
	color: #fff;
	font-size: 0.9em;
}

.adv-leadboard img {
	float: right;
}

.rtl .adv-leadboard img {
	float: left;
}

header {
	background: #fff;
	padding-top: 15px;
}

header .container {
	position: relative;
}

header #logo {
	float: left;
	margin-bottom: 15px;
}

.rtl header #logo {
	float: right;
}

header .nav-menu {
	float: right;
	margin-top: 40px;
}

.rtl header .nav-menu {
	float: left;
}

header .nav-menu li {
	display: inline-block;
}

header .nav-menu li + li {
	margin-left: 30px;
}

.rtl header .nav-menu li + li  {
	margin-left: 0;
	margin-right: 30px;
}

header .nav-menu li a {
	color: #424448;
	font-weight: 500;
	border-bottom: solid 3px #fff;
	display: block;
	padding: 1px 0;
	text-transform: uppercase;
	font-size: 0.95em;	
}

header .nav-menu li:hover a,
header .nav-menu li.current-menu-item a,
header .nav-menu li.current-page-ancestor a {
	border-bottom-color: #486b57;
}

header .social-menu {
	position: absolute;
	top: 30px;
	right: 25px;
}

header .social-menu li {
	background: #373633;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	height: 26px;
	width: 26px;
}

header .social-menu li a {
	color: #fff;
	display: block;
}

.home .map {
	display: none;
}

.map {
	background: #ebebeb;
	margin-bottom: 30px;
}

.map .container {
	height: 120px;
	background: url('images/map.png') no-repeat center right;
}

.rtl .map .container {
	background-position: center left;
}

.mobile-nav {
	clear: both;
	display: none;
}

.title-menu-mobile {
	background: #377254;
	text-align: center;
	color: #fff;
	display: block;
	line-height: 40px;
	margin-bottom: 10px;
}

.menu-zone {
	display: none;
	margin-bottom: 10px;
}

.menu-zone:after,
.menu-zone > div:after {
	clear: both;
	content: '';
	display: block;
}

.menu-zone ul.nav-menu * {
	border-bottom: none;
}

.menu-zone ul.nav-menu > li > a {
	background: #b8893b;
	color: #fff;
	display: block;
	margin-bottom: 3px;
	text-align: left;
	padding: 3px 10px;
	font-weight: normal;
}

.menu-zone ul.nav-menu ul li > a {
	text-align: left;
	padding: 0 10px;
	font-weight: normal;
}

/* @end */

/* @group page */

h1.entry-title {
	color: #486b57;
	font-size: 2em;
	line-height: 1.2em;
	margin: 0 0 30px;
}

.entry-content p {
	font-weight: 300;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #000;
}

.entry-content h2 {
	font-size: 1.6em;
}

.entry-content h3 {
	font-size: 1.5em;
}

.entry-content h4 {
	color: #10703f;
	margin-bottom: 5px;
	font-size: 1em;
}

.entry-content h5 {
	font-size: 1em;
}

.entry-content h6 {
	font-size: 1em;
}

.entry-content a {
	color: #10703f;
	text-decoration: underline !important;
}

.entry-content ul {
	list-style: disc;
	padding-left: 20px;
}

.entry-content ul li {
	color: #377254;
}

.entry-content hr {
	border: none;
	height: 1px;
	background: #377254;
}

.entry-content b,
.entry-content strong {
	font-weight: 500;
}

.entry-content blockquote {
    font-size: 1.4em;
    line-height: 1.3em;
    border: none;
    padding: 0;
    text-align: center;
}

.single .wp-post-image,
.page .wp-post-image {
	margin-bottom: 30px;
}

.panel-group {
	border: 0 !important;
	border: none !important;
}

.panel-group .panel-heading {
	background: #dde2e0;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: none;	
}

.panel-default {
	border: none;
	border-radius: 0 !important;
	box-shadow: none;
	margin-bottom: 15px !important;
}

.panel-title>a {
	color: #5e6360;
	text-decoration: none !important;
	display: block;
	margin: 5px 0;
}

.panel-title>a:hover {
	color: #486b57;
}

.accordion-toggle {
	position: relative;	
}

.accordion-toggle:after {
	content: '>';
	color: #377254;
	display: block;
	font-weight: lighter;
	position: absolute;
	top: -5px;
	right: 0;
	font-size: 1.5em;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transform:rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.accordion-toggle.collapsed:after {
	transform:rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

/* @end */

/* @group area riservata */

.entry-content #loginform {
	margin: 30px auto;
	background: #e7e7e7;
	text-align: center;
	padding: 20px;
}

.entry-content .message-login {
	text-align: center;
	background: #b7190a;
	color: #fff;
	font-weight: bold;
	padding: 10px 0;
	margin-top: 15px;
}

.entry-content #loginform label {
	display: block;
}

.entry-content #loginform input[type="text"],
.entry-content #loginform input[type="password"] {
	min-width: 220px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.entry-content #loginform input[type="submit"] {
	padding-right: 0 !important;
}

.files-group h3 {
	cursor: pointer;
	border-bottom: solid 1px #000;
	padding-bottom: 5px;
}

.files-single {
	display: none;
}

/* @end */

/* @group home */

.home #main .entry-content {
	font-size: 1.3em;
	line-height: 1.3em;
}

.home .owl {
	margin-bottom: 50px;
}

.owl .slide {
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    width: 100%;
    position: relative;
}

.owl .slide:after {
	background: rgba(0,0,0,.25);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

.owl h2 {
	color: #fff;
	padding: 100px 50px 0;
	font-size: 2.2em;
	position: relative;
	z-index: 20;
}

.owl .simple-button {
	display: inline-block;
	margin: 50px 50px 0;
	color: #fff;
	font-weight: 500;
	border: solid 2px #fff;
	padding: 5px 25px;
	border-radius: 5px;
	position: relative;
	z-index: 20;
}

/* @end */

/* @group loop */

.news-container {
	margin: 30px 0;
}

.loop {
	margin-bottom: 30px;
}

.loop h2 {
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 0;
}

.loop .date {
	color: #cd8e2b;
	font-weight: bold;
	margin-bottom: 10px;
}

.loop .exc {
	font-size: 0.95em;
	line-height: 1.4em;
}

.loop h2 a {
	color: #464b4e;
}

.gallery-container {
	margin-top: 50px;
}

.gallery {
	margin-bottom: 30px;
	cursor: pointer;
}

.gallery h3 {
	margin: 10px 0 0;
	font-weight: normal;
	font-size: 1em;
}

/* @end */

/* @group sidebar */

.sidebar-menu ul li + li {
	margin-top: 10px;
}

.sidebar-menu ul li a {
	color: #424448;
	font-size: 0.9em;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
}

.sidebar-menu ul li.current-menu-item a {
	color: #10703f;
}

.sidebar-menu ul li a:hover {
    color: #10703f;
    text-align: center;
}

/* @end */

/* @group footer */

footer {
	background: #adb1ad;
	color: #fff;
	padding: 20px 0 30px;
	margin-top: 50px;
}

footer .credits a {
	color: #fff !important;
	text-decoration: underline;
}

footer .entry-content {
	font-size: 0.9em;
	line-height: 1.2em;
}

footer ul li a {
	display: block;
	color: #fff;
	text-transform: uppercase;
}

footer .social-menu li {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.5em;
}

footer .entry-content img {
	display: block;
	height: auto;
	margin-bottom: 10px;
	max-width: 100%;
}

.colophon {
	background: #858b86;
	color: #fff;
	font-size: 0.9em;
	padding: 20px 0;
}

/* @end */

/* @group mailpoet */

.widget_wysija h3 {
	margin-top: 0;
	font-weight: normal;
	font-size: 1em;
}

.widget_wysija label {
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1em;
}

.widget_wysija .wysija-input {
	border: none;
	width: 100%;
}

.widget_wysija p {
	font-size: 0.8em;
}

.widget_wysija .wysija-submit-field {
	display: block;
	width: 100%;
	border: none;
	background: #484f4b;
	margin: 5px 0 0;
	padding: 5px 0;
}

/* @end */

/* @group adv */

.adv {
	display: block;
}

.adv:after {
	clear: both;
	content: '';
	display: block;
}

.adv-leadboard {
	margin-bottom: 15px;
}

.adv-sidebar {
	margin-top: 15px;
}

.adv img {
	display: block;
	height: auto;
	max-width: 100%;
}

/* @end */

/* @group calendar */

#datepicker .ui-state-default {
	border: none;
	font-family: 'Roboto', sans-serif;
	background: #fff;
	text-align: center;
}

#datepicker .ui-state-active {
	background: #10703f;
	color: #fff;
}

#datepicker .ui-datepicker-header {
	background: #fff;
	border: none;
}

#datepicker .ui-datepicker-next:hover,
#datepicker .ui-datepicker-prev:hover {
	background: #fff;
	border: none;
}

#datepicker thead {
	background: #ccd0cd;
	font-weight: lighter;
	color: #777;
}

#datepicker .ui-datepicker-inline {
	border: none;
	padding-bottom: 10px;
	border-bottom: solid 1px #000;
	border-radius: 0;
}

.widget_wysija .wysija-input {
	color: #000 !important;
	text-indent: 10px;
}

/* @end */

/* @group cookie */

.cc_banner {
	background: #87988e !important;
}

.cc_more_info {
	color: #fff !important;
	text-decoration: underline !important;
}

.cc_btn {
	background: #000 !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-weight: bold;
	text-decoration: none !important;
}

/* @end */

@media screen and (max-width: 800px) {
	
	.sidebar-menu,
	.desktop-nav {
		display: none;
	}
	
	.adv-leadboard {
		display: none;
	}
	
	.mobile-nav {
		display: block;
	}

	header #logo {
		float: none;
		display: block;
		text-align: center;
	}

	header .nav-menu {
		margin: 0;
		clear: both;
		width: 100%;
	}

	header .nav-menu li {
		display: block;
		text-align: center;
	}

	.rtl header .nav-menu li a {
		text-align: right !important;
	}

	.rtl header .nav-menu li + li {
		margin-right: 0
	}

	header .nav-menu li + li {
		margin-left: 0;
	}

	.owl .slide {
		height: 300px;
	}

	.owl h2 {
		font-size: 1.4em;
	}
	
	.button {
		display: block;
		width: 100%;
		text-align: left;
	}

	.rtl .button {
		text-align: right;
	}
	
	.owl .slide {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.owl h2 {
		padding-top: 0;
	}
	
	.owl .simple-button {
		margin-top: 20px;
	}
	
	footer .col-sm-3 + .col-sm-3 {
		margin-top: 30px !important;
	}

}
