
@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular-webfont.woff2') format('woff2'),
    url('fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('fonts/lato-light-webfont.woff2') format('woff2'),
    url('fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*{word-wrap:break-word;}
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{border:0;font-size:100%;margin:0;padding:0}
*{margin:0;padding:0;}
.clear-fix:after{display:block;clear:both;content:"";}
.clear-both{clear:both;}
.fl{float:left;}
.fr{float:right;}
.fn{float:none;}
.db{display:block;}
.dn{display:none;}
.dib{display:inline-block;}
.pr{position:relative;}
.pa{position:absolute}
.baselight{color:#fff;}
.basedark{color:#000!important;}
::-ms-clear{display:none;}
:focus{outline:none !important;}
.table-cell{display:table-cell;vertical-align:middle;}
textarea{resize:none;}

i,
em,
.italic{font-style:italic;}
ul {list-style:none;}
a, a:hover, a:visited, a:focus{text-decoration:none;}
.tu{text-transform:uppercase;}
.no-padding{padding-left:0;padding-right:0;}
.no-margin{margin-right:0;margin-left:0;}

body {
    font-family: 'latoregular', sans-serif;
    font-size: 1.3vw;
}

.img100 {
    width: 100%;
}

.m_cell, .m_logo {
    display: none;
}

.divider {
    display: block;
}

.logo {
    width: 4.2vw;
    display: inline-block;
}

.content {
    width: 80%;
    margin: 0 auto;
    padding: 2vw 0;
}

header {
    background-color: #ac162c;
    height: 5.2vw;
    padding: 0 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header h1 {
    width: 29.2%;
}

header h1 a {
    display: inline-block;
}

header nav {
    width: 50%;
}

header nav ul {
    display: flex;
    justify-content: space-between;
}

header nav ul li a, header nav ul li span {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.09vw;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0.3vw 1.1vw;
    display: inline-block;
}

header nav ul li span {
    cursor: pointer;
}

header nav ul li a:hover {
    color: #d8d8d8;
}

header nav ul li > ul.sub_menu {
    flex-direction: column;
    position: absolute;
    z-index: 12;
    background-color: #ac162c;
    display: none;
}

header nav ul li:first-child:hover ul.sub_menu {
    display: block;
}

main {
    background-color: #ac162c;
}

/*swiper*/

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    background-color: #ac162c;
}

.txt_card {
    width: 100%;
    height: 16.5vw;
    display: flex;
    align-items: center;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 17.2vw;
}

.swiper-pagination-bullet-active {
    background: #AD9651;
}

.swiper-button-prev, .swiper-button-next {
    top: 35%;
    z-index: 11;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.4vw;
    height: 4.6vw;
}

.swiper-button-prev {
    left: 2vw;
    background-image: url("../images/left_icon.png");
}

.swiper-button-next {
    right: 2vw;
    background-image: url("../images/right_icon.png");
}

.swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.3vw;
}

.swiper-pagination-bullet {
    width: 1vw;
    height: 1vw;
    background: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #ac162c;
}

.swiper_card, .swiper_card.interiors {
    position: relative;
}

.swiper_card.interiors:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/1328BackSplashRed.png);
    background-repeat: no-repeat;
    background-size: 70%;
}

.bg_style {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding-bottom: calc(100vh - 161px);
}

.interiors_slide .bg_style {
    padding-bottom: calc(100vh - 61px);
}

.swiper_card.interiors a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 4%;
    right: 4%;
    z-index: 2;
    background-color: #ac162c;
    color: #fff;
    border: 0;
    border-radius: 5vw;
    width: 17vw;
    height: 3vw;
    font-size: 1.09vw;
    font-weight: bold;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.swiper_card.interiors a:hover {
    background-color: #981a26;
}

/*swiper--end*/

.content h2, .content p,
.content span.underwrite,
.contact_titles h3,
#marker-keys h2
{
    color: #fff;
}

.content h2, #marker-keys h2 {
    font-size: 1.8vw;
    font-weight: 600;
    margin: 0 0 0.5vw;
    text-transform: uppercase;
}

#marker-keys h2, .marker-icon {
    text-align: center;
}

.content p, .content span.underwrite{
    font-family: 'latolight';
}

.content span.underwrite {
    font-size: 0.6vw;
}

.av_card {
    position: relative;
}

.bg_style.av_bg {
    display: flex;
    justify-content: center;
}

.av_card a {
    position: absolute;
    top: 45%;
    background-color: #ac162c;
    color: #fff;
    border-radius: 0.7vw;
    width: 23.4vw;
    height: 3vw;
    font-size: 1.8vw;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_content {
    width: 70%;
    margin: auto;
}

.contact_card {
    padding: 5vw 0;
}

.contact_titles {
    text-align: center;
    padding-bottom: 1.4vw;
    color: #fff;
}

.contact_titles h2 {
    padding-bottom: 1vw;
    font-size: 1.4vw;
}

.contact_titles h2 a {
    background-color: #ac162c;
    color: #fff;
    border-radius: 5vw;
    border: 1px solid #fff;
    width: 17vw;
    height: 3vw;
    line-height: 3vw;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.contact_titles h2 a:hover {
    color: #fff;
}

.contact_titles h3 {
    font-size: 1vw;
    font-family: 'latolight';
}

.form_card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form_layout {
    padding-bottom: 2vw;
}

.select_form {
   padding: 2vw 0;
}

.form_layout label {
    color: #fff;
    display: block;
    padding-bottom: 0.6vw;
    text-transform: uppercase;
    font-family: 'latolight';
    padding-left: 0.3vw;
}

.form_list {
    width: 45%;
}

.form_layout,
.form_layout input,
.form_layout textarea
{
    width: 100%;
}

.form_layout input
{
    padding: 0 5px;
}

.form_layout textarea {
    height: 9vw;
    padding: 5px;
}

.ui-selectmenu-button.ui-button {
    height: 2.5vw;
    line-height: 2.5vw;
    width: 100%;
    background-color: #981a26;
    border: 0;
    padding: 0 1vw;
    font-size: 1.2vw;
    border-radius: 3px;
    font-family: 'latolight';
    color: #fff;
    margin-top: 0.3vw;
}

.ui-button .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("../images/arrow_down.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 1.1vw;
    height: 1.1vw;
    padding-top: 2.5vw;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 0;
    background: transparent;
    color: #fff;
    font-family: 'latoregular';
}

.ui-widget-content {
    font-size: 1.2vw;
    color: #fff;
    font-family: 'latoregular';
}

.ui-widget.ui-widget-content {
    border: 1px solid #981a26;
    border-top: 2px solid transparent;
    background: #981a26;
}

.submit_btn {
    display: flex;
    justify-content: flex-end;
}

.submit_btn button[type=submit] {
    background-color: #981a26;
    color: #fff;
    border: 0;
    border-radius: 3px;
    text-transform: uppercase;
    width: 7vw;
    height: 2.5vw;
    font-weight: bold;
    font-size: 1.2vw;
}

footer.content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
}

.footer_logos {
    text-align: center;
    margin: 0 auto 1.5vw;
}

.footer_logos img {
    width: 3.4vw;
}

.footer_logos img:first-child {
    margin-right: 2vw;
    width: 2.5vw;
}

footer p {
    font-size: 0.6vw;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'latoregular';
}

.navicon-button {
    display: none;
}

#marker-keys .marker-container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 60%;
    padding: 2vw 0;
}

#marker-keys h2 {
    padding-bottom: 2vw;
}

#marker-keys .marker-container > div {
    display: flex;
}

#marker-keys .marker-container .marker-key {
    width: 33%;
}

#marker-keys .marker-container .marker-key .marker-label {
    color: #fff;
    font-family: 'latoregular';
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
    /*nav-icon-button start*/

    .navicon-button {
        display: block;
        position: absolute;
        top: 0;
        padding: 29px 0;
        transition: 0.25s;
        cursor: pointer;
        user-select: none;
        right: 3%;
        z-index: 4;
    }
    .navicon-button .navicon:before, .navicon-button .navicon:after {
        transition: 0.25s;
    }
    .navicon-button:hover {
        transition: 0.5s;
        opacity: 1;
    }

    .navicon {
        position: relative;
        width: 32px;
        height: 2px;
        transition: 0.5s;
    }

    .navicon {
        background: #fff;
    }

    .navicon:before, .navicon:after {
        display: block;
        content: "";
        height: 2px;
        width: 32px;
        position: absolute;
        transition: 0.5s 0.25s;
    }

    .navicon:before, .navicon:after {
        background: #fff;
    }

    .navicon:before {
        top: 8px;
    }
    .navicon:after {
        top: -8px;
    }

    .open:not(.steps) .navicon:before,
    .open:not(.steps) .navicon:after {
        top: 0 !important;
    }

    .open .navicon:before,
    .open .navicon:after {
        transition: 0.5s;
    }

    .open {
        transform: scale(0.75);
    }

    .open.plus .navicon,
    .open.x .navicon {
        background: transparent;
    }
    .open.plus .navicon:before,
    .open.x .navicon:before {
        transform: rotate(-45deg);
        background: #fff;
    }
    .open.plus .navicon:after,
    .open.x .navicon:after {
        transform: rotate(45deg);
        background: #fff;
    }

    .open.plus {
        transform: scale(0.75) rotate(45deg);
    }
    /*nav-icon-button end*/

    header {
        height: 60px;
    }

    header nav {
        width: 100%;
        height: 100%;
        display: none;
        justify-content: center;
        background-color: #ac162c;
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        animation: mfadeInTopBig 0.5s forwards;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }

    @-webkit-keyframes mfadeInTopBig {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d( 0, -2000px, 0 );
        }

        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    @keyframes mfadeInTopBig {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
        }

        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    .mfadeInTopBig {
        -webkit-animation-name: mfadeInTopBig;
        animation-name: mfadeInTopBig;
        display: flex;
    }

    header nav ul {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    header nav ul li > ul.sub_menu {
        position: static;
    }

    header nav ul li a, header nav ul li span {
        font-size: 1.7vw;
        margin: 0;
        padding-bottom: 1.5vw;
    }

    header > nav > ul > li:last-child > a {
        padding-bottom: 0;
    }

    .m_logo {
        position: absolute;
        left: 4%;
        top: 2%;
        z-index: 3;
    }

}

@media only screen and (max-width: 912px) {

    header nav ul li a, header nav ul li span {
        font-size: 3vw;
        padding-bottom: 3vw;
    }

    header {
        height: 70px;
    }

    header h1 {
        width: 42.2%;
    }

    .navicon-button {
        padding: 34px 0;
    }

    .swiper_card.interiors a {
        right: 2%;
        width: 20vw;
        height: 4vw;
        font-size: 1.3vw;
    }

    .content h2, #marker-keys h2 {
        margin: 0 0 1vw;
    }

    .content span.underwrite, footer p {
        font-size: 0.8vw;
    }

    .content span.underwrite {
        margin-top: 1vw;
        display: inline-block;
    }

    .txt_card {
        height: 21vw;
    }

    .swiper-pagination-fraction,
    .swiper-pagination-custom,
    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 22.2vw;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 480px) and (orientation: landscape) {
    header nav > ul {
        height: 100vw;
        width: 100%;
        background-color: #ac162c;
    }

    .navicon-button {
        padding: 25px 0;
    }
}

@media only screen and (max-width: 540px) {
    header {
        height: 50px;
    }

    header h1 {
        width: 52.2%;
    }

    .navicon-button {
        padding: 24px 0;
    }

    .navicon,
    .navicon:before, .navicon:after {
        width: 27px;
    }

    .txt_card {
        height: 90vw;
        align-items: flex-start;
    }

    .swiper-pagination-fraction, .swiper-pagination-custom,
    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 91.2vw;
    }

    body, .swiper_card.interiors a,
    .av_card a, header nav ul li a,
    header nav ul li span,
    .contact_titles h3,
    .submit_btn button[type=submit]
    {
        font-size: 3.6vw;
    }

    header nav ul li a, header nav ul li span {
        padding-bottom: 4vw;
    }

    .content h2, #marker-keys h2, .contact_titles h2 {
        font-size: 5.6vw;
    }

    .contact_titles h2 {
        padding-bottom: 3vw;
    }

    .contact_titles, .form_layout,
    .select_form, .select_form.last
    {
        padding-bottom: 10vw;
    }

    .contact_card {
        padding: 15vw 0;
    }

    .ui-selectmenu-button.ui-button {
        height: 10.5vw;
        line-height: 10.5vw;
        font-size: 3.6vw;
        padding: 0 2vw;
    }

    .ui-button .ui-icon,
    .ui-state-hover .ui-icon,
    .ui-state-focus .ui-icon,
    .ui-button:hover .ui-icon,
    .ui-button:focus .ui-icon,
    .ui-state-active .ui-icon,
    .ui-button:active .ui-icon {
        width: 2.1vw;
        height: 2.1vw;
        padding-top: 10.5vw;
    }

    .ui-widget-content
    {
        font-size: 2.8vw;
    }

    #marker-keys .marker-container .marker-key .marker-label {
        font-size: 3.4vw;
    }

    .form_layout label {
        padding-bottom: 1.2vw;
    }

    .form_layout textarea {
        height: 30vw;
    }

    .form_layout input {
        height: 9vw;
        border: 0;
    }

    .form_layout textarea, .form_layout input {
        border-radius: 2px;
        font-size: 3.6vw;
    }

    ::placeholder {
        color: #000;
        opacity: 1;
        font-family: 'latoregular', sans-serif;
        font-size: 3.6vw;
    }
    ::-webkit-input-placeholder {
        color: #000;
        opacity: 1;
        font-family: 'latoregular', sans-serif;
        font-size: 3.6vw;
    }
    :-ms-input-placeholder {  /*Internet Explorer 10-11 */
        color: #000;
        opacity: 1;
        font-family: 'latoregular', sans-serif;
        font-size: 3.6vw;
    }
    ::-ms-input-placeholder {  /*Microsoft Edge */
        color: #000;
        opacity: 1;
        font-family: 'latoregular', sans-serif;
        font-size: 3.6vw;
    }

    .submit_btn button[type=submit] {
        width: 26vw;
        height: 10vw;
    }

    .form_card {
        flex-direction: column;
    }

    .form_list {
        width: 100%;
    }

    .content h2, #marker-keys h2 {
        margin: 0 0 3vw;
    }

    .content span.underwrite, footer p {
        font-size: 2.5vw;
    }

    .content span.underwrite {
        margin-top: 3vw;
    }

    .content, footer.content,
    .contact_content, #marker-keys .marker-container {
        width: 90%;
    }

    .content, #marker-keys .marker-container {
        padding: 6vw 0;
    }

    .footer_logos {
        margin: 0 auto 6vw;
    }

    .footer_logos img {
        width: 8.4vw;
    }

    .footer_logos img:first-child {
        margin-right: 5vw;
        width: 6.5vw;
    }

    .swiper_card.interiors a,
    .contact_titles h2 a
    {
        width: 60.9vw;
        height: 10vw;
    }

    .contact_titles h2 a {
        line-height: 10vw;
    }

    .av_card a {
        width: 50.4vw;
        height: 10vw;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 1vw;
    }

    .swiper-pagination-bullet {
        width: 2vw;
        height: 2vw;
    }

    .swiper_card.interiors:before {
        top: 34vw;
        background-size: 90%;
    }
}



