/*
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 : Apr 21, 2017, 3:43:59 PM
    Author     : ziyed
*/

.top-area, .special-area {
    height: auto;
    min-height: 700px;
    overflow: auto;
    position: relative;
}

div.property-registration-page {
    background: url('../img/backgrounds/street6.jpg');
    background-position: 74% 50%; 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
}

div.property-registration-login-page{
    background: url('../img/backgrounds/street4.jpg');
}

div.property-registration-page .container-inner-wraper{
    background-color: rgba(244, 244, 244, 0.95);
    border-bottom: 3px solid #113780;
    margin-bottom: 1px;
    min-height: 700px;
    /*padding: 4px 25px 5px;*/
    padding: 4px 0px 25px ;
} 


/* carousel */
#quote-carousel 
{
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
    left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
    right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
    background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
    background: #333333;
}
#quote-carousel img
{
    width: 250px;
    height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

blockquote{
    font-size: 15px;
}

blockquote::before {
    content: none;
    font-family: "FontAwesome";
    font-size: 30px;
    left: 0;
    position: absolute;
    top: 0;
}

div.each_block{
    margin: 100px 0;
}

strong{
    color: black;
}



h3{
    color: #FF5A5F;
    font-size: 24px;
    padding-bottom: 25px;
}

.property-registration-page .btn-primary:hover,.property-registration-page  .btn-primary:focus,.property-registration-page  .btn-primary:active,.property-registration-page  .btn-primary.active,.property-registration-page  .open .dropdown-toggle.btn-primary {
    /*background-color: #FF5A5F;*/
    border-color: #FF5A5F;
    color: #FFF;
}

.text-hover-underline:hover{
    text-decoration: underline;
}

.hide_section{
    display: none;
}

.property-registration-login-page .user-forget-password-btn, .property-registration-login-page .user-back-to-login-btn{
  color: #fff;   
}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }

}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}