/*
  Theme Name: Villa 360
  Author: Khurram Tahir
  Support: http://www.khurram.nl
  Description: Villa 360
  Version: 1.0
*/


@font-face {
    font-family: 'Source Sans Variable';
    src: url('../fonts/SourceSansVariable-Roman.eot');
    src: url('../fonts/SourceSansVariable-Roman.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SourceSansVariable-Roman.woff2') format('woff2'),
         url('../fonts/SourceSansVariable-Roman.woff') format('woff'),
         url('../fonts/SourceSansVariable-Roman.ttf')  format('truetype'),
         url('../fonts/SourceSansVariable-Roman.svg#Source Sans Variable') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Variable';
    src: url('../fonts/SourceSansVariable-Italic.eot');
    src: url('../fonts/SourceSansVariable-Italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SourceSansVariable-Italic.woff2') format('woff2'),
         url('../fonts/SourceSansVariable-Italic.woff') format('woff'),
         url('../fonts/SourceSansVariable-Italic.ttf')  format('truetype'),
         url('../fonts/SourceSansVariable-Italic.svg#Source Sans Variable') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}






 body {
	font-family: 'Source Sans Variable', sans-serif;
	font-weight: normal;
	font-style: normal;
    color: #525252;
    font-size: 18px;
	 
}
button{
    cursor: pointer;
}
.demo_social {
    position: absolute;
    top: 37%;
    right: 0;
    width: 100%;
    height: 120px;
    padding: 26px 0;
    text-align: center;
    cursor: pointer;
    display: block;
    line-height: 1;
    opacity: 1;
    visibility: visible;
}
i#fbook {
    color: #505646;
    font-size: 20px;
}
i.fab.fa-instagram {
    color: #505646;
    font-size: 20px;
    padding: 12px;
}
/* font-family: 'Oswald', sans-serif; */
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,button,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	color: #535353;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-weight: normal;
	line-height: 24px;
	color: #535353;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.separator {
	border-top: 1px solid #f2f2f2
}


/* header */


#header .top-header {
    position: fixed;
    top: 0;
    left: 50%;
    width: auto;
    height: 120px;
    padding: 0 0 0 120px;
    background: transparent; 
    z-index: 90;
    transform: translateX(-50%);
}

#header .top-header .site-logo {
    position: relative;
    float: left;
    top: 50%;
    width: 100%;
    text-align: center;
    line-height: normal;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header .top-header .site-logo .top-logo-svg {
    width: 170px;
    height: auto;
    fill: #fff;
    -webkit-transition: all .2s ease 0s;
    transition: all 0.2s ease 0s
}

#header .top-header .site-logo .top-logo-svg svg {
    position: relative;
    left: -5px
}

#header .top-header .site-booking {
    position: relative;
    float: right;
    top: 50%;
    right: 70px;
    line-height: normal;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#header .top-header .site-booking .modal-booking {
    background: #fff;
    color: #515346;
    border: 0 none;
    font-size: 1.4rem;
    padding: 20px 0;
    width: 160px;
    -webkit-transition: all .2s ease 0s;
    transition: all 0.2s ease 0s
}

#header .top-header .site-booking .modal-booking.mobile {
    display: none
}

@media (max-width: 1024px) {
    #header .top-header .site-booking .modal-booking {
        display: none
    }
    #header .top-header .site-booking .modal-booking.mobile {
        display: block
    }
}

#header .top-header .site-booking .modal-booking .calendar-svg {
    width: 28px;
    height: 28px;
    display: none;
    margin-top: -6px
}

#header .top-header .site-booking .modal-booking .calendar-label.mobile {
    display: none;
    font-weight: 700;
    margin-top: 5px
}

#header .top-header.light .site-logo .top-logo-svg {
    fill: #fff
}

#header .top-header.light .site-booking .modal-booking {
    background: #fff;
    color: #515346
}

#header .top-header.dark .site-logo .top-logo-svg {
    fill: #515346
}

#header .top-header.dark .site-booking .modal-booking {
    background: #515346;
    color: #fff
}

#header .side-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 120px;
    height: 100%;
    z-index: 100;
    background: #fff;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.125)
}

#header .lang-switcher {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 56px 20px;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #515346;
    display: block;
    -webkit-transition: opacity .2s ease .001s, visibility .2s ease .001s;
    transition: opacity 0.2s ease 0.001s, visibility 0.2s ease 0.001s
}

#header .lang-switcher.is-hidden {
    opacity: 0;
    visibility: hidden
}

#header .lang-switcher .lang {
    position: relative;
    margin: 0 25px 0 0;
    font-weight: bold
}

#header .lang-switcher .lang:after {
    content: '';
    position: absolute;
    top: 0;
    right: -14px;
    width: 2px;
    height: 24px;
    background: #515346
}

#header .lang-switcher .lang:last-child {
    margin-right: 0
}

#header .lang-switcher .lang:last-child:after {
    display: none
}

#header .lang-switcher .lang a {
    opacity: 0.4;
    font-weight: 400;
    -webkit-transition: opacity .25s ease 0s;
    transition: opacity 0.25s ease 0s
}

#header .lang-switcher .lang a:hover {
    opacity: 0.6
}

#header .menu-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 40px 20px;
    cursor: pointer;
    display: block;
    -webkit-transition: opacity .2s ease .001s, visibility .2s ease .001s;
    transition: opacity 0.2s ease 0.001s, visibility 0.2s ease 0.001s;
	z-index: 99;
}

#header .menu-trigger.is-hidden {
    opacity: 0;
    visibility: hidden
}

#header .menu-trigger .lines {
    position: relative;
    top: -6px;
    left: 0;
    width: 30px;
    height: 4px;
    display: inline-block;
    background: #515346;
    -webkit-transition: all .25s ease 0s;
    transition: all 0.25s ease 0s
}

#header .menu-trigger .lines:before,
#header .menu-trigger .lines:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    display: inline-block;
    background: #515346;
    -webkit-transform-origin: 11px center;
    transform-origin: 11px center;
    -webkit-transition: all .25s ease 0s;
    transition: all 0.25s ease 0s
}

#header .menu-trigger .lines:before {
    top: 9px
}

#header .menu-trigger .lines:after {
    top: -9px
}

#header .menu-trigger .txt-label {
	position: relative;
	top: 1px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #515346;
	float: none;
}

#header .menu-trigger .txt-label.open {
    display: block
}

#header .menu-trigger .txt-label.close {
    display: none
}

#header .menu-trigger.is-open .lines {
    background: transparent !important;
    left: -5px
}

#header .menu-trigger.is-open .lines:before,
#header .menu-trigger.is-open .lines:after {
    top: 0;
    left: 5px;
    width: 30px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

#header .menu-trigger.is-open .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

#header .menu-trigger.is-open .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg)
}

#header .menu-trigger.is-open .txt-label.open {
    display: none
}

#header .menu-trigger.is-open .txt-label.close {
    display: block
}

#header .side-navigation {
    position: fixed;
    top: 0;
    left: 120px;
    width: 100%;
    height: 100vh;
    z-index: 92;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0)
}

#header .side-navigation .menu-navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 91;
    -webkit-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0)
}

#header .side-navigation .menu-navigation .menu-table {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 120px 30px 30px;
    display: table;
    z-index: 90
}

#header .side-navigation .menu-navigation .menu-table .menu-table-cell {
    display: table-cell;
    vertical-align: middle
}

#header .side-navigation .menu-navigation .sf-menu {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

#header .side-navigation .menu-navigation .sf-menu li {
    position: relative;
    display: block;
    line-height: normal;
    padding: 30px 0 0 0
}

#header .side-navigation .menu-navigation .sf-menu li a {
	font-weight: normal;
	text-transform: uppercase;
	opacity: 0;
	color: #fff;
    font-weight: 600;
}
#header .side-navigation .menu-navigation .sf-menu li a:hover {
	color: #737d62;
}

#header .side-navigation .menu-navigation .sf-menu li.current>a {
    font-weight: 500
}

#header .side-navigation .menu-navigation .sf-menu li:first-child {
    padding-top: 0
}

#header .side-navigation .menu-navigation .sf-menu li .sub-menu-icon {
    position: absolute;
    top: 50%;
    width: 26px;
    height: 26px;
    background-image: url(https://campomarzio.casafabbrini.it/wp-content/themes/fabbrini/_include/img/drop_arrow_dark.svg);
    background-repeat: no-repeat;
    background-size: 26px 26px;
    display: inline-block;
    margin: -13px 0 0 10px
}

#header .side-navigation .menu-navigation .sf-menu li .sub-menu {
    margin: 0;
    padding: 30px 0 0 0;
    display: none
}

#header .side-navigation .menu-navigation .sf-menu li .sub-menu li a {
    font-size: 3rem;
    opacity: 1
}

#header .side-navigation .menu-navigation .lang-switcher {
    display: none
}

#header .side-navigation .menu-bg-fx {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    z-index: 89
}

#header .side-navigation .menu-bg-fx .bg-fx-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
    -webkit-transition: opacity .5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform .5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s
}

#header .side-navigation .menu-bg-fx .bg-fx-img.is-visible {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

#header .menu-structure {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 120px;
    padding: 26px 0;
    text-align: center;
    cursor: pointer;
    display: block;
    line-height: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s ease .001s, visibility .2s ease .001s;
    transition: opacity 0.2s ease 0.001s, visibility 0.2s ease 0.001s
}

#header .menu-structure .menu_social a{
    padding: 0 8px;
    color: #505646;
}


div#n2-ss-2 .n2-ss-slider-1 {
        display: grid;
        position: relative;
    }
    div#n2-ss-2 .n2-ss-slider-2 {
        display: grid;
        position: relative;
        overflow: hidden;
        padding: 0px 0px 0px 0px;
        border: 0px solid RGBA(62, 62, 62, 1);
        border-radius: 0px;
        background-clip: padding-box;
        background-repeat: repeat;
        background-position: 50% 50%;
        background-size: cover;
        background-attachment: scroll;
        z-index: 1;
    }
    div#n2-ss-2:not(.n2-ss-loaded) .n2-ss-slider-2 {
        background-image: none !important;
    }
    div#n2-ss-2 .n2-ss-slider-3 {
        display: grid;
        grid-template-areas: "cover";
        position: relative;
        overflow: hidden;
        z-index: 10;
    }
    div#n2-ss-2 .n2-ss-slider-3 > * {
        grid-area: cover;
    }
    div#n2-ss-2 .n2-ss-slide-backgrounds,
    div#n2-ss-2 .n2-ss-slider-3 > .n2-ss-divider {
        position: relative;
    }
    div#n2-ss-2 .n2-ss-slide-backgrounds {
        z-index: 10;
    }
    div#n2-ss-2 .n2-ss-slide-backgrounds > * {
        overflow: hidden;
    }
    div#n2-ss-2 .n2-ss-slide-background {
        transform: translateX(-100000px);
    }
    div#n2-ss-2 .n2-ss-slider-4 {
        place-self: center;
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 20;
        display: grid;
        grid-template-areas: "slide";
    }
    div#n2-ss-2 .n2-ss-slider-4 > * {
        grid-area: slide;
    }
    div#n2-ss-2.n2-ss-full-page--constrain-ratio .n2-ss-slider-4 {
        height: auto;
    }
    div#n2-ss-2 .n2-ss-slide {
        display: grid;
        place-items: center;
        grid-auto-columns: 100%;
        position: relative;
        z-index: 20;
        -webkit-backface-visibility: hidden;
        transform: translateX(-100000px);
    }
    div#n2-ss-2 .n2-ss-slide {
        perspective: 1500px;
    }
    div#n2-ss-2 .n2-ss-slide-active {
        z-index: 21;
    }
    .n2-ss-background-animation {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
    }
    div#n2-ss-2 .nextend-arrow {
        cursor: pointer;
        overflow: hidden;
        line-height: 0 !important;
        z-index: 18;
        -webkit-user-select: none;
    }
    div#n2-ss-2 .nextend-arrow img {
        position: relative;
        display: block;
    }
    div#n2-ss-2 .nextend-arrow img.n2-arrow-hover-img {
        display: none;
    }
    div#n2-ss-2 .nextend-arrow:focus img.n2-arrow-hover-img,
    div#n2-ss-2 .nextend-arrow:hover img.n2-arrow-hover-img {
        display: inline;
    }
    div#n2-ss-2 .nextend-arrow:focus img.n2-arrow-normal-img,
    div#n2-ss-2 .nextend-arrow:hover img.n2-arrow-normal-img {
        display: none;
    }
    div#n2-ss-2 .nextend-arrow-animated {
        overflow: hidden;
    }
    div#n2-ss-2 .nextend-arrow-animated > div {
        position: relative;
    }
    div#n2-ss-2 .nextend-arrow-animated .n2-active {
        position: absolute;
    }
    div#n2-ss-2 .nextend-arrow-animated-fade {
        transition: background 0.3s, opacity 0.4s;
    }
    div#n2-ss-2 .nextend-arrow-animated-horizontal > div {
        transition: all 0.4s;
        transform: none;
    }
    div#n2-ss-2 .nextend-arrow-animated-horizontal .n2-active {
        top: 0;
    }
    div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-horizontal .n2-active {
        left: 100%;
    }
    div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-horizontal .n2-active {
        right: 100%;
    }
    div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-horizontal:hover > div,
    div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-horizontal:focus > div {
        transform: translateX(-100%);
    }
    div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-horizontal:hover > div,
    div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-horizontal:focus > div {
        transform: translateX(100%);
    }
    div#n2-ss-2 .nextend-arrow-animated-vertical > div {
        transition: all 0.4s;
        transform: none;
    }
    div#n2-ss-2 .nextend-arrow-animated-vertical .n2-active {
        left: 0;
    }
    div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-vertical .n2-active {
        top: 100%;
    }
    div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-vertical .n2-active {
        bottom: 100%;
    }
    div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-vertical:hover > div,
    div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-vertical:focus > div {
        transform: translateY(-100%);
    }
    div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-vertical:hover > div,
    div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-vertical:focus > div {
        transform: translateY(100%);
    }
    div#n2-ss-2 .n2-ss-control-bullet {
        visibility: hidden;
        text-align: center;
        justify-content: center;
        z-index: 14;
    }
    div#n2-ss-2 .n2-ss-control-bullet--calculate-size {
        left: 0 !important;
    }
    div#n2-ss-2 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize {
        width: 100%;
    }
    div#n2-ss-2 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize {
        height: 100%;
        flex-flow: column;
    }
    div#n2-ss-2 .nextend-bullet-bar {
        display: inline-flex;
        vertical-align: top;
        visibility: visible;
        align-items: center;
        flex-wrap: wrap;
    }
    div#n2-ss-2 .n2-bar-justify-content-left {
        justify-content: flex-start;
    }
    div#n2-ss-2 .n2-bar-justify-content-center {
        justify-content: center;
    }
    div#n2-ss-2 .n2-bar-justify-content-right {
        justify-content: flex-end;
    }
    div#n2-ss-2 .n2-ss-control-bullet-vertical > .nextend-bullet-bar {
        flex-flow: column;
    }
    div#n2-ss-2 .n2-ss-control-bullet-fullsize > .nextend-bullet-bar {
        display: flex;
    }
    div#n2-ss-2 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize > .nextend-bullet-bar {
        flex: 1 1 auto;
    }
    div#n2-ss-2 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize > .nextend-bullet-bar {
        height: 100%;
    }
    div#n2-ss-2 .nextend-bullet-bar .n2-bullet {
        cursor: pointer;
        transition: background-color 0.4s;
    }
    div#n2-ss-2 .nextend-bullet-bar .n2-bullet.n2-active {
        cursor: default;
    }
    div#n2-ss-2 div.n2-ss-bullet-thumbnail-container {
        position: absolute;
        z-index: 10000000;
    }
    div#n2-ss-2 .n2-ss-bullet-thumbnail-container .n2-ss-bullet-thumbnail {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    div#n2-ss-2 .n2-style-27d39551e43dcb21c3828173a0bf8195-dot {
        background: #ffffff;
        opacity: 1;
        padding: 5px 5px 5px 5px;
        box-shadow: none;
        border: 0px solid RGBA(92, 128, 80, 1);
        border-radius: 50px;
        margin: 4px;
    }
    div#n2-ss-2 .n2-style-27d39551e43dcb21c3828173a0bf8195-dot.n2-active,
    div#n2-ss-2 .n2-style-27d39551e43dcb21c3828173a0bf8195-dot:hover,
    div#n2-ss-2 .n2-style-27d39551e43dcb21c3828173a0bf8195-dot:focus {
        background: #6e9062;
    }
    div#n2-ss-2 .n2-style-739b6424a8015f4dafd070477b0c4abb-simple {
        background: RGBA(0, 0, 0, 0.5);
        opacity: 1;
        padding: 3px 3px 3px 3px;
        box-shadow: none;
        border: 0px solid RGBA(0, 0, 0, 1);
        border-radius: 3px;
        margin: 5px;
        background-size: cover;
    }
    div#n2-ss-2 .n2-ss-slide-limiter {
        max-width: 3000px;
    }
    div#n2-ss-2 .n-uc-hgJpurb56SJr {
        padding: 0px 0px 0px 0px;
    }
    div#n2-ss-2 .n-uc-gHVRZyBWM6SP {
        padding: 0px 0px 0px 0px;
    }
    div#n2-ss-2 .n-uc-4P7zrKH7S2nt {
        padding: 0px 0px 0px 0px;
    }
    div#n2-ss-2 .n-uc-QfTOr7ITYUiC {
        padding: 0px 0px 0px 0px;
    }
    div#n2-ss-2 .n-uc-k9SeUAJvoUC9 {
        padding: 0px 0px 0px 0px;
    }
    div#n2-ss-2 .nextend-arrow img {
        width: 32px;
    }
    @media (min-width: 1200px) {
        div#n2-ss-2 [data-hide-desktopportrait="1"] {
            display: none !important;
        }
    }
    @media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px), (orientation: portrait) and (max-width: 1199px) and (min-width: 701px) {
        div#n2-ss-2 [data-hide-tabletportrait="1"] {
            display: none !important;
        }
    }
    @media (orientation: landscape) and (max-width: 900px), (orientation: portrait) and (max-width: 700px) {
        div#n2-ss-2 [data-hide-mobileportrait="1"] {
            display: none !important;
        }
        div#n2-ss-2 .nextend-arrow img {
            width: 16px;
        }
    }

    img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

display: none !important;
}
.col-md-12.col-sm-12.slide {
    padding-right: 0px;
    padding-left: 0px;
}
@media only screen and (min-width:768px){
    h4.contact_title {
    font-size: 19px !important;
}
    
    .contact_form .col-sm-12 {
    
    margin-right: 13px;
}

    .title {
    text-align: center;
    margin: 20px ;
    }

    

    span.str-label {
    margin-right: 21px;
}
    a.room_gal_btn {
    color: #4f6a47 !important;
    border: 3px solid #4f6a47 !important;
        font-family: 'Montserrat', sans-serif !important;
}
    
#site-header-menu .menu-footer1-menu-container {

    margin-right: 39px !important;

}
    
}
a.room_gal_btn {
    color: #4f6a47 !important;
    border: 3px solid #444444 !important;
}
a.room_gal_btn:hover{
    color: #fff !important;
    background: #4f6a47;
}

    div#site-header-menu {
    /* margin: -3px; */
    margin-top: 0px;
    margin-bottom: 100px;
}
    .contact_adress._footer li .fas {
    margin-left: 0px !important;

}
.col-sm-12.villa_btn_area.gal {
   
    margin-bottom: 60px !important;
}.gall a {
    font-family: 'Montserrat', sans-serif !important;
}
    .room_gal_btn {
    color: #52524a;
    background-color: #f8f7f4;
    border: 2px solid #98a186;
    padding: 10px 40px;
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.room_gal_btn {
    color: #52524a;
    background-color: #f8f7f4;
    border: 2px solid #98a186;
}.title{
    
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.quate_send_btn{
    font-size: 14px;
}
.offset-md-3 {
    margin-left: 23%;
}
.footer_top {
    background: #353c2b;
    padding: 60px 0 30px;
    position: relative;
}
.footer_top.main-contant{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}
.rowww{
    background: #f9f9f9;
}
.gal_row {
    background: #f8f7f3;
    margin-top: 0px !important;
}
.gal_title{
    margin-bottom: 1px !important;
    padding: 15px;
}
.gallery_single{
    display: inline-block;
    margin-bottom: 0px !important;
    width: 100%;
}


@media only screen and (max-width: 767px){
    
    img.room22 {
    width: 100%;
}
    
    
    /*.room_image.equal-col{
        background-image: url(wp-content/uploads/2018/11/villa360-garden-room-bead-and-breakfast-amsterdam.jpg);
    }*/
    .demo_social {
    display: none !important;
}

    .aa h4.contact_title {
    font-size: 15px !important;
        margin-right: 18px;
}
    
    .footer_top{
        padding: 15px 0 0px !important;
    }
    
    .aa img {
    width: 110px !important;
        margin-right: 25px;
}
    .footer_logo.pt-0 img {
    width: 110px;
}
    
    
    
    .com_reg_no p{
        margin-top: 12px !important;
        font-size: 11px !important;
        margin-right: -30px;
        
    }
    .contact_adress li{    float: left;
    width: 50%;
    margin-top: 1px;
    font-size: 11px;
    text-align: left;
}
    
    
    .contact_adress{
        
        margin-left: 0px !important;
        line-height: 2;
        
    }
    .col-sm-4.footvilla ul li {
    width: unset;
}
.col-sm-4.footvilla {
    padding-left: 21px !important;
}
    .footer_logo {
    width: 100% !important;
    text-align: center;
    margin-right: 0px !important;
}
    .footer_menu ul {
    margin-top: 22px;
        padding-left: 0px;
    }
    .footer_menu ul li {
    width: 50% !important;
        padding-left: 30px;
}
    .footer-menu li{
        margin-left: 0px !important;
    }
    .footer_top.main-contant{
        padding-left: 0px !important;
    }
    
    .gallerHide{
        display: block !important;
    }
    .title.hide{
        margin: unset !important;
    margin-bottom: 30px !important;
    }
    .col-sm-12.villa_btn_area{
        width: 100% !important;
        /*margin: auto !important;*/
        text-align: center !important;
    }
}
.footer_logo{float:right;
margin-right: -55px;}
ul.contact_adress._footer {
    float: right;
    text-align: left;
    margin-left: 10px;
}


@media only screen and (max-width: 768px)
{
    ._footer li:nth-child(2) {
    right: 15px;
}
    ._footer li:nth-child(3) {
    right: 15px;
}
    
    .address1 ul.new-li {
        margin-left: 0px !important;
    }

    .contact_adress li{
        padding-left:0px !important;
    }
    .contact {
    color: #353c2b;
}
    .contact_img{
        padding-top: 0px !important;
    }
    .gal_title h2{
        font-size: 23px !important;
    }
    
    .col-md-2.col-sm-12.col-xm-12.mobile-view{
        display: block !important;
    }
    

.col-md-3.desktop-view {
    
    display: none !important;
}
    
    a.hero-scroll-btn{
        display: none !important;
    }
}
.col-sm-3{
    margin-left: -2px !important;
}

a.hero-scroll-btn{
    margin-bottom: 6px !important;
    
}
.gal_title h2{
    color: #1e1f1a !important;
}
.gallery_single .col-sm-12.villa_btn_area.gal {
    width: 91% !important;
}
.gallery_text .title {
    margin:unset !important;
    margin-top: 4px !important;
    }
.col-sm-12.villa_btn_area.gal{
    display: inline-block !important ;
}
.containers {
    margin-top: -45px;
}
.col-sm-4.footvilla ul li {
    width: 100%;
}
.title {
        
    text-align: center;
    margin: 30px;
}
.bwg-item {
    width: 100% !important;
    margin: 0px !important;
}
.villa_btn_area.gal{
    margin: 0px 0 !important;
}
section#about {
    margin-top: 40px;
}
.contact_img {
    padding-top: 17px;
}
.slider_content{
    z-index: -1;
    top: 0px !important;
}
.gallery_text .villa_btn_area{
    padding-left: 0px;
    padding-right: 0px;
}

.col-md-5.desktop-view {
    margin-left: -25px !important;
}

#site-header-menu a {
    text-decoration:none!important;
}
.footer_menu a{
        text-decoration:none!important;
}


.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 130px;
}

#wpcf7-f1419-o2 .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    display: none !important;
}

#wpcf7-f1414-o1 .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    display: none !important;
}

.col-sm-4.footvilla #site-navigation {

    padding-left: 30px;

}
@media (min-width: 320px) and (max-width: 480px) {
  
  img.room1, .img.room22{
        height: auto !important;
    }
  
}

@media only screen and (min-width:1280px)
{
    .col-sm-4.footvilla {
    padding: 0;
    margin-left: 0px;
    padding-left: 16.1%;
    }
    
    
}
@media only screen and (min-width: 1920px){
    .aa {

    margin-left: -53px;

}

#wpcf7-f1380-o1 {

    margin-right: -30px;

}

}
@media only screen and (min-width: 1280px){
.aa {

    margin-left: 17px;

}
}
@media only screen and (min-width: 1320px){
.aa {

    margin-left: 0px!important;

}
}
.pum-container.pum-responsive {
    
    margin-left: 10.5%!important;
    width: 70%!important;
   
}

@media only screen and (min-width: 1024px){
.pum-container.pum-responsive.pum-responsive-tiny {
          width:30%!important;
        
}

}
    @media only screen and (min-width: 768px){
        
    .pum-container.pum-responsive.pum-responsive-tiny{
 margin-left:-15%!important;
    
    }
}
/*custom css for contact section */
#custom_html-11 .custom-html-widget {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #535353;
    margin: 50px 0 100px;
}
@media only screen and (min-width:767px){
    #set-button-one {
        /*margin-top: -20px !important;*/
    }
    #set-button-two {
        margin-top: 20px;
    }
}


.contact li {
    margin-left: 10px !important;
}.new-lie p {
    margin-left: 20px !important;
}.rs img{
    margin-top:30px;
}

.text-center h2 {
    font-size: 52px;
}
/*gallery css */
.gallery img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 500px;
    max-height: 500px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-image: url();
}
/*room page*/
.img1 .imgg {
    width: 100%;
}
.overlay_new{
    /* Enable flex mode. */
    display: flex; 

    /* Spread out the elements inside the header. */
    justify-content: space-between;

    /* Align items vertically in the center. */
    align-items: center;
}
/* Desktop where*/
.overlay {
    position: absolute;
    top: 6%;
    left: 50%;
    font-size: 52px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    text-shadow: 1px 1px 1px #000;
}
@media only screen and (max-width: 768px){
    .img1 .imgg {
        width: 100%;
        height: auto;
        margin-top: 90px;
    }
        .overlay {
        position: absolute;
        top: 3%;
            text-align:center;
        font-size: 32px;
        color: white;
        transform: translate(-50%,-50%);
        width: 100%;
            font-family: 'Roboto', sans-serif;
        text-shadow: 1px 1px 1px #000;
    }
}
/* gallery page*/
.page_header{
    position: relative;
}
.overlay2 {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 52px;
    color: white;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    text-shadow: 1px 1px 1px #000;
    transform: translate(-50%, -50%);
    text-align: center;
}

.room1 {
    height: 645px;
}
@media only screen and (max-width: 768px){
    .img1 .imgg {
    width: 100%;
    height: auto;
    margin-top: 90px;
}
    .overlay2 {
    position: absolute;
    top: 3%;
    left: 76%;
    font-size: 32px;
    color: white;
    transform: translate(-50%,-50%);
    width: 100%;
        font-family: 'Roboto', sans-serif;
    text-shadow: 1px 1px 1px #000;
}
}
.current-date-info{ color: black !important;}
.day-availability{ display: none !important; }

.wpdevart-calendar-container > div.wpdevart-booked .wpda-day-header {
    background: #dc3545 !important;
    color: #fff;
}
.booking_calendar_main_container{
    display: unset !important
}
.booking_calendar_container,.wpdevart-booking-form-container {width: unset !important}

@media only screen and (max-width: 1198px){

.fac_form {
    /* float: left; */
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}



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

.fac_form, .fac_text {
    width: 100% ;
}



}

@media only screen and (max-width: 768px){
.sticky .site-logo img {
    height: 100%;
    width: 100%;
}
ul.contact_adress._footer{

    float:left !important;
}

}
.fac_area {
    min-height: 971px;
}


@media (max-width: 1024px) {
    #header .menu-structure {
        display: none
    }
}

#header .menu-structure.is-hidden {
    opacity: 1;
    
}

#header .menu-structure.is-open .str-label {
    display: block;
}

#header .menu-structure.is-open .str-label.close {
    display: block;
}

#header .menu-structure .str-label {
    color: #515346;
    font-size: 1.2rem;
    word-wrap: break-word;
    text-transform: uppercase
}

#header .menu-structure .str-label span {
    display: block;
    margin-top: 10px;
}

#header .menu-structure .str-label.close {
    display: block;
    margin-top: 33px
}

#header .menu-structure .dog-svg {
    width: 34px;
    height: 21px;
    display: block;
    margin: 0 auto 5px
}

#header .menu-structure-mobile {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px 0;
    display: block;
    background: #515346;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    display: none;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: opacity .2s ease .001s, visibility .2s ease .001s;
    transition: opacity 0.2s ease 0.001s, visibility 0.2s ease 0.001s
}

@media (max-width: 1024px) {
    #header .menu-structure-mobile {
        display: block
    }
}

#header .menu-structure-mobile.is-hidden {
    opacity: 0;
    visibility: hidden
}

#header .menu-structure-mobile.is-open .str-label {
    display: none
}

#header .menu-structure-mobile.is-open .str-label.close {
    display: inline-block
}

#header .menu-structure-mobile .str-label {
    color: #fff;
    font-size: 1.2rem;
    word-wrap: break-word;
    text-transform: uppercase
}

#header .menu-structure-mobile .str-label span:first-child {
    margin-right: 5px
}

#header .menu-structure-mobile .str-label.close {
    display: none
}

#header .menu-structure-mobile .dog-svg {
    position: relative;
    top: 3px;
    width: 30px;
    height: 16px;
    margin-right: 15px
}

#header .menu-structure-mobile .dog-svg svg path {
    fill: #fff !important
}

#header .structure-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-right: 120px;
    z-index: 92;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0)
}

#header .structure-navigation .structure-layer {
    position: relative;
    float: left;
    width: 33.3333333%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

#header .structure-navigation .structure-layer.bl {
    background-image: url(http://www.casafabbrini.it/wp-content/themes/fabbrini/_include/img/site_imgs/home_bl.jpg)
}

#header .structure-navigation .structure-layer.cm {
    background-image: url(http://www.casafabbrini.it/wp-content/themes/fabbrini/_include/img/site_imgs/home_cm.jpg)
}

#header .structure-navigation .structure-layer.vd {
    background-image: url(http://www.casafabbrini.it/wp-content/themes/fabbrini/_include/img/site_imgs/home_vd.jpg)
}

#header .structure-navigation .structure-layer.pl {
    background-image: url(http://www.casafabbrini.it/wp-content/themes/fabbrini/_include/img/site_imgs/home_pl.jpg)
}

#header .structure-navigation .structure-layer a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block
}

#header .structure-navigation .structure-layer .structure-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1
}

#header .structure-navigation .structure-layer .structure-wrap {
    position: relative;
    max-width: 360px;
    margin: 0 auto;
    z-index: 2;
    text-align: center
}

#header .structure-navigation .structure-layer .structure-box {
    position: relative;
    overflow: hidden
}

#header .structure-navigation .structure-layer .structure-box .structure-title {
    font-size: 7rem;
    font-weight: 300;
    line-height: 1.1;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    z-index: 2
}

@media (max-width: 1650px) {
    #header .structure-navigation .structure-layer .structure-box .structure-title {
        font-size: 6rem
    }
}

@media (max-width: 1460px) {
    #header .structure-navigation .structure-layer .structure-box .structure-title {
        font-size: 5rem
    }
}

@media (max-width: 1350px) {
    #header .structure-navigation .structure-layer .structure-box .structure-title {
        font-size: 4rem
    }
}

#header .structure-navigation .structure-layer .structure-box .label-menu {
    width: 100%;
    height: auto;
    margin-top: 30px
}

@media (max-width: 1024px) {
    #header .structure-navigation .structure-layer .structure-box .label-menu {
        max-width: 270px
    }
}

@media (max-width: 1300px) {
    #header .structure-navigation .structure-layer {
        width: 100%;
        height: 33.3333333%
    }
}

@media (max-width: 1024px) {
    #header .top-header {
        height: 90px;
        background: #fff;
        box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.125);
        padding-right: 85px;
        overflow: hidden
    }
    #header .top-header .site-logo {
        left: 30px
    }
    #header .top-header .site-logo .top-logo-svg {
        width: 120px;
        fill: #515346
    }
    #header .top-header .site-booking {
        right: 5px
    }
    #header .top-header .site-booking .modal-booking {
        font-size: 1.2rem;
        color: #fff;
        background: #515346;
        border: 0 none;
        padding: 32px 0;
        width: 140px
    }
    #header .side-header {
        width: 90px;
        height: 90px;
        background: transparent;
        box-shadow: none
    }
    #header .side-header .lang-switcher {
        display: none
    }
    #header .menu-trigger {
        height: 90px;
        padding: 20px
    }
    #header .side-navigation {
        z-index: 89
    }
    #header .side-navigation .menu-navigation .menu-table {
        padding: 120px 30px 30px 30px
    }
    #header .side-navigation .menu-navigation .lang-switcher {
        position: relative;
        display: block;
        opacity: 0;
        margin-top: 45px;
        padding: 25px 0 0 0;
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
        -webkit-transition: opacity .2s linear 0, -webkit-transform .2s linear 0s;
        transition: opacity 0.2s linear 0, transform 0.2s linear 0s
    }
    #header .side-navigation.is-open .menu-navigation .lang-switcher {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition: opacity .35s linear 1s, -webkit-transform .35s linear 1s;
        transition: opacity 0.35s linear 1s, transform 0.35s linear 1s
    }
    #header .structure-navigation {
        padding-right: 0;
        padding-bottom: 50px;
        overflow-y: auto;
        overflow-x: hidden
    }
    #header .structure-navigation .structure-layer {
        min-height: 200px
    }
}

@media (max-width: 768px) {
    #header .side-navigation .menu-navigation .sf-menu li {
        padding-top: 20px
    }
    #header .side-navigation .menu-navigation .sf-menu li a {
        font-size: 2.5rem
    }
    #header .side-navigation .menu-navigation .sf-menu li .sub-menu-icon {
        width: 22px;
        height: 22px;
        background-size: 22px 22px;
        margin-top: -11px
    }
    #header .side-navigation .menu-navigation .sf-menu li .sub-menu {
        padding-top: 20px
    }
    #header .side-navigation .menu-navigation .sf-menu li .sub-menu li a {
        font-size: 2rem
    }
}

@media (max-width: 480px) {
    #header .top-header .site-booking .modal-booking {
        width: 90px;
        padding: 24px 0
    }
    #header .top-header .site-booking .modal-booking .calendar-label {
        display: none
    }
    #header .top-header .site-booking .modal-booking .calendar-label.mobile {
        display: block
    }
    #header .top-header .site-booking .modal-booking .calendar-svg {
        display: inline-block
    }
    #header .side-navigation .menu-navigation .sf-menu li a {
        font-size: 2rem
    }
    #header .side-navigation .menu-navigation .sf-menu li .sub-menu-icon {
        width: 18px;
        height: 18px;
        background-size: 18px 18px;
        margin-top: -9px
    }
    #header .side-navigation .menu-navigation .sf-menu li .sub-menu li a {
        font-size: 1.8rem
    }
    #header .side-navigation .menu-navigation .lang-switcher {
        font-size: 1.6rem;
        margin-top: 15px
    }
}

@media (max-width: 375px) {
    #header .side-navigation .menu-navigation .sf-menu li a {
        font-size: 1.8rem
    }
    #header .side-navigation .menu-navigation .sf-menu li a .sub-menu li a {
        font-size: 1.6rem
    }
}

@media (max-width: 374px) {
    #header .top-header .site-logo .top-logo-svg {
        width: 90px
    }
}


.sticky .site-logo img {
	height: 100%;
	width: auto;
}
.sticky#header .top-header {
	height: 60px;
}
.sticky#header .top-header .site-logo {
	height: 60px;
}
.sticky .site-logo img,
#header .top-header,
.sticky#header .top-header
#header .top-header .site-logo,
.sticky#header .top-header .site-logo {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}




.main-content{
    position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	padding-left: 120px;
	overflow: hidden;
}


.slider_area_content{
    position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	
	min-height: 0px;
	overflow: hidden;
}

.pre-table {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
}
.pre-table-cell {
	display: table-cell;
	vertical-align: middle;
}


.slider_content {
	height: 100%;
	position: absolute;
	top: 30%;
	width: 100%;
}

.slider_logo {
	width: 245px;
	text-align: center;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
}
.logo_text {
  font-weight:lighter;
	font-size: 52px;
	font-weight: 100;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	text-shadow: 1px 1px 1px #000;

}
.logo_text_bg {
	background: rgba(109,120,88,.8);
	display: block;
	overflow: hidden;
}
.logo_x {
	float: left;
	width: 30px;
	line-height: 14px;
	padding: 10px 6px;
	font-size: 14px;
}
.logo_x i {
	color: #d5d7ce;
	line-height: 12px;
	margin: 0;
	padding: 0;
}
.logorooms {
	float: left;
	width: 185px;
}
.ad_room,
.l_room {
	color: #fff;
	font-size: 17px;
	padding-top: 7px;
	margin-bottom: 0;
}
.ad_room{
	padding-top: 0px;
    font-weight: bold;
}


.slider_single {
	height: 100%;
	background-image: url('img/slider1.jpg');
	background-position: center center;
	background-size: cover;
}


.hero-scroll-btn {
	position: absolute;
	left: 50%;
	bottom: 26px;
	width: 48px;
	height: 48px;
	margin-left: -24px;
	display: block;
	z-index: 25;
    cursor: pointer;
    color: #1B1B1B;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: color .25s ease;
    transition: color 0.25s ease;
}
.hero-scroll-btn .hero-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	margin: -12px 0 0 -12px;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-animation: bounceArrow .35s ease 0s alternate infinite;
	animation: bounceArrow .35s ease 0s alternate infinite;
}
.hero-scroll-btn .hero-arrow svg {
	fill: #fff;
}


.title {
	text-align: center;
	margin: 50px 0;
}

.hotel_room_area {
	background-color: #f8f7f3;
	display: block;
	overflow: hidden;
	clear: both;
}
.room_image{
    width: 50%;
    float: left;
    background-size: cover;
    background-position: center center;
}
.room_text{
    width: 50%;
    float: left;
}
.room_text_content{
    float: left;
    padding-left: 50px;
    max-width: 650px;
}
.room_text_content.text_left {
	padding-left: 0;
	padding-right: 50px;
	max-width: 650px;
	text-align: right;
	float: right;
}
.room_text .title{
    margin: 0;
    text-align: left;
}
.room_main_title{
    margin-top: 100px;
}
.room_desc {
	margin: 70px 0 50px;
}
.room_btn {
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
}
.text_left .room_btn a{
	float: right;
}



.contact_form {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
.contact_area {
	clear: both;
	overflow: hidden;
    margin-bottom: 100px;
}
.contact_title{
    color: #353c2b;
    font-size: 20px;
    font-weight: bold;
}

.contact_form .form-control{
    border: 2px solid #1d1d1d;
    border-radius: 0;
    background-color: #f9f9f9;
    margin-bottom: 30px;
}

.contact_form .form-control.textarea{
    margin-bottom: 0px;
}
.contact_info{
    font-style: italic;
    margin: 50px 0 100px;
}

.contact_send_btn {
	display: block;
	color: #fff;
	background-color: #6f7957;
	font-size: 23px;
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	border: 2px solid #1d1d1d;
	margin-top: 30px;
	font-weight: bold;
	letter-spacing: 4px;
}
.contact_send_btn:hover{
	color: #6f7957;
	background-color: #fff;
}

.contact_adress li a{
	color: #515151;
}
.contact_adress li .fas {
	color: #afa278;
	position: absolute;
	top: 4px;
	left: 0;
}
.com_reg_no{
    margin-top: 20px;

}
.com_reg_no p{
    color: #515151;
    font-size: 12px;
    font-weight: normal;
}

footer {
	clear: both;
	position: relative;
}
.footer_top{
    background: #353c2b;
    padding: 60px 0 30px;
    position: relative;
}
.footer_logo {
	padding: 15px;
	width: 165px;
}
.contact_adress._footer{}
.contact_adress._footer li a{
    color: #fff;
}
.contact_adress._footer li {
	color: #fff;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 11px;
}
.contact_adress._footer li .fas{}
.footer_menu{}
.footer_menu ul{}
.footer_menu ul li {
    width: 100%;
    margin-bottom: 2px;
    position: relative;
    padding-left: 20px;
}
.footer_menu ul li:before {
    position: absolute;
    top: 7px;
    left: 0;
    content: '>';
    color: #fff;
    font-size: 12px;
}
.footer_menu ul li a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.footer_copy p{
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding: 10px 0;
	margin: 0px;
    letter-spacing: 1px;
}
.footer_copy a{
    color: #fff;
}


.page_content{
    position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 500px;
	max-height: 500px;
	overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-image: url()
}


.villa_btn_area{
    text-align: center;
    margin: 80px 0;
}

a.villa_btn{
	border: 3px solid #4f6a47;
	color: #4f6a47;
    background-color: #f8f7f4;
	padding: 10px 50px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
    font-size:16px;
    font-weight:400;
    margin: 0 15px;
    width: auto;
}
a.villa_btn:hover{
	border: 3px solid #4f6a47;
	color: #f8f7f4;
    background-color: #4f6a47;
}

#map {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
}


.home_about_area {
	clear: both;
	display: block;
	overflow: hidden;
}
.how_to_go{
    float: left;
    width: 50%;
    color: #fff;
    padding: 100px 50px;
}
.by_car{
    background-color: #4f6a47;
}
.by_train{
    background-color: #4a553a;
}

.htg_title {
	font-family: 'Lemon/Milk', sans-serif;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 34px;
	margin: 30px;
}
.htg_details p {
	font-size: 16px;
	color: #fff;
	line-height: 32px;
}


.wware_gallery {
	margin-top: 80px;
	display: block;
	overflow: hidden;
	clear: both;
}
.gallery_area{
    float: left;
    width: 50%;
}
.villa_table.table td, .villa_table.table th {
	border-top: none;
}

.villa_table.table td, .villa_table.table th {
	padding-left: 0;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 10px;
}

.column img {
    margin-top: 12px;
}
.gallery_row {
	padding-left: -10px;
	margin: -10px;
}
/* Clear floats after the columns */
.gallery_row:after {
    content: "";
    display: table;
    clear: both;
}


.gallery_text{
    float: left;
    width: 50%;
    padding:0 30px;
    font-size: 14px;
    color: #525252;
}
.gallery_text p{
    font-size: 16px;
    color: #525252;
}
.gallery_text .title {
	text-align: left;
	margin: 12px 0 0;
}

.gallery_text .villa_btn_area {
	 text-align: left;
}

.gal_title{
    margin-bottom: 30px;
}
.gal_title h2{
	color: #4d523e;
    text-align: center;
}
/*.gallery_single{
    margin-bottom: 30px;
}*/

.villa_btn_area.gal {
	text-align: center;
	margin: 30px 0;
}
.gal_row{
    margin-top: 50px;
}




.rooms{
    float: left;
    width: 50%;
    color: #fff;
    padding: 20px 30px;
}
.room_left{
    background-color: #6d7858;
}
.room_right{
    background-color: #4a553a;
}

.room_title h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 15px;
}

.room_details p{
    line-height: 30px;
    color: #fff;
}
.fac_form .cal {
	display: block;
	margin: 0 auto;
	width: 270px;
}



.fac_title h2 {
	color: #fff;
    margin-bottom: 20px;
}

.fac_list{
    padding-left: 20px;
}
.fac_list li{
    list-style: disc;
    line-height: 30px;
}

.fac_text p{
    color: #fff;
    margin-top: 20px;
}
.room_gal_btn{
    color: #52524a;
    background-color: #f8f7f4;
    border: 2px solid #98a186;
    padding: 10px 40px;
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
}
.room_gal_btn:hover{
    color: #f8f7f4;
    background-color: #52524a;
}

.fac_area {
	padding: 40px 0;
	display: block;
	overflow: hidden;
}
.fac_form, .fac_text {
	width: 100%;
    max-width: 95%;
    margin: 0 auto;
}
.fac_text {
	float: left;
	width: calc(100% - 303px);
}

.avail_color {
	margin-top: 15px;
	display: block;
	overflow: hidden;
	clear: both;
	margin-bottom: 15px;
}
.avail_color li{
    float: left;
    width: 50%;
    position: relative;
    padding-left: 35px;
    text-transform: uppercase;
    font-size: 12px;
}
.avail_color li::before{
    position: absolute;
    top: -4px;
    left: 0;
    content: '';
    width: 30px;
    height: 30px;
    background: #dd4444;
}
.avail_color li.yes::before{
    background: #81d742;
}

.fac_fields{
    clear: both;
}
.fac_fields .form-control{
    clear: both;
    border: 1px solid #abb0a3;
    margin-bottom: 5px;
    border-radius: 0;
}

.quate_send_btn{
    background: #c9d5b2;
    color: #4a553a;
    font-weight: bold;
    border: 1px solid #abb0a3;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 5px;
}
.quate_send_btn:hover{
    background: #4a553a;
    color: #c9d5b2;
}

.cal_title h2 {
    color: #000;
    font-size: 22px;
    text-align: center;
}

.fac_form {
	padding: 16px;
}

.room_right .fac_form {
	background: #f8f7f3;
}

.fac_text {
	padding-right: 25px;
	font-size: 12px;
}


.pixoyo-link:hover span {
	color: #ec008c;
}


#back_to_top.on {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    right: 25px;
}
#back_to_top.off {
    opacity: 0;
    filter: alpha(opacity=0);
    right: 25px;
}

#back_to_top {
    height: auto;
    position: fixed;
    bottom: 65px;
    margin: 0;
    z-index: 10000;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    right: 25px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
#back_to_top > span:hover{
    background-color: #23a897;
    transition: .5s;
}
#back_to_top > span {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
    background-color: #333333;
    color: #ffffff;
	opacity:1;
    font-size: 20px;
	border: 1px solid transparent;
	-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    transition: .5s;
}



#footer-sidebar {
display:block;
/*height: 150px;*/
width:100%;
}



#footer-sidebar1 {
float: left;
max-width:135px;
padding-top:20px;
margin-left:40px;
margin-right:10px;
padding-right:15px;
}

#footer-sidebar2 {
float: left;
width: 33%;
margin-right:5px;
}
.logorooms{
				text-transform:lowercase;
				margin:0 auto;

}
.slider_content {
    height: 100%;
    position: absolute;
    top: 43%;
    width: 100%;
}


/*my new css*/

#header .menu-trigger{
    top: 77px;
}
.gall {
    margin-top: 35px;
}
.villa_btn{
   padding: 14px 11px !important;
   font-weight: bold !important;
   letter-spacing: 2px;
}

@media only screen and (max-width:737px) {  
    .title.mob {
        display: block !important;
        margin-top: 0px !important;
    }
    .hotel_room_area{
        margin-top: 0px !important;
    }
    .room_text_content .title {
     display: none;
    }  
    p {demo_social
        text-align: justify;
    }
    .pr-5{
        padding: 15px !important;
    }
    .room_btn{
        padding: 10%;
    }
    .pl-5{
      padding: 15px !important;  
    }
    .footer_logo{
        width: 100%;
        text-align: center;
    }
    .contact_adress._footer li
    {
    	float: left;
        margin-left: 20px;
         margin-bottom: 1px;
    }
    ._footer li {
    width: 100% !important;
    float: left;
    margin-left: 0;
}
    .footer-menu li
    {
    width: 44% !important;
    float: left;
    margin-left: 20px;
    }
    .footer_copy p{
    	font-size: 9px;
    }
    .com_reg_no p {
    text-align: center;
    width: 100%;
    float: left;
    width: 50%;
    margin-top: 15px;
}
    
    .gal_title h2
    {
    	font-size: 26px;
    }

   #contctmain {
    	position: relative;
       height: 900px;
    }
    #contd{
    	position: absolute;
    	bottom: 0;
    }
    
    .contact_adress{
    	text-align: center;
    }
    .contact_adress li {
        float: none;
        width: 100%;
        text-align: center;
        font-size: 15px;
        margin-top: 1px;
    }
    .contact_img {
    margin-bottom: 20px;
   }
   .contact_area {
    margin-top: 10px !important;
   }
   .contact_info {
    font-style: italic;
    margin: 30px 0 30px;
  }

  .gallery_single {
    margin-bottom: 30px;
    width: 100% !important;
   }

  .bwg-item {
    width: 100% !important;
   }
   #bwg_container1_0 #bwg_container2_0 .bwg-container-0 .bwg-item{
   	max-width: 90% !important;
   }
   #bwg_container1_1 #bwg_container2_1 .bwg-container-1 .bwg-item{
   	max-width: 90% !important;
   }
   .room_title h2{
   	font-size: 30px;
   }
   .gall{
   	width: 100%;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
   }

   .menu-trigger {
    top: 8px !important;
   }
   .col-sm-12.villa_btn_area{
   
    margin: 50px 0;
   }
   .fac_text {
     padding-right: 0px !important;
    }
   .contact_adress h4 {
    line-height: 35px !important;
    font-size: 23px !important;
   }
   .gallery_single{
    margin-bottom: 0px !important;
   }
   .villa_btn_area{
    margin: 30px 0 !important;
   }

   

}

@media only screen and (max-width:800px) {  
.mob_soc {
	display: block !important;
}

.demo_social{
	display: none !important;
}

.fab.fa-instagram, #fbook {
	color: #fff !important;
}

.str-label a i {
	padding: 15px !important;
}

}

@media only screen and (min-width:801px) {  
.footer_top .col-md-12 .row {
	max-width: 85%;
	margin: auto;
}

.footer_logo {
	
	margin: auto;
	padding: 0;
}
#media_image-5{
	 margin-left: 25px;
}
#media_image-5 a img {
	width: 100px !important;
}

.footer_logo.pt-0 {
	width: 94%;
}



ul.contact_adress._footer {
	
	margin: auto !important;
	width: 150px;
	float:none;
}

.col-sm-4.footvilla {
	padding: 0;
margin-left: -55px;
}



}

@media only screen and (min-width:1500px) {  
    .footer_top .col-md-12 .row {
        max-width: 1315px;
        margin: auto;
    }
    .footer_logo.pt-0 {
        width: 83% !important;
    }
}

.contact_title {
	color: #717c5a;
}

.new-li li {
	margin-top: 15px;
}
.com_reg_no.new-lie p {
	margin-top: 15px;
}

.mob_soc .textwidget.custom-html-widget {
	text-align: center;
	padding:15px;
}

.mob_soc {
	display: none;
}

/*@media only screen and (min-width:801px)and (max-width:1024px) { 
    .demo_social {
        position: fixed !important;
        left: 0 !important;
        width: 100px !important;
    }
}

.col-md-2.col-sm-12.col-xm-12.mobile-view {
	display: none !important;
}
*/
@media only screen and (max-width:768px){
    .room_desc.pl-5 {
        margin: 0 !important;
    }
    .room_btn {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0;
    }


    .mob_full{
        
        display:none;
    }

    .mob_half{
        
        display:block !important;
    }

    .room_image.equal-col {
        height: auto !important;
        margin-top: 0;
        margin-bottom: 30px;
        min-height: auto!important;
    }

    .footer_top.main-contant {
        margin-top: 0px;
    }

    .slider_area_content .col-md-12 {
        padding: 0;
    }
    .n2-ss-slider-1.n2-ss-swipe-element.n2-ow.n2-grab {
        width: 100% !important;
    }

}
@media only screen and (min-width:1401px)and (max-width:1480px) { 
    .footer_top .col-md-12 .row {
        max-width: 84.4% !important;
        margin: auto;
    }
    .footer_logo.pt-0 {
        width: 98% !important;
    }
    sm-4.footvilla {
        padding: 0;
        padding-left: 0px;
        margin-left: -87px;
    }
}






   
.mob_half{
	
	display:none;
}


@media only screen and (max-width:359px) { 
    .contact_adress.new-li li {
        width: 100%;
    }
    .com_reg_no.new-lie p {
        text-align: left;
        padding: 0px 15px;
        width: 100%;
    }
}

@media only screen and (min-width:320px) and (max-width:768px){ 

    .contact_adress.new-li  {
        margin-left:0px!important;
    }

    .com_reg_no.new-lie {
        clear: both;
        margin-left: 30px !important;
        margin-right: -10px;
    }

    .contact_adress.new-li li:last-child {
        min-height: 0 !important;
        margin:0;
    }
    .com_reg_no.new-lie p {
        text-align: left;
        margin-left: 22px;
    }

    .fas.fa-envelope {
        margin-top: 1px !important;
    }
        .contact_adress {
        text-align: center;
        margin-left: 20px !important;
    }
        
    .aa h4.contact_title {
        font-size: 15px !important;
        margin-right: 0px!important;
        margin-left:0px!important;
    }
    .contact_img {
        padding-left: 23px;
    }
    .pum-container.pum-responsive.pum-responsive-tiny{
        margin-left:-22%!important;
        left: 33px  !important;
    }
    .contact_adress._footer {
        text-align: center !important;
        padding-left: 14px !important;
        margin-left: 0px !important;
        margin-right: -22px;
    }
    .col-sm-4.footvilla {
        padding-left: 0px !important;
        margin-left: 0px!important;
    }
    ul.contact_adress._footer{
        margin-left: 10px !important;
         display: list-item;
    }
    .footer_menu {
        margin-right: 0px !important;
        margin-left: 25px !important;
    }
    .pum-container.pum-responsive {
        width: 60%!important;
    }

}



.wpcf7-text{
    width:100%;
    border:2px solid #1d1d1d;
    padding: .375rem .75rem;
    margin-left: 0px;
}
label{
    width:100% !important;
}
.wpcf7-textarea{
    width: 100%;
    border:2px solid #1d1d1d;
    padding: .375rem .75rem;
    margin-left: 0px;
}

/* custom css */
 .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    width: 100%;
}
/* custom  styling  for cal background*/

.col-md-5.desktop-view {
    margin-left: 0px !important;
}

.footer_menu {

    margin-right: 0px;
    float: right;

}
.room_details img {

    width: 100%;
	height: auto;

}
.equal-col.room_left.rooms {
/*     height: auto !important; */
}

#wpcf7-f1419-o2 .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    display: none;
}

#wpcf7-f1414-o1 .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    display: none;
}


@media screen and (min-width:1280px) and (max-width:1300px)
{
    .col-sm-4.footvilla {
        padding: 0;
        margin-left: 0px;
        padding-left: 16.1%;

    }
}

@media only screen and (min-width: 1920px){
	.aa {
        margin-left: -53px;
    }

    #wpcf7-f1380-o1 {
        margin-right: -30px;
    }

}
@media only screen and (min-width: 1280px){
    .aa {
        margin-left: 17px;
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
    .room_main_title{ 
        margin-top:unset !important;}
    .room1 {
        object-fit: cover !important;
        height: -webkit-fill-available !important;
    }
    
    #set-button-one{ margin-top: auto !important; }

}

.wpdevart-calendar-container > div.wpdevart-booked .wpda-day-header{
	color: #28a745 !important;
}

.bwg-container-0.bwg-standard-thumbnails, .bwg-container-1.bwg-standard-thumbnails{
	    width: 1254px;
	    justify-content: center;
	    margin-left: auto;
	    margin-right: auto;
	    background-color: rgba(255, 255, 255, 0.00);
	    padding-left: 4px;
	    padding-top: 4px;
	    max-width: 100%;
}

.dp-highlight .ui-state-default {
    background: #484!important;
    color: #FFF!important;
}

.dp-booked .ui-state-default {
    background: #dd4444 !important;
    color: #FFF!important;
}

.available .ui-state-default {
    background: #81d742 !important;
    color: #FFF!important;
}

.available.ui-state-disabled .ui-state-default {
    background: #f6f6f6 !important;
    color: #454545 !important;
}

.ui-widget-content .ui-state-disabled.dp-booked {
    opacity: 1 !important;
}

.ui-datepicker.ui-datepicker-multi {
    width: 100% !important;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: none;
}

#datepicker {
    height: 300px;
    overflow-x: scroll;
}

.ui-widget {
    font-size: 100%
}


.flash{
    display: none;
}


.spinner {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    margin: 0 auto;
}


.spinner > div {
    background-color: darkolivegreen!important;
    height: 100%;
    width: 4px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}