/*
Theme Name: Superior
*/

/**
 * Reset
 * -----------------------------------------------------------------------------
 */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

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

audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
    color: #3a3a3c;
    font:12px/1.25 'Open Sans', sans-serif;
}

body {
    background: #ebebeb;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 1024px) {
    div.page{
        width: 100%;
        overflow: hidden;
    }
}

a {
    color: #3a3a3c;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

.browser-desktop a:hover {
    color: #ad995a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 400;
    text-transform: uppercase;
    margin: 36px 0 12px;
}

h1 {
    font-size: 26px;
    line-height: 1.3846153846;
}

h2 {
    font-size: 24px;
    line-height: 1;
}

h3 {
    font-size: 22px;
    line-height: 1.0909090909;
}

h4 {
    font-size: 20px;
    line-height: 1.2;
}

h5 {
    font-size: 18px;
    line-height: 1.3333333333;
}

h6 {
    font-size: 16px;
    line-height: 1.5;
}

address {
    font-style: italic;
    margin-bottom: 24px;
}

abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}

b,
strong {
    font-weight: 700;
}

cite,
dfn,
em,
i {
    font-style: italic;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

p {
    margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: monospace, serif;
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
    line-height: 1.6;
}

pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
    quotes: none;
}

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

blockquote {
    color: #767676;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2631578947;
    margin-bottom: 24px;
}

blockquote cite,
blockquote small {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

big {
    font-size: 125%;
}

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

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

dl {
    margin-bottom: 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 24px;
}

ul,
ol {
    list-style: none;
    margin: 0 0 24px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin: 0 0 0 20px;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 11px 12px 0;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    background: none;
}

button,
input,
textarea{
    -webkit-appearance: none;
    border-radius: 0;
}

button,
input {
    line-height: normal;
}

input[input="text"],
textarea {
    width: 100%;
    border-radius: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

/* input[type="search"] {
    -webkit-appearance: textfield;
    border-radius: 0;
}*/

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table,
th,
td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

del {
    color: #767676;
}

hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 23px;
}

.std a{
    color: #ad995a;
}

.browser-desktop .std a:hover{
    color: #3a3a3c;
}

.std p{
    margin: 0 0 1em;
}

.no-display{
    display: none !important;
}

/* Fonts */

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

/**
 * Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Popup styles */

.popup-wrapper {
    background: rgba(0, 0, 0, .75);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: auto;
}
.popup-wrapper .popup-wrap {
    display: table;
    width: 100%;
    height: 100%;
}
.popup-wrapper .popup {
    display: table-cell;
    vertical-align: middle;
}
.popup-wrapper .popup .close-button {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, .6);
    font: 25px/1 'fontello';
    width: 40px;
    height: 40px;
    position: absolute;
    top: -60px;
    right: 0;
    cursor: pointer;
    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -ms-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
}
.popup-wrapper .popup .close-button:hover {
    background: rgba(255, 255, 255, 1);
}
.popup-wrapper .popup .close-button:before {
    content: '\E809';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.popup-wrapper .popup-inner {
    background: #fff;
    width: 60%;
    max-width: 1024px;
    margin: 80px auto 20px;
    position: relative;
}

/* END Popup styles */

/* Input fields */

select,
input,
textarea {
    border: 1px solid #999;
    padding: 7px 10px;
}

select{
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

textarea {
    height: 85px;
}

input:focus,
textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.3);
    outline: 0;
}

/* Buttons */

button,
.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    background: none;
    border: 1px solid #ad995a;
    color: #ad995a;
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 30px;
    text-transform: uppercase;
    vertical-align: bottom;
    text-align: center;
    letter-spacing: 2px;
    cursor: pointer;
}

.btn_block{
    padding-left: 5px;
    padding-right: 5px;
    display: block;
}

.btn_block + .btn_block{
    margin-top: 21px;
}

.browser-desktop button:hover,
.browser-desktop button:focus,
.browser-desktop .btn:hover,
.browser-desktop .btn:focus,
.browser-desktop input[type="button"]:hover,
.browser-desktop input[type="button"]:focus,
.browser-desktop input[type="reset"]:hover,
.browser-desktop input[type="reset"]:focus,
.browser-desktop input[type="submit"]:hover,
.browser-desktop input[type="submit"]:focus {
    background: #ad995a;
    color: #fff;
}

.btn_loading,
.browser-desktop .btn_loading:hover,
.browser-desktop .btn_loading:focus{
    background: #ad995a url(images/ajax-loader.gif) 50% no-repeat;
    color: #000;
}

.btn_loading > span{
    visibility: hidden;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #3a3a3c;
}

:-moz-placeholder {
    color: #3a3a3c;
}

::-moz-placeholder {
    color: #3a3a3c;
    opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: #3a3a3c;
}

embed,
iframe,
object,
video {
    margin-bottom: 24px;
    max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
    margin-bottom: 0;
}

/* Alignment */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.hide {
    display: none;
}


/**
 * Basic Structure
 * -----------------------------------------------------------------------------
 */

.wrapper{
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
.wrapper.side-space {padding: 0 20px;}
.site {
    position: relative;
}

.main{
    overflow: hidden;
    clear: both;
}


/**
 * Header
 * -----------------------------------------------------------------------------
 */

header{
    position: relative;
    z-index: 100;
}

.top-header{
    height: 32px;
    background: #000;
    position: relative;
    z-index: 20;
}

.lang-drop{
    float: right;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}

.lang-drop .label{
    color: #fff;
    display: block;
    line-height: 32px;
    padding: 0 9px;
    cursor: pointer;
}

.lang-drop:hover .label{
    color: #ad995a;
}

.lang-drop .label:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 7px;
    background-position: 0 0;
    margin: 0 0 0 3px;
}

.browser-touch .lang-drop.over .label:after,
.browser-desktop .lang-drop:hover .label:after{
    background-position: -11px 0;
}

.lang-drop ul{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100%;
    list-style: none;
    margin: 0;
    background: #ad995a;
    min-width: 121px;
    text-align: center;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.browser-touch .lang-drop.over ul,
.browser-desktop .lang-drop:hover ul{
    visibility: visible;
    opacity: 1;
}

.lang-drop li{
    border-top: 1px solid #363533;
}

.lang-drop li:first-child{
    border-top: 0;
}

.lang-drop li a{
    display: block;
    padding: 0 5px;
    line-height: 24px;
    color: #333;
    text-decoration: none;
}

.lang-drop li a:hover{
    background: rgba(0,0,0,.2);
    color: #333;
}

.lang-drop li.current-lang a{
    background: #000;
    color: #ad995a;
}

.main-header{
    height: 75px;
    background: #3a3a3c;
}

.site-title{
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.site-title a{
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    text-indent: -999px;
    background: url(images/logo.png) 0 0 no-repeat;
}

/**
 * Book Now
 * -----------------------------------------------------------------------------
 */

.block-book-now{
    position: absolute;
    top: 0;
    right: 0;
}

.block-book-now .button{
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 5px;
    width: 111px;
    text-align: center;
    color: #ad995a;
    background: #000;
    cursor: pointer;
}

.lang-ru .block-book-now .button{
    font-size: 11px;
}

.block-book-now .button span{
    display: inline-block;
    vertical-align: middle;
}

.block-book-now .button:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 75px;
}

.browser-desktop .block-book-now .button:hover{
    color: #fff;
}

.book-now-dropdown{
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
    padding: 29px 39px 45px;
    background: #000;
    text-align: center;
    color: #999;
    visibility: hidden;
    opacity: 0;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

@media screen and (max-width: 800px) {
    .book-now-dropdown{
        top: 100%;
    }
}

.book-now-dropdown.active{
    visibility: visible;
    opacity: 1;
}

.book-now-dropdown .title{
    font-size: 14px;
    text-transform: uppercase;
    color: #ad995a;
    margin: 0 0 26px;
}

.book-now-dropdown .desc{
    line-height: 15px;
    position: relative;
    padding: 0 0 27px;
    margin: 0 0 27px;
}

.book-now-dropdown .desc:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #ad995a;
    margin: 0 0 0 -15px;
}

.book-now-dropdown .field{
    margin: 0 0 35px;
}

.book-now-dropdown label{
    display: block;
    font-weight: 700;
    margin: 0 0 13px;
    text-transform: uppercase;
}

.book-now-dropdown .input-box{
    position: relative;
}

.book-now-dropdown .datepick-popup{
    left: auto !important;
    right: 0;
    top: 100% !important;
}

.book-now-dropdown input[type="text"]{
    display: none;
}

.book-now-dropdown .date-input{
    border: 1px solid #999;
    color: #999;
    background: #000;
    padding: 0 17px;
    height: 31px;
    line-height: 31px;
    text-align: left;
    cursor: pointer;
    font-weight: bold;
    position: relative;
}

.book-now-dropdown .date-input:after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-position: -251px 0;
    position: absolute;
    top: 5px;
    right: 14px;
}

.book-now-dropdown .date-input i{
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 12px;
    margin: -2px 12px 0;
    background: #353535;
}

.book-now-dropdown .input-box > select{
    width: 136px;
    border-color: #999;
    color: #999;
    background: #000 url(images/select.png) 116px 50% no-repeat;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    display: inline-block;
}

.book-now-dropdown button{
    margin: 7px 0 0;
}


/**
 * Navigation
 * -----------------------------------------------------------------------------
 */

.primary-navigation{
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}

.primary-navigation ul.level1{
    list-style: none;
    margin: 0;
    display: inline-block;
}

.primary-navigation li.level1 > .link-wrap{
    display: block;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 16px;
    white-space: normal;
}

.primary-navigation ul.level2{
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.primary-navigation img{
    vertical-align: top;
    margin: 0 0 0 40px;
}

.primary-navigation li.level2{
    font-size: 14px;
    line-height: 1;
    margin: 18px 0 0;
    max-width: 180px;
    white-space: normal;
}

.primary-navigation li.level2:first-child{
    margin-top: 0;
}

.show-primary-navigation{
    margin: 26px 0 29px 26px;
    float: left;
    width: 30px;
    height: 4px;
    cursor: pointer;
    padding: 4px 0;
    border-top: 4px solid #ad995a;
    border-bottom: 4px solid #ad995a;
}

.show-primary-navigation:before{
    content: '';
    display: block;
    height: 4px;
    background: #ad995a;
}

.primary-navigation .menu{
    list-style: none;
    margin: 0;
}

.primary-navigation li.level0 > a{
    color: #999;
    text-decoration: none;
    font-size: 15px;
    line-height: 18px;
    display: block;
    padding: 30px 13px 27px;
}

.browser-desktop .primary-navigation li.level0:hover > a{
    color: #ad995a;
}

.primary-navigation li.level0.current_page > a{
    color: #ad995a;
    font-weight: bold;
}

.primary-navigation li.current_page > .link-wrap > a{
    color: #ad995a;
}

@media screen and (min-width: 1024px) {
    .primary-navigation .dropdown{
        visibility: hidden;
        opacity: 0;
        text-align: center;
        position: absolute;
        left: 0;
        top: 100%;
        right: 0;
        margin: 0 -9999px;
        padding: 50px 9999px;
        background: rgba(235,235,235, .9);

        -webkit-transition: visibility .4s, opacity .4s;
        -o-transition: visibility .4s, opacity .4s;
        transition: visibility .4s, opacity .4s;
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }

    .primary-navigation li.level0:hover .dropdown{
        visibility: visible;
        opacity: 1;
    }

    .primary-navigation li.level1 > .link-wrap{
        text-align: center;
        padding: 0 0 16px;
        margin: 0 0 33px;
        min-height: 56px;
    }

    .primary-navigation li.level1 > .link-wrap:after{
        content: '';
        display: block;
        width: 30px;
        height: 2px;
        background: #ad995a;
        position: absolute;
        left: 50%;
        bottom: 0;
        margin: 0 0 0 -15px;
    }

    .show-primary-navigation{
        display: none;
    }

    .primary-navigation{
        float: left;
        padding: 0 130px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .primary-navigation .menu{
        display: flex;
        justify-content: space-between;
    }

    .primary-navigation li.level0{
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .primary-navigation li.level0 > a{
        padding: 30px 5px 27px;
        text-align: center;
    }
}

.breadcrumb{
    padding: 24px 0 22px 158px;
    font-size: 10px;
    text-transform: uppercase;
    color: #999;
}

.breadcrumb a{
    color: #999;
}

.browser-desktop .breadcrumb a:hover{
    color: #ad995a;
}


/**
 * Footer
 * -----------------------------------------------------------------------------
 */

.back-top{
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 49px 0 36px;
    cursor: pointer;
    letter-spacing: 2px;
}

.browser-desktop .back-top:hover{
    color: #ad995a;
}

.back-top:before{
    content: '';
    display: block;
    width: 26px;
    height: 22px;
    margin: 0 auto 13px;
    background-position: 0 -8px;
}

.browser-desktop .back-top:hover:before{
    background-position: -27px -8px;
}

.main-footer{
    color: #999;
    padding: 55px 10px 43px;
    background: #3a3a3c;
}

.main-footer .wrapper{
    max-width: 1040px;
}

.footer-logos{
    width: 462px;
    height: 77px;
    position: absolute;
    top: 35px;
    right: 14px;
    background: url(images/footer-logos4.png) 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.footer-logos a{
    float: right;
    width: 75px;
    height: 100%;
}

.main-footer a{
    color: #999;
}

.browser-desktop .main-footer a:hover{
    color: #ad995a;
}

.footer-navigation .nav-col{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 50px;
}

.footer-navigation .nav-col:first-child{
    margin-left: 0;
}

.footer-navigation h3{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.footer-navigation .menu{
    list-style: none;
    margin: 0;
}

.footer-navigation .menu li{
    margin: 0 0 7px;
}

.bottom-footer{
    background: #000;
    padding: 13px 0;
    text-align: center;
}

.bottom-footer a{
    display: inline-block;
    margin: 0 5px;
    height: 21px;
}

.bottom-footer a:hover{
    opacity: .6;
}

.bottom-footer .fb{
    width: 13px;
    background-position: -204px -29px;
}

.bottom-footer .gg{
    width: 22px;
    background-position: -218px -29px;
}

.bottom-footer .in{
    width: 21px;
    background-position: -182px -29px;
}

.bottom-footer .fq{
    width: 15px;
    background-position: -241px -29px;
}

.bottom-footer .tw{
    width: 25px;
    background-position: -257px -29px;
}

.bottom-footer .yb{
    width: 31px;
    background-position: -283px -29px;
}

.bottom-footer .vk{
    width: 21px;
    background-position: -314px -29px;
}


/**
 * Home Page
 * -----------------------------------------------------------------------------
 */

/* hero-banner */
.hero-banner{
    overflow: hidden;
    position: relative;
    padding: 0 0 27px;
    margin: 0 0 19px;
    visibility: hidden;
}

.hero-banner .slides{
    list-style: none;
    margin: 0;
    height: 100%;
}

.text-banner .slides > li{
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    height: 100%;
}

.text-banner .slides .img{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background-position: 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.text-banner .info{
    width: 100%;
    margin: 0 0 0 -100%;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    padding: 0 10px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.text-banner .info .inner{
    display: inline-block;
    width: 641px;
    padding: 55px 45px;
    color: #fff;
    font-size: 18px;
    background: rgba(0,0,0,.5);
    white-space: normal;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.text-banner .link-slide{
    cursor: pointer;
}

.text-banner .link-slide:hover h2 + p:after{
    background: #ad995a;
}

.text-banner .info .inner a{
    color: #fff;
}

.text-banner .info .text_color-black{
    color: #000;
}

.text-banner .info .text_color-black a{
    color: #000;
}

.text-banner .info h2{
    font-size: 48px;
    text-transform: uppercase;
    margin: 0;
}

.text-banner .info p{
    margin: 0;
}

.text-banner .info h2 + p{
    position: relative;
    padding: 30px 0 0;
    margin: 28px 0 0;
}

.text-banner .info h2 + p:after{
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    left: 50%;
    top: 0;
    margin: 0 0 0 -15px;
}

.text-banner .info .text_color-black h2:after{
    background: #000;
}

.hero-banner .about-link{
    float: left;
    line-height: 57px;
    background: #000;
    color: #ad995a;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 26px;
    cursor: pointer;
    min-width: 100px;
    text-align: center;
}

.browser-desktop .hero-banner .about-link:hover{
    color: #fff;
}

.flex-pagination{
    position: relative;
    z-index: 10;
    height: 57px;
    overflow: hidden;
    margin-top: -30px;
    background: #3a3a3c;
}

.flex-pagination .flex-control-nav{
    overflow: hidden;
    list-style: none;
    margin: 0;
    text-align: center;
    line-height: 63px;
    height: 57px;
}

.flex-pagination .flex-control-nav li{
    display: inline-block;
    margin: 0 5px;
}

.flex-pagination .flex-control-nav a{
    display: block;
    width: 14px;
    height: 14px;
    background: #000;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
}

.flex-pagination .flex-control-nav .flex-active{
    background: #ad995a;
}

.flex-pagination .flex-direction-nav{
    overflow: hidden;
    line-height: 57px;
}

.flex-pagination .flex-direction-nav{
    list-style: none;
    margin: 0;
}

.flex-pagination .flex-control-nav + .flex-direction-nav{
    margin: -57px 0 0;
}

.flex-pagination .flex-direction-nav li{
    float: right;
}

.flex-pagination .flex-direction-nav li:first-child{
    float: left;
}

.flex-pagination .flex-direction-nav a{
    display: block;
    font-size: 21px;
    padding: 0 18px;
    color: #ccc;
}

.browser-desktop .flex-pagination .flex-direction-nav a:hover{
    color: #ad995a;
    background: #000;
}

.flex-direction-nav .flex-disabled{
    display: none !important;
}

.home-seo{
    background: #3a3a3c;
    display: none;
    margin: -76px 0 19px;
    position: relative;
    z-index: 10;
}

.home-seo .title{
    width: 16%;
    display: inline-block;
    vertical-align: middle;
    color: #ad995a;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 0 1.4%;
}

.home-seo .std{
    width: 64%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 60px 0;
    font-size: 14px;
    line-height: 1.4;
}

.home-seo .std p{
    margin: 0;
}

.home-seo .close{
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background-position: -54px -16px;
    margin: 0 0 0 5%;
    cursor: pointer;
}

/* block-moodboard */

.block-moodboard{
    font-size: 0;
    text-align: left;
    background: #3a3a3c;
    text-align: center;
}

.block-moodboard > .item{
    overflow: hidden;
    position: relative;
}

.block-moodboard > .item{
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    height: 0;
    padding: 0 0 37%;
}

.block-moodboard img{
    width: 100%;
    height: auto;
}

.block-moodboard .video-item{
    width: 66.66%;
}

.block-moodboard .video-item iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.block-moodboard .text-item-content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.block-moodboard .text-item-content:before{
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.block-moodboard .video-item iframe{
    margin: 0;
    background: #000;
}

.block-moodboard .video-item .image{
    display: block;
    position: relative;
}

.block-moodboard .video-item .image:after{
    content: '';
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -45px 0 0 -45px;
    background-position: 0 -31px;
}

.browser-desktop .block-moodboard .video-item .image:hover:after{
    background-position: -91px -31px;
}

.block-moodboard{
    text-align: center;
    color: #fff;
}

.block-moodboard .text-item .inner{
    display: inline-block;
    vertical-align: middle;
    max-width: 320px;
    margin: 0 10px;
}

.block-moodboard .text-item .block-title{
    font-size: 12px;
    margin: 0 0 4px;
}

.block-moodboard .text-item .title{
    font-size: 24px;
    line-height: 29px;
    padding: 0 0 14px;
    margin: 0 0 16px;
    position: relative;
}

.block-moodboard .text-item .title:after{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #ad995a;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -15px;
}

.block-moodboard .text-item .text{
    font-size: 14px;
    line-height: 1.4;
    text-align: justify;
}

.block-moodboard .text-item p{
    margin: 0 0 14px;
}

.block-moodboard .text-item .btn{
    margin: 14px 0 0;
}

.block-moodboard .location-item{
    width: 66.66%;
}

.block-moodboard .location-item .map{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.block-moodboard .location-item .map img{
    max-width: none;
}

.block-moodboard .large_image-item{
    width: 66.66%;
}

/* bottom-bar */
.bottom-bar{
    margin: 30px 0 0;
    background: #fff;
    padding: 89px 0 83px;
}

.bottom-bar .wrapper{
    overflow: hidden;
}

.bottom-bar .col{
    width: 33.33%;
    float: left;
    padding: 0 5.5% 999px;
    margin: 0 0 -999px;
    border-left: 1px solid #ccc;
    text-align: center;
    max-width: 425px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bottom-bar .col:first-child{
    border-left: 0;
}

.bottom-bar .head{
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 24px;
    min-height: 100px;
}

.bottom-bar .head:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #ad995a;
    margin: 0 0 0 -15px;
}

.bottom-bar .subtitle{
    margin: -1px 0 22px;
    font-size: 12px;
}

.bottom-bar .title{
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.25;
    min-height: 44px;
}

.bottom-bar .date{
    margin: 0;
}

.bottom-bar .rating{
    margin: 0;
}

.bottom-bar .rating i{
    display: inline-block;
    width: 8px;
    height: 8px;
    padding: 2px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 50%;
    margin: 0 1px;
}

.bottom-bar .rating i:before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #999;
    border-radius: 50%;
}

.bottom-bar .copy{
    text-align: justify;
    line-height: 1.25;
    min-height: 130px;
    margin: 0 0 10px;
}

.bottom-bar .wpcf7{
    max-width: 240px;
    margin: 28px auto 0;
}

.bottom-bar .wpcf7 .ajax-loader{
    display: none;
}

.bottom-bar .wpcf7 p{
    margin: 0 0 9px;
}

.bottom-bar .wpcf7 .wpcf7-submit{
    margin: 20px 0 0;
}

.bottom-bar .wpcf7-form-control-wrap{
    display: block;
    text-align: left;
}

.bottom-bar .wpcf7-not-valid-tip{
    margin: 2px 0 0;
}

/**
 * Landing Page
 * -----------------------------------------------------------------------------
 */

/* landing-banners */
.landing-banners{
    overflow: hidden;
    position: relative;
    padding: 0 0 27px;
    margin: 0 0 19px;
}

.landing-banners .slides{
    list-style: none;
    margin: 0;
    height: 100%;
}

.landing-banners .slides > li{
    height: 100%;

    background-position: 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.landing-seo-wrap{
    margin: -45px 0 47px;
    position: relative;
    z-index: 1;
}

.landing-seo{
    background: #fff;
    text-align: center;
    padding: 63px 10px 63px;
}

.landing-seo .page-title{
    font-size: 48px;
    padding: 0 0 24px;
    margin: 0 0 30px;
    position: relative;
}

.landing-seo .page-title:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -15px;
    width: 30px;
    height: 2px;
    background: #ad995a;
}

.landing-seo .text{
    font-size: 14px;
    line-height: 1.4;
    max-width: 540px;
    margin: 0 auto;
    overflow: hidden;
}

.landing-seo .extended-hidden{
    display: none;
}

.landing-seo .read-less,
.landing-seo .read-more{
    display: block;
    color: #ad995a;
    cursor: pointer;
}

.landing-seo .read-less{
    display: none;
}

/* landing-foot */

.gallery-foot,
.landing-foot{
    text-align: center;
    font-size: 0;
    margin: 0 -15px;
    padding: 80px 0 1px;
}

.gallery-foot li,
.landing-foot li{
    width: 238px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 30px;
}

.gallery-foot h3,
.landing-foot h3{
    font-size: 20px;
    padding: 0 0 10px;
    margin: 0 0 25px;
    position: relative;
    min-height: 40px;
}

.gallery-foot h3:after,
.landing-foot h3:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 24px;
    height: 2px;
    margin: 0 0 0 -12px;
    background: #ad995a;
}

.gallery-foot .image,
.landing-foot .image{
    display: block;
}


/**
 * Gallery Page
 * -----------------------------------------------------------------------------
 */

/* gallery-banners */
.gallery-banners-wrapper{
    overflow: hidden;
    margin: 0 0 19px;
}

.gallery-seo .inner{
    background: #fff;
    background: rgba(255,255,255, .9);
    padding: 33px 10px;
    margin: 0 10px;
    z-index: -1;
}

.gallery-seo .head{
    margin: 0 0 23px;
}

.gallery-seo .page-title{
    margin: 0;
    font-size: 24px;
}

.gallery-seo .subtitle{
    font-size: 12px;
    margin: 8px 0 0;
}

.gallery-seo .price{
    font-size: 24px;
    line-height: 26px;
    color: #ad995a;
    margin: 0;
}

.gallery-seo .text{
    position: relative;
    padding: 23px 0 1px;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 25px;
    overflow: hidden;

    -webkit-transition: height .3s, padding .3s, margin .3s;
    -o-transition: height .3s, padding .3s, margin .3s;
    transition: height .3s, padding .3s, margin .3s;
}

.gallery-seo .text ::-webkit-scrollbar {
    width: 12px;
    -webkit-appearance: none;
}
.gallery-seo .text ::-webkit-scrollbar-track {
    background-color: #eaeaea;
}
.gallery-seo .text ::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
.gallery-seo .text ::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

.gallery-seo .std{
    overflow: auto;
    padding: 0 10px 0 0;
}

.gallery-seo .text .subtitle{
    display: inline-block;
    padding: 0 0 9px;
    border-bottom: 2px solid transparent;
    margin: 0 20px 14px 0;
    cursor: pointer;
}

.gallery-seo .text .subtitle.active{
    border-bottom-color: #3a3a3c;
}

.gallery-seo .text:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 29px;
    height: 2px;
    background: #ad995a;
}

.gallery-thumb{
    padding: 10px;
    background: #fff;
    margin: -100px 0 0;
    position: relative;
    z-index: 10;
}

.gallery-thumb .slides{
    margin: 0;
}

.gallery-thumb .slides li{
    display: none;
    width: 210px;
    height: 120px;
    margin: 0 10px 0 0;
    opacity: .6;
    cursor: pointer;

    background-position: 50%;
    -webkit-background-size: cover;
    background-size: cover
}

.gallery-thumb li.flex-active-slide{
    opacity: 1;
}

.image-gallery-page .flex-direction-nav{
    margin: 0;
    list-style: none;
}

.image-gallery-page .flex-direction-nav a{
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    margin: -20px 0 0;
    overflow: hidden;
    text-indent: -999px;
    opacity: .4;
    z-index: 10;

    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.image-gallery-page .flex-direction-nav a:hover{
    opacity: 1;
}

.image-gallery-page .flex-direction-nav a:before{
    content: '';
    width: 8px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -4px;
    background-position: -88px 0;
}

.image-gallery-page .flex-direction-nav .flex-next:before{
    background-position: -97px 0;
}

.image-gallery-page .flex-direction-nav .flex-next{
    left: auto;
    right: 0;
}

.image-gallery-page .gallery-thumb .flex-direction-nav .flex-prev{
    left: 10px;
}
.image-gallery-page  .gallery-thumb .flex-direction-nav .flex-next{
    right: 10px;
}

.gallery-seo .link-more{
    display: none;
    width: 38px;
    height: 33px;
    position: absolute;
    right: 0;
    bottom: 100%;
    background: #000;
    cursor: pointer;
    font-size: 21px;
    line-height: 33px;
    color: #fff;
    text-align: center;
}

.gallery-seo .link-more:before{
    content: '>';
    display: inline-block;

    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: -ms-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;

    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.gallery-seo .link-more.less:before{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media screen and (max-width: 1023px) {
    .gallery-seo .text{
        height: auto !important;
        padding: 23px 0 1px !important;
        margin: 0 0 25px !important;
    }

    .gallery-seo .std{
        height: auto !important;
    }
}

@media screen and (min-width: 1024px) {
    .gallery-banners-wrapper{
        padding: 0 0 27px;
    }

    .gallery-banners-wrapper .flex-pagination{
        width: 50%;
        float: left;
        margin: 0;
    }

    .gallery-seo{
        width: 50%;
        float: right;
        position: relative;
        z-index: 10;
    }

    .gallery-seo .inner{
        position: absolute;
        left: 0;
        bottom: -8px;
        right: 30px;
        margin: 0;
        padding: 33px 43px 60px;
    }

    .gallery-seo .link-more{
        display: block;
    }
}

.image-gallery-banners,
.gallery-banners{
    position: relative;
}

.image-gallery-banners .slide-before,
.image-gallery-banners .slide-after,
.gallery-banners:before,
.gallery-banners:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0,0,0,.6);
    z-index: 1;
}

.image-gallery-banners .slide-before,
.image-gallery-banners .slide-after{
    background: none;
    -webkit-background-size: 1280px 825px;
    background-size: 1280px 825px;

    -webkit-transition: background-image 1s;
    -o-transition: background-image 1s;
    transition: background-image 1s;
}

.image-gallery-banners .slide-before{
    background-position: 100% 50%;
}

.image-gallery-banners .slide-after{
    background-position: 0 50%;
}

.image-gallery-banners .slide-before:after,
.image-gallery-banners .slide-after:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
}

.image-gallery-banners .slide-before,
.gallery-banners:before{
    right: 100%;
}

.image-gallery-banners .slide-after,
.gallery-banners:after{
    left: 100%;
}

.image-gallery-banners .flex-viewport,
.gallery-banners .flex-viewport{
    height: 100%;
    overflow: visible !important;
}

.image-gallery-banners .slides,
.gallery-banners .slides{
    list-style: none;
    margin: 0;
    height: 100%;
    position: relative;
}

.image-gallery-banners .slides > li,
.gallery-banners .slides > li{
    height: 100%;
    display: none;

    background-position: 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.image-gallery-banners .slides .custom-clone:first-child,
.gallery-banners .slides .custom-clone:first-child{
    position: absolute;
    right: 100%;
    top: 0;
}

.gallery-foot li{
    width: 294px;
    margin: 0 15px 70px;
}

/**
 * Gallery Text Page
 * -----------------------------------------------------------------------------
 */

.gallerytext-page .gallery-banners-wrapper{
    padding: 0;
    margin: 0;
}

.gallerytext-page .gallery-banners-wrapper .flex-pagination{
    width: 100%;
}

.gallerytext-seo{
    padding: 6% 9%;
    background: #fff;
}

.gallerytext-seo .page-title{
    font-size: 24px;
    margin: 0 0 4px;
}

.gallerytext-seo .subtitle{
    font-size: 16px;
    margin: 0 0 20px;
}

.gallerytext-seo .text{
    position: relative;
    padding: 29px 0 0;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 25px;
    overflow: hidden;
}

.gallerytext-seo .text:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 29px;
    height: 2px;
    background: #ad995a;
}

@media screen and (min-width: 1024px) {
    .gallerytext-seo .col{
        width: 48%;
        padding: 0 2% 0 0;
        float: left;
    }

    .gallerytext-seo .col + .col{
        padding: 0 0 0 2%;
    }
}

/**
 * News Page
 * -----------------------------------------------------------------------------
 */

.news-page{
    background: #fff;
}

.news-page .page-title{
    font-size: 48px;
    position: relative;
    padding: 59px 0 24px;
    margin: 0;
    text-align: center;
}

.news-page .page-title:after{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -15px;
    background: #ad995a;
}

.news-detail .noitems-text {
    text-align: center;
    padding-top: 24px;
}

.news-main{
    margin: 72px 0;
    width: 60%;
    max-width: 762px;
    float: left;
}

.news-sidebar{
    margin: 72px 0 72px 4%;
    width: 31%;
    max-width: 316px;
    float: left;
    padding: 0 0 0 4%;
    border-left: 1px solid #c7c7c7;
}

.neslist{
    list-style: none;
    margin: 0;
}

.neslist > li{
    margin: 0 0 81px;
}

.neslist .image{
    display: block;
}

.neslist .copy{
    margin: 0 10px;
}

.neslist .image + .copy{
    padding: 17px 24px;
    background: #fff;
    margin: -52px 42px 0;
    position: relative;
}

.neslist .date{
    margin: 0 0 11px;
    letter-spacing: 1px;
}

.neslist .title{
    margin: 0 0 20px;
    font-size: 24px;
}

.neslist .std{
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 30px;
}

/* pagination */

.pagination{
    text-align: center;
}

/*
.pagination a,
.pagination .current{
    border-radius: 3px;
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    margin: 1px 2px;
    padding: 5px 10px;
    display: inline-block;
    border-top: 1px solid #fff;
    text-decoration: none !important;
    color: #717171 !important;
    font-size: smaller !important;
    font-family: "Helvetica Neueu",Helvetica,Arial,sans-serif;
    text-shadow: white 0 1px 0;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: linear-gradient(top, #f9f9f9, #eaeaea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea');
}

.pagination a:hover{
    border-color: #fff;
    background-color: #fdfdfd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fafafa));
    background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
    background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
    background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
    background-image: -o-linear-gradient(top, #fefefe, #fafafa);
    background-image: linear-gradient(top, #fefefe, #fafafa);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa');
}

.pagination .current{
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
    -o-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
    border-color: #505050 !important;
    color: #f2f2f2 !important;
    text-shadow: black 0 1px 0;
    background-color: #676767;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5f5f5f), to(#5c5c5c));
    background-image: -webkit-linear-gradient(top, #5f5f5f, #5c5c5c);
    background-image: -moz-linear-gradient(top, #5f5f5f, #5c5c5c);
    background-image: -ms-linear-gradient(top, #5f5f5f, #5c5c5c);
    background-image: -o-linear-gradient(top, #5f5f5f, #5c5c5c);
    background-image: linear-gradient(top, #5f5f5f, #5c5c5c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5f5f5f', EndColorStr='#5c5c5c');
}
*/

.pagination {
    padding: 22px 0;
}

.pagination a,
.pagination span,
.pagination .current {
    color: #333;
    border: none;
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    font: 14px/1.25 'Open Sans', sans-serif;
    letter-spacing: 2px;
    text-shadow: none;
    padding: 0 7px;
}

.pagination a,
.pagination .gap {
    font-weight: 300;
}

.pagination .current {
    font-weight: 900;
}

.pagination .screen-reader-text {
    display: none;
}

/* End pagination */

/* news-sidebar */
.news-sidebar .widget + .widget{
    padding: 50px 0 0;
    margin: 53px 0 0;
    border-top: 1px solid #d2d2d2;
}

.news-sidebar .widget-title{
    font-size: 12px;
    margin: 0 0 25px;
    letter-spacing: 1px;
}

.pots-navigation{
    position: relative;
    overflow: hidden;
    padding: 0 10px;
}

.pots-navigation .paginate{
    position: absolute;
    left: 50%;
    top: 0;
    width: 60px;
    margin: 0 0 0 -30px;
    font: 12px/32px Arial,sans-serif;
    text-align: center;
}

.pots-navigation .btn{
    min-width: 75px;
    float: left;
}

.pots-navigation .nav-next{
    float: right;
}

/* widget_search */
.widget_search .search-form{
    position: relative;
}

.widget_search .search-field{
    width: 100%;
    padding-right: 40px;
}

.widget_search .search-submit{
    background: none;
    border: 0;
    padding: 0;
    width: 37px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 0;
}

.widget_search .search-submit span{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-position: -54px 0;
    margin: 0 auto;
}

/* month-calendar */
#calendar_wrap {margin: 0 -5px;}
.month-calendar{
    border: 0;
    line-height: 31px;
    letter-spacing: 1px;
    width: 100%;
}
.month-calendar caption{
    border: 1px solid #a59052;
    text-align: center;
    color: #ad995a;
    margin: 0 5px 12px;
    letter-spacing: 3px;
    position: relative;
}
.month-calendar .prev,
.month-calendar .next{
    position: absolute;
    padding: 9px 7px;
}
.month-calendar a.prev,
.month-calendar a.next {cursor: pointer;}
.month-calendar .prev {left: 0;}
.month-calendar .next {right: 0;}
.month-calendar .prev:before,
.month-calendar .next:before{
    content: '';
    display: block;
    width: 8px;
    height: 12px;
    background-position: -70px 0;
}
.month-calendar .next:before{
    background-position: -79px 0;
}
.browser-desktop .month-calendar a.prev:hover:before{
    background-position: -88px 0;
}
.browser-desktop .month-calendar a.next:hover:before{
    background-position: -97px 0;
}
.month-calendar td{
    border: 0;
    padding: 0 5px 10px;
    text-align: center;
    text-transform: uppercase;
}
.month-calendar td span{
    display: block;
    border: 1px solid #ddd5bb;
    color: #ddd5bb;
}
.month-calendar td a{
    display: block;
    border: 1px solid #a59052;
    color: #ad995a;
}
.month-calendar td.today a,
.month-calendar td.today span,
.browser-desktop .month-calendar td a:hover{
    background: #a59052;
    border-color: #a59052;
    color: #fff;
}

/* news_widget_categories */

.news_widget_categories ul{
    list-style: none;
    margin: 0;
}

.news_widget_categories a{
    display: inline-block;
    text-transform: uppercase;
    color: #ad995a;
    margin: 0 0 10px;
}

.browser-desktop .news_widget_categories a:hover,
.browser-desktop .blog_authors a:hover{
    color: #3a3a3c;
}

.news_widget_categories a.category-gotel:before,
.news_widget_categories a.category-otel:before,
.news_widget_categories a.category-hotel:before{
    background-position: -106px 0;
}
.news_widget_categories a.category-golf-uk:before,
.news_widget_categories a.category-golf-ru:before,
.news_widget_categories a.category-golf:before{
    background-position: -135px 0;
}
.news_widget_categories a.category-restorani:before,
.news_widget_categories a.category-restaurants:before,
.news_widget_categories a.category-food:before{
    background-position: -164px 0;
}
.news_widget_categories a.category-podiyi:before,
.news_widget_categories a.category-sobyitiya:before,
.news_widget_categories a.category-events:before{
    background-position: -193px 0;
}
.news_widget_categories a.category-spa-uk:before,
.news_widget_categories a.category-spa-ru:before,
.news_widget_categories a.category-spa:before{
    background-position: -222px 0;
}

.news_widget_categories a.category-tennis-uk:before,
.news_widget_categories a.category-tennis-ua:before,
.news_widget_categories a.category-tennis:before{
    background-position: -272px 0;
}

/* widget_instagram */
.instagram-grid{
    margin: 0 0 0 -4.5%;
    font-size: 0;
}

.instagram-grid a{
    display: inline-block;
    vertical-align: top;
    width: 28.5%;
    height: 0;
    padding: 0 0 28.5%;
    margin: 0 0 4.5% 4.5%;
    background-position: 50%;
    background-repeat: no-repeat;

    -webkit-background-size: cover;
    background-size: cover;

    -webkit-transition: background-image 1s, opacity .3s;
    -moz-transition: background-image 1s, opacity .3s;
    -ms-transition: background-image 1s, opacity .3s;
    -o-transition: background-image 1s, opacity .3s;
    transition: background-image 1s, opacity .3s;
}

.instagram-grid a:hover{
    opacity: .5;
}

.widget_social-inner{
    margin: 0 0 -9px -9px;
    font-size: 0;
}

.widget_social a{
    display: inline-block;
    vertical-align: top;
    width: 37px;
    height: 36px;
    margin: 0 0 9px 9px;
    -webkit-background-size: 200px 230px;
    background-size: 200px 230px;
}

.widget_social .tw{
    background-position: 0 -82px;
}

.widget_social .tw:hover{
    background-position: 0 -118px;
}

.widget_social .fb{
    background-position: -36px -82px;
}

.widget_social .fb:hover{
    background-position: -36px -118px;
}

.widget_social .gg{
    background-position: -73px -82px;
}

.widget_social .gg:hover{
    background-position: -73px -118px;
}

.widget_social .in{
    background-position: -146px -82px;
}

.widget_social .in:hover{
    background-position: -146px -118px;
}

.widget_social .fq{
    background-position: -109px -82px;
}

.widget_social .fq:hover{
    background-position: -109px -118px;
}

.widget_social .yb{
    background-position: 0 -154px;
}

.widget_social .yb:hover{
    background-position: 0 -190px;
}

.widget_social .vk{
    background-position: -37px -154px;
}

.widget_social .vk:hover{
    background-position: -37px -190px;
}

.btn .superior-life{
    display: block;
    width: 137px;
    height: 20px;
    background-position: 0 -143px;
    overflow: hidden;
    text-indent: -9999px;
    margin: -3px auto -2px;
}

.browser-desktop .btn:hover .superior-life{
    background-position: 0 -122px;
}

/*widget_textblock*/

.widget_textblock img{
    margin: 0 0 24px;
}

.widget_textblock .widget-title{
    font-size: 18px;
    position: relative;
    padding: 0 0 28px;
    margin: 0 0 31px;
}

.widget_textblock .widget-title:after{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #ad995a;
    position: absolute;
    left: 0;
    bottom: 0;
}

.widget_textblock .read-more{
    text-transform: uppercase;
}

/* single-area */
.single-area{
    margin: 0 0 40px;
}

.single-area .date{
    margin: 0 0 5px;
}

.single-area .title{
    margin: 0 0 15px;
}

.single-area .std{
    font-size: 14px;
    line-height: 1.4;
}

/* comment-respond */
.comment-respond{
    max-width: 490px;
    padding: 0 10px 0 0;
}

.comments-area .comments-title,
.comment-respond .comment-reply-title{
    font-size: 12px;
    margin: 0 0 15px;
    letter-spacing: 1px;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email{
    width: 50%;
    float: left;
    margin: 0 0 11px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.comment-respond .comment-form-author{
    padding-right: 5px;
}
.comment-respond .comment-form-email{
    padding-left: 5px;
}

.comment-respond .comment-form-comment{
    clear: both;
    margin: 0 0 38px;
}

.comment-respond .comment-form-comment{
    clear: both;
    margin: 0 0 38px;
}

.comment-respond label.error{
    margin: 2px 0 0;
    color: #f00;
    font-size: 1em;
    display: block;
}

.comment-list{
    list-style: none;
    margin: 0;
}

.comment-list .comment{
    margin: 0 0 30px;
}

.comment-list .avatar{
    display: none;
}

.comment-list .comment-author{
    font-size: 14px;
    margin: 0 0 2px;
}

.comment-list .says{
    font-size: 12px;
}

.comment-list .comment-metadata{
    margin: 0 0 7px;
    font-size: 10px;
}

.comment-list p{
    margin: 0 0 10px;
}

.comment-list .comment-body{
    margin: 0 0 10px;
}

.comment-list .children{
    list-style: none;
    margin: 0 0 0 50px;
}

.comment-list .comment-awaiting-moderation{
    color: #059907;
}


/* news-gallery */

.news-gallery {
    background: #3a3a3c;
    position: relative;
    margin: 0 0 38px;
}

.news-gallery .slides{
    list-style: none;
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.news-gallery .flex-viewport{
    height: 100%;
    position: relative;
}

.gallery-slider{
    height: 0;
    padding: 0 0 60%;
}

.gallery-slider .slides{
    position: absolute;
    top: 0;
    bottom: 154px;
    height: auto;
    width: 100%;
}

.gallery-slider .slides li{
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -ms-transition: opacity .6s ease;
}

.gallery-slider .flex-direction-nav{
    margin: 0;
    list-style: none;
}

.gallery-slider .flex-direction-nav a,
.video_slider .flex-direction-nav a,
.photo-gallery .flex-direction-nav a,
.photo-gallery-mobile .flex-direction-nav a,
.photo-gallery-slider .flex-direction-nav a {
    position: absolute;
    top: 40%;
    left: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    margin: -20px 0 0;
    overflow: hidden;
    text-indent: -999px;
    opacity: .4;
    z-index: 2;

    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.photo-gallery-slider.gl-carousel li {
    background: #fff;
}

.photo-gallery-slider.gl-carousel li img {
    opacity: 0.6;
}

.photo-gallery-slider.gl-carousel ul {
    margin: 0px;
}

.photo-gallery-slider.gl-carousel {
    padding: 10px;
}

.photo-gallery-slider.gl-carousel li.flex-active-slide img {
    opacity: 1;
}

.blog-page .gallery-slider .flex-direction-nav a,
.blog-page .video_slider .flex-direction-nav a,
.photo-gallery .flex-direction-nav a,
.photo-gallery-mobile .flex-direction-nav a,
.photo-gallery-slider .flex-direction-nav a {
    text-indent: 0;
}

.gallery-slider .flex-direction-nav a:hover{
    opacity: 1;
}

.gallery-slider .flex-direction-nav a:before{
    content: '';
    width: 8px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -4px;
    background-position: -88px 0;
}

.gallery-slider .flex-direction-nav .flex-next:before{
    background-position: -97px 0;
}

.gallery-slider .flex-direction-nav .flex-next,
.video_slider .flex-direction-nav .flex-next,
.photo-gallery .flex-direction-nav .flex-next,
.photo-gallery-mobile .flex-direction-nav .flex-next,
.photo-gallery-slider .flex-direction-nav .flex-next {
    left: auto;
    right: 0;
}

.gallery-slider .gallery-thumb .flex-direction-nav .flex-prev{
    left: 10px;
}
.gallery-slider  .gallery-thumb .flex-direction-nav .flex-next{
    right: 10px;
}

.gallery-carusel .flex-direction-nav{
    list-style: none;
    margin: 0;
}

.gallery-carusel .flex-direction-nav a{
    position: absolute;
    bottom: 0;
    height: 154px;
    width: 41px;
    text-align: center;
    font-size: 21px;
    line-height: 154px;
    color: #fff;
    left: 0;
}

.browser-desktop .gallery-carusel .flex-direction-nav a:hover{
    color: #ad995a;
    background: #000;
}

.gallery-carusel .flex-direction-nav a.flex-next{
    left: auto;
    right: 0;
}

.gallery-carusel{
    padding: 17px 54px;
    height: 120px;
}

.gallery-carusel .slides li{
    width: 156px;
    margin: 0 10px 0 0;
    height: 100%;
    float: left;
    cursor: pointer;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.gallery-carusel .slides li:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
}

.gallery-carusel .slides li.flex-active-slide:after{
    display: none;
}

.news-gallery.items-1 .gallery-slider .slides{
    bottom: 0;
}

.news-gallery.items-1 .gallery-carusel{
    display: none;
}

/* static-page */
.static-page .main-image{
    height: 200px;
    padding: 0 0 25%;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.text-wrapper{
    background: #fff;
    padding: 65px 10px;
}

.items-list-page .page-title,
.text-wrapper .title{
    font-size: 48px;
    position: relative;
    text-align: center;
    padding: 0 0 24px;
    margin: 0 0 30px;
}


.items-list-page .page-title:after,
.text-wrapper .title:after{
    content: '';
    width: 30px;
    height: 2px;
    background: #ad995a;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -15px;
}

.text-wrapper .std{
    font-size: 14px;
}

.text-wrapper table,
.text-wrapper th,
.text-wrapper td{
    border-color: #ccc;
}

.text-wrapper th,
.text-wrapper td{
    padding: 8px 10px;
}

.text-wrapper thead th,
.text-wrapper thead td{
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    background: #ebebeb;
    padding: 10px;
}

.table-responsive {
    max-width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table-responsive.aligncenter{
    display: block;
}

.table-responsive.alignleft{
    margin-right: 15px;
}

.table-responsive.alignright{
    margin-left: 15px;
}

.table-responsive > table{
    margin: 0;
    border: 0;
}

.table-responsive tr:last-child > td{
    border-bottom: 0;
}

.table-responsive td:last-child{
    border-right: 0;
}


/* items-list-page */
.items-list-page{
    background: #fff;
    padding: 3% 10px 0;
}

.items-list-gallery .items-list-page{
    background: none;
    padding: 0 10px;
}

.spa-procedures-list{
    list-style: none;
    margin: 6% auto 0;
    max-width: 1040px;
}

.spa-procedures-list > li{
    margin: 0 0 9%;
}

.spa-procedures-list .image{
    float: left;
    width: 28%;
    padding: 0 6.5% 0 0;
    margin: 0 6.5% 0 0;
    border-right: 1px solid #ccc;
}

.spa-procedures-list .content{
    overflow: hidden;
    font-size: 14px;
    line-height: 1.4;
}

.spa-procedures-list .title{
    font-size: 24px;
    margin: 0 0 20px;
    text-transform: none;
}

.spa-procedures-list .extended{
    display: none;
}

/* contactus page */
.contactus-page{
    background: #fff;
    padding: 59px 0 0;
}

.contactus-page .page-title:after{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -15px;
    background: #ad995a;
}

.contactus-page .contactus-wrapper{
    background: #ebebeb;
    margin-bottom: 103px;
    position: relative;
}

.contactus-page .map{
    width: 59%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.contactus-page .map img{
    max-width: none;
}

.contactus-page .infoBox{
    background: #000;
    color: #ad995a;
    padding: 22px;
    font-size: 14px;
    line-height: 17px;
    max-width: 185px;
}

.contactus-page .infoBox > img{
    display: none;
}

.contactus-page .contact-info{
    width: 35%;
    padding: 4% 3%;
    margin: 0 0 0 59%;
}

.contactus-page .contact-blocks{
    margin: 0 0 16px -11%;
    list-style: none;
    font-size: 0;
}

.contactus-page .contact-blocks > li{
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin: 0 0 24px 10%;
    font-size: 12px;
}

.contactus-page .contact-blocks h4{
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 9px;
}

.contactus-page form p{
    margin: 0 0 8px;
}

.contactus-page .form-cols{
    font-size: 0;
}

.contactus-page .form-col{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 3px 0 0;
    font-size: 12px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contactus-page .form-col + .form-col{
    padding-right: 0;
    padding-left: 3px;
}

.contactus-page textarea{
    height: 140px;
}

.contactus-page .form-submit{
    text-align: center;
    margin: 16px 0 0;
}

.contactus-bottom{
    background: #ebebeb;
    font-size: 0;
    padding: 0 0 17px;
}

.contactus-bottom .col{
    width: 46%;
    display: inline-block;
    vertical-align: top;
    padding: 69px 2% 0;
    text-align: center;
}

.contactus-bottom .col-title{
    font-size: 12px;
    margin: 0 0 34px;
    letter-spacing: 2px;
    display: block;
    text-transform: uppercase;
}

.contactus-bottom .social{
    margin: 0 -18px;
    text-align: center;
}

.contactus-bottom .social a{
    display: inline-block;
    vertical-align: top;
    width: 72px;
    height: 72px;
    margin: 0 18px;
}

.contactus-bottom .social .tw{
    background-position: 0 -164px;
}

.contactus-bottom .social .tw:hover{
    background-position: 0 -236px;
}

.contactus-bottom .social .fb{
    background-position: -73px -164px;
}

.contactus-bottom .social .fb:hover{
    background-position: -73px -236px;
}

.contactus-bottom .social .gg{
    background-position: -146px -164px;
}

.contactus-bottom .social .gg:hover{
    background-position: -146px -236px;
}

.contactus-bottom .social .in{
    background-position: -292px -164px;
}

.contactus-bottom .social .in:hover{
    background-position: -292px -236px;
}

.contactus-bottom .social .fq{
    background-position: -219px -164px;
}

.contactus-bottom .social .fq:hover{
    background-position: -219px -236px;
}

.contactus-bottom .social .yb{
    background-position: 0 -308px;
}

.contactus-bottom .social .yb:hover{
    background-position: 0 -380px;
}

.contactus-bottom .social .vk{
    background-position: -73px -308px;
}

.contactus-bottom .social .vk:hover{
    background-position: -73px -380px;
}


@media print{
    .page-template-contactus-tpl{
        background: #fff;
    }

    .page-template-contactus-tpl .header,
    .page-template-contactus-tpl .breadcrumb,
    .page-template-contactus-tpl .text-wrapper .std,
    .page-template-contactus-tpl .contactus-page .map,
    .page-template-contactus-tpl .contactus-bottom,
    .page-template-contactus-tpl .site,
    .page-template-contactus-tpl .wpcf7{
        display: none;
    }

    .page-template-contactus-tpl .wrapper{
        max-width: none;
    }

    .page-template-contactus-tpl .text-wrapper{
        padding: 0;
    }

    .page-template-contactus-tpl .text-wrapper .title{
        padding: 0;
        font-size: 40px;
    }

    .page-template-contactus-tpl .text-wrapper .title:after{
        display: none;
    }

    .page-template-contactus-tpl .contactus-page{
        padding: 20px;
    }

    .page-template-contactus-tpl .contactus-page .contactus-wrapper{
        background: none;
        max-width: 500px;
        margin-bottom: 0;
    }

    .page-template-contactus-tpl .contactus-page .contact-info{
        padding: 0;
        width: 100%;
        margin: 0;
    }

    .page-template-contactus-tpl .contactus-page .contact-blocks > li{
        width: 40%;
    }
}

/* 404 */
.error404 .text-wrapper .title{
    font-size: 24px;
    margin: 0;
    padding: 0;
}

.error404 .text-wrapper .title:after{
    display: none;
}

/* feedback page */
.feedback-page{
    background: #fff;
    padding: 59px 0 0;
}

.feedback-page .page-title {
    font-size: 48px;
    position: relative;
    padding: 0 0 24px;
    margin: 0 0 28px;
    text-align: center;
}

.feedback-page .page-title:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -15px;
    background: #ad995a;
}

.feedback-page .page-info {
    max-width: 643px;
    padding: 0 10px;
    margin: 0 auto 42px;
    font-size: 14px;
    text-align: center;
}

.feedback-page .review-form{
    max-width: 854px;
    margin: 0 auto;
    background: #ebebeb;
    padding: 81px 0 27px;
}

.feedback-page .review-form fieldset{
    max-width: 510px;
    padding: 0 10px;
    margin: 0 auto;
    border: 0;
}

.feedback-page .review-form .form-cols {
    font-size: 0;
}

.feedback-page .review-form p {
    margin: 0 0 27px;
}

.feedback-page .review-form .form-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 15px 0 0;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.feedback-page .review-form .form-col + .form-col{
    padding-right: 0;
    padding-left: 15px;
}

.feedback-page .review-form .input-text,
.feedback-page .review-form select{
    width: 100%;
}

.feedback-page .review-form textarea{
    height: 132px;
}

.feedback-page .review-form label.error {
    margin: 2px 0 0;
    color: #f00;
    font-size: 1em;
    display: block;
}

.feedback-page .review-form .form-submit{
    margin: 31px 0 0;
    text-align: center;
}

.review-list-wrapper{
    background: #ebebeb;
    margin: 66px 0 0;
    padding: 52px 0 0;
}

.review-list-wrapper .block-title{
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    letter-spacing: 2px;
}

.review-list-wrapper .review-list{
    max-width: 854px;
    margin: 0 auto;
    padding: 0 10px;
}

.review-list-wrapper .review-list .item{
    position: relative;
    padding: 52px 0 0;
    margin: 43px 0 0;
}

.review-list-wrapper .review-list .item:before {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -15px;
    background: #ad995a;
}

.review-list-wrapper .review-list .head{
    margin: 0 0 26px;
    line-height: 2;
}

.review-list-wrapper .review-list .rating{
    display: inline-block;
    vertical-align: middle;
    margin: 2px 0 0 20px;
}

.review-list-wrapper .review-list .rating i {
    display: inline-block;
    width: 8px;
    height: 8px;
    padding: 2px;
    background: #ebebeb;
    border: 1px solid #999;
    border-radius: 50%;
    margin: 0 1px;
}

.review-list-wrapper .review-list .rating i:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #999;
    border-radius: 50%;
}

.review-list-wrapper .review-list .sep{
    margin: 0 10px;
}

.review-list-wrapper .review-list .rating-wrap{
    display: inline-block;
}

.review-list-wrapper .buttons-set{
    text-align: center;
}

.careers-page .main-image{
    height: 160px;
    padding: 0 0 20%;
}

.careers-form{
    max-width: 500px;
    margin: 60px auto 0;
    background: #ebebeb;
    padding: 35px;
}

.careers-form p{
    margin: 0;
}

.careers-form .label{
    margin: 0 0 5px;
}

.careers-form .wpcf7-form-control-wrap{
    display: block;
    margin: 0 0 30px;
}

/**
 * Blog Pages
 * -----------------------------------------------------------------------------
 */

/* Top Search & Breadcrumbs | Block */

.home_search-breadcrumbs_wrap {
    max-width: 1279px;
    margin: 0 auto;
    padding: 24px 0 31px;
}

.home_search-breadcrumbs_wrap .breadcrumb {
    padding: 0 0 0 158px;
}

.home_search-breadcrumbs_wrap .search-form {
    float: right;
    position: relative;
    margin: -5px 0 0;
    width: 318px;
}

.home_search-breadcrumbs_wrap .screen-reader-text {
    display: none;
}

.home_search-breadcrumbs_wrap input {
    width: 100%;
    padding: 7px 10px 7px 23px;
}

.home_search-breadcrumbs_wrap .search-submit{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    border: none;
    padding: 0;
    background-color: transparent;
    font-size: 0;
    background-position: -54px 0;
}

.home_search-breadcrumbs_wrap input[type="submit"]:hover {
    background: transparent;
    background-image: url(images/sprite4.png);
    background-position: -54px 0;
    opacity: 0.8
}
/* End Top Search | Block */

.landing-slider-wrap .block-seo .head:after,
.more-posts-wrap .block-title:after,
.more-posts-list .title:after,
.footer_sotial_widget h3:after {
    content: '';
    background: #AD995A;
    width: 30px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.blog-page .landing-slider-wrap {
    background: #fff;
    padding: 49px 0 0;
}

.landing-bar {
    padding: 30px 0 36px;
}

.landing-slider-wrap .gallery-slider {
    float: left;
    width: 57.25%;
    padding: 0 0 38.5%;
    margin: 0 0 72px;
    position: relative;
}

.landing-slider-wrap .slides {
    margin: 0;
    bottom: 0;
}

.landing-slider-wrap .flex-direction-nav a,
.post_detail .flex-direction-nav a,
.photo-gallery-slider .flex-direction-nav a {
    top: 50%;
    width: 64px;
    height: 64px;
    background: none;
    opacity: 1;
    margin: 0;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.landing-slider-wrap .flex-direction-nav a:before,
.post_detail .flex-direction-nav a:before,
.photo-gallery-slider .flex-direction-nav a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background: #fff !important;
    opacity: 0.4;
    -webkit-transition: opacity 0.3s;
       -moz-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
            transition: opacity 0.3s;
}
.landing-slider-wrap .flex-direction-nav a:hover:before,
.post_detail .flex-direction-nav a:hover:before,
.photo-gallery-slider .flex-direction-nav a:hover:before {
    opacity: 1;
}
.landing-slider-wrap .flex-direction-nav a:after,
.post_detail .flex-direction-nav a:after,
.photo-gallery-slider .flex-direction-nav a:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font: 35px/64px 'fontello';
    text-indent: 0;
    color: #000;
}
.landing-slider-wrap .flex-direction-nav a.flex-prev:after,
.post_detail .flex-direction-nav a.flex-prev:after,
.photo-gallery-slider .flex-direction-nav a.flex-prev:after {
    content: '\E801';
}
.landing-slider-wrap .flex-direction-nav a.flex-next:after,
.post_detail .flex-direction-nav a.flex-next:after,
.photo-gallery-slider .flex-direction-nav a.flex-next:after {
    content: '\E800';
}

.landing-slider-wrap .gallery-slider .flex-control-nav {
    overflow: hidden;
    list-style: none;
    margin: 0;
    text-align: center;
    height: 57px;
    line-height: 74px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
}

.landing-slider-wrap .gallery-slider .flex-control-nav li {
    display: inline-block;
    margin: 0 5px;
}

.landing-slider-wrap .gallery-slider .flex-control-nav a {
    display: block;
    width: 14px;
    height: 14px;
    background: #000;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
}

.landing-slider-wrap .gallery-slider .flex-control-nav .flex-active {
    background: #ad995a;
}
.landing-slider-wrap .block-seo {
    float: left;
    width: 42.75%;
}

.landing-slider-wrap .block-seo .inner {
    padding: 4px 0 30px 30px;
}

.landing-slider-wrap .block-seo .head {
    padding: 0 0 39px;
    margin: 0 0 32px;
    position: relative;
}

.landing-slider-wrap .block-seo .date,
.more-posts-list .date {
    color: #999;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0 0 23px;
}

.landing-slider-wrap .block-seo .title {
    font-size: 42px;
    line-height: 1.2;
    margin-top: 0;
    min-height: 169px;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
}

.single-tournament .landing-slider-wrap .block-seo .title {
    font-size: 40px;
}

.landing-slider-wrap .block-seo .author {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.landing-slider-wrap .block-seo .text {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.025em;
    min-height: 113px;
    margin: 0 0 15px;
    color: #000;
}

.col-3-set,
.col-2-set {
    display: table;
    list-style: none;
    width: 100%;
    margin: 0;
}

.col-3-set .column {
    display: table-cell;
    width: 33.33%;
}
.col-2-set .column {
    display: table-cell;
    width: 50%;
}

/* Landing Bar */
.landing-bar .col-3-set,
.landing-bar .col-2-set {
    table-layout: fixed;
}
.landing-bar .col-3-set:before,
.landing-bar .col-3-set:after {
    display: none;
}
.landing-bar .col-3-set .column,
.landing-bar .col-2-set .column {
    border-right: 1px solid #ccc;
    text-align: center;
    padding: 0 20px;
}
.landing-bar .col-3-set .column {
     width: auto;
}
.landing-bar .col-3-set .column:nth-child(2n) {
    width: 34.1%;
}
.landing-bar .col-3-set .column:last-child,
.landing-bar .col-2-set .column:last-child {
    border-right: 0;
}
.landing-bar .widget-title {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 8px 0 25px;
}

.browser-desktop .news_widget_categories img {
    margin: 0 12px 0 0;
}

/* Categories widget */
.landing-bar .news_widget_categories ul {
    display: inline-block;
    vertical-align: top;
    min-width: 208px;
    padding: 12px 0 0;
    font-weight: 300;
    text-align: left;
}
.landing-bar .news_widget_categories li {
    margin: 0 0 13px;
    letter-spacing: -0.3em;
}
.landing-bar .news_widget_categories a {
    margin: 0;
    display: inline;
    outline: none;
}
.landing-bar .news_widget_categories .cat-name,
.landing-bar .news_widget_categories img {
    display: inline-block;
    vertical-align: middle;
}
.landing-bar .news_widget_categories img {margin-right: 17px;}
.landing-bar .news_widget_categories .cat-name {
    max-width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 60px;
    margin-left: -60px;
    letter-spacing: 2px;
}
/* Calendar Widget */
.landing-bar .widget_wp_month_calendar {
    max-width: 325px;
    min-height: 183px;
    margin: 0 auto;
}
.landing-bar .month-calendar {margin-bottom: 0;}
.landing-bar .month-calendar caption {
    border: none;
    font-size: 18px;
    margin: 0 0 9px;
    position: relative;
}
.landing-bar .month-calendar caption .prev,
.landing-bar .month-calendar caption .next {
    top: 2px;
    padding-left: 11px;
    padding-right: 11px;
}
.landing-bar .month-calendar caption .prev {left: 1px;}
.landing-bar .month-calendar caption .next {right: 1px;}
/* Authors widget */
.blog_authors ul {
    list-style: none;
    padding: 14px 0 0;
    margin: 0;
}
.blog_authors a {
    color: #ad995a;
    font-weight: 300;
    line-height: 2.7;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.more-posts-wrap {
    background: #fff;
    padding: 66px 20px 30px;
}
.more-posts-wrap .block-title {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
    padding: 0 0 32px;
    margin: 0 0 68px;
    position: relative;
}
.more-posts-wrap .noitems-text {
    text-align: center;
}

/* More Posts List */
.more-posts-list {
    list-style: none;
    font-size: 0;
    line-height: 0;
    margin: 0 -15px;
}
.more-posts-list li {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 1.25;
    width: 50%;
    padding: 0 15px;
    margin: 0 0 56px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.more-posts-list .img-wrap {
    float: left;
    width: 47.7%;
}
.more-posts-list .img-wrap .image {
    display: block;
    position: relative;
}
.more-posts-list .img-wrap img {
    display: block;
    width: 100%;
}
.more-posts-list .copy {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 52.3%;
    padding: 3px 0 0 30px;
}
.more-posts-list .date {
    margin: 0 0 10px;
}
.more-posts-list .title {
    line-height: 1.25;
    margin: 0 0 38px;
    padding: 0 0 19px;
    position: relative;
}
.more-posts-list .text {
    font-size: 14px;
}
.more-posts-wrap .block-title:after {
    left: 50%;
    margin: 0 0 0 -15px;
}
.more-posts-list .read-more {
    color: #ad995a;
    line-height: 1.7;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.more-posts-list .read-more:hover {
    color: #3a3a3c;
}
.more-posts-list.tournament-type .icons {
    position: absolute;
    top: 0;
    right: 0;
}
.more-posts-list.tournament-type .icons img {
    background-color: #000;
    width: 25px;
    height: 25px;
    padding: 5px;
    margin-bottom: 2px;
    position: static;
}

.footer_sotial_widget {
    padding: 40px 0 16px;
    text-align: center;
}
.footer_sotial_widget h3 {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 0 0 34px;
    margin: 0 0 29px;
    position: relative;
}
.footer_sotial_widget h3:after {
    left: 50%;
    margin: 0 0 0 -15px;
}

/* Post listing */

.news-main_inner .title:after {
    content: '';
    background: #AD995A;
    width: 30px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.category_title {
    max-width: 1279px;
    font-size: 46px;
    position: relative;
    padding: 19px 20px 22px;
    margin: 0 auto;
}

.news-main_inner {padding: 89px 0 52px;}
.news-main_inner:after {
    clear: both;
    display: block;
    content: '';
}
.news-main_inner .post_wrap {
    margin: 0 0 47px;
    padding: 0 0 50px;
    border-bottom: 1px solid #ccc;
    width: 57.31%;
    float: left;
    letter-spacing: -0.3em;
}
.news-main_inner .post_wrap.first {margin-top: -22px;}
.news-main_inner .image {
    display: inline-block;
    vertical-align: middle;
    width: 55.4%;
    margin-right: 4.1%;
}
.news-main_inner .image img {
    display: block;
    width: 100%;
    opacity: 1;
    -webkit-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.news-main_inner .image img:hover {opacity: 0.8;}
.news-main_inner .copy {letter-spacing: 0;}
.news-main_inner .image + .copy {
    display: inline-block;
    vertical-align: middle;
    width: 40.5%;
    padding: 4px 0 0;
    margin-right: -1px;
}
.news-main_inner .date {
    font-size: 12px;
    margin: 0 0 13px;
    letter-spacing: 2px;
    color: #999;
}
.news-main_inner .title {
    position: relative;
    font-size: 24px;
    margin: 0 0 38px;
    padding: 0 0 22px;
}
.news-main_inner .std {
    font-size: 14px;
    line-height: 1.2143;
    margin: 0 0 16px;
}
.news-main_inner .read-more {
    text-transform: uppercase;
    font-size: 12px;
    color: #AD995A;
    letter-spacing: 2px;
}
.news-main_inner .sidebar_wrap {
    border-left: 1px solid #ccc;
    padding: 14px 0 10% 4.77%;
    width: 33.15%;
    float: right;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.news-main_inner .news-sidebar {
    width: 100%;
    max-width: 316px;
    padding: 0;
    border: 0;
    margin: 0;
    float: none;
}
.news-main_inner .news-sidebar .widget_search {margin: 0 0 42px;}
.news-main_inner .news-sidebar .widget-title {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 4px;
    margin: 0 0 32px;
}
.news-main_inner .widget + .widget {
    padding: 51px 0 0;
    margin: 56px 0 0;
}
.news-main_inner .superior_blog_search_widget + .widget {
    padding-top: 0;
    border: 0;
    margin-top: 42px;
}
.news-main_inner .month-calendar {margin-top: -9px;}
.news-main_inner .month-calendar caption {
    border: 0;
    font-size: 18px;
    margin-bottom: 15px;
}
.news-main_inner .news-sidebar .widget_social h3 {
    padding-top: 0;
    line-height: 1.25;
    letter-spacing: 4px;
}
.news-main_inner .news-sidebar .wp_custom_category_with_image a,
.news-main_inner .news-sidebar .superior_blog_authors_list_widget a {font-weight: 300;}
.news-main_inner .news-sidebar .wp_custom_category_with_image a:hover {color: #000;}
.news-main_inner .more-posts-wrap {
    width: 57.31%;
    float: left;
    padding: 0;
}
.news-main_inner .more-posts-wrap .pagination {
    padding: 14px 0 0;
}

/* Sidebar */

.news-sidebar .superior_blog_search_widget .search-field {
    font-size: 12px;
    padding: 7px 22px;
    width: 100%;
}
.news-sidebar .superior_blog_search_widget {
    margin: 0 0 42px;
}
.superior_blog_search_widget .screen-reader-text {
    display: none;
}
.superior_blog_search_widget .search-form {
    position: relative;
}
.superior_blog_search_widget input[type="submit"] {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    border: none;
    padding: 0;
    background-color: transparent;
    font-size: 0;
    background-position: -54px 0px;
}
.superior_blog_search_widget input[type="submit"]:hover {
    background: transparent;
    background-image: url(images/sprite4.png);
    background-position: -54px 0;
    opacity: 0.8
}
.news-sidebar .wp_custom_category_with_image ul {
    margin: 0;
}
.news-sidebar .wp_custom_category_with_image li {
    list-style: none;
    margin: 0 0 16px;
}
.news-sidebar .wp_custom_category_with_image a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ad995a;
    outline: none;
}
.news-sidebar .wp_custom_category_with_image .cat-name {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    line-height: 41px;
}
.news-sidebar .wp_custom_category_with_image img {
    opacity: 1;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}
.news-sidebar .widget_wp_archive_month_calendar {
    padding: 51px 0 0;
    margin: 0 0 58px;
}
.news-sidebar .superior_blog_authors_list_widget .widget-title {
    margin: 0 0 24px;
}
.news-sidebar .superior_blog_authors_list_widget ul {
    margin: 0;
}
.news-sidebar .superior_blog_authors_list_widget li {
    list-style: none;
    margin: 0 0 12px;
}
.news-sidebar .superior_blog_authors_list_widget a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ad995a;
}
.news-sidebar .superior_blog_authors_list_widget a:hover{
    color: #000;
}
.news-sidebar .widget_social h3 {
    padding: 53px 0 0;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 6px;
    margin: 0 0 32px;
}
.news-sidebar .widget_wp_archive_month_calendar {
    padding: 57px 0 0;
    margin: 0 0 61px;
}
.news-main .more-posts-wrap {
    padding: 15px 0 0;
    width: 57.5%;
}
.news-page .news-gallery_wrap .gallery_title {
    margin: -6px 0 31px;
}

/* Post Page */

.post_detail {position: relative;}
.post_detail:after {
    content: '';
    display: block;
    clear: both;
}
.post_detail:before {
    content: '';
    border-left: 1px solid #ccc;
    position: absolute;
    top: 4px;
    bottom: 72px;
    right: 31.82%;
}

/* Post Detail Info */

.post-detail-info {
    position: relative;
    padding: 38px 0;
    margin: 0 0 44px;
}
.post-detail-info:after,
.post_detail .news-sidebar .widget-title:after,
.wp_easy_author_info .name:after,
.post_detail .widget_social h3:after,
.post_detail .tournament-sidebar .widget-title:after {
    content: '';
    background: #AD995A;
    width: 30px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.post-detail-info .date {
    margin: 0 0 10px;
    color: #999;
    font-weight: 300;
    letter-spacing: 2px;
}
.post-detail-info h1.title {
    font-size: 36px;
    margin: 0 0 7px;
    line-height: 1.2;
    text-transform: none;
}
.post-detail-info .author {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.2em;
}

/* Post Content */

.post_detail .post_detail_wrap {
    padding: 0 0 35px;
    width: 65.83%;
    float: left;
}
.post_detail .single-area {margin-bottom: 56px;}
.post_detail .std {line-height: 1.2143;}
.post_detail .std p {margin-bottom: 17px;}
.post_detail .gallery_title {
    color: #AD995A;
    margin: 0 0 31px;
    font-size: 24px;
    letter-spacing: 0.2em;
}
.post_detail .news-gallery {
    margin: 0 0 75px;
}
.post_detail .gallery-slider {position: relative;}
.post_detail .gallery-slider .slides {bottom: 0;}
.video_slider .slides,
.photo-gallery .slides,
.photo-gallery-mobile .slides,
.photo-gallery-slider .photo-slides {
    list-style: none;
    margin: 0;
}
.video_slider,
.photo-gallery {
    position: relative;
    margin: 0 0 57px;
}
.video_slider .slide_inner {
    position: relative;
    width: 100%;
    padding: 0 0 56.4%;
}
.video_slider .flex-direction-nav,
.gallery-slider .flex-direction-nav,
.photo-gallery .flex-direction-nav,
.photo-gallery-mobile .flex-direction-nav,
.photo-gallery-slider .flex-direction-nav {
    margin: 0;
    list-style: none;
}
.video_slider .flex-direction-nav a,
.photo-gallery .flex-direction-nav a,
.photo-gallery-mobile .flex-direction-nav a,
.photo-gallery-slider .flex-direction-nav a {
    top: 50%;
    text-indent: -999999px;
}
.video_slider iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.post-files {
    font-size: 12px;
    letter-spacing: 2px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 40px 5px;
    margin: 0 0 48px;
}
.post-files ul {margin: 0;}
.post-files li {
    list-style: none;
    margin: 0 0 15px;
}
.post-files a {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    color: #AD995A;
    text-transform: uppercase;
}
.post-files a:hover {color: #000;}
.post-files a:before {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    margin: 0 11px 0 0;
    background-position: -298px -320px;
    -webkit-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.post-files a:hover:before {opacity: 0.7;}
.post_detail .comment-reply-title {
    letter-spacing: 2px;
    margin-bottom: 35px;
}
.post_detail .comment-respond {padding-bottom: 39px;}
.post_detail .comment-respond .comment-form-comment {margin: 0 0 22px;}
.post_detail .comment-respond input[type="submit"] {padding: 7px 31px;}
.tags {
    font-size: 12px;
    color: #333;
}

/* Post Sidebar */

.post_detail .sidebar_wrap {
    padding: 14px 0 10% 3.76%;
    width: 31.9%;
    float: right;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.post_detail .news-sidebar {
    width: auto;
    max-width: 318px;
    float: none;
    padding: 0;
    border: 0;
    margin: 0;
}
.post_detail .widget + .widget {
    padding: 43px 0 0;
    margin: 46px 0 0;
}
.post_detail .widget .widget-title,
.wp_easy_author_info .name,
.post_detail .news-sidebar .widget_social h3 {
    position: relative;
    letter-spacing: 4px;
    padding: 0 0 22px;
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 1.3846153846;
    font-weight: 400;
}
.post_detail .widget ul {
    margin: 0;
    font-size: 18px;
    letter-spacing: 0.03em;
}
.post_detail .widget li {
    list-style: none;
    margin: 0 0 37px;
}
.post_detail .widget .post-author {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    padding-top: 6px;
}
.post_detail .widget .post-author a {
    color: #ad995a;
    text-decoration: underline;
    -webkit-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.post_detail .widget .post-author a:hover {text-decoration: none;}
.wp_easy_author_info {margin-top: -13px;}
.wp_easy_author_info .avatar {margin-bottom: 17px;}
.wp_easy_author_info .description {
    font-size: 14px;
    line-height: 1.2143;
    margin-bottom: -4px;
}
.post_detail .widget.widget_social {padding: 30px 0 0;}

/**
 * End Blog Pages
 * -----------------------------------------------------------------------------
 */


/* Tournament Pages */

.tournament-detail {
    background: #fff;
    padding: 79px 0px 0px 0px;
}
.tournament-detail:before {
    display: none;
}
.tournament-detail *,
.posts-types-list * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tournament-detail h1.title {
    font-size: 36px;
    line-height: 1.22;
    letter-spacing: .025em;
    margin: 0 0 16px;
}
.tournament-detail h2.title {
    color: #ad995a;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: .2em;
    margin: 0 0 29px;
}
.tournament-detail h3.title {
    font-size: 12px;
    letter-spacing: .2em;
    margin: 0;
}
.tournament-main,
.tournament-sidebar {
    position: relative;
}
.tournament-main {
    float: left; 
    width: 54.14%;
    padding: 0 69px 0 0;
}
.tournament-inner {
    border-bottom: 1px solid #ccc;
    padding: 0 0 42px;
    margin: 0 0 44px;
}
.tournament-inner img {
    max-width: 100%;
}
.tournament-inner .banner {
    margin: 0 0 29px;
}
.tournament-inner .banner img {
    width: 100%;
}
.tournament-inner .date {
    color: #999;
    font-size: 12px;
    letter-spacing: .2em;
    margin: 0 0 26px;
}
.tournament-inner .date:after {
    content: '';
    display: block;
    background: #ad995a;
    width: 30px;
    height: 2px;
    margin: 21px 0 0;
}
.tournament-inner .std {
    font-size: 14px;
    font-weight: 300;
}

/* --Photo/Video Gallery */

.gallery-wrap .title a {
    outline: none;
}
.photo-gallery-mobile-list {
    display: none;
    list-style: none;
    margin: 0;
}
.photo-gallery .slides li {
    margin: 0 30px 0 0;
}
.photo-gallery .image-wrap,
.photo-gallery-mobile .slides li,
.photo-gallery-slider .photo-slides li {
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding: 0 0 66%;
    margin: 0 0 36px;
    text-indent: -9999px;
}
.photo-gallery-mobile .slides li {
    height: 445px;
    padding: 0;
    margin: 0;
}
.photo-gallery .flex-direction-nav a {
    top: 100px;
}
.photo-gallery-slider,
.photo-gallery-mobile {
    position: relative;
}
.photo-gallery-slider .photo-slides li {
    margin: 0;
}
.gl-carousel {
    padding: 10px 0px;
}
.gl-carousel li{
    cursor: pointer;
}

/* --END Gallery Wrap */

/* --Tournament Sidebar */

.tournament-sidebar {
    float: right; 
    border-left: 1px solid #ccc;
    width: 45.86%;
    padding: 0 0 0 70px;
}
.tournament-sidebar h2.title:first-child {
    margin-top: -8px;
}
.tournament-results {
    border-bottom: 1px solid #ccc;
    padding: 0 0 58px;
    margin: 0 0 44px;
}
.tournament-results.mobile {
    display: none;
}
.table-wrap {
    max-height:920px;
    overflow-x: auto;
    overflow-y: hidden;
}
.tournament-result-table {
    border: none;
    border-collapse: collapse;
    font-size: 16px;
    width: 100%;
    margin: 0;  
}
.tournament-result-table td {
    border: none;
    background: #fff;
    text-align: center;
    height: 40px;
    padding: 4px 5px 3px;
    vertical-align: middle;
}
.tournament-result-table td:first-child,
.tournament-result-table td:nth-child(2),
.tournament-result-table tbody td:nth-child(3) {
    text-align: left;
}
.tournament-result-table td img {
    width: 33px;
    max-width: none;
}
.tournament-result-table .flag-name {
    position: relative;
    padding-left: 48px;
}
.tournament-result-table .flag-name img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px;
}
.tournament-result-table thead td {
    border-right: 1px solid #fff;
    background: #eeeada;
    padding: 11px 5px 9px;
}
.tournament-result-table thead td:last-child {
    border-right: 0;
}
.tournament-result-table tr:nth-child(2n) td {
    background: #dcddde;
}
.tournament-result-table tbody td:nth-child(2) {
    padding-right: 0;
}
.tournament-results .more-results {
    width: 100%;
    margin: 35px 0 0;
}
.widget + .proud-sponsors {
    border-top: 1px solid #ccc;
}
.proud-sponsors.widget .widget-title {
    margin-bottom: 36px;
}
.proud-sponsors .block-moodboard {
    background: transparent;
    margin: 0 -3px;
}
.proud-sponsors .block-moodboard > .item {
    height: auto;
    padding: 0 3px 6px;
}
.proud-sponsors .block-moodboard .large_image-item {
    width: 100%;
}

/* --END Tournament Sidebar */

/* --Tournament Widget List */

.tournament_widget_list {
    margin: 0 0 20px;
}
.tournament_widget_list .more-posts-list {
    margin: 0 -3px 16px -19px;
    padding: 9px 0 0;
    text-align: left;
}
.tournament_widget_list .more-posts-list li {
    vertical-align: middle;
    margin: 0 0 17px;
    letter-spacing: -0.33em;
}
.tournament_widget_list .more-posts-list a {
    color: #ad995a;
    outline: none;
}
.tournament_widget_list .more-posts-list a:hover {color: #3a3a3c;}
.tournament_widget_list .more-posts-list img,
.tournament_widget_list .more-posts-list .tournament-name {
    display: inline-block;
    vertical-align: middle;
}
.tournament_widget_list .more-posts-list img {
    width: 64px;
    margin-right: -64px;
}
.tournament_widget_list .more-posts-list .tournament-name {
    text-transform: uppercase;
    letter-spacing: 2px;
    max-width: 100%;
    padding: 2px 0 1px 83px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* --END Tournament Widget List */

.tournament-news .more-posts-wrap .block-title {
    margin-bottom: 22px;
}

/* --Post Types List */

.posts-types-list {
    list-style: none;
    font-size: 0;
    margin: 0;
}
.posts-types-list li {
    display: inline-block;
    vertical-align: top;
    color: #ad995a;
    font-size: 12px;
    letter-spacing: .2em;
    text-align: right;
    text-transform: uppercase;
    width: 50%;
    padding: 0 130px 0 0;
    margin: 0 0 45px;
}
.posts-types-list li:nth-child(2n) {
    text-align: left;
    padding: 0 0 0 130px;
}
.posts-types-list .caption {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-top: 36px;
}
.posts-types-list .caption img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 28px;
    margin-left: -14px;
}

/* --END Post Types List */

/* END Tournament Pages */

#superior-sitemap {
    column-count : 2;
    list-style: none;
}
#superior-sitemap .sub-menu{
    list-style: none;
}

#superior-sitemap span{
    color:#ad995a;
}

@media screen and (max-width: 1279px) {
    .news-detail{
        padding: 0 0 0 10px;
    }

    .news-gallery{
        margin-left: -10px;
    }

    .block-moodboard .text-item .text{
        font-size: 12px;
    }


    /* Tournament Pages */

    .tournament-detail {
        padding-left: 15px;
        padding-right: 15px;
    }
    .tournament-main {
        padding: 0 30px 0 0;
    }
    .tournament-sidebar {
        padding: 0 0 0 30px;
    }
    .photo-gallery .flex-direction-nav a {
        top: 38%;
    }

    /* END Tournament Pages */
}

@media screen and (min-width: 1024px){
    .primary-navigation {display: block !important;}
    .primary-navigation .dropdown{
        padding-bottom: 0;
    }

    .primary-navigation .dropdown-inner{
        overflow: hidden;
        padding: 0 0 0 1px;
    }

    .primary-navigation ul.level1{
        margin: -1px 0;

        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;

        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .primary-navigation li.level1{
        vertical-align: top;
        width: 272px;
        padding: 46px 24px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin: -1px 0 0 -1px;
        position: relative;
    }

    .primary-navigation li.level1:before,
    .primary-navigation li.level1:after{
        content: '';
        width: 1px;
        position: absolute;
        left: 0;
        top: 24px;
        bottom: 24px;
        background: #ccc;
    }

    .primary-navigation li.level1:after{
        left: auto;
        right: 0;
    }
}

@media screen and (max-width: 1160px) {
    .primary-navigation{
        padding-left: 140px;
    }

    .primary-navigation li.level0 > a{
        font-size: 13px;
    }

    .contactus-page .contact-blocks > li{
        width: 90%;
    }

    .contactus-page .form-col,
    .contactus-page .form-col + .form-col{
        width: 100%;
        padding: 0;
    }

    .contactus-bottom .social a{
        margin: 0 8px;
    }
}

@media screen and (max-width: 1024px) {
    .blog-page .landing-slider-wrap {
        padding: 49px 20px 0;
    }
    .landing-slider-wrap .block-seo .title {
        font-size: 38px;
        min-height: 0;
    }
    .landing-slider-wrap .block-seo .head {
        padding-bottom: 25px;
        margin-bottom: 20px;
    }
    .landing-slider-wrap .block-seo .text {min-height: 105px;}
}
@media screen and (max-width: 1023px) {
    .site-title{
        left: 50%;
        margin: -8px 0 0 -60px;
    }

    .site-title a{
        height: 110px;
    }

    .primary-navigation{
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        right: 0;
        padding: 26px;
        background: rgba(235,235,235, .9);
    }

    .primary-navigation .dropdown{
        display: none;
        padding: 0 26px;
        margin: 0 -26px;
        background: #e1e1e1;
    }

    .primary-navigation li.level0 > a{
        padding: 10px 0;
        font-size: 15px;
    }

    .block-moodboard > .item{
        width: 50%;
        padding: 0 0 55%;
    }

    .block-moodboard .large_image-item,
    .block-moodboard .video-item,
    .block-moodboard .location-item{
        width: 100%;
    }

    .bottom-bar{
        padding: 0;
    }

    .bottom-bar .col{
        float: none;
        border-top: 1px solid #ccc;
        border-left: 0;
        margin: 0 auto;
        padding: 30px 70px;
        width: auto;
    }

    .bottom-bar .col:first-child{
        border-top: 0;
    }

    .breadcrumb{
        display: none;
    }

    .items-list-page{
        padding-top: 40px;
    }

    .contactus-bottom .col{
        width: 96%;
    }

    .primary-navigation ul.level1{
        display: block;
    }

    .primary-navigation li.level1{
        padding: 20px 0;
    }

    .primary-navigation li.level1 + li.level1{
        padding-top: 0;
    }

    .primary-navigation li.level1 > .link-wrap{
        font-size: 18px;
        margin: 0 0 10px
    }

    .primary-navigation li.level2{
        max-width: none;
        font-size: 12px;
        margin: 7px 0 0;
    }

    .primary-navigation img{
        display: none;
    }

    /* More Posts */
    .more-posts-list .img-wrap,
    .more-posts-list .copy {
        float: none;
        width: auto;
    }
    .more-posts-list .img-wrap .image {
        padding-bottom: 68.79%;
        overflow: hidden;
    }
    .more-posts-list .img-wrap img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .more-posts-list .copy {padding: 5% 5% 0;}
    /* Post listing */
    .news-main_inner .sidebar_wrap {padding-left: 3.65%;}
    .news-sidebar .wp_custom_category_with_image a,
    .news-sidebar .superior_blog_authors_list_widget a {font-size: 13px;}
    .news-main_inner .news-sidebar .widget-title,
    .news-main_inner .news-sidebar .widget_social h3,
    .post_detail .widget .widget-title,
    .wp_easy_author_info .name,
    .post_detail .news-sidebar .widget_social h3 {
        font-size: 17px;
        letter-spacing: 3px;
    }
    .post_detail .widget ul {font-size: 17px;}
    .news-main_inner .post_wrap,
    .news-main_inner .more-posts-wrap {width: 60%;}
    .news-main_inner .image + .copy {padding-top: 0;}
    .news-main_inner .title {
        font-size: 20px;
        padding-bottom: 18px;
        margin-bottom: 25px;
    }
    .news-main_inner .std {font-size: 13px;}
    .news-main_inner .date {font-size: 11px;}
}
@media screen and (max-width: 939px) {
    .tournament_widget_list .more-posts-list .tournament-name {
        letter-spacing: 1px;
        padding-left: 80px;
    }
}
@media screen and (min-width: 861px) {
    .desktop-hidden {display: none !important;}
}
@media screen and (max-width: 860px) {

    /* Popup */

    .popup-wrapper .popup .close-button {
        font-size: 18px;
        width: 24px;
        height: 24px;
        top: -34px;
    }
    .popup-wrapper .popup-inner {
        width: 90%;
        margin: 44px auto 10px;
    }

    /* END Popup */

    /* Header */
    .top-header {height: 25px;}

    .col-3-set,
    .col-2-set {
        display: block;
    }
    .col-3-set .column,
    .col-2-set .column {
        display: block;
        width: 100%;
    }

    .news-main{
        float: none;
        width: auto;
        margin: 50px auto;
    }

    .neslist > li{
        margin: 0 0 40px;
    }

    .news-sidebar{
        float: none;
        width: auto;
        padding: 0 35px 75px;
        margin: 0 auto;
        border: 0;
    }

    .items-list-page .page-title,
    .text-wrapper .title{
        font-size: 32px;
    }

    .contactus-page .map{
        position: static;
        width: 100%;
        padding: 0 0 70%;
    }

    .contactus-page .contact-info{
        width: 88%;
        padding: 6%;
        margin: 0;
    }

    .gallery-thumb{
        display: none;
    }

    /* Landing Page */

    .home_search-breadcrumbs_wrap {
        padding: 39px 20px 17px;
    }

    .home_search-breadcrumbs_wrap .breadcrumb {
        padding: 0;
    }

    .home_search-breadcrumbs_wrap .search-form {
        margin: 0;
        width: 100%;
    }

    .landing-slider-wrap .block-seo .head:after,
    .more-posts-wrap .block-title:after,
    .more-posts-list .title:after {
        width: 25px;
        height: 2px;
    }
    .landing-slider-wrap, .more-posts-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .blog-page .landing-slider-wrap {
        padding-top: 20px;
        padding-bottom: 59px;
    }
    .landing-slider-wrap .gallery-slider,
    .landing-slider-wrap .block-seo {
        float: none;
        width: 100%;
    }
    .landing-slider-wrap .gallery-slider {
        padding: 0 0 67%;
        margin: 0 0 78px;
    }
    .landing-slider-wrap .gallery-slider .flex-control-nav {
        line-height: 56px;
        height: 56px;
    }
    .landing-slider-wrap .gallery-slider .flex-control-nav li {
        margin: 0 1.8%;
    }
    .landing-slider-wrap .gallery-slider .flex-control-nav a {
        width: 12px;
        height: 12px;
    }
    .landing-slider-wrap .block-seo .head {
        padding: 0 0 24px;
        margin: 0 0 21px;
    }
    .landing-slider-wrap .block-seo .inner {
        padding: 0;
    }
    .landing-slider-wrap .block-seo .title {
        font-size: 30px;
        min-height: 0;
        margin: 0 0 16px;
    }
    .landing-slider-wrap .block-seo .date,
    .more-posts-list .date {
        font-size: 10px;
        margin: 0 0 7px;
    }

    .landing-slider-wrap .block-seo .author {
        font-size: 11px;
    }
    .landing-slider-wrap .block-seo .text {
        font-size: 12px;
        line-height: 1.4;
        margin: 0 0 27px;
        min-height: inherit;
    }
    .landing-slider-wrap .block-seo .btn {
        font-size: 10px;
        padding: 9px 29px;
    }
    .landing-slider-wrap .flex-direction-nav a,
    .post_detail .flex-direction-nav a,
    .photo-gallery-slider .flex-direction-nav a {
        width: 45px;
        height: 45px;
    }
    .landing-slider-wrap .flex-direction-nav a:after,
    .post_detail .flex-direction-nav a:after,
    .photo-gallery-slider .flex-direction-nav a:after {
        font-size: 26px;
        line-height: 45px;
    }

    /* Landing Bar & Blog Sidebar */
    .landing-bar,
    .news-main_inner .sidebar_wrap {
        padding: 53px 41px 0;
        overflow: hidden;
        text-align: center;
    }
    .news-main_inner .wp_easy_author_info {padding-bottom: 20px;}
    .news-main_inner .wp_easy_author_info .name:after {
        left: 50%;
        margin-left: -12px;
    }
    .landing-bar .col-3-set .column,
    .landing-bar .col-2-set .column,
    .news-main_inner .widget + .widget {
        border-right: 0;
        border-top: 0;
        border-bottom: 1px solid #ccc;
        padding: 0;
        margin: 0 auto 41px;
    }
    .landing-bar .col-3-set .column:nth-child(2n) {
        width: 100%;
    }
    .landing-bar .col-3-set .column:last-child,
    .landing-bar .col-2-set .column:last-child,
    .news-main_inner .widget + .superior_blog_authors_list_widget {
        border: 0;
    }
    .landing-bar .widget-title,
    .news-main_inner .news-sidebar .widget-title {
        font-size: 12px;
        margin: 0 0 29px;
        letter-spacing: 2px;
    }
    .landing-bar .widget-title.archive,
    .news-main_inner .news-sidebar .widget_wp_archive_month_calendar .widget-title {
        margin-bottom: 9px;
    }
    .landing-bar .widget-title.blog_authors,
    .news-main_inner .widget + .superior_blog_authors_list_widget .widget-title {
        margin-bottom: 14px;
    }
    .news-main_inner .news-sidebar .superior_blog_search_widget,
    .news-main_inner .news-sidebar .widget_social {
        display: none;
    }
    /* Categories Widget */
    .landing-bar .news_widget_categories,
    .news-main_inner .news-sidebar .wp_custom_category_with_image ul {
        margin: 0 0 25px;
    }
    .landing-bar .news_widget_categories ul,
    .news-main_inner .news-sidebar .wp_custom_category_with_image ul {
        display: inline-block;
        vertical-align: top;
        min-width: 154px;
        width: auto;
        padding: 0;
        font-size: 10px;
    }
    .landing-bar .news_widget_categories li,
    .news-main_inner .news-sidebar .wp_custom_category_with_image li {
        margin-bottom: 18px;
        width: auto;
        display: block;
    }
    .news-main_inner .news-sidebar .wp_custom_category_with_image a {
        display: inline;
        font-size: inherit;
    }
    .landing-bar .news_widget_categories img,
    .news-main_inner .news-sidebar .wp_custom_category_with_image img {
        width: 20px;
        height: auto;
        margin: 0 13px 0 0;
    }
    .landing-bar .news_widget_categories .cat-name,
    .news-main_inner .news-sidebar .wp_custom_category_with_image .cat-name {
        padding-left: 33px;
        margin-left: -33px;
        max-width: 100%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    .news-main_inner .news-sidebar .wp_custom_category_with_image .cat-name,
    .news-main_inner .news-sidebar .wp_custom_category_with_image img {
        display: inline-block;
        vertical-align: middle;
    }
    /* Calendar widget */
    .landing-bar .widget_wp_month_calendar,
    .news-main_inner #calendar_wrap {
        min-height: 137px;
        max-width: 325px;
        margin: 0 auto 37px;
    }
    .landing-bar #wp-archive-month-calendar-blog-home,
    [id*='wp-archive-month-calendar'] {margin: 0 -4px;}
    .news-main_inner .month-calendar {margin-top: 0;}
    .landing-bar .month-calendar caption,
    .news-main_inner .month-calendar caption {
        font-size: 12px;
        margin: 0 0 7px;
    }
    .landing-bar .month-calendar caption .prev,
    .news-main_inner .month-calendar .prev {
        left: -4px;
        padding-left: 11px;
        padding-right: 11px;
        top: 2px;
    }
    .landing-bar .month-calendar caption .next,
    .news-main_inner .month-calendar .next {
        right: -4px;
        padding-left: 11px;
        padding-right: 11px;
        top: 2px;
    }
    .landing-bar .month-calendar caption .prev:before,
    .news-main_inner .month-calendar .prev:before,
    .landing-bar .month-calendar caption .prev:hover:before,
    .news-main_inner .month-calendar .prev:hover:before {
        background-position: -142px -37px !important;
        background-size: 200px 230px;
        width: 6px;
        height: 11px;
    }
    .landing-bar .month-calendar caption .next:before,
    .news-main_inner .month-calendar .next:before,
    .landing-bar .month-calendar caption .next:hover:before,
    .news-main_inner .month-calendar .next:hover:before {
        background-position: -129px -37px !important;
        background-size: 200px 230px;
        width: 6px;
        height: 11px;
    }
    .landing-bar .month-calendar td,
    .news-main_inner .month-calendar td {
        font-size: 10px;
        line-height: 2.5556;
        padding: 0 4px 8px;
    }
    /* Authors Widget */
    .blog_authors ul,
    .news-main_inner .news-sidebar .widget .superior_blog_authors_list_widget {padding: 0 0 9px;}
    .news-main_inner .news-sidebar .superior_blog_authors_list_widget li {margin: 0;}
    .blog_authors a,
    .news-main_inner .superior_blog_authors_list_widget a {
        display: inline;
        font-size: 10px;
        line-height: 3.1;
    }


    .news-sidebar .wp_custom_category_with_image ul {
        width: 100%;
        padding: 5% 0 0;
        font-size: 0;
    }
    .news-sidebar .wp_custom_category_with_image li {
        width: 33.3%;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }
    .news-sidebar .wp_custom_category_with_image a {
        font-size: 18px;
    }

    /* More Posts */
    .more-posts-wrap {padding: 12.2% 10px 10%;}
    .more-posts-wrap .block-title {
        font-size: 10px;
        padding: 0 0 23px;
        margin: 0 0 39px;
    }
    .more-posts-wrap .block-title:after {margin: 0 0 0 -12px;}
    .more-posts-list {margin: 0 -10px;}
    .more-posts-list li {
        padding: 0 10px;
        margin-bottom: 40px;
    }
    .more-posts-list .img-wrap {margin: 0 0 14px;}
    .more-posts-list .copy {padding: 0;}
    .more-posts-list .title {
        font-size: 15px;
        margin: 0 0 9px;
        padding: 0 0 13px;
    }
    .more-posts-list .text {display: none;}
    .more-posts-list .read-more {font-size: 10px;}

    /* End Landing Page */

    .category_page_home_search-breadcrumbs {
        padding: 39px 20px 0;
    }
    .category-page .news-main {
        margin: 0;
        padding: 43px 20px 30px;
    }
    .category-page .date {
        color: #999;
        font-weight: 300;
        letter-spacing: 2px;
        margin: 0 0 23px;
    }
    .category-page .news-main_inner .read-more {
        font-size: 14px;
    }

    /* Listing Page */
    .category_title {
        text-align: center;
        font-size: 30px;
        padding: 14px 20px 21px;
    }
    .news-main_inner {padding: 42px 0 48px;}
    .news-main_inner .post_wrap,
    .news-main_inner .sidebar_wrap,
    .news-main_inner .more-posts-wrap,
    .news-main_inner .image,
    .news-main_inner .image + .copy {
        display: block;
        float: none;
        width: 100%;
    }
    .news-main_inner .post_wrap {
        border: 0;
        margin: 0 0 35px;
        padding: 0 0 29px;
        position: relative;
    }
    .news-main_inner .post_wrap:after {
        border-top: 1px solid #ccc;
        content: '';
        position: absolute;
        left: 7.86%;
        right: 7.86%;
        bottom: 0;
    }
    .news-main_inner .post_wrap.first {
        margin-top: 0;
        padding-bottom: 9px;
    }
    .news-main_inner .post_wrap.first:after {display: none;}
    .news-main_inner .image {margin: 0;}
    .news-main_inner .image + .copy {
        width: 100%;
        padding: 20px 0 0;
    }
    .news-main_inner .date {font-size: 10px;}
    .news-main_inner .title {
        font-size: 20px;
        margin: 0 0 22px;
    }
    .news-main_inner .title:after {
        height: 2px;
        width: 25px;
    }
    .news-main_inner .std {
        font-weight: 300;
        font-size: 12px;
        line-height: 1.4;
        color: #000;
    }
    .news-main_inner .read-more {font-size: 10px;}
    .news-main_inner .sidebar_wrap {
        border: 0;
        margin: 0 -20px 35px;
        width: auto;
        background: #ebebeb;
    }
    .news-main_inner .news-sidebar {max-width: none;}
    .news-main_inner .more-posts-wrap {padding-top: 6px;}


    .category-page .news-sidebar {
        max-width: 100%;
        padding: 0;
    }
    .category-page .news-sidebar {
        text-align: center;
    }
    .category-page .news-sidebar .widget + .widget {
        border-top: 0;
        position: relative;
    }
    .category-page .news-sidebar .superior_blog_search_widget,
    .category-page .news-sidebar .widget_social {
        display: none;
    }
    .category-page .news-sidebar .widget.wp_custom_category_with_image {
        border: none;
        margin: 0 0 56px;
        padding: 0;
    }
    .category-page .news-sidebar .widget.wp_custom_category_with_image:after {
        display: none;
    }
    .category-page .news-sidebar .widget-title {
        font-size: 22px;
        margin: 0 0 21px;
        letter-spacing: 2px;
    }
    .category-page .news-sidebar .widget + .widget:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0);
        width: 75.75%;
        height: 2px;
        background: #d2d2d2;
    }
    .category-page .news-sidebar .widget_wp_archive_month_calendar{
        padding: 42px 0 0;
        margin: 0 0 58px;
    }
    .category-page .month-calendar {
        font-size: 14px;
        margin: 0;
    }
    .category-page .month-calendar caption{
        border: none;
        font-size: 18px;
        margin: 0 0 9px;
    }
    .category-page .news-sidebar .month-calendar td {
        line-height: 2.7;
        letter-spacing: 2px;
        padding: 0 0 3.2% 3.2%;
    }
    .category-page .news-sidebar .month-calendar td:first-child {
        padding: 0 0 3.2%;
    }
    .news-sidebar .superior_blog_authors_list_widget ul {
        margin: 0;
    }
    .news-sidebar .superior_blog_authors_list_widget li {
        list-style: none;
        margin: 0 0 12px;
    }
    .category-page .news-sidebar .superior_blog_authors_list_widget a {
        font-size: 18px;
        line-height: 3;
        font-weight: 300;
    }
    .news-main .more-posts-wrap {
        width: 100%;
    }
    /* End Listing Page */

    /* Post Detail Page */
    .post_detail:before {display: none;}
    .post_detail .post_detail_wrap,
    .post_detail .sidebar_wrap {
        float: none;
        width: auto;
    }
    /* Post Detail Info */
    .post-detail-info {
        padding: 27px 0 24px;
        margin: 0 0 34px;
    }
    .post-detail-info:after,
    .post_detail .news-sidebar .widget-title:after,
    .wp_easy_author_info .name:after,
    .post_detail .widget_social h3:after,
    .post_detail .tournament-sidebar .widget-title:after {width: 25px;}
    .post-detail-info .date {font-size: 10px;}
    .post-detail-info h1.title {
        font-size: 30px;
        margin-bottom: 17px;
    }
    .post-detail-info .author {font-size: 12px;}
    /* Post Content */
    .post_detail .post_detail_wrap {padding: 0 0 44px;}
    .post_detail .gallery_title,
    .post_detail .news-gallery_wrap .gallery_title {
        font-size: 15px;
        margin-bottom: 18px;
    }
    .post_detail .news-gallery {margin-bottom: 53px;}
    .post_detail .gallery-carusel {display: none;}
    .video_slider {margin-bottom: 51px;}
    .post_detail .std {
        font-size: 12px;
        line-height: 1.4;
    }
    .post_detail .std p {margin-bottom: 14px;}
    .post_detail .single-area {margin-bottom: 39px;}
    .post-files {
        font-size: 10px;
        letter-spacing: 1px;
        padding: 0 0 56px;
        margin: 0;
        border: 0;
    }
    .post-files li {margin-bottom: 18px;}
    .post-files a {line-height: 20px;}
    .post-files a:before {
        background-position: -149px -160px;
        background-size: 200px 230px;
        width: 20px;
        height: 20px;
    }
    .post_detail .comments-area,
    .tags {
        background: #ebebeb;
        margin: 0 -20px;
        padding: 49px 20px 55px;
    }
    .post_detail .comment-reply-title {
        font-size: 10px;
        margin-bottom: 22px;
    }
    .post_detail .comment-respond {padding: 0;}
    .post_detail .comment-respond input[type=text],
    .post_detail .comment-respond input[type=email],
    .post_detail .comment-respond textarea {
        width: 100%;
        padding: 6px;
        font-weight: 300;
        font-size: 10px;
    }
    .post_detail .comment-respond textarea {
        min-height: 145px;
        height: 145px;
    }
    .post_detail .comment-respond .comment-form-author,
    .post_detail .comment-respond .comment-form-email {margin-bottom: 15px;}
    .post_detail .comment-respond .form-submit {margin: 0;}
    .post_detail .comment-respond input[type="submit"] {
        font-size: 10px;
        padding: 7px 28px 8px;
    }
    .tags {font-size: 10px;}
    .post_detail .comments-area + .tags {
        margin-top: -33px;
        padding-top: 0;
    }
    /* Post Detail Sidebar */
    .post_detail .sidebar_wrap {padding: 0;}
    .post_detail .news-sidebar {max-width: none;}
    .post_detail .widget:not(.widget_social) {
        max-width: 84.29%;
        margin: 0 auto;
    }
    .post_detail .widget + .widget {
        padding: 49px 0 0;
        margin: 53px auto 0;
    }
    .post_detail .widget .widget-title,
    .wp_easy_author_info .name,
    .post_detail .news-sidebar .widget_social h3 {
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 2px;
        padding: 0 0 19px;
        margin: 0 0 20px;
    }
    .post_detail .widget ul {font-size: 15px;}
    .post_detail .widget li {margin-bottom: 33px;}
    .post_detail .widget .post-author {
        font-size: 10px;
        font-weight: 300;
        padding-top: 10px;
    }
    .wp_easy_author_info .avatar {margin-bottom: 20px;}
    .wp_easy_author_info .description {
        line-height: 1.4;
        font-size: 11px;
    }
    .post_detail .widget + .widget_social {
        background: #ebebeb;
        border: 0;
        margin: 85px -20px 0;
        padding: 30px 20px 3px;
        text-align: center;
    }
    .post_detail .news-sidebar .widget_social h3 {
        font-size: 10px;
        padding: 0 0 21px;
        margin: 0 0 24px;
    }
    .post_detail .news-sidebar .widget_social h3:after {
        left: 50%;
        width: 30px;
        margin-left: -15px;
    }
    /* End Post Detail Page */

    /* Tournament Pages */

    .tournament-detail {
        padding: 21px 20px 48px;
        margin: 38px 0 0;
    }
    .tournament-detail h1.title {
        font-size: 30px;
        margin: 0 0 11px;
    }
    .tournament-detail h2.title {
        font-size: 15px;
    }
    .tournament-detail h3.title {
        font-size: 10px;
    }
    .tournament-main,
    .tournament-sidebar {
        float: none;
        border: none;
        width: auto;
        padding: 0;
    }
    .tournament-inner {
        border-bottom: none;
        padding: 0;
        margin: 0 0 47px;
    }
    .tournament-inner .banner {
        margin: 0 0 14px;
    }
    .tournament-inner .date {
        font-size: 10px;
        margin: 0 0 22px;
    }
    .tournament-main .post-files {
        border-bottom: 1px solid #ccc;
        max-width: 84.29%;
        padding: 0 0 20px;
        margin: 0 auto 44px;
    }
    .tournament-sidebar h2.title:first-child {
        margin-top: 0;
    }
    .tournament-detail.post_detail .widget + .widget {
        padding: 39px 0 0;
        margin: 43px auto 0;
    }
    .tournament-results.desktop {
        display: none;
    }
    .tournament-results.mobile {
        display: block;
    }
    .tournament-results {
        border-bottom:0;
        padding: 0;
        margin: 0;   
    }
    .tournament-results:after,
    .gallery-wrap:after {
        content: '';
        display: block;
        background: #ccc;
        max-width: 84.29%;
        height: 1px;
        margin: 40px auto;
    }
    .gallery-wrap .title {
        text-align: center;
    }
    .photo-gallery {
        display: none;
    }
    .photo-gallery-mobile-list {
        display: block;
    }
    .photo-gallery-mobile-list > li {
        margin: 0 0 43px;
    }
    .photo-gallery-mobile {
        margin: 0 0 14px;
    }
    .photo-gallery-mobile .slides li {
        height: 375px;
    }
    .photo-gallery-mobile .flex-direction-nav a {
        top: 50%;
    }
    .table-wrap {
        max-height: 720px;
    }
    .tournament-result-table {
        font-size: 12px;
    }
    .tournament-result-table td {
        height: 30px;
    }
    .tournament-result-table td img {
        width: 20px;
    }
    .tournament-result-table .flag-name {
        padding-left: 35px;
    }
    .tournament-result-table .flag-name img {
        margin-top: -10px;
    }
    .tournament-result-table thead td {
        padding: 8px 5px 7px;
    }
    .tournament-results .more-results {
        display: block;
        width: 75%;
        margin: 32px auto 0;
    }
    .tournament_widget_news .btn {
        display: block;
        width: 89.3%;
        margin: 0 auto;
    }
    .proud-sponsors .block-moodboard {
        margin: 0 -2px;
    }
    .proud-sponsors .block-moodboard > .item {
        width: 33.33%;
        padding:0 2px 8px;
    }
    .proud-sponsors .block-moodboard .large_image-item {
        width: 100%;
    }

    .tournament_widget_list {margin: 0 0 47px;}
    .tournament_widget_list .more-posts-list {
        padding: 0;
        margin: 0 -10px 45px;
    }

    .posts-types-list li,
    .posts-types-list li:nth-child(2n) {
        text-align: center;
        padding: 0;
    }

    /* END Tournament Pages */

    /* Paging */
    .pagination {
        padding: 11px 0 12px;
    }
    .pagination a,
    .pagination span,
    .pagination .current {
        font-size: 10px;
        margin: 0;
        padding: 8px;
    }
    /* Footer Social */
    .footer_sotial_widget {padding: 30px 0 3px;}
    .footer_sotial_widget h3 {
        font-size: 10px;
        line-height: 1.38462;
        padding: 0 0 21px;
        margin: 0 0 24px;
    }
    .widget_social-inner {
        max-width: 186px;
        margin: 0 auto;
    }
    .widget_social a {margin: 0 4px 16px 5px;}
    /* Back to Top */
    .back-top {
        font-size: 10px;
        padding: 37px 0 38px;
    }
    .back-top:before,
    .back-top:hover:before {
        background-position: -99px -33px !important;
        background-size: 200px 230px;
        width: 21px;
        height: 19px;
    }
}

@media screen and (max-width: 767px) {
    .block-moodboard .text-item{
        display: block;
        margin: 0 auto;
        padding: 50px 0;
        height: auto;
        width: auto;
        max-width: 425px;
    }

    .block-moodboard .text-item + .text-item{
        border-top: 1px solid #fff;
    }

    .block-moodboard .text-item-content{
        position: static;
    }

    .news-page .page-title,
    .contactus-page .page-title,
    .feedback-page .page-title{
        font-size: 30px;
    }

    .main-footer{
        text-align: center;
    }

    .footer-logos{
        display: none;
    }

    .main-footer .nav-col{
        text-align: left;
    }

    /* Tournament Pages */

    .table-wrap {
        max-height: 504px;
    }
    .tournament-inner .date,
    .tournament-result-table,
    .tournament-detail h3.title {
        font-size: 9px;
    }
    .tournament-result-table td {
        height: 22px;
        padding: 2px 3px;
    }
    .tournament-result-table td img {
        width: 18px;
    }
    .tournament-result-table .flag-name {
        padding-left: 30px;
    }
    .tournament-result-table .flag-name img {
        margin-top: -9px;
    }
    .tournament-result-table thead td {
        padding: 3px;
    }
    .tournament-results .more-results {
        font-size: 10px;
    }

    .posts-types-list li {
        font-size: 9px;
    }

    /* END Tournament Pages */
}

@media screen and (max-width: 600px) {
    .block-book-now .button{
        width: 60px;
        font-size: 13px;
    }

    .lang-uk .block-book-now .button,
    .lang-ru .block-book-now .button{
        font-size: 10px;
        width: 88px;
    }

    .hero-banner .info h2{
        font-size: 30px;
        padding: 0 0 15px;
        margin: 0 0 13px;
    }

    .hero-banner .info .inner{
        padding: 15px 15px 1px;
    }

    .flex-pagination .flex-control-nav{
        display: none;
    }

    .flex-pagination .flex-control-nav + .flex-direction-nav{
        margin: 0;
    }

    .spa-procedures-list .image{
        width: 100%;
        margin: 0 0 25px;
        padding: 0;
        border: 0;
        float: none;
        text-align: center;
    }

    .home-seo .wrapper{
        padding: 30px;
    }

    .home-seo .title{
        display: block;
        width: 100%;
        margin: 0 0 20px;
        text-align: center;
    }

    .home-seo .std{
        display: block;
        width: 100%;
        padding: 0;
    }

    .home-seo .close{
        position: absolute;
        top: 20px;
        right: 20px;
        margin: 0;
    }

    .pots-navigation .btn{
        padding-left: 10px;
        padding-right: 10px;
    }

    .text-wrapper{
        padding: 30px 10px;
    }

    .contactus-bottom .social a{
        width: 36px;
        height: 36px;
        -webkit-background-size: 200px 230px;
        background-size: 200px 230px;
    }

    .contactus-bottom .social .tw{
        background-position: 0 -82px;
    }

    .contactus-bottom .social .tw:hover{
        background-position: 0 -118px;
    }

    .contactus-bottom .social .fb{
        background-position: -36px -82px;
    }

    .contactus-bottom .social .fb:hover{
        background-position: -36px -118px;
    }

    .contactus-bottom .social .gg{
        background-position: -73px -82px;
    }

    .contactus-bottom .social .gg:hover{
        background-position: -73px -118px;
    }

    .contactus-bottom .social .ln{
        background-position: -109px -82px;
    }

    .contactus-bottom .social .ln:hover{
        background-position: -109px -118px;
    }

    .contactus-bottom .social .in{
        background-position: -146px -82px;
    }

    .contactus-bottom .social .in:hover{
        background-position: -146px -118px;
    }

    .contactus-bottom .social .fq{
        background-position: -109px -82px;
    }

    .contactus-bottom .social .fq:hover{
        background-position: -109px -118px;
    }

    .contactus-bottom .social .yb{
        background-position: 0 -154px;
    }

    .contactus-bottom .social .yb:hover{
        background-position: 0 -190px;
    }

    .contactus-bottom .social .vk{
        background-position: -37px -154px;
    }

    .contactus-bottom .social .vk:hover{
        background-position: -37px -190px;
    }

    .photo-gallery-mobile .slides li {
        height: 277px;
    }

    .tournament_widget_list .more-posts-list li {
        display: block;
        width: auto;
    }
}

@media screen and (max-width: 479px) {
    .landing-slider-wrap .block-seo .text,
    .news-main_inner .std,
    .post_detail .std,
    .wp_easy_author_info .description {font-size: 10px;}
    .landing-slider-wrap .block-seo .btn,
    .landing-slider-wrap .block-seo .date,
    .more-posts-list .date,
    .more-posts-list .read-more,
    .landing-bar .news_widget_categories ul,
    .news-main_inner .news-sidebar .wp_custom_category_with_image ul,
    .landing-bar .month-calendar td,
    .news-main_inner .month-calendar td,
    .blog_authors a,
    .news-main_inner .superior_blog_authors_list_widget a,
    .more-posts-wrap .block-title,
    .footer_sotial_widget h3,
    .news-main_inner .date,
    .news-main_inner .read-more,
    .back-top,
    .post-detail-info .date,
    .post-files,
    .post_detail .comment-reply-title,
    .post_detail .comment-respond input[type=text],
    .post_detail .comment-respond input[type=email],
    .post_detail .comment-respond textarea,
    .post_detail .comment-respond input[type="submit"],
    .tags,
    .post_detail .widget .post-author,
    .post_detail .news-sidebar .widget_social h3 {font-size: 9px;}
    .back-top:before {margin-bottom: 9px;}
    .news-main_inner .std {margin-bottom: 9px;}
    .news-main_inner .date {margin-bottom: 10px;}
    .more-posts-list .date {margin-bottom: 3px;}
    .post-detail-info .date {margin-bottom: 6px;}
    /* Landing Bar */
    .landing-bar .widget-title,
    .news-main_inner .news-sidebar .widget-title,
    .post-detail-info .author {font-size: 11px;}
    .post_detail .widget .widget-title,
    .wp_easy_author_info .name {font-size: 12px;}
    .photo-gallery-mobile .slides li {
        height: 185px;
    }

    .tournament_widget_list .more-posts-list li {margin: 0 0 13px;}
    .tournament_widget_list .more-posts-list img {width: 51px;}
    .tournament_widget_list .more-posts-list .tournament-name {
        font-size: 9px;
        letter-spacing: 2px;
        padding-left: 89px;
    }

    .more-posts-list.tournament-type .icons img {
        padding: 3px;
        width: 13px;
        height: 13px;
    }
}

@media screen and (max-width: 425px) {
    .bottom-bar .col{
        padding-left: 5.5%;
        padding-right: 5.5%;
    }

    .footer-navigation .nav-col{
        display: block;
        margin: 0 0 15px;
    }

    .footer-navigation h3:before{
        content: '+';
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #999;
        border-radius: 50%;
        width: 13px;
        height: 13px;
        text-align: center;
        line-height: 11px;
        margin: -3px 5px 0 0;
    }

    .footer-navigation .active h3:before{
        content: '-';
    }

    .footer-navigation .nav-col > div{
        display: none;
        padding: 0 0 0 20px;
    }

    .footer-navigation .nav-col.active > div{
        display: block;
    }

    .neslist .image + .copy{
        margin-left: 0;
        margin-right: 0;
    }

    .comment-respond .comment-form-author,
    .comment-respond .comment-form-email{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .items-list-page .page-title,
    .text-wrapper .title{
        font-size: 24px;
    }

    .feedback-page .review-form .form-col,
    .feedback-page .review-form .form-col + .form-col{
        width: 100%;
        padding: 0;
    }

    .gallery-foot li{
        width: auto;
        max-width: 398px;
        margin: 0 25px 70px;
    }
}

/* Sprite */
.widget_social a,
.image-gallery-page .flex-direction-nav a:before,
.bottom-footer a,
.contactus-bottom .social a,
.home-seo .close,
.book-now-dropdown .date-input:after,
.btn .superior-life,
.gallery-slider .flex-direction-nav a:before,
.month-calendar .prev:before,
.month-calendar .next:before,
.widget_search .search-submit span,
.superior_blog_search_widget input[type="submit"],
.block-moodboard .video-item .image:after,
.back-top:before,
.home_search-breadcrumbs_wrap .search-submit,
.lang-drop .label:after,
.post-files a:before,
.downloads-list li a:before {
    background-image: url(images/sprite4.png);
    background-repeat: no-repeat;
}

/* Clearing floats */
.spa-procedures-list > li:before,
.spa-procedures-list > li:after,
.wrapper:before,
.wrapper:after,
.col-3-set:before,
.col-3-set:after,
.more-posts-list li:before,
.more-posts-list li:after {
    content: "";
    display: table;
}

.spa-procedures-list > li:after,
.wrapper:after,
.col-3-set:after,
.more-posts-list li:after {
    clear: both;
}

/* Clearfix*/

.cf {
    zoom: 1;
}
.cf:before,
.cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}

/* MODALS */
#prev-modal {
    text-align: center;
}
#prev-modal #prev-content {
    padding-right: 0;
    padding-left: 0;
    height: 284px !important;
    overflow: hidden;
    width: auto; !important;
}
#prev-modal #prev-content iframe {
    left: auto !important;
    display: inline-block;
    width: 218px !important;
    margin-bottom: 0;
}
#prev-modal #prev-content #page-content {
    width: 100% !important;
}

.item-list-booking-btn {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

.item-list-booking-btn .btn {
    background: #ad995a;
    color: #3a3a3c;
}

.item-list-booking-btn .btn:hover {
    background: #fff;
    color: #ad995a !important;
}

.item-list-booking-btn p {
    margin: 0;
}

.primary-navigation .menu a.promotions {
    color: #ad995a !important;
    position: relative;
}

.primary-navigation .menu a.promotions::after {
    position: absolute;
    content: '';
    left: 13px;
    bottom: 20px;
    right: 13px;
    height: 2px;
    background: #ad995a;
}

@media (max-width: 1024px) {
    .primary-navigation .menu a.promotions::after {
        display: none;
    }
}