/* Palette
	starting: #186186
	light: #1f7196
	dark: #04395a
	lime: #b9d43b
	bluette: #00ABCC
*/

body {
	/* background: #186186 url("../images/gradientblue_img.svg") 50% 50% fixed;
	background-size: 100% 100%; */
	font-family: 'Droid Sans', Arial, sans-serif;
	/* padding-top: 25px; */
	font-size: 15px;
}

#content {
	padding-top: 0;
}

/* Attivazione
body.page-id-45 #content {
	text-align: center;
	background-color: #fff;
	max-width: 50%;
	margin: 2em auto;
	padding: 2em;
} */

#main {
	background-color: #CCEFFA;
	padding-top: 1em;
	padding-bottom: 1em;
	color: #274452;
	box-shadow:  0px 0px 8px #274452;
	border: 1px solid #A9C8D6;
}

#main ul.related_post li img {
	height: auto !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, header.header a, .roboto {
	font-family: 'Roboto Condensed', Arial, sans-serif;
}

img.pull-left {
	margin-right: 1em;
}

img.pull-right {
	margin-left: 1em;
}

img.pull-down {
	margin-bottom: 1em;
}

.nomargin {
	margin: 0;
}

.nopadding {
	margin: 0;
}

.lime {
	color: #b9d43b !important;
}

.red {
	color: #f00 !important;
}

.navy {
	color: #003;
}

.tooltip {
	min-width: 200px;
}

.sharebar {
	margin-top: 40px;
}

.ssba {
	clear: none;
	display: inline-block;
}

.ssba img {
	border: 1px solid #fff !important;
	padding: 0 !important;
	margin: 8px;
	opacity: 1.0;
}

.ssba img:hover {
	opacity: 0.7;
}

.ssba_tooptip {
	display: none;
}

/*++++++++ header & navbar ++++++++*/

header.header {
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 16px;
}

body.admin-bar header.header {
	margin-top: -20px;
	margin-bottom: 50px;
}

header.header .container {
	position: relative;
}

.nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent;
	border-color: transparent;
}

.navbar > .container .navbar-brand {
	padding: 0;
	line-height: normal;
}

.navbar-brand {
	padding: 0;
}

.navbar-collapse {
	padding-right: 2px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
}

.navbar-inverse {
	background-color: transparent;
	border: none;
	color: #9DD3EC;
}

.navbar-inverse i.fa {
	width: 20px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #00ABCC;
}

.navbar-inverse .navbar-nav > li > a {
	color:#7CC2D8;
}

.navbar-inverse a, .navbar-inverse .navbar-brand {
	color: #fff;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, li.current-menu-ancestor.current-menu-parent > a {
	background-color: transparent;
	border: 1px solid #186186;
	box-shadow: inset 0px 0px 15px 0px #284b71;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	background-color: transparent;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #186186;
	color: #fff;
}

.usermenu .dropdown-menu {
	right: 0;
	left: auto;
	background-color: #186186;
	padding: 0;
	min-width: 260px;
	color: #fff;
}

.usermenu .dropdown-menu div {
	padding: 1em;
}

.usermenu .dropdown-menu div.logform, .usermenu .dropdown-menu div.profile-link {
	border-bottom: 1px solid #04395a;
}

.usermenu .dropdown-menu p {
	font-size: 0.9em;
}

.usermenu .dropdown-menu form#loginform {
	position: relative;
}

.usermenu .dropdown-menu form#loginform .login-submit {
	text-align: center;
}

.usermenu .dropdown-menu form#loginform input[type=text], .usermenu .dropdown-menu form#loginform input[type=password] {
	position: absolute;
	left: 100px;
	width: 120px;
	color: #023a59;
	border: 1px solid #023a59;
	background-color: #cae0f2 !important;
	padding: 2px;
}

.usermenu .dropdown-menu form#loginform input[type=submit] {
	height: 34px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #cae0f2;
	color: #023a59;
	border: 1px solid #023a59;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 1.1em;
	border-radius: 6px;
}

.usermenu .dropdown-menu div.ctaction, .usermenu .dropdown-menu div.logoutbtn {
	font-size: 1.1em;
	text-align: center;
	background-color: #023a59;
	font-weight: normal;
	color: #cae0f2;
	border-top: 1px solid #cae0f2;
}

.navbar-collapse.in {
}

/*++++++++++ sidebar +++++++++*/
#sidebar.well {
	border: none;
	background-color: transparent;
	border-radius: 0;
	color: #fff;
	padding-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: -1em;
}

#sidebar.well a {
	color: #CCEFFA;
}

#sidebar #fblbx iframe {
background-color: #d7e5e9;
border: 0 !important;
border-bottom: 5px solid #d7e5e9;
}

/*++++++++++ homepage ++++++++++*/

.homequote {
	margin: 0 5px;
}

.titolodom {
	position: relative;
}

.testodom {
	margin-top: 10px;
	font-size: 0.9em;
}

.fa-quote-left.homequote {
	position: absolute;
	top:0;
	left: -31px;
}

.fa-quote-right.homequote {
	margin-left: 10px;
	font-size: 18px;
}

.homeblock, .homeblock a {
	color: #fff;
	text-decoration: none;
}

.homeblock {
	margin: 3px -12px;
	min-height: 200px;
	position: relative;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 18px;
}

.row4 .homeblock {
	min-height: 300px;
}

.homeblock > div {
	padding: 1em;
}

.row4 .homeblock > div {
	height: 148px;
}

.homeblock h1 {
	margin-top: 0;
	margin-bottom: 0.6em;
}

.homeblock.news img.img-circle {
	max-width: 150px;
	height: auto;
	margin-top: -55px;
}

.homeblock.video h1 {
	font-size: 26px;
	margin-bottom: 0.5em;
}

.homeblock:hover {
	/*cursor: pointer;*/
}

.homeblock:hover img.img-responsive {
	opacity: 0.8;
}

p.moreitems {
	position: absolute;
	bottom: 0;
	right: 1em;
}

.homeblock.news p.moreitems {
	left:1em;
	right: auto;
}

/* COLORS */
.homeblock.cosa { background-color: #96AD4C; }
.homeblock.cosa:hover { background-color: #79912F; }
.homeblock.cosa h1 { margin-bottom: 12px; }

.homeblock.riconosce { background-color: #9150b9; height: 200px; }
.homeblock.riconosce:hover { background-color: #6F3196; }
.homeblock.riconosce h1 {font-size: 31px; }

.homeblock.diffusione { background-color: #333; }
.homeblock.diffusione:hover { background-color: #111; }

.homeblock.cura { background-color: #c49705; }
.homeblock.cura:hover { background-color: #A07D0D; }

.homeblock.cause { background-color: #5FBBA1; }
.homeblock.cause:hover { background-color: #44947D; }

.homeblock.sintomi { background-color: #04045F; }
.homeblock.sintomi:hover { background-color: #000044; }

.homeblock.video { background-color: #9E2727; }
.homeblock.video:hover { background-color: #701919; }
.homeblock.video p { margin-bottom: 0; }

.homeblock.news { background-color: #E49779; }
.homeblock.news:hover { background-color: #D3744F; }
.homeblock.news h1 {font-size: 31px; }

.homeblock.esperto { background-color: #00ABCC; min-height: 200px; }
.homeblock.esperto:hover { background-color: #008CA7; }
.homeblock.esperto h1 { margin-bottom: 0.5em; }

.homeblock.newsletter { background-color: #f60; }
.homeblock.newsletter:hover { background-color: #f40; }

.homeblock.link { background-color: #87502b; }
.homeblock.link:hover { background-color: #804015; }
.homeblock.link h1 { margin-bottom: 0; }
.homeblock.link img { max-width: 100px; height: auto; border: 3px solid #4b2d19; margin-top: -40px; background-color: #fff; }

@media (min-width: @screen-sm-min) { ... }

/* ++++++++++ Pages ++++++++++*/
.page-title, .hentry footer {
	border: none;
}

/* ++++++++++ Post ++++++++++*/
article.post.type-post section.entry-content img {
	float: left;
	margin: 0 2em 1em 0;
}

article.category-video.archivepost section img {
	border-top: 25px solid #000;
	border-bottom: 25px solid #000;
}

article.format-video section p:first-child {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
}

article.format-video section p iframe,
article.format-video section p object,
article.format-video section p embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 2em;
}

article.format-video section p img,
article.format-video section p iframe,
article.format-video section p object,
article.format-video section p embed {
        max-width: 100%;
}

/*++++++++++ Login ++++++++++*/
section.login-page form#loginform {
	padding: 20px 0;
	margin-bottom: 10px;
}

section.login-page form#loginform label {
	display: inline-table;
	width: 200px;
	text-align: right;
}

section.login-page form#loginform p.login-remember label {
	margin-left: 100px;
}

section.login-page form#loginform input#wp-submit {
	margin-left: 200px;
}

/* +++++++++ attivazione +++++++++*/

#content.activationpage {
	margin: 20px auto;
	max-width: 800px;
	background-color: #fff;
	padding: 2em;
}


/* +++++++++ Esperto +++++++++*/
#main.espertosingle, #main.login-page, body.page-id-17 #main {
	background-color: #00ABCC;
	color:#fff;
	border-color: #3ccee8;
}

.domanda_utente, .risposta_esperto {
	padding: 15px;
}

.domanda_utente {
	background-color: #003;
	position: relative;
}

.risposta_esperto {
	margin-top: 2em;
}

.panel {
	background-color: transparent;
}

.panel a {
	text-decoration: none;
	color: #fff;
}

.panel a:hover {
	text-decoration: none;
	color: #b9d43b;
}

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

.panel-default > .panel-heading, .panel-collapse {
	background-color: #003;
	color: #fff;
}

.panel-default > .panel-heading {
	margin-top: 10px;
}

span.privateq {
	display: inline-block;
	position: absolute;
	top:0;
	right: 0;
	color: #fff;
	background-color: #003;
	padding: 3px 10px;
	border-bottom: 4px solid #00ABCC;
	border-left: 4px solid #00ABCC;
	text-align: center;
}

.legenda {
	margin-top: 30px;
	font-size: 0.9em;
	color: #003;
	position: relative;
	border: 1px dotted #fff;
}

.legenda p {
	padding: 0;
	margin: 1em;
}

.legenda strong {
	text-transform: uppercase;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	color: #003;
	padding: 0 10px;
}

nav.pagination ul li {
	list-style-type: none;
	margin: 2px;
	float: left;
	display: inline-block;
	font-size: smaller;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 22px;
	display: inline-block;
	border: 1px solid #acd8e0;
}

nav.pagination ul li span {
	background-color: #000033;
	width: 100%;
	height: 100%;
	display: block;
}


nav.pagination ul {
	margin: 0;
	padding: 0;
}

/*+++++++++ profilo +++++++++*/
#main.login-page section {
	padding: 1em;
	background-color: #003;
	color: #fff;
	margin-bottom: 2em;
}

section.question-monitor, section.access-data {
	padding: 1em;
	background-color: #00ABCC;
	color: #fff;
	margin-bottom: 2em;
}

section.question-monitor .list-group-item {
	background-color: #003;
	color: #fff;
}

/*+++++++++ footer +++++++++*/
#footer, #sub-floor {
	color: #eee;
	background-color: transparent;
	border: none;
}

#footer {
	border-top: 1px solid #1f7196;
	margin-top: 50px;
}

#footer li {
	border: none;
}

#service {
	font-size: 24px;
	color: #fff;
}

#service ul li {
	font-size: 22px;
	padding: 1px 0;
	width: 30px;
	text-align: center;
	margin: 0 6px;
}

#service ul li a, #service ul li a:hover {
	text-decoration: none;
	color: #fff;
}

#service ul li.fb:hover {
	background-color: #3b5998;
}

#service ul li.go:hover {
	background-color: #f00;
}

#service ul li.tw:hover {
	background-color: #1dcaff;
}

#service ul li.yt:hover {
	background-color: #c00;
}

#service ul li.rss:hover {
	background-color: #f80;
}

.row.siteinfo {
	display: none;
}

/*++++++++ Gravity Forms Bootstrapped (General settings: html5=YES, output css=NO) +++++++++++*/

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper select  {
	font-size: 1em!important;
	border: 1px solid #00aacc;
	color: #003;
	font-weight: normal;
	padding: 6px 10px!important;
}

.gform_wrapper select {
	height: 34px;
}

li.gfield.gsection {
	margin-top: 3em;
	padding: 1em 0;
	border-color: #003;
	color: #003;
}

span.gfield_required {
	color: #fc0!important;
}

.gform_wrapper .gform_footer {
	text-align: center;
	padding-top: 30px!important;
}

.gform_wrapper .gform_footer input {
	height: 34px;
	width: 200px;
}

form#gform_1 li#field_1_9 {
	margin-top: 1em;
	padding: 2em;
	border: 1px dotted #003;
	background-color: #186186;
}

#field_1_11.gfield.gsection {
	padding-top: 0;
	margin-top: 0;
}

/* CUSTOM */

.ginput_complex.ginput_container span.ginput_right input, .ginput_complex.ginput_container span.ginput_left input {
	width: 45%;
}

.ginput_complex.ginput_container span label {
	font-size: 0.8em;
	font-weight: normal;
}