@media screen and (max-width: 1300px){
    #HeaderCellLogo{
        width: 200px;
    }
    #HeaderCellFlags{
        width: 200px;
        text-align: right;
        padding: 10px;
    }
    #HeaderCellMenu{
        padding: 10px;
    }
}
@media screen and (max-width: 1200px){

}
@media screen and (max-width: 1100px){
    #OwlSliderContent{
        width: 900px;
    }
    #ProjectSolutionPartners{
        margin-left: 20px;
    }
    #GoldenLandPhone{
        right: 20px;
    }
    #ProjectSlider {
        height:auto;
    }
    #ProjectSliderContainer {
        display:block;
        width:100%;
        text-align: center;
    }
    .ProjectSliderCell {
        display:inline-block;
        width: 100%;
        border-top:1px dashed #ccc;
    }
    .ProjectSliderCellContainer {
        margin-top:-40px;
    }
    .ProjectLight1 img{
        width: 50%;
    }
    .ProjectLight2 img{
        width: 50%;
    }
    .ProjectListSliderContainer{
        width: 520px;
        margin:auto;
    }
}
@media screen and (max-width: 1000px){
    #HeaderCellFlags{
        width: auto;
    }
    #HeaderCellLogo{
        width: auto;
        padding: 10px;
    }
    #HeaderCellLogo img{
        width: 100%;
        height: auto;
    }
    header{
        padding-top: 10px;
    }
    #OwlSliderContent{
        width: 700px;
    }
    #FooterContainer{
        padding: 0;
    }
    #GoldenLandLogo{
        margin-left: 32%;
        margin-top: 0;
    }
}
@media screen and (max-width: 900px){
    #HeaderCellFlags{
        display: none;
    }
    #HeaderCellMenu{
        display: none;
    }
    #HeaderCellLogo{
        padding-right: 200px;
        text-align: center;
    }
    #HeaderCellLogo img{
        width: 170px;
    }
    #HeaderMobileMenuButton{
        width: 200px;
        text-align: center;
        display: table-cell;
    }
    #MobileMenu{
        display: block;
        left: -170px;
        -webkit-transition:left ease 0.5s;
        -moz-transition:left ease 0.5s;
        -o-transition:left ease 0.5s;
        transition: left ease 0.5s;
    }
    #MobileMenu.active{
        left:0 !important;
    }
    #FooterMenu{
        display: none;
    }
    #GoldenLandLogo{
        margin-left: 32%;
        margin-top: 0;
    }

}
@media screen and (max-width: 800px){
    #Slider{
        height: 400px !important;
    }
    footer{
        display: block;
        width: auto !important;
        height: auto;
    }

    #FooterLogo, #FooterPhone, #FooterSocial{
        width: auto !important;
        padding: 20px;
        display: inline-block;
        text-align: center;
    }
    #ProjectListContainer{
        width: 700px;
    }
    .ProjectListCell{
        display: block;
        margin: 15px auto;
    }
    .ProjectLight1 img{
        width: 80%;
    }
    .ProjectLight2 img{
        width: 80%;
    }
    #GoldenLandLogo{
        margin-left: 32%;
        margin-top: 0;
    }


}
@media screen and (max-width: 700px){
    #Slider {
        padding-top: 50px !important;
        text-align: center;
    }
    #ProjectListContainer{
        width: 600px;
    }
    .ProjectListCell{
        display: block;
        margin: 15px auto;
    }
    #ProjectSolutionPartners{
        position: absolute;
        margin-top: 120px;
    }
    #ReferancesSlider {
        margin-top:50px;
    }
    #GoldenLandPhone{
        position: relative;
        text-align: center;
        margin-top: 30px;
        right: 0;

    }
    #GoldenLandLogo{
        margin-left: 32%;
        margin-top: 0;
    }
}
@media screen and (max-width: 600px){
    #HeaderCellLogo{
        padding:0 10px;

    }
    #HeaderCellLogo img{
        max-width: 100% !important;
    }
    #HeaderMobileMenuButton{
        width: 100px;
    }
    #ProjectListContainer{
        width: 500px;
    }
    .ProjectListCell{
        display: block;
        margin: 15px auto;
    }
    .ProjectLight1 img{
        width: 100%;
    }
    .ProjectLight2 img{
        width: 100%;
    }
    .ProjectListSliderContainer{
        width: 100%;
        margin:auto;
    }

}
@media screen and (max-width: 500px){
    #ProjectListContainer{
        width: 400px;
    }
    .ProjectListCell{
        display: block;
        margin: 15px auto;
    }
}
@media screen and (max-width: 400px){
    #ProjectSolutionPartners{
        width:100%;
        text-align: center;
        margin-left:0;
    }
    #ProjectListContainer{
        width: 300px;
    }
    .ProjectListCell{
        display: block;
        margin: 15px auto;
    }
    .ProjectText{
        width: 100%;
    }
}
@media screen and (max-width: 300px){
    #ProjectListContainer{
        width: 200px;
    }
    .ProjectSliderCell h3 {
        margin-bottom: -40px;
    }
    .ProjectListCell{
        display: block;
        margin: 15px auto;
    }
    .ProjectLightImg{
        width: 100%;
        height: 180px;
        position: absolute;
        bottom: 20px;
    }
    .ProjectLightImg div{
        width: 180px;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-color: #ffffff;
        border-radius: 400px;
        margin: auto;
    }
}
