/*General start*/
body,
html {
    height: 100%;
    margin: 0;
    background: #000;
    color: #000;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.float_middle_container {
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    width: 950px;
    overflow: hidden;
    /*min-width: 200px;*/
    height: 100%;   /**/
}
.float_middle_container .float_middle_container_left {
    width: 700px;
    height: 100%;   /**/
}
.full_screen  {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.title {
    font-size: 60px;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.white_color {
    color: #fff;
}

/*General end*/

#main_menu {
    color: #fff;
    text-shadow: -1px 0 black, 0 1px black,
                1px 0 black, 0 -1px black;
    z-index:3;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    padding: 30px;
}
#main_menu .main_menu_title {
    
}
#main_menu .main_menu_content {
    font-size: 30px;
}
#main_menu .main_menu_content .menu_item {
    float:left;
    margin-right: 30px;
    cursor: pointer;
}


#main_footer {
    color: #fff;
    text-shadow: -1px 0 black, 0 1px black,
                1px 0 black, 0 -1px black;
    z-index:3;
    position: fixed;
    left: 0;
    bottom: 50px;
    width:100%;
    /*height: 50px;*/
}
#main_footer .copyright {
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    bottom: 8px;
}
#main_footer .social_media_btn_container {
    height: 100px;
    width: 36px;
    padding: 0;
    text-align: center;
    float: right;
}
#main_footer .social_media_btn_container .social_media_btn {
    text-shadow: -1px 0 black, 0 1px black,
                1px 0 black, 0 -1px black;
    background-color: transparent;
    border: none;
    padding: 0px;
    font-size: 36px;
    cursor: pointer;
}



.carousel.bg-carousel {
    z-index: 1;
}

.main_content  {
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

.main_content .page_section {
    margin-top: 20vh;
    position:relative;
    background-color:#fff;
    min-height: 1000px;
}
.main_content .page_section#section_contact {
    background-color: #000;
    min-height: 690px;
}
.main_content .page_section.first_section  {
    margin-top: 100vh;
}

.main_content .page_section .section_title {
    width: 100%;
    margin-top: 190px;
    z-index: 2;
    float: left;
    position: relative;
    font-weight: 500;
    font-size: 70px;
}
.main_content .page_section .section_content {
    width: 100%;
    height: 100%;
    /*float: left;*/    /**/
    position: relative;
}
.main_content .page_section#section_contact .section_content {
    height: 690px;
}
.main_content .page_section .section_content .section_content_sub_title {
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    height: 70px;
}
.main_content .page_section .section_content .section_content_sub_title span {
    position: absolute;
    bottom: 0;
}
.main_content .page_section .section_content p {
    margin-top: 12px;
}
.main_content .page_section .section_content .contact {
    position: absolute;
    bottom: 100px;

}
.main_content .page_section .section_content .brand_img_container {
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
}
.main_content .page_section .section_content .brand_img_container > div {
    display: inline;
    margin: 5px;
}
.main_content .page_section .section_content .brand_img_container img {
    max-width: 100%;
    vertical-align: middle;
}
.main_content .page_section .carousel {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}







