/*
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 : 20-Feb-2015, 16:27:49
    Author     : Alex
*/

.property-details-carousel
{

}

.property-details-carousel #property-details-small-slider .loader
{
    width: auto;
}

.property-details-carousel .rotator .controls
{
    background: none;
    border-radius: 0;

}

.property-details-carousel .rotator .controls .fa
{
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    text-shadow: 1px 1px #666;
    text-align: center;
}

.property-details-carousel .property-details-header
{
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 10;        
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.top_media_links
{
    display: none;
}

.property-details-carousel .property-details-header a
{
    color: #fff;
    font-size: 11px;
}

.property-details-carousel .property-details-holder
{
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 10;        
    width: 100%;
}

.property-details-carousel .property-details-box
{
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.property-details-carousel .property-details-box h1
{
    font-weight: bold;
    color: #333;
    font-size: 28px;
    margin-bottom: 5px;
}

.property-details-carousel .property-details-box .price
{
    display: inline-block;
    font-weight: bold;
    color: #333;
    font-size: 24px;
    margin-right: 0px;
}

.property-details-carousel .property-details-box .type
{
    display: inline-block;
    font-weight: normal;
    color: #333;
    font-size: 18px;
}    

.property-details-carousel .rotator .container
{
    position: relative;
}    

.property_icons
{
    list-style-type: none;
    margin: 0;
}

.property_icons li
{
    display: inline-block;  
    margin-right: 15px;
    vertical-align: middle;
}

.property_icons li a
{
    color: #666;
}

.property_icons li a:hover
{
    color: #333;
}

.property_icons li img
{
    margin-right: 5px;
    vertical-align: middle;
}


.property-details > .row > div
{
    margin-bottom: 30px;
}

.property-details h3
{
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 8px;
}

p.main_summary
{
    font-weight: bold;
    color: #333;
    font-size: 15px;
}

p.full_description_small
{
    font-weight: normal;
    color: #666;
}

p.full_description_large
{
    font-weight: normal;
    color: #666;
    display: none;
}

.contact_buttons
{
    margin-bottom: 10px;
    margin-top: 15px;
}

.empty
{
    opacity: 0.5;
    cursor: not-allowed;
}

.contact_buttons div
{
    padding-right: 0px;
    padding-left: 0px;
    border-left: 2px solid #fff;
}

.contact_buttons .btn
{
    display: block;
    text-align: center;
    padding: 7px;
    border: 0;
    border-radius: 0;
    background: #444;
    color: #fff;
    margin-bottom: 2px;
}

.contact_buttons .btn.arrange_viewing
{
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

.office_details
{
    background-color: #ededed;
    padding: 10px;
    font-size: 116%;
    display: inline-block;
    width: 100%;
    margin-top: 27px;
}

.office_details #mapHolder
{
    margin-top: 10px;
}

.office_details p
{
    margin-bottom: 3px;
}

.property_photos .main_image img
{
    width: 100%;
}

.property_photos .main_image
{
    margin-bottom: 25px;
}

.map_view_button
{
    float: left;
}

.property_photos .thumbnail_image
{
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
}

.property_photos .thumbnail_image img
{
    width: 100%;
}

#propertymapcanvas
{
    height: 400px;
}

#mapcanvas
{
    height: 500px;
    width: 100%;
}

.social_and_map
{
    margin-bottom: 4px;
    min-height: 28px;
}

.office_details #mapcanvas
{
    height: 206px;
}


.thumbnail
{
    text-align: center;
    font-size: 18px;
    background-size: 100% 100%;
}

.thumbnail .feature-icon
{
    font-size: 55px;
}

.thumbnail .feature-icon p
{
    margin-bottom: 5px;
    color: #666;
}

.thumbnail strong
{
    font-size: 1.2em;
    color: #333;
}

.read-more-toggle,
.read-less-toggle
{
    font-weight: bold;
}

.social_box
{
    float: right;
    text-align: right;
}

.search-results-gallery-property 
{
    background: #ffffff;
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
    height: 100%;
}

.carousel-inner 
{
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100px;
}

.property_photos_carousel
{
    margin-top: 25px;
    padding-left: 9px;
    padding-right: 9px;
}

.carousel-3 .carousel-nav a.left {
    right: 50px;
}

.carousel-3 .carousel-nav a.right {
    right: 15px;
}

.property-details-box h2
{
    margin-bottom: 0.1em;
    display: inline-block;
    font-size: 160%;
    color: #333;
}

.property-details-box p.property_price
{
    display: inline-block;
    float: right;
    font-weight: bold;
}

.property-details-carousel.layer-slider-wrapper
{
    display: none;
}

/* mobile */
@media screen and (max-width: 676px)
{

    .top_media_links
    {
        display: none;
    }

    .carousel-nav
    {
        margin-top: 50px;
    }

    .property_icons li
    {
        border: 1px solid #c0c0c0;
        border-radius: 5px;
        margin-bottom: 5px;
        margin-right: 0px;
        padding: 5px;
        text-align: center;
        vertical-align: middle;
        width: 100%;
    }

    .social_box
    {
        float: none;
        margin-bottom: 5px;
    }

    section#map
    {
        display: block;
    }

}

.rotator {
    margin-bottom: 15px;
    height: 500px;
}
@media screen and (max-width: 767px) {
    .rotator {
        height: 300px;
    }
}    

.carousel_play_button {
    position: absolute;
    top: 45%;
    left: 49%;
    z-index: 10;
    font-size: 50px;
    opacity: 0.6;
}