/* Imports================================================== */
@import url('css/font-awesome.min.css');
/* import FontAwesome stylesheet */
@import url('css/cozy-real-estate-font.css');
/* import Cozy Real Estate custom font stylesheet */
@import url('css/owl.transitions.css');
/* import Owl Carousel transitions */
/* Custom Bootstrap grid for 480-767px layout */

.col-ms-1,
.col-ms-10,
.col-ms-11,
.col-ms-12,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9 {
    position: relative;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:480px) and (max-width:767px) {
    .container {
        max-width: 748px
    }
    .col-ms-1,
    .col-ms-10,
    .col-ms-11,
    .col-ms-2,
    .col-ms-3,
    .col-ms-4,
    .col-ms-5,
    .col-ms-6,
    .col-ms-7,
    .col-ms-8,
    .col-ms-9 {
        float: left
    }
    .col-ms-1 {
        width: 8.33333333%
    }
    .col-ms-2 {
        width: 16.66666667%
    }
    .col-ms-3 {
        width: 25%
    }
    .col-ms-4 {
        width: 33.33333333%
    }
    .col-ms-5 {
        width: 41.66666667%
    }
    .col-ms-6 {
        width: 50%
    }
    .col-ms-7 {
        width: 58.33333333%
    }
    .col-ms-8 {
        width: 66.66666667%
    }
    .col-ms-9 {
        width: 75%
    }
    .col-ms-10 {
        width: 83.33333333%
    }
    .col-ms-11 {
        width: 91.66666667%
    }
    .col-ms-12 {
        width: 100%
    }
}

.container-xs-height {
    display: table;
    padding-left: 0;
    padding-right: 0
}

.row-xs-height {
    display: table-row
}

.col-xs-height {
    display: table-cell;
    float: none
}

@media (min-width:768px) {
    .container-sm-height {
        display: table;
        padding-left: 0;
        padding-right: 0
    }
    .row-sm-height {
        display: table-row
    }
    .col-sm-height {
        vertical-align: top;
        display: table-cell;
        float: none
    }
}

@media (min-width:992px) {
    .container-md-height {
        display: table;
        padding-left: 0;
        padding-right: 0
    }
    .row-md-height {
        display: table-row
    }
    .col-md-height {
        vertical-align: top;
        display: table-cell;
        float: none
    }
}

.col-bottom {
    vertical-align: bottom
}

a:focus {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway, sans-serif;
    font-family: "Covered By Your Grace", cursive;
    font-family: 'Gloria Hallelujah', cursive;
    color: #fea500;
    font-weight: 300;
    margin: 0
}

h1 {
    font-size: 21pt
}

h2 {
    font-size: 34px;
    font-size: 30px;
    color: #393939;
    margin-bottom: 24px;
    line-height: 32px
}

h3 {
    font-weight: 500;
    font-size: 15pt;
    font-size: 21px;
    text-transform: none;
    margin-bottom: 12px;
    line-height: 24px
}

.lacross h6,
.main h6 {
    font-size: 22px;
    margin-bottom: 10px
}

.main h6 strong {
    font-size: 26px
}

.content h3 {
    font-size: 15pt;
    font-weight: 300;
    margin-top: 21px;
    line-height: 30px
}

h4 {
    font-size: 18px;
    margin-bottom: 16px;
    text-transform: none
}

h5 {
    font-size: 15px;
    text-transform: none
}

.wpcf7-form input,
.wpcf7-form textarea {
    padding: 10px 12px;
    margin-bottom: 6px;
    border: 1px solid #f0f0f0;
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 0;
    width: 100%
}

.wpcf7-form .wpcf7-submit {
    font-size: 16px;
    border: 1px solid #f70;
    background: #f70 none repeat scroll 0 0;
    color: #fff
}

.wpcf7-form .wpcf7-submit:hover {
    border: 1px solid #aaa;
    background: #aaa none repeat scroll 0 0;
    color: #fff
}

.wpcf7-form p {
    font-size: 14px
}

html {
    overflow: auto
}

body {
    padding: 0;
    height: 100%;
    color: #74777c;
    color: #3a3d41;
    overflow: hidden;
    background-color: #fff;
    font-size: 14px;
    font-size: 16px;
    font-family: Raleway, '000Open Sans', sans-serif;
    font-weight: 300
}

::selection {
    background: #ffa600;
    color: #fff
}

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

.color {
    color: #ffa600
}

a {
    color: #ffa600
}

a:focus,
a:hover {
    color: #ffa600
}

iframe[src="about:blank"] {
    display: none
}

#wrapper {
    position: relative;
    overflow: hidden;
    left: 0;
    z-index: 99;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: -2px 0 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: -2px 0 5px 0 rgba(0, 0, 0, .3);
    box-shadow: -2px 0 5px 0 rgba(0, 0, 0, .3);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s
}

#wrapper::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: 0 0;
    content: '';
    z-index: 1002;
    opacity: 0;
    -webkit-transition: opacity .5s, width .1s .5s, height .1s .5s;
    transition: opacity .5s, width .1s .5s, height .1s .5s
}

#wrapper.open {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0)
}

#wrapper.open::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.center {
    float: none;
    text-align: center;
    margin: 0 auto
}

.alignright,
.right {
    text-align: right
}

.alignleft,
.left {
    text-align: left
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.aligncenter,
img.alignleft,
img.alignright {
    margin-bottom: 12px
}

.form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
    border-color: #e4e4e4;
    color: #74777c;
    height: 41px;
    margin-bottom: 10px
}

.form-control:focus {
    box-shadow: none;
    outline: 0 none;
    border-color: #adb2b6
}

.form-control-large,
.form-control-small {
    width: 345px;
    display: inline-block;
    margin: 0 10px
}

.form-control-large .form-control,
.form-control-small .form-control {
    margin-bottom: 15px;
    width: 100%
}

.form-control-small {
    width: 188px
}

.colored .form-control {
    color: #fff;
    border: none;
    background-color: rgba(255, 255, 255, .1)
}

.colored .form-control::-webkit-input-placeholder {
    color: #fff
}

.colored .form-control:-moz-placeholder {
    color: #fff
}

.colored .form-control::-moz-placeholder {
    color: #fff
}

.colored .form-control:-ms-input-placeholder {
    color: #fff
}

.invalid {
    border-color: #f23030!important
}

.btn {
    font-family: 'Open Sans Condensed', sans-serif;
    font-family: '000Open Sans', sans-serif;
    font-size: 14px;
    height: 35px;
    line-height: 32px;
    padding: 0 16px;
    border-width: 2px;
    border-radius: 0;
    background: #fff;
    color: #484848
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: 0
}

.btn.active,
.btn:active {
    box-shadow: none
}

.btn i {
    margin-right: 5px
}

.btn-default,
.btn-default-color {
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-default,
.btn-default:focus {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .5);
    color: rgba(255, 255, 255, .5);
    color: #484848
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.btn-default-color,
.btn-default-color:focus {
    border-color: #adb2b6;
    color: #adb2b6;
    color: #484848
}

.btn-default-color.active,
.btn-default-color:active,
.btn-default-color:hover,
.open .dropdown-toggle.btn-default-color {
    background-color: transparent;
    border-color: #ffa600;
    color: #ffa600;
    color: #484848
}

.animate-fade {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.animate-from-top {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.animate-from-bottom {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.animate-from-left {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.animate-from-right {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.animation-fade {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s
}

.animation-from-bottom,
.animation-from-top {
    -webkit-transition-timing-function: cubic-bezier(.2, .75, .25, .9);
    -moz-transition-timing-function: cubic-bezier(.2, .75, .25, .9);
    -o-transition-timing-function: cubic-bezier(.2, .75, .25, .9);
    transition-timing-function: cubic-bezier(.2, .75, .25, .9);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s
}

.animation-from-left,
.animation-from-right {
    -webkit-transition-timing-function: cubic-bezier(.2, .75, .25, .9);
    -moz-transition-timing-function: cubic-bezier(.2, .75, .25, .9);
    -o-transition-timing-function: cubic-bezier(.2, .75, .25, .9);
    transition-timing-function: cubic-bezier(.2, .75, .25, .9);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s
}

.section-title {
    padding-bottom: 24px;
    position: relative;
    margin-bottom: 40px;
    margin-top: 60px;
    text-align: center;
    clear: both;
    display: inline-block;
    width: 100%
}

.section-title:after,
.section-title:before {
    content: " ";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 1px;
    background-color: #ffa600;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.section-title:after {
    bottom: 0
}

.page-title {
    color: #fff;
    margin-bottom: 5px;
    font-size: 44px;
    font-family: 'Shadows Into Light', cursive;
    font-family: "Covered By Your Grace", cursive;
    font-family: 'Gloria Hallelujah', cursive;
    text-transform: none
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-controls .owl-buttons {
    position: absolute;
    top: 10px;
    right: -5px;
    background: #ffa600;
    height: 57px;
    width: 33px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.owl-controls .owl-buttons:before {
    content: " ";
    position: absolute;
    right: 0;
    bottom: -6px;
    border-color: transparent transparent transparent #70221e;
    border-style: solid;
    border-width: 0 0 6px 7px;
    height: 0;
    width: 0
}

.owl-controls .owl-buttons div {
    color: #fff;
    zoom: 1;
    font-size: 12px;
    padding: 8px 12px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.owl-controls .owl-buttons div.owl-prev {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0
}

.owl-controls .owl-buttons div.owl-prev:before {
    content: "\f053"
}

.owl-controls .owl-buttons div.owl-next {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px
}

.owl-controls .owl-buttons div.owl-next:before {
    content: "\f054"
}

.owl-controls .owl-buttons div.owl-next:hover,
.owl-controls .owl-buttons div.owl-prev:hover {
    background: rgba(255, 255, 255, .15)
}

.owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-controls .owl-page span {
    display: block;
    width: 15px;
    height: 15px;
    margin: 5px 8px;
    background: #bfc4c8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.owl-controls .owl-page.active span {
    background: #ffa600
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

.carousel-style1 .item {
    margin: 0 auto 35px;
    text-align: left;
    position: relative
}

.carousel-style1 .item .image {
    width: 100%;
    max-height: 236px;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-transition: background-size .3s ease-out;
    -moz-transition: background-size .3s ease-out;
    -ms-transition: background-size .3s ease-out;
    -o-transition: background-size .3s ease-out;
    transition: background-size .3s ease-out
}

.carousel-style1 .item .image img {
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.carousel-style1 .item .image>a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(32, 35, 38, .82);
    border: 10px solid rgba(32, 35, 38, .8);
    z-index: 9;
    text-align: center;
    visibility: hidden;
    text-decoration: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.carousel-style1 .item .image>a .btn {
    margin-top: -17px;
    position: relative;
    top: 100%
}

.carousel-style1 .item .image .info {
    text-align: left
}

.carousel-style1 .item .image .info h3 {
    color: #fff;
    position: absolute;
    bottom: 43px;
    left: 0;
    padding: 0 12px
}

.carousel-style1 .item .image .info .location {
    font-style: italic;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 12px;
    display: block;
    color: #74777c
}

.carousel-style1 .item:hover .image {
    background-size: auto 120%
}

.carousel-style1 .item:hover .image img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3)
}

.carousel-style1 .item:hover .image>a {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.carousel-style1 .item .price {
    position: absolute;
    top: 10px;
    left: -5px;
    background-color: #ffa600;
    color: #fff;
    padding: 2px 20px 2px 10px;
    z-index: 10;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.carousel-style1 .item .price:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -6px;
    border-color: transparent #751814 transparent transparent;
    border-style: solid;
    border-width: 0 6px 6px 0;
    height: 0;
    width: 0
}

.carousel-style1 .item .price i {
    margin-right: 8px;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6
}

.carousel-style1 .item .price span {
    display: block;
    font-size: 16pt;
    font-weight: 700;
    margin-top: -4px
}

@-webkit-keyframes fadeOut2 {
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut2 {
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut2 {
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.pinky {
    color: #fea500
}

.underl {
    text-decoration: underline
}

.breadcrumb {
    padding: 60px 0 0 0;
    font-size: 14px;
    background-color: transparent
}

.breadcrumb a {
    color: #fff
}

.breadcrumb>li+li:before {
    color: #fff;
    padding: 0
}

.recaptcha_switch_audio {
    display: none!important
}

#recaptcha_image {
    width: 100%!important;
    height: auto!important;
    text-align: center
}

.recaptcha_only_if_image {
    display: block;
    margin: 10px 0
}

.recaptcha_only_if_image a {
    margin-left: 5px
}

#header {
    width: 100%;
    position: relative;
    z-index: 1001
}

#top-bar {
    width: 100%;
    box-shadow: inset 0 -10px 6px rgba(0, 0, 0, .025);
    min-height: 33px;
    font-size: 12px;
    font-weight: 500;
    line-height: 33px;
    position: relative;
    z-index: 1020;
    background-color: #fdfdfe;
    color: #aaa;
    background-color: #fea500;
    color: #fff
}

#top-bar a {
    color: #74777c;
    color: #aaa
}

#top-bar a:focus,
#top-bar a:hover {
    color: #ffa600;
    text-decoration: none
}

#top-buttons,
#top-info {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0
}

#top-buttons li,
#top-info li {
    display: inline-block;
    margin-left: 25px
}

@media (max-width:767px) {
    #top-buttons li {
        line-height: 22px
    }
}

#top-buttons {
    float: right
}
#nav-section {
     min-height: 102px;
     min-height: 120px;
     min-width: 320px;
     padding: 0;
     background-color: #fff;
     width: 100%;
     -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -ms-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
}
#nav-section.stuck {
     position: fixed;
     top: 0;
     left: 0;
     z-index: 11;
     -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
     -o-transform: translateZ(0);
     transform: translateZ(0);
}
#nav-section.shrink {
     min-height: 61px;
}
#nav-section.shrink .nav-logo img {
     height: 45px;
}
#nav-section.shrink .navbar-nav > li > a {
     line-height: 61px;
}
#nav-section.shrink .sb-search {
     margin-top: 15px;
}

.col-md-15,
.col-sm-15,
.col-xs-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-15 {
    width: 20%;
    float: left
}

@media (min-width:768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }
}

@media (min-width:992px) {
    .col-md-15 {
        width: 20%;
        float: left
    }
}


#theslider img.herow {
    width: 100%;
}
@media (min-width:992px) {
    #theslider {
        background: #012933;
        background: #f5f5f5;
        padding: 30px 0 30px 0;
        background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%);
    }

    #theslider img.herow {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        -webkit-box-shadow: 0 0px 24px rgba(0,0,0,.25);
        box-shadow: 0 0px 24px rgba(0,0,0,.25);
    }
}

#theslider .btn {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 40px!important;
    border: 0;
    padding: 0 20px;
    height: 42px
}

#theslider .btn.btn-orange {
    background: #fea500
}

#theslider .btn.btn-orange:hover {
    background: #fea500
}

#theunites {
    text-align: center;
    background: #111;
    background: #756952;
    background: url(images/bg-paintball-gironde.jpg) repeat center center fixed
}

#theunites .thecross {
    background: url(images/crosses-2.png) no-repeat center center;
    padding: 30px 0
}

#theunites.theunitessmall h5 {
    font-size: 16px;
    line-height: 23px;
    color: #000;
    height: 40px
}

#theslider {
    position: relative
}

#thenews .arrowed,
#theslider .arrowed,
#theunites .arrowed,
.parallax-page-title .arrowed {
    padding: 62px 0;
    padding: 120px 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.parallax-page-title .arrowed {
    padding-top: 80px;
    padding-bottom: 50px;
    text-align: center
}

#thenews .arrowed {
    padding: 50px 0
}

.pricetitle {
    padding: 16px;
    background: #ffa600;
    background: #b2cc3c;
    color: #fff;
    border-radius: 4px
}

.well {
    background: #25211d;
    color: #fff;
    border: 0;
    border-radius: 10px;
    border-radius: 4px;
    padding: 20px 30px;
    padding: 20px 40px
}

.wellsocial a {
    margin: 0 10px;
    font-size: 20px;
    color: #fea500
}

.infoline {
    display: block;
    margin: 0 0 20px 0;
    color: #fff;
    text-decoration: none
}

.infoline:hover {
    color: #fff;
    text-decoration: none
}

.infoline:hover .well {
    background: #423c36
}

.home .infoline {
    margin-top: 20px
}

.infoline.infoline-bt .well {
    text-align: left;
    padding-left: 15px
}

#theunites .rowunite {
    margin-top: 60px;
    margin-bottom: 40px
}

#theunites h2,
#theunites h3,
#theunites h4 {
    text-transform: uppercase;
    margin-bottom: 12px
}

#theunites h3 {
    font-family: 'Shadows Into Light', cursive;
    font-family: "Covered By Your Grace", cursive;
    font-family: 'Gloria Hallelujah', cursive;
    text-transform: none;
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #fea500;
    color: #f70;
    color: #fff;
    font-size: 26px;
    font-size: 24px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media (max-width:767px) {
    #theunites h3 {
        font-size: 24px
    }
}

#theunites h4 {
    color: #7b7a7b;
    font-size: 14px;
    letter-spacing: -.2px
}

.logo-unite {
    text-align: right
}

@media (max-width:991px) {
    .logo-unite .img-responsive {
        margin-top: 30px
    }
}

@media (max-width:479px) {
    .logo-unite {
        text-align: center
    }
    .logo-unite .img-responsive {
        display: inline-block;
        margin-top: 0
    }
}

.panel-form {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 32px
}

.panel-form2 {
    padding: 0 0 0 32px
}

.btn-unite {
    font-size: 16px;
    border: 0;
    background-color: #ffa723;
    background-color: #fea500;
    color: #fff;
    text-shadow: 1px 1px 1px #aa0020;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#theunites .hiprow a:hover .btn,
.btn-unite:hover {
    color: #222;
    background: #fff;
    text-shadow: 0 0 0 #fff
}

.hiprow {
    margin-bottom: 26px
}

.hiprow p {
    color: #fff;
    font-size: 14px;
    margin: 22px 0;
    text-align: left
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}


.row.low-gutters {
  margin-right: 5px;
  margin-left: 5px;
}
.row.low-gutters > [class^="col-"],
.row.low-gutters > [class*=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.my-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}





#semaine-hero {
    background-position: center bottom;
    background-size: cover;
    min-height: 100vh;
    margin: 0;
    padding: 6rem 0rem;
    position: relative;
}
/*
#semaine-hero.semaine-hero-sm {
    min-height: 80vh;
}
*/
.rowmy-5,
#semaine-hero.semaine-hero-sm {
    margin: 60px 0;
    min-height: auto;
}

#semaine-hero.semaine-hero-sm .myxl-5 {
    margin: 150px 0 250px 0;
    margin: 15vh 0 25vh 0;
}

.curtain {
    /*background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35)) repeat scroll 0% 0%;*/
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1)) repeat scroll 0% 0%;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.45s ease 0s;
    width: 100%;
}
/*
#semaine-hero .semaine h1::after,
#semaine-hero .semaine h2::after {
    background-color: #008ece;
    content: "";
    display: block;
    height: 4px;
    margin: 2rem 0;
    width: 5rem;
}
*/

#semaine-hero .semaine h1,
#semaine-hero .semaine h2 {
    color: #fff;
    font-size: 4rem;
    line-height: 1;
    font-weight: 700;
    /*
    text-transform: uppercase;
    */
    width: 70%;
}

#semaine-hero .semaine p.subheader {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 2rem;
    /*
    max-width: 28rem;
    */
    padding: 0;
}

@media only screen and (device-width: 767px), only screen and (max-width: 767px) {
    #semaine-hero .semaine h1,
    #semaine-hero .semaine h2 {
        font-size: 2rem;
    }
    #semaine-hero .semaine p.subheader {
        font-size: 1.25rem;
    }
    #semaine-hero .semaine h1,
    #semaine-hero .semaine h2,
    #semaine-hero .semaine p.subheader {
        width: 100%;
    }

    #semaine-hero {
        height: 100%;
    }
}



#theunites .row,
#prixe .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:992px) {
    #theunites .col-md-3,
    #prixe .col-md-3 {
        width: 22%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

#theunites .hiprow .well {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    height: 100%
}

#theunites .hiprow .well:hover {
    background-color: #111
}

#theunites .hiprow a,
#theunites .hiprow a:hover,
#theunites .hiprow a:hover h3 {
    text-decoration: none;
    color: #fff
}

.hipstr {
    text-align: center;
    margin: 12px 0 16px 0;
    padding: 0 24px;
    padding: 0 4px;
    display: inline-block;
    width: 100%
}

.hipstr img {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin: 0 auto;
    padding: 8px;
    opacity: .8
}

#theunites .hiprow a:hover .hipstr img {
    opacity: 1;
    padding: 0
}

@media (max-width:767px) {
    .hipstr {
        margin: 12px 0 16px 0;
        padding: 0 34px;
        display: inline-block;
        width: 100%
    }
    #theunites h2 {
        font-size: 28px
    }
}

#thenews {
    padding: 60px 0 0 0;
    background: #fff url(images/crosses-4.png) no-repeat right top;
    color: #2e2924
}

.lacross {
    background: url(images/crosses-4.png) no-repeat right top
}

.container.crosses {
    background: url(images/crosses-1.png) no-repeat bottom left
}

#bignews {
    margin-top: 40px
}

#bignews h3 {
    margin-bottom: 26px
}

.rownews {
    background: #2e2924;
    background: #fea500;
    background: #eee
}

.rownews .item {
    margin-top: 40px;
    margin-bottom: 0
}

#thenews h2,
#thenews h4 {
    color: #fff;
    color: #222;
    font-size: 34px;
    margin-bottom: 12px
}

#thenews h2 {
    margin-bottom: 22px
}

#thenews h4 {
    font-size: 14px;
    color: #99dff7
}

#thenews h3 a {
    font-family: 'Gloria Hallelujah', cursive;
    color: #fff;
    color: #111;
    font-weight: 200;
    font-size: 22px;
    text-decoration: none;
    margin-top: 6px;
    margin-bottom: 4px;
    margin-bottom: 14px;
    display: inline-block;
    line-height: 22px
}

#thenews p {
    font-family: '000Open Sans', sans-serif;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 200;
    line-height: 25px
}

#thenews a.btn-gonews {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    float: right
}

#thenews .item {
    margin: 0 auto 43px;
    margin-bottom: 60px;
    padding-right: 32px;
    text-align: left;
    position: relative
}

#thenews .item h2 {
    margin: 0 auto 43px;
    margin-bottom: 60px;
    padding-right: 32px;
    text-align: left;
    position: relative
}

#thenews .item .image {
    width: 100%;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

#thenews .item .image img {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.btn-full {
    margin-right: 16px;
    text-transform: uppercase;
    line-height: 46px
}

@media (max-width:767px) {
    .pull-right.btn-full {
        margin-right: 0;
        float: none;
        width: 100%
    }
}

#thenews .item .image>a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(0, 176, 234, .875);
    background-color: rgba(32, 35, 38, .82);
    border: 20px solid rgba(240, 135, 0, .95);
    border-bottom-width: 18px;
    border-top-width: 18px;
    background-color: rgba(240, 135, 0, .75);
    z-index: 9;
    text-align: center;
    visibility: hidden;
    text-decoration: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#thenews .item .image>a .btn {
    font-family: Raleway, sans-serif;
    font-weight: 100;
    margin-top: -17px;
    position: relative;
    top: 50%;
    background: 0 0;
    color: #fff;
    font-size: 32px
}

#thenews .item .image>a .btn strong {
    display: none;
    font-weight: 100;
    font-size: 64px
}

#thenews .item .image>a h3 {
    text-align: left;
    color: #fff;
    position: absolute;
    bottom: 43px;
    left: 0;
    padding: 0 12px
}

#thenews .item .image:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3)
}

#thenews .item .image:hover>a {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

#thenews .item .image:hover>a .btn {
    top: 50%
}

@media (max-width:991px) {
    .container {
        width: auto
    }
}

#thenewslist {
    background: #eee
}

#thecta {
    background: #fea500;
    color: #fff
}

#thecta {
    padding: 30px 0;
    font-size: 22px
}

#thectadress {
    padding: 24px 0 24px 0;
    padding: 36px 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    color: #111
}

.navbar {
    float: right;
    margin: 0 30px 0 0;
    min-height: 0;
    border: none
}

.nav-logo {
    float: left;
    margin: 8px 0;
    margin: 20px 0 0 0
}

.nav-logo img {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.navbar-nav>li>a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -.3px;
    padding: 0 15px;
    display: block;
    color: #fea500;
    line-height: 70px;
    line-height: 48px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media (max-width:1199px) {
    .navbar-nav>li>a {
        padding: 0 12px
    }
}

.navbar-nav>li.menu-item-language.menu-item-language-current>a {
    padding: 0 0 0 10px;
    margin-top: -2px
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.nav>li>a:focus,
.nav>li>a:hover,
.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a.active {
    background-color: transparent;
    border-bottom: 2px solid #000;
    border-bottom: 2px solid #ddd;
    color: #000
}

.nav>li.dropdown>a:focus,
.nav>li.dropdown>a:hover,
.navbar-nav>li.current-menu-item.dropdown>a,
.navbar-nav>li.current-menu-item>a,
.navbar-nav>li.dropdown>a.active {
    background-color: transparent;
    border-bottom: 2px solid transparent;
    color: #000;
    background-color: #fff;
    border-bottom: 2px solid #000;
    color: #000
}

.nav>li.dropdown>a:focus,
.nav>li.dropdown>a:hover,
.nav>li.menu-item-language>a:focus,
.nav>li.menu-item-language>a:hover,
.navbar-nav>li.current-menu-item.dropdown>a,
.navbar-nav>li.current-menu-item.menu-item-language>a,
.navbar-nav>li.dropdown>a.active,
.navbar-nav>li.menu-item-language>a.active {
    background-color: #fff;
    border-bottom: 2px solid transparent;
    5color: #ff0060
}

.nav .open>a:hover,
.nav>li.dropdown>a:hover,
.nav>li>a:hover {
    color: #bbb
}

.nav>li.menu-item-language>a:focus img,
.nav>li.menu-item-language>a:hover img,
.navbar-nav>li.current-menu-item.menu-item-language>a img,
.navbar-nav>li.menu-item-language>a.active img {
    opacity: .7
}

.navbar-nav>li.dropdown>a .caret {
    border-right: 3px solid transparent;
    border-top: 3px solid;
    margin-left: 10px;
    display: none
}

.navbar-nav .dropdown-menu {
    background-color: #f1f3f6;
    background-color: #333;
    text-align: center;
    padding: 0;
    border: none;
    display: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.navbar-nav .dropdown-menu:hover,
.navbar-nav .open>.dropdown-menu {
    display: block
}

.navbar-nav .dropdown-menu>li>a {
    display: block;
    font-family: Raleway, sans-serif;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
    color: #fff;
    5text-transform: uppercase;
    line-height: 46px;
    padding: 0 35px 0 25px;
    text-align: left;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.navbar-nav .dropdown-menu>li.current_page_item>a {
    color: #fff;
    background-color: #ffa600;
    background-color: #fff;
    background-color: #fea500;
    color: #fff
}

.navbar-nav .dropdown-menu>li>a.active,
.navbar-nav .dropdown-menu>li>a:focus,
.navbar-nav .dropdown-menu>li>a:hover {
    background-color: #fea500;
    color: #fff
}

#nav-mobile-btn {
     background-color: #ffa600;
     color: #fff;
     background-color: #fff;
     color: #ffa600;
     border: 0;
     font-size: 28px;
     width: 140px;
     padding: 5px 0;
     line-height: 1;
     float: right;
     margin-top: 29px;
     text-align: right;
     display: none;
     -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
     border-radius: 0px;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}
/*#nav-mobile-btn span.menutext {
     margin-right: 10px;
     font-size: 12px;
     text-transform: uppercase;
     color: #aaa;
}
*/
@media (max-width: 449px) {
     #nav-mobile-btn {
         width: 40px;
    }
    /* #nav-mobile-btn span.menutext {
         display: none;
    }
     */
}
#nav-mobile-btn .fa,#nav-mobile-btn .fa {
     padding: 4px 7px;
}
#nav-mobile-btn:active .fa,#nav-mobile-btn:hover .fa {
     background-color: #b6261f;
     background-color: #fea500;
     color: #fff;
}
.shrink #nav-mobile-btn {
     margin-top: 9px;
}
.nav-mobile {
     position: fixed;
     top: 0;
     left: 0;
     z-index: 1;
     visibility: hidden;
     width: 300px;
     height: 100%;
     background: #F7F8FA;
     padding: 15px;
     overflow: auto;
     -webkit-transform: translate3d(-50%, 0, 0);
     transform: translate3d(-50%, 0, 0);
     -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -ms-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
}
.nav-mobile > i {
     position: absolute;
     top: 6px;
     right: 15px;
     font-size: 28px;
     cursor: pointer;
     width: 40px;
     height: 40px;
     line-height: 40px;
     text-align: center;
     background-color: transparent;
     -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -ms-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
}
.nav-mobile > i:hover,.nav-mobile > i:active {
     color: #4f5154;
     background-color: #f1f3f6;
}
.nav-mobile h2 {
     text-align: center;
     margin: 10px 0 25px;
     color: #4d4f52;
}
.nav-mobile h2 i {
     margin-right: 10px;
}
.nav-mobile a {
     color: #74777c;
}
.nav-mobile a:hover {
     color: #ffa600;
     text-decoration: none;
}
.nav-mobile a:focus {
     text-decoration: none;
}
.nav-mobile ul {
     list-style: none;
}
.nav-mobile > ul {
     padding: 0;
}
.nav-mobile > ul li {
     margin-bottom: 10px;
}
.nav-mobile > ul li > a {
     margin-bottom: 10px;
     display: block;
}
.nav-mobile > ul li.dropdown > a,.nav-mobile > ul li.dropdown-submenu > a {
    /*border-bottom:1px solid rgba(0,0,0,0.08);
    */
}
.nav-mobile > ul > li {
     margin-bottom: 20px;
     padding-left: 10px;
}
.nav-mobile > ul ul {
     padding-left: 15px;
     border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.nav-mobile::after {
     position: absolute;
     top: 0;
     right: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.2);
     content: '';
     display: none;
     opacity: 1;
     -webkit-transition: opacity 0.5s;
     transition: opacity 0.5s;
}
.nav-mobile.open {
     visibility: visible;
     -webkit-transition: -webkit-transform 0.5s;
     transition: transform 0.5s;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
}
.nav-mobile.open::after {
     width: 0;
     height: 0;
     opacity: 0;
     -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
     transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

#home-search-section {
    background-image: url(http://placehold.it/1920x800);
    position: relative;
    text-align: center;
    padding: 105px 0;
    overflow: hidden;
    background-position: center center
}

#home-search-section:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 35, 38, .92)
}

.slider-title {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    line-height: 60px
}

#home-search-buttons {
    margin-top: 70px
}

#home-search-buttons .btn {
    border-width: 1px;
    line-height: 21px
}

#home-search-buttons>.btn {
    margin: 0 5px
}

#home-search-buttons .input-group {
    margin: 18px 0 22px
}

#home-search-buttons .form-control {
    background-color: rgba(21, 22, 23, .75);
    height: 60px;
    border-color: rgba(21, 22, 23, .8);
    color: #fff
}

#home-search-buttons .form-control:focus {
    border-color: #ffa600
}

#home-search-buttons .input-group .btn-default {
    border: none;
    background-color: #ffa600;
    height: 60px;
    color: rgba(255, 255, 255, .7);
    width: 80px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

#home-search-buttons .input-group .btn-default:hover {
    width: 100px;
    padding-left: 30px;
    color: #fff
}

#home-search-buttons .input-group .btn-default .fa {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#home-search-buttons .input-group .btn-default:hover .fa {
    left: 12px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.action-box {
    background-color: #ffa600;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    color: #fff;
    position: relative
}

.action-box h2 {
    color: #fff;
    text-transform: none;
    margin-bottom: 26px
}

.action-box h3 {
    color: #fff;
    text-transform: uppercase
}

.action-box p {
    margin: 0
}

.action-box .input-group {
    margin-top: 0!important
}

.parallax {
    position: relative;
    text-align: center;
    padding: 85px 0;
    overflow: hidden;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    background-position: center center
}

.parallax-home {
    border: 0
}

.parallax-page-title {
    padding: 0
}

.parallax .section-title {
    color: #4d4f52;
    margin-top: 0
}

.pattern-bg {
    position: relative;
    background-image: url(images/patterns/pattern1.jpg);
    background-image: url(images/patterns/paintball-bassin-arcachon.jpg);
    background-image: url(images/le-groupe.jpg);
    background-image: url(images/banner3.jpg);
    width: 100%;
    height: 200%;
    background-repeat: repeat;
    background-size: cover
}

@media all and (-webkit-min-device-pixel-ratio:1.5) {
    .pattern-bg {
        background-image: url(images/patterns/pattern1@2x.jpg)
    }
}

.pattern-bg:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fea500;
    background-color: #ffa600;
    background-color: #f1f3f6;
    background-color: #fff;
    z-index: 0;
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .95
}

.pattern-bg .section-title:after,
.pattern-bg .section-title:before {
    background-color: #4d4f52
}

.pattern-bg.colored-bg:before {
    background-color: #ffa600;
    background-color: #fea500;
    background-color: #141212
}

.pattern-bg.colored-bg-2:before {
    background-color: #f70;
    background-color: transparent;
    background-color: #fea500;
    background-color: #202326
}

.pattern-bg.colored-bg .container {
    position: relative;
    z-index: 10
}

.colored-bg {
    border: none;
    color: #fff
}

.colored-bg:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #202326;
    -webkit-opacity: .82;
    -moz-opacity: .82;
    opacity: .82
}

.colored-bg .section-title {
    color: #fff
}

.colored-bg .section-title:after,
.colored-bg .section-title:before {
    background-color: #fff
}

.colored-bg .owl-controls .owl-page span {
    background: none repeat scroll 0 0 rgba(255, 255, 255, .5)
}

.colored-bg .owl-controls .owl-page.active span {
    background: none repeat scroll 0 0 #fff
}

.action-box:before,
.colored-bg:before {
    background-color: rgba(223, 74, 67, .82)
}

.gray-bg {
    background-color: #f1f3f6;
    padding: 90px 0 60px 0;
    border-top: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.gray-bg .section-title {
    color: #4d4f52;
    margin-top: 0
}

.gray-bg .section-title:after,
.gray-bg .section-title:before {
    background-color: #4d4f52;
    -webkit-opacity: .2;
    -moz-opacity: .2;
    opacity: .2
}

.colored,
.gray {
    position: relative
}

.gray .form-control {
    background-color: rgba(255, 255, 255, .5)
}

.content.colored:before,
.content.gray:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 33.3%;
    height: 100%;
    background-color: #ffa600
}

.content.gray:before {
    background-color: #f1f3f6
}

.main {
    padding-top: 55px;
    padding-bottom: 75px
}

.main h2 {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 16px;
    margin-bottom: 20px;
    font-size: 34px;
    font-size: 24px;
    color: #111
}

.feature {
    display: inline-block;
    padding: 2% 0;
    text-align: center;
    margin-bottom: 60px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.feature i {
    display: inline-block;
    font-size: 32pt;
    cursor: default;
    margin-bottom: 35px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    position: relative;
    z-index: 1;
    color: #ffa600;
    border: 4px solid #ffa600;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.feature i:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #ffa600;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: -webkit-transform .2s, opacity .3s;
    -moz-transition: -moz-transform .2s, opacity .3s;
    transition: transform .2s, opacity .3s
}

.feature i:before {
    speak: none;
    font-size: 32pt;
    line-height: 86px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased
}

.no-touch .feature:hover i {
    color: #fff
}

.feature i:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.no-touch .feature:hover i:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.feature h3 {
    width: 90%;
    margin: 0 auto 20px;
    color: #4d4f52;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.feature:hover h3 {
    color: #ffa600
}

.feature p {
    width: 90%;
    margin: 0 auto 30px
}

#property-gallery {
    margin-top: 40px;
    margin-bottom: 40px
}

.property-gallery .item {
    margin: 0 2px;
    position: relative;
    overflow: hidden
}

.property-gallery .item img {
    width: 100%
}

.property-gallery .item:hover img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4)
}

.property-gallery .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(32, 35, 38, .82);
    border: 10px solid rgba(32, 35, 38, .8);
    z-index: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.property-gallery .item:hover a {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.property-gallery .item a span.btn {
    position: absolute;
    width: 32px;
    height: 32px;
    z-index: 2;
    bottom: -32px;
    margin-bottom: -16px;
    left: 50%;
    margin-left: -16px;
    border-width: 1px;
    padding: 0;
    font-size: 16pt
}

.property-gallery .item:hover a span.btn {
    bottom: 50%
}

.property-gallery .item img,
.property-gallery a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.property-gallery2 {
    text-align: center
}

.property-gallery2 .item {
    margin: -1px;
    position: relative;
    overflow: hidden;
    width: 246px;
    height: 236px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.property-gallery2 .item h1.section-title {
    font-size: 17pt;
    margin-top: 40px;
    margin-bottom: 25px
}

.property-gallery2 .item p.section-text {
    padding: 0 20px
}

.property-gallery2 .item img {
    width: 100%;
    height: 100%
}

.property-gallery2 .item:hover img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4)
}

.property-gallery2 .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(32, 35, 38, .82);
    border: 10px solid rgba(32, 35, 38, .8);
    z-index: 1;
    text-align: left;
    text-decoration: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.property-gallery2 .item:hover a {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.property-gallery2 .item a h3 {
    color: #fff;
    position: absolute;
    bottom: 43px;
    left: 0;
    padding: 0 12px
}

.property-gallery2 .item a .location {
    font-style: italic;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 12px;
    display: block;
    color: #74777c
}

.property-gallery2 .item img,
.property-gallery2 a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.sidebar {
    padding-top: 55px;
    padding-bottom: 80px
}

.sidebar img {
    max-width: 100%
}

.sidebar.colored {
    background-color: #ffa600;
    color: #fff
}

.sidebar.colored a {
    color: #fff;
    text-decoration: underline
}

.sidebar.colored .section-title {
    color: #fff
}

.sidebar.colored .section-title:after,
.sidebar.colored .section-title:before {
    background-color: #fff
}

.sidebar.colored .owl-controls .owl-page span {
    background: #fff;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.sidebar.colored .owl-controls .owl-page.active span {
    background: #fff;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.sidebar.gray {
    background-color: #f1f3f6
}

.sidebar.gray .section-title {
    color: #4d4f52
}

.sidebar.gray .section-title:after,
.sidebar.gray .section-title:before {
    background-color: #4d4f52
}


.infoWindow {
     color: #74777c;
     width: 480px;
     line-height: normal ! important;
}
.infoWindow img {
     float: left;
     max-width: 140px !important;
     max-width: 240px !important;
     max-height: 100px !important;
     margin: 10px 10px 10px 0;
}
.infoWindow .description {
     padding: 10px 0;
}
.infoWindowAgency,.infoWindowContacts {
     color: #74777c;
     width: 170px;
     overflow: visible !important;
     background-color: #fff;
     padding: 10px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     border-radius: 2px;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.infoWindowAgency:before,.infoWindowContacts:before {
     content: "";
     position: absolute;
     width: 20px;
     height: 20px;
     background: #fff;
     transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     bottom: -7px;
     left: 50%;
     margin-left: -10px;
     z-index: -1;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.infoWindowAgency:after,.infoWindowContacts:after {
     content: '';
     position: absolute;
     bottom: -20px;
     left: 50%;
     margin-left: -10px;
     height: 0;
     width: 0;
     border: 10px solid transparent;
     border-top-color: #fff;
     z-index: 99;
}
.infoWindowAgency img,.infoWindowContacts img {
     float: left;
     max-width: 150px !important;
     margin: 10px 0;
}
.infoWindowAgency .description,.infoWindowContacts .description {
     padding: 10px 0;
}


#contacts-overlay,
#map-property-filter {
    position: relative;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .2);
    text-align: center
}

#contacts-overlay .container,
#map-property-filter .container {
    overflow: hidden;
    max-height: 1px;
    -webkit-transition: max-height .3s ease-out;
    -moz-transition: max-height .3s ease-out;
    -ms-transition: max-height .3s ease-out;
    -o-transition: max-height .3s ease-out;
    transition: max-height .3s ease-out
}

#contacts-overlay form,
#map-property-filter form {
    margin-top: 25px
}

#contacts-overlay .form-control,
#map-property-filter .form-control {
    text-align: left
}

#contacts-overlay .form-control,
#map-property-filter .form-control {
    display: inline-block;
    vertical-align: middle
}

#contacts-overlay .btn,
#map-property-filter .btn {
    height: 39px;
    margin: 0 10px 15px 10px
}

#contacts-overlay.open,
#map-property-filter.open {
    border-top-color: rgba(0, 0, 0, .2)
}

#contacts-overlay.open .container,
#map-property-filter.open .container {
    max-height: 700px
}

#home-grid {
    width: 100%;
    padding: 50px 0
}

@keyframes start {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

@-webkit-keyframes start {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

#home-map {
    background-color: #dedede
}

#contacts-overlay,
#map-property-filter {
    background-color: transparent;
    border: none;
    color: #74777c;
    position: relative
}

#contacts-overlay .container,
#map-property-filter .container {
    max-height: none;
    overflow: visible
}

#contacts-overlay .row .col-sm-12,
#map-property-filter .row .col-sm-12 {
    background-color: rgba(255, 255, 255, .7);
    float: right;
    margin-top: -200px;
    z-index: 99
}

#contacts-overlay .form-control,
#map-property-filter .form-control {
    background-color: #fff
}

#contacts-overlay #contacts-overlay-close,
#contacts-overlay #filter-close,
#map-property-filter #contacts-overlay-close,
#map-property-filter #filter-close {
    position: absolute;
    top: 5px;
    right: 12px;
    content: "\f068";
    font-size: 18pt;
    cursor: pointer
}

.property-large-buttons {
    list-style: none;
    margin-bottom: 35px;
    margin-top: 15px;
    padding: 0
}

.property-large-buttons li {
    position: relative;
    height: 360px;
    width: 32.3333%;
    display: inline-block;
    float: left;
    text-align: center;
    margin: 0 .5% 20px .5%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.property-large-buttons li:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(241, 243, 246, .82);
    z-index: 1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.property-large-buttons li:hover:before {
    background-color: rgba(223, 74, 67, .8200000000000001)
}

.property-large-buttons li i {
    position: relative;
    font-size: 44pt;
    margin-top: 130px;
    z-index: 2;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.property-large-buttons li:hover i {
    color: #fff;
    margin-top: 65px
}

.property-large-buttons li h4 {
    position: relative;
    font-size: 25pt;
    color: #74777c;
    z-index: 2;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.property-large-buttons li:hover h4 {
    color: #fff
}

.property-large-buttons li a {
    position: relative;
    z-index: 2;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-top: -40px
}

.property-large-buttons li:hover a {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    margin-top: 110px
}

.contact-us {
    list-style: none;
    padding: 15px 40px;
    background-color: #f7f8fa;
    border: 1px solid #dadbdf;
    overflow: hidden;
    margin-bottom: 25px
}

.contact-us li {
    margin: 6px 0;
    display: block;
    position: relative;
    padding: 5px 0 0 40px;
    min-height: 30px
}

.contact-us li div {
    display: inline-block;
    width: 100%
}

.contact-us li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13pt;
    color: #fff;
    background-color: #74777c;
    margin-right: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.contact-us li a {
    color: #74777c
}

.contact-us li a:hover {
    color: #ffa600;
    text-decoration: none
}

.panel-group {
    margin-bottom: 40px;
    margin-top: 20px;
    border: none;
    border-bottom: none
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 6px
}

.panel-group .panel+.panel {
    margin-top: 0
}

.gray .sidebar .panel-group,
.sidebar.gray .panel-group {
    border: 1px solid #e3e3e3;
    margin-top: 0
}

.gray .sidebar .panel-group .panel,
.sidebar.gray .panel-group .panel {
    border: none;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.gray .sidebar .panel-group .panel+.panel,
.sidebar.gray .panel-group .panel+.panel {
    border-top: 1px solid #e3e3e3
}

.twitter {
    text-align: center
}

.twitter .item {
    margin-bottom: 20px
}

.twitter .item header {
    margin-bottom: 20px
}

.twitter .item header h3 {
    display: inline-block;
    font-size: 21pt;
    font-weight: 700;
    margin-right: 5px
}

.twitter .item .text a {
    font-style: italic
}

.colored-bg .twitter .item {
    color: #fff
}

.colored-bg .twitter .item header h3 {
    color: #fff
}

.colored-bg .twitter .item header a {
    color: #fff
}

.colored-bg .twitter .item .text a {
    color: #4d4f52
}

.services {
    list-style: none;
    display: inline-block;
    padding: 0;
    clear: both
}

.services>li {
    display: inline-block;
    margin-bottom: 26px
}

.services>li h3 {
    margin-bottom: 15px;
    color: #4d4f52
}

.services>li p a {
    font-style: italic
}

.property-large-buttons2 {
    list-style: none;
    margin-bottom: 35px;
    margin-top: 15px;
    padding: 0
}

.property-large-buttons2 li {
    position: relative;
    height: 270px;
    width: 25%;
    display: inline-block;
    float: none;
    text-align: center;
    margin: 0 1% 20px 1%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.property-large-buttons2 li:hover {
    border: 1px solid #fff
}

.property-large-buttons2 li:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.property-large-buttons2 li:hover:before {
    -webkit-opacity: .05;
    -moz-opacity: .05;
    opacity: .05
}

.property-large-buttons2 li i {
    position: relative;
    font-size: 44pt;
    margin-top: 80px;
    z-index: 2;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.property-large-buttons2 li:hover i {
    color: #fff;
    margin-top: 45px
}

.property-large-buttons2 li h4 {
    position: relative;
    font-size: 25pt;
    color: #fff;
    z-index: 2;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.property-large-buttons2 li a {
    position: relative;
    z-index: 2;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-top: -30px
}

.property-large-buttons2 li:hover a {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    margin-top: 40px
}

.form-style {
    background-color: #f1f3f6;
    padding: 40px 25px
}

.form-style .form-control {
    background-color: #f7f8fa;
    margin-bottom: 20px
}

.form-style textarea.form-control {
    min-height: 120px
}

.sort {
    float: right;
    margin-left: 15px;
    height: 41px;
    margin-bottom: 15px;
    display: inline-block
}

.sort span {
    display: inline-block;
    float: left;
    line-height: 39px
}

.sort ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    border: 1px solid #e4e4e4;
    margin-left: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.sort ul li {
    display: inline-block;
    float: left;
    height: 39px;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 19pt;
    padding: 0 10px;
    line-height: 39px;
    color: #adb2b6;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}

.sort ul li+li {
    border-left: 1px solid #e4e4e4
}

.sort ul li.active,
.sort ul li:hover {
    background-color: #f1f3f6
}

.sort {
    float: left
}

.sort ul {
    margin-left: 0
}

.sort ul>li {
    padding: 0
}

.sort ul>li i {
    font-size: 14px;
    color: #74777c;
    width: 38px;
    height: 39px;
    float: left;
    line-height: 39px
}

.property-title {
    text-transform: none;
    font-size: 24pt;
    margin-bottom: 40px;
    margin-top: 54px
}

.property-title small {
    display: block;
    font-style: italic;
    color: #4d4f52;
    font-size: 12pt;
    margin-top: 4px
}

#property-detail-wrapper {
    position: relative
}

#property-detail-wrapper.style1 .price {
    position: absolute;
    top: 10px;
    left: -5px;
    background-color: #ffa600;
    color: #fff;
    padding: 2px 20px 2px 10px;
    z-index: 10;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

#property-detail-wrapper.style1 .price:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -6px;
    border-color: transparent #751814 transparent transparent;
    border-style: solid;
    border-width: 0 6px 6px 0;
    height: 0;
    width: 0
}

#property-detail-wrapper.style1 .price i {
    margin-right: 8px;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6
}

#property-detail-wrapper.style1 .price span {
    display: block;
    font-size: 16pt;
    font-weight: 700;
    margin-top: -4px
}

#property-detail-large {
    margin-bottom: 5px
}

#property-detail-large .item {
    background: #fff;
    padding: 0;
    margin: 0 1px
}

#property-detail-large .item img {
    width: 100%
}

#property-detail-large .item .price {
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #ffa600;
    color: #fff;
    padding: 2px 20px 2px 10px;
    z-index: 10;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

#property-detail-large .item .price:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -6px;
    border-color: transparent #751814 transparent transparent;
    border-style: solid;
    border-width: 0 6px 6px 0;
    height: 0;
    width: 0
}

#property-detail-large .item .price i {
    margin-right: 8px;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6
}

#property-detail-large .item .price span {
    display: block;
    font-size: 16pt;
    font-weight: 700;
    margin-top: -4px
}

#property-detail-thumbs {
    margin-bottom: 80px
}

#property-detail-thumbs .item {
    height: 128px;
    margin: 0 1px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

#property-detail-thumbs .item img {
    width: 100%
}

#property-detail-thumbs .item:after {
    content: " ";
    background-color: #fff;
    border: 0;
    display: block;
    height: 100%;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

#property-detail-thumbs .item:hover:after {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

#property_location {
    height: 285px;
    margin-bottom: 40px
}

.grid-style1 .item,
.grid-style2 .item {
    margin: 0 auto 43px;
    text-align: left;
    position: relative
}

.grid-style1 .item .image,
.grid-style2 .item .image {
    background: #eee;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.grid-style1 .item .image img,
.grid-style2 .item .image img {
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.grid-style1 .item .image>a,
.grid-style2 .item .image>a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    border: 20px solid rgba(240, 135, 0, .95);
    border-bottom-width: 18px;
    border-top-width: 18px;
    background-color: rgba(240, 135, 0, .75);
    z-index: 9;
    text-align: center;
    visibility: hidden;
    text-decoration: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.grid-style1 .item .image>a .btn,
.grid-style2 .item .image>a .btn {
    margin-top: -17px;
    position: relative;
    top: 100%;
    font-family: Raleway, sans-serif;
    font-weight: 100;
    margin-top: -17px;
    position: relative;
    top: 50%;
    background: 0 0;
    color: #fff;
    font-size: 32px
}

.grid-style1 .item .image>a h3,
.grid-style2 .item .image>a h3 {
    text-align: left;
    color: #fff;
    position: absolute;
    bottom: 43px;
    left: 0;
    padding: 0 12px
}

.grid-style1 .item .image>a .location,
.grid-style2 .item .image>a .location {
    text-align: left;
    font-style: italic;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 12px;
    display: block;
    color: #74777c
}

.grid-style1 .item .image:hover img,
.grid-style2 .item .image:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3)
}

.grid-style1 .item .image:hover>a,
.grid-style2 .item .image:hover>a {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.grid-style1 .item .image:hover>a .btn,
.grid-style2 .item .image:hover>a .btn {
    top: 50%
}

.grid-style1 .item .image-large,
.grid-style2 .item .image-large {
    height: 255px
}

.grid-style1 .item .price,
.grid-style1 .item .tag,
.grid-style2 .item .price,
.grid-style2 .item .tag {
    position: absolute;
    top: 10px;
    left: 9px;
    background-color: #ffa600;
    color: #fff;
    padding: 2px 20px 2px 10px;
    z-index: 10;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.grid-style1 .item .price:before,
.grid-style1 .item .tag:before,
.grid-style2 .item .price:before,
.grid-style2 .item .tag:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -6px;
    border-color: transparent #751814 transparent transparent;
    border-style: solid;
    border-width: 0 6px 6px 0;
    height: 0;
    width: 0
}

.grid-style1 .item .price i,
.grid-style1 .item .tag i,
.grid-style2 .item .price i,
.grid-style2 .item .tag i {
    margin-right: 8px;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6
}

.grid-style1 .item .price span,
.grid-style1 .item .tag span,
.grid-style2 .item .price span,
.grid-style2 .item .tag span {
    display: block;
    font-size: 16pt;
    font-weight: 700;
    margin-top: -4px;
    line-height: 1.4
}

.grid-style1 .item .tag,
.grid-style2 .item .tag {
    padding: 14px 18px;
    font-size: 17px
}

.grid-style1 .item .tag i,
.grid-style2 .item .tag i {
    margin-right: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.grid-style1 .item>.info,
.grid-style1 .item>.info-blog,
.grid-style2 .item>.info,
.grid-style2 .item>.info-blog {
    padding: 20px 0 0
}

.grid-style1 .item>.info h3,
.grid-style1 .item>.info-blog h3,
.grid-style2 .item>.info h3,
.grid-style2 .item>.info-blog h3 {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.grid-style1 .item>.info h3 a,
.grid-style1 .item>.info-blog h3 a,
.grid-style2 .item>.info h3 a,
.grid-style2 .item>.info-blog h3 a {
    color: #4d4f52
}

.grid-style1 .item>.info h3 a:hover,
.grid-style1 .item>.info-blog h3 a:hover,
.grid-style2 .item>.info h3 a:hover,
.grid-style2 .item>.info-blog h3 a:hover {
    text-decoration: none;
    color: #ffa600
}

.grid-style1 .item>.info h3 small,
.grid-style1 .item>.info-blog h3 small,
.grid-style2 .item>.info h3 small,
.grid-style2 .item>.info-blog h3 small {
    display: block;
    font-style: italic;
    margin-top: 4px
}

.grid-style1 .item>.info-blog h3,
.grid-style2 .item>.info-blog h3 {
    border-bottom: none;
    padding-bottom: 0
}

.grid-style1 .item .top-info,
.grid-style2 .item .top-info {
    padding: 0 0 14px 0;
    margin: 0 0 15px;
    border-bottom: 1px solid #e4e4e4;
    color: #adb2b6;
    font-size: 13px
}

.grid-style1 .item .top-info li,
.grid-style2 .item .top-info li {
    display: inline-block;
    margin-right: 14px
}

.grid-style1 .item .top-info li:last-child,
.grid-style2 .item .top-info li:last-child {
    margin-right: 0
}

.grid-style1 .item .top-info li i,
.grid-style2 .item .top-info li i {
    margin-right: 5px
}

@media (max-width:991px) {
    .grid-style1 .item .top-info,
    .grid-style2 .item .top-info {
        padding: 10px 0
    }
}

.pricing {
    margin-top: 60px;
    text-align: center
}

.pricing .item {
    margin-bottom: 40px
}

.pricing .item header {
    padding: 18px 0;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -ms-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out
}

.pricing .item header h2 {
    text-transform: none;
    font-size: 21pt;
    margin-bottom: 5px
}

.pricing .item header h2 i {
    color: #adb2b6;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.pricing .item header h2 i:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.pricing .item header .price {
    font-weight: 700;
    font-size: 24pt;
    color: #ffa600
}

.pricing .item header .price small {
    color: #adb2b6;
    font-weight: 300;
    font-size: 11pt;
    display: block;
    margin-top: -2px
}

.pricing .item>ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.pricing .item>ul>li {
    border: 1px solid #e3e3e3;
    border-top: none;
    padding: 15px;
    font-size: 12pt
}

.pricing .item>ul>li i {
    color: #adb2b6;
    margin-left: 5px
}

.pricing .item>ul>li:nth-child(odd) {
    background-color: #f1f3f6
}

.pricing .item .btn {
    width: 100%;
    line-height: 68px;
    height: 68px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -ms-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out
}

.pricing .item .btn-default-color {
    border: 1px solid #ffa600;
    color: #ffa600
}

.pricing .item .btn-default-color:hover {
    background-color: #ffa600;
    color: #fff
}

.pricing .item .btn-default {
    border: 1px solid #4d4f52;
    color: #4d4f52
}

.pricing .item .btn-default:hover {
    background-color: #4d4f52;
    color: #fff
}

.pricing .item:hover header {
    background-color: #ffa600
}

.pricing .item:hover header .price,
.pricing .item:hover header .price small,
.pricing .item:hover header h2 {
    color: #fff
}

.pricing .item:hover header h2 i {
    color: #fff
}

.gray-bg .pricing {
    margin-top: 0
}

.pricing.style2 .item header .price,
.pricing.style2 .item header h2 {
    color: #4d4f52
}

.pricing.style2 .item>ul>li:nth-child(odd) {
    background-color: #f7f8fa
}

.pricing.style2 .item:hover header {
    background-color: #4d4f52
}

.pricing.style2 .item:hover header .price,
.pricing.style2 .item:hover header .price small,
.pricing.style2 .item:hover header h2 {
    color: #fff
}

.pricing.style2 .item:hover header h2 i {
    color: #fff
}

.pricing.style3 .item {
    display: inline-block
}

.pricing.style3 .item header {
    width: 30%;
    float: left;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.pricing.style3 .item header h2 {
    margin-bottom: 4px
}

.pricing.style3 .item>ul {
    width: 50%;
    float: left
}

.pricing.style3 .item>ul>li {
    border: 1px solid #e3e3e3;
    border-left: none;
    float: left;
    width: 50%;
    padding: 22px
}

.pricing.style3 .item>ul>li:nth-child(odd) {
    background-color: transparent
}

.pricing.style3 .item>.btn {
    width: 20%;
    float: left;
    height: 138px;
    line-height: 138px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.pricing.style4 {
    margin-top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px
}

.pricing.style4 .item {
    margin-bottom: 0
}

.pricing.style4 .item.right>a {
    text-align: center;
    float: right
}

.pricing.style4 .item>a {
    float: left;
    padding: 20px;
    border: 1px solid #e3e3e3;
    min-width: 250px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -ms-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out
}

.pricing.style4 .item>a h2 {
    text-transform: none;
    font-size: 21pt;
    margin-bottom: 5px;
    color: #fff
}

.pricing.style4 .item>a h2 i {
    color: #adb2b6;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.pricing.style4 .item>a h2 i:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.pricing.style4 .item>a .price {
    font-weight: 700;
    font-size: 24pt;
    color: #fff
}

.pricing.style4 .item>a .price small {
    color: #fff;
    font-weight: 300;
    font-size: 11pt;
    display: block;
    margin-top: -2px
}

.pricing.style4 .item:hover>a {
    background-color: transparent;
    text-decoration: none
}

.pricing.style4 .item>a:hover {
    background-color: rgba(255, 255, 255, .2)
}

#pricing-free {
    background-image: url(http://placehold.it/1920x300)
}

#pricing-standard {
    background-image: url(http://placehold.it/1920x300)
}

#pricing-premium {
    background-image: url(http://placehold.it/1920x300)
}

.e404>div {
    font-size: 66pt;
    color: #ffa600;
    text-align: center;
    float: left
}

.e404>div span {
    display: block;
    margin-top: 30px
}

.e404>div strong {
    font-size: 140pt;
    display: block;
    margin-top: -80px
}

.e404 i {
    float: right;
    font-size: 170pt;
    color: #ffa600;
    margin-top: 64px
}

.blog-title {
    text-transform: none;
    font-size: 24pt;
    margin-bottom: 40px;
    margin-top: 54px
}

.blog-main-image {
    position: relative;
    background: #f1f3f6;
    margin-bottom: 16px;
    overflow: hidden;
    5height: 166px;
    height: auto
}

.blog-main-image img {
    max-width: 100%
}

.blog-main-image .tag {
    position: absolute;
    top: 10px;
    left: -6px;
    background-color: #ffa600;
    color: #fff;
    padding: 14px 18px;
    z-index: 10;
    font-size: 17px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.blog-main-image .tag:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -6px;
    border-color: transparent #751814 transparent transparent;
    border-style: solid;
    border-width: 0 6px 6px 0;
    height: 0;
    width: 0
}

.blog-main-image .tag i {
    margin-right: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.blog-bottom-info {
    width: 100%;
    text-align: left;
    margin: 0;
    margin-bottom: 40px;
    border: 0 solid #e3e3e3;
    background-color: #f1f3f6;
    clear: both;
    font-family: Raleway, sans-serif;
    font-weight: 300;
    font-size: 13px
}

.blog-bottom-info.the-bottom {
    margin-top: 32px
}

.blog-bottom-info-nocolink a {
    color: #74777c
}

.blog-bottom-info>ul {
    list-style: none;
    padding: 8px 0;
    margin: 0;
    background-color: #fff;
    background-color: #f1f3f6;
    display: inline-block
}

.blog-bottom-info>ul li {
    display: inline-block;
    height: 38px;
    margin: 0;
    padding: 10px 18px 0 18px;
    border-right: 1px solid #e4e4e4;
    border-right: 1px solid #fff;
    color: #74777c
}

.blog-bottom-info>ul li:first-child {
    border-right: none;
    padding-right: 5px
}

.blog-bottom-info>ul li:last-child {
    border-right: none
}

.blog-bottom-info>ul li .fa {
    color: #adb2b6;
    font-size: 18px;
    margin-right: 3px
}

.blog-bottom-info>ul li a .fa {
    color: #ffa600;
    font-size: 20px;
    margin-right: 0
}

.blog-bottom-info>ul li a:hover .fa {
    color: #fea500
}

.blog-bottom-info>ul li [class*=" icon-"],
.blog-bottom-info>ul li [class^=icon-] {
    color: #adb2b6;
    float: left;
    font-size: 18px;
    margin-right: 3px;
    margin-top: -3px
}

.blog-bottom-info #post-author {
    float: right;
    line-height: 54px;
    margin-right: 20px
}

.blog-bottom-info #post-author i {
    font-size: 15pt;
    color: #adb2b6;
    margin-right: 5px
}

.blog-bottom-info:after,
.blog-bottom-info:before {
    content: " ";
    display: table
}

.blog-bottom-info:after {
    clear: both
}

.post-content img {
    max-width: 100%
}

.post-content img.right {
    float: right;
    margin-left: 15px
}

.post-content img.left {
    float: left;
    margin-right: 15px
}

.post-content p {
    margin-bottom: 40px
}

.post h4 {
    margin-top: 18px;
    margin-bottom: 20px
}

.post p,
.post ul {
    color: #333
}

.post p {
    line-height: 21px
}

.post ul {
    line-height: 24px
}

.comments {
    margin-bottom: 20px;
    padding: 40px;
    background-color: #f1f3f6
}

.comments>ul {
    display: inline-block;
    list-style: none;
    width: 100%;
    padding: 0
}

.comments>ul>li {
    width: 100%;
    float: left
}

.comments>ul>li img {
    border: 1px solid #e3e3e3;
    width: 12%
}

.comments>ul>li ul {
    float: left;
    width: 100%;
    padding-left: 15%;
    list-style: none
}

.comments .comment {
    float: right;
    position: relative;
    width: 85%;
    padding: 18px;
    background-color: #f7f8fa;
    margin-bottom: 35px;
    border: 1px solid #e3e3e3
}

.comments .comment:after,
.comments .comment:before {
    content: "";
    position: absolute;
    top: 14px;
    left: -8px;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid solid outset solid;
    border-width: 8px 10px 8px 0;
    border-color: transparent #f7f8fa transparent transparent
}

.comments .comment:before {
    z-index: 9;
    left: -10px;
    border-color: transparent #e3e3e3 transparent transparent
}

.comments .comment h3 {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
    font-weight: 300
}

.comments .comment h3 small {
    display: block;
    font-size: 9pt;
    margin: 5px 0 10px
}

.comments .comment .btn {
    float: right;
    margin-bottom: 14px
}

.comments-form {
    padding-left: 13%
}

.comments-form h3 {
    font-weight: 300
}

.comments-form p {
    color: #adb2b6
}

.comments-form .form-style {
    padding: 0;
    margin-top: 20px;
    display: inline-block;
    background-color: transparent
}

.tags {
    list-style: none;
    margin: 0
}

.tags li {
    display: inline-block;
    margin: 3px 1px
}

.tags li a {
    color: #74777c;
    display: block;
    padding: 6px 9px;
    background-color: rgba(255, 255, 255, .3);
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}

.tags li a:hover {
    background-color: rgba(255, 255, 255, .8);
    text-decoration: none
}

.contacts {
    position: relative
}

.contacts:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 33.3%;
    height: 100%;
    background-color: #fff;
    z-index: 1
}

.contacts .main {
    background-color: #fff;
    position: relative;
    z-index: 2
}

.contacts form {
    margin-top: 35px
}

.contacts form .btn {
    margin-top: 20px
}

#contacts_map {
    height: 100%;
    width: 100%;
    position: absolute!important;
    top: 0;
    left: 0;
    background-color: #e3e3e3
}

#contacts-overlay {
    position: absolute;
    left: 15px;
    bottom: 30px;
    z-index: 2;
    background-color: rgba(255, 255, 255, .7);
    padding: 20px 15px 10px
}

#contacts-overlay ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#contacts-overlay ul li {
    text-align: left;
    margin: 5px 10px;
    font-weight: 700;
    min-height: 30px;
    padding-left: 45px;
    padding-top: 5px;
    position: relative;
    overflow: hidden
}

#contacts-overlay ul li i {
    width: 30px;
    height: 30px;
    background-color: #ffa600;
    color: #fff;
    line-height: 30px;
    font-size: 13pt;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

#contacts-overlay ul li a {
    color: #74777c;
    font-style: italic
}

#contacts-overlay ul li.tith4 {
    padding-left: 0
}

#contacts-overlay ul li.tith4 h4 {
    font-family: Raleway, sans-serif;
    color: #000;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-weight: 500
}

.icon-invisible {
    visibility: hidden
}

.event-black {
    background: #111 url(images/dotty.png) no-repeat scroll 15px 20px;
    padding: 20px 60px 20px 80px;
    border-radius: 0 13px 13px 0;
    margin: 16px 0 0;
    color: #fff
}

.col-d .event-black {
    border-radius: 13px 0 0 13px
}

.event-black img {
    border: 6px solid #fff;
    border-radius: 10px;
    margin: 25px 0;
    display: inline-block;
    max-width: 100%;
    height: auto
}

#footer {
    background-color: #f2f2f2;
    background-color: #fafbfc;
    background-image: url(images/banner3.jpg);
    position: relative;
    background-image: url(images/patterns/pattern1.jpg);
    background-image: url(images/patterns/paintball-bassin-arcachon.jpg);
    background-image: url(images/le-groupe.jpg);
    background: url(images/banner3.jpg) bottom center fixed;
    color: #fff;
    font-weight: 500;
    border-top: 10px solid #111;
    background-size: 200% auto
}

#footer:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fea500;
    background-color: #ffa600;
    background-color: #f1f3f6;
    background-color: #111;
    z-index: 0;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7
}

.logofooter img {
    margin: 25px 0
}

.nowrap {
    white-space: nowrap
}

.footnavi {
    padding-left: 20px
}

#footer p {
    font-size: 13px
}

#footer h5 {
    margin: 0 0 10px 0;
    color: #4d4f52;
    color: #fff
}

#footer h5 .nowrap {
    font-size: 24px
}

#footer #copyright {
    background-color: #393939;
    padding: 24px 0;
    color: #eee;
    font-family: Raleway, sans-serif;
    font-weight: 300
}

#footer #copyright a {
    color: #fff
}

#footer #copyright a:hover {
    color: #eee;
    text-decoration: none
}

#footer #copyright a.mentio {
    font-size: 14px
}

#footer #copyright .webagency {
    color: #aaa;
    color: #fff;
    font-size: 13px
}

#footer #copyright hr {
    border-color: #2c2c2c
}

#footer-top {
    padding-top: 50px;
    padding-bottom: 60px
}

#footer-top h3 {
    font-family: '000Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 30px
}

@media (max-width:767px) {
    #footer-top h3 {
        margin-top: 15px;
        margin-bottom: 10px;
        text-align: center;
        border-bottom: 1px solid #ccc
    }
}

#footer-top h4 {
    font-family: '000Open Sans', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #393939;
    color: #fff;
    margin-top: 3px
}

#footer-top .block {
    padding-bottom: 50px
}

#footer-top a {
    color: #74777c
}

#footer-top a:hover {
    color: #ffa600;
    text-decoration: none
}

#footer-top img {
    max-width: 100%
}

#footer-top img {
    max-width: 100%
}

.footer-contacts {
    list-style: none;
    padding: 0;
    overflow: hidden
}

.footer-contacts li {
    margin-bottom: 25px;
    padding: 5px 0 0 35px;
    min-height: 30px;
    display: block;
    position: relative
}

.footer-contacts li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13pt;
    border: 1px solid #74777c;
    margin-right: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.footer-links {
    list-style: none;
    padding: 0
}

#footer-top .footer-links li a {
    display: inline-block;
    width: 100%;
    padding: 0 10px 10px 0;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    color: #fea500;
    margin-top: 6px
}

#footer-top .footer-links li a:hover {
    color: #fff
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px
}

.pattern1_icon {
    background-image: url(../images/patterns/pattern1.jpg)
}

.pattern2_icon {
    background-image: url(../images/patterns/pattern2.jpg)
}

.pattern3_icon {
    background-image: url(../images/patterns/pattern3.jpg)
}

.pattern4_icon {
    background-image: url(../images/patterns/pattern4.jpg)
}

.pattern5_icon {
    background-image: url(../images/patterns/pattern5.jpg)
}

.pattern6_icon {
    background-image: url(../images/patterns/pattern6.jpg)
}

.pattern7_icon {
    background-image: url(../images/patterns/pattern7.jpg)
}

.pattern8_icon {
    background-image: url(../images/patterns/pattern8.jpg)
}

.pattern9_icon {
    background-image: url(../images/patterns/pattern9.jpg)
}

@media (min-width:993px) and (max-width:1199px) {
    .e404>div {
        font-size: 60pt
    }
    .e404>div strong {
        font-size: 120pt;
        margin-bottom: -70px
    }
    .e404 i {
        font-size: 130pt;
        margin-top: 72px
    }
}

@media (min-width:768px) and (max-width:992px) {
    .e404>div {
        font-size: 48pt
    }
    .e404>div strong {
        font-size: 90pt;
        margin-bottom: -50px
    }
    .e404 i {
        font-size: 105pt;
        margin-top: 50px
    }
}

@media (max-width:992px) {
    .nav {
        display: none
    }
    #nav-mobile-btn {
        display: block
    }
    #footer #copyright {
        line-height: 22px
    }
    .action-box {
        text-align: center
    }
    .property-gallery2 .item {
        width: 234px;
        height: 226px
    }
    .pricing.style3 .item {
        display: inline-block
    }
    .pricing.style3 .item header {
        width: 100%;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0
    }
    .pricing.style3 .item>ul {
        width: 100%
    }
    .pricing.style3 .item>ul>li {
        border: 1px solid #e3e3e3;
        border-top: none;
        width: 100%;
        padding: 15px
    }
    .pricing.style3 .item>.btn {
        width: 100%;
        height: 68px;
        line-height: 68px;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px
    }
    .blog-bottom-info>ul {
        width: 100%;
        border-right: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
    .property-large-buttons2 li h4 {
        font-size: 20pt
    }
}

@media (max-width:767px) {
    #footer #copyright {
        text-align: center
    }
    .colored:before,
    .gray:before {
        background-color: transparent!important
    }
    .e404 {
        text-align: center
    }
    .e404>div {
        float: none;
        display: inline-block
    }
    .e404 i {
        float: none;
        display: inline-block;
        margin-left: 20px;
        position: relative;
        top: -27px;
        margin-top: 0
    }
    .grid-style1 .item .image-large,
    .grid-style2 .item .image-large,
    .grid-style3 .item .image-large,
    .grid-style4 .item .image-large {
        height: auto
    }
    .contacts:before {
        background-color: transparent;
        display: none
    }
    #contacts_map {
        height: 500px;
        width: 100%;
        position: static!important;
        overflow: hidden
    }
    #contacts-overlay {
        position: relative;
        left: 0;
        bottom: 0;
        background-color: #fff
    }
    #contacts-overlay #contacts-overlay-close {
        display: none
    }
    .property-large-buttons2 li {
        width: 100%
    }
}

@media (max-width:600px) {
    .e404 {
        text-align: center;
        width: 268px;
        margin: 0 auto
    }
    .e404>div {
        float: none;
        display: inline-block;
        font-size: 35pt
    }
    .e404>div strong {
        font-size: 65pt;
        margin-bottom: -33px
    }
    .e404 i {
        font-size: 80pt;
        top: -14px
    }
}

@media (min-width:481px) and (max-width:992px) {
    .property-large-buttons li h4 {
        font-size: 18pt
    }
}

@media (max-width:480px) {
    #top-info {
        display: block;
        line-height: 20px;
        margin-top: 7px
    }
    #top-info li {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin: 0
    }
    #top-buttons {
        display: inline-block;
        width: 100%;
        text-align: center;
        line-height: 14px;
        margin: 5px 0
    }
    .form-control-large,
    .form-control-small {
        width: 100%;
        margin: 0
    }
    .form-control-small {
        width: 100%
    }
    .property-large-buttons li {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    .sort {
        margin-left: 0
    }
    #property-detail-thumbs .item {
        height: 90px
    }
    .comments {
        padding: 20px
    }
}

#thenews .bigga p {
    font-size: 16px;
    line-height: 28px
}

#nav-only {
    background: #f5f5f5
}

.catching {
    text-align: right;
    padding: 15px 20px 0 0;
    padding: 45px 20px 0 0;
    padding: 32px 20px 0 0;
    height: 70px;
    font-style: italic;
    color: #999;
    font-family: 'Shadows Into Light', cursive;
    font-family: "Covered By Your Grace", cursive;
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 19px
}

@media (min-width:992px) {
    #nav-section #catch-only {
        height: 130px;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }
     #nav-section.shrink #catch-only {
         overflow: hidden;
         height: 0;
         padding: 0;
    }
}

.smallogo {
    margin-top: 0;
    height: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}
#nav-section.shrink .smallogo {
     margin-top: 11px;
     height: 42px;
}
@media (max-width: 1199px) {
     #nav-section.shrink .smallogo {
         margin-top: 16px;
         height: 32px;
    }
}

.nav-logo {
    height: 85px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.nav-logo img {
    height: 85px;
    width: auto
}

@media (max-width:991px) {
    .nav-logo img {
        height: 80px
    }
    #nav-section #catch-only .nav-logo {
        text-align: center
    }
    #nav-only,
    #nav-section #catch-only .catching {
        display: none
    }
}

@media (max-width:359px) {
    .nav-logo img {
        height: 65px
    }
}
#nav-section.shrink .nav-logo {
     height: 45px;
     margin-top: 10px;
}
#nav-section.shrink .nav-logo img {
     height: 45px;
     width: auto;
}

.grid-style2 .item {
    margin: 0 auto 43px;
    text-align: left;
    position: relative
}

.grid-style2 .item .image {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.grid-style2 .item .image img {
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.grid-style2 .item .image>a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(32, 35, 38, .82);
    border: 10px solid rgba(32, 35, 38, .8);
    z-index: 9;
    text-align: center;
    visibility: hidden;
    text-decoration: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.grid-style2 .item .image>a .btn {
    margin-top: -17px;
    position: relative;
    top: 100%
}

.grid-style2 .item .image>a h3 {
    text-align: left;
    color: #fff;
    position: absolute;
    bottom: 43px;
    left: 0;
    padding: 0 12px
}

.grid-style2 .item .image>a .location {
    text-align: left;
    font-style: italic;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 12px;
    display: block;
    color: #74777c
}

.grid-style2 .item .image:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3)
}

.grid-style2 .item .image:hover>a {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.grid-style2 .item .image:hover>a .btn {
    top: 50%
}

.grid-style2 .item .image-large {
    height: 255px
}

.grid-style2 .item .price,
.grid-style2 .item .tag {
    position: absolute;
    top: 0;
    left: 15px;
    margin-bottom: -20px;
    background-color: #ffa600;
    color: #fff;
    padding: 2px 20px 2px 10px;
    z-index: 10;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.grid-style2 .item .price:before,
.grid-style2 .item .tag:before {
    display: none
}

.grid-style2 .item .price i,
.grid-style2 .item .tag i {
    margin-right: 8px;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6
}

.grid-style2 .item .price span,
.grid-style2 .item .tag span {
    display: block;
    font-size: 16pt;
    font-weight: 700;
    margin-top: -4px;
    line-height: 1.4
}

.grid-style2 .item .tag {
    padding: 14px 18px;
    font-size: 17px
}

.grid-style2 .item .tag i {
    margin-right: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.grid-style2 .item>.info,
.grid-style2 .item>.info-blog {
    padding: 20px 0 0;
    position: relative
}

.grid-style2 .item>.info h3,
.grid-style2 .item>.info-blog h3 {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.grid-style2 .item>.info h3 a,
.grid-style2 .item>.info-blog h3 a {
    color: #4d4f52
}

.grid-style2 .item>.info h3 a:hover,
.grid-style2 .item>.info-blog h3 a:hover {
    text-decoration: none;
    color: #ffa600
}

.grid-style2 .item>.info h3 small,
.grid-style2 .item>.info-blog h3 small {
    display: block;
    font-style: italic;
    margin-top: 4px
}

.grid-style2 .item>.info-blog h3 {
    border-bottom: none;
    padding-bottom: 0
}

.grid-style2 .item .top-info {
    padding: 10px 15px;
    margin: 18px 0 15px;
    border: 1px solid #e4e4e4;
    color: #adb2b6;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.grid-style2 .item .top-info li {
    display: inline-block;
    margin-right: 14px
}

.grid-style2 .item .top-info li:last-child {
    margin-right: 0
}

.grid-style2 .item .top-info li i {
    margin-right: 5px
}

.carousel-style2 .item {
    margin: 0 auto 35px;
    text-align: left;
    position: relative
}

.carousel-style2 .item .image {
    width: 100%;
    max-height: 236px;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-transition: background-size .3s ease-out;
    -moz-transition: background-size .3s ease-out;
    -ms-transition: background-size .3s ease-out;
    -o-transition: background-size .3s ease-out;
    transition: background-size .3s ease-out
}

.carousel-style2 .item .image img {
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.carousel-style2 .item .image>a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(32, 35, 38, .82);
    border: 10px solid rgba(32, 35, 38, .8);
    z-index: 9;
    text-align: center;
    visibility: hidden;
    text-decoration: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.carousel-style2 .item .image>a .btn {
    margin-top: -17px;
    position: relative;
    top: 100%
}

.carousel-style2 .item .image .info {
    text-align: left
}

.carousel-style2 .item .image .info h3 {
    color: #fff;
    position: absolute;
    bottom: 43px;
    left: 0;
    padding: 0 12px
}

.carousel-style2 .item .image .info .location {
    font-style: italic;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 12px;
    display: block;
    color: #74777c
}

.carousel-style2 .item:hover .image {
    background-size: auto 120%
}

.carousel-style2 .item:hover .image img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3)
}

.carousel-style2 .item:hover .image>a {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.carousel-style2 .item .price {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffa600;
    color: #fff;
    padding: 2px 20px 2px 10px;
    z-index: 10;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.carousel-style2 .item .price:before {
    display: none
}

.carousel-style2 .item .price i {
    margin-right: 8px;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6
}

.carousel-style2 .item .price span {
    display: block;
    font-size: 16pt;
    font-weight: 700;
    margin-top: -4px
}

.property-gallery.style2 .owl-controls .owl-buttons,
.property-gallery2.style2 .owl-controls .owl-buttons {
    background: none repeat scroll 0 0 #ffa600;
    border-radius: 0;
    height: 57px;
    position: absolute;
    right: 0;
    top: 0;
    width: 33px
}

.property-gallery.style2 .owl-controls .owl-buttons:before,
.property-gallery2.style2 .owl-controls .owl-buttons:before {
    display: none
}

#property-detail-wrapper.style2 .price {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffa600;
    color: #fff;
    padding: 2px 20px 2px 10px;
    z-index: 10;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

#property-detail-wrapper.style2 .price i {
    margin-right: 8px;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6
}

#property-detail-wrapper.style2 .price span {
    display: block;
    font-size: 16pt;
    font-weight: 700;
    margin-top: -4px
}

.blog-main-image.style2 .tag {
    top: 0;
    left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.blog-main-image.style2 .tag:before {
    display: none
}

.contacts .panel-form2 ul {
    margin-bottom: 30px
}

.contacts .panel-form2 form {
    margin-top: 0
}

.panel-form .name_first label,
.panel-form .name_last label {
    display: none!important
}

.panel-form .name_first,
.panel-form .name_last {
    margin-right: 0;
    width: 49, 8%!important
}

@media (max-width:768px) {
    .panel-form .name_first,
    .panel-form .name_last {
        width: 100%!important;
        margin: 0
    }
}

.panel-form .name_last {
    text-align: right!important
}