@font-face {
    font-family: dusha;
    src: url(../fonts/Dusha-Regular.otf);
}
@font-face {
    font-family: arial;
    src: url(../fonts/arial.ttf);
}
html {
    font: normal 14px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
    color: #2d2525;
}
body {
    margin: 0;
    font-family: arial;
}
a {
    background: transparent;
}
a:active,
a:hover {
    outline: 0;
}
a:hover, a:focus {
    color: #2d2525;
    text-decoration: none;
}
a,
.uk-link {
    color: #363533;
    text-decoration: none;
    cursor: pointer;
}
a:hover,
.uk-link:hover {
    color: #c8bc92;
    text-decoration: none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
    font-size: 12px;
    font-family: arial;
    color: #dd0055;
    white-space: nowrap;
}
em {
    color: #dd0055;
}
ins {
    background: #ffffaa;
    color: #2d2525;
    text-decoration: none;
}
mark {
    background: #ffffaa;
    color: #2d2525;
}
q {
    font-style: italic;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
audio,
canvas,
img,
svg,
video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}
.uk-img-preserve,
.uk-img-preserve audio,
.uk-img-preserve canvas,
.uk-img-preserve img,
.uk-img-preserve svg,
.uk-img-preserve video {
    max-width: none;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
blockquote,
figure {
    margin: 0;
}
p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
    margin: 0 0 20px 0;
}
* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
    margin-top: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    font-family: dusha;
    font-weight: 400;
    color: #2d2525;
    text-transform: none;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
    margin-top: 25px;
}
h1,
.uk-h1 {
    font-size: 40px;
    line-height: 50px;
}
h2,
.uk-h2 {
    font-size: 32px;
    line-height: 40px;
}
h3,
.uk-h3 {
    font-size: 24px;
    line-height: 30px;
}
h4,
.uk-h4 {
    font-size: 18px;
    line-height: 24px;
}
h5,
.uk-h5 {
    font-size: 14px;
    line-height: 20px;
}
h6,
.uk-h6 {
    font-size: 12px;
    line-height: 18px;
}

/* Selection pseudo-element
 ========================================================================== */
::-moz-selection {
    background: #c8bc92;
    color: #ffffff;
    text-shadow: none;
}
::selection {
    background: #c8bc92;
    color: #ffffff;
    text-shadow: none;
}
@media screen and (max-width: 400px) {
    @-ms-viewport {
        width: device-width;
    }
}
.uk-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.uk-grid:before,
.uk-grid:after {
    content: "";
    display: block;
    overflow: hidden;
}
.uk-grid:after {
    clear: both;
}
.uk-grid > * {
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    margin: 0;
    float: left;
}
.uk-grid > * > :last-child {
    margin-bottom: 0;
}
.uk-grid {
    margin-left: -25px;
}
.uk-grid > * {
    padding-left: 25px;
}
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 25px;
}
@media (min-width: 1220px) {
    .uk-grid {
        margin-left: -35px;
    }
    .uk-grid > * {
        padding-left: 35px;
    }
    .uk-grid + .uk-grid,
    .uk-grid-margin,
    .uk-grid > * > .uk-panel + .uk-panel {
        margin-top: 35px;
    }
}
.uk-grid-collapse {
    margin-left: 0;
}
.uk-grid-collapse > * {
    padding-left: 0;
}
/* Vertical */
.uk-grid-collapse + .uk-grid-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-collapse > * > .uk-panel + .uk-panel {
    margin-top: 0;
}
.uk-grid-small {
    margin-left: -10px;
}
.uk-grid-small > * {
    padding-left: 10px;
}
/* Vertical */
.uk-grid-small + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-small > * > .uk-panel + .uk-panel {
    margin-top: 10px;
}

.uk-grid-medium {
    margin-left: -25px;
}
.uk-grid-medium > * {
    padding-left: 25px;
}
.uk-grid-medium + .uk-grid-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-medium > * > .uk-panel + .uk-panel {
    margin-top: 25px;
}

@media (min-width: 960px) {
    /* Horizontal */
    .uk-grid-large {
        margin-left: -35px;
    }
    .uk-grid-large > * {
        padding-left: 35px;
    }
    /* Vertical */
    .uk-grid-large + .uk-grid-large,
    .uk-grid-large-margin,
    .uk-grid-large > * > .uk-panel + .uk-panel {
        margin-top: 35px;
    }
}
/* Extra Large screens */
@media (min-width: 1220px) {
    .uk-grid-large {
        margin-left: -50px;
    }
    .uk-grid-large > * {
        padding-left: 50px;
    }
    .uk-grid-large + .uk-grid-large,
    .uk-grid-large-margin,
    .uk-grid-large > * > .uk-panel + .uk-panel {
        margin-top: 50px;
    }
}
.uk-grid-divider:not(:empty) {
    margin-left: -25px;
    margin-right: -25px;
}
.uk-grid-divider > * {
    padding-left: 25px;
    padding-right: 25px;
}
.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
    border-left: 1px solid #dddddd;
}
/* Tablet and bigger */
@media (min-width: 880px) {
    .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
        border-left: 1px solid #dddddd;
    }
}
/* Desktop and bigger */
@media (min-width: 960px) {
    .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
        border-left: 1px solid #dddddd;
    }
}
@media (min-width: 1220px) {
    .uk-grid-divider:not(:empty) {
        margin-left: -35px;
        margin-right: -35px;
    }
    .uk-grid-divider > * {
        padding-left: 35px;
        padding-right: 35px;
    }
    .uk-grid-divider:empty {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}
.uk-grid-divider:empty {
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 1px solid #dddddd;
}
.uk-grid-match > * {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.uk-grid-match > * > * {
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    box-sizing: border-box;
    width: 100%;
}
/* Even grid cell widths*/
[class*='uk-grid-width'] > * {
    box-sizing: border-box;
    width: 100%;
}
.uk-grid-width-1-2 > * {
    width: 50%;
}
.uk-grid-width-1-3 > * {
    width: 33.333%;
}
.uk-grid-width-1-4 > * {
    width: 25%;
}
.uk-grid-width-1-5 > * {
    width: 20%;
}
.uk-grid-width-1-6 > * {
    width: 16.666%;
}
.uk-grid-width-1-10 > * {
    width: 10%;
}
.uk-grid-width-auto > * {
    width: auto;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
    .uk-grid-width-small-1-1 > * {
        width: 100%;
    }
    .uk-grid-width-small-1-2 > * {
        width: 50%;
    }
    .uk-grid-width-small-1-3 > * {
        width: 33.333%;
    }
    .uk-grid-width-small-1-4 > * {
        width: 25%;
    }
    .uk-grid-width-small-1-5 > * {
        width: 20%;
    }
    .uk-grid-width-small-1-6 > * {
        width: 16.666%;
    }
    .uk-grid-width-small-1-10 > * {
        width: 10%;
    }
}
/* Tablet and bigger */
@media (min-width: 880px) {

    .uk-grid-width-medium-1-2 > * {
        width: 50%;
    }

    .uk-grid-width-medium-1-4 > * {
        width: 25%;
    }
    .uk-grid-width-medium-1-5 > * {
        width: 20%;
    }
}
/* Desktop and bigger */
@media (min-width: 960px) {
    .uk-grid-width-large-1-2 > * {
        width: 50%;
    }

    .uk-grid-width-large-1-4 > * {
        width: 25%;
    }
    .uk-grid-width-large-1-5 > * {
        width: 20%;
    }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
    .uk-grid-width-xlarge-1-2 > * {
        width: 50%;
    }
    .uk-grid-width-xlarge-1-4 > * {
        width: 25%;
    }
    .uk-grid-width-xlarge-1-5 > * {
        width: 20%;
    }
    .uk-grid-width-xlarge-1-6 > * {
        width: 16.666%;
    }
    .uk-grid-width-xlarge-1-10 > * {
        width: 10%;
    }
}
/* Sub-objects: `uk-width-*`
 ========================================================================== */
[class*='uk-width'] {
    box-sizing: border-box;
    width: 100%;
}
.uk-width-1-1 {
    width: 100%;
}
/* Halves */
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
    width: 50%;
}
/* Thirds */
.uk-width-1-3,
.uk-width-2-6 {
    width: 33.333%;
}
.uk-width-2-3,
.uk-width-4-6 {
    width: 66.666%;
}
/* Quarters */
.uk-width-1-4 {
    width: 25%;
}
.uk-width-3-4 {
    width: 75%;
}
/* Fifths */
.uk-width-1-5,
.uk-width-2-10 {
    width: 20%;
}
.uk-width-2-5,
.uk-width-4-10 {
    width: 40%;
}
.uk-width-3-5,
.uk-width-6-10 {
    width: 60%;
}
.uk-width-4-5,
.uk-width-8-10 {
    width: 80%;
}
/* Sixths */
.uk-width-1-6 {
    width: 16.666%;
}
.uk-width-5-6 {
    width: 83.333%;
}
/* Tenths */
.uk-width-1-10 {
    width: 10%;
}
.uk-width-3-10 {
    width: 30%;
}
.uk-width-7-10 {
    width: 70%;
}
.uk-width-9-10 {
    width: 90%;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
    /* Whole */
    .uk-width-small-1-1 {
        width: 100%;
    }
    /* Halves */
    .uk-width-small-1-2,
    .uk-width-small-2-4,
    .uk-width-small-3-6,
    .uk-width-small-5-10 {
        width: 50%;
    }
    /* Thirds */
    .uk-width-small-1-3,
    .uk-width-small-2-6 {
        width: 33.333%;
    }
    .uk-width-small-2-3,
    .uk-width-small-4-6 {
        width: 66.666%;
    }
    /* Quarters */
    .uk-width-small-1-4 {
        width: 25%;
    }
    .uk-width-small-3-4 {
        width: 75%;
    }
    /* Fifths */
    .uk-width-small-1-5,
    .uk-width-small-2-10 {
        width: 20%;
    }
    .uk-width-small-2-5,
    .uk-width-small-4-10 {
        width: 40%;
    }
    .uk-width-small-3-5,
    .uk-width-small-6-10 {
        width: 60%;
    }
    .uk-width-small-4-5,
    .uk-width-small-8-10 {
        width: 80%;
    }
    /* Sixths */
    .uk-width-small-1-6 {
        width: 16.666%;
    }
    .uk-width-small-5-6 {
        width: 83.333%;
    }
    /* Tenths */
    .uk-width-small-1-10 {
        width: 10%;
    }
    .uk-width-small-3-10 {
        width: 30%;
    }
    .uk-width-small-7-10 {
        width: 70%;
    }
    .uk-width-small-9-10 {
        width: 90%;
    }
}
/* Tablet and bigger */
@media (min-width: 880px) {
    /* Whole */
    .uk-width-medium-1-1 {
        width: 100%;
    }
    /* Halves */
    .uk-width-medium-1-2,
    .uk-width-medium-2-4,
    .uk-width-medium-3-6,
    .uk-width-medium-5-10 {
        width: 50%;
    }
    /* Thirds */
    .uk-width-medium-1-3,
    .uk-width-medium-2-6 {
        width: 33.333%;
    }
    .uk-width-medium-2-3,
    .uk-width-medium-4-6 {
        width: 66.666%;
    }
    /* Quarters */
    .uk-width-medium-1-4 {
        width: 25%;
    }
    .uk-width-medium-3-4 {
        width: 75%;
    }
    /* Fifths */
    .uk-width-medium-1-5,
    .uk-width-medium-2-10 {
        width: 20%;
    }
    .uk-width-medium-2-5,
    .uk-width-medium-4-10 {
        width: 40%;
    }
    .uk-width-medium-3-5,
    .uk-width-medium-6-10 {
        width: 60%;
    }
    .uk-width-medium-4-5,
    .uk-width-medium-8-10 {
        width: 80%;
    }
    /* Sixths */
    .uk-width-medium-1-6 {
        width: 16.666%;
    }
    .uk-width-medium-5-6 {
        width: 83.333%;
    }
    /* Tenths */
    .uk-width-medium-1-10 {
        width: 10%;
    }
    .uk-width-medium-3-10 {
        width: 30%;
    }
    .uk-width-medium-7-10 {
        width: 70%;
    }
    .uk-width-medium-9-10 {
        width: 90%;
    }
}
/* Desktop and bigger */
@media (min-width: 960px) {
    /* Whole */
    .uk-width-large-1-1 {
        width: 100%;
    }
    /* Halves */
    .uk-width-large-1-2,
    .uk-width-large-2-4,
    .uk-width-large-3-6,
    .uk-width-large-5-10 {
        width: 50%;
    }
    /* Thirds */
    .uk-width-large-1-3,
    .uk-width-large-2-6 {
        width: 33.333%;
    }
    .uk-width-large-2-3,
    .uk-width-large-4-6 {
        width: 66.666%;
    }
    /* Quarters */
    .uk-width-large-1-4 {
        width: 25%;
    }
    .uk-width-large-3-4 {
        width: 75%;
    }
    /* Fifths */
    .uk-width-large-1-5,
    .uk-width-large-2-10 {
        width: 20%;
    }
    .uk-width-large-2-5,
    .uk-width-large-4-10 {
        width: 40%;
    }
    .uk-width-large-3-5,
    .uk-width-large-6-10 {
        width: 60%;
    }
    .uk-width-large-4-5,
    .uk-width-large-8-10 {
        width: 80%;
    }
    /* Sixths */
    .uk-width-large-1-6 {
        width: 16.666%;
    }
    .uk-width-large-5-6 {
        width: 83.333%;
    }
    /* Tenths */
    .uk-width-large-1-10 {
        width: 10%;
    }
    .uk-width-large-3-10 {
        width: 30%;
    }
    .uk-width-large-7-10 {
        width: 70%;
    }
    .uk-width-large-9-10 {
        width: 90%;
    }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
    /* Whole */
    .uk-width-xlarge-1-1 {
        width: 100%;
    }
    /* Halves */
    .uk-width-xlarge-1-2,
    .uk-width-xlarge-2-4,
    .uk-width-xlarge-3-6,
    .uk-width-xlarge-5-10 {
        width: 50%;
    }
    /* Thirds */
    .uk-width-xlarge-1-3,
    .uk-width-xlarge-2-6 {
        width: 33.333%;
    }
    .uk-width-xlarge-2-3,
    .uk-width-xlarge-4-6 {
        width: 66.666%;
    }
    /* Quarters */
    .uk-width-xlarge-1-4 {
        width: 25%;
    }
    .uk-width-xlarge-3-4 {
        width: 75%;
    }
    /* Fifths */
    .uk-width-xlarge-1-5,
    .uk-width-xlarge-2-10 {
        width: 20%;
    }
    .uk-width-xlarge-2-5,
    .uk-width-xlarge-4-10 {
        width: 40%;
    }
    .uk-width-xlarge-3-5,
    .uk-width-xlarge-6-10 {
        width: 60%;
    }
    .uk-width-xlarge-4-5,
    .uk-width-xlarge-8-10 {
        width: 80%;
    }
    /* Sixths */
    .uk-width-xlarge-1-6 {
        width: 16.666%;
    }
    .uk-width-xlarge-5-6 {
        width: 83.333%;
    }
    /* Tenths */
    .uk-width-xlarge-1-10 {
        width: 10%;
    }
    .uk-width-xlarge-3-10 {
        width: 30%;
    }
    .uk-width-xlarge-7-10 {
        width: 70%;
    }
    .uk-width-xlarge-9-10 {
        width: 90%;
    }
}
@media (min-width: 880px) {
    [class*='uk-push-'],
    [class*='uk-pull-'] {
        position: relative;
    }
}
.uk-panel {
    display: block;
    position: relative;
}
.uk-panel,
.uk-panel:hover {
    text-decoration: none;
}
.uk-panel:before,
.uk-panel:after {
    content: "";
    display: table;
}
.uk-panel:after {
    clear: both;
}
.uk-panel > :not(.uk-panel-title):last-child {
    margin-bottom: 0;
}

.uk-nav,
.uk-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.uk-nav li > a {
    display: block;
    text-decoration: none;
}
.uk-nav > li > a {
    padding: 5px 20px;
}
.uk-nav ul {
    padding-left: 15px;
}
.uk-nav ul a {
    padding: 2px 0;
}
.uk-nav li > a > div {
    font-size: 12px;
    line-height: 18px;
}
/* Sub-object: `uk-nav-header`
 ========================================================================== */
.uk-nav-header {
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
}
.uk-nav-header:not(:first-child) {
    margin-top: 20px;
}
.uk-nav-divider {
    margin: 9px 20px;
}
ul.uk-nav-sub {
    padding: 5px 0 5px 20px;
}
.uk-nav-parent-icon > .uk-parent > a:after {
    content: "\f104";
    width: 20px;
    margin-right: -10px;
    float: right;
    font-family: FontAwesome;
    text-align: center;
}
.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
    content: "\f107";
}
.uk-nav-side > li > a {
    color: #2d2525;
}
.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus {
    background: rgba(0, 0, 0, 0.05);
    color: #2d2525;
    outline: none;
}
.uk-nav-side > li.uk-active > a {
    background: #00a8e6;
    color: #00afd8;
}

.uk-nav-side .uk-nav-divider {
    border-top: 1px solid #dddddd;
}
.uk-nav-side ul a {
    color: #363533;
}
.uk-nav-side ul a:hover {
    color: #00afd8;
}
.uk-nav-dropdown > li > a {
    color: #2d2525;
}
.uk-nav-dropdown > li > a:hover,
.uk-nav-dropdown > li > a:focus {
    background: #00a8e6;
    color: #00afd8;
    outline: none;
}
.uk-nav-dropdown .uk-nav-header {
    color: #999999;
}
.uk-nav-dropdown .uk-nav-divider {
    border-top: 1px solid #dddddd;
}
.uk-nav-dropdown ul a {
    color: #363533;
}
.uk-nav-dropdown ul a:hover {
    color: #00afd8;
}
.uk-nav-navbar > li > a {
    color: #2d2525;
}
.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
    background: #00a8e6;
    color: #00afd8;
    outline: none;
}
.uk-nav-navbar .uk-nav-header {
    color: #999999;
}
.uk-nav-navbar .uk-nav-divider {
    border-top: 1px solid #dddddd;
}
.uk-nav-navbar ul a {
    color: #363533;
}
.uk-nav-navbar ul a:hover {
    color: #00afd8;
}
.uk-nav-offcanvas > li > a {
    color: #979797;
    padding: 20px 25px;
    font-size: 18px;
}
.uk-nav-offcanvas{
    padding-top: 50px;
}
.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
    background: #404040;
    color: #ffffff;
    outline: none;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #1a1a1a;
    color: #ffffff;
}
.uk-nav-offcanvas .uk-nav-header {
    color: #777777;
}
.uk-nav-offcanvas .uk-nav-divider {
    border-top: 1px solid #1a1a1a;
}
.uk-nav-offcanvas ul a {
    color: #cccccc;
}
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
    color: #ffffff;
}
.uk-navbar {
    background: rgba(255, 255, 255, 0);
    color: #2d2525;
}
.uk-navbar:before,
.uk-navbar:after {
    content: "";
    display: table;
}
.uk-navbar:after {
    clear: both;
}
.uk-navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
.uk-navbar-nav > li {
    float: left;
    position: relative;
}
.uk-navbar-nav > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    color: #2d2525;
    font-size: 14px;
    font-weight: normal;
}
.uk-navbar-nav > li > a[href='#'] {
    cursor: text;
}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
    background-color: rgba(255, 255, 255, 0);
    color: #2d2525;
    outline: none;
}
.uk-navbar-nav > li > a:active {
    background-color: rgba(221, 221, 221, 0);
    color: #2d2525;
}
.uk-navbar-nav > li.uk-active > a {
    background-color: #f5f5f5;
    color: #2d2525;
}
.uk-navbar-nav .uk-navbar-nav-subtitle {
    line-height: 33px;
}
.uk-navbar-nav-subtitle > div {
    margin-top: -8.5px;
    font-size: 10px;
    line-height: 12px;
}
.uk-navbar-content,
.uk-navbar-brand,
.uk-navbar-toggle {
    box-sizing: border-box;
    display: block;
    height: 45px;
    padding: 0 15px;
    float: left;
}
.uk-navbar-content:before,
.uk-navbar-brand:before,
.uk-navbar-toggle:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.uk-navbar-content + .uk-navbar-content:not(.uk-navbar-center) {
    padding-left: 0;
}
.uk-navbar-content > a:not([class]) {
    color: #363533;
}
.uk-navbar-content > a:not([class]):hover {
    color: #00afd8;
}
.uk-navbar-brand {
    font-size: 18px;
    color: #2d2525;
    text-decoration: none;
}
.uk-navbar-brand:hover,
.uk-navbar-brand:focus {
    color: #2d2525;
    text-decoration: none;
    outline: none;
}
.uk-navbar-toggle {
    font-size: 18px;
    color: #2d2525;
    text-decoration: none;
}
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus {
    color: #2d2525;
    text-decoration: none;
    outline: none;
}
.uk-navbar-toggle:after {
    content: "\f0c9";
    font-family: FontAwesome;
    vertical-align: middle;
}
.uk-navbar-toggle-alt:after {
    content: "\f002";
}
.uk-navbar-center {
    float: none;
    text-align: center;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.uk-navbar-flip {
    float: right;
}
.uk-subnav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px;
    padding: 0;
    list-style: none;
}
.uk-subnav > * {
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    padding-left: 10px;
    margin-top: 10px;
    position: relative;
}
.uk-subnav:before,
.uk-subnav:after {
    content: "";
    display: block;
    overflow: hidden;
}
.uk-subnav:after {
    clear: both;
}
.uk-subnav > * {
    float: left;
}
.uk-subnav > * > * {
    display: inline-block;
    color: #2d2525;
}
.uk-subnav > * > :hover,
.uk-subnav > * > :focus {
    color: #363533;
}
.uk-subnav > .uk-active > * {
    color: #363533;
}
.uk-subnav-line > :before {
    content: "";
    display: inline-block;
    height: 10px;
    vertical-align: middle;
}
.uk-subnav-line > :nth-child(n+2):before {
    margin-right: 10px;
    border-left: 1px solid #dddddd;
}
.uk-subnav-pill > * > * {
    padding: 3px 9px;
}
.uk-subnav-pill > * > :hover,
.uk-subnav-pill > * > :focus {
    background: #eeeeee;
    color: #2d2525;
    text-decoration: none;
    outline: none;
}
.uk-subnav-pill > .uk-active > * {
    background: #00a8e6;
    color: #00afd8;
}
.uk-subnav > .uk-disabled > * {
    background: none;
    color: #999999;
    text-decoration: none;
    cursor: text;
}
.uk-breadcrumb {
    padding: 0;
    list-style: none;
    font-size: 0.001px;
}
.uk-breadcrumb > li {
    font-size: 1rem;
    vertical-align: top;
}
.uk-breadcrumb > li,
.uk-breadcrumb > li > a,
.uk-breadcrumb > li > span {
    display: inline-block;
}
.uk-breadcrumb > li:nth-child(n+2):before {
    content: "/";
    display: inline-block;
    margin: 0 8px;
}
/*
 * Disabled
 */
.uk-breadcrumb > li:not(.uk-active) > span {
    color: #999999;
}
.uk-pagination {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0.001px;
}
.uk-pagination:before,
.uk-pagination:after {
    content: "";
    display: table;
}
.uk-pagination:after {
    clear: both;
}
.uk-pagination > li {
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
}
.uk-pagination > li:nth-child(n+2) {
    margin-left: 5px;
}
.uk-pagination > li > a,
.uk-pagination > li > span {
    display: inline-block;
    min-width: 16px;
    padding: 3px 5px;
    line-height: 20px;
    text-decoration: none;
    box-sizing: content-box;
    text-align: center;
}
.uk-pagination > li > a {
    background: #eeeeee;
    color: #2d2525;
}
.uk-pagination > li > a:hover,
.uk-pagination > li > a:focus {
    background-color: #f5f5f5;
    color: #2d2525;
    outline: none;
}
.uk-pagination > li > a:active {
    background-color: #dddddd;
    color: #2d2525;
}
.uk-pagination > .uk-active > span {
    background: #00a8e6;
    color: #00afd8;
}
.uk-pagination > .uk-disabled > span {
    background-color: #f5f5f5;
    color: #999999;
}

.uk-overlay-hover:hover [class*='uk-overlay-slide'],
.uk-overlay-hover.uk-hover [class*='uk-overlay-slide'],
.uk-overlay-active .uk-active > [class*='uk-overlay-slide'] {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}

.uk-grid .uk-dropdown-grid + .uk-dropdown-grid {
    margin-top: 15px;
}
.uk-dropdown-grid > [class*='uk-width-'] > .uk-panel + .uk-panel {
    margin-top: 15px;
}
@media (min-width: 880px) {
    .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid {
        margin-left: -15px;
        margin-right: -15px;
    }
    .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-'] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
        border-left: 1px solid #dddddd;
    }
    .uk-dropdown-width-2:not(.uk-dropdown-stack) {
        width: 440px;
    }
    .uk-dropdown-width-3:not(.uk-dropdown-stack) {
        width: 660px;
    }
    .uk-dropdown-width-4:not(.uk-dropdown-stack) {
        width: 880px;
    }
    .uk-dropdown-width-5:not(.uk-dropdown-stack) {
        width: 1100px;
    }
}
/* Phone landscape and smaller */
@media (max-width: 879px) {
    .uk-dropdown-grid > [class*='uk-width-'] {
        width: 100%;
    }
    .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
        margin-top: 15px;
    }
    .next-prev {
        position: static !important;
    }
    .bookForm table tr th {
        padding-right: 10px !important;
    }
}
.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-'] {
    width: 100%;
}
.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
    margin-top: 15px;
}
.uk-dropdown-navbar {
    margin-top: 0;
    background: #f5f5f5;
    color: #2d2525;
}
.uk-open > .uk-dropdown-navbar {
    -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
    animation: uk-slide-top-fixed 0.2s ease-in-out;
}

.uk-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.uk-offcanvas.uk-active {
    display: block;
}
.uk-offcanvas-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1001;
    width: 270px;
    max-width: 100%;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -ms-scroll-chaining: none;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.uk-offcanvas .uk-panel {
    margin: 20px 15px;
    color: #777777;
}
.uk-offcanvas .uk-panel-title {
    color: #cccccc;
}
.uk-offcanvas .uk-panel a:not([class]) {
    color: #cccccc;
}
.uk-offcanvas .uk-panel a:not([class]):hover {
    color: #ffffff;
}
.uk-text-bold {
    font-weight: bold;
}
.uk-text-center {
    text-align: center !important;
}
.uk-text-justify {
    text-align: justify !important;
}
.uk-container {
    box-sizing: border-box;
    max-width: 980px;
    padding: 0 25px;
}
@media (min-width: 1220px) {
    .uk-container {
        max-width: 1200px;
        padding: 0 35px;
    }
}
.uk-container:before,
.uk-container:after {
    content: "";
    display: table;
}
.uk-container:after {
    clear: both;
}
.uk-container-center {
    margin-left: auto;
    margin-right: auto;
}
.uk-clearfix:before {
    content: "";
    display: table-cell;
}
.uk-clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.uk-nbfc {
    overflow: hidden;
}
.uk-nbfc-alt {
    display: table-cell;
    width: 10000px;
}
.uk-float-left {
    float: left;
}
.uk-float-right {
    float: right;
}
[class*='uk-float-'] {
    max-width: 100%;
}
[class*='uk-align-'] {
    display: block;
    margin-bottom: 20px;
}

.uk-align-center {
    margin-left: auto;
    margin-right: auto;
}
.uk-vertical-align {
    font-size: 0.001px;
}
.uk-vertical-align:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.uk-vertical-align-middle,
.uk-vertical-align-bottom {
    display: inline-block;
    max-width: 100%;
    font-size: 1rem;
}
.uk-vertical-align-middle {
    vertical-align: middle;
}
.uk-vertical-align-bottom {
    vertical-align: bottom;
}
[class*='uk-height'] {
    box-sizing: border-box;
}
.uk-height-1-1 {
    height: 100%;
}
.uk-height-viewport {
    height: 100vh;
}
.uk-responsive-width,
.uk-responsive-height {
    box-sizing: border-box;
}
.uk-responsive-width {
    max-width: 100% !important;
    height: auto;
}
.uk-responsive-height {
    max-height: 100%;
    width: auto;
}

.uk-position-absolute,
[class*='uk-position-top'],
[class*='uk-position-bottom'] {
    position: absolute !important;
}
.uk-position-top {
    top: 0;
    left: 0;
    right: 0;
}
.uk-position-bottom {
    bottom: 0;
    left: 0;
    right: 0;
}
.uk-position-top-left {
    top: 0;
    left: 0;
}
.uk-position-top-right {
    top: 0;
    right: 0;
}
.uk-position-bottom-left {
    bottom: 0;
    left: 0;
}
.uk-position-bottom-right {
    bottom: 0;
    right: 0;
}
.uk-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.uk-position-relative {
    position: relative !important;
}
.uk-position-z-index {
    z-index: 1;
}
.uk-display-block {
    display: block !important;
}
.uk-display-inline {
    display: inline !important;
}
.uk-display-inline-block {
    display: inline-block !important;
    max-width: 100%;
}
@media (min-width: 960px) {
    .uk-visible-small {
        display: none !important;
    }
    .uk-visible-medium {
        display: none !important;
    }
    .uk-hidden-large {
        display: none !important;
    }
}
/* Tablets portrait */
@media (min-width: 680px) and (max-width: 959px) {
    .read-more {
        width: 215px !important;
        font-size: 13px  !important;
    }
}
@media (min-width: 880px) and (max-width: 959px) {
    .uk-visible-small {
        display: none !important;
    }
    .uk-visible-large {
        display: none !important ;
    }
    .uk-hidden-medium {
        display: none !important;
    }
}
/* Phone landscape and smaller*/
@media (max-width: 879px) {
    .uk-visible-medium {
        display: none !important;
    }
    .uk-visible-large {
        display: none !important;
    }
    .uk-hidden-small {
        display: none !important;
    }
    .tm-logo > img{
        width: 115px !important;
    }
    .va-about-text {
        padding: 50px !important;
    }
    .va-latest-wrap {
        padding: 50px 0 !important;
    }
    .logo-bg {
        padding: 0 !important;
    }
    .va-latest-bottom:before,.va-latest-top:before {
        display: none !important;
    }
    .va-latest-top h3 {
        font-size: 28px !important;
    }
    .form-bg .va-latest-bottom, .form-bg .va-latest-bottom .text, .form-bg .uk-grid > *, .form {
        padding: 0 !important;
    }
    .form-bg .uk-grid{
        margin-left: 0 !important 
    }
    .form-price {
        margin: 20px 0 !important ;
    }
    .hos-text{
        margin: 55px 10px !important;
    }
}
/* Remove from the flow and screen readers on any device */
.uk-hidden {
    display: none !important;
    visibility: hidden !important;
}
/* It's hidden, but still affects layout */
.uk-invisible {
    visibility: hidden !important;
}
/* Show on hover */
.uk-visible-hover:hover .uk-hidden,
.uk-visible-hover:hover .uk-invisible {
    display: block !important;
    visibility: visible !important;
}
.uk-visible-hover-inline:hover .uk-hidden,
.uk-visible-hover-inline:hover .uk-invisible {
    display: inline-block !important;
    visibility: visible !important;
}
/* Hide on touch */
.uk-touch .uk-hidden-touch,
.uk-notouch .uk-hidden-notouch {
    display: none !important;
}
.uk-slideshow {
    position: relative;
    z-index: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    touch-action: pan-y;
}
.uk-slideshow > li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}
.uk-slideshow > .uk-active {
    z-index: 10;
    opacity: 1;
}
.uk-slideshow > li > img {
    visibility: hidden;
}
[data-uk-slideshow-slide] {
    cursor: pointer;
}
/* Modifier: `uk-slideshow-fullscreen`
 ========================================================================== */
.uk-slideshow-fullscreen,
.uk-slideshow-fullscreen > li {
    height: 100vh;
}
.tm-logo-small {
    letter-spacing: -0.31em;
}
.tm-toolbar .uk-float-left .uk-panel {
    margin: 0 25px 0 0;
    float: left;
}
.tm-toolbar .uk-float-right .uk-panel {
    margin: 0 0 0 25px;
    float: right;
}
.tm-headerbar .tm-logo {
    float: left;
}
.tm-headerbar .uk-panel {
    max-width: 300px;
    margin-right: 0;
    float: right;
}
.tm-main > :nth-child(n+2) {
    margin-top: 25px;
}
.tm-content > :last-child {
    margin-bottom: 0;
}
.tm-footer {
    position: relative;
    text-align: center;
}
.tm-footer .uk-panel + .uk-panel {
    margin-top: 25px;
}
.tm-totop-scroller {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #2d2525;
    text-align: center;
    -webkit-transition: all linear 0.05s;
    transition: all linear 0.05s;
}
.tm-totop-scroller:after {
    content: "\f077";
    font-family: "FontAwesome";
}
.tm-totop-scroller:hover,
.tm-totop-scroller:focus {
    color: #655353;
    font-size: 16px;
    outline: none;
    text-decoration: none;
}
.tm-totop-scroller:active {
    color: #000000;
    font-size: 11px;
}

.uk-width-1-12 {
    width: 8.333%;
}
.uk-width-2-12 {
    width: 16.666%;
}
.uk-width-3-12 {
    width: 25%;
}
.uk-width-4-12 {
    width: 33.333%;
}
.uk-width-5-12 {
    width: 41.666%;
}
.uk-width-6-12 {
    width: 50%;
}
.uk-width-7-12 {
    width: 58.333%;
}
.uk-width-8-12 {
    width: 66.666%;
}
.uk-width-9-12 {
    width: 75%;
}
.uk-width-10-12 {
    width: 83.333%;
}
.uk-width-11-12 {
    width: 91.666%;
}
/* Only tablets and desktop */
@media (min-width: 880px) {
    .uk-width-medium-1-12 {
        width: 8.333%;
    }
    .uk-width-medium-2-12 {
        width: 16.666%;
    }
    .uk-width-medium-3-12 {
        width: 25%;
    }
    .uk-width-medium-4-12 {
        width: 33.333%;
    }
    .uk-width-medium-5-12 {
        width: 41.666%;
    }
    .uk-width-medium-6-12 {
        width: 50%;
    }
    .uk-width-medium-7-12 {
        width: 58.333%;
    }
    .uk-width-medium-8-12 {
        width: 66.666%;
    }
    .uk-width-medium-9-12 {
        width: 75%;
    }
    .uk-width-medium-10-12 {
        width: 83.333%;
    }
    .uk-width-medium-11-12 {
        width: 91.666%;
    }
}
/* Only desktop */
@media (min-width: 960px) {
    .uk-width-large-1-12 {
        width: 8.333%;
    }
    .uk-width-large-2-12 {
        width: 16.666%;
    }
    .uk-width-large-3-12 {
        width: 25%;
    }
    .uk-width-large-4-12 {
        width: 33.333%;
    }
    .uk-width-large-5-12 {
        width: 41.666%;
    }
    .uk-width-large-6-12 {
        width: 50%;
    }
    .uk-width-large-7-12 {
        width: 58.333%;
    }
    .uk-width-large-8-12 {
        width: 66.666%;
    }
    .uk-width-large-9-12 {
        width: 75%;
    }
    .uk-width-large-10-12 {
        width: 83.333%;
    }
    .uk-width-large-11-12 {
        width: 91.666%;
    }
}
/********LOGO********/
.tm-logo {
    padding-right: 80px;
    position: relative;
    transition: 400ms all;
    -webkit-transition: 400ms all;
    z-index: 3;
}
.tm-logo > img {
    margin-top: 7px;
    vertical-align: top;
    display: inline-block;
    transform: rotate(0);
    transition: 400ms all;
    -webkit-transition: 400ms all;
    width: 150px;
    margin-bottom: 7px;
}
.tm-logo span {
    padding-left: 17px;
    display: inline-block;
    color: #343025;
    font-size: 38px;
    line-height: 70px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 400ms all;
    -webkit-transition: 400ms all ;
}
.tm-logo span em {
    color: #ffffff;
    font-style: normal;
    transition: 400ms all;
    -webkit-transition: 400ms all ;
    line-height: 70px;
}
.tm-logo:hover {
    text-decoration: none;
}
.tm-logo:hover span {
    color: #fff;
}
.tm-logo:hover span em {
    color: #343025;
    font-style: normal;
}
/********MAIN MENU********/
.tm-menu-box {
    position: relative;
    /*position: absolute;*/
    z-index: 10;
    width: 100%;
    /*top: 30px !important;*/
}
.tm-menu-box:before {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    bottom: 0;
    left: -1000px;
    position: absolute;
    display: block;
}
.uk-navbar {
    margin: 0;
    background: none;
    background: rgba(255, 255, 255, 0.9);
    transition: 400ms all;
    -webkit-transition: 400ms all;
}
.uk-navbar.uk-active {
    background: rgb(255, 255, 255);
    box-shadow: -1px 2px 2px 1px #c2c1bf;
}
.uk-navbar.uk-active .tm-logo:before {
    top: 0;
    bottom: 0;
    right: auto;
}
.tm-navbar {
    z-index: 100;
}
.uk-navbar-nav {
    float: right;
}
.uk-navbar-nav > li.uk-active:before {
    width: 100%;
}
.uk-navbar-nav > li.uk-active > a {
    background: none;
    color: #c8bc93;
}
.uk-navbar-nav > li {
    background: none;
    position: relative;
}
.uk-navbar-nav > li.uk-open {
    background-color: none;
}
.uk-navbar-nav > li:not(:nth-child(n+4)):before {
    content: '';
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #c8bc92;
    position: absolute;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}
.uk-navbar-nav > li:hover {
    background: none;
}
.uk-navbar-nav > li:hover:before {
    width: 100%;
}
.uk-navbar-nav > li.uk-active:before {
    width: 100%;
}
.uk-navbar-nav > li > a {
    padding: 5px 24px;
    height: auto;
    font-size: 15px;
    color: #2d2525;
    text-transform: uppercase;
    line-height: 70px;

}
.uk-navbar-nav > li:hover > a {
    background: none;
    color: #c8bc92;
}
.uk-navbar-nav > li.uk-open > a {
    color: #00afd8;
}
.uk-parent .uk-dropdown {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.uk-dropdown-navbar {
    background: #2d2525;
}
.uk-parent .uk-dropdown .uk-nav:before {
    content: '';
    width: 100%;
    height: 3px;
    top: -3px;
    left: 0;
    right: 0;
    background: #00afd8;
    position: absolute;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}
.uk-nav-navbar > li > a {
    padding: 11px 20px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}
.uk-nav-navbar > li > a:before {
    content: '';
    width: 0;
    height: 2px;
    background: #00afd8;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}
.uk-nav-navbar > li > a:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #00afd8;
    position: absolute;
    bottom: 2px;
    right: -7px;
    opacity: 0;
    transition: 700ms opacity;
    -webkit-transition: 700ms opacity ;
}
.uk-nav-navbar > li > a:hover {
    color: #00afd8;
    background: none;
}
.uk-nav-navbar > li > a:hover:before {
    width: 100%;
}
.uk-nav-navbar > li > a:hover:after {
    opacity: 1;
}
.uk-nav-navbar > li.uk-active > a:before {
    width: 100%;
}
.uk-nav-navbar > li.uk-active > a:after {
    opacity: 1;
}

/********MAIN LATEST RESULTS********/
.va-latest-wrap {
    padding: 90px 0;
}
.va-latest-top {
    text-align: center;
    position: relative;
    z-index: 1;
}
.va-latest-top:before {
    content: '';
    border: solid #c8bc92;
    border-width: 1px 1px 0 1px;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 16px;
    bottom: 0;
}
.va-latest-top h3 {
    padding: 0 65px;
    background: #fff;
    font-size: 38px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    font-family: dusha;
}
.va-latest-top h3 span {
    color: #00afd8;
}
.va-latest-top .tournament {
    padding-top: 20px;

    font-size: 20px;
}
.va-latest-top .tournament address {
    margin: 0;
}
.va-latest-top .date {
    padding-top: 4px;

    font-size: 14px;
    color: #c4c4c4;
}
.va-latest-middle {
    margin: 15px 0;
    height: 120px;
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
}
.va-latest-middle .uk-container-center {
    width: 100%;
}

.va-latest-bottom {
    position: relative;
    z-index: 0;
    text-align: center;
    color: #a6a6a6;
    font-size: 15px;
    line-height: 22px;
}
.va-latest-bottom:before {
    content: '';
    border: solid #c8bc92;
    border-width: 0 1px 1px 1px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 18px;
}
.va-latest-bottom h3 {
    padding: 0 65px;
    background: #fff;
    font-size: 38px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}
.va-latest-bottom .text {
    padding-top: 20px;
    z-index: 1;
}
.read-more {
    /*padding: 0 50px;*/
    width: 240px;
    text-align: center;
    background: url(../images/bnt.png);
    background-size: cover;
    background-position: center;
    position: relative;
    display: inline-block;
    line-height: 38px;
    font-size: 14px;
    font-family: dusha;
    letter-spacing: .8px;
    font-weight: bold;
    color: #2d2525;
    text-transform: uppercase;
    transition: 400ms all;
    -webkit-transition: 400ms all ;
}
.read-more:hover {
    color: #696767;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    text-decoration: none;
}

.va-latest-bottom .read-more span {
    display: block;
    position: relative;
}
.va-latest-bottom .btn-wrap {
    padding: 0 100px;
    background: #fff;
    position: relative;
    display: inline-block;
    float: none;
}

/********MAIN ABOUT US********/
.tm-top-c-box.home-about {
    background: url("../images/home-about-bg.jpg") 50% 50%;
    background-size: cover;
}
.pad-0{
    padding: 0;
}
.va-about-wrap {
    margin-right: -220px;
    z-index: 0;
    padding: 95px 0 90px 0;
    position: relative;
}
.va-about-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    right: 210px;
    bottom: 0;
    opacity: 0.8;
    left: -1000%;
    z-index: -1;
    /*transform: skew(-33deg);*/
    display: block;
    background: #000;
}
.home-about {
    overflow: hidden;
}
.va-about-img {
    float: left;
    padding-right: 30px;
}
.va-about-text {
    padding: 88px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
    background: #000000bf;
}
.va-about-text .title {
    padding-bottom: 23px;
    font-size: 38px;
    text-transform: uppercase;
    font-family: dusha;
    color: #c8bc92;
}
.va-about-text .title span {
    color: #fff;
}
.va-about-text p {
    font-size: 15px;
    line-height: 22px;

}

/**************** FOOTER ****************/
.bottom-wrapper {
    padding: 0;
    background: black;
}
.bottom-wrapper footer {
    margin-bottom: 0;
}
.footer-wrap {
    padding: 25px 0 25px 0;
    position: relative;
}
.footer-wrap:before {
    content: '';
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
}
.copyrights {
    font-size: 14px;
    color: #787878;
}
.copyrights a {
    font-size: 14px;
    color: #bababa;
}
.copyrights a:hover {
    background: none;
    color: #36c4f3;
    text-decoration: none;
}
.preloader {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
.preloader .loader {
    margin: -30px 0 0 -30px;
    padding: 20px;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: url("../images/logo-loader.png") 50% 50% no-repeat #fff;
    animation-name: spin;
    animation-duration: 1200ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/****************CUSTOM RESPONSIVE****************/

@media (max-width: 980px) {
    .uk-navbar-nav > li > a {
        padding: 0 10px;
        font-size: 14px;
    }
    .uk-navbar-toggle {
        float: right;
        margin-top: 10px;
    }
    .uk-navbar-toggle:after {
        color: #00afd8;
    }

    .tm-top-c-box.home-about {
        background-size: cover;
    }
    .va-about-wrap .va-about-text {
        max-width: 100%;
    }
    [id*="mapplaceholder"] {
        display: none;
    }
    .va-latest-wrap .uk-width-2-12.center {
        display: none;
    }
    .head-match-wrap .va-latest-middle {
        margin: 0;
    }
    .va-latest-bottom .btn-wrap {
        padding: 0 25px 0 0;
    }
    .head-news-title h1 {
        line-height: 38px;
    }
    h2 {
        font-size: 22px !important; 
        margin-top: 20px !important; 
        margin-bottom: 20px !important; 
    }
    .bookForm tr td {
        padding: 10px !important;
        text-align: center !important;
    }
    .bookForm h4 {
        font-size: 20px !important;
    }
    .packages .va-about-text {
        padding: 10px !important;
    }
    .va-about-text table tr th {

        font-size: 14px !important;
    }
    .package-price {
        margin: 15px !important;
    }
    .active-panel {

        max-height: max-content !important;
    }
    .rtl .col-md-6 {

        width: 100% !important;
    }
    #exTab2 .nav-tabs > li {
        border-radius: 0px !important;
        width: 100%;
    }
    .form select {
        width: 60% !important;
    }
    .va-about-text table {
        width: 99% !important;
    }
}
@media (max-width: 480px) {
    .va-latest-top h3 {
        padding: 0 ; 
        font-size: 20px !important; 
    }
    .uk-width-8-12{
        width: 100%;
    }
    .logo-bg p {
        padding: 0;
    }
    .va-about-text .title {
        font-size: 18px;
    }
    .tm-logo span {
        font-size: 22px;
    }
    .va-latest-top:before {
        display: none;
    }
    .va-latest-bottom:before {
        display: none;
    }
    .foot-menu-wrap ul li {
        padding-right: 30px;
    }
    .va-latest-bottom .btn-wrap {
        padding: 0;
    }
    .copyrights {
        width: 100%;
    }
    .uk-slideshow{
        height: 145px !important;
    }
    .uk-slideshow > li{
        height: 150px !important;
    }
    .packages .title {
        font-size: 16px !important;
        padding-bottom: 0px;
    }

    .packages ul {
        padding-left: 18px !important; 
        font-size: 14px !important;
        padding: 0;
        margin-bottom: 20px !important;

    }

}
/*-----------------logo------*/
.black-bg{
    background-image: url('../images/black-bg.jpg');
    background-size: 100%;
    padding: 50px;
    background-repeat: no-repeat;
}
.black-bg h2{
    color: #c8bc92;
}
.black-bg p{
    color: #c8bc92;
    padding: 50px;
}
.logo-bg {
    padding: 50px;
    background: url("../images/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.logo-bg p{
    padding: 50px;
    color: #c8bc92;
}
.uk-icon-facebook:before  {
    content: "\f09a";
    font-size: 14px;
}
.fb .uk-icon-facebook {
    border: 2px solid #c8bc92;
    border-radius: 50%;
    width: 27px !important;
    height: 27px !important;
    line-height: 23px !important;
    text-align: center;
    color: #c8bc92;
    transition: 0.3s ease-in-out;
}
.fb .uk-icon-facebook:hover {
    color: #fff;
    background-color: #425f9c;
    border-color: transparent;
}
.ar img{
    width: 26px !important;
    margin-bottom: 2px;
}

/*form page*/
.full-width{
    width: 100%;
}
@media(min-width:780px){
    .marg-top{
        margin-top: 100px;
    }
    .fb, .ar{
        padding: 5px !important;
    }
}
.uk-navbar{
    box-shadow: 0 0px 2px #00000036;
}
.marg-top .va-latest-bottom:before{
    bottom: -40px;
}
.form{
    position: relative;
}

.opacity-0{
    opacity: 0;
    pointer-events: none;
}
.form label,.form-price label {
    letter-spacing: 1.2px;
    text-transform: capitalize;
    display: block;
    text-align: left;
    font-family: dusha;
    font-weight: normal;
    padding-top: 20px;
    color: #444;
    font-size: 18px;
}
.form input, .form select , .form textarea{
    width: 100%;
    background-color: #c1ae813b;
    border: none;
    border-radius: 30px;
    height: 34px;
    padding-left: 15px;
    text-align: left;
    outline: 0;
}
.form select{
    width: 90%; 
}
.form textarea{
    height: 180px;
    resize: none;
}

.form-price{
    margin: 30px;
    display: block;
}
.form-price span{
    color: #767575;
    font-family: dusha;
    font-size: 20px;
    text-align: left;
    padding-left: 8px;   
}
.form-price label{
    font-size: 20px;
    color: #c8bc92;
    display: inline-block;
    text-align: left;
    position: relative;
}

.read-more.w-270 {
    width: 270px;
}
.va-latest-bottom .text {
    padding-top: 30px;
}
.payment{
    margin-top: 35px;
}
.payment span{
    display: block;
    margin-bottom: 8px;
    letter-spacing: 1.2px;
} 
.payment.fixed{
    text-align: center;
    margin: 30px 0 30px;
}
.pad-30{
    padding-bottom: 30px;
}
.form-bg .va-latest-bottom{
    padding: 0 30px;
}
.hos-text{
    margin: 65px;
}
.modal-content {
    text-align: center;
}
.modal {
    background-color: #01010175;
}
.modal-title {
    color: #c8bc93;
    font-size: 29px;
}
.modal-header {
    border-bottom: none;
    padding-bottom: 0;
}
button {
    border: none;
    outline: 0;
}

/*------------------------------packages-------------*/
.packages .title{
    font-size: 21px;  
    padding-bottom: 15px;
    padding-top: 15px;
}
.packages ul{
    color: #c8bc93;
    text-align: left;
    font-size: 16px;
    margin-bottom: 50px;
}
.rtl .col-md-6{
    float: right;   
}
/*.rtl ul{
    color: #c8bc93;
    text-align: left;
    float: right;
}*/
.bg1{
    background: url("../images/bg1.jpg") 50% 50%;
    background-size: cover;
    overflow: hidden;
}
.bg2{
    background: url("../images/bg2.jpg") 50% 50%;
    background-size: cover;
    overflow: hidden;
}
.bg3{
    background: url("../images/bg3.jpg") 50% 50%;
    background-size: cover;
    overflow: hidden;
}
.bg4{
    background: url("../images/bg4.jpg") 50% 50%;
    background-size: cover;
    overflow: hidden;
}
.bg5{
    background: url("../images/bg5.jpg") 50% 50%;
    background-size: cover;
    overflow: hidden;
}
.bg6{
    background: url("../images/bg6.jpg") 50% 50%;
    background-size: cover;
    overflow: hidden;
}
.packages .va-about-text {
    background: rgba(0, 0, 0, 0.9);
}
.package-price{
    margin: 30px;
    display: block;
    font-family: dusha;
    text-transform: uppercase;
}
.package-price label {
    font-size: 20px;
    color: #c8bc92;

}
.package-price span {
    color: #fff;

    font-size: 20px;
    padding-left: 8px;
}
.packages .va-about-text {
    padding: 50px;
}
/*.packages .bg{
    background: url("../images/package1.jpg") 50% 50%;
    background-size: cover; 
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
}*/
/*----------------------------titles------------*/
h2 {
    font-size: 38px;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

h2:before {
    border-top: 1px solid #c8bc93;
    content:"";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 20px; left: 0; right: 0; bottom: 0;
    width: 16%;
    z-index: -1;
}
h2.package:before {

    width: 26%;

}

h2 span { 
    /* to hide the lines from behind the text, you have to set the background color the same as the container */ 
    background: #fff; 
    padding: 0 15px; 
}
/*---------------------------accordion------------*/
.accordion {
    background-color: #070707;
    color: #c8bc93;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    margin: 0;

}

.active, .accordion:hover  {
    background-color: #c8bc93;
    color: #444;
    transition: 0.4s;
}

.accordion:before {
    content: '\002B';
    color: #c8bc93;
    font-weight: bold;
    margin-right: 10px;
    font-size: 26px;
}
.active:before {
    content: "\2212";
}
.accordion:hover:before ,.active:before {
    color: #444; 
}
.panel {
    padding: 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 1px;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 1px 1px 6px rgba(0,0,0,0.3); 
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 11px 1px 6px #c8bc93; 
}
/*-----------------------------------------------------table-------------------*/
.va-about-text table {
    margin: 17px 0 15px 0;
    width: 99%;
    text-align: left;
    margin: 0 auto;
}
.va-about-text table tr th:not(:last-child) {
    border-right: 1px solid;
}
.va-about-text table tr th {
    text-align: center;
    height: 60px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    background: #363533;
    font-weight: normal;
    font-family: dusha;

}
.va-about-text tr td {
    padding-left: 10px;
    height: 46px;
    border: solid #e9e9e9;
    border-width: 0 1px 1px 0;
    background: #f2f2f2;
    transition: 400ms all;
    -webkit-transition: 400ms all;
    font-size: 12px;
}
.va-about-text table tr th:nth-child(1) {
    background: #c8bc93;
}
.va-about-text tr:nth-child(odd) td {
    background: #f7f7f7;
}
.va-about-text tr td:first-child {
    border-width: 0 1px 1px 1px;

}
/*.va-about-text table tr td:hover {
    background: #c8bc93;
    color: #fff;
    border-color: #c8bc93;
}*/
.va-about-text tr:nth-child(even) td:nth-child(n+2) {
    background: #ccc;
    font-weight: bold;
}
/*----------------------------------------------------book-table-------------------*/
.bookForm table {
    margin: 17px 0 15px 0;
    width: 99%;
    text-align: left;

}
.mar-40{
    margin-bottom: 30px;  
}
.bookForm tr {
    border-bottom: 1px solid #c8bc9380;
}
.bookForm table tr th {
    padding-left: 30px;
    height: 60px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    background: #ededed;
    font-weight: normal;
    font-family: dusha;

}
.bookForm tr td {
    padding: 10px 30px;
    height: 46px;
    border-width: 0 1px 1px 0;
    background: #fefefe;
    transition: 400ms all;
    -webkit-transition: 400ms all;
}

.bookForm tr:nth-child(odd) td {
    background: #f7f7f7;
}
.bookForm tr td:first-child {
    border-width: 0 1px 1px 1px;

}
.form-bg2 .va-latest-bottom {
    padding: 0 60px;
}
.bookForm h4{
    font-size: 24px;
    margin-bottom: 0;
    color: #c8bc93;
    text-align: left;
}
.bookForm p{
    margin: 8px 0;
    text-align: left;
}

.bookForm .fa{
    color: #c8bc93;
    font-size: 20px;
}
.table-dev{
    width: 100%;
    overflow-x: auto;
}
.add-bnt{
    margin-top: 45px;
    background: #f1ece2;
    width: 35px;
    line-height: 38px;
    border-radius: 50%;
    height: 35px;
    display: inline-block;
    text-align: center;
}
.table-dev span{
    color: #c8bc93;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding-left: 10px;
    font-size: 12px
}

/*------------------------------------tabs-----------*/

#exTab2 .active{
    background-color: transparent;
}
#exTab2 .active:before {
    content: " ";
}
#exTab2 .uk-container {
    padding: 45px 0;
}
#exTab2 .nav-tabs {
    border-bottom: 1px solid #c8bc93;
    text-align: center;
}
#exTab2 .nav-tabs > li.active > a, #exTab2 .nav-tabs > li.active > a:hover, #exTab2 .nav-tabs > li.active > a:focus {
    color: #2d2525;
    background-color: #fff;
    border: 1px solid #c8bc93;
    border-bottom-color: #fff;
    font-weight: bold;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
#exTab2 .nav > li > a:hover, #exTab2 .nav > li > a:focus , #exTab2 .nav > li > a{
    color: #c8bc93;
    background: #444;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    cursor: default;
}
.nav-tabs > li > a:hover {
    /*border-color: #eee #eee #ddd;*/
    border-color: transparent;
}
#exTab2 .nav-tabs > li {
    float: none;
    display: inline-block;
    /*    background: #c8bc93;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;*/

}

#exTab2 .nav > li > a {
    font-size: 16px;
    padding: 10px 30px;
    margin: 0;
    text-transform: uppercase;
    font-family: dusha;
}
.relative-div{
    position: relative;
}
.next-prev{
    /*margin: 50px 0;*/
    position: absolute;
    width: 100%;
    bottom: 0px;
}
.next-prev .nxt{
    float: right;
}
.next-prev a{
    background: #c8bc93;
    padding: 10px 25px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    transition: .4s
}
.next-prev a:hover{
    color: #000000;
    letter-spacing: 5px;   
    background: #f1ece2;
    transition: .4s
}
.fa-info-circle{
    padding: 10px;
}
.info-img{
    position: absolute;
    top: 0;
    left:0;
    width: 70%;
    display: none;
    background: black;
    border: 2px solid #c8bc93;
}
.flt-left{
    float: left;
}
.flt-right{
    float: right;
}
.radio input[type="radio"]{
    width: 15px;
    margin-top: -2px;
}
.radio {

    padding-left: 19px;
}
.radio label:hover {
    color:  #c8bc93;

}
.sub-radio{
    text-align: left !important;
    padding-left: 25px;
}
.sub-radio label{
    display: inline-block;
    padding: 15px 30px;
}
.sub-radio-inputs {
    padding-left: 30px;
}
.sub-radio-inputs input {
    width: 80px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0;
}
.sub-radio-inputs p {
    padding-left: 5px;
    color: #a5a5a5;
}


