@charset 'UTF-8';

/* =WordPress Core1
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

html
{
    box-sizing: border-box;

    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after
{
    box-sizing: inherit;
}

.row
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-right: -15px;
    margin-left: -15px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.no-gutters
{
    margin-right: 0;
    margin-left: 0;
}

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl
{
    position: relative;

    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col
{
    max-width: 100%;

    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
}

.col-auto
{
    width: auto;

    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-1
{
    max-width: 8.333333%;

    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
}

.col-2
{
    max-width: 16.666667%;

    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
}

.col-3
{
    max-width: 25%;

    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
}

.col-4
{
    max-width: 33.333333%;

    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
}

.col-5
{
    max-width: 41.666667%;

    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
}

.col-6
{
    max-width: 50%;

    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}

.col-7
{
    max-width: 58.333333%;

    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
}

.col-8
{
    max-width: 66.666667%;

    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
}

.col-9
{
    max-width: 75%;

    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
}

.col-10
{
    max-width: 83.333333%;

    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
}

.col-11
{
    max-width: 91.666667%;

    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
}

.col-12
{
    max-width: 100%;

    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}

.pull-0
{
    right: auto;
}

.pull-1
{
    right: 8.333333%;
}

.pull-2
{
    right: 16.666667%;
}

.pull-3
{
    right: 25%;
}

.pull-4
{
    right: 33.333333%;
}

.pull-5
{
    right: 41.666667%;
}

.pull-6
{
    right: 50%;
}

.pull-7
{
    right: 58.333333%;
}

.pull-8
{
    right: 66.666667%;
}

.pull-9
{
    right: 75%;
}

.pull-10
{
    right: 83.333333%;
}

.pull-11
{
    right: 91.666667%;
}

.pull-12
{
    right: 100%;
}

.push-0
{
    left: auto;
}

.push-1
{
    left: 8.333333%;
}

.push-2
{
    left: 16.666667%;
}

.push-3
{
    left: 25%;
}

.push-4
{
    left: 33.333333%;
}

.push-5
{
    left: 41.666667%;
}

.push-6
{
    left: 50%;
}

.push-7
{
    left: 58.333333%;
}

.push-8
{
    left: 66.666667%;
}

.push-9
{
    left: 75%;
}

.push-10
{
    left: 83.333333%;
}

.push-11
{
    left: 91.666667%;
}

.push-12
{
    left: 100%;
}

.offset-1
{
    margin-left: 8.333333%;
}

.offset-2
{
    margin-left: 16.666667%;
}

.offset-3
{
    margin-left: 25%;
}

.offset-4
{
    margin-left: 33.333333%;
}

.offset-5
{
    margin-left: 41.666667%;
}

.offset-6
{
    margin-left: 50%;
}

.offset-7
{
    margin-left: 58.333333%;
}

.offset-8
{
    margin-left: 66.666667%;
}

.offset-9
{
    margin-left: 75%;
}

.offset-10
{
    margin-left: 83.333333%;
}

.offset-11
{
    margin-left: 91.666667%;
}

.fancybox-enabled
{
    overflow: hidden;
}

.fancybox-enabled body
{
    overflow: visible;

    height: 100%;
}

.fancybox-container
{
    position: fixed;
    z-index: 99993;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

/* Make sure that the first one is on the top */

.fancybox-container ~ .fancybox-container
{
    z-index: 99992;
}

.fancybox-bg
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    transition-timing-function: cubic-bezier(.55, .06, .68, .19);

    opacity: 0;
    background: #0f0f11;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg
{
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);

    opacity: .87;
}

.fancybox-controls
{
    position: absolute;
    z-index: 99994;
    top: 0;
    right: 0;
    left: 0;

    transition: opacity .2s;
    text-align: center;
    pointer-events: none;

    opacity: 0;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    direction: ltr;
}

.fancybox-show-controls .fancybox-controls
{
    opacity: 1;
}

.fancybox-infobar
{
    display: none;
}

.fancybox-show-infobar .fancybox-infobar
{
    display: inline-block;

    pointer-events: all;
}

.fancybox-infobar__body
{
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 44px;

    display: inline-block;

    width: 70px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
    pointer-events: none;

    color: #ddd;
    background-color: rgba(30, 30, 30, .7);

    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons
{
    position: absolute;
    top: 0;
    right: 0;

    display: none;

    pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons
{
    display: block;
}

.fancybox-slider-wrap
{
    overflow: hidden;

    direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider
{
    position: absolute;
    z-index: 99993;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: 0;
    padding: 0;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-slide
{
    position: absolute;
    z-index: 99994;
    top: 0;
    left: 0;

    overflow: auto;

    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    text-align: center;
    white-space: normal;

    outline: none;

    -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before
{
    display: inline-block;

    width: 0;
    height: 100%;

    content: '';
    vertical-align: middle;
}

.fancybox-slide > *
{
    position: relative;

    display: inline-block;
    overflow: auto;

    box-sizing: border-box;
    margin: 44px 0 44px;
    padding: 24px;

    text-align: left;
    vertical-align: middle;

    border-width: 0;
    background-color: #fff;
}

.fancybox-slide--image
{
    overflow: hidden;
}

.fancybox-slide--image::before
{
    display: none;
}

.fancybox-content
{
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: normal;

    position: relative;

    display: inline-block;

    box-sizing: border-box;
    width: 80%;
    height: calc(100% - 88px);
    margin: 44px auto;
    padding: 0;

    text-align: left;
    vertical-align: middle;
    white-space: normal;

    border: 0;
    outline: none;

    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
}

.fancybox-iframe
{
    display: block;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    border: 0;
    background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe
{
    background: transparent;
}

.fancybox-placeholder
{
    position: absolute;
    z-index: 99995;
    top: 0;
    left: 0;

    overflow: visible;

    margin: 0;
    padding: 0;

    cursor: default;
    -webkit-transform-origin: top left;
            transform-origin: top left;

    border: 0;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0;
    padding: 0;

    border: 0;
    background: transparent;
    background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder
{
    cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder
{
    cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder
{
    cursor: -webkit-grab;
    cursor:         grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder
{
    cursor: -webkit-grabbing;
    cursor:         grabbing;
}

.fancybox-spaceball
{
    z-index: 1;
}

.fancybox-tmp
{
    position: absolute;
    top: -9999px;
    left: -9999px;

    visibility: hidden;
}

.fancybox-error
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 380px;
    max-width: 100%;
    margin: 0;
    padding: 40px;

    cursor: default;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background: #fff;
}

.fancybox-error p
{
    font: 16px/20px 'Helvetica Neue',Helvetica,Arial,sans-serif;

    margin: 0;
    padding: 0;

    color: #444;
}

.fancybox-close-small
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;

    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;

    cursor: pointer;

    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
}

.fancybox-close-small:after
{
    font: 20px/30px Arial,'Helvetica Neue',Helvetica,sans-serif;
    font-weight: 300;

    position: absolute;
    z-index: 2;
    top: 5px;
    right: 5px;

    box-sizing: border-box;
    width: 30px;
    height: 30px;

    content: '×';
    transition: background .2s;
    text-align: center;

    color: #888;
    border-width: 0;
    border-radius: 50%;
    background: #fff;
}

.fancybox-close-small:focus:after
{
    outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small
{
    top: -36px;
    right: -36px;

    background: transparent;
}

.fancybox-close-small:hover:after
{
    color: #555;
    background: #eee;
}

/* Caption */

.fancybox-caption-wrap
{
    position: absolute;
    z-index: 99998;
    right: 0;
    bottom: 0;
    left: 0;

    box-sizing: border-box;
    padding: 60px 30px 0 30px;

    transition: opacity .2s;
    pointer-events: none;

    opacity: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.fancybox-show-caption .fancybox-caption-wrap
{
    opacity: 1;
}

.fancybox-caption
{
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;

    padding: 30px 0;

    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .4);

    -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button
{
    pointer-events: all;
}

.fancybox-caption a
{
    text-decoration: underline;

    color: #fff;
}

/* Buttons */

.fancybox-button
{
    line-height: 44px;

    position: relative;

    display: inline-block;

    box-sizing: border-box;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;

    cursor: pointer;
    vertical-align: top;

    color: #fff;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
}

.fancybox-button--disabled
{
    cursor: default;
    pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button
{
    background: rgba(30, 30, 30, .6);
}

.fancybox-button:hover
{
    background: rgba(0, 0, 0, .8);
}

.fancybox-button::before,
.fancybox-button::after
{
    position: absolute;

    display: inline-block;

    box-sizing: border-box;

    content: '';
    pointer-events: none;

    opacity: .9;
    color: currentColor;
    border-color: #fff;
    background-color: currentColor;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after
{
    opacity: .5;
}

.fancybox-button--left::after
{
    top: 18px;
    left: 20px;

    width: 6px;
    height: 6px;

    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);

    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    background: transparent;
}

.fancybox-button--right::after
{
    top: 18px;
    right: 20px;

    width: 6px;
    height: 6px;

    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    background: transparent;
}

.fancybox-button--left
{
    border-bottom-left-radius: 5px;
}

.fancybox-button--right
{
    border-bottom-right-radius: 5px;
}

.fancybox-button--close
{
    float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after
{
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 8px);

    display: inline-block;

    width: 16px;
    height: 2px;

    content: '';
}

.fancybox-button--close::before
{
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.fancybox-button--close::after
{
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

/* Loading spinner */

.fancybox-loading
{
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;

    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;

    -webkit-animation: fancybox-rotate .8s infinite linear;
            animation: fancybox-rotate .8s infinite linear;

    border: 6px solid rgba(100, 100, 100, .4);
    border-top: 6px solid rgba(255, 255, 255, .6);
    border-radius: 100%;
    background: transparent;
}

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

    to
    {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}

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

    to
    {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}

/* Styling for Small-Screen Devices */

/* Fullscreen  */

.fancybox-button--fullscreen::before
{
    top: 16px;
    left: 15px;

    width: 15px;
    height: 11px;

    border: 2px solid;
    background: none;
}

/* Slideshow button */

.fancybox-button--play::before
{
    top: 16px;
    left: 18px;

    width: 0;
    height: 0;

    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
    background: transparent;
}

.fancybox-button--pause::before
{
    top: 16px;
    left: 18px;

    width: 7px;
    height: 11px;

    border-width: 0 2px 0 2px;
    border-style: solid;
    background: transparent;
}

/* Thumbs */

.fancybox-button--thumbs span
{
    font-size: 23px;
}

.fancybox-button--thumbs::before
{
    top: 20px;
    left: 21px;

    width: 3px;
    height: 3px;

    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap
{
    right: 220px;
}

.fancybox-thumbs
{
    position: absolute;
    z-index: 99993;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;

    box-sizing: border-box;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;

    word-break: normal;

    background: #fff;

    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs > ul
{
    font-size: 0;

    position: absolute;
    position: relative;

    overflow-x: hidden;
    overflow-y: auto;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    list-style: none;
}

.fancybox-thumbs > ul > li
{
    position: relative;

    float: left;
    overflow: hidden;

    box-sizing: border-box;
    width: 105px;
    max-width: 50%;
    height: 75px;
    margin: 0;
    padding: 0;

    cursor: pointer;

    border: 5px solid #fff;
    border-top-width: 0;
    border-right-width: 0;
    outline: none;

    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

li.fancybox-thumbs-loading
{
    background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img
{
    position: absolute;
    top: 0;
    left: 0;

    min-width: 100%;
    max-width: none;
    min-height: 100%;
    max-height: none;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
}

.fancybox-thumbs > ul > li:before
{
    position: absolute;
    z-index: 99991;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    transition: all .2s cubic-bezier(.25, .46, .45, .94);

    opacity: 0;
    border: 4px solid #4ea7f9;
    border-radius: 2px;
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before
{
    opacity: 1;
}

/* Styling for Small-Screen Devices */

.container
{
    width: 1173px;
    max-width: 100%;
    margin: auto;
    padding: 0 15px;
}

html
{
    height: 100%;
}

img
{
    max-width: 100%;
    height: auto;
}

textarea
{
    resize: none;
}

body
{
    font: 18px/26px 'Montserrat', sans-serif;

    position: relative;

    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    min-height: 100%;

    color: #222;
    background: #fff;

    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-text-size-adjust: none;
}

.body
{
    overflow: hidden;

    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
            flex-grow: 2;
}

a
{
    text-decoration: none;

    color: inherit;
}

a,
button,
.btn,
input
{
    transition: all .4s ease;

    outline: none;
}

input,
button,
textarea
{
    font-family: 'Montserrat', sans-serif;
}

.fa-facebook
{
    color: #425ea0;
}

.fa-twitter
{
    color: #00abec;
}

.fa-pinterest-p
{
    color: #ce2225;
}

.fa-google-plus
{
    color: #f8412c;
}

.fa-instagram
{
    color: #245a84;
}

.fa-youtube-play
{
    color: #cc1010;
}

.entry
{
    font-family: 'PT Serif', sans-serif;
}

/* header
------------------------------------------------------------------------------*/

.head-bar
{
    height: 49px;
}

.head-bar .social
{
    float: left;
}

.head-bar .social li
{
    float: left;

    border-right: 1px solid #e2e2e2;
}

.head-bar .social a
{
    font-size: 21px;
    line-height: 49px;

    float: left;

    width: 49px;

    text-align: center;
}

.head-bar .right-na
{
    float: right;
}

.head-bar .right-na .new
{
    position: relative;
}

.head-bar .right-na .new:before
{
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;

    width: 13px;
    height: 13px;
    margin: -6px;

    content: '';

    border: 3px solid white;
    border-radius: 50%;
    background-color: #69f;
}

.head-bar .right-na a:hover
{
    color: #69f;
}

.head-bar .right-na li.current,
.head-bar .right-na li.drop.black.current
{
    color: #fff;
    background: #69f;
}

.head-bar .right-na li.current a,
.head-bar .right-na li.drop.black.current a
{
    color: #fff;
}

.head-bar .right-na li.current a:after,
.head-bar .right-na li.drop.black.current a:after
{
    color: #fff;
}

.head-bar .right-na .ico
{
    position: relative;
    top: 0;

    display: inline-block;

    width: 22px;
    height: 17px;
    margin: 0 13px 0 -1px;

    vertical-align: middle;

    background: no-repeat;
    background-size: contain;
}

.head-bar .right-na .ico-email
{
    background-image: url(../images/ico_mail.svg);
}

.head-bar .right-na .ico-love
{
    width: 22px;
    height: 19px;
    margin: 0 9px 0 -1px;

    background-image: url(../images/ico_love.svg);
}

.head-bar .right-na .ico-sign
{
    top: -1px;

    width: 20px;
    height: 21px;
    margin: 0 13px 0 -1px;

    background-image: url(../images/ico_user.svg);
}

.head-bar .right-na .current .ico-email
{
    background-image: url(../images/ico_mail_w.svg);
}

.head-bar .right-na .current .ico-love
{
    background-image: url(../images/ico_love_w.svg);
}

.head-bar .right-na .current .ico-sign
{
    background-image: url(../images/ico_user_w.svg);
}

.head-bar .right-na li
{
    font-family: Montserrat;
    font-size: 14px;
    line-height: 49px;

    float: left;

    height: 49px;

    color: #35383e;
    border-left: 1px solid #e2e2e2;
}

.head-bar .right-na li a
{
    display: block;

    padding: 0 21px;
}

.head-bar .right-na li.drop a:after
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;

    display: inline-block;

    margin-left: 8px;

    content: '\f0d7';

    color: #9f9f9f;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.head-bar .right-na li.drop.black a:after
{
    color: #0b0b0b;
}

.header
{
    height: 102px;
    padding: 15px 0;

    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background-color: white;
    box-shadow: 0 2px 10px rgba(204, 204, 204, .15);
}

.header .container
{
    position: relative;
}

.header .logo
{
    float: left;

    width: 285px;
    height: 70px;

    background: url(../images/logo.png) no-repeat;
    background-size: contain;
}

.nav
{
    float: right;

    padding-top: 24px;
}

.nav .dropdown
{
    position: absolute;
    top: 0;
    left: 0;

    display: none;
}

.nav > ul > li
{
    font-size: 16px;

    float: left;

    margin-left: 40px;

    color: #35383e;
}

.nav > ul > li.with-drop > a:after
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;

    display: inline-block;

    margin-left: 7px;

    content: '\f0d7';

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.explore-list
{
    font-size: 0;

    margin: 50px 0 40px;
    margin-left: -25px;
}

.explore-list .col-item
{
    display: inline-block;

    width: 33.33%;
    padding-bottom: 25px;
    padding-left: 25px;

    vertical-align: top;
}

.head-description
{
    font-family: 'PT Serif';
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;

    position: relative;

    margin-bottom: 12px;
    padding-top: 24px;
    padding-bottom: 30px;

    border-bottom: 1px solid #e2e2e2;
}

.head-description:before
{
    position: absolute;
    top: -1px;
    right: 0;
    left: -40px;

    content: '';

    border-top: 1px solid #e2e2e2;
}

.head-description p{
    margin-bottom: 10px;
}

.head-description p:last-of-type{
    margin-bottom: 0;
}

.checkbox
{
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;

    position: relative;

    display: block;

    padding-left: 30px !important;

    cursor: pointer;

    color: #222;
}

.checkbox.disabled
{
    cursor: default;
    pointer-events: none;
}

.checkbox input
{
    position: absolute;
    left: -999em;
}

.checkbox input[disabled] + span
{
    cursor: default;
    pointer-events: none;

    opacity: .5;
}

.checkbox > span:before
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-size: 14px;
    line-height: 18px;

    position: absolute;
    left: 0;

    display: inline-block;
    float: left;

    width: 20px;
    height: 20px;
    margin-right: 10px;

    content: '\f00c';
    text-align: center;
    vertical-align: middle;

    color: white;
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    background-color: white;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.checkbox input:checked + span:before
{
    border-color: #69f;
    background-color: #69f;
}

.line-checks
{
    margin-bottom: 6px;
}

.line-checks li
{
    padding-bottom: 16px;
}

.line-checks li a:hover
{
    text-decoration: underline;
}

.line-checks li a
{
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    display: block;
    cursor: pointer;
    color: #222;
}

.inlines-checks
{
    font-size: 0;

    padding-bottom: 5px;
}

.inlines-checks li
{
    display: inline-block;

    width: 33%;
    padding-bottom: 16px;

    vertical-align: top;
}

.side-filter
{
    border: 1px solid #d7d7d7;
}

.side-filter .acc
{
    display: none;

    padding-top: 16px;
}

.side-filter .acc.active
{
    display: block;
}

.side-filter .set + .set
{
    border-top: 1px solid #e2e2e2;
}

.side-filter .tgle
{
    position: relative;

    display: block;

    margin-right: -20px;
    padding-right: 20px;

    cursor: pointer;
}

.side-filter .set
{
    position: relative;
    z-index: 9;

    padding: 14px 20px 0;
}

.side-filter .set:after
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    height: 102px;

    content: '';
    transition: all .4s ease;

    opacity: 0;
    background-image: linear-gradient(to top, white 0%, #f2f2f2 100%);
}

.side-filter .set:before
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-size: 18px;
    line-height: 40px;

    position: absolute;
    top: 0;
    right: 0;

    display: inline-block;

    margin: 14px 16px;

    content: '';
    content: '\f067';
    vertical-align: middle;

    color: #69f;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.side-filter .set.active:before
{
    content: '\f068';
}

.side-filter .set.active:after
{
    opacity: 1;
}

.side-filter .set .ldesc
{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;

    padding-bottom: 14px;

    color: #666;
}

.side-filter .set h5
{
    font-family: 'PT Serif', sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 19px;

    color: black;
}

.full-filter
{
    overflow: hidden;

    margin: -29px 0 10px;
    padding: 0;
}

.full-filter.bb
{
    margin-bottom: -2px;
    padding-bottom: 9px;

    border-bottom: 1px solid #e2e2e2;
}

.full-filter .form
{
    float: right;
}

.full-filter .form label
{
    font-size: 13px;
    font-weight: 700;
    line-height: 38px;

    color: #222;
}

.full-filter .form .btn
{
    float: left;
}

.full-filter .form fieldset
{
    float: left;

    padding-right: 21px;
}

.full-filter .form fieldset label
{
    float: left;

    padding-right: 10px;
}

.full-filter .form fieldset .form-control
{
    float: left;

    width: 192px;
}

.full-filter .form fieldset .form-control.sm
{
    width: 107px;
}

.holiday-listing
{
    overflow: hidden;

    margin-bottom: -14px;
    margin-left: -25px;
    padding: 30px 0 0;
}

.holiday-listing .holiday-item
{
    float: left;

    width: 33.3%;
    padding-bottom: 60px;
    padding-left: 25px;
}

.holiday-item h2
{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;

    padding: 7px 0 10px;

    color: #222;
}

.holiday-item .text
{
    padding: 15px 0 0;
}

.holiday-item img
{
    width: 100%;
}

.holiday-item .acts
{
    font-family: 'PT Serif';
    font-size: 14px;
    line-height: 24px;

    overflow: hidden;

    margin-top: 23px;
    padding: 16px 12px 17px 0;

    color: #222;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.holiday-item .acts .delete
{
    color: #ff0c01;
}

.holiday-item .acts .delete .fa
{
    padding-right: 6px;
}

.holiday-item .acts .detail
{
    font-weight: 400;

    float: right;
}

.holiday-item .acts .detail .fa
{
    font-size: 19px;

    position: relative;
    top: 2px;

    padding-left: 10px;

    color: #69f;
}

.holiday-item .excerpt
{
    font-family: 'PT Serif';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;

    padding: 2px 0;
}

.holiday-item .call
{
    font-family: 'PT Serif';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

    padding-top: 6px;
}

.holiday-item .call p
{
    padding-bottom: 2px;
}

.holiday-item .call span
{
    font-family: Montserrat;

    color: #222;
}

.holiday-item .call a:hover
{
    text-decoration: underline;
}

.holiday-item .call .view
{
    font-family: Montserrat;
    line-height: 24px;

    text-decoration: underline;

    color: #69f;
}

.holiday-item .call .view:hover
{
    text-decoration: none;
}

.house-listing
{
    position: relative;

    overflow: hidden;

    margin-left: -30px;
    padding-bottom: 40px;
    padding-left: 30px;
}

.col-sm-8 .house-listing
{
    border-top: 1px solid #d7d7d7;
}

.page-detail .pagination
{
    padding-bottom: 2px;
}

.specs
{
    font-size: 12px;
    font-weight: 300;

    padding-top: 4px;
    padding-right: 110px;

    text-align: center;

    color: #222;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.specs ul
{
    overflow: hidden;
}

.specs ul li
{
    float: left;

    min-width: 57px;
    margin: 0 7px 0 8px;
    padding: 0 0 11px;
}

.specs strong
{
    font-size: 18px;
    font-weight: 300;
    line-height: 16px;

    display: block;

    color: #69f;
}

.house-item
{
    position: relative;

    overflow: hidden;

    margin: 0 0 0 -30px;
    padding: 30px 0 30px 30px;
}

.house-item .fa-star
{
    font-weight: 400;

    float: left;

    padding: 5px 2px 0 1px;

    color: #ff0c01;
}

.house-item .rating
{
    float: left;

    padding-right: 10px;
}

.house-item .location
{
    font-family: 'PT Serif';
    font-size: 17px;
    font-style: italic;
    line-height: 26px;

    float: left;

    color: #666;
}

.house-item .detail
{
    font-family: 'PT Serif';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;

    position: absolute;
    right: 0;
    bottom: 30px;

    margin: 18px 10px;

    color: #222;
}

.house-item .detail .fa
{
    font-size: 19px;

    position: relative;
    top: 2px;

    padding-left: 10px;

    color: #69f;
}

.house-item .badgets
{
    font-size: 15px;
    font-size: 12px;
    font-weight: 400;
    line-height: 43px;

    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 0;
    left: 0;

    color: #fefefe;
}

.house-item .badgets .cat
{
    float: left;

    height: 43px;
    padding: 0 19px;
    padding: 0 10px;

    text-transform: uppercase;

    background-color: #69f;
}

.house-item .badgets .love
{
    float: left;

    width: 50px;

    background-color: #ff9;
}

.house-item .badgets .love a
{
    display: block;

    height: 43px;

    background: url(../images/ico_love_r.svg) no-repeat 50% 50%;
    background-size: 22px auto;
}

.house-item .badgets .love a.active
{
    background-image: url(../images/ico_love_ra.svg);
}

.house-item .badgets .special
{
    float: left;

    height: 43px;
    padding: 0 15px;

    text-transform: uppercase;

    background-color: #ff0c01;
}

.house-item .image
{
    position: relative;

    float: left;

    min-height: 43px;

    width: 43%;
}

.house-item .image img
{
    width: 100%;
}

.house-item h2
{
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;

    padding: 3px 0 2px;

    color: #222;
}

.house-item .clear
{
    overflow: hidden;
}

.house-item .excerpt
{
    font-family: 'PT Serif';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;

    min-height: 82px;
    padding-top: 10px;

    color: #222;
}

.house-item .call
{
    font-family: 'PT Serif';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;

    padding-top: 5px;

    color: #222;
}

.house-item .call a
{
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.house-item .text
{
    overflow: hidden;

    padding-right: 10px;
    padding-left: 24px;
}

.house-item .specs
{
    margin-top: 10px;
    margin-right: -10px;
}

.attractions .house-item h2
{
    margin-top: -2px;
    padding: 0;
}

.attractions .house-item .excerpt
{
    min-height: 115px;
    padding-top: 6px;
}

.tab-content .attractions .house-item .excerpt
{
    min-height: 115px;
}

.attractions .house-item .specs
{
    min-height: 59px;
}

.specials .house-item h2
{
    margin-top: -2px;
    padding: 0;
}

.specials .house-item .excerpt
{
    min-height: 155px;
    padding-top: 6px;
    padding-bottom: 58px;

    border-bottom: 1px solid #e2e2e2;
}

.house-item.featured
{
    background-color: #ededed;
}

.house-item.featured .specs
{
    margin-top: 17px;
    margin-bottom: -12px;
}

.house-item.featured .detail
{
    margin: 9px 25px;
}

.house-item.featured .specs
{
    border-color: transparent;
}

.house-item .featured
{
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;

    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;

    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 201px;
    height: 201px;
    margin: -132px;
    padding-bottom: 1px;

    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    text-transform: uppercase;

    color: #fefefe;
    background-color: #69f;

    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.contact-form
{
    overflow: hidden;
    padding-top: 15px;
    margin-top: -15px;

    padding-bottom: 80px;
}

.form-control
{
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;

    width: 100%;
    height: 37px;
    padding: 0 10px;

    color: #222;
    border: 1px solid #c5c5c5;
    border-radius: 2px !important;
    outline: none;
    background-color: white;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.crf-s.form-control
{
    font-weight: 400;
    line-height: 35px;

    height: 37px;
    padding: 0 40px 0 10px !important;

    outline: none;
}

.crf-s.form-control.disabled
{
    pointer-events: none;

    background: #f2f2f2;
}

.btn
{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 34px;

    display: inline-block;

    min-width: 119px;
    height: 38px;

    text-align: center;
    text-transform: uppercase;

    color: #222;
    border: 0;
    border: 2px solid #c5c5c5;
    border-radius: 2px !important;
    background-color: white;
}

.btn:hover
{
    background-color: #c5c5c5;
}

.btn.btn-primary
{
    color: white;
    border-color: #69f;
    background-color: #69f;
}

.btn.btn-primary:hover
{
    color: #69f;
    background-color: #fff;
}

.btn.btn-secondary
{
    color: white;
    border-color: darkgrey;
    background-color: darkgrey;
}

.btn.btn-secondary:hover
{
    color: darkgrey;
    background-color: #fff;
}

.h-space
{
    height: 50px;
}

.gform_footer
{
    clear: both;

    padding-top: 15px;
}

.gform_footer .btn
{
    float: left;
}

.gform_footer .gform_button
{
    float: right;
}

.gform_footer .btn,
.gform_footer .gform_button
{
    min-width: 150px;
}

.gform_body .gfield_captcha_container
{
    position: relative;
}

.gform_body .gfield_captcha_container img
{
    position: absolute;
    top: 4px;
    left: 4px;

    width: auto;
    height: 80%;
}

.gform_body .gfield_captcha_container input[type=text]
{
    padding-left: 120px;
}

.gform_body h2,
.gform_body .gfield_label
{
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;

    display: block;

    padding-bottom: 4px;

    color: #222;
}

.gform_body li
{
    float: left;

    width: 50%;
    padding-bottom: 16px;
    padding-left: 25px;
}

.gform_body .full
{
    width: 100%;
}

.gform_body ul
{
    margin-left: -25px;
}

.gform_body .gfield_checkbox
{
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;

    position: relative;

    display: block;

    cursor: pointer;

    color: #222;
}

.gform_body .gfield_checkbox input
{
    position: absolute;
    left: -999em;
}

.gform_body .gfield_checkbox li
{
    float: none;

    width: auto;
}

.gform_body .gfield_checkbox ul
{
    margin: 0;
}

.gform_body .gfield_checkbox label
{
    position: relative;

    display: block;

    padding-left: 30px;
}

.gform_body .gfield_checkbox label:before
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-size: 14px;
    line-height: 18px;

    position: absolute;
    left: 0;

    display: inline-block;
    float: left;

    width: 20px;
    height: 20px;
    margin-right: 10px;

    content: '\f00c';
    text-align: center;
    vertical-align: middle;

    color: white;
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    background-color: white;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gform_body .gfield_checkbox input:checked + label:before
{
    border-color: #69f;
    background-color: #69f;
}

.gform_body select,
.gform_body textarea,
.gform_body input[type=tel],
.gform_body input[type=text],
.gform_body input[type=email]
{
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;

    display: block;

    width: 100%;
    height: 41px;
    padding: 0 10px;

    color: #222;
    border: 1px solid #c5c5c5;
    border-radius: 2px !important;
    outline: none;
    background-color: white;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.gform_body select.placeholder,
.gform_body textarea.placeholder,
.gform_body input[type=tel].placeholder,
.gform_body input[type=text].placeholder,
.gform_body input[type=email].placeholder
{
    color: #666;
}

.gform_body textarea
{
    height: 229px;
    padding-top: 10px;
}

.gform_body .ginput_left label
{
    display: none;
}

.gform_body select
{
    padding-right: 30px;

    background: url(../images/ico_down.svg) no-repeat right 10px center;
}

.gform_button
{
    font-size: 12px;
    font-weight: 700;
    line-height: 34px;

    min-width: 119px;
    height: 38px;

    text-transform: uppercase;

    color: white;
    border: 0;
    border: 2px solid #69f;
    border-radius: 2px !important;
    background-color: #69f;
}

.gform_button:hover
{
    color: #69f;
    background-color: #fff;
}

select.form-control
{
    padding-right: 30px;

    background: url(../images/ico_down.svg) no-repeat right 10px center;
}

.map-holder
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: -999em;

    width: 100%;
}

.map-holder
{
    height: 801px;
    margin: 50px 0 40px;
}

.map-holder .map-inside
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.map-holder.vis
{
    position: relative;
    left: 0;

    width: auto;
    height: 710px;
}

.active-map .map-holder
{
    position: relative;
    left: 0;

    width: auto;
}

.active-map .dis-on-map
{
    display: none !important;
}

.infoBox
{
    position: relative;

    width: 300px !important;
    height: 147px;
    padding-right: 10px;

    border: 1px solid #b9b9b9;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 1, 1, .15);
}

.infoBox img[align='right']
{
    position: absolute !important;
    z-index: 999;
    top: 0;
    right: 0;

    display: block;

    width: 20px;
    height: 20px;
    margin: 0;
}

.close .infoBox img[align='right']
{
    background: url(../images/ico_close_s.svg) no-repeat 50% 50%;
}

.infoBox p
{
    font-family: 'PT Serif';
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    line-height: 16px;

    position: relative;
    z-index: 9;

    color: #666;
}

.infoBox .link
{
    font-family: 'PT Serif';
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;

    position: absolute;
    right: 0;
    bottom: 0;

    margin: 13px 20px;

    color: #222;
}

.infoBox .link a:after
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-size: 19px;

    position: relative;
    top: -1px;

    display: inline-block;

    margin-left: 13px;

    content: '\f178';
    vertical-align: middle;

    color: #69f;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.infoBox h5
{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;

    position: relative;
    z-index: 9;

    padding-top: 17px;
    padding-bottom: 2px;

    color: #222;
}

.infoBox img
{
    position: relative;
    z-index: 9;

    float: left;

    margin: 11px;
}

.infoBox:before
{
    position: absolute;
    bottom: -8px;
    left: 50%;

    width: 26px;
    height: 26px;
    margin-left: -13px;

    content: '';
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);

    border: 1px solid #b9b9b9;
    border-radius: 1px;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 1, 1, .15);
}

.infoBox:after
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    background: #fff;
}

.last-minute
{
    text-align: center;
}

.last-minute h4
{
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;

    color: #ff0c01;
}

.last-minute p
{
    font-family: 'PT Serif';
    font-size: 17px;
    font-weight: 400;

    color: #222;
}

.last-minute p a
{
    text-decoration: underline;

    color: #69f;
}

.last-minute p a:hover
{
    text-decoration: none;
}

.full-div
{
    position: relative;

    height: 30px;
    margin-bottom: 90px;
}

.full-div:before
{
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 167px;
    height: 29px;
    margin: auto;

    content: '';

    background: url(../images/ico_div.svg) no-repeat 50% 50% #fff;
}

.full-div:after
{
    position: absolute;
    top: 28px;
    right: 0;
    bottom: 0;
    left: 0;

    height: 1px;

    content: '';

    background-color: #b2b2b2;
}

.about-home
{
    padding: 20px 0 70px;
}

.about-home h2
{
    padding-bottom: 38px;
}

.about-home .entry
{
    font-size: 17px;

    width: 950px;
    max-width: 100%;
    margin: auto;
}

.about-home .entry .alignright
{
    margin: -8px -60px 0 65px;
}

.about-home .entry a
{
    color: inherit;
}

.about-home .entry a .fa
{
    padding-left: 13px;

    color: #69f;
}

.about-home .entry p:first-child:first-letter
{
    font-size: inherit;
    line-height: inherit;

    float: none;

    padding: 0;
}

.explore-map
{
    margin-top: -15px;
    margin-bottom: 55px;
    padding: 0;
}

.explore-map .map
{
    position: relative;

    margin-top: 59px;
}

.explore-map .map .container
{
    height: 650px;
}

.explore-map .set
{
    padding: 30px 23px 24px 28px;

    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 1, 1, .15);
}

.explore-map .dir
{
    font-size: 15px;
    font-weight: 600;
    line-height: 55px;

    display: block;

    height: 55px;
    margin-top: 20px;

    text-align: center;
    text-transform: uppercase;

    background-color: #ff9;
    box-shadow: 0 2px 10px rgba(0, 1, 1, .15);
}

.explore-map .dir .fa
{
    font-size: 17px;

    color: #69f;
}

.explore-map .text
{
    position: absolute;
    z-index: 9;
    top: 30px;
    bottom: 0;
    left: 50%;

    width: 230px;
    margin-left: -571px;
}

.explore-map li
{
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    line-height: 24px;
}

.explore-map li:before
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-size: 14px;

    position: relative;
    top: -2px;

    display: inline-block;

    margin-right: 6px;

    content: '\f178';
    vertical-align: middle;

    color: #69f;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.explore-map h4
{
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;

    padding-bottom: 20px;

    text-transform: uppercase;
}

.explore-map h4 .fa
{
    font-size: 17px;

    float: right;

    color: #69f;
}

.explore-map .map-holder
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    height: auto;
    margin: 0;
}

.blog-item
{
    padding-bottom: 40px;
}

.blog-item .image
{
    float: left;

    max-width: 194px;
    padding-right: 24px;
}

.blog-item .image img
{
    width: 100%;
}

.blog-item h4
{
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;

    padding-bottom: 5px;

    text-transform: uppercase;
}

.blog-item p
{
    font-family: 'PT Serif';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;

    overflow: hidden;

    color: #414c4f;
}

.explore-blog
{
    margin: -15px 0 0;
    padding-bottom: 30px;
}

.explore-blog h2
{
    padding-bottom: 42px;
}

.explore-blog section
{
    font-size: 0;

    margin-left: -25px;
}

.explore-blog article
{
    display: inline-block;

    width: 33.3%;
    padding-bottom: 23px;
    padding-left: 25px;

    vertical-align: top;
}

.explore-item
{
    position: relative;

    background-color: #69f;
}

.explore-item h3
{
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;

    text-transform: uppercase;

    color: white;
}

.explore-item h3 .fa
{
    font-size: 19px;

    padding-left: 7px;

    color: #ff9;
}

.explore-item .bb
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 12px 20px;

    transition: all .4s ease;
}

.explore-item img
{
    width: 100%;

    transition: all .4s ease;
}

.explore-item .over
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 40px;

    transition: all .4s ease;

    opacity: 0;

    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.explore-item .over-text
{
    max-width: 100%;
    margin-top: 5px;
    padding-left: 20px;

    border-left: 1px solid #ff9;
}

.explore-item h4
{
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;

    width: 100%;
    margin-top: -6px;
    padding-bottom: 15px;

    color: #ff9;
}

.explore-item p
{
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;

    width: 100%;
    margin-bottom: -3px;

    color: white;
}

.explore-item a:hover .bb,
.explore-item a:hover img
{
    opacity: 0;
}

.explore-item a:hover .over
{
    opacity: 1;
}

.explore-item.noh a:hover .bb,
.explore-item.noh a:hover img
{
    opacity: 1;
}

.explore-item.noh a:hover .over
{
    opacity: 1;
}

.crf-select#location
{
    position: absolute;

    overflow: hidden;

    max-width: 100%;
    padding-right: 35px;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.breadcrumbs
{
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;

    overflow: hidden;

    padding-top: 26px;
    padding-bottom: 52px;
}

.breadcrumbs.sp
{
    padding-bottom: 26px;
}

.breadcrumbs .opt
{
    font-size: 13px;

    float: right;
}

.breadcrumbs .opt .count
{
    font-size: 13px;
    font-weight: 300;

    float: left;

    padding-right: 40px;

    color: #999;
}

.breadcrumbs .opt .fa
{
    font-size: 16px;
    font-weight: 400;

    padding-right: 8px;

    color: #69f;
}

.breadcrumbs .opt .close
{
    display: initial;
}

.breadcrumbs .opt .open
{
    display: none;
}

.breadcrumbs .opt a.active .open
{
    display: initial;
}

.breadcrumbs .opt a.active .close
{
    display: none;
}

.breadcrumbs li
{
    float: left;
}

.breadcrumbs li + li:before
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;

    display: inline-block;

    margin-right: 6px;
    margin-left: 6px;

    content: '\f178';

    color: #69f;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.breadcrumbs a:hover
{
    color: #69f !important;
}

.reviews
{
    padding: 48px 0;
}

.reviews h4
{
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;

    padding-bottom: 0;

    text-align: center;

    color: #222;
}

.reviews blockquote
{
    font-family: 'PT Serif';
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;

    position: relative;

    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 15px;

    text-align: center;

    color: #222;
}

.reviews blockquote p
{
    padding: 20px 0 6px;
}

.reviews blockquote cite
{
    font-weight: 700;
    font-style: normal;

    display: block;

    margin-top: -6px;
}

.reviews blockquote:after
{
    font-family: Montserrat;
    font-size: 357px;
    font-weight: 200;
    font-style: italic;
    line-height: .7;

    position: absolute;
    top: -5px;
    left: -140px;

    content: '“';

    color: #69f;
}

.reviews blockquote:before
{
    font-family: Montserrat;
    font-size: 357px;
    font-weight: 200;
    font-style: italic;
    line-height: .5;

    position: absolute;
    right: -85px;
    bottom: -180px;

    content: '”';

    color: #69f;
}

.sidebar .widget
{
    margin-bottom: 30px;
}

.sidebar .widget-details
{
    margin: 8px 0 30px;
}

.sidebar .widget-details ul,
.sidebar .widget-details li
{
    margin: 0;
    padding: 0;

    text-align: center;

    border: 0;
}

.sidebar .widget-details ul
{
    padding: 20px 0 35px;

    border: 1px solid #e2e2e2;
    border-top: 0;
}

.sidebar .widget-details li + li
{
    padding-top: 21px;
}

.sidebar .widget-details li
{
    font-family: 'PT Serif';
    font-size: 15px;
    font-style: italic;
    line-height: 21px;

    color: #222;
}

.sidebar .widget-details .fa
{
    font-size: 17px;

    padding: 0 2px;

    color: #ff0c01;
}

.sidebar .widget-details strong
{
    font-size: 15px;
    font-weight: 700;
    font-style: normal;

    display: block;
}

.sidebar .widget-details h3
{
    text-align: center;
}

.sidebar .widget-details h3:after
{
    position: relative;
    top: 1px;
    right: 0;
    left: 0;

    display: inline-block;

    margin-right: -12px;
    margin-left: 18px;
}

.sidebar .widget-help
{
    margin: -8px 0 30px;
    padding: 0 20px 20px;

    background-color: #69f;
}

.sidebar .widget-help .btn
{
    display: block;

    text-align: center;

    color: #fff;
    border-color: #fff;
    background: none;
}

.sidebar .widget-help .btn:hover
{
    color: #69f;
    background-color: #fff;
}

.sidebar .widget-help p
{
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;

    overflow: hidden;

    padding-bottom: 21px;

    color: white;
}

.sidebar .widget-help .fa
{
    font-size: 42px;
    font-weight: 400;
    line-height: 55px;

    float: left;

    padding: 8px 16px 30px 0;

    color: white;
}

.sidebar .widget-help h3
{
    font-size: 18px;
    font-weight: 700;

    margin: 0;
    padding: 25px 0 12px;

    text-transform: none;

    color: white;
    background: none;
}

.sidebar .widget-help h3:after
{
    display: none;
}

.sidebar .widget-social ul
{
    overflow: hidden;

    margin: 0 0 -12px;
    padding: 20px 0 0;
}

.sidebar .widget-social li
{
    float: left;

    margin: 0;
    padding: 0;

    border: 0;
}

.sidebar .widget-social a
{
    font-size: 21px;
    font-weight: 400;
    line-height: 50px;

    display: block;

    width: 50px;
    height: 50px;
    margin-right: 5px;
    padding: 0;

    text-align: center;

    color: #00abec;
    background-color: white;
}

.sidebar .widget-social,
.sidebar .widget-text
{
    padding: 44px;
    padding-bottom: 65px;

    background: #f2f2f2;
}

.sidebar .widget-social.contacts,
.sidebar .widget-text.contacts
{
    margin-bottom: 20px;
    padding-bottom: 37px;
}

.sidebar .widget-social.contacts p,
.sidebar .widget-text.contacts p
{
    font-family: 'PT Serif';
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;

    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 0;

    color: #222;
}

.sidebar .widget-social.contacts a,
.sidebar .widget-text.contacts a
{
    text-decoration: underline;

    color: #69f;
}

.sidebar .widget-social.contacts a:hover,
.sidebar .widget-text.contacts a:hover
{
    text-decoration: none;
}

.sidebar .widget-social.contacts .phone,
.sidebar .widget-text.contacts .phone
{
    text-decoration: none;

    color: inherit;
}

.sidebar .widget-social dl,
.sidebar .widget-text dl
{
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;

    color: #222;
}

.sidebar .widget-social dt,
.sidebar .widget-text dt
{
    font-family: 'PT Serif';
    font-size: 15px;
    font-weight: 400;

    float: left;
    clear: both;

    width: 52%;
}

.sidebar .widget-social .small,
.sidebar .widget-text .small
{
    font-size: 12px;

    float: none;

    width: auto;
}

.sidebar .widget-social dd,
.sidebar .widget-text dd
{
    overflow: hidden;
}

.sidebar .widget-social hr,
.sidebar .widget-text hr
{
    height: 1px;
    margin: 22px 0;

    border: 0;
    background-color: lightgrey;
}

.sidebar .widget-social p,
.sidebar .widget-text p
{
    font-family: 'PT Serif';
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;

    color: #222;
}

.sidebar .widget-social h3,
.sidebar .widget-text h3
{
    font-size: 24px;
    font-weight: 300;

    margin: 0;
    padding: 0 0 17px;

    text-transform: none;

    color: #222;
    background: none;
}

.sidebar .widget-social h3:after,
.sidebar .widget-text h3:after
{
    display: none;
}

.sidebar h3
{
    font-size: 15px;
    font-weight: 700;
    line-height: 27px;

    position: relative;

    padding: 10px 18px;
    padding-right: 40px;

    text-transform: uppercase;

    color: white;
    background-color: black;
}

.sidebar h3:after
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-size: 18px;
    line-height: 20px;

    position: absolute;
    top: 0;
    right: 23px;
    bottom: 0;

    display: inline-block;

    height: 20px;
    margin: auto;

    content: '\f175';

    color: #ff9;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sidebar ul
{
    background: #f2f2f2;
}

.sidebar ul a
{
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;

    display: block;

    padding: 10px 17px;

    color: #003;
}

.sidebar ul a:hover
{
    background: #fff;
}

.sidebar ul .current a
{
    background: #fff;
}

.sidebar ul li + li
{
    border-top: 1px solid #e2e2e2;
}

/* content */

.pagination
{
    font-size: 0;

    padding: 49px 0 45px;

    text-align: center;

    border-top: 1px solid #e2e2e2;
}

.pagination li
{
    display: inline-block;

    padding: 0 5px 5px;

    vertical-align: top;
}

.pagination .fa
{
    font-size: 21px;

    position: relative;
    top: 2px;
}

.pagination .page-numbers,
.pagination a
{
    font-size: 14px;
    font-weight: 400;
    line-height: 33px;

    display: inline-block;

    width: 35px;
    height: 35px;

    text-align: center;

    color: #787469;
    border: 1px solid #d7d7d7;
    background: white;
    background: linear-gradient(to top, rgba(120, 116, 105, .1) 0%, rgba(255, 255, 255, .1) 100%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.pagination .page-numbers.dots
{
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;

    margin: 0;
    margin: 0 -5px;
    padding: 0;
    padding-top: 9px;

    color: #787469;
    border: 0;
    background: none;
    box-shadow: none;
}

.pagination .page-numbers:hover,
.pagination a:hover,
.pagination .current .page-numbers,
.pagination .current a
{
    background: #fff;
}

.post-list
{
    overflow: hidden;

    margin-left: -25px;
    padding: 50px 0 27px;
}

.post-list .col-item
{
    float: left;

    width: 33.3%;
    padding-bottom: 25px;
    padding-left: 25px;
}

.post-item
{
    background: #ffc;
}

.post-item .in-t
{
    padding: 29px 28px 44px;
}

.post-item img
{
    width: 100%;
}

.post-item h2
{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;

    padding-bottom: 18px;
}

.post-item .meta
{
    font-size: 13px;
    font-weight: 400;

    padding: 9px 15px 9px 28px;

    color: white;
    background: #5d92fc;
}

.post-item .meta .cc
{
    display: inline-block;

    margin-right: 15px;

    vertical-align: top;
}

.post-item .meta a:hover
{
    color: #69f;
}

.post-item .meta .fa
{
    padding-right: 9px;

    color: #ff9;
}

.excerpt
{
    font-family: 'PT Serif';
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

h2 + .account-section
{
    margin-top: -26px;
}

.account-advert
{
    overflow: hidden;

    padding: 20px 19px;
}

.account-advert .image
{
    float: left;

    width: 18.7%;
    margin-right: 3%;
}

.account-advert .text
{
    float: left;

    width: 60%;
}

.account-advert .act
{
    overflow: hidden;
}

.account-advert .act .btn
{
    display: block;

    width: 100%;
    min-width: 0;
    margin: 0;

    text-align: center;
}

.account-advert .status
{
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;

    position: relative;
    top: -2px;

    display: inline-block;

    height: 20px;
    margin-left: 7px;
    padding: 0 9px;

    vertical-align: middle;
    text-transform: uppercase;

    color: white;
    border-radius: 2px;
    background-color: #69f;
}

.account-advert .status.inactive
{
    background: #f66;
}

.account-advert .status.paused
{
    background: #ff7e00;
}

.account-advert h3
{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;

    padding: 1px 0 8px;

    color: #222;
}

.account-advert + .account-advert
{
    border-top: 1px solid #e2e2e2;
}

.account-advert .excerpt
{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;

    color: #222;
}

.control-panel .act-line
{
    overflow: hidden;

    margin: 55px 0 30px;
    padding: 20px 0;

    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}


.control-panel .act-line.inside
{
    overflow: hidden;

    margin: -15px 0 30px;
    padding: 0 0;
    border: 0;

}

.control-panel .act-line .btn
{
    float: left;

    margin-left: 20px;
}

.control-panel .act-line .btn-primary
{
    float: right;
}

.account-section
{
    margin-bottom: 40px;

    border: 1px solid #e2e2e2;
}

.account-section .left
{
    text-align: left;
}

.account-section.form
{
    padding-bottom: 56px;
}

.account-section .results
{
    margin-bottom: -9px;
    padding-top: 20px;
}

.account-section .results ul
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-left: -10px;
    padding-right: 5px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.account-section .results ul a
{
    position: relative;

    display: block;
}

.account-section .results ul a:before
{
    font-size: 13px;
    line-height: 12px;

    position: absolute;
    top: 0;
    right: 0;

    width: 15px;
    height: 15px;

    content: 'x';
    text-align: center;

    background: #fff;
}

.account-section .results ul li
{

    width: 20%;
    padding-bottom: 10px;
    padding-left: 10px;

    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.account-section .results ul img
{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.account-section .placeholder
{
    color: #666;
}

.account-section ::-webkit-input-placeholder
{
    color: #666;
}

.account-section ::-moz-placeholder
{
    opacity: 1;
    color: #666;
}

.account-section textarea
{
    display: block;

    min-height: 184px;
    padding-top: 10px;
}

.account-section .file-upload
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 100px;

    cursor: pointer;

    border: 2px dashed #e2e2e2;
    border-radius: 2px;
    background-color: white;

    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.account-section .file-upload input
{
    position: absolute;
    z-index: -1;
    left: 0;

    opacity: 0;
}

.account-section label
{
    display: block;

    padding-top: 10px;

    text-align: right;
}

.control-panel .account-section fieldset
{
    margin-bottom: 0;
    padding-top: 18px;
    padding-bottom: 11px;
}

.control-panel .account-section fieldset .form-control + p
{
    padding-top: 10px;
}

.control-panel .account-section fieldset p
{
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;

    margin: 0;
    padding: 0;

    color: #222;
}

.account-section .col-md-55
{
    width: 45%;
    max-width: none;

    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
}

.account-section .col-md-25
{
    width: 22%;
    max-width: none;

    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
}

.account-section .col-md-35
{
    width: 22%;
    max-width: none;

    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
}

.account-section h4
{
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;

    margin: -1px -1px 0;
    padding: 8px 20px;

    letter-spacing: .1em;
    text-transform: uppercase;

    color: white;
    background-color: black;
}

.control-panel .row.repeater + .row.repeater
{
    padding-top: 15px;

    border-top: 1px solid #eee;
}

.control-panel .row.repeater
{
    padding-bottom: 15px;
}

.control-panel .row.repeater p
{
    padding-top: 5px !important;
    padding-bottom: 10px;
}

.control-panel .row.repeater + .btn
{
    margin-right: 0;
}

.control-panel
{
    padding-top: 16px;
    padding-bottom: 23px;

    border-top: 1px solid #e2e2e2;
}

.control-panel .repeater .btn
{
    line-height: 36px;

    display: block;
    float: right;
    overflow: hidden;

    min-width: 0;
    height: 40px;
    margin: 0;
    padding: 0 15px;

    text-align: center;
}

.control-panel .btn
{
    float: right;

    min-width: 150px;
    margin-right: 20px;
    padding-right: 15px;
    padding-left: 15px;
}

.control-panel .mobile
{
    display: none;
}

.control-panel .form-control
{
    line-height: 38px;

    height: 40px;
}

.control-panel fieldset
{
    padding: 0 20px;
    padding-bottom: 28px;
}

.control-panel textarea.form-control
{
    line-height: 20px;

    padding-top: 8px;
}

.control-panel label
{
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;

    display: block;

    padding-bottom: 6px;
    padding-left: 10px;

    color: #222;
}

.control-panel label.checkbox
{
    font-size: 13px;
    font-weight: 400;
    font-weight: normal;
    line-height: 20px;

    position: relative;

    display: block;

    padding-left: 0;

    cursor: pointer;
    text-align: left;

    color: #222;
}

.control-panel h2
{
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;

    margin-bottom: 25px;
    padding-bottom: 18px;

    border-bottom: 1px solid #e2e2e2;
}

.form-control[disabled]
{
    background: #f2f2f2;
}

.post-detail
{
    padding-bottom: 23px;
}

.post-detail h1
{
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;

    max-width: 780px;
    margin: -8px 0 20px;

    color: #222;
}

.post-detail .meta
{
    font-size: 15px;

    overflow: hidden;

    margin-bottom: 30px;
    padding: 9px 0 8px;

    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.post-detail .meta .share
{
    float: right;
}

.post-detail .meta .item
{
    float: left;

    padding-top: 2px;
    padding-right: 15px;
}

.post-detail .meta .fa
{
    padding: 0 5px 0 2px;

    color: #69f;
}

.post-detail .image
{
    margin-bottom: 30px;
}

.post-detail .image img
{
    width: 100%;
}

.gallery-list
{
    padding: 0 0 50px;
}

.gallery-list section
{
    margin-left: -25px;
}

.gallery-list img
{
    display: block;

    width: 100%;
    height: auto;
}

.gallery-list article
{
    float: left;

    width: 24.95%;
    padding-bottom: 25px;
    padding-left: 25px;
}

.alignright
{
    float: right;

    margin: 0 2.2% 0 4.8%;
}

.page-detail
{
    position: relative;

    padding-top: 35px;
    padding-bottom: 45px;
}

.page-detail .breadcrumbs
{
    margin-bottom: 40px;
    padding: 0 50px 26px;

    border-bottom: 1px solid #e2e2e2;
}

.featured-head
{
    position: relative;

    overflow: hidden;
}

.featured-head .image
{
    margin: 0 -70px;

    text-align: center;
}

.featured-head .holder
{
    position: relative;
}

.featured-head .text-over
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    width: calc(50% - 15px);
    min-height: 150px;
    padding: 27px 50px 27px;
    padding-right: 30px;

    background: #fff;
}

.featured-head .text-over h2,
.featured-head .text-over h1
{
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;

    padding-bottom: 4px;
}

.featured-head .text-over h2.red,
.featured-head .text-over h1.red
{
    color: #ff0c01;
}

.featured-head .text-over h2.big,
.featured-head .text-over h1.big
{
    font-size: 36px;

    margin-top: -6px;
}

.featured-head .text-over .right
{
    float: right;

    margin: 0 -2px;
    padding-top: 9px;
}

.featured-head .text-over .right .love
{
    float: left;

    width: 22px;
    height: 19px;
    margin-left: 20px;

    background: url(../images/ico_love_g.svg) no-repeat;
}

.featured-head .text-over .right .love.active
{
    background-image: url(../images/ico_love_ga.svg);
}

.featured-head .text-over .right .share
{
    position: relative;

    float: left;

    width: 22px;
    height: 21px;
    margin-top: -1px;

    background: url(../images/ico_share.svg) no-repeat;
}

.featured-head .text-over .right .share .addthis_inline_share_toolbox_bsuw
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    opacity: 0;
}

.featured-head .text-over .desc p
{
    font-family: 'PT Serif';
    font-size: 17px;
    font-style: italic;
    line-height: 26px;
}

.featured-head .text-over .desc p.cc
{
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;

    margin-top: 6px;

    color: #666;
}

.featured-head .text-over .desc p.cc a
{
    font-weight: 400;

    padding-bottom: 3px;

    color: #222;
    border-bottom: 1px solid #69f;
}

.featured-head .text-over .desc p.cc a.phone
{
    font-weight: 700;

    color: #222;
    border-bottom: 0;
}

.tab-content
{
    position: absolute;
    top: 0;
    left: -999em;

    width: 100%;
}

.tab-content.active
{
    position: relative;
    left: 0;
}

.iframe
{
    margin-bottom: 80px;
    padding: 80px;

    background-color: #f2f2f2;
}

.iframe iframe
{
    display: block;

    max-width: 100%;
    margin: auto;
}

.special-note
{
    font-family: 'PT Serif';
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;

    margin: -22px 0 28px;
    padding-bottom: 30px;

    color: #222;
    border-bottom: 4px solid #f2f2f2;
}

.special-note a
{
    text-decoration: underline;

    color: #69f;
}

.special-note a:hover
{
    text-decoration: none;
}

.special-note h4
{
    font-family: Montserrat;

    text-transform: uppercase;

    color: #ff0c01;
}

.slick-dots
{
    font-size: 0;
    line-height: 0;

    height: 20px;
    margin: 25px 0 50px;

    text-align: center;
}

.slick-dots li
{
    font-size: 0;

    display: inline-block;

    padding: 0 5px;

    vertical-align: top;
}

.slick-dots button
{
    font-size: 0;

    display: block;

    width: 5px;
    height: 5px;
    margin: 0;
    padding: 0;
    position: relative;

    border: 0;
    border-radius: 50%;
    background: #222;
}

.slick-dots button:before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    margin: -5px;
}

.slick-dots .slick-active button
{
    background: #69f;
}

.tab-head
{
    margin-bottom: 59px;
    padding: 37px 0 0;

    border-bottom: 1px solid #e2e2e2;
}

.tab-head:after
{
    display: block;
    clear: both;

    content: '';
}

.tab-head li
{
    position: relative;

    float: left;

    height: 53px;

    border-top: 3px solid transparent;
}

.tab-head li a
{
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;

    position: relative;
    z-index: 6;

    display: block;

    margin-left: -1px;
    padding: 12px 21px 13px;
}

.tab-head li:hover,
.tab-head li.current
{
    border-top-color: #69f;
}

.tab-head li.current:before
{
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 1px;

    height: 2px;

    content: '';

    background: #fff;
}

.tab-head li:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 1px;
    height: 53px;

    content: '';

    background-image: linear-gradient(140deg, #f9f9f9 0%, #e2e2e2 100%);
}

.tab-holder
{
    position: relative;
}

.contact-form .gform_body li
{
    position: relative;

    clear: both;
}

.contact-form .gform_body li:nth-child(even)
{
    clear: none;
}

.contact-form .gform_body li.full + li
{
    clear: both;
}

.contact-form .gform_body li.full + li + li
{
    clear: none !important;
}

.contact-form .gform_body li.full + li + li + li
{
    clear: both;
}

.contact-form .gform_body li.full + li + li + li + li
{
    clear: none !important;
}

.contact-form .hide-label label
{
    display: none;
}

.contact-form .gfield_label_before_complex
{
    display: none;
}

.contact-form .emailowner
{
    display: none !important;
}

.contact-form .gfield_label:empty
{
    display: none !important;
}

.contact-form .gform_body .filled + .gfield_description,
.contact-form .gform_body textarea:focus + .gfield_description,
.contact-form .gform_body input:focus + .gfield_description
{
    font-size: 10px;

    top: -12px;

    margin-left: 12px;
    padding: 0 5px;
    padding-right: 10px;

    text-transform: uppercase;
}

.contact-form .gform_body textarea + .gfield_description,
.contact-form .gform_body input + .gfield_description
{
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;

    position: absolute;
    top: 12px;
    left: 25px;

    float: left;

    height: 18px;
    margin-left: 10px;
    padding: 0;

    transition: all .4s ease;
    pointer-events: none;

    color: #666;
    background: #fff;
}

.contact-form .gform_body textarea + .gfield_description:after,
.contact-form .gform_body input + .gfield_description:after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
}

.gallery img
{
    display: block;

    width: 100%;
    margin-bottom: 25px;
}

.price-list
{
    padding: 2px 0 80px;
}

.price-list h2
{
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;

    margin-bottom: 30px;
    padding-bottom: 12px;

    color: #222;
    border-bottom: 1px solid #e2e2e2;
}

.price-list table
{
    width: 100%;
    table-layout: fixed;
}

.price-list td:first-child
{
/*    width: 66%;
*/}

.price-list tr:last-child td
{
    border-bottom: 1px solid #e2e2e2;
}

.price-list tr:nth-child(even) td
{
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background-color: #eee;
}

.price-list td
{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    width: 2%;

    padding: 15px 30px;

    color: #222;
}

.price-list th
{
    font-size: 18px;
    font-weight: 600;

    padding: 4px 30px 11px;

    color: #222;
}

.col-lg-8.col-xl-8 > .entry.sm:first-child
{
    margin-top: -8px;
}

.entry
{
    padding-bottom: 26px;
}

.entry .two-cols
{
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 25px;
            column-gap: 25px;
}

.entry .nof p:first-child:first-letter,
.entry.nof p:first-child:first-letter
{
    font-size: inherit;
    line-height: inherit;

    float: none;

    padding: 0;
}

.entry h4
{
    font-family: 'PT Serif';
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;

    color: #222;
}

.entry p
{
    overflow: hidden;

    padding-bottom: 26px;
}

.entry p:first-child:first-letter
{
    font-size: 51px;
    line-height: 52px;

    float: left;

    padding-right: 6px;
}

.entry.sm
{
    font-size: 16px;
    line-height: 27px;
}

.entry.sm .intro p
{
    font-size: 18px;
    line-height: 26px;

    padding-bottom: 32px;
}

.entry.sm .intro p:first-of-type:first-letter
{
    font-size: 51px;
    line-height: 52px;

    float: left;

    padding-right: 6px;
}

.entry.xl
{
    font-size: 14px;
    line-height: 24px;
}

.entry.xl h2
{
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;

    margin-top: -7px;
    padding-bottom: 6px;

    color: #222;
}

.head-description a,
.entry a
{
    text-decoration: underline;

    color: #69f;
}

.head-description a:hover,
.entry a:hover
{
    text-decoration: none;
}

.calendar-wrap
{
    margin: -21px 0 23px;
    padding-bottom: 30px;

    border-bottom: 1px solid #e2e2e2;
}

.calendar-wrap:after
{
    display: block;
    clear: both;

    content: '';
}

.calendar-wrap .legend
{
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;

    float: left;

    margin: 11px 0;

    color: #666;
}

.calendar-wrap .legend li
{
    line-height: 13px;

    position: relative;

    float: left;

    padding-right: 12px;
    padding-left: 32px;
}

.calendar-wrap .legend li:before
{
    position: absolute;
    left: 0;

    width: 25px;
    height: 13px;

    content: '';

    background-color: #ffc0bd;
}

.calendar-wrap .legend li.reserved:before
{
    background: #33ccb2;
}

.calendar-wrap .legend li.available:before
{
    background: #ddffcc;
}

.calendar-wrap .legend li:after
{
    position: absolute;
    top: 0;
    left: 0;

    width: 0;
    height: 0;

    content: '';

    border-width: 13px 11px 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.calendar-wrap .controls
{
    float: right;
}

.calendar-wrap .controls .btn
{
    float: left;

    min-width: 130px;
    margin-left: 8px;
}

.account-section .calendar-wrap
{
    margin: 0;
    padding: 0;

    border: 0;
}

.highlight a
{
    color: #fff !important;
    background: #eb373e!important;
}

.reserved .highlight a
{
    background: #33ccb2 !important;
}

.calendar-wrap .calendar-id
{
    pointer-events: none;
}

.calendar-id .ui-datepicker-prev,
.calendar-id .ui-datepicker-next
{
    display: none;
}

.datepicker-modal .calendar-id.clicked .ui-datepicker-current-day a.ui-state-active
{
    color: #fff;
    background-color: #69f !important;
}

.datepicker-modal .calendar-id .ui-datepicker-title
{
    font-family: Montserrat, sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 7px 0 14px;

    text-align: center;

    color: #222;
}

.datepicker-modal .calendar-id .ui-datepicker-title:before
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-size: 18px;

    position: absolute;
    top: 12px;
    left: 50%;

    display: inline-block;

    margin-right: 11px;
    margin-left: 56px;

    content: '\f0d7';
    vertical-align: middle;

    color: #0b0b0b;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.datepicker-modal .calendar-id .crf-s2,
.datepicker-modal .calendar-id .crf-s,
.datepicker-modal .calendar-id select
{
    font-family: Montserrat, sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 30px;

    position: relative;
    z-index: 9;

    display: inline-block;

    width: 130px;
    height: 30px;
    margin: 0;
    margin-right: -73px;
    margin-left: -10px;
    padding: 0 5px;
    padding-right: 73px;

    text-align: right;
    vertical-align: top;

    color: #222;
    border: 0;
    outline: none;
    background: none;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.datepicker-modal .calendar-id .crf-s2 option,
.datepicker-modal .calendar-id .crf-s option,
.datepicker-modal .calendar-id select option
{
    font-size: 14px;
    line-height: 1.5;

    padding: 4px;
}

.datepicker-modal .calendar-id .ui-datepicker-inline
{
    display: block !important;

    padding: 9px;
}

.datepicker-modal .calendar-id .ui-datepicker-inline th
{
    padding-bottom: 10px;
}

.datepicker-modal .calendar-id .ui-datepicker-inline td span,
.datepicker-modal .calendar-id .ui-datepicker-inline td a
{
    line-height: 42px;

    width: 42px;
    height: 42px;
}

.calendar-id .book a
{
    overflow: hidden;

    background: #ffc0bd;
}
/*
.calendar-id .book.first a
{
    background-color: transparent;
}

.calendar-id .book.first a:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 0 34px 34px;
    border-style: solid;
    border-color: transparent transparent #eb373e transparent;
}

.calendar-id .book.last a
{
    background-color: transparent;
}

.calendar-id .book.last a:after
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 0;
    height: 0;

    content: '';

    border-width: 34px 34px 0 0;
    border-style: solid;
    border-color: #eb373e transparent transparent transparent;
}

.calendar-id .book.first.last a
{
    background-color: #eb373e;
}

.calendar-id .book.first.last a:after,
.calendar-id .book.first.last a:before
{
    display: none;
}*/

.calendar-id .reserve a
{
    overflow: hidden;

    background: #33ccb2;
}

.calendar-id .reserve.first a
{
    background-color: transparent;
}

.calendar-id .reserve.first a:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 0 35px 35px;
    border-style: solid;
    border-color: transparent transparent #33ccb2 transparent;
}

.calendar-id .reserve.last a
{
    background-color: transparent;
}

.calendar-id .reserve.last a:after
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 0;
    height: 0;

    content: '';

    border-width: 35px 35px 0 0;
    border-style: solid;
    border-color: #33ccb2 transparent transparent transparent;
}

.calendar-id .reserve.first.last a
{
    background-color: #33ccb2;
}

.calendar-id .reserve.first.last a:after,
.calendar-id .reserve.first.last a:before
{
    display: none;
}

.calendar-id .ui-datepicker-inline
{
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display:         flex !important;

    width: auto !important;

    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.account-section .calendar-id .ui-datepicker-inline
{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.account-section .calendar-id .ui-datepicker-inline .ui-datepicker-group
{
    display: inline-block;

    max-width: 31%;
    margin: 15px 0 0;
}

.account-section .calendar-id .ui-datepicker-inline .ui-datepicker-group td .ui-state-default,
.account-section .calendar-id .ui-datepicker-inline .ui-datepicker-group td a
{
    line-height: 32px;

    width: 32px;
    height: 32px;
}

.calendar-id .ui-datepicker-group
{
    width: 267px;
    margin-bottom: 31px;
    padding: 9px;

    border: 1px solid #e2e2e2;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 1, 1, .25);
}

.calendar-id .ui-datepicker-row-break
{
    display: none;
}

.calendar-id .ui-datepicker-title
{
    font-size: 18px;
    font-weight: 300;

    display: block;

    padding: 2px 0 7px;

    color: #222;
    border-bottom: 1px solid #e2e2e2;
}

.calendar-id td
{
    border: 1px solid #fff;
    background-color: #ddffcc;
}

.calendar-id td .ui-state-default,
.calendar-id td a
{
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;

    position: relative;
    z-index: 5;

    display: block;

    width: 34px;
    height: 34px;

    text-align: center;

    color: #222;
}

.calendar-id td.ui-datepicker-other-month
{
    background: none;
}

.calendar-id th
{
    font-size: 14px;
    font-weight: 400;
    line-height: 13px;

    padding-top: 19px;
    padding-bottom: 7px;

    text-align: center;

    color: #666;
}

.prices-avai .entry .tab-call
{
    float: right;

    min-width: 150px;
    margin: -8px 0 0;

    text-decoration: none;
}

.btn-submit
{
    padding: 15px 0;
}

.btn-submit .btn
{
    position: relative;
    z-index: 9;

    display: block;

    width: 100%;
}

.footer-links
{
    padding: 72px 0 61px;

    border-top: 1px solid #e2e2e2;
}

.footer-links .widgets
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer-links .widgets .widget
{
    width: 25%;
}

.footer-links h3
{
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;

    padding-bottom: 20px;

    text-transform: uppercase;

    color: #35383e;
}

.footer-links .widget_nav_menu li
{
    font-family: 'PT Serif', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;

    color: #003;
}

.footer-links .gform_body ul,
.footer-links .gform_body li {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
}

.footer-links .gform_body .gfield_label,
.footer-links label
{
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;

    display: block;

    padding: 10px 0 6px;

    color: #666;
}

.footer-links form
{
    position: relative;
}

.footer-links .gform_footer {
    padding: 0;
    margin: 0;
}

.footer-links .gform_footer .gform_button,
.footer-links form button
{
    font-size: 17px;
    line-height: 49px;

    position: absolute;
    right: 0;
    bottom: 0;

    width: 49px;
    height: 49px;
    margin: 0;
    padding: 0;
    top: 34px;

    color: #69f;
    border: 0;
    background: none;
}

.footer-links .gform_footer .gform_button
{
    text-indent: -999em;
    min-width: 0;
    opacity: 0;
}

.footer-links .validation_error {
    display: none !important;
}

.footer-links .gform_footer:before {
    content: '';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 34px;
    text-align: center;
    line-height: 49px;

    width: 49px;
    height: 49px;
    margin: 0;
    padding: 0;

    color: #69f;
    border: 0;
    background: none;
}

.footer-links input[type=email],
.footer-links input[type=text]
{
    font-size: 12px;
    font-weight: 400;

    display: block;

    width: 100%;
    height: 49px;
    margin: 0;
    padding: 0 45px 0 10px;

    color: #222;
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    background: white;
}

.footer-links a:hover
{
    color: #69f;
}

.footer
{
    overflow: hidden;

    border-top: 1px solid #e2e2e2;
}

.footer p
{
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;

    float: left;

    padding: 32px 0 0;

    color: #222;
}

.footer .social
{
    float: right;

    border-left: 1px solid #e2e2e2;
}

.footer .social li
{
    float: left;

    border-right: 1px solid #e2e2e2;
}

.footer .social a
{
    font-size: 42px;
    line-height: 99px;

    float: left;

    width: 99px;

    text-align: center;
}

.explore-item h4
{
    word-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.active-modal
{
    overflow: hidden;
}

.active-modal.scrollbar-17
{
    margin-right: 17px;
}

.active-modal.scrollbar-15
{
    margin-right: 15px;
}

.active-modal.scrollbar-12
{
    margin-right: 12px;
}

.modal
{
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: -150%;

    overflow: scroll;
    overflow-x: hidden;

    width: 100vw;

    transition: opacity .4s ease;

    opacity: 0;
    background: rgba(0, 0, 0, .8);

    -webkit-overflow-scrolling: touch;
}

.modal .table
{
    display: table;

    width: 100vw;
    height: 100vh;
}

.modal .table .cell
{
    display: table-cell;

    width: 100%;
    padding: 115px 20px;

    vertical-align: middle;
}

.modal.active
{
    left: 0;

    opacity: 1;
}

.modal .filter
{
    padding-top: 30px;
    padding-bottom: 25px;

    text-align: center;

    border-bottom: 1px solid #e2e2e2;
}

.modal .filter label
{
    line-height: 47px;

    display: inline-block;

    margin-left: -160px;
    padding-right: 15px;

    vertical-align: top;
}

.modal .filter .crf-s2,
.modal .filter .crf-s
{
    display: inline-block;

    width: 232px;

    text-align: left;
    vertical-align: top;
}

.modal.adverts-modal .cols
{
    font-size: 0;

    margin-left: -25px;
    padding-top: 33px;
    padding-bottom: 55px;
}

.modal.adverts-modal .cols > ul
{
    font-size: 13px;
    line-height: 18px;

    vertical-align: top;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.modal.adverts-modal .cols li
{
    padding-bottom: 18px;
    padding-left: 25px;
}

.modal .cols
{
    padding: 45px 50px;
}

.modal label
{
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;

    display: block;

    margin: 0;
    padding: 0;
    padding-bottom: 6px;
}

.modal .checkbox
{
    font-weight: normal;

    margin: 5px 0 12px;
}

.modal h4
{
    font-size: 21px;
    font-weight: 300;
    line-height: 18px;

    padding: 35px 40px 28px;

    text-align: center;

    border-bottom: 1px solid #e2e2e2;
}

.modal .close
{
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;

    width: 40px;
    height: 40px;
    margin: 22px;

    cursor: pointer;

    background: url(../images/ico_close.svg) no-repeat 50% 50%;
}

.modal .btn-full
{
    clear: both;

    width: 100%;
    padding: 30px;

    border-top: 1px solid #e2e2e2;
}

.modal .btn-full .btn
{
    font-size: 15px;
    line-height: 44px;

    display: block;

    width: 338px;
    max-width: 100%;
    height: 47px;
    margin: auto;
}

.modal .rating
{
    margin-bottom: 10px;
}

.modal .rating .checkbox
{
    margin: 0;
}

.modal .box-in
{
    position: relative;

    width: 860px;
    max-width: calc(100vw - 40px);
    margin: 0 auto;

    background-color: white;
}

.modal .fa-star
{
    font-size: 17px;

    padding-right: 4px;

    color: #ff0c01;
}

.modal .count
{
    font-size: 12px;
    font-weight: normal;

    display: inline-block;

    margin-left: -2px;

    color: #999;
}

.modal.choose-modal .cols,
.modal.advanced-modal .cols
{
    font-size: 0;

    margin-bottom: -12px;
    margin-left: -25px;
}

.modal.choose-modal .cols > fieldset,
.modal.advanced-modal .cols > fieldset
{
    display: inline-block;

    width: 33.3%;
    padding-left: 25px;

    vertical-align: top;
}

.modal.my-account-modal
{
    text-align: center;
}

.modal.my-account-modal .box-in
{
    padding-bottom: 142px;
}

.modal.my-account-modal .close
{
    margin: 61px;
}

.modal.my-account-modal .btn
{
    font-size: 15px;

    width: 104px;
    min-width: 0;
    height: 47px;
}

.modal.my-account-modal .recover
{
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;

    display: block;

    margin-top: 72px;
    padding-right: 15px;

    color: #222;
}

.modal.my-account-modal .recover .fa
{
    padding-right: 3px;

    color: #69f;
}

.modal.my-account-modal h4
{
    font-size: 48px;
    font-weight: 300;
    line-height: 38px;

    padding: 80px 0 45px;

    color: #222;
    border-bottom: 0;
}

.modal.my-account-modal fieldset
{
    position: relative;

    width: 403px;
    height: 49px;
    margin: 0 auto 19px;

    border: 1px solid #c5c5c5;
    border-radius: 2px;
    background-color: white;
}

.modal.my-account-modal fieldset.user:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 49px;

    content: '';
    pointer-events: none;

    background: url(../images/ico_u_login.svg) no-repeat 50% 50%;
    background-size: 20px 21px;
}

.modal.my-account-modal fieldset.pass:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 49px;

    content: '';
    pointer-events: none;

    background: url(../images/ico_pass.svg) no-repeat 50% 50%;
    background-size: 25px 25px;
}

.modal.my-account-modal fieldset input
{
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;

    width: 100%;
    height: 47px;
    padding: 0 20px;
    padding-left: 52px;

    color: #222;
    border: 0;
    background: none;
}

.modal.my-account-modal h6
{
    font-size: 21px;
    font-weight: 300;
    line-height: 18px;

    position: relative;
    z-index: 9;

    display: inline-block;

    padding: 35px 24px;

    background: #fff;
}

.modal.my-account-modal .box-in:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: 45px;

    content: '';
    pointer-events: none;

    border: 2px solid #c5c5c5;
}

.modal.my-alerts-modal
{
    text-align: center;
}

.modal.my-alerts-modal .box-in
{
    padding-bottom: 91px;

    background: url(../images/bg_alert.jpg) no-repeat #6d9eff;
    background-size: cover;
}

.modal.my-alerts-modal form *
{
    display: inline-block;

    vertical-align: top;
}

.modal.my-alerts-modal .gform_body ul,
.modal.my-alerts-modal .gform_body li
{
    float: none;

    width: auto;
    margin: 0;
    padding: 0;

    text-align: center;
}

.modal.my-alerts-modal .gform_footer
{
    padding: 0;

    text-align: center;
}

.modal.my-alerts-modal .recover
{
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;

    display: block;

    margin-top: 72px;
    padding-right: 15px;

    color: #222;
}

.modal.my-alerts-modal .recover .fa
{
    padding-right: 3px;

    color: #69f;
}

.modal.my-alerts-modal p
{
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;

    width: 535px;
    max-width: 100%;
    margin: auto;
    padding: 54px 0;

    color: white;
}

.modal.my-alerts-modal h4
{
    font-size: 48px;
    font-weight: 300;
    line-height: 38px;

    padding: 80px 0 36px;

    color: #fff;
    border-bottom: 0;
}

.modal.my-alerts-modal label
{
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;

    display: block;

    width: 529px;
    max-width: 100%;
    margin: auto;
    padding-bottom: 44px;

    color: white;
}

.modal.my-alerts-modal fieldset
{
    margin: 0 auto 19px;
}

.modal.my-alerts-modal fieldset .btn
{
    line-height: 47px;

    display: inline-block;

    width: 104px;
    min-width: 0;
    height: 47px;
    margin-left: 16px;

    vertical-align: top;

    color: #fff;
    border: 0;
    border-radius: 2px;
    background-color: #222;
}

.modal.my-alerts-modal fieldset input[type=submit]
{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 34px;
    line-height: 47px;

    display: inline-block;
    display: inline-block;

    width: 104px;
    width: 104px;
    min-width: 119px;
    min-width: 0;
    min-width: 0;
    height: 38px;
    height: 47px;
    height: 47px;
    margin-left: 16px;
    padding: 0;

    text-align: center;
    vertical-align: top;
    text-transform: uppercase;

    color: #222;
    color: #fff;
    border: 0;
    border: 2px solid #c5c5c5;
    border: 0;
    border-radius: 2px !important;
    border-radius: 2px;
    background-color: white;
    background-color: #222;
}

.modal.my-alerts-modal fieldset input[type=submit]:hover
{
    background-color: #000;
}

.modal.my-alerts-modal fieldset input
{
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;

    display: inline-block;

    width: 100%;
    width: 401px;
    height: 47px;
    padding: 0 20px;

    vertical-align: top;

    color: #222;
    border: 0;
    border-radius: 2px;
    background: none;
    background-color: white;
}

.modal.my-alerts-modal .close
{
    background-image: url(../images/ico_close_w.svg);
}

.modal.my-alerts-modal h6
{
    font-size: 21px;
    font-weight: 300;
    line-height: 18px;

    position: relative;
    z-index: 9;

    display: inline-block;

    padding: 35px 24px;

    color: #fff;
}

.modal.datepicker-modal .cols
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;

    margin: 0;
    padding: 0;

    background-color: #eaeaea;
}

.modal.datepicker-modal .col
{
    width: 50%;
    padding: 0;
    padding-left: 25px;

    background-color: #eaeaea;
}

.modal.datepicker-modal .col + .col
{
    padding-right: 25px;
    padding-left: 0;

    border-left: 1px solid #d8d8d8;
}

.modal.datepicker-modal .calendar-id
{
    width: 320px;
    height: 369px;
    margin: 40px auto;

    border: 1px solid #e2e2e2;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 1, 1, .25);
}

.modal.datepicker-modal .tips
{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;

    width: 666px;
    max-width: 100%;
    margin: auto;
    padding: 24px 0;

    text-align: center;

    color: black;
}

.modal.datepicker-modal .btn
{
    font-size: 15px;
    line-height: 44px;

    display: block;

    width: 338px;
    max-width: 100%;
    height: 47px;
    margin: auto;
}

.modal.datepicker-modal .count
{
    display: block;
    clear: both;

    width: 100%;
    margin: 0;
    padding-bottom: 29px;

    text-align: center;

    border-bottom: 1px solid #e2e2e2;
}

.modal.datepicker-modal .count strong
{
    font-size: 30px;
    font-weight: 300;
    line-height: normal;

    display: block;

    padding: 19px 0 7px;

    color: #222;
}

.modal.datepicker-modal .count .desc
{
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;

    display: block;

    padding-bottom: 15px;

    color: #666;
}

.modal.datepicker-modal .count .desc span
{
    color: #222;
}

.modal.datepicker-modal .flexible
{
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;

    padding-top: 9px;
    padding-bottom: 2px;

    text-align: center;

    color: #222;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    background-color: #eaeaea;
}

.modal.datepicker-modal .flexible label
{
    line-height: 42px;

    display: inline-block;

    padding-right: 15px;

    vertical-align: top;
}

.modal.datepicker-modal .flexible .crf-s2,
.modal.datepicker-modal .flexible .crf-s
{
    line-height: 39px;

    display: inline-block;

    width: 175px;
    height: 41px;
    padding: 0 12px;

    text-align: left;
    vertical-align: top;

    border: 1px solid #c5c5c5;
    border-radius: 2px;
    background-color: white;
}

.modal.datepicker-modal .flexible .crf-s2:before,
.modal.datepicker-modal .flexible .crf-s:before
{
    margin: -5px 6px;
}

.modal.datepicker-modal .box-in
{
    padding: 0;
}

.modal.datepicker-modal .box-in h4
{
    font-size: 24px;
    font-weight: 300;
    line-height: 18px;

    margin: 0 -50px;
    padding: 34px;
    padding-bottom: 28px;

    border-color: #e2e2e2;
    background: #fff;
}

.crf-s2m,
.crf-sm
{
    position: absolute;
    z-index: 9999;

    display: none;

    margin: 0;
    margin-top: 2px;
    padding: 0;

    border: 0;
    background: none;
}

.crf-s2m .hided-s,
.crf-sm .hided-s
{
    display: none;
}

.crf-s2m ul,
.crf-sm ul
{
    overflow: auto;

    max-height: 300px;
    margin: 0 -1px;
    padding: 0 0 2px;

    border: 1px solid #c5c5c5;
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 10px 14.3px -3px rgba(0, 0, 0, .75);
}

.crf-s2m li,
.crf-sm li
{
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;

    padding: 0 15px;
    padding-top: 9px;
    padding-bottom: 7px;

    cursor: pointer;
}

.crf-s2m li:hover,
.crf-sm li:hover
{
    background: #e2e2e2;
}

.crf-s2m li.label,
.crf-sm li.label
{
    display: none;
}

.crf-s2m.c-select ul,
.crf-sm.c-select ul
{
    margin: 0;
}

.crf-s2,
.crf-select,
.crf-s
{
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    line-height: 47px;

    position: relative;

    display: block;

    width: 100%;
    height: 47px;
    padding: 0 20px 0 40px;

    cursor: pointer;
}

.crf-s2.opened,
.crf-select.opened,
.crf-s.opened
{
    padding-left: 17px;

    background: #fff;
}

.crf-s2.c-select,
.crf-select.c-select,
.crf-s.c-select
{
    height: 49px;
    padding-left: 16px;

    border: 1px solid #c5c5c5;
    border-radius: 2px;
}

.crf-s2.c-select:before,
.crf-select.c-select:before,
.crf-s.c-select:before
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-size: 18px;

    position: absolute;
    z-index: 10;
    top: 16px;
    right: 4px;

    display: inline-block;

    margin-right: 11px;

    content: '\f0d7';
    vertical-align: middle;

    color: #0b0b0b;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.crf-select.form-control:before,
.crf-s2.form-control:before,
.crf-s.form-control:before
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-size: 18px;

    position: absolute;
    z-index: 10;
    top: 9px;
    right: 4px;

    display: inline-block;

    margin-right: 11px;

    content: '\f0d7';
    vertical-align: middle;

    color: #0b0b0b;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dogs .crf-select,
.dogs .crf-s
{
    width: 118px;
}

.three .crf-s
{
    padding: 0 18px;
}

.featured-image
{
    position: relative;
    z-index: 9;
}

.featured-image .slider
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.featured-image .slider *
{
    height: 100% !important;
}

.featured-image .slider-text
{
    position: relative;
    z-index: 9;
}

.featured-image .bg
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: no-repeat 50% 50%;
    background-size: cover;
}

.featured-image .bg h2,
.featured-image .bg h1
{
    height: auto !important;
}

.featured-image .container
{
    position: relative;

    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: calc(100vh - 151px);
    min-height: 750px;

    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}

.featured-image .user-vote
{
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;

    position: absolute;
    right: 0;
    bottom: -75px;

    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    min-width: 413px;
    height: 160px;
    padding: 10px 15px;

    border: 5px solid white;
    border-radius: 80px 0 0 80px;
    background-color: white;

    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.featured-image .user-vote:before
{
    position: absolute;
    top: -5px;
    right: -999em;
    bottom: 0;
    left: 100%;

    content: '';

    background: #fff;
}

.featured-image .user-vote .image
{
    padding-right: 26px;
}

.featured-image .user-vote .image img
{
    border-radius: 50%;
}

.featured-image .user-vote h6
{
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;

    margin-top: -5px;

    text-transform: uppercase;
}

.featured-image .search-over
{
    position: absolute;
    top: 49px;
    left: 15px;

    display: none;

    width: 398px;
    padding: 32px 30px;

    background-color: rgba(0, 0, 0, .8);
}

.active-search .featured-image .search-over
{
    display: block;
}

.featured-image .search-over h4
{
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;

    padding-bottom: 10px;

    text-transform: uppercase;

    color: white;
}

.featured-image .search-over .show-plus
{
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;

    margin-top: 23px;

    cursor: pointer;

    color: white;
}

.featured-image .search-over .show-plus .fa
{
    font-size: 17px;

    position: relative;
    top: 2px;

    padding-right: 10px;

    color: #ff9;
}

.featured-image .search-over .three
{
    float: left;

    width: 31.3%;
}

.featured-image .search-over .three + .three
{
    margin-left: 3%;
}

.featured-image .search-over .btn
{
    font-size: 15px;

    width: 100%;
    height: 47px;
    margin-top: 13px;
}

.featured-image .search-over .field
{
    position: relative;

    height: 49px;
    margin: 0 0 16px;

    border: 1px solid #c5c5c5;
    border-radius: 2px;
    background-color: white;
}

.featured-image .search-over .field:before
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-size: 18px;

    position: absolute;
    z-index: 10;
    top: 16px;
    right: 1px;

    display: inline-block;

    margin-right: 11px;

    content: '\f0d7';
    vertical-align: middle;
    pointer-events: none;

    color: #0b0b0b;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.featured-image .search-over .field .fa
{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 40px;
    padding: 10px;

    text-align: center;
    pointer-events: none;
    pointer-events: none;

    color: #0b0b0b;
}

.featured-image .search-over .field .fa-map-marker
{
    font-size: 21px;

    margin-top: 1px;
}

.featured-image .search-over .field .fa-calendar
{
    font-size: 19px;

    margin-top: 0;
    margin-left: 1px;
}

.featured-image .search-over p
{
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;

    padding-bottom: 28px;

    color: white;
}

.featured-image .search-over label
{
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;

    display: block;

    margin: 0 0 6px;

    color: #ff9;
}

.featured-image .search-trigger
{
    font-size: 15px;
    font-weight: 700;
    line-height: 47px;

    position: absolute;
    right: 0;
    bottom: 0;
    left: 15px;

    width: 398px;
    height: 47px;

    cursor: pointer;
    text-align: center;
    text-transform: uppercase;

    color: white;
    border-radius: 2px;
    background-color: black;
}

.featured-image .search-trigger .fa
{
    font-size: 18px;

    margin-right: 5px;
    padding-left: 15px;

    color: #ff9;
}

.featured-image .search-trigger .hide-l
{
    display: none;
}

.active-search .featured-image .search-trigger .fa-long-arrow-up
{
    display: none;
}

.featured-image .search-trigger .fa-long-arrow-down
{
    display: none;
}

.active-search .featured-image .search-trigger .fa-long-arrow-down
{
    display: inline;
}

.active-search .featured-image .search-trigger .hide-l
{
    display: inline;
}

.active-search .featured-image .search-trigger .show-l
{
    display: none;
}

.featured-image h2,
.featured-image h1
{
    font-family: 'PT Serif';
    font-size: 82px;
    font-style: italic;
    line-height: 82px;

    padding-bottom: 15px;

    text-align: right;

    color: white;
}

.explore-wrap
{
    padding: 47px 0 45px;
}

.explore-wrap .explore-list
{
    margin-bottom: 29px;
}

.explore-wrap h2
{
    text-align: left;
}

.desc-title
{
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;

    text-align: center;
    text-transform: uppercase;
}

.modal.datepicker-modal .count
{
    display: none;
}

html.fancybox-enabled
{
    overflow: visible !important;
}

.fancybox-enabled body
{
    height: auto !important;
}

.crf-sm li.variable
{
    display: none;
}

.location-filter .crf-sm li.variable
{
    display: block;
}

.holiday-item .call a
{
    font-family: Montserrat;
    font-weight: normal;
}

select::-ms-expand
{
    display: none;
}

.addthis_inline_share_toolbox
{
    height: 32px;
}

.gform_wrapper
{
    display: block !important;
}

/*.email .gfield_label,
*/

.gfield:not(.full) .gfield_required
{
    display: none !important;
}

.has_first_name .name_first label
{
    display: none !important;
}

.gform_body li.gfield_html_formatted
{
    position: relative;
    top: 15px;

    float: left;

    margin-bottom: -54px;
    padding-bottom: 0;
}

.gform_body li.gfield_html_formatted .btn
{
    min-width: 150px;
}

textarea
{
    resize: vertical;
}

.validation_message,
.validation_error
{
    font-size: 14px;
    line-height: normal;

    padding: 7px 0;

    color: #f00 !important;
}

.cp.contact-form .email .gfield_label,
.cp.contact-form .gfield_label_before_complex
{
    display: block !important;
}

.modal .success,
.modal .error
{
    font-size: 12px;

    padding: 15px 0;

    text-align: center;

    color: #f00;
}

.modal .success
{
    color: #4bad15;
}

@media (min-width: 576px)
{
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl
    {
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-sm
    {
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
                flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }

    .col-sm-auto
    {
        width: auto;

        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-sm-1
    {
        max-width: 8.333333%;

        -webkit-flex: 0 0 8.333333%;
            -ms-flex: 0 0 8.333333%;
                flex: 0 0 8.333333%;
    }

    .col-sm-2
    {
        max-width: 16.666667%;

        -webkit-flex: 0 0 16.666667%;
            -ms-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
    }

    .col-sm-3
    {
        max-width: 25%;

        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
    }

    .col-sm-4
    {
        max-width: 33.333333%;

        -webkit-flex: 0 0 33.333333%;
            -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
    }

    .col-sm-5
    {
        max-width: 41.666667%;

        -webkit-flex: 0 0 41.666667%;
            -ms-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
    }

    .col-sm-6
    {
        max-width: 50%;

        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }

    .col-sm-7
    {
        max-width: 58.333333%;

        -webkit-flex: 0 0 58.333333%;
            -ms-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
    }

    .col-sm-8
    {
        max-width: 66.666667%;

        -webkit-flex: 0 0 66.666667%;
            -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
    }

    .col-sm-9
    {
        max-width: 75%;

        -webkit-flex: 0 0 75%;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
    }

    .col-sm-10
    {
        max-width: 83.333333%;

        -webkit-flex: 0 0 83.333333%;
            -ms-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
    }

    .col-sm-11
    {
        max-width: 91.666667%;

        -webkit-flex: 0 0 91.666667%;
            -ms-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
    }

    .col-sm-12
    {
        max-width: 100%;

        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }

    .pull-sm-0
    {
        right: auto;
    }

    .pull-sm-1
    {
        right: 8.333333%;
    }

    .pull-sm-2
    {
        right: 16.666667%;
    }

    .pull-sm-3
    {
        right: 25%;
    }

    .pull-sm-4
    {
        right: 33.333333%;
    }

    .pull-sm-5
    {
        right: 41.666667%;
    }

    .pull-sm-6
    {
        right: 50%;
    }

    .pull-sm-7
    {
        right: 58.333333%;
    }

    .pull-sm-8
    {
        right: 66.666667%;
    }

    .pull-sm-9
    {
        right: 75%;
    }

    .pull-sm-10
    {
        right: 83.333333%;
    }

    .pull-sm-11
    {
        right: 91.666667%;
    }

    .pull-sm-12
    {
        right: 100%;
    }

    .push-sm-0
    {
        left: auto;
    }

    .push-sm-1
    {
        left: 8.333333%;
    }

    .push-sm-2
    {
        left: 16.666667%;
    }

    .push-sm-3
    {
        left: 25%;
    }

    .push-sm-4
    {
        left: 33.333333%;
    }

    .push-sm-5
    {
        left: 41.666667%;
    }

    .push-sm-6
    {
        left: 50%;
    }

    .push-sm-7
    {
        left: 58.333333%;
    }

    .push-sm-8
    {
        left: 66.666667%;
    }

    .push-sm-9
    {
        left: 75%;
    }

    .push-sm-10
    {
        left: 83.333333%;
    }

    .push-sm-11
    {
        left: 91.666667%;
    }

    .push-sm-12
    {
        left: 100%;
    }

    .offset-sm-0
    {
        margin-left: 0;
    }

    .offset-sm-1
    {
        margin-left: 8.333333%;
    }

    .offset-sm-2
    {
        margin-left: 16.666667%;
    }

    .offset-sm-3
    {
        margin-left: 25%;
    }

    .offset-sm-4
    {
        margin-left: 33.333333%;
    }

    .offset-sm-5
    {
        margin-left: 41.666667%;
    }

    .offset-sm-6
    {
        margin-left: 50%;
    }

    .offset-sm-7
    {
        margin-left: 58.333333%;
    }

    .offset-sm-8
    {
        margin-left: 66.666667%;
    }

    .offset-sm-9
    {
        margin-left: 75%;
    }

    .offset-sm-10
    {
        margin-left: 83.333333%;
    }

    .offset-sm-11
    {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px)
{
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl
    {
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-md
    {
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
                flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }

    .col-md-auto
    {
        width: auto;

        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-md-1
    {
        max-width: 8.333333%;

        -webkit-flex: 0 0 8.333333%;
            -ms-flex: 0 0 8.333333%;
                flex: 0 0 8.333333%;
    }

    .col-md-2
    {
        max-width: 16.666667%;

        -webkit-flex: 0 0 16.666667%;
            -ms-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
    }

    .col-md-3
    {
        max-width: 25%;

        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
    }

    .col-md-4
    {
        max-width: 33.333333%;

        -webkit-flex: 0 0 33.333333%;
            -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
    }

    .col-md-5
    {
        max-width: 41.666667%;

        -webkit-flex: 0 0 41.666667%;
            -ms-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
    }

    .col-md-6
    {
        max-width: 50%;

        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }

    .col-md-7
    {
        max-width: 58.333333%;

        -webkit-flex: 0 0 58.333333%;
            -ms-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
    }

    .col-md-8
    {
        max-width: 66.666667%;

        -webkit-flex: 0 0 66.666667%;
            -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
    }

    .col-md-9
    {
        max-width: 75%;

        -webkit-flex: 0 0 75%;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
    }

    .col-md-10
    {
        max-width: 83.333333%;

        -webkit-flex: 0 0 83.333333%;
            -ms-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
    }

    .col-md-11
    {
        max-width: 91.666667%;

        -webkit-flex: 0 0 91.666667%;
            -ms-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
    }

    .col-md-12
    {
        max-width: 100%;

        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }

    .pull-md-0
    {
        right: auto;
    }

    .pull-md-1
    {
        right: 8.333333%;
    }

    .pull-md-2
    {
        right: 16.666667%;
    }

    .pull-md-3
    {
        right: 25%;
    }

    .pull-md-4
    {
        right: 33.333333%;
    }

    .pull-md-5
    {
        right: 41.666667%;
    }

    .pull-md-6
    {
        right: 50%;
    }

    .pull-md-7
    {
        right: 58.333333%;
    }

    .pull-md-8
    {
        right: 66.666667%;
    }

    .pull-md-9
    {
        right: 75%;
    }

    .pull-md-10
    {
        right: 83.333333%;
    }

    .pull-md-11
    {
        right: 91.666667%;
    }

    .pull-md-12
    {
        right: 100%;
    }

    .push-md-0
    {
        left: auto;
    }

    .push-md-1
    {
        left: 8.333333%;
    }

    .push-md-2
    {
        left: 16.666667%;
    }

    .push-md-3
    {
        left: 25%;
    }

    .push-md-4
    {
        left: 33.333333%;
    }

    .push-md-5
    {
        left: 41.666667%;
    }

    .push-md-6
    {
        left: 50%;
    }

    .push-md-7
    {
        left: 58.333333%;
    }

    .push-md-8
    {
        left: 66.666667%;
    }

    .push-md-9
    {
        left: 75%;
    }

    .push-md-10
    {
        left: 83.333333%;
    }

    .push-md-11
    {
        left: 91.666667%;
    }

    .push-md-12
    {
        left: 100%;
    }

    .offset-md-0
    {
        margin-left: 0;
    }

    .offset-md-1
    {
        margin-left: 8.333333%;
    }

    .offset-md-2
    {
        margin-left: 16.666667%;
    }

    .offset-md-3
    {
        margin-left: 25%;
    }

    .offset-md-4
    {
        margin-left: 33.333333%;
    }

    .offset-md-5
    {
        margin-left: 41.666667%;
    }

    .offset-md-6
    {
        margin-left: 50%;
    }

    .offset-md-7
    {
        margin-left: 58.333333%;
    }

    .offset-md-8
    {
        margin-left: 66.666667%;
    }

    .offset-md-9
    {
        margin-left: 75%;
    }

    .offset-md-10
    {
        margin-left: 83.333333%;
    }

    .offset-md-11
    {
        margin-left: 91.666667%;
    }
}

@media screen and (min-width: 768px)
{
    .side-filter .set.active-d:before
    {
        content: '\f068';
    }

    .side-filter .set.active-d:after
    {
        opacity: 1;
    }
}

@media (min-width: 1024px)
{
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl
    {
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-lg
    {
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
                flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }

    .col-lg-auto
    {
        width: auto;

        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-lg-1
    {
        max-width: 8.333333%;

        -webkit-flex: 0 0 8.333333%;
            -ms-flex: 0 0 8.333333%;
                flex: 0 0 8.333333%;
    }

    .col-lg-2
    {
        max-width: 16.666667%;

        -webkit-flex: 0 0 16.666667%;
            -ms-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
    }

    .col-lg-3
    {
        max-width: 25%;

        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
    }

    .col-lg-4
    {
        max-width: 33.333333%;

        -webkit-flex: 0 0 33.333333%;
            -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
    }

    .col-lg-5
    {
        max-width: 41.666667%;

        -webkit-flex: 0 0 41.666667%;
            -ms-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
    }

    .col-lg-6
    {
        max-width: 50%;

        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }

    .col-lg-7
    {
        max-width: 58.333333%;

        -webkit-flex: 0 0 58.333333%;
            -ms-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
    }

    .col-lg-8
    {
        max-width: 66.666667%;

        -webkit-flex: 0 0 66.666667%;
            -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
    }

    .col-lg-9
    {
        max-width: 75%;

        -webkit-flex: 0 0 75%;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
    }

    .col-lg-10
    {
        max-width: 83.333333%;

        -webkit-flex: 0 0 83.333333%;
            -ms-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
    }

    .col-lg-11
    {
        max-width: 91.666667%;

        -webkit-flex: 0 0 91.666667%;
            -ms-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
    }

    .col-lg-12
    {
        max-width: 100%;

        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }

    .pull-lg-0
    {
        right: auto;
    }

    .pull-lg-1
    {
        right: 8.333333%;
    }

    .pull-lg-2
    {
        right: 16.666667%;
    }

    .pull-lg-3
    {
        right: 25%;
    }

    .pull-lg-4
    {
        right: 33.333333%;
    }

    .pull-lg-5
    {
        right: 41.666667%;
    }

    .pull-lg-6
    {
        right: 50%;
    }

    .pull-lg-7
    {
        right: 58.333333%;
    }

    .pull-lg-8
    {
        right: 66.666667%;
    }

    .pull-lg-9
    {
        right: 75%;
    }

    .pull-lg-10
    {
        right: 83.333333%;
    }

    .pull-lg-11
    {
        right: 91.666667%;
    }

    .pull-lg-12
    {
        right: 100%;
    }

    .push-lg-0
    {
        left: auto;
    }

    .push-lg-1
    {
        left: 8.333333%;
    }

    .push-lg-2
    {
        left: 16.666667%;
    }

    .push-lg-3
    {
        left: 25%;
    }

    .push-lg-4
    {
        left: 33.333333%;
    }

    .push-lg-5
    {
        left: 41.666667%;
    }

    .push-lg-6
    {
        left: 50%;
    }

    .push-lg-7
    {
        left: 58.333333%;
    }

    .push-lg-8
    {
        left: 66.666667%;
    }

    .push-lg-9
    {
        left: 75%;
    }

    .push-lg-10
    {
        left: 83.333333%;
    }

    .push-lg-11
    {
        left: 91.666667%;
    }

    .push-lg-12
    {
        left: 100%;
    }

    .offset-lg-0
    {
        margin-left: 0;
    }

    .offset-lg-1
    {
        margin-left: 8.333333%;
    }

    .offset-lg-2
    {
        margin-left: 16.666667%;
    }

    .offset-lg-3
    {
        margin-left: 25%;
    }

    .offset-lg-4
    {
        margin-left: 33.333333%;
    }

    .offset-lg-5
    {
        margin-left: 41.666667%;
    }

    .offset-lg-6
    {
        margin-left: 50%;
    }

    .offset-lg-7
    {
        margin-left: 58.333333%;
    }

    .offset-lg-8
    {
        margin-left: 66.666667%;
    }

    .offset-lg-9
    {
        margin-left: 75%;
    }

    .offset-lg-10
    {
        margin-left: 83.333333%;
    }

    .offset-lg-11
    {
        margin-left: 91.666667%;
    }
}

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

    .house-item .text {
        position: relative;
    }

    .house-item .detail {
        bottom: 0;
    }

    .attractions .house-item .image {
        overflow: hidden;
/*        max-height: 244px;
*/    }

    .tab-content .attractions .house-item .excerpt {
        min-height: 200px;
    }

    .nav > ul > li:before
    {
        position: relative;
        top: -39px;

        display: block;

        width: 100%;
        height: 5px;
        margin-bottom: -5px;

        content: '';
        transition: all .4s ease;

        opacity: 0;
        background-color: #69f;

        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .no-touch .nav > ul > li:hover:before,
    .nav > ul > li.active:before,
    .nav > ul > li.current:before
    {
        opacity: 1;
    }

    .nav li.active .dropdown,
    .no-touch .nav li:hover .dropdown
    {
        pointer-events: auto;

        opacity: 1;
    }

    .nav > ul > li
    {
        height: 61px;
    }

    .touch .nav > ul > li > a:hover,
    .touch .nav > ul > li > a {
        color: inherit;
    }
    .touch .nav > ul > li.active > a:hover,
    .touch .nav > ul > li.active > a {
        color: #69f;
    }

    .nav .dropdown
    {
        position: absolute;
        z-index: 999;
        top: 85px;
        right: 0;
        left: 0;

        display: block;
        overflow: hidden;

        margin: 0 -20px;
        padding: 0 35px 20px;

        transition: all .4s ease;
        text-align: left;
        pointer-events: none;

        opacity: 0;
    }

    .nav .dropdown:before
    {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        margin: 0 35px 20px;

        content: '';

        border: 1px solid #e2e2e2;
        background-color: white;
        box-shadow: 0 5px 15px rgba(0, 1, 1, .75);
    }

    .nav .dropdown.list
    {
        overflow: hidden;

        padding: 27px 75px 60px;
    }

    .nav .dropdown.list .set
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .nav .dropdown.list ul
    {
        min-width: 18%;
    }

    .nav .dropdown.list ul a
    {
        font-size: 14px;
        font-weight: 400;
        line-height: 36px;

        display: block;

        color: #222;
    }

    .nav .dropdown.list ul a:before
    {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        font-size: 14px;

        position: relative;
        top: -2px;

        display: inline-block;

        margin-right: 11px;

        content: '\f178';
        vertical-align: middle;

        color: #69f;

        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .nav .dropdown.list ul a:hover
    {
        color: #69f;
    }

    .nav .dropdown a:hover .tile
    {
        color: #69f;
    }

    .nav .dropdown.images
    {
        overflow: hidden;
    }

    .nav .dropdown.images .bottom-links
    {
        padding: 10px 18px 7px;

        text-align: right;

        border-top: 1px solid #e2e2e2;
    }

    .nav .dropdown.images .bottom-links a
    {
        display: inline-block;
        float: none;

        margin: 0 15px 0 30px;
    }

    .nav .dropdown.images ul
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        min-height: 294px;
        margin-right: -1px;
        padding-bottom: 13px;
    }

    .nav .dropdown.images ul li
    {
        width: 50%;
    }

    .nav .dropdown.images ul img
    {
        display: block;

        width: 100%;
    }

    .nav .dropdown.images ul a
    {
        display: block;

        padding: 10px 20px;
    }

    .nav .dropdown.images ul .image
    {
        display: block;

        margin: -10px -20px;
        margin-bottom: 12px;
    }

    .nav .dropdown.images .desc
    {
        font-family: 'PT Serif', sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;

        display: block;

        color: #222;
    }

    .nav .dropdown.images a:hover .tile
    {
        color: #69f;
    }

    .nav .dropdown.images .tile
    {
        font-size: 13px;
        font-weight: 600;
        line-height: 18px;

        display: block;

        margin-bottom: 10px;

        text-transform: uppercase;

        color: #222;
    }

    .nav .dropdown.images .tile:after
    {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        font-size: 16px;

        position: relative;
        top: -2px;

        display: inline-block;

        margin-left: 12px;

        content: '\f178';
        vertical-align: middle;

        color: #69f;

        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .nav .dropdown h6
    {
        font-size: 21px;
        font-weight: 300;
        line-height: 24px;

        padding-bottom: 18px;

        color: #35383e;
    }
}

@media (min-width: 1203px)
{
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl
    {
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-xl
    {
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
                flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }

    .col-xl-auto
    {
        width: auto;

        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xl-1
    {
        max-width: 8.333333%;

        -webkit-flex: 0 0 8.333333%;
            -ms-flex: 0 0 8.333333%;
                flex: 0 0 8.333333%;
    }

    .col-xl-2
    {
        max-width: 16.666667%;

        -webkit-flex: 0 0 16.666667%;
            -ms-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
    }

    .col-xl-3
    {
        max-width: 25%;

        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
    }

    .col-xl-4
    {
        max-width: 33.333333%;

        -webkit-flex: 0 0 33.333333%;
            -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
    }

    .col-xl-5
    {
        max-width: 41.666667%;

        -webkit-flex: 0 0 41.666667%;
            -ms-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
    }

    .col-xl-6
    {
        max-width: 50%;

        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }

    .col-xl-7
    {
        max-width: 58.333333%;

        -webkit-flex: 0 0 58.333333%;
            -ms-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
    }

    .col-xl-8
    {
        max-width: 66.666667%;

        -webkit-flex: 0 0 66.666667%;
            -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
    }

    .col-xl-9
    {
        max-width: 75%;

        -webkit-flex: 0 0 75%;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
    }

    .col-xl-10
    {
        max-width: 83.333333%;

        -webkit-flex: 0 0 83.333333%;
            -ms-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
    }

    .col-xl-11
    {
        max-width: 91.666667%;

        -webkit-flex: 0 0 91.666667%;
            -ms-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
    }

    .col-xl-12
    {
        max-width: 100%;

        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }

    .pull-xl-0
    {
        right: auto;
    }

    .pull-xl-1
    {
        right: 8.333333%;
    }

    .pull-xl-2
    {
        right: 16.666667%;
    }

    .pull-xl-3
    {
        right: 25%;
    }

    .pull-xl-4
    {
        right: 33.333333%;
    }

    .pull-xl-5
    {
        right: 41.666667%;
    }

    .pull-xl-6
    {
        right: 50%;
    }

    .pull-xl-7
    {
        right: 58.333333%;
    }

    .pull-xl-8
    {
        right: 66.666667%;
    }

    .pull-xl-9
    {
        right: 75%;
    }

    .pull-xl-10
    {
        right: 83.333333%;
    }

    .pull-xl-11
    {
        right: 91.666667%;
    }

    .pull-xl-12
    {
        right: 100%;
    }

    .push-xl-0
    {
        left: auto;
    }

    .push-xl-1
    {
        left: 8.333333%;
    }

    .push-xl-2
    {
        left: 16.666667%;
    }

    .push-xl-3
    {
        left: 25%;
    }

    .push-xl-4
    {
        left: 33.333333%;
    }

    .push-xl-5
    {
        left: 41.666667%;
    }

    .push-xl-6
    {
        left: 50%;
    }

    .push-xl-7
    {
        left: 58.333333%;
    }

    .push-xl-8
    {
        left: 66.666667%;
    }

    .push-xl-9
    {
        left: 75%;
    }

    .push-xl-10
    {
        left: 83.333333%;
    }

    .push-xl-11
    {
        left: 91.666667%;
    }

    .push-xl-12
    {
        left: 100%;
    }

    .offset-xl-0
    {
        margin-left: 0;
    }

    .offset-xl-1
    {
        margin-left: 8.333333%;
    }

    .offset-xl-2
    {
        margin-left: 16.666667%;
    }

    .offset-xl-3
    {
        margin-left: 25%;
    }

    .offset-xl-4
    {
        margin-left: 33.333333%;
    }

    .offset-xl-5
    {
        margin-left: 41.666667%;
    }

    .offset-xl-6
    {
        margin-left: 50%;
    }

    .offset-xl-7
    {
        margin-left: 58.333333%;
    }

    .offset-xl-8
    {
        margin-left: 66.666667%;
    }

    .offset-xl-9
    {
        margin-left: 75%;
    }

    .offset-xl-10
    {
        margin-left: 83.333333%;
    }

    .offset-xl-11
    {
        margin-left: 91.666667%;
    }
}

@media screen and (max-width: 1270px)
{
    .modal .table .cell
    {
        padding: 15px;
    }

    .nav
    {
        margin-left: -20px;
        padding-right: 27px;
    }

    .nav > ul > li a
    {
        position: relative;
    }

    .nav > ul > li > a:before
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: -50px;
        left: 0;

        content: '';

        opacity: 0;
        background: #fff;
    }

    .nav > ul > li
    {
        line-height: 60px;

        display: block;

        margin-top: -17px;
        margin-left: 30px;

        text-align: center;
    }

    .nav > ul > li > a
    {
        line-height: 20px;

        display: inline-block;

        vertical-align: middle;
    }

    .nav > ul > li:nth-child(2)
    {
        max-width: 115px;
    }

    .nav > ul > li:before
    {
        top: -22px;
    }

    .featured-image .container
    {
        height: calc(100vh - 151px);
        min-height: 0;
    }

    .active-search .featured-image .container
    {
        min-height: 750px;
    }

    .blog-item .image
    {
        width: 50%;
    }

    .about-home .entry .alignright
    {
        margin-right: 0;
        margin-left: 20px;
    }

    .explore-map .text
    {
        left: 15px;

        margin-left: 0;
    }

    .about-home .entry
    {
        width: auto;
    }
}

@media screen and (max-width: 1203px)
{
    .calendar-id .ui-datepicker-group
    {
        margin-right: 10px;
        margin-left: 10px;
    }

    .calendar-id .ui-datepicker-inline
    {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }

    .calendar-id .ui-datepicker-group-last
    {
        display: none;
    }

    .nav .dropdown.list
    {
        padding-right: 20px;
        padding-left: 20px;
    }

    .nav .dropdown
    {
        margin: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .nav .dropdown:before
    {
        margin-right: 0;
        margin-left: 0;
    }

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

    .sidebar .widget-social,
    .sidebar .widget-text
    {
        padding: 20px;
    }

    .reviews
    {
        overflow: hidden;
    }

    .reviews .item
    {
        overflow: hidden;
    }

    .reviews blockquote
    {
        width: auto;
        max-width: none;
        padding: 20px 90px;
    }

    .reviews blockquote:before
    {
        right: 40px;
    }

    .reviews blockquote:after
    {
        left: -40px;
    }

    .sidebar .widget-social ul
    {
        margin-bottom: 0;
        padding-top: 0;
    }

    .tab-content .attractions .house-item .excerpt
    {
        min-height: 0;
    }

    .account-section .calendar-id .ui-datepicker-inline .ui-datepicker-group
    {
        width: 267px !important;
        max-width: none;
        margin: 0 7px 15px;
    }
}

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

    .featured-image h2 {
        font-size: 58px;
        line-height: 1.2;
    }

    .house-item .detail
    {
        right: 12px;
    }

    .house-item .detail
    {
        margin-right: 20px;
    }

    .house-item .badgets .special,
    .house-item .badgets .cat
    {
        font-size: 13px;
        line-height: 35px;

        height: 35px;
        padding: 0 10px;
    }

    .house-item .badgets .love,
    .house-item .badgets .love a
    {
        width: 40px;
        height: 35px;
    }

    .modal .cols
    {
        padding: 20px;
    }

    .explore-blog article
    {
        width: 50%;
    }

    .featured-image .search-trigger
    {
        width: 45%;
    }

    .featured-image
    {
        margin-bottom: 30px;
    }

    .featured-image .user-vote
    {
        bottom: -60px;

        height: 120px;
        padding: 10px;
    }

    .featured-image .user-vote .image
    {
        width: 110px;
        padding-right: 15px;
    }

    .featured-image .user-vote
    {
        width: 50%;
        min-width: 0;
    }

    .featured-image .container,
    .active-search .featured-image .container
    {
        height: 750px;
    }

    .tab-head li a
    {
        padding-right: 14px;
        padding-left: 14px;
    }

    .special-note
    {
        margin-top: 0;
    }

    .gallery-list article
    {
        width: 33.3%;
    }

    .tab-head
    {
        margin-bottom: 30px;
    }

    .iframe
    {
        margin: 0 0 40px;
        padding: 40px;
    }

    .full-filter form fieldset .form-control
    {
        width: 150px;
    }

    .full-filter form fieldset
    {
        padding-right: 10px;
    }

    .nav .dropdown.list
    {
        padding: 0;
    }

    .nav > ul > li a
    {
        line-height: normal;
    }

    .alignright
    {
        max-width: 32%;
        margin-bottom: 0;
        margin-left: 2%;
    }

    .featured-head .text-over
    {
        width: 70%;
    }

    .holiday-listing .holiday-item,
    .explore-list .col-item,
    .post-list .col-item
    {
        width: 49.95%;
    }

    .footer p
    {
        float: none;

        width: auto;
        padding: 25px 0;
    }

    .footer .social
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        float: none;

        margin: 0 -16px;

        border-top: 1px solid #e2e2e2;
        border-left: 0;
    }

    .footer .social li
    {
        width: 50%;

        text-align: center;
    }

    .footer-links
    {
        padding: 40px 0 0;
    }

    .footer-links .widgets
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .footer-links .widgets .widget
    {
        width: 50%;
        padding-bottom: 40px;
    }

    .footer .social a
    {
        display: block;
        float: none;

        width: auto;
    }

    .menu-trigger
    {
        position: absolute;
        z-index: 9;
        top: 22px;
        right: 29px;

        display: block;

        width: 50px;
        height: 23px;

        cursor: pointer;
        transition: all .4s ease;
    }

    .menu-trigger span
    {
        display: block;

        height: 3px;
        margin: 0 0 7px;

        transition: all .4s ease;

        background-color: #0b0b0b;
    }

    .active-menu .menu-trigger span:nth-child(2)
    {
        opacity: 0;
    }

    .active-menu .menu-trigger span:nth-child(1)
    {
        margin: 11px 0 -12px;

        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }

    .active-menu .menu-trigger span:nth-child(3)
    {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }

    .nav
    {
        display: none;
        float: none;

        margin: 0 -15px -16px;
        margin-top: 15px;
        padding: 0;

        border-top: 1px solid #e2e2e2;
        background: #fff;
    }

    .active-menu .nav
    {
        display: block;
    }

    .header
    {
        height: auto;
    }

    .header .logo
    {
        display: block;
        float: none;
    }

    .header:after
    {
        display: block;
        clear: both;

        content: '';
    }

    .nav > ul
    {
        float: none;
    }

    .nav > ul > li
    {
        display: block;
        float: none;

        max-width: none !important;
        height: auto;
        margin: 0;
        padding: 0;

        border-bottom: 1px solid #e2e2e2;
    }

    .nav > ul > li a
    {
        font-size: 14px;

        position: relative;

        display: block;
        float: none;

        width: auto;
        max-width: none !important;
        padding: 10px 22px;

        text-align: left;
    }

    .nav > ul > li a:after
    {
        font-size: 16px;

        position: absolute;
        top: 12px;
        right: 22px;

        margin: 0;
    }

    .nav > ul > li.active
    {
        position: relative;
        z-index: 9;

        box-shadow: 0 3px rgba(183, 183, 183, .3), 0 -3px rgba(183, 183, 183, .3), inset 2px 0 rgba(226, 226, 226, .5);
    }

    .nav > ul > li.active > a
    {
        font-weight: bold;

        box-shadow: inset 4px 0 0 #69f;
    }

    .nav > ul > li.active > a:after
    {
        content: '\f0d8';
    }

    .nav > ul > li.active .dropdown
    {
        position: static;

        display: block;
    }

    .nav > ul > li.active .dropdown .bottom-links a,
    .nav > ul > li.active .dropdown li
    {
        border-top: 1px solid #e2e2e2;
    }

    .nav > ul > li.active .dropdown h6,
    .nav > ul > li.active .dropdown .desc,
    .nav > ul > li.active .dropdown .image
    {
        display: none;
    }

    .head-bar
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }

    .head-bar .right-na
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        float: none;

        margin-left: -1px;

        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .head-bar .right-na li
    {
        float: none;

        text-align: center;

        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }

    .price-list td:first-child
    {
        width: auto;
    }
}

@media all and (max-width: 800px)
{
    .fancybox-controls
    {
        text-align: left;
    }

    .fancybox-button--left,
    .fancybox-button--right,
    .fancybox-buttons button:not(.fancybox-button--close)
    {
        display: none !important;
    }

    .fancybox-caption
    {
        margin: 0;
        padding: 20px 0;
    }

    .fancybox-thumbs
    {
        display: none !important;
    }

    .fancybox-container--thumbs .fancybox-controls,
    .fancybox-container--thumbs .fancybox-slider-wrap,
    .fancybox-container--thumbs .fancybox-caption-wrap
    {
        right: 0;
    }
}

@media screen and (max-width: 799px)
{
    .head-bar .social
    {
        display: none;
    }

    .head-bar .right-na
    {
        max-width: 500px;
        margin-left: auto;
    }

    .head-bar .right-na li:first-child
    {
        border-left: 0;
    }
}

@media screen and (min-width: 768px)
{

.show-filter-trigger {
    display: none !important;
}
}

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

    .modal.adverts-modal .cols > ul
    {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .modal.adverts-modal .cols {
        padding-bottom: 15px;
    }

    .modal .filter {
        padding: 10px 0 15px;
    }

    .modal .filter label {
        display: block;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .modal .filter .crf-s2, .modal .filter .crf-s {
        width: 80%;
    }

    .hide-filter-mobile .left-filters,
    .hide-filter-mobile .full-filter {
        display: none;
    }


    .visible-filter .hide-filter-mobile .left-filters,
    .visible-filter .hide-filter-mobile .full-filter {
        display: block;
    }

    .show-filter-trigger .tog {
        display: none;
    }

    .visible-filter .show-filter-trigger .tog {
        display: inline;
    }

    .visible-filter .show-filter-trigger .tog1 {
        display: none;
    }

    .show-filter-trigger {
        width: 100%;
        display: block;
        margin-bottom: 15px;
        cursor: pointer;
    }
    .footer .social a
    {
        font-size: 29px;
        line-height: 48px;
    }

    .modal.my-account-modal .box-in:before
    {
        margin: 15px;
    }

    .modal.my-account-modal h6
    {
        padding-top: 0;
        padding-bottom: 8px;
    }

    .modal.my-account-modal fieldset
    {
        width: auto;
    }

    .modal.my-account-modal .box-in
    {
        padding: 35px;
    }

    .modal.my-account-modal h4
    {
        font-size: 30px;

        padding: 20px 0;
    }

    .modal.my-account-modal .recover
    {
        margin-top: 15px;
    }

    .modal.my-account-modal .close
    {
        width: 20px;
        margin: 27px;
    }

    .account-section .calendar-id .ui-datepicker-inline .ui-datepicker-group
    {
        width: auto;
        max-width: none;
    }

    .specials .house-item .excerpt
    {
        min-height: 0;
        padding-bottom: 20px;
    }

    .control-panel .account-section fieldset p
    {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .explore-map h4 a
    {
        display: inline-block;

        padding-right: 30px;
    }

    .explore-map h4 a .fa
    {
        padding-left: 10px;
    }

    .explore-map li
    {
        float: left;

        width: 50%;
    }

    .explore-map ul
    {
        overflow: hidden;
    }

    .explore-item .over
    {
        padding: 20px;
    }

    .explore-item .over h4
    {
        font-size: 20px;

        padding-bottom: 0;
    }

    .explore-item .over p
    {
        font-size: 14px;
        line-height: 1.4;

        padding-top: 5px;
    }

    .dogs
    {
        padding-bottom: 20px;
    }

    .ui-datepicker-calendar
    {
        margin: auto;
    }

    .modal.datepicker-modal .col,
    .modal.choose-modal .cols > fieldset,
    .modal.advanced-modal .cols > fieldset
    {
        width: 100%;
    }

    .modal.datepicker-modal .tips
    {
        padding: 15px;
    }

    .modal.datepicker-modal .tips br
    {
        display: none;
    }

    .modal.datepicker-modal .count
    {
        padding: 0 15px 15px;
    }

    .modal.datepicker-modal .flexible .crf-s2,
    .modal.datepicker-modal .flexible .crf-s
    {
        width: 120px;
        margin-left: -10px;
    }

    .modal.datepicker-modal .col,
    .modal.datepicker-modal .col + .col
    {
        padding: 0 15px;
    }

    .modal.datepicker-modal .box-in h4
    {
        margin: 0 -50px;
    }

    .datepicker-modal .calendar-id .ui-datepicker-inline td a
    {
        line-height: 31px;

        width: 31px;
        height: 31px;
    }

    .modal.datepicker-modal .calendar-id
    {
        width: auto;
        height: auto;
        margin: 15px 0;
    }

    .modal.datepicker-modal .cols
    {
        display: block;

        margin: 0;
        padding: 0;
    }

    .modal.datepicker-modal .col + .col
    {
        border-top: 1px solid #d8d8d8;
        border-left: 0;
    }

    .modal.my-alerts-modal p
    {
        font-size: 12px;
        line-height: 1.4;

        padding: 20px 0 0;
    }

    .modal.my-alerts-modal fieldset input
    {
        width: 100%;
        margin-bottom: 15px;
    }

    .modal.my-alerts-modal .box-in
    {
        padding-bottom: 20px;
    }

    .modal.my-alerts-modal label
    {
        font-size: 13px;
        line-height: 1.4;

        padding-bottom: 20px;
    }

    .modal.my-alerts-modal form
    {
        padding: 0 20px;
    }

    .modal.my-alerts-modal h4,
    .modal.datepicker-modal .box-in h4,
    .modal h4
    {
        font-size: 16px;
        line-height: 1.2;

        padding: 20px 50px;
    }

    .modal.my-alerts-modal h4
    {
        padding: 0 20px 15px;
    }

    .modal .close
    {
        width: 30px;
        height: 30px;
        margin: 15px;

        background-size: contain;
    }

    .explore-wrap
    {
        padding: 20px 0;
    }

    .desc-title
    {
        font-size: 18px;
    }

    .explore-map .map-holder
    {
        position: relative;

        height: 80vh;
    }

    .explore-map .map .container
    {
        height: auto;
    }

    .explore-map .text
    {
        position: static;

        width: auto;
        margin: 0 -15px;
        padding: 0;
    }

    .about-home
    {
        padding: 5px 0;
    }

    .explore-map,
    .explore-blog
    {
        margin-top: 0;
        padding-bottom: 0;
    }

    .explore-map .map
    {
        margin: 0;
    }

    .explore-map h2,
    .blog-item,
    .explore-blog h2
    {
        padding-bottom: 20px;
    }

    .full-div
    {
        margin-bottom: 20px;
    }

    .explore-blog article
    {
        width: 100%;
    }

    .featured-image
    {
        display: block;

        height: auto;
        min-height: 0;
        margin-bottom: 0;
    }

    .featured-image h2,
    .featured-image h1
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        height: calc(100vh - 158px);

        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
                justify-content: flex-end;
    }

    .featured-image .slider
    {
        height: calc(100vh - 158px);
    }

    .featured-image .user-vote
    {
        position: static;

        float: none;

        width: auto;
        height: auto;
        margin: 0;
        padding: 15px 0;

        border: 0;
        border-radius: 0;
    }

    .featured-image .user-vote .image
    {
        width: 80px;
        padding-right: 15px;
    }

    .featured-image .user-vote h6
    {
        font-size: 14px;
        line-height: normal;

        padding-bottom: 0;
    }

    .featured-image .user-vote p
    {
        font-size: 12px;
    }

    .featured-image .search-over
    {
        position: static;

        width: auto;
        margin: 0 -15px;
        padding: 15px;

        background: #000;
    }

    .featured-image .search-over h4
    {
        font-size: 15px;
        line-height: normal;

        padding: 0;
    }

    .featured-image .search-over p
    {
        font-size: 12px;
        line-height: normal;

        padding-bottom: 15px;
    }

    .featured-image .search-trigger
    {
        position: static;

        width: auto;
        margin: 0 -15px;
    }

    .featured-image .search-trigger .fa-long-arrow-up
    {
        display: none;
    }

    .active-search .featured-image .search-trigger .fa-long-arrow-up
    {
        display: inline;
    }

    .featured-image .search-trigger .fa-long-arrow-down
    {
        display: inline;
    }

    .active-search .featured-image .search-trigger .fa-long-arrow-down
    {
        display: none;
    }

    .featured-image .container,
    .active-search .featured-image .container
    {
        display: block;

        height: auto;
        min-height: 0;
    }

    .featured-image .slider .container
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        padding-top: 0;
    }

    .full-filter .form fieldset
    {
        padding-right: 0;
    }

    .full-filter .form fieldset .form-control
    {
        width: 60%;
    }

    .featured-image .container
    {
        height: auto;
        padding-top: calc(100vh - 158px);
    }

    .featured-image h2,
    .featured-image h1
    {
        font-size: 40px;
        line-height: 1.2;
    }

    .calendar-wrap .legend li:last-child
    {
        margin-right: 0;
        padding-right: 0;
    }

    .price-list
    {
        padding: 0 0 30px;
    }

    .prices-avai .entry .tab-call
    {
        display: block;
        float: none;

        margin: 0 0 10px;
    }

    .price-list h2
    {
        font-size: 24px;

        margin-bottom: 15px;
    }

    .price-list td,
    .price-list th
    {
        font-size: 13px;

        padding: 5px;
    }

    .calendar-wrap .legend
    {
        float: none;
        overflow: hidden;
    }

    .calendar-wrap .controls
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        float: none;
        overflow: hidden;

        padding: 0 0 15px;

        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .calendar-wrap .controls .btn
    {
        width: 48%;
        margin: 0;
    }

    .calendar-id .ui-datepicker-inline
    {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }

    .calendar-id .ui-datepicker-group:nth-child(3),
    .calendar-id .ui-datepicker-group:nth-child(2)
    {
        display: none;
    }

    .reviews
    {
        padding: 0;
    }

    .entry.xl
    {
        padding-bottom: 10px;
    }

    .reviews blockquote
    {
        padding: 20px 10px 30px;
    }

    .reviews blockquote:after
    {
        font-size: 190px;
        line-height: 130px;

        top: 0;
        left: -20px;
    }

    .reviews blockquote:before
    {
        font-size: 190px;
        line-height: 130px;

        right: 20px;
        bottom: -115px;
    }

    .slick-dots
    {
        margin: 10px 0 40px;
    }

    .entry .two-cols
    {
        margin-bottom: -20px;

        -webkit-column-count: 1;
                column-count: 1;
        -webkit-column-gap: 0;
                column-gap: 0;
    }

    .gallery-list article
    {
        width: 100%;
        padding-bottom: 15px;
        padding-left: 15px;
    }

    .gallery-list section
    {
        margin-left: -15px;
    }

    .featured-head .text-over
    {
        min-height: 0;
    }

    .tab-head
    {
        position: relative;

        display: block;

        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 53px;

        border-bottom: 0;
    }

    .tab-head li
    {
        position: relative;

        display: none;
        float: none;

        width: 100%;
        margin-top: -4px;

        border-right: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
        border-left: 1px solid #e2e2e2;
    }

    .tab-head li:before,
    .tab-head li:after
    {
        display: none;
    }

    .tab-head li.current
    {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;

        display: block;

        margin: 0;

        border-right: 0;
        border-left: 0;
    }

    .tab-head li.current a:after
    {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;

        display: inline-block;
        float: right;

        margin: 5px 0;

        content: '\f0d7';

        color: #9f9f9f;

        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .tab-head li.current:after
    {
        display: block;
    }

    .tab-head li.current:before
    {
        position: absolute;
        z-index: 9;
        right: 0;
        bottom: 0;

        display: block;

        width: 1px;
        height: 53px;

        content: '';

        background-image: linear-gradient(140deg, #f9f9f9 0%, #e2e2e2 100%);
    }

    .tab-head.active li
    {
        display: block;
    }

    .account-section .col-md-55
    {
        width: 100%;
    }

    .account-section .col-md-35
    {
        width: 100%;
    }

    .account-section .col-md-25
    {
        width: 100%;
    }

    .control-panel .act-line
    {
        margin: -15px 0 20px;
        padding: 8px 0;
    }

    .control-panel .act-line .btn
    {
        display: block;
        float: none;

        width: 100%;
        margin: 7px 0;
    }

    .account-section.form
    {
        padding-bottom: 10px;
    }

    .account-section .results
    {
        padding-bottom: 8px;
    }

    .account-section .results ul li
    {
        width: 25%;
    }

    .control-panel .account-section fieldset
    {
        margin: 0;
        padding: 15px;
    }

    .account-section label
    {
        padding: 0 0 4px;

        text-align: left;
    }

    .account-advert
    {
        padding: 15px;
    }

    .account-advert .image
    {
        float: left;

        width: 50%;
    }

    .account-advert .text
    {
        width: 100%;
        padding-top: 15px;
    }

    .account-advert .text h3
    {
        font-size: 20px;

        padding: 0 0 5px;
    }

    .account-advert .status
    {
        font-size: 11px;

        padding: 0 4px;
    }

    .control-panel
    {
        padding-top: 0;

        border-top: 0;
    }

    .control-panel .desktop
    {
        display: none;
    }

    .control-panel .mobile
    {
        display: block;

        margin: 0 0 30px;
    }

    .holiday-listing
    {
        padding-top: 15px;
    }

    .holiday-listing .holiday-item
    {
        width: 100%;
        padding-bottom: 40px;
    }

    .house-item .badgets .special,
    .house-item .badgets .cat
    {
        font-size: 13px;
        line-height: 35px;

        height: 35px;
        padding: 0 10px;
    }

    .specials .house-item .excerpt
    {
        min-height: 0;
        padding-bottom: 20px;
    }

    .house-item .badgets .love,
    .house-item .badgets .love a
    {
        width: 40px;
        height: 35px;
    }

    .sidebar .widget-text dd
    {
        font-size: 13px;
    }

    .gform_footer
    {
        padding-top: 0;
    }

    .contact-form
    {
        padding-bottom: 40px;
    }

    .gform_body li
    {
        width: 100%;
    }

    .gform_footer .btn,
    .gform_footer .gform_button
    {
        width: 48%;
        min-width: 0;
    }

    .head-description
    {
        margin: 0;
        padding: 15px;
    }

    .attractions .house-item
    {
        padding: 15px;
    }

    .attractions .house-item .specs
    {
        display: none;
    }

    .house-listing
    {
        margin: 0 -15px;
        padding: 0;
    }

    .house-item .detail,
    .house-item.featured .detail
    {
        display: none;
    }

    .house-item .text
    {
        float: none;

        padding: 0;
    }

    .house-item .text .specs
    {
        padding-right: 0;
    }

    .house-item .text .specs li
    {
        width: 50%;
        margin: 0;
        padding: 0 0 10px;
    }

    .house-item .text h2
    {
        font-size: 26px;
    }

    .house-item .image
    {
        float: none;

        width: 100%;
        margin: 0 0 10px;
    }

    .house-item
    {
        margin: 0;
        padding: 15px;
    }

    .full-filter
    {
        margin: 0;
        padding-bottom: 15px;
    }

    .full-filter .btn
    {
        display: block;
        float: none;

        width: 100%;
    }

    .full-filter form
    {
        float: none;
    }

    .full-filter form fieldset
    {
        float: none;

        width: 100%;
        margin: 0;
        padding: 0 0 5px;
    }

    .full-filter form fieldset label
    {
        width: 40%;
    }

    .full-filter form fieldset .form-control
    {
        float: right;

        width: auto;
        min-width: 60%;
    }

    .featured-head .text-over
    {
        position: static;

        width: auto;
        padding: 20px 0 0;
    }

    .alignright
    {
        max-width: 50%;
        margin-right: 0;
    }

    .entry p
    {
        overflow: visible;
    }

    .entry p img
    {
        display: block;

        margin: auto;
    }

    .page-detail
    {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .page-detail .breadcrumbs
    {
        height: auto;
        margin-bottom: 15px;
        padding: 0 0 15px;
    }

    .page-detail .breadcrumbs ul
    {
        display: none;
    }

    .page-detail .entry:last-child
    {
        padding-bottom: 0;
    }

    .pagination
    {
        position: relative;

        margin: 0 0 9px;
        padding: 70px 0 0;
    }

    .pagination .prev
    {
        line-height: 38px;

        position: absolute;
        top: 0;
        left: 0;

        width: 48%;
        height: 40px;
        margin-top: 15px;
    }

    .pagination .next
    {
        line-height: 38px;

        position: absolute;
        top: 0;
        right: 0;

        width: 48%;
        height: 40px;
        margin-top: 15px;
    }

    .pagination .dots
    {
        padding-top: 7px;
    }

    .pagination a,
    .pagination .page-numbers
    {
        line-height: 29px;

        width: 30px;
        height: 30px;
    }

    .pagination li
    {
        padding: 0 3px 6px;
    }

    .post-list
    {
        padding: 15px 0 0;
    }

    .post-item .meta
    {
        padding: 8px 20px;
    }

    .post-item .in-t
    {
        padding: 20px;
    }

    .map-holder.vis,
    .map-holder
    {
        height: 100vh;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .explore-list
    {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .explore-list .col-item,
    .post-list .col-item
    {
        width: 100%;
        padding-bottom: 15px;
    }

    .breadcrumbs
    {
        height: 20px;
        padding: 0;
    }

    .breadcrumbs li
    {
        display: none;
    }

    .post-detail h1
    {
        font-size: 30px;
    }

    .post-detail .meta .share
    {
        display: none;
    }

    .post-detail
    {
        padding-bottom: 0;
    }

    .footer .social a
    {
        font-size: 40px;
        line-height: 70px;
    }

    .side-filter
    {
        margin-bottom: 15px;
    }

    .side-filter .acc.active
    {
        display: none;
    }

    .head-bar .right-na li:nth-child(3) {
        min-width: 173px;
    }

    .iframe
    {
        position: relative;

        height: auto;
        margin: 15px -15px;
        padding: 15px;
    }

    .iframe iframe
    {
        width: 100%;
        height: 50vw;
    }

    .clear .btn
    {
        display: block;
        float: none;

        margin: 10px 0;
    }

    .clear:after
    {
        display: block;
        clear: both;

        content: '';
    }

    .gform_body li.gfield_html_formatted .btn
    {
        width: 48%;
        min-width: 0;
    }

    .gform_body li.gfield_html_formatted
    {
        top: 0;
    }
}

@media screen and (max-width: 599px)
{
    .header .menu-trigger
    {
        top: 13px;

        width: 40px;
    }

    .header .logo
    {
        width: 202px;
        height: 50px;
    }
}

@media screen and (max-width: 480px)
{
    .footer-links .widgets .widget
    {
        width: 100%;
    }

    .footer-links .widgets .widget h3
    {
        padding-bottom: 0;
    }

    .post-detail .meta .item
    {
        float: none;
    }

    .nav
    {
        margin: 0 -10px -11px;
        margin-top: 10px;
    }

    .header
    {
        padding: 10px 0;
    }

    .header .container
    {
        padding: 0 10px;
    }

    .header .menu-trigger
    {
        top: 9px;
        right: 20px;

        width: 30px;
    }

    .header .logo
    {
        width: 160px;
        height: 40px;
    }

    .active-menu .menu-trigger
    {
        /*    right: 16px;
*/
    }

    .active-menu .menu-trigger span:nth-child(1)
    {
        margin: 9px 0 -12px;
    }

    .head-bar .right-na
    {
        display: block;
    }

    .head-bar .right-na li
    {
        float: left;

        width: 61px;
        padding: 0;

        text-align: center;
    }

    .head-bar .right-na li:nth-child(3)
    {
        float: none;

        width: auto;
        margin-left: 122px;
        min-width: 0;
    }

    .head-bar .right-na li a
    {
        font-size: 0;

        display: inline-block;

        width: 22px;
        padding: 0;
    }

    .head-bar .right-na li:nth-child(3) a
    {
        font-size: 14px;

        width: auto;
        padding: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{

    .head-bar .right-na li a {
        padding-left: 12px;
        padding-right: 12px;
    }

    .head-bar .right-na li:nth-child(3) {
        min-width: 173px;
    }
    .house-item .image
    {
        float: none;

        width: auto;
        margin-right: 30px;
        margin-bottom: 20px;
    }

    .house-item .text
    {
        padding: 0 30px 0 0;
    }

    .calendar-id .ui-datepicker-group:nth-child(3)
    {
        display: none;
    }
/*
    .explore-wrap .col-item:nth-child(3),
    .explore-blog article:nth-child(3)
    {
        display: none;
    }*/

    .sidebar .gallery {
        margin-left: -25px;
        overflow: hidden;
    }

    .sidebar .gallery a {
        float: left;
        width: 50%;
        padding-left: 25px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1203px)
{
    .house-item .text
    {
        overflow: visible;

        margin-left: 43%;
    }

    .house-item .image
    {
        margin-bottom: -1px;
    }

    .house-item .specs
    {
        clear: both;

        margin-left: -91%;
    }

    .tab-content .house-item .specs
    {
        margin-left: -85%;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px)
{
    .gallery-list article
    {
        width: 49.9%;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px)
{
    .side-filter .set
    {
        padding: 10px;
        padding-bottom: 0;
    }

    .side-filter .set .ldesc
    {
        font-size: 11px;

        padding-bottom: 10px;
    }

    .head-description
    {
        margin-right: 15px;
    }

    .attractions .house-item
    {
        padding-left: 0;
    }

    .side-filter
    {
        position: relative;
        z-index: 1;
    }

    .side-filter .set:before
    {
        margin-top: 8px;
        margin-right: 7px;
    }

    .house-listing
    {
        margin-left: -31px;
    }
}

@media print
{
    .page-detail
    {
        padding: 20px 0;
    }

    .holiday-listing
    {
        height: auto !important;
        padding: 0;
    }

    .house-item .badgets .special,
    .house-item .badgets .cat
    {
        padding: 0 10px;
    }

    .house-item .specs
    {
        clear: both;

        margin: 15px 0 0 !important;
        padding: 10px 0 5px !important;

        border-top: 1px solid #e2e2e2 !important;
        border-bottom: 1px solid #e2e2e2 !important;
    }

    .specs ul li
    {
        line-height: normal;

        min-width: 25%;
        margin: 0;
    }

    .house-item .specs,
    .house-item.featured .specs
    {
        padding-right: 0;
    }

    .menu-trigger,
    .nav,
    .featured-head,
    .btn-submit,
    .side-filter,
    .breadcrumbs,
    .pagination,
    .house-item .detail,
    .footer-links,
    .house-item .badgets .love,
    .breadcrumbs,
    .footer ul,
    .holiday-item .acts,
    .full-filter,
    .full-filter form label,
    .full-filter form .btn,
    .head-bar
    {
        display: none;
    }

    .logo
    {
        text-indent: 0;

        color: transparent;
    }

    .holiday-item .text
    {
        padding: 5px 0;
    }

    .holiday-listing .holiday-item
    {
        position: static !important;

        width: 50%;
        padding-bottom: 30px;
    }

    .holiday-listing .holiday-item:nth-child(odd)
    {
        clear: both;
    }

    .holiday-item .call
    {
        font-size: 13px;
    }
}

/*# sourceMappingURL=main.css.map */
