/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    .header-menu {
        background-color: #fff200;
        margin: 3px -15px 0px -15px;
    }
    .dropdown-menu > li > a {
        font-size: 12px !important;   
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .header {    
        background: none;
        margin-bottom: 0px;
    }
    .header-menu {
        background-color: #fff200;
        margin: 3px -15px 0px -15px;        
    }
    .header-menu ul {
        margin: 7.5px 0px;
    }
    .body2 {        
        background: url(../images/header-left-bgm.jpg) top left repeat-x;
    }
    .body1 {        
        background: url(../images/header-left-bgm.jpg) top right repeat-x !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;   
    }
    .navbar-nav {
        background-color: #FFF;
        margin-top: 27px;
    }
    .navbar-nav a {
        color: #000 !important;
        font-weight: bold;
    }
    .dropdown-menu > li > a {
        font-size: 12px !important;   
    }
    .galtext {
        text-align: center;   
    }
    .footerem {
        background-color: #02462f;
    }
    .gallery-main {
        margin-bottom: 20px;   
    }
    .galpic {
        height: auto;
        max-height: 170px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {    
    .header {
        background: none;
        /*margin: 3px -15px 0px -15px;*/     
    }
    .header-menu ul {
        margin: 7.5px 0px;
    }    
    .body2 {        
        background: url(../images/header-left-bgm.jpg) top left repeat-x;
    }
    .body1 {        
        background: url(../images/header-left-bgm.jpg) top right repeat-x !important;
    }
    .dropdown-menu > li > a {        
        color: #000;
    }
    
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {    
    .container {
        max-width: 1008px;
    }
    .three1 {
        margin: 0 0 20px 0;  
    }
    .three2 {
        margin: 0 0 20px 0; 
    }
    .three3 {    
        margin: 0 0 20px 0; 
    }
    .footer3 {    
        padding: 12px 15px 0 30px;
    }
    .right-block-lang {
        text-align: right;
    }    
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .container {
        max-width: 1008px !important;
    }    
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .container {
        max-width: 1008px !important;
    }
    .galpic {
        height: 130px;   
    }
}