/*
Theme name: Q Theme
Theme url: http://www.craq.it
Version: 9.0
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: 'Montserrat', sans-serif; font-size: 16px; line-height: 1.4em; color: #000000; 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: 10px 0;}
table{width: 100%;}
td{padding: 10px;}
a{color:#36a9e1; text-decoration: none; transition: 0.5s ease;}
a i{transition: 0.5s ease;}
a:hover{color: #36a9e1;}

/* Structure & Globals
-------------------------------------------------------------- */
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;
}
.colsWrapper{
    display: flex;
    justify-content: space-between;
}
.leftCol{
    width: 60%;
}
.rightCol{
    width: 30%;
}
#main{
    margin-top: 100px;
    display: block;
}
#loadingWrapper{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
#loadingWrapper img{
    width: 70px;
    height: auto;
}

/* Entry Content
------------------*/
.entryContent h1, .entryContent h2, .entryContent h3,
.entryContent h4, .entryContent h5, .entryContent h6 {
    margin: 40px 0 20px;
}
.entryContent p{
    margin: 15px 0;
}
.entryContent p:first-of-type{
    margin-top: 0;
}
.entryContent img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px 0;
}
.entryContent img.aligncenter{
    margin: 10px auto;
}
.entryContent img.alignleft{
    float: left;
    margin-right: 20px;
}
.entryContent img.alignright{
    float: right;
    margin-left: 20px;
}
.entryContent ol, .entryContent ul{
    margin-left: 20px;
}
.entryContent ul li{
    list-style: disc;
}
.entryContent ol li{
    list-style: decimal;
}
.entryContent .gallery-item{
    box-sizing: border-box;
    padding: 0 10px;
    overflow: hidden;
}
.entryContent .gallery-item img{
    border:none!important;
}

/* 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 );
}
.hidden{
    display: none;
}
.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);
}
.shadowHover: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);
    color: inherit!important;
    transition: 0.3s ease;
}
.round{
    width: 55px;
    height: 55px;
    -webkit-border-radius: 55px 55px 55px 55px;
    border-radius: 55px 55px 55px 55px;
}
.imgMaxWidth{
    max-width: 100%;
    height: auto;
}
.blue {
    color: #36a9e1;
}
.left{
    float: left;
}
.right{
    float: right;
}

/* Button & Material Design
------------------*/
.button{
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    background: none;
    border: 2px solid #000000;
    padding: 15px 50px;
}
.button:hover{
    color: #36a9e1;
}
.arrowButton{
    color: #000000;
    cursor: pointer;
    padding-left: 25px;
    display: inline-block;
    position: relative;
    transition: 0.5s ease;
    text-transform: uppercase;
}
.arrowButton:before{
    font-family: "Material Icons";
    content: "\e5cc";
    position: absolute;
    left: 0;
    color: #000000;
    transition: 0.5s ease;
}
.arrowButton:hover, .arrowButton:hover:before{
    color: #36a9e1;
}
.materialButton{
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    padding: 10px 20px;
    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);
    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);
}
.materialButton: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);
}
.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
------------------*/
.flexContainer{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}


/***********************************************************************************************************************
// COOKIES POLICY
/**********************************************************************************************************************/
#cookieBanner{
    background: #000000;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    font-size: 14px;
    line-height: 1.4em;
}
#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-color: #ffffff;
    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;
    border-bottom: 1px solid #cccccc;
}
#mainNav.navUp{
    top: -120px;
}
#mainNav.navDown{
    top: 0;
}
#mainNavContainer{
    height: 70px;
    margin: 25px auto;
    position: relative;
    display: flex;
}
#mainNavContainer .flexContainer{
    align-items: center;
}
#mainLogo {
    flex-basis: 300px;
}
#mainMenu {
    text-align: right;
    padding-left: 40px;
    flex-grow: 1;
}
#mainLogo img{
    max-width: 100%;
    max-height: 70px;
    display: block;
}
.menu li{
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}
.menu li a{
    color: #000000;
    font-size: 24px;
}
.menu li a:hover{
    color: #36a9e1;
}

/* Mobile Menu
------------------*/
#mobLink{
    flex-grow: 1;
    text-align: right;
}
#mobLink .inside{
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
}
#mobLink i{
    color: #000000;
    font-size: 48px;
    cursor: pointer;
    margin-left: 10px;
}
#mobNav{
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    background: #ffffff;
    -webkit-box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.3);
    z-index: 99999;
    width: 400px;
    text-align: right;
    box-sizing: border-box;
    overflow-y: scroll;
    display: none;
}
#mobNav .inside{
    display: inline-block;
    width: 100%;
    padding: 80px 80px 80px 50px;
    box-sizing: border-box;
}
#mobNav .close{
    font-size: 46px;
    cursor: pointer;
    margin: 20px 0;
}
#mobNav .close:hover{
    color: #36a9e1;
}
#mobNav ul{
    margin: 0;
}
#mobNav li{
    display: block;
    font-size: 28px;
    margin: 25px 0;
}
#mobNav li a{
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
}
#mobNav li a:hover{
    color: #36a9e1;
}
#mobNav .siteSwitch{
    margin-top: 50px;
    padding-top: 50px;
    border-top: #b0bfc7 1px solid;
}
#mobNav .siteSwitch .title{
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px;
}

/***********************************************************************************************************************
// QTHEME GALLERY
/**********************************************************************************************************************/
.galleryContainer {
    position: relative;
}
.qthemeWpGallery.default{
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.qthemeWpGallery.default .imageWpWrapper{
    margin-bottom: 50px;
}
.qthemeWpGallery.default.col1 .imageWpWrapper{width: 100%;}
.qthemeWpGallery.default.col2 .imageWpWrapper{width: 48%; margin-right: 4%;}
.qthemeWpGallery.default.col3 .imageWpWrapper{width: 32%; margin-right: 2%;}
.qthemeWpGallery.default.col4 .imageWpWrapper{width: 23.5%; margin-right: 2%;}
.qthemeWpGallery.default.col5 .imageWpWrapper{width: 18.8%; margin-right: 1.5%;}
.qthemeWpGallery.default.col6 .imageWpWrapper{width: 15.83%; margin-right: 1%;}
.qthemeWpGallery.default .imageWpWrapper.last{margin-right: 0;}
.qthemeWpGallery.slider{
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 40px;
}
.qthemeWpGallery.slider .imageWpWrapper {
    display: inline-block;
    margin-right: 25px;
}
.qthemeWpGallery .imageCover{
    height: 0;
    padding: 30% 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.qthemeWpGallery .caption{
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.1em;
}
.qthemeSlickNavigator{
    position: relative;
    display: flex;
    align-items: center;
}
.qthemeSlickNavigator .slick-next, .qthemeSlickNavigator .slick-prev{
    width: inherit;
    height: inherit;
    top: inherit;
    position: relative;
    left: inherit;
    right: inherit;
}
.qthemeSlickNavigator .slick-next:before, .qthemeSlickNavigator .slick-prev:before{
    font-family: 'Material Icons';
    content: '\e314';
    font-size: 24px;
    color: #212121;
    transform: none;
}
.qthemeSlickNavigator .slick-next:before{
    content: '\e315';
}

/***********************************************************************************************************************
// QTHEME FORM
/**********************************************************************************************************************/
.qthemeForm input[type=text],
.qthemeForm input[type=password],
.qthemeForm input[type=email],
.qthemeForm input[type=tel],
.qthemeForm input[type=url],
.qthemeForm textarea,
.simpleselect .placeholder{
    border: none;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    width: 100%;
    cursor: text;
}
.qthemeForm input.required,
.qthemeForm input.wpcf7-validates-as-required,
.qthemeForm .simpleSelect.required{
    background-image: url(img/required.png);
    background-repeat: no-repeat;
    background-position: 99% center;
    background-size: 5px 5px;
}
.qthemeForm input:not([type=submit]):focus,
.qthemeForm textarea:focus{
    border-bottom: 1px solid #36a9e1;
}
.qthemeForm .qthemeFieldCheckbox input,
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;
}
.qthemeForm .qthemeFieldCheckbox input + label,
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;
    vertical-align: middle;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}
.qthemeForm .qthemeFieldCheckbox input:checked + label,
input[type=checkbox].qthemeFormCheckbox:checked + label.qthemeFormCheckboxLabel {
    background-position: 0 -20px;
}
.qthemeForm .qthemeFieldCheckbox label,
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;
}
.qthemeForm .qthemeCheckboxWrapper{
    border: none;
    padding: 10px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    width: 100%;
    cursor: text;
    color: #cccccc;
}
.qthemeForm .qthemeCheckboxWrapper label{
    margin-right: 20px;
}
.qthemeForm .qthemeCheckboxHidden .wpcf7-list-item{
    display: none;
}
.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: 5px;
    cursor: pointer;
}
.simpleselect .placeholder:hover{
    background: none;
}
.simpleselect .options{
    width: 100%;
}
.simpleselect .option:hover{
    background: #36a9e1!important;
}
::-webkit-input-placeholder {
    color: #cccccc;
}
:-moz-placeholder {
    color: #cccccc;
}
::-moz-placeholder {
    color: #cccccc;
}
:-ms-input-placeholder {
    color: #cccccc;
}
div.wpcf7 .ajax-loader {
    background-image: url('img/load.gif');
    background-size: contain;
    background-position: center center;
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

/* Form Fields
-------------------------------------------------------------- */
.qthemeFormMessage{
    color: #d02d26;
    margin: 10px 0;
}
.qthemeFormMessage.success{
    color: green;
}
.qthemeField{
    margin: 20px 0;
}

/* Contact Form 7
-------------------------------------------------------------- */
span.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 3px;
    color: #d02d26;
}
div.wpcf7-response-output {
    margin: 25px 0;
    padding: 0;
}
div.wpcf7-validation-errors{
    border: none;
    color: #d02d26;
}
div.wpcf7-mail-sent-ok{
    border:none;
    color: green;
}
.wpcf7-submit{
    margin-top: 40px;
}

/***********************************************************************************************************************
/* STRIPE CSS
/**********************************************************************************************************************/
/* Globals
------------------------------------------*/
.stripe{
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: #000000;
}
.stripe.mobileView{
    display: none;
}
.stripe .overlay{
    z-index: 1;
}
.stripe.topBorder{
    border-top: 1px solid #cccccc;
}
.stripe.bottomBorder{
    border-bottom: 1px solid #cccccc;
}
.stripe.allBorder{
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.stripe .centralWrapper{
    position: relative;
    z-index: 3;
}
.stripe .stripeTitle{
    margin-top: 0;
    margin-bottom: 50px;
}
.stripe.whiteText, .stripe.whiteText .button,
.stripe.whiteText .box .title, .stripe.whiteText .stripeTitle{
    color: #ffffff!important;
}
.stripe.whiteText .button{
    border: 2px solid #ffffff!important;
}

/* Stripe Content Grid
------------------------------------------*/
.stripe.noPadding{
    padding: 0;
}
.stripe .boxesContainer{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.stripe.leftStripeTitleHorizontalAlign .stripeTitle,.stripe.singleLeftStripeTitleHorizontalAlign .stripeTitle{text-align: left;}
.stripe.centerStripeTitleHorizontalAlign .stripeTitle,.stripe.singleCenterStripeTitleHorizontalAlign .stripeTitle{text-align: center;}
.stripe.rightStripeTitleHorizontalAlign .stripeTitle,.stripe.singleRightStripeTitleHorizontalAlign .stripeTitle{text-align: right;}
.stripe.stripeSingle.singleLeftStripeTitleHorizontalAlign .stripeTitle,
.stripe.stripeSingle.singleCenterStripeTitleHorizontalAlign .stripeTitle,
.stripe.stripeSingle.singleRightStripeTitleHorizontalAlign .stripeTitle{
    display: flex;
}
.stripe.stripeSingle.leftHorizontalAlign .stripeTitle,
.stripe.leftHorizontalAlign .boxesContainer{
    justify-content: flex-start;
}
.stripe.stripeSingle.centerHorizontalAlign .stripeTitle,
.stripe.centerHorizontalAlign .boxesContainer{
    justify-content: center;
}
.stripe.stripeSingle.rightHorizontalAlign .stripeTitle,
.stripe.rightHorizontalAlign .boxesContainer{
    justify-content: flex-end;
}
.stripe.stripeMultiple.adaptiveHorizontalAlign .boxesContainer {
    justify-content: space-between;
}
.stripe.topVerticalAlign .boxesContainer{
    align-items: flex-start;
}
.stripe.middleVerticalAlign .boxesContainer{
    align-items: center;
}
.stripe.bottomVerticalAlign .boxesContainer{
    align-items: flex-end;
}
.stripe.leftJustify .box .icon,
.stripe.leftJustify .box .title,
.stripe.leftJustify .box .content,
.stripe.leftJustify .box .buttonsContainer{
    text-align: left;
}
.stripe.centerJustify .box .icon,
.stripe.centerJustify .box .title,
.stripe.centerJustify .box .content,
.stripe.centerJustify .box .buttonsContainer{
    text-align: center;
}
.stripe.rightJustify .box .icon,
.stripe.rightJustify .box .title,
.stripe.rightJustify .box .content,
.stripe.rightJustify .box .buttonsContainer{
    text-align: right;
}
.boxesContainer .box.col1,.stripe.stripeSingle .stripeTitle .col1{width:100%;}
.boxesContainer .box.col12,.stripe.stripeSingle .stripeTitle .col12{width:48%;}
.boxesContainer .box.col13,.stripe.stripeSingle .stripeTitle .col13{width:30.6%;}
.boxesContainer .box.col14,.stripe.stripeSingle .stripeTitle .col14{width:22%;}
.boxesContainer .box.col23,.stripe.stripeSingle .stripeTitle .col23{width:65.4%;}
.boxesContainer .box.col34,.stripe.stripeSingle .stripeTitle .col34{width:74%;}

/* Stripe Content Boxes
------------------------------------------*/
.stripe.stripeNoPaddingBottom{
    padding-bottom: 30px;
}
.stripeContent .box{
    margin-bottom: 50px;
    margin-left: 4%;
}
.stripeContent .box .title{
    text-transform: uppercase;
    font-weight: bold;
}
.stripeContent .boxesContainerBox1 .box{
    margin-bottom: 0;
}
.stripeContent .box.openLine, .stripeContent.adaptiveHorizontalAlign .box{
    margin-left: 0;
}
.stripeContent .box.boxRow1{
    margin-bottom: 0;
}
.boxesContainer .box > *:not(:last-child){
    margin: 30px 0;
}
.boxesContainer .box > *:first-child{
    margin-top: 0;
}
.boxesContainer .box .icon i{
    font-size: 48px;
}
.boxesContainer .box img{
    max-width: 100%;
    height: auto;
}

/* Image Box
--------------------*/
.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);
}
.tile a{
    color: #000000;
}
.tile .tileImage {
    flex-grow: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tile .tileTitle  {
    flex-basis: auto;
    width: 100%;
    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: 20px;
    background: #ffffff;
}
.imageWrapper .inside{
    flex-direction: column;
    height: 100%;
}
.imageWrapper.normal{
    position: relative;
}
.imageWrapper.normal .lightboxOpen{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
}
.lightboxOpen{
    text-align: center;
    font-size: 48px;
    flex-basis: auto;

}
.lightboxOpen i{
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    opacity: 0.8;
    padding: 16px;
    border-radius: 40px 40px 40px 40px;
    -moz-border-radius: 40px 40px 40px 40px;
    -webkit-border-radius: 40px 40px 40px 40px;
}
.lightboxOpen i,
.box:hover .lightboxOpen.dark i{
    color: #000000;
    background: #cccccc;
}
.lightboxOpen.dark i,
.box:hover .lightboxOpen i{
    background: #000000;
    color: #cccccc;
}

/* Stripe Slideshow
------------------------------------------*/
.stripeSlide{
    padding: 0;
}
.slideWrapper {
    height: 500px;
}
.slideWrapper.slick-dotted.slick-slider{
    margin: 0;
}
.slideWrapper .slideItem{
    height: 500px;
    width: 100%;
    display: inline-block;
}
.slideWrapper .slick-prev{
    left: 3%;
    z-index: 9;
}
.slideWrapper .slick-next{
    right: 2%;
    z-index: 9;
}
.slideWrapper .slick-prev,
.slideWrapper .slick-next {
    transition: 0.5s ease;
    opacity: 0;
    transform: none;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
}
.slideWrapper .slick-prev svg,
.slideWrapper .slick-next svg{
    fill: #ffffff;
    width: 30px;
    height: 30px;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    transition: 0.5s ease;
}
.slideWrapper:hover .slick-prev,
.slideWrapper:hover .slick-next{
    opacity: 1;
}
.slideWrapper:hover .slick-prev:hover svg,
.slideWrapper:hover .slick-next:hover svg{
    background: #000000;
}
.slideWrapper .slick-prev::before,
.slideWrapper .slick-next::before{
    display: none;
}
.slideWrapper .caption{
    background: rgba(0,0,0,0.7);
    color: #ffffff;
    padding: 40px 30px 20px;
    max-width: 400px;
    position: absolute;
}
.slideWrapper .caption .title{
    color: #ffffff;
    font-size: 24px;
}
.slideWrapper .caption .content{
    font-size: 15px;
    line-height: 1.2em;
    margin: 20px 0;
}
.slideWrapper .caption .button{
    color: #ffffff;
}
.slideWrapper .caption .button:hover{
    color: #36a9e1;
}
.slideWrapper .slick-dots{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: rgba(0,0,0,0.7);
    padding: 10px 20px;
    width: auto;
    height: auto;
    line-height: 0;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}
.slideWrapper .slick-dots li{
    width: auto;
    height: auto;
    margin: 0 3px;
}
.slideWrapper .slick-dots li button{
    width: 5px;
    height: 5px;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    background: #cccccc;
    cursor: pointer;
    transition: 0.3s ease;
    line-height: 1em;
}
.slideWrapper .slick-dots li button:hover,
.slideWrapper .slick-dots li.slick-active button{
    background: #36a9e1;
}
.slideWrapper .slick-dots li button::before{
    display: none;
}

/***********************************************************************************************************************
// PAGES STANDARD STYLE
/**********************************************************************************************************************/
/* Page / Single Standard
-------------------------------------------------------------- */
.pagePadding{
    padding: 50px 0;
}
.pageTitle {
    margin: 30px auto;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    color: #36a9e1;
    font-weight: bold;
}
.mainTitle{
    text-transform: uppercase;
    font-weight: bold;
}
.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;
}

/***********************************************************************************************************************
// ACTiviTY STYLE
/**********************************************************************************************************************/
/* Archive
-------------------------------------------------------------- */
.actArchFilter{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
}
.actArchFilter h2{
    margin: 30px 0;
}
.actFilter{
    display: flex;
    justify-content: space-between;
}
.actFilter > div{
    width: 45%;
}
.actFilter .dashItemRows .label{
    margin-bottom: 10px;
}
.dataFilter{
    cursor: pointer;
}
.data.text.active, .data.text:hover{
    color: #e30613;
}
.data.disc.active, .data.disc:hover{
    background: #e30613;
}
/* Loop
-------------------------------------------------------------- */
.actLoop {
    margin-top: 40px;
    position: relative;
}
.act{
    width: 22%;
    margin: 1.5%;
    float: left;
    z-index: 1;
    position: relative;
}
.actImage{
    width: 100%;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
}
.actText {
    color: #FFFFFF;
    background: #e30613;
    box-sizing: border-box;
    padding: 25px;
    width: 100%;
    height: 90px;
    line-height: 1.3em;
    overflow: hidden;
}
.actText h5{
    font-size: 15px;
    line-height: 1.2em;
}
.actTextHover {
    display: none;
    height: inherit;
    width: 150%;
    background: #36a9e1;
}
.actTextHover .title, .actTextHover .description{
    margin-bottom: 10px;
}
.actTextHover .spec > div {
    margin: 3px 0;
}
.act:hover:not(.nohover){
    z-index: 9;
}
.act:hover:not(.nohover) .actImage{
    width: 150%;
    height: 220px;
    z-index: 9;
}
.act.last:hover:not(.nohover) .actImage, .act.last .actTextHover {
    position: relative;
    left: -50%;
}
.act:hover:not(.nohover) .actText {
    display: none;
}
.act:hover:not(.nohover) .actTextHover {
    display: block;
}
/* Single
-------------------------------------------------------------- */
/* Header
--------------------------- */
.actTitle{
    font-weight: bold;
}
.dashBanner {
    background: #F2F2F2;
    padding: 30px 0 20px;
}
.dashBanner .left,
.actFilter .left{
    width: 60%;
}
.dashBanner .right{
    width: 30%;
}
.actFilter .right{
    width: 40%;
}
.dashItem{
    font-size: 1.8em;
    margin: 10px 0;
}
.dashItem:before {
    content: "";
}
.dashItem .label, .dashItem .data {
    vertical-align: middle;
    display: inline-block;
    line-height: 0;
}
.dashItem .data {
    margin: 5px 15px 5px 0;
}
.dashItem .data.text{
    line-height: 1em;
}
.dashItem .label{
    color: #808080;
    margin-right: 30px;
}
.dashItem .logoPrt{
    height: 35px;
    width: auto;
    line-height: 0;
}
.dashItemRows{
    line-height: 0.7em;
}
.dashItemRows .label{
    display: inline-block;
    line-height: 1em;
    margin-bottom: 5px;
    width: 100%;
}
.dashItemRows .data{
    font-size: 0.5em;
}
.button.tags{
    margin: 0 15px 15px 0;
}
.disc{
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 50px;
    height: 50px;
    line-height: 1.2em;
    position: relative;
    text-align: center;
    width: 50px;
    color: #FFFFFF;
    margin-right: 10px;
}
.disc > span {
    position: relative;
    top: 24px;
}
.disc.discBlue {
    background: #e30613;
}
.disc.noOver:hover{
    background: #e30613;
}
.disc.discLang{
    border-radius: 60px;
    height: 60px;
    width: 60px;
}
.disc.discLang > span {
    top: 27px;
}
.disc.discLang.active,
.disc.discLang:hover {
    background: #e30613;
}
/* Slide
--------------------------- */
.actSlider .slideWrapper {
    width: 100%;
    height: 380px;
    position: relative;
    overflow: hidden;
}
.slide {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}
.slide.first{
    display: block;
}
.actSlider .slideSelector {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    cursor: inherit;
    float: inherit;
    height: auto;
    margin: 0;
    position: absolute;
    top: 45%;
    width: 100%;
}
.slide > img {
    width: 100%;
    background-position: center center;
}
.actSlider .slideSelector{
    display: flex;
    justify-content: space-between;
    z-index: 5;
}
.discSel{
    margin: 0 20px;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    cursor: pointer;
    opacity: 0.5;
}
.discSel:hover{
    background: #E30513;
    opacity: 1;
}
.discSel > span {
    top: 15px;
}
/* Sections
--------------------------- */
.actLangBanner{
    margin-bottom: 25px;
}
.actSection{
    border-top: 1px solid #CCCCCC;
    margin-top: 25px;
    padding-top: 25px;
}
.actStructure{
    margin-top: 30px;
}
.movieBlock{
    display: inline-block;
    margin: 20px 0;
    width: 100%;
}
/* Resources
--------------------------- */
.partnerContactLink{
    float: left;
    color: #E30513;
    padding: 15px 30px;
    border: 2px solid #E30513;
    font-weight: bold;
}
.partnerContactLink:hover{
    border-color: #000000;
    color: #000000;
}
.partnerContactText{
    float: left;
    line-height: 1.2em;
    margin-left: 20px;
    margin-top: 8px;
    width: 150px;
}
.actAmbassadorImg{
    float: left;
}
.actAmbassadorText{
    float: left;
    line-height: 1.2em;
    margin-left: 20px;
    margin-top: 10px;
    width: 250px;
}
.actAmbassadorText a{
    color: #E30513;
    position: relative;
    top: 3px;
}
.actAmbassadorText a:hover{
    color: #000000;
}
.widgetSidebar {
    margin-bottom: 50px;
}
.socialSidebar{
    margin-bottom: 0px;
}
.resRow{
    display: table;
    margin: 10px 0;
}
.resIco{
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}
.resDesc{
    display: table-cell;
    vertical-align: middle;
}
.resRow a {
    display: table;
    color: #CCCCCC;
    font-size: 1.5em;
}
.resIco img{
    background: #CCCCCC;
}
.resRow a:hover{
    color: #E30513;
}
.resRow a:hover .resIco img{
    background: #E30513;
}
.choosePartner{
    display: inline-block;
    line-height: 0;
    margin: 15px;
    margin-left: 0;
}
.choosePartner img{
    height: 50px;
}
/* Framework
--------------------------- */
.actFramework{
    border-top: 1px solid #cccccc;
    margin-top: 25px;
    padding-top: 25px;
}
.actFramework .pageTitle{
    color: #FFFFFF;
    font-size: 1.5em;
    background: #69D2E7;
    padding: 20px 10px;
    font-weight: bold;
    text-align: center;
}
.frameworkOpen{
    cursor: pointer;
    color: #69D2E7;
    font-size: 1.2em;
    font-weight: bold;
}
.frameworkOpen:hover{
    color: inherit;
}
#framework{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    left: 0;
    top: 0;
    text-align: center;
    display: none;
    z-index: 999;
    overflow: auto;
    font-size: 12px;
    line-height: 1.1em;
}
.frameworkWrapper{
    display: block;
    margin: 30px auto auto;
    width: 800px;
}
.frameworkWrapper .rowWide{
    width: 100;
}
.frameworkWrapper .rowWide .cell{
    padding: 15px;
    text-align: center;
    color: #FFFFFF;
    background: #69D2E7;
}
.frameworkWrapper .titleWrapper{
    width: 20%;
    float: left;
}
.frameworkWrapper .cellWrapper{
    width: 80%;
    float: left;
}
.frameworkWrapper .cellUp{
    text-transform: uppercase;
    font-weight: bold;
}
.frameworkWrapper .cell{
    padding: 5px;
    border: 2px solid rgba(0,0,0,0.8);;
    box-sizing: border-box;
    display: table;
    width: 100%;
}
.frameworkWrapper .cell span{
    vertical-align: middle;
    display: table-cell;
}
.frameworkWrapper .titleWrapper .cell{
    color: #FFFFFF;
    background: #69D2E7;
    text-align: left;
    padding-right: 20px;
    padding-left: 10px;
}
.frameworkWrapper .cellWrapper .cell {
    float: left;
    text-align: center;
    background: #EEEDF0;
}
.frameworkWrapper .cellWrapper .cell.active{
    background: #E30513;
    color: #FFFFFF;
}
.frameworkWrapper .cellWrapper .cell6,.frameworkWrapper .cellWrapper .cell12{width: 16.66%;}
.frameworkWrapper .cellWrapper .cell5{width: 20%;}
.frameworkWrapper .cellWrapper .cell4{width: 25%;}
.frameworkWrapper .cellWrapper .cell3{width: 33.33%;}
.row.aim .cell{height: 60px;}
.row.key .cell{height: 60px;font-weight: bold; text-transform: uppercase;}
.row.key .subcontent{display: inline-block; font-size: 0.7em; font-weight: normal;width: 100%;text-transform: capitalize;}
.row.areas_learning .cell{height: 80px;}
.row.learning_outcomes .cell{height: 50px;}
.row.learning_outcomes .titleWrapper .cell{height: 100px;}
.row.experiences .cell{height: 50px;}
.row.experiences .titleWrapper .cell{height: 100px;}
.row.lifelong_learning .cell{height: 60px;text-transform: uppercase;}
.row.life_work .cell{height: 60px;text-transform: uppercase;}

/***********************************************************************************************************************
// MOVIE STYLE
/**********************************************************************************************************************/
/* Single
-------------------------------------------------------------- */
.movieSingle h2,
.actSingle h2{
    margin: 30px auto;
}
.movieSingle header{
    margin-bottom: 30px;
}
.movieTrailer iframe{
    width: 100%;
    height: 350px;
}
.movieMainTitle.pageTitle {
    margin-bottom: 5px;
}
.movieSingle{
    margin-top: 30px;
}
.movieTitlesLink{
    cursor: pointer;
    display: inline-block;
}
.movieTitlesLink:hover{
    color: #E30513;
}
.movieText {
    margin: 30px 0;
}
.movieInfoBlock{
    margin: 10px 0;
}
.movieInfo .label{
    font-weight: bold;
    margin-right: 5px;
}
.alternativeTitlesWrapper{
    height: 20px;
    overflow: hidden;
}
.alternativeTitles{
    background: #F2F2F2;
    padding: 10px 25px;
    margin: 10px 0;
}
.movieTrailer.image{
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.movieTrailer .player{
    background: #69D2E7;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    padding: 15px 25px 13px 30px;
    position: absolute;
    transform: translate(-50%, -50%);
}
.movieTrailer:hover .player{
    background: rgba(0,0,0,0.7);
}
.movieTrailer.image a img{
    width: 100%;
    height: auto;
}
.embedWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embedWrapper iframe,
.embedWrapper object,
.embedWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Loop
-------------------------------------------------------------- */
.movieBlock{
    display: inline-block;
    margin: 20px 0;
    width: 100%;
    border: 2px solid #b3b3b3;
}
.movieBlock a{
    color: inherit;
    display: flex;
}
.thumbnail {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 280px;
    width: 25%;
    opacity: 0.7;
}
.movieBlock a:hover .thumbnail{
    opacity: 1;
}
.movieSpec {
    width: 75%;
    box-sizing: border-box;
    padding: 20px;
    min-height: 280px;
}
.movieSpec header {
    border-bottom: 1px solid #CCCCCC;
}
.movieSpec .entryContent {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4em;
}
.movieSpec h4{
    margin-bottom: 10px;
}
.movieSpec .genre {
    margin-top: 15px;
}
.movieDash{
    color: #e30613;
    padding: 10px;
    padding-left: 0;
}
.movieDash > span {
    display: inline-block;
    margin-right: 30px;
}
.movieDash .text{
    bottom: 5px;
    position: relative;
}

/***********************************************************************************************************************
// AGE CLASS
/**********************************************************************************************************************/
/* Loop
-------------------------------------------------------------- */
.ageClassWrapper{
    display: flex;
    flex-wrap: wrap;
}
.ageBlock{
    width: 48%;
    margin-bottom: 60px;
}
.ageBlock:nth-child(2n) {
    margin-left: 4%;
}
.ageBlock h2{
    margin-bottom: 20px;
}
.ageBlock img{
    max-width: 100%;
}
.ageBlock .stripeButton {
    color: #4D4D4D;
    border: 1px solid #4D4D4D;
    cursor: pointer;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 20px;
}

/***********************************************************************************************************************
// READINGS
/**********************************************************************************************************************/
/* Loop
-------------------------------------------------------------- */
.pressWrapper{
    margin: 30px 0;
}
.pressTitle{
    padding: 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    border: 2px solid #b2b2b2;
}
.pressTitle .left{
    width: 75%;
    font-size: 14px;
    line-height: 1.2em;
}
.pressTitle .right{
    width: 20%;
}
.pressTitle h4{
    font-weight: bold;
    text-transform: uppercase;
}
.pressTitle:hover {
    background: #e30613;
}
.pressList{
    display: none;
}
.pressTitle.active,
.pressTitle:hover{
    background: #e30613;
    color: #ffffff;
}
.pressTitle.active h4,
.pressTitle:hover h4{
    color: #ffffff!important;
}
.filesInfo h4{
    display: inline-block;
}
.fileLink{
    position: relative;
}
.fileLink a{
    margin: 10px 0;
    padding: 10px 1.5%;
    display: block;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    width: 97%;
    left: 0;
    top: 0;
    border: 2px solid #b2b2b2;
}
.fileLink a:hover{
    background: #e30613;
    color: #ffffff;
}
.fileLink img{
    margin-right: 15px;
}
.fileLink .fileName {
    position: relative;
    bottom: 6px;
    font-size: 1.2em;
}

/***********************************************************************************************************************
// PARTNERS
/**********************************************************************************************************************/
/* Single
-------------------------------------------------------------- */
.partnerBanner{
    height: 400px;
    margin-bottom: 50px;
}
.userSingle h2{
    margin-bottom: 40px;
}

/***********************************************************************************************************************
// WORKSHOP
/**********************************************************************************************************************/
/* Single
-------------------------------------------------------------- */
.singleWorkshop .subtitle, .singleWorkshop .place, .singleWorkshop .date{
    font-size: 21px;
}
.singleWorkshop .place, .singleWorkshop .date{
    color: #000000!important;
}
.singleWorkshop .metadata{
    margin-bottom: 40px;
}
.singleWorkshop  .workshopCover{
    height: 450px;
    margin-bottom: 40px;
}
.workshopParTitle{
    font-size: 21px;
    color: #000000!important;
    margin-bottom: 25px;
}
.programDay{
    margin: 40px 0;
}
.programPlace{
    display: flex;
    font-weight: bold;
    align-items: center;
    margin-bottom: 25px;
}
.programPlace i{
    margin-right: 5px;
}
.workshopResources .resource a{
    display: flex;
    align-items: center;
    font-weight: bold;
    padding: 20px 5px;
    border-bottom: 1px solid #b0bfc7;
}
.workshopResources .resource:first-child a{
    border-top: 1px solid #b0bfc7;
}
.workshopResources .resource a i{
    margin-right: 10px;
    transition: none;
}
.workshopResources .resource a:hover{
    color: #ffffff!important;
}

/* Loop
-------------------------------------------------------------- */
.workshopLoop{
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #cccccc;
}
.workshopLoop:nth-child(1) {
    border: none;
    padding-top: 0;
}
.workshopBlock{
    padding: 50px;
    position: relative;
}
.workshopBlock .opacity{
    background: rgba(0,0,0,0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.workshopBlock .blockText{
    position: relative;
    z-index: 2;
    width: 50%;
}
.workshopBlock .blockText h2{
    line-height: 1.5em;
    margin-top: 25px;
}
.workshopBlock .mainTitle{
    color: #ffffff!important;
}
.descriptionWrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.descriptionWrapper .leftWrapper{
    width: 60%;
    padding-left: 50px;
}
.descriptionWrapper .rightWrapper{
    padding-right: 50px;
}
.descriptionWrapper .title{
    margin-bottom: 20px;
}

/***********************************************************************************************************************
// FOOTER STYLE
/**********************************************************************************************************************/
/* Footer
-------------------------------------------------------------- */
.footerTop{
    padding: 80px 0;
    border-top: 1px solid #b0bfc7;
}
.footerTop .flexContainer{
    align-items: center;
}
.footerTop .logoWrapper{
    margin-bottom: 30px;
}
.footerTop .footerLeft{
    width: 40%;
    margin-right: 10%;
}
.footerTop .footerRight{
    width: 50%;
}
.footerTop .footerTitle{
    font-size: 36px;
    line-height: 0.7em;
    margin-bottom: 15px;
}
.footerTop .switchLink{
    margin: 25px 0;
}
.footerTop .footerLeft .text{
    font-size: 13px;
    line-height: 1.3em;
}
.footerTop .pageTitle{
    font-size: 36px;
}
.footerTop .footerPartners{
    display: flex;
    flex-wrap: wrap;
}
.footerTop .footerPartner{
    width: 23%;
    margin-right: 2.5%;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.footerTop .footerPartner:nth-child(4n){
    margin-right: 0;
}
.footerTop .footerPartner img{
    max-width: 100%;
}
.footerBottom{
    background-color: #000000;
    padding: 20px 0;
}
.footerBottom .inside{
    justify-content: space-between;
    align-items: center;
}
.footerBottom .arrowButton,
.footerBottom .arrowButton:before{
    color: #ffffff;
    margin-right: 80px;
}
.footerBottom .arrowButton:hover,
.footerBottom .arrowButton:before:hover{
    color: #7c8bfc;
}
.footerBottom .developedby{
    display: inline-block;
    line-height: 1;
    height: 25px;
}

/***********************************************************************************************************************
// WORDPRESS CLEAN
/**********************************************************************************************************************/
#wp-admin-bar-wp-logo,
#wp-admin-bar-search,
#wp-admin-bar-customize{
    display: none;
}
.admin-bar #mainNav:not(.navUp){
    top: 32px;
}
.admin-bar #main{
    margin-top: 152px;
}

/***********************************************************************************************************************
// RESPONSIVE STYLE
/**********************************************************************************************************************/
@media only screen and (max-width: 1366px) {
    body, #page{min-width: inherit;}
    .centralWrapper{width: 1120px; padding: 0 40px; }
}
@media only screen and (max-width: 1200px) {
    body, #page{min-width: inherit;}
    .centralWrapper{width: 980px; padding: 0 22px; }
}
@media only screen and (max-width: 1024px) {
    .centralWrapper{width: 90%; padding: 0 5%;}
    .stripe.desktopView{display: none;}
    .stripe.mobileView{display: block;}
    .boxesContainer{display: block;}
    .boxesContainer .box{display: block; width: 100%!important; margin: 30px 0!important;}
    .colsWrapper{flex-wrap: wrap;}
    .leftCol,.rightCol{width: 100%; margin-bottom: 50px;}
    /* Activities
    -------------------------------------------------------------- */
    .actFilter{flex-wrap: wrap;}
    .dashBanner .left, .actFilter .left,.actFilter .right{width: 100%;}
    .actLoop {display: flex; flex-wrap: wrap;}
    .actLoop a{width: 50%; padding: 0 10px; box-sizing: border-box;}
    .actLoop .act{width: 100%;}
    .act:hover:not(.nohover) .actImage{width: 100%;height: 150px;z-index: 9;}
    .act.last:hover:not(.nohover) .actImage, .act.last .actTextHover {position: relative;left: 0;}
    .act:hover:not(.nohover) .actText {display: block;}
    .act:hover:not(.nohover) .actTextHover {display: none;}
    /* Workshop
    -------------------------------------------------------------- */
    .workshopBlock .blockText{width: 100%;}
    .descriptionWrapper{flex-wrap: wrap;}
    .descriptionWrapper .leftWrapper, .descriptionWrapper .rightWrapper{padding: 0; width: 100%;}
    .descriptionWrapper .rightWrapper{margin-top: 30px;}
    /* Footer
    -------------------------------------------------------------- */
    .footerTop .flexContainer{flex-wrap: wrap;}
    .footerTop .footerLeft, .footerTop .footerRight{width: 100%; margin: 50px 0;}
    /* Readings
    -------------------------------------------------------------- */
    .pressTitle{flex-wrap: wrap;}
    .pressTitle .left, .pressTitle .filesInfo {width: 100%;}
}
@media only screen and (max-width: 782px) {
    #wpadminbar{position: fixed;}
    .admin-bar #mainNav:not(.navUp){top: 46px;}
    .admin-bar #main{margin-top: 146px;}
}
@media only screen and (max-width: 768px) {
    .boxesContainer .box{margin: 20px 0!important;}
    .slideWrapper .caption{max-width: 300px;}
    .qthemeWpGallery.default:not(.col1) .imageWpWrapper{width: 44%!important; margin-right: 3%!important; margin-left: 3%!important;}
    /* Activities
    -------------------------------------------------------------- */
    .dashItem .label{display: block; line-height: 1em;}
    .actLoop a{width: 100%; padding: 0; box-sizing: border-box;}
    .act:hover:not(.nohover) .actImage,.act .actImage{width: 100%;height: 300px;z-index: 9;}
    /* Movies
    -------------------------------------------------------------- */
    .movieBlock a{flex-wrap: wrap;}
    .movieBlock .thumbnail{width: 100%;}
    /* Footer
    -------------------------------------------------------------- */
    .footerTop .footerPartner{width: 48%; margin-right: 4%;}
    .footerTop .footerPartner:nth-child(2n){margin-right: 0;}
}
@media only screen and (max-width: 480px) {
    #mobNav{max-width: 95%}
    .boxesContainer .box{margin: 5px 0!important;}
    .qthemeWpGallery.default:not(.col1) .imageWpWrapper{width: 100%!important; margin-right: 0%!important; margin-left: 0%!important;}
    /* Footer
    -------------------------------------------------------------- */
    .footerTop .footerPartner{width: 100%; margin-right: 0; text-align: center}
}