/* 
    Created on : Apr 9, 2016, 6:31:35 PM
    Author     : Claudiu S
*/

.offer {
    height: 200px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.ad {
    min-height: 100px;
    padding-bottom: 20px;
}

#amazon_banner{
    margin: 10px;
    overflow: hidden;
}

#loupe_background{
    background: url("/html/pictures/loupe_background.jpg") repeat center center;
}

#header{
    padding-top: 50px;
}

#mainNav{
    display: block;
    background: url("/html/pictures/us_flag25.png") repeat white;
}

#country{
    margin: 13px 15px 0 15px;
    display: block;
    overflow: hidden;
}

.kaushan{
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
}

.featurette{
    overflow: auto;
}

.text-muted a, .fade_element {
    text-decoration: none;
    color: #777;
}

footer p {
    text-align: center;
}

#accordion{
    margin-top: 55px;
    min-height: calc(100vh - 135px);
}

.deals{
    min-height: calc(100vh - 160px);
}

.admin{
    min-height: calc(100vh - 145px);
}

.extract{
    min-height: calc(100vh - 165px);
}

.video_padding{
    padding: 0.5% 10% 1%;
}

.panel-title, .panel-title a{
    text-align: center;
    outline: 0;
}

.panel-body{
    padding: 10px 0 15px;
    text-align: center;
}

.news_image{
    margin: 0 auto;
    padding: 0.5% 20% 1%;
}

@media (min-width: 768px) {
    #country{      
        background: url("/html/pictures/globe.png") no-repeat;   
    }
    #country_span{
        display: none;
    }
    #container, #sliders {
        height: 350px;
    }
    .search{
        margin-top: 85px;
    }

    .subtitle_margin{
        padding: 20px 0 0 0;
        margin: 0;
    }

    .search_input_height_fix{
        height: 33px;
    }

    .offer{
        height: 280px; 
        padding-bottom: 20px;
    }

    .offer_height{
        height: 180px; 
    }
}

@media (max-width: 767px) {
    #country{      
        background: none;
        margin: 0;
    }
    #country_span{
        display: block;
    }
    #container, #sliders {
        height: 300px;
    }
    .search{
        margin-top: 75px;
    }

    .subtitle_margin{
        padding: 10px 0 0 0;
        margin: 0;
    }

    .search_input_height_fix{
        height: 34px;
    }

    .offer{
        height: 400px; 
        padding-bottom: 20px;
    }

    .offer_height{
        height: 300px; 
    }
}

#container, #sliders {
    min-width: 300px; 
    max-width: 1200px;
    margin: 10px auto;
}

#container{
    padding-right: 5%;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.center_block {
    float: none;
    margin: 0 auto;
}

.loupe_padding{
    padding: 3px 0;
}

.dropdown-menu {
    min-width: 25px; 
}

.dropdown-menu .label-icon { 
    margin-left: 5px; 
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.custom_title{
    height: 30px; 
    line-height: 30px;
    overflow: hidden;
}

.offer img{
    height: 200px;
}

.offer_link{
    text-decoration: none !important;
    color: black;
    outline: none;
}

.offer_link:hover{
    color: black;
    cursor: pointer;
}

#fb_file{
    margin: 65px auto 20px auto;
}



