.main_menu ul li a,
.welcome_text>h2 {
    text-transform: uppercase;
    color: #CCC
}

body {
    font-family: 'Lato', sans-serif !important;
}

h1, h2, h3, h4, h5, p {
    font-family: 'Lato', sans-serif !important;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.welcome_text {
    color: white;
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.hidden {
    display: none !important
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit
}

.djslider,
.middle_page {
    overflow: hidden
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

@media print {

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

@font-face {
    font-family: Leagu;
    src: url(fonts/LeagueGothic-Regular.eot);
    src: local('☺'), url(fonts/LeagueGothic-Regular.woff) format('woff'), url(fonts/LeagueGothic-Regular.ttf) format('truetype'), url(fonts/LeagueGothic-Regular.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Conv_Georgia;
    src: url(fonts/Georgia.eot);
    src: local('☺'), url(fonts/Georgia.woff) format('woff'), url(fonts/Georgia.ttf) format('truetype'), url(fonts/Georgia.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

body {
    background-attachment: fixed;
    background-image: url(./img/bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 125% auto;
    font-family: Conv_Georgia
}

h2,
h3,
h4,
p {
    margin: 0;
    padding: 0
}

.container {
    background: #D1BEC2
}

.header {
    background: #1A1A1C;
    margin-bottom: 10px;
    text-align: center
}

.logo img {
    margin: 10px 0 0;

}

.main_menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.main_menu ul li:last-child {
    border: none
}

.main_menu>ul>li {
    border-right: 1px solid #CCC;
    display: inline;
    position: relative
}

.main_menu ul li a:hover {
    color: #724D6C
}

.main_menu ul li a {
    display: inline-block;
    font-size: 18px;
    padding: 20px 14px;
    text-decoration: none;
    font-family: 'Droid Sans', sans-serif;
    transition: all .5s
}

.main_menu>ul>li:hover ul.sub-menu {
    top: 40px;
    opacity: 1;
    z-index: 9999
}

.main_menu ul li ul.sub-menu {
    background: #1A1A1C;
    border-top: 1px solid #333;
    left: 0;
    position: absolute;
    text-align: left;
    top: 25px;
    opacity: 0;
    width: 210px;
    z-index: -1;
    transition: all .35s
}

.main_menu ul li ul.sub-menu li {
    border-right: medium none
}

.main_menu>ul>li>ul.sub-menu li a:hover {
    padding-left: 14px
}

.main_menu ul li ul.sub-menu li a {
    border-bottom: 1px solid #333;
    display: block;
    padding: 10px
}

.welcome_text {
    background: #1A1A1C;
    padding: 15px 15px 30px
}

.welcome_text>h2 {
    font-family: Leagu;
    font-size: 40px;
    margin-bottom: 15px;
    margin-top: 15px
}

.welcome_text>p {
    color: #CCC;
    font-size: 16px;
    line-height: 1.34;
    margin-bottom: 17px
}

.padding_right {
    padding-right: 13px
}

.slider_dj .col-md-3.col-sm-3.col-xs-12 {
    margin-left: -5px;
    margin-right: 5px;
    padding: 0 8px
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.single_slide {
    position: relative
}

.slider_text {
    background: rgba(26, 26, 28, .7);
    bottom: 0;
    color: #FFF;
    height: 70px;
    left: 0;
    padding: 11px 25px;
    position: absolute;
    width: 100%
}

.slider_text h3 {
    font-size: 22px;
    padding-bottom: 5px
}

.slider_text>p {
    font-size: 14px
}

.owl-pagination {
    position: absolute;
    right: 2%;
    top: 0
}

.owl-next,
.owl-prev {
    position: absolute;
    top: 41%;
    cursor: pointer
}

.owl-page {
    display: inline
}

.owl-page.active span {
    background: #ccc
}

.owl-page span {
    background: #333;
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 12px;
    margin: 4px;
    width: 13px
}

.owl-next {
    right: 1%
}

.owl-prev {
    left: 1%
}

.single_news img {
    height: 265px;
    width: 100%
}

.latest_news_area {
    display: block;
    margin-top: 7px;
    overflow: hidden;
    padding-left: 7px;
    padding-right: 7px;
    width: 100%
}

.page_content>h2,
.single_news>h2 {
    font-family: leagu;
    margin-top: 10px;
    text-transform: uppercase
}

.latest_news_area .col-md-3.col-sm-3.col-xs-6 {
    padding: 8px
}

.single_news {
    background: #FFF;
    position: relative
}



.single_news>h2 {
    color: #000;
    font-size: 28px;
    line-height: 1;
    padding: 15px 15px 10px
}

.single_news>p {
    font-size: 16px;
    height: 73px;
    line-height: 1.4;
    padding: 0 15px
}

.buttons {
    background-repeat: no-repeat;
    display: inline-block;
    height: 37px;
    margin-bottom: 15px;
    margin-left: 15px;
    width: 40px
}



.page_content {
    background: #FFF;
    padding: 20px 20px 30px;
    margin: 20px;
}

.page_content>h2 {
    color: #191919;
    font-size: 40px;
    margin-bottom: 20px
}

.page_content h3 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 12px
}

.footers,
.page_content p {
    font-size: 15px;
    margin-bottom: 15px
}

.page_content p {
    color: #191919;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.5
}

h3,
p {
    font-family: serif
}

.left_form>h2,
.page_content a h1,
.right_from>h2 {
    font-family: leagu
}

.footers {
    background: #83787C;
    color: #CCC;
    margin-top: 15px;
    padding: 10px 15px
}

.abouts .right_middle {
    float: left;
    margin-left: 1%;
    width: 28%
}

.abouts .left_middle {
    float: left;
    width: 71%
}

.left_middle {
    float: left;
    padding-right: 2%;
    width: 80%
}

.right_middle {
    float: left;
    width: 20%
}

.right_middle>img {
    width: 100%
}

.slicknav_menu {
    display: none
}

.service_page .left_middle {
    float: left;
    padding-right: 2%;
    width: 75%
}

.service_page .right_middle {
    float: left;
    width: 25%
}

.left_middle.padding_lefts {
    padding-right: 0;
    width: 73%
}

.right_middle.padding_rights {
    padding-right: 2%;
    width: 27%
}

.left_form>h2 {
    color: #191919;
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: uppercase
}

.page_content.contact_pages {
    background: #FFF;
    float: left;
    margin-right: 1%;
    padding: 20px 20px 30px;
    width: 75%
}

.form textarea {
    height: 150px
}

.form input,
select,
textarea {
    background: #EEE;
    border: 1px solid #CCC;
    border-radius: 3px;
    color: #333;
    margin-bottom: 7px;
    padding: 8px;
    width: 75%
}

.right_from {
    background: #1A1A1C;
    float: left;
    padding: 15px;
    width: 24%
}

.right_from>h2 {
    color: #CCC;
    font-size: 24px;
    margin: 15px 0
}

.right_from>p {
    color: #CCC;
    font-size: 16px
}

input[type=submit] {
    margin-left: 23%;
    width: 30%
}

.overlay,
.overlay>a,
.single_slide>img {
    width: 100%
}

.overlay {
    background: 0 0;
    height: 264px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .5s
}

.overlay>a {
    display: block;
    height: 264px
}

.overlay img {
    height: auto;
    margin-left: calc(50% - 30px);
    margin-top: 39%;
    width: 60px
}

#boxes #dialog,
#boxes .window {
    height: 270px;
    text-align: center;
    width: 240px
}

#boxes .window {
    position: absolute;
    display: none;
    z-index: 9999
}

#boxes #dialog {
    background-color: #000;
    bottom: 0 !important;
    font-family: 'Segoe UI Light', sans-serif;
    font-size: 15pt;
    position: fixed;
    right: 0 !important
}

#popupfoot a.close {
    background: rgba(249, 219, 230, 1.00);
    color: #757575;
    display: inline-block;
    float: right;
    font-family: 'Droid Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 40px;
    margin-right: 0;
    margin-top: 0;
    opacity: 1;
    padding: 9px 22px;
    text-shadow: none;
    text-transform: uppercase
}

.overlay,
.overlay>a,
.single_slide>img {
    margin-top: -7%
}

.single_slide {
    height: 388px
}

input[type=image] {
    display: block;
    width: auto
}