body {
    padding-top: 170px;
}
.navbar .brand {
    padding: 22px 20px 20px;
    width: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
}

.navbar .nav {
    margin-top: 100px;
}

.flags {
    top: 56px;
}

.carpichome {
    top: 50px;
}

.slidercontainer {
    height: auto;
    padding-bottom: 22px;
    border-bottom: 1px solid #999;
}

.carpichome{
    top: auto;
}

.top-form {
    margin: 117px 0px 10px 0px;
}
.photo-thumb{
    width:100%;
    height:auto;
    float:left;
    margin:0;
    float:left;
}

.carousel-inner > .active{
    height: auto;
}

.carousel-inner{
    margin-top: 30px;
}

.instagram-feed{
    position: relative;
    float: left;
}

.feed-details{
    display: none;
    position: absolute;
    width: 90%;
    height: 100%;
    padding: 0 5%;
    text-align: center;
    color: #FFF;
    justify-content: center;
    /* align horizontal */
    align-items: center;
    /* align vertical */
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(85, 85, 85);
    /* RGBa with 0.6 opacity */
    background-color: rgba(85, 85, 85, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.instagram-feed:hover .feed-details {
    display: flex;
}

.feed-details{
    color: #fff;
    font-size: 16px;
}

.missogb {
    background-size: 790px auto;
    background-position: left top;
}

.product_back_single {
    height: 518px;
}

.carprod {
    top: 97% !important;
}

@media screen and (max-width: 1199px){
    .navbar .brand {
        margin-left: -75px;
        padding: 10px 20px 20px;
        width: 150px;
    }
    .missogb {
        background-size: 600px auto;
        background-position: left bottom;
    }
    .navbar .nav {
        margin-top: 60px;
    }
    .top-form {
        margin-top: 77px;
    }
    .flags {
        margin-right: 7px;
        top: 35px;
    }
    body {
        padding-top: 130px;
    }
    .map {
        top: -35px !important;
    }
}

@media screen and (max-width: 979px){
    .navbar .brand {
        margin-left: -75px;
        padding: 10px 20px 20px;
        width: 150px;
    }
    body {
        padding-top: 0;
    }
    .navbar .brand {
        margin-left: 0;
        padding: 10px;
        position: static;
        width: 110px;
    }
    .top-form {
        margin: 10px 0px 10px 0px;
    }
    .flags {
        top: 0px;
        margin-bottom: 20px;
    }
    .missogb {
        background-size: 480px auto;
    }
    .navbar .nav{
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    #myCarousel .item{
        max-height: inherit;
    }
    #myCarousel .item img.resp{
        max-width: 100%;
    }
    .instagram-feed{
        display: none;
    }
    .carousel-inner{
        margin-top: 20px;
    }
    .map{
        top: -10px !important;
    }
    .icon {
        display: none;
    }
}

.row.topspace{
    position: relative;
}
.singlefulllayer { position: absolute; top: 10px; }


#home-page-carousel .carousel-indicators{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

#home-page-carousel .carousel-indicators > li {
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
}

.warranty-text-wrapper{
    width:800px;
}

.map{
    margin-left: 24px;
    position: relative;
    top: -15px;
}
.map > .icon{
    background-image: url("../img/world_map.jpg");
    width:54px;
    height:27px;
    margin-left: 23px;
}

#product-video{
    margin: 0 0 0 -335px;
    width: 670px;
}
#product-video > .modal-body{
    max-height: inherit;
}

.product-video-icon{
    position: absolute;
    right:5px;
    top:5px;
    z-index:1;
}