body {
background: #fff;
color: var(--black);
}
:root {
--corsifont: 'coolveticaregular';
--corsi-second: #374e4b;
--corsi-third: #c09470;
--menuSB: 60px;
}
::-moz-selection {
background: var(--corsi); }
::selection {
background: var(--corsi); }
::-moz-selection {
background: var(--corsi); }
#book-now {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: var(--corsi-third);
z-index: 100;
text-align: center;
justify-content: center;
align-items: center;
display: flex;
color: #fff;
height: 54px;
font-weight: 300;
font-family: 'coolveticaregular';
letter-spacing: 1.2px;
text-transform: uppercase;
font-size: 16px;
} input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
border: 1px solid var(--pmc);
-webkit-text-fill-color: grey;
-webkit-box-shadow: 0 0 0px 1000px #fff inset;
-webkit-transition: background-color ease-in-out 0s;
transition: background-color ease-in-out 0s;
-webkit-transition-delay: 5000s;
transition-delay: 5000s;
}
@font-face {
font-family: 'coolveticaregular';
src: url(https://quatuoragate.com/wp-content/themes/quatuoragate/assets/fonts/coolvetica_rg-webfont.woff2) format('woff2'),
url(https://quatuoragate.com/wp-content/themes/quatuoragate/assets/fonts/coolvetica_rg-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: var(--black);
font-family: var(--corsifont), sans-serif;
font-weight: 300;
text-transform: initial;
letter-spacing: calc(.1px + 0.025vw);
max-width: 500px;
display: inline-block;
text-align: left;
}
h3,
h4,
h5 {
font-size: 150%;
}
.email-us-btn {
background: var(--corsi) !important;
}
.email-us-btn a svg {
fill: #fff;
}
.t1,
.t2 {
position: initial;
font-family: var(--corsifont), sans-serif;
text-transform: initial;
letter-spacing: calc(.1px + 0.025vw);
text-align: left;
}
.t1.big {
color: var(--corsi);
font-size: calc(63px + 0.09vw);
line-height: calc(68px + 0.05vw);
letter-spacing: calc(.5px + 0.05vw);
max-width: 800px;
}
#corsiclassic .xl-big {
font-size: calc(65px + 3vw);
max-width: unset !important;
display: inline;
line-height: calc(53px + 3vw);
}
.cc-r {
color: var(--corsi);
}
.cc-y {
color: var(--corsi-third);
}
#corsiclassic section {
position: relative;
}
#corsiclassic section h2 {
color: var(--corsi-third);
}
#corsiclassic a.cc-link {
color: var(--corsi);
font-family: var(--corsifont);
text-transform: initial;
border: 1px solid var(--corsi);
padding: 23px 25px;
-webkit-transition: .25s ease-out;
-o-transition: .25s ease-out;
transition: .25s ease-out;
background: transparent;
position: relative;
overflow: hidden;
background: #ffffffe6;
z-index: 1;
}
#corsiclassic a.cc-link::before {
background: var(--corsi);
content: "";
width: 0;
height: 100%;
left: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: -1;
-webkit-transition: width .45s cubic-bezier(0.97, -0.32, 0, 0.9);
-o-transition: width .45s cubic-bezier(0.97, -0.32, 0, 0.9);
transition: width .45s cubic-bezier(0.97, -0.32, 0, 0.9);
}
#corsiclassic a.cc-link:hover {
-webkit-transition: .25s ease-out;
-o-transition: .25s ease-out;
transition: .25s ease-out;
border: 1px solid var(--corsi);
color: #fff;
}
#corsiclassic a.cc-link:hover:before {
width: 100%;
-webkit-transition: width .45s cubic-bezier(0.97, -0.32, 0, 0.9);
-o-transition: width .45s cubic-bezier(0.97, -0.32, 0, 0.9);
transition: width .45s cubic-bezier(0.97, -0.32, 0, 0.9);
right: 0;
} nav#nav-qa {
display: none;
}
#corsinav {
display: block;
background: var(--corsi);
color: #fff;
position: fixed;
left: 0;
height: 100vh;
width: var(--menuSB);
z-index: 10;
min-height: 100vh;
padding: 0px;
margin: 0;
}
.to-qa-main {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
top: 30px;
}
.to-qa-main a {
position: relative;
font-size: 14px;
font-family: var(--corsifont);
text-transform: initial;
opacity: .5;
letter-spacing: 1px;
text-align: left;
color: var(--corsi-second)
}
.to-qa-main a svg {
width: 20px;
margin-right: 10px;
top: 3px;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: 200ms ease-out;
-o-transition: 200ms ease-out;
transition: 200ms ease-out;
position: absolute;
left: -25px;
}
.to-qa-main a:hover {
color: var(--corsi);
}
.to-qa-main a:hover svg {
-webkit-transform: translateX(-8px);
-ms-transform: translateX(-8px);
transform: translateX(-8px);
-webkit-transition: 200ms ease-out;
-o-transition: 200ms ease-out;
transition: 200ms ease-out;
}
#corsinav .top-corner {
min-height: 20vh;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 7px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#corsinav .top-corner img {
width: 100%;
height: auto;
-o-object-fit: contain;
object-fit: contain;
}
#corsinav .clickable {
min-height: 80vh;
cursor: pointer;
}
#corsinav .clickable button {
cursor: pointer;
outline: none;
background: none;
color: #fff;
border: none;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
font-size: calc(18px + .4vw);
letter-spacing: calc(1.4px + 0.025vw);
font-family: var(--corsifont);
display: block;
padding: 19px 110px;
}
.corsi-menu {
position: fixed;
left: -100%;
background: var(--corsi-second);
width: 100%;
height: 100%;
-webkit-transition: .9s cubic-bezier(0.51, 1.16, 0.71, 0.89);
-o-transition: .9s cubic-bezier(0.51, 1.16, 0.71, 0.89);
transition: .9s cubic-bezier(0.51, 1.16, 0.71, 0.89);
z-index: 3;
}
.corsi-menu ul {
width: calc(100% - 33vw);
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
left: 0;
margin: 0;
padding: 0;
position: absolute;
text-align: left;
-webkit-transition: -webkit-transform 1s;
transition: -webkit-transform 1s;
-o-transition: transform 1s;
transition: transform 1s;
transition: transform 1s, -webkit-transform 1s;
-webkit-transition-delay: 1s;
-o-transition-delay: 1s;
transition-delay: 1s;
}
.corsi-menu ul li {
text-align: left;
margin: calc(10px + .25vw) 0;
opacity: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: .2s ease;
-o-transition: .2s ease;
transition: .2s ease;
}
.corsi-menu ul li a:hover {
-webkit-transform: rotate(2deg);
-ms-transform: rotate(2deg);
transform: rotate(2deg);
-webkit-transition: .25s ease;
-o-transition: .25s ease;
transition: .25s ease;
background: var(--corsi-third);
color: white;
}
.corsi-menu ul li a {
font-size: calc(19px + .6vw);
line-height: calc(25px + 1vw);
-webkit-transition: -webkit-transform .25s ease;
transition: -webkit-transform .25s ease;
-o-transition: transform .25s ease;
transition: transform .25s ease;
transition: transform .25s ease, -webkit-transform .25s ease;
padding: 2px 6px;
cursor: pointer;
}
.corsi-menu ul li:nth-child(odd) a:hover {
background: var(--corsi);
}
.corsi-menu .img-third {
width: 33%;
height: 100%;
position: absolute;
right: 0;
overflow: hidden;
}
.corsi-menu .img-third img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 0;
-webkit-transition: .4s ease-in;
-o-transition: .4s ease-in;
transition: .4s ease-in;
-webkit-transition-delay: 0;
-o-transition-delay: 0;
transition-delay: 0;
}
.corsi-menu.slide-in .img-third img {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
-webkit-transition: .65s ease-out;
-o-transition: .65s ease-out;
transition: .65s ease-out;
-webkit-transition-delay: .6s;
-o-transition-delay: .6s;
transition-delay: .6s;
}
.corsi-menu.slide-in {
left: 0;
-webkit-transition: 1.2s cubic-bezier(0.1, 0.6, 0.15, 1.04);
-o-transition: 1.2s cubic-bezier(0.1, 0.6, 0.15, 1.04);
transition: 1.2s cubic-bezier(0.1, 0.6, 0.15, 1.04);
}
.corsi-menu.slide-in li {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition: .25s ease;
-o-transition: .25s ease;
transition: .25s ease;
-webkit-transition-delay: .5s;
-o-transition-delay: .5s;
transition-delay: .5s;
}
.corsi-menu.slide-in li:first-of-type {
-webkit-transition-delay: .2s;
-o-transition-delay: .2s;
transition-delay: .2s;
}
.corsi-menu.slide-in li:nth-child(2) {
-webkit-transition-delay: .35s;
-o-transition-delay: .35s;
transition-delay: .35s;
}
.corsi-menu.slide-in li:nth-child(3) {
-webkit-transition-delay: .5s;
-o-transition-delay: .5s;
transition-delay: .5s;
}
.corsi-menu.slide-in li:nth-child(4) {
-webkit-transition-delay: .65s;
-o-transition-delay: .65s;
transition-delay: .65s;
}
.corsi-menu.slide-in li:nth-child(5) {
-webkit-transition-delay: .8s;
-o-transition-delay: .8s;
transition-delay: .8s;
}
.corsi-menu.slide-in li:nth-child(6) {
-webkit-transition-delay: .95s;
-o-transition-delay: .95s;
transition-delay: .95s;
}
.corsi-menu.slide-in li:nth-child(7) {
-webkit-transition-delay: 1.1s;
-o-transition-delay: 1.1s;
transition-delay: 1.1s;
}
.corsi-menu.slide-in li:nth-child(7) a {
font-size: 18px;
} .container {
margin-left: auto;
width: calc(100% - var(--menuSB));
} header.corsi {
height: 60vh;
max-height: 1080px;
min-height: 600px;
}
h1.t1.big .line-stag div {
-webkit-transform: translateY(80px);
-ms-transform: translateY(80px);
transform: translateY(80px);
-webkit-animation: stag-text-up 1.5s cubic-bezier(0.97, -0.32, 0, 0.9);
animation: stag-text-up 1.5s cubic-bezier(0.97, -0.32, 0, 0.9);
-webkit-animation-delay: 0;
animation-delay: 0;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
padding: 2px 0 4px 0;
}
h1.t1.big .line-stag:nth-of-type(2) div {
-webkit-animation-delay: .35s;
animation-delay: .35s;
}
h1.t1.big .line-stag:nth-of-type(3) div {
-webkit-animation-delay: .65s;
animation-delay: .65s;
}
.line-stag div {
transform: translateY(100%);
transition: 700ms ease-out;
}
.ls_go div {
padding-bottom: 8px;
}
header.corsi p {
font-size: calc(16px + 1vw);
margin-bottom: 4px;
}
header.corsi .line-stag p {
-webkit-transform: translateY(-80px);
-ms-transform: translateY(-80px);
transform: translateY(-80px);
-webkit-animation: stag-text-down 1.5s cubic-bezier(0.97, -0.32, 0, 0.9);
animation: stag-text-down 1.5s cubic-bezier(0.97, -0.32, 0, 0.9);
-webkit-animation-delay: 1.25s;
animation-delay: 1.25s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
header.corsi img {
width: calc(210px + 6vw);
margin-right: 30px;
}
.corsi-book-now {
position: fixed;
padding: 0;
margin: 0;
right: 3%;
background: var(--corsi-third);
z-index: 5;
width: 90px;
height: 90px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 105px;
font-size: 14px;
top: 5%;
-webkit-animation: rotating linear 2.6s infinite normal;
animation: rotating linear 2.6s infinite normal;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes rotating {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotating {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.corsi-book-now:hover,
.corsi-book-now:active,
.corsi-book-now:focus {
color: #fff;
background: var(--corsi)
} .triptych>div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.triptych>div:first-of-type {
height: 26vh;
min-height: 400px;
}
.triptych>div:first-of-type div {
width: 100%;
}
.triptych>div img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
-o-object-position: top;
object-position: top;
}
.triptych h3 {
width: 100%;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 14vh;
min-width: 100%;
background: var(--corsi-second);
color: #fff;
font-size: calc(14px + 1vw);
}
.triptych h3 span {
color: var(--corsi-third);
margin-left: 5px;
} #corsiclassic .review img {
width: 130px;
}
.presentation .content .invite {
margin-top: 20px;
border-top: 1px solid var(--corsi-third);
padding-top: 20px;
}
.presentation .content div:first-of-type {
margin-right: 30px;
}
h4.invite span {
color: var(--corsi);
}
#corsiclassic .presentation p {
font-size: 120%;
line-height: 160%;
}
.presentation .left-col p {
margin-top: 35px;
}
.presentation .left-col .review p {
text-align: center;
margin: 20px 0;
max-width: 330px;
font-size: 23px;
line-height: 29px;
}
.prog-block h4 span {
color: var(--corsi);
}
.prog-block>* {
text-align: center;
}
.prog-block h3 {
margin-bottom: 40px;
}
.prog-block h4 {
margin-bottom: 25px;
}
.prog-block h4:first-of-type {
padding-top: 25px;
position: relative;
}
.prog-block h4:first-of-type::before {
position: absolute;
content: '';
width: 100px;
height: 1px;
background: var(--corsi-third);
top: 0;
left: 50%;
right: 0;
bottom: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.prog-block h4,
.prog-block h3 {
font-size: calc(20px + 1vw);
}
.presentation .sticky {
position: sticky !important;
position: -webkit-sticky;
top: 10%;
z-index: -1;
}
.presentation .sticky img {
width: 32vw;
max-width: 40vw;
height: auto;
min-height: 340px;
min-width: 290px;
-o-object-fit: cover;
object-fit: cover;
}
.presentation .map img {
width: 100%;
height: 100%;
}
.presentation .map {
height: calc(470px + 16vw);
margin-top: 50px;
}
.presentation .content p+p,
.presentation .content h4 {
margin-bottom: 20px;
}
#practical .list ul {
padding: 0 0 0 15px;
}
#practical .list ul li {
margin-bottom: 20px;
list-style-type: disc;
}
#practical .list ul li::marker {
color: var(--corsi);
}
.concert-item {
border-bottom: var(--corsi-third) 1px solid;
padding-bottom: 20px;
margin-bottom: 20px;
}
.concert-item:last-of-type {
border: none;
}
.concert-item h3 {
color: var(--corsi);
padding-bottom: 10px;
}
.corsi-pictures p {
text-align: center;
margin: 0 auto 25px auto;
}
.swiper-container {
overflow: hidden;
position: relative;
}
.corsi-pictures .swiper-wrapper {
height: 50vh;
min-height: 400px;
}
.corsi-pictures .swiper-wrapper img {
object-fit: cover;
width: 100%;
height: 100%;
}
.presentation .slick-slide {
opacity: 0.25;
-webkit-transition: opacity 1.2s ease-out;
-o-transition: opacity 1.2s ease-out;
transition: opacity 1.2s ease-out;
}
.presentation .slick-current.slick-active {
opacity: 1;
-webkit-transition: opacity .75s ease-in;
-o-transition: opacity .75s ease-in;
transition: opacity .75s ease-in;
} section.programme p {
font-size: calc(22px + 0.025vw);
line-height: calc(25px + 0.025vw);
margin: 0 30px 30px 0;
max-width: 450px;
}
section.programme h3 {
-ms-flex-item-align: self-start;
-ms-grid-row-align: self-start;
align-self: self-start;
}
.edition-features img {
max-width: calc(550px + 3vw);
}
section.programme p:not(:last-of-type) {
margin-right: 30px;
}
section.bookings {
background-image: url(https://quatuoragate.com/wp-content/uploads/corsiclassic/corsiclassic-2018-raphael.jpg);
background-size: cover;
background-attachment: fixed;
min-height: 600px;
padding: 120px var(--hzpd);
position: relative;
z-index: 1;
display: flex;
flex-flow: column;
text-align: center;
}
section.bookings::after {
background: #0a0a0a;
width: 100%;
height: 100%;
content: '';
position: absolute;
left: 0;
bottom: 0;
opacity: .5;
z-index: -1;
} #corsiclassic .bookings ul {
margin: 0;
padding: 0;
}
.sched-dates {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-bottom: 30px;
}
.bookings ul li {
text-align: left;
word-spacing: 0;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
font-size: calc(19px + .005vw);
line-height: calc(24px + .005vw);
}
.bookings ul a.booking-ref {
position: relative;
-webkit-transition: .1s;
-o-transition: .1s;
transition: .1s;
margin: 5px 0;
width: 140px;
height: 50px
}
.bookings ul a.booking-ref:hover {
background: var(--corsi);
border: #fff 1px solid;
-webkit-transition: .1s;
-o-transition: .1s;
transition: .1s;
color: #fff
}
.bookings ul li span:first-of-type {
font-weight: 700
} .corsi-partners div {
margin-top: 15px;
}
.corsi-partners img {
width: 170px;
max-height: 120px;
margin-right: 15px;
} .contact-details a {
margin-top: 15px;
color: var(--corsi);
text-align: left;
font-family: var(--corsifont);
text-transform: initial;
} .contact .form input,
.contact .form textarea {
border-bottom: 1px solid var(--corsi);
background: transparent;
color: var(--black);
}
#corsiclassic div#submit button.t4 {
color: #fff;
background: var(--corsi);
border: none;
}
.contact .boxed-link:hover {
background: var(--corsi-third) !important;
-webkit-transition: 150ms ease-out;
-o-transition: 150ms ease-out;
transition: 150ms ease-out;
} footer,
.copyright {
background: var(--corsi-second);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: center;
margin: auto;
left: 30px;
margin-top: 0;
border: 0;
width: calc(100% - var(--menuSB));
max-width: unset !important;
}
.copyright {
padding: 40px 0;
position: relative;
padding-bottom: 80px;
color: #fff !important;
}
footer .footer-links a {
color: #fff !important;
}
.copyright {
padding: 40px 0;
position: relative;
}
.social_navbar {
left: unset;
right: 3.5%
}
.social_navbar .networks a svg,
.social_navbar .networks a svg path {
fill: var(--corsi-third);
width: 24px;
}
footer::before {
display: none !important;
} @media screen and (pointer: coarse) and (max-width: 1400px) {
section.bookings {
background-image: url(https://quatuoragate.com/wp-content/uploads/corsiclassic/corsiclassic-2018-raphael.jpg);
background-size: cover;
background-attachment: initial;
}
}
@media screen and (max-width: 850px) {
.sticky {
margin: 0;
}
}
@media screen and (max-width: 690px) {
header.corsi {
height: 60vh;
min-height: 550px;
display: flex;
justify-content: center;
flex-flow: column;
}
.sticky {
position: relative;
top: unset;
}
.presentation .content div:first-of-type {
margin-right: 0;
}
.presentation .sticky img {
width: auto;
}
section#presentation.concerts .content {
flex-flow: column-reverse;
}
.to-qa-main {
display: none;
}
.triptych h3 {
font-size: 25px;
}
.triptych div div:nth-of-type(2) {
display: none;
}
.triptych div div {
width: 50%;
}
.g_vpd {
padding-top: calc(50px + 4vh);
padding-bottom: calc(50px + 4vh);
}
iframe#instagram-embed-0 {
min-width: unset !important;
}
section.bookings {
background-image: url(https://quatuoragate.com/wp-content/uploads/corsiclassic/corsiclassic-2018-raphael.jpg);
background-size: cover;
background-attachment: initial;
min-height: 500px;
padding: 90px var(--hzpd);
}
.corsi-pictures .swiper-wrapper {
height: auto;
min-height: 250px;
}
.g_mt {
margin-top: 50px;
}
.container {
width: 100%;
}
header.corsi img {
width: calc(140px + 5vw);
margin-right: 3vw;
}
.t1.big {
font-size: calc(43px + 0.5vw);
line-height: calc(49px + 0.5vw);
max-width: unset;
}
#corsiclassic .xl-big {
font-size: calc(55px + 2vw);
line-height: calc(56px + 2vw);
letter-spacing: 0;
}
header.corsi span {
font-size: 21px;
}
#corsinav {
display: block;
background: transparent;
color: #fff;
position: fixed;
top: 0;
width: 100%;
z-index: 10;
height: 70px;
min-height: unset;
padding: 0px;
margin: 0;
right: 0;
}
#corsinav .top-corner {
display: none;
}
#corsinav .clickable {
min-height: unset;
}
#corsinav .clickable button {
-webkit-transform: initial;
-ms-transform: initial;
transform: initial;
color: var(--corsi);
position: absolute;
left: 0;
padding: 18px 30px 0 var(--hzpd);
top: 0;
font-size: 16px;
}
.corsi-menu ul {
width: 100%;
position: relative;
margin: 0 0 80px;
}
.corsi-menu .img-third {
width: 100%;
height: 30%;
position: absolute;
right: 0;
bottom: 0;
}
.corsi-menu .img-third img {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
opacity: 0;
-webkit-transition: .4s ease-in;
-o-transition: .4s ease-in;
transition: .4s ease-in;
-webkit-transition-delay: 0;
-o-transition-delay: 0;
transition-delay: 0;
}
.corsi-menu.slide-in .img-third img {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-webkit-transition: .65s ease-out;
-o-transition: .65s ease-out;
transition: .65s ease-out;
-webkit-transition-delay: .85s;
-o-transition-delay: .85s;
transition-delay: .85s;
}
.presentation .left-col {
margin-right: auto;
}
.presentation .content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
#corsiclassic .review {
margin-bottom: 30px;
}
#corsiclassic .review img {
width: 120px;
}
.presentation .content .right-col img {
width: 100%;
}
.sched-dates>li {
text-align: center !important;
}
.sched-dates {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#corsiclassic .presentation .sticky {
margin-top: 30px;
}
#corsiclassic .bookings a {
margin: 10px 0 0 0;
}
.corsi-book-now {
width: 60px;
height: 60px;
font-size: 13px;
}
footer,
.copyright {
width: 100%;
max-width: unset;
left: unset;
}
}
@media screen and (max-width: 450px) {
.triptych>div:first-of-type {
height: 26vh;
min-height: 190px;
}
#corsiclassic .xl-big {
font-size: 55px;
line-height: 54px;
}
header.corsi img {
width: 150px;
margin-right: 10px;
}
.t1.big {
font-size: 45px;
line-height: 47px;
}
.corsi-menu ul li a {
font-size: calc(16px + .6vw);
line-height: calc(16px + 1vw);
}
}
@media screen and (max-width: 330px) {
.t1.big {
font-size: 40px;
line-height: 44px;
}
}
@media screen and (min-width: 992px) {
.fx-md-row{
flex-flow: row;
}
.w-md-50 {
width: 50%;
}
}