/* =Home Page Style - css/home.css
 * ----------------------------------------------------------*/

/* #1. General Settings
 * ----------------------------------------------------------*/

sup {
    font-size: .8em;
    font-weight: normal;
    color: #000;
}

#main-text .btn-link, #main-text .btn-link:hover  {
    background-color: #910302;
    color: #fff;
    opacity: 1;
    font-size: 16px;
    font-weight: normal;
    border-bottom: none;
}

/* #2. Background section
 *----------------------------------------------------------*/
#intro-background-section   {
    background-image: url("../images/background/home-start-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 65% 0%;
}

#intro-background-section .half-width   {
    padding-top: 40px;
    padding-bottom: 40px;
}

/*@media screen and (max-width: 767px) {
    #intro-background-section .half-width   {
        padding-bottom: 24px;
    }
}*/

#intro-background-section h1 {
    color: #fff;
}

#intro-background-section .half-width p {
    color: #fff;
    width: 40%;
    font-size: 24px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    #intro-background-section .half-width p {
        width: 50%;
    }
}

/* Mobile color background
 * -----------------------*/
@media screen and (max-width: 767px) {
    #intro-background-section   {
        background-image: none;
        background-color: #2e2e2e;
        padding-bottom: 18px;
    }
    
    #intro-background-section .container {
        padding-left: 12px;
    }
    
    #intro-background-section h1 {
        margin-bottom: 24px;
        font-size: 32px;
    }
    
    #intro-background-section .half-width   {
        padding-top: 18px;
        padding-bottom: 0; /*18px;*/
    }
    
    #intro-background-section .half-width p {
        width: 100%;
        font-size: 1.2em;
    }
    
}

/* Background section Hire-Tutor button
 * --------------------------------------*/
#intro-background-section .sec-links {
    margin-bottom: 18px;
    padding: 0 0; 
}

#intro-background-section .sec-links a {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    #intro-background-section .sec-links    {
        margin-bottom: 6px; 
    }
    
    #intro-background-section .sec-links,  #intro-background-section .sec-links a   {
        width: 100%;
    }
}

#intro-background-section .btn-custom   {
    background-color: transparent;
    -moz-box-shadow:    inset 0 0 3px #fff;
    -webkit-box-shadow: inset 0 0 3px #fff; 
    box-shadow:         inset 0 0 3px #fff;
    padding: 8px 20px;
}

#intro-background-section .btn-custom:hover {
    background-color: #444;
}

#intro-background-section .sec-menu-link-title  {
    color: #dedede;
    font-size: 18px; 
    margin-top: 10px;
}

/* =Sec-info
 * ----------------------------------------*/
#sec-info   {
    height: 60px;
    background-color: #910302;
    background-image: url("../images/background/rates-text.png");
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    #sec-info   {
        background-image: url("../images/background/rates-text-mobiles.png");
        margin-bottom: 24px;
    }
    
}
/* ---------- End section ------------------*/


/* 3. Left Sidebar Section
 * ---------------------------------------------------------------*/
#left-sidebar-section-top-home  {
    margin-top: 0px;
}

#left-sidebar-section-top-home .row {
    margin-bottom: 24px;
}

#left-sidebar-section-top-home .row:last-of-type    {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    #left-sidebar-section-top-home  {
        margin-top: 0px;
    }
}

/* =Left column image margin bottom
*----------------------------------------------*/
@media screen and (min-width: 768px) {
    #left-sidebar-section-top-home .l-col-img-margin-b	{
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 992px) {
    #left-sidebar-section-top-home .text-padding    {
        padding-left: 8px;
    }
}

/* 4. Main Text
 * ----------------------------------------------------------------*/
#main-text  {
    margin-top: 0;
    margin-bottom: 26px;
    padding-top: 0;
    padding-bottom: 20px;
}

@media screen and (max-width: 767px)    {
    #main-text   {
        border-top: none;
    }
}

#main-text h1   {
    text-align: center;
    margin-top: 26px;
}

@media screen and (max-width: 991px)    {
    #main-text h1   {
        margin-bottom: 6px !important;
    }
}

@media screen and (max-width: 767px)    {
    #main-text h1   {
        margin-top: 12px;
        margin-bottom: 0;
        font-size: 26px;
        line-height: 1.3;
    }
}

#main-text .leading-home-h2 {
    margin-top: -4px;
}

@media screen and (max-width: 767px) {
    #main-text .leading-home-h2 {
        margin-top: 16px;
    }
}

#main-text .leading-home-h2-top {
    margin-top: 16px;
}