/*
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: 768px) and (max-width:991px) {

    .navbar .navbar-header .navbar-brand {
        padding: 13px 25px;
    }
    
    .navbar-nav > li > a {
        padding-bottom: 0;
        padding-top: 25px;
    }
    
    .navbar {
        margin-bottom: 17px;
    }
    
    #top-section-background-image {
        background: url('../images/Main_Background_image_992X471.jpg?ver3');
        background-repeat: no-repeat;
        background-position: 40% 50%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;    
    }
    
    
    #therapeuts-carousel-prezentation {
        font-size: 2em;
        padding-top: 34px;
        padding-bottom: 28px;
        line-height: 1.2em;
    }
    
    #third-section {
        background: url('../images/Devices_Background_image_992X430.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_992X347.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: 75% 0%;
        background-repeat: no-repeat;
        background-size: cover;    
    }
    
    #footer-social-links {
        margin-top: 30px;
    }
    #footer-description {
        margin-bottom: 45px;
    } 
    .forums-bubble-title h3, .forums-bubble-explore {
        font-size: 1.286em;
    }
    .forums-bubble-title h3 {
        margin-bottom: 4px;
    }
    .forums-bubble-therapist {
        font-size: 1.143em;
    }    
    #forums-explore {
        font-size: 0.857em;
    }
    
    .forums-bubble-wrapper, .forums-bubble-explore {
        min-height: 140px;
    }
    
    .forums-bubble-avatar {
        margin-top: -2px;
    }
    
    #fith-section #carousel-header {
        font-size: 2.0em;
    }
    
    .glyphicon-star {
        font-size: 1.5em;
    }
    
    #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: 55%;
    }
    
    .arrow-right:after, .arrow-right:before { 
        top: 100%; 
        left: 65%; 
        border: solid transparent; 
    } 
    
    .arrow-right:after { 
        border-color: rgba(135, 184, 189, 0); 
        border-top-color: #87B8BD;
        border-width: 15px; 
        margin-left: -15px; 
        margin-top: 0;
    } 
    
    .arrow-right:before { 
        border-top-color: #ffffff; 
        border-width: 21px; 
        margin-left: -21px;
        margin-top: 0;
    }
    
    #footer-page-links .row-fluid > div {
      border-left: none;
    }
    
    #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: 10px;
    }
    
    #triangle-couples-therapy h3 {
        height: 65px;
        left: -5px;
        margin: 0;
        position: absolute;
        text-align: center;
        top: 6px;
        transform: rotate(45deg);
        width: 65px;
        font-size: 0.900em;
    }
    
    #triangle-couples-therapy {
        border-width: 0 65px 65px 0;
        right: -1px;
    }
}

@media screen and (max-width: 800px) {
    .footer-links {
       padding-left: 14px;
        padding-right: 14px;
    }
}

@media (max-width: 900px) {
    #footer-page-links a {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
    .steps-desc {
        margin-bottom: 80px;
    }
    
    .steps-title {
        height: auto;
        margin: 20px auto;
    }
    
    .steps-arrow {
        position: relative;
        top: -40px;
        right: -120px;
        width: 33px;
    }
    
    .steps-arrow-left {
        position: relative;
        top: -40px;
        left: -120px;
        width: 33px;
    }
    
    #steps-start-therapy {
        padding-top: 0px;
    }
    
    .forums-bubble.alt .forums-bubble-up-arrow {
        border-color: #64CCCD !important;   
    }
    
    .forums-bubble.alt .forums-bubble-up-arrow:before {
        border-bottom-color: #64CCCD !important;
    }
}