@import url(https://15c3a5.claudeassets.com/20181022032833cs_/http://fonts.googleapis.com/css?family=Karla%7CRoboto:300,400,500,700,900&subset=latin-ext);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1.4;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        outline: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.newyear {
    position: absolute;
    z-index: 3;
    bottom: 3px;
    right: 10px;
}
:after, :before, * {
    box-sizing: border-box;
}
/* 2. Basic
-------------------------------------------------------------- */
html, body {
    height: 100%;
}

body {
    overflow-x: hidden;
    overflow-y: hidden;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}

    body.tryp {
        background: #21304d;
    }

h1 {
    text-transform: uppercase;
    font-size: 2.5em;
    margin-bottom: 36px;
}

h2 {
    font-size: 2.125em;
    margin-bottom: 20px;
}

h3 {
    font-size: 1.7em;
}

h4 {
    font-size: 1.25em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.85em;
}

p {
    font-weight: 400;
    font-size: 1.14em;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

.topper {
}

.logo-inner {
    display: none;
}

.logo, .logo-inner {
    position: fixed;
    width: 100px;
    height: 135px;
    display: block;
    background: url(https://03d6fa.claudeassets.com/20181022032833im_/http://www.trypistanbulsancaktepe.com/images/logo.png) no-repeat center;
    background-size: contain;
    left: -1px;
    top: -1px;
    z-index: 103;
}

@media only screen and (min-width: 768px) {
    .logo, .logo-inner {
        width: 146px;
        height: 197px;
    }
}

.fsm-body .logo, .fsm-body .reservation {
    display: none;
}

.fsm-body .logo-inner {
    display: block;
    position: absolute;
    left: 20px;
}

.header-detail {
    width: 100%;
    display: block;
    position: relative;
    min-height: 60px;
    background: #21304d;
}

.reservation {
    position: fixed;
    right: 0px;
    top: 0px;
    height: 60px;
    z-index: 101;
    font-size: 16px;
    line-height: 50px;
}

@media only screen and (min-width: 1025px) {
    .reservation {
        font-size: 32px;
        line-height: 50px;
    }
}

.mask {
    border: 30px solid #21304d;
    border-top: 0;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #21304d;
    box-sizing: border-box;
    z-index: 100;
    padding-top: 60px;
}

@media only screen and (min-width: 992px) {
    .mask {
        overflow: hidden;
        padding-top: 60px;
    }
}

.content-in {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
}

.content-inset {
    height: 100%;
    position: relative;
}

    .content-inset.js_hide {
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    .content-inset.js_show {
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        transition: all 0.5s ease;
    }

section {
    height: 100%;
    transition: all 0.5s ease;
}

    section.active {
        visibility: visible;
        opacity: 1;
    }

    section:after {
        display: block;
        content: "";
        clear: both;
    }

.margin-none {
    margin: 0;
}

.clearfix {
    clear: both;
}
/* 3. Common
-------------------------------------------------------------- */
#fp-nav.right {
    z-index: 101;
}

.inner-2 {
    height: 50%;
}

@media only screen and (min-width: 992px) {
    .inner-2 {
        width: 50%;
        height: 100%;
    }
}

.inner-3 {
    height: 50%;
}

@media only screen and (min-width: 992px) {
    .inner-3 {
        width: 33.333%;
        height: 100%;
    }
}

.half-page {
    height: 50%;
}

.inner-block {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    /*border-bottom: 10px solid #21304d;*/
    box-sizing: border-box;
    margin-bottom: 30px;
}

    .inner-block:last-child {
        /*border-bottom: none;*/
    }

@media only screen and (min-width: 992px) {
    .inner-block {
        float: left;
        margin-bottom: 0;
        box-shadow: 0px 0px 0px 0.5px #00ffb3;
        border: 0.5px solid rgba(33, 48, 77, 0);
        /*border-bottom: none;*/
    }
}

.inner-block > img {
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    transition: all 0.4s ease-out;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    left: -100%;
    right: -100%;
    width: auto;
    position: absolute;
}

.inner-block:hover > img {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.inner-block:hover .blt, .inner-block:hover .brb {
    width: calc(100% - 25px);
}

.inner-block:hover .brt, .inner-block:hover .blb {
    width: 15px;
}

.inner-block:hover .title-block p {
    display: none;
}

.inner-block:hover .title-block .details {
    display: block;
    background-color: rgba(0, 255, 179, 0.9);
}

.inner-block:hover p span:before, .inner-block:hover p span:after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.inner-block:hover .title-block:before {
    /*   background-color: rgba(0, 255, 179, 0.9);*/
}

footer {
    position: fixed;
    bottom: 0;
    left: 29px;
    right: 29px;
    display: block;
    z-index: 101;
    height: 30px;
    max-height: 30px;
    overflow: hidden;
    background-color: #21304d;
}

    footer .left, .bottom_content .left {
        display: none;
    }

    footer .right, .bottom_content .right {
        float: left;
        text-align: center;
        width: 100%;
    }
    .contact-details {
    display:none;
position: absolute;
    right: 0;
    top: 20px;
    font-size: 12px;
}
.contact-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-details ul li {
    float: left;
    color: #fff;
    font-size: 14px;
    margin-right: 20px;
    line-height: 1em;
}
.contact-details ul li a {
    color: #fff;
    -webkit-transition: color ease .5s;
    -o-transition: color ease .5s;
    transition: color ease .5s;
}
.contact-details ul li i {
    margin-right: 10px;
    color: #00ffb2;
    -webkit-transition: color ease .5s;
    -o-transition: color ease .5s;
    transition: color ease .5s;
}

#page .weather-widget {
    display:none;
    position: absolute;
    z-index: 3;
bottom: 10px;
    left: 20px;
    width: calc(50% - 0px);
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -ms-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}
#page .weather-widget .scroll-indicator {
    float: right;
    text-align: center;
    position:relative;
    left:auto;
}
svg:not(:root) {
    overflow: hidden;
}
#page .weather-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 70%;
}
#page .weather-widget ul li {
    float: left;
    margin-right: 2%;
    width: 49%;
}
#page #weather h2, #page #time-date h2 {
    margin: 0;
    padding-left: 40px;
    position: relative;
    color: #fff;
    font-size: 26px;
    font-weight: 200;
}
#page #time-date h2 {
    padding-left: 40px;
}
#page #weather i, #page #time-date i {
    color: #fff;
    font-family: weather;
    font-size: 50px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    text-transform: none;
    position: absolute;
    left: 0;
    top: -1px;
}

#page #weather h6, #page #time-date h6 {
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    padding-left: 40px;
}
#page .weather-widget ul li:last-child {
    margin-right: 0;
}
#page #weather i, #page #time-date i {
    color: #fff;
    font-family: weather;
    font-size: 50px;

    font-weight: normal;
    font-style: normal;
    line-height: 1;
    text-transform: none;
    position: absolute;
    left: 0;
    top: -5px;
}


@media only screen and (min-width: 992px) {
    footer .left {
        display: inline-block;
        float: left;
        text-align: left;
        width: 40%;
    }
    .bottom_content .left{
        display: inline-block;
        float: left;
        text-align: left;
        width: 40%;
        color:#21304d;
    }

    footer .right {
        float: right;
        text-align: right;
        width: 60%;
    }
    .bottom_content .right {
        float: right;
        text-align: right;
        width: 60%;
        color:#21304d;
    }

    .copyright {
        margin: 0 0 0 10px;
        line-height: 30px;
        height: 30px;
        font-size: 12px;
        color: #fff;
        float: left;
    }
    #page .weather-widget {
        display: block;
    }
    .contact-details {
        display:block;
    }
}

.author {
    margin: 0 10px 0 0;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    color: #fff;
}
.bottom_content .author, .bottom_content .copyright {
    color:#21304d;
}
.bottom_content .phone, .bottom_content .phone a {
    display:none;
}

.phone, .phone a {
    margin: 0 10px 0 0;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    color: #fff;
}

.footmenu {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

    .footmenu li {
        float: left;
        margin: 0 10px 0 0;
        padding: 0;
        line-height: 30px;
        height: 30px;
        font-size: 12px;
        color: #fff;
    }

        .footmenu li a {
            font-size: 12px;
            color: #fff;
        }
.social.footmenu{
      margin: 0 0 0 70px;
}
.social.footmenu li {border:0;}
.social.footmenu li a {
    font-size: 22px;
    color: #fff;
}
.copyright {
    margin: 0 0 0 10px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    color: #fff;
    float: right;
}
.web-design{display: block;padding-top: 5px;}

.btn {
    color: #21304d;
    border: none;
    padding: 5px 18px;
    border: solid 1px #00ffb3;
    background: #00ffb3;
    text-transform: uppercase;
    font-weight: 100;
    transition: all 0.5s ease;
    cursor: pointer;
}

    .btn:hover {
        color: #00ffb3;
        border: solid 1px #21304d;
        background: #21304d;
    }

.btnblue {
    color: #00ffb3;
    border: none;
    padding: 5px 18px;
    border: solid 1px #21304d;
    background: #21304d;
    text-transform: uppercase;
    font-weight: 100;
    transition: all 0.5s ease;
    cursor: pointer;
}

    .btnblue:hover {
        color: #21304d;
        border: solid 1px #00ffb3;
        background: #00ffb3;
    }
.booking-form .btnblue {
    color: #00ffb3;
    border: none;
    padding: 8px 18px;
    border: solid 1px #21304d;
    background: #21304d;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    transition: all 0.5s ease;
    cursor: pointer;
}
    

.center-block {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0 30px 0 30px;
    vertical-align: middle;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

    .center-block .btn {
        position: relative;
        margin-top: 30px;
        right: 0;
        display: inline-block;
        padding: 10px 30px;
        color: #fff;
        border-color: #fff;
    }

        .center-block .btn:hover {
            border-color: #21304d;
        }

.title-block {
    display: inline-block;
    line-height: 88px;
    position: relative;
    font-size: 0;
    line-height: 0;
    max-width: 100%;
}

    .title-block p {
        position: relative;
        z-index: 9;
        font-size: 20px;
        line-height: 30px;
        color: #fff;
        /*background-color: #b10f85;*/
        background-color: #0f6ab1;
        padding: 10px 30px;
        margin: 0;
        font-weight: 200;
        letter-spacing: 1.5px;
        -webkit-transition: color .4s linear;
        -moz-transition: background-color .4s linear;
        -ms-transition: background-color .4s linear;
        -o-transition: background-color .4s linear;
        transition: background-color .4s linear;
    }

    .title-block .details h2 {
        position: relative;
        z-index: 9;
        font-size: 20px;
        line-height: 30px;
        color: #21304d;
        font-weight: 800;
        padding: 0;
        margin: 0 auto;
        letter-spacing: 1.5px;
        -webkit-transition: color .4s linear;
        -moz-transition: background-color .4s linear;
        -ms-transition: background-color .4s linear;
        -o-transition: background-color .4s linear;
        transition: background-color .4s linear;
    }

    .title-block .details {
        display: none;
        width: 460px;
        max-width: 100%;
        background-color: transparent;
        font-size: 12px;
        color: #21304d;
        line-height: 16px;
        margin: 0px auto;
        padding: 20px 0;
        -webkit-transition: color .1000ms linear;
        -moz-transition: background-color 1000ms linear;
        -ms-transition: background-color 1000ms linear;
        -o-transition: background-color 1000ms linear;
        transition: background-color 1000ms linear;
    }

        .title-block .details span {
            max-width: 80%;
            font-size: 14px;
            color: #21304d;
            line-height: 16px;
            margin: 20px auto;
            font-weight: 400;
            padding: 0;
            display: block;
            text-transform: inherit;
        }

.details i.btn {
    margin: 0 auto;
    color: #FFF !important;
    border: solid 1px #21304d !important;
    background: #21304d !important;
}



.title-block:before {
    content: '';
    width: 100%;
    z-index: -1;
    position: absolute;
    background: transparent;
    right: 0;
    top: 0px;
    bottom: 0px;
    left: 0px;
    -webkit-transition: color .1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.title-block img {
    width: 115px !important;
    height: 138px !important;
    position: relative;
    display: block;
    margin: 0;
    padding: 6px;
    border-right: 6px solid white;
    border-left: 6px solid white;
}

.mb-30 {
    margin-bottom: 30px;
}

.pos-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.social ul li {
    display: inline-block;
    border: 2px solid;
    width: 28px;
    height: 28px;
    text-align: center;
    margin: 0 5px;
}

    .social ul li a {
        color: inherit;
        width: 100%;
        height: 100%;
        display: block;
    }

.anim, .content {
    visibility: hidden;
}

.fade-in-up {
    animation: fade-in-up 1s;
    animation-timing-function: ease-out;
    visibility: visible;
}

@keyframes fade-in-up {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

.fade-in-down {
    animation: fade-in-down 1s;
    animation-timing-function: ease-out;
    visibility: visible;
}

@keyframes fade-in-down {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

.float {
    animation: float 1.6s;
    animation-iteration-count: infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}
/* 4. Datepicker
-------------------------------------------------------------- */
.ui-widget {
    z-index: 104;
}

.ui-front {
    z-index: 103;
}

.comiseo-daterangepicker-mask {
    background: #21304d;
    opacity: 0.5;
}

.comiseo-daterangepicker-triggerbutton.ui-button {
    border: 2px solid #21304d;
    width: 100%;
    min-width: 100%;
    height: 41px;
    border-radius: 0;
    background: none;
    font-size: 14px;
}

.comiseo-daterangepicker-presets {
    display: none;
}

.comiseo-daterangepicker.ui-widget.ui-widget-content {
    border: 1px solid #21304d;
    border-radius: 0;
    padding: 5px 5px 18px;
}

.ui-datepicker th {
    color: #bdbcbb;
}

.ui-widget.ui-widget-content {
    border: none;
}

.ui-widget-header {
    border: none;
    border-radius: 0;
    color: #21304d;
    background: none;
}

.ui-widget-content {
    border: none;
}

    .ui-widget-content .ui-button {
        padding: 7px 16px;
        cursor: pointer;
    }

.ui-datepicker td {
    padding: 1px;
    width: 32px;
    height: 32px;
    background: #eae9e8;
    border: 1px solid #fff !important;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
}

    .ui-datepicker td.ui-datepicker-current-day {
        background: #0f6ab1;
    }

        .ui-datepicker td.ui-datepicker-current-day a {
            color: #fff;
        }

.comiseo-daterangepicker-calendar .ui-state-highlight a.ui-state-default {
    background: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #0f6ab1;
    color: #fff;
}

.comiseo-daterangepicker-buttonpanel > button {
    border-radius: 0;
    border: 1px solid #0f6ab1;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background: none;
}

td.ui-datepicker-today .ui-state-highlight {
    color: #0f6ab1;
    font-weight: 600;
}

.ui-widget-header .ui-icon {
    background: url(https://fead77.claudeassets.com/20181022032833im_/http://www.trypistanbulsancaktepe.com/images/next.png);
}

.ui-datepicker .ui-datepicker-prev span {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.comiseo-daterangepicker-left .comiseo-daterangepicker-buttonpanel {
    padding-right: 13px;
}
/* Sections
=============================*/
/* 5. Header
-------------------------------------------------------------- */
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background: #21304d;
    height: 60px;
}

@media only screen and (min-width: 992px) {
    .reservation {
        right: 0;
    }
}

nav.menu {
    width: 100%;
    display: table;
}

    nav.menu .number-nav, nav.menu .number-nav:link, nav.menu .number-nav:visited {
        font-size: 15px;
        color: #2b2e34;
        letter-spacing: 1.2px;
        float: left;
        margin: 5px 0 0 61px;
        line-height: 37px;
        position: relative;
        transition: all 0.4s ease-out;
    }

    nav.menu .number-nav {
        display: none;
    }

@media only screen and (min-width: 992px) {
    nav.menu .number-nav {
        display: block;
    }
}

nav.menu.active ul {
    left: 0;
}

nav.menu ul {
    position: fixed;
    left: -215px;
    right: auto;
    transition: all 0.9s ease;
    top: 0;
    width: 215px;
    height: 100%;
    background: #21304d;
    border: 0;
    margin: 0;
    padding: 200px 0 0 0;
    text-align: left;
}
nav.menu ul li.langmenu {
 display:inline-block;  
}
nav.menu ul li.langmenu a, nav.menu ul li.langmenu a:link, nav.menu ul li.langmenu a:visited {
    background: #00ffb3;
    padding: 0 20px;
    margin: 0;
    color: #21304D;
    font-weight: bold;
}
#langlist {
display:none;
}

@media only screen and (min-width: 992px) {
    nav.menu ul {
        position: relative;
        padding: 0;
        width: 860px;
        left: 160px;
        right: auto;
        text-align: left;
        float: left;
        background: inherit;
    }
}


.overlay nav.menu ul {
    position: relative;
    padding: 0;
    width: 860px;
    left: 160px;
    right: auto;
    text-align: left;
    float: left;
    background: inherit;
}

@media only screen and (max-width: 992px) {
    .overlay nav.menu ul {
        position: relative;
        padding: 0;
        width: 70%;
        left: 160px;
        right: auto;
        text-align: left;
        float: left;
        background: inherit;
    }
}

nav.menu ul li {
    margin: 0 0px 0 30px;
    line-height: 50px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
        line-height: 60px;
    }
}

@media only screen and (min-width: 1025px) {
    nav.menu ul li a, nav.menu ul li a:link, nav.menu ul li a:visited {
        font-size: 20px;
    }
}

nav.menu ul li a, nav.menu ul li a:link, nav.menu ul li a:visited {
    color: #FFF;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    transition: width 0.4s ease-in;
    font-size: 14px;
}

    nav.menu ul li a:after, nav.menu ul li a:link:after, nav.menu ul li a:visited:after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        background-color: #0e6ab3;
        left: 0;
        bottom: -6px;
        transition: width 0.4s ease-in;
    }

    nav.menu ul li a:hover:after, nav.menu ul li a:link:hover:after, nav.menu ul li a:visited:hover:after {
        width: 100%;
    }

    nav.menu ul li a.active:after {
        width: 100%;
    }

.hamburger-menu {
    width: 40px;
    height: 30px;
    top: 15px;
    left: 115px;
    position: fixed;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
}

@media only screen and (min-width: 768px) {
    .hamburger-menu {
        top: 15px;
        left: 160px;
    }
}

@media only screen and (min-width: 992px) {
    .hamburger-menu {
        display: none;
    }
}

.hamburger-menu.open span:nth-child(1) {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -2px;
    left: 6px;
}

.hamburger-menu.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.hamburger-menu.open span:nth-child(3) {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 27px;
    left: 6px;
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #FFF;
    opacity: 1;
    left: 0;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

    .hamburger-menu span:nth-child(1) {
        top: 0px;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

.menu-icon.open span .hamburger-menu span:nth-child(1) {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

.hamburger-menu span:nth-child(2) {
    top: 12px;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.hamburger-menu span:nth-child(3) {
    top: 24px;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
/* 6. Main
-------------------------------------------------------------- */


.form .form-group {
    margin: 27px 0;
    position: relative;
    z-index: 10;
}
#reservation .form.booking-form .form-group {
    display: inline-block;
    margin: 30px 5px;
}

#reservation .form.booking-form .form-group.heading {
    display:block;
}
    .form .form-group.check-in, .form .form-group.check-out {
        width: 45%;
        float: left;
    }

    .form .form-group.check-out {
        float: right;
    }

.form .form-group_date {
    margin: -30px 0;
}

    .form .form-group_date:after {
        display: block;
        clear: both;
        content: '';
    }

.form label {
    position: absolute;
    font-size: 14px;
    font-weight: normal;
    top: 10px;
    left: 11px;
    color: #21304d;
    transition: all 0.5s ease;
}

    .form label.filled {
        top: -20px;
        left: 0px;
        font-weight: 600;
    }

.form input, .form select {
    border: 2px solid #21304d;
    padding: 10px;
    width: 100%;
    background: none;
}

#reservation .form.booking-form input, .booking-form .form select {
    border: 2px solid #21304d;
    padding:12px 10px;
    width: 100%;
    height: 41px;
    font-size: 14px;
    border-radius: 0;
     background: #fff;
}
#reservation .booking-form .comiseo-daterangepicker-triggerbutton.ui-button {
    border: 2px solid #21304d;
    width: 100%;
    min-width: 100%;
    height: 41px;
    border-radius: 0;
   background: #fff;
    font-size: 14px;
}


.shadow {
    /*background: rgba(0, 0, 0, 0.5);
    background: rgba(33, 48, 77, 0.5);

    */
    background: rgba(3, 12, 29, 0.6) ;    
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    transition: all 0.3s ease;
}

a:hover .shadow {
    background: rgba(33, 48, 77, 0.2);
}

.main {
    width: 100%;
    height: 100%;
    background: url(https://8cb29e.claudeassets.com/20181022032833im_/http://www.trypistanbulsancaktepe.com/images/slider.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

    .main .main-banner {
        position: absolute;
        width: 80%;
        left: 15%;
        top: 25%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        z-index: 99;
    }

    .main .main-info {
        position: absolute;
        width: 80%;
        right: 5%;
        bottom: 12%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        z-index: 99;
    }

    .main .main-banner h1 {
        display: inline-block;
        margin: 0;
        font-size: 20px;
        line-height: 20px;
        padding: 10px 0 5px 0;
        border-top: 4px solid #00ffb2;
        font-weight: 500;
    }



    .main .main-banner hr {
        opacity: 0;
        display: block;
        border: none;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        height: 0;
    }

    .main .main-banner h2 {
        display: inline-block;
        margin: 0;
        font-size: 20px;
        line-height: 20px;
        padding: 5px 0 10px 0;
        border-bottom: 4px solid #e6048a;
        font-weight: 500;
    }

@media only screen and (min-width: 768px) {
    .main .main-banner h1 {
        font-size: 45px;
        line-height: 35px;
        padding: 30px 0 10px 0;
    }

    .main .main-banner h2 {
        font-size: 45px;
        line-height: 35px;
        padding: 10px 0 30px 0;
    }
}

.main .main-info h3 {
    font-size: 20px;
    text-align: right;
}

@media only screen and (min-width: 992px) {
    .main .main-info {
        width: 80%;
    }
}

.main .scroll-down, .main .scroll-down:link, .main .scroll-down:visited {
    display: none;
}

@media only screen and (min-width: 992px) {
    .main .scroll-down, .main .scroll-down:link, .main .scroll-down:visited {
        width: 150px;
        font-size: 15px;
        color: white;
        text-align: center;
        display: block;
        transition: all 0.4s ease-out;
        position: absolute;
        bottom: 5%;
        padding: 0 0 1% 0;
        left: 50%;
        margin-left: -75px;
        z-index: 999;
        background: url(https://92e7eb.claudeassets.com/20181022032833im_/http://www.trypistanbulsancaktepe.com/images/arrow-scroll.png) no-repeat center bottom;
        background-size: 15% 28%;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes moveInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes moveOutToLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-50%);
    }
}

@keyframes moveInFromRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes moveOutToRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(50%);
    }
}

@keyframes moveInFromDown {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes moveOutToDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(50%);
    }
}

@keyframes moveInFromUp {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes moveOutToUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}

.section {
    animation-duration: .4s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;
}

.is-exiting .section {
    transition-timing-function: ease-out;
}

#main[data-transition=fade] .section {
    animation-name: fadeIn;
}

#main[data-transition=fade].is-exiting .section {
    animation-name: fadeOut;
}

#main[data-transition=moveLeft] .section {
    animation-name: moveInFromLeft;
}

#main[data-transition=moveLeft].is-exiting .section {
    animation-name: moveOutToRight;
}

#main[data-transition=moveRight] .section {
    animation-name: moveInFromRight;
}

#main[data-transition=moveRight].is-exiting .section {
    animation-name: moveOutToLeft;
}

#main[data-transition=moveDown] .section {
    animation-name: moveInFromUp;
}

#main[data-transition=moveDown].is-exiting .section {
    animation-name: moveOutToDown;
}

#main[data-transition=moveUp] .section {
    animation-name: moveInFromDown;
}

#main[data-transition=moveUp].is-exiting .section {
    animation-name: moveOutToUp;
}


.late {
    animation-duration: .8s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;
}

#main[data-transition=fade] .late {
    animation-name: fadeIn;
}

#main[data-transition=fade].is-exiting .late {
    animation-name: fadeOut;
}

#main[data-transition=moveLeft] .late {
    animation-name: fadeIn;
}

#main[data-transition=moveLeft].is-exiting .late {
    animation-name: fadeOut;
}

#main[data-transition=moveRight] .late {
    animation-name: fadeIn;
}

#main[data-transition=moveRight].is-exiting .late {
    animation-name: fadeOut;
}

#main[data-transition=moveDown] .late {
    animation-name: fadeIn;
}

#main[data-transition=moveDown].is-exiting .late {
    animation-name: fadeOut;
}

#main[data-transition=moveUp] .late {
    animation-name: fadeIn;
}

#main[data-transition=moveUp].is-exiting .late {
    animation-name: fadeOut;
}

/* 7. Info
-------------------------------------------------------------- */
.info {
    background: url(https://0e3be5.claudeassets.com/20181022032833im_/http://www.trypistanbulsancaktepe.com/images/info.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    height: 100%;
}

    .info:after {
        background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 60%);
        width: 100%;
        content: '';
        height: 100%;
    }

    .info .info-inner {
        padding: 10%;
        color: #fff;
    }

@media only screen and (min-width: 992px) {
    .info .info-inner {
        width: 30%;
        position: absolute;
        padding: 0;
        left: 10%;
    }
}

.info span {
    width: 107%;
    height: auto;
    overflow: hidden;
    float: left;
    display: block;
    padding: 18px 0 18px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
/* 8. Special
-------------------------------------------------------------- */
.special .special-info {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0 30px 0 30px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    color: #fff;
}

    .special .special-info p {
        margin-bottom: 20px;
    }

.special .inner-block {
    cursor: auto;
}
/* 9. Contacts
-------------------------------------------------------------- */
.contacts a {
    color: #000;
    text-decoration: underline;
}

.contacts h3 {
    margin: 15px 0 10px;
}

.contacts .google-map {
    height: 400px;
}

@media only screen and (min-width: 992px) {
    .contacts .google-map {
        width: 75%;
        height: 100%;
        position: relative;
        float: right;
    }
}

.contacts .map-info {
    background-color: white;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 30px;
}

    .contacts .map-info > div {
        margin-bottom: 20px;
        float: left;
        width: 100%;
    }

@media only screen and (min-width: 992px) {
    .contacts .map-info {
        padding: 130px 0 0 20px;
        width: 25%;
        height: 100%;
        position: relative;
        float: left;
        display: block;
        text-align: left;
    }
}
/* 10. Modal
-------------------------------------------------------------- */
.overlay {
    height: 0%;
    position: absolute;
    transition: height 0.5s ease;
    background: #fff;
    width: 100%;
    overflow-y: scroll;
    z-index: 102;
    /*Form*/
}
#reservation {
    position: fixed;
    top: 60px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    z-index: 102;
    background: #21304d url(https://4728e8.claudeassets.com/20181022032833im_/http://www.trypistanbulsancaktepe.com/images/booking_bg.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    /* width: 100%; */
    /* height: 100%; */
}
@media only screen and (max-width: 767px) {
#reservation {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 103;
    background: #21304d url(https://4728e8.claudeassets.com/20181022032833im_/http://www.trypistanbulsancaktepe.com/images/booking_bg.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    /* width: 100%; */
    /* height: 100%; */
}
.form.booking-form .form-group {
    display: inline-block;
    margin: 10px 5px;
    width: 100%;
}
}

#reservation .booking-form {
    margin: 30px auto 30px;
    display: table;
    color: #21304d;
    position: relative;
    /* background: #fff; */
    padding: 10px 30px;
    /* border: solid 2px #fff; */
    text-align: center;
    min-width: 300px;
}
#reservation h3 {
    text-transform: uppercase;
    margin-bottom: 0;
    /* background: #00ffb3; */
    line-height: 60px;
    margin: 0;
    text-align: center;
    font-size: 40px;
        font-weight: 400;
}
    #reservation h4 {
text-transform: uppercase;
    margin-bottom: 0;
    /* background: #00ffb3; */
    line-height: 40px;
    margin: 0;
    text-align: center;
    font-size: 20px;
        font-weight: 400;

    }
    #reservation .close {
background: #00ffb3 url(https://9f337f.claudeassets.com/20181022032833im_/http://www.trypistanbulsancaktepe.com/images/close_up.png) center center no-repeat;
    /* background-size: cover; */
    width: 60px;
    height: 60px;
    color: #21304d;
    position: absolute;
    right: 0;
    top: 0px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 600;
    cursor:pointer;
    }

    .overlay.active {
        height: 100%;
        transition: height 0.5s ease;
    }

        .overlay.active + .mask {
            overflow: hidden;
        }

    .overlay.inprogress:after {
        content: 'TRYP By Wyndham';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        animation-name: flyInTop;
    }

    .overlay h1 {
        margin: 42px 0;
    }

@media only screen and (max-width: 767px) {
    .overlay h1 {
        font-size: 2em;
    }
}

.overlay h3 {
    text-transform: uppercase;
    margin-bottom: 18px;
}

.overlay .block_aside h3 {
    text-transform: uppercase;
    margin-bottom: 0;
    background: #00ffb3;
    line-height: 60px;
    margin: 0;
    text-align: center;
    font-size: 26px;
}

.overlay p {
    margin-bottom: 18px;
}

.overlay nav ul {
}

@media only screen and (max-width: 767px) {
    .overlay nav ul {
        position: absolute;
        left: 90px !important;
    }

        .overlay nav ul li {
            letter-spacing: normal;
        }

    nav.menu ul li {
        margin: 0 0px 0 20px;
        line-height: 30px;
        letter-spacing: 1.0px;
        text-transform: uppercase;
    }

        nav.menu ul li a, nav.menu ul li a:link, nav.menu ul li a:visited {
            font-size: 11px;
        }
}

.overlay nav ul li {
    display: inline-block;
}

.overlay .slick-slide img {
    width: 100%;
}

.overlay .block_description::before, .overlay .block_description::after {
    content: ' ';
    display: table;
}

.overlay .block_description::after {
    clear: both;
}

.overlay .block_description a {
    color: #000;
}

.overlay .block_description .block-2, .overlay .block_description .block-3, .overlay .block_description .block-4 {
    float: left;
    width: 50%;
}

    .overlay .block_description .block-2 img, .overlay .block_description .block-3 img, .overlay .block_description .block-4 img {
        width: 100%;
        position: static;
        padding: 5px;
        max-width: 400px;
    }

.overlay .block_description .block-3 {
    width: 33%;
}

.overlay .block_description .block-4 {
    width: 25%;
}

.overlay .gallery-content {
    text-align: center;
}

    .overlay .gallery-content a.albom {
        margin-bottom: 20px;
    }

.overlay .gallery-albom a {
    min-height: 167px;
}

.overlay .block_info-wrapper {
    background: #21304d;
    margin-bottom: 36px;
    color: #fff;
    padding: 20px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .overlay .block_info {
        padding-right: 43%;
    }
}

@media only screen and (min-width: 992px) {
    .overlay .block_info {
        padding-right: 32%;
    }
}

.overlay .block_info h1 {
    margin: 10px 20px;
    font-size: 26px;
}

.overlay .block_info .inner-block {
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: none;
    width: 100%;
    float: left;
}

@media only screen and (min-width: 768px) {
    .overlay .block_info .inner-block {
        border-right: 1px solid #fff;
        border-bottom: none;
        width: 33.333%;
    }
}

.overlay .block_info .inner-block:nth-last-child(2) {
    border: none;
}

.overlay .block_info-value {
    font-size: 18px;
}

.overlay .block_aside-wrapper {
    position: relative;
    margin-top: 40px;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .overlay .block_aside-wrapper {
        top: -35px;
        position: absolute;
        right: 3%;
        width: 40%;
        margin-top: 0;
    }
}

@media only screen and (min-width: 992px) {
    .overlay .block_aside-wrapper {
        width: 29%;
    }
}

.overlay .block_aside-wrapper::after {
    background: url(https://af574a.claudeassets.com/20181022032833im_/http://www.trypistanbulsancaktepe.com/images/leafe.svg) no-repeat;
    content: "";
    display: block;
    width: 135px;
    height: 400px;
    position: absolute;
    top: 11%;
    right: 0;
    opacity: 0.1;
    background-size: 400px;
}

.overlay .block_aside {
    border: 2px solid #21304d;
    color: #252525;
    background-color: #fff;
    padding: 30px 20px;
}

    .overlay .block_aside .btn-menu {
        display: -ms-flexbox;
        display: flex;
        line-height: 12px;
        margin-bottom: 12px;
    }

        .overlay .block_aside .btn-menu .dot {
            -ms-flex-positive: 1;
            flex-grow: 1;
            border-bottom: 1px dotted #000;
        }

.overlay .block_aside-price {
    text-align: center;
    margin-bottom: 0px;
    font-size: 20px;
    /* border-bottom: 1px solid; */
    padding-bottom: 15px;
}

    .overlay .block_aside-price sup {
        font-size: 14px;
        margin-right: 5px;
    }

.overlay .block_aside-title {
    text-align: center;
    border-bottom: 1px solid;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.overlay .btn-booking {
    text-align: center;
    width: 80%;
    display: block;
    margin: 0 auto;
}

.overlay .block_content {
    padding: 36px 0 30px;
    border-bottom: 1px solid #c6c5c5;
}

@media only screen and (min-width: 768px) {
    .overlay .block_content {
        padding: 0 0 60px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .overlay .block_content-wrapper {
        padding-right: 43%;
    }
}

@media only screen and (min-width: 992px) {
    .overlay .block_content-wrapper {
        padding-right: 33%;
    }
}

.overlay .block_description {
    padding: 0px 0 30px;
}

.overlay .block_feature {
    border-top: 1px solid #c6c5c5;
    padding: 20px 0 10px;
}

    .overlay .block_feature ul {
        margin-left: 20px;
    }

        .overlay .block_feature ul::before, .overlay .block_feature ul::after {
            content: ' ';
            display: table;
        }

        .overlay .block_feature ul::after {
            clear: both;
        }

        .overlay .block_feature ul li {
            float: left;
            width: 50%;
        }

    .overlay .block_feature .fa {
        width: 32px;
        text-align: center;
    }

.overlay .block_partners {
    border-top: 1px solid #c6c5c5;
    padding: 38px 0 10px;
}

.overlay .partners_row::before, .overlay .partners_row::after {
    content: ' ';
    display: table;
}

.overlay .partners_row::after {
    clear: both;
}

.overlay .partners_item {
    width: 33%;
    float: left;
}

    .overlay .partners_item a img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        max-width: 100%;
        opacity: 0.7;
    }

    .overlay .partners_item a:hover img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        opacity: 1;
    }

.overlay .btn-menu {
    cursor: pointer;
}



.overlay .close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #000;
    z-index: 999;
    background: url(https://08228c.claudeassets.com/20181022032833im_/http://www.trypistanbulsancaktepe.com/images/close.png);
    width: 40px;
    height: 40px;
    font-size: 0;
    background-size: 100%;
}

@media only screen and (max-width: 426px) {
    .overlay .close {
        width: 30px !important;
        height: 30px !important;
        top: 0 !important;
        right: 0 !important;
    }
}

.overlay .close:hover {
    opacity: 0.7;
}

.overlay .dc-left {
    float: left;
    width: 25%;
}

.overlay .dc-right {
    float: left;
    width: 75%;
}

.overlay .top_content,
.overlay .content,
.overlay nav.menu {
    padding: 0 20px;
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .overlay nav.menu {
        height: 70px;
    }
}

.overlay .carousel_content {
    margin-bottom: 0px;
    min-height: 166px;
}

.overlay .reservation {
    right: 20px;
}

.overlay .bottom_content {
    padding: 40px 0;
    position: relative;
    margin: 20px 0 0 0;
}

@media only screen and (max-width: 767px) {
    .overlay .bottom_content {
        text-align: center;
    }
}

.overlay .bottom_content > div {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .overlay .bottom_content > div {
        position: relative;
        display: block;
        float: none;
        -ms-transform: none;
        transform: none;
        left: 0;
        top: 0;
        margin-bottom: 20px;
    }
}

.overlay .social {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 36px;
}

.overlay .phone {
    float: right;
}
/* 11. Sidemenu
-------------------------------------------------------------- */
body.sm-activate {
    overflow: hidden;
}

.sm-menu {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    width: 80%;
    height: 80%;
    left: 50%;
    top: 150%;
    margin-left: -40%;
    margin-top: -40%;
    z-index: 101;
    background: none;
    font-family: Roboto;
}

@media only screen and (min-width: 992px) {
    .sm-menu {
        max-width: 800px;
        max-height: 500px;
        margin-left: -400px;
        margin-top: -250px;
    }
}

.sm-menu.animated {
    transition: all 0.5s ease-in-out;
}

.sm-menu.sm-bottom-left {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 150%;
    left: -150%;
}

.sm-menu.sm-bottom-right {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 150%;
    left: 150%;
}

.sm-menu.sm-top {
    top: -150%;
}

.sm-menu.sm-top-left {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -150%;
    left: -150%;
}

.sm-menu.sm-top-right {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -150%;
    left: 150%;
}

.sm-menu.sm-left {
    top: 50%;
    left: -150%;
}

.sm-menu.sm-right {
    top: 50%;
    left: 150%;
}

.sm-menu.re-rotate {
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.sm-menu.ff-hack {
    opacity: 1;
    visibility: visible;
    top: 50%;
    left: 50%;
}

.sm-menu .sm-nav {
    transform: translate3d(50%, 0, 0) scale(0.002, 1);
    transition: all 0.5s ease-in-out;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #333;
}

    .sm-menu .sm-nav.left {
        padding: 40px;
    }

        .sm-menu .sm-nav.left .ui-tabs-active a {
            color: #000;
            text-decoration: line-through;
        }

    .sm-menu .sm-nav.right {
        padding: 40px 30px;
    }

        .sm-menu .sm-nav.right li {
            margin-bottom: 15px;
            line-height: 12px;
            padding: 5px;
            display: -ms-flexbox;
            display: flex;
        }

            .sm-menu .sm-nav.right li .dot {
                -ms-flex-positive: 1;
                flex-grow: 1;
                border-bottom: 1px dotted #fff;
            }

            .sm-menu .sm-nav.right li p {
                color: #eee;
                position: relative;
            }

.sm-menu.sm-horizontal .sm-nav {
    transform: translate3d(25%, 0, 0) scale(0.5, 0.002);
}

    .sm-menu.sm-horizontal .sm-nav.animated {
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    .sm-menu.sm-horizontal .sm-nav:nth-child(2) {
        transform: translate3d(-25%, 0, 0) scaleX(0.5) scaleY(0.002);
        right: 0;
    }

.sm-menu p {
    margin: 0;
}

    .sm-menu p.const {
        font-size: 12px;
    }

.sm-menu .sm-nav {
    text-align: center;
}

    .sm-menu .sm-nav ul li {
        float: none;
        display: block;
    }

    .sm-menu .sm-nav .nav-inner {
        display: none;
        animation-duration: 1s;
        animation-fill-mode: both;
        vertical-align: middle;
        white-space: normal;
        text-align: left;
    }

        .sm-menu .sm-nav .nav-inner.animated {
            display: block;
        }

        .sm-menu .sm-nav .nav-inner a {
            font-size: 20px;
            padding: 5px 0;
            font-weight: 300;
            display: block;
            color: white;
        }

            .sm-menu .sm-nav .nav-inner a:hover {
                color: #000;
                text-decoration: line-through;
            }

    .sm-menu .sm-nav:nth-child(2) {
        transform: translate3d(-50%, 0, 0) scaleX(0.002);
        right: 0;
        background: #000;
    }

    .sm-menu .sm-nav.animated {
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    .sm-menu .sm-nav:after {
        content: "";
        position: relative;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
        display: inline-block;
    }

.sm-menu .sm-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    padding: 10px 15px;
    font-size: 30px;
    font-weight: 100;
    line-height: 100%;
    color: white;
}

    .sm-menu .sm-close:hover {
        color: black;
    }

.sm-overlay {
    cursor: pointer;
    height: 100%;
    width: 100%;
    background: #2E3B4E;
    opacity: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    overflow: hidden;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.sm-button {
    position: fixed;
    top: 20px;
    right: 20px;
    color: white;
    font-weight: bold;
    padding: 2px 5px;
    z-index: 102;
}

    .sm-button :hover {
        border-bottom: 2px solid white;
        color: white;
    }

body.sm-activate .sm-overlay {
    opacity: 1;
    visibility: visible;
}

@keyframes flyInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes flyInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes flyInTop {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-1000px);
    }
}

.flyInRight {
    animation-name: flyInRight;
}

.flyInLeft {
    animation-name: flyInLeft;
}

@media (min-width: 992px) and (max-width: 1224px) {
    nav.menu ul li{
        margin: 0 0px 0 10px;
    }
}

@font-face{font-family:'weather';src:url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot");src:url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot#iefix") format("embedded-opentype"),url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff") format("woff"),url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf") format("truetype"),url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg") format("svg");font-weight:normal;font-style:normal}.icon-0:before{content:":"}.icon-1:before{content:"p"}.icon-2:before{content:"S"}.icon-3:before{content:"Q"}.icon-4:before{content:"S"}.icon-5:before{content:"W"}.icon-6:before{content:"W"}.icon-7:before{content:"W"}.icon-8:before{content:"W"}.icon-9:before{content:"I"}.icon-10:before{content:"W"}.icon-11:before{content:"I"}.icon-12:before{content:"I"}.icon-13:before{content:"I"}.icon-14:before{content:"I"}.icon-15:before{content:"W"}.icon-16:before{content:"I"}.icon-17:before{content:"W"}.icon-18:before{content:"U"}.icon-19:before{content:"Z"}.icon-20:before{content:"Z"}.icon-21:before{content:"Z"}.icon-22:before{content:"Z"}.icon-23:before{content:"Z"}.icon-24:before{content:"E"}.icon-25:before{content:"E"}.icon-26:before{content:"3"}.icon-27:before{content:"a"}.icon-28:before{content:"A"}.icon-29:before{content:"a"}.icon-30:before{content:"A"}.icon-31:before{content:"6"}.icon-32:before{content: "2";}.icon-33:before{content:"6"}.icon-34:before{content:"1"}.icon-35:before{content:"W"}.icon-36:before{content:"1"}.icon-37:before{content:"S"}.icon-38:before{content:"S"}.icon-39:before{content:"S"}.icon-40:before{content:"M"}.icon-41:before{content:"W"}.icon-42:before{content:"I"}.icon-43:before{content:"W"}.icon-44:before{content:"a"}.icon-45:before{content:"S"}.icon-46:before{content:"U"}.icon-47:before{content:"S"}
/*
     FILE ARCHIVED ON 10:57:21 Mar 14, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:06:41 Sep 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.613
  exclusion.robots: 0.068
  exclusion.robots.policy: 0.053
  esindex: 0.011
  cdx.remote: 6.177
  LoadShardBlock: 60.958 (3)
  PetaboxLoader3.datanode: 58.498 (4)
  PetaboxLoader3.resolve: 47.9 (2)
  load_resource: 50.877
*/