/* LAYOUT CSS */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    border: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    position: relative;
    min-height: 100vh;
    margin: 0
}

div.footer-bottom {
    text-transform: uppercase;
}

.mosaik-main {
    width: 100%;
}

.mosaik-main-elementor {
    width: 100%;
}

.container {
    max-width: 1920px;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

body,html{
	width:100%;font-family:'Futura PT W10 Book',Futura,'Trebuchet MS',Arial,sans-serif
}

body.menu-open {
    overflow: hidden
}

.button,
button {
    line-height: 1;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    outline: 0
}

.image-hidden {
    opacity: 0;
    transition: opacity .3s linear
}

.image-visible {
    opacity: 1
}

.lazy-load-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .3s linear!important;
    opacity: 0!important;
    background-position: center;
    background-size: cover
}

.image-lazy-loaded-wrapper {
    opacity: 1!important
}

.lazy-loading-image {
    position: relative
}

.image-lazy-loading {
    transition: opacity .3s linear!important;
    opacity: 0!important
}

.image-lazy-loaded {
    opacity: 1
}

.image-lazy-loader {
    position: absolute;
    bottom: 50%;
    left: calc(50% - 32px);
    height: 1px
}

.loading-bit {
    display: inline-block;
    width: 4px;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: 2s infinite loadingLine;
    animation: 2s infinite loadingLine;
    vertical-align: top;
    opacity: 0;
    border-radius: 0;
    background-color: #fff
}

.loading-bit:nth-child(1) {
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms
}

.loading-bit:nth-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.loading-bit:nth-child(3) {
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.loading-bit:nth-child(4) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.loading-bit:nth-child(5) {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.loading-bit:nth-child(6) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.loading-bit:nth-child(7) {
    -webkit-animation-delay: .35s;
    animation-delay: .35s
}

.loading-bit:nth-child(8) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.loading-bit:nth-child(9) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

.loading-bit:nth-child(10) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.loading-bit:nth-child(11) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s
}

.loading-bit:nth-child(12) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.loading-bit:nth-child(13) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s
}

.loading-bit:nth-child(14) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.loading-bit:nth-child(15) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

.loading-bit:nth-child(16) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.loading-screen {
    display: flex;
    flex-direction: column;
    height: calc(100vh + 1px)
}

.loading-screen__header {
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 1.5375em;
    padding: 1.5375em 0 1.69125em;
    -webkit-animation: .4s ease-in-out fadein;
    animation: .4s ease-in-out fadein;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background-color: rgba(0, 0, 0, .1)
}

@media screen and (max-width:767px) {
    .loading-screen__header {
        height: .75em
    }
}

@media screen and (min-width:3000px) {
    .loading-screen__header {
        font-size: 1.8vmin
    }
}

.loading-screen__header-icon {
    display: block;
    height: 2.3575em;
    margin-left: 4.5vmin;
    font-size: 1.05em
}

@media screen and (max-width:767px) {
    .loading-screen__header-icon {
        height: 1.6em
    }
}

.loading-screen__loader-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto
}

.loading-screen__loader-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
    padding: 5px 7px 8px 8px;
    -webkit-animation: 1.5s infinite loadBorder;
    animation: 1.5s infinite loadBorder;
    border: 5px solid #fff
}

.loading-screen__loader-box svg {
    width: 100%;
    height: 100%
}

.loading-screen__loader {
    width: 16px
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}


.font--light {
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-weight: 200;
}

.font--book {
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}

.font--medium {
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-weight: 400;
}

.font--bold {
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-weight: 600;
}

.font--heavy {
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-weight: bold;
}

.sm-down:host map-widget .title {
    font-size: 25px
}

map-widget .itinerary-icons .caption {
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: 2.2vmin;
    line-height: 1.3
}

.sm-down:host map-widget .itinerary-icons .caption,
map-widget .itinerary-icons .sm-down:host .caption {
    font-size: 17.6px
}

map-widget .ol-control {
    position: absolute;
    left: 41px;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

map-widget .title {
    font-family: "Futura PT W02 Light", Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: 6.66vmin;
    bottom: 0;
    left: 0;
    width: 80%;
    box-sizing: border-box;
    padding: 4.5vmin
}

map-widget .plus {
    top: 41px
}

map-widget .minus {
    top: 71px
}

map-widget .center {
    left: 33px;
    top: 100px
}

map-widget .itinerary-icons {
    left: auto;
    top: 5%;
    right: 0;
    width: 10%;
    min-width: 160px;
    height: 90%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center
}

.sm-down:host map-widget .itinerary-icons {
    display: none
}

.site-logo {
    display: inline-block;
    float: left;
    padding: 10px 20px;
    height: 100%;
}

.site-logo img {
    max-height: 50px;
}

.site-logo-text {
    padding: 20px 20px;
}

map-widget .itinerary-icons .icon-wrapper {
    flex: 1 0 auto;
    height: 25%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    opacity: 0;
    -webkit-animation: 1.25s linear 250ms forwards fadein;
    animation: 1.25s linear 250ms forwards fadein
}

map-widget .itinerary-icons .icon-wrapper:nth-child(1) {
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms
}

map-widget .itinerary-icons .icon-wrapper:nth-child(2) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

map-widget .itinerary-icons .icon-wrapper:nth-child(3) {
    -webkit-animation-delay: 750ms;
    animation-delay: 750ms
}

map-widget .itinerary-icons .icon-wrapper:nth-child(4) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

map-widget .itinerary-icons .distance {
    top: calc(50% - 2.25vw - 15px);
    position: absolute;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center
}

map-widget .itinerary-icons .distance-value {
    margin-top: .8vw;
    margin-bottom: .2vw;
    padding: 2px;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: 1.2vw;
    border: 1px solid #fff
}

map-widget .itinerary-icons .distance-units {
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: .9vw
}

map-widget .itinerary-icons .caption {
    padding: 10px 0 5px;
    text-align: center;
    white-space: nowrap
}

@keyframes fadein {
    0%,
    from {
        opacity: 0
    }
    100%,
    to {
        opacity: 1
    }
}


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

/*---------------------
	Helper CSS
-----------------------*/

.section-title {
    margin-bottom: 60px;
}

.section-title h3 {
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.section-title p {
    margin-bottom: 0;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}

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

/*---------------------
	Commom elements
-----------------------*/

/* Buttons */

.site-btn {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 2px;
    border-radius: 3px;
    min-width: 170px;
    text-align: center;
    background: #30caa0;
    cursor: pointer;
    border: none;
    color: #fff;
}

/* Preloder */

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

/*------------------
  Header section
---------------------*/

.header-section {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.admin-bar .header-section{
    top: 32px;
}

.header-section .container{
    max-width: 100% !important;
}

.header-top {
    padding: 12px 0;
    margin-bottom: 0px;
}

.top-info {
    font-size: 14px;
    color: #fff;
    display: inline-block;
}

.top-info i {
    margin-right: 5px;
}

.top-info:first-child {
    margin-right: 40px;
}

.top-social {
    display: inline-block;
}

.top-social a {
    color: #fff;
    margin: 0 10px;
    opacity: 0.6;
}

.top-social a:hover {
    opacity: 1;
}

.user-panel {
    display: inline-block;
    margin-left: 20px;
}

.user-panel a {
    color: #fff;
    padding: 0 20px;
    border-left: 1px solid #667792;
}

.user-panel a i {
    margin-right: 5px;
}

.user-panel a:last-child {
    margin-right: 0;
}

a:hover {
    text-decoration: none;
}

.site-navbar{
    left: 0;
    width: 100%;
    background: #fff;
    height: 100%;
    text-align: center;
    letter-spacing: .1025em;
    background: 0 0;
    width: calc(100% - 100px);
    height: 77px;
    align-items: center;
    width: 100%;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.nav-switch {
    display: none;
}

.main-menu {
    float: right;
    list-style: none;
	height: 100%;
	margin-left: 30px;
}

.main-menu li {
    display: inline;
    display: inline-block;
    position: relative;
    margin: 0 1em 0 0;
    transition-timing-function: cubic-bezier(.515,.005,.515,1);
    transition-duration: .8s;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    vertical-align: top;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 100%;
    top: 0;
    box-sizing: border-box;
}

.main-menu li a {
    display: inline-block;
    text-transform: uppercase;
    padding: 0px 5px;
    font-size: 14px;
    display: block;
    transition-timing-function: linear;
    transition-duration: .3s;
    transition-property: color,border;
    text-decoration: none;
    border-bottom: 4px solid transparent;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    height: 100%;
    padding-bottom: 0;
    box-sizing: border-box;
}

li.separator{
    border-right: 1px solid rgba(255,255,255,.3);
}

.page-top-section{
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0; /**/
    -webkit-animation: .5s linear fadeIn;
    animation: .5s linear fadeIn;
    text-align: center;
	background-size: cover;
	overflow: hidden;
}

.text-white {
    text-shadow: 1px 1px 6px rgba(0, 0,0 ,0.3);
}

.no-padding{
    padding: 0 !important;
}
.no-margin{
    margin: 0 !important;
}

.visibility-background{
    background: rgba(0,0,0,0.3);
}

.video-wrapper {
    float: none;
    clear: both;
    width: 100%;

    padding-bottom: 56.2%;
    height: 0;

    /* Put the video in the background */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video#bgvideo {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(placeholder.jpg) no-repeat;
    background-size: cover;
}

/*------------------
  Grid section
---------------------*/

grid-item {
    position: relative;
    display: inline-block; /*inline-flex; */
    width: 50%;
    height: 50vh;
    vertical-align: top;
    overflow: hidden;
}

grid-item:hover .details {
    opacity: 1;
}


grid-item:hover .title{
    opacity: 0;
}

.content {
    flex: 0 1 100%;
    z-index: 1;
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
        text-align: center;
}

a.content {
    text-decoration: none;
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
}

.title {
    font-family: "Futura PT W02 Heavy",Futura,"Trebuchet MS",Arial,sans-serif;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 2vmin;
    font-size: 4.625vmin;
    transition: opacity 225ms linear 225ms;
    opacity: 1;
}

.subtitle {
    padding-top: 2.42vmin;
    font-family: "Futura PT W02 Light",Futura,"Trebuchet MS",Arial,sans-serif;
    font-size: 3.5vmin;
}

.header .title {
    font-size: 6.66vmin;
    text-align: center;
    position: relative;
}

.header .title:after {
    display: block;
    width: 8vmax;
    height: 4px;
    content: '';
    margin: 1.5% auto 3%;
}

.details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 4.5vmin;
    transition: opacity 225ms linear 225ms;
    opacity: 0;
    background: rgba(0,0,0,.66);
}

.background-gradient{
}

.details__title, .title{
    font-family: "Futura PT W02 Heavy",Futura,"Trebuchet MS",Arial,sans-serif;
    font-size: 4.625vmin;
    text-shadow: 1px 2px 10px rgba(0,0,0,.4);
}

.details__description:before {
    display: block;
    width: 8vmax;
    height: 4px;
    content: '';
    margin: 2.3125vmin auto;
}

body:not(.is-mobile) grid-item:hover .image {
    -webkit-transform: perspective(500px) translateZ(25px);
    transform: perspective(500px) translateZ(25px);
}

.image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 450ms linear,opacity .3s linear,-webkit-transform 450ms linear!important;
    -webkit-transform: perspective(500px) translateZ(0);
    transform: perspective(500px) translateZ(0);
    background-position: 50%;
    background-size: cover;
}

.copyright{
    font-size: 12px;
    text-align: center;
}

.footer-section.set-bg{
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    padding: 4.5vmin;
    font-size: 1.05em;
}

.footer-section .container{
    width: 100%;
}

grid-widget{
    width: 100% !important;
    display: flex; /* inline-table;*/
}

.strapline-widget{
	opacity: 1;
    display: flex;
    box-sizing: border-box;
    min-height: 50%;
    padding: 0;
    margin: 0;
    transition: opacity .3s linear;
}

.strapline-widget.stretched{
   padding: 110px 4.5vmin;
}

.no-header-media{
    display: block;
    width: 100%;
    height: 0px;
}

.background-video{
    width: 100%;
}

.background{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.background {
    overflow: hidden;
    position: fixed;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: transform linear;
    transition: transform linear,-webkit-transform linear;
}
/*------------------
  Services section
---------------------*/


/*------------------
  Feature section
---------------------*/


/*-----------------------------
  Feature category section
-----------------------------*/

/*------------------
  Review section
---------------------*/

/*------------------
  Blog section
---------------------*/

/*------------------
  Clients section
---------------------*/


/*----------------
  Footer section
------------------*/

.footer-section {
    padding-top: 125px;
    padding-bottom: 25px;
}

.footer-widget p {
    color: #ccc;
}

.footer-widget img {
    margin-bottom: 30px;
}

.footer-widget .social {
    padding-top: 10px;
}

.footer-widget .social a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-widget .fw-title {
    padding-top: 10px;
    text-transform: uppercase;
    margin-bottom: 35px;
    color: #fff;
}

.footer-widget .contact-widget {
    padding-left: 10px;
}

.footer-widget .contact-widget p i {
    color: #fff;
    margin-right: 10px;
}

.footer-widget .double-menu-widget {
    padding-left: 20px;
}

.footer-widget .double-menu-widget ul {
    list-style: none;
    display: inline-block;
}

.footer-widget .double-menu-widget ul a {
    font-size: 13.9px;
    color: #cccccc;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    right: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}

.footer-widget .double-menu-widget ul a:hover {
    right: -20px;
    color: #fff;
}

.footer-widget .double-menu-widget ul a:hover:after {
    opacity: 1;
    left: -15px;
}

.footer-widget .double-menu-widget ul a:after {
    font-family: 'FontAwesome';
    content: "\f101";
    position: absolute;
    left: -20px;
    top: 0;
    color: #30caa0;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.footer-widget .double-menu-widget ul:last-child {
    margin-left: 50px;
}

.footer-widget .footer-newslatter-form {
    position: relative;
    height: 40px;
    overflow: hidden;
    border-radius: 3px;
    margin-top: 25px;
}

.footer-widget .footer-newslatter-form input {
    width: 100%;
    height: 40px;
    padding: 10px 18px;
    padding-right: 50px;
}

.footer-widget .footer-newslatter-form button {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
    right: 0;
    background: #30caa0;
    color: #fff;
    border: none;
}

.footer-bottom {
    overflow: hidden;
    padding-top: 30px;
    margin-top: 65px;
    /* border-top: 1px solid #324a4e; */
}

.footer-nav {
    float: right;
}

.footer-nav ul {
    list-style: none;
}

.footer-nav ul li {
    display: inline;
}

.footer-nav ul li.separator {
    margin: 20px;
}

.footer-nav ul li a {
    display: inline-block;
    color: #cccccc;
    margin-left: 10px;
    font-size: 12px;
    text-decoration: none;
}

.footer-nav ul li a:hover {
    color: #fff;
}

.copyright {
    float: left;
    padding-top: 3px;
}

.copyright p {
    font-size: 12px;
    margin-bottom: 0;
}

.copyright p a {
    font-weight: 600;
    color: #fff;
}

/*----------------
  Pages
------------------
===================*/

.page-top-section h2 {
    font-weight: 400;
    text-transform: uppercase;
}

.page-top-section.single-blog {
    padding-top: 170px;
}

.page-top-section.single-blog h2 {
    margin-bottom: 15px;
}

.page-top-section.single-blog a {
    color: #cccccc;
    font-size: 16px;
    margin: 0 5px;
}

.page-top-section.single-blog a i {
    color: #30caa0;
    margin-right: 10px;
}

.site-breadcrumb {
    padding: 50px 0;
}

.site-breadcrumb a {
    color: #000;
    font-size: 16px;
}

.site-breadcrumb a i {
    margin-right: 5px;
}

.site-breadcrumb span {
    font-size: 16px;
}

.site-breadcrumb span i {
    margin: 0 6px;
}

.page-section {
    padding-bottom: 100px;
}

.site-pagination {
    text-align: center;
}

.site-pagination a,
.site-pagination span {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border: 1px solid #e1e1e1;
    color: #717171;
    font-size: 18px;
    padding-top: 4px;
    margin-right: 15px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.site-pagination span,
.site-pagination span:hover,
.site-pagination a:hover {
    color: #30caa0;
    border-color: #30caa0;
}

.site-pagination a:last-child {
    margin-right: 0;
}

/*----------------
  Single list page
------------------*/

.single-list-slider .sl-item {
    height: 400px;
}

.single-list-slider .sl-item .sale-notic,
.single-list-slider .sl-item .rent-notic {
    margin: 30px;
}

.sl-thumb-slider {
    margin-top: 10px;
    position: relative;
}

.sl-thumb-slider .sl-thumb {
    height: 120px;
    cursor: pointer;
    background: #000;
    background-size: cover;
    position: relative;
}

.sl-thumb-slider .current .sl-thumb:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.6;
}

.sl-thumb-slider .owl-prev,
.sl-thumb-slider .owl-next {
    position: absolute;
    height: 20px;
    width: 20px;
    background: #fff;
    top: 50%;
    margin-top: -10px;
    font-size: 12px;
    color: #cccccc;
    text-align: center;
}

.sl-thumb-slider .owl-prev:hover,
.sl-thumb-slider .owl-next:hover {
    color: #30caa0;
}

.sl-thumb-slider .owl-prev {
    left: 0;
    border-radius: 0px 30px 30px 0px;
}

.sl-thumb-slider .owl-next {
    right: 0;
    border-radius: 30px 0px 0px 30px;
}

.single-list-content {
    padding: 70px 30px;
    border: 1px solid #e1e1e1;
    border-top: none;
}

.single-list-content .sl-title h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 5px;
}

.single-list-content .sl-title p {
    font-size: 18px;
}

.single-list-content p i {
    color: #30caa0;
    margin-right: 5px;
}

.single-list-content .price-btn {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 9px;
    background: #30caa0;
    color: #fff;
    min-width: 200px;
    border-radius: 3px;
    margin-bottom: 70px;
}

.single-list-content .sl-sp-title {
    display: block;
    font-size: 28px;
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
}

.single-list-content .sl-sp-title.bd-no {
    border-bottom: none;
}

.description {
    margin-bottom: 55px;
}

.description p {
    font-size: 16.7px;
}

.plan-accordion {
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 75px;
}

.plan-accordion .panel-link {
    display: block;
    background: #f7f7f7;
    color: #707070;
    font-size: 16px;
    border: none;
    width: 100%;
    cursor: pointer;
    padding: 18px 30px;
    border: 1px solid #e1e1e1;
    border-bottom: 0;
    position: relative;
    text-align: left;
}

.plan-accordion .panel-link span {
    margin-left: 20px;
}

.plan-accordion .panel-link.active {
    background: #30caa0;
    color: #fff;
    border: 1px solid #30caa0;
}

.plan-accordion .panel-link.active i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.plan-accordion .panel-link.active.collapsed {
    background: #f7f7f7;
    color: #707070;
    border: 1px solid #e1e1e1;
    border-bottom: 0;
}

.plan-accordion .panel-link.active.collapsed i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.plan-accordion .panel-link i {
    position: absolute;
    font-size: 24px;
    top: 50%;
    right: 17px;
    margin-top: -11px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.plan-accordion .panel-body {
    border: 1px solid #e1e1e1;
    border-bottom: none;
}

.perview-video {
    position: relative;
    margin-bottom: 75px;
}

.perview-video .video-link {
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
}

.sidebar {
    padding-left: 40px;
}

.author-card {
    padding: 29px;
    border: 1px solid #ebebeb;
    border-radius: 1px;
    margin-bottom: 44px;
}

.author-card .author-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    float: left;
}

.author-card .author-info {
    padding-top: 10px;
    margin-left: 100px;
}

.author-card h5 {
    font-weight: 400;
}

.author-card .author-contact {
    display: block;
    clear: both;
    padding-top: 40px;
    position: relative;
}

.author-card .author-contact:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    top: 20px;
    left: 0;
    background: #ebebeb;
}

.author-card .author-contact p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 2;
}

.author-card .author-contact p i {
    margin-right: 5px;
    color: #30caa0;
}

.contact-form-card {
    padding: 29px;
    border: 1px solid #ebebeb;
    border-radius: 1px;
    margin-bottom: 80px;
}

.contact-form-card h5 {
    font-weight: 400;
    margin-bottom: 30px;
}

.contact-form-card input,
.contact-form-card textarea {
    width: 100%;
    border: 1px solid #ebebeb;
    margin-bottom: 17px;
    height: 36px;
    padding: 0 20px;
}

.contact-form-card textarea {
    height: 100px;
    padding: 10px 20px;
}

.contact-form-card button {
    background: #30caa0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: none;
    min-width: 80px;
    height: 30px;
    border-radius: 1px;
    cursor: pointer;
}

.related-properties h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 40px;
}

.rp-item {
    margin-bottom: 40px;
}

.rp-item .rp-pic {
    height: 229px;
    padding: 21px 20px;
}

.rp-item .rp-info {
    text-align: center;
    padding: 30px 10px;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    border-top: none;
}

.rp-item .rp-info h5 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.rp-item .rp-info p {
    margin-bottom: 0;
}

.rp-item .rp-info p i {
    color: #30caa0;
    margin-right: 5px;
}

.rp-item .rp-price {
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 9.5px;
    background: #30caa0;
    color: #fff;
}

.pos-map#map-canvas {
    height: 350px;
}

/*----------------
  About page
------------------*/

.about-text {
    margin-bottom: 100px;
}

.about-text h5 {
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.about-text .about-text-left,
.about-text .about-text-right {
    padding-right: 70px;
}

.about-list {
    list-style: none;
}

.about-list li {
    font-size: 14px;
    color: #707070;
    margin-bottom: 10px;
}

.about-list li i {
    color: #30caa0;
    margin-right: 5px;
}

.team-member img {
    min-width: 100%;
}

.team-member:hover .member-pic:after {
    opacity: 0.5;
}

.team-member:hover .member-pic .member-social a {
    margin: 0 4px;
    bottom: 0;
    opacity: 1;
}

.member-pic {
    position: relative;
}

.member-pic:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,30caa0+70 */
    background: black;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(80%, #30caa0));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #30caa0 80%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #30caa0 80%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#30caa0', GradientType=0);
    /* IE6-9 */
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.member-pic .member-social {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    text-align: center;
    z-index: 1;
}

.member-pic .member-social a {
    width: 30px;
    height: 30px;
    background: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    color: #707070;
    margin: 0 10px;
    padding-top: 6px;
    position: relative;
    bottom: -20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.member-pic .member-social a:hover {
    color: #30caa0;
}

.member-info {
    padding: 28px 30px;
    -webkit-box-shadow: 0 5px 25px rgba(216, 216, 216, 0.2);
    box-shadow: 0 5px 25px rgba(216, 216, 216, 0.2);
}

.member-info h5 {
    font-weight: 400;
}

.member-info span {
    font-size: 14px;
    color: #707070;
}

.member-info .member-contact {
    margin-top: 16px;
    padding-top: 16px;
    position: relative;
}

.member-info .member-contact:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    top: 0;
    left: 0;
    background: #ebebeb;
}

.member-info .member-contact p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.8;
}

.member-info .member-contact p i {
    color: #30caa0;
    margin-right: 10px;
}

/*-------------------------
  Blog & single Blog page
--------------------------*/

.blog-page .blog-item {
    margin-bottom: 50px;
}

.blog-share {
    text-align: center;
}

.blog-share h5 {
    font-size: 16px;
    font-weight: 400;
    color: #cccccc;
    margin-bottom: 30px;
}

.blog-share .share-links a {
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    padding-top: 6px;
    margin: 0 auto 10px;
}

.blog-share .share-links a.facebook {
    background: #4c65a8;
}

.blog-share .share-links a.twitter {
    background: #41a1f6;
}

.blog-share .share-links a.google-plus {
    background: #f43535;
}

.blog-share .share-links a.instagram {
    background: #8f6247;
}

.blog-share .share-links a.pin {
    background: #f0c605;
}

.singel-blog-content img {
    margin-bottom: 60px;
}

.singel-blog-content p {
    font-size: 16px;
    margin-bottom: 30px;
}

.singel-blog-content blockquote {
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    border-left: 5px solid #30caa0;
    padding: 15px 25px;
    margin-bottom: 30px;
}

.blog-tags {
    display: inline-block;
    border-top: 1px solid #ebebeb;
    padding-top: 30px;
    padding-right: 30px;
}

.blog-tags p {
    display: inline-block;
    margin-right: 40px;
}

.blog-tags a {
    color: #30caa0;
    margin-right: 5px;
}

.post-author {
    padding: 40px 30px;
    background: #f7f7f7;
}

.post-author .pa-thumb {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.post-author .pa-content {
    padding-left: 110px;
}

.post-author .pa-content h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.post-author .pa-content p {
    margin-bottom: 0;
}

.comment-warp {
    padding-top: 40px;
    border-top: 1px solid #f5f5f5;
}

.comment-warp .comment-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 35px;
}

.comment-warp .comment-list {
    list-style: none;
}

.comment-warp .comment-list .replay-comment-list {
    list-style: none;
    margin-left: 14%;
}

.comment-warp .comment {
    margin-bottom: 40px;
}

.comment-warp .comment .comment-avator {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.comment-warp .comment .comment-content {
    padding-left: 100px;
}

.comment-warp .comment .comment-content h5 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 400;
}

.comment-warp .comment .comment-content h5 span {
    font-size: 16px;
    color: #cccccc;
    margin-left: 15px;
}

.comment-warp .comment .comment-content p {
    margin-bottom: 0;
}

.comment-warp .comment .comment-content .c-btn {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #ebebeb;
    color: #111111;
    padding: 5px 25px;
    border-radius: 2px;
    margin-right: 5px;
    margin-top: 15px;
}

.comment-warp .comment .comment-content .c-btn:hover {
    border-color: #30caa0;
    background: #30caa0;
    color: #fff;
}

.comment-form-warp input,
.comment-form-warp textarea {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e1e1;
    font-size: 16px;
    padding: 0 22px;
    margin-bottom: 30px;
}

.comment-form-warp textarea {
    padding: 20px 22px;
    height: 150px;
}

.comment-form-warp .site-btn {
    font-weight: 400;
}

#map-canvas {
    height: 490px;
}

.contact-info-warp {
    background: #30caa0;
    padding: 30px;
    text-align: center;
    margin-bottom: 100px;
}

.contact-info-warp p {
    margin-bottom: 0;
    font-size: 22px;
    color: #fff;
    margin-right: 80px;
    display: inline-block;
}

.contact-info-warp p i {
    margin-right: 10px;
}

.contact-info-warp p:last-child {
    margin-right: 0;
}

.contact-right {
    padding-top: 40px;
    padding-left: 55px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #ebebeb;
    margin-bottom: 17px;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
}

.contact-form textarea {
    height: 80px;
    padding: 15px 20px 10px;
}


/*------------------
	Responsive
---------------------*/

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .filter-form input {
        width: calc(40% - 20px);
    }
    .filter-form select {
        width: calc(19% - 20px);
    }
    .footer-widget .double-menu-widget ul:last-child {
        margin-left: 30px;
    }
    .contact-info-warp {
        padding: 30px 20px;
    }
    .contact-info-warp p {
        font-size: 20px;
        margin-right: 20px;
    }
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-top-right {
        padding-top: 20px;
    }
    .user-panel {
        float: right;
    }
    .main-menu li a {
        margin-left: 15px;
    }
    .hero-text p {
        font-size: 18px;
    }
    .filter-form input {
        width: calc(40% - 20px);
    }
    .filter-form select {
        width: calc(19% - 20px);
    }
    .filter-form .fs-submit {
        min-width: auto;
        width: 20%;
    }
    .propertie-info .price {
        float: left;
        margin-top: 15px;
    }
    .f-cata {
        margin-bottom: 30px;
    }
    .gallery-item.grid-wide {
        width: calc(50% - 20px);
    }
    .gallery-item {
        width: calc(50% - 20px);
    }
    .blog-item {
        margin-bottom: 30px;
    }
    .footer-widget .double-menu-widget {
        padding-left: 0;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-nav,
    .copyright {
        float: none;
    }
    .page-top-section.single-blog {
        padding-top: 200px;
    }
    .sidebar {
        padding-left: 15px;
        margin-top: 30px;
    }
    .team-member {
        margin-bottom: 30px;
    }
    .contact-right {
        padding-left: 0;
    }
}

/* Large Mobile :480px. */

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

    /* Header */

    #wpadminbar {
        position: fixed;
        top: 0px;
        z-index: 990;
        left: 0;
    }

    .nav-switch {
        position: fixed;
        right: 20px;
        font-size: 30px;
        color: #fff;
        top: 23px;
        vertical-align: middle;
        cursor: pointer;
        height: auto;
        display: block;
    }

    .site-navbar {
        position: relative;
        display: block;
    }

    .main-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background: transparent;
        display: none;
        -webkit-box-shadow: 0 10px 20px 0px rgba(167, 167, 167, 0.22);
        box-shadow: 0 10px 20px 0px rgba(167, 167, 167, 0.22);
        height: auto;
    }

    .admin-bar .header-section{
        top: 46px;
    }

    .main-menu li {
        width: 100%;
    }

    .main-menu li a {
        display: block;
        margin-left: 0;
        color: #eee;
        padding: 12px 20px;
        border-bottom: 1px solid rgba(255,255,255,.2) !important;
    }

    /* Body */
    grid-item {
        width: 100%;
        max-height: 250px;
    }

    grid-item .details {
        opacity: 1;
    }


    grid-item .title{
        opacity: 0;
    }

    grid-widget{
        display: block;
    }

    .page-top-section {
        height: 50vh;
    }

    video.background-video {
        height: 100vh;
        position: relative;
    }

    .header-top-left {
        display: none;
    }
    .header-top-right {
        text-align: center;
    }
    .top-social a:first-child {
        margin-left: 0;
    }

    .strapline-widget {
        display: block;
        padding: 0px 10px;
    }

    .hero-section {
        height: auto;
    }
    .hero-text {
        padding-top: 250px;
        padding-bottom: 150px;
    }
    .filter-form input,
    .filter-form select {
        width: 100%;
        margin-bottom: 20px;
    }
    .filter-form .fs-submit {
        margin: 0 auto;
        display: block;
    }
    .f-cata {
        margin-bottom: 30px;
    }
    .gallery {
        margin-right: 0;
    }
    .gallery-item.grid-long,
    .gallery-item.grid-wide,
    .gallery-item {
        width: 100%;
    }
    .blog-item {
        margin-bottom: 30px;
    }
    .clients-slider a {
        padding: 0 5px;
    }
    .footer-widget {
        margin-bottom: 20px;
    }
    .footer-widget .double-menu-widget,
    .footer-widget .contact-widget {
        padding-left: 0;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-nav,
    .copyright {
        float: none;
    }
    .sidebar {
        padding-left: 15px;
        margin-top: 30px;
    }
    .team-member {
        margin-bottom: 30px;
    }
    .blog-share {
        text-align: left;
        margin-bottom: 20px;
    }
    .blog-share h5 {
        margin-bottom: 10px;
    }
    .blog-share .share-links a {
        display: inline-block;
        margin: 0;
        margin-right: 10px;
    }
    .page-top-section.single-blog h2 {
        font-size: 25px;
    }
    .single-list-slider .sl-item {
        height: 300px;
    }
    .sl-thumb-slider .sl-thumb {
        height: 90px;
    }
    .contact-info-warp p {
        margin-right: 30px;
    }
    .contact-right {
        padding-left: 0;
    }
    .about-text .about-text-left,
    .about-text .about-text-right {
        padding-right: 0;
    }

    .background {
        overflow: hidden;
        position: relative;
    }

    .slick-slide img {
        max-height: 250px;
        max-width: 100%;
    }

    /* Footer */

    li.separator,
    li.social{
        display: none;
    }

    .footer-nav ul li {
        display: block;
    }

    .footer-nav li.social {
        display: inline !important;
    }

    .copyright p {
        margin: 20px 0;
    }

}

/* small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .top-social {
        display: none;
    }
    .user-panel {
        margin-left: 0;
    }
    .user-panel a:first-child {
        border-left: none;
        padding-left: 0;
    }
    .page-top-section.single-blog {
        height: auto;
        padding-top: 170px;
        padding-bottom: 80px;
    }
    .post-author .pa-content,
    .comment-warp .comment .comment-content {
        padding-left: 0;
        clear: both;
        padding-top: 15px;
    }
    .single-list-slider .sl-item {
        height: 250px;
    }
    .sl-thumb-slider .sl-thumb {
        height: 60px;
    }
    .contact-info-warp {
        padding: 30px 15px;
    }
    .contact-info-warp p {
        font-size: 16px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 370px) {
    .room-info .rf-left,
    .room-info .rf-right {
        float: none;
    }
}
