﻿@media screen and (max-width: 600px){
    .bgstretcher img{
        max-width:610px !important;
        margin-left: 50% !important;
        transform: translateX(-50%) !important;
    }
    .menu-buttons{
        display: none;
        pointer-events: none;
    }
    .menu-buttons > li > a{
        pointer-events: none;
    }
    .row{
        margin-right:0px !important;
    }
    h5 img {
        width: 100% !important;
        height: auto !important;
    }
    .list-flag{
        margin-left:10px !important;
    }
    #fanback {
        display:none !important;
    }
}
@media screen and (max-width: 400px) {
     h5 img {
        width: 100% !important;
        height: auto !important;
    }
}
@media screen and (min-width: 610px) {
    .marginBottom-0{
        visibility: hidden;
         display: none;
    }
    .row{
        margin-right:0px !important;
        margin-left:0px !important;
    }
    h5 img {
        width: 100% !important;
        position: relative;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .search-text{
        width:250px !important;
    }
    .search-group{
        width: 200px !important;
    }

}
.marginBottom-0 {margin-bottom:0;width:50%;}
.navbar-inverse{background-color:transparent !important;    border-bottom-color:transparent !important;}
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
