@import url('//fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Hind:400,300,500,600,700&subset=latin,latin-ext,cyrillic-ext,greek,greek-ext,cyrillic');
@import url(/assets/css/external-libs.css);

@font-face {
    font-family: 'Fontello';
    src: url("fonts/fontello.eot");
    src: url("fonts/fontello.eot?#iefix") format("embedded-opentype"), url("fonts/fontello.woff") format("woff"), url("fonts/fontello.ttf") format("truetype"), url("fonts/fontello.svg#fontello") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Nationale';
    src: url("fonts/nationale-demibold-webfont.eot");
    src: url("fonts/nationale-demibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/nationale-demibold-webfont.woff") format("woff"), url("fonts/nationale-demibold-webfont.woff2") format("woff2"), url("fonts/nationale-demibold-webfont.ttf") format("truetype"), url("fonts/nationale-demibold-webfont.svg#nationale") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Nationale';
    src: url("fonts/nationale-extrabold-webfont.eot");
    src: url("fonts/nationale-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/nationale-extrabold-webfont.woff") format("woff"), url("fonts/nationale-extrabold-webfont.woff2") format("woff2"), url("fonts/nationale-extrabold-webfont.ttf") format("truetype"), url("fonts/nationale-extrabold-webfont.svg#nationale") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Nationale';
    src: url("fonts/nationale-regular-webfont.eot");
    src: url("fonts/nationale-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/nationale-regular-webfont.woff") format("woff"), url("fonts/nationale-regular-webfont.woff2") format("woff2"), url("fonts/nationale-regular-webfont.ttf") format("truetype"), url("fonts/nationale-regular-webfont.svg#nationale") format("svg");
    font-weight: 300;
    font-style: normal
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgb(0, 17, 255);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }
  
.headline {
    font-size: 55px;
    line-height: 1.2em;
    letter-spacing: 0em;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 800;
    color: rgb(57, 57, 57);
}

.headline a:hover {
    text-decoration: underline;
}

nav {
    text-align: right;
}

nav>ul li>a {
    transition: all 0.25s ease-in 0s;
    font-size: 14px;
    color: rgb(57, 57, 57);
    font-weight: 800;
}

nav:before {
    font-size: 30px;
    color: rgb(57, 57, 57);
}

nav>ul>li>ul a {
    color: rgb(255, 255, 255);
}

nav>ul li a:hover {
    background-color: rgba(0, 0, 0, 0);
}

nav>ul li a {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    text-transform: uppercase;
}

nav>ul>li>ul li a {
    background-color: rgb(57, 57, 57);
    margin-bottom: 0px;
}

nav>ul>li>ul li a:hover {
    background-color: rgb(0, 51, 152);
}

nav>ul>li>ul li.active>a {
    background-color: rgb(0, 51, 152);
    color: rgb(255, 255, 255);
}

nav>ul li.active>a {
    color: rgb(0, 51, 152);
}

nav>ul>li>ul a:hover {
    color: rgb(255, 255, 255);
}

nav>ul li>a:hover {
    color: rgb(0, 51, 152);
}

.subtitle {
    font-size: 27px;
    line-height: 1.2em;
    letter-spacing: 0em;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: rgb(0, 51, 152);
    text-align: center;
    font-weight: 800;
}

.preamble {
    font-size: 25px;
    line-height: 1.5em;
    letter-spacing: 0em;
    margin-bottom: 5px;
    color: rgb(122, 122, 122);
    font-style: italic;
    font-weight: 400;
}

.preamble a {
    color: rgb(0, 51, 152);
}

.preamble a:hover {
    color: rgb(0, 51, 152);
    text-decoration: underline;
}

.bodytext {
    line-height: 1.6em;
    margin-bottom: 5px;
    font-weight: 400;
    font-family: Lato;
    font-size: 16px;
    color: rgb(90, 90, 90);
}

.bodytext a {
    color: rgb(0, 51, 152);
}

.bodytext a:hover {
    color: rgb(0, 51, 152);
    text-decoration: underline;
}

.smalltext {
    line-height: 1.2em;
    letter-spacing: 0em;
    font-size: 15px;
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
    text-transform: none;
}

.smalltext a {
    color: rgb(255, 255, 255);
    font-weight: 800;
}

.smalltext a:hover {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

body {
    color: rgb(57, 57, 57);
    font-size: 16px;
    font-family: Hind;
    line-height: 1.2em;
    font-weight: 400;
    background-color: rgb(255, 255, 255);
}

body a {
    text-decoration: none;
    color: rgb(57, 57, 57);
}

body a:hover {
    color: rgb(0, 51, 152);
}

.button {
    margin-bottom: 0px;
    border-radius: 3px;
    font-weight: 800;
    color: rgb(57, 57, 57);
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 16px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    line-height: 1.65em;
}

.button:hover {
    background-color: rgb(57, 57, 57);
    color: rgb(255, 255, 255);
}

.form {
    margin-bottom: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.form label {
    padding-bottom: 0px;
    margin-bottom: 10px;
    line-height: 1.2em;
    color: rgba(153, 153, 153, 0);
    font-size: 14px;
}

.form input[type=checkbox]+span,
.form input[type=radio]+span {
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 1.6em;
}

.form input[type=text],
.form textarea,
.form select {
    border-radius: 3px;
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    color: rgb(69, 69, 69);
    font-size: 14px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.form input[type=submit] {
    margin-top: 20px;
    margin-bottom: 0px;
}

.text {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.image {
    margin-bottom: 40px;
}

.map {
    margin-bottom: 40px;
}

.gallery {
    margin-bottom: 40px;
}

.row {
    padding-top: 100px;
    padding-right: 150px;
    padding-bottom: 100px;
    padding-left: 150px;
}

.col {
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    padding-bottom: 0px;
}

.custom1 {
    text-align: right;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 800;
}

.custom2 {
    color: rgb(255, 255, 255);
    line-height: 1.65em;
}

.custom4 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 38px;
    color: rgb(255, 255, 255);
    line-height: 0.45em;
}


.custom3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    color: rgb(57, 57, 57);
}

.custom3 a {
    color: rgb(0, 51, 152);
}

.smallsubtitle {
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 15px;
    color: rgb(57, 57, 57);
    font-weight: 800;
}

.spottext {
    font-size: 77px;
    color: rgb(255, 255, 255);
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 800;
}

.footertext {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 5px;
    color: rgb(255, 255, 255);
    font-family: Lato;
    font-weight: 400;
    text-transform: none;
}

.footertext a {
    color: rgb(54, 107, 211);
}

.footertext a:hover {
    color: rgb(54, 107, 211);
    text-decoration: underline;
}

.companyname {
    font-size: 22px;
    text-align: left;
    line-height: 1.2em;
}

.companyname a {
    color: rgb(96, 96, 96);
}

.smallspottext {
    line-height: 1.5em;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 23px;
    margin-bottom: 5px;
    font-weight: 300;
}

.locale {
    text-align: right;
}

.locale ul li a {
    transition: all 0.25s ease-in 0s;
    color: rgb(255, 255, 255);
}

.locale ul li {
    background-color: rgb(69, 69, 69);
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.button2 {
    font-size: 17px;
    line-height: 1em;
    margin-bottom: 40px;
    border-radius: 3px;
    color: rgb(0, 51, 152);
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.83);
    border-color: rgb(255, 255, 255);
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    font-weight: 800;
}

.button2:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(0, 51, 152, 0.89);
}

.divider {
    display: table;
    margin-left: auto;
    margin-right: autopx;
    border-top-width: 1px;
    border-color: rgb(57, 57, 57);
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.socialmedia {
    text-align: left;
    font-size: 16px;
}

.socialmedia li {
    margin-left: 0px;
    margin-bottom: 10px;
    background-color: rgb(57, 57, 57);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    margin-top: 0px;
    margin-right: 10px;
}

.socialmedia li a {
    width: 40px;
    height: 40px;
    color: rgb(255, 255, 255);
}

.socialmedia li a:hover {
    color: rgb(57, 57, 57);
}

.socialmedia li:hover {
    background-color: rgb(255, 255, 255);
}

.paymenticons li {
    margin-left: 0px;
    margin-bottom: 5px;
    padding-bottom: 40px;
    font-size: 51px;
    margin-right: 7px;
}

.linklist {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 0px;
}

.linklist a {
    margin-bottom: 1px;
    background-color: rgb(242, 242, 242);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.breadcrumb li a {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.brandfooter {
    background-color: rgb(255, 255, 255);
    padding-top: 15px;
    padding-bottom: 15px;
    color: rgb(57, 57, 57);
    font-size: 13px;
    font-weight: 400;
    font-family: Lato;
    letter-spacing: 0.06em;
}

.brandfooter a {
    color: rgb(0, 51, 152);
}

.brandfooter a:hover {
    color: rgb(0, 51, 152);
}

.emailshare a.sendicon {
    color: rgb(54, 107, 211);
    background-color: rgba(221, 221, 221, 0);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 37px;
    height: 37px;
    font-size: 25px;
}

.emailshare a.sendicon:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(221, 221, 221, 0);
}

.emailshare a {
    margin-bottom: 0px;
}

.scrollIcon {
    width: 37px;
    height: 37px;
    background-color: rgba(0, 51, 152, 0.91);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: rgb(255, 255, 255);
}

.scrollIcon span:before {
    font-size: 27px;
    color: rgb(255, 255, 255);
}

.scrollIcon:hover {
    background-color: rgba(0, 51, 152, 0.91);
}

.blog .postImg {
    padding-bottom: 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.blog .shortDescription {
    margin-bottom: 25px;
}

.blog .title {
    font-weight: 800;
}

.blog .title:hover {
    color: rgb(0, 51, 152);
}

.list {
    margin-right: 15px;
    margin-bottom: 40px;
}

.list .listIcon {
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: rgb(57, 57, 57);
}

.list .listIcon:hover {
    color: rgb(0, 51, 152);
}

.list .listItem {
    margin-left: 0px;
    padding-left: 0px;
}

.pricelist li {
    margin-bottom: 20px;
}

.pricelist .listTitle {
    color: rgb(39, 174, 96);
}

.pricelist .itemprice {
    color: rgb(57, 57, 57);
}

.offers .offerPrice {
    color: rgb(57, 57, 57);
    font-size: 36px;
}

.offers .validThrough {
    margin-bottom: 30px;
}

.offers .offerName {
    font-size: 30px;
}

.review {
    margin-bottom: 40px;
}

.review .reviewName {
    text-transform: none;
}

.singlePost {
    background-color: rgba(147, 30, 30, 0);
    padding-top: 60px;
}

@media only screen and (max-width:1199px) {
    nav:before {
        font-size: 30px;
    }

    nav.opened-menu>ul {
        background-color: rgba(255, 255, 255, 0.9);
    }

    nav>ul .closeBtn {
        color: rgba(0, 0, 0, 0);
    }

    nav>ul>li>ul a {
        color: rgb(102, 102, 102);
    }

    nav>ul>li>ul a:hover {
        color: rgb(0, 51, 152);
    }

    nav>ul>li>ul li.active>a {
        color: rgb(0, 51, 152);
        background-color: rgb(255, 255, 255);
    }

    nav>ul>li>ul li a {
        background-color: rgb(255, 255, 255);
    }

    nav>ul>li>ul li a:hover {
        background-color: rgb(255, 255, 255);
    }

    .row {
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 30px;
        padding-right: 30px;
    }


    .custom1 {
        line-height: 1.2em;
    }

   
    .headline {
        font-size: 26px;
    }

    .subtitle {
        font-size: 22px;
    }

    .preamble {
        font-size: 18px;
    }

    .smallsubtitle {
        font-size: 20px;
    }

    .smalltext {
        font-size: 14px;
    }

    .spottext {
        font-size: 50px;
    }


    .smallspottext {
        font-size: 22px;
    }

    .companyname {
        font-size: 18px;
    }


    .singlePost {
        padding-top: 50px;
        padding-bottom: px;
    }

    .brandfooter {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

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

    nav>ul li>a {
        font-size: 20px;
        color: rgb(96, 96, 96);
    }

    nav>ul>li>ul a {
        font-size: 15px;
    }

    nav>ul li a {
        padding-left: 0px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    nav>ul>li>ul li a {
        background-color: rgba(255, 255, 255, 0);
        padding-right: 10px;
        padding-left: 10px;
    }

    nav>ul .closeBtn {
        color: rgb(57, 57, 57);
    }

    nav.opened-menu>ul {
        background-color: rgb(255, 255, 255);
    }

    nav>ul li>a:hover {
        color: rgb(96, 96, 96);
    }

    .headline {
        font-size: 20px;
    }

    .subtitle {
        font-size: 20px;
    }

    .bodytext {
        font-size: 14px;
    }

    .smalltext {
        text-align: center;
    }

    .text {
        margin-bottom: 10px;
    }

    .row {
        padding-top: 40px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 40px;
    }

    .form {
        margin-bottom: 20px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }


    .form input[type=checkbox]+span,
    .form input[type=radio]+span {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .gallery {
        margin-bottom: 20px;
    }

    .map {
        margin-bottom: 20px;
    }

    .image {
        margin-bottom: 20px;
    }

    .custom1 {
        font-size: 15px;
        text-align: center;
    }


    .custom4 {
        font-size: 20px;
        line-height: 1.05em;
        margin-bottom: -7px;
    }


    .spottext {
        font-size: 30px;
    }


    .smallsubtitle {
        font-size: 18px;
    }

    .smallspottext {
        font-size: 16px;
    }

    .companyname {
        font-size: 20px;
    }


    .footertext {
        font-size: 13px;
    }

    .button2 {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .socialmedia {
        text-align: center;
        font-size: 22px;
    }

    .brandfooter {
        text-align: center;
    }

    .offers .offerName {
        font-size: 24px;
    }

    .paymenticons li {
        font-size: 40px;
        padding-bottom: 0px;
    }
}

#r5001 {
    padding-left: 0px;
    padding-right: 0px;
}


#r4450 {
    background-color: rgb(57, 57, 57);
    padding-top: 10px;
    padding-bottom: 10px;
}

#r5000 {
    background-color: rgb(255, 255, 255);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}

#m1105 {
    margin-bottom: 0px;
}

#r5002 {
    background-position: 50% 0%;
    background-repeat: repeat-y;
}


#r1074 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgb(57, 57, 57);
    padding-left: 30px;
    padding-right: 30px;
}

#m1028 {
    margin-bottom: 10px;
}

#m2189 {
    margin-bottom: 10px;
}

#c2208 {
    background-color: rgba(255, 255, 255, 0);
}

#m1689 {
    margin-bottom: 10px;
}

#m4765 {
    margin-bottom: 10px;
}

#m2101 {
    margin-bottom: 10px;
}

#p7433 #r3754 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: url(/uploads/767x0_2560x0/mainphoto1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#p7433 #c4959 {
    background-color: rgba(0, 0, 0, 0.39);
    padding-top: 300px;
    padding-bottom: 200px;
}

#p7433 #m3977 {
    padding-bottom: 40px;
}

#p7433 #m3909 {
    margin-bottom: 0px;
}

#p7433 #r3680 {
    background-color: rgb(255, 255, 255);
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#p7433 #c1029 {
    background-color: rgb(232, 232, 232);
}

#p7433 #c2473 {
    background-color: rgb(232, 232, 232);
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 50px;
}

#p7433 #m4054 {
    padding-bottom: 40px;
}

#p7433 #c4410 {
    background-color: rgb(0, 51, 152);
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 50px;
}

#p7433 #m1377 {
    padding-bottom: 40px;
}

#p7433 #m2691 {
    margin-bottom: 0px;
}

#p7433 #c4564 {
    background-color: rgb(0, 51, 152);
}

#p7433 #r4497 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#p7433 #c1859 {
    background-image: url(/uploads/767x0_853x0/mainphoto3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-left: 0px;
    padding-right: 0px;
}

#p7433 #m3028 {
    background-color: rgba(255, 255, 255, 0.76);
    margin-left: 0px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 170px;
}

#p7433 #c2846 {
    background-image: url(/uploads/767x0_854x0/bmf54diwnt-20c17c20-8a99-17a4-c59d-09f84c5fc043.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-left: 0px;
    padding-right: 0px;
}

#p7433 #m2172 {
    background-color: rgba(255, 255, 255, 0.76);
    margin-left: 0px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 170px;
}

#p7433 #c2987 {
    background-image: url(/uploads/767x0_853x0/bmf54diwnt-ee0f4a27-93aa-d563-14c0-e676239dcd86.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-left: 0px;
    padding-right: 0px;
}

#p7433 #m3508 {
    background-color: rgba(255, 255, 255, 0.76);
    margin-left: 0px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 170px;
}

@media only screen and (max-width:1199px) {
    #r4450 {
        padding-left: 15px;
        padding-right: 15px;
    }

    #c4885 {
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    #c1396 {
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    #c1696 {
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    #c5000 {
        padding-bottom: 0px;
    }

    #r5002 {
        margin-bottom: 0px;
        margin-top: 0px;
    }


    #c2208 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #c1225 {
        padding-top: 15px;
    }

    #m3117 {
        text-align: center;
    }

    #m4765 {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    #m2101 {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    #p7433 #c2473 {
        padding-left: 50px;
    }

    #p7433 #c4410 {
        padding-right: 50px;
    }

    #p7433 #m3028 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #p7433 #m2172 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #p7433 #m3508 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width:767px) {
    #r5000 {
        padding-top: 15px;
    }

    #c5000 {
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 15px;
    }

    #m1105 {
        margin-left: auto;
        margin-right: auto;
        max-width: 70%;
    }

    #r1074 {
        padding-bottom: 15px;
        padding-top: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #c3869 {
        padding-bottom: 20px;
    }

    #m1028 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    #c4754 {
        padding-bottom: 20px;
    }

    #c2208 {
        padding-left: 15px;
        padding-right: 15px;
    }

    #p7433 #c4959 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #p7433 #c2473 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #p7433 #c4410 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #p7433 #m3028 {
        margin-bottom: 0px;
    }

    #p7433 #m2172 {
        margin-bottom: 0px;
    }

    #p7433 #m3508 {
        margin-bottom: 0px;
    }
}





