@font-face {
    font-family: "CaviarDreamsRegular";
    src: url("../fonts/caviardreamsregular/caviardreamsregular.eot");
    src: url("../fonts/caviardreamsregular/caviardreamsregular.eot")format("embedded-opentype"),
    url("../fonts/caviardreamsregular/caviardreamsregular.woff") format("woff"),
    url("../fonts/caviardreamsregular/caviardreamsregular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "ComfortaaBold";
    src: url("../fonts/ComfortaaBold/ComfortaaBold.eot");
    src: url("../fonts/ComfortaaBold/ComfortaaBold.eot")format("embedded-opentype"),
    url("../fonts/ComfortaaBold/ComfortaaBold.woff") format("woff"),
    url("../fonts/ComfortaaBold/ComfortaaBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "ComfortaaRegular";
    src: url("../fonts/comfortaaregular/comfortaaregular.eot");
    src: url("../fonts/comfortaaregular/comfortaaregular.eot")format("embedded-opentype"),
    url("../fonts/comfortaaregular/comfortaaregular.woff") format("woff"),
    url("../fonts/comfortaaregular/comfortaaregular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "ComfortaaLight";
    src: url("../fonts/comfortaalight/comfortaalight.eot");
    src: url("../fonts/comfortaalight/comfortaalight.eot")format("embedded-opentype"),
    url("../fonts/comfortaalight/comfortaalight.woff") format("woff"),
    url("../fonts/comfortaalight/comfortaalight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "ComfortaaBold";
    src: url("../fonts/comfortaabold/comfortaabold.eot");
    src: url("../fonts/comfortaabold/comfortaabold.eot")format("embedded-opentype"),
    url("../fonts/comfortaabold/comfortaabold.woff") format("woff"),
    url("../fonts/comfortaabold/comfortaabold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


body {
    color: #5e5e5e;
    font: 400 1em/20px "ComfortaaRegular", sans-serif;
    background: #0d282e;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

* {
    outline: none;
    -webkit-text-size-adjust: none;
}
h1 {
    font: 400 2.25em/1.6em "ComfortaaBold", serif;
    letter-spacing: -.08em;
}
h2 {
    font: 400 1.7em/1.4em "ComfortaaBold", serif;
    color: #ffffff;
}

h2 a:hover {
    color: #247384;
}

.h2__inset1 {
    color: #247384;
}

.h2__inset2 {
    font-size: 20px;
    line-height: 24px;
}

.h2__inset3 {
    font-size: 24px;
    line-height: 24px;
    color: #247384;
}

h3 {
    font: 400 1.5em/1.6em "ComfortaaBold", serif;
    color: #247384;
}

h4 {
    font: 300 1.3em/1.6em "CaviarDreamsRegular", sans-serif;
    color: #247384;

}

h5 {
    font: 400 14px/24px "ComfortaaBold", serif;
    color: #ffffff;
    text-transform: uppercase;
}

.h5__inset1 {
    font-size: 12px;
    line-height: 18px;
}

.btn-default {
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    font-weight: 300;
}

.btn-default:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/list1.png") no-repeat 0 0;
    width: 6px;
    height: 8px;
    top: 6px;
    right: -17px;
}

.btn-default:hover {
    color: #5a5a5a;
}

.btn-default:hover:after {
    background-position: 0 -8px;
}

.btn-big {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 140px;
    height: 102px;
    display: block;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 30px 0;
}

.btn-big:hover {
    background: #2b2a27;
}

@media (max-width: 767px) {
    .btn-big__inset1 {
        display: inline-block;
        margin-top: 10px;
        padding: 15px 0;
        width: 100px;
        height: 70px;
    }
}

.btn-default__inset1 {
    font: 300 24px/30px "CaviarDreamsRegular", sans-serif;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
}

.btn-default__inset1:after {
    content: '';
    position: absolute;
    display: block;
    width: 11px;
    height: 15px;
    right: -28px;
    top: 8px;
    background: url("../img/arrow1.png") no-repeat 0 0;
}

.btn-default__inset1:hover {
    color: #5a5a5a;
}

.btn-default__inset1:hover:after {
    background-position: 0 -15px;
}

.white {
    color: #ffffff;
}

.red {
    color: #247384;
}

.negative-margin1 {
    margin-top: -80px;
}

@media (max-width: 767px) {
    .negative-margin1 {
        margin-top: 0;
    }
}

#header {
    position: relative;
}

#header #stuck_container {
    z-index: 100;
    position: relative;
    background: #247384;
}

#header:after {

}

#header {

}
.img-background1 {
    padding: 0;
}
#header::after {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, .65);
}
#header .header_1 {
    position: relative;

}

#header .header_1 h1 {
    margin-top: 80px;
    position: relative;
    z-index: 2;
}

#header .header_1 .h2_1 {
    z-index: 10;
    margin-top: 75px;
}

#header .header_1__inset1 h1 {
    margin-bottom: 106px;
}

@media (max-width: 767px) {
    #header:after {
        bottom: -3px;
    }
}

@media (max-width: 767px) {
    #header .img-background1 {
        background-position: center 0;
        background-size: cover;
    }
}

@media (max-width: 767px) {
    #header .header_1.header_1__inset1 {
        padding: 100px 0;
    }
}

@media (max-width: 767px) {
    #header .header_1 {
        padding: 175px 0 79px;
        top: 0;
    }
}

@media (max-width: 767px) {
    #header .header_1 h1 {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    #header .header_1 .h2_1 {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    #header .header_1 .h2_1 h2 {
        font-size: 20px;
    }
    #header .header_1 .h2_1 h2 a:after {
        bottom: -20px;
    }
    #header .header_1 .h2_1 h2 a:before {
        top: -10px;
    }
}

@media (max-width: 767px) {
    #header .header_1__inset1 h1 {
        margin-bottom: 20px;
    }
}

.h2_1 {
    position: relative;
}

.h2_1 h2 span:before {
    content: '';
    display: block;
    height: 3px;
    width: 73px;
    left: 50%;
    top: -24px;
    margin-left: -36px;
    overflow: hidden;
    position: absolute;
    opacity: 0.1;
    filter: alpha(opacity=10);
    background: url("../img/border2.png") no-repeat;
}

.h2_1 h2 span:after {
    content: '';
    display: block;
    height: 17px;
    width: 21px;
    left: 50%;
    bottom: -36px;
    margin-left: -10px;
    overflow: hidden;
    position: absolute;
    background: url("../img/arrow2.png") no-repeat;
}

.h2_1 h2 span:hover {
    color: #247384;
}

.h2_1 h2 span:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    background-position: 0 -3px;
}

.h2_1 h2 span:hover:after {
    background-position: 0 -17px;
}

.h2_1 .h2_1_span {
    color: #ffffff;
    font: 300 24px/30px "CaviarDreamsRegular", sans-serif;
    display: block;
    text-transform: none;
}

#header {
    background: #00d2ff;
    text-align: center;
}

nav {
    display: inline-block;
}

.sf-menu {
    text-align: center;
    padding: 0;
    margin: 0;
}

.sf-menu > li {
    text-align: center;
    position: relative;
    z-index: 10000;
    display: block;
    float: left;
    border-bottom: 2px solid #fff;
}
.sf-menu li:hover{
    border-bottom: 2px solid #2e494f;
}
.sf-menu .current-menu-item {
    border-bottom: 2px solid #2e494f;
}
.sf-menu > li + li {

}



.sf-menu > li > a {
    position: relative;
    font: 400 1em/1em "ComfortaaBold", sans-serif;
    display: inline-block;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #ffffff;
    padding: 7px 10px;;
}


.sf-menu > li > a:active {
    background: transparent;
    color: #ffffff;
}


.sf-menu > .sfHover > a:after {
    color: #ffffff;
}


.sf-menu > li.current > .sf-with-ul:after {
    color: #ffffff;
}

.sf-menu > li.menu-item-has-children:hover > a {
    color: #ffffff;
}

.sf-menu a {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sf-menu a:hover {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sf-menu ul {
    padding: 14px 0 0 0;
    width: 185px;
    font: 400 14px/16px "CaviarDreamsRegular", sans-serif;
    position: absolute;
    top: 78px;
    left: 50%;
    margin-left: -92px;
    background: #202020;
    text-align: left;
    z-index: 10000;
    display: none;
}

.sf-menu ul li {
    position: relative;
    display: block;
}

.sf-menu ul li.menu-item-has-children > a:after {
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    content: "\f0d7";
    color: #ffffff;
    bottom: 4px;
    right: 66px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sf-menu ul li a {
    padding: 5px 0 5px 21px;
    display: block;
    color: #ffffff;
}

.sf-menu ul li a:hover {
    background: #ffffff;
    color: #202020;
}

.sf-menu ul .menu-item-has-children:hover > a {
    color: #202020;
    background: #ffffff;
}

.sf-menu ul > .sfHover > a:after {
    color: #202020;
}

.sf-menu ul ul {
    position: absolute;
    top: 26px;
    left: 92px;
    background: #202020;
    z-index: 10000;
    text-align: center;
    padding: 0 0 30px 0;
}

.sf-menu ul ul li a {
    color: #ffffff;
    display: block;
    padding-left: 0;
}

.sf-menu ul ul li:hover a {
    background: #3e3e3e;
    color: #ffffff;
}

.sf-menu ul ul li + li {
    margin-top: 2px;
}

@media (max-width: 979px) {
    .sf-menu > li + li {

    }
}

@media (max-width: 979px) {
    .sf-menu > li > a {
        padding: 25px 6px;
        border-top: none;
    }
    .sf-menu > li > a:hover {
        border-top: none;
    }
}

@media (max-width: 979px) {
    .sf-menu > li > a:hover:before {
        display: none;
    }
}

@media (max-width: 979px) {
    .sf-menu > .sfHover > a {
        border-top: none;
    }
}

@media (max-width: 979px) {
    .sf-menu > .sfHover > a:before {
        display: none;
    }
}

@media (max-width: 979px) {
    .sf-menu > li.current > a {
        border-top: none;
    }
}

@media (max-width: 979px) {
    .sf-menu > li.current-menu-item > a:before {
        display: none;
    }
}

@media (max-width: 979px) {
    .sf-menu ul {
        top: 72px;
    }
}

@media only screen and (max-width: 767px) {
    nav {
        width: 100%;
        float: none;
    }
    .select-menu {
        display: block;
        text-transform: capitalize;
        float: none;
        color: #5e5e5e;
        width: 100%;
        margin-top: 20px;
        background: #ffffff;
        font: 22px/28px "CaviarDreamsRegular", sans-serif;
        text-align: left;
        border: 1px solid #5e5e5e;
        padding: 2px 0;
        position: relative;
    }
    .select-menu option {
        text-align: left;
        position: relative;
    }
}

.isStuck {
    background: #247384;
    z-index: 10009;
}

.isStuck .sf-menu > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}

.isStuck .sf-menu > li > ul {
    top: 37px;
}

.isStuck .sf-menu > li.menu-item-has-children > a:after {
    bottom: -2px;
}

@media only screen and (max-width: 767px) {
    .isStuck {
        display: none !important;
    }
}

.wrapper1 {
    background: #2b2a27;
}

.post1 {
    text-align: center;
    padding: 32px 0 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    z-index: 10000;
}

.post1 p {
    text-transform: uppercase;
    margin-bottom: 18px;
}

.post1 .post1_img_wrapper {
    height: 96px;
    overflow: hidden;
}

.post1:hover {
    background: #247384;
}

.post1:hover p {
    color: #ffffff;
}

.post1:hover img {
    margin-top: -96px;
}

@media (max-width: 979px) {
    .post1 {
        padding: 6px 0;
    }
    .post1 p {
        margin-bottom: 0;
    }
}


#tabs .tab {
    float: left;
    margin-left: 20px;
    width: 188px;
}

#tabs .tab.first-tab {
    margin-left: 0;
}

@media (max-width: 767px) {
    #tabs {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    #tabs .post2 .list1 {
        margin-top: 10px;
    }
}

@media (max-width: 979px) {
    #tabs .btn-big {
        width: 100px;
    }
    #tabs .tab {
        width: 124.6px;
        margin-left: 0;
    }
    #tabs .post1_img_wrapper {
        height: auto;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    #tabs .tab {
        width: 70px;
        font-size: 10px;
        line-height: 14px;
    }
    #tabs .tab img {
        display: none;
    }
}


.ui-tabs-active .post1 {
    background: #247384;
}

.ui-tabs-active p {
    color: #ffffff;
}

.ui-tabs-active img {
    margin-top: -96px;
}

.wrapper2 {
    background: #247384;
}

.post2 {
    background: #247384;
}

.post2 p {
    color: #cd6266;
}

.post2 .post2_wrapper1 {
    padding-right: 40px;
    margin-top: 25px;
}

.post2 .list1 {
    margin-top: 53px;
}

@media (max-width: 979px) {
    .post2 .list1 {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .post2 .post2_wrapper1 {
        margin-top: 20px;
    }
}

.list1 li a {
    position: relative;
    color: #ffffff;
}

.list1 li a:hover {
    padding-left: 18px;
    color: #cd6266;
}

.list1 li a:hover:before {
    position: absolute;
    content: '';
    display: block;
    background: url("../img/list1.png") no-repeat 0 0;
    width: 6px;
    height: 8px;
    top: 5px;
}

.list1 li + li {
    margin-top: 6px;
}

.banner1 {
    background: url("../img/page1_img8.png") no-repeat center;
    background-size: cover;
    padding: 53px 0 45px;
    position: relative;
}

.banner1 a {
    display: inline-block;
}

.banner1 a * {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner1 a:hover span,
.banner1 a:hover h2,
.banner1 a:hover h3 {
    color: #5a5a5a;
}

@media (max-width: 767px) {
    .banner1 {
        padding: 20px 0;
    }
    .banner1 h2 {
        font-size: 20px;
    }
    .banner1 h3 {
        font-size: 40px;
        line-height: 44px;
    }
}

.wrapper4 {
    background: #2b2a27;
}

.post3 {
    margin-top: 53px;
}

.post3 h2 {
    margin-bottom: 20px;
}

.post3 p {
    margin-bottom: 21px;
}

.post3__inset1 {
    position: relative;
    padding-bottom: 51px;
}

.post3__inset1 h2 {
    color: #247384;
}

.post3__inset1 p {
    margin-bottom: 19px;
}

.post3__inset1 .btn-default {
    font-size: 24px;
    line-height: 30px;
}

.post3__inset1 .btn-default:after {
    width: 11px;
    height: 15px;
    left: 119px;
    top: 38px;
    background: url("../img/arrow1.png") no-repeat 0 0;
}

.post3__inset1 .btn-default:hover:after {
    background-position: 0 -15px;
}

.post3__inset1:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/page1_img9.png") no-repeat 0 0;
    width: 121px;
    height: 74px;
    bottom: 0;
    right: 0;
}

.post3__inset2 {
    margin-top: 0;
    margin-bottom: 53px;
}

.post3__inset2 p {
    margin-bottom: 14px;
}

.post3__inset2 .btn-default {
    display: inline-block;
    margin-top: 9px;
}

.list2_wrapper {
    position: relative;
    padding-top: 53px;
    margin-bottom: 57px;
}

.list2_wrapper:before {
    content: '';
    display: block;
    width: 73px;
    height: 3px;
    top: 0;
    overflow: hidden;
    background: url("../img/border2.png") no-repeat 0 -3px;
    position: absolute;
}

.list2_wrapper h4 {
    margin-bottom: 21px;
}

.list2 li {
    color: #ffffff;
}

.list2 li a {
    text-transform: uppercase;
    padding-left: 28px;
    position: relative;
}

.list2 li a:before {
    content: '';
    display: block;
    width: 6px;
    height: 8px;
    top: 6px;
    background: url("../img/list1.png") no-repeat 0 0;
    position: absolute;
}

.list2 li a:hover {
    color: #5a5a5a;
}

.list2 li a:hover span {
    color: #ffffff;
}

.list2 li a:hover:before {
    background-position: 0 -8px;
}

.list2 li + li {
    margin-top: 6px;
}

.wrapper5 {
    /*background: url("../img/background3.png") repeat #262525;*/
    padding: 56px 0 0;
    position: relative;
}

.wrapper5:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: url("../img/border4.png") repeat-x;
}

.post4 {
    margin-top: 26px;
    margin-bottom: 54px;
}

.post4 .post4_header-block {
    position: relative;
    margin-top: 14px;
    margin-bottom: 7px;
}

.post4 .post4_header-block h2 {
    position: absolute;
    top: 20px;
    left: 80px;
}

.post4 p {
    margin-bottom: 22px;
}

@media (min-width: 767px) and (max-width: 979px) {
    .post4 .post4_header-block {
        margin-bottom: 30px;
    }
}

.wrapper6 {
    background: #2b2a27;
    padding: 52px 0 0;
}

.post5 {
    margin-bottom: 52px;
    margin-top: 25px;
}

.post5 img {
    margin-bottom: 25px;
}

.list4 li {
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 28px;
    position: relative;
}

.list4 li:before {
    content: '';
    display: block;
    width: 6px;
    height: 8px;
    top: 6px;
    left: 0px;
    background: url("../img/list1.png") no-repeat 0 0;
    position: absolute;
}

.list4 li + li {
    margin-top: 6px;
}

.list3 li {
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 28px;
    position: relative;
    display: inline-block;
}

.list3 li:hover:before {
    background-position: 0 -8px;
}

.list3 li:hover a {
    color: #5a5a5a;
}

.list3 li:hover a span {
    color: #ffffff;
}

.list3 li:hover a:before {
    background-position: 0 -8px;
}

.list3 li:before {
    content: '';
    display: block;
    width: 6px;
    height: 8px;
    top: 6px;
    left: 0px;
    background: url("../img/list1.png") no-repeat 0 0;
    position: absolute;
}

.list3 li + li {
    margin-top: 6px;
}

.post6 {
    margin-top: 19px;
    margin-bottom: 52px;
}

.post6 h5 {
    margin-bottom: 4px;
}

.post6 p {
    margin-bottom: 22px;
}

.wrapper7 {
    /*background: url("../img/background3.png") repeat #262525;*/
    padding: 56px 0 0;
    position: relative;
}

.post7 {
    margin-top: 19px;
    border-bottom: 3px solid #247384;
    padding-bottom: 23px;
    margin-bottom: 26px;
}

.post7:last-child,
.post7.post7_last {
    border-bottom: none;
}

.post7 .post7_img-wrapper {
    margin-top: 6px;
    padding: 6px;
    background: #2b2a27;
    position: relative;
}

.post7 .btns-block a {
    display: inline-block;
    margin-right: 39px;
    margin-bottom: 20px;
}

.post7 h5 {
    margin-bottom: 4px;
}

.post7 p {
    margin-bottom: 22px;
}

@media (max-width: 767px) {
    .post7 .post7_img-wrapper {
        margin-bottom: 30px;
    }
    .post7 img {
        width: 100%;
    }
}

.rating {
    position: absolute;
    display: inline-block;
    bottom: 7px;
    left: 50%;
    margin-left: -36px;
}

.rating div {
    display: inline-block;
    width: 12px;
    height: 13px;
    overflow: hidden;
    background: url("../img/stars.png") no-repeat center 0;
}

.rating .full {
    background-position: center -26px;
}

.rating .half {
    background-position: center -13px;
}

.banner2 {
    position: relative;
}

.banner2 a h2 {
    margin-bottom: 3px;
}

.banner2 a:hover h2 {
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner2 a:hover h5 {
    color: #247384;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner2 .banner2_text {
    position: absolute;
    top: 28px;
    left: 18px;
}

.post3__inset3 ul {
    margin-top: -16px;
    margin-bottom: 40px;
}

.post8 {
    margin-top: 19px;
}

.post8 img {
    float: left;
    margin: 6px 20px 15px 0;
}

.post8 h5 {
    margin-bottom: 3px;
}

.post8 h5 a:hover {
    color: #247384;
}

.post8 p {
    margin-bottom: 16px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .post8 img {
        float: none;
        margin-right: 0;
        width: 100%;
    }
}

.random-paragraph1 {
    margin: 21px 0 56px;
}

#table1 {
    background: #363532;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 58px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#table1 a:hover span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #247384;
}

#table1 .main-text {
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 1px;
}

#table1 .secondary-text {
    display: block;
}

#table1 thead {
    border-bottom: 1px solid #7a3133;
}

#table1 thead tr th {
    font: 400 12px/18px "ComfortaaBold", serif;
    color: #ffffff;
    text-transform: uppercase;
    padding: 29px 30px 26px 0;
}

#table1 thead tr th:first-child {
    padding-left: 29px;
}

#table1 tbody tr:first-child td {
    padding-top: 27px;
}

#table1 tbody tr td {
    padding: 2px 0 27px 0;
}

#table1 tbody tr td:first-child {
    padding-left: 29px;
    padding-right: 0;
    width: 290px;
}

@media only screen and (max-width: 767px) {
    #table1 {
        display: block;
    }
    #table1 thead {
        display: block;
        border-bottom: 1px solid #7a3133;
    }
    #table1 thead tr {
        display: block;
        border: 1px solid #247384;
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #table1 thead tr th {
        display: block;
        padding: 29px 30px 26px 0;
    }
    #table1 thead tr th:first-child {
        padding-left: 0;
    }
    #table1 tbody {
        display: block;
    }
    #table1 tbody tr {
        overflow: hidden;
        display: block;
        border: 1px solid #247384;
    }
    #table1 tbody tr:first-child td {
        padding-left: 20px;
    }
    #table1 tbody tr td {
        display: block !important;
        width: 100% !important;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 29px 0 27px 20px;
        border: none;
        border-bottom: 1px solid #247384;
        position: relative;
    }
    #table1 tbody tr td:before {
        position: absolute;
        top: 6px;
        left: 20px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-transform: uppercase;
        color: #247384;
        content: attr(data-title);
    }
    #table1 tbody tr td:first-child {
        width: auto;
        padding-left: 20px;
    }
}

.wrapper9 {
    /*background: url("../img/background3.png") repeat #262525;*/
    padding: 0;
    position: relative;
}

.google-map_contacts {
    margin-top: 25px;
    margin-bottom: 58px;
}

.google-map_contacts iframe {
    width: 100%;
    height: 370px;
}

@media (max-width: 767px) {
    .google-map_contacts iframe {
        height: 180px;
    }
}

.wrapper8 {
    padding: 52px 0;
    background: #2b2a27;
}

address {
    margin-top: 21px;
    margin-bottom: 40px;
}

address .our-address {
    display: block;
    font: 400 14px/24px "ComfortaaBold", serif;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 3px;
}

address .numbers {
    display: inline-block;
    min-width: 145px;
}

@media (min-width: 767px) and (max-width: 979px) {
    address .numbers {
        min-width: 80px;
    }
}

.simple-link {
    color: #ffffff;
}

.simple-link:hover {
    color: #247384;
}

.post9 {
    margin-top: 18px;
    margin-bottom: 21px;
}

.post9 h5 {
    margin-bottom: 3px;
}

.privacy-link {
    color: #247384;
    text-transform: uppercase;
    margin-bottom: 52px;
    margin-top: 2px;
    display: inline-block;
}

#footer {
    text-align: center;
    padding: 30px 0;
}

#footer .footer_block .footer_logo_link {
    margin-top: 53px;
    display: block;
}

#footer .footer_block img {
    margin-bottom: 10px;
}

#footer .footer_block .policy {
    font: 300 1.2em/30px "ComfortaaBold", sans-serif;
    color: #fff;
    text-transform: capitalize;
}

#footer .footer_block .policy .divider1 {
    margin: 0 20px;
}

#footer .footer_block .policy .copyright {
    margin-right: 10px;
}
#copyright-year,.copyright {
    font-size: .85em;
}
.policy a {
    margin-left: 15px;
}
#footer .footer_block .policy a:hover {
    color: #247384;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 640px;
    overflow: hidden;
    border: none;
    width: 46px;
    height: 37px;
    background: url("../img/toTop.png") no-repeat 0 0;
    font-size: 26px;
    line-height: 42px;
    text-align: center;
    z-index: 20;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#toTop:hover {
    outline: none;
    background-position: 0 -37px;
}

#table {
    background-color: #2e494f;
    border-radius: 5px 5px 0 0;
    -webit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    margin: 65px 0;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

#table .flex_row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #247384;
    padding: 10px 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

#table .flex_row.header {
    background-color: #247384;
    padding: 5px 0;
}
#table .top-casino {
    font: 400 2.25em/1.6em "ComfortaaBold", serif;
    letter-spacing: -.08em;
    text-align: center;
    background: white;
    color: #2e494f;
    border-radius: 5px 5px 0 0;
    -webit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}
#table .flex_col .stars .fa.fa-raiting:after {
    content: '';
    color: #247384;
    font-size: 18px;
}

#table .flex_col .stars .fa.fa-raiting.star3:after {
    content: "\f005\f005\f005\f006\f006";
}

#table .flex_col .stars .fa.fa-raiting.star3-5:after {
    content: "\f005\f005\f005\f123\f006";
}

#table .flex_col .stars .fa.fa-raiting.star4:after {
    content: "\f005\f005\f005\f005\f006";
}

#table .flex_col .stars .fa.fa-raiting.star4-5:after {
    content: "\f005\f005\f005\f005\f123";
}

#table .flex_col .stars .fa.fa-raiting.star5:after {
    content: "\f005\f005\f005\f005\f005";
}

#table .flex_col .num {
    background-color: #247384;
    position: relative;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 1.2em;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    margin: auto;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    -o-border-radius: 10em;
    border-radius: 10em;
}

#table .flex_col .table_btn {
    background: #247384;
    padding: 10px 30px;
    border-radius: 2px;
    border-bottom: 2px solid #11444f;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
}
#table .flex_col .table_btn:hover {
    background: #47a2b5;
}
#table .flex_col:first-child {
    /* margin-top: -10px; */
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

#table .flex_col:nth-child(4) {

    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    /*color: #247384;*/
    /*font-size: 22px;*/

}

#table .flex_col:nth-child(2),
#table .flex_col:nth-child(3) {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

#table .flex_col:nth-child(5) {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

#table .flex_col:nth-child(5) a {
    text-decoration: underline;
    display: block;
}

#table .flex_col:last-child {
    -webkit-box-flex: 6;
    -webkit-flex: 6;
    -ms-flex: 6;
    flex: 6;
}

#table .flex_col:last-child ul li {
    padding-left: 1.5em;
    text-indent: -.7em;
    text-align: left;
    position: relative;
}

#table .flex_col:last-child ul li a {
    color: #247384;
}

#table .flex_col:last-child ul li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 6px;
    left: 0;
    border: none;
    display: block;
    background-color: #247384;
}

#table * {
    text-align: center;
}

.wrapper9 .games-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #333;
    justify-content: center;
}

.wrapper9 .games-block .game {
    text-align: center;
    padding: 1em;
    margin: auto;
}

.wrapper9 .games-block:not(.casino-shrtcode) .game img {
    width: 100%;
    height: auto;
}

.wrapper9 .games-block .game span,
.wrapper9 .games-block .game a {
    display: block;
    background-color: #A92B30;
    color: #fff;
    line-height: 3em;
}
/*cusom*/
li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
#header .header_1 .content {
    color: #fff;
    margin: 0 auto;
    float: none;
    font-size: 1.4em;
    line-height: 1.6em;
    position: relative;
    z-index: 10;
}
#header .header_1 .content ul {
    list-style: none;
    color: #ccc;
}
#header .header_1 .content ul li:before {
    content: '●';
    color: #247384;
    margin-right: 5px;
}
section {

  clear: both;
}

section article iframe {
    margin: 0 auto;
    display: block;
    max-width: 800px;
    width: 100%!important;
    min-height: 300px;
}
.wrapper9 {
    padding: 10px 0;
}
.h3_jeckpot {
    font-size: 70px;
}
#table .flex_row:hover .num {
    background: #fff;
    color: #247384;
}

#casino-btn {
    background-color: #247384;
    color: #fff;
    border: 1px solid #C84145;
    border-radius: 10px;
    display: block;
    max-width: 200px;
    padding: 10px 0;
    text-align: center;
    margin: 0 auto;
    transition: background-color .3s ease-in-out;
}

#casino-btn:hover {
    background-color: #C84145;
}
.grid_4.game img {
    margin: auto;
}
.grid_4.game {
    margin: 5px;
}

#page-404 .row {
    padding-top: 30px;
    padding-bottom: 30px;
}
#page-404 .menu-404 {
    margin-top: 40px;
    list-style: inside;
    font: 400 14px/26px "ComfortaaBold", serif;
}
#page-404 .menu-404 li a {
    font-size: 18px;
    line-height: 1.3em;
}
#page-404 .menu-404 li a:hover {
    color: #247384;
}
.sub-menu {
    background: rgba(32, 32, 32, .8) !important;
}
#content article p {
    padding-bottom: 15px;
}
/*
#content article a {
    color: #247384;
}
*/
#content article * {
    color: #ccc;
}
#content article ul {
    list-style-type: disc;
    list-style-position: inside;
}
#content article h1 {
    color: #fff;
    text-align: center;
    display: block;
    font: 400 2.25em/1.6em "ComfortaaBold", serif;
    letter-spacing: -.08em;
}
#content .wrapper9 .games h1 {
    font-size: 2.55em;
    margin: 1em;
    text-transform: capitalize;
}
#content article .wrapper-games p {
    padding: 0;
}
#content article h2 {
    color: #fff;
    font-size: 24px;
    display: block;
    line-height: 2em;

}
#content article h3 {
    color: #fff;
    font-size: 22px;
    display: block;
    line-height: 2em;

}
#content article h4 {
    color: #fff;
    font-size: 20px;
    display: block;
    line-height: 2em;

}
#content article h5 {
    color: #fff;
    font-size: 18px;
    display: block;
    line-height: 2em;

}
#content article h6 {
    color: #fff;
    font-size: 16px;
    display: block;
    line-height: 2em;

}

/**/

#nav-toggle {
    z-index: 101;
    cursor: pointer;
    width: initial;
}

#nav-toggle { cursor: pointer; padding: 10px 35px 16px 0px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 32px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -8px;
}
#nav-toggle span:after {
  bottom: -8px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
#nav-toggle.active span:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.cropp-img {
    height: 200px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.cropp-img-200 {
    height: 200px;
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0 auto;
}
.flex_col ul {
    list-style-type: none;
    padding: 0;
}

.logo-wrapper {
    max-width: 325px;
    font-size: 3em;
    color: #fff;
}
.logo-wrapper a .mega {
    margin-right: .5em;
    color: #247384;
}
.logo-wrapper a {
    margin: 0;
    line-height: 1.6;
    font-size: .9em;
    font-family:ComfortaaBold;
}
.menu-wrappers {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em 15px;
}
.menu-wrappers nav {
    margin: auto 0 auto auto;
}
.menu-wrappers logo-wrapper {
    margin: auto auto auto 0;
}
/**/
@media screen and (max-width: 980px) {
    #header .img-background1 {
        background-position: center -130px;
    }
}
@media screen and (max-width: 768px) {
    #header .header_1 {
        padding: 0;
        top: 0;
    }
    #table .flex_col:last-child {
        display: none;
    }
    section {
        margin-top: 0;
    }
    #header .img-background1 {
        background-position: center 0;
    }
    #header .header_1 {
        padding-top: 0;
    }
    #table .flex_col:nth-child(4) {
        font-size: 14px;
    }
    #table .flex_col:nth-child(2) {
        flex: 2;
    }
}
@media screen and (max-width: 480px) {
/*
    li.menu-item-has-children .sub-menu.opened {
        display: block!important;
    }
*/
    li.menu-item-has-children .sub-menu {
        padding: 14px 0 0 0;
        width: 100%;
        max-width: 185px;
        font: 400 14px/16px "CaviarDreamsRegular", sans-serif;
        position: initial;
        background: #202020;
        text-align: left;
        z-index: 10000;
        margin: 0 auto;
        display: block!important;
    }

    #table .flex_col:nth-child(5) {
        display: none;
    }

}
@media (max-width: 480px) {

    .container {
        width: 100%;
    }
    #content article h1 {
        font: 400 1.75em/1.2em "ComfortaaBold", serif;
    }
    #table {
        margin: 25px 0;
    }

    #table .flex_col .table_btn {
        padding: .25em .5em;
        font-size: .85em;
    }
    #table .flex_col .num {
        width: 25px;
        height: 25px;
        font-size: .75em;
        line-height: 25px;
    }
    #tabs .tab {
        width: 45px;
        font-size: 8px;
        line-height: 12px;
    }
    #tabs .tab img {
        display: none;
    }
    #header .header_1 .content {
        font-size:1em;
        line-height: 1.4em;
    }
    .img-background1 {
        padding: 0;
    }
}
@media (max-width: 979px) {
    .sf-menu > li > a {
        padding: .85em;
        border-top: none;
    }
    .sf-menu > li {
        border-bottom: 1px solid #fff;
    }
    .sf-menu li:hover {
        border-bottom: 1px solid #247384;
    }
    .sf-menu .current-menu-item {
        border-bottom: 1px solid #247384;
    }
    .sf-menu > li > a {
        padding: .85em .5em;
        border-top: none;
        font: 400 .9em/1em "ComfortaaBold", sans-serif;
    }

}
@media (max-width: 993px){
    .sf-menu > li > a {
        padding: .75em 10px;
    }
    .sf-menu {
        text-align: center;
        display: none;
        padding: 1em;
    }
    #stuck_container nav {
        display: block;
    }
    #header #stuck_container {

    }
    #stuck_container.isStuck {
        display: none;
    }
    #header  nav {
        width: 100%;
        box-sizing: border-box;
        background: #342929;
        border-radius: 5px;
    }
    #nav-toggle {
        display: block;
        width: 100%;
        max-width: 480px;
        padding: 30px 0 30px 15px;
        text-align: right;
    }
    .sf-menu > li {
        margin-left: 0 !important;
        float: none;
    }
}
@media (max-width: 768px){

}
@media only screen and (min-width: 993px){
    #nav-toggle {
        display: none;
    }

}