/* CSS Rules: Sorted alphabetically for better organization. */

/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

/*HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

button,
input,
select,
textarea {
	overflow: visible;
	width: auto;
	margin: 0;
	font-size: 100%;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	vertical-align: text-top;
}

/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
	float: none;
	clear: both;
	width: 100%;
	height: 1px;
	border: none;
	color: #ddd;
	background: #ddd;
}

hr.space {
	color: #fff;
	background: #fff;
}

/* =Base
-------------------------------------------------------------- */
html {
	height: 100%;
}

body {
	color: #555;
	background: #efefef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;

	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* =Typography
-------------------------------------------------------------- */
p {
	word-wrap: break-word;
}

i,
em,
dfn,
cite {
	font-style: italic;
}

tt,
var,
pre,
kbd,
samp,
code {
	font-family: monospace, serif;
	font-style: normal;
}

b,
strong {
	font-weight: 700;
}

pre {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 6px 10px;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	background: #f4f4f4;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	vertical-align: middle;
	white-space: pre-wrap;
	word-wrap: break-word;
}

del {
	color: #555;
	text-decoration: line-through;
}

ins,
dfn {
	border-bottom: 1px solid #ccc;
}

sup,
sub,
small {
	font-size: 85%;
}

abbr,
acronym {
	font-size: 85%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

a abbr,
a acronym {
	border: none;
}

dfn[title],
abbr[title],
acronym[title] {
	border-bottom: 1px solid #ccc;
	cursor: help;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

/* =Responsive 12 Column Grid
    http://demos.cyberchimps.com/responsivepro/responsive-grid/
-------------------------------------------------------------- */
.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.fit {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/* =Visibility
-------------------------------------------------------------- */
.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.none {
	display: none;
}

.hide-desktop {
	display: none;
}

.show-desktop {
	display: block;
}

/* =Responsive Images
-------------------------------------------------------------- */
img {
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

.ie8 img {
	width: auto\9;
	height: auto;
}

.ie8 img.size-large {
	width: auto;
	max-width: 60%;
}

/* =Responsive Videos
-------------------------------------------------------------- */
video {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

/* =Links
-------------------------------------------------------------- */
a {
	color: #06c;
	font-weight: 400;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	outline: 0;
	color: #444;
	text-decoration: none;
}

::selection {
	color: #fff;
	background: #999;
	text-shadow: none;
}

/* =Forms
-------------------------------------------------------------- */
label {
	display: inline-block;
	padding: 2px 0;
	font-weight: 700;
}

legend {
	padding: 2px 5px;
}

fieldset {
	margin: 0 0 1.5em;
	padding: 1em 2em;
	border: 1px solid #ccc;
}

select,
input[type="text"],
input[type="password"],
input[type="email"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	margin: 0;
	padding: 6px 8px;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	vertical-align: middle;
	cursor: text;
}

select {
	max-width: 100%;
	height: auto;
}

area,
textarea {
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 8px 10px;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

map area {
	padding: 0;
	border: 0;
}

input,
select {
	cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {
	border: 1px solid #6cf;
}

input[type="text"],
input[type="password"] {
	cursor: text;
}

/* =IE Forms
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
	width: 96%;
}

/* =IE6 Notice
-------------------------------------------------------------- */
.msie-box {
	display: block;
	position: absolute;
	top: 60px;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #f0c36d;
	color: #212121;
	background-color: #f9edbe;
	text-align: center;
}

.msie-box a {
	color: #212121;
}

/* =Tables
-------------------------------------------------------------- */
th,
td,
table {
	border: 1px solid #ddd;
}

table {
	width: 100%;
	border-collapse: collapse;
}

/* =Lists
-------------------------------------------------------------- */
ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}

ol {
	margin: 0;
	padding: 0;
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
}

dt {
	font-weight: 400;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
	overflow: auto;
	margin: 20px;
	padding: 0 0 10px 12px;
	border: none;
	border-left: 4px solid #d6d6d6;
	background: #f9f9f9;
}

blockquote p {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 26px;
}

/* =Headings
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: 700;
	line-height: 1.0em;
	word-wrap: break-word;
}

h1 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 2.625em; /* = 42px */
}

h2 {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	font-size: 2.250em; /* = 36px */
}

h3 {
	margin-top: 0.857em;
	margin-bottom: 0.857em;
	font-size: 1.875em; /* = 30px */
}

h4 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.500em; /* = 24px */
}

h5 {
	margin-top: 1.125em;
	margin-bottom: 1.125em;
	font-size: 1.125em; /* = 18px */
}

h6 {
	margin-top: 1.285em;
	margin-bottom: 1.285em;
	font-size: 1.000em; /* = 16px */
}

/* =Margins & Paddings
-------------------------------------------------------------- */
p,
hr,
dl,
pre,
form,
table,
address,
blockquote {
	margin: 1.6em 0;
}

th,
td {
	padding: 0.8em;
}

caption {
	padding-bottom: 0.8em;
}

blockquote {
	padding: 0 1em;
}

blockquote:first-child {
	margin: 0.8em 0;
}

fieldset {
	margin: 1.6em 0;
	padding: 0 1em 1em;
}

legend {
	padding-right: 0.8em;
	padding-left: 0.8em;
}

legend + * {
	margin-top: 1em;
}

input,
textarea {
	padding: 0.3em 0.4em 0.15em;
}

select {
	padding: 0.1em 0.2em 0;
}

option {
	padding: 0 0.4em;
}

dt {
	margin-top: 0.8em;
	margin-bottom: 0.4em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ul,
ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 2.0em;
}

li ul,
li ol {
	margin: 0;
}

form div {
	margin-bottom: 0.8em;
}

/* =Globals
-------------------------------------------------------------- */
#container {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 25px;
}

#wrapper {
	clear: both;
	position: relative;
	margin: 20px auto 20px auto;
	padding: 0 20px 20px 20px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}

.front-page #wrapper {
	margin: 20px auto 20px auto;
	padding: 0;
	border: none;
	background-color: transparent;
}

#header {
	margin: 0;
}

#footer {
	clear: both;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 25px 0 25px;
}

#footer-wrapper {
	margin: 0;
	padding: 0;
}

/* =Header
-------------------------------------------------------------- */
#logo {
	float: left;
	margin: 0;
    width: 39%;
}

.site-name {
	display: block;
	padding-top: 20px;
	font-size: 2.063em; /* = 33px */
	line-height: 1.0em;
}

.site-name a {
	color: #333;
	font-weight: 700;
}

.site-description {
	display: block;
	margin: 10px 0;
	color: #afafaf;
	font-size: 0.875em; /* = 14px */
}

/* =Content
-------------------------------------------------------------- */
#content {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-full {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-blog {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-images {
	margin-bottom: 20px;
}

#content-search {
	margin-top: 20px;
	margin-bottom: 20px;
}

#content-archive {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap a {
	font-size: 12px;
}

#content .sticky {
	clear: both;
}



/* =Templates (Landing Page)
-------------------------------------------------------------- */
.page-template-landing-page-php .menu,
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .main-nav,
.page-template-landing-page-php .footer-menu,
.page-template-landing-page-php .sub-header-menu {
	display: none;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 30px 0 40px 0;
	padding: 10px;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f9f9f9;
}

#author-meta img {
	float: left;
	padding: 10px 15px 0 5px;
}

#author-meta p {
	margin: 0;
	padding: 5px;
}

#author-meta .about-author {
	margin: 10px 0 0 0;
	font-weight: 700;
}

/* =Featured Content
-------------------------------------------------------------- */
#featured {
	width: 99.893617021277%;
	padding-bottom: 40px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}

#featured p {
	padding: 0 40px 0 40px;
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
	text-align: center;
}

#featured-image {
	margin: 40px 0 0 0;
}

#featured-image .fluid-width-video-wrapper {
	margin-left: -20px;
}

.featured-image img {
	margin-top: 44px;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size: 12px;
}

#cancel-comment-reply-link {
	color: #900;
}

.post-data {
	clear: both;
	margin-top: 20px;
	font-size: 12px;
	font-weight: 700;
}

.post-data a {
	color: #111;
}

.post-entry {
	clear: both;
}

.post-meta {
	clear: both;
	margin-bottom: 10px;
	color: #9f9f9f;
	font-size: 12px;
}

.post-edit {
	display: block;
	clear: both;
	margin: 1.5em 0;
	font-size: 12px;
}

.post-search-terms {
	clear: both;
}

.read-more {
	clear: both;
	font-weight: 700;
}

.attachment-entry {
	clear: both;
	text-align: center;
}

/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbpress .breadcrumb-list,
.bbpress .post-meta {
	display: none;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
	margin-left: 5px;
	color: #aaa;
	font-size: 18px;
}

.form-allowed-tags {
	display: none;
	font-size: 10px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	margin: 0 0 20px;
	padding: 20px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f9f9f9;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
	width: 75%;
}

#widgets {
	margin-top: 40px;
}

#widgets a {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#widgets form {
	margin: 0;
}

#widgets ul,
#widgets ol {
	padding: 0 0 0 20px;
}

#widgets ul li a {
	display: inline;
	text-decoration: none;
}

#widgets .widget-title img {
	float: right;
	position: relative;
	top: 4px;
	width: 11px;
	height: 11px;
}

#widgets .rss-date {
	padding: 6px 12px;
	line-height: 18px;
}

#widgets .rssSummary {
	padding: 10px;
}

#widgets cite {
	padding: 6px 12px;
	font-style: normal;
	line-height: 18px;
}

#widgets .tagcloud,
#widgets .textwidget {
	display: block;
	margin: 0;
	line-height: 1.5em;
	word-wrap: break-word;
}

#widgets .textwidget a {
	display: inline;
}

#widgets ul .children {
	padding: 0 0 0 10px;
}

#widgets .author {
	padding-top: 4px;
	font-weight: 700;
}

.widget_archive select,
#cat {
	display: block;
	margin: 0 15px 0 0;
}



.colophon-widget {
	min-height: 0;
	background: none;
}

.colophon-widget select,
.colophon-widget input[type="text"],
.colophon-widget input[type="password"],
.colophon-widget input[type="email"] {
	width: 100%;
}



.top-widget {
	float: right;
	clear: right;
	width: 45%;
	min-height: 0;
	padding: 0 3px 0 0;
	border: none;
	background: none;
	text-align: right;
}

.top-widget ul {
	padding: 0;
}

.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"],
.top-widget input[type="email"] {
	width: auto;
}

.top-widget #searchform {
	margin: 0;
}

/* =Titles
-------------------------------------------------------------- */
.featured-title {
	margin: 0;
	padding-top: 40px;
	font-size: 60px;
	text-align: center;
	letter-spacing: -1px;
}

.featured-subtitle {
	padding: 0 10px;
	text-align: center;
}

.widget-title h3,
.widget-title-home h3 {
	display: block;
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 23px;
	text-align: left;
}

.top-widget .widget-title h3 {
	padding: 0;
	font-size: 14px;
	text-align: right;
}

.widget-title a {
	padding: 0 !important;
	border-bottom: none;
}

.title-404 {
	color: #933;
}

/* =404 Page
-------------------------------------------------------------- */
.error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
	width: auto;
}

/* =Accessibility
-------------------------------------------------------------- */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* =Skip Links
-------------------------------------------------------------- */
.skip-container {
	display: block;
	position: relative;
	padding: 0.5em 0.5em 0.5em 0;
}

.skip-link {
	float: right;
	margin-left: -100%;
	padding: 0.5em;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f5f5f5;
	font-size: 0.8125em;
	text-transform: uppercase;
}

.skip-link:hover,
.skip-link:active,
.skip-link:focus {
	border: 1px solid #666;
}

.custom-background .site {
	margin: 0 auto;
	-webkit-box-shadow: 0 -5px 5px 4px #d5d5d5;
	-moz-box-shadow: 0 -5px 5px 4px #d5d5d5;
	box-shadow: 0 -5px 5px 4px #d5d5d5;
}


/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
	float: right;
	margin: 10px 0;
	padding: 0;
}

.top-menu li {
	display: inline;
	list-style-type: none;
}

.top-menu li a {
	padding: 0 4px 0 8px;
	border-left: 1px solid #ccc;
	color: #333;
	font-size: 11px;
}

.top-menu > li:first-child > a {
	border-left: none;
}

.top-menu li a:hover {
	color: #333;
}

/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
	clear: both;
	margin: 0 auto;
	background-color: #585858;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
	background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
	background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
	background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
	background-image: -o-linear-gradient(top, #585858, #3d3d3d);
	background-image: linear-gradient(top, #585858, #3d3d3d);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
}

.main-nav {
	clear: both;
}

.menu,
.menu ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu li {
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	margin: 0;
	padding: 0;
	border: 0;
}

.menu li:hover {
	z-index: 10000;
	white-space: normal;
}

.menu li li {
	float: none;
}

.menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

.menu li:hover > ul {
	visibility: visible;
	top: 100%;
	-moz-animation: fadeInDown .3s ease-in;
    -webkit-animation: fadeInDown .3s ease-in;
    animation: fadeInDown .3s ease-in;
	background-color: #e3b516;
}

.menu li li:hover > ul {
	top: 0;
	left: 100%;
}

.menu:after,
.menu ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	height: 0;
	content: ".";
}

.menu,
.menu ul {
	min-height: 0;
}

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.menu ul {
	width: auto;
	min-width: 15em;
	margin-top: 0px;
	    padding: 10px;
   
}
#menu-header_menu li:hover, #menu-menu-header_i li:hover {
    background-color: transparent;
    background-image: none;
    /* text-decoration: underline; */
}

.menu a {
	display: block;
	position: relative;
	height: 45px;
	margin: 0;
	padding: 0 0.8em;
	border-left: 1px solid #585858;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 45px;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
}

.menu a:hover {
	color: #fff;
	background-color: #808080;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#363636));
	background-image: -webkit-linear-gradient(top, #808080, #363636);
	background-image: -moz-linear-gradient(top, #808080, #363636);
	background-image: -ms-linear-gradient(top, #808080, #363636);
	background-image: -o-linear-gradient(top, #808080, #363636);
	background-image: linear-gradient(top, #808080, #363636);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636);
}

ul.menu > li:hover {
	color: #fff;
	background-color: #363636;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #343434;
}

.front-page .menu .current_page_item a {
	background: none;
	background-color: transparent;
	background-image: none;

	filter: none;
}

.menu li li {
	width: auto;
	filter: none;
	    padding-top: 5px;
    padding-bottom: 5px;
}

.menu li li a {
	height: auto;
	height: 20px;
	padding: 5px 10px;
	border: none;
	color: #444;
	background: transparent !important;
	text-shadow: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	white-space: nowrap;
}

.menu li li a:hover {
	color: #444;
	filter: none;
}

.menu li li:hover {

	filter: none;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	top: 0;
	left: 100%;
}



.menu a#responsive_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}

/*.js .main-nav .menu {*/
/*display: block;*/
/*}*/

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {
	background: url(../../core/images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a {
	min-width: 100%;
}

/* =Sub-Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
	clear: both;
	margin: 0 auto;
	border: 1px solid #e5e5e5;
	border-top: none;
	background-color: #fff;
}

.sub-header-menu,
.sub-header-menu ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub-header-menu li {
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	margin: 0;
	padding: 0;
	border: 0;
}

.sub-header-menu li:hover {
	z-index: 10000;
	white-space: normal;
}

.sub-header-menu li li {
	float: none;
}

.sub-header-menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

.sub-header-menu li:hover > ul {
	visibility: visible;
	top: 100%;
}

.sub-header-menu li li:hover > ul {
	top: 0;
	left: 100%;
}

.sub-header-menu:after,
.sub-header-menu ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	height: 0;
	content: ".";
}

.sub-header-menu,
.sub-header-menu ul {
	min-height: 0;
}

.sub-header-menu ul,
.sub-header-menu ul ul {
	margin: 0;
	padding: 0;
}

.sub-header-menu ul li a:hover,
.sub-header-menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.sub-header-menu ul {
	width: auto;
	min-width: 15em;
	margin-top: 1px;
}

.sub-header-menu a {
	display: block;
	position: relative;
	height: 35px;
	margin: 0;
	padding: 0 0.9em;
	border-left: 1px solid #e5e5e5;
	color: #333;
	text-shadow: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 35px;
	text-decoration: none;
	cursor: pointer;
}

.sub-header-menu a:hover {
	background-color: #f9f9f9;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
	background-color: #f9f9f9;
}

.sub-header-menu li li {
	width: auto;
	margin: -1px 0 1px 0;
	border: 1px solid #e5e5e5;
	color: #444;
	background: #fff;
	background-image: none;

	filter: none;
}

.sub-header-menu li li a {
	height: auto;
	height: 20px;
	padding: 5px 10px;
	border: none;
	color: #444;
	text-shadow: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	white-space: nowrap;
}

.sub-header-menu li li a:hover {
	border: none;
	color: #444;
	background: #f9f9f9;
	background-image: none;

	filter: none;
}

.sub-header-menu ul > li + li {
	border-top: 0;
}

.sub-header-menu li li:hover > ul {
	top: 0;
	left: 100%;
}

.sub-header-menu > li:first-child > a {
	border-left: none;
}

.sub-header-menu ul.children a,
.sub-header-menu .current_page_ancestor,
.sub-header-menu .current_page_ancestor ul a {
	background: none;
	background-image: none;

	filter: none;
}

/* =Sub Header Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
	background: url(../../core/images/ie7-fix.gif) repeat;
}

.ie7 .sub-header-menu li li a {
	min-width: 100%;
}

/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
	margin-left: 0;
	padding: 0;
}

.footer-menu li {
	display: inline;
	list-style-type: none;
}

.footer-menu li a {
	padding: 0 8px;
	border-left: 1px solid #ccc;
	color: #333;
}

.footer-menu li a:hover {
	color: #222;
}

.footer-menu > li:first-child > a {
	padding: 0 8px 0 0;
	border-left: none;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
	display: block;
	height: 28px;
	margin: 20px 0;
	padding: 0 5px;
	color: #111;
	font-size: 13px;
	line-height: 28px;
}

.navigation a {
	padding: 4px 10px;
	color: #aaa;
}

.navigation a:hover {
	color: #111;
	text-decoration: none;
}

.navigation .previous {
	float: left;
}

.navigation .next {
	float: right;
}

.navigation .bracket {
	font-size: 36px;
}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
	display: block;
	clear: both;
	margin: 10px 0;
	padding: 5px 0;
	font-size: 16px;
	font-weight: 700;
}

.pagination a {
	text-decoration: none;
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size: 12px;
}

/* =Comments
-------------------------------------------------------------- */
#commentform {
	margin: 0;
}

.commentlist {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
	list-style: none;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist li {
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}



.commentlist li cite {
	color: #111;
	font-size: 1.1em;
	font-weight: 400;
	font-style: normal;
}

.commentlist li.alt {
	background: #f9f9f9;
}

.commentlist .children {
	margin-left: 10px;
	padding: 10px;
	list-style: none;
}

.commentlist .avatar {
	float: left;
	margin-right: 10px;
	padding: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	vertical-align: middle;
}



.comment-author .says {
	color: #999;
}

.comment-body .comment-meta {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #999;
	text-align: left;
}

.comment-body .comment-meta a {
	font-size: 11px;
}

.comment-body {
	clear: both;
	padding: 10px;
}

.comment-body p {
	clear: both;
}



.pingback,
.trackback {
	margin: 20px 0;
	list-style: none;
}

.pingback cite,
.trackback cite {
	font-style: normal;
}

#pings,
#comments {
	text-align: left;
}

#respond {
	clear: both;
	margin-top: 15px;
	padding: 10px 20px 50px;
	border: 1px solid #ccc;
	border-bottom-color: #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #fff, #eaeaea);
	background-image: -moz-linear-gradient(top, #fff, #eaeaea);
	background-image: -ms-linear-gradient(top, #fff, #eaeaea);
	background-image: -o-linear-gradient(top, #fff, #eaeaea);
	background-image: linear-gradient(top, #fff, #eaeaea);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
}

#respond label {
	display: inline;
}

.reply {
	margin: 10px 0;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
	display: block;
	width: 100%;
}

.nocomments {
	color: #999;
	font-size: 0.9em;
	text-align: center;
}

/* =Gallery
-------------------------------------------------------------- */
/* Normal */
.gallery-columns-1 .gallery-item {
	max-width: 600px;
}

.gallery-columns-2 .gallery-item {
	max-width: 300px;
}

.gallery-columns-3 .gallery-item {
	max-width: 200px;
}

.gallery-columns-4 .gallery-item {
	max-width: 150px;
}

.gallery-columns-5 .gallery-item {
	max-width: 120px;
}

.gallery-columns-6 .gallery-item {
	max-width: 100px;
}

.gallery-columns-7 .gallery-item {
	max-width: 85px;
}
.gallery-columns-8 .gallery-item {
	max-width: 75px;
}

.gallery-columns-9 .gallery-item {
	max-width: 66px;
}

/* Full Width */
.page-template-full-width-page-php .gallery-columns-1 .gallery-item,
.page-template-landing-page.php .gallery-columns-1 .gallery-item {
	max-width: 900px;
}

.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
.page-template-landing-page.php .gallery-columns-2 .gallery-item {
	max-width: 450px;
}

.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
.page-template-landing-page.php .gallery-columns-3 .gallery-item {
	max-width: 300px;
}

.page-template-full-width-page-php .gallery-columns-4 .gallery-item,
.page-template-landing-page.php .gallery-columns-4 .gallery-item {
	max-width: 225px;
}

.page-template-full-width-page-php .gallery-columns-5 .gallery-item,
.page-template-landing-page.php .gallery-columns-5.gallery-item {
	max-width: 180px;
}

.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
.page-template-landing-page.php .gallery-columns-6 .gallery-item {
	max-width: 150px;
}

.page-template-full-width-page-php .gallery-columns-7 .gallery-item,
.page-template-landing-page.php .gallery-columns-7 .gallery-item {
	max-width: 125px;
}

.page-template-full-width-page-php .gallery-columns-8 .gallery-item,
.page-template-landing-page.php .gallery-columns-8 .gallery-item {
	max-width: 112.5px;
}

.page-template-full-width-page-php .gallery-columns-9 .gallery-item,
.page-template-landing-page.php .gallery-columns-9 .gallery-item {
	max-width: 100px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 20px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption {
	max-width: 96%;
	padding: 13px 10px 10px 10px;
	border: 1px solid #f0f0f0;
	background: #f9f9f9;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	width: auto;
	max-width: 98.5%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 10px;
	font-size: 12px;
	line-height: 1.5em;
}

img.wp-smiley {
	vertical-align: middle;
}

.bypostauthor {
	
}

/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
	margin: 0 auto 18px;
}

.gallery .gallery-item {
	float: left;
	max-width: 155px;
	margin-top: 0;
	text-align: center;
}

.gallery img {
	border: 1px solid #ddd;
}

.gallery .gallery-caption {
	margin: 0 0 12px;
	font-size: 12px;
}

.gallery dl {
	margin: 0;
}

.gallery br + br {
	display: none;
}

.attachment-gallery img {
	display: block;
	width: auto;
	max-width: 96%;
	height: auto;
	margin: 15px auto;
	padding: 5px;
	border: 1px solid #f0f0f0;
	background: #fff;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
	display: block;
}

/* =Post Thumbnails
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
	display: block;
	width: auto;
	margin: 15px auto;
}

/* =Buttons
-------------------------------------------------------------- */
a.button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
	display: inline-block;
	margin: 0;
	padding: 4px 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #333;
	background-color: #f9f9f9; /* Alabaster */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	text-shadow: 0 1px 0 #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
}

a.button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	border: 1px solid #ddd;
	color: #333;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #fff, #f1f1f1);
	background-image: -moz-linear-gradient(top, #fff, #f1f1f1);
	background-image: -ms-linear-gradient(top, #fff, #f1f1f1);
	background-image: -o-linear-gradient(top, #fff, #f1f1f1);
	background-image: linear-gradient(top, #fff, #f1f1f1);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f1f1f1);
}

a.button:active,
input[type="reset"]:active,
input[type="button"]:active,
input[type="submit"]:active {
	background-color: #f9f9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
}

/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
	text-align: center;
}

.call-to-action a.button {
	padding: 15px 35px;
	font-size: 24px;
}

.call-to-action a.button:hover {
	text-decoration: none;
}

.ie7 .call-to-action a.button {
	padding: 11px 35px 19px 35px;
}

/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
	padding: 3px 6px;
	font-size: 10px;
}

.medium a.button {
	padding: 8px 16px;
	font-size: 16px;
}

.large a.button {
	padding: 10px 35px;
	font-size: 18px;
}

.xlarge a.button {
	padding: 12px 55px;
	font-size: 24px;
}

/* =Buttons (Colors)
-------------------------------------------------------------- */
a.blue {
	border: 1px solid #115290;
	color: #fff;
	background-color: #1874cd; /* Dodger Blue */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4f9eea), to(#1874cd));
	background-image: -webkit-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -moz-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -ms-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -o-linear-gradient(top, #4f9eea, #1874cd);
	background-image: linear-gradient(top, #4f9eea, #1874cd);
	text-shadow: 0 -1px 0 #115290;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f9eea, endColorstr=#1874cd);
}

a.blue:hover {
	border: 1px solid #115290;
	color: #fff;
	background-color: #7db7f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7db7f0), to(#1874cd));
	background-image: -webkit-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -moz-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -ms-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -o-linear-gradient(top, #7db7f0, #1874cd);
	background-image: linear-gradient(top, #7db7f0, #1874cd);
	text-shadow: 0 -1px 0 #115290;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7db7f0, endColorstr=#1874cd);
}

a.red {
	border: 1px solid #890000;
	color: #fff;
	background-color: #cd0000; /* Red 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2323), to(#cd0000));
	background-image: -webkit-linear-gradient(top, #ff2323, #cd0000);
	background-image: -moz-linear-gradient(top, #ff2323, #cd0000);
	background-image: -ms-linear-gradient(top, #ff2323, #cd0000);
	background-image: -o-linear-gradient(top, #ff2323, #cd0000);
	background-image: linear-gradient(top, #ff2323, #cd0000);
	text-shadow: 0 -1px 0 #890000;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2323, endColorstr=#cd0000);
}

a.red:hover {
	border: 1px solid #890000;
	color: #fff;
	background-color: #ff5656;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5656), to(#cd0000));
	background-image: -webkit-linear-gradient(top, #ff5656, #cd0000);
	background-image: -moz-linear-gradient(top, #ff5656, #cd0000);
	background-image: -ms-linear-gradient(top, #ff5656, #cd0000);
	background-image: -o-linear-gradient(top, #ff5656, #cd0000);
	background-image: linear-gradient(top, #ff5656, #cd0000);
	text-shadow: 0 -1px 0 #890000;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5656, endColorstr=#cd0000);
}

a.orange {
	border: 1px solid #bb5d00;
	color: #fff;
	background-color: #ff7f00; /* Dark Orange 1 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fa5), to(#ff7f00));
	background-image: -webkit-linear-gradient(top, #fa5, #ff7f00);
	background-image: -moz-linear-gradient(top, #fa5, #ff7f00);
	background-image: -ms-linear-gradient(top, #fa5, #ff7f00);
	background-image: -o-linear-gradient(top, #fa5, #ff7f00);
	background-image: linear-gradient(top, #fa5, #ff7f00);
	text-shadow: 0 -1px 0 #bb5d00;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffaa55, endColorstr=#ff7f00);
}

a.orange:hover {
	border: 1px solid #bb5d00;
	color: #fff;
	background-color: #ffc388;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc388), to(#ff7f00));
	background-image: -webkit-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -moz-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -ms-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -o-linear-gradient(top, #ffc388, #ff7f00);
	background-image: linear-gradient(top, #ffc388, #ff7f00);
	text-shadow: 0 -1px 0 #bb5d00;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc388, endColorstr=#ff7f00);
}

a.yellow {
	border: 1px solid #bb9e00;
	color: #161300;
	background-color: #ecca06; /* Yellow Gold */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2aa), to(#ffd700));
	background-image: -webkit-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -moz-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -ms-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -o-linear-gradient(top, #fff2aa, #ffd700);
	background-image: linear-gradient(top, #fff2aa, #ffd700);
	text-shadow: 0 1px 0 #fff;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff2aa, endColorstr=#ffd700);
}

a.yellow:hover {
	border: 1px solid #bb9e00;
	color: #161300;
	background-color: #fffadd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffadd), to(#ffd700));
	background-image: -webkit-linear-gradient(top, #fffadd, #ffd700);
	background-image: -moz-linear-gradient(top, #fffadd, #ffd700);
	background-image: -ms-linear-gradient(top, #fffadd, #ffd700);
	background-image: -o-linear-gradient(top, #fffadd, #ffd700);
	background-image: linear-gradient(top, #fffadd, #ffd700);
	text-shadow: 0 1px 0 #fff;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffadd, endColorstr=#ffd700);
}

a.green {
	border: 1px solid #1d5837;
	color: #fff;
	background-color: #2e8b57; /* Sea Green 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4bc380), to(#2e8b57));
	background-image: -webkit-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -moz-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -ms-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -o-linear-gradient(top, #4bc380, #2e8b57);
	background-image: linear-gradient(top, #4bc380, #2e8b57);
	text-shadow: 0 -1px 0 #1d5837;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4bc380, endColorstr=#2e8b57);
}

a.green:hover {
	border: 1px solid #1d5837;
	color: #fff;
	background-color: #71d09b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#71d09b), to(#2e8b57));
	background-image: -webkit-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -moz-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -ms-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -o-linear-gradient(top, #71d09b, #2e8b57);
	background-image: linear-gradient(top, #71d09b, #2e8b57);
	text-shadow: 0 -1px 0 #1d5837;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#71d09b, endColorstr=#2e8b57);
}

a.olive {
	border: 1px solid #626862;
	color: #fff;
	background-color: #838b83; /* Honey Dew 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e000), to(#838b83));
	background-image: -webkit-linear-gradient(top, #afb4af, #838b83);
	background-image: -moz-linear-gradient(top, #afb4af, #838b83);
	background-image: -ms-linear-gradient(top, #afb4af, #838b83);
	background-image: -o-linear-gradient(top, #afb4af, #838b83);
	background-image: linear-gradient(top, #afb4af, #838b83);
	text-shadow: 0 -1px 0 #626862;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#afb4af, endColorstr=#838b83);
}

a.olive:hover {
	border: 1px solid #626862;
	color: #fff;
	background-color: #c9cdc9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c9cdc9), to(#838b83));
	background-image: -webkit-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -moz-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -ms-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -o-linear-gradient(top, #c9cdc9, #838b83);
	background-image: linear-gradient(top, #c9cdc9, #838b83);
	text-shadow: 0 -1px 0 #626862;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9cdc9, endColorstr=#838b83);
}

a.purple {
	border: 1px solid #3f305e;
	color: #fff;
	background-color: #5d478b; /* Medium Purple 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8771b6), to(#5d478b));
	background-image: -webkit-linear-gradient(top, #8771b6, #5d478b);
	background-image: -moz-linear-gradient(top, #8771b6, #5d478b);
	background-image: -ms-linear-gradient(top, #8771b6, #5d478b);
	background-image: -o-linear-gradient(top, #8771b6, #5d478b);
	background-image: linear-gradient(top, #8771b6, #5d478b);
	text-shadow: 0 -1px 0 #3f305e;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8771b6, endColorstr=#5d478b);
}

a.purple:hover {
	border: 1px solid #3f305e;
	color: #fff;
	background-color: #a492c8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a492c8), to(#5d478b));
	background-image: -webkit-linear-gradient(top, #a492c8, #5d478b);
	background-image: -moz-linear-gradient(top, #a492c8, #5d478b);
	background-image: -ms-linear-gradient(top, #a492c8, #5d478b);
	background-image: -o-linear-gradient(top, #a492c8, #5d478b);
	background-image: linear-gradient(top, #a492c8, #5d478b);
	text-shadow: 0 -1px 0 #3f305e;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a492c8, endColorstr=#5d478b);
}

a.pink {
	border: 1px solid #8e0b52;
	color: #fff;
	background-color: #cd1076; /* Deep Pink 3 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f042a0), to(#cd1076));
	background-image: -webkit-linear-gradient(top, #f042a0, #cd1076);
	background-image: -moz-linear-gradient(top, #f042a0, #cd1076);
	background-image: -ms-linear-gradient(top, #f042a0, #cd1076);
	background-image: -o-linear-gradient(top, #f042a0, #cd1076);
	background-image: linear-gradient(top, #f042a0, #cd1076);
	text-shadow: 0 -1px 0 #8e0b52;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f042a0, endColorstr=#cd1076);
}

a.pink:hover {
	border: 1px solid #8e0b52;
	color: #fff;
	background-color: #f471b8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f471b8), to(#cd1076));
	background-image: -webkit-linear-gradient(top, #f471b8, #cd1076);
	background-image: -moz-linear-gradient(top, #f471b8, #cd1076);
	background-image: -ms-linear-gradient(top, #f471b8, #cd1076);
	background-image: -o-linear-gradient(top, #f471b8, #cd1076);
	background-image: linear-gradient(top, #f471b8, #cd1076);
	text-shadow: 0 -1px 0 #8e0b52;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f471b8, endColorstr=#cd1076);
}

a.brick {
	border: 1px solid #791717;
	color: #fff;
	background-color: #b22222; /* Fire Brick */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4c4c), to(#b22222));
	background-image: -webkit-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -moz-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -ms-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -o-linear-gradient(top, #dd4c4c, #b22222);
	background-image: linear-gradient(top, #dd4c4c, #b22222);
	text-shadow: 0 -1px 0 #791717;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd4c4c, endColorstr=#b22222);
}

a.brick:hover {
	border: 1px solid #791717;
	color: #fff;
	background-color: #e57777;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e57777), to(#b22222));
	background-image: -webkit-linear-gradient(top, #e57777, #b22222);
	background-image: -moz-linear-gradient(top, #e57777, #b22222);
	background-image: -ms-linear-gradient(top, #e57777, #b22222);
	background-image: -o-linear-gradient(top, #e57777, #b22222);
	background-image: linear-gradient(top, #e57777, #b22222);
	text-shadow: 0 -1px 0 #791717;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e57777, endColorstr=#b22222);
}

a.gold {
	border: 1px solid #6b4e06;
	color: #fff;
	background-color: #8b6508; /* Dark Golden Rod 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#db9f0d), to(#8b6508));
	background-image: -webkit-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -moz-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -ms-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -o-linear-gradient(top, #db9f0d, #8b6508);
	background-image: linear-gradient(top, #db9f0d, #8b6508);
	text-shadow: 0 -1px 0 #6b4e06;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db9f0d, endColorstr=#8b6508);
}

a.gold:hover {
	border: 1px solid #6b4e06;
	color: #fff;
	background-color: #f3b828;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f3b828), to(#8b6508));
	background-image: -webkit-linear-gradient(top, #f3b828, #8b6508);
	background-image: -moz-linear-gradient(top, #f3b828, #8b6508);
	background-image: -ms-linear-gradient(top, #f3b828, #8b6508);
	background-image: -o-linear-gradient(top, #f3b828, #8b6508);
	background-image: linear-gradient(top, #f3b828, #8b6508);
	text-shadow: 0 -1px 0 #6b4e06;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3b828, endColorstr=#8b6508);
}

a.brown {
	border: 1px solid #4f270b;
	color: #fff;
	background-color: #8b4513; /* Saddle Brown */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d66a1d), to(#8b4513));
	background-image: -webkit-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -moz-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -ms-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -o-linear-gradient(top, #d66a1d, #8b4513);
	background-image: linear-gradient(top, #d66a1d, #8b4513);
	text-shadow: 0 -1px 0 #4f270b;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d66a1d, endColorstr=#8b4513);
}

a.brown:hover {
	border: 1px solid #4f270b;
	color: #fff;
	background-color: #8b4513;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e58541), to(#8b4513));
	background-image: -webkit-linear-gradient(top, #e58541, #8b4513);
	background-image: -moz-linear-gradient(top, #e58541, #8b4513);
	background-image: -ms-linear-gradient(top, #e58541, #8b4513);
	background-image: -o-linear-gradient(top, #e58541, #8b4513);
	background-image: linear-gradient(top, #e58541, #8b4513);
	text-shadow: 0 -1px 0 #4f270b;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e58541, endColorstr=#8b4513);
}

a.silver {
	border: 1px solid #9e9e9e;
	color: #444;
	background-color: #c0c0c0; /* Silver */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c0c0c0));
	background-image: -webkit-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -moz-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -ms-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -o-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: linear-gradient(top, #eaeaea, #c0c0c0);
	text-shadow: 0 1px 0 #fff;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#c0c0c0);
}

a.silver:hover {
	border: 1px solid #9e9e9e;
	color: #444;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c0c0c0));
	background-image: -webkit-linear-gradient(top, #fff, #c0c0c0);
	background-image: -moz-linear-gradient(top, #fff, #c0c0c0);
	background-image: -ms-linear-gradient(top, #fff, #c0c0c0);
	background-image: -o-linear-gradient(top, #fff, #c0c0c0);
	background-image: linear-gradient(top, #fff, #c0c0c0);
	text-shadow: 0 1px 0 #fff;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#c0c0c0);
}

a.gray {
	border: 1px solid #474747;
	color: #fff;
	background-color: #696969; /* Dim Gray */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#939393), to(#696969));
	background-image: -webkit-linear-gradient(top, #939393, #696969);
	background-image: -moz-linear-gradient(top, #939393, #696969);
	background-image: -ms-linear-gradient(top, #939393, #696969);
	background-image: -o-linear-gradient(top, #939393, #696969);
	background-image: linear-gradient(top, #939393, #696969);
	text-shadow: 0 -1px 0 #474747;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#939393, endColorstr=#696969);
}

a.gray:hover {
	border: 1px solid #474747;
	color: #fff;
	background-color: #adadad;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#696969));
	background-image: -webkit-linear-gradient(top, #adadad, #696969);
	background-image: -moz-linear-gradient(top, #adadad, #696969);
	background-image: -ms-linear-gradient(top, #adadad, #696969);
	background-image: -o-linear-gradient(top, #adadad, #696969);
	background-image: linear-gradient(top, #adadad, #696969);
	text-shadow: 0 -1px 0 #474747;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#adadad, endColorstr=#696969);
}

a.black {
	border: 1px solid #000;
	color: #fff;
	background-color: #080808; /* Black */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#080808));
	background-image: -webkit-linear-gradient(top, #323232, #080808);
	background-image: -moz-linear-gradient(top, #323232, #080808);
	background-image: -ms-linear-gradient(top, #323232, #080808);
	background-image: -o-linear-gradient(top, #323232, #080808);
	background-image: linear-gradient(top, #323232, #080808);
	text-shadow: 0 -1px 0 #000;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#323232, endColorstr=#080808);
}

a.black:hover {
	border: 1px solid #000;
	color: #fff;
	background-color: #4c4c4c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#080808));
	background-image: -webkit-linear-gradient(top, #4c4c4c, #080808);
	background-image: -moz-linear-gradient(top, #4c4c4c, #080808);
	background-image: -ms-linear-gradient(top, #4c4c4c, #080808);
	background-image: -o-linear-gradient(top, #4c4c4c, #080808);
	background-image: linear-gradient(top, #4c4c4c, #080808);
	text-shadow: 0 -1px 0 #000;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c4c4c, endColorstr=#080808);
}

/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
	display: block;
	margin: 20px 0;
	padding: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: left;
}

.alert {
	border: 1px solid #dc7070;
	color: #212121;
	background-color: #faebeb;
}

.address {
	border: 1px solid #cdc9a5;
	color: #212121;
	background-color: #f6f5ef;
}

.notice {
	border: 1px solid #e3cf57;
	color: #212121;
	background-color: #fbf9e9;
}

.success {
	border: 1px solid #a2bc13;
	color: #212121;
	background-color: #f9fde8;
}

.download {
	border: 1px solid #ff9912;
	color: #212121;
	background-color: #fff4e5;
}

.information {
	border: 1px solid #6ca6cd;
	color: #212121;
	background-color: #eef3f6;
}

.required {
	color: #d5243f;
}

/* =WooCommerce
-------------------------------------------------------------- */
#breadcrumb {
	padding: 40px 0 0 0;
}

#breadcrumb a {
	color: #06c;
	font-size: 12px;
	font-weight: 400;
}

#breadcrumb a:hover {
	color: #444;
	text-decoration: none;
}

#content-woocommerce {
	margin-top: 40px;
	margin-bottom: 20px;
}

.products ul,
ul.products {
	margin-top: 40px;
}

.cart-collaterals .shipping_calculator {
	width: 100%;
}

table.shop_table {
	table-layout: fixed;
	word-break: break-all;
	-ms-word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

@media screen and (max-width:767px) {
	table.shop_table {
		font-size: 10px;
	}
}

@media screen and (max-width:400px) {
	table.shop_table {
		font-size: 8px;
	}
}

table.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .input-text {
	cursor: text;
}

/* =WPML
-------------------------------------------------------------- */
.icl_languages_selector {
	float: right;
	text-align: left;
}

.rtl .icl_languages_selector {
	float: left;
	text-align: right;
}

@media screen and (max-width: 650px) {
	.icl_languages_selector,
	.rtl .icl_languages_selector {
		float: none;
	}
}

/* =Polylang
-------------------------------------------------------------- */
.widget_polylang li {
	display: inline;
	list-style-type: none;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	font-size: 11px;
	line-height: 1.5em;
}

#footer a {
	color: #333;
	font-weight: 400;
}

#footer a:hover {
	color: #444;
}

#footer-wrapper .grid.col-940 {
	margin: 0;
}

.scroll-top {
	text-align: center;
}

.copyright {
	text-align: left;
}

.powered {
	text-align: right;
}

#footer_widget .col-300:nth-child(3n+3) {
	margin-right: 0;
}

/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
	margin: 0;
	padding: 0;
	line-height: normal;
	text-align: right;
	list-style: none;
}

#footer .rss-icon,
#footer .yelp-icon,
#footer .vimeo-icon,
#footer .youtube-icon,
#footer .twitter-icon,
#footer .facebook-icon,
#footer .linkedin-icon,
#footer .rss-feed-icon,
#footer .instagram-icon,
#footer .pinterest-icon,
#footer .foursquare-icon,
#footer .googleplus-icon,
#footer .google-plus-icon,
#footer .stumbleupon-icon,
#footer .stumble-upon-icon {
	display: inline;
	margin: 1px;
	padding-left: 3px;
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
	display: table;
	content: " ";
}

.clearfix:after,
#container:after,
.widget-wrapper:after {
	clear: both;
}

.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
	zoom: 1;
}

.clear {
	clear: both;
}

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
bdo[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: bidi-override;
}

bdo[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: bidi-override;
}

[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: embed;
}

[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: embed;
}

/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		page-break-after: avoid;
	}

	ul,
	ol,
	dl {
		page-break-before: avoid;
	}
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
	body {
	}
}

/*The last 29 days of the month are the hardest."- Nikola Tesla*/


/* Aggiunte stile */

body {
	font-family: 'Hind', sans-serif;
}

.fascia_generale {
	width:100%;
	float:left;
	padding-top:60px;
	padding-bottom:60px;
	position:relative;
}
h2.counter_tit_home.sb {
    margin-top: -10px;
}
.grid.col-300 {
    margin-bottom: 0;
}

.fascia_2 {
	padding-bottom:0;
}
.fascia_2_home.fascia_generale #container, .fascia_2.fascia_generale #container {
    max-width: 1325px;

}
input#input_3_1 {
    width: 280px;
    height: 46px;
    padding: 5px 10px;
    /* border: 2px solid #000; */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 100;
    font-size: 17px;
}
div#fascia_2_home_cont {
    max-width: 482px;
    float: left;
}
input#sub_email {
    background-color: #449D43;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    border-radius: 0;
    height: 45px;
    padding: 5px 10px;
    border: 3px solid #fff;
    color: #fff;
    margin-left: 10px;
	transition: all 0.3s linear 0s, all 0.3s ease-in 0s;
	font-size: 17px;
	font-weight: 100;
}
input#sub_email:hover{
   background-color: #30842F;
   color:#fff;
   transition: all 0.3s linear 0s, all 0.3s ease-in 0s;
}
div#fascia_2_home_cont .standard_txt {
    line-height: 23px;
}
.home_tit {
    color: #000;
    font-size: 97px;
    font-weight: bold;
    line-height: 80px;
	max-width: 430px;
    text-align: justify;
}
span.disc_home {
    color: #fff;
    text-transform: uppercase;
	font-size: 80px;
	    font-weight: bold;
    padding-top: 26px;
	    height: 46px;
}
p.standard_txt{
    font-size: 18px;
    color: #000;
    line-height: normal;
}
.schermo_home {
    background-image: url("/wp-content/themes/simplebooking/immagini/schermo_home.png");
    background-repeat: no-repeat;
    width: 44%;
    height: 595px;
    position: absolute;
    top: 24%;
    right: 0;
}
.standard_txt.center_txt p {
    margin-top: 0;
}
h2.counter_tit_home.sb p {
    margin-bottom: 0!important;
}
.fascia_3 {
	background-color:white;
	    padding-bottom: 0px;
}

.fascia_3 .col-300 {
	text-align:center;
	padding-top:15px;
	padding-bottom: 10px;
}

.colonnamezzobordi {
	width:31%;
}
.fascia_5_home.fascia_fascianumeri.fascia_generale.hidediv #container {
    max-width: 1325px;
}
.fascia_fascianumeri .col-460 {
	margin-top:60px;
	margin-bottom: 40px;
}

.timer_generale {
	font-size:33px;
	color:#0087c1;
	width:100%;
	float:left;
	font-family: 'Lato', sans-serif;
}

.timer_testo_generale {
	color:#444444;
	width:100%;
	float:left;
	margin-top:10px;
	font-family: 'Hind', sans-serif;
	line-height: 33px;
	font-size:30px;
}

.immagineterzafascia {
	float:left;
	margin-right:5%;
}

.boxtestoterzafascia {
	float:left;
	width:65%;
}

.titoloterzafascia {
	font-size:20px;
	color:#444444;
	float:left;
	width:100%;
	font-weight:bold;
	font-family: 'Lato', sans-serif;
}



.testoterzafascia {
	font-size:18px;
	color:#444444;
	float:left;
	width:100%;
	font-family: 'Lato', sans-serif;
	margin-bottom:10px;
	margin-top:10px;
	line-height:24px;
	font-weight:300;
}

.linkterzafascia {
	font-size:14px;
	color:#0087c1;
	float:left;
	width:100%;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	font-weight: bold;
}

.linkterzafascia a {
	font-size:14px;
	color:#0087c1 !important;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration:none;
}
	
.fascia_telefono {
	background-image:url("/wp-content/themes/simplebooking/immagini/fascia_quarta_img.jpg");
	background-repeat:none;
	background-position:top center;
	min-height:541px;
}

.fascia_smart {
	background-image:url("/wp-content/themes/simplebooking/immagini/fascia_sei_img.jpg");
	background-repeat:none;
	background-position:top center;
	min-height:541px;
}


.fascia_save_gain {
	background-image:url("/wp-content/themes/simplebooking/immagini/fascia_otto_img.jpg");
	background-repeat:none;
	background-position:top center;
	min-height:541px;
}


.titoloquartafascia {
	color:white;
	font-size:40px;
	font-family: 'Lato', sans-serif;
	line-height:40px;
	text-transform:uppercase;
	font-weight:300;
}

.testoquartafascia li {
	color:white;
	font-size:20px;
	font-weight:bold;
	font-family: 'Lato', sans-serif;
	list-style: none;
}

.boxfascia4 {
	margin-top: 40px;
}

.testoquartafascia ul {
	margin-bottom:0;
}

.testoquartafascia li {
	line-height:25px;
}

.linkquartafascia {
	margin-top: 10px;
}

.mano_4_fascia {
	position:absolute;
	top:0;
	right:0;
	overflow:hidden;
	width:975px;
	height:601px;
}

.mano_4_fascia img {
	position:absolute;
	top:0;
	right:-975px;
}

.fascia_5 {
	background-color:white;
}

.boxquintafascia {
	float: left;
    margin-top: 40px;
}

.titoloquintafascia {
	color: #444;
    font-family: "Hind", sans-serif;
    font-size: 30px;
    font-weight:300;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.testoquintafascia {
	font-size:16px;
	color:#444;
	font-family: 'Lato', sans-serif;
	margin-bottom:15px;
	line-height:22px;
	font-weight:300;
}

.linkquintafascia {
	color:#1d98cd;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}

.scrittarancionetitolo {
	font-family: 'Lato', sans-serif;
	font-size:60px;	
	font-weight:300;
}

ul {
	padding-left:0;
}
.testoquartafascia li {
	background-image: url("/wp-content/themes/simplebooking/immagini/puntino-elenco.png");
    background-position: left 11px;
    background-repeat: no-repeat;
    float: left;
    padding-left: 15px;
    width: 100%;
    margin-bottom: 10px;
}

.linkquartafascia {
    background-color: #ff6000;
    color: white;
    cursor: pointer;
    float: left;
    font-family: "Hind", sans-serif;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    transition: all 0.3s linear 0s, all 0.3s ease-in 0s;
    width: 150px;
    text-align:center;
    font-weight:bold;
}

.linkquartafascia:hover {
    background-color: white;
    color: #ff6000;
    transition: all 0.3s linear 0s, all 0.3s ease-in 0s;
}

.linkdemo {
	width:220px;
}

.testoquartafascia {
	/*background-image: url("/wp-content/themes/simplebooking/immagini/sfondo-op-fascia.png");*/
	float: left;
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-top: 25px;
}

.arancionetitolo2 {
	color:#ff6000;
	font-family: 'Lato', sans-serif;
}

.slide-desc span {
	width:100%;
	text-align:center;
}

.bottoneslider {
	width:100%;
}

.bottoneslider a {
	margin: 0 auto 0 350px;
}

.fascia_slider_mac, .fascia_9 {
	background-color:white;
}

.fascia_slider_mac .testoquintafascia, .fascia_slider_mac .linkquintafascia, .fascia_slider_mac .titoloquintafascia {
	padding-left: 20px;
}

.fascia_slider_mac .testoquintafascia {
	background-image: url("/wp-content/themes/simplebooking/immagini/virgolette.jpg");
    background-position: left 20px;
    background-repeat: no-repeat;
    float: left;
    height: 50px;
    margin-top: 0 !important;
    padding-top: 50px;
    width: 100%;
}

.fascia_slider_mac .linkquintafascia {
	color:#444;
	font-size:18px;
	font-family: 'Lato', sans-serif;
	margin-top:40px;
	font-weight:normal;

}

.fascia_slider_mac .linkquintafascia a {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#444;
	margin-top:2px;
	float:left;
	text-transform:lowercase;
}

.fascia_slider_mac img {
	margin-left: 20px;
    max-width: 488px !important;
}

.fascia_slider_mac .skdslider, .fascia_slider_mac .skdslider li {
	height:420px !important;
}

.fascia_slider_mac .slide-navs {
	display:none;
}

.manofull {
	display:none;
}

.fascia_slider_mac .immaginequintafascia {
	width:100%;
	float:left;
	text-align: center;
}

.fascia_slider_mac .immaginequintafascia {
	width:100%;
	float:left;
	text-align: center;
}

.fascia_10 {
	background-color:#000;
	z-index: 99;

}

.fascia_11 {
    padding-top: 65px;
	padding-bottom:65px;
	background-color: #efefef;
	z-index: 99;
}
.fascia_11.fascia_footer2.fascia_generale #container {
    max-width: 1095px;
}
.col_2_footer_2 {
    width: 17%;
    float: left;
	margin-bottom: 50px;
}
.social_footer {
    clear: both;
    margin-top: 50px;
    border-top: 1px solid #DCDCDC;
    padding-top: 50px;
}
.col_3_footer_2 {
    float: left;
}
.logo_footer_img {
    float: left;
}
.social_footer_cont {
    float: right;
    margin-right: 9%;
}
.tweet_ico:before {
    content: "\f099";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #000;
    font-size: 23px;
    margin-right: 15px;
}
.fb_ico:before{
    content: "\f09a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #000;
    font-size: 23px;
    margin-right: 15px;
}
.y_tube_ico:before{
    content: "\f167";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #000;
    font-size: 23px;

}

.cont_footer_link {
    height: 50px;
    margin-bottom: 30px;
}
img.mail_ico {
    float: left;
}
.email_footer {
    float: left;
}
a.info_footer_2 {
    display: block;
    color: #000;
    font-size: 23px;
    font-weight: bold;
}
.email_footer {
    float: left;
    margin-left: 20px;
	font-size: 16px;
}
	.schermo_home.animated.fadeInLeft {
		background-size: 100%;
		right:11%
	}
span.tit_row2_footer.prod {
    margin-bottom: 20px;
    display: block;
}
p.text_row2_footrer {
    font-size: 14px;
    color: #000;
    max-width: 346px;
    line-height: inherit;
}
.col_1_footer_2 {
    width: 47%;
    float: left;
}
span.tit_row2_footer {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
input#mail_footer2 {
    border-radius: 0;
    outline: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    vertical-align: middle;
    cursor: text;
    width: 235px;
    border-bottom: none;
    border: 2px solid #CBCBCB;
	    height: 35px;
		font-weight: 100;
    font-size: 14px;
}
input#sub_email_footer2 {
    border: 2px solid #FFF;
    color: #FFF;
    background-color: #4AA949;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1)); */
    background-image: none;
    background-image: -moz-linear-gradient(top, #fff, #f1f1f1);
    background-image: -ms-linear-gradient(top, #fff, #f1f1f1);
    background-image: -o-linear-gradient(top, #fff, #f1f1f1);
    background-image: linear-gradient(top, #fff, #f1f1f1);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    height: 35px;
    margin-left: 5px;
    width: 105px;
	transition: all 0.3s linear 0s, all 0.3s ease-in 0s;
	font-weight: 100;
    font-size: 14px;
}
input#sub_email_footer2:hover{
   background-color:#30842F;
   transition: all 0.3s linear 0s, all 0.3s ease-in 0s;
}
.fascia_12.fascia_footer3.fascia_generale #container {
    max-width: 1035px;
	    color: #fff;
}
span.footer_last_txt {
    font-size: 13px!important;
}

a.policy_link_footer {
    color: #fff;
    font-size: 13px;
}
a.footer_2_prod_link {
    display: block;
    color: #000;
    font-size: 14px;
}
.grid.col-620.footer1col {
    width: 100%;
}
.grid.col-460.fit.request_footer_1 {
    width: 56%;
}
a.footer_2_prod_link {
    margin-bottom: 4px;
}
.footertitolo1 {
font-family: 'Hind', sans-serif;
    font-weight: bold;
    font-size: 66px;
    float: left;
    width: 100%;
    color: #f2c812;
    font-weight: bold;
    height: auto;
    margin-bottom: 10px;
    text-align: left;
    line-height: .8em;

}
}
input#sub_email_footer {
    height: 45px;
    padding: 5px 10px;
    border-radius: 0;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    width: 28%;
    margin-left: 10px;
	background-color:#f2c812;
	    border: 2px solid #f2c812;
		transition: all 0.3s linear 0s, all 0.3s ease-in 0s;
		    font-weight: 100;
}
input#sub_email_footer:hover{
transition: all 0.3s linear 0s, all 0.3s ease-in 0s;
background-color: #30842F;

}
.info_text_footer {
    font-size: 12px;
    color: #fff;
}
.grid.col-940 {
    margin-bottom: 0;
}
.grid.col-460.fit.request_footer_1 {
    margin-bottom: 0;
}
.footertesto1 {
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    color: #fff;
    /* width: 82%; */
    font-weight: 300;
    text-align: left;
    line-height: normal;
    margin: 0 auto;
    max-width: 305px;
    margin-left: 0;
}
	
}

.footerlink1 {
	color:#1d98cd;
	font-size:16px;
	font-weight:bold;
	font-family: 'Hind', sans-serif;
	float:left;
	width:100%;
	text-transform:uppercase;
}

.fascia_12 {
	text-align:center;
	background-color:#ececec;
	padding-bottom:0px;
}
.fascia_10.fascia_footer1.fascia_generale #container{
	max-width:1080px;
}
input#mail_footer1 {
    width: 58%;
    height: 45px;
    padding: 5px 10px;
    border: 2px solid #C5C5C5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
	    font-size: 16px;
}
.grid.col-460.sample_cont {
    width: 37%;
	    margin-right: 35px;
}

.fascia_12 span, .fascia_12 span a {
	text-align:center;
	color:#444;
	font-size:14px;
	font-family: 'Hind', sans-serif;
}

.fascia_11 .col-220 {
	margin-bottom:0 !important;
}

.footertitolo3 {
	font-weight:bold;
	color:#444444;
	font-size:20px;
	margin-bottom:30px;
}

.bottoni-col {
	margin-top:35px;
}

.footertitolo2 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family: 'Hind', sans-serif;
    margin-bottom: 20px;
    width: 100%;
    font-weight: bold;
}
.footertesto2 {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}
.immaginefooter2 {
	float:left;
	width:20%;
}

.boxtestofooter2 {
	float:left;
	width:80%;
}

.titoloboxfooter2 {
	color:#444;
	font-size:16px;
	font-family: 'Hind', sans-serif;
	margin-top:5px;
	font-weight:300;
}

.testoboxfooter2 {
	color:#444;
	font-size:18px;
	font-family: 'Hind', sans-serif;
	font-weight:bold;
	margin-top:5px;
}


.testoboxfooter2 a {
	color:#444;
	font-size:22px;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
}


.linkfootermezzo {
    background-color: #1d98cd;
    color: white;
    cursor: pointer;
    float: left;
    font-family: "Hind", sans-serif;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 0.3s linear 0s, all 0.3s ease-in 0s;
    width: 190px;
    text-align:center;
    margin-top:15px;
    font-weight:bold;
}

.linkfootermezzo:hover {
    background-color: white;
    color: #1d98cd;
    transition: all 0.3s linear 0s, all 0.3s ease-in 0s;
}

.menu_footer_figli .menu, .menu_footer_figli .menu a:hover {
	background-color:transparent !important;
	background-image: none !important;
}

.menu_footer_figli li a {
	background-color: transparent !important;
    border: 0 none !important;
    color: #fff;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    padding: 0;
}

.menu_footer_figli li {
	background-color:transparent !important;
	float:left;
	width:100%;
}

.boxfinalefootercontatti {
	float:left;
	width:100%;
}

.flexslider-fade {
    background: none repeat scroll 0 0 #fff;
    border: 4px solid #fff;
    border-radius: 4px;
    margin: 0 0 60px;
    position: relative;
}

.flexslider-fade {
    padding: 0;
}

.home .fascia_3 .testoterzafascia {
	min-height:90px;
}

/* Pagina interna - mobile */

.fascia_2-mobile {
	background-image: url("/wp-content/themes/simplebooking/immagini/sfondo-mobile.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}

.fascia_3-mobile .titoloquintafascia {
	text-transform:uppercase;
	font-size:20px;
	line-height:25px;
}

.testogrande-fascia1interna-mobile {
	color:#fff;
	    font-family: 'Hindi', sans-serif;
	font-weight:bold;
	font-size:70px;
	line-height:65px;
	padding-top:200px;
	margin-bottom:40px;
	text-transform:uppercase;
}

.sottotiolo-fascia1interna-mobile {
	color:#fff;
	    font-family: 'Hindi', sans-serif;
	font-size:30px;
	margin-bottom:55px;
	line-height:35px;
}

.immagine-fascia1interna-mobile {
	bottom: -13px;
    position: absolute;
    right: 0;
}

.fascia_2-mobile, .fascia_2-mobile #container {
	position:relative;
}

.flexslider2-mobile1 {
	height: 249px;
    position: absolute;
    right: 70px;
    top: 70px;
    width: 159px;
}


.link-fascia1interna-mobile {
    background-color: #F2C812;
    color: white;
    cursor: pointer;
    float: left;
    font-family: "Hind", sans-serif;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    transition: all 0.3s linear 0s, all 0.3s ease-in 0s;
    width: 220px;
    text-align:center;
    font-weight:bold;
}

.link-fascia1interna-mobile:hover {
    background-color: white;
    color: #F2C812;
    transition: all 0.3s linear 0s, all 0.3s ease-in 0s;
}

.fascia_paginainterna_fascia2 {
	background-color:white;
}

.fascia_2-mobile .immaginequintafascia img {
	max-width:375px;
	margin-left:40px;
}

.fascia_3-mobile .testoquintafascia img {
	max-width:241px;
	
}

.fascia_4-mobile {
	background-image: url("/wp-content/themes/simplebooking/immagini/sfondo-fascia4-mobile.png");
    background-position: center top;
    background-repeat: no-repeat;
}

.fascia4-mobile-img {
	margin-top:30px;
	margin-bottom:20px;
}

.fascia4-mobile-title {
	color:white;
	font-size:40px;
	line-height:50px;
	font-weight:300;
	font-family: "Hind", sans-serif;
	text-transform:uppercase;
	margin-top:60px;
}

.fascia4-mobile-testo {
	color: white;
    font-family: "Hind", sans-serif;
    font-size: 18px;
    margin-bottom: 150px;
    margin-top: 40px;
    font-weight:300;
}

.fascia4-mobile-testo2 {
	font-family: "Hind", sans-serif;
    font-size: 18px;
    font-weight:300;
}

.mobile-iphone-img {

}

.mobile-iphone-img img {
	margin-left:100px;
}

.mobile-finale-fascia4 .col-460 {
	text-align:center;
}

.titolifascia4mobilefinale {
	font-family: "Hind", sans-serif;
    font-size: 18px;
    font-weight:bold;
    text-transform:uppercase;
    margin-top:25px;
    margin-bottom:15px;
    font-weight:300;
}

.testofascia4mobilefinale {
	font-family: "Hind", sans-serif;
    font-size: 18px;
    width:90%;
    margin-left:5%;
    font-weight:300;
}

.fascia_5-mobile {
	background-image: url("/wp-content/themes/simplebooking/immagini/fascia5-sfondo-mobile.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}

.testo-fascia5 .testoquartafascia {
	/*color: white;
    font-family: "Hind", sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 35px 15px 45px 20px;*/
    color: white;
    font-family: "Hind", sans-serif;
    font-weight:300;
    background-image:none;
    width: 70%;
    padding-left:0;
}

.loghi-fascia5 {
	/*background-image: url("/wp-content/themes/simplebooking/immagini/sfondo-fascia5-mobile-chiaro.png");*/
    padding-bottom: 10px;
    padding-top: 20px;
    text-align: center;
    background-color:white;
}

.loghi-fascia5 img {

}

.fascia_5-mobile .titoloquartafascia {
    margin-bottom: 20px;
}

.fascia_6-mobile {
	background-color:#ff6000;
	text-align:left;
	margin-top: 40px;
}

.mobile-finale-fascia4 {
	margin-top:40px;
}

.fascia_3-mobile .flexslider {
	margin-bottom:0;
}

.iphonestrato1 {
	left: 60px;
    opacity: 0;
    position: absolute;
    top: 10px;
}

.iphonestrato1.cambiaaltezza1 {
	opacity:1;
	transform: translate3d(0px, -10px, 0px);
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
}

.iphonestrato2 {
	left: 70px;
    opacity: 0;
    position: absolute;
    top: -15px;
}

.iphonestrato2.cambiaaltezza1 {
	opacity:1;
	transform: translate3d(0px, -10px, 0px);
    -webkit-transition: all 1s ease-in-out;
	-moz-transition:    all 1s ease-in-out;
	-o-transition:      all 1s ease-in-out;
	-ms-transition:     all 1s ease-in-out;
}

.iphonestrato3 {
	left: 80px;
    opacity: 0;
    position: absolute;
    top: -50px;
}

.iphonestrato3.cambiaaltezza1 {
	opacity:1;
	transform: translate3d(0px, -10px, 0px);
    -webkit-transition: all 1.5s ease-in-out;
	-moz-transition:    all 1.5s ease-in-out;
	-o-transition:      all 1.5s ease-in-out;
	-ms-transition:     all 1.5s ease-in-out;
}

.iphonemovimenti {
	position:relative;
}

.fascia_5-mobile .testoquartafascia {
	background-image: url("/wp-content/themes/simplebooking/immagini/sfondo-op-fascia.png");
    height: 265px;
    margin-top: 0;
    padding-left: 25px;
    padding-right: 100px;
    padding-top: 20px;
    font-size: 18px;
}

.fascia_7-mobile .titoloquintafascia {
	text-transform:uppercase;
	font-size: 24px;
}

.fascia_5-mobile .scrittarancionetitolo {
	color:#ff6000;
	font-size:40px;
}

/* pagina interna Channel Manager */

.fascia_2-channel {
background-image: url("/wp-content/themes/simplebooking/immagini/hawaii.jpg");
    background-position: center -133px;
    background-repeat: no-repeat;
    text-align: center;
    min-height: 425px;

}
.fascia_2-channel .testogrande-fascia1interna-mobile {
	margin-bottom:25px;
	text-transform:uppercase;
	padding-top:35px;
}

.fascia_2-channel .sottotiolo-fascia1interna-mobile {
	margin-bottom:55px;
}

.fascia_3-channel .immagineterzafascia {
	width:30%;
}

.fascia_2-channel .grid {
	float:left;
} 

.fascia_2-channel .testointerno-fascia1-interna-channel {
    float: left;
    height: auto;
    width: 100%;
}

.fascia_2-channel .link-fascia1interna-mobile {
    float:none;
    margin:0 auto;
    padding: 15px 20px;
}

.fascia_3-channel {
	padding-top:0;
	background-image: url("/wp-content/themes/simplebooking/immagini/sfondo-fascia3-channel.jpg");
    background-position: center top;
    background-repeat: no-repeat;
	
}

.fascia_5-channel {
	background-color: #ff6000;
    color: white;
}

.fascia_4-channel {
    background-image: url("/wp-content/themes/simplebooking/immagini/sfondo-fascia-channel.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}

.fascia_4-channel .testoquartafascia {
	color:#444;
	font-size:20px;
	font-family: 'Lato', sans-serif;
	padding-right: 20px;
	font-weight:300;
}

.testo1fascia3channel {
	color:#444;
	font-size:20px;
	margin-top:70px;
	margin-bottom:30px;
	font-family: 'Lato', sans-serif;
	text-align:center;
	text-transform:uppercase;
	font-weight:300;
}

.testo2fascia3channel {
    color: #444;
    font-family: "Hind", sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 605px;
    margin-top: 65px;
    text-align: center;
    color:white;
}

.titoloboxfasciachannel {
	font-size:18px;
	font-family: 'Lato', sans-serif;
	color:#1d98cd;
	height: 75px;
	font-weight:bold;
}

.testoboxfasciachannel {
	font-size:16px;
	font-family: 'Lato', sans-serif;
	color:#444;
}

.fascia_4-channel .testoquartafascia {
	/*background-image: url("/wp-content/themes/simplebooking/immagini/sfondo-opacita-channel.png");*/
	background-color:white;
	background-image:none;
}

.box1fascia3channel .titoloboxfasciachannel, .box2fascia3channel .titoloboxfasciachannel, .box1fascia3channel .testoboxfasciachannel, .box2fascia3channel .testoboxfasciachannel{
	text-align:left;
	font-weight:300;
}

.box3fascia3channel .titoloboxfasciachannel, .box4fascia3channel .titoloboxfasciachannel, .box3fascia3channel .testoboxfasciachannel, .box4fascia3channel .testoboxfasciachannel{
	text-align:left;
	font-weight:300;
}

.box1fascia3channel {
	margin-left: -40px;
}

.box1fascia3channel .imgboxfasciachannel, .box2fascia3channel .imgboxfasciachannel {
	text-align: center;
	margin-right:20px;
	margin-bottom:20px;
}



.box2fascia3channel {

}

.box3fascia3channel {
    margin-left: 42px;
}

.box3fascia3channel .imgboxfasciachannel, .box4fascia3channel .imgboxfasciachannel {
	margin-bottom:20px;
	text-align: center;

}

.box4fascia3channel {

}

.box1fascia3channel {
	left: 0;
    position: absolute;
    top: 0;
}

.box2fascia3channel {
	left: 220px;
    position: absolute;
    top: 0;
}

.box3fascia3channel {
	left: 450px;
    position: absolute;
    top: -10px;
}

.box4fascia3channel {
	left: 750px;
    position: absolute;
    top: 0;
}

.box1fascia3channel .imgboxfasciachannel, .box4fascia3channel .imgboxfasciachannel {
	margin-bottom: 15px;
	text-align: center;
}

.fascia_6-channel_erratanum .immagineterzafascia {
	width: 30%;
}

.fascia_6-channel ul {
	padding-left:20px;
}

.fascia_2-channel {
	position:relative;
}

.flexslider2-channel {
	bottom: -7px;
    height: 347px;
    left: 50%;
    margin-left: -375px;
    position: absolute;
    width: 740px;
}

.flexmobileloghi {
	background-color: transparent !important;
    border: 0 none !important;
    float: left;
    margin-bottom: 10px !important;
    margin-top: 60px !important;
    text-align: center;
    width: 100%;
}

.flexmobileloghi li {
    text-align:center;
    list-style: none !important;
    background-image:none !important;
    padding-left:0 !important;
}

.flexmobileloghi img {
    margin-left: 20%;
    max-width: 60% !important;
}

.validation_error {
	text-align:center;
	color:red !important;
	margin-bottom:0 !important;
}

div.bottoneheaderalto:hover {
	color:white !important;
}

.bottoneheaderalto a {
	color:white;
	margin-left:10px;
}

.lingua-attiva-menu, .bottoneheaderalto a:hover {
	color: #f36a00 !important;	
}



/* Pagina interna Facebook */

.fascia_2-facebook {
	background-image: url("/wp-content/themes/simplebooking/immagini/sfondo-facebook.jpg");
    background-position: center -30px;
    background-repeat: no-repeat;
}

/*.fascia_2-facebook.zooma {
	background-position: center -300px;
    transition: all 8s linear 0s;
}*/

.titoloterzafascia-facebook {
	margin-top:10px;
	font-size:18px;
	color:#1d98cd;
	font-family: 'Lato', sans-serif;
}

.boxfacebook-interno {
	width:100%;
	padding-top:10px;
	float:left;
}

.fascia_3-facebook .boxtestoterzafascia {
	margin-left: 7%;
    margin-top: 20px;
    width: 84%;
}

.fascia_3-facebook .col-380 {
	height: 100%;
}

.fascia_3-facebook  {
	/*background-image: url("/wp-content/themes/simplebooking/immagini/mano-facebook.png");
    background-position: left bottom;
    background-repeat: no-repeat;*/
}

.fascia_4-facebook {
	background-color:#1d98cd;
    background-position: top center;
    background-repeat: no-repeat;
}

.fascia_4-facebook .testoquartafascia {
    background-image: none;
    float: left;
    margin-bottom: 20px;
    margin-top: 30px;
    padding: 25px 10% 25px 20px;
    width: 90%;
}

.fascia_4-facebook span {
    float: left;
    padding-top: 5px;
    color:white;
}

.testofinalefasciafacebook {
	color:white;
	font-size:;
}

.fascia_5-facebook {
	background-color:#ff6000;
	color:white;
}

.testofinalefasciafacebook {
	background-image: url("/wp-content/themes/simplebooking/immagini/virgolette.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: white;
    float: left;
    font-size: 24px;
    line-height: 30px;
    padding-left: 70px;
    padding-top: 10px;
    font-weight:300;
}

.fascia_3-facebook .testoterzafascia {
	font-weight:300;
	text-align:center;
}

.fascia_3-facebook .titoloterzafascia-facebook {
	font-weight:300;
	text-align:center;
}

.fascia_3-facebook .titoloquintafascia {
	color: #393939;
    font-family: "Hind", sans-serif;
    font-size: 45px;
    font-weight:300;
    line-height: 50px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 5px;
}

.fascia_3-facebook .testoquintafascia {
	color: #393939;
    font-family: "Hind", sans-serif;
    font-size: 18px;
    font-weight:300;
    text-align: center;
}

.fascia_4-facebook li {
	font-weight:300;
	background-image:none;
	padding-left:0;
}

.fascia_4-facebook .testoquartafascia {
	padding-left:0;
}

.fascia_3-facebook .immagineterzafascia {
	text-align:center;
	float:none;
}

/* Pagina interna people */


.sottotiolo-fascia1interna-people {
	text-align: center;
	font-size: 60px;
	color: white;
	font-weight: 300;
	margin-bottom: 120px;
}

.fascia_2-people {
	background-image: url("/wp-content/themes/simplebooking/immagini/sfondo-people.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}

.fascia_2-people .col-300 {
	text-align:center;
}

.titolopersona {
	font-size:30px;
	color:#f38606;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:10px;
}

.sottotitolopersona {
	font-size:18px;
	color:#444;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:20px;
}

.testopersona {
	color: #444;
    font-family: "Hind", sans-serif;
    font-size: 14px;
    margin-left: 5%;
    width: 90%;
    min-height:230px;
}

.fascia_3-people {
	background-image: url("/wp-content/themes/simplebooking/immagini/sfondo2-people.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}

.fascia_2-people .testogrande-fascia1interna-mobile {
	text-align:center;
	margin-bottom: 40px;
}

.fascia_3-people .titoloterzafascia {
	font-size:30px;
	color:white;
	margin-top:25px;
	text-transform:uppercase;
	line-height:35px;
}

.fascia_3-people .testoterzafascia {
	font-size:14px;
	color:white;
	line-height:20px;
	min-height: 85px;
}

.fascia_3-people .imgcentrale {
	margin-top:50px;
	margin-bottom:35px;
}

.fascia_4-people {
	background-image: url("/wp-content/themes/simplebooking/immagini/sfondo-finale-people.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}

.fascia_4-people .testoquartafascia {
	min-height:273px !important;
}

.fascia_4-people .titoloquartafascia {
	text-align:center;
}

.fascia_4-people .scrittarancionetitolo {
	color:#91d018;
}

.fascia_4-people .titoloquartafascia {
	margin-bottom:30px;
}

.gform_confirmation_message {
	font-size:20px;
	color:white;
	margin-top:20px;
}

.gform_confirmation_message_2, .gform_confirmation_message_1 {
	font-size:20px;
	color:#444;
	margin-top:20px;
	text-align:center;
}

.fascia_2_home {
    height: auto;
    padding-top: 90px;

	    padding-top: 0px;
		       padding-top: 18%;
}
.page-id-60792 .fascia_2_home, .page-id-83844.fascia_2_home {
    height: auto;
    padding-top: 90px;

	    padding-top: 0px;
		padding-top: 14%;
}

.primotitolofascia2home {
	font-size:43px;
	color:white;
	font-family: "Hind", sans-serif;
	font-weight:300;
	text-transform:uppercase;
	margin-top:25px;

}

.primotitolofascia2home span {
	font-weight:bold;
}

.testofascia2home {
	color: white;
    font-family: "Hind", sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin-left: 600px;
    margin-top: 60px;
    width: 300px;
    line-height:28px;
}

.linkquartafascia {
	margin-left: 600px !important;
	margin-top:20px !important;
	height:30px !important;
	line-height:30px !important;
}

.fascia_13-booking {
	background-image: url("/wp-content/themes/simplebooking/immagini/fascia_13-booking.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}

/* Menu*/

.fascia_menu {
	padding-bottom:20px;
}

#menu-header_menu, #menu-header_menu li, #menu-header_menu li:hover, 
#menu-menu-header_it, #menu-menu-header_it li, #menu-menu-header_it li:hover, 
#menu-menu-header_fr, #menu-menu-header_fr li, #menu-menu-header_fr li:hover,
#menu-menu-header_de, #menu-menu-header_de li, #menu-menu-header_de li:hover,
#menu-header_menu-spanish0, #menu-header_menu-spanish0 li, #menu-header_menu-spanish0 li:hover
 {
	background-color:transparent;
	background-image:none;
}
ul#menu-menu-header_it,ul#menu-menu-header_fr ,ul#menu-menu-header_de,ul#menu-header_menu-spanish0 {
    background-color: transparent!important;
    background: transparent;
}

.main-nav {
	float:right;
	clear:none;
}


.main-nav .sub-menu li {
	
}


#menu-header_menu a, #menu-menu-header_it a, #menu-menu-header_fr a, #menu-menu-header_de a, #menu-header_menu-spanish0 a{
	font-weight:bold;
	color:#000000;
    font-family: 'Hind', sans-serif;
	font-size:17px;
	text-shadow:none;
	border:0;
	background-color:transparent;
	background-image:none;
}


#menu-header_menu a {
   /* padding-top: 60px;
    padding-bottom: 10px;
     border-right: 1px solid #bdc7d0; */
}
span.site-name {
    padding-top: 65px;
}
.main-nav {
    padding-top: 60px;
}
#menu-header_menu .sub-menu a {
	
}

#menu-header_menu .sub-menu .current_page_item a, 
#menu-menu-header_it .sub-menu .current_page_item a , 
#menu-menu-header_fr .sub-menu .current_page_item a, 
#menu-menu-header_de .sub-menu .current_page_item a, 
#menu-header_menu-spanish0 .sub-menu .current_page_item a
 {
    /* color: #f36a00 !important; */
    text-decoration: underline;
}

#menu-item-78 {
	border-left:1px solid #bdc7d0;
}

.fascia2_ovunque {
	padding-top:0;
	background-color:white;
}

.menu_footer_figli .menu .current_page_item a,.menu_footer_figli .menu .current-menu-item a {
	color:white !important;
}

.fascia_footer3 {
	background-color:#1e1e1e;
}

.fascia_footer3 span, .fascia_footer3 span a {
	color:white;
}

.numerotelverde {
	font-size:35px;
}


/* Pagina interna booking */

.fascia_2-booking {

    min-height: 425px!important;
    background-image: url("/wp-content/themes/simplebooking/immagini/booking_engine.jpg");
    background-position: left -60px!important;
    min-height: 425px;
}

.testocentralefascia3-1-booking {
	color: #393939;
    font-family: "Hind", sans-serif;
    font-size: 45px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 20px;
    text-align: center;
    font-weight:300;
}

.testocentralefascia3-2-booking {
	color:#393939;
	font-weight:300;
	font-size:18px;
	text-align:center;
	font-family: "Hind", sans-serif;
}

/* .fascia_2-booking.zooma {
	background-position: left -150px;
    transition: all 8s linear 0s;
} */

.fascia_2-booking .testointerno-fascia1-interna {
	text-align:center;
	float:left;
	width:100%;
}

.fascia_2-booking .link-fascia1interna-mobile {
	margin:0 auto;
	float:none;
	padding:15px 20px;
}

.fascia_6-booking {
	/*background-image: url("/wp-content/themes/simplebooking/immagini/sfondo-fascia6-booking.jpg");
    background-position: center top;
    background-repeat: no-repeat;*/
    background-color:#22a2d3;
}

.fascia_8-booking {
	background-image: url("/wp-content/themes/simplebooking/immagini/fascia-symantec-1.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}

.fascia_8-booking .titoloquintafascia, .fascia_8-booking .testoquintafascia {
	color:white;
}

.fascia_8_home.fascia_generale.hidediv.recensioni {
    padding-bottom: 20px;
    padding-top: 20px;
}


.fascia_9-booking {
	/*background-image: url("/wp-content/themes/simplebooking/immagini/iphone-fasciagrande-booking.jpg");*/
    background-position: center top;
    background-repeat: no-repeat;
	background-color: rgb(30, 30, 30);
}

.fascia_13-booking {
	/*background-image: url("/wp-content/themes/simplebooking/immagini/iphone-fasciagrande2-booking.jpg");
    background-position: center top;
    background-repeat: no-repeat;*/
    background-color:#ff6000;
}

.fascia_13-booking .testoquintafascia {
	color:white;
}

.fascia_13-booking .titoloquintafascia {
	color:white;
}

.fascia_13-booking .testoquintafascia ul {
	padding-left:15px;
}

.fascia_13-booking .immaginequintafascia img {
	margin-top:70px;
}

.fascia_11-booking {
	background-color:#ff6000;
}

.fascia_2-booking .testogrande-fascia1interna-mobile {
	font-size:65px;
}

.fascia_3-booking img {
	margin-left:-50px;
	margin-top:60px;
}

.fascia_3-booking ul {
	padding-left:2s0px;
}

/*.fascia_4-booking .mobile-iphone-img .imgdaposbook {
    margin-top: -50px;
}*/

.fascia_4-booking {
    padding-bottom:0;
}

.fascia_5-booking {
	padding-top:0;
}

.fascia_6-booking .testoquartafascia{
	height:200px;
	font-size:16px;
} 

.testocentralefascia7-booking {
	text-align:center;
	color:#444;
	text-transform:uppercase;
	font-size:24px;
	width:60%;
	margin-left:20%;
	margin-bottom:40px;
	line-height:28px;
	margin-top:20px;
	font-weight:300;
	font-family: "Hind", sans-serif;
}

.fascia_9-booking .testoquartafascia{
	color:white;
}

.fascia_9-booking .testoquartafascia {
    padding-right: 5%;
    width: 95%;
    font-size: 18px;
    line-height: 23px;
    font-weight:300;
}

.fascia_13-booking .testoquartafascia li {
	margin-bottom:0;
	font-weight:300;
	font-size:18px;
}

.fascia_13-booking .testoquartafascia {
	padding: 0 15px 0 0;
	font-size:18px;
	width:90%;
}


.fascia_4-mobile .testoquartafascia {
	padding-top:20px;
}

.fascia_3-booking .titoloquintafascia {
	font-size:16px;
	font-weight:bold;
	margin-bottom:0;
}

/* Pagina interna company */

.fascia_2-company {
	background-image: url("/wp-content/themes/simplebooking/immagini/sfondo-company.jpg");
    background-position: top 0;
    background-repeat: no-repeat;
    transition: all 8s linear 0s;
}

.fascia_2-company.zooma {
	background-position: left -150px;
    transition: all 8s linear 0s;
}

.fascia_3-company .immaginequintafascia img {
	margin-top:70px;
}

.boxfeaturescompany {
	text-align:center;
}

.titolodivfeaturescompany {
	margin-top:20px;
	margin-bottom:20px;
	color:#444;
	font-weight:bold;
	font-family: 'Lato', sans-serif;
	font-size:18px;
}

.titolodivfeaturescompany {
    color: #000;
    /* font-family: 'Lato', sans-serif; */
    font-size: 22px;
    font-weight: 600;
    font-family: 'Hind', sans-serif;
    text-align: left;
    margin-left: 5%;
    margin-top: 30px;
}
.fascia_3_home.fascia_fascianumeri.fascia_generale #container {
    max-width: 1200px;
	
}
.grid.col-300.f3home{
   max-width:345px;
   margin-right: 5%;
       margin-bottom: 0;
}
.fascia_4-company {
	background-image: url("/wp-content/themes/simplebooking/immagini/sfondo-fascia-nuvole-company.png");
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 150px;
}

.testodivfeaturescompany {
	width:90%;
	margin:0 5%;
	font-weight:300;
}

.fascia_5-company {
	background-color:#1d98cd;
	text-align:center;
}

.linkfasciafinalecompany {
    background-color: black;
    color: white;
    cursor: pointer;
    font-family: "Hind", sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s linear 0s, all 0.3s ease-in 0s;
    width: 250px;
    float:none;
}

.linkfasciafinalecompany:hover {
    background-color: white;
    color: black;
    transition: all 0.3s linear 0s, all 0.3s ease-in 0s;
}

.immagine-comunicazione-support {
	float: left;
    width: 15%;
}

.boxtestoterzafascia-support {
	margin-bottom: 5px;
    margin-top: 10px;
}

.bottonefinalecompany {
	width:100%;
	text-align:center;
}

.titolo-interno-support {
	color:#444;
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	font-family: "Hind", sans-serif;
	padding-bottom:22px;
}

.sottotitolo-interno-support {
	color:white;
	font-size:16px;
	font-weight:bold;
	font-family: "Hind", sans-serif;
	padding-bottom:38px;
}

.modalita-comunicazione-support {
	float:left;
	width:100%;
	margin-top: 9px;
}

.telefono-support, .telefono2-support {
	font-size:43px;
	font-family: "Hind", sans-serif;
	font-weight:bold;
	color:white;
}

.sottotitolo-telefono-support {
	font-size:13px;
	font-family: "Hind", sans-serif;
	font-weight:bold;
	color:#8eddff;
	margin-top: 7px;
}

.email-support,.chat-support {
	font-size:26px;
	font-family: "Hind", sans-serif;
	font-weight:bold;
	color:white;
}





/* Pagina interna Support */

.fascia_2-support {
	background-color:#1d2536;

}

.fascia_2-support .testogrande-fascia1interna-mobile {
	color:white;
	font-size:70px;
	text-transform:uppercase;
	font-family: "Hind", sans-serif;
	margin-bottom:20px;
	padding-top:45px;
}

.fascia_3-support {
	background-image: url("/wp-content/themes/simplebooking/immagini/sfondo-fascia1-support.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom:0;
}

.fascia_4-support {
	background-image: url("/wp-content/themes/simplebooking/immagini/sfondo-fascia2-support.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}

.scrittasinistra-support {
	color:white;
	font-weight:bold;
	font-size:20px;
	text-align:right;
	text-transform:uppercase;
	margin-top: 40px;
}

.scrittadestra-support {
	color:white;
	font-weight:bold;
	font-size:20px;
	text-align:left;
	text-transform:uppercase;
	margin-top: 60px;
}

.immagine-mail {
	margin-top: 10px;
}

.immagine-comunicazione-support {
	margin-bottom:10px;
}

.fascia_2-support .testointerno-fascia1-interna {
	text-align:center;
}

.fascia_3-support {

}

.col1-support {
	width:43%;
	margin-right:4%;
}

.col2-support {
	width:42%;
	margin-left:4%;
	margin-bottom: 10px;
}

.fascia_4-support .sottotitolo-telefono-support {
	color:#d8f4a2;
	margin-top:5px;
}

.fascia_4-support .sottotitolo-interno-support {
	padding-bottom:10px;
}

.fascia_4-support {
	padding-bottom:0;
}

.fascia_4-support .col1-support {
	margin-bottom:0;
}

.fascia_4-support .modalita-comunicazione-support {
	margin-bottom: 5px;
    margin-top: 5px;
}



/* Pagina interna demo */

.fascia_2-demo {
	background-color:#F1C817;
	padding-top:0;
	padding-bottom:0;
	text-align:center;
}

.fascia_3-demo {
	background-color:white;
    background-position: center top;
    background-repeat: no-repeat;
}

.fascia_3-demo .testointerno1-interna-demo {
	font-size:20px;
	color:#444;
	text-align:center;
	font-weight:bold;
	font-family: "Hind", sans-serif;
	margin-bottom:20px;
	line-height: 25px;
}

.col1-spiegazioni-demo, .col2-spiegazioni-demo, .col3-spiegazioni-demo {
	margin-top:30px;
	padding-top:30px;
	background-color:white;
}

.col1-spiegazioni-demo {
	border-bottom:6px solid #48abd5;
}

.col2-spiegazioni-demo {
	border-bottom:6px solid #a6d845;
}

.col3-spiegazioni-demo {
	border-bottom:6px solid #f78a3b;
}

.fascia_3-demo .testointerno2-interna-demo {
	font-size:20px;
	color:#444;
	text-align:center;
	font-family: "Hind", sans-serif;

}

.titolo-sezione-form {
    /* background-image: url("/wp-content/themes/simplebooking/immagini/barra-form.jpg"); */
    background-position: center 32px;
    background-repeat: no-repeat;
    height: 35px;
    margin-bottom: 0;
    padding-left: 4%;
    color: #fff;
    text-transform: none;
    font-size: 35px;
}

.spiegazioni-demo {
	height: 95px;
    margin-left: 10%;
    margin-top: 20px;
    width: 80%;
}

.fascia_3-demo .col-300 {
	text-align:center;
}

.gform_title {
	display:none;
}

.gfield {
	width:50%;
	float:left;
	margin-top:20px;
	clear: none !important;

}
/*
.gfield input, .gfield select, .gfield textarea {
	float: right;
    margin-right: 10%;
    width: 70% !important;
    border:1px solid #d0d0d0;
    box-shadow:0;
    height:55px;
    font-family: "Hind", sans-serif;
    font-size:16px !important;
    padding-left: 10px !important;
}
*/
#field_1_1, #field_1_6, #field_1_13, #field_1_15,   #field_6_1, #field_6_6, #field_6_13, #field_6_15, 
#field_11_1, #field_11_6, #field_11_13, #field_11_15, #field_14_1, #field_14_6, #field_14_13, #field_14_15, 
#field_20_1, #field_20_6, #field_20_13, #field_20_15,
 #field_22_1, #field_22_6, #field_22_13, #field_22_15,
 #field_23_1, #field_23_6, #field_23_13, #field_23_15,
 #field_24_1, #field_24_6, #field_24_13, #field_24_15,
 #field_25_1, #field_25_6, #field_25_13, #field_25_15,
 #field_26_1, #field_26_6, #field_26_13, #field_26_15,
 #field_31_1, #field_31_6, #field_31_13, #field_31_15,
 #field_30_1, #field_30_6, #field_30_13, #field_30_15
 {
	width:100%;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	font-family: "Hind", sans-serif;
	font-size:20px;
	color:#444;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:0 !important;
	margin-top:50px;

}

#field_1_3 input, #field_1_5 input, #field_1_8 input, #field_1_10 input, #field_1_12 input, #field_1_20 select,   
#field_6_3 input, #field_6_5 input, #field_6_8 input, #field_6_10 input, #field_6_12 input, #field_6_20 select ,
#field_11_3 input, #field_11_5 input, #field_11_22 select ,#field_11_20 select , #field_11_10 input,
#field_20_3 input, #field_20_5 input, #field_20_22 select ,#field_20_20 select , #field_20_10 input,
#field_14_3 input, #field_14_5 input, #field_14_8 input, #field_14_10 input, #field_14_12 input, #field_14_20 select, #field_14_22 select,
#field_22_3 input, #field_22_5 input, #field_22_22 select ,#field_22_20 select , #field_22_10 input,
#field_23_3 input, #field_23_5 input, #field_23_22 select ,#field_23_20 select , #field_23_10 input,
#field_24_3 input, #field_24_5 input, #field_24_22 select ,#field_24_20 select , #field_24_10 input,
#field_25_3 input, #field_25_5 input, #field_25_22 select ,#field_25_20 select , #field_25_10 input,
#field_26_3 input, #field_26_5 input, #field_26_22 select ,#field_26_20 select , #field_26_10 input,
#field_31_3 input, #field_31_5 input, #field_30_3 input, #field_30_5 input, #field_31_23 input , #field_30_11 input 

 {
	float:left;
	margin-left:10%;
}


#field_1_18, #field_1_19, #field_6_18, #field_6_19, #field_11_19 , #field_11_18, #field_14_19 , #field_14_18, 
#field_20_19 , #field_20_18, 
#field_22_19 , #field_22_18, 
#field_23_19 , #field_23_18, 
#field_24_19 , #field_24_18, 
#field_25_19 , #field_25_18, 
#field_26_19 , #field_26_18 ,
#field_31_18 , #field_31_19 ,
#field_30_18 , #field_30_19 
{
	margin-left: 15% !important;
    width: 70%;
    /*height: 40px;*/
}

#field_1_18 input, #field_1_19 input, #field_14_18 input, #field_14_19 input, #field_6_18 input, #field_6_19 input , #field_11_18 input, 
#field_20_18 input, #field_20_19 input, 
#field_22_18 input, #field_22_19 input, 
#field_23_18 input, #field_23_19 input, 
#field_24_18 input, #field_24_19 input, 
#field_25_18 input, #field_25_19 input, 
#field_26_18 input, #field_26_19 input{
	width:80%;
	/*margin-right:20px;*/
	height: 20px;
	/*margin-bottom: 20px;*/
}


.gform_footer {
	text-align:center;
}

#field_1_19, #field_6_19, #field_14_19, #field_20_19{
	margin-top:0;
	/*margin-bottom:20px;*/
	
}
#field_11_18, #field_22_18, #field_23_18, #field_24_18, #field_25_18, #field_26_18 {
	margin-top:0;
	/*margin-bottom:60px;*/
}

.finaledemo {
	color: #444;
    font-family: "Hind", sans-serif;
    font-size: 14px;
    margin: 10px 10% 0 10%;
    text-align: center;
    width: 80%;
}

#field_1_21, #field_6_21, #field_11_21, #field_14_21, #field_20_21, #field_22_21, #field_23_21, #field_24_21, #field_25_21, #field_26_21, #field_31_21, #field_30_21 {
	width:100%;
}

#field_1_21 textarea, #field_6_21 textarea, #field_20_21 textarea {
	float:left;
	margin-left:10%;
}

.gfield label {
    color: #ababab;
}

.gfield.gfield_error {
	background-color: transparent !important;
    border: 0 none !important;
    clear: none !important;
    float: left;
    margin: 0 !important;
    width: 48% !important;
}

.gfield_description.validation_message {
	display:none;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: 0 !important;
    margin-top: 0;
    padding-left: 0 !important;
}

#gform_submit_button_1, #gform_submit_button_2,  #gform_submit_button_6, #gform_submit_button_11, #gform_submit_button_14, #gform_submit_button_20
, #gform_submit_button_22, #gform_submit_button_23, #gform_submit_button_24, #gform_submit_button_25, #gform_submit_button_26, #gform_submit_button_31 ,
#gform_submit_button_30 {
    background-color: #F2C812;
    color: white;
    cursor: pointer;
    font-family: "Hind", sans-serif;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    transition: all 0.3s linear 0s, all 0.3s ease-in 0s;
    width: 250px;
    text-align:center;
    font-weight:bold;
    box-shadow:0;
    background-image:none;
    padding:0;
    text-shadow: none;
    margin-top: 30px;
	margin-left: 70px;

}

#gform_submit_button_30 {
    margin-top: 100px;
} 

#gform_submit_button_1:hover, #gform_submit_button_2:hover {
    background-color: white;
    color: #ee6d10;
    transition: all 0.3s linear 0s, all 0.3s ease-in 0s;
}

.imgsavegain {
	margin-top: 30px;
    position: relative;
}

.home .fascia_8 .col-540 {
    width: 59.3%;
}

.home .fascia_8 {
    padding-bottom:0;
}

.fascia_3-demo .gform_wrapper li.gfield.gfield_error,.fascia_3-demo .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, .fascia_3-contact .gform_wrapper li.gfield.gfield_error,.fascia_3-contact .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	height:60px;
}
/* Pagina interna contact */

.fascia_2-contact {
	background-color:#1d2536;
	padding-top:0;
	padding-bottom:0;
	text-align:center;
}

.fascia_3-contact {
	background-color:white;
    background-position: center top;
    background-repeat: no-repeat;
}

.fascia_3-contact .testointerno1-interna-demo {
	font-size:20px;
	color:#444;
	text-align:center;
	font-weight:bold;
	font-family: "Hind", sans-serif;
	margin-bottom:20px;
	line-height: 25px;
}


.fascia_3-contact .testointerno2-interna-demo {
	font-size:20px;
	color:#444;
	text-align:center;
	font-family: "Hind", sans-serif;

}

.fascia_3-contact .col-300 {
	text-align:center;
}

.gform_title {
	display:none;
}

.gfield {
	width:50%;
	float:left;
	margin-top:20px;
	clear: none !important;

}

.gfield input, .gfield select, .gfield textarea {
	float: right;
    /*margin-right: 10%;*/
    width: 70% !important;
    border:1px solid #d0d0d0;
    box-shadow:0;
    height:55px;
    font-family: "Hind", sans-serif;
    font-size:16px !important;
    padding-left: 10px !important;
}
input#input_1_11, input#input_6_11, input#input_14_11, input#input_20_11, input#input_22_11, input#input_23_11, input#input_24_11, input#input_25_11, input#input_26_11 {
    margin-top: 0;
}

#field_2_2 input, #field_2_4 input,
#field_10_7 input, #field_10_2 input, #field_13_7 input, #field_13_2 input {
	float:left;
	margin-left:10%;
}

#field_2_6, #field_10_6, #field_13_6 {
	margin-left: 15% !important;
    width: 80%;
}

#field_2_6 input, #field_10_6 input, #field_13_6 input{
	width:80%;
	/*margin-right:20px;*/
	height: 20px;
}
.gform_footer {
	text-align:center;
}

#field_2_6, #field_10_6, #field_16_6, #field_13_6 {
	margin-top:0;
	margin-bottom:20px;
}

.finaledemo {
	color: #444;
    font-family: "Hind", sans-serif;
    font-size: 14px;
    margin: 10px 10% 0 10%;
    text-align: center;
    width: 80%;
}

#field_2_5, #field_10_5, #field_16_5 , #field_13_5, #field_32_5 {
	width:100%;
}

#field_2_5 textarea, #field_10_5 textarea, #field_16_5 textarea, #field_32_5 textarea, #field_13_5 textarea {
	float: left;
    margin-left: 15%;
    width: 75%!important;
}

.form-contatti-fr {
    clear: both;
}

.gfield.gfield_error {
	background-color: transparent !important;
    border: 0 none !important;
    clear: none !important;
    float: left;
    margin: 0 !important;
    width: 48% !important;
}

.gfield_description.validation_message {
	display:none;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: 0 !important;
    margin-top: 0;
    padding-left: 0 !important;
}

.fascia_4-contact {
    height: 550px;
    padding-bottom: 0;
    position: relative;
    width: 100%;
}
span.tit_row2_footer.stalck {
    display: block;
    margin: 0 0 7px -12px;
}

/* Pagina interna FAQ */

.fascia_2-faq {
	background-color:#1d2536 !important;
}

.box-faq {
	background-color:#eaf3f7;
	padding:20px 20px;
	margin-bottom:20px;
}

.titolo-box-faq {
	color: #444;
    font-family: "Hind", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    cursor:pointer;
}

.testo-box-faq {
	color: #444;
    font-family: "Hind", sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
    margin-top: 25px;
    display:none;
}

/* Pagina interna Partner */

.fascia_2-partner {
	background-color:#f18507 !important;
	text-align:center;
	padding-bottom:0 !important;
	padding-top:0 !important;
}


.fascia_3-partner {
	background-image: url("/wp-content/themes/simplebooking/immagini/sfondo-partner.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}

.fascia_4-partner {
	
}

.fascia_5-partner {
	background-image: url("/wp-content/themes/simplebooking/immagini/sfondo-partner-finale.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    text-align:center;
}

.testocentratopartnerfinale1 {
	color: white;
    font-family: "Hind", sans-serif;
    font-size: 40px;
    margin-bottom: 40px;
    margin-top: 30px;
    text-transform: uppercase;
}

.testocentratopartnerfinale2 {
	color:white;
	font-size:20px;
	text-transform:uppercase;
	font-family: "Hind", sans-serif;
}
.form-partner input, .form-partner select {
	background-color:#d7d8d8;
}

#gform_submit_button_3, #gform_submit_button_12, #gform_submit_button_15, #gform_submit_button_18 {
    background-color: #F2C812;
    color: white;
    cursor: pointer;
    font-family: "Hind", sans-serif;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    transition: all 0.3s linear 0s, all 0.3s ease-in 0s;
    width: 250px;
    text-align:center;
    font-weight:bold;
    box-shadow:0;
    background-image:none;
    padding:0;
    margin-top:20px;
    text-shadow:none;
}

#gform_submit_button_3:hover , #gform_submit_button_12:hover{
    background-color: white;
    color: #F2C812;
    transition: all 0.3s linear 0s, all 0.3s ease-in 0s;
}

#gform_3, #gform_wrapper_3 {
	margin-top:0;
}

#field_3_2 input, #field_3_4 input, #field_3_6 select,
#field_12_2 input, #field_12_4 input, #field_12_6 select,
#field_15_2 input, #field_15_4 input, #field_15_6 select,
#field_18_2 input, #field_18_4 input, #field_18_6 select {
    float: left !important;
    margin-left: 10%;
    width: 100%!important;
}


/* Pagina interna testimonial */


.fascia_2-testimonial {
	background-image: url("/wp-content/themes/simplebooking/immagini/sfondo-testimonial.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}

.fascia_2-testimonial .link-fascia1interna-mobile {
    background-color: #1d98cd;
    color: white;
    cursor: pointer;
    float: left;
    font-family: "Hind", sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s linear 0s, all 0.3s ease-in 0s;
    width: 220px;
}

.fascia_2-testimonial .link-fascia1interna-mobile:hover {
	background-color: white;
    color: #1d98cd;
    transition: all 0.3s linear 0s, all 0.3s ease-in 0s;
}

.personatestimonial {
	font-size:18px;
	color:#1d98cd;
	font-family: "Hind", sans-serif;
	margin-top:30px;
	text-transform:uppercase;
}

.sitotestimonial {
	color:#444;
	font-family: "Hind", sans-serif;
	font-style:italic;
	font-size:14px;
	margin-top: 10px;
}

.fascia_3-testimonial {
	background-color: #eaf3f7;
}

.imgcentrale {
	text-align:center;
}

.fascia_3-testimonial .testoquintafascia {
	font-size:15px;
}


.fascia_3-testimonial .flexslider{
	background-color:#eaf3f7;
	border:0;
}

.fascia_3-testimonial .boxquintafascia {
	background-image: url("/wp-content/themes/simplebooking/immagini/virgolette-testimonial.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 70px;
    padding-right: 40px;
    padding-top: 50px;
}

.testimonialimg img {
	max-width:260px;
	margin-left:40px;
	margin-top:80px;
}

.lineatestimonialriquadri {
	width:100%;
	float:left;
}

.fascia_4-testimonial {
	padding-bottom:0;
	padding-top:0;
}

.imgfinaletestimonialriquadri {
	width:33.3%;
	float:left;
}

.fascia_2-testimonial .sottotiolo-fascia1interna-mobile {
	width:70%;
}

/* Header alto */

.fascia_menu {
	padding-top:0;
	padding-bottom:0;
}

.partealta {
    background-color: #1e1e1e;
    float: left;
    width: 100%;
}

.floatbottoneheader {
	float:right;
}

.partealta .bottoneheaderalto {
	color: white;
    float: left;
    font-family: "Hind", sans-serif;
    font-size: 10px;
    margin-bottom: 20px;
    margin-right: 13px;
    margin-top: 20px;
    text-transform: uppercase;
}

.bottoneheaderalto img {
	margin-right:5px;
}

.bottoneheaderalto:hover {
	color:#cd671d;
}

.menu_interno_features {
	background-color:#f36a00;
	display:none;
}

.parent-pageid-21 .menu_interno_features {
	background-color: #f36a00;
    display: inline;
    float: left;
    width: 100%;
}

.menu_interno_features a {
	color: white;
    font-family: "Hind", sans-serif;
    font-size: 14px;
    font-weight:bold;
    text-transform:uppercase;
    padding-top:5px;
    padding-bottom:5px;
    margin-right:40px;
    float:left;
}

/* Home corretta */

#videoWrapper {
    position: relative;
    padding-bottom: 36.5%;
    /* padding-top: 25px; */
    height: 0;
}
#videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.timer_generale, .timer_testo_generale {
    color: white;
    max-width: 320px;
    text-align: center;
	font-family: 'Hind', sans-serif;
}
.fascia_6_home.fascia_fascianumeri.fascia_generale.hidediv p {
    margin-bottom: 50px;
}
.timer_generale {
    font-weight:bold;
	font-size: 40px;
}
.fascia_7_home {
	background-image: url("/wp-content/themes/simplebooking/immagini/meeting.jpg");
    background-position: center -30px;
    background-repeat: no-repeat;
     background-size: cover; 
    height: 715px;
   padding-top:0px;
}
.grid.col-460.fit.testofadeup.sec_col.animated.fadeInUp {
    max-width: 640px;
}
.fascia_7_home.fascia_fascianumeri.fascia_generale.hidediv #container {
    max-width: 1335px;
}
.fascia_7_home .grid.col-460{
   max-width:500px;
}
.fascia_7_home .grid.col-460.fit{
   float:right;
       padding-top: 67px;
    margin-top: 0;
}
p.fascia_7_home_par {
    color: #fff;
    font-size: 15px;
    margin-bottom: 35px;
}
p.tit_fascia_7_home_par {
    margin: 0;
    font-size: 25px;
    color: #fff;
    font-weight: bolder;
	text-shadow: black 1px 1px 1px;
}
.fascia_3_home {
	padding-top: 0;
}

.fascia_3_home .testocentralefascia3-2-booking {
	padding-bottom:40px;
}

.imgdivfeaturescompany {
	/* min-height:90px; */
}

.fascia_3_home .testodivfeaturescompany {
    font-weight: 300;
    /* margin: 0px 15%; */
    width: 100%;
    text-align: left;
	font-size:15px;
}
.titolodivfeaturescompany.last {
    margin-top: 49px;
}
.fascia4_home .col-300 {
	margin-top: 2.12766%;
}

.titolo_fascia6_home {
	font-size:18px;
	color:#393939;
	padding-top:20px;
	padding-bottom:40px;
	font-family: "Hind", sans-serif;
	font-weight:300;
	text-transform:uppercase;
	text-align:center;
}

.fascia_3-facebook  .boxquintafascia {
	margin-top:0;
}
.center_txt{
  text-align:center;
}
.fascia_6_home.fascia_fascianumeri.fascia_generale.hidediv #container {
    max-width: 1040px;
}
.counter_tit_home {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #f2c812;
    height: auto;
   
    margin-bottom: 50px;
    line-height: normal;
}

.fascia_5_home .boxquintafascia {
	width:90%;
	margin-top:0;
}

.fascia_5_home .titoloquintafascia {
	font-size:16px;
	font-weight:bold;
}

.fascia_6_home {

}

.fascia_7_home .col-460 {
	margin-top:0;
	margin-bottom: 10px;
}

.fascia_7_home .testoquintafascia, .fascia_7_home .titoloquintafascia, .fascia_7_home .boxquintafascia {
	color:white;
	margin-top:0;
}

.fascia_7_home .testoquintafascia {
	margin-top:40px;
	margin-bottom:20px;
}

.fascia_7_home {
	padding-bottom:0;
	    z-index: 99;

}
p.txt_fascia_7_home_high, div.txt_fascia_7_home_high{
    color: #fff;
    font-weight: bold;
    font-size: 38px;
       line-height: 50px;
}
.fascia_8_home.fascia_generale.hidediv {
    background-color: #f2c812;
	    z-index: 99;
}
.fascia_8_home.fascia_generale.hidediv #container {
    max-width: 1510px;
}
img.virgolette {
    display: block;
    margin: 0px auto;
	margin-top: 0;
}
/*.fascia_5_home .testoquintafascia {
	height:150px;	
}*/
span.txt_fascia_8_home {
    display: block;
    text-align: center;
    color: #000;
    /* text-transform: uppercase; */
    font-size: 25px;
    line-height: 32px;
    font-weight: 800;
	margin-bottom: 0px;
}

span.txt_fascia_8_home p{
	margin: 20px;
	font-weight: normal;
}

span.auth_fascia_8_home {
    display: block;
    text-align: center;
    color: #000;
    font-size: 18px;
    margin-bottom: 0px;
}
.fascia_5_home .boxpiccolohomedettaglio {
	height: 230px;	
}

.callspecifico {
	font-family: "Hind", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform:uppercase;
}



/* IE PROBLEMATICI */

.immaginefadedown {
	opacity:0;
}

.hidediv {
	opacity:0;
}

.testofadeup {
	opacity:0;
}

.fadedaleft {
	opacity:0;
}

.manonascosta {
	opacity:0;
}



/* CSS ANIMAZIONI */

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}


@-webkit-keyframes bounceIn {

  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }


  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }


  100% {
  	opacity: 1;
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes bounceIn {

  0% {
    opacity: 0;
    -moz-transform: scale(0.8);
  }


  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }


  100% {
  	opacity: 1;
    -moz-transform: scale(1);
  }
}

@-o-keyframes bounceIn {

  0% {
    opacity: 0;
    -o-transform: scale(0.8);
  }


  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }


  100% {
  	opacity: 1;
    -o-transform: scale(1);
  }
}

@keyframes bounceIn {

  0% {
    opacity: 0;
    transform: scale(0.8);
  }


  50% {
    opacity: 1;
    transform: scale(1.05);
  }


  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}



@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.delay {
    -webkit-animation-delay: 0.30s;
    -moz-animation-delay: 0.30s;
    -o-animation-delay: 0.30s;
    animation-delay: 0.30s;
}

.delay-three {
    -webkit-animation-delay: 0.60s;
    -moz-animation-delay: 0.60s;
    -o-animation-delay: 0.60s;
    animation-delay: 0.60s;
}


.delay-two {
    -webkit-animation-delay: 1.0s;
    -moz-animation-delay: 1.0s;
    -o-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

.delay-one {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.b1, .b2, .b3{
 visibility:hidden;
}
.fadeInUp {
 visibility:visible;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.fadeInUp_delay3{
	    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
	animation-delay:2.5s;
}
.fadeInUp_d3{
		visibility:visible;
	    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
	animation-delay:1s;
}
.fadeInUp_d2{
    visibility:visible;
	    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
	animation-delay:0.5s;
}
h2.counter_tit_home.sb {
    margin-bottom: 0px;
}
.fascia_6_home.fascia_fascianumeri.fascia_generale.hidediv .standard_txt {
    margin-top: 5px;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
}

@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
}

@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-20px);
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.animated.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
}

.animated.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
.partebassa #container{
	max-width:1325px;
	padding:0;
}

.flipInY_element{
/* display:none; */
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
    animation-duration: 1.5s;
/*   display:block; */
}
.flipInY2 {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
    animation-duration: 1.5s;
 animation-delay: 0.5s;
}
.flipInY3 {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
    animation-duration: 1.5s;
 animation-delay: 1s;
}
.delay_1{
	 animation-delay: 0.5s;
}
.delay_2{
	 animation-delay: 1.5s;
}
.fascia_5_home.fascia_fascianumeri.fascia_generale.hidediv {
    background-color: #000;
	/*  margin-top: -203px; */
}
@font-face {
	font-family: 'IcoMoon-Free';
	src: url('/wp-content/themes/simplebooking/core/icons/IcoMoon-Free.ttf?-b7qzp2') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.iconMoon {
    font-family: 'IcoMoon-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    color: #F2C812;
    margin-bottom: 15px;
    display: block;
}
.icon_shield:before {
    content: "\e9b4";
}
.icon_stat:before{
    content: "\e99c";
}
.icon_user:before{
    content: "\e975";
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
 
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.home_tit{
display:none;
}
.disc_home{
	display:none;
}
.home .bx-viewport, .page-template-page-contact-ok .bx-viewport, 
.page-id-11 .bx-viewport, .page-id-9 .bx-viewport, .page-id-15 .bx-viewport, 
.page-id-114 .bx-viewport, .page-id-119 .bx-viewport, .page-id-121 .bx-viewport, 
.page-id-31 .bx-viewport,  .page-id-123 .bx-viewport,  .page-id-7 .bx-viewport, 
.page-id-129 .bx-viewport, .page-id-24 .bx-viewport, .page-id-132 .bx-viewport, 
.page-id-152 .bx-viewport, .page-id-132 .bx-viewport, .page-id-40 .bx-viewport, 
.page-id-173 .bx-viewport, .page-id-190 .bx-viewport, .page-id-194 .bx-viewport, 
.page-id-196 .bx-viewport,  .page-id-587 .bx-viewport,  .page-id-924 .bx-viewport,  
.page-id-942 .bx-viewport,  .page-id-936 .bx-viewport, .page-id-945 .bx-viewport, 
.page-id-949 .bx-viewport, .page-id-959 .bx-viewport,  .page-id-964 .bx-viewport,  
.page-id-971 .bx-viewport,  .page-id-973 .bx-viewport,  .page-id-977 .bx-viewport,   
.page-id-981 .bx-viewport,   .page-id-992 .bx-viewport,   .page-id-995 .bx-viewport,   
.page-id-996 .bx-viewport,   .page-id-997 .bx-viewport,  .page-id-84 .bx-viewport, 
.page-template-page-partner-ok .bx-viewport, .page-template-page-demo-ok .bx-viewport, 
.error404 .bx-viewport, .page-template-page-privacy  .bx-viewport, .page-id-25826 , .bx-viewport, 
.page-id-25837 .bx-viewport, .page-id-25840 .bx-viewport, .page-id-25836  .bx-viewport, 
.page-id-25842 .bx-viewport, .page-id-25825 .bx-viewport, .page-id-25794 .bx-viewport, .page-id-25838 .bx-viewport,
.page-id-25786 .bx-viewport, .page-id-25806  .bx-viewport, .page-id-25839  .bx-viewport, 
.page-id-25824  .bx-viewport, .page-id-25799  .bx-viewport, .page-id-60863  .bx-viewport, .page-id-60859  .bx-viewport, 
.page-id-60861  .bx-viewport, .page-id-60856  .bx-viewport, .page-id-60855  .bx-viewport, .page-id-25792  .bx-viewport, 
.page-id-60823  .bx-viewport, .page-id-60821  .bx-viewport, .page-id-25788  .bx-viewport, .page-id-25787  .bx-viewport, .page-id-60827  .bx-viewport, .page-id-60819  .bx-viewport, 
.page-id-60862  .bx-viewport, .page-id-60852  .bx-viewport, .page-id-60817  .bx-viewport, .page-id-60844  .bx-viewport, .page-id-60850  .bx-viewport, .page-id-60829  .bx-viewport, .page-id-60850  .bx-viewport{
    background: #F2C812!important;
    border: 0!important;
    box-shadow: none!important;
}

.bx-viewport{
    background: #F2C812!important;
    border: 0!important;
    box-shadow: none!important;
}

.fascia_gialla_home {
    height: 100%;
    min-height: 214px;
    -webkit-transition: background-color 3s ease;
    transition: background-color 3s ease;
	 background-color: #EFEFEF;
	 
   
}
.fascia_gialla_home.fascia_gialla_home_page{
	min-height: 813px;
}

.fascia_3.fascia4_home.fascia_fascianumeri.fascia_generale {
    padding-top: 0px;
}
.test_img_cont {
    max-width: 150px;
    margin: 0 auto 15px auto;
}



h1.int_tit.animated.fadeInLeft {
    max-width: 41%;
    float: left;
	color: #000;
	font-size:35px;
	font-weight: normal;
}
.fascia_2.fascia_generale {
        padding-top: 160px;
}
.fascia_1.fascia_menu.fascia_generale {
	    position: absolute;
    z-index: 999999999999;
	 -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
p.txt_18 {
    font-size: 18px;
    color: #000;
}
h2.counter_tit_home.sb.black {
    color: #000;
    line-height: 53px;
}
h2.titolo_fascia_2_slogan.black {
    color: #F2C812;
    font-size: 38px;
    padding-top: 48px;
    line-height: 48px;
}
.testo_fascia_2_slogan {
    color: #fff;
    font-size: 22px;
    margin-bottom: 50px;
    line-height: 26px;
    font-weight: bold;
}
.fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne {
    min-height: 400px;
    padding-bottom: 0px;
}
.fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne #container {
    max-width: 1200px;
    padding-top: 35px;
}
.face_ico{
	background-image: url("/wp-content/themes/simplebooking/immagini/fb_ico.png");
}
.power_ico{
	background-image: url("/wp-content/themes/simplebooking/immagini/power_ico.png");
}
.viral_ico{
	background-image: url("/wp-content/themes/simplebooking/immagini/viral_ico.png");
	    background-position: left 4px;
}
.share_ico{
	background-image: url("/wp-content/themes/simplebooking/immagini/share_ico.png");

}
.look_ico{
	background-image: url("/wp-content/themes/simplebooking/immagini/look_ico.png");
	    background-position: left 3px;
	
}
.book_ico{
	background-image: url("/wp-content/themes/simplebooking/immagini/overbookink.png");
	    background-position: left 0;
	
}
.tailor_ico{
	background-image: url("/wp-content/themes/simplebooking/immagini/tailor_made.png");
	    background-position: left 0;
	
}
.god_ico{
	background-image: url("/wp-content/themes/simplebooking/immagini/god_ico.png");
	    background-position: left 0;
	
}
.training_ico{
	background-image: url("/wp-content/themes/simplebooking/immagini/no_training.png");
	    background-position: left 0;
	
}
.strategy_ico {
    background-image: url("/wp-content/themes/simplebooking/immagini/data_ico.png");
    background-position: left 9px;
}
.lev_ico{
background-image: url("/wp-content/themes/simplebooking/immagini/ana_ico.png");
    background-position: left 9px;
}
.find_ico{
		background-image: url("/wp-content/themes/simplebooking/immagini/find_ico.png");
	    background-position: left 0;
}
.doubled_ico{
	background-image: url("/wp-content/themes/simplebooking/immagini/doubled.png");
	    background-position: left 0;
}
.money_ico{
	background-image: url("/wp-content/themes/simplebooking/immagini/money.png");
	    background-position: left 0;
	
}
.best_ico{
	
	background-image: url("/wp-content/themes/simplebooking/immagini/best.png");
	    background-position: left 0;
}
.fill_ico{
	
	background-image: url("/wp-content/themes/simplebooking/immagini/fill_2.png");
	    background-position: left 0;
}
.login_ico{
	
	background-image: url("/wp-content/themes/simplebooking/immagini/login.png");
	    background-position: left 2px;
}
.try_ico{
	
	background-image: url("/wp-content/themes/simplebooking/immagini/lay_2.png");
	    background-position: left 0;
}
.edit_ico{
	background-image: url("/wp-content/themes/simplebooking/immagini/edit_2.png");
	    background-position: left 0;
	
}
.free_ico{
	background-image: url("/wp-content/themes/simplebooking/immagini/free_2.png");
	    background-position: left 0;
	
}
.meet_ico{
	background-image: url("/wp-content/themes/simplebooking/immagini/meet_2.png");
	    background-position: left 4px;
		padding-left: 50px!important;
	
}
.marker_ico{
	background-image: url("/wp-content/themes/simplebooking/immagini/marker_ico.png");
	    background-position: left 0;
	
}
.party_ico{
	background-image: url("/wp-content/themes/simplebooking/immagini/party.png");
	    background-position: left -1px;
	
}
.back_ico{
	background-image: url("/wp-content/themes/simplebooking/immagini/back.png");
	    background-position: left -1px;
	
}
.track_ico{
	background-image: url("/wp-content/themes/simplebooking/immagini/track.png");
	    background-position: left -1px;
}
.insp_ico{
	background-image: url("/wp-content/themes/simplebooking/immagini/insp.png");
	    background-position: left -6px;
}
.magic_ico{
	background-image: url("/wp-content/themes/simplebooking/immagini/magic.png");
	    background-position: left 0;
}
.home1_ico{
	background-image: url("/wp-content/themes/simplebooking/immagini/home_ico_1.png");
	    background-position: left 0;
}
.home2_ico{
	background-image: url("/wp-content/themes/simplebooking/immagini/home_ico_2.png");
	    background-position: left 0;
}
.home3_ico{
	background-image: url("/wp-content/themes/simplebooking/immagini/home_ico_3.png");
	    background-position: left -3px;
}
.best_ico{
	background-image: url("/wp-content/themes/simplebooking/immagini/best.png");
	    background-position: left 0;
}
.lock_ico{
	background-image: url("/wp-content/themes/simplebooking/immagini/lock_ico.png");
	    background-position: left -3px;
}
.sleep_ico{
	background-image: url("/wp-content/themes/simplebooking/immagini/sleep_ico.png");
	    background-position: left -3px;
		background-repeat: no-repeat;
}
.cont_footer_link.call_us_link{
	background-image: url("/wp-content/themes/simplebooking/immagini/call_us_2.png");
	    background-position: left -1px;
		padding-left:70px;
		background-repeat: no-repeat;
	
}
.cont_footer_link.mail_us {
		background-image: url("/wp-content/themes/simplebooking/immagini/mail_us_2.png");
	    background-position: left -1px;
		padding-left:70px;
		background-repeat: no-repeat;
	
}
.cont_footer_link.chat_us {
		background-image: url("/wp-content/themes/simplebooking/immagini/chat_us_2.png");
	    background-position: left -1px;
		padding-left:70px;
		background-repeat: no-repeat;
}
.cont_footer_link.face_us {
		background-image: url("/wp-content/themes/simplebooking/immagini/face_us_2.png");
	    background-position: left -1px;
		padding-left:70px;
		background-repeat: no-repeat;
}
.boxfeaturescompany {
    margin-bottom: 0px;
}
.pag_int_ico.titolodivfeaturescompany.tailor_ico {
    padding-left: 45px;
}
.pag_int_ico.titolodivfeaturescompany.book_ico {
    padding-left: 47px;
}
.pag_int_ico.look_ico.titolodivfeaturescompany {
    padding-left: 47px;
}
.pag_int_ico.power_ico.titolodivfeaturescompany {
    padding-left: 34px;
}
.pag_int_ico {
    
    background-repeat: no-repeat;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-left: 41px;
}
h2.titolo_fascia_2_slogan.black.yellow {
    color: #F2C812;
}
.pag_int_ico.power_ico.titolodivfeaturescompany {
    background-position: left -3px;
}

.fascia_2-channel.fascia-social.fascia2_ovunque.fascia_paginainterna_testa.fascia_generale{
	background-image: url("/wp-content/themes/simplebooking/immagini/social.jpg");
	    background-position: center -162px;
}
.fascia_2-channel.fascia2_ovunque.fascia_paginainterna_testa.fascia_generale.fascia_2-report{
	background-image: url("/wp-content/themes/simplebooking/immagini/las_vegas.jpg");
	    background-position: center top;
		    background-size: cover;
}
.fascia_2-channel.fascia2_ovunque.fascia_paginainterna_testa.fascia_generale.fascia_2-metasearch{
	background-image: url("/wp-content/themes/simplebooking/immagini/metasearch.jpg");
	    background-position: center -162px;
}
.fascia_2-channel.fascia2_ovunque.fascia_paginainterna_testa.fascia_generale.fascia_2-about-us{
	background-image: url("/wp-content/themes/simplebooking/immagini/about-img.jpg");
	    background-position: center top;
	
}
.slider_portali_cont .bx-viewport {
    background-color: #fff!important;
}
.slider_portali_cont .bx-controls.bx-has-controls-direction {
    display: none;
}

img.loghi_portali {
    filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	cursor:pointer;
	transition: filter 0.7s linear 0s, filter 0.7s ease-in 0.7s;
	    float: left;
    /* margin-right: 85px; */
    max-width: 168px;
    max-width: 168px;
}
img.loghi_portali:hover, img.loghi_portali.color_img{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	transition-property: filter;
	transition-duration: 1s;
}

.slider_portali_cont {
    clear: both;
    padding: 60px 0; 
	position: relative;
}

img.last_img_portali.loghi_portali {
    margin-right: 0px;
    max-width: 120px;
}
.fascia_2-channel.fascia2_ovunque.fascia_paginainterna_testa.fascia_generale.fascia_2-cs {
	background-image: url("/wp-content/themes/simplebooking/immagini/case-st.jpg");
}
.testodivfeaturescompany.pad_top {
    padding-top: 21px;
}
.testodivfeaturescompany.std_h {
    min-height: 134px;
    /* padding-bottom: 50px; */
}
.btn_disc_more {
    margin-left: 18px;
}
.btn_disc_more a.link-fascia1interna-mobile {
    background-color: transparent;
    border: 2px solid #F2C812;
    color: #F2C812;
}
.btn_disc_more a.link-fascia1interna-mobile:hover {
    background-color: #F2C812;
    color: #fff;
}
.page-id-119 .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne, 
.page-id-964 .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne , 
.page-id-25794 .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne, .page-id-60827 .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne {
   
    padding-bottom: 70px;
}
h2.counter_tit_home.sb.sec_syst_page_security {
    margin-bottom: 50px;
}
.fascia_2-channel.fascia2_ovunque.fascia_paginainterna_testa.fascia_generale.fascia_2_security{
	background-image: url("/wp-content/themes/simplebooking/immagini/security.jpg");
}
select#input_1_22, select#input_6_22, select#input_14_22, select#input_20_22, select#input_31_22 , select#input_30_22 {
    float: left;
    margin-left: 10%;
}
div#container.fascia_3_demo_container {
    padding-top: 20px!important;
}
#gform_submit_button_1:hover, #gform_submit_button_2:hover {
    background-color: white;
    color: #F2C812!important;
    transition: all 0.3s linear 0s, all 0.3s ease-in 0s;
}
select > option:hover{
               background-color: white!important;
                transition: all .2s ease-in-out;
            }
li#field_1_14, li#field_6_14, li#field_11_14, li#field_14_14, li#field_20_14, li#field_22_14, li#field_23_14, li#field_24_14, li#field_25_14, li#field_26_14, li#field_31_14,
li#field_30_14 {
    margin: 20px auto!important;
    text-align: center;
    width: 100%!i;
    display: block;
    margin-left: auto!important;
    float: none;
    margin-top: 60px!important;
    clear: both!important;
    padding-top: 33px;
}
select#input_1_14, select#input_6_14, select#input_11_14, select#input_14_14, select#input_20_14 , select#input_22_14 , select#input_23_14 , select#input_24_14 , select#input_25_14 , 
select#input_26_14 {
    float: none!important;
    margin: 0 auto;
}
#field_1_21 textarea, #field_6_21 textarea, #field_11_21 textarea, #field_14_21 textarea, #field_20_21 textarea, #field_22_21 textarea, #field_23_21 textarea
, #field_24_21 textarea, #field_25_21 textarea, #field_26_21 textarea, #field_31_21 textarea, #field_30_21 textarea {
    float: none!important;
    /* margin-left: auto!important; */
    margin: 0 auto!important;
    clear: both;
    display: block;
}
h2.counter_tit_home.sb.security_sys {
    margin-bottom: 35px;
}
span.contact_info {
    display: block;
}
a.mail_contact.cont_us {
    color: #F2C812;
    font-weight: 300;
}
.row_cont {
    clear: both;
    margin-bottom: 30px;
    min-height: 135px;
}
.fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne.fascia_contatti.black_row {
    background-color: #000;
    padding-bottom: 20px;
}
a.mail_contact {
    color: #fff;
    /* text-decoration: underline; */
    font-size: 18px;
    font-weight: 200;
}
.titolodivfeaturescompany.par_contact {
    color: #fff;
}
.fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne {
    min-height: 275px;
}
.page-id-7 .fascia_gialla_home, .page-id-981 .fascia_gialla_home , .page-id-1188 .fascia_gialla_home, .page-id-60829 .fascia_gialla_home{
    height: 100%;
    min-height: 393px;
	    min-height: 295px;
}
.page-id-25799  .fascia_gialla_home {
    height: 100%;
	    min-height: 360px;
}

.page-id-11 video a, .page-id-60861 video a{
	display:none;
}
.page-id-11 video, .page-id-60861 video {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: -15%;
    overflow: visible;
    z-index: 10;
}

.contact_us_left {
    max-width: 59%;
    float: left;
    margin-top: 30px;
}
.contact_us_right {
    max-width: 100%;
    float: none;
    margin-top: 30px;
    clear: both;
}
.cont_footer_link {
    max-width: 29%;
    float: left;
    padding-left: 45px!important;
    margin-left: 30px;
}
.contact_us_left {
    max-width: 65%;
    float: none;
    margin-top: 30px;
    margin: 50px auto;
}
.cont_footer_link.call_us_link {
    margin-left: 0px!important;
}
.contact_us_rif {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 50px;
}
#field_3_1 input, #field_3_3 input, #field_3_5 input ,
#field_12_1 input, #field_12_3 input, #field_12_5 input,
#field_15_1 input, #field_15_3 input, #field_15_5 input,
#field_18_1 input, #field_18_3 input, #field_18_5 input{
    float: left;
    width: 100%!important;
}
h2.counter_tit_home.sb.contact_us_tit {
    line-height: 50px;
}
.fascia_2_standard_txt_cont_page_interna {
    max-width: 57%;
    float: right;
    margin-top: -10px;
}
.fascia_bianca_portali {
    background-color: #fff;
}
.fascia_1.fascia_menu.fascia_generale.rel_pos {
    position: relative!important;
}
ul.sub-menu li a {
  transition: background-color 0.3s ease; 
	    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
}
ul.sub-menu li:hover a{
	color: #F2C812!important;
	 background-color: #000!important;
	
}


form#gform_3 .gform_heading {
    margin-top: -40px!important;
}
label#label_6_1 {
    padding-top: 5px;
}
#menu-header_menu a, #menu-menu-header_it a, #menu-menu-header_fr a, #menu-header_menu-spanish0 a{
    display: inline-block;
    position: relative;
}
 .menu-item a strong {
    width: 26%;
    position: absolute;
    height: 3px;
    background-color: #000;
    bottom: 100%;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
 .menu-item a strong+strong {
	left: 25%;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
 .menu-item a strong+strong+strong {
    left: 50%;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
 .menu-item a strong+strong+strong+strong {
left: 75%;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
@media screen and (min-width: 1024px) {
 .menu-item a:hover strong{
	 bottom: 0;
    opacity: 1;
 }
}
 .fascia2_ovunque.fascia_paginainterna_testa.fascia_generale.fascia_res_system_box {
    margin-top: 50px;
	background-color: #EFEFEF;
}
.fascia_approfondimento.gialla.prima_fascia_appr {
    padding-top: 250px;
}
.snap {
    max-width: 60%;
    float: left;
	
}
.fascia_approfondimento #container {
    max-width: 1325px;
}
.txt_par_appr_cont {
    max-width: 35%;
    float: left;
    
}
h3.tit_par_appr {
    color: #000;
    font-size: 35px;
    font-weight: normal;
    /* margin-top: 0px; */
}
.page-template-page-approfondimenti .fascia_gialla_home, .page-id-196 .fascia_gialla_home,  .page-id-190 .fascia_gialla_home,  
.page-id-194 .fascia_gialla_home, .page-id-995 .fascia_gialla_home, .page-id-996 .fascia_gialla_home,  .page-id-995 .fascia_gialla_home, 
.page-id-997 .fascia_gialla_home, .page-id-25792 .fascia_gialla_home, .page-id-60823 .fascia_gialla_home, .page-id-60821 .fascia_gialla_home, 
.page-id-25788 .fascia_gialla_home, .page-id-60819 .fascia_gialla_home, .page-id-25787 .fascia_gialla_home{
    padding-bottom: 80px!important;
}
.fascia_approfondimento {
    padding-top: 90px;
	    padding-bottom: 90px;
}
.fascia_approfondimento.gialla.prima_fascia_appr {
    background-color: transparent;
}
.sx_appr{
	margin-right:2%;
}
.dx_appr{
	margin-left:2%;
}
.fade_el_2, .fade_el_3, .fade_el_4, .fade_el_5, .fade_el_6{
	opacity: 0;
}
.visible_el{
	opacity: 1!important;
}
.fascia_approfondimento.gialla.prima_fascia_appr {
    padding-bottom: 0px;
}
.fascia_approfondimento.gialla {
    background-color: #F2C812;
}
.center_appr.txt_par_appr_cont {
    max-width: 100%;
    text-align: center;
	float: none;
}
.page-id-176 .fascia_8_home.fascia_generale.hidediv, .page-id-176 .bx-viewport, .page-id-25793 .fascia_8_home.fascia_generale.hidediv, .page-id-25793 .bx-viewport {
    background: #F2C812!important;
    border: 0!important;
    box-shadow: none!important;
}
.page-id-176 .fascia_gialla_home, .page-id-992 .fascia_gialla_home, .page-id-992 .fascia_gialla_home , .page-id-81129 .fascia_gialla_home , .page-id-81030 .fascia_gialla_home {
    background-color: #EFEFEF!important;
}


.page-id-81129 p, .page-id-81030 p, .page-id-81129 div, .page-id-81030 div,  .page-id-81129 li, .page-id-81030 li {
    font-size: 18px;
    color: #000;
}

.page-id-81129 .fascia_approfondimento ul, .page-id-81030 .fascia_approfondimento ul{
	margin-left: 22px;
}

.page-id-81129 .link-fascia1interna-mobile, .page-id-81030 .link-fascia1interna-mobile {
    background-color: #F2C812;
    color: white;
    cursor: pointer;
    float: none;
    font-family: "Hind", sans-serif;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    transition: all 0.3s linear 0s, all 0.3s ease-in 0s;
    text-align: center;
    font-weight: bold;
	padding: 10px 20px;
}

.page-id-81129 .link-fascia1interna-mobile:hover, .page-id-81030 .link-fascia1interna-mobile:hover {
    background-color: #000;
}

.cont_loghi.dx_appr.fade_el_5.txt_par_appr_cont.fad_left_el_5.animated.fadeInLeft.visible_el {
    max-width: 40%;
    margin-left: 10%;
}
.fascia_approfondimento {
    background-image: url("/wp-content/themes/simplebooking/immagini/sep_line_prod.png");
    background-position: center -4%;
    background-repeat: no-repeat;
}
.sx_appr.fade_el_2.snap.fad_right_el_2.animated.fadeInRight.visible_el {
    max-width: 221px;
}
.cont_appr_ico .sx_appr {
    margin-left: 18%;
}
.dx_appr.snap.fade_el_4.fad_left_el_4.delay-two.animated.fadeInLeft.visible_el {
    max-width: 290px;
}
.sx_appr.snap.fade_el_5.fad_left_el_5.delay-two.animated.fadeInLeft.visible_el {
    max-width: 250px;
}
.dx_appr.snap.fade_el_6.fad_left_el_6.delay-two.animated.fadeInLeft.visible_el {
    max-width: 260px;
}
.page-id-4 .pag_int_ico, .page-id-584  .pag_int_ico, .page-id-1174  .pag_int_ico, .page-id-25765 .pag_int_ico, .page-id-60846 .pag_int_ico{
    background-repeat: no-repeat;
    padding-bottom: 15px;
    padding-top: 14px;
    padding-left: 81px;
}
input#sub_email_footer {
    height: 45px;
    border-radius: 0;
    background-color: #4AA949;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    border-radius: 0;
    height: 45px;
    padding: 5px 10px;
    border: 3px solid #fff;
    color: #fff;
    margin-left: 10px;
    transition: all 0.3s linear 0s, all 0.3s ease-in 0s;
    font-size: 17px;
    font-weight: 100;
}
.page-id-24 .fascia_11.fascia_footer2.fascia_generale #container,
.page-id-949 .fascia_11.fascia_footer2.fascia_generale #container,
.page-id-25842 .fascia_11.fascia_footer2.fascia_generale #container,
.page-id-1236 .fascia_11.fascia_footer2.fascia_generale #container, 
.page-id-60862 .fascia_11.fascia_footer2.fascia_generale #container {
    max-width: 1145px;
}
.page-id-24 h2.counter_tit_home.sb.contact_us_tit, .page-id-949 h2.counter_tit_home.sb.contact_us_tit, 
.page-id-25842 h2.counter_tit_home.sb.contact_us_tit, .page-id-60862 h2.counter_tit_home.sb.contact_us_tit {
    margin-top: 0;
}
.fascia_11.fascia_footer2.fascia_generale.ff_l .cont_footer_link {
    float: none;
    max-width: 100%;
    margin-left: 0px!important;
	padding-left: 0!important;
}
li#field_4_5, li#field_13_5, li#field_17_5 {
    /* float: left; */
    /* margin-left: 10%; */
    width: 100%!important;
}
li#field_4_5 textarea, li#field_13_5 textarea, li#field_17_5 textarea {
    /* width: 100%!important; */
    /* margin: 0 auto!important; */
    float: left;
    margin-left: 15%;
    width: 75%!important;
}
.page-id-7 .validation_error, .page-id-981 .validation_error, .page-id-25799  .validation_error, .page-id-60829  .validation_error {
    margin-top: 70px;
}
input#choice_6_1, input#choice_7_1  {
    margin-top: 0;
    float: left;
    margin: 0!important;
    height: auto!important;
}
label#label_6_1  {
 margin-bottom: 0px!important;
    /* float: left; */
    padding-top: 0!important;
    margin-left: 28%;

}
li#field_4_6, li#field_4_9, li#field_13_6, li#field_13_9, li#field_16_6, li#field_16_9, li#field_17_6, li#field_17_9,
li#field_32_6, li#field_32_9

 {
    margin-left: 15%!important;
}
input#input_4_2, input#input_13_2, input#input_16_2, input#input_32_2, input#input_17_2 {
    margin-right: 20%;
}
input#gform_submit_button_4 , input#gform_submit_button_10, input#gform_submit_button_13, input#gform_submit_button_16,
input#gform_submit_button_17, input#gform_submit_button_32
{
    background-color: #F2C812;
    color: white;
    cursor: pointer;
    font-family: "Hind", sans-serif;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    transition: all 0.3s linear 0s, all 0.3s ease-in 0s;
    width: 250px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0;
    background-image: none;
    padding: 0;
    text-shadow: none;
    margin-top: 30px;
}
input#gform_submit_button_4:hover{
	background-color: transparent;
    color: #F2C812;
}
.sb_chanel_slider {
    max-width: 173px;
    position: absolute;
    top: 21%;
    left: 45%;
}
.page-id-114 .testo_fascia_2_slogan, .page-id-60855 .testo_fascia_2_slogan {
    margin-bottom: 91px;
}
.padd_top_slide{
	padding-top:10px!important;
}
.page-id-190 .fascia_gialla_home, .page-id-996 .fascia_gialla_home, .page-id-60821 .fascia_gialla_home, .page-id-25788 .fascia_gialla_home {
    background-color: #EFEFEF!important;
}
.page-id-194 .fascia_gialla_home, .page-id-997 .fascia_gialla_home, .page-id-60819 .fascia_gialla_home, .page-id-25787 .fascia_gialla_home {
    background-color: #EFEFEF!important;
}
.page-id-196 .fascia_gialla_home,.page-id-995 .fascia_gialla_home, .page-id-25792 .fascia_gialla_home, .page-id-60823 .fascia_gialla_home {
    background-color: #EFEFEF!important;
}






/* --- BOOKING --- */
.booking-container {
  height: 500px;
}
@media all and (max-width: 768px) {
  .booking-container {
    height: auto;
	}
div#cookie-notice {
    background-color: rgba(0, 0, 0, 0.8)!important;
    bottom: 48px;
	}
}
.booking {
  padding-left: 1%;
  padding-right: 1%;
  margin-top: 10px;
}
.booking:after {
  background: #302623;
  content: "";
  /*height: 2000px;*/
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.sb-search-form {
  width: 90%;
  margin: 0 auto;
}
.sb-search-form .no-pdg {
  padding: 0 !important;
}
.sb-search-form .arrival-departure input {
  border: 0;
  border-right: 1px solid #4A3F3C;
  width: 100%;
  color: #302623;
  text-align: center;
  font-weight: normal;
  font-family: "Prata", serif;
  cursor: pointer;
  padding: 0;
}
@-moz-document url-prefix() {
  #txtArrivalDay {
    padding-top: 12px;
  }
}
.sb-search-form #txtArrivalDay {
  height: 72px;
  font-size: 60px;
  /*padding: 12px 0px 0;*/
  position: relative;
}
.sb-search-form .arrival-departure:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #4A3F3C;
  top: auto;
  bottom: 26px;
  left: 10%;
  right: 10%;
}
.sb-search-form #txtArrivalMonthYear {
  height: 28px;
  font-size: 16px;
  font-family: "Open Sans Condensed", sans-serif;
}
.sb-search-form .select-container {
  background: #fff;
  padding: 0;
  overflow: hidden;
  display: block;
}
.sb-search-form label {
  font-weight: normal;
  text-transform: uppercase;
}
.sb-search-form select {
  color: #302623;
  font-family: "Prata", serif;
  font-size: 60px;
  height: 80px;
  line-height: 80px;
  background: none;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: '';
}
.sb-search-form option {
  font-size: 16px !important;
}
.sb-search-form .button-search {
  margin: 10px 0 0;
}
.sb-search-form #btnSearch {
    background: rgb(242, 200, 18) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: white;
    font-family: "Prata",serif;
    font-size: 0.8em;
    font-weight: normal;
    padding: 10px 20px;
    text-transform: uppercase;
}
.sb-search-form #btnSearch:hover {
  box-shadow: 0 0 0 1px #ffffff inset;
}
#label-modcancreservation {
  color: #fff;
}
.promo-code label {
  background: #4A3F3C;
  padding: 4px;
  height: 35px;
  position: relative;
}
.promo-code label:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(48, 38, 35, 0);
  border-left-color: #4A3F3C;
  border-width: 10px;
  margin-top: -10px;
  z-index: 1;
}
.promo-code input {
  color: #302623;
  padding: 4px 4px 4px 24px;
  border: 0;
  height: 35px;
}
.travel-kids a,
.modify a {
  width: 100%;
  font-size: 0.8em;
  padding: 6px 0;
  margin: 15px 0;
  border: 1px solid #4A3F3C;
  display: block;
  color: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.travel-kids a:hover,
.modify a:hover {
  background: #4A3F3C;
}
@media only screen and (max-width: 1281px) {
  .travel-kids a:before,
  .modify a:before {
    background-image: none;
  }
}
/* --- BOOKING END --- */


.snap_ch_3.sx_appr.snap.fade_el_3.fad_left_el_3.delay-two.animated.fadeInLeft.visible_el {
    padding-top: 23px;
}
.page-id-4 .fascia_3_home.fascia_fascianumeri.fascia_generale, .page-id-584 .fascia_3_home.fascia_fascianumeri.fascia_generale, 
.page-id-60846 .fascia_3_home.fascia_fascianumeri.fascia_generale {
    /* margin-bottom: -11%; */
   
    background: #EFEFEF;
	    padding-top: 35px;
}
.i4ewOd-pzNkMb-haAclf {
    display: none!important;
}
.fascia_4-contact.fascia_generale {
    padding-top: 0px;
}
.page-id-9 .fascia_gialla_home {
    min-height: 375px;
    padding-bottom: 60px;
}
.page-id-587 .fascia_gialla_home , .page-id-1233 .fascia_gialla_home, .page-id-60863 .fascia_gialla_home {
	 min-height: 415px;
    padding-bottom: 60px;
}
.page-id-25839 .fascia_gialla_home, .page-id-60859 .fascia_gialla_home {
	 min-height: 450px;
    padding-bottom: 60px;
}
.page-id-25840 .fascia_gialla_home  {
	 min-height: 460px;
	padding-bottom: 60px;
}
.fascia2_ovunque.fascia_paginainterna_testa.fascia_generale.fascia_res_system_box {
    padding-bottom: 37px;
}
.fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne {
    min-height: 250px;
    padding-bottom: 60px;
}
/*Rate Match*/
.page-id-173 .fascia_gialla_home, .page-id-924 .fascia_gialla_home , .page-id-1232 .fascia_gialla_home, .page-id-25838 .fascia_gialla_home {
    min-height: 405px;
    padding-bottom: 60px;
}
/*Channel manager*/
.page-id-11 .fascia_gialla_home, .page-id-1234 .fascia_gialla_home, .page-id-60861 .fascia_gialla_home, .page-id-60855 .fascia_gialla_home {
    min-height: 420px;
    padding-bottom: 60px;
}
/*Metasearch Plattform*/
.page-id-84030 .fascia_gialla_home  {
    min-height: 260px;
    padding-bottom: 60px;
}

/*Bitcoin*/
.page-id-129 .fascia_gialla_home, .page-id-942 .fascia_gialla_home, .page-id-1230 .fascia_gialla_home, .page-id-25837  .fascia_gialla_home, 
.page-id-60856  .fascia_gialla_home  {
    min-height: 400px;
    padding-bottom: 60px;
}

.page-id-114 .fascia_gialla_home, .page-id-945 .fascia_gialla_home , 
.page-id-1229 .fascia_gialla_home, .page-id-25836 .fascia_gialla_home{
    min-height: 400px;
    padding-bottom: 60px;
}
.page-id-24 .fascia_gialla_home, .page-id-949 .fascia_gialla_home , .page-id-1236 .fascia_gialla_home {
    min-height: 312px;
    padding-bottom: 60px;
}
.page-id-25842 .fascia_gialla_home {
    min-height: 370px;
    padding-bottom: 60px;
}
.page-id-121 .fascia_gialla_home,  .page-id-1228 .fascia_gialla_home, .page-id-60862 .fascia_gialla_home, .page-id-60852 .fascia_gialla_home {
    min-height: 352px;
    padding-bottom: 60px;
}
.page-id-959 .fascia_gialla_home , .page-id-25825 .fascia_gialla_home {
    min-height: 372px;
    padding-bottom: 60px;
}

.page-id-25786 .fascia_gialla_home, .page-id-25806  .fascia_gialla_home, .page-id-60844 .fascia_gialla_home{
    min-height: 390px;
    padding-bottom: 60px;
}
/* Case Studies*/
.page-id-119 .fascia_gialla_home, .page-id-964 .fascia_gialla_home , .page-id-1337 .fascia_gialla_home, .page-id-25794 .fascia_gialla_home, .page-id-60827 .fascia_gialla_home {
    min-height: 378px;
    padding-bottom: 60px;
}
/* About us */
.page-id-40 .fascia_gialla_home, .page-id-971 .fascia_gialla_home , .page-id-1180 .fascia_gialla_home {
    min-height: 358px;
    padding-bottom: 60px;
}
/* Demo - Prezzi */

.page-id-31 .fascia_gialla_home, .page-id-973 .fascia_gialla_home, .page-id-1192 .fascia_gialla_home, .page-id-60817 .fascia_gialla_home
, .page-id-77738   .fascia_gialla_home , .page-id-77739   .fascia_gialla_home,  
.page-id-80946   .fascia_gialla_home , .page-id-80948   .fascia_gialla_home , .page-id-80947   .fascia_gialla_home  {
    min-height: 377px;
    padding-bottom: 60px;
}
/* Resellers */
.page-id-123 .fascia_gialla_home, .page-id-977 .fascia_gialla_home , .page-id-1227 .fascia_gialla_home, .page-id-25824  .fascia_gialla_home, .page-id-60850  .fascia_gialla_home  {
    min-height: 295px;
    padding-bottom: 60px;
}

/* Support */
.page-id-24 .fascia_11.fascia_footer2.fascia_generale, .page-id-949 .fascia_11.fascia_footer2.fascia_generale , 
.page-id-1236 .fascia_11.fascia_footer2.fascia_generale, .page-id-25842 .fascia_11.fascia_footer2.fascia_generale, .page-id-60862 .fascia_11.fascia_footer2.fascia_generale {
    padding-bottom: 30px;
}
/* Security */ 
.page-id-121 .fascia_6_home.fascia_fascianumeri.fascia_generale.hidediv, .page-id-959 .fascia_6_home.fascia_fascianumeri.fascia_generale.hidediv , 
.page-id-1228 .fascia_6_home.fascia_fascianumeri.fascia_generale.hidediv, .page-id-25825 .fascia_6_home.fascia_fascianumeri.fascia_generale.hidediv, 
.page-id-60852 .fascia_6_home.fascia_fascianumeri.fascia_generale.hidediv {
    padding-top: 0;
}
/* Demo */
.page-id-31 h2.counter_tit_home.sb.sec_syst_page_security, .page-id-973 h2.counter_tit_home.sb.sec_syst_page_security , 
.page-id-1192 h2.counter_tit_home.sb.sec_syst_page_security, .page-id-25806  h2.counter_tit_home.sb.sec_syst_page_security, .page-id-60844  h2.counter_tit_home.sb.sec_syst_page_security {
    margin-bottom: 10px;
    margin-top: 25px;
}
/*Resellers - Inizio */ 
.page-id-123 h2.counter_tit_home.sb.contact_us_tit, .page-id-977 h2.counter_tit_home.sb.contact_us_tit , 
.page-id-1227 h2.counter_tit_home.sb.contact_us_tit, .page-id-25824  h2.counter_tit_home.sb.contact_us_tit, .page-id-60850  h2.counter_tit_home.sb.contact_us_tit {
    padding-top: 25px;
}
.page-id-123 .testodivfeaturescompany.std_h, .page-id-977 .testodivfeaturescompany.std_h, .page-id-1227 .testodivfeaturescompany.std_h, 
.page-id-25824 .testodivfeaturescompany.std_h, .page-id-60850 .testodivfeaturescompany.std_h {
    min-height: 90px;
}
/*Resellers - Fine */ 
/* Contact */
.page-id-7 label#label_6_1, .page-id-7 label#label_6_1 {
    margin-left: 5%;
}
.page-id-7 .gform_body, .page-id-981 .gform_body , .page-id-1188 .gform_body, .page-id-25799 .gform_body, .page-id-60829 .gform_body {
    padding-top: 50px;
    clear: both;
}
span.nn {
    color: red;
    font-style: italic;
}
h2.titolo_fascia_2_slogan.black.price {
    text-align: center;
    margin-top: 0;
    padding-top: 25px;
}
.testo_fascia_2_slogan.price {
    text-align: center;
    color: #000;
}
a.link-fascia1interna-mobile.price {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.fascia_2-channel.fascia2_ovunque.fascia_paginainterna_testa.fascia_generale.fascia-price {
    background-image: none;
}
.fascia_2-channel.fascia2_ovunque.fascia_paginainterna_testa.fascia_generale.fascia-price {
    background-image: none;
    padding-bottom: 0;
    min-height: 100%;
}
.i4ewOd-pzNkMb-haAclf {
    display: none!important;
}
immaginequintafascia.immaginefadedown.animated.fadeInDown {
    text-shadow: black 1px 1px 1px;
}
h2.titolo_fascia_2_slogan.black.yellow {
    text-shadow: black 1px 1px 1px;
}
.testo_fascia_2_slogan {
	 text-shadow: black 1px 1px 1px;
}
.page-id-173 .testo_fascia_2_slogan.price, .page-id-1232 .testo_fascia_2_slogan.price, .page-id-25838  .testo_fascia_2_slogan.price, .page-id-60859  .testo_fascia_2_slogan.price {
    text-shadow: none;
}
h2.titolo_fascia_2_slogan.black {
	 text-shadow: black 1px 1px 1px;
}
.page-id-173 h2.titolo_fascia_2_slogan.black, .page-id-1232 h2.titolo_fascia_2_slogan.black, .page-id-25838  h2.titolo_fascia_2_slogan.black , .page-id-60859  h2.titolo_fascia_2_slogan.black {
	 text-shadow: none;
}
.i4ewOd-pzNkMb-haAclf {
    margin-top: -50px!important;
}
.page-if-196 .fascia_approfondimento.gialla.prima_fascia_appr {
    padding-bottom: 90px;
}
.price_video_cont {
    position: relative;
    padding-bottom: 21%;
    /* padding-top: 25px; */
    height: 0;
}
.price_video{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
span.tit_row2_footer.stalck {
    display: block;
    margin: 0 0 7px -12px;
}
.fascia_4-contact.fascia_generale {
    margin-top: -46px;
    z-index: 9;
}
.page-id-7 .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne, 
.page-id-981 .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne,
.page-id-25799 .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne, .page-id-60829 .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne {
    background-color: #efefef;
    z-index: 99;
}
.titolodivfeaturescompany.par_contact {
    font-weight: normal;
}
.fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne.fascia_contatti.black_row {
    padding-bottom: 30px;
    background-color: #000;
}
.counter_tit_home.contact_us_tit {
    margin-bottom: -65px;
}
.page-id-123 input#input_4_7, .page-id-977 input#input_2_7, .page-id-25824  input#input_2_7, 
.page-id-25799   input#input_2_7 , .page-id-60850   input#input_17_7 {
    margin-right: 20%;
}
input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 8px #f2e500!important;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #f2e500;
   background-color: #fff!important;
   color:#000!important;
}


input[type=text].visited, textarea.visited, select.visited {
  box-shadow: 0 0 8px #f2e500!important;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #f2e500;
   background-color: #fff!important;
   color:#000!important;
}

input[type=text].visited::-webkit-input-placeholder  {
	 color:#000!important;
}
input[type=text].visited::-moz-input-placeholder {
	 color:#000!important;
}
input[type=text].visited::-ms-input-placeholder {
	 color:#000!important;
}

input[type=text]:focus::-webkit-input-placeholder  {
	 color:#000!important;
}
input[type=text]:focus::-moz-input-placeholder {
	 color:#000!important;
}
input[type=text]:focus::-ms-input-placeholder {
	 color:#000!important;
}



.page-id-1192 input,.page-id-1192 select, .page-id-1192 textarea {
	    background-color: #000000;
    color: #FFF;
}


input#choice_9_1 {
    margin-right: 0;
}
label#label_9_1 {
    color: #fff;
    text-align: left;
}
input, textarea {
    box-shadow: none!important;
}
.page-id-7 label#label_6_1, .page-id-7 label#label_9_1, .page-id-981 label#label_7_1, .page-id-25799  label#label_7_1, 
.page-id-25799  label#label_7_1, .page-id-60829  label#label_7_1 {
    padding-left: 5%;
    margin-left: 0;
	  background-image: url("/wp-content/themes/simplebooking/immagini/off.png");
	  background-repeat:no-repeat;
}

input#choice_6_1, input#choice_7_1 ,  input#choice_9_1 {
    opacity: 0;
}
.page-id-7 input#choice_6_1:checked + label, .page-id-7 input#choice_9_1:checked + label, 
.page-id-981 input#choice_6_1:checked + label,  .page-id-981 input#choice_7_1:checked + label, 
.page-id-25799  input#choice_6_1:checked + label,  .page-id-25799  input#choice_7_1:checked + label ,
.page-id-60829  input#choice_6_1:checked + label,  .page-id-60829  input#choice_7_1:checked + label {
    background-image: url("/wp-content/themes/simplebooking/immagini/ok_inp.png");
	  background-repeat:no-repeat;
}
.scrolloff{
	pointer-events: none;
}
input#input_1_7, input#input_6_7,
input#input_11_7, input#input_14_7, input#input_20_7, input#input_22_7, input#input_23_7, input#input_24_7, input#input_25_7, input#input_26_7, input#input_31_7 , 
input#input_30_7 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.page-id-31 .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne, 
.page-id-123 .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne,  
.page-id-977 .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne, 
.page-id-7 .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne, 
.page-id-981 .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne, 
.page-id-973 .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne, 
.page-id-1188 .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne,
.page-id-1192 .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne,
.page-id-25806  .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne, 
.page-id-25824  .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne,
.page-id-1227 .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne,
.page-id-25799 .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne, 
.page-id-60844 .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne,
.page-id-60850 .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne,
.page-id-60829 .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne,
.page-id-77738 .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne,
.page-id-77739 .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne,
.page-id-80946 .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne,
.page-id-80948 .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne,
.page-id-80947 .fascia_3_home.fascia_fascianumeri.fascia_generale.col_interne {
    background-color: #000;
}
.page-id-31 .titolodivfeaturescompany,  .page-id-123 .titolodivfeaturescompany, .page-id-977 .titolodivfeaturescompany, .page-id-973 .titolodivfeaturescompany,
.page-id-1192 .titolodivfeaturescompany, .page-id-25806 .titolodivfeaturescompany, .page-id-25824 .titolodivfeaturescompany, .page-id-60844 .titolodivfeaturescompany, 
.page-id-60850 .titolodivfeaturescompany {
    color: #fff;
    /* font-family: 'Lato', sans-serif; */
    font-size: 22px;
    font-weight: 600;
    font-family: 'Hind', sans-serif;
    text-align: left;
    margin-left: 5%;
    margin-top: 30px;
}

.page-id-31 .testodivfeaturescompany, 
.page-id-123 .testodivfeaturescompany, 
.page-id-977 .testodivfeaturescompany, 
.page-id-973 .testodivfeaturescompany ,
.page-id-1192 .testodivfeaturescompany , .page-id-25806  .testodivfeaturescompany ,
.page-id-1227 .testodivfeaturescompany, .page-id-25824 .testodivfeaturescompany , .page-id-60844 .testodivfeaturescompany  , .page-id-60850 .testodivfeaturescompany  
{
    color: #fff;
}
.page-id-1188 input,.page-id-1188 select, .page-id-1188 textarea,
.page-id-31 input,.page-id-31 select, .page-id-31 textarea, 
.page-id-123 input, .page-id-977 input,  .page-id-123 select, 
.page-id-977 select, .page-id-123 textarea, .page-id-977 textarea, 
.page-id-7 input,.page-id-981 input, .page-id-7 select, 
.page-id-981 select, .page-id-7 textarea,  .page-id-981 textarea ,
.page-id-1227 input,.page-id-1227 select, .page-id-1227 textarea, 
.page-id-25824 input, .page-id-25824 textarea, .page-id-25824  select, 
.page-id-25799  input, .page-id-25799  textarea, .page-id-25799  select,
.page-id-25806   input, .page-id-25806   textarea, .page-id-25806   select,
.page-id-60792   input, .page-id-60792   textarea, .page-id-60792   select, 
.page-id-83844   input, .page-id-83844   textarea, .page-id-83844   select, 
.page-id-60844   input, .page-id-60844   textarea, .page-id-60844   select,
.page-id-60850   input, .page-id-60850   textarea, .page-id-60850   select,
.page-id-60829   input, .page-id-60829   textarea, .page-id-60829   select,
.page-id-77738   input, .page-id-77738   textarea, .page-id-77738   select,
.page-id-77739   input, .page-id-77739   textarea, .page-id-77739   select,
.page-id-80946   input, .page-id-80946   textarea, .page-id-80946   select,
.page-id-80948   input, .page-id-80948   textarea, .page-id-80948   select,
.page-id-80947   input, .page-id-80947   textarea, .page-id-80947   select
 {
    background-color: #000000;
    color: #FFF;
}

.page-id-60792 input#input_3_1, .page-id-60792   textarea, .page-id-60792   select,
.page-id-83844 input#input_3_1, .page-id-83844 textarea, .page-id-83844 select
 {
    background-color: #FFF;
    color: #;
}
label#label_6_1 {
    color: #fff;
}
 ::-webkit-input-placeholder {
  font-family: @font-primary;
  color: #fff;
  font-size: 14px;
}

::-moz-placeholder {  Firefox 18- 
  font-family: @font-primary;
  color: #fff;
  font-size: 14px;
}

::-moz-placeholder {   Firefox 19+ 
  font-family: @font-primary;
  color: #fff;
  font-size: 14px;
}

::-ms-input-placeholder {
  font-family: @font-primary;
  color: #fff;
  font-size: 14px;
}
input#input_3_1::-webkit-input-placeholder {
	color: #000;
}
input#input_3_1::-moz-input-placeholder {
	color: #000;
}  
input#input_3_1::-ms-input-placeholder {
	color: #000;
}
input#mail_footer2::-webkit-input-placeholder {
	color: #000;
} 
input#mail_footer2::-moz-input-placeholder {
	color: #000;
}
input#mail_footer2::-ms-input-placeholder {
	color: #000;
}
label#label_18_1 {
    color: #fff;
}
label#label_19_1 {
    color: #fff;
}
.finaledemo {
    color: #fff;

}
.page-id-31 label#label_18_1, .page-id-973 label#label_18_1, .page-id-1192 label#label_18_1, .page-id-25806  label#label_18_1, .page-id-60844  label#label_20_1 ,
.page-id-77738 label#label_18_1 , .page-id-77738 label#label_19_1 , .page-id-77739 label#label_18_1 , .page-id-77739 label#label_19_1,
.page-id-80946 label#label_18_1 , .page-id-80946 label#label_19_1, .page-id-80948 label#label_18_1 , .page-id-80948 label#label_19_1,
.page-id-80947 label#label_18_1 , .page-id-80947 label#label_19_1{
    padding-left: 5%;
    margin-left: 0;
	  background-image: url("/wp-content/themes/simplebooking/immagini/off.png");
	  background-repeat:no-repeat;
}

input#choice_18_1 {
    opacity: 0;
}
.page-id-31 #choice_18_1:checked + label, #choice_6_1:checked + label, #choice_7_1:checked + label,
.page-id-973 #choice_18_1:checked + label, #choice_18_1:checked + label , 
.page-id-1192 #choice_19_1:checked + label, 
.page-id-25806  #choice_19_1:checked + label, 
.page-id-60844  #choice_19_1:checked + label,
.page-id-60850  #choice_18_1:checked + label, 
.page-id-60850  #choice_19_1:checked + label, 
.page-id-977  #choice_18_1:checked + label, 
.page-id-977   #choice_19_1:checked + label, 
.page-id-1227  #choice_18_1:checked + label, 
.page-id-1227  #choice_19_1:checked + label, 
.page-id-25824  #choice_18_1:checked + label, 
.page-id-25824  #choice_19_1:checked + label, 
.page-id-123  #choice_18_1:checked + label, 
.page-id-123  #choice_19_1:checked + label
{
    background-image: url("/wp-content/themes/simplebooking/immagini/ok_inp.png");
	  background-repeat:no-repeat;
}
.page-id-31 label#label_19_1, label#label_6_1, .page-id-973 label#label_19_1, label#label_6_1,  
.page-id-1192 label#label_19_1,  .page-id-25806  label#label_19_1,  .page-id-60844  label#label_19_1, .page-id-60844  label#label_18_1, 
.page-id-60850   label#label_18_1, .page-id-60850   label#label_19_1, 
.page-id-977   label#label_18_1, .page-id-977   label#label_19_1, .page-id-1227   label#label_19_1, .page-id-1227   label#label_18_1, .page-id-25824   label#label_18_1, 
.page-id-25824   label#label_19_1, .page-id-123   label#label_18_1, .page-id-123   label#label_19_1  {
    padding-left: 5%;
    margin-left: 0;
	  background-image: url("/wp-content/themes/simplebooking/immagini/off.png");
	  background-repeat:no-repeat;
}

input#choice_19_1 {
    opacity: 0;
}

.page-id-31 #choice_19_1:checked + label, 
.page-id-973 #choice_19_1:checked + label, 
.page-id-25806  #choice_19_1:checked + label, 
.page-id-60844  #choice_20_1:checked + label {
    background-image: url("/wp-content/themes/simplebooking/immagini/ok_inp.png");
	  background-repeat:no-repeat;
}

input#mail_footer1 {
    background-color: #fff;
}
li.gchoice_6_1, li.gchoice_7_1 {
    overflow: visible!important;
}
.page-id-123 .gform_body, .page-id-977 .gform_body  , .page-id-25824  .gform_body, .page-id-60850  .gform_body  {
    clear: both;
    padding-top: 6%;
}
textarea#input_4_5, textarea#input_13_5, textarea#input_16_5, textarea#input_32_5, textarea#input_17_5 {
    background-color: #000;
}


textarea[type=text]:focus::-webkit-input-placeholder {
	 color:#000!important;
}
textarea[type=text]:focus::-moz-input-placeholder {
	 color:#000!important;
}
textarea[type=text]:focus::-ms-input-placeholder {
	 color:#000!important;
}

textarea[type=text]:focus {
	 color:#000!important;
}
textarea[type=text]:focus {
	 color:#000!important;
}
textarea[type=text]:focus{
	 color:#000!important;
}


textarea[type=text].visited::-webkit-input-placeholder {
	 color:#000!important;
}
textarea[type=text].visited::-moz-input-placeholder {
	 color:#000!important;
}
textarea[type=text].visited::-ms-input-placeholder {
	 color:#000!important;
}


select[type=text].visited::-webkit-input-placeholder {
	 color:#000!important;
}
select[type=text].visited::-moz-input-placeholder {
	 color:#000!important;
}
select[type=text].visited::-ms-input-placeholder {
	 color:#000!important;
}

input#mail_footer1::-webkit-input-placeholder {
	 color:#000!important;
}
input#mail_footer1::-moz-input-placeholder {
	 color:#000!important;
}
input#mail_footer1::-ms-input-placeholder {
	 color:#000!important;
}
div#cookie-notice {
    background-color: rgba(0, 0, 0, 0.8)!important;

}
span#cn-notice-text {
    font-size: 16px;
}
a#cn-accept-cookie {
    font-family: 'Hind', sans-serif;
    font-size: 14px!important;
    color: #F2C812!important;
    /* width: 82%; */
    font-weight: bold;
    background: transparent!important;
    box-shadow: none;
    text-shadow: none!important;
    text-transform: uppercase;
    border: 1px solid #F2C812!important;
    border-radius: 0!important;
}

.page-id-24 .fascia_11.fascia_footer2.fascia_generale.black, .page-id-949 .fascia_11.fascia_footer2.fascia_generale.black , 
.page-id-1236 .fascia_11.fascia_footer2.fascia_generale.black, .page-id-25842 .fascia_11.fascia_footer2.fascia_generale.black, .page-id-60862 .fascia_11.fascia_footer2.fascia_generale.black  {
    background-color: #000;
}

.page-id-24 ::-webkit-input-placeholder, .page-id-949 ::-webkit-input-placeholder, .page-id-25842 ::-webkit-input-placeholder, .page-id-60862 ::-webkit-input-placeholder  {
	 color:#fff;
} 
.page-id-24 ::-moz-input-placeholder, .page-id-949 ::-moz-input-placeholder, .page-id-25842 ::-moz-input-placeholder, .page-id-60862 ::-moz-input-placeholder {
	 color:#fff;
}
.page-id-24 ::-ms-input-placeholder, .page-id-949::-ms-input-placeholder, .page-id-25842::-ms-input-placeholder , .page-id-60862::-ms-input-placeholder {
	 color:#fff;
}  
.page-id-24 a.info_footer_2,  .page-id-949 a.info_footer_2, .page-id-1236 a.info_footer_2, .page-id-25842 a.info_footer_2, .page-id-60862 a.info_footer_2 {
    color: #fff;

}
.page-id-24 .email_footer, .page-id-949 .email_footer, .page-id-1236 .email_footer , .page-id-25842 .email_footer, .page-id-60862 .email_footer {
    color: #fff;
}
.page-id-24 input, .page-id-949 input, .page-id-1236 input, .page-id-25842 input, .page-id-60862 input{
	background:#000;
}
.page-id-24 select, .page-id-949 select, .page-id-1236 select, .page-id-25842 select, .page-id-60862 select {
	background:#000;
}
input#input_3_1::-webkit-input-placeholder {
	 color:#fff;
} 
input#input_3_1::-moz-input-placeholder {
	 color:#fff;
} 
input#input_3_1::-ms-input-placeholder {
	 color:#fff;
}
secect#input_3_1::-webkit-input-placeholder {
	 color:#fff;
} 
secect#input_3_1::-moz-input-placeholder {
	 color:#fff;
} 
secect#input_3_1::-ms-input-placeholder {
	 color:#fff;
}
select#input_3_6 , select#input_12_6, select#input_18_6{
    color: #fff!important;
}
.home input#input_3_1::-webkit-input-placeholder {
    color: #565656 !important;
}
.home input#input_3_1::-moz-input-placeholder {
    color: #565656 !important;
}
.home input#input_3_1::-ms-input-placeholder {
    color: #565656 !important;
}
.page-id-4 .fascia_gialla_home, .page-id-584 .fascia_gialla_home, .page-id-1174 .fascia_gialla_home, .page-id-25765  .fascia_gialla_home,
.page-id-60846  .fascia_gialla_home{
	    min-height: 813px;
	
}
.info_text_footer.i_t_f_2 {
    color: #000;
}
div#col_footer_cont div, div#col_footer_cont a {
    color: #000;
}
.page-id-7 input#input_4_7, .page-id-981 input#input_4_7, .page-id-25799  input#input_13_7, .page-id-60792  input#input_16_7, 
.page-id-60829  input#input_17_7, .page-id-83844  input#input_32_7{
    margin-right: 20%;
}

li#field_2_7 , li#field_10_9, li#field_13_9{
    margin-left: 15% !important;
    width: 80%;
    margin-top: 0;
}

label#label_7_1 {
    color: #fff;
}
label#label_9_1 {
    padding-left: 5%;
    margin-left: 0;
    background-image: url("/wp-content/themes/simplebooking/immagini/off.png");
    background-repeat: no-repeat;
}
#choice_9_1:checked + label, #choice_19_1:checked + label{
    background-image: url("/wp-content/themes/simplebooking/immagini/ok_inp.png");
    background-repeat: no-repeat;
}
label#label_7_1 {
    padding-left: 5%;
    margin-left: 0;
    background-image: url("/wp-content/themes/simplebooking/immagini/off.png");
    background-repeat: no-repeat;
}
textarea.visited {
    height: 150px!important;
    color: #000!important;
}
select.visited{
	 color: #000!important;
	 background-color:#fff!important:
}
textarea{
	height: 150px!important;
    color: #000!important;
	
}
select{
	
}
input{
	
}
::-webkit-input-placeholder{
	font-size:16px;
}
::-moz-input-placeholder{
	font-size:16px;
}
::-ms-input-placeholder{
	font-size:16px;
}
.len_selection {
    padding-top: 20px;
    margin-bottom: -20px;
}
.len_selection a.active {
    font-weight: bold;
}
.len_selection a {
    color: #000;
}
input#btnSearch {

    font-family: "Hindi",sans-serif!important;
}
.fascia_12.fascia_footer3.fascia_generale {
    padding-bottom: 20px;
}

.gfield_label
{
	color:white;
	
}

.gfield_error .gfield_label
{
	    color: red !important;
}
.gform_wrapper .gfield_required

{
	    color: white !important;
}
.fascia_2-contact-ok {
    background-color: #000;
}
.page-template-page-contact-ok .fascia_gialla_home, .page-template-page-partner-ok .fascia_gialla_home, .page-template-page-demo-ok .fascia_gialla_home, .error404 .fascia_gialla_home, .page-template-page-privacy-php .fascia_gialla_home{
	background: #F2C812;
}
.testogrande-fascia1interna-mobile {
    color: #fff;
    font-family: 'Hindi', sans-serif;
    font-weight: bold;
    font-size: 70px;
    line-height: 65px;
    padding-top: 60px;
    margin-bottom: 40px;
    text-transform: none;
	text-align: center;
}
.sottotiolo-fascia1interna-mobile {
	text-align: center;
}
li#field_2_6.gfield_error {
    padding-left: 0!IMPORTANT;
}
.page-template-page-resellers-php .validation_error {
    FLOAT: none;
    MARGIN-TOP: 30PX!IMPORTANT;
    CLEAR: both;
    PADDING-TOP: 45PX;
}
.page-template-default .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-left: 0px !important;
}
.page-id-24 input#input_3_1, .page-id-949 input#input_3_1, .page-id-25842 input#input_15_1, .page-id-60862 input#input_18_1 {
    HEIGHT: 54PX;
}
li#field_3_7, li#field_12_7, li#field_15_7, li#field_18_7 {
    FLOAT: none;
    /* MARGIN-TOP: 87PX; */
    PADDING-TOP: 20PX;
    CLEAR: both!IMPORTANT;
    WIDTH: 100%;
}
input#input_7_3, input#input_7_1, input#input_7_5{
    width: 100%!important;
    float: left;
}
#field_7_2 input, #field_7_4 input, #field_7_6 select {
    float: left !important;
    margin-left: 10%;
    width: 100%!important;
}
select#input_7_6 {
    color: #fff!important;
}
li#field_7_7 {
    FLOAT: none;
    /* MARGIN-TOP: 87PX; */
    PADDING-TOP: 20PX;
    CLEAR: both!IMPORTANT;
    WIDTH: 100%;
}
#gform_submit_button_7 {
    background-color: #F2C812;
    color: white;
    cursor: pointer;
    font-family: "Hind", sans-serif;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    transition: all 0.3s linear 0s, all 0.3s ease-in 0s;
    width: 250px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0;
    background-image: none;
    padding: 0;
    margin-top: 20px;
    text-shadow: none;
}
#gform_submit_button_7:hover {
    background-color: white;
    color: #F2C812;
    transition: all 0.3s linear 0s, all 0.3s ease-in 0s;
}
.page-template-page-demo-new li#field_1_19,.page-template-page-demo-new li#field_14_19,.page-template-page-demo-new li#field_20_19 {
    padding-top: 30px;
    clear: both;
}
.page-template-page-demo-new li#field_6_19 {
    clear: both!important;
    /*padding-top: 43px;*/
}
.fascia_2-contact-ok.fascia_privacy {
    background-color: #EFEFEF;
}
.testo-privacy {
    color: #000;
    font-size: 15px;
    margin: 55px auto;
}
a.p_link {
    color: #fff;
	font-weight: bold;
    text-decoration: underline;
}
.page-id-24 li#field_3_6, .page-id-949 li#field_7_6, .page-id-25842 li#field_15_6, .page-id-60862 li#field_18_6  {
    margin-top: 24px;
}
a.p_link.b_p_link {
    color: #000;
}
a.policy_link_footer {
    text-decoration: underline;
}

@media screen and (max-width:1024px) {
	html[lang='de-DE'] .menu  a,html[lang='es-ES'] .menu  a{
		padding: 0 0.3em;
	}
}



