/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 19, 2014, 10:43:16 AM
    Author     : andrei.andriesi
*/

@media only screen and (min-width: 1200px) {

    .navbar-nav > li > a {
        padding-bottom: 0;
        padding-top: 25px;
    }
    
    .navbar .navbar-header .navbar-brand {
        padding: 13px 25px;
    }
    
    .navbar {
        margin-bottom: 17px;
    }
    
    #top-section-background-image {
        background: url('../images/Main_Background_image_1366X570.jpg?ver3');
        background-repeat: no-repeat;
        background-position: 50% 0%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;    
    }
    
    #therapeuts-carousel-prezentation {
        font-size: 2.714em;
        padding-top: 44px;
        padding-bottom: 28px;
        line-height: 1.2em;
    }
    
    #third-section {
        background: url('../images/Devices_Background_image_1366X520.jpg?ver3'); 
        padding-top: 85px;
        padding-bottom: 83px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;    
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    #fith-section {
        background: url('../images/Testimonial_Background_image_1366X320.jpg?ver3'); 
        min-height: 320px;
        padding-top: 50px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;    
        background-position: 100% 0%;
        background-repeat: no-repeat;
        background-size: cover;    
    }
    
    #fith-section #carousel-header {
        font-size: 2.5em;
    }
    
    .pull-lg-right {
        float: right !important;
    }
    .padding-left-20 {
        padding-left: 20%;
    }
    
    .custom-margin-right-sponsors {
        margin-right: 15% !important;
    }
    
    #rl-top {
        padding: 0 0 0 15%;
    }
    
    .forums-bubble .row .col-sm-offset-custom-1 {
        margin-left: 5%; 
    }
    
    #forums .col-sm-offset-custom-8 {
        margin-left: 56.3333%;
    }
    
    #therapeuts-carousel .slick-prev, #therapeuts-carousel .slick-next {
        top: 28% !important;
    }
    
    #forums .col-lg-offset-custom-8 {
         margin-left: 64.3333%;
    }
    
    #second-bubble {
        padding-right: 20px;
    }
}


@media only screen and (min-width: 1600px) {
    #sponsors {
        padding-top: 45px;
        padding-bottom: 30px;
    }
    
    #fith-section #carousel-header {
        font-size: 2.857em;
    }
    
    #fith-section {
        background: url('../images/Testimonial_Background_image_1920X337.jpg?ver3'); 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;    
        background-position: 90% 0%;
        background-repeat: no-repeat;
        background-size: cover;    
    }
    
}