/*
Theme Name: BVA Realty
Author: IT
Description: Custom theme for BVA Realty Group
Version: 0.0.1
Tags: bootstrap
*/ 
/*------------------------------
	FADE IN EFFECT
------------------------------*/
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
.alert {
    border-radius: 0;
}
.label {
    border-radius: 0;
}
.alert-danger {
    color: #ffff;
    background-color: #a94442;
    border-color: #a94442;
}
.section-content {
    /*padding: 4.5rem;*/
    padding: 2rem 1.5rem;
}
.text-larger {
    font-size: 15px;
}


/*------------------------------
    spinner
------------------------------*/
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff !important;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/*------------------------------
   images spinner
------------------------------*/
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/*------------------------------
    PAGINATION
------------------------------*/
.pagination>li>a, .pagination>li>span {
    /*background-color: #efefef;*/
    background-color: #fff;
    border: 0;
}
.pagination li.active a {
    border-radius: 50% !important;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #ccc;
    border-color: #efefef;
    border-radius: 50%;
}
/*------------------------------
    WISHLIST STUFF
------------------------------*/
.save-listing {
    position :absolute;
    z-index:900;
    top:10px;
    font-size:27px;
    cursor:pointer;
    color:orange;
    right:10px;
}
.save-listing:hover {color:#011f2c}
.remove-listing {
    position :absolute;
    z-index:900;
    top:10px;
    font-size:27px;
    cursor:pointer;
    color:orange;
    right:25px;
}
.remove-listing:hover {color:#011f2c}
.rem-listing {
    position :absolute;
    z-index:900;
    top:10px;
    font-size:27px;
    color:orange;
    right:10px;
}
.weirdy {
    margin-right:-15px;
}
/*------------------------------
    FIX FIREFOX UGLY SELECTS
------------------------------*/
.bootstrap-select>.dropdown-toggle, .bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    background: #fff;
}
.btn, .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none; 
    box-shadow: none; 
}
.bootstrap-select>.dropdown-toggle .caret {
    display: block;
}
.bootstrap-select.btn-group .dropdown-menu > li > a {
    padding: 9px 20px 9px 20px;
} 
.bootstrap-select>.dropdown-toggle {
    border: 1px #ccc solid;
}

/*------------------------------
    LANGUAGE & CURRENCY
------------------------------*/
.gt_selector {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
@media (max-width: 768px) {
    .gt_selector {
        width: 50%;
    }
    select#currency-selector {
        width: 50%;
        float:right;
    }
    select.gt_selector {
        float:left;
    }
}


select#currency-selector {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: 50px;
}
select#currency-selector, select#currency-selector option {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #011f2c;
    border: 1px solid #011f2c;
}
select.gt_selector, select.gt_selector option {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #011f2c;
    border: 1px solid #011f2c;
}

select.gt_selector:focus-visible, select#currency-selector:focus-visible {
    outline: none !important;
}
.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*------------------------------
    FRONT PAGE
------------------------------*/
.single-price {margin-left:27px;}
h3#modal-title {
    margin-top: -3px;
}
.tile-desc {
    min-height:85px
}
.grid-title {
    min-height: 33px;
}


ul.areas {
    margin: 20px 0px;
}
ul.areas li>a {
    color: #011f2c;
}
.desc {
    border-top: 1px dashed #ccc;
    padding-top: 9px;
    padding-bottom:15px
}
.list-tripe {
    border-bottom: 1px dashed #ccc;
    padding-right: 6px;
    padding-bottom:15px
}
.property a {
    color:#011f2c;
    font-size:14px;
}
.property a:hover {
    color:#4571bb;
    text-decoration:none;
}
.tile-price {
    font-size: 18px;
    color: #fff;
    background-color: #011f2c;
    position: relative;
    top: -40px;
    left: 18px;
    padding: 2px 6px 2px 6px;
}
.tile-details {
    margin-top: -25px;
    font-size:12px
}
.front-slider, .front-slide {
    background-size:cover;
    background-color:#011f2c;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 75%; 
}
.text-highlight {
    background-color: #f7f8f9;
    padding: 20px;
    border-left: 5px solid #011f2c;
    font-size: 24px;
}
.section-intro > div {
    min-height:200px;
}
.section-intro .center {
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
}

/*------------------------------
    GMAP
------------------------------*/
a:focus {
    outline: none !important;
}
.gm-style .gm-style-iw-c {
    border-radius: 0 !important;
}
button.gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
}
/*------------------------------
    PROPERTY IMAGES SLIDER
------------------------------*/
.lSSlideOuter {background:#eee}
ul.property-information {
    min-height: 393px;
    list-style:none;
    padding:15px 0 15px 25px
}
ul.property-information li {
    margin: 1px 0 1px 0;
    padding: 1px;
    font-size:14px;
}

#single-map {
    height: 400px;
    width: 100%;
}
.slider-wrapper {
    margin-top:0;
    max-height:600px;
    padding: 0 0 0 15px;

}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    /*border-radius: 5px;*/
	opacity:0.5;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('/wp-content/themes/property_agency/js-plugins/img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/*------------------------------
    BREADCRUMBS YOAST
------------------------------*/
#breadcrumbs {
    margin: 6px;
        text-transform: lowercase;
}
#breadcrumbs a, #breadcrumbs a:hover, #breadcrumbs a:active {
    color: #fff;
}


/*------------------------------
    LISTINGS 
------------------------------*/
/*.sold img {
  filter: grayscale(100%);
}*/

.sold .list-price {
    background-color: #ccc;
}
.sold, .sold .icon, .sold .text-blue-darker {
    color: #ccc !important;
}
#advanced_filters {
    width: 100%;
    float: left;
    position: relative;
}
.padding-left-sm {
  padding-left: 10px !important;
}
.image {
    /*
    display: block;
    overflow: hidden;
    position: relative;
*/
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.image a {
    display: block;
    overflow: hidden;

}
.property:hover .image a img {
    transform: scale(1.15) rotate(-1.5deg);
    -webkit-transform: scale(1.1) rotate(-1.5deg);
    -moz-transform: scale(1.1) rotate(-1.5deg);
    -ms-transform: scale(1.1) rotate(-1.5deg);
    -o-transform: scale(1.1) rotate(-1.5deg);
}
.image a img {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width:110% !important;
    /*max-height: 240px;
    margin: 0 auto;*/
}
select#sorting {
    margin-right: -15px;
}
.list-price {
    background-color: #4571bb;
    padding: 12px 18px 9px 9px;
}

.list-desc {
    min-height: 50px;
}
p.location {
    margin: -3px 0 6px 0;
}
.form-control {
    font-size: 13px;
}
.btn-lg {
    font-size:16px;
    /*text-transform:uppercase;*/
        height: 46px;
}
.property a {
    font-weight: 600;
}
form#search p {
    font-size: 11px;
    font-weight: 800;
    text-transform:uppercase;
    margin: 6px 0 1px 0;
}
.fa-2x {
    font-size: 1.5em;
}
.block-heading {
    margin-top:5px;
    font-weight:600;
    font-size: 14px;
}
.listings {
	font-size:12px
}
.listings> .row.bg-gray-lighter {
	margin-left:0px;
	margin-right:0px
}
.listings img {
    min-width:100%
}
.listings h4 {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}
.search_wrap {
    margin: 27px 0 27px 15px;
    padding: 25px 30px 10px 30px;
    background: rgba(0,0,0,.4);
}
.search_wrap h2, .search_wrap h3 {
    font-weight: 300;
    letter-spacing: -1px;
}
.gray-light {
    background-color: #f7f8f9;
}
.gray-lighter, .bg-gray-lighter {
    /*background-color: #fbfbfb;*/
    background-color: #efefef;
}
.gray-dark, .bg-gray-darker {
    background-color: #E5E5E5;
}

.fix-right {margin-left:15px}
.fix-right-group {margin-right:-15px}

.input-lg {
    font-size: 14px
}
.white-stripe {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 3px solid #fff;
    margin: 6px 0 15px 0;
    width: 90px;
}
.blue-stripe-lighter {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 3px solid #4571bb;
    margin: 6px 0 15px 0;
    width: 90px;
}
.blue-stripe-darker {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 3px solid #011f2c;
    margin: 6px 0 15px 0;
    width: 90px;
}

.primary-phone {
    font-size: 12px;
    margin-top: 5px;
    color: #565656;
}
ul.property-information li {
    padding-bottom: 6px;
}
img.ls-big {
    min-width: 100%;
}
/*------------------------------
	PROPERTY ICONS
------------------------------*/
.icon.beds, .icon.bath, .icon.parking, .icon.map-marker {
    background: transparent none;
}
.icon {
    max-width: 90px;
    display: inline-block;
    float: left;
    padding: 0;
    line-height: 20px;
    margin-left:9px;
}
.icon.beds .icon-value:before {
    content: " ";
    background: url('https://media.bvarealty.com/icon-bed.svg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 15px;
    width: 20px;
    display: inline-block;
    margin: -2px 5px -2px 0;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 15px;
}

.icon.bath .icon-value:before {
    content: " ";
    background: url('https://media.bvarealty.com/icon-bath.svg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 15px;
    width: 20px;
    display: inline-block;
    margin: -2px 5px -2px 0;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 15px;
}

.icon.parking .icon-value:before {
    content: " ";
    background: url('https://media.bvarealty.com/icon-car.svg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 15px;
    width: 22px;
    display: inline-block;
    margin: -2px 5px -2px 0;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 15px;
}

/*------------------------------
	GENERAL
------------------------------*/
.text-xs {
    font-size: 85%;
	font-weight: 400;
}
body {
    color: #777;
	font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.justify {
    text-align: justify;
    text-justify: inter-word;
}
p.nummer {
    margin: 18px 0;
    font-size: 16px;
}
.container-wide {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	min-width: 100%;
}
.container-wide:before,
.container-wide:after {
	display: table;
	content: " ";
}
.container-wide:after {
	clear: both;
}
.modal-content {
    border-radius: 0px;
}
.modal-body .close {
    margin: -15px 0 9px 0;
    font-size: 45px;
    font-weight: 200;
}
a, a:hover {
	text-decoration: none !important;
    cursor: pointer;
}
/*------------------------------
	POSITIONING
------------------------------*/
.margin-sm {margin: 10px}
.margin-md {margin: 20px}
.margin-lg {margin: 30px}
.margin-xl {margin: 50px}
.margin-top-sm {margin-top: 10px}
.margin-top-md {margin-top: 20px}
.margin-top-lg {margin-top: 30px}
.margin-top-xl {margin-top: 50px}
.margin-bottom-sm {margin-bottom: 10px}
.margin-bottom-md {margin-bottom: 20px}
.margin-bottom-lg {margin-bottom: 30px}
.margin-bottom-xl {margin-bottom: 50px}
.no-margin-top {margin-top: 0px;}
.no-margin-bottom {margin-bottom: 0px;}
.padding-sm {padding: 10px}
.padding-md {padding: 20px}
.padding-lg {padding: 30px}
.padding-xl {padding: 50px}
.padding-top-xs {padding-top: 5px}
.padding-top-sm {padding-top: 10px}
.padding-top-md {padding-top: 20px}
.padding-top-lg {padding-top: 30px}
.padding-top-xl {padding-top: 50px}
.padding-bottom-sm {padding-bottom: 10px}
.padding-bottom-md {padding-bottom: 20px}
.padding-bottom-lg {padding-bottom: 30px}
.padding-bottom-xl {padding-bottom: 50px}
.no-padding-top {padding-top: 0px;}
.no-padding-bottom {padding-bottom: 0px;}
.margin-top-none {margin-top: 0;}


.modal-body {
    padding: 30px 30px 20px 30px;
}
.detail-page .breadcrumb_last {text-transform:uppercase;}

.front-heading {
    font-size: 15px;
}
.text-bva {
    color: #011f2c;
}

.text-yellow {
    color: #ffd700;
}


.icon-bg {
    width: 5rem !important;
}

/*------------------------------
	NAVIGATION
------------------------------*/
ul#menu-top-menu, ul#menu-top-menu .dropdown-menu {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600 !important;
}
.navbar-toggle {
    position: relative;
    float: left;
    padding: 0; 
    margin-top: 0;
    margin-right: 0; 
    margin-bottom: 0;
    margin-left: 9px; 
    border-radius: 0px;
    border:0px !important;
}
.header-top {
    min-height: 90px;
    padding-top: 21px;
}
nav.navbar.navbar-default {
	margin-bottom: 0;
	margin-top: 0;
	background: #4571bb;
	z-index: 33 !important;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.caret {
    display: none;
}
.navbar-inner {
    background: transparent;
}
.navbar-brand {
	padding: 0px; /* firefox bug fix */
}
.navbar-brand > img {
	height: 45px;
	/*margin: 3px 0 ;*/
	padding: 0px; /* firefox bug fix */
	width: auto;
}
.navbar.navbar-default {
	margin-bottom: 0;
	margin-top: 0;
	background: transparent;
}
.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	border-right: none;
	border-left: none;
}
.navbar {
	border-radius: 0;
	min-height:20px
}
.navbar-default {
	border: none;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #011f2c; 
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
	padding: 9px 20px;
	color: #fff;
}
.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
 	border: none;
}
.dropdown-menu a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
	background-color: #4571bb;
	color: #fff;
}

.dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.dropdown-menu a:hover, 
.dropdown-menu a:focus  {
	background-color: #4571bb;
	color: #fff;
}
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #011f2c;
}
.dropdown-menu> .active >a {
    color: #fff;
    text-decoration: none;
    outline: 0;
}
.dropdown-menu> .active >a:hover,
.dropdown-menu> .active >a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #011f2c;
    outline: 0;
}
.dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
    padding: 0;
}
.dropdown-menu {
    border-radius: 0px;
    background-color: transparent;
	/*border-top: 5px solid #fff;*/
}
#search .bs-searchbox {
    padding: 4px 6px;
    background: #011f2c;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
    border: 0px !important;
    font-size: 27px;
    color: #fff;
}
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
    border-color: transparent;
}


/*------------------------------
	FORMS
------------------------------*/
.btn-group-xl>.btn, .btn-xl {
    padding: 21px 30px;
    font-size: 27px;
    line-height: 1.5;
}

.btn-bva {
    color: #fff;
    background-color: #011f2c;
    border-color: #011f2c;
}
.btn-bva:hover,
.btn-bva:focus,
.active-city,
.btn-bva.active 
{
    color: #fff;
    background-color: #4571bb;
    border-color: #4571bb;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-gray {
    background-color: #ccc;
    color: #555;
    border: 1px #b9b9b9 solid;
}
footer .btn-bva:hover,
footer .btn-bva:focus  {
    border-color: #fff;
}

.btn-bva-inv {
    color: #fff;
    background-color: #4571bb;
    border-color: #4571bb;
}
.btn-bva-inv:hover, 
.btn-bva-inv:focus {
    color: #fff;
    background-color: #011f2c;
    border-color: #011f2c;
}


/*------------------------------
	CONTENT
------------------------------*/
.height-auto {
	height: auto;
}
::selection {
  background: #4571bb; 
  color:#fff
}
::-moz-selection {
  background: #4571bb; 
  color:#fff
}
h3, h4, h5 {
    font-family: Montserrat,sans-serif;
    font-weight: 400;
}
h1, h2 {
    font-family: Montserrat,sans-serif;
    font-weight: 300;
    letter-spacing: -1px;
}
.text-white {
    color:#fff;
}

.text-blue-lighter {
    color: #4571bb;
}
.text-blue-darker, h1 a, h1 a:hover {
    color: #011f2c;
}
.text-gray-darker {
    color: #565656;
}
.block {
    display:block !important;
}

.bg-blue-darker {
    background-color:#011f2c;
    color:#FFFFFF;
}
.bg-blue-lighter {
    background-color:#4571bb;
}


.scrollup {
    opacity: 1;
    position: fixed;
    display: none;
    z-index: 999;
    text-align: center;
    right: 4.2em;
    bottom: .9em;
    width: 44px;
    height: 44px;
    background: #011f2c;
    font-size: 24px;
    line-height: 44px;
    color: #fff;
    cursor: pointer;
    /*padding: 9px;*/
    border-radius: 50%;
}
.scrollup:hover, 
.scrollup:focus {
    color: #fff;
	background: #4571bb;
	border:#fff 1px solid;
}
.form-control, .btn {
    border-radius:0px;
}
.text-color-1 {
    color: #FF8607 !important;
}
.upper {
    text-transform: uppercase;
}



section.sdesc .nav-tabs {
    border-bottom: 1px solid #fbfbfb;
}

section.sdesc .nav-tabs>li.active>a, section.sdesc .nav-tabs>li.active>a:focus, section.sdesc .nav-tabs>li.active>a:hover {
    color: #011f2c;
    cursor: default;
    background-color: #fff;
    border: 1px solid #fff;
    border-bottom-color: transparent;
}

section.sdesc .nav>li>a:focus, section.sdesc .nav>li>a:hover {
    text-decoration: none;
    background-color: #011f2c;
    color: #eee;
    border: 1px solid transparent;
}
section.sdesc .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0; 
    color: #fff;
}
section.sdesc .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    background: #011f2c;
}
section.sdesc .nav-tabs>li>a:hover {
    border-color: #eee #eee #eee; 
}
.modal {
    background: rgba(255,255,255,0.7);
}
.modal-content {
    border: 0 !important; 
}
/*------------------------------
	SOCIAL ICONS
------------------------------*/
.brands {
    list-style: none;
    padding-left: 0;
    height: 36px;
}
.brands > li {
    height: 36px;
}
.brands-inline > li {
    display: inline-block;
    margin-right: 9px;
}

.brands > li > a {
    background-color: #337ab7;
    text-align: center;
    color: #fff;
    display: inline-block;
    height: 36px;
}
.brands-tn > li > a {
    font-size: 20px;
    padding-top: 5px;
    width: 36px;
    height: 36px;
}
.brands-circle > li > a {
    border-radius: 50%;
}

.brands > li > a:hover {
    background-color: #f7f8f9;
    text-align: center;
    color: #011f2c;
}
.brands > li > a {
    background-color: #337ab7;
    text-align: center;
    color: #fff;
    display: inline-block;
    height: 36px;
}
.brands-tn > li > a {
    font-size: 20px;
    padding-top: 5px;
    width: 36px;
    height: 36px;
}


.bootstrap-select .dropdown-toggle:focus {
    outline: none!important;
}


.entry-title a {
    color: #444;
}
.entry-title>a:hover, 
.entry-title>a:focus {
    color: #666;
    text-decoration: none;
}
.sidebar .menu li:first-child {
    margin-top: 20px;
    border-top: 1px solid #E5E5E5;
}
.sidebar .menu  li {
    list-style: none;
    margin-left: -40px;   
    border-bottom: 1px solid #E5E5E5;
    font-weight: 300;
    padding: 9px 0 9px 6px;
    transition-duration: 0.4s;
}
.sidebar .menu  li>a {
    cursor: pointer;
    text-decoration: none;
    color: #444;
}
/*------------------------------
	BLOG
------------------------------*/
.post-content {min-height:160px}

/*------------------------------
	SOCIAL BUTTONS
------------------------------*/
.social {
    display: inline;
    height: 50px;
    padding-left: 0;
}
.social > li {
    display: inline-block;
    height: 50px;
}
.social>li>a {
display: inline-block;
    height: 45px;
    padding: 8px 7px 0 9px;
    width: 50px;
    font-size: 18px;
}

.btn-gp, .gp>a {
    color: #fff;
    border: #d34836 3px solid;
    background-color: #d34836;
}
.btn-gp:hover, .gp>a:hover {
    color: #d34836;
    border: #d34836 3px solid;
    background-color: #fff;
}

.btn-fb, .fb>a {
    color: #fff;
    border: #3b5998 3px solid;
    background-color: #3b5998;
}
.btn-fb:hover, .fb>a:hover {
    color: #3b5998;
    border: #3b5998 3px solid;
    background-color: #fff;
}

.btn-tw, .tw>a {
    color: #fff;
    border: #4099FF 3px solid;
    background-color: #4099FF;
}
.btn-tw:hover, .tw>a:hover {
    color: #4099FF;
    border: #4099FF 3px solid;
    background-color: #fff;
}

/*------------------------------
	CALENDAR WIDGET
------------------------------*/
div#calendar_wrap {
    margin-top: -20px;
}
#wp-calendar { width: 100%; font-size: 11px; margin-top:27px;}
#wp-calendar thead th { background: #f5f5f5; border: 1px solid #ddd; border-top: none; font-size: 11px; }
#wp-calendar tbody td { text-align: center; border: 1px solid #ddd; line-height: 2.5em; transition: background 0.15s ease; -webkit-transition: background 0.15s ease; -o-transition: background 0.15s ease; -moz-transition: background 0.15s ease; }
#wp-calendar tbody td:hover { background: #f1f1f1; color: #333; }
#wp-calendar tbody td a { display: block; text-decoration: none; background: #f1f1f1; color: #333; }
#wp-calendar tbody td:hover a { background: #4d4d4d; color: #fff; }
#wp-calendar tfoot td { padding-top: 1px; padding: 4px; }
#wp-calendar caption { cursor: pointer; font-size: 13px; text-transform: uppercase; margin: 0; padding: 12px; outline: 0 none !important; background: #4571bb; color: #fff; }
#wp-calendar tbody a { display: block; text-decoration: underline; }
#wp-calendar th { text-align: center; border: 1px solid transparent; border-top: none; padding: 7px 0; color: #a7a7a7; }
#footer #wp-calendar thead th { background: #222 }
#footer #wp-calendar tbody td { border-color: #222 }
#wp-calendar tfoot td {font-size: 15px}
#wp-calendar tfoot td a {color: #222}
#wp-calendar tfoot td a:hover, #wp-calendar tfoot td a:focus {color: #666;text-decoration: none}
#next {text-align: right}
.category-title>a, .navigation a {
    color: #444;
    text-decoration: none;
    cursor: pointer
}
.category-title>a:hover, 
.category-title>a:focus, 
.navigation a:hover, 
.navigation a:focus  {
    color: #666;      
}
.navigation a {
    font-size: 15px;
    border: #999 1px solid;
    padding: 9px 15px
}
.tags a {
    color: #666;
    text-decoration: none;
    font-weight: 500;
}
.tagcloud > a {
    color: #666;
    font-size: 8pt !important;
    text-decoration: none;
    font-weight: 500;
    padding: 6px 9px;
    background: transparent;
    margin: 3px;
    display: inline-block;
    float: left;
    border: #999 1px solid;
}
.tagcloud > a:hover, 
.tagcloud > a:focus {
    color: #444;
    border: #444 1px solid; 
}
/*------------------------------
	FOOTER
------------------------------*/
footer {
    background: transparent;
    color: #fff;
}
footer h4 {
    font-size: 27px;
    font-weight: 500;
}
.footer-top {
    background: #011f2c;
}
.footer-bottom {
    background: #4571bb;
}

.dashed>li {
    border-bottom: 1px dashed #CACACA;
    line-height: 32px;
}
.dashed>li:first-child { 
    border-top: 1px dashed #CACACA;
}
footer a {
    color: #eee;
}
footer a:hover, 
.footer a:focus {
    color: #011f2c;
    text-decoration: none;
}

.narrower {
	min-height: 270px;
}





/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.list-view, .grid-view-lg, .map-view {
    border-radius:50% !important;
}


@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }





/*------------------------------
	MEDIA QUERIES
------------------------------*/
@media (min-width: 1200px) {
    .container {
        width: 1320px;
    }
}
@media screen and (max-width: 1160px) { 
	.simple-slide-content { 
		bottom: 0; 
		padding: 50px 0; 
	} 
	.simple-slide-content h2, 
	.simple-slide-content p { 
		text-align: center; 
	} 
	.simple-slide-content a.button { 
		margin-top: 30px; 
		float: none; 
	} 
}
@media screen and (max-width: 960px) { 

} 
@media (min-width:961px) {  
	/* tablet, landscape iPad, lo-res laptops ands desktops */		 
	/* desktop hover navigation */
	.dropdown:hover .dropdown-menu {
		display: block; 
	}
}  
    
/*nav.navbar {
	font-size: 12px;
}*/

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #011f2c;
}
@media (max-width:768px) {

    .icon { max-width: 50px; }
    .listing-details { padding: 20px 20px 0 30px; }
    .listing-footer {font-size:11px;}
    .listing-footer h4 {font-size:11px; }
    .fix-right {margin-left:0;}
    .fix-right-group {margin-right:0}
    #image-gallery {max-height:270px;}
    .section-heading {padding: 1px 8px;}
    .section-content {}
    .slider-wrapper {padding-left:0;}
    .sidebar {padding: 0 30px 20px 30px}
    .search_wrap {
        margin: 0;
    }
    .navbar-toggle {
        padding: 18px 10px;
    }   
    .navbar-default .navbar-nav > li > a {
        line-height: 20px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 4px;
        border-radius: 1px;
    }
    nav.navbar.shrink  .navbar-toggle {
        padding: 9px 10px !important;
    }  
	.navbar-nav>li>a {
    	padding-top: 10px; 
    	padding-bottom: 10px;
    	line-height: 20px;
	}
    .lift-66 {
        margin-top: 0px;
    }
    .nav.navbar-nav {
        float: none;
    }
    .single-price {
        margin-left: 9px;
    }
    ul.property-information {
        min-height: 393px;
        list-style: none;
        padding: 9px 0 0 9px;
    }
    .section-content {
        padding: 2rem;
    }
    .sidebar>.col-xs-10,
    .sidebar>.col-xs-11,
    .sidebar>.col-xs-12,
    .sidebar>.col-xs-2,
    .sidebar>.col-xs-3,
    .sidebar>.col-xs-4,
    .sidebar>.col-xs-5,
    .sidebar>.col-xs-6,
    .sidebar>.col-xs-7,
    .sidebar>.col-xs-8,
    .sidebar>.col-xs-9 {
        position: static;
    }
}
@media screen and (max-width: 680px) { 
    .navbar-nav {
        margin: 0px -15px;
    }
	.front-tile {
		height:auto;
	}
/*
	.scrollup {
		left: 16px;
	}
*/
}
@media (min-width: 768px) {

.lang .dropdown-menu a {
    padding-right: 20px;
    text-align: center;
}
.lang .dropdown-menu {
    min-width: 0;
}
    /*.navbar-nav>li>a {
    	padding-top: 9px;
    	padding-bottom: 9px;
    }*/
/*.navbar-nav>li>a {
    padding-top: 17px;
    padding-bottom: 17px;
}*/
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .dropdown-menu > li > a {
        padding: 9px 60px 9px 20px;
    }
}
.dropdown-menu .city a {
    /*background-color: #011f2c;*/
    color:#fff;
    font-weight: 700;
}
.faq-wrapper a {
    font-size: 18px;
    line-height: 27px;
}
.faq-wrapper .accordion-inner {
    padding: 9px 0 18px;
    font-size: 15px;
}

.single-property h1 {
    font-size: 22px;
}
.single-property h3 {
    font-size: 18px;
}
.available {
    color: #fff;
    background-color: #011f2c;
    padding: 6px 9px;
    /*width: 170px;*/
    position: absolute;
    right: 16px;
        top: -12px;
}
.available_soon {
    color: #fff;
    background-color: #67A684;
    padding: 6px 9px;
    /*width: 170px;*/
    position: absolute;
    right: 16px;
        top: -12px;
}
#map-listings .available_soon, #map-listings .available {
    top: 6rem !important;
}

/*------------------------------
	MAP STUFF
------------------------------*/


#map-markers {
    position: fixed;
    top: 172px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    /*margin-right: 690px;*/
    background:#ccc;
}
#map-listings {
    position: fixed;
    top: 172px;
    right: 0;
    bottom: 0;
    /*width: 570px;*/
    float: right;
    overflow: hidden;
    overflow-y:scroll; 
}
#map {width:100%;height:100%;margin:0 -15px 0 0;}
.iw { width:300px; padding:6px 0 15px 0; } 
.iw img { width:150px; float:left }
.iw .info { float:right; width:140px;}
.map-price  {font-weight:700; left:15px; bottom:3px; position:absolute; color:#fff}
div.iw h4 {
    font-size: 13px;
	margin-top: 0px;
}

.dropdown-item-extra{
    float: right;
    color: #c1c1c1;
    margin-left:20px;
}
ul.typeahead.dropdown-menu {
    margin-top: -5px;
}
.typeahead.dropdown-menu > li > a {
    padding: 9px 20px 9px 20px;
}
.sidebar .dropdown-item-extra.pull-right {
    display: none;
}
.desc-xs {
    margin-left: -10px;
}
/* christmas stuff 
.navbar-brand > img {
    margin: -6px 0;
}
*/
