/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Large devices (large desktops, 1200px and up) */

@media (max-width: 1200px) { 

}



@media (max-width: 1024px) {

}

/* Small devices (tablets, 768px and up) */
@media (max-width: 992px) {
    #mainMenu ul li a
    {
        font-size: 12px;
        padding: 15px 10px;
    }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 1024px) {

    /*    .navbar-toggle
        {
            background: rgba(125,125,125,0.8);
            border: 1px solid #fff;
        }*/
    .navbar-toggle .icon-bar
    {
        background: #000;
    }

    #mainMenu li a
    {
        color:#fff;
    }
    
    .wrapper, .AboutContent .ImageContent p, .leftSideContent, .separateblock hr
    {
        width: 100%;
    }
    .ServiceBlock
    {
        background-size: cover;
    }
    .MobileMargin
    {
        margin: 20px 0px;
    }
    .carousel-control.left, .carousel-control.right, .carousel-indicators
    {
        display: none;
    }
    .navbar-toggle
    {
        position: absolute;
        top: 25px;
        right: 0px;
    }
    .InnerContent .pull-right
    {
        margin-bottom: 20px;
    }
    .AboutContent .ImageContent:first-child
    {
        border: none;
    }


}
@media (max-width: 767px) {
    .MarginRight img, .Marginleft img
    {
        margin: auto;
        display: block;
    }
    #mainMenu
    {
        background: #fff;
        width: 100%;
        position: absolute;
        z-index: 5;
        margin: 0px;
        left: 0px;
        border-radius: 0px;
        border-top: 1px solid rgba(0,0,0,0.4);
        float: none;
        overflow: auto;
        max-height: inherit;
    }
    #mainMenu ul li a:hover, #mainMenu ul li a:focus, #mainMenu ul li a.active
    {
        background: rgba(0,0,0,0.10);
    }
}
@media (max-width: 480px) {
    .MobileMargin
    {
        margin: 20px 0px;
        width: 100%;
    }
    .InnerContent h1
    {
        font-size: 27px;
    }

}
@media (min-width:768px) {
video {
  min-width: 0px;
width: 0px;
background-color: #000000;
}
}