/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ffffff;
    color: #000;
    padding: 0.2em 0;
    text-align: left;
    font-family: Arimo, sans-serif;
    font-weight: 400;
    font-size: 21px;
}
.browsehappy a {
    color: #ff864f;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   Arthur's styles
   ========================================================================== */
/*@font-face {
    font-family: GothamBook;
    src: url(../fonts/GothamBook/GothamBook.eot);
    src: url(../fonts/GothamBook/GothamBook.ttf);
    src: url(../fonts/GothamBook/GothamBook.woff);
}

@font-face {
    font-family: GothamMedium;
    src: url(../fonts/GothamBook/GothamBook.eot);
    src: url(../fonts/GothamBook/GothamBook.ttf);
    src: url(../fonts/GothamBook/GothamBook.woff);
}*/

.clear {
    clear: both;
}

h2 {
    font-family: Raleway, sans-serif;
    color: #706f6f;
    font-size: 28px;
    margin-bottom: 21px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
}

h3 {
    font-family: Raleway, sans-serif;
    color: #706f6f;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 14px;
    text-align: center;
}

h3.metro-h3 {
    margin-top: 11px!important;
}

h4 {
    font-family: Raleway, sans-serif;
    color: #ff864f;
    font-size: 18px;
    margin-bottom: 0px;
}

h5 {
    font-family: Raleway, sans-serif;
    color: #ff864f;
    font-size: 18px;
    margin-top: 21px;
}

ul.primary {
    display: inline-block;
    width: 100%;
}

/* ============================= Header ===================================== */
#header {
   min-width: 320px; 
}

#camera_wrap_1 {
    position: relative;
}

.header-container {
    position: relative;
    z-index: 9;
}

.top-phone img {
    float: right;
}
.top-phone p a {
    position: relative;
    float: right;
    margin-top: -57px;
    font-family: Arimo, sans-serif;
    color: #ffffff;
    font-size: 27px;
    margin-right: 21px;
    text-decoration: none;
}

.top-phone p a.contact_link {
    font-size: 14px;
    margin-top: -29px;
    margin-right: 23px;
    text-decoration: underline;
}

.logo-holder {
    margin-top: 28px;
}
.slogan {
    margin-top: 28px;
}

.inner-logo-holder {
    margin-top: 0px;
}

@media (max-width: 639px) {
    .logo-holder img {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .logo-holder div {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .top-phone {
        width: 100%;
        margin-left: 0px;
    }
    .top-phone p a {
        margin-top: 6px;
        margin-right: -225px;
        font-size: 27px;
    }
    .top-phone p a.contact_link {
        font-size: 14px;
        margin-top: 35px;
        margin-right: -225px;
    }
    .logo {
        width: 100%;
    }
    .logo img, .slogan img {
        margin-left: auto;
        margin-right: auto;
    }
    .slogan {
        width: 100%;
    }
    .logo-holder {margin-top: 15px;}
    
}
@media (min-width: 768px) and (max-width: 991px) {
    .top-phone p a {
        margin-top: -37px;
        font-size: 18px;
        margin-right: 11px;
    }
    .top-phone p a.contact_link {
        font-size: 11px;
        margin-top: -20px;
        margin-right: 12px;
    }
    .logo-holder {margin-top: 35px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .top-phone p a {
        margin-top: -50px;
        font-size: 24px;
    }
}
@media (min-width: 1200px) {}


/* ============================= Slide ===================================== */

.top-slide {
    max-height: 450px;
    margin-top: -409px;
    overflow: hidden;
}

.front .top-slide {
    max-height: 600px;
}

.camera_prev, .camera_next, .camera_commands {
    display: none;
}

@media (max-width: 639px) {
    .top-slide {display: none!important;}
}
@media (max-width: 767px) {
    .top-slide {
        margin-top: -332px;
        max-height: 350px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    /*.front .top-slide {   
        max-height: 417px;
    }*/
    .top-slide {max-height: 417px; margin-top: -417px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .front .top-slide {
        max-height: 520px;
    }
    .top-slide {max-height: 440px; margin-top: -417px;}
}
@media (min-width: 1200px) {}




/* ============================= Nav ===================================== */
.nav-holder {
    margin-top: 49px;
}
ul.menu {
    padding-left: 0px;
    display: block;
}
ul.menu li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    // width: 186px;
    width: 159px;
    height: 80px;   
    text-align: center;
   /* background-color: #818285;
    border-bottom: 8px solid #ef6a2f;*/
    padding: 0px;
    margin:0px;
    -moz-box-shadow: 0px 5px 7px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 5px 7px rgba(0,0,0,0.4);
    box-shadow: 0px 5px 7px rgba(0,0,0,0.4);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.60)";
}
ul.menu li a {
    display: block;
    text-decoration: none;
    font-family: Raleway, sans-serif;
    color: #ffffff;
    font-size: 23px;
    // width: 186px;
    width: 159px;
    height: 80px;
    background-repeat: no-repeat;
    padding: 21px 14px 21px 14px;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
}
ul.menu li a.grey {
    background-image: url(../img/nav-bg-grey.png);
}
ul.menu li a.dark {
    background-image: url(../img/nav-bg-dark.png);
}
ul.menu li a.multi-line {
    padding-top: 14px;
    line-height: 1;
    word-wrap: break-word;
}


@media (max-width: 767px) {
    #mobile-menu ul.menu li {
        display: block;
        width: auto;
        text-align: left;
        height: 30px;
        box-shadow: none;
        border: none;  
        padding-top: 5px;
    }
    #mobile-menu ul.menu li:hover {
        background: #b3d4fc;
        text-shadow: none;
    }
    #mobile-menu ul.menu li a {
        background-image: none;
        color: #ff864f;
        width: 100%;
        height: auto;
        font-family: Raleway, sans-serif;
        font-size: 14px;
        font-weight: 400;
    }
    #mobile-menu ul.menu li a.grey, ul.menu li a.dark {background-image: none;}
    #mobile-menu-inner {
        position: absolute;
    }
    

}
@media (min-width: 768px) and (max-width: 991px) {
    .nav-holder {margin-top: 56px;}
    ul.menu li {
        width: 99px;
        height: 62px;
    } 
    ul.menu li a {
        width: 99px;
        font-size: 15px;
        padding-right: 7px;
        padding-left: 7px;
        height: 65px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
   ul.menu li {
        width: 130px;
        height: 70px;
    } 
   ul.menu li a {
        width: 130px;
        height: 70px;
        font-size: 18px;
    }
}
@media (min-width: 1200px) {}


/* ============================= Arrow ===================================== */
ul.arrow-group {
    display: block;
    padding-left: 0px;
    margin-top: -24px;
}
ul.arrow-group li {
    list-style: none;
    display: inline-block;
    text-align: center; 
    // width: 186px;
    width: 159px;
    cursor: pointer;
}
ul.arrow-group li img {
    display: none;
}

ul.arrow-group li.on img {
    display: block;
}
ul.arrow-group li .arrow {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .arrow-holder {display: none;}
}
@media (min-width: 768px) and (max-width: 991px) {
    .arrow-holder {/*margin-bottom: 108px;*/}
    ul.arrow-group li {width: 99px;}
    ul.arrow-group {margin-top: -22px;}

}
@media (min-width: 992px) and (max-width: 1199px) {
   ul.arrow-group li {width: 130px;}
    ul.arrow-group {margin-top: -24px;}
}
@media (min-width: 1200px) {}



/* ============================= Main content ===================================== */
#main-content {
    min-width: 320px;
}

.advantage-holder {
    /*margin-top: -46px;*/
    margin-top: -60px;  
}
.metro-advantage-holder {
    margin-top: -60px;
}

.content-left {
    margin-top: 14px;
    padding-right: 30px;
    border-right: 1px solid #000000;
}
.no-sidebars .content-left {border-right: none;}

.content-right {
    margin-top: 14px;
    padding-left: 28px;
}

.black-line hr {
    margin-top: 20px;
    margin-bottom: 0;
    border-top: 2px solid #000000;
}

/* Hide last black line */
.divider_row:last-of-type {
    display: none;
}

.special-grey-line hr{
    display: none;
    margin-top: 0px;
    margin-bottom: 35px;
}

#block-block-4 p, #block-block-6 p {
    color: #bab9b9;
    text-align: justify;
    line-height: 24px;
}

.key2_link, .key2metro_link {
    margin-top: 2em;
    margin-bottom: 0;
}

.key2_link small, .key2metro_link small {
    float: left;
    line-height: 13px;
    color: #757575;
}

.key2metro_link img {
    width: 44%;
    margin-top: 2px;
    margin-left: 2%;
    /*max-width: 223px;*/
    max-width: 400px;
    float: left;
}

 .key2_link img {
    width: 28%;
    margin-top: 2px;
    margin-left: 3%;
    max-width: 314px;
    float: left;
}



@media (max-width: 991px) {

    /* Move search to top when going liquid */
    #main-content > .container > .row:first-of-type {
        position: relative;
        padding-top: 250px;
    }

    .not-front #main-content > .container > .row:first-of-type {
        padding-top: 170px;
    }

    /* Fix the gape when there is no search block */
    .no-search-block #main-content > .container > .row:first-of-type {
        padding-top: 0px;
    }

    .content-right {
        position: static;
    }

    /* The search block */
    #block-views-cd94c12c9fa3c6b9536657d04de5051f {
        position: absolute;
        // top: 0;
        top: 220px;
        width: 96%;
    }

    .key2_link img, .key2metro_link img {
        width: 100%;
        float: none;
        display: block;
        margin: auto;
        margin-top: 10px;
    }

    .key2_link small, .key2metro_link small {
        float: none;
        line-height: 13px;
        color: #757575;
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 1.4em;
    }

    .advantage-holder { margin-top: -283px;}

}

@media (max-width: 767px) {
    .advantage-holder {margin-bottom: -283px;}
    .metro-advantage-holder {display: none;}
    .region-navigation {
        background: #ef6a2f;
        margin-top: -14px;
        margin-bottom: 21px;
    }
    #collapsed-menu-button {
        display: block;
        width: 100%;
        padding: 7px 15px;
        margin: 0px;
        border: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -khtml-border-radius: 0px;
        border-radius: 0px;
        color: #ffffff;
        font-family: Raleway, sans-serif;
        font-weight: 400;
        background: url(../img/drop-down-arrow.png) no-repeat right top;
        height: 35px;
        text-decoration: none;
    }
    .content-left {
        width: 100%;
        padding-right: 15px;
        border-right: none;
        margin-top: 237px;
    }
    .content-right {
        width: 100%;
        padding-left: 15px;
    }
    .special-grey-line hr {display: block;}

    #block-views-cd94c12c9fa3c6b9536657d04de5051f {
        width: 93%;
        top: 300px;
    }

    /* Move search to top when going liquid */
    #main-content > .container > .row:first-of-type, .not-front #main-content > .container > .row:first-of-type {
        padding-top: 300px;
    }

    /* Fix the gape when there is no search block */
    .no-search-block #main-content > .container > .row:first-of-type {
        padding-top: 0px;
    }
}
@media (max-width: 639px) {
    .advantage-holder {display: none;}
    .content-left {margin-top: 0px;!important}
    #block-views-cd94c12c9fa3c6b9536657d04de5051f {top: 14px;!important}

}
@media (min-width: 768px) and (max-width: 991px) {
    .content-left {
        width: 100%;
        padding-right: 15px;
        border-right: none;
        margin-top: 170px;
    }
    .content-right {
        width: 100%;
        padding-left: 15px;
    }
    .special-grey-line hr {display: block;}

     /* Move search to top when going liquid */
    /*#main-content > .container > .row:first-of-type {
        padding-top: 180px;
    }*/
}

@media (min-width: 640px) and (max-width: 767px) {
    /* Move search to top when going liquid */
    #main-content > .container > .row:first-of-type {
        padding-top: 170px;
    }

    /* Fix the gape when there is no search block */
    .no-search-block #main-content > .container > .row:first-of-type {
        padding-top: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .key2_link small, .key2metro_link small {
        font-size: 80%;
        line-height: 11px;
    }

    .key2_link img {
        width: 27%;
    }

    .key2metro_link img {
        width: 38%;
        margin-top: 5px;
    }

}
@media (min-width: 1200px) {
}

/* Hide first sidebar divider since we now have links between key2 / key2metro here */
.divider_row:first-of-type {
    display: none;
}

/* ============================= Accordion ===================================== */
.process-holder {
    padding-right: 0px;
    margin-top: -37px;
}
.process-02 {
    display: none;
}

.process-title {
    padding-left: 0px;
    position: relative;
    z-index: 99;
}
.process-title h2 {
    float: right;
    margin-top: 0px;
}
.process-title p {
    font-family: Raleway, sans-serif;
    font-weight: 400;
    color: #787878;
    font-size: 28px; 
    float: right;
    margin-top: 14px;
}

#accordion {
    padding-left: 0px;
    margin-top: 5px;
}
.ui-accordion .ui-accordion-header {
    border-radius: 0px;
    border: none;
    background: #ef6a2f;
    color: #ffffff;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 25px;
    padding-left: 14px;
    height: 52px;
    width: 369px;
    /*display: table-cell;
    vertical-align: middle;*/
    padding-top: 10px;
    margin-top: 13px;
    margin-bottom: 0px;
    text-align: left;
}
.ui-accordion .ui-accordion-header .ui-icon {
    width: 32px;
    height: 52px;
    left: 338px;
    top: 0;
    margin-top: 0;

}
.ui-state-default .ui-icon {
    background-image: url(../img/accordion-arrow.png);
    background-position: 0px 0px;
}
.ui-state-active .ui-icon {
    background-image: url(../img/accordion-arrow-active.png);
    background-position: 0px 0px;
}
.ui-accordion .ui-accordion-content {
    width: 369px;
    border-radius: 0px;
    border: 1px solid #787878;
    border-top: 0px;
}

@media (max-width: 639px) {
    .process-title p { 
        float: none;
        text-align: center;
    }
    .process-holder {width: 100%;}
    .process-02 {
        margin-right: auto;
        margin-left: auto;
    }
    #accordion {width: 100%;}
    .content-left .ui-accordion .ui-accordion-header {margin-top: 7px; font-size: 19px;}
}
@media (max-width: 767px) {
    #accordion {padding-left: 15px;}
    .process-title {z-index: 0;}
    .process-holder {padding-right: 15px;}
    .process-01 {display: none;}
    .process-02 {
        display: block;
        margin-top: 21px;
    }
    .ui-state-default .ui-icon {background-image: url(../img/accordion-arrow-small.png);}
    .ui-state-active .ui-icon {background-image: url(../img/accordion-arrow-active-small.png);}
    .ui-accordion .ui-accordion-header {
        width: 100%;
        height: 38px;
        font-size: 23px;
        padding-top: 5px;
        margin-top: 23px;
    }
   .ui-accordion .ui-accordion-content {width: 100%;}
   .ui-accordion .ui-accordion-header .ui-icon {
        right: 0;
        width: 23px;
        height: 38px;
        float: right;
        position: relative;
        left: 0;
        margin-top: -5px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .ui-accordion .ui-accordion-header {
        width: 327px;
        height: 49px;
        font-size: 25px;
    }
    .ui-accordion .ui-accordion-content {width: 358px;}
    .ui-accordion .ui-accordion-header .ui-icon {
        left: 327px;
        height: 49px;
    }

}
@media (min-width: 992px) and (max-width: 1199px) {
   .ui-accordion .ui-accordion-header {
        width: 277px;
        height: 38px;
        font-size: 23px;
        padding-top: 5px;
    }
   .ui-accordion .ui-accordion-content {width: 300px;}
   .ui-accordion .ui-accordion-header .ui-icon {
        left: 277px;
        width: 23px;
        height: 38px;
    }
    .ui-state-default .ui-icon {background-image: url(../img/accordion-arrow-small.png);}
    .ui-state-active .ui-icon {background-image: url(../img/accordion-arrow-active-small.png);}
}
@media (min-width: 1200px) {}

/* =============================Listing ===================================== */
.view-featured-listing table, .view-featured-listing table tbody, .view-featured-listing table tr {
    display: block;
    clear: both;
}
.view-featured-listing table {
    width: 100%;
    table-layout: fixed;
}

.view-featured-listing {
    margin-top: 21px;
}
.view-featured-listing .col-1 {
    width: 50%;
    padding-left: 0px;
    float: left;
    margin-bottom: 14px;
}
.view-featured-listing .col-2 {
    width: 50%;
    padding-right: 0px;
    float: left;
    margin-bottom: 14px;
}
.view-featured-listing a img,
.agents_listing a img
 {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
    /*margin-bottom: 21px;*/
}

.view-featured-listing a {
    text-decoration: none;
    color: #706f6f;
}

.view-featured-listing a:hover {
    color: #ff864f;
}

.view-featured-listing .views-field-field-location {
    color: #757575;
    font-family: Raleway, sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -1px;
}
.view-featured-listing .listing-separator {
    color: #757575;
    font-family: Raleway, sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -1px;
}
/*.view-featured-listing .views-field-title a {
    color: #757575;
    text-decoration: none;
    font-family: Raleway, sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -1px;
}
.view-featured-listing .views-field-title a:hover {
    text-decoration: underline;
}*/
.view-featured-listing .views-field-field-heading a {
    color: #757575;
    text-decoration: none;
    font-family: Raleway, sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -1px;
}
.view-featured-listing .views-field-field-heading a:hover {
    text-decoration: underline;
}

.view-featured-listing .views-field-field-value,
.agents_listing .views-field-field-value {
    color: #ff864f;
    font-family: Arimo, sans-serif;
    font-size: 42px;
    margin-top: 14px;
    margin-bottom: 14px;
    font-weight: inherit;
}
    
.view-featured-listing .views-field-field-value small,
.agents_listing .views-field-field-value small {
    font-size: 50%;
}

.view-featured-listing .views-field-body {
    color: #bab9b9;
    text-align: justify;
    line-height: 24px;
}

.grey-line hr {
    margin-top: 35px;
    margin-bottom: 35px;
}

.views-field-field-bedrooms, 
.views-field-field-bathrooms, 
.views-field-field-living-areas, 
.views-field-field-study-rooms, 
.views-field-field-garages, 
.views-field-field-parking-space, 
.views-field-field-house-size, 
.views-field-field-property-size,
.views-field-field-video  {
    width: auto;
    min-width: 12.6%;
    display: inline-block;
    height: 36px;
    padding-top: 40px;
    text-align: center;
    color: #ff864f;
    /*margin-bottom: 49px;*/
    margin-bottom: 21px;
} 


.views-field-field-video {
    min-width: 35px!important;
    width: 47px!important;
}
.views-field-field-video a img {
    height: 35px;
}
.views-field-field-video a::after {
    content: " video";
    color: #ff864f;
}
.views-field-field-video a:hover {
    color: #ff864f;
    text-decoration: underline;
}

.views-field-field-bedrooms {background: url(../img/icon-bedroom.png) center no-repeat;}
.views-field-field-bathrooms {background: url(../img/icon-bathroom.png) center no-repeat;}
.views-field-field-living-areas {background: url(../img/icon-sofa.png) center no-repeat;}
.views-field-field-study-rooms {background: url(../img/icon-office.png) center no-repeat;}
.views-field-field-garages {background: url(../img/icon-garage.png) center no-repeat;}
.views-field-field-parking-space {background: url(../img/icon-car.png) center no-repeat;}
.views-field-field-house-size {background: url(../img/icon-house.png) center no-repeat;} 
.views-field-field-property-size {background: url(../img/icon-section.png) center no-repeat;}

#block-views-featured-listing-block {
    margin-bottom: 35px;
}
#block-block-1 {
    margin-bottom: 49px;
}

#block-views-featured-listing-block .featured_listing-holder .more-link {
    width: 235px;
    float: right;
    height: 44px;
    margin-top: 21px;
}
#block-views-featured-listing-block .featured_listing-holder .more-link a {
    display: block;
    width: 210px;
    height: 44px;
    background-color: #b8b7b7;
    color: #ffffff;
    text-decoration: none;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding-right: 0px;
    text-align: center;
    padding-top: 12px;
    position: absolute;
}
#block-views-featured-listing-block .featured_listing-holder .more-link a .ui-icon {
    width: 25px;
    height: 44px;
    left: 210px;
    position: absolute;
    background-image: url(../img/more-info-arrow.jpg);
    background-position: 0px 0px;
    margin-top: -12px;
}


#block-twiik-agent-block-listing-agent h2.block-title {font-size: 22px;}
#block-twiik-agent-block-listing-agent h2 a {color: #f06a2f;}
#block-twiik-agent-block-listing-agent h2 a:hover {text-decoration: none;}
#block-twiik-agent-block-listing-agent img {max-width: 63%;}
#block-twiik-agent-block-listing-agent .field-name-field-profile-image {margin-bottom: 7px;}
#block-twiik-agent-block-listing-agent .field-name-field-ddi, 
#block-twiik-agent-block-listing-agent .field-name-field-m,
#block-twiik-agent-block-listing-agent .field-name-field-email {
    color: #bab9b9;
    font-weight: bold;
    margin-top: 1px;
}
#block-twiik-agent-block-listing-agent .field-name-field-email {
    display: none;
}
#block-twiik-agent-block-listing-agent .teaser-email-link {
    color: #ff864f;
}
#block-twiik-agent-block-listing-agent .teaser-email-link .field-name-field-email {
    display: block;
    color: #ff864f;
}
#block-twiik-agent-block-listing-agent .teaser-email-link:hover {
    text-decoration: underline;
}

.ask-link {
    width: 250px;
    height: 44px;
    margin-top: 21px;
}
.ask-link a {
    display: block;
    width: 250px;
    height: 44px;
    background-color: #b8b7b7;
    color: #ffffff;
    text-decoration: none;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding-right: 0px;
    text-align: center;
    padding-top: 12px;
    position: absolute;
}
.ask-link a .ui-icon {
    width: 25px;
    height: 44px;
    left: 250px;
    position: absolute;
    background-image: url(../img/more-info-arrow.jpg);
    background-position: 0px 0px;
    margin-top: -12px;
}

#block-twiik-agent-block-listing-agent .field-label {margin-right: 7px;}

.listing-details-image-holder .flex-viewport {background-color: #FAFAFA; /*background-color: #f8f8f8;*/ border: 1px solid #ccc;}


@media (max-width: 639px) {
    .view-featured-listing .col-1 {
        width: 100%;
        padding-right: 0px;
        /*margin-bottom: 49px;*/
    }
    .view-featured-listing .col-2 {
        width: 100%;
        padding-left: 0px;
    }
}
@media (max-width: 767px) { 
    .views-field-field-bedrooms, .views-field-field-bathrooms, .views-field-field-living-areas, .views-field-field-study-rooms, .views-field-field-garages, .views-field-field-parking-space, .views-field-field-house-size, .views-field-field-property-size {min-width: 17%;}
}
@media (min-width: 768px) and (max-width: 991px) {
    /*.view-featured-listing .views-field-title a {font-size: 18px;}*/
    .view-featured-listing .views-field-field-heading a {font-size: 18px;}
    .view-featured-listing .listing-separator {font-size: 18px;}
    .view-featured-listing .views-field-field-location {font-size: 18px;}
    .view-featured-listing .views-field-field-value,  .agents_listing .views-field-field-value {font-size: 42px;}
    .views-field-field-bedrooms, .views-field-field-bathrooms, .views-field-field-living-areas, .views-field-field-study-rooms, .views-field-field-garages, .views-field-field-parking-space, .views-field-field-house-size, .views-field-field-property-size {min-width: 17%;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    /*.view-featured-listing .views-field-title a {font-size: 17px;}*/
    .view-featured-listing .views-field-field-heading a {font-size: 17px;}
    .view-featured-listing .listing-separator {font-size: 17px;}
    .view-featured-listing .views-field-field-location {font-size: 17px;}
    .view-featured-listing .views-field-field-value, .agents_listing .views-field-field-value {font-size: 35px;}
    .views-field-field-bedrooms, .views-field-field-bathrooms, .views-field-field-living-areas, .views-field-field-study-rooms, .views-field-field-garages, .views-field-field-parking-space, .views-field-field-house-size, .views-field-field-property-size {min-width: 17%;}
}
@media (min-width: 1200px) {}






/* ============================= Front Page Content  ===================================== */
.orange-text {
    color: #ff864f;
    font-family: Raleway, sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
}

a.orange-link {
    color: #ff864f;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: 500;
}
a.orange-link:hover {
    text-decoration: underline;
}

.why-holder, .what-holder {
    text-align: justify;
    line-height: 24px;
}


.key2-list {
    list-style-image: url(../img/square-arrow.png);
    padding-left: 25px;
    margin-top: 21px;
}
.key2-list li {
    font-family: Raleway, sans-serif;
    color: #3e454c;
    font-size: 16px;
    text-align: left;
    letter-spacing: 0px;
    font-weight: 400;
    padding: 0px 0px 12px 0px;
}

@media (max-width: 639px) {
    .why-holder {
        width: 100%;
    } 
    .what-holder {
        width: 100%;
    }
}
@media (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 1200px) {}


/* ============================= Search  ===================================== */

/*#views-exposed-form-featured-listing-house-land-packages {
    width: 97%;
}
*/

.views-exposed-form .views-exposed-widget {
    padding: 5px 0 0 0;
}

#block-views-cd94c12c9fa3c6b9536657d04de5051f .views-exposed-widget {
    float: none;
    margin-bottom: 14px;
}

#block-views-cd94c12c9fa3c6b9536657d04de5051f label {
    float: left;
    background-color: #ef6a2f;
    color: #ffffff;
    padding-left: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 17px;
    /*width: 106px;*/
    width: 20%;
    border: 1px solid #cccccc;
    border-right: none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-top-left-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; 
}

#block-views-cd94c12c9fa3c6b9536657d04de5051f select {
    border: 1px solid #cccccc;
    height: 28px;
    margin-top: 1px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-top-right-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 7px;
    /*width: 66%;*/
    width: 80%;
}

#block-views-cd94c12c9fa3c6b9536657d04de5051f input {
    width: 0px;
}

#block-views-cd94c12c9fa3c6b9536657d04de5051f input.form-submit {
    width: 160px;
    height: 44px;
    display: block;
    background-image: url(../img/more-info-bg-long.jpg);
    padding-right: 28px;
    color: #ffffff;
    text-shadow: none;
    border: none;
    border-radius: 0;
    margin-top: 0px;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 28px;
    text-align: center;
    float: right;
}

#block-views-cd94c12c9fa3c6b9536657d04de5051f .views-submit-button {
    float: right;
    margin-bottom: 0px;
    /*margin-right: 7px;*/
}

/* Reference # */
#block-views-cd94c12c9fa3c6b9536657d04de5051f #edit-field-listing-reference-value-wrapper {
    float: left;
    width: 127px;
    /*margin: 17px 0 0 60px;*/
    margin: 17px 0 0 0;
    padding: 0;
}

#block-views-cd94c12c9fa3c6b9536657d04de5051f #edit-field-listing-reference-value-wrapper label {
    background: transparent;
    color: #706f6f;
    border: none;
    font-size: 12px;
    padding: 5px 6px 0 0;
    width: auto;
    border-radius: 0;
}

#block-views-cd94c12c9fa3c6b9536657d04de5051f #edit-field-listing-reference-value {
    width: 80px;
    padding-left: 3px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}


@media (max-width: 767px) {
    #block-views-cd94c12c9fa3c6b9536657d04de5051f .views-exposed-widgets {
        margin-right: -15px;
        margin-left: -15px;
    }
    #block-views-cd94c12c9fa3c6b9536657d04de5051f .views-exposed-widget {
        width: 33.333333%;
        /*float: right;*/
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        min-height: 1px;
    }
    #block-views-cd94c12c9fa3c6b9536657d04de5051f label {
        padding-left: 4px;
        /*width: 80px;*/
        width: 30%;
        font-size: 14px;
    }
    #block-views-cd94c12c9fa3c6b9536657d04de5051f select {
        /*width: 54%;*/
        width: 70%;
        height: 24px;
    }
    #block-views-cd94c12c9fa3c6b9536657d04de5051f .views-submit-button {/*width: 100%;*/ float: right; }
    #block-views-cd94c12c9fa3c6b9536657d04de5051f .views-submit-button input.form-submit {float: right;}

    #block-views-cd94c12c9fa3c6b9536657d04de5051f #edit-field-listing-reference-value-wrapper {
        margin-left: 15px;
    }

}

@media (max-width: 639px) {
    #block-views-cd94c12c9fa3c6b9536657d04de5051f .views-exposed-widgets .views-exposed-widget {
        width: 100%;
    }

    #block-views-cd94c12c9fa3c6b9536657d04de5051f .views-exposed-widgets .views-exposed-widget.views-submit-button {
        width: auto;
    }

    #block-views-cd94c12c9fa3c6b9536657d04de5051f .views-widget {
        float: left;
        width: 80%;
    }

    #edit-field-listing-reference-value-wrapper .views-widget {
        width: 0;
    }

    #block-views-cd94c12c9fa3c6b9536657d04de5051f label {
        width: 20%;
    }

    #block-views-cd94c12c9fa3c6b9536657d04de5051f .form-item select {
        width: 100%;
        height: 24px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #block-views-cd94c12c9fa3c6b9536657d04de5051f .views-exposed-widgets {
        margin-right: -15px;
        margin-left: -15px;
    }
    #block-views-cd94c12c9fa3c6b9536657d04de5051f .views-exposed-widget {
        width: 33.333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        min-height: 1px;
    }
    #block-views-cd94c12c9fa3c6b9536657d04de5051f label {
        padding-left: 4px;
        /*width: 92px;*/
        width: 30%;
    }
    #block-views-cd94c12c9fa3c6b9536657d04de5051f select {
        /*width: 58%;*/
        width: 70%;
    }
    #block-views-cd94c12c9fa3c6b9536657d04de5051f .views-submit-button {/*width: 100%;*/ float: right; }
    #block-views-cd94c12c9fa3c6b9536657d04de5051f .views-submit-button input.form-submit {float: right;}

    #block-views-cd94c12c9fa3c6b9536657d04de5051f #edit-field-listing-reference-value-wrapper {
        margin-left: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #block-views-cd94c12c9fa3c6b9536657d04de5051f label {
        font-size: 14px;
        /*width: 91px;*/
    }
    #block-views-cd94c12c9fa3c6b9536657d04de5051f select {
        height: 24px;
        /*width: 65%;*/
    }
    #block-views-cd94c12c9fa3c6b9536657d04de5051f .views-submit-button {margin-right: 1px;}

    #block-views-cd94c12c9fa3c6b9536657d04de5051f #edit-field-listing-reference-value-wrapper {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {}



/* ============================= Recent News  ===================================== */
#block-views-recent-news-block .views-field-created {
    width: 83px;
    height: 127px;
    background-image: url(../img/display-date-bg.png);
    color: #ffffff;
    font-family: Arimo, sans-serif;
    font-size: 35px;
    padding-left: 13px;
    padding-top: 7px;
}
#block-views-recent-news-block .views-field-created-1 {
    width: 83px;
    margin-top: -70px;
    color: #3e454c;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 20px;
}
#block-views-recent-news-block .views-field-created-2 {
    width: 83px;
    margin-top: 21px;
    float: left;
    color: #ffffff;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 15px; 
    padding-left: 18px;
    padding-top: 3px;
}

#block-views-recent-news-block .views-field-title {
    margin-top: -87px;
    margin-left: 100px;  
}
#block-views-recent-news-block .views-field-title a {
    color: #757575;
    text-decoration: none;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    /*font-size: 26px;*/
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

#block-views-recent-news-block .views-field-field-sub-title {
    margin-left: 100px;
    margin-bottom: 10px;
    color: #ff864f;
    font-family: Raleway, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
#block-views-recent-news-block .views-field-body {
    margin-left: 100px;
    color: #bab9b9;
    text-align: justify;
    line-height: 24px;
}

#block-views-recent-news-block .views-row {
    margin-bottom: 35px;
    /*clear: both;*/
}
#block-views-recent-news-block .views-row-last {
    margin-bottom: 14px;
}

#block-views-recent-news-block .more-link a, a.all-link {
    display: block;
    width: 240px;
    height: 46px;
    background-image: url(../img/more-info-bg-grey-long.jpg);
    color: #ffffff;
    text-decoration: none;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 15px;
    /* padding-left: 10px; */
    /* padding-top: 12px; */
    margin-top: 8px;
    margin-bottom: 28px;
    padding-right: 26px;
    text-align: center;
    /* vertical-align: middle; */
    padding-top: 13px;
    clear: both;
}

a.all-link {
    margin-top: 2em;
}


.view-display-id-all_news_page .views-field-title {
    color: #ff864f;
    font-family: Raleway, sans-serif;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 7px;
    clear: both;
}
.view-display-id-all_news_page .views-field-created-3 {
    margin-bottom: 0px;
    color: #bab9b9;
    font-weight: bold;
    text-align: justify;
    line-height: 24px;
}
.view-display-id-all_news_page .views-field-body {
    color: #bab9b9;
    text-align: justify;
    line-height: 24px;
}
.view-display-id-all_news_page .views-field-view-node a {
    display: block;
    width: 138px;
    height: 46px;
    background-image: url(../img/more-info-bg.png);
    color: #ffffff;
    text-decoration: none;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 15px;
    /* padding-left: 10px; */
    padding-top: 13px;
    margin-top: 14px;
    margin-bottom: 35px;
    padding-right: 27px;
    text-align: center;
}


@media (min-width: 691px) and (max-width: 767px) {
    #block-views-recent-news-block .more-link a {
        margin-top: 88px;
    }
}
@media (max-width: 767px) {
    #block-views-recent-news-block .views-row {margin-bottom: 63px;}
}
@media (min-width: 768px) and (max-width: 991px) {
    #block-views-recent-news-block .view-recent-news {
        margin-right: -15px;
        margin-left: -15px;
    }
    #block-views-recent-news-block .views-row {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        min-height: 1px; 
    }
    #block-views-recent-news-block .more-link a {
        margin-left: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 1200px) {}


/* ============================= Video  ===================================== */
.video-holder .video {
    margin-bottom: 14px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 14px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ============================= Testimonial  ===================================== */
#block-views-what-people-say-block h2 {
    /*font-size: 28px;*/
    margin-top: 28px;
}
#block-views-what-people-say-block .views-field-title a {
    display: block;
    color: #ff864f;
    text-decoration: none;
    font-family: Raleway, sans-serif;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 14px;
}
#block-views-what-people-say-block .views-field-title {
    margin-bottom: 14px;
    color: #bab9b9;
    font-weight: bold;
    text-align: justify;
    line-height: 24px;
}
#block-views-what-people-say-block .views-field-body {
    color: #bab9b9;
    text-align: justify;
    line-height: 24px;
}

#block-views-what-people-say-block .views-field-body p:before, .node-type-testimonial .field-name-body p:before {
    content: '“';
}

#block-views-what-people-say-block .views-field-body p:after, .node-type-testimonial .field-name-body p:after {
    content: '”';
}

#block-views-what-people-say-block .views-field-view-node a {
    display: block;
    width: 138px;
    height: 46px;
    background-image: url(../img/more-info-bg.png);
    color: #ffffff;
    text-decoration: none;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 15px;
    /* padding-left: 10px; */
    /* padding-top: 12px; */
    margin-top: 8px;
    margin-bottom: 28px;
    padding-right: 26px;
    text-align: center;
    /* vertical-align: middle; */
    padding-top: 13px;

}

/*#block-views-what-people-say-block .views-row {
    margin-bottom: 35px;
}
*/

#block-views-what-people-say-block .more-link a{
    display: block;
    width: 240px;
    height: 46px;
    background-image: url(../img/more-info-bg-grey-long.jpg);
    color: #ffffff;
    text-decoration: none;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 15px;
    /* padding-left: 10px; */
    /* padding-top: 12px; */
    margin-top: 8px;
    margin-bottom: 28px;
    padding-right: 26px;
    text-align: center;
    /* vertical-align: middle; */
    padding-top: 13px;
    clear: both;
}




/*.view-display-id-all_testimonials_page .views-field-title {
    color: #ff864f;
    font-family: Raleway, sans-serif;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 7px;
    clear: both;
}
*/
.view-display-id-all_testimonials_page .views-field-body p:before {
    content: '“';
}

.view-display-id-all_testimonials_page .views-field-body p:after {
    content: '”';
}
.view-display-id-all_testimonials_page .views-field-title {
    margin-bottom: 0px;
    color: #bab9b9;
    font-weight: bold;
    text-align: justify;
    line-height: 24px;
}
.view-display-id-all_testimonials_page .views-field-body {
    color: #bab9b9;
    text-align: justify;
    line-height: 24px;
}
.view-display-id-all_testimonials_page .views-field-view-node a {
    display: block;
    width: 138px;
    height: 46px;
    background-image: url(../img/more-info-bg.png);
    color: #ffffff;
    text-decoration: none;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding-left: 10px;
    padding-top: 12px;
    margin-top: 14px;
    margin-bottom: 35px;
}

.view-display-id-all_testimonials_page .views-field-view-node .testimonial-inner-link {
    display:none;
}





@media (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {
    #block-views-what-people-say-block .view-what-people-say {
        margin-right: -15px;
        margin-left: -15px;
    }
    #block-views-what-people-say-block .views-row {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        min-height: 1px; 
    }
    #block-views-what-people-say-block .more-link a {
        margin-left: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 1200px) {}



/* ============================= Team (Who we are)  ===================================== */
.team-holder .content {
    margin-left: -15px;
    margin-right: -15px;
}

.view-who-we-are .views-row {
    float: left;
    width: 16.66667%;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
    /*min-height: 426px;*/
    min-height: 360px;
    /*min-height: 344px;*/
}

.team-holder h2 {
    margin-bottom: 7px;
}

.team-holder .views-field-field-profile-image {
    margin-top: 28px;
}
.team-holder .views-field-field-profile-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.team-holder .views-field-title {
    /*width: 165px;*/
    width: auto;
    overflow: visible;
    margin-top: 7px;
}
.team-holder .views-field-title a {
    font-family: Raleway, sans-serif;
    font-size: 18px;
    color: #ff864f;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -1px;
}
.team-holder .views-field-title a:hover {
    text-decoration: none;
    color: #757575;
}

.team-holder .views-field-field-ddi, .team-holder .views-field-field-m, .team-holder .views-field-field-email {
    color: #bab9b9;
    font-weight: bold;
    margin-top: 0px;
}

.team-holder .views-field-field-ddi .views-label-field-ddi, .team-holder .views-field-field-m .views-label-field-m {
    float: left;
    margin-right: 7px;
}
.team-holder .views-field-field-email a {
    color: #ff864f;
}
.team-holder .views-field-field-email a:hover {
    text-decoration: underline;
}

@media (max-width: 569px) {
    .team-holder .view-who-we-are .views-row {width: 50%!important; min-height: 274px; }
    .team-holder .views-field-field-ddi, .team-holder .views-field-field-m, .team-holder .views-field-field-email {
        font-size: 12px!important;
        font-weight: normal!important;
    }
    .team-holder .views-field-title a {
        font-size: 18px!important;
    } 
    /*.team-holder .views-field-title {width: 130px;}*/
}
@media (min-width: 570px) and (max-width: 639px) {
    /*.team-holder .views-field-title {width: 154px;}*/
}
@media (min-width: 640px) and (max-width: 754px) {
    /*.team-holder .views-field-title {width: 178px;}*/
}
@media (max-width: 754px) {
    .team-holder .view-who-we-are .views-row {width: 33.333333%; min-height: 383px; }
}
@media (min-width: 755px) and (max-width: 767px) {
    /*.team-holder .views-field-title {width: 155px;}*/
}
@media (max-width: 767px) {
    .view-who-we-are .views-row {width: 25%; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .view-who-we-are .views-row {width: 25%; }
    /*.team-holder .views-field-title {width: 157px;}*/
}
@media (min-width: 992px) and (max-width: 1199px) {
    .view-who-we-are .views-row {width: 20%; }
    /*.team-holder .views-field-title {width: 164px;}*/
}
@media (min-width: 1200px) {}


/* ============================= Question Form  ===================================== */

a[name="ask-a-question"] {
    text-decoration: none;
}

#question-form {
    min-width: 320px;
    background-color: #a6a7a8;
    /*background-color: #3e454c;*/
    margin-top: 42px;
    padding-bottom: 14px;
}

.question_form-holder .content {
    margin-right: -15px;
    margin-left: -15px;    
}

.question_form-holder h2 {
    color: #f06a2f;
}

.question_form-holder label {
    display: block;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 7px;
}

.question_form-holder .form-required {
    color: #ffffff;
} 

.question_form-holder input {
    background-color: #dfe1e3;
    width: 100%;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding-left: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.question_form-holder textarea {
    background-color: #dfe1e3;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
}

#webform-component-name, 
#webform-component-email, 
#webform-component-phone,
#webform-component-subject {
    // width: 33.33333333%;
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    margin-top: 0px;
}

#webform-component-message {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    margin-top: 0px;
}

#question-form .webform-client-form .form-actions {
    width: 14%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
}
#question-form .webform-client-form .form-actions .form-submit {
    border-radius: 0px;
    background-color: #f06a2f;
    font-weight: 500;
    font-family: Raleway, sans-serif;
    font-size: 17px;
    letter-spacing: -1px;
    padding: 14px;
}

.webform-client-form .form-actions {
    width: 21%;
    float: right;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
}
.webform-client-form .form-actions .form-submit {
    border-radius: 0px;
    background-color: #f06a2f;
    font-weight: 500;
    font-family: Raleway, sans-serif;
    font-size: 17px;
    letter-spacing: -1px;
    padding: 14px;
    border: none;
}

.webform-client-form input {width: 100%;}

#webform-component-qaptcha {
    float: left;
    margin-top: 0;
}

.QapTcha .bgSlider {
    border: none;
    background-color: #dfe1e3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
}

.QapTcha .Slider {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}


@media (max-width: 639px) {
    .question_form-holder h2 {
        font-size: 31px;
    }
    #webform-component-name, 
    #webform-component-email,
    #webform-component-phone, 
    #webform-component-subject {width: 100%;}
    #question-form .question_form-holder .webform-client-form .form-actions {
        width: 140px;
    }
}
@media (max-width: 767px) {
    #question-form .webform-client-form .form-actions {width: 22%;}
    #question-form .webform-client-form .form-actions .form-submit {font-size: 14px;}
    .webform-client-form #edit-actions {width: 140px;}
    .webform-client-form .form-actions .form-submit {font-size: 14px;}
}
@media (min-width: 768px) and (max-width: 991px) {
    #question-form .webform-client-form .form-actions {width: 21%;}
    #question-form .webform-client-form .form-actions .form-submit {font-size: 14px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    #question-form .webform-client-form .form-actions .form-submit {font-size: 14px;}
    .webform-client-form .form-actions {width: 23%;}
    .webform-client-form .form-actions .form-submit {font-size: 14px;}
}
@media (min-width: 1200px) {}

/* ============================= Footer  ===================================== */
#footer {
    min-width: 320px; 
    background-color: #3e454c;
    padding-bottom: 21px;
    padding-top: 7px;
}

.bottom-phone a {
    font-family: Arimo, sans-serif;
    font-size: 42px;
    color: #f06a2f;
    text-decoration: none;
}

.social {
    margin-top: 14px;
}

.social-menu {
    float: right;
}

.social-menu li {
    list-style-type: none;
    display: inline-block;
}
.social-menu li a {
    width: 36px;
    height: 36px;
    display: block;
    color: #31383f;
}
.social-menu li a:hover {
    color: #f06a2f;
    text-decoration: none;
}


.social-menu li a.in {
    background: url(../img/in.png) no-repeat top left;
    background-position: 0 -86px; width: 36px; height: 36px;
}
.social-menu li a.in:hover {
    background-position: 0 0; width: 36px; height: 36px;
}

.social-menu li a.facebook {
    background: url(../img/fb.png) no-repeat top left;
    background-position: 0 -86px; width: 36px; height: 36px;
}
.social-menu li a.facebook:hover {
    background-position: 0 0; width: 36px; height: 36px;
}

.social-menu li a.google-plus {
    background: url(../img/gp.png) no-repeat top left;
    background-position: 0 -86px; width: 36px; height: 36px;
}
.social-menu li a.google-plus:hover {
    background-position: 0 0; width: 36px; height: 36px;
}

.social-menu li a.rss {
    background: url(../img/rss.png) no-repeat top left;
    background-position: 0 -86px; width: 36px; height: 36px;
}
.social-menu li a.rss:hover {
    background-position: 0 0; width: 36px; height: 36px;
}

.social-menu li a.twitter {
    background: url(../img/twitter.png) no-repeat top left;
    background-position: 0 -86px; width: 36px; height: 36px;
}
.social-menu li a.twitter:hover {
    background-position: 0 0; width: 36px; height: 36px;
}

.orange-line-holder {
    background-color: #3e454c;
    margin-bottom: 28px;
    margin-top: 14px;
}
.orange-line-holder hr {
    height: 5px;
    color: #f06a2f;
    background-color: #f06a2f; 
    border: none;
    margin: 0px;
}

.bottom-logo {
    width: 15%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 14px;
}

.bottom-logo-metro {
    width: 21%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 7px;
}

.bottom-highlight-holder {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 15px;
}

.bottom-highlight {
    padding: 0px;
}
.bottom-highlight li {
    display: inline-block;
    list-style: none;
}
.bottom-highlight li a {
    display: block;
    width: 115px;
    height: 50px;
    background-color: #818285;
    text-align: center;
    font-size: 17px;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    color: #ffffff;
    padding-top: 11px;
}
.bottom-highlight li a:hover{
    text-decoration: none;
    border-bottom: 8px solid #ef6a2f;
}

.bottom-nav-holder {
    /*width: 52%;
    float: left;*/
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0px;
    margin-top: 25px;
}
.bottom-nav {
    padding: 0px;
}
.bottom-nav li {
    display: inline-block;
    list-style: none;
    font-size: 18px;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    color: #ffffff;
    padding-left: 6px;
}
.bottom-nav li a {
    display: block;
    text-align: center;
    font-size: 17px;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    color: #ffffff;
}

/*Millwater footer menu*/
#block-menu-menu-millwater-footer-menu {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0px;
    margin-top: 25px;
    float: right !important;
}
#block-menu-menu-millwater-footer-menu .menu li {
    display: inline-block;
    list-style: none;
    font-size: 18px;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    color: #ffffff;
    padding-left: 2px;
    box-shadow: none;
    height: auto;
    width: auto;
}
#block-menu-menu-millwater-footer-menu .menu li:before {content:"|";}
#block-menu-menu-millwater-footer-menu .menu li:last-child:before {content:"";}
#block-menu-menu-millwater-footer-menu .menu li a {
    display: block;
    text-align: center;
    font-size: 17px;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    color: #ffffff;
    padding: 0;
    text-transform: none;
    height: auto;
    width: auto;
    float: left;
    margin-right: 7px;
}
#block-menu-menu-millwater-footer-menu .menu li a:hover {text-decoration: underline;}

/*key2 footer menu*/
#block-menu-menu-footer-menu {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0px;
    margin-top: 25px;
    float: right !important;
}
#block-menu-menu-footer-menu .menu li {
    display: inline-block;
    list-style: none;
    font-size: 18px;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    color: #ffffff;
    padding-left: 2px;
    box-shadow: none;
    height: auto;
    width: auto;
}
#block-menu-menu-footer-menu .menu li:before {content:"|";}
#block-menu-menu-footer-menu .menu li:last-child:before {content:"";}
#block-menu-menu-footer-menu .menu li a {
    display: block;
    text-align: center;
    font-size: 17px;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    color: #ffffff;
    padding: 0;
    text-transform: none;
    height: auto;
    width: auto;
    float: left;
    margin-right: 7px;
}
#block-menu-menu-footer-menu .menu li a:hover {text-decoration: underline;}

/*Pollen st footer menu*/
#block-menu-menu-pollen-st-footer-menu {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0px;
    margin-top: 25px;
    float: right !important;
}
#block-menu-menu-pollen-st-footer-menu .menu li {
    display: inline-block;
    list-style: none;
    font-size: 18px;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    color: #ffffff;
    padding-left: 2px;
    box-shadow: none;
    height: auto;
    width: auto;
}
#block-menu-menu-pollen-st-footer-menu .menu li:before {content:"|";}
#block-menu-menu-pollen-st-footer-menu .menu li:last-child:before {content:"";}
#block-menu-menu-pollen-st-footer-menu .menu li a {
    display: block;
    text-align: center;
    font-size: 17px;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    color: #ffffff;
    padding: 0;
    text-transform: none;
    height: auto;
    width: auto;
    float: left;
    margin-right: 7px;
}
#block-menu-menu-pollen-st-footer-menu .menu li a:hover {text-decoration: underline;}

@media (max-width: 639px) {
    #footer .bottom-phone {width: 100%;}
    #footer .social {width: 100%;}
    #footer .bottom-logo {
        width: 100%;
        margin-bottom: 14px;
    }
    #footer .bottom-logo img {
        margin-right: auto;
        margin-left: auto;
    }
    #footer .bottom-logo-metro {
        width: 100%;
        margin-bottom: 14px;
        margin-top: 0px;
    }
    #footer .bottom-logo-metro img {
        margin-right: auto;
        margin-left: auto;
    }
    #footer .bottom-highlight-holder {width: 100%;}
    #footer .bottom-highlight li {
        width: 50%;
        float: left;
        padding-right: 15px;
        padding-left: 15px;
        min-width: 1px;
    }
    #footer .bottom-highlight li a {
        width: 100%;
        font-size: 16px;
        padding-top: 13px;
    }
    #footer .bottom-nav-holder {
        width: 100%;
        padding-left: 15px;
        margin-top: 7px;
    }

    #footer #block-menu-menu-millwater-footer-menu {
        width: 100%;
        padding-left: 15px;
        margin-top: 7px;
    }

    #footer #block-menu-menu-pollen-st-footer-menu{
        width: 100%;
        padding-left: 15px;
        margin-top: 7px;
    }

    #footer #block-menu-menu-footer-menu {
        width: 100%;
        padding-left: 15px;
        margin-top: 7px;
    }
}
@media (max-width: 767px) {
    .bottom-phone {width: 50%;}
    .bottom-phone a {
        font-size: 38px;
    }
    .social {
        width: 50%;
        margin-top: 10px;
    }
    .bottom-logo {width: 30%; margin-top: 35px;}
    .bottom-logo-metro {width: 34%;}
    .bottom-highlight-holder {
        width: 70%;
        text-align: right;
        padding-right: 15px;
        margin-top: 0px;
    }
    .bottom-highlight li a {width: 185px;}
    .bottom-nav-holder {
        width: 66%;
        padding-left: 15px;
        margin-top: 14px;
    }
    .bottom-nav {text-align: center;}

    #block-menu-menu-millwater-footer-menu {
        width: 66%;
        padding-left: 15px;
        margin-top: 14px;
    }
    #block-menu-menu-millwater-footer-menu .menu {text-align: center;}

    #block-menu-menu-footer-menu {
        width: 66%;
        padding-left: 15px;
        margin-top: 14px;
    }
    #block-menu-menu-footer-menu .menu {text-align: center;}

    #block-menu-menu-pollen-st-footer-menu {
        width: 66%;
        padding-left: 15px;
        margin-top: 14px;
    }
    #block-menu-menu-pollen-st-footer-menu .menu {text-align: center;}



}
@media (min-width: 768px) and (max-width: 991px) {
    .bottom-logo {
        width: 17%;
        margin-top: 32px;
    }
    .bottom-logo-metro {width: 37%;}
    .bottom-highlight-holder {
        width: 28%;
        margin-top: 28px;
    }
    .bottom-highlight li a {
        width: 102px;
        font-size: 14px;
        padding-top: 10px;   
        height: 42px;
    }
    .bottom-nav-holder {
        width: 55%;
        padding-left: 15px;
        margin-top: 21px;
    }
    .bottom-nav {text-align: center;}

    #block-menu-menu-millwater-footer-menu {
        width: 55%;
        padding-left: 15px;
        margin-top: 21px;
    }
    #block-menu-menu-millwater-footer-menu .menu {text-align: center;}

    #block-menu-menu-footer-menu {
        width: 55%;
        padding-left: 15px;
        margin-top: 21px;
    }
    #block-menu-menu-footer-menu .menu {text-align: center;}

    #block-menu-menu-pollen-st-footer-menu {
        width: 55%;
        padding-left: 15px;
        margin-top: 21px;
    }
    #block-menu-menu-pollen-st-footer-menu .menu {text-align: center;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bottom-highlight li a {
        width: 95px;
        font-size: 14px;
        padding-top: 10px;   
        height: 42px;
    }
    .bottom-nav li a {font-size: 14px;}
    .bottom-nav li {
        font-size: 15px;
        padding-left: 4px;
    }

    #block-menu-menu-millwater-footer-menu .menu li {font-size: 15px;}
    #block-menu-menu-millwater-footer-menu .menu li a {font-size: 14px;}

    #block-menu-menu-pollen-st-footer-menu .menu li {font-size: 15px;}
    #block-menu-menu-pollen-st-footer-menu .menu li a {font-size: 14px;}

    #block-menu-menu-footer-menu .menu li {font-size: 15px;}
    #block-menu-menu-footer-menu .menu li a {font-size: 14px;}
}
@media (min-width: 1200px) {}

/* ============================= Agent Page  ===================================== */
.agent-details-holder {
    margin-top: 35px;
    padding-bottom: 21px;
}

.agent-details-holder p {
    text-align: justify;
    line-height: 24px;
}

.agent-details-holder p.metro_reference {
    text-align: left;
    color: #f06a2f;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4em;
}

.agent-details-holder p.metro_reference a {
    color: #f06a2f;
}

.agent-details-holder p.metro_reference img {
    margin-top: 5px;
}

.field-name-field-profile-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.orange-title {
    color: #f06a2f;
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 21px;
}

.agent-body {
    padding-right: 49px;
}

.agent-contact {
    /*padding-left: 49px;*/
    font-family: Arimo, sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #706f6f;
    border-left: 2px solid #f06a2f;
}

.agent-contact a {
    font-weight: bold;
}

.special-agent-contact {
    display: none;
    font-family: Arimo, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #706f6f;
    margin-top: 21px;
}

/*.agent-contact .field-name-field-m,*/
.agent-contact .field-name-field-company-role {
    /*margin-bottom: 28px;*/
    margin-bottom: 20px;
}

.agent-contact a.agent-email {
    color: #706f6f;
}

.special-agent-contact .field-name-field-m,
.special-agent-contact .field-name-field-company-role {
    margin-bottom: 14px;
}

/*.agent-contact a, .special-agent-contact a {
    color: #706f6f
}
.agent-contact a:hover, .special-agent-contact a:hover {
    text-decoration: none;
}*/


.social-menu-lite {
    padding: 0px;
    /*padding-top: 35px;*/
    padding-top: 24px;
}

.social-menu-lite li {
    list-style-type: none;
    display: inline-block;
}
.social-menu-lite li a {
    width: 36px;
    height: 36px;
    display: block;
}

.social-menu-lite li a.in {
    background: url(../img/in-lite.png) no-repeat top left;
    background-position: 0 -86px; width: 36px; height: 36px;
}
.social-menu-lite li a.in:hover {
    background-position: 0 0; width: 36px; height: 36px;
}
.social-menu-lite li a.facebook {
    background: url(../img/fb-lite.png) no-repeat top left;
    background-position: 0 -86px; width: 36px; height: 36px;
}
.social-menu-lite li a.facebook:hover {
    background-position: 0 0; width: 36px; height: 36px;
}

.social-menu-lite li a.google-plus {
    background: url(../img/gp-lite.png) no-repeat top left;
    background-position: 0 -86px; width: 36px; height: 36px;
}
.social-menu-lite li a.google-plus:hover {
    background-position: 0 0; width: 36px; height: 36px;
}

.social-menu-lite li a.ig {
    background: url(../img/ig-lite.png) no-repeat top left;
    background-position: 0 -86px; width: 36px; height: 36px;
}
.social-menu-lite li a.ig:hover {
    background-position: 0 0; width: 36px; height: 36px;
}

.social-menu-lite li a.pt {
    background: url(../img/pt-lite.png) no-repeat top left;
    background-position: 0 -86px; width: 36px; height: 36px;
}
.social-menu-lite li a.pt:hover {
    background-position: 0 0; width: 36px; height: 36px;
}

.social-menu-lite li a.tt {
    background: url(../img/tt-lite.png) no-repeat top left;
    background-position: 0 -86px; width: 36px; height: 36px;
}
.social-menu-lite li a.tt:hover {
    background-position: 0 0; width: 36px; height: 36px;
}

.agent-orange-line hr {
    border-top: 2px solid #f06a2f;
    margin-top: 0;
    margin-bottom: 0.3em;
}

.flexslider {
    webkit-box-shadow: 0 0px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,.2);
    -o-box-shadow: 0 0px 0px rgba(0,0,0,.2);
    box-shadow: 0 0px 0px rgba(0,0,0,.2);
    margin-bottom: 7px;
}

/* Compensate offset for headings */
.agent_slider .flex-direction-nav a {
    margin: -5px 0 0;
}

.flex-direction-nav a {color: #f06a2f;}
.flex-direction-nav a:before {
    font-size: 35px;
}

.agent_slider ul li {
    margin-right: 7px;
}
.agent_slider a:hover {
    text-decoration: none;
}


@media (max-width: 639px) {
    .agent-contact {border-left: none;}
    .agent-image {width: 46%;}
    .agent-body {width: 54%;}
    .agent-contact {display: none;}
    .special-agent-contact {display: block;}
}
@media (max-width: 767px) {
    .agent-contact {font-size:13px;}
    .agent-body {padding-right: 15px;}
    .agent-contact {padding-left: 15px;}
}
@media (min-width: 768px) and (max-width: 991px) {
    .agent-body {padding-right: 15px;}
    .agent-contact {padding-left: 15px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .agent-body {padding-right: 15px;}
    .agent-contact {padding-left: 15px;}
}
@media (min-width: 1200px) {}


/* =============================Project Page  ===================================== */

.view-projects h2 {
    color: #f06a2f;
    margin-top: 10px;
}

.view-projects table,
.view-projects table tbody, 
.view-projects table tbody tr,
.view-projects table tbody tr td {
    display: block;
}

/*.view-projects .views-field-field-project-subtitle {*/
.view-projects h3 {
    font-family: Arimo, sans-serif;
    font-size: 21px;
    color: #706f6f;
    margin-top: -21px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
    margin-bottom: 5px;
}

.view-projects .views-field-body {
    color: #706f6f;
    font-size: 17px;
    font-family: Raleway, sans-serif;
    font-weight: 500;
}

.view-projects a:hover {
    text-decoration: none;
}

.views-field-field-project-images {
    position: relative;
    margin-bottom: 20px;
    border-top: 2px solid #ef6a2f;
}

.views-field-field-project-images ul {
    padding: 0px;
}
.views-field-field-project-images ul li img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 0px;
}
.views-field-field-project-images .flex-control-nav {
    /*position: relative;
    bottom: 21px;*/
    bottom: 0;
}

.box-container {
    padding-right: 7px;
    padding-left: 7px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -7px;
}
.box {
    position: relative;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px;
    float: left;
    width: 25%;
    margin-bottom: 7px;
}


.box-title {
    background-color: #ef6a2f;
    padding: 7px;
}
    
/* http://stackoverflow.com/questions/1080792/how-can-i-draw-vertical-text-with-css-cross-browser */
.box-title {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;

    width: 150px;
    margin-left: 140px;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.lt-ie9 .box-title {
    margin-top: -150px;
}

.box-title img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);

    float: left;
    padding-left: 2px;

    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* Make arrow smaller so that it fits properly */
.lt-ie9 .box-title img {
    width: 20px;
}

.box-title a {
    color: #ffffff;
}
.box-title a:hover {
    text-decoration: none;
}
.box-title img {
    /*float: right;*/ 
    float: left;
}

.box-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.view-projects .views-row{
    /*margin-bottom: 49px;*/
    border-top: 2px solid #ef6a2f;
}

/* Negative margin on rotated elements cause this stuff to move up so let's counteract */
.lt-ie9 .view-projects .views-row {
    margin-bottom: 150px;
}

.view-projects .flex-direction-nav a {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    /*margin: 100px 0 0 0;*/
}
.view-projects .flex-direction-nav a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.view-projects .flex-direction-nav .flex-next {
    right: 21px;
}
.flex-direction-nav .flex-prev {
    left: 21px;
}




.flex-control-paging li a {
    background: #ffffff;
    background: rgba(255,255,255,1);
    
}
.flex-control-paging li a:hover {
    background: #ef6a2f;
    background: rgba(239,106,47,1);
}
.flex-control-paging li a.flex-active {
    background: #ef6a2f;
    background: rgba(239,106,47,1);
}


#block-views-projects-anchor-links {
    /*border-bottom: 2px solid #ef6a2f;*/
    padding-bottom: 7px;
}
#block-views-projects-anchor-links .featured_project-holder .views-field-field-project-location .field-content {
    float: left;
    margin-right: 7px;
    margin-top: 21px;
}
#block-views-projects-anchor-links .featured_project-holder .views-field-field-project-location .field-content a {
    font-family: Raleway, sans-serif;
    color: #706f6f;
    font-weight: 500;
    font-size: 14px;
}
#block-views-projects-anchor-links .featured_project-holder .views-field-field-project-location .field-content a:hover {
    color: #ef6a2f;
}

.orange-separator {
    color: #ef6a2f; 
}
.featured_project-holder .anchor-link-holder:last-of-type .orange-separator {
    display: none;
}

.region-sidebar-first h2 {
    font-size: 20px;
}


.featured_project-holder .view-content {overflow: hidden;} 
.featured_project-holder .view-projects .views-row {
    border-top: none;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
}
.featured_project-holder .view-projects .views-row-odd {clear: both;}
.featured_project-holder .anchor-link-holder .views-field-field-project-location {margin-left: 15px;}


@media (max-width: 359px) {
    .box-title img {display: none;}
}
@media (max-width: 699px) {
    .special-box {width: 51%;}
}
@media (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 1200px) {}


/* ============================= News Page  ===================================== */
/*.field-name-field-author {
    color: #706f6f;
    margin-bottom: 21px;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -1px;
}*/
.field-name-field-author a {
    color: #706f6f;
}
.field-name-field-author a:hover {
    text-decoration: none;
    color: #ff864f;
}

.node-type-blog-post .field-name-field-author a:before {
    content: ' - ';
}

/* ============================= Featured Project block===================================== */
#block-views-projects-block-1 table, #block-views-projects-block-1 table tbody, #block-views-projects-block-1 table tr {
    display: block;
}

#block-views-projects-block-1 table {
    width: 100%;
    table-layout: fixed;
}

#block-views-projects-block-1 {
    margin-top: 21px;
}
#block-views-projects-block-1 .col-1 {
    width: 50%;
    padding-left: 0px;
    float: left;
}
#block-views-projects-block-1 .col-2 {
    width: 50%;
    padding-right: 0px;
    float: left;
    min-height: 270px; /* TEMP */
}
#block-views-projects-block-1 img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
    margin-bottom: 21px;
    margin-top: 21px;
}
#block-views-projects-block-1 .views-field-field-project-location {
    color: #757575;
    font-family: Raleway, sans-serif;
    /*font-size: 25px;*/
    font-size: 24px;
    font-weight: 400;
}
#block-views-projects-block-1 .listing-separator {
    color: #757575;
    font-family: Raleway, sans-serif;
    font-size: 25px;
    font-weight: 400;
}
#block-views-projects-block-1 .views-field-title a {
    color: #ff864f;
    text-decoration: none;
    font-family: Raleway, sans-serif;
    /*font-size: 28px;*/
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0px;
}

#block-views-projects-block-1 .views-field-title a:hover {
    text-decoration: none;
}


#block-views-projects-block-1{
    margin-bottom: 35px;
}
#block-block-1 {
    margin-bottom: 49px;
}


@media (max-width: 639px) {
    #block-views-projects-block-1 .col-1 {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 49px;
    }
    #block-views-projects-block-1 .col-2 {
        width: 100%;
        padding-left: 0px;
    }
}
@media (max-width: 767px) {
    #block-views-projects-block-1 .views-field-title a {/*font-size: 25px;*/ font-size: 24px;}
    #block-views-projects-block-1 .listing-separator {font-size: 21px;}
    #block-views-projects-block-1 .views-field-field-project-location {font-size: 21px;}
}
@media (min-width: 768px) and (max-width: 991px) {
    #block-views-projects-block-1 .views-field-title a {font-size: 25px;}
    #block-views-projects-block-1 .listing-separator {font-size: 21px;}
    #block-views-projects-block-1 .views-field-field-project-location {font-size: 21px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    #block-views-projects-block-1 .views-field-title a {font-size: 25px;}
    #block-views-projects-block-1 .listing-separator {font-size: 21px;}
    #block-views-projects-block-1 .views-field-field-project-location {font-size: 21px;}
}
@media (min-width: 1200px) {}



/* ============================= listing detail Page  ===================================== */
.listing-details-image-holder .flex-direction-nav a {
    display: block;
}
.listing-details-image-holder .flex-direction-nav a {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}
.listing-details-image-holder .flex-direction-nav a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.listing-details-small-image-holder {margin-top: 8px;}
/*.listing-details-small-image-holder .field-item {margin-right: 4px; margin-left: 4px;}*/
.listing-details-small-image-holder .flex-direction-nav a {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}
.listing-details-small-image-holder .flex-direction-nav a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
}
.listing-details-holder .flex-prev {
    left: 21px;
}
.listing-details-holder .flex-next {
    right: 21px;
}


.listing-details-small-image-holder {
    /*padding-right: 56px;
    padding-left: 56px;*/
}

.listing-details-small-image-holder .field-item {
    margin: 0 2px;
    cursor: pointer;
}

.listing-details-small-image-holder .field-item:first-of-type {
    margin-left: 0;
} 

.listing-details-small-image-holder .field-item:last-of-type {
    margin-right: 0;
}

.listing-details-small-image-holder img {
    border: 1px solid #ccc;
    padding: 3px;
}

.listing-details-small-image-holder img, .listing-details-image-holder img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.listing-details-image-holder .field-item {
    height: 356px; /* Height for JS vertical image centering */
}

.listing-details-value-holder {
    margin-top: 28px;
    color: #f06a2f;
    font-family: Arimo, sans-serif;
    font-weight: 500;
    font-size: 28px;
    padding-top: 14px;
}

.listing-details-value-holder small {
    font-size: 60%;
}

.listing-details-figuration-holder {
    text-align: right;
    margin-top: 28px;
}
.listing-details-figuration-holder .field {
    min-width: 9%;
    display: inline-block;
    height: 36px;
    padding-top: 40px;
    text-align: center;
    color: #ff864f;
    margin-bottom: 28px;
    width: auto;
}

.listing-details-figuration-holder .field-name-field-video {
    padding-top: 0px;
    margin-bottom: 0;
    margin-top: 0;
    top: 0;
    min-width: 35px!important;
    width: 47px!important;
}
.listing-details-figuration-holder .field-name-field-video img {
    display: block;
    height: 35px;
}
.listing-details-figuration-holder .field-name-field-video a::after {
    content: " video";
    color: #ff864f;
}
.listing-details-figuration-holder .field-name-field-video a:hover {
    color: #ff864f;
    text-decoration: underline;
}

.listing-details-figuration-holder .field-name-field-bedrooms {background: url(../img/icon-bedroom.png) center no-repeat;}
.listing-details-figuration-holder .field-name-field-bathrooms {background: url(../img/icon-bathroom.png) center no-repeat;}
.listing-details-figuration-holder .field-name-field-living-areas {background: url(../img/icon-sofa.png) center no-repeat;}
.listing-details-figuration-holder .field-name-field-study-rooms {background: url(../img/icon-office.png) center no-repeat;}
.listing-details-figuration-holder .field-name-field-garages {background: url(../img/icon-garage.png) center no-repeat;}
.listing-details-figuration-holder .field-name-field-parking-space {background: url(../img/icon-car.png) center no-repeat;}
.listing-details-figuration-holder .field-name-field-house-size {background: url(../img/icon-house.png) center no-repeat;}
.listing-details-figuration-holder .field-name-field-property-size {background: url(../img/icon-section.png) center no-repeat;}

.listing-details-holder .grey-line hr {
    margin-top: 0px;
}

@media (max-width: 599px) {
    .listing-details-value-holder {width: 100%;}
    .listing-details-figuration-holder {
        width: 100%;
        text-align: left;
    }
    .listing-details-holder .listing-details-figuration-holder .field {width: 18%;}
}
@media (max-width: 767px) {
    .listing-details-figuration-holder .field {min-width: 12%;}
}
@media (min-width: 768px) and (max-width: 991px) {
    .listing-details-figuration-holder .field {min-width: 9.5%;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .listing-details-figuration-holder .field {min-width: 11.5%;}
}
@media (min-width: 1200px) {}

/* ============================= Design Range ===================================== */
#block-views-ccaaf58ec768e8ac2ec54a7f2aa5b389 {
    border-bottom: 2px solid #ef6a2f;
    padding-bottom: 7px;
}
#block-views-ccaaf58ec768e8ac2ec54a7f2aa5b389 .views-exposed-widget {float: none;}
#block-views-ccaaf58ec768e8ac2ec54a7f2aa5b389 .form-item a {
    float: left;
    background: url(../img/square-arrow.png) no-repeat;
    padding-left: 28px;
    margin-right: 35px;
    font-family: Raleway, sans-serif;
    color: #706f6f;
    font-weight: 500;
    font-size: 14px;
    margin-top: 21px;
}
#block-views-ccaaf58ec768e8ac2ec54a7f2aa5b389 .form-item a:hover {
    text-decoration: none;
    color: #ff864f;
}
#block-views-ccaaf58ec768e8ac2ec54a7f2aa5b389 .selected a {
    color: #ff864f;
}
@media (max-width: 469px) {
    #block-views-ccaaf58ec768e8ac2ec54a7f2aa5b389 .form-item a {
        padding-left: 21px;
        margin-right: 7px;
        letter-spacing: -1px;
    }
}

/* ============================= Contact Page ===================================== */
.page-node-289 h3 {
    margin-top: 1.4em;
    text-align: left;
}

a.no_link_styles {
    color: #706f6f;
    text-decoration: none;    
}

@media (max-width: 767px) {
    .contact-info { text-align: center; }
    .page-node-289 h3 { text-align: center; }
}

/* ============================= Neighbourhood Page ( Magazine Style) ===================================== */
.mag-row {
    margin-right: -7px;
    margin-left: -7px;
}
.mag-row p {
    margin: 7px 0;
    line-height: 27px;
}

.mag-box {
	margin-bottom: 14px;
	color: #ffffff;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    padding-right: 7px; 
    padding-left: 7px;
}

.mag-box .huge {  
    font-family: Raleway, sans-serif;
    font-family: sans-serif;
    font-size: 51px;
    line-height: 56px;
}
.mag-box .sports-facilities .huge {line-height: 43px;}
.mag-box .big {  
    font-size: 29px;
    line-height: 35px;
}
.mag-box .easy {
    font-size: 24px;
    line-height: 28px;
}
.mag-box .small {
    font-size: 14px;
}
.mag-box a {   
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 1px;
    line-height: 28px;
}
.mag-box a:hover {
    text-decoration: none;
}

.mag-overlay {
    position: absolute;
	margin-left: 7px;
	margin-right: 7px;
	padding-top: 7px;
}
.overlay-bottom {
    bottom: 0;
    left: 0;
    right: 0;
}
.overlay-left {
    bottom: 0;
    left: 0;
    right: 50%;
    top: 0;
}
.overlay-right {
    bottom: 0;
    left: 50%;
    right: 0;
    top: 0;
}
.overlay-all {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.overlay-brown {
	background-color: rgba(128,130,133,0.8);
}
.overlay-orange {
	background-color: rgba(243,112,33,0.8);
}
.overlay-schools {
    top: 240px;
}

.mag-solid {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
    padding-bottom: 1px;
}
.solid-brown {
	background-color: rgba(128,130,133,1);
}
.solid-lite-brown {
    background-color: rgba(128,130,133,0.6);
}
.solid-orange {
    background-color: rgba(243,112,33,1);
}
.solid-lite-orange {
    background-color: rgba(243,112,33,0.6);
}

.mag-playground-img-1 {display: block;}
.mag-playground-img-2 {display: none;}
.mag-fishing-img-1 {display: block;}
.mag-fishing-img-2 {display: none;}
.mag-schools-img-1 {display: block;}
.mag-schools-img-2 {display: none;}
.mag-medical-img-1 {display: block;}
.mag-medical-img-2 {display: none;}
.mag-location-img-1 {display: block;}
.mag-location-img-2 {display: none;}

.mag-location-arrow {
    height: 35px;
    float: right;
    bottom: 0px;
    margin-right: 7px;
    margin-top: 106px;
}
.mag-sports-arrow {
    height: 35px;
    float: right;
    bottom: 0px;
    margin-top: -40px;
    margin-right: -7px;
}
.mag-medical-arrow {
    height: 35px;
    float: right;
    bottom: 0px;
    margin-right: -7px;
    margin-top: 18px;
}


@media (max-width: 767px) {
    .mag-trigger {width: 100%; float: none;}
    .mag-box img {display: none;}
    .mag-overlay {position: relative; margin-left: 0; margin-right: 0; padding-bottom: 1px;}
    .overlay-schools {top: 0px;}
    .overlay-right {left: 0;}
    .overlay-left {right: 0;}
    .mag-box .huge {font-size: 32px;}
    .mag-box .big {font-size: 23px;}
    .mag-box .easy {font-size: 16px; line-height: 21px; margin-top: 21px;}
    .mag-box .small {font-size: 13px;}
    .mag-box {font-size: 14px;}

    .mag-box img.mag-location-arrow {display: block; margin-top: -42px; position: relative; z-index: 7;}
    .mag-box img.mag-sports-arrow {display: block; margin-top: -42px; position: relative; z-index: 7;}
    .mag-box img.mag-medical-arrow {display: block; margin-top: -42px; position: relative; z-index: 7;}
    .sports-facilities p {margin-right: 14px;}
    .medical p {margin-right: 14px;}
}
@media (min-width: 768px) and (max-width: 991px) {
    .mag-row p {line-height: 19px;}
    .mag-box a {line-height: 22px;}
    .mag-box .huge {font-size: 32px;}
    .mag-box .sports-facilities .huge { line-height: 33px;}
    .mag-box .big {font-size: 23px;}
    .mag-box .easy {font-size: 16px; line-height: 21px;}
    .mag-box .small {font-size: 13px;}
    .mag-box {font-size: 14px;}
    .overlay-left {left: 0; right: 0;}
    .mag-playground-img-1 {display: none;}
    .mag-playground-img-2 {display: block;}
    .mag-fishing-img-1 {display: none;}
    .mag-fishing-img-2 {display: block;}
    .overlay-schools {top: 195px;}
    .mag-schools-img-1 {display: none;}
    .mag-schools-img-2 {display: block;}
    .sports-facilities .huge {line-height: 28px;}
    .mag-medical-img-1 {display: none;}
    .mag-medical-img-2 {display: block;}
    .mag-location-img-1 {display: none;}
    .mag-location-img-2 {display: block;}

    .mag-location-arrow {margin-top: 93px;}
    .mag-sports-arrow {margin-top: -39px;}
    .mag-medical-arrow {margin-top: -8px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
   .mag-row p {line-height: 20px;}
   .mag-box a {line-height: 22px;}
   .mag-box .huge {font-size: 41px;} 
   .mag-box .sports-facilities .huge { line-height: 39px;}
   .overlay-schools {top: 185px;}
   .mag-box {font-size: 13px;}
   .school-links p {font-size: 14px; margin-bottom: 8px;}
   .sports-facilities p {margin-bottom: 1px;}

   .mag-location-arrow {margin-top: 67px; margin-right: 2px;}
   .mag-sports-arrow {margin-top: -35px; margin-right: -14px;}
   .mag-medical-arrow {margin-top: 2px; margin-right: -14px;}
}
@media (min-width: 1200px) {}


 
/* ============================= IE 8 Fixed width style ===================================== */
.ie body {
    min-width: 1200px;
}

.ie .header-container {
    width: 1170px;
    margin: auto;
}

.ie #main-content .container {
    width: 1170px;
    margin: auto;
}

.ie #question-form .container {
    width: 1170px;
    margin: auto;
}

.ie #footer .container {
    width: 1170px;
    margin: auto;
}

/* ============================= lt IE 8 Message ===================================== */
.ie7 .top-phone,
.ie6 .top-phone,
.ie7 .slogan,
.ie6 .slogan,
.ie7 .nav-holder,
.ie6 .nav-holder,
.ie7 .arrow-holder,
.ie6 .arrow-holder,
.ie7 #main-content,
.ie6 #main-content,
.ie7 #question-form,
.ie6 #question-form,
.ie7 #footer,
.ie6 #footer {
    display: none;
}






ul.inline li.node-readmore {
    display: none;
}
#cp{
	background: url('../img/grayPhone.png');
	margin-left:1px;
	margin-right:2px;
	margin-top: 8px;
	width: 36px;
	height: 36px;
	display:inline-block;
}
#cp:hover{
	background: url('../img/orangePhone.png');
	margin-left:1px;
	margin-right:2px;
	margin-top: 8px;
	width: 36px;
	height: 36px;
	display:inline-block;
}
#fb{
	background: url('../img/fbGray.png');
	margin-left:4px;
	margin-right:1px;
	margin-top: 8px;
	width: 36px;
	height: 36px;
	display:inline-block;
}

#fb:hover{
	background: url('../img/fbOrange.png');
	margin-left:4px;
	margin-right:1px;
	margin-top: 8px;
	width: 36px;
	height: 36px;
	display:inline-block;
}

#blog{
	background: url('../img/blogGray.png');
	background-repeat: no-repeat;
	margin-left:1px;
	margin-right:35px;
	margin-top: 8px;
	width: 36px;
	height: 36px;
	display:inline-block;
}

#blog:hover{
	background: url('../img/blogOrange.png');
	background-repeat: no-repeat;
	margin-left:1px;
	margin-right:35px;
	margin-top: 8px;
	width: 36px;
	height: 36px;
	display:inline-block;
}

#right-top-phone{
	background:url('/sites/all/themes/key2/img/top-phone-bg.png');
	background-repeat: no-repeat;
	height: 60px;
    padding-left:8px;
}

#contact{
	color: white;
	margin-top:14px;
	float: left;
	font-size: 18px;
	
}
td.col-1.col-first.col-xs-6{
	margin-bottom:40px;
	margin-top:0;
	padding-top:0;
}




#listing-head{
    color: #757575;
    text-decoration: none;
    font-family: Raleway, sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -1px;
}
#listing-head:hover{
    color: #757575;
    font-family: Raleway, sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -1px;
    text-decoration: underline;
}
#listing-price{
    color: #ff864f;
    font-family: Arimo, sans-serif;
    font-size: 42px;
    margin-top: 14px;
    font-weight: inherit;
}
#listing-negotiation{
     color: #ff864f;
    font-family: Arimo, sans-serif;
    font-size: 22px;
    font-weight: inherit;
}

#block-views-cd94c12c9fa3c6b9536657d04de5051f h2.block-title{
	font-family: Raleway, sans-serif;
    color: #706f6f;
    font-size: 26px;
    margin-bottom: 21px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
}



/*=================Agents listings===================*/

.agents_listing {
    height:390px;
    margin-bottom:21px;
}

.agents_listing .listing-head{
    color: #757575;
    text-decoration: none;
    font-family: Raleway, sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -1px;
}
.agents_listing .listing-head:hover{
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .agents_listing .views-field-field-bedrooms,
    .agents_listing .views-field-field-bathrooms, 
    .agents_listing .views-field-field-living-areas, 
    .agents_listing .views-field-field-study-rooms, 
    .agents_listing .views-field-field-garages, 
    .agents_listing .views-field-field-parking-space, 
    .agents_listing .views-field-field-house-size, 
    .agents_listing .views-field-field-property-size {
        margin-bottom:15px;
        min-width: 15%;
    }

}

@media (max-width: 640px) {


    .agents_listing {
        width:100% !important;
        height:auto;
    }
}


/*=================New Key2 top phone box===================*/
.k2-top-phone .social-menu {
    background-color: rgba(185,186,189,0.6);
    padding: 10px 21px;
    font-size: 27px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(62,62,63,0.7);
    -moz-box-shadow: 0px 5px 5px 0px rgba(62,62,63,0.7);
    box-shadow: 0px 5px 5px 0px rgba(62,62,63,0.7);
}
.k2-top-phone .social-menu li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; 
}
.k2-top-phone .social-menu li a:hover,
.k2-top-phone .social-menu li a:focus {
    text-decoration: none;
}

.k2-top-phone .social-menu li a.phone {
    background: url(/sites/all/themes/key2/img/grayPhone.png) no-repeat center left;
    width: 212px;
    font-family: Arimo,sans-serif;
    color: #ffffff;
    padding-left: 45px;
    margin-left: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; 
}
.k2-top-phone .social-menu li a.phone:hover {
    background: url(/sites/all/themes/key2/img/orangePhone.png) no-repeat center left;
}

.k2-top-phone .social-menu li a.facebook {
    background: url(../img/fbGray.png) no-repeat;
    width: 36px; height: 36px;
}
.k2-top-phone .social-menu li a.facebook:hover {
    background: url(../img/fbOrange.png) no-repeat;
}

.k2-top-phone .social-menu li a.blogger {
    background: url(../img/blogGray.png) no-repeat;
    width: 36px; height: 36px;
}
.k2-top-phone .social-menu li a.blogger:hover {
    background: url(../img/blogOrange.png) no-repeat;
}


@media (max-width: 767px) {
    .k2-top-phone .social-menu {
        margin-left: auto;  
        margin-right: auto;
        float: none;
        width: 342px;
    }

}
@media (max-width: 490px) {
    .k2-top-phone .social-menu {
        font-size: 20px;
        width: 290px;
        padding: 10px 10px;
    }
    .k2-top-phone .social-menu li a.phone {
        padding-left: 40px;
        margin-left: 0px; 
        width: 164px;
    }
}

/*==============Listing categories====================*/

.page-house-and-land-packages section#main h2#page-title {
   display:none;
}

.page-house-and-land-packages .view-content h3,
.page-house-and-land-packages .view-content h3 a {
   font-family: Raleway, sans-serif;
   color: #706f6f;
   font-size: 28px;
   margin-bottom: 35px;
   text-transform: uppercase;
   font-weight: 400;
   text-align: left;
   display:block;
   clear:both;
}

.page-house-and-land-packages section#main .view-header p {
   margin-bottom:50px;
}

/*================= Key2 videos===================*/

/*Agent video*/
.field-name-field-agent-video a img {
    width: 100%;
    max-width: 480px;
    height: auto;
}
.field-name-field-agent-video .video-embed-description {
    margin-bottom: 14px;
}

/*Testimonial video inner page*/
.field-name-field-testimonial-video .video-embed-description {
    margin-bottom: 14px;
}
a.all-video-link {
    width: 280px;
    background-image: url(../img/more-video-bg-grey-long.jpg);
}

/*video Testimonials view page*/
.view-video-testimonials .views-row {
    margin-bottom: 35px;
}
.view-video-testimonials .video-embed-description {
    color: #bab9b9;
    font-weight: bold;
    margin-top: 7px;
}
.view-video-testimonials .views-field-field-testimonial-video a img,
.content-left .content a img {
    width: 100%;
    max-width: 480px;
    height: auto;
}

/*video Testimonials view block*/
#block-views-video-testimonials-block .views-field-field-testimonial-video a img,
.content-left .content a img {
    width: 100%;
    max-width: 480px;
    height: auto;
}
#block-views-video-testimonials-block .video-embed-description {
    display: none;
}
#block-views-video-testimonials-block .views-row {
    margin-bottom: 14px;
}
#block-views-video-testimonials-block .more-link a {
    display: block;
    width: 240px;
    height: 46px;
    background-image: url(../img/more-info-bg-grey-long.jpg);
    color: #ffffff;
    text-decoration: none;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 13px;
    /* padding-left: 10px; */
    /* padding-top: 12px; */
    margin-top: 8px;
    margin-bottom: 28px;
    padding-right: 26px;
    text-align: center;
    /* vertical-align: middle; */
    padding-top: 13px;
    clear: both;
}



@media (max-width: 767px) {
    .colorbox iframe {
        width: 100%;
    }

}

/*================= Videos on blog pages ===================*/

.field-name-field-video-1{
    margin-top:54px;
}


@media (max-width: 1000px) {
    .content-left .content{
        margin-left:16px;
        margin-right:16px;
    }

}


@media (max-width: 550px) {
   .field-name-field-video-1 img{
        width: 100%;
        
    }

}

/*================= Videos on blog pages (YouTube embed)===================*/

.field-name-field-video-1 .player{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;

}

.field-name-field-video-1 .player iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
