/*
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: 992px) and (max-width:1199px) {
    
    .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_1200X570.jpg?ver3');
        background-repeat: no-repeat;
        background-position: 70% 50%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;    
    }
    
    #therapeuts-carousel-prezentation {
        font-size: 2.714em;
        padding-top: 49px;
        padding-bottom: 30px;
        line-height: 1.2em;
    }
    
    #third-section {
        background: url('../images/Devices_Background_image_1200X520.jpg?ver3'); 
        padding-top: 81px;
        padding-bottom: 81px;
        -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_1200X420.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;    
    }
    
    .forums-bubble-title h3{
        font-size: 1.429em;
        margin-bottom: 4px;
    }
    .forums-bubble-therapist {
        font-size: 1.286em;
    }    
    #forums-explore {
        font-size: 1em;
    }
    
    #fith-section #carousel-header {
        font-size: 2.3em;
    }
    
    #rl-top {
        padding: 0 0 0 15%;
    }
    
    .forums-bubble .row .col-sm-offset-custom-1 {
        margin-left: 5%; 
    }
    
    #forums .col-md-offset-custom-9 {
        margin-left: 57%;
    }
    
    #therapeuts-carousel .slick-prev, #therapeuts-carousel .slick-next {
        top: 28% !important;
    }    
    
    #top-section-textarea-row #app-store-row div div:nth-child(2) img {
        margin-left: 13px;
    }
    
    #second-bubble {
        padding-right: 20px;
    }
    
}

@media screen and (max-width: 1199px) {
    .steps-icons {
        width: 100px;
    }
    .steps-arrow {
       right: -36%;
        top: -42px;
    }
    .steps-title {
        width: auto;
    }
   .steps-desc {
        width: auto;
    }
    .giftcard-content {
       text-align: center;
    }
    .giftcard-text {
        margin: 0;
    }
} 