/*
Theme name: Q Theme
Theme url: http://www.craq.it
Version: 6.3
Author: <a href="http://www.craq.it" title="Craq Design Studio">Craq Design Studio</a>
Author url: http://www.craq.it
*/

/***********************************************************************************************************************
// STRUCTURE AND GLOBAL STYLE
/**********************************************************************************************************************/
/* Globals & Editor Rules
-------------------------------------------------------------- */
body{font-family: 'Open Sans', sans-serif; font-size: 18px; line-height: 1.2em; color: #212121; position: relative; z-index: 99999;}
h1{font-size: 40px;}
h2{font-size: 36px;}
h3{font-size: 30px;}
h4{font-size: 26px;}
h5{font-size: 22px;}
h6{font-size: 20px;}
h1,h2,h3,h4,h5,h6{line-height: 1em; }
b, strong{font-weight: bold;}
em{font-style: italic;}
sup{vertical-align: text-top; font-size: 9px;}
sub{font-size: 9px;}ul li{list-style: disc inside none;}
ul li{list-style: disc outside none;}
ul{margin-left: 15px;}
li{margin: 3px;}
p{margin: 5px 0; }
table{width: 100%;}
td{padding: 10px;}
a{text-decoration: none; transition: 0.5s ease; color:#fff;}
span {
    line-height: 1;
}
i {
    vertical-align: top;
    line-height: 1;
    font-size: 20px !important;
    margin: 0 5px;
}
/* Structure
-------------------------------------------------------------- */
body, #page{
    margin: 0;
    min-width: 1366px;
    overflow-x: hidden;
}
body:before{
    content: '1400';
    display: none;
}
#menuOverlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    background: rgba(0,0,0,0.8);
    display: none;
    cursor: pointer;
}
.centralWrapper{
    display: block;
    margin: auto;
    width: 1266px;
    padding: 0 50px;
}
#main{
    position:relative;
	background-color:#fef7e5;
	z-index:2;
}


/* Global Classes
-------------------------------------------------------------- */
/* Global Element
------------------*/
.coverBg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
}
.gradient{
    background: rgba(255,255,255,0.3);
    background: -moz-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
}
.floatLeft{
    float: left;
}
.floatRight{
    float: right;
}
.col1{
	width:100%;
}
.col2{
	width:50%;
}
.col3{
	width:33.3%;
}
.col23{
	width:66.7%;
}
.col4{
	width:25%;
}
.col34{
	width:75%;
}
.paddingLeft{
	padding-left:150px;
}
.paddingRight{
	padding-right:150px;
}
.paddingBoth{
	padding-left:75px;
	padding-right:75px;
}
/* Button & Material Design
------------------*/
.round{
    width: 55px;
    height: 55px;
    -webkit-border-radius: 55px 55px 55px 55px;
    border-radius: 55px 55px 55px 55px;
}
.button{
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #4d4d4d;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    font-size: 14px;
    display: inline-block;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}
.button:hover{
    box-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
}
.shadow{
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}
.rippleButton{
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.rippleButton .ink {
    display: block;
    position: absolute;
    background:rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
}
.rippleButton .ink.animate {
    -webkit-animation:ripple 0.65s linear;
    -moz-animation:ripple 0.65s linear;
    -ms-animation:ripple 0.65s linear;
    -o-animation:ripple 0.65s linear;
    animation:ripple 0.65s linear;
}
@-webkit-keyframes ripple {100% {opacity: 0; -webkit-transform: scale(2.5);}}
@-moz-keyframes ripple {100% {opacity: 0; -moz-transform: scale(2.5);} }
@-o-keyframes ripple {100% {opacity: 0; -o-transform: scale(2.5);} }
@keyframes ripple {100% {opacity: 0; transform: scale(2.5);} }

/* Align
------------------*/
.centered{
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.centeredHorizontal{
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}
.centeredVertical{
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}
/* Loader
------------------*/
.loader {
    position: relative;
    margin: 0 auto;
    width: 100px;
}
.loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}
@keyframes rotate {100% {transform: rotate(360deg);}}
@keyframes dash {0% {stroke-dasharray: 1, 200;stroke-dashoffset: 0; }50% {stroke-dasharray: 89, 200;stroke-dashoffset: -35px;}100% {stroke-dasharray: 89, 200;stroke-dashoffset: -124px;}}
@keyframes color {100%,0%{stroke: red;}40%{stroke: blue;}66% {stroke: green;}80%,90% {stroke: yellow;}}

/***********************************************************************************************************************
// COOKIES POLICY
/**********************************************************************************************************************/
#cookieBanner{
    background: #000000;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
#cookieBanner .text{
    padding: 0 10%;
}
#cookieBanner .actionsButton{
    margin-top: 10px;
}
#cookieBanner .actionsButton a{
    text-transform: uppercase;
    margin: 0 15px;
}

/***********************************************************************************************************************
// HEADER STYLE
/**********************************************************************************************************************/
/* Header
-------------------------------------------------------------- */
/* Main Menu Desktop
------------------*/
#mainNav {
    width: 100%;
	background-size: 100px;
	background-repeat: repeat;
    height: 450px;
	padding:20px 0;
    position: relative;
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -moz-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -ms-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    /* z-index: 999; */
}
header#pageHeader {
    position: relative;
}
/*
#mainNav.navUp{
    top: -100px;
}
#mainNav.navDown{
    top: 0;
}
.admin-bar #mainNav.navDown{
    top: 32px;
}
*/
#mainNavContainer{
    height: 120px;
    margin: 0 auto;
    position: relative;
}
#mainLogo {
    float: left;
}
#mainLogo img{
    max-width: 300px;
    max-height: 95px;
}
#mainMenu {
    float: right;
    text-align: right;
}
.mainMenu li{
    list-style: none;
    display: inline-block;
    margin-left: 10px;
	vertical-align:middle;
}
.mainMenu li a{
    color: #5c4c51;
    font-size: 24px;
    text-transform: uppercase;
}
.mainMenu li a:hover{
    color: darkgrey;
}
#details {
    position: relative;
    height: 350px;
}
#detailsInner {
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
	width: calc(100% - 100px);
}
#details h1 {
    color: #5c4c51;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 20px;
}

#details p {
    color: #fff;
    width: 50%;
    margin: 0 auto;
}
.menu-item img {
    width: 100px;
    vertical-align: middle;
}
/* Mobile Menu
------------------*/
#mobLink{
    display: none;
}
#mobLink i{
    color: #ffffff;
    font-size: 48px !important;
    cursor: pointer;
}
#mobNav{
    position: fixed;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    z-index: 990;
    padding-top: 80px;
    padding-left: 5%;
    display: none;
    min-width: 250px;
}
#mobNav ul{
    margin: 0;
}
#mobNav li{
    display: block;
    margin: 25px 0;
    padding-right: 25px;
}
/* Pagination
------------------*/
.pagination {
    height: 80px;
	background-color:#5c4c51;
}

.pagination a {
    padding: 0 40px;
    font-size: 20px;
	
}

.pagination .prev, .pagination .next{
	line-height:80px;
}
.pagination .prev a {
    text-align: left;
    float: left;
}

.pagination .next a {
    text-align: right;
    float: right;
}
.pagination a i{
	vertical-align: middle !important;
	font-size: 30px !important;
}
/***********************************************************************************************************************
// QTHEME FORM & ACCESS PAGE
/**********************************************************************************************************************/
.qthemeForm input[type=text],
.qthemeForm input[type=password],
.qthemeForm input[type=date],
.qthemeForm textarea,
.simpleselect .placeholder{
    border: none;
    border-bottom: 1px solid #b0b0b0;
    padding: 10px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    width: 100%;
    cursor: text;
}
.qthemeForm .required input,
.qthemeForm .required .simpleselect .placeholder{
    background-image: url(img/required.png);
    background-repeat: no-repeat;
    background-position: 99% center;
    background-size: 5px 5px;
}
.qthemeForm .required .simpleselect .placeholder{
    padding-right: 40px;
}
.qthemeForm .required .simpleselect .placeholder::after{
    right: 20px;
}
.qthemeForm input[type=date]::before{
    width:100%;
    content:attr(placeholder);
    color: #eeeeee;
}
.qthemeForm input[type=date].active::before{
    width:0%;
    content:"";
}
.qthemeForm input[type=date]::-webkit-inner-spin-button{
    display: none
}
.qthemeForm input[type=date]::-webkit-calendar-picker-indicator {
    background: none;
    cursor: pointer;
}
.qthemeForm input.requested,
.qthemeForm textarea.requested{
    background-image: url(img/required.png);
    background-repeat: no-repeat;
    background-position: 99.5% center;
    background-size: 5px;
}
.qthemeForm textarea.requested{
    background-position: 99.5% 15px;
}
.qthemeForm input[type=submit] {
    border:none;
    height: 40px;
    background: #ffffff;
}
.qthemeForm input:not([type=submit]):focus,
.qthemeForm textarea:focus{
    border-bottom: 1px solid #d02d26;
}
input[type=checkbox].qthemeFormCheckbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input[type=checkbox].qthemeFormCheckbox + label.qthemeFormCheckboxLabel {
    padding-left: 25px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 20px;
    vertical-align: middle;
    cursor: pointer;

}
input[type=checkbox].qthemeFormCheckbox:checked + label.qthemeFormCheckboxLabel {
    background-position: 0 -20px;
}
label.qthemeFormCheckboxLabel {
    background-image: url(img/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
::-webkit-input-placeholder {
    color: #cccccc;
}
:-moz-placeholder {
    color: #cccccc;
}
::-moz-placeholder {
    color: #cccccc;
}
:-ms-input-placeholder {
    color: #cccccc;
}
.simpleselect{
    width: 100%;
}
.simpleselect .placeholder{
    color: #cccccc;
    cursor: pointer;
}
.simpleselect .placeholder::after{
    background-image: url(img/select.png);
    background-repeat: no-repeat;
    width: 15px;
    right: 0;
    cursor: pointer;
}
.simpleselect .placeholder:hover{
    background: none;
}
.simpleselect .options{
    width: 100%;
}
.simpleselect .option:hover{
    background: #d02d26!important;
}
.qthemeInputmoreInfoItem{
    text-transform: uppercase;
    font-weight: 600;
}

/* Form Fields
-------------------------------------------------------------- */
.qthemeFormMessage{
    color: #d02d26;
    margin: 10px 0;
}
.qthemeFormMessage.success{
    color: green;
}
.qthemeField{
    margin: 20px 0;
}
.qthemeField.submitAccess{
    margin-top: 30px;
}
.qthemeField.messageLink{
    margin: 3px 0;
}
/* Access Page
-------------------------------------------------------------- */
#formLogin{
    color: #b0b0b0;
}
.centralCol{
    width: 50%;
    display: block;
    margin: auto;
}
.qthemeField.title{
    margin-top: 50px;
}
.resetIndicator{
    font-size: 14px;
    line-height: 10px;
}

/***********************************************************************************************************************
/* STRIPE CSS
/**********************************************************************************************************************/
/* Home
------------------------------------------*/
.home #mainNav{
	height:650px;
}


div#certificationsContainer {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
	justify-content: space-around;
}
.certification {
    padding: 0 20px;
    width: calc(20% - 40px);
	text-align:center;
}
.certificationExcerpt {
    padding: 0 20px;
    width: calc(20% - 40px);
	text-align:left;
	color: #594a42;
}
.certificationExcerpt a{
	color:#594a42;
}
.certification img {
    max-width: 100%;
	width:165px;
	background-color: #fff;
    border-radius: 50%;
    border: 15px solid #fff;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
}
.certification h3 {
    font-size: 16px;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
	text-transform:uppercase;
}

div#certificationsHeader {
    position: absolute;
    bottom: -10px;
    width: 100%;
	z-index:9;
}
#certificationsExcerpts {
    padding-bottom: 100px;
}
.certificatonDescriptions{
	padding-top:40px;
}
.certificationExcerpt.descHigh {
    margin-top: 200px;
	position:relative;
}

.certificationExcerpt.descLow {
    margin-top: 100px;
	position:relative;
}
.certificationExcerpt.descHigh:before {
    content: '';
    border-left: 2px dashed #f15a29;
    height: 150px;
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
}
.certificationExcerpt.descHigh:after {
    content: '';
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid;
    border-radius: 50%;
}
.certificationExcerpt.descLow:before {
    content: '';
    border-left: 2px dashed #f15a29;
    height: 50px;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
}
.certificationExcerpt.descLow:after {
    content: '';
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid;
    border-radius: 50%;
}
.certificationExcerpt h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
	margin-bottom: 10px;
}
.certExc {
    font-size: 14px;
}
.box.boxImage.normalBoxImage.col2 img{
	width:60%;
}
.certImageMobile{
	display:none;
}
/* Globals
------------------------------------------*/
.stripe{
    position: relative;
}
.stripe.mobileView{
    display: none;
}
.stripe .overlay{
    z-index: 1;
}
.stripe .centralWrapper{
    position: relative;
    z-index: 3;
}
.stripe .pageTitle{
    margin-top: 0;
}

/* Stripe Content
------------------------------------------*/
.stripeContent .stripeTitle{
    position: relative;
    z-index: 3;
}
.boxText > *{
    margin: 25px 0;
}
.boxText > *:first-child{
    margin-top: 0;
}
.box img{
    max-width: 100%;
    height: auto;
}
.box{
	position:relative;
}
.box:before {
    content: '';
    border-left: 2px dashed;
    height: 130px;
    position: absolute;
    top: -150px;

}

.box:after {
    content: '';
    position: absolute;
    top: -30px;
    left: -5px;
    border: 6px solid;
    border-radius: 50%;
    /* color: #fff; */
}

.box:nth-child(2):after, .box:nth-child(3):after , .box:nth-child(4):after  {
    content: '';
    position: absolute;
    top: -30px;
    left: 145px;
    border: 6px solid;
    border-radius: 50%;
    /*color: #fff;*/
}
.chickenBg .box{
	color:#fff;
}
.box h3{
	text-transform:uppercase;
}
.boxesContainer{
    display: table;
}
.boxesContainer.twoBox .box, .boxesContainer.threeBox .box, .boxesContainer .box{
    display: table-cell;
}
.boxesContainer.twoBox .box.one{
    width: 50%;
    padding-right: 5%;
}
.boxesContainer.twoBox .box.two{
    width: 50%;
    padding-left: 5%;
}
.boxesContainer.threeBox .box.one{
    width: 33%;
    padding-right: 3%;
}
.boxesContainer.threeBox .box.two{
    width: 33%;
    padding-left: 1.5%;
    padding-right: 1.5%;
}
.boxesContainer.threeBox .box.three{
    width: 33%;
    padding-left: 3%;
}
.columnTwoNoDot .boxImage:before {
    content: '';
    border-left: 2px dashed #fff;
    position: absolute;
    border-top: 2px dashed #fff;
    left: 15%;
    top: 50%;
    width: 100px;
    height: calc(50% + 75px);
}
.columnTwoNoDot .boxImage:after, .columnOneNoDot .boxImage:after{
	display:none;
}
.columnOneNoDot .boxText:after{
	left: calc(15% - 5px);
	color: #5c4c51;
	top:40px;
}
.columnOneNoDot .boxText:before {
    content: '';
    border-left: 2px dashed #5c4c51;
    height: 200px;
    position: absolute;
    top: -150px;
    left: 15%;
}
.columnOneNoDot .boxImage:before {
    content: '';
    position: absolute;
    border-bottom: 2px dashed #5c4c51;
    width: 55%;
    right: -85px;
    top: 45px;
    height: 0;
    border-left: none;
}
.columnOneNoDot .paddingLeft{
	padding-left:90px;
}
/* Stream Certificazioni
------------------------------------------*/
.noDot:after, .noDot:before{
	display:none;
}
.certificazioneStripeStream {
    padding: 150px 0;
}

.certificazioneStripeStream img {
    width: 200px;
	background-color: #fff;
    border-radius: 50%;
    border: 15px solid #fff;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
}

.noDot.box.col3 {
    text-align: center;
}
.certificazioneStripeStream .box{
	vertical-align: top;
}
.certificazioneStripeStream .box:nth-child(2):after{
	left:-5px;
}
/* Tile
------------------------------------------*/
.tile{
    display: block;
    width: 100%;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.tileTitle{
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #ffffff;
    font-size: 20px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px -5px 3px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px -5px 3px -5px rgba(0,0,0,0.3);
    box-shadow: 0px -5px 3px -5px rgba(0,0,0,0.3);
    padding: 30px;
}
.tile a.lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #212121;
}
.playVideo, .viewImg{
    text-align: center;
    font-size: 48px;
}
.playVideo i,
.viewImg i{
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    opacity: 0.8;
}
.playVideo i{
    font-size: 48px;
    color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
.playVideo.dark i {
    color: #000000;
}
.viewImg i{
    color: #333333;
    background: #ffffff;
    padding: 24px;
    border-radius: 48px 48px 48px 48px;
    -moz-border-radius: 48px 48px 48px 48px;
    -webkit-border-radius: 48px 48px 48px 48px;
}
.viewImg.dark i{
    color: #ffffff;
    background: #333333;
}
.tile:hover .playVideo i,
.boxImage:hover .viewImg i{
    opacity: 1;
}
/* Boxes Image
------------------------------------------*/
.normalBoxImage{
    text-align: center;
}
.normal .inside{
    position: relative;
    display: inline-block;
}
.normal .inside .viewImg{
    position: absolute;
    width: 100%;
    text-align: center;
}
.fullBoxImage{
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
.fullBoxImage .lightbox{
    position: absolute;
    left: 0;
    height: 0;
    width: 100%;
    height: 100%;
}
.chickenBg{
	background-image:url('../conoscipasto/img/chicken-bg-orange-small.jpg');
	background-size:100px;
	background-repeat:repeat;
}
.chickenBgGreen {
    position: absolute;
    right: 0px;
    width: 50%;
    height: 100%;
    top: 0;
    background-image: url('../conoscipasto/img/chicken-bg-green-small.jpg');
    background-size: 100px;
    background-repeat: repeat;
}

/***********************************************************************************************************************
// PAGES STYLE
/**********************************************************************************************************************/
/* Page / Single Standard
-------------------------------------------------------------- */
.pagePadding{
    padding: 50px 0;
}
.pageTitle {
    margin: 30px auto;
    display: inline-block;
    width: 100%;
}
.pageCover img{
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

/* Page Login
-------------------------------------------------------------- */
.qthemeLogin.recoverPwd,
.qthemeLogin.editPwd{
    display: none;
}
.qthemeLogin .actionUILogin {
    cursor: pointer;
}
.qthemeLogin #loginMessage{
    color: red;
}
.qthemeLogin #loginMessage.success{
    color: green;
}

/* Page 404
-------------------------------------------------------------- */
.content404{
    text-align: center;
    padding: 30px 0;
}
.content404 h1{
    font-size: 90px;
    font-weight: bold;
    margin-bottom: 5px;
}
.content404 .pageNotFound{
    font-size: 30px;
    font-weight: bold;
}
.content404 .disclaimer{
    margin-top: 30px;
    font-size: 22px;
}

/* Estimate
-------------------------------------------------------------- */
.brownBg{
    position: absolute;
    right: 0px;
    width: 50%;
    height: 100%;
    top: 0;
	background-color:#5c4c51;
}
.estimate h3.title{
	color:#fff;
	text-transform:uppercase;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
    box-sizing: border-box;
    width: 100%;
    -webkit-appearance: none;
    border: none;
    padding: 12px 7px;
    margin-bottom: 15px;
    -webkit-box-shadow: inset 0px 0px 24px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 24px -8px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 24px -8px rgba(0,0,0,0.75);	
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5c4c51;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #5c4c51;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #5c4c51;
}
:-moz-placeholder { /* Firefox 18- */
  color: #5c4c51;
}
input.wpcf7-submit.button {
    -webkit-appearance: none;
    border: none;
}
.button {
    text-transform: none;
    font-weight: bold;
    padding: 20px 50px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    font-size: 14px;
    display: inline-block;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -webkit-appearance: none;
    background-color: #fff;
}
/* Archive restaurant
-------------------------------------------------------------- */
section#streamRestaurant {
    display: block;
    width: 100%;
	overflow:hidden;
    /* box-sizing: border-box; */
}


.restaurant {
    display: inline;
    width: 33.3%;
    text-align: center;
    color: #fff;
	float:left;
}

.restInner {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.restCert {
    margin: 40px 0;
}
.restCert img{
    width: 80px;
    height: auto;
    margin: 0 20px;
	background-color: #fff;
    border-radius: 50%;
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
}

.restaurant.dark {
    background-color: #5c4c51;
}

.restaurant.light {
    background-color: #fc8579;
}
.restCerName {
    margin-top: 20px;
}

span.certName {
    text-transform: uppercase;
	font-size: 14px;
}

span.certName:after {
    content: ' | ';
}

span.certName:last-of-type:after {
    display: none;
}


.restTitle, .restDetails {
    font-size: 16px;
}
.restDetails p{
	color:#fff;
}
a.buttonRest {
    border: 0;
    text-transform: uppercase;
    background-color: #fff;
    color: #5c4c51;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
}

.restUrl {
    text-align: right;
	margin:20px 0;
}
/* Blog archive
-------------------------------------------------------------- */
#blogHeaderBar input#search {
    background-image: url('img/search-icon.png');
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: 25px;
    background-position-x: 10px;
    width: 300px;
    margin: 20px 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
    box-shadow: none;
    border: 2px solid #a2a2a2;
}
#blogHeaderBar {
	background-color:#5c4c51;
	color:#fff;
}
.blogPost {
    height: 400px;
	position:relative;
	color:#5c4c51;
}
.blogPost h3 a{
	color:#5c4c51;
}

.blogPost.dark {
    background-color: #fbead0;
}

.blogPost.light {
    background-color: #fff;
}
.imageBg {
    position: absolute;
    height: 400px;
    width: 50%;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.blogPost .col2 {
    position: relative;
    height: 400px;
}
.blogPostPadding {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.floatLeft .blogPostPadding {
    padding-right: 100px;
}

.floatRight .blogPostPadding {
    padding-left: 100px;
}
.blogPost h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}
.tags a{
	color:#c2b59b;
	font-style:italic;
	font-size:14px;
}
.excerpt {
    font-size: 14px;
    margin-top: 30px;
}
a.blogMoreButton {
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    color: #5c4c51 !important;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(156,156,156,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(156,156,156,1);
    box-shadow: 0px 0px 15px 0px rgba(156,156,156,1);
}
.blogPostDetails {
    margin-top: 50px;
    border-bottom: 2px dashed #5c4c51;
    padding-bottom: 5px;
}

.blogPostDetails a {
    color: #5c4c51;
}
.mobileImage{
	display:none;
	height:200px;
	width:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
#blogHeaderBar label {
    text-transform: uppercase;
}
div#blogLinks {
    display: block;
    width: 100%;
    margin: 20px 0;
}
#blogLinks a.blogMoreButton {
    margin-top: 0;
}

#blogLinks a.sharer {
    margin-top: 5px;
    display: block;
	text-align: right;
    line-height: 1.5;
}

#blogLinks a.sharer i {
    font-size: 30px !important;
	color:#006673;
}
.single-post .pagePadding{
	padding:50px 0 0;
}
div#comments {
    background-color: #fbe7ca;
    padding: 100px 0;
	margin-top:100px;
}
form#commentform input, form#commentform textarea {
    box-shadow: none;
}

form#commentform p {
    margin: 20px 0;
}

form#commentform textarea {
    height: 200px;
}
form#commentform input#submit {
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    color: #5c4c51 !important;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(156,156,156,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(156,156,156,1);
    box-shadow: 0px 0px 15px 0px rgba(156,156,156,1);
    border: none;
    font-size: 18px;
}
/***********************************************************************************************************************
// PAGE STYLE
/**********************************************************************************************************************/

/***********************************************************************************************************************
// SINGLE STYLE
/**********************************************************************************************************************/
/* Single restaurant
-------------------------------------------------------------- */
h1.pageTitle {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
}

div#restCertLogoSingle img {
    width: 85px;
    height: auto;
    margin: 0 20px 20px 0;
	background-color: #fff;
    border-radius: 50%;
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
}

div#restCertLogoSingle {
    margin: 40px 0 0;
}
#restCertNameSingle span.certName{
	text-transform:none;
}
div#restCertNameSingle {
    margin-bottom: 40px;
}
.single-ristorante a{
	color:#5c4c51;
}
a.socialIcon:after {
    content: '|';
    position: absolute;
    right: -5px;
    top: 0;
    height: 100%;
}

a.socialIcon {
    position: relative;
    margin-right: 5px;
    padding-right: 10px;
}

a.socialIcon:last-child:after {
    display: none;
}
.single-ristorante #main{
	background-color:#fff;
}
div#restaurantSlides{
	margin-bottom:40px;
}
.restaurantSlide {
    display: block;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
	
}

.restaurantSlideDesc {
    position: absolute;
    bottom: 0;
    padding: 20px;
    background-color: rgba(0,0,0,0.6);
    width: calc(100% - 40px);
    color: #fff;
    font-style: italic;
}
.restaurantSlideDesc i {
    font-size: 30px !important;
    vertical-align: middle;
	cursor:pointer;
}

.restaurantSlideDesc a {
    color: #fff;
}
.countSlides {
    display: inline;
    float: right;
}
span.slideAlt {
    font-size: 16px;
    font-weight: normal;
}
#restDetailsSingle p {
    margin: 15px 0;
	word-break: break-all;
}

.single-ristorante p, .single-ristorante h1{
	color:#5c4c51;
}
/* Single Blog
-------------------------------------------------------------- */
.single-post #main{
	background-color:#fff;
}
.single-post .pageCover {
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.single-post .pageCover a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.single-post h1, .single-post .entryContent{
	color:#5c4c51;
}
.single-post p.date, .single-post a{
	color:#c2b59b;
}
.pageContent.entryContent {
    margin-top: 40px;
}
ol.commentlist {
    margin-bottom: 40px;
}

h3#comments {
    margin-bottom: 30px;
}
p.commentDetails {
    font-size: 14px;
    font-style: italic;
}

#comments h5 {
    margin: 10px 0 20px;
}

#comments p.comment {
    margin-bottom: 40px;
}
.single-post .centralWrapper{
	overflow:hidden;
}
.single-post  img {
    display: block;
    margin: 25px auto;
}
.entryContent h3 {
    margin: 30px 0;
}
.single-post .entryContent{
    line-height: 1.5;
}
/* Content none
-------------------------------------------------------------- */
.contentNoResults {
    padding: 150px 0;
}

/* Sidebar
-------------------------------------------------------------- */
.widget img {
    max-width: 80%;
}

.widget {
    text-align: center;
    padding-bottom: 80px;
    border-bottom: 2px dashed #5c4c51;
    margin: 80px 40px;
}

.widget h3 {
    text-transform: uppercase;
    margin-top: 40px;
}

.widget a {
    color: #5c4c51;
}

.widget:last-child {
    border-bottom: none;
}
/***********************************************************************************************************************
// FOOTER STYLE
/**********************************************************************************************************************/
/* Footer
-------------------------------------------------------------- */
div#footerContent {
    text-align: center;
    margin: 40px;
}

div#footerContent p {
    display: inline;
	line-height:1.5;
}
div#footerContent i {
    vertical-align: middle;
}
div#footerContent a{
	color:#fff;
}
#pageFooter{
    background-color: #ffd81a;
    padding: 20px 0;
}

.page-template-archive-blog #pageFooter{
	background-color: #8fcbc1;
}
.single-post #pageFooter{
	background-color: #8fcbc1;
}
/* Privacy page
-------------------------------------------------------------- */
.privacyPage .box:after {
    display: none !important;
}

.privacyPage .box:before {
    display: none !important;
}

.privacyPage a {
    color: #000;
}

.privacyPage p {
    line-height: 1.5;
}

.privacyPage h4 {
    margin: 20px 0;
}
/***********************************************************************************************************************
// WORDPRESS CLEAN
/**********************************************************************************************************************/
#wp-admin-bar-wp-logo,
#wp-admin-bar-search,
#wp-admin-bar-customize{
    display: none;
}
.admin-bar #mainNav.navDown{
    top: 32px;
}

/***********************************************************************************************************************
// RESPONSIVE STYLE
/**********************************************************************************************************************/
@media only screen and (max-width: 1366px) {
    body:before{content: '1366';}
    body, #page{min-width: inherit;}
    .centralWrapper{width: 1120px; padding: 0 40px; }
	.mainMenu li a{
		font-size:18px;
	}
	/* Archive restaurant
	-------------------------------------------------------------- */
	.restCert img{
		width:60px;
	}
}
@media only screen and (max-width: 1200px) {
    body:before{content: '1200';}
    body, #page{min-width: inherit;}
    .centralWrapper{width: 980px; padding: 0 22px; }
}
@media only screen and (max-width: 1024px) {
    body:before{content: '1024';}
    .centralWrapper{width: 90%; padding: 0 5%;}
    #main{margin-top: 0;}
    #mainNav.navUp{top: -80px;}
    #mainNav{height: 350px;}
    #mainMenu{display: none;}
    #mobLink{display: block; float: right;}
    #mainNavContainer{height: 60px; margin: 10px 0;}
    #mainLogo img{max-height: 60px; max-width: 250px;}
	.mainMenu li a{
		font-size:24px;
	}
    /* Stripe */
    .stripe.desktopView{display: none;}
    .stripe.mobileView{display: block;}
    .boxesContainer .box{display: block!important; width: 100%!important; padding: 30px 0!important;}
    .fullBoxImage{position: relative; width: 100%; display: inline-block; height: 1px;}
	
	.col2,
	.col3,
	.col23,
	.col4,
	.col34{
		width:100%;
	}
	/***********************************************************************************************************************
	// PAGE STYLE
	/**********************************************************************************************************************/
	/* HOME
	-------------------------------------------------------------- */
	.home #mainNav {
	    height: 400px;
	}
	#certificationsHeader{
		display:none;
	}
	.certImageMobile {
	    width: 33.3%;
	    float: left;
	}

	#details p{
		width:100%;
	}
	#detailsInner{
		width: 90%;
	}
	.certExc {
	    width: 66.6%;
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    left: 230px;
	}

	.certImageMobile img {
	    max-width: 100%;
	    width: 165px;
	    background-color: #fff;
	    border-radius: 50%;
	    border: 15px solid #fff;
	    -webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
	    -moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
	    box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
	}
	.certImageMobile{
		display:block;
	}
	div#certificationsContainer{
		flex-direction: column;
	}
	.certificationExcerpt{
		width: 100%;
		padding:0;
	}
	.certificationExcerpt.descHigh, .certificationExcerpt.descLow{
		margin-top:100px;
	}
	.certificationExcerpt.descHigh:before,.certificationExcerpt.descLow:before{
		height:50px;
		top: -20px;
		left: 230px;
		display:none;
	}
	.certificationExcerpt.descHigh:after,.certificationExcerpt.descLow:after {
	    top: 30px;
	    left: 230px;
		display:none;
	}

	.chickenBgGreen {
	    width: 100%;
	    height: 50%;
	}

	.box.boxText.col2.paddingRight {
	    padding: 0 0 150px !important;
	}

	.box.boxText.col2.paddingLeft {
	    padding: 150px 0 0 !important;
	}
	.box.boxText.col2.paddingLeft:before{
		top:0;
	}
	.box:nth-child(2):after, .box:nth-child(3):after, .box:nth-child(4):after {
	    top: 120px;
	    left: -5px;
	}
	.columnOneNoDot .boxImage:before{
		content: '';
		border-left: 2px dashed #5c4c51 !important;
		position: absolute;
		left: 15%;
		top: -150px;
		width: 150px;
		border-bottom: 2px dashed #5c4c51;
		right: auto;
		height: 300px;
	}
	.home #stripe3 .box.boxText.col2.paddingLeft:before, .home #stripe3 .box.boxText.col2.paddingLeft:after{
		display:none;
	}
	/* ARCHIVE BLOG
	-------------------------------------------------------------- */
	.imageBg{
		display:none;
	}
	.mobileImage{
		display:block;
	}
	.blogPost {
	    height: auto;
	}

	.blogPostPadding {
	    position: relative;
	    top: auto;
	    transform: none;
	    padding: 40px 0;
	    width: 100%;
	    /* padding-right: 0; */
	}

	.blogPost .col2 {
	    height: auto;
	}
	.floatRight .blogPostPadding,.floatLeft .blogPostPadding{
		padding:40px 0;
	}
	#blogHeaderBar label {
	    text-transform: uppercase;
	    padding: 15px 0;
	    display: block;
	}
	#blogHeaderBar input#search {
	    margin: 20px 0;
	    width: 100%;
	    box-sizing: border-box;
	}
	/* single blog
	-------------------------------------------------------------- */
	.single .pageContent.entryContent{
		padding-left:0;
	}
	/* estimate
	-------------------------------------------------------------- */
	.brownBg {
		height: 50%;	    
		width: 100%;
	}
	.estimate .boxesContainer.twoBox {
	    display: block;
	}
	
	/* Certificazioni
	-------------------------------------------------------------- */
	.certificazioneStripeStream {
	    padding: 50px 0;
	}
	.certificazioneStripeStream img{
		margin:40px 0;
	}
	.certificazioniStream .box:nth-child(2):after, .certificazioniStream .box:nth-child(3):after, .certificazioniStream .box:nth-child(4):after {
	    display:none;
	}
	.certificazioniStream .box:before{
		display:none;
	}
	
	/* Archive restaurant
	-------------------------------------------------------------- */
	.restaurant{
		width:100%;
	}
	
	/* Single restaurant
	-------------------------------------------------------------- */
	div#restCertLogoSingle img{
		width: 75px;
		margin: 0 15px 15px 0;
	}
	
}
@media only screen and (max-width: 768px) {
    body:before{content: '768';}
    #mainNavMobile .mainLogoMob.menuLogo{width: 65%;}
    .boxesContainer .box{padding: 20px 0!important;}
	#mainNav {
	    height: 400px;
	}
}
@media only screen and (max-width: 736px) {
	 body:before{content: '768';}
	 
	/* HOME
	-------------------------------------------------------------- */
	.certImageMobile{
		width:100%;
		float:none;
	}
	.certExc {
	    width: 100%;
	    position: relative;
	    top: auto;
	    transform: none;
	    left: auto;
	    margin-top: 20px;
	}
	.certificationExcerpt.descHigh, .certificationExcerpt.descLow {
	    margin-top: 50px;
	    text-align: center;
	}
	.columnOneNoDot .boxImage:before, .columnTwoNoDot .boxImage:before{
		width:20px;
	}
	.columnOneNoDot .boxImage:before{
		height: 250px;
	}
	.box.boxText.col2.paddingLeft:before {
	    top: 10px;
	}
	.box:nth-child(2):after, .box:nth-child(3):after, .box:nth-child(4):after {
	    top: 130px;
	}
	/* Archive restaurant
	-------------------------------------------------------------- */
	.restCert img {
	    width: 40px;
	    border-width: 5px;
	}
	.restCert {
	    margin: 20px 0;
	}
	/* Single restaurant
	-------------------------------------------------------------- */
	.pageContent.entryContent{
		padding-left: 0;
	}
	div#restCertLogoSingle img{
    	width: 70px;
	}
	
}
	
@media only screen and (max-width: 480px) {
    body:before{content: '480';}
    #mainNavMobile .mainLogoMob.menuLogo{width: 75%;}
    .boxesContainer .box{padding: 5px 0!important;}
	
}