
.slides_container, .content_container {
    height: 100%;
    overflow: hidden;
}
.content_container {
    background-color: #ffffff;
}
.content_container img {
    position: absolute;
    top: 10vh;
    width: 57%;
    height: 57vh;
    margin-left: 20%;
}
.slides_container .slides {
    position: relative;
    width: 200%;
    height: 100%;
}
.slides_container .slides:hover {
    left: -100%;
}
.firsts, .seconds {
    width: 50%;
    height: 100%;
}



#txt_home {
    background-color: #ffffff;
}
.main_slices, #panel_footer_2, #panel_footer_3 {
    width: 20%;
}
.main_sns {
    width: 25%;
    text-align: center;
    min-height: 1px;
}
.main_slices {
    height: 100vh;
}
.m_main_slices {
    display: none;
}

#main_sns_container {
    margin-left: 20%;
    width: 50%;
}

/*  --------------------------------------------------------------------------------------------------------------------------
    Navigation Menu
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.navbar {
    position: absolute;
    min-height: 0px;
    border: 0px;   
    width: 100%;
    bottom: 30vh;
}
.nav > li {
    padding: 0 0 0 0;
}
.nav > li > a {
    display: inline-block;
    padding: 0 0 0 0;
    color: #ffffff;
}
.navbar-toggle, .navbar-brand {
    float: none;
}
.navbar-nav {
    background-color: #ffffff;
    width: 100%;
    height: 15vh;
    line-height: 15vh;
}
.navbar-inverse .navbar-nav > li.main_menus > a:hover, .navbar-inverse .navbar-nav > li.main_menus > a:focus {
    color: #000000;
    border-top: 2px solid #000000;
}

/*  -------- Brand and Logo ----------*/
a#home-navbar-brand {    
    background: url(../images/logo.png) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-left: 20%;
    width: 50%;
    height: 7.5vh;
}
#logo_mobile {
    display: none;
}
.main_menus {
    text-align: right;
    width: 6%;
}
.main_logo {
    width: 20%;
}

/*  ---------------------------------*/

/*  --------------------------------------------------------------------------------------------------------------------------
    Footer
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
body#body_home .sub_footer {
    display: none;
}
#footer_wrapper {
    position: absolute;
    bottom: 0;   
    color: #ffffff;
    height: 15vh;
    line-height: 15vh;
    width: 100%;
}
.panels_footer {
    height: 100%;
}
#panel_footer_1 {
    width: 60%;
}
#panel_footer_1 img {
    width: 60%;
    margin-left: 40%;
    padding-right: 5%;
}
#panel_footer_2, #panel_footer_3 {
    width: 20%;
}
#panel_footer_1, #panel_footer_3 {
    background-color: #000000;
    opacity: 0.7;
}
