@charset "utf-8";

/* CSS Document */

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
}

.main {
    padding: 0px 0px 0px 0px;
}

.container {
    /*width:1100px;
	height:639px;*/
}

.header {
    width: 100%;
    height: 80px;
}

.header_top {
    width: 100%;
    height: 80px;
    max-width: 1400px;
    position: relative;
}

.logo {
    float: left;
    max-width: 210px;
    width: 100%;
    padding-left: 2%;
}

.about_us {
    float: right;
    padding-right: 3%;
    padding-top: 2%;
}


/* */

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background: url('../images/loading_logo.gif') 50% 50% no-repeat rgb(249, 249, 249);*/
    /*background-size: auto 100%;*/
    background-image: url('../images/loading_logo.gif'), url('../images/loader_bg.jpg');
    background-position: 50% 50%, top center;
    background-repeat: no-repeat, repeat-y;
    background-size: auto, 100%;
}

.home_middle_wrapper {
    width: 100%;
    /*max-width: 1400px;*/
    margin: 0 auto;
    position: relative;
}

.relative {
    position: relative;
}

.home_middle_block {
    width: 100%;
    /*height: CALC(100% - 160px);*/
    height: 530px;
    background-color: rgba(128, 128, 128, 1);
    position: relative;
    overflow: hidden;
}

.location-content {
    /*
    display: flex;
    flex-wrap: wrap;
    */
    position: relative;
    width: 100%;
    height: 100%;
}

.location-content-category {
    width: 100%;
    position: absolute;
    top: 25%;
    /*align-self: center;*/
}

.location-content-category ul {
    list-style: none;
    text-align: left;
}

.location-content-category ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    position: relative;
    left: -150%;
}

.home_middle_block a {
    color: #fff;
    text-decoration: none;
}

.home_middle_block h2 {
    /*align-self: flex-end;*/
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    /*margin-bottom: 10px;*/
    height: 55px;
    bottom: -24px;
    line-height: 52px;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

#myVideo {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    object-fit: cover;
    z-index: 9;
}

#location_block1 {
    width: 25%;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    color: #fff;
    overflow: hidden;
    -moz-transition: background 1s;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
    -ms-transition: background 1s;
    transition: background 1s;
}

#location_block2 {
    width: 25%;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 25%;
    z-index: 10;
    color: #fff;
    overflow: hidden;
    -moz-transition: background-color 1s;
    -webkit-transition: background-color 1s;
    -o-transition: background-color 1s;
    -ms-transition: background-color 1s;
    transition: background-color 1s;
}

#location_block3 {
    width: 25%;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    right: 25%;
    z-index: 10;
    color: #fff;
    overflow: hidden;
    -moz-transition: background 1s;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
    -ms-transition: background 1s;
    transition: background 1s;
}

#location_block4 {
    width: 25%;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    color: #fff;
    overflow: hidden;
    -moz-transition: background 1s;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
    -ms-transition: background 1s;
    transition: background 1s;
}

#location_block1:hover,
#location_block2:hover,
#location_block3:hover,
#location_block4:hover {
    /*background-color: rgba(128, 128, 128, 0) !important;*/
}


/* */


/*
.banner_div img mouseover{
float:left;
-webkit-transition-delay: 0s;
-webkit-transition-duration: 0.4s;
-webkit-transition-property: all;
-webkit-transition-timing-function: ease;
}
box-sizing: border-box;
*/

.footer {
    /*height: 75px;*/
    padding: 10px 0px 10px 0px;
    /*margin-top: 6px;*/
    alignment-adjust: central;
    background-color: #000000;
    float: left;
    width: 100%;
    height: 60px;
    /*max-width: 1400px;*/
}

.footer-row {
    width: 100%;
    height: 100%;
    background: url(../images/red-border.jpg) repeat-x left center;
    display: block;
    float: left;
    /*margin-top: 15px;*/
}

.socialmedia-block {
    display: block;
    float: left;
    background-color: #000;
    padding: 10px 5px;
    color: #fff;
}

.socialmedia-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.socialmedia-block ul li {
    display: inline-block;
    padding: 0px 10px;
    font-size: 14px;
    font-weight: 500;
}

.socialmedia-block ul li:first-child {
    padding-right: 30px;
}

.socialmedia-block ul li a {
    display: block;
    color: #fff;
}

.about-block {
    display: block;
    float: right;
    background-color: #000;
    padding: 10px;
}

.about-block a {
    font-size: 18px;
    color: #fff;
    text-decoration: none
}

.touch {
    width: 124px;
    height: 33px;
    text-align: center;
}

.social_div_main {
    width: 136px;
    height: 28px;
    padding-left: 7px;
}

.social_div {
    float: left;
    width: 30px;
    padding: 0px 0px 0px 4px;
}

.home_mobile_div {
    display: none;
}

@media (max-width: 600px) {
    .accordion-slider,
    .about-block {
        display: none;
    }
    .home_mobile_div {
        display: block;
    }
    #my-modal {
        font-size: 12px;
    }
}

.footer_transparent_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container_mobile {
    position: relative;
    text-align: center;
    color: white;
}

.centered_title_mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: white;
    font-weight: bold;
}

@media (max-width: 800px) {
    .about_us {
        float: right;
        padding-right: 3%;
        padding-top: 3%;
    }
}

@media (max-width: 600px) {
    .about_us {
        float: right;
        padding-right: 3%;
        padding-top: 4%;
    }
}

@media (max-width: 400px) {
    .about_us {
        float: right;
        padding-right: 3%;
        padding-top: 7%;
    }
}