@media (max-width: 1470px) {
}
@media (max-width: 1350px) {
    .container{
        width:97%;
    }

}
@media (max-width:1150px){
    .numeric{
        font-size: 5em;
    }

}
@media (max-width:1090px){
    .numeric{
        font-size: 4em;
    }
    .left-column-text{
        width: 55%;
    }

}

@media (max-width:980px){
    
    .left_block,
    .right_block {
        width: 100%;
    }
    
    .left_block {
        margin-top: 30px;
    }
    
    .people .human {
        margin-top: 20%;
        width: 46%;
    }
    
}

@media (max-width:880px){
    
    body {
        /*font-size: 1.1em;*/
    }
    
    
    header > div {
        padding-bottom: 0em;
    }
    
    .people {
        padding-top: 4em;
    }
    
    /*#oddeleni article {*/
    /*    margin-top: -4em;*/
    /*}*/
    
    .serch-input input.serch-input {
        border: 1px #ccc solid;
    }
    
    .input-column {
        top: -20px;
    }
    
    .people .human {
        margin-top: 10%;
        width: 46%;
    }
    
    .column-left-2{
        border-radius: 0 0 0 0;
    }
    .column-right-2{
        border-radius: 0 0 0 0;
    }
    .text-bottom{
        margin: 0px !important;
    }
    .std-padding2{
        padding: 0;
    }
    .m2{
        margin: 0;
    }
    .phone{
        display: none;
    }

    h2{
        display: none;
    }
    .right_block article h2 {
        display: block;
    }
    .nav-hide{
        display: none;
    }

    body,
    dl, dt, dd, ol, ul, li,        
    time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;

        font-family: open sans;
        vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure, 
    footer, header, hgroup, menu, nav, section {
        display: block;
    }
    body {
        line-height: 1;
    }
    ol, ul {
        list-style: none;
    }
    blockquote, q {
        quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    body:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .menu{
        vertical-align:middle;
        width:100%;
        display:inline-block;
        font-family: 'Source Sans Pro', sans-serif;
        transform:translate3d(0,0,0);
        font-size: 20px;
        margin-top: -15px;
    }
    .menu input{
        position:absolute;
        left:-9999px;
    }
    .menu #togglemenu:checked ~ ul {
        max-height: 2795px;
        padding-bottom:1em;
    }
    .togglemenu {
        background: #ffa963;
        color: #FFF;
        display: block;
        padding: 0.75em;
        text-align: center;
        cursor:pointer;
        font-family: 'entypo', sans-serif;
    }
    .togglemenu:before{
        content: "\2630";
        font-size:1.5em;
        vertical-align:middle;
        float: right;
    }
    .menu ul{
        margin-top: 1px;
        text-align:left;
        overflow:hidden;
        padding-bottom:0;
        transition: 300ms ease all;
        max-height: 0;
    }
    .menu ul ul {
        max-height: 2000px;
    }
    .menu ul ul a {
        padding-left: 40px;
    }
    .menu li{
        margin-bottom:1px;
        position:relative;
        display: block;
        z-index:10;
        transition:300ms ease all;
        float: none!important;
    }
    .menu li.title {
        display: block;
        position:relative;
        width:100%;
        font-size: 16px;
        padding: .5em 1em;
        background: #ffa963;
        text-decoration:none;
        color:#FFF;
        box-sizing:border-box;
        transition:300ms ease all;
        background: #fff;
        color: #333;
    }
    .menu li a.togactive {
        background: #ff7400;
    }
    .menu li a {
        display: block;
        position:relative;
        width:100%;
        font-size: 16px;
        padding: .5em 1em;
        background: #ffa963;
        text-decoration:none;
        color:#FFF;
        box-sizing:border-box;
        transition:300ms ease all;
    }
    .menu li:hover a {
    }
    .menu li:hover + li{
        z-index:1;
    }
    .column-low{
        margin: 0 auto !important;
        overflow: hidden !important;
        width: 75% !important;
        display: block !important;
    }
    .column-left{
        border-radius: 0px;
        max-height: 200px;
    }
    .column-right{
        border-radius: 0px;
        max-height: 200px;
    }
    .column-center{
        max-height: 200px;
    }
    .img-cover{
        background: url('') no-repeat ;
        background-size: 100%;
    }
    #img-low{
        position: absolute;
        width: 100%;
        height: auto;
        z-index: -1;
        display: block;
    }
    .logo{
        display: none;
    }
    .three-wide {
        width: 100%;
        display: block;
    }
    .row-orange-grid{
        display: block;
    }
    .number{
        display: none;
    }
    .switch{
        display: none;
    }

    /************
     * Oddeleni *
     ************/
    .background-doctors, .background-orange {
        background: none!important;
    }
    header h1,header h2 {
        color: #333;
        margin-top: 1em;
    }
}
@media (max-width:440px){
    body{
        font-size:14px;
    }
    .kontakt .kontakt_info {
    	float: none;
		width: auto;              
    }
                  
    .container {
        width: 95%;
    }
    .left-column-text{
        width: 55%;
    }
    
    .people .human {
        margin-top: 5%;
    }
    .input-column {
        width: 100%;
    }
    .input-column input[type="text"] {
        width: 100%;
    }
    
    
    
    .eu_mobile {
        position:absolute;top: 18px;left:50%;margin-left:-70px
    }
    
    .eu_mobile img {
        height:27px;margin-bottom:-10px;width:auto
    }
}
@media (max-width:320px){

    .left-column-text{
        width: 100%;
    }
    
    .people .human {
        margin-top: 0%;
    }
}