@charset "UTF-8";
/*
 * TABLE OF CONTENTS
 *
 * 1. Typography
 * 2. Elements
 * 3. Navigation
 * 4. Footer
 * 5. Content & structures
 * 6. Pages
 * 7. Form
 * 8. Slider
 * 9. Other
 *
 */

/* ----------------------------------- 1. Typography ----------------------------------- */

body {font-family: 'Quicksand', sans-serif; font-size: 16px; line-height: 1.5; font-weight: 400; font-style: normal; color: #4e4e4e; background-color:#ffffff;}

h1, h2, h3, h4, h5, h6 {line-height: 1.3; font-weight: 700; letter-spacing: 2px; color:#545454; }

html,body {
  width:100%;
  overflow-x:hidden;   
}

body {
  height: 100%;

}

.apartments ul {column-count: 3;}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.img-object-fit img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    overflow: hidden;
}

.block-image{

    margin-bottom: 15px;

}
.block-list .accordion .panel {
    margin-bottom: 5px;
}

.block-gallery .carousel .carousel-caption {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: center;
    padding: 20% 85px;
    background: #00000045;
}

.square {

  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;   /* <---- NEW    */
  width: 100%;
  min-height: 500px;
  padding:9%;
}

.full-width-all .__col {
    padding: 0;
}
.block-gallery .carousel .carousel-caption>a:hover, .block-gallery .carousel .carousel-caption>a:active {
    background: #5d5d5d;
    border-color: #5d5d5d;
    -webkit-transition: background .5s ease-in-out,color .5s ease-in-out;
    transition: background .5s ease-in-out,color .5s ease-in-out;
}




.picbord{
    border:5px solid #fff;
    -webkit-box-shadow: -1px 3px 21px -5px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 3px 21px -5px rgba(0,0,0,0.75);
box-shadow: -1px 3px 21px -5px rgba(0,0,0,0.75);
}

h1 {font-size: 60px; letter-spacing: 5px; margin-bottom: 10px;}
h2 {font-size: 40px;}
h3 {font-size: 30px;}
h4 {font-size: 25px;}
h5 {font-size: 17px;}
h6 {font-size: 19px; font-style: italic; text-transform: none;}

h1 b, h2 strong, h3 strong, h4 strong, h5 strong {color: #95c23d;}

@media screen and (max-width: 991px) {
    h1 {font-size: 50px;}
}

@media screen and (max-width: 767px) {
    html, body {font-size: 14px;}
    h1 {font-size: 25px;}
    h2 {font-size: 20px;}
    h3 {font-size: 19px;}
    h4 {font-size: 18px;}
    h6 {font-size: 16px;}
}

a {color:#7b7b7b;}
a:hover {color: #000; text-decoration: none;}
a:focus, a:active {outline: none; color: #000; text-decoration: none;}

a img {opacity: 1; }
a img:hover {opacity: 0.8;}

::-moz-selection {color: #fff; background: #b3b2b2;}
::selection {color: #fff; background: #b3b2b2;}

/* ----------------------------------- 2. Elements ----------------------------------- */
/*
img {max-width: 100%; width: 100%; display: block; max-width: 100%; height: auto;}
*/

.ikon {
    max-width:150px;
}

hr {
    width: 100%;
    height: 3px;
    margin: 10px 0 20px 0;
    background-color:#95c23d;
    border: 0;
}

hr.dark, #footer .footer hr {
    /* width: 40px; */
    height: 2px;
    margin: 12px 0 15px 0;
    background-color: #ffffff;
}

ul {

    padding: 0;
}
.table-stackable table th {

    background: white;
}

.brown{
    background:#e2d1b9;
}

.hr-100 {width: 100%; height: 1px; background-color: #000; margin: 0 0 70px 0;}

.btn {font-family: 'Open Sans', sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; padding: 14px 28px; border-radius: 3px;}
.btn:hover {text-decoration: none; border-radius: 3px;}

.btn-primary {
    color: #fff;
    background:#2d2d2d;
    border: 1px solid #2d2d2d;
}
.btn-primary:hover {
    color: #fff;
    background: #86c508;
    border: 1px solid #86c508!important;
}
.btn-success {color: #000; background: #fff; border: 1px solid #fff;}
.btn-success:active:focus, .btn-success:hover, .btn-success:active, .btn-success:focus {color: #fff; background: #2d2d2d; border: 1px solid #2d2d2d!important;}

.btn-info {color: #fff; background: transparent; border: 1px solid #fff;}
.btn-info:hover {color: #000; background: #fff; border: 1px solid #fff;}

.btn-info.focus, .btn-info:focus {
    color:  #000;
    background-color:#fff!important;
    border-color:#fff!important;
}
.btn-danger {color: #000; background: transparent; border: 1px solid #000;}
.btn-danger:hover {color: #fff; background: #000; border: 1px solid #000;}

.btn-warning {color: #000; background: transparent; border: 1px solid #000;}
.btn-warning:hover {color: #fff; background: #000; border: 1px solid #000;}
.btn-warning:after {content: "\f178"; font-family: FontAwesome; padding: 0 0 0 10px;}

.btn-block {display: block; font-size: 18px; letter-spacing: 1px; text-transform: uppercase; color: #fff; background: #b3b2b2; padding: 10px 0; border: none;}
.btn-block:hover {text-decoration: none; background: #000; color: #fff; border: none;}

.btn-default {
    color: #1781ab;
    background: #fbfbfb;
    border: 1px solid #fbfbfb;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.btn-default:hover {  color: #fff;
    background: #3e84d2;
    border: 1px solid #3e84d2;}

@media screen and (max-width: 767px) {
    .btn {font-size: 10px; padding: 10px 24px;}
}

.dropdown-toggle:after {
    content: "\f103";
    font-family: FontAwesome;
    padding: 0px 3px 0 5px;
    color: #393939;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #393939;
    background-color: #e7e7e700;
}
.block-section ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #86c508;
    padding-right: 0.5em;
    position: relative;
    left: 0;
}
.bootstrap-datetimepicker-widget ul li:before {
    content: "";
    
}

.pager li:before {
    content: ""!important;
    
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.list-group-item:first-child,.list-group-item:last-child {
        border-radius: 0px;
}

.block-section ul li {
    list-style:none;

    margin-bottom: 10px;
}

.block-section .gallery li:before {
    content: "";
    font-family: FontAwesome;
    padding: 0 10px 0 0;
    color: #393939;
    float: left;
}


#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:#eeeeee;
}

.symbol{

    height: 100vh;

     text-align: center;
    margin: 0 auto;
    padding: 0 35%;
    display: table-cell;
    vertical-align: middle;
 
   
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    margin-top: 10px;
}

.symbol img{

      -webkit-animation: rotate 3s linear infinite;
   max-width:150px;
}

@-webkit-keyframes rotate {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}




/* ----------------------------------- 3. Navigation ----------------------------------- */

.navbar-default { background-color:#ffffff; padding:0px 50px; border: none; moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
.navbar-nav {float: right; }
.navbar-default.f-nav .navbar-nav {}
.container-fluid {padding: 0;}
.navbar>.container-fluid .navbar-brand {margin: 0;}
.navbar-brand {width: 200px; height: auto; padding: 0; border: none;}
a.navbar-brand img {
    opacity: 1;
    width: 150px;
}
.navbar-brand:hover {border: none;}
.navbar-default .navbar-nav>li>a {
    text-transform: capitalize;
    padding-top: 32px;
    padding-bottom: 32px;
    color: #393939;
    display: block;
    font-weight: 500;
    font-size: 19px;
    text-align: center;
    font-style: normal;
    border-bottom: 2px solid #95c23d00;
}
.navbar-default .f-nav  .navbar-nav>li>a {

    color:#393939;
   
}
.f-nav .navbar-brand {

    height: auto;
    padding: 0;
    border: none;
}

.footer .padd{
    padding-top:20px;
}

.white-text .form-captcha{
    color:#fff;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav li.active.current.current_page_item a {
    color: #ffffff;
    background: #95c23d;
    border-bottom: 2px solid #95c23d;
}
.navbar-default.f-nav .navbar-nav li.active.current.current_page_item a {
    c
}

.navbar-default.f-nav .navbar-nav>li>a:hover {
 
}

.navbar-nav li.active.current.current_page_item a {
    background: transparent;
    color: #393939;
    border-bottom: 2px solid #393939;
}

.navbar-default .navbar-nav .nav-level2 li.active.current.current_page_item a {
    color: #ffffff;
    border-bottom: 2px solid #2d2d2d;
    background: #2d2d2d;
}
.navbar-nav li.active.current.current_page_item .nav-level2 a{
    border-bottom:0px;
    color:#2d2d2d;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 0;
}
/* Responsive menu */
.navbar-default .navbar-toggle {border: none; padding: 15px 0; margin: 0;}
.navbar-default .navbar-toggle .icon-bar {background-color:#00235d;}
.navbar-toggle .icon-bar {width: 25px;}
.navbar-toggle .icon-bar+.icon-bar {margin-top: 6px;}
.navbar-default .navbar-collapse {border: none;}
.container-fluid>.navbar-collapse {margin: 0;}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 500px;
    float: left;
    width: 80%;
}
.f-nav .navbar-nav>li>a{
    color:#393939;
}

/* Mobile buttons */
#mobile-buttons {list-style: none; padding: 0; display: none;}
#mobile-buttons li {width: 50%; float: left;}
#mobile-buttons li a {font-size: 14px; color: #000; background: #b3b2b2; padding: 8px 0; margin: 20px 0;}
#mobile-buttons li:last-child a {background: #eee;}
#mobile-buttons li a:hover {background: #000; color: #eee;}

@media screen and (max-width: 1024px) {
    
    .navbar-nav {
    float: none;
    }
    .navbar-default .navbar-nav>li>a {
    padding: 3px 0;
    margin-left: 15px;
    display: block;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    border: none;
}

.f-nav .navbar-nav>li>a {
  
}
.navbar-header {
    float: left;
    width: 100%;
}

.navbar>.container-fluid .navbar-brand {
    margin: 0 auto;
    width: 100%;
    float: none;
}
a.navbar-brand img {
    opacity: 1;
    width: 150px;
    float: none;
    margin: 0 auto;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {

    width: 100%;
}
}

@media screen and (max-width: 1024px) {
    .footer .footer-first-col {margin-bottom: 30px;}
    .navbar-default .navbar-nav>li>a, #mobile-buttons li a {font-size: 11px;}
    .navbar-default .navbar-nav>li>a {margin-left: 10px;    padding: 10px;}
}

@media (max-width: 767px) {
    .container-fluid>.navbar-collapse {
    margin: 0;
    width: 100%;
}
    .block-gallery ul.gallery li {
    margin-bottom: 25px;
    width: 100%;
}


    .navbar-default .navbar-nav>li>a {

    color:#393939;
 
}
.navbar-nav li.active.current.current_page_item a {
    background: #fff;
    color: #2d2d2d;
}

    .container-fluid>.navbar-header {margin: 0;}
    .navbar-collapse {padding: 0;}
    .navbar-default .navbar-nav {width: 100%;}
    .navbar-default .navbar-nav>li>a {margin: 10px 0;}
    .navbar-default .navbar-nav, .navbar-default.f-nav .navbar-nav {margin: 0;}
    #mobile-buttons {display: block;}
}

/* ----------------------------------- 4. Footer ----------------------------------- */

.footer {
 
    line-height: 1.8;
    font-weight: 300;
    color: #333;
    padding: 25px 0;

    background:#373838;

}
.footer #site_logo {

    margin-top: 20px;
}

.footer{
   padding: 50px 0; }

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 ,.footer p{font-weight: 300; color:#fff;}
.footer p {margin-bottom: 0;}
.footer a {color:#fff; border: none;}
.footer-content a:hover {text-decoration: underline; border: none;}
.footer-content h5, .footer-content a {letter-spacing: 1px;}
.footer-content h5 {padding: 14px 0; margin: 0;}

.footer li{list-style:none; float:left;    margin-bottom: 20px;}
.footer li a {
    font-size: 13px;
    padding: 14px;
    background: #efefef; 
    color: #002559;
    margin-right: 5px;
    /* border-radius: 7px; */
}

.footer #site_logo{

background: url(../../template/images/site_logo_w.png) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    
}
.footer li a:hover {
    font-size: 13px;
    padding: 14px;
    background: #fff;
    color: #fff;
    margin-right: 5px;
}


#logo-footer {width: 150px;}

#foot-menu {padding: 0;}
#foot-menu li {list-style: none;}
#foot-menu a {color: #fff; border: none;}
#foot-menu a:hover {text-decoration: underline;}

@media screen and (max-width: 991px) {
    .footer .footer-first-col {margin-bottom: 30px;}
}

@media screen and (max-width: 767px) {
    .footer .footer-first-col {margin-bottom: 0;}
    .footer .col-sm-6 {margin-bottom: 30px;}
    .footer, .footer .col-sm-4:last-child {text-align: center;}
    hr.dark, #footer .footer hr {margin: 12px auto 15px auto;}
    #logo-footer {margin: 0 auto;}
}

/* ----------------------------------- 5. Content & structures ----------------------------------- */
#light{
position:fixed;
display:none;
margin-top:100px;
left:20px;
z-index:999;
}
.light{
color: #000; background: #fff; border: 1px solid #fff;
font-family: 'Open Sans', sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; padding: 14px 28px; border-radius: 0;

}
.clear {clear: both;}

.white{
    background:#fff;
}

.grey {background: #fbfbfb;}

.grey2 {background: url("../../files/grey2.jpg") no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.grey3 {background: #61737d ;padding:5px;}

.blue {background: #3e84d2 no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.black{background: #353535 no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.red{
    background:#2d2d2d;
}


#site_logo {
    background: url(../../template/images/site_logo.png) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
       width: 250px;
    height: 71px;
}

.f-nav #site_logo {
    background: url(../../template/images/site_logo.png) no-repeat center center;
     -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
       width: 250px;
    height: 71px;
  
}

.themecolor{
   background:#95c23d;
}
.themecolor2{
   background:#c6c6c6;
}



.white-text h1,.white-text h2 ,.white-text h3 , .white-text h4 , .white-text h5, .white-text p{
    color:#fff;
}

.p50 {padding: 50px;}

.p150 {padding: 150px;}

.mb-30 {margin-bottom: 30px;}

.black {background: #10121e;}
.black h1, .black h2, .black h3, .black p {color: #fff;}

.display-table {display: table; table-layout: fixed;}
.display-cell {display: table-cell; vertical-align: middle; float: none;}

.block-section > .block-section-container, .content {padding: 15px 0px; margin-right: auto; margin-left: auto;}

.block-section .block-section-container .block-columns .block-section-container {width: auto;}

.block-section > .block-section-container, .container {width: 970px; margin: 0 auto;}

@media (max-width: 1200px) {
    .block-section > .block-section-container, .container {width: 970px;}
}

@media (max-width: 992px) {
    .block-section > .block-section-container, .container {width: 750px;}
}

@media (max-width: 768px) {
    .block-section > .block-section-container, .container {width: 100%;}
    .block-section > .block-section-container, .content {padding:20px 15px;}
    .mb-30 {margin-bottom: 8px;}
}

/* ----------------------------------- 6. Pages ----------------------------------- */

.panel {

    background-color: #f9f9f9;
    
}
    
.block-list .accordion .panel-heading {
    padding: 5px;
}


.block-list .accordion .collapsed a[aria-expanded="true"]:before{
   content: "\f067";
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    color: #2d2d2d;
    transform: rotate(45deg); 
    transition: all 0.3s ease;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.block-list .accordion .collapsed a[aria-expanded="false"]:before{
    content: "\f067";
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    color:#2d2d2d;
    /* transform: rotate(45deg); */
    transition: all 0.3s ease;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.block-list .accordion .collapsed a:before{
    content: "\f067";
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    color:#2d2d2d;
    /* transform: rotate(45deg); */
    transition: all 0.3s ease;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}





#instafeed {padding: 0; text-align: center; float: none !important; width: 100%; position: relative;}
.insta-panel {width: 25%; display: inline-block; padding: 0; margin: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.insta-panel img {width: 100%; padding: 10px;}

#instafeed img {cursor: pointer; opacity: 1; moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
#instafeed img:hover {opacity: .7;}


.fb_iframe_widget {width: 340px; margin: 20px auto 0 auto; display: block !important;}


/* Nyheter */
.news_item .content {padding: 0;}
.news_item .title {font-size: 28px; line-height: 38px; margin: 0;}
.news_item .date {font-size: 14px; line-height: 30px; text-transform: uppercase; margin-bottom: 10px;}

/* Om */
.parallax h4, .parallax p {text-align: center; color: #fff;}

@media (max-width: 768px) {
    .box-grey {width: 190px; padding: 40px 20px 25px 20px;}
}

/* Galleri */



/* ----------------------------------- 7. Form ----------------------------------- */

form {margin: 10px 0;}

label {font-size: 14px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase;}

textarea {resize: vertical;}

.form-control {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    background: #fff;
    height: auto;
    border-color: #eee;
    color: #000;
    padding: 12px 17px;
    position: relative;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

.form-control:focus {color: #b3b2b2; border-color: #b3b2b2; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);}

select.form-control {padding-right: 5px;}

.form-control::-moz-placeholder {color: inherit;}
.form-control:-ms-input-placeholder {color: inherit;}
.form-control::-webkit-input-placeholder {color: inherit;}

select.form-control {-webkit-appearance: menulist;}
select[multiple].form-control {-webkit-appearance: listbox;}

/* Disabled forms */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {opacity: 0.5; filter: alpha(opacity=50);}

/* ----------------------------------- 8. Slider ----------------------------------- */

#bgvid {display: block;}
#bgvid {
    position: absolute;
    right: 0;
        margin-top: -60px;
    /* bottom: 0; */
    min-width: 100%;
       min-height: 90vh;
    width: auto;
    height: auto;
    z-index: -5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#mobile-banner {display: none;}
#site-banner {
    width: 100%;
    height: 800px;    
    margin: 0;
    position: relative;
    float: left;
    overflow: hidden;
    z-index: -1;
}
#site-banner ul {list-style: none; padding: 0;}
#site-banner .fa {font-size: 24px; margin-right: 10px;}
#site-banner p a:hover {color: #fff;}

#site-banner-2 {background:#fff;  no-repeat center center; padding:40px 0; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; width: 100%; text-align: center; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.caption-wrapper {width: 100%; display: table; z-index: 999;}
.caption {text-align: center; margin: 0 auto; padding: 0 35%; display: table-cell; vertical-align: middle;}
.caption h2, .caption h3, .caption p {
    color: #ffffff;
    text-shadow: 1px 1px 5px #888888;
}
.caption h1 {color: #3e84d2;}
.caption p {margin-bottom: 20px;}
.caption .btn {margin-right: 20px; margin-bottom: 10px;}
.caption .btn-primary {color: #fff; background: #b3b2b2; border: 1px solid #b3b2b2;}
.caption .btn-primary:hover {color: #b3b2b2; background: transparent; border: 1px solid #b3b2b2;}
.fa-film {position: absolute; z-index: 999; color: #fff; border: 1px solid #fff; bottom: 30px; padding: 10px 13px; left: 49%;    background: #5c5c5d;}

.maze {
    position: absolute;
    z-index: 999;
    color: #fff;
    /* border: 1px solid #fff; */
    bottom: -12px;
    padding: 10px 13px;
    /* left: 29%; */
    /* background: #5c5c5d; */
    width: 800px;
}

.maze img{
        opacity: 1;
}

@media screen and (max-width: 1200px) {
    .caption {padding: 0 20%;}
    .table-stackable {
    font-size: 10px;    }
.navbar-default .navbar-nav>li>a {
    /* margin-left: 15px; */
    font-size: 13px;

}
}
@media screen and (max-width: 1024px) {

.p150 .block-section-container{
    width: 100%;
}
 #site-banner-2 { padding:50px 0; }
    
.navbar-brand {
    width: 100px;

}
#site_logo {
    width: auto;
    height: 50px;
    float: none;
    margin: 0 auto;
    margin-bottom: 15px;
    
}
.f-nav #site_logo {
    width: auto;
    height: 50px;
    float: none;
    margin: 0 auto;
}
.navbar-nav {
    margin: 5px 0;
}    
.navbar.center {
    text-align: center;
}

.navbar.center .nav {
    display:inline-block;
    float: none;
}


}

@media screen and (max-width: 767px) {
 
.apartments ul {column-count: 2;} 
   
.p150 {
    padding: 50px;
}

    .footer .border {
    border-right: 0px;
    border-left: 0px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: white;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #393939;
    
}
.navbar-default .navbar-nav .nav-level2 li.active.current.current_page_item a {
    color: #ffffff;
    border-bottom: 2px solid #2d2d2d;
    background:#393939;
}
.navbar-default .navbar-nav>li>a, #mobile-buttons li a {
    font-size: 15px;
}

.block-gallery .carousel .carousel-caption {


}
    #light{
position:relative;
text-align:center;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav li.active.current.current_page_item a {
    color: #ffffff;
    background: #86c508;
    border-bottom: 2px solid #86c508;
}
        .table-stackable {
    font-size: 15px;    }
    

    .navbar-default {

    padding:20px 50px;
    border: none;
    moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.navbar>.container-fluid .navbar-toggle {
    width: 100%;
    float: none;
    margin: 0 auto;
    border-width: 0;
    margin-top: 5px;
    border-radius: 0;
    text-align: -webkit-center;
}

    #slide_1 {
    height: 10vh;

}
#site-banner {
    height:250px;
}

    #bgvid {display: none;}
    #main-banner {display: none;}
    #mobile-banner {display: block;}
    .caption {padding: 0 5%;}
    #site-banner-2 {padding: 100px 0 45px 0;}
    .fa-angle-down {left: 45%;}
    .maze img {
    opacity: 1;
    width: 300px;
}
.footer-content .navbar-brand {float:none; margin:0 auto;}
.maze {

    width: 300px;
}

.fmenu{
    margin-top:15px;
}
}

@media screen and (max-width: 500px) {
    .caption .btn {margin: 0;}

.dropdown-toggle:after {
    content: "\f103";
    font-family: FontAwesome;
    padding: 0px 3px 0 5px;
    color: #3e84d2;
}
.block-gallery .carousel .carousel-caption {
    top:-15%;
}
.block-gallery .carousel .carousel-caption>h3 {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 10px;

}
}

/* ----------------------------------- 9. Other ----------------------------------- */

/* Scroll to top */
.scrollToTop {color: #ffffff; position: fixed; bottom: 5px; right: 5px; width: 50px; height: 50px; text-align: center; cursor: pointer; background-color: #000000; z-index: 1005; display: none;}
.scrollToTop i {line-height: 50px; font-size: 24px;}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 768px) {
    .scrollToTop {width: 40px; height: 40px; background-color: rgba(0, 0, 0, 0.4);}
    .scrollToTop i {line-height: 40px; font-size: 20px;}

}

/* Parallax */
.parallax h1, .parallax h2, .parallax h3, .parallax p {color: #fff;}
.no-touch .light-translucent-bg, .no-touch .dark-translucent-bg, .no-touch .default-translucent-bg, .no-touch .parallax {background-attachment: fixed !important;}
.light-translucent-bg, .dark-translucent-bg, .default-translucent-bg, .parallax {-webkit-background-size: cover !important; -moz-background-size: cover !important; -o-background-size: cover !important; background-size: cover !important;}
.parallax {background-position: 20% 0; background-repeat: no-repeat; z-index: 1; position: relative; padding: 150px 0;}
.light-translucent-bg, .dark-translucent-bg, .default-translucent-bg {background-position: 50% 0; background-repeat: no-repeat; z-index: 1; position: relative;}
.light-translucent-bg:after, .dark-translucent-bg:after, .default-translucent-bg:after {content: ""; position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%;}
.light-translucent-bg {color: #000;}
.header + .banner > .light-translucent-bg {border-top: none;}
.slider-banner-container .light-translucent-bg {border: none; width: 100%; height: 100%; position: absolute; top: 0 !important; left: 0 !important; margin: 0 !important; bottom: 0;}
.slider-banner-container .dark-translucent-bg {width: 100%; height: 100%; position: absolute; top: 0 !important; left: 0 !important; margin: 0 !important; bottom: 0;}
.slider-banner-container li .light-translucent-bg:after, .slider-banner-container li .dark-translucent-bg:after {background-color: transparent;}
.light-translucent-bg .separator-2 {background-color: #000;}
.light-translucent-bg:after {background-color: rgba(255, 255, 255, 0.7);}
.dark-translucent-bg:after {background-color: rgba(0, 0, 0, 0.7);}
.dark-translucent-bg, .dark-translucent-bg h1, .dark-translucent-bg h2, .dark-translucent-bg h3, .dark-translucent-bg h4, .dark-translucent-bg h5, .dark-translucent-bg h6 {color: #ffffff;}
.dark-translucent-bg a:not(.btn) {text-decoration: underline; color: #ffffff;}
.dark-translucent-bg a:not(.btn):hover {text-decoration: none; color: #ffffff;}
.default-translucent-bg:after {background-color: rgba(232, 76, 61, 0.7);}
.default-translucent-bg, .default-translucent-bg h1, .default-translucent-bg h2, .default-translucent-bg h3, .default-translucent-bg h4, .default-translucent-bg h5, .default-translucent-bg h6 {color: #ffffff;}
.default-translucent-bg a:not(.btn) {text-decoration: underline; color: #ffffff;}
.default-translucent-bg a:not(.btn):hover {text-decoration: none; color: #ffffff;}
.light-translucent-bg .container, .dark-translucent-bg .container, .default-translucent-bg .container {z-index: 3; position: relative;}
.parallax-bg {background: url("../../files/hem/parallax-bg.jpg") 20% 0px no-repeat;}
.parallax-bg-2 {background: url("../../files/hem/parallax-bg-2.jpg") 50% 0px no-repeat;}
.parallax-bg-3 {background: url("../../files/hem/parallax-bg-3.jpg") 50% 0px no-repeat;}

@media (max-width: 767px) {
    .parallax {padding: 100px 0;}
}