/*
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: 'Lato', sans-serif;; font-size: 18px; line-height: 1.2em; color: #6d7b89; position: relative; z-index: 99999;}
h1{font-size: 40px;}
h2{font-size: 36px;}
h3{font-size: 30px; color:#008268;}
h4{font-size: 26px;}
h5{font-size: 22px; color: #6d7b89}
h6{font-size: 20px;}
h1,h2,h3,h4,h5,h6{line-height: 1em; font-family: 'Roboto Slab', serif;}
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: 10px 3px;}
p{margin: 10px 0;}
table{width: 100%;}
td{padding: 10px;}
a{text-decoration: none; transition: 0.5s ease; color:#008268;}
a:hover{text-decoration:underline;}
small{font-size:14px;}
/* Personalization
-------------------------------------------------------------- */
.centerTitle .rowTitleFlex {
    display: flex;
    margin-bottom: 4rem;
}

/* Structure
-------------------------------------------------------------- */
body, #page{
    margin: 0;
    min-width: 1366px;
    overflow-x: hidden;
    line-height: 1.5em;
}
#page{
	overflow:visible;
}

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);
    display: none;
    cursor: pointer;
}
.centralWrapper{
    display: block;
    margin: auto;
    width: 1266px;
    padding: 0 50px;
}
#main{
    margin-top: 160px;
}
#sidebar {
    position: absolute;
    right: 0;
	top: 100px;
	padding: 40px 30px;
}
.widgetIcon{
    width: 35px;
    height: auto;
    margin-bottom: 20px;
	display:block;
}
.widgetIcon i {
    color: #008268;
    font-size: 35px;
}

h3.widgetTitle {
    font-size: 24px;
    border-bottom: 1px solid #a0aeb8;
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: inline-block;
    padding-right: 100px;
}
.widget {
    margin-bottom: 60px;
}
.single #sidebar {
    top: 150px;
}
div#fiereSidebar {
    padding: 40px;
}

#fiereSidebar .streamFiera {
    width: 100%;
}
.widget input#search {
    float: left;
}
/* Global Classes
-------------------------------------------------------------- */
/* Entry Content
------------------*/
.entryContent h1, .entryContent h2, .entryContent h3,
.entryContent h4, .entryContent h5, .entryContent h6 {
    margin: 40px 0 20px;
}

/* Global Element
------------------*/
#loadingWrapper{
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    z-index: 9;
    align-items: center;
    justify-content: center;
}
#loadingWrapper img {
    width: 150px;
    height: auto;
}
.coverBg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: 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;
}
.whiteBg{
	background-color:#fff !important;
}
/* 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{
	-webkit-box-shadow: 0px 0px 28px -3px rgba(109,123,137,1);
	-moz-box-shadow: 0px 0px 28px -3px rgba(109,123,137,1);
	box-shadow: 0px 0px 28px -3px rgba(109,123,137,1)
}
.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);} }
.btn a i {
    vertical-align: middle;
}

.btn a {
    color: #e74f21;
    text-transform: uppercase;
	font-size: 14px;
    display: flex;
    font-weight: 900;
    flex-flow: row;
    flex-wrap: nowrap;
    align-items: center;
}
.btn a:hover{
	text-decoration:none;
}
/* Align
------------------*/
.flexContainer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.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%);
}
.tableCenteredVertical{
	vertical-align:middle;
}
/* 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
-------------------------------------------------------------- */
#langSwitcher {
    display: table;
    float: right;
}
.qtheme_lang {
    display: table-cell;
    padding: 0 10px;
}

.qtheme_lang img {
    height: 20px;
}
#social {
    display: table;
    float: right;
}

.socialIcon {
    display: table-cell;
    padding: 0 7px;
}

.socialIcon img {
    height: 20px;
}
#search {
    float: right;
    display: inline;
}

.searchIco, .searchInput, .searchClose {
	float:left;
    display: inline-block;
}
.searchContent{
	float:left;
	display:none;
}
.inline{
	display:inline-block;
}

#search i {
    vertical-align: middle;
	font-size:30px;
	cursor:pointer;
}
.searchInput input {
    -webkit-appearance: none;
    border: none;
    border-bottom: 1px solid #6d7b89;
    background-color: rgba(0,0,0,0);
    box-sizing: border-box;
    padding: 5px 0;
    margin: 0 5px;
    width: 150px;
}
#mainLogoMobile{
	float:left;
	display:none;
}
#mainLogoMobile img {
    height: 80px;
}
#mobMenuAside {
    text-align: right;
    margin: 10px 0;
}
#mobMenuAside{
	display:none;
}
#socialMobile, #langSwitcherMobile, #searchMobile {
    float: right;
    display: block;
    width: calc(100% - 25px);
    padding-right: 25px;
}


#socialMobile .socialIcon {
    margin-bottom: 35px;
	display: inline-block;
}

#socialMobile .socialIcon img {
    height: 40px;
}

#langSwitcherMobile .qtheme_lang {
    display: block;
    margin-bottom: 35px;
}

#langSwitcherMobile .qtheme_lang img {
    height: 40px;
}

#searchMobile .searchIco, #searchMobile .searchInput, #searchMobile .searchClose {
    float: right;
}

#searchMobile .searchContent {
    float: right;
}

#searchMobile .searchIco i, #searchMobile .searchClose i {
    font-size: 40px;
}
#searchMobile .searchInput input {
    width: 100px;
    height: 35px;
}
.languageChooser ul {
    display: inline-block;
    float: right;
}
.languageChooser li {
    list-style: none;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    margin-left: 5px;
}
.languageChooser li a{
    text-align: center;
    display: inline-block;
    background: rgba(255,255,255,0.6);
    color: #033280;
    padding: 18px 0 16px;
    width: 50px;
}
.languageChooser li.active a,
.languageChooser li a:hover {
    background: rgba(255,255,255,1);
}
/* Main Menu Desktop
------------------*/
#mainNav {
    width: 100%;
    background-color: #fff;
    height: 160px;
    position: fixed;
    -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;
	top:0;
}
#mainNav.navUp{
    top: -160px;
}
#mainNav.navDown{
    top: 0;
}
.admin-bar #mainNav.navDown{
    top: 32px;
}
.menuTxt{
	font-family: 'Roboto Slab', serif;
}
#mainNavContainer{
    height: 130px;
    margin: 15px auto;
    position: relative;
}
#mainLogo {
    float: left;
}
#mainLogo img{
    max-height: 130px;

}
#mainMenu {
    float: right;
    text-align: right;
}
.mainMenu li{
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}
.mainMenu li a{
    color: #6d7b89;
}
.mainMenu li a:hover{
    color: darkgrey;
}

/* Mobile Menu
------------------*/
#mobLink{
    display: block;
	float:right;
	margin-left:20px;
}
#mobLink i{
    color: #6d7b89;
    font-size: 48px;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 5px;
}
#mobNav{
    position: fixed;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background: #fff;
    z-index: 999;
    padding-top: 80px;
    padding-right: 5%;
    display: none;
    min-width: 250px;
	overflow:auto;
}
#mobNav ul{
    margin: 0;
}
#mobNav li{
    display: block;
    margin: 35px 0;
    padding-right: 25px;
	padding-left:25px;
	text-align:right;
	font-size: 24px;
}
div#mobClose {
    text-align: right;
    padding-right: 25px;

}

#mobClose i {
    font-size: 48px;
    cursor: pointer;
    color: #6d7b89;

}



/***********************************************************************************************************************
// QTHEME FORM & ACCESS PAGE
/**********************************************************************************************************************/
.qthemeForm input[type=text],
.qthemeForm input[type=password],
.qthemeForm input[type=date],
.qthemeForm input[type=email],
.qthemeForm input[type=tel],
.qthemeForm input[type=url],
.qthemeForm textarea,
.simpleselect .placeholder{
    border: none;
    border-bottom: 1px solid #b0b0b0;
    padding: 10px;
    font-size: 16px;
    font-family: Cronos, sans-serif;
    box-sizing: border-box;
    width: 100%;
    cursor: text;
}
.qthemeForm .required input,
.qthemeForm input.wpcf7-validates-as-required,
.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;
}
/* CF7
-------------------------------------------------------------- */
.wpcf7 input[type=text], .wpcf7 input[type=email],textarea {
    font: inherit;
    -webkit-appearance: none;
    border: none;
    border-bottom: 1px solid #a0aeb8;
    padding: 5px;
    box-sizing: border-box;
    width: 50%;
    margin: 10px 0;
}
select.wpcf7-select {
    width: 50%;
    border: none;
    border-bottom: 1px solid #a0aeb8;
    padding: 5px;
    box-sizing: border-box;
    width: 50%;
    margin: 10px 0 30px;
    font: inherit;
}
div#iscrizioneConvegni h4 {
    color: #008268;
    margin-bottom: 0;
    margin-top: 6rem;
}
.wpcf7 form {
    margin: 40px 0;
}

.wpcf7 input[type="checkbox"] {
    line-height: 1;
}
span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    display: inline;
}

.wpcf7 input[type=button],input[type=submit] {
    color: #e74f21;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    font-weight: normal;
    padding-left: 0px;
    -webkit-appearance: none;
    border: 0;
    background-color: rgba(0,0,0,0);
    margin: 30px 0;
}
.wpcf7 i {
    vertical-align: middle;
    color: #e74f21;
    /* font-size: 17px; */
}
.wpcf7 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.wpcf7 ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.wpcf7 :-ms-input-placeholder { /* IE 10+ */
 color: #000;
}
.wpcf7 :-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.wpcf7  #formRegistroProdotti input[type=text] ,
.wpcf7  #formRegistroProdotti input[type=email] ,
#formRegistroProdotti textarea  {
	width:100%;
	background: rgba(0,0,0,0);
}
.wpcf7 #formRegistroProdotti input[type=text]::placeholder,
.wpcf7  #formRegistroProdotti input[type=email]::placeholder ,
#formRegistroProdotti textarea::placeholder {
    font-size: 0.85rem;
}
/* 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;
}
/* Mailer lite form
-------------------------------------------------------------- */
.newsletterFormTitle{
	margin-bottom:20px;
}
.newsletterForm {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom:20px;

}

.newsletterForm input.emailNewsletter {
    margin-right: 20px;
	margin-bottom:0;
    padding: 10px;
    width: 200px;
    -webkit-appearance: none;
    border: none;
    background-color: #e7f1f7;
    border-radius: 5px;
    font-size: 14px;
    color: #6d7b89;
	background-image: url('img/ic_email_white.png');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}
.newsletterResponse{
	color:#e74f21;
}
.loadingResponse{
	display:none;
}
.acceptanceContainer{
    align-items: baseline;
    padding-right: 4rem;
    box-sizing: border-box;
}
input#newsletterAcceptance {
    margin: 0 0.5rem 0 0;
}
a.newsletter.disabled {
    color: #9e9e9e;
    cursor: not-allowed;
}
/* 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
/**********************************************************************************************************************/
/* Globals
------------------------------------------*/
.stripe{
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.stripe.mobileView{
    display: none;
}
.stripe .overlay{
    z-index: 1;
}
.stripe .centralWrapper{
    position: relative;
    z-index: 3;
}
.stripe .pageTitle{
    margin-top: 0;
}
/* Stripe stream certificazioni
------------------------------------------*/
ul.ui-tabs-nav {
    list-style: none;
    margin-left: 0;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 40px;
}
.streamCertificazioni ul.ui-tabs-nav{
	text-align: right;

}
ul.ui-tabs-nav li {
    display: inline-block;
    margin-left: 0;
    margin-right: 20px;
    padding: 0 0;
}

ul.ui-tabs-nav li a {
    color: #be85b9;

}
.streamCertificazioni li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab:nth-child(1){
	float:left;
	margin-right:100px;
    color: #008268;

}

ul.ui-tabs-nav li.ui-state-active a {
    border-bottom: 3px solid;
	color: #008268;
}
ul.ui-tabs-nav li a:hover{
	text-decoration:none	;
	border-bottom: 3px solid;
}
.catCertDescription {
    display: block;
    width: 50%;
    margin-bottom: 40px;
}

.catCertDescription h5 {
    margin-bottom: 20px;
}
.singleCertTab{
	margin:20px;
	width:calc(25% - 40px);
	position:relative;
	background-color: #fff;
}
.singleCertTab img {
    height: 70px;
    width: auto;
    margin-bottom: 20px;
	max-width:100%;
}
.singleCertTabInner{
	padding:20px;
}
.singleCertTab h5 {
    margin-bottom: 40px;
}
a.rippleButton.certLink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

a.rippleButton.certLink:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
/* Stripe stream legislazioni
------------------------------------------*/
.singleLegTab.shadow {
    display: table;
    width: 100%;
    margin: 25px 0;
	padding: 20px;
	box-sizing: border-box;
	background-color:#fff;
}

.singleLegTabInner {
    display: table-row;
}

.singleLegTabInner div {
    display: table-cell;
}
.singleLegTabInner div i {
	vertical-align:middle;
}
.singleLegTabInner .col12.tableCenteredVertical{
	text-align:right;
}
span.data {
    font-family: 'Roboto Slab', serif;
    color: #008268;
    font-size: 16px;
}
.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
	min-height:100px;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
	display:none;
}
.legTab {
    position: relative;
    display: block;
    margin-top: 60px;
}

.loading i {
    font-size: 50px;
}

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.flicker {
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

.dateRangeContainer, .areaSelectContainer{
	display:none;
}
.dataS, .area {
    font-family: 'Roboto Slab', serif;
    padding: 0 10px;
}

span.cerca {
    font-family: 'Roboto Slab', serif;
    padding: 0 20px;
    color: #e74f21;
    cursor: pointer;
}

.cerca i {
    vertical-align: middle;
    font-size: 24px;
    color: #e74f21;
}
.selectStyle {
    border: 1px solid #ccc;
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url("img/select.png") no-repeat 90% 50%;
	display:inline-block;
}

.selectStyle select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.selectStyle select:focus {
    outline: none;
}
.datepicker {
    padding: 5px 8px;
    vertical-align: top;
}
div#ui-datepicker-div {
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 28px -3px rgba(109,123,137,1);
    -moz-box-shadow: 0px 0px 28px -3px rgba(109,123,137,1);
    box-shadow: 0px 0px 28px -3px rgba(109,123,137,1);
	display:none;
}

a.ui-datepicker-prev.ui-corner-all {
    position: absolute;
    left: 20px;
}

a.ui-datepicker-next.ui-corner-all {
    position: absolute;
    right: 20px;
}

.ui-datepicker-title {
    padding-top: 30px;
    margin-bottom: 20px;
}
#searchLegislazioni {
    display: inline-flex;
}
/* Stripe stream news
------------------------------------------*/
.blogPost {
    position: relative;
    height: 400px;
	background-color: #fff;
}

.blogPostImage {
    height: 400px;
    position: absolute;
    width: 50%;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	/* z-index:-1; */
}
.newsStreamPost{
	width:calc(50% - 80px);
}
.border, .border .centralWrapper {
    border-top: 0.25px solid #a0aeb8;
}
.newsStreamTitle {
    background-color: #fff;
	padding-top:50px;
	padding-bottom:50px;
}
.newsStreamTitle .pageTitle.stripeTitle {
    margin-bottom: 10px;
}
.newsStreamPost
 h3.blogPostTitle {
    margin-bottom: 30px;
    font-size: 32px;
}
.blogPostExcerpt {
    margin-bottom: 20px;
}
div#reservedArea {
    padding: 40px;
}

.newsSidebar {
    background-color: #fff;
    margin: -10px 0 0;
    z-index: 2;
	position:relative;
}

.reservedAreaBox {
    border-bottom: 1px solid #a0aeb8;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

h4.preservedAreaBoxTitle {
    color: #008268;
    margin-bottom: 20px;
    font-size: 20px;
}

.reservedAreaBoxTesto a {
    color: #6d7b89;
}

.reservedAreaBoxTesto {
    margin-bottom: 20px;
}
.reservedAreaBox:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 20px;
}

.reservedAreaBox.registri-prodotti-certificati {
    padding-bottom: 0;
    border-bottom: none;
}
.home .border .stripeContainer.streamContainer {
    border-bottom: 0.25px solid #a0aeb8;
}
/* Stream categorie certificati
------------------------------------------*/
.streamCatCertInner {
    padding: 20px;
}

.catCertImage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    width: 100px;
    margin: 20px auto;
    border-radius: 50%;
    display: block;
}
.catCertTitle {
    margin: 20px auto;
    text-align: center;
    display: block;
}
.catCertSlider {
    width: 100%;
	margin-bottom:100px;
}

.streamCatCert {
    width: 300px;
}
.lab .boxesContainer, .lab .boxesContainer .box{
	display:block;
}
.slick-arrow {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    font-size: 2em;
    cursor: pointer;
    color: #008268;
}

.arrow-prev.slick-arrow {
    left: -20px;
}

.arrow-next.slick-arrow {
    right: -20px;
}
.catCertTitle a{
	color:#be85b9;
}
/* Stream partners
------------------------------------------*/

.streamPartnersImage {
    background-size: contain;
    background-position: center;
    height: 100px;
    width: 180px;
    margin: 20px auto;
    display: block;
    background-repeat: no-repeat;
	position:relative;
}
.streamPartnersImage a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.streamPartnersAll .streamPartners {
    display: inline-block;
    width: calc(25% - 44px);
    vertical-align: middle;
    margin: 20px;
}

.streamPartnersAll .streamPartners .streamPartnersImage {
    width: 100%;
}
/* Stream Fiere
------------------------------------------*/
.streamFiere {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.streamFiera {
    width: 20%;
	margin-bottom:40px;
}

.streamFiera h6 {
    margin-bottom: 20px;
}

.streamFiereContent .buttonsContainer {
    margin-top: 20px;
}

.streamFiera  h6 a {
    color: #be85b9;
}
/* Stripe Content
------------------------------------------*/
.stripeContent .stripeTitle{
    position: relative;
    z-index: 3;
}
.pageTitle.stripeTitle i {
    font-size: inherit;
    margin-bottom: 20px;
}
.boxText > *{
    margin: 25px 0;
}
.boxText > *:first-child{
    margin-top: 0;
}
.box img{
    max-width: 100%;
    height: auto;
}
.boxesContainer{
    display: table;
    width: 100%;
}
.boxesContainer .box{
    display: table-cell;
    box-sizing: border-box;
}
.col12{width:50%;}
.col13{width:33.3%;}
.col14{width:25%;}
.col23{width:66.6%;}
.col34{width:75%;}
.col100{width:100%;}
.paddingRight{padding-right:25px;}
.paddingLeft{padding-left:25px;}
.paddingBoth{padding: 0 25px;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both; margin:0; padding:0;}
.icon i{
	color:#008268;

    font-size: 40px;
}
/* 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%;
}
/* stripe area riservata
------------------------------------------*/
.stripeAreaRiservata .reservedAreaBoxes {
    display: flex;
    flex-wrap: wrap;
}
.stripeAreaRiservata .reservedAreaBox {
    margin-bottom: 40px;
    padding-bottom: 40px;
    width: calc(33.3% - 40px);
    margin: 20px;
}
.stripeAreaRiservata .reservedAreaBox:last-child{
	border-bottom: 1px solid #a0aeb8;
}
/***********************************************************************************************************************
// PAGES STYLE
/**********************************************************************************************************************/
/* Page / Single Standard
-------------------------------------------------------------- */
/*
.home #page{
	overflow:hidden;
}
*/
div#homeHeader {
    width: 100%;
    height: 660px;
    background-size: cover;
    background-position: center;
}
div#homeHeader.mediterraneanHeader{
    background-position: center top;
    background-repeat: no-repeat;
}
.home #main {
    margin-top: 0;
}

.pagePadding{
    padding: 50px 0;
}
.pageTitle {
    margin: 30px auto;
    display: inline-block;
    color: #008268;
    border-bottom: 1px solid #a0aeb8;
    padding-bottom: 10px;
    display: inline-block;
    padding-right: 50px;
}
.pageCover img{
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
    margin-top: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;
}
/* Template News Archive
-------------------------------------------------------------- */

div#olderNewsContainer {
    display: table;
}

article.oldNews {
    display: inline-table;
    position: relative;
}
.oldNewsInner {
    padding: 25px;
}

h3.oldNewsTitle {
    margin-bottom: 40px;
}

.oldNews .excerpt {
    margin-bottom: 20px;
}
.article {
    width: 100%;
    display: inline-block;
	position:relative;
	height:400px;
}
div#lastNews {
    background-color: #e7f1f7;
	padding-bottom:60px;
}

#lastNews #sidebar {
    background-color: #fff;
    position: relative;
    float: left;
    box-sizing: border-box;
    top: -10px;
}
#lastNews #sidebar #tag_cloud-2 {
    display: none;
}
.filterInput input, .filterInput select {
    margin-right: 30px;
    margin-bottom: 20px;
    padding: 0 5px 5px;
    width: 170px;
    border: none;
    background-color: transparent;
    font-size: inherit;
    color: #6d7b89;
    font-family: "Roboto Slab", serif;
    border-bottom: 1px solid #a0aeb8;
}
.filterInput.filterButton button {
    -webkit-appearance: none;
    border: 0;
    background: none;
    color: #008D74;
    /* text-transform: uppercase; */
    font-size: inherit;
    display: flex;
    font-weight: 900;
    flex-flow: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 10px;
    font-family: 'Roboto Slab';
    cursor: pointer;
    margin-right: 3rem;
}
.filterButton.filterInput.flexContainer a {
    font-family: 'Roboto Slab';

    color: #a6a5a5;
}
.flexContainer.filtersContainer {
    justify-content: space-between;
    flex-wrap: wrap;
}
.filterButton.filterInput.flexContainer {
    align-items: center;
}
div#filters {
    margin: 3rem 0 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #a0aeb8;
}
div#filters h5 {
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #008D74;
}
div#filters h5 span {
    margin-right: 10px;
}
ul.ui-autocomplete {
    background-color: #fff;
    border-radius: 5px;

    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 2rem;
    width: 300px !important;
    overflow-x: auto;
}

ul.ui-autocomplete li {
    list-style: none;
    cursor: pointer;
}
::-webkit-input-placeholder { /* Edge */
    color: #6d7b89;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6d7b89;
}

::placeholder {
    color: #6d7b89;
}
.pagination {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.pagination i {
    vertical-align: middle;
    font-size: 30px;
}

a.prev.page-numbers {
    margin-right: 40px;
}

a.next.page-numbers {
    margin-left: 40px;
}

span.page-numbers.current {
    color: #e74f21;
}

.page-numbers {
    margin: 0 5px;
}

.pagination a {
    color: #6d7b89;
}
/***********************************************************************************************************************
// PAGE STYLE
/**********************************************************************************************************************/

/***********************************************************************************************************************
// SINGLE STYLE
/**********************************************************************************************************************/
/* Certificazione
-------------------------------------------------------------- */
.contentCertificazione img{
	max-width:190px;
}
.doc {
    width: 70%;
    padding: 10px 20px;
    line-height: 2;
	margin: 25px 0;
}
.downloadIcon{
	float:right;
}
.downloadIcon i{
	vertical-align:middle;
}
.downloadText{
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
}

.entryContent img {
    max-width: calc(100% - 80px);
    height: auto;
    margin: 40px auto;
    padding: 0;
}

/* Convegno
-------------------------------------------------------------- */
.convegnoDetail i {
    vertical-align: middle;
}

.single-convegno .convegnoDetail {
    color: #008268;
	font-size:18px;
}
/* Legislazione
-------------------------------------------------------------- */
#legDescription p {
    margin: 20px 0;
}

#legDescription i {
    vertical-align: middle;
    margin-right: 10px;
}

#legDescription a {
    font-family: 'Roboto Slab', serif;
    color: #008268;
    font-size: 16px;
}
/* Single
-------------------------------------------------------------- */
.postMeta {
    border-top: 1px solid #a0aeb8;
    margin-top: 40px;
}
/* Single settore
-------------------------------------------------------------- */
.settoreSingle div#settoreImage {
    min-height: 20rem;
}

.backgroundCover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.settoreSingle div#settoreIntro {
    background-color: #E7F1F7;
    margin-bottom: 100px;
}

.settoreSingle div#settoreIntro .flexContainer {
    align-items: stretch;
}

.settoreSingle div#settoreDescription {
    padding-right: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.settoreSingle div#settoreIcon {
    background-color: rgb(20 145 120 / 19%);
    display: inline-flex;
    width: 50px;
    height: 50px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-bottom: 2rem;
}

.settoreSingle div#settoreTitle {
    color: #149178;
    padding-bottom: 4rem;
    margin-bottom: 3rem;
    position: relative;
    border-bottom: 0.5px solid #6D7B89;
}
.certLoop {
    position: relative;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 16%);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 16%);
    transition: all 0.3s;
    display: none;
}
.certLoop:hover {
    -webkit-box-shadow: 0px 0px 8px 4px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 0px 8px 4px rgb(0 0 0 / 16%);
    box-shadow: 0px 0px 8px 4px rgb(0 0 0 / 16%);
}
.certLoop .flexContainer > div {
    box-sizing: border-box;
}
.certLoop .certImage {
    width: 15%;
    text-align: center;
    padding: 25px 35px;
    position: relative;
}
.certImage:after {content: '';background-color: #D0D0D0;height: 70%;width: 1px;position: absolute;top: 15%;right: 0;}
.certLoop .certImage img {
    max-width: 100%;
    height: 60px;
    width: auto;
    object-fit: contain;
}

.certLoop .flexContainer {
    justify-content: space-between;
    align-items: center;
}

.certLoop .btn.certBtn {
    width: 15%;
}

.certLoop .certTitle {
    width: 70%;
    padding:0 35px;
}
.certLoop .certTitle h3 {
    font-size: 21px;
}
.absoluteInRetative {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
h3.settoriCertsTitle {
    text-align: center;
    margin-bottom: 4rem;
    padding-bottom: 2rem;
    position: relative;
}

h3.settoriCertsTitle:after {content: '';position: absolute;bottom: 0;width: 320px;height: 1px;background-color: #6D7B89;left: 50%;transform: translateX(-50%);}
div#subcatFilters {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
}

.subcatFilter {
    margin: 0 1.5rem;
    color: #BE85B9;
    font-family: 'Roboto Slab';
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
    padding-bottom: 10px;
}
.subcatFilter:hover, .subcatFilter.active {
    border-bottom: 2px solid #BE85B9;
}
div#showMore a {
    justify-content: center;
    margin: 2rem 0;
    cursor:pointer;
}

/* Stripe stream settori */
.stripeStreamSettoriicons{
    background-color: #149178;
    margin-bottom: 100px;
}

div#streamSettoriContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 50px;
}
.settoriLoop{
    position: relative;
}
.settoreLoopIcon {
    width: 16%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 3rem;
    margin-left: 2%;
    margin-right: 2%;
    position: relative;
}
.settoreLoopIcon *{
    transition: all 0.3s;
}

.settoreSubCatsName {
    font-style: italic;
}

.settoreTitle {
    font-family: 'Roboto Slab';
    margin-top: 1rem;
    color:#fff;
}

.settoreSubCatCount {
    font-size: 15px;
}
.settoreSubCatsContainer {
    padding: 0.5rem 0;
}
.settoreIcon, .settoriLoopTileIcon {
    height: 60px;
    height: 60px;
    background-color: #fff;
    display: inline-flex;
    width: 60px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-bottom: 2rem;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.settoriLoopTileIcon{
    border-radius: 0;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding:0;
}
.settoreIcon svg {
    width: auto;
    height: 40px;
}
.settoriLoopTileIcon svg {
    width: auto;
    height: 55px;
}
.settoreSubCats {
    margin-bottom: 1rem;
    display:none;
    color: #707070;
}

.settoreLoopIconContainer{
    padding:1rem;
}
.settoreLoopIcon:hover .settoreLoopIconContainer {
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    border-radius: 13px;
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    z-index:99;
}
.settoreLoopIcon:hover .settoreSubCats {
    display: block;
}

.settoreLoopIcon:hover .settoreTitle, .settoriLoopTile .settoriLoopTileTitle{
    font-family: 'Roboto Slab';
    color: #FFC700;
    margin-top: 0;
}

.settoreLoopIcon:hover .settoreIcon {
    box-shadow: none;
    margin-bottom: 1rem;
}
div#steamSettoriHighlight {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    position: absolute;
    bottom: -50px;
    transform: translateY(50%);
    width:100%;
}
.settoriLoopHighlightDescription .settoreSubCatsName{
    display:none;
}
.settoriLoopHighlight {
    width: 40%;
    background-color: #fff;
    padding: 1.5rem 2rem;
    box-sizing: border-box;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.16);
    border-left: 10px solid #149178;
    transition: all 0.3s;
}
.settoriLoopHighlight:hover{
    -webkit-box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.16);
}

.settoriLoopHighlightContainer {
    align-items: center;
    justify-content: flex-start;
}

.settoriLoopHighlightIcon {
    margin-right: 2rem;
}

.settoriLoopHighlightTitle {
    font-family: 'Roboto Slab';
    font-size: 24px;
    color: #149178;
    margin-bottom: 1rem;
}

.settoriLoopHighlightDescription {
    color: #6D7B89;
}
.settoriLoopTile {
    width: 21%;
    margin: 2%;
}

.settoriLoopTile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.16);
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 13px;
    box-sizing: border-box;
    transition: all 0.3s;
}
.settoriLoopTile:hover {
    -webkit-box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 30%);
}
.settoriLoopTileIcon {
    margin: 1rem 0;
}

.settoriLoopTileTitle {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

.settoriLoopTileTitle:after {content: '';height: 1px;width: 100px;background-color: #B9B9B9;bottom: 0;left: 50%;position: absolute;transform: translateX(-50%);}
.settoriLoopTileMoreInfo {
    color: #707070;
}

.settoriLoopTileSubCats {
    margin-bottom: 1rem;
    font-style: italic;
}
.settoriRelatedContentContainer {
    justify-content: flex-start;
}

.settoriLoopRelated {
    width: 30%;
    margin: 0 1.5%;
    box-sizing: border-box;
}

.settoriLoopRelatedImage.backgroundCover {
    height: 15rem;
}

.settoriLoopRelatedContent {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: relative;
    transform: translateY(-50%);
    width: 70%;
    margin: 0 auto;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.16);
    padding: 1rem 1.5rem;
    box-sizing: border-box;
}

.settoriLoopRelatedContainer {
    position: relative;
}
.settoriLoopRelatedIcon.settoriLoopTileIcon svg path {
    fill: #000;
}

.settoriLoopRelatedTitle {
    color: #149178;
    font-family: 'Roboto Slab';
    margin: 0.5rem 0 1rem;
}

.settoriLoopRelatedIcon.settoriLoopTileIcon {
    margin: 0;
}
div#settoriRelatedIntro {
    margin: 10rem 0 5rem;
}
.settoriRelatedText {
    width: 66%;
}
/***********************************************************************************************************************
// ARCHIVE STYLE
/**********************************************************************************************************************/
/* General archive
-------------------------------------------------------------- */
.convegnoDetail {
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    margin-bottom: 40px;
}

.postItem.archiveItem {
    padding: 40px 0;
}

.archiveItemTitle {
    margin-bottom: 40px;
}
.archiveItemTitle.noData {
    margin-top: 61px;
}
.archiveItemImage {
    height: 400px;
    margin-bottom: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
img.catCertArchiveImage{
	max-width:190px;
}
.archiveItemContent{
	margin-bottom: 40px;
}
.navigation i {
    vertical-align: middle;
    font-size: 40px;
    line-height: 1;
}

div#prevLink {
    display: inline-block;
    float: left;
}

div#nextLink {
    display: inline-block;
    float: right;
}
#singleTermDescription {
    margin-bottom: 60px;
}
.archiveItemInner {
    padding: 20px;
}
.first .archiveItemInner {
    padding-left: 0;
}
.last .archiveItemInner {
    padding-right: 0;
}
#streamConvegni .archiveItemImage {
    height: 200px;
}
#streamConvegni {
    background-color: #e7f1f7;
    overflow: hidden;
}
.catArchiveImg {
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin-bottom: 40px;
    display: block;
}

.tax-categorie-certificazioni .pageStandardWrapper {
    padding-top: 30px;
}
/* Quotation form
-------------------------------------------------------------- */
div#loader {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(255,255,255,0.8);
}
#quotationCompanyData{
    display:none;
}

div#quotation label, #quotationForm label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 17px;
    border: 1px solid #F4F4F4;
    margin-bottom:13px;
    padding:13px 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.3s;
}

input.quotationSelect, #quotationForm label input[type=radio], #quotationForm input[type=checkbox]{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
#quotationForm .privacyPolicy input[type=checkbox] {
    position: relative;
    opacity: 1;
    height: auto;
    width: auto;
}
span.wpcf7-list-item {
    display: block;
    margin: 0 0 2rem 0;
}
span.wpcf7-form-control.wpcf7-radio {
    display: block;
}



span.wpcf7-list-item label {
    position: relative;
}

span.wpcf7-radio label:before, .checkboxWithText .wpcf7-checkbox label:before {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 2px solid #F4F4F4;
    content: '';
    height: 25px;
    width: 25px;
    border-radius: 100%;
}
span.wpcf7-radio label.checked:before, .checkboxWithText .wpcf7-checkbox label.checked:before{
    border: 2px solid #fff;
}

span.wpcf7-radio label.checked:after, .checkboxWithText .wpcf7-checkbox label.checked:before {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #DBDBDB;
    content: '';
    height: 17px;
    width: 17px;
    border-radius: 100%;
}
span.wpcf7-radio .wpcf7-list-item-label {
    padding-left: 3rem;
}
div#quotation label:after, .wpcf7-checkbox label:after , label.privacyPolicy:after {
    display: none;
    font-family: 'Material Icons';
    content: "done";
    -webkit-font-feature-settings: 'liga';
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    right: 20px;
    transition: all 0.3s;


}
div#quotation label.checked:after, .wpcf7-checkbox label.checked:after, label.privacyPolicy.checked:after{
    display: block;
}
div#quotation label.checked, span.wpcf7-list-item label.checked,  .wpcf7-checkbox label.checked, label.privacyPolicy.checked{
    background-color:#EDF5E3;
}

#quotation span.label #altro_text {
    border: none;
    background-color: transparent;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    -moz-appearance: none;
    -webkit-appearance: none;
}
#quotationForm input[type="text"], #quotationForm input[type="tel"], #quotationForm input[type="email"] {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 17px;
    border: 1px solid #F4F4F4;
    margin-bottom: 13px;
    padding: 13px 18px;
    width: 100%;
    box-sizing: border-box;
    font:inherit;
}
div#quotationForm h6 {
    font-size: 16p;
    font-weight: 700;
    color: #008D74;
    margin: 3rem 0 2rem;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #6d7b89;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #6d7b89;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #6d7b89;
}
:-moz-placeholder { /* Firefox 18- */
    color: #6d7b89;
}
#quotation button, .quotationNavigation{
    border: 1px solid #EAEAEA !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 1rem 2rem !important;
    font-family: 'Lato';
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: #E95A24;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-top:3rem;
    margin-bottom:3rem;
    cursor:pointer;
    position: relative;
}
div#quotation h3, #quotationForm h3 {
    border-bottom: 1px solid #a0aeb8;
    margin-bottom: 3rem;
    padding-bottom: 10px;
    display: inline-block;
}
.centerTitle .pageTitle{
    padding-right:0;
}
div#quotationForm {
     margin-top: 2rem;
 }
#quotationBottom{
    margin-top: 5rem;
}
#quotationForm textarea{
    border: 1px solid #F4F4F4;
    width: 100%;
    box-sizing: border-box;
    height: 6rem;
    padding: 18px 13px;
    resize: none;
}

button:disabled {
    cursor: not-allowed;
    color: #a7a7a7;
}
#altro_commercializzazione, #altro_allevamento, #altra_tipologia, #altra_tipologia_punti_vendita, #altro_paese_importazione, #altro_magazzini{
    display:none;
}

.checkboxWithText {
    position: relative;
}
.checkboxWithText > span:nth-child(2) {
    top: 0;
    position: absolute;
    right: 0;
    display: none;
}
.showText.checkboxWithText > span:nth-child(2) {
    display:block;
}

.checkboxWithText > span:nth-child(2) input[type="text"] {
    margin: 0;
}



.checkboxWithText span.wpcf7-list-item-label {
    padding-left: 40px;
}
.tipologia_prodotti {
    font-size: 17px;
    border: 1px solid #F4F4F4;
    margin-bottom: 13px;
    padding: 13px 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

span.wpcf7-form-control.wpcf7-radio {}

.tipologia_prodotti span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    align-items:center;
    justify-content:space-between;
}

span.tipologia_label {
    width: 50%;
}


.tipologia_prodotti span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
    flex: 1;
    width: 50%;
    margin: 0;
}

.tipologia_prodotti span.wpcf7-form-control-wrap {
    width: 50%;
}

.tipologia_prodotti label {
    margin-bottom: 0 !important;
    border: none !important;
    padding: 0 18px !important;
}

.tipologia_prodotti label.checked {
    background-color: #fff !important;
}

.tipologia_prodotti span.wpcf7-radio label.checked:before {
    border-color: #f4f4f4;
}


/* Breadcrumbs
-------------------------------------------------------------- */
#breadcrumb .separator i {
    vertical-align: text-top;
}

#breadcrumb {
    font-size: 16px;
    margin-bottom: 40px;
}

/***********************************************************************************************************************
// FOOTER STYLE
/**********************************************************************************************************************/
/* Pre-Footer
-------------------------------------------------------------- */
#preFooter{
	background-color:#e5eff7;
	padding:80px 0;
	margin-bottom:40px;
}
#preFooter .titleIcon i {
    font-size: 36px;
    color: #008268;
}

#preFooter .titleIcon {
    margin-bottom: 10px;
}

.preFooterBoxes {
    overflow: auto;
}

.preFooterBoxInner {
    width: 50%;
}
.preFooterBox {
    margin: 40px 0;
}
.preFooterBoxTesto a {
    color: #6d7b89;
}

h4.preFooterBoxTitle {
    color: #008268;
    font-weight: bold;
    font-size: 22px;
}
#preFooter h2 {
    color: #008268;
    border-bottom: 1px solid #a0aeb8;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: inline-block;
    padding-right: 20px;
}
/* Footer
-------------------------------------------------------------- */
#pageFooter{
    background-color: #fff;
    padding: 20px 0;
}
#footerMenu {
    border-bottom: 2px solid #f9f9f9;
}

#footerMenu ul {
    display: flex;
    width: 100%;
    padding-bottom: 15px;
    margin-left: 0;
    align-items: flex-start;
    justify-content: flex-start;

}
#footerMenu ul li {
    width: auto;
    margin-right: 18px;
}
/* #footerMenu ul li {
    display: table-cell;
    width: auto;
    text-align: center;
}
#footerMenu ul li:first-child{
	text-align:left
}
#footerMenu ul li:last-child{
	text-align:right
} */
#footerLogo {
    display: inline-block;
    float: left;
}

#footerText {
    display: inline-block;
    float: left;
}

#footer {
    padding: 40px 0;
}

#footer a {
    color: inherit;
}
#credits{
	text-align:right;
}
#credits img{
	width:220px;
}
/***********************************************************************************************************************
// MEDITERRANEAN
/**********************************************************************************************************************/
.stripeContainer.streamContainer.streamMediterranean {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 90px 0;
}

.mediterraneanPost {
    width: 30%;
    margin-right: 3%;
    margin-bottom: 90px;
}

.mediterraneanImage {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.mediterraneanStreamPost .blogName {
    font-weight: bold;
    margin: 15px 0;
}

.mediterraneanStreamPost h3 {
    font-size: 21px;
    margin-bottom: 17px;
}
.mediterraneanExcerpt {
    margin-bottom: 17px;
}
/***********************************************************************************************************************
// 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: 1440px) {
    div#homeHeader.mediterraneanHeader{
        height: 520px;
        background-size: contain;
    }
}

@media only screen and (max-width: 1366px) {
    body, #page{min-width: inherit;}
    .centralWrapper{width: 1120px; padding: 0 40px; }
    .filterInput input, .filterInput select{
        width: 130px;
    }
}
@media only screen and (max-width: 1200px) {
    body, #page{min-width: inherit;}
    .centralWrapper{width: 980px; padding: 0 22px; }
    div#homeHeader.mediterraneanHeader{
        height: 420px;
    }
    div#filters .flexContainer {
        flex-direction: column;
    }
    div#filters h5{
        margin-bottom: 2rem;
    }
    div#filters .flexContainer.filterButton{
        flex-direction: row;
    }
    .flexContainer.filtersContainer {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .filterInput {
        width: 100%;
    }
    .filterInput input, .filterInput select {
        width: 100%;
        box-sizing: border-box;
    }
    .filterButton.filterInput.flexContainer {
        align-items: flex-start;
    }
    .filterButton.filterInput.flexContainer {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }
    .filterInput.filterButton button {
        padding-left: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .centralWrapper{width: 90%; padding: 0 5%;}
    #main{margin-top: 80px;}
    #mainNav.navUp{top: -80px;}
    #mainNav{height: 80px;}
    #mainMenu{display: none;}
    #mobLink{display: inline-block; float: right;}
    #mainNavContainer{height: 60px; margin: 10px 0;}
    #mainLogo img{max-height: 60px; max-width: 250px;}
    /* 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;}
	.col12,
	.col13,
	.col23,
	.col34,
	.col14{
		width: 100%;
	}
	.pageTitle{
		width:calc(100% - 50px);
	}
	#mainLogoMobile img{
		height:60px;
	}
	/* Home
	-------------------------------------------------------------- */
	.newsStreamTitle .col14{
		display:none;
	}
	.home .newsSidebar{
	    margin-top: 40px;
	}
	/* Stream certificazioni
	-------------------------------------------------------------- */
	.singleCertTab {
	    margin: 20px;
	    width: calc(33.3% - 40px);
	}
	/* Stream legislazioni
	-------------------------------------------------------------- */
	#searchLegislazioni {
	    display: block;
		margin:40px 0;
	}
	.dataS, .area{
		float:left;
	}
	.datepicker {
	    padding: 5px 8px;
	    vertical-align: top;
	    -webkit-appearance: none;
	    border: 1px solid;
	    border-color: #ccc;
	    border-radius: 3px;
	}

	/* Stream Partners
	-------------------------------------------------------------- */
	.streamPartnersAll .streamPartners{
		width:calc(33% - 44px);
	}
	/* Stream fiere
	-------------------------------------------------------------- */
	.streamFiera {
	    width: 45%;
	}
	/* Archivio news
	-------------------------------------------------------------- */
	#sidebar {
	    position: relative;
	    width: calc(100% - 60px);
	    top: 0 !important;
	    margin-top: 60px;
	}
	h3.blogPostTitle {
	    font-size: 24px !important;
	}
	h3.oldNewsTitle {
	    font-size: 24px;
	}

	.oldNews .excerpt {
	    font-size: 16px !important;
	}
	.streamPartnersImage{
		width:150px;
	}
	/* Archivio convegni
	-------------------------------------------------------------- */
	.post-type-archive-convegno .archiveItemImage{
		background-size: contain;
	}
}
@media only screen and (max-width: 768px) {
    #mainNavMobile .mainLogoMob.menuLogo{width: 65%;}
    div#homeHeader.mediterraneanHeader{
        height: 280px;
    }
    .boxesContainer .box{padding: 20px 0!important;}
	#main {
	    margin-top: 120px;
	}
	.flexContainer {
	    flex-direction: column;
	}
	/* Header
	-------------------------------------------------------------- */
	.menuTxt{
		display:none;
	}

	#social, #langSwitcher, #search:not(input){
	    display: none;
	}
	#mobMenuAside{
		display:block;
	}
	div#homeHeader {
	    background-size: contain;
	    background-repeat: no-repeat;
	    background-position: center top;
	    height: 330px;
	}
	/* Stream certificazioni
	-------------------------------------------------------------- */
	.singleCertTab {
	    margin: 20px;
	    width: calc(50% - 40px);
	}
    /* Stream Settore
    -------------------------------------------------------------- */
    div#streamSettoriContainer{
        justify-content: center;
    }
    .settoreLoopIcon{
        width: 21%;
    }
    .settoriLoopTile{
        width:46%;
    }
    .settoriLoopRelated {
        width: 100%;
    }
	/* Stream news
	-------------------------------------------------------------- */
	.blogPost{
		height:auto;
	}
	.blogPostImage {
	    display: none;
	}

	.newsStreamPost {
	    width: calc(100% - 80px);
	}

	.postMobileImage {
	    display: block;
	    height: 150px;
		background-size: cover;
		background-position: center;
	}

	.newsStreamPost.centeredVertical {
	    top: 0;
	    transform: none;
	    margin-top: 40px;
	    margin-bottom: 40px;
	}
	/* Stream fiere
	-------------------------------------------------------------- */
	.streamFiera {
	    width: 100%;
	}
    /* Newsletter form
    -------------------------------------------------------------- */
    .flexContainer.newsletterForm {
        flex-direction: row;
    }

    .flexContainer.acceptanceContainer {
        flex-direction: row;
    }
    /* Mediterranean
	-------------------------------------------------------------- */
    .mediterraneanPost {
        width: 100%;
        margin-right: 0;
    }
	/* Footer
	-------------------------------------------------------------- */
	.preFooterBox {
	    margin: 20px 0;
	}

	.preFooterBoxInner {
	    width: 100%;
	}
	#pageFooter{
		height:auto;
	}
	#footerMenu{
		display:none;
	}
	#pageFooter .boxesContainer .box{
		overflow:hidden;
		text-align:center;
	}
	#footerLogo{
		float:none;
	}
	#credits {
	    text-align: center;
	}
	#credits img {
	    width: 200px;
	}
	/* Stream Certificazioni
	-------------------------------------------------------------- */
	.singleCertTab {
	    margin: 20px;
	    width: calc(100% - 40px);
	}
	/* Stream Legislazioni
	-------------------------------------------------------------- */
	.dataS, .area {
	    float: none;
	}

	div#searchLegislazioni {
	    display: inline-grid;
		width: 100%;
		margin: 20px 0;
	}

	.dataS, .area, span.cerca {
	    padding: 20px 0;
	}
	.singleLegTabInner div {
	    display: block;
	}

	.singleLegTabInner .col12.tableCenteredVertical {
	    text-align: left;
	    margin: 20px 0;
	}

	.singleLegTabInner h6 {
	    margin-bottom: 20px;
	}

	/* Single
	-------------------------------------------------------------- */
	.single #sidebar {
	    top: 0;
	}

}
@media only screen and (max-width: 767px) {
    div#homeHeader.mediterraneanHeader{
        background-size: 140%;
        background-position: 100% 0%;
    }
	#mainLogoMobile{
		display:inline-block;
	}
	#mainLogo{
		display:none;
	}
	#mobNav{
		padding-top:20px;
	}
	#mobNav ul li,#socialMobile .socialIcon, #langSwitcherMobile .qtheme_lang{
		margin:20px 0;
	}
	.streamPartnersAll .streamPartners{
		width:calc(50% - 44px);
	}
	.stripeAreaRiservata .reservedAreaBox{
		width:100%;
	}
}
@media only screen and (max-width: 480px) {
    #mainNavMobile .mainLogoMob.menuLogo{width: 75%;}
    .boxesContainer .box{padding: 5px 0!important;}

	div#homeHeader {
		height: 170px;
	}
    /* Stream Settori
        -------------------------------------------------------------- */
    div#streamSettoriContainer{
        padding-bottom:50px;
    }
    div#steamSettoriHighlight {
        display: block;
        padding-right: 5%;
        box-sizing: border-box;
        width: 95%;
        transform: none;
    }
    ul.slick-dots {
        display: flex !important;
    }

    ul.slick-dots button {
        display: none;
    }

    ul.slick-dots li {
        margin: 0 10px;
        transition: all 0.3s;
        color: #fff;
    }


    ul.slick-dots li.slick-active {
        color: #FFC700;
    }
    .settoriLoopHighlightContainer{
        flex-direction: row;
    }
    .stripeStreamSettoriicons .centralWrapper {
        padding: 0 0 0 5%;
        width: 95%;
    }
    .settoriLoopHighlight {
        width: 100%;
        margin-bottom: 30px;
        padding: 1rem 2rem;
    }
    .settoreLoopIcon {
        margin: 1rem;
        width: 200px;
    }
    .settoreLoopIconContainer {
        background-color: #fff;
        -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
        box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
        border-radius: 13px;
        width: 100%;
        padding: 1rem;
        box-sizing: border-box;
    }
    .settoreSubCats {
        display: block;
    }

    .settoreTitle {
        color: #FFC700;
        margin-top: 0;
    }

    .settoreIcon {
        box-shadow: none;
        margin-bottom: 1rem;
    }
    .settoriLoopHighlightDescription .settoreSubCatsName{
        display:block;
    }
    .settoriLoopHighlightDescription .settoriLoopHighlightDescriptionContent{
        display:none;
    }
    .settoreIcon svg {
        width: auto;
        height: 60px;
    }
    .settoriLoopTile{
        width:48%;
        margin:3% 1%;
    }
    .settoriLoopTileSubCats{
        display:none;
    }
	/* Stream Certificazioni
	-------------------------------------------------------------- */

	ul.ui-tabs-nav li {
	    padding: 5px 0;
	    display: list-item;
	    list-style: none;
	    font-size: 16px;
	}
	.streamPartnersAll .streamPartners{
		width:calc(100% - 44px);
	}
	.post-type-archive-convegno .archiveItemImage{
		height:200px;
		background-size: contain;
	}
    /* Single Settore
        -------------------------------------------------------------- */
    .settoreSingle div#settoreDescription {
        padding: 80px 5%;
        box-sizing: border-box;
    }
    div#subcatFilters {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .subcatFilter {
        margin-bottom: 10px;
        padding-bottom: 5px;
        margin-left:0;
    }
    h3.settoriCertsTitle {
        margin-bottom: 2rem;
    }
    .certLoop .flexContainer {
        display: block;
    }

    .certLoop .flexContainer > div {
        width: 100% !important;
        text-align: left;
    }

    .certLoop .btn.certBtn {
        padding: 15px 13px;
    }

    .certImage:after {
        display: none;
    }

    .certLoop .certImage {
        padding: 15px 20px !important;
    }

    .certLoop .certTitle {
        padding: 10px 20px;
    }
    /* Mediterranean
	-------------------------------------------------------------- */
    div#homeHeader.mediterraneanHeader{
        height: 200px;
    }
}
@media only screen and (max-width: 320px) {
	div#homeHeader {
	    height: 130px;
	}
}
