/* Custom style sheet for New Columbia Apartments

Made by Bjarke Kronborg */

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-family: Cabin, sans-serif;
    line-height: 1.3em;
    margin-bottom: 1em;
    margin-top: 0.5;
}

h1 {
    padding-bottom: 2px;
    border-bottom: 1px solid black;
    margin-bottom:10px;
    font-weight:normal;
}

h2 {
    margin-bottom: 0.5em;
    font-size:1.25em;
    font-weight:bold;
}


#content {
    padding-left: 20px;
    padding-right:20px;
}


#header {
    background-image: url('../images/header-background.jpg');
    background-size:cover;
    min-height:150px;
} 

#page {
    background: #474747 url("../images/background-pattern.png") repeat;
    border-top: 3px solid #cf8619;    
}

#main {
    background: white;
}



/* General CSS for all menu types (Inspiration from Nice Menus) */
ul.menu,
ul.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: none;
  z-index:50;
}

ul.menu li {
  float: left; /* LTR */
  background: rgb(71,71,71); /*Fallback for older browsers without RGBA-support */
  background: rgba(71,71,71,0.5);
  list-style:none;
  margin-right:10px;
  margin-bottom: 10px;
}

ul.menu a {
  text-decoration:none;
  text-transform:uppercase;
  line-height:2em;
  font-size:1em;
  padding: 0.3em 5px 0.3em 5px;
  color: #FFFFFF;
  display:inline-block;
}

.menu>li>a:hover { 
  color: #fff; 
  background: #000; 
  cursor: pointer;
}

ul.menu li a.active { 
    color: #fff;
    font-weight:bold;
  
}
  
ul.menu ul {
  top: 1.8em;
  left: -1px; /* LTR */
  border: 0;
  margin-right: 0; /* LTR */
}

ul.menu ul li {
  width: 12.5em;
}

/* +++++++++++++ Main Menu Styling +++++++++++++ */

#block-system-main-menu {
  border-bottom: 1px solid #FFFFFF;
  float:right;
  padding-top:30px;
}

#block-system-main-menu li {
    list-style:none;
}

#block-system-main-menu li:hover{
  color: #fff; 
  background: #000; 
  cursor: pointer;
}

#block-system-main-menu a:active{
  }


/* left sidebar menu */

#block-menu-menu-home-owners-association li {
    list-style:none;
}

#block-menu-menu-home-owners-association li:hover{
  color: #fff; 
  background: #000; 
  cursor: pointer;
}
/*Right hand side bar layout */

.info-box {
    background-color: rgb(97,97,97);
    color: white;
    margin-bottom:20px;
    padding:0;
}

.info-box > h1 {
    color:white;
    background-color: rgb(122, 122, 122);
    padding:15px;
    margin:0;
    font-size:1em;
    text-transform:capitalize;
}

.info-box-content {
    padding:15px;
}

.info-box-content ul {
    list-style:none;
    padding:0;
}

.info-box-content a {
    color: white;
    text-decoration: underline;
    font-style: italic;
}

.region-sidebar-second .row {
    margin-right: 0px;
    margin-left: 0px;
}

/* +++++++++++ Gallery setup +++++++++++++ */

#views_slideshow_cycle_main_slider_block{
    width:100%;
    max-width:100%;
    height: auto;
}

.views-field-field-slider-image img{
    max-height:500px;    
}

.views-slideshow-cycle-main-frame {
    background-color:black;
      }

.view-gallery-slider {
    background-color: rgb(230,230,230);
    border-color: rgb(204,204,204);
    padding-bottom: 10px;
}

.views-slideshow-controls-bottom .views-slideshow-pager-field-item { 
    float: left; margin: 20px 6px; 
}

.views_slideshow_cycle_slide {
position: inherit;
left:50%;
margin-left: 0px;/**Half of the total desired width of the div**/
text-align:center;
width:100%; /**The total desired width of the div**/
}


/* +++++++ Slideshow Controls Setup ++++++ */
.views-slideshow-controls-bottom {
    position: relative;
    background-color: rgb(230,230,230);
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    
}
#widget_pager_bottom_slider-block {
    visibility:hidden;
    position:absolute;
}

#views_slideshow_controls_text_slider-block {
    float:right;
}

#views_slideshow_controls_text_previous_slider-block a {
    display:inline-block;
    background-image: url('../images/controller-jump-to-start.png');
    background-repeat:no-repeat;
    background-size:cover;
    z-index:200;
    width: 40px;
    height:0px;
    padding-top:40px;
    overflow:hidden;
    margin-right: 20px;
}

#views_slideshow_controls_text_next_slider-block a {
    display:inline-block;
    background-image: url('../images/controller-next.png');
    background-repeat:no-repeat;
    background-size:cover;
    z-index:200;
    width: 40px;
    height:0px;
    padding-top:40px;
    overflow:hidden;
}

#views_slideshow_controls_text_pause_slider-block a {
    display:inline-block;
    background-image: url('../images/controller-pause.png');
    background-repeat:no-repeat;
    background-size:cover;
    z-index:200;
    width: 40px;
    height:0px;
    padding-top:40px;
    overflow:hidden;
    margin-right: 20px;

    }

#views_slideshow_slide_counter_slider-block{
    float:left;
    font-size: 2em;
    color: rgb(153,153,153);
}


/* +++++++++++ Floor Plan Overview +++++++++ */
.fp-overview-alert {
}
    
.text-middle {
    display: inline-block;
    vertical-align:middle;
}

.fp-overview-title {
    margin-bottom: 10px;
}

.fp-overview-title a,
.fp-overview-view-more a {
    color: black;
    text-decoration:none;
    display:inline-block;
    vertical-align:bottom;
}


.fp-overview span {
    color: #999;
    font-size:0.8em;
    margin-bottom:3px;
    text-transform: uppercase;
}

.fp-thumb-overview img {
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.5);
    box-shadow: 0 2px 2px rgba(0,0,0,0.5);
}

.fp-overview-view-more {
    margin-top:10px;
}

.fp-overview-footer {
    font-size: 0.8em;
    margin-top: 40px;
}



/* Floor plan tabs */

.block-quicktabs {
    margin-top:20px;
}

ul.quicktabs-tabs li {
    display:inline-block;
}

ul.quicktabs-tabs.quicktabs-style-basic {
    height:auto;
    border: none;
    margin-bottom:-1px
}

ul.quicktabs-tabs.quicktabs-style-basic li {
    border: 1px solid #ccc;
    padding:10px;
    background: #e6e6e6;
    
}

ul.quicktabs-tabs.quicktabs-style-basic a {
    padding: 10px;
    font: normal 14px/18px Arial !important;
    color: #666;
}

ul.quicktabs-tabs.quicktabs-style-basic li.active a {
    color:#666;
}

.quicktabs_main.quicktabs-style-basic {
    border:none;
    border-top: 1px solid #a6a6a6;
    }
    
/* +++++++++++++ Floor plan layout +++++++++++++ */


.breadcrumb {
    background-color:white;
    color: #8e8e8e;
    margin-bottom: -2.5em;
    padding-left:0px;
}

.breadcrumb a {
    color: #f0ad4e;
}

.breadcrumb a:hover {
    color: #ec971f;
    text-decoration:none;
}

.floor-plan {
    margin-top:25px;
    max-height:500px;
    background-color:black;
}

.floor-plan > img {
    margin: 0 auto;
    display:block;
}

    
.apt_atr {
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
}
.apt_atr span {
    font-weight:bold;
}
    
.floor-plan-line {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    margin-top:20px;
}

.floor-plan-links {
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0.9em;
    
}


.call-us {
    text-align:center;
    font-size:1.25em;
}

.call-us a {
    text-decoration:none;
    color: black;
    }


/* Floor plan diagram layout */

.row.extra-margin {
    margin:0px;
}

.floor-plan-diagram {
    height: auto;
    }
    
.popup {
    text-align:center;
}
    
.popup > a {
    background-image:url('../images/popup.png');
    padding-top:40px;
    width:40px;
    float:right;
    height:0px;
    overflow:hidden;
}

.diagram-header {
    float:left;
    font-size: 1.5em;
    color: #666;
    }

/* +++++++++ Plan Carousel Styling ++++ */
.jcarousel-skin-default {
    background: #c8c8c8;
}
.jcarousel-skin-default .jcarousel-item {
    width:210px;
    border: none;
    background:none;
    color: black;
}

.jcarousel-skin-default .jcarousel-item a {
    color: black;
}

.jcarousel-skin-default .jcarousel-next-horizontal,
.jcarousel-skin-default .jcarousel-prev-horizontal {
    top: 32px;
    background-position:0 0;
    height: 40px;
    width: 40px;
}

.jcarousel-skin-default .jcarousel-prev-horizontal {
    background-image: url('../images/chevron-thin-left.png');
}

.jcarousel-skin-default .jcarousel-next-horizontal {
    background-image: url('../images/chevron-thin-right.png');
}

.jcarousel-skin-default .jcarousel-next-horizontal:hover{
    background-position:3px 0px;
}

.jcarousel-skin-default .jcarousel-prev-horizontal:hover {
    background-position: -3px 0px;
}    

.fp-individual-footer {
    background:#a3a3a3;
    font-size: 16px;
    padding: 10px;
    border-bottom:none;
    margin-bottom:0px;
}

.addt-fp-thumb {
    float: right;
    margin-right:-10px
    }
.addt-fp-atr {
    text-align:left;
    margin-left:-5px;
}

/*+++++++++++++ Footer layout+++++++++++++ */


#footer {
    border-top: 3px solid #cf8619;    
    background: #474747;
    text-align:center;
    color: white;
    font-family: Cabin, sans-serif;
}

.region-bottom {
    background: #6c6c6c;
    padding-top: 20px;
    padding-bottom:20px;
    text-align:center;
    color: white;
    font-family: Cabin, sans-serif;
}


.footer_element,
.bottom_element {
    display: inline-block;
    width: 200px;
    height: 100%;
    vertical-align:top;
    padding: 20px;
}

.bottom_element {
    width:300px;
    padding:0;
    padding-bottom:15px;
    margin-top:15px;
    height:100%;
}

#block-block-1,
#block-block-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;  
}

.footer_element h5 {
    text-transform:uppercase;
    font-size: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid white;
    margin-top: 1em;
    margin-bottom: 1em;
    color: white;
}

#block-block-2 {
    border-bottom: 1px solid white;
}

#block-block-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;  
  font-size:80%;
  line-height:125%;
}



/* ++++++++++++++++ 
    FRONT PAGE 
+++++++++*/


/*++++++++ TOP BANNER ++++++++ */

/*ensures that there is no y scroll bar */
.page-front-page {
    overflow-x:hidden;
    }

.front #main {
    padding-top:0;
}

/* makes the banner the width of the browser */
.view-id-front_page_top_banner {
    width:100vw;
    position:relative;
    left: calc(-50vw + 50%);
    
}

.front .views-slideshow-cycle-main-frame-row .field-content {
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}

.front .views-slideshow-cycle-main-frame-row img {
    max-height:650px;
    min-height:200px;
    width:100%;
    object-fit:cover;
}

.front .view-front-page-top-banner  .skin-default {
    position:relative;
}

/* Controls */
.front .views-slideshow-controls-bottom {
    background:none;
    position:absolute;
    bottom:0;
    width: 100%;
    z-index: 200;
    text-align:center;
}

#widget_pager_bottom_front_page_top_banner-block {
    display:inline-block;
}

.front .views-content-counter {
    background: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
    font-size:0;
}

.front .active .views-content-counter  {
    background: #cf8619;
}

/* top main menu */
.front .block-menu {
    position:absolute;
    right: 20px;
    top: 0;
    padding-left:20px;
    z-index:250;
}

/* Search box */
.front-search-box {
    position:absolute;
    right: 20px;
    top: 145px;
    padding:15px;
    text-align:center;
    background-color: rgba(71,71,71,0.5);
    z-index:225;
    
}

.front-search-box h2{
    color:#cf8619;
    text-transform:uppercase;
    font-weight:normal;
    text-align:right;
    margin-top:0;
    padding-bottom:15px;
    border-bottom:1px solid #fff;
    margin-bottom:15px;
}

@media all and (max-width: 480px) {
    .front-search-box{
        position:relative;
        top:0;
        left:-20px;
        padding-right:32px;
        width:100vw;
        text-align:center;
        background-color: #a66b14;
        
    }
    .front-search-box h2 {
        text-align:center;
        color:white;
        border-bottom:none;
        padding-top:40px;
    }
    
    .front-search-box a {
        background-color: #474747;
        border-color: #474747;
        margin-bottom: 30px;
    }
    .front-search-box a:hover {
        background-color: #474747;
        border-color: #474747;
    }
}

/*Welcome text */

.front .view-content {
    background-color:#393939;
    margin-left:-20px;
    margin-right:-20px;
}

.front .view-content h2{
    color:#cf8619;
    font-weight:normal;
    text-align:right;
    margin-top:50px;
    padding-bottom:15px;
    margin-bottom:15px;
}

.front .view-content .front-text{
    color:white;
    border-left:1px solid #fff;
    padding-top:20px;
    padding-bottom:20px;
    margin-top:30px;
    margin-bottom:30px;
}

@media (max-width: 768px)  {
    .front .view-content .front-text{
    border:none;
    border-top: 1px solid white;
    margin-left:50px;
    margin-right:50px;
    padding-left:0;
    padding-right:0;
    }
    .front .view-content h2{
    text-align:center;
    }
}

/* Front page gallery */

.front .view-footer .view-content {
    background: rgba(71,71,71,0.3);
    padding: 30px;
    text-align: center;
}

.front-page-gallery-image {
    padding: 15px;
    display:inline-block;
}
/* +++++ FRONT PAGE END +++++++ */

/* +++++ 
    CONTACT US PAGE
    +++++++ */

.node-43 h2 {
    border-bottom: 3px solid #ccc;
}

.node-43 img {
    margin-top:20px;
}

/* +++++ 
    REVIEWS PAGE
    +++++++ */

    .review-submission {
    border-bottom: 1px solid #ccc;
    padding-top:25px;
    padding-bottom:25px;
    }
.review-title {
    font-size: 1.5em;
    margin-top: 20px;
        }
        
    .review-info {
    font-size: 0.8em;
    margin-bottom:20px;
    }
    
    .rate-image {
    margin-top:8px;
    margin-right:2px;
        }
    
    /* ++++++ Start Rating Stars ++++ */
    .star7-on {
  float: left;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  background: url('../images/star.png') no-repeat 0px -98px;
}
.star-off {
  float: left;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  background: url('../images/star.png') no-repeat 0px 0px;
}