﻿@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.main-menu .navbar-nav li a {
    font-size: 12px;
}
.menu-up .main-menu{
    z-index:11 !important;
}
@media only screen and (min-width: 769px) and (max-width: 1024px){
    
    .main-menu .navbar-nav {
        display: inline-block;
        float: left;
        margin-left: 29%;
    }
}

@media only screen and (max-width : 1024px) {

    .lg{
        display:none !important;
    }
    .navbar-nav{
        margin-left: 14px !important;
    }
    
}
@media only screen and (max-width : 1024px) and (min-width:768px){

    
    .lg_footer{
        position: absolute; 
        right: 6%;
        top: 7px;
    }
}


@media only screen and (max-width : 767px){

    
    .lg_footer{
        position: absolute; 
        right: 46%;
        top: 52px;
    }
}

@media only screen and (max-width : 767px) and (min-width:681px){

    .menu1{
        width: 158%;
    margin-top: -38px;
    }
}

@media only screen and (max-width:680px) {

    .menu1 {
        width: 158%;
        margin-top: -38px;
        right: 57px;
    }
}



@media only screen and (min-width: 1025px){
    .lg_footer{
        display:none !important;
    }
}


@media only screen and (min-width: 360px) and (max-width: 680px) {

    .slider-response {
        height: 549px !important;
        width: 100% !important;
    }
    .main-menu {
        width: 100% !important;
    }
    .main-menu .navbar-nav {
       width: 163% !important;
       margin-left: -59% !important;
    }
}