@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700");
@import url("https://fonts.googleapis.com/css?family=Cinzel:400,700");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");

* {
    box-sizing: border-box;
}
body {
    width: 100%;
    height: 100%;
    color: #fff;
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 14px;
    background: #222222;
}
html {
    width: 100%;
    height: 100%;
}
.clear {
    clear: both;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.trans,
a,
input[type="submit"],
.cta-top-item,
.cta-mid-item:hover .cta-mid-cont,
#video-nav p:hover,
.nav-top span:hover,
.faq-item span:hover {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.fade {
    opacity: 1;
    transition: opacity 200ms ease-in-out 0s;
    -moz-transition: opacity 200ms ease-in-out 0s;
    -webkit-transition: opacity 200ms ease-in-out 0s;
    -ms-transition: opacity 200ms ease-in-out 0s;
    -o-transition: opacity 200ms ease-in-out 0s;
}
.grow {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.grow:hover {
    transform: scale(1.05);
}

.fade:hover {
    opacity: 0.7;
}

.end {
    margin-right: 0px !important;
}

.drop-shadow {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.85);
}
.row {
    position: relative;
    width: 100%;
}
.container {
    width: 955px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.row.top {
    height: 72px;
    background: #222;
    background: #222222;
    position: fixed;
    z-index: 102;
}
.row.top .container {
}
.nav-top {
    text-align: center;
}
.nav-top a,
.nav-top span {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    display: inline-block;
    padding-right: 2%;
    padding-left: 2%;
    line-height: 72px;
    position: relative;
    background: url(../images/bg/nav-top.png) no-repeat right center;
    cursor: pointer;
}
.nav-top a img,
.nav-top span img {
    vertical-align: middle;
}
.nav-top a:last-child,
.nav-top span:last-child,
.nav-top a:nth-child(11) {
    padding-right: 0%;
    background: none;
}
.nav-top a:nth-child(8),
.nav-top a:nth-child(10) {
    background: none;
}
.nav-top a:nth-child(9),
.nav-top a:nth-child(11) {
    padding-right: 0%;
}
.nav-top a:nth-child(11),
.nav-top a:nth-child(12) {
    padding-left: 0%;
}
.nav-top a:hover,
.nav-top span:hover,
.faq-item span:hover {
    color: #aaa;
}
.social-top {
    float: right;
    /*width:10%;*/
    margin-top: 22px;
}
.row.banner {
    padding-top: 72px;
    position: relative;
    /*height:1500px !important;*/
    overflow: hidden;
    max-height: 1600px;
    display: flex;
    justify-content: center;
}
.cycle-slideshow {
}
.cycle-slideshow > img {
    max-width: 1600px;
    width: 100%;
    height: auto;
    left: 50% !important;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.row.top .container {
    width: 1100px;
}
.logo {
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    text-align: right;
    z-index: 101;
    max-width: 533px;
    width: 100%;
    overflow: visible;
}
.center {
    text-align: center;
}
.row.section .container {
    padding-top: 60px;
    padding-bottom: 85px;
}
.dark {
    background: #222222;
}
.light {
    background: #444444;
}
.section .container h1,
.friend-item h2 {
    font-family: "Cinzel", serif;
    font-size: 32px !important;
    font-weight: 400 !important;
    border-bottom: 1px #fff solid;
    display: inline-block;
    margin-bottom: 40px !important;
    color: #ffffff !important;
}
.section .container p {
    line-height: 26px;
    margin-bottom: 34px;
    font-size: 16px;
}
.section .container ul {
    font-size: 16px;
}
.gallery {
    margin-bottom: 35px;
}
.gallery-item {
    width: 30%;
    float: left;
    margin-right: 2%;
    display: block;
    margin-bottom: 2%;
}
.gallery-item img {
    width: 100%;
    height: auto;
    cursor: pointer;
}
.gallery .gallrey-item:last-child {
    margin-right: 0%;
}
.sec-nav {
    margin-top: 45px;
}
.sec-nav a,
.btn {
    line-height: 34px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.btn:hover {
    background: #fff;
    color: #444444;
}
.section a {
    color: #fff;
}
.section a:hover {
    text-decoration: none;
}
.dark .sec-nav a {
    background: #444444;
}
.sec-nav a:hover {
    background: #ccc;
}
.row.footer {
    height: 105px;
    .logo-footer {
        img {
            width: 100%;
            max-width: 300px;
        }
    }
}
.logo-footer {
    float: left;
    margin-top: 30px;
}
.footer .social-top {
    margin-top: 40px;
}
.testim p {
    font-size: 16px;
    line-height: 32px !important;
}
.quote {
    quotes: "\201C""\201D""\2018""\2019";
}
.quote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4.5em;
    line-height: 0.1em;
    vertical-align: -0.3em;
    margin-right: 5px;
}
.quote:after {
    color: #ccc;
    content: close-quote;
    font-size: 4.5em;
    line-height: 0.1em;
    vertical-align: -0.7em;
    margin-left: 5px;
}
.container ul {
    list-style: square;
}
.container ul li {
    margin-bottom: 10px;
}
.section .container h2 {
    font-family: "Cinzel", serif;
    font-size: 22px;
    font-weight: 700;
    /* display: inline-block; */
    margin-bottom: 0px;
    color: rgba(204, 0, 0, 1);
}
.faq-item {
    border: 1px #fff solid;
    margin-bottom: 25px;
    padding: 10px;
    position: relative;
}
.faq-item span {
    display: block;
    font-style: italic;
    cursor: pointer;
    font-weight: 700;
}
.faq-item span:after {
    content: "▼";
    position: absolute;
    right: 3%;
}

.faq-cont {
    display: none;
}
.faq-cont p {
    border-top: 1px solid #fff;
    margin-top: 18px;
    padding-top: 18px;
    margin-bottom: 10px !important;
}
.frm-contact input[type="text"],
#frm-signup input[type="text"],
#frm-signup input[type="email"] {
    padding-left: 10px;
    border: 0;
    width: 49%;
    height: 40px;
    float: left;
    margin-bottom: 50px;
    margin-right: 2%;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
}
.frm-contact p {
    padding-left: 10px;
    width: 49%;
    height: 40px;
    float: left;
    margin-bottom: 50px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    background-color: #fff;
    color: #444444;
    margin-left: 2%;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-bottom: 0;
    padding-top: 0;
    padding-right: 0;
}
.frm-contact input[type="submit"],
#frm-signup input[type="submit"] {
    background: #444444;
    width: 100%;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    border: 0;
    color: #fff;
    height: 40px;
}
.frm-contact input[type="submit"] {
    margin-left: auto;
    margin-right: auto;
}
.frm-contact input[type="text"]:nth-child(2n + 2) {
    margin-right: 0%;
}
.frm-contact textarea {
    padding-left: 10px;
    padding-top: 10px;
    border: 0;
    width: 100%;
    height: 134px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    margin-bottom: 50px;
}
.sub .row.banner > img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    max-width: 1600px;
}
.sub .row.banner .logo {
    top: 152px;
}
.logo span {
    font-family: "Cinzel", serif;
    font-size: 32px;
    font-weight: 400;
    display: block;
    padding-top: 5px;
    margin-right: 30px;
}
.logo img {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    width: 100%;
}
.sub-gallery {
    padding-top: 45px;
}
.friend-item {
    width: 46%;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    background: #222222;
    margin-bottom: 20px;
}
.friend-item h1 {
    margin-bottom: 18px;
}
.friend-item img {
    display: block;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    height: auto;
    max-width: 271px;
}
.friend-item:nth-child(2n + 2) {
    margin-right: 0;
}

#holding {
    position: relative;
}
.banner-holding {
    height: 100%;
}
.banner-holding img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}
.banner-holding .logo {
    top: 50px !important;
    text-align: center;
    width: 80%;
    height: auto;
}
.banner-holding .logo img {
    max-width: 553px;
}
.holding-con {
    /*	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	*/
    padding: 30px;
    font-size: 38px;
    text-align: center;
    font-family: "Cinzel", serif;

    /*background:rgba(255,255,255,0.5);*/
}
.holding-con p {
    font-size: 36px;
}
.row-friends {
    padding-top: 80px;
}
.row-mobile-logo {
    display: none;
}
.age-consent-ol {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8) url(../images/banner/landing.webp) no-repeat center top;
    background-size: cover;
    z-index: 9999999999;
}
hr {
    margin-bottom: 30px;
    margin-top: 20px;
    border: 0;
    border-top: 2px solid #444444;
}
.age-consent-box {
    position: absolute;
    width: 100%;
    max-width: 380px;
    background: rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    padding: 20px;
    text-align: center;
}
.age-consent-box p {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 26px;
}
.age-consent-btn {
    display: block;
    line-height: 40px;
    margin-top: 4%;
    cursor: pointer;
    font-size: 18px;
}
.age-consent-btn:hover {
    background: rgba(153, 153, 153, 1);
}
span.age-consent-btn {
    background: #d0001a;
}
a.age-consent-btn {
    background: #444444;
    color: #fff;
    text-decoration: none;
}
.row.adds {
    padding-top: 10px;
    padding-bottom: 30px;
}
.add-item {
    background: #222222;
    padding: 25px;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 30px;
}
.add-item img {
    max-width: 100%;
    height: auto;
    max-height: 75px;
}
.add-item-link {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}
.row.signup {
    background-color: #303030;
}
#frm-signup label {
    display: block;
    position: relative;
}
#frm-signup input[type="text"],
#frm-signup input[type="email"] {
    float: none;
    margin-right: 0;
    margin-bottom: 18px;
}
#frm-signup label li {
    list-style: none;
    color: red;
    margin-bottom: 15px;
}
.burger {
    position: fixed;
    height: 26px;
    width: 35px;
    right: 20px;
    top: 23px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px;
    background-color: #222222;
    div {
        background: #fff;
        height: 2px;
    }
}
.mobile-menu-close {
    color: #fff;
    position: absolute;
    top: 0px;
    right: 20px;
    z-index: 99999;
    cursor: pointer;
    font-size: 35px;
    display: none;
}
.pb-25 {
    padding-bottom: 25px !important;
}
