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

 Theme Name:   BINUS Edu for School Website
 Theme URI:    http://binuscenter.com
 Description:  School website project by Erwin and team, 2017.
 Author:       BINUS Edu
 Author URI:   http://binuscenter.com
 Template:     Edu
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 
@import url("../Edu/style.css");

------------------------------ ADDITIONAL CSS HERE ------------------------------*/


#logo {
float: right;
position: absolute;
right:0;
text-align: right;
padding-right: 30px !important;
max-height: 100%;

}
 
#logo a {
float: right;
z-index: 9999;
}
 
#et-top-navigation {
float: left !important;
padding-left: 10px !important;
}

@media all and (max-width:980px){
#et-top-navigation {float: left !important;}
#logo {
float: right;
margin-top:20px;
margin-right:-20px;
position:inherit !important;
max-height:50%!important;
}
}


@media only screen and ( min-width:981px ) {
    /* Set the slider height */
    .et_pb_slider, .et_pb_slider .et_pb_container { 
        height: 500px !important; 
    }
    .et_pb_slider, .et_pb_slider .et_pb_slide { 
        max-height: 500px; 
    }
    .et_pb_slider .et_pb_slide_description { 
        position: relative; 
        top: 25%; 
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important; 
    }
}