@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Search Bar
7. Intro
8. Big Room
9. Room
10. Gallery
11. Newsletter
12. Footer


******************************/

/***********
1. Fonts
***********/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Playfair+Display:400,700');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

html {
  scroll-behavior: smooth;
}
body
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #555;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 2;
	font-weight: 500;
	color: #8d8d8d;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: #005d96;
	color: #FFFFFF;
}
p::selection
{
	
}

img{
    width: 100%;
}

.owl-carousel .owl-stage:after {
    height: 100% !important;
    width: 100% !important;
    background: rgba(0, 0, 0, 0.4) !important;
    position: absolute !important;
    visibility: visible !important;
}
h1{font-size: 72px;}
h2{font-size: 48px;}
h3{font-size: 36px;}
h4{font-size: 24px;}
h5{font-size: 18px;}
h1, h2, h3, h4, h5, h6
{
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #0b3c5d;
	line-height: 1.25;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
a{color:#0B3C5D;}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: rgba(11,60,93,.4);
}
.nopadding
{
	padding: 0px !important;
}
.button_container
{
	display: inline-block;
}
.button
{
width: fit-content;
    height: 50px;
    background: #005d96;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 8px;
    padding-left: 24px;
    padding-right: 24px;
}
.button:hover
{
	background: #0b3c5d;
}
.button span
{
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 50px;
	text-transform: uppercase;
}

.button_2
{
    width: fit-content;
    background: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding: 20px 48px;
    margin: auto;
    text-transform: uppercase;
    color: #0b3c5d;
}

.button_2:hover
{
	background: #005d96;
	color: #fff;
}

.button_3
{
    width: fit-content;
    background: #005d96;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding: 20px 48px;
    margin: auto;
    text-transform: uppercase;
    color: #fff;
}

.button_3:hover
{
	background: #005d96;
	color: #fff;
}
.section_title_container
{

}
.section_subtitle
{
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #d52d58;
	line-height: 0.75;
}
.section_title
{
	margin-top: 10px;
}

/*********************************
3. Header
*********************************/

.headernovo nav{
	display: none;
}
.scrolled nav{
	display: block;
}

.icones{
	 position: absolute;z-index: 50;background-color: transparent;left: 0;right: 0;top: 7vh;
}
.red{
	padding: 10px;
	color:#0B3C5D;
	font-size: 0.8em;
}
.red i{
	font-size: 1.5em;
	text-align: center;
	color:#0B3C5D;
    vertical-align: middle;
	padding: 1rem;
}

.red p{
	color:#fff;
}
.wrappered{
	border-radius: 15px;
    padding: 10px;
    font-size: 0.8em;
    background: rgba(255,255,255,.7);
    font-weight: bold;
    text-transform: uppercase;
	display: block;
}
.redesociais .red.wrappered {font-size: 1em}
.redesociais .red.wrappered i {font-size: 2em}
.redirecionamento {font-size: 1.5em}
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	
	z-index: 100;
	
	/*box-shadow: 0 8px 15px #00000014;
	background: #fff;*/
}
.headernovo{
	
	padding: 10px 0px;
}

.header_content
{
	width: 100%;
	height: 100%;
}
.scrolled{
	box-shadow: 0 8px 15px #00000014;
	background: #fff;
	transition: all 0.5s ease;
	padding: 0px 0px;
}
.logo_title2{
	display: none;
}
.logo_title2 img{
	height: 4em;
}
.scrolled .logo_title{
	display: none;
}
.scrolled .logo_title2{
	display: block;
}

.logo_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 265px;
	height: 100%;
	background: #0B3C5D;
	z-index: 1;
}
.logo
{
	margin-top: 0px;
}
.logo a
{
	display: block;
}
.logo img{
	height: 3em;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.header.scrolled .logo img{ height: 3.3em; width: auto; }
.logo_subtitle
{
	font-size: 11px;
	font-weight: 500;
	color: #005d96;
	line-height: 0.75;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.logo_title
{
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 0.75;
}
.logo_stars
{
	display: inline-block;
	margin-top: 11px;
}
.logo_stars ul li
{
	line-height: 0.75;
}
.logo_stars ul li:not(:last-child)
{
	margin-right: 4px;
}
.logo_stars ul li i
{
	font-size: 9px;
	color: #005d96;
}
.header_inner
{
	width: 100%;
	height: 90px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.header.scrolled .header_inner
{
	height: 70px;
}
.main_nav
{
	height: 100%;
}
.main_nav ul
{
	height: 100%;
}
.main_nav ul li
{
	height: 100%;
	padding-left: 34px;
	padding-right: 32px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav ul li.active,
.main_nav ul li:hover
{
	background: transparent;
}
.main_nav ul li a
{
	display: inline-block;
	height: 100%;
}
.main_nav ul li a div
{
	height: 100%;
}
.main_nav ul li a div span
{
	font-size: 14px;
	font-weight: 700;
	color: #0b3c5d;
	white-space: nowrap;
	text-transform: uppercase;
}

.main_nav ul li.active a div span::after,
.main_nav ul li:hover a div span::after
{
	visibility: visible;
	opacity: 1;
}
.header_review
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: calc(100% + 40px);
}
.header_review a
{
	white-space: nowrap;
	line-height: 1.1;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header_review a:hover
{
	color: #005d96;
}
.hamburger
{
	display: none;
	cursor: pointer;
	margin-top: -60px;
}
.hamburger i
{
	font-size: 18px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger i:hover
{
	color: #005d96;
}
.hamburguer span:nth-child(1) {
    top: 0px;
}



/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	left: 0;
	top: -100vh;
	width: 100vw;
	height: 100vh;
	background: #0b1423;
	z-index: 99;
	-webkit-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	-moz-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	-ms-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	-o-transition: all 800ms cubic-bezier(.88,.31,.65,.91);
	transition: all 800ms cubic-bezier(.88,.31,.65,.91);
}
.menu.active
{
	top: 0;
}
.menu_content
{
	width: 100%;
	height: 100%;
}
.menu_nav_list li
{
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}
.menu_nav_list li:first-child
{
	transition-delay: 400ms;
}
.menu_nav_list li:nth-child(2)
{
	transition-delay: 500ms;
}
.menu_nav_list li:nth-child(3)
{
	transition-delay: 600ms;
}
.menu_nav_list li:nth-child(4)
{
	transition-delay: 700ms;
}
.menu_nav_list li:nth-child(5)
{
	transition-delay: 800ms;
}
.menu_nav_list li:nth-child(6)
{
	transition-delay: 900ms;
}
.menu_nav_list li:nth-child(7)
{
	transition-delay: 1000ms;
}
.menu_nav_list li:nth-child(8)
{
	transition-delay: 1100ms;
}
.menu_nav_list li:nth-child(9)
{
	transition-delay: 1200ms;
}
.menu.active .menu_nav_list li
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}
.menu_nav_list li a
{
	position: relative;
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 1.3;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
/*.menu_nav_list li a::after
{
	display: block;
	position: absolute;
	top: 63%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -15px;
	width: 0%;
	height: 3px;
	background: #FFFFFF;
	content: '';
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}*/
.menu_nav_list li a:hover
{
	color: #005d96;
}
.menu_nav_list li a:hover::after
{
	/*width: calc(100% + 30px);*/
}
.menu_review
{
	position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 24px;
    background-color: green;
    width: 80%;
    text-align: center;
    padding: 16px 0;
    border-radius: 8px;
}
.menu_review a
{
	white-space: nowrap;
    line-height: 1.1;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.menu_review a:hover
{
	color: #005d96;
}

/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	/*height: 948px;*/
	height: 100vh;
	background: #010918;

    background-size: cover;
    background-position: center;
}
.home_slider_container
{
	width: 100%;
	height: 100%;
}
.home_content_container
{
	position: absolute;
	left: 0;
	top: calc((100% + 123px) / 2);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.home_subtitle
{
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 0.75;
}
.home_title
{
	font-family: 'Montserrat', serif;
    font-size: 100px;
    line-height: 1.1;
    color: #FFFFFF;
    margin-top: 9px;
    font-weight: 600;
}
.home_button
{
	margin-top: 60px;
}
.home_slider_dots
{
	position: absolute;
	top: calc((100% + 123px) / 2);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 173px;
	z-index: 10;
}
.home_slider_custom_dot
{
	width: 35px;
	height: 35px;
	text-align: center;
	background: transparent;
	line-height: 35px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.home_slider_custom_dot:not(:last-child)
{
	margin-bottom: 11px;
}
.home_slider_custom_dot.active,
.home_slider_custom_dot:hover
{
	background: #0B3C5D;
}

/*********************************
6. Search Bar
*********************************/

.search_bar
{
	width: 100%;
	z-index: 2;
}
.search_bar_container
{
	width: calc(100% + 40px);
	left: -20px;
	background: #0B3C5D;
	height: 162px;
	margin-top: -82px;
	padding-left: 50px;
	padding-right: 48px;
	padding-top: 53px;
	padding-bottom: 50px;
}
.search_bar_form > div:not(:last-child)
{
	padding-right: 17px;
}
.search_bar_form > div:first-child,
.search_bar_form > div:nth-child(2)
{
	width: 35.163%;
}
.search_bar_form > div:nth-child(3)
{
	width: 29.429%;
}
.search_form_select
{
	display: block;
	position: relative;
	width: 100%;
	height: 59px;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    border: none;
    outline: none;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #FFFFFF;
    background: #0B3C5D;
    cursor: pointer;
    padding-left: 22px;
}
.search_form_select option
{
	font-style: normal;
}
.search_bar_button
{
	width: 236px;
	height: 59px;
	cursor: pointer;
	background: transparent;
	border: solid 2px #005d96;
	color: #005d96;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.search_bar_button:hover
{
	background: #005d96;
	color: #ffffff;
}
.search_bar_container::after
{
	display: block;
	position: absolute;
	left: 53px;
	bottom: 0;
	width: calc(100% - 103px);
	height: 4px;
	background: #005d96;
	content: '';
}

/*********************************
7. Intro
*********************************/

.intro
{
    width: 100%;
    background: #FFFFFF;
    padding-top: 70px;
    padding-bottom: 120px;
}
.intro_container
{
	height: 100%;
}
.intro_text
{
	margin-top: 27px;
}
.intro_text ol
{
	margin-left: 25px;
}
.intro_text li
{
	margin: 5px 0px;
}
.intro_link
{
	margin-top: 38px;
}
.intro_link a
{
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #0B3C5D;
}
.intro_link a::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 1px;
	background: #0B3C5D;
	content: '';
}
.intro_button
{
	margin-top: 53px;
}
.intro_images
{
	width: 100%;
	height: 588px;
}
.intro_img
{
	position: absolute;
}
.intro_img img
{
	max-width: 100%;
}
.intro_1
{
	top: 0;
	right: 0;
}
.intro_2
{
	bottom: 0;
	right: 98px;
	box-shadow: 0px 23px 35px rgba(4,4,4,0.54);
}
.intro_3
{
	top: 51px;
	left: 0;
	box-shadow: 0px 23px 35px rgba(4,4,4,0.54);
}

/*********************************
8. Big Room
*********************************/

.reservas_float_bt {
  background-image: url(../images/reservas_icon.png);
  width: 178px;
  height: 194px;
  display: block;
  position: fixed;
  bottom: 0px;
  right: 0px;
  background-repeat: no-repeat;
  z-index: 60;
  animation-name: slideUp;
  animation-duration: 4s;
  animation-timing-function: ease-in;
  animation-delay: 200ms;
}
@keyframes slideUp  {
  0%,
  50% {
    transform: translateY(50%);
    opacity: 0;
  }
   
  60%,
  100% {
    transform: translateY(0);
    opacity: 1;
  
  }
}
@-webkit-keyframes slideUp  {
  0%,
  50% {
    transform: translateY(50%);
    opacity: 0;
  }
   
  60%,
  100% {
    transform: translateY(0);
    opacity: 1;
  
  }
}
.comrecapcha .reservas_float_bt { 
  bottom: 40px;
}
.big_room
{
	width: 100%;
}
.big_room .container-fluid
{
	padding-left: 0;
	padding-right: 0;
}
.big_room .container-fluid .row > div
{
	padding-left: 0;
	padding-right: 0;
}
.big_room_content
{
	width: 100%;
	background: #005d96;
    padding-left: 99px;
    padding-top: 80px;
    padding-right: 99px;
    padding-bottom: 80px;
}
.big_room_content .section_title_container
{
	max-width: 460px;
}
.big_room_content .section_title h2
{
	color: #fff;
}
.big_room_content_inner
{
	width: 100%;
	height: 100%;
}
.big_room_text
{
	width: 100%;
	margin-top: 37px;
}
.big_room_text p
{
	/*-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;*/
    color: #fff;
}
.testimonial
{
	margin-top: 63px;
}
.testimonial_stars ul li:not(:last-child)
{
	margin-right: 4px;
}
.testimonial_stars ul li i
{
	font-size: 9px;
	color: #fbd05e;
}
.testimonial_text
{
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    font-style: italic;
    color: #0b3c5d;
    margin-top: 16px;
    background-color: #ffffff;
    border-radius: 8px 8px 8px 0px;
    padding: 8px 16px;
    width: fit-content;
}
.testimonial_author
{
	margin-top: 28px;
}
.testimonial_author_image
{
	width: 37px;
	height: 37px;
	overflow: hidden;
	border-radius: 50%;
}
.testimonial_author_image img
{
	max-width: 100%;
}
.testimonial_author_name
{
	margin-left: 40px;
}
.testimonial_author_name a
{
	font-size: 14px;
	font-weight: 500;
	color: #7396B1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.testimonial_author_name a:hover
{
	color: #005d96;
}
.testimonial_author_name span
{
	font-size: 14px;
	font-weight: 500;
}
.big_room_slider_container
{
	height: 100%;
}
.big_room_slider_nav_container
{
	position: absolute;
	right: 44px;
	bottom: 38px;
	z-index: 1;
}
.big_room_slider_nav
{
	width: 44px;
	height: 44px;
	text-align: center;
	background: #005d96;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.big_room_slider_nav i
{
	line-height: 44px;
	font-size: 18px;
	color: #FFFFFF;
	width: 100%;
}
.big_room_slider_nav:hover, .big_room_slider_nav i:hover
{
	background: #fff;
	color:#0b3c5d;
}

/*********************************
9. Room
*********************************/

.rooms
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 100px;
	padding-bottom: 124px;
}
.room_row
{
	margin-top: 82px;
}
.room
{
	box-shadow: 0px 23px 35px rgba(4,4,4,0.18);
}
.room_image
{
	width: 100%;
}
.room_image img
{
	max-width: 100%;
}
.room_content
{
	padding-top: 58px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 62px;
}
.room_type
{
	font-size: 12px;
	font-weight: 600;
	color: #7e7e7e;
	text-transform: uppercase;
	line-height: 0.75;
}
.room_title
{
	margin-top: 13px;
}
.room_title a
{
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-weight: 700;
	color: #333333;
	line-height: 1.25;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.room_title a:hover
{
	color: #005d96;
}
.room_text
{
	margin-top: 27px;
}
.room_price
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -27px;
	width: 185px;
	height: 47px;
	background: #FFFFFF;
	line-height: 47px;
	font-size: 14px;
	color: #0B3C5D;
	font-weight: 500;
}
.room_price span
{
	color: #8d8d8d;
}
.room_button
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -32px;
}

/*********************************
10. Gallery
*********************************/

.gallery
{
	width: 100%;
	background: #fbfbfb;
	padding-top: 132px;
	padding-bottom: 135px;
}
.gallery_slider_container
{
	width: calc(100vw + 270px);
	left: -135px;
}
.gallery_select
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 2px #005d96;
	background: rgba(0,0,0,0.62);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.gallery .owl-item.gallery_item.miniaturas {
  overflow: hidden;
  border-radius: 20px 20px 20px 20px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.gallery .owl-item.gallery_item.miniaturas:hover {
  border-radius: 10px 10px 10px 10px;
}
.gallery .owl-item.gallery_item.miniaturas img {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.gallery .owl-item.gallery_item.miniaturas:hover img{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.gallery_select > div
{
	width: 48px;
	height: 48px;
	background: #0B3C5D;
	font-size: 36px;
	font-weight: 500;
	color: #ffffff;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
}
.gallery_item:hover .gallery_select
{
	visibility: visible;
	opacity: 1;
}
.gallery_slider_nav_container
{
	position: absolute;
	bottom: 64px;
	right: 0;
	width: 100%;
	z-index: 1;
}
.gallery_slider_nav_content
{
	float: right;
}
.gallery_slider_nav
{
	width: 44px;
	height: 44px;
	text-align: center;
	background: #0B3C5D;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.gallery_slider_nav i
{
	line-height: 44px;
	font-size: 18px;
	color: #FFFFFF;
	width: 100%;
}
.gallery_slider_nav:hover, .gallery_slider_nav i:hover
{
	background: #fff;
	color:#0B3C5D;
}

/*********************************
11. Newsletter
*********************************/

.newsletter
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 100px;
	padding-bottom: 72px;
}
.newsletter_container
{
	padding-bottom: 82px;
	border-bottom: solid 2px #e8e8e8;
}
.newsletter_content
{
	padding-right: 20px;
}
.newsletter_text
{
	margin-top: 28px;
}
.newsletter_form_container
{
	width: 100%;
	margin-top: 97px;
}
.newsletter_form
{
	display: block;
}
.newsletter_input
{
	width: 100%;
	height: 50px;
	border: solid 2px #c8c8c8;
	background: #FFFFFF;
	padding-left: 28px;
	outline: none;
}
.newsletter_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 181px;
	height: 50px;
	background: #0B3C5D;
	cursor: pointer;
	border: none;
	outline: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.newsletter_button span
{
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 50px;
}
.newsletter_button span::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 3px;
	background: #005d96;
	content: '';
}
.newsletter_button:hover
{
	background: #005d96;
}
.newsletter_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7e7e7e !important;
}
.newsletter_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7e7e7e !important;
}
.newsletter_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7e7e7e !important;
} 
.newsletter_input:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7e7e7e !important;
}
.newsletter_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #7e7e7e !important;
}
.newsletter_border_container
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.newsetter_border
{
	width: 100%;
	border-bottom: solid 2px #e8e8e8;
}

/*********************************
12. Reserva
*********************************/
.listaReserva{
    color: #333;
    margin: 20px 0;
}
.listaReserva table{
    width: 100%;
    border: none;
	border-radius: 8px;
	overflow: hidden;
}
.listaReserva table tr th{
    padding: 5px;
    background: #f1f1f1;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
}
.listaReserva table tr td{
    padding: 3px 5px;
	border-bottom: solid 1px #FFF;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
}

.listaReserva table tr:nth-child(even) td{
    background: #f9f9f9;
}
.listaReserva table tr:nth-child(odd) td{
    background: #f8f8f8;
}
.listaReserva table tr:last-child td{
    background: #f8f8f8;
	border-bottom: none;
}
.listaReserva .submit{
    width: 20px;
    background: none;
    color: red;
    font-weight: bold;
    font-size: 1.3em;   
    border: 0;
}
.listaReserva input{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 6px;
}
.formReserva{
    color: #333;
    background: #F2F2F2; 
    padding: 30px;
    border-radius: 8px;
}

.colapse{
    position: absolute;
    right: 0;
    cursor: pointer;
}
.hidedata{
    display: none;
}
.hidequarto{
    display: none;
}
#bandeiracartao{
    position: absolute;
    right: 10px;
    width: 30px;
    bottom: 4px;
}
#bandeiracartao img{
    width: 100%;
}

/*********************************
13. Footer
*********************************/

.footer
{
	width: 100%;
	background: #E6ECF3;
	padding-top: 91px;
	padding-bottom: 56px;
}
.footer_logo_container
{

}
.footer_logo img
{
	width: 6em;
}
.footer_logo a
{
	display: inline-block;
}
.footer_logo_subtitle
{
	font-size: 11px;
	font-weight: 500;
	color: #333333;
	line-height: 0.75;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.footer_logo_title
{
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	font-weight: 700;
	color: #333333;
	line-height: 0.75;
	margin-top: 8px;
}
.footer_logo_stars
{
	display: inline-block;
	margin-top: 11px;
}
.footer_logo_stars ul li
{
	line-height: 0.75;
}
.footer_logo_stars ul li:not(:last-child)
{
	margin-right: 4px;
}
.footer_logo_stars ul li i
{
	font-size: 9px;
	color: #333333;
}
.copyright
{
	font-size: 11px;
	font-weight: 500;
	color: #8d8d8d;
	margin-top: 11px;
}
.footer_menu ul li
{
	line-height: 1.75;
}
.footer_menu ul li:not(:last-child)
{
	margin-right: 45px;
}
.footer_menu ul li a
{
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	white-space: nowrap;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_menu ul li a:hover
{
	color: #005d96;
}
.footer_menu_text
{
	margin-top: 21px;
}
.footer_contact
{
	margin-top: -5px;
}
.footer_contact_content ul li
{
	font-size: 14px;
	font-weight: 500;
	color: #8d8d8d;
}
.footer_contact_content ul li span
{
	color: #333333;
	margin-left: 2px;
}
.footer_contact_content ul li:not(:last-child)
{
	margin-bottom: 8px;
}

/*--------------CUSTOM--------------*/
.icon_features{
	margin-top: 24px;
}

.icon_features i{
    color: #99B3C9;
    padding: 16px 8px 8px 8px;
    border-radius: 8px;
    /*margin: 8px;*/
    text-align: center;
  /*  min-width: 6em;*/
    border: 2px solid #ffffff1a;
}
.icon_features p{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-left: 0px;
    color: #fff;
    margin-top: 8px;
}







.logo_title img{
	width: 100%;
}












/*==========================================================*/
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.verne-blog__latest-post {
  background: #f5f5f5;
  margin-bottom: 60px;
  padding: 40px 0; }
  .verne-blog__latest-post .verne-post__meta li {
    margin: .125rem 0; }
    .verne-blog__latest-post .verne-post__meta li:before {
      margin-left: 1.25rem;
      margin-right: 1.25rem; }

.verne-blog__grid-posts {
  margin-bottom: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  .verne-blog__grid-posts .verne-post__meta li {
    margin: .125rem .75rem .125rem 0; }
    .verne-blog__grid-posts .verne-post__meta li:before {
      margin-right: .5rem; }

.verne-blog .verne-posts-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.25rem; }
  .verne-blog .verne-posts-grid > div {
    padding: 0 1.25rem; }

  @media (min-width: 767.98px) {

.logo_title img{
	width: auto;
}

.red i{
	display: inline;
	font-size:20px;
	    margin-right: 10px;
    
    
}
.red p{
	float: left;
}
.icones{
	top:16vh;
}

}
  @media (max-width: 767.98px) {
.main_nav li{
    display: none;
}

.home_content_container
{
	top: 80vh;
}
    .verne-blog .verne-posts-grid > div {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .verne-blog .verne-posts-grid > div {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 2);
              flex: 0 0 calc(100% / 2); } }
  @media (min-width: 1200px) {
    .verne-blog .verne-posts-grid > div {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 3);
              flex: 0 0 calc(100% / 3); } }

.verne-blog--list .verne-post {
  margin-bottom: 80px; }

.verne-post {
  margin-bottom: 1.875rem; }
  .verne-post__image {
    background-position: center center;
    background-size: cover;
    padding-bottom: 66.66%;
    margin-bottom: 1.875rem;
    position: relative; }
    .verne-post__image a {
      display: block;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .verne-post__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0; }
    .verne-post__meta li:before {
      content: '';
      width: .4375rem;
      height: .4375rem;
      border: .1875rem double;
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: rotateZ(45deg);
              transform: rotateZ(45deg);
      opacity: 0.5;
      margin-top: -.125rem; }
    .verne-post__meta li:first-child:before {
      display: none; }
  .verne-post a {
    -webkit-transition: color .3s;
    transition: color .3s; }
    .verne-post a:hover {
      color: #a08553; }
  .verne-post--latest {
    margin-bottom: 0; }
    .verne-post--latest .verne-post__image {
      padding-bottom: 55%; }
    .verne-post--latest .verne-post__title {
      text-align: center; }
    .verne-post--latest .verne-post__meta {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

.verne-single-post .entry-title {
  word-break: break-word;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  padding: 0 20px; }

.verne-single-post img {
  max-width: 100%;
  height: auto; }

.verne-single-post .post-cat-tags {
  padding-top: 30px; }
  .verne-single-post .post-cat-tags > div {
    margin-bottom: 5px; }
    .verne-single-post .post-cat-tags > div > * {
      display: inline; }
  .verne-single-post .post-cat-tags span {
    margin-right: 10px; }
  .verne-single-post .post-cat-tags a {
    position: relative;
    background: none;
    border: none;
    -webkit-transition: color .3s;
    transition: color .3s; }
    .verne-single-post .post-cat-tags a:hover {
      color: #a08553; }
  .verne-single-post .post-cat-tags a:after {
    content: "";
    position: absolute;
    width: .375rem;
    top: 50%;
    margin-top: -.1875rem;
    height: .375rem;
    background: #ddd;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -3px;
    right: -15px; }

.verne-single-post .tags-list, .verne-single-post .post-categories {
  margin: 0;
  padding: 0; }
  .verne-single-post .tags-list li, .verne-single-post .post-categories li {
    list-style: none;
    padding-right: 24px;
    display: inline-block; }
    .verne-single-post .tags-list li:last-of-type a:after, .verne-single-post .post-categories li:last-of-type a:after {
      display: none; }

.verne-single-post .author-section {
  margin-top: 30px; }

.verne-single-post .entry-content {
  font-size: 18px; }

@media (max-width: 575.98px) {
  .verne-single-post .post-password-form label {
    display: inline-block;
    width: 50%; }
    .verne-single-post .post-password-form label input {
      display: block;
      width: 100%; } }

@media (max-width: 1199.98px) {
  .verne-single-post .entry-header {
    margin-top: 40px; } }

.wp-block-embed__wrapper .twitter-tweet {
  margin-left: auto;
  margin-right: auto; }

.post-navigation {
  margin-top: 60px;
  margin-bottom: 60px !important;
  border-top: 1px solid var(--verne-border);
  padding-top: 60px; }
  .post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .post-navigation .nav-links > div {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      position: relative; }
      .post-navigation .nav-links > div a {
        word-break: break-word;
        -webkit-hyphens: none;
            -ms-hyphens: none;
                hyphens: none; }
      .post-navigation .nav-links > div .post-prev, .post-navigation .nav-links > div .post-next {
        margin-bottom: 10px; }
      .post-navigation .nav-links > div:hover .post-image {
        opacity: 1; }
    .post-navigation .nav-links .post-image {
      background-size: cover;
      background-position: center center;
      position: absolute;
      top: -10px;
      right: -10px;
      bottom: -10px;
      left: -10px;
      opacity: 0;
      -webkit-transition: opacity .3s;
      transition: opacity .3s;
      z-index: -1; }
      .post-navigation .nav-links .post-image:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: .8; }
  .post-navigation .nav-previous {
    text-align: left;
    padding-right: 10px; }
    .post-navigation .nav-previous a {
      background-image: none !important; }
  .post-navigation .nav-next {
    text-align: right;
    padding-left: 10px; }
    .post-navigation .nav-next a {
      background-image: none !important; }

@media (max-width: 767.98px) {
  .wp-block-cover.alignleft {
    margin-right: 1rem; }
  .wp-block-cover.alignright {
    margin-left: 1rem; } }

@media (min-width: 768px) {
  .wp-block-cover.alignleft, .wp-block-cover.alignright {
    padding: 1rem calc(2 * 1rem); }
  .entry-content .alignleft {
    margin-right: calc(2 * 1rem); }
  .entry-content .alignright {
    margin-left: calc(2 * 1rem); } }

.wp-block-cover {
  padding: 1rem; }
  .wp-block-cover.alignleft, .wp-block-cover.alignright {
    width: 100%; }

.entry-content .alignleft, .entry-summary .alignleft {
  float: left; }

.entry-content .alignright, .entry-summary .alignright {
  float: right; }

.entry-content > .col-12 > *:last-child, .entry-summary > .col-12 > *:last-child {
  margin-bottom: 0; }

#comments {
  margin-top: 60px; }
  #comments .comments-title {
    margin-bottom: 60px; }
  #comments .comment-reply-title {
    margin-bottom: 0;
    text-align: center; }
  #comments .logged-in-as {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 60px; }
  #comments label {
    display: block;
    text-transform: uppercase;
    font-size: .75rem;
    text-align: left; }
  #comments .comment-form-cookies-consent label {
    text-transform: none;
    font-size: 1rem; }
  #comments textarea, #comments input, #comments select {
    border: 1px solid #ddd;
    outline: none !important;
    padding: 4px 8px;
    background: transparent; }
  #comments .comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #comments .comment-form .comment-form-comment {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
      #comments .comment-form .comment-form-comment textarea {
        width: 100%; }
    #comments .comment-form .comment-form-author, #comments .comment-form .comment-form-email, #comments .comment-form .comment-form-url {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%;
      width: 33.33%; }
      #comments .comment-form .comment-form-author > *, #comments .comment-form .comment-form-email > *, #comments .comment-form .comment-form-url > * {
        width: calc(100% - 10px); }
    #comments .comment-form .comment-form-email {
      text-align: center; }
      #comments .comment-form .comment-form-email label {
        margin-left: 5px; }
    #comments .comment-form .comment-form-url {
      text-align: right; }
      #comments .comment-form .comment-form-url label {
        margin-left: 10px; }
    #comments .comment-form .comment-form-cookies-consent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #comments .comment-form .comment-form-cookies-consent label {
        margin: 0 0 0 10px; }
  #comments .form-submit {
    width: 100%;
    text-align: right; }
    #comments .form-submit .submit {
      border: none;
      background: #000;
      color: #fff;
      text-transform: uppercase;
      font-size: .75rem;
      padding: .75rem 2rem;
      font-weight: 500; }
  #comments .comment-list {
    padding: 0; }
    #comments .comment-list > .comment {
      list-style: none; }
    #comments .comment-list .children > .comment {
      list-style: none; }
    #comments .comment-list footer.comment-meta {
      margin-bottom: 15px;
      position: relative; }
      #comments .comment-list footer.comment-meta .comment-metadata {
        padding-left: 55px; }
        #comments .comment-list footer.comment-meta .comment-metadata a {
          background: none !important;
          -webkit-transition: color .3s;
          transition: color .3s; }
          #comments .comment-list footer.comment-meta .comment-metadata a:hover {
            color: #a08553; }
    #comments .comment-list .comment-body {
      margin-bottom: 60px; }
    #comments .comment-list .comment-content p:last-of-type {
      margin-bottom: 20px; }
    #comments .comment-list .comment-author {
      padding-left: 55px;
      height: 20px; }
      #comments .comment-list .comment-author .avatar {
        float: inherit;
        margin-right: inherit;
        position: absolute;
        top: 4px;
        left: 0;
        border-radius: 50%; }
      #comments .comment-list .comment-author a {
        background: none !important;
        -webkit-transition: color .3s;
        transition: color .3s; }
        #comments .comment-list .comment-author a:hover {
          color: #a08553; }
    #comments .comment-list .trackback .comment-body, #comments .comment-list .pingback .comment-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #comments .comment-list .trackback .comment-body > a, #comments .comment-list .pingback .comment-body > a {
        font-weight: 600;
        padding: 10px 0;
        -webkit-transition: color .3s;
        transition: color .3s; }
        #comments .comment-list .trackback .comment-body > a:hover, #comments .comment-list .pingback .comment-body > a:hover {
          color: #a08553; }
  #comments .comment-notes {
    display: block;
    text-align: center;
    margin: 0 auto 60px; }
    #comments .comment-notes > span {
      display: block; }
      #comments .comment-notes > span:last-child {
        display: inline; }
  #comments div.parent > div {
    margin-left: 40px; }

.archive #main .page-header, .search #main .page-header {
  background: #f5f5f5;
  text-align: center; }
  .archive #main .page-header .page-title, .search #main .page-header .page-title {
    padding: 5rem 2rem;
    position: relative;
    z-index: 1; }
  .archive #main .page-header .verne-image, .search #main .page-header .verne-image {
    background-size: cover;
    background-position: center center; }
    .archive #main .page-header .verne-image:after, .search #main .page-header .verne-image:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: .6;
      z-index: 0; }

.archive #main .container, .search #main .container {
  padding-top: 100px; }
  .archive #main .container .verne-post, .search #main .container .verne-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 1.875rem; }
    .archive #main .container .verne-post .verne-image, .search #main .container .verne-post .verne-image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 150px;
              flex: 0 0 150px;
      height: 100px;
      background-size: cover;
      background-position: center center;
      margin-right: 1.875rem; }
      .archive #main .container .verne-post .verne-image a, .search #main .container .verne-post .verne-image a {
        display: block;
        height: 100%; }
    .archive #main .container .verne-post__title, .search #main .container .verne-post__title {
      text-align: left; }
      .archive #main .container .verne-post__title h1, .search #main .container .verne-post__title h1 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0; }
    .archive #main .container .verne-post__meta, .search #main .container .verne-post__meta {
      margin-bottom: 0; }
    .archive #main .container .verne-post > div:not(.verne-image), .search #main .container .verne-post > div:not(.verne-image) {
      width: calc(100% - 180px); }
  @media (max-width: 575.98px) {
    .archive #main .container .verne-post, .search #main .container .verne-post {
      display: block; }
      .archive #main .container .verne-post .verne-image, .search #main .container .verne-post .verne-image {
        width: 100%;
        margin-bottom: 20px; }
      .archive #main .container .verne-post > div:not(.verne-image), .search #main .container .verne-post > div:not(.verne-image) {
        width: 100%; } }

.error-404 .page-header {
  background: #f5f5f5;
  text-align: center; }
  .error-404 .page-header .page-title {
    padding: 5rem 2rem;
    position: relative;
    z-index: 1; }

.error-404 > div.container {
  padding-top: 100px; }
  .error-404 > div.container .page-content {
    margin-bottom: 60px; }

.search-results .entry-meta {
  font-size: 1.25rem; }

.search-results article {
  margin-bottom: 30px;
  padding-bottom: 30px; }

.search-no-results .page-content > p, .error-404 .page-content > p {
  font-size: 1.25rem; }

.search-no-results form, .error-404 form {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%; }
  @media (max-width: 575.98px) {
    .search-no-results form label, .error-404 form label {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; }
      .search-no-results form label input, .error-404 form label input {
        width: 100%; }
    .search-no-results form > input, .error-404 form > input {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%; } }

.page-template-default .page-entry-header {
  padding: 5rem 0;
  background: #f5f5f5;
  text-align: center;
  margin-bottom: 5rem; }

.sticky-icon {
  font-size: 0.625em;
  vertical-align: middle; }

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

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

.wp-block-archives, .wp-block-categories {
  padding: 0;
  margin: 0 0 30px; }
  .wp-block-archives li, .wp-block-categories li {
    list-style-type: none;
    -webkit-transition: color .3s;
    transition: color .3s; }
    .wp-block-archives li a, .wp-block-categories li a {
      background: none !important;
      border: none !important; }
    .wp-block-archives li:hover, .wp-block-categories li:hover {
      color: #a08553; }
  .wp-block-archives .children, .wp-block-categories .children {
    padding-left: 20px; }

.entry-content .wp-block-latest-comments {
  padding: 0;
  margin: 0 0 30px; }
  .entry-content .wp-block-latest-comments li {
    list-style-type: none;
    position: relative; }
    .entry-content .wp-block-latest-comments li .avatar {
      float: inherit;
      margin-right: inherit;
      position: absolute;
      top: 4px;
      left: 0;
      border-radius: 50%; }
    .entry-content .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt {
      margin-left: 0; }
    .entry-content .wp-block-latest-comments li footer {
      margin-bottom: 15px; }
      .entry-content .wp-block-latest-comments li footer a {
        background: none;
        border: none;
        padding-bottom: 0;
        -webkit-transition: color .3s;
        transition: color .3s; }
        .entry-content .wp-block-latest-comments li footer a:hover {
          color: #a08553; }
      .entry-content .wp-block-latest-comments li footer .wp-block-latest-comments__comment-author {
        font-weight: bold; }
      .entry-content .wp-block-latest-comments li footer .wp-block-latest-comments__comment-link {
        line-height: 1rem; }
      .entry-content .wp-block-latest-comments li footer time {
        color: currentColor; }

.entry-content .wp-block-latest-posts {
  padding: 0;
  margin: 0 0 30px; }
  .entry-content .wp-block-latest-posts li {
    list-style: none;
    margin-bottom: 20px; }
    .entry-content .wp-block-latest-posts li a {
      background: none;
      border: none;
      padding-bottom: 0;
      -webkit-transition: color .3s;
      transition: color .3s; }
      .entry-content .wp-block-latest-posts li a:hover {
        color: #a08553; }
    .entry-content .wp-block-latest-posts li time {
      color: currentColor; }

.widget {
  margin-bottom: 60px;
  font-size: 1rem; }
  .widget > ul {
    padding-left: 20px; }
  .widget a {
    -webkit-transition: color .3s;
    transition: color .3s; }
    .widget a:hover {
      color: #a08553; }

footer .widget_categories ul li {
  margin-bottom: 0; }

footer .widget_pages ul li, footer .widget_nav_menu ul li {
  margin-bottom: 0; }
  footer .widget_pages ul li a, footer .widget_nav_menu ul li a {
    display: inline-block;
    margin-bottom: 1.25rem; }
  footer .widget_pages ul li .children, footer .widget_pages ul li .dropdown, footer .widget_nav_menu ul li .children, footer .widget_nav_menu ul li .dropdown {
    margin-left: 20px; }

.widget_calendar table {
  text-align: center;
  font-size: 0.75rem; }
  .widget_calendar table td {
    padding: 5px; }

.widget_calendar caption {
  text-align: center;
  caption-side: top;
  text-transform: uppercase;
  color: currentColor; }

footer .widget_recent_comments ul {
  padding: 0;
  margin: 0 0 30px; }
  footer .widget_recent_comments ul li {
    list-style-type: none;
    position: relative; }
    footer .widget_recent_comments ul li a {
      -webkit-transition: color .3s;
      transition: color .3s; }
      footer .widget_recent_comments ul li a:hover {
        color: #a08553; }
    footer .widget_recent_comments ul li > span {
      font-weight: bold;
      display: inline-block; }

.widget_rss li {
  padding-bottom: 10px; }
  .widget_rss li .rsswidget {
    -webkit-transition: color .3s;
    transition: color .3s;
    display: block;
    line-height: 1.8rem; }
    .widget_rss li .rsswidget:hover {
      color: #a08553; }
  .widget_rss li .rss-date {
    display: block;
    margin-bottom: 10px; }

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

.widget_tag_cloud a {
  position: relative;
  background: none;
  border: none;
  -webkit-transition: color .3s;
  transition: color .3s;
  padding-right: 24px;
  display: inline-block; }
  .widget_tag_cloud a:hover {
    color: #a08553; }

.widget_tag_cloud a:after {
  content: "";
  position: absolute;
  width: .375rem;
  top: 50%;
  margin-top: -.1875rem;
  height: .375rem;
  background: #ddd;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -3px;
  right: 6px; }

.footer-inner .search-form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .footer-inner .search-form label, .footer-inner .search-form input {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin: 0 0;
    width: 100%; }
  .footer-inner .search-form label {
    margin-bottom: 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

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

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

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

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

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

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

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

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

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

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms; }

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
    -webkit-transition-delay: 50ms;
            transition-delay: 50ms; }

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms; }

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms; }

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms; }

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms; }

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms; }

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms; }

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
    -webkit-transition-delay: 250ms;
            transition-delay: 250ms; }

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms; }

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms; }

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms; }

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
    -webkit-transition-delay: 350ms;
            transition-delay: 350ms; }

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms; }

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms; }

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  -webkit-transition-duration: 450ms;
          transition-duration: 450ms; }

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
    -webkit-transition-delay: 450ms;
            transition-delay: 450ms; }

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms; }

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms; }

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  -webkit-transition-duration: 550ms;
          transition-duration: 550ms; }

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
    -webkit-transition-delay: 550ms;
            transition-delay: 550ms; }

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms; }

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms; }

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  -webkit-transition-duration: 650ms;
          transition-duration: 650ms; }

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
    -webkit-transition-delay: 650ms;
            transition-delay: 650ms; }

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  -webkit-transition-duration: 700ms;
          transition-duration: 700ms; }

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
    -webkit-transition-delay: 700ms;
            transition-delay: 700ms; }

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  -webkit-transition-duration: 750ms;
          transition-duration: 750ms; }

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
    -webkit-transition-delay: 750ms;
            transition-delay: 750ms; }

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms; }

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
    -webkit-transition-delay: 800ms;
            transition-delay: 800ms; }

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  -webkit-transition-duration: 850ms;
          transition-duration: 850ms; }

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
    -webkit-transition-delay: 850ms;
            transition-delay: 850ms; }

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  -webkit-transition-duration: 900ms;
          transition-duration: 900ms; }

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
    -webkit-transition-delay: 900ms;
            transition-delay: 900ms; }

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  -webkit-transition-duration: 950ms;
          transition-duration: 950ms; }

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
    -webkit-transition-delay: 950ms;
            transition-delay: 950ms; }

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms; }

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms; }

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  -webkit-transition-duration: 1050ms;
          transition-duration: 1050ms; }

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
    -webkit-transition-delay: 1050ms;
            transition-delay: 1050ms; }

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  -webkit-transition-duration: 1100ms;
          transition-duration: 1100ms; }

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
    -webkit-transition-delay: 1100ms;
            transition-delay: 1100ms; }

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  -webkit-transition-duration: 1150ms;
          transition-duration: 1150ms; }

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
    -webkit-transition-delay: 1150ms;
            transition-delay: 1150ms; }

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  -webkit-transition-duration: 1200ms;
          transition-duration: 1200ms; }

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
    -webkit-transition-delay: 1200ms;
            transition-delay: 1200ms; }

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  -webkit-transition-duration: 1250ms;
          transition-duration: 1250ms; }

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
    -webkit-transition-delay: 1250ms;
            transition-delay: 1250ms; }

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  -webkit-transition-duration: 1300ms;
          transition-duration: 1300ms; }

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
    -webkit-transition-delay: 1300ms;
            transition-delay: 1300ms; }

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  -webkit-transition-duration: 1350ms;
          transition-duration: 1350ms; }

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
    -webkit-transition-delay: 1350ms;
            transition-delay: 1350ms; }

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  -webkit-transition-duration: 1400ms;
          transition-duration: 1400ms; }

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
    -webkit-transition-delay: 1400ms;
            transition-delay: 1400ms; }

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  -webkit-transition-duration: 1450ms;
          transition-duration: 1450ms; }

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
    -webkit-transition-delay: 1450ms;
            transition-delay: 1450ms; }

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  -webkit-transition-duration: 1500ms;
          transition-duration: 1500ms; }

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
    -webkit-transition-delay: 1500ms;
            transition-delay: 1500ms; }

[data-aos] {
  pointer-events: none; }
  [data-aos].aos-animate {
    pointer-events: auto; }

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */ }
    html:not(.no-js) [data-aos^='fade'][data-aos^='fade'] {
      opacity: 0;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      transition-property: opacity, transform;
      transition-property: opacity, transform, -webkit-transform; }
      html:not(.no-js) [data-aos^='fade'][data-aos^='fade'].aos-animate {
        opacity: 1;
        -webkit-transform: none;
                transform: none; }
    html:not(.no-js) [data-aos='fade-up'] {
      -webkit-transform: translate3d(0, 100px, 0);
              transform: translate3d(0, 100px, 0); }
    html:not(.no-js) [data-aos='fade-down'] {
      -webkit-transform: translate3d(0, -100px, 0);
              transform: translate3d(0, -100px, 0); }
    html:not(.no-js) [data-aos='fade-right'] {
      -webkit-transform: translate3d(-100px, 0, 0);
              transform: translate3d(-100px, 0, 0); }
    html:not(.no-js) [data-aos='fade-left'] {
      -webkit-transform: translate3d(100px, 0, 0);
              transform: translate3d(100px, 0, 0); }
    html:not(.no-js) [data-aos='fade-up-right'] {
      -webkit-transform: translate3d(-100px, 100px, 0);
              transform: translate3d(-100px, 100px, 0); }
    html:not(.no-js) [data-aos='fade-up-left'] {
      -webkit-transform: translate3d(100px, 100px, 0);
              transform: translate3d(100px, 100px, 0); }
    html:not(.no-js) [data-aos='fade-down-right'] {
      -webkit-transform: translate3d(-100px, -100px, 0);
              transform: translate3d(-100px, -100px, 0); }
    html:not(.no-js) [data-aos='fade-down-left'] {
      -webkit-transform: translate3d(100px, -100px, 0);
              transform: translate3d(100px, -100px, 0); }
    html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'] {
      opacity: 0;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      transition-property: opacity, transform;
      transition-property: opacity, transform, -webkit-transform; }
      html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(1);
                transform: translate3d(0, 0, 0) scale(1); }
    html:not(.no-js) [data-aos='zoom-in'] {
      -webkit-transform: scale(0.6);
              transform: scale(0.6); }
    html:not(.no-js) [data-aos='zoom-in-up'] {
      -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
              transform: translate3d(0, 100px, 0) scale(0.6); }
    html:not(.no-js) [data-aos='zoom-in-down'] {
      -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
              transform: translate3d(0, -100px, 0) scale(0.6); }
    html:not(.no-js) [data-aos='zoom-in-right'] {
      -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
              transform: translate3d(-100px, 0, 0) scale(0.6); }
    html:not(.no-js) [data-aos='zoom-in-left'] {
      -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
              transform: translate3d(100px, 0, 0) scale(0.6); }
    html:not(.no-js) [data-aos='zoom-out'] {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
    html:not(.no-js) [data-aos='zoom-out-up'] {
      -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
              transform: translate3d(0, 100px, 0) scale(1.2); }
    html:not(.no-js) [data-aos='zoom-out-down'] {
      -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
              transform: translate3d(0, -100px, 0) scale(1.2); }
    html:not(.no-js) [data-aos='zoom-out-right'] {
      -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
              transform: translate3d(-100px, 0, 0) scale(1.2); }
    html:not(.no-js) [data-aos='zoom-out-left'] {
      -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
              transform: translate3d(100px, 0, 0) scale(1.2); }
    html:not(.no-js) [data-aos^='slide'][data-aos^='slide'] {
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      visibility: hidden; }
      html:not(.no-js) [data-aos^='slide'][data-aos^='slide'].aos-animate {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
    html:not(.no-js) [data-aos='slide-up'] {
      -webkit-transform: translate3d(0, 100%, 0);
              transform: translate3d(0, 100%, 0); }
    html:not(.no-js) [data-aos='slide-down'] {
      -webkit-transform: translate3d(0, -100%, 0);
              transform: translate3d(0, -100%, 0); }
    html:not(.no-js) [data-aos='slide-right'] {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); }
    html:not(.no-js) [data-aos='slide-left'] {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); }
    html:not(.no-js) [data-aos^='flip'][data-aos^='flip'] {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform; }
    html:not(.no-js) [data-aos='flip-left'] {
      -webkit-transform: perspective(2500px) rotateY(-100deg);
              transform: perspective(2500px) rotateY(-100deg); }
      html:not(.no-js) [data-aos='flip-left'].aos-animate {
        -webkit-transform: perspective(2500px) rotateY(0);
                transform: perspective(2500px) rotateY(0); }
    html:not(.no-js) [data-aos='flip-right'] {
      -webkit-transform: perspective(2500px) rotateY(100deg);
              transform: perspective(2500px) rotateY(100deg); }
      html:not(.no-js) [data-aos='flip-right'].aos-animate {
        -webkit-transform: perspective(2500px) rotateY(0);
                transform: perspective(2500px) rotateY(0); }
    html:not(.no-js) [data-aos='flip-up'] {
      -webkit-transform: perspective(2500px) rotateX(-100deg);
              transform: perspective(2500px) rotateX(-100deg); }
      html:not(.no-js) [data-aos='flip-up'].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
                transform: perspective(2500px) rotateX(0); }
    html:not(.no-js) [data-aos='flip-down'] {
      -webkit-transform: perspective(2500px) rotateX(100deg);
              transform: perspective(2500px) rotateX(100deg); }
      html:not(.no-js) [data-aos='flip-down'].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
                transform: perspective(2500px) rotateX(0); } }

.vc_row {
  position: relative; }

.vc_row[data-vc-full-width], .vc_section[data-vc-full-width] {
  opacity: 0; }
  .vc_row[data-vc-full-width].vc_row-loaded, .vc_section[data-vc-full-width].vc_row-loaded {
    opacity: 1; }

.verne-parallax, .extended_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  left: 0;
  right: 0; }

.row-image-overlay {
  position: absolute !important;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.remove-gap > .vc_column_container > .vc_column-inner {
  padding: 0; }

.remove-gap .mosaic-item {
  margin-bottom: 0; }

.pattern_bg {
  background-size: auto; }

.column-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.column-overlay.column-hoverable {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s; }

.vc_column-inner:hover .column-overlay.column-hoverable {
  background-color: transparent !important; }

.vc_column-inner:hover .column-overlay-hover {
  opacity: 1; }

.column-overlay-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.wpb_wrapper {
  position: relative;
  z-index: 1; }

.vc_column-inner {
  position: relative; }

.vc_row {
  position: relative; }
  .vc_row.vc_column-gap-inner-100 > .vc_column_container > .vc_column-inner {
    padding: 50px; }
    .vc_row.vc_column-gap-inner-100 > .vc_column_container > .vc_column-inner .vc_inner {
      margin-left: -50px;
      margin-right: -50px; }
      .vc_row.vc_column-gap-inner-100 > .vc_column_container > .vc_column-inner .vc_inner > .vc_column_container {
        padding: 0 50px; }
        .vc_row.vc_column-gap-inner-100 > .vc_column_container > .vc_column-inner .vc_inner > .vc_column_container > .vc_column-inner {
          padding-left: 0;
          padding-right: 0; }

@media (max-width: 991.98px) {
  div.vc_row {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

@media (max-width: 991.98px) {
  .vc_row:not(.vc_row-no-padding) > .wpb_column > .vc_column-inner {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

@media (max-width: 991.98px) {
  .vc_row.remove-mobile-margin, .vc_column_container.remove-mobile-margin > .vc_column-inner {
    margin-bottom: 0px !important;
    margin-top: 0px !important; } }

@media (max-width: 991.98px) {
  .vc_row.vc_row-no-padding > .wpb_column > .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

div.vc_row {
  margin-left: -20px;
  margin-right: -20px; }

div.vc_column_container > .vc_column-inner {
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 992px) {
  div.vc_row.lg_gutter {
    padding-left: 20px;
    padding-right: 20px; } }

.verne-parallax, .extended_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  left: 0;
  right: 0; }

.row-image-overlay {
  position: absolute !important;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.row-slides {
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0; }

.vegas-overlay {
  opacity: .5;
  background: transparent url("overlays/02.png") center center repeat; }

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px; }

.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  -webkit-transition: width ease-out;
  transition: width ease-out; }

.vegas-timer-running .vegas-timer-progress {
  width: 100%; }

.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity; }

body .vegas-container {
  overflow: hidden !important;
  position: relative; }

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2; }

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1; }

/* Target Safari IOS7+ in order to add 76px */
/*******************************************/
/* blur transition */
/*******************************************/
.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  -webkit-filter: blur(32px) brightness(1.01);
  filter: blur(32px) brightness(1.01); }

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  -webkit-filter: blur(0px) brightness(1.01);
  filter: blur(0px) brightness(1.01); }

.vegas-transition-blur2-out {
  opacity: 0; }

/*******************************************/
/* burn transition */
/*******************************************/
.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%); }

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  -webkit-filter: contrast(100%) saturate(100%);
  filter: contrast(100%) saturate(100%); }

.vegas-transition-burn2-out {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%); }

/*******************************************/
/* fade transition */
/*******************************************/
.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0; }

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1; }

.vegas-transition-fade2-out {
  opacity: 0; }

/*******************************************/
/* flash transition */
/*******************************************/
.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25); }

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1); }

.vegas-transition-flash2-out {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25); }

/*******************************************/
/* negative transition */
/*******************************************/
.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%); }

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  -webkit-filter: invert(0);
  filter: invert(0); }

.vegas-transition-negative2-out {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%); }

/*******************************************/
/* slideDown transition */
/*******************************************/
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

.vegas-transition-slideDown2-out {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

/*******************************************/
/* slideLeft transition */
/*******************************************/
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

.vegas-transition-slideLeft2-out {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

/*******************************************/
/* slideRight transition */
/*******************************************/
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

.vegas-transition-slideRight2-out {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

/*******************************************/
/* slideUp transition */
/*******************************************/
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

.vegas-transition-slideUp2-out {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

/*******************************************/
/* swirlLeft transition */
/*******************************************/
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0; }

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1; }

.vegas-transition-swirlLeft2-out {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0; }

/*******************************************/
/* swirlRight transition */
/*******************************************/
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0; }

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1; }

.vegas-transition-swirlRight2-out {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0; }

/*******************************************/
/* zoomIn transition */
/*******************************************/
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.vegas-transition-zoomIn2-out {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0; }

/*******************************************/
/* zoomOut transition */
/*******************************************/
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0; }

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.vegas-transition-zoomOut2-out {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  animation: kenburns ease-out; }

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out; }

@-webkit-keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out; }

@-webkit-keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out; }

@-webkit-keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out; }

@-webkit-keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out; }

@-webkit-keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out; }

@-webkit-keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out; }

@-webkit-keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out; }

@-webkit-keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

.tp-hotel-booking.owl-carousel {
  margin: 0 -20px; }
  .tp-hotel-booking.owl-carousel .col-12 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

@media (max-width: 1199.98px) {
  .hb_single_room .verne-flex-wrapper {
    display: block; }
  .hb_single_room .verne-price {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
  .hb_single_room .verne-room {
    margin-bottom: 40px; } }

@media (min-width: 992px) {
  .hb_single_room .verne-el-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    padding: 0 80px; } }

.hb_single_room_details {
  margin-bottom: 80px; }

#hb_room_reviews {
  margin-top: 80px; }
  #hb_room_reviews #reviews > #review_form_wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%; }
  #hb_room_reviews #reviews textarea {
    width: 100%;
    background: transparent; }
  #hb_room_reviews #reviews ol {
    list-style: none;
    padding: 0; }
  #hb_room_reviews #reviews .comment_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    #hb_room_reviews #reviews .comment_container .meta {
      margin-left: 60px;
      margin-top: -5px;
      margin-bottom: 15px; }
      #hb_room_reviews #reviews .comment_container .meta span {
        display: inline-block;
        margin-bottom: 0; }
        #hb_room_reviews #reviews .comment_container .meta span.fn {
          font-weight: bold; }
      #hb_room_reviews #reviews .comment_container .meta time {
        display: block;
        line-height: 1; }
  #hb_room_reviews #reviews .form-submit {
    text-align: right; }
  #hb_room_reviews #reviews .avatar {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0; }
  #hb_room_reviews #reviews #comments h2, #hb_room_reviews #reviews .comment-respond {
    margin-bottom: 30px; }
  #hb_room_reviews #reviews .comment-form {
    overflow: hidden; }
    #hb_room_reviews #reviews .comment-form label {
      text-transform: uppercase;
      font-size: 14px; }
    #hb_room_reviews #reviews .comment-form input:not(.btn), #hb_room_reviews #reviews .comment-form textarea {
      border: 1px solid #ddd; }
  #hb_room_reviews #reviews .comment-form-author, #hb_room_reviews #reviews .comment-form-email {
    width: 50%;
    float: left; }
    #hb_room_reviews #reviews .comment-form-author > *, #hb_room_reviews #reviews .comment-form-email > * {
      display: block; }
  #hb_room_reviews #reviews .comment-form-author input {
    width: calc(100% - 5px); }
  #hb_room_reviews #reviews .comment-form-email input {
    width: calc(100% - 5px);
    margin-left: 5px; }
  #hb_room_reviews #reviews .comment-form-cookies-consent > * {
    display: initial; }
  #hb_room_reviews #reviews .comment-form-cookies-consent label {
    text-transform: none;
    margin-left: 10px; }
  #hb_room_reviews .separator {
    margin-bottom: 80px; }

.hb_related_other_room .decor-wrapper {
  margin: 60px 0; }

.rooms .verne-el-wrapper {
  position: relative; }

.rooms .rating {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.tp-hotel-booking .star-rating {
  float: right;
  position: relative;
  width: 75px;
  height: 18px;
  line-height: 1; }

.tp-hotel-booking .star-rating:before,
.tp-hotel-booking .star-rating span:before {
  content: "\e601\e601\e601\e601\e601";
  color: var(--verne-primary);
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  font-family: hotel-booking-star; }

.tp-hotel-booking .star-rating span:before {
  content: "\e600\e600\e600\e600\e600"; }

.tp-hotel-booking .star-rating span {
  overflow: hidden;
  position: relative;
  display: inline-block;
  height: 18px; }

.form-input-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-input-rating label {
    margin-bottom: 0;
    margin-right: 10px; }
  .form-input-rating > * {
    margin-bottom: 20px; }

.hb-rating-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  width: 75px; }

.rating-input {
  width: 20%;
  height: 18px;
  display: inline-block;
  position: relative;
  line-height: 1; }

.rating-input:hover {
  cursor: pointer; }

.rating-input:before {
  content: "\e601";
  color: #ffb606;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  font-family: hotel-booking-star;
  font-size: initial; }

.rating-input.high-light:before {
  content: "\e600"; }

.rating-input span {
  display: inline-block;
  height: 18px;
  overflow: hidden;
  position: relative; }

.rating-input.mousedown span:before {
  color: #000; }

.hb-form .hb_table {
  width: 100%;
  text-align: right; }
  .hb-form .hb_table th {
    text-align: center; }
  .hb-form .hb_table .hb_checkout_item {
    text-align: center; }
  .hb-form .hb_table .hb_gross_total {
    text-align: right; }
  .hb-form .hb_table .hb_room_type {
    text-align: left; }
  .hb-form .hb_table input {
    width: auto;
    margin-right: 10px; }
  .hb-form .hb_table .hb-align-right {
    font-weight: 700;
    margin-left: 10px;
    margin-bottom: 0; }

.hb-form ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.hb-form input[type=text], .hb-form input[type=email], .hb-form select {
  width: 100%;
  padding: 5px 10px; }

.hb-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 1px solid #dfdfdf;
  background: transparent; }

.hb-form .hb-form-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0; }
  .hb-form .hb-form-table .hb-form-field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 10px; }
    .hb-form .hb-form-table .hb-form-field:first-child {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
    .hb-form .hb-form-table .hb-form-field input, .hb-form .hb-form-table .hb-form-field select {
      border: 1px solid #dfdfdf;
      line-height: inherit; }

.hb-form .hb_table_wrapper {
  margin: 40px 0 40px; }

.hb-form .hb-payment-methods {
  padding: 20px 0 40px; }
  .hb-form .hb-payment-methods input {
    width: auto;
    margin-right: 10px; }
  .hb-form .hb-payment-methods li {
    padding: 5px 0; }
    .hb-form .hb-payment-methods li label {
      margin: 0; }
    .hb-form .hb-payment-methods li div {
      font-size: 0.875rem;
      margin-left: 30px; }

.hb-form .hb-addition-information textarea {
  width: 100%;
  border: 1px solid #dfdfdf; }

.hb-form .hb-addition-information input {
  width: auto;
  margin-right: 10px; }

.hb-form button {
  width: 100%; }

.hb-search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 40px -20px; }
  .hb-search-results > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    padding: 0 20px; }
    .hb-search-results > li img {
      width: 100%;
      height: auto; }

#hotel-booking-results h3 {
  display: none; }

.hb_view_price .hb_search_room_item_detail_price_close {
  display: none; }

.hb_view_price .hb-booking-room-details {
  display: none; }

.hb_view_price--active .hb-booking-room-details {
  display: block;
  margin-top: 20px; }

.hb-booking-room-capacity {
  margin: 10px 0 30px;
  font-size: 0.875rem; }

.hb_view_price {
  text-align: left;
  margin-top: -10px;
  font-size: 0.875rem;
  padding: 0 20px;
  opacity: 0.7; }
  .hb_view_price a {
    background-image: none !important; }

body.wp-hotel-booking-search-rooms .verne-search-form-wrapper, body.post-type-archive-hb_room .verne-search-form-wrapper {
  margin: 0 0 60px;
  padding: 60px 0;
  background: #f9f9f9; }
  body.wp-hotel-booking-search-rooms .verne-search-form-wrapper h3, body.post-type-archive-hb_room .verne-search-form-wrapper h3 {
    margin-bottom: 20px; }

#hotel_booking_room_hidden {
  min-width: auto; }
  #hotel_booking_room_hidden .hb-search-results-form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #hotel_booking_room_hidden .hb-search-results-form-container .hb-booking-room-form-group {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33%;
              flex: 0 0 33%;
      margin: 0;
      padding: 10px 10px 0; }
      #hotel_booking_room_hidden .hb-search-results-form-container .hb-booking-room-form-group > div {
        width: 100%; }
        #hotel_booking_room_hidden .hb-search-results-form-container .hb-booking-room-form-group > div input {
          width: 100%;
          text-align: center; }
      #hotel_booking_room_hidden .hb-search-results-form-container .hb-booking-room-form-group .hb_button {
        width: 100%;
        text-align: center; }
      @media (max-width: 767.98px) {
        #hotel_booking_room_hidden .hb-search-results-form-container .hb-booking-room-form-group {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }
  #hotel_booking_room_hidden .hb-booking-room-form-footer .hb_previous_step {
    color: inherit; }

.hb-select-extra-results ul {
  list-style: none;
  padding: 0; }
  .hb-select-extra-results ul li {
    position: relative; }
    .hb-select-extra-results ul li input[type=checkbox] {
      position: absolute;
      top: 10px;
      left: 0; }
  .hb-select-extra-results ul .hb_package_title {
    margin-left: 40px; }
  .hb-select-extra-results ul p.description {
    margin-left: 40px; }

#booking-customer ul.hb-form-table {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #booking-customer ul.hb-form-table li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    #booking-customer ul.hb-form-table li:first-child {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
    @media (max-width: 767.98px) {
      #booking-customer ul.hb-form-table li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  #booking-customer ul.hb-form-table label {
    font-weight: 700; }

.hotel_booking_mini_cart .hb_mini_cart_price_packages ul {
  list-style: none;
  padding: 0;
  border-left: 1px solid #ddd; }
  .hotel_booking_mini_cart .hb_mini_cart_price_packages ul li {
    padding: 0 0 0 20px; }

.verne-flex-wrapper {
  position: relative; }
  .verne-flex-wrapper.room-style-2 {
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px; }

.verne-slider-absolute {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1; }
  .verne-slider-absolute a {
    position: relative; }
    .verne-slider-absolute a span {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: center center; }
  .verne-slider-absolute:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 2;
    opacity: 0.45; }

.rooms.tp-hotel-booking {
  max-width: 100%; }

/** Input type date style **/
.ui-datepicker.ui-widget {
  z-index: 9999;
  display: none;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  padding: 8px; }
  .ui-datepicker.ui-widget .ui-datepicker-header {
    background: transparent;
    border: 0; }
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev,
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next {
      background: transparent;
      background-repeat: no-repeat;
      background-size: 75% 75%;
      background-position: center center;
      border: 0;
      cursor: pointer;
      width: 20px;
      height: 30px;
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      -webkit-opacity: 0.5;
      opacity: 0.5;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
      filter: alpha(opacity=50);
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev span,
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next span {
      display: none; }
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev:hover,
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next:hover {
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
      filter: alpha(opacity=100); }
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev {
      float: left;
      left: 0;
      right: auto;
      top: 4px;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==); }
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
      float: right;
      right: 0;
      top: 4px;
      left: auto; }
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title {
      color: #2a2a2a;
      padding: 5px 3px;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700; 
	  text-align: center;
    margin: 0px 24px;
	  }
	  
  .ui-datepicker.ui-widget .ui-datepicker-calendar {
    border: 0;
    margin-bottom: 24px; }
    .ui-datepicker.ui-widget .ui-datepicker-calendar th {
      color: #999;
      font-size: 12px;
      line-height: 25px;
      font-weight: 700;
      text-align: center; }
      .ui-datepicker.ui-widget .ui-datepicker-calendar th span {
        cursor: help;
        border-bottom: 1px dotted #777; }
    .ui-datepicker.ui-widget .ui-datepicker-calendar td {
      border: 0;
      height: 27px;
      overflow: hidden; }
      .ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-state-disabled {
        border: 0; 
		background: #FFF;
		color: #f7f7f7;
	}
      .ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-state-disabled .ui-state-default {
		background: #f9f9f9;
		color: #CCCCCC;
		cursor: arrow;
	}
	.ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-state-disabled .ui-state-default:hover {
        background: #f9f9f9;
        color: #CCCCCC; 
		cursor: arrow;
   }
    .ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default {
      cursor: pointer;
      display: block;
      outline: 0;
      border: 0;
      margin: 0;
      width: 100%;
      padding: 5px;
      color: #666;
      font-size: 12px;
      line-height: 17px;
      text-align: right;
      background: #f5f5f5; }
      .ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default:hover {
        color: #fff;
        background: #ffb606; }

.verne-minicart {
  z-index: 9999;
  position: fixed;
  right: 20px;
  bottom: 78px;
  width: 400px;
  background: #fff;
  padding: 40px 40px 20px 40px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 22px 70px 4px rgba(0, 0, 0, 0.18);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 22px 70px 4px rgba(0, 0, 0, 0.18);
  font-size: 0.875rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .verne-minicart .hb_mini_cart_item {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px; }
    .verne-minicart .hb_mini_cart_item:nth-last-child(2) {
      border: none;
      padding-bottom: 0; }
  .verne-minicart .hb_mini_cart_remove {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer; }
  .verne-minicart label {
    margin: 0; }
  .verne-minicart .hb_view_cart {
    text-transform: none;
    font-size: 1rem;
    padding-bottom: 0; }
  .verne-minicart--active {
    opacity: 1;
    pointer-events: auto; }
  @media (max-width: 767.98px) {
    .verne-minicart {
      width: auto;
      left: 20px; } }

.verne-minicart-open {
  z-index: 9999;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2rem;
  background: var(--verne-accent);
  color: #fff;
  padding: 10px 20px;
  cursor: pointer; }
  .verne-minicart-open--active {
    opacity: 1;
    pointer-events: auto; }
  .verne-minicart-open svg {
    margin-right: 20px; }
  .verne-minicart-open--cart-active {
    width: 400px; }
    .verne-minicart-open--cart-active .verne-minicart-open__close {
      display: block; }
    @media (max-width: 767.98px) {
      .verne-minicart-open--cart-active {
        width: auto;
        left: 20px; } }
  .verne-minicart-open__close {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    text-align: right;
    display: none; }

.verne-hotel-booking .hotel-booking-search {
  position: relative;
  background: transparent; }
  .verne-hotel-booking .hotel-booking-search > p {
    margin-bottom: 1.25rem; }

.verne-hotel-booking.booking-style-1 .hotel-booking-search {
  margin-bottom: 0;
  padding: 0; }
  .verne-hotel-booking.booking-style-1 .hotel-booking-search:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .verne-hotel-booking.booking-style-1 .hotel-booking-search input, .verne-hotel-booking.booking-style-1 .hotel-booking-search textarea, .verne-hotel-booking.booking-style-1 .hotel-booking-search select {
    background: none;
    border: none; }
  .verne-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table {
    padding: 0;
    margin: 0 -.625rem; }
    .verne-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table label {
      display: block;
      margin-bottom: 0; }
    .verne-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field {
      display: block; }
      .verne-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field label {
        font-size: .875rem;
        opacity: .8; }
      .verne-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field > div {
        margin: 0 .625rem;
        border-bottom: .125rem solid; }
    .verne-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      position: relative;
      cursor: pointer;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative; }
      .verne-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input i {
        opacity: .3; }
      .verne-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input select {
        position: absolute;
        height: 100%;
        min-width: auto;
        left: 0;
        right: 0;
        z-index: 1;
        cursor: pointer;
        opacity: 0; }
      .verne-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input input.hb_input_date_check {
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        min-width: auto;
        cursor: pointer; }
      .verne-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input:after {
        display: none; }
      .verne-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input .day, .verne-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input .capacity, .verne-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input .month, .verne-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input .year {
        font-size: 1rem;
        line-height: 2.375rem; }
      .verne-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input .capacity {
        margin-right: 0;
        margin-left: 0; }
      .verne-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input .day:after {
        content: ","; }
      .verne-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input .day, .verne-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input .month {
        margin-right: 4px; }
      .verne-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input svg {
        width: 1.125rem;
        height: 1.125rem;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -.625rem;
        stroke: currentColor;
        fill: currentColor; }
      .verne-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input .hb-select__group {
        width: 3.125rem;
        height: 100%;
        position: absolute;
        right: 1.5625rem;
        top: 50%;
        top: 0; }

@media (max-width: 991.98px) {
  .verne-hotel-booking.booking-style-1 {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.verne-hotel-booking.booking-style-1 .hb-form-table, .verne-hotel-booking.booking-style-1 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0;
  margin-right: 0; }
  .verne-hotel-booking.booking-style-1 .hb-form-table > *, .verne-hotel-booking.booking-style-1 form > * {
    margin-bottom: 0; }

.verne-hotel-booking.booking-style-1 .hb-form-table {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  @media (max-width: 767.98px) {
    .verne-hotel-booking.booking-style-1 .hb-form-table {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .verne-hotel-booking.booking-style-1 .hb-form-table li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 4);
            flex: 0 1 calc(100% / 4); }
    @media (max-width: 767.98px) {
      .verne-hotel-booking.booking-style-1 .hb-form-table li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        padding: .625rem 0; }
        .verne-hotel-booking.booking-style-1 .hb-form-table li:nth-child(2) {
          border-right: none !important; } }

.verne-hotel-booking.booking-style-1 form[name="hb-search-form"] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  @media (max-width: 767.98px) {
    .verne-hotel-booking.booking-style-1 form[name="hb-search-form"] {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .verne-hotel-booking.booking-style-1 form[name="hb-search-form"] .hb-form-table {
        margin-bottom: 30px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .verne-hotel-booking.booking-style-1 form[name="hb-search-form"] {
      display: block; }
      .verne-hotel-booking.booking-style-1 form[name="hb-search-form"] .hb-form-table {
        margin-bottom: 30px; }
      .verne-hotel-booking.booking-style-1 form[name="hb-search-form"] .hb-submit {
        width: 100%;
        margin-left: 0 !important; }
        .verne-hotel-booking.booking-style-1 form[name="hb-search-form"] .hb-submit > button {
          width: 100% !important; } }
  .verne-hotel-booking.booking-style-1 form[name="hb-search-form"] .hb-submit {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .verne-hotel-booking.booking-style-1 form[name="hb-search-form"] .hb-submit button {
      width: auto;
      font-size: .75rem; }
      @media (max-width: 767.98px) {
        .verne-hotel-booking.booking-style-1 form[name="hb-search-form"] .hb-submit button {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          width: 100%; } }
    @media (max-width: 767.98px) {
      .verne-hotel-booking.booking-style-1 form[name="hb-search-form"] .hb-submit {
        margin-left: 0 !important;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%; } }

.verne_countdown {
  text-align: center; }
  .verne_countdown .show7 .verne_countdown-section {
    width: calc(100%/7); }
  .verne_countdown .show6 .verne_countdown-section {
    width: calc(100%/6); }
  .verne_countdown .show5 .verne_countdown-section {
    width: 20%; }
  .verne_countdown .show4 .verne_countdown-section {
    width: 25%; }
  .verne_countdown .show3 .verne_countdown-section {
    width: calc(100%/3); }
  .verne_countdown .show2 .verne_countdown-section {
    width: 50%; }
  @media (max-width: 767.98px) {
    .verne_countdown .verne_countdown-div {
      text-align: center !important; }
    .verne_countdown .verne_countdown-section {
      width: 100% !important;
      display: block; } }
  .verne_countdown .verne_countdown-row {
    display: block; }
  .verne_countdown .verne_countdown-section {
    display: inline-block; }
    .verne_countdown .verne_countdown-section:last-of-type {
      padding-right: none; }
    .verne_countdown .verne_countdown-section .verne_countdown-amount {
      font-size: 4.5rem;
      letter-spacing: 1px;
      display: block;
      font-weight: bold;
      line-height: 1em; }
    .verne_countdown .verne_countdown-section .verne_countdown-period {
      font-size: .875rem;
      text-transform: uppercase;
      letter-spacing: 2px; }

.verne-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 0; }
  .verne-cta .title {
    margin-bottom: 1.25rem; }
    .verne-cta .title:empty {
      margin-bottom: 0 !important; }
  .verne-cta .verne-cta-btn, .verne-cta .btn {
    margin: 0; }
  .verne-cta .verne-cta-text > p:last-of-type {
    margin-bottom: 0; }
  .verne-cta.verne-cta-right, .verne-cta.verne-cta-left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .verne-cta.verne-cta-right .verne-cta-btn {
    margin-left: 2.5rem; }
  .verne-cta.verne-cta-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .verne-cta.verne-cta-left .verne-cta-btn {
      margin-right: 2.5rem; }
  .verne-cta.verne-cta-top, .verne-cta.verne-cta-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .verne-cta.verne-cta-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .verne-cta.verne-cta-top .verne-cta-btn {
      margin-bottom: 1.875rem; }
  .verne-cta.verne-cta-bottom .verne-cta-btn {
    margin-top: 1.875rem; }
  @media (max-width: 767.98px) {
    .verne-cta .verne-cta-text > h5 {
      margin-bottom: .625rem !important; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .verne-cta .verne-cta-text > h5 {
      margin-bottom: .3125rem !important; } }
  @media (max-width: 991.98px) {
    .verne-cta.verne-cta-right {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: inherit;
          -ms-flex-align: inherit;
              align-items: inherit; }
      .verne-cta.verne-cta-right .verne-cta-btn {
        margin-top: 1.875rem; }
    .verne-cta.verne-cta-left {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: inherit;
          -ms-flex-align: inherit;
              align-items: inherit; }
      .verne-cta.verne-cta-left .verne-cta-btn {
        margin-bottom: 1.875rem; } }

.verne-presentation-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .verne-presentation-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .verne-presentation-box .presentation-box-content {
    position: relative; }
  .verne-presentation-box .img {
    background-size: cover;
    background-position: center center; }
  .verne-presentation-box img {
    display: none; }
  .verne-presentation-box.style-side .img, .verne-presentation-box.style-side .presentation-box-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%; }
  .verne-presentation-box.style-side .presentation-box-content {
    padding: 80px; }
  .verne-presentation-box.style-side.img-right .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .verne-presentation-box.style-overlapping .overlay {
    width: 25%; }
  .verne-presentation-box.style-overlapping .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    width: 60%; }
  .verne-presentation-box.style-overlapping .presentation-box-content {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem; }
  .verne-presentation-box.style-overlapping.img-left .presentation-box-content {
    margin-left: -80px; }
  .verne-presentation-box.style-overlapping.img-left .overlay {
    right: 40%;
    left: auto; }
  .verne-presentation-box.style-overlapping.img-right .presentation-box-content {
    margin-right: -80px; }
  .verne-presentation-box.style-overlapping.img-right .overlay {
    left: 40%;
    right: auto; }
  .verne-presentation-box.style-overlapping.img-right .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .verne-presentation-box.style-inside {
    background-size: cover;
    background-position: center center; }
    .verne-presentation-box.style-inside .img {
      display: none; }
    .verne-presentation-box.style-inside .presentation-box-content {
      margin: 40px;
      padding: 40px; }
  @media (max-width: 991.98px) {
    .verne-presentation-box {
      display: block !important; }
      .verne-presentation-box .img, .verne-presentation-box .overlay {
        display: none; }
      .verne-presentation-box img {
        display: block;
        height: auto; }
      .verne-presentation-box .presentation-box-content, .verne-presentation-box img {
        width: 100% !important; }
      .verne-presentation-box.style-inside {
        background: none !important;
        min-height: auto !important; }
        .verne-presentation-box.style-inside .overlay {
          display: block; }
        .verne-presentation-box.style-inside .presentation-box-content {
          padding: 20px;
          margin: 0 !important;
          position: absolute;
          bottom: 20px;
          width: auto !important; }
        .verne-presentation-box.style-inside.hor-flex-start .presentation-box-content {
          left: 20px; }
        .verne-presentation-box.style-inside.hor-center .presentation-box-content {
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
        .verne-presentation-box.style-inside.hor-flex-end .presentation-box-content {
          right: 20px; }
      .verne-presentation-box.style-side .presentation-box-content {
        padding: 20px; }
      .verne-presentation-box.style-overlapping .presentation-box-content {
        padding: 20px;
        margin: 0 !important; } }

.verne-box {
  height: 100%;
  position: relative;
  overflow: hidden; }
  .verne-box__background {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .verne-box__overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
  .verne-box__content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 180px 60px 60px; }
  .verne-box__subtitle {
    font-size: 22px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-transition: -webkit-transform 0.3s 0.1s;
    transition: -webkit-transform 0.3s 0.1s;
    transition: transform 0.3s 0.1s;
    transition: transform 0.3s 0.1s, -webkit-transform 0.3s 0.1s; }
  .verne-box__title {
    font-size: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0;
    -webkit-transition: -webkit-transform 0.3s .07s;
    transition: -webkit-transform 0.3s .07s;
    transition: transform 0.3s .07s;
    transition: transform 0.3s .07s, -webkit-transform 0.3s .07s; }
  .verne-box__description {
    font-size: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-transition: -webkit-transform 0.3s 0.05s;
    transition: -webkit-transform 0.3s 0.05s;
    transition: transform 0.3s 0.05s;
    transition: transform 0.3s 0.05s, -webkit-transform 0.3s 0.05s; }
    .verne-box__description *:last-child {
      margin-bottom: 0; }
  .verne-box__decorator {
    margin-top: 10px;
    margin-left: 5px;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    display: block;
    width: 100%; }
    .verne-box__decorator svg line, .verne-box__decorator svg rect {
      stroke: currentColor; }
  .verne-box__hover-decorator {
    margin-bottom: 10px;
    margin-left: 5px;
    -webkit-transition: opacity 0.3s 0.13s, -webkit-transform 0.3s 0.13s;
    transition: opacity 0.3s 0.13s, -webkit-transform 0.3s 0.13s;
    transition: transform 0.3s 0.13s, opacity 0.3s 0.13s;
    transition: transform 0.3s 0.13s, opacity 0.3s 0.13s, -webkit-transform 0.3s 0.13s;
    opacity: 0;
    display: block;
    width: 100%; }
    .verne-box__hover-decorator svg line, .verne-box__hover-decorator svg rect {
      stroke: currentColor; }
  .verne-box__link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4; }
  .verne-box:hover .verne-box__background {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.verne-frame {
  position: relative; }
  .verne-frame__content {
    padding: 60px; }
    .verne-frame__content > p:empty, .verne-frame__content > *:last-child {
      margin: 0; }
  .verne-frame__decorator {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute; }
    .verne-frame__decorator line, .verne-frame__decorator rect {
      stroke: currentColor; }
  .verne-frame:before, .verne-frame:after {
    content: '';
    background: currentColor;
    position: absolute; }
  .verne-frame--full {
    border: 5px solid; }
  .verne-frame--thin {
    border-width: 1px !important; }
    .verne-frame--thin:before {
      height: 1px !important; }
  .verne-frame--left-bottom {
    border-left: 5px solid transparent;
    border-top: 5px solid;
    border-bottom: 5px solid transparent;
    border-right: 5px solid; }
    .verne-frame--left-bottom:before {
      height: 5px;
      right: -5px;
      left: 50px;
      bottom: -5px; }
    .verne-frame--left-bottom:after {
      width: 5px;
      top: -5px;
      bottom: 50px;
      left: -5px; }
    .verne-frame--left-bottom .verne-frame__decorator {
      left: -22px;
      bottom: -22px; }
  .verne-frame--center-bottom {
    border-left: 5px solid;
    border-top: 5px solid;
    border-bottom: 5px solid transparent;
    border-right: 5px solid; }
    .verne-frame--center-bottom:before {
      height: 5px;
      left: -5px;
      right: 50%;
      bottom: -5px;
      margin-right: 40px; }
    .verne-frame--center-bottom:after {
      height: 5px;
      right: -5px;
      left: 50%;
      bottom: -5px;
      margin-left: 40px; }
    .verne-frame--center-bottom .verne-frame__decorator {
      left: 50%;
      bottom: -22px;
      margin-left: -19px; }
  .verne-frame--right-bottom {
    border-left: 5px solid;
    border-top: 5px solid;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent; }
    .verne-frame--right-bottom:before {
      height: 5px;
      left: -5px;
      right: 50px;
      bottom: -5px; }
    .verne-frame--right-bottom:after {
      width: 5px;
      top: -5px;
      bottom: 50px;
      right: -5px; }
    .verne-frame--right-bottom .verne-frame__decorator {
      right: -22px;
      bottom: -22px; }
    .verne-frame--right-bottom.verne-frame--thin .verne-frame__content {
      padding: 30px; }
    .verne-frame--right-bottom.verne-frame--thin:before {
      left: -1px;
      right: 30px;
      bottom: -1px; }
    .verne-frame--right-bottom.verne-frame--thin:after {
      width: 1px;
      top: -1px;
      bottom: 30px;
      right: -1px; }
    .verne-frame--right-bottom.verne-frame--thin .verne-frame__decorator {
      right: -11px;
      bottom: -10px; }
  .verne-frame--left-top {
    border-left: 5px solid transparent;
    border-bottom: 5px solid;
    border-top: 5px solid transparent;
    border-right: 5px solid; }
    .verne-frame--left-top:before {
      height: 5px;
      right: -5px;
      left: 50px;
      top: -5px; }
    .verne-frame--left-top:after {
      width: 5px;
      bottom: -5px;
      top: 50px;
      left: -5px; }
    .verne-frame--left-top .verne-frame__decorator {
      left: -22px;
      top: -22px; }
  .verne-frame--center-top {
    border-left: 5px solid;
    border-bottom: 5px solid;
    border-top: 5px solid transparent;
    border-right: 5px solid; }
    .verne-frame--center-top:before {
      height: 5px;
      left: -5px;
      right: 50%;
      top: -5px;
      margin-right: 40px; }
    .verne-frame--center-top:after {
      height: 5px;
      right: -5px;
      left: 50%;
      top: -5px;
      margin-left: 40px; }
    .verne-frame--center-top .verne-frame__decorator {
      left: 50%;
      top: -22px;
      margin-left: -19px; }
  .verne-frame--right-top {
    border-left: 5px solid;
    border-bottom: 5px solid;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent; }
    .verne-frame--right-top:before {
      height: 5px;
      left: -5px;
      right: 50px;
      top: -5px; }
    .verne-frame--right-top:after {
      width: 5px;
      bottom: -5px;
      top: 50px;
      right: -5px; }
    .verne-frame--right-top .verne-frame__decorator {
      right: -22px;
      top: -22px; }

.verne-full-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 100vh; }
  .verne-full-section > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .verne-full-section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 60px; }
    .verne-full-section__content--col {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .verne-full-section__content--row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
  .verne-full-section__header--decor .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .verne-full-section__header--decor .header-wrapper .arrow-decor {
      width: 40px;
      height: 1px;
      background: currentColor; }
    .verne-full-section__header--decor .header-wrapper .decor {
      margin-right: 30px; }
  .verne-full-section__header--vertical {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px; }
    .verne-full-section__header--vertical .header-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      white-space: nowrap;
      -webkit-transform-origin: center;
              transform-origin: center;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(-90deg);
              transform: translateX(-50%) translateY(-50%) rotateZ(-90deg);
      top: 0; }
    .verne-full-section__header--vertical h1 {
      margin-bottom: 0; }
  .verne-full-section__text p:last-child {
    margin-bottom: 0; }
  .verne-full-section__gallery {
    height: 100vh; }
    .verne-full-section__gallery .swiper-arrows {
      z-index: 2;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
    .verne-full-section__gallery:hover .swiper-arrows {
      opacity: 1;
      pointer-events: auto; }
    .verne-full-section__gallery .verne-carousel__arrows .arrow.arrow-prev {
      left: 10px; }
    .verne-full-section__gallery .verne-carousel__arrows .arrow.arrow-next {
      right: 10px; }
  .verne-full-section__image--bg {
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%; }
  .verne-full-section__image--src {
    max-height: 100%;
    max-width: 100%;
    padding: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .verne-full-section__image--src img {
      max-height: 100%;
      max-width: 100%; }
  @media (max-width: 991.98px) {
    .verne-full-section {
      display: block; }
      .verne-full-section > div {
        width: 100%; }
      .verne-full-section__header--vertical .header-wrapper {
        left: 0;
        -webkit-transform: translateX(0) translateY(0) rotateZ(0);
                transform: translateX(0) translateY(0) rotateZ(0);
        position: relative;
        margin-bottom: 30px; }
      .verne-full-section__image {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-left: auto;
        margin-right: auto; }
      .verne-full-section__content--row {
        display: block !important; }
      .verne-full-section .verne-full-section__content--row ~ .verne-full-section__gallery {
        height: auto; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .verne-full-section__header--vertical {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75px;
              flex: 0 0 75px; }
      .verne-full-section__header--vertical .header-wrapper {
        left: 0; } }

.verne-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .verne-gallery a {
    display: block;
    height: 100%; }
  .verne-gallery__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    background-size: cover;
    background-position: center center;
    margin-right: 20px; }
  .verne-gallery__thumbnails {
    max-width: 100px; }
  .verne-gallery__thumbnail {
    margin-bottom: 20px; }
    .verne-gallery__thumbnail:last-child {
      margin-bottom: 0; }
    .verne-gallery__thumbnail img {
      width: 100%;
      height: auto; }
  .verne-gallery.verne-gallery-grid {
    display: block;
    height: auto; }

.verne-gallery-masonry .grid-sizer, .verne-gallery-masonry .gutter-sizer {
  margin: 0 !important;
  padding: 0 !important; }

.verne-gallery-masonry .verne-gallery-item {
  position: relative;
  max-height: 100%; }

.verne-gallery-masonry .gallery-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 2; }
  .verne-gallery-masonry .gallery-link:focus {
    outline: none; }

.verne-gallery-masonry .image-wrapper, .verne-gallery-masonry .img-wrapper {
  overflow: visible !important;
  -webkit-transition: none !important;
  transition: none !important; }

.verne-gallery-masonry.verne-masonry .w1-h1 .image-wrapper {
  padding-bottom: 100%; }

.verne-gallery-masonry.verne-masonry .w2-h1 .image-wrapper {
  padding-bottom: 50%; }

.verne-gallery-masonry.verne-masonry .w2-h2 .image-wrapper {
  padding-bottom: 100%; }

.verne-gallery-masonry.verne-masonry .w1-h2 .image-wrapper {
  padding-bottom: 200%; }

.verne-gallery-masonry.verne-grid .image-wrapper {
  padding-bottom: 75%; }

.verne-gallery-masonry.show-gutter .w2-h1 .image-wrapper {
  padding-bottom: calc(50% - 20px); }

.verne-gallery-masonry.show-gutter .w1-h2 .image-wrapper {
  padding-bottom: calc(200% + 40px); }

.verne-gallery-masonry.verne-masonry-sd .w1-h1 .image-wrapper {
  padding-bottom: 100%; }

.verne-gallery-masonry.verne-masonry-sd .w2-h1 .image-wrapper {
  padding-bottom: 50%; }

.verne-gallery-masonry.verne-masonry-sd .w2-h2 .image-wrapper {
  padding-bottom: 100%; }

.verne-gallery-masonry.verne-masonry-sd .w1-h2 .image-wrapper {
  padding-bottom: 200%; }

.verne-gallery-masonry.verne-masonry-sd .w1-h1 {
  padding: 11% 2%; }

.verne-gallery-masonry.verne-masonry-sd .w1-h2 {
  padding: 10% 5%; }

.verne-gallery-masonry.verne-masonry-sd .w2-h1 {
  padding: 8% 6%; }

.verne-gallery-masonry.verne-masonry-sd .w2-h2 {
  padding: 9% 9%; }

.verne-gallery-masonry.verne-1-col article,
.verne-gallery-masonry.verne-1-col .grid-sizer,
.verne-gallery-masonry.verne-1-col .w1-h1 {
  width: 100% !important;
  height: auto; }

.verne-gallery-masonry.verne-1-col .w2-h1 {
  width: 100% !important;
  height: auto; }

.verne-gallery-masonry.verne-1-col .w2-h2 {
  width: 100% !important;
  height: auto; }

.verne-gallery-masonry.verne-1-col .w1-h2 {
  width: 100% !important;
  height: auto; }

.verne-gallery-masonry.verne-2-col article,
.verne-gallery-masonry.verne-2-col .grid-sizer,
.verne-gallery-masonry.verne-2-col .w1-h1 {
  width: 50%;
  height: auto; }

.verne-gallery-masonry.verne-2-col .w2-h1 {
  width: 50%;
  height: auto; }

.verne-gallery-masonry.verne-2-col .w2-h2 {
  width: 50%;
  height: auto; }

.verne-gallery-masonry.verne-2-col .w1-h2 {
  width: 50%;
  height: auto; }

.verne-gallery-masonry.verne-3-col article {
  width: calc(100% / 3);
  height: auto; }

.verne-gallery-masonry.verne-3-col .grid-sizer,
.verne-gallery-masonry.verne-3-col .w1-h1 {
  width: calc(100% / 3);
  height: auto; }

.verne-gallery-masonry.verne-3-col .w2-h1 {
  width: calc(100% / 1.5);
  height: auto; }

.verne-gallery-masonry.verne-3-col .w2-h2 {
  width: calc(100% / 1.5);
  height: auto; }

.verne-gallery-masonry.verne-3-col .w1-h2 {
  width: calc(100% / 3);
  height: auto; }

.verne-gallery-masonry.verne-4-col article {
  width: 25%;
  height: auto; }

.verne-gallery-masonry.verne-4-col .grid-sizer,
.verne-gallery-masonry.verne-4-col .w1-h1 {
  width: 25%;
  height: auto; }

.verne-gallery-masonry.verne-4-col .w2-h1 {
  width: 50%;
  height: auto; }

.verne-gallery-masonry.verne-4-col .w2-h2 {
  width: 50%;
  height: auto; }

.verne-gallery-masonry.verne-4-col .w1-h2 {
  width: 25%;
  height: auto; }

.verne-gallery-masonry.verne-5-col article {
  width: 20%;
  height: auto; }

.verne-gallery-masonry.verne-5-col .grid-sizer,
.verne-gallery-masonry.verne-5-col .w1-h1 {
  width: 20%;
  height: auto; }

.verne-gallery-masonry.verne-5-col .w2-h1 {
  width: 40%;
  height: auto; }

.verne-gallery-masonry.verne-5-col .w2-h2 {
  width: 40%;
  height: auto; }

.verne-gallery-masonry.verne-5-col .w1-h2 {
  width: 20%;
  height: auto; }

.verne-gallery-masonry.verne-6-col article {
  width: calc(100% / 6);
  height: auto; }

.verne-gallery-masonry.verne-6-col .grid-sizer,
.verne-gallery-masonry.verne-6-col .w1-h1 {
  width: calc(100% / 6);
  height: auto; }

.verne-gallery-masonry.verne-6-col .w2-h1 {
  width: calc(100% / 3);
  height: auto; }

.verne-gallery-masonry.verne-6-col .w2-h2 {
  width: calc(100% / 3);
  height: auto; }

.verne-gallery-masonry.verne-6-col .w1-h2 {
  width: calc(100% / 6);
  height: auto; }

.verne-gallery-masonry .gallery-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center; }

.verne-gallery-masonry img {
  width: 100%;
  height: auto; }

.verne-gallery-masonry.show-gutter {
  margin-left: -20px;
  margin-right: -20px; }
  .verne-gallery-masonry.show-gutter article {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .verne-gallery-masonry article, .verne-gallery-masonry .grid-sizer {
    width: 50% !important; } }

@media (max-width: 767.98px) {
  .verne-gallery-masonry article {
    width: 100% !important;
    padding-bottom: 20px !important; } }

.verne-gallery-masonry .verne-load-more-wrapper {
  margin-top: 30px; }

.verne-gallery.verne-gallery-element figure {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 10px 20px; }
  .verne-gallery.verne-gallery-element figure:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
  .verne-gallery.verne-gallery-element figure figcaption {
    font-size: 24px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s 0s, visibility 0s .2s;
    transition: opacity .2s 0s, visibility 0s .2s; }

.verne-gallery.verne-gallery-element .verne-gallery-item:hover figure:before {
  opacity: .5; }

.verne-gallery.verne-gallery-element .verne-gallery-item:hover figcaption {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .2s 0s, visibility 0s 0s;
  transition: opacity .2s 0s, visibility 0s 0s;
  position: relative; }

.mfp-container button {
  outline: none; }

.mfp-figure figcaption {
  margin-top: 0; }

.verne-gallery-carousel.swiper-container {
  overflow: visible;
  position: relative; }
  .verne-gallery-carousel.swiper-container .verne-gallery-carousel-wrapper {
    overflow: hidden; }
  .verne-gallery-carousel.swiper-container .swiper-slide {
    width: auto; }
    .verne-gallery-carousel.swiper-container .swiper-slide img {
      height: 100%;
      width: auto; }
    .verne-gallery-carousel.swiper-container .swiper-slide .b-lazy {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .verne-gallery-carousel.swiper-container .swiper-slide .verne-gallery-item {
      position: relative;
      max-height: 100%; }
      .verne-gallery-carousel.swiper-container .swiper-slide .verne-gallery-item .image-wrapper, .verne-gallery-carousel.swiper-container .swiper-slide .verne-gallery-item .img-wrapper {
        overflow: visible !important;
        -webkit-transition: none !important;
        transition: none !important; }
      .verne-gallery-carousel.swiper-container .swiper-slide .verne-gallery-item.loaded {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
    .verne-gallery-carousel.swiper-container .swiper-slide .gallery-link {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .verne-gallery-carousel.swiper-container .swiper-slide .gallery-lightbox a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .verne-gallery-carousel.swiper-container .swiper-slide .gallery-lightbox a:first-of-type {
        z-index: 2; }

.heading-with-separator .font-italic {
  margin-bottom: 0; }

.heading-with-separator .separator {
  margin-top: 30px;
  margin-bottom: 30px; }

.verne-price {
  position: relative;
  overflow: hidden;
  padding: 0 20px; }
  .verne-price__value {
    font-size: 2rem;
    line-height: 1; }
  .verne-price__description {
    padding: 20px 0;
    font-size: 14px;
    opacity: 0.6;
    text-transform: uppercase; }
  .verne-price__button {
    position: absolute;
    right: 0;
    bottom: 0; }
  .verne-price--framed .verne-price__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .verne-price--framed .verne-price__value span {
      display: inline-block; }
    .verne-price--framed .verne-price__value .verne-price__amount {
      -webkit-transform: translateY(50%);
              transform: translateY(50%); }
  .verne-price--framed .verne-price__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    right: 20px;
    bottom: 30px; }
    .verne-price--framed .verne-price__button .btn {
      display: inline-block;
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      padding-left: 30px;
      padding-right: 30px;
      background: var(--verne-accent); }
  .verne-price--framed .verne-price__line {
    display: none; }
  @media (max-width: 767.98px) {
    .verne-price {
      padding: 0; } }

.verne-pricing-table {
  border: 2px solid currentColor; }
  .verne-pricing-table.featured .pricing-content {
    border-bottom: 1px solid transparent; }
  .verne-pricing-table .price {
    margin-bottom: 0;
    padding-bottom: 0; }
  .verne-pricing-table .time-interval {
    font-size: .75rem;
    padding: 0;
    margin: 0 auto;
    background: transparent !important;
    text-transform: uppercase; }
  .verne-pricing-table .pricing-content {
    padding: 2.5rem;
    position: relative; }
    .verne-pricing-table .pricing-content h2 {
      margin-bottom: 5px;
      position: relative; }
    .verne-pricing-table .pricing-content:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: currentColor;
      opacity: .2; }
  .verne-pricing-table .price {
    font-size: 2.5rem;
    line-height: 1;
    position: relative;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px; }
    .verne-pricing-table .price > span {
      display: inline-block;
      vertical-align: top;
      font-weight: bold;
      margin-bottom: 0; }
    .verne-pricing-table .price .price-badge span {
      display: block; }
  .verne-pricing-table .price-desc {
    padding: 2.5rem 2.5rem 0; }
  .verne-pricing-table .desc {
    text-align: center;
    padding-bottom: 2.5rem; }
    .verne-pricing-table .desc ul {
      display: inline-block; }
  .verne-pricing-table .btn {
    margin-bottom: 2.5rem; }
  .verne-pricing-table.verne-pricing-table-2 {
    border: none; }
    .verne-pricing-table.verne-pricing-table-2 .price {
      padding-bottom: 0;
      margin-bottom: 0; }
    .verne-pricing-table.verne-pricing-table-2 .pricing-content {
      padding-bottom: 0; }
    .verne-pricing-table.verne-pricing-table-2 .price-desc {
      margin-top: 2.5rem;
      border-top: 1px solid; }
    .verne-pricing-table.verne-pricing-table-2.featured .price-desc {
      background: rgba(0, 0, 0, 0.08);
      border-top: 1px solid transparent; }

.hb-search-room-results .verne-price {
  margin-top: -60px; }

.verne-room {
  margin-bottom: 60px; }
  .verne-room__title {
    margin-bottom: 20px;
    padding: 0 20px; }
    .verne-room__title > span {
      display: none; }
    .verne-room__title a {
      background: none !important; }
    .verne-room__title h1 {
      margin: 0; }
  .verne-room__amenities {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 2.5rem;
    padding: 0; }
    .verne-room__amenities li {
      margin: .125rem 0;
      margin-right: 10px; }
    .verne-room__amenities--horizontal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .verne-room__amenities--horizontal li:before {
        margin-left: 2.5rem;
        margin-right: 2.5rem; }
  .verne-room__link {
    display: block;
    margin: 1.25rem 0 2.5rem;
    text-align: center; }
    .verne-room__link span {
      height: .6875rem;
      width: .9375rem;
      border: .0625rem solid;
      display: inline-block;
      vertical-align: middle;
      margin-left: 1.25rem;
      border-left-color: transparent;
      position: relative;
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
      .verne-room__link span:before {
        content: '';
        position: absolute;
        right: 50%;
        width: 1.25rem;
        top: 50%;
        height: .0625rem;
        background-color: currentColor;
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s; }
      .verne-room__link span.arrow-left {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg);
        margin-right: 1.25rem;
        margin-left: 0; }
        .verne-room__link span.arrow-left:before {
          margin-top: -0.0625rem; }
    .verne-room__link:hover span {
      -webkit-transform: translateX(0.3125rem);
              transform: translateX(0.3125rem); }
      .verne-room__link:hover span:before {
        -webkit-transform: translateX(0.3125rem);
                transform: translateX(0.3125rem); }
      .verne-room__link:hover span.arrow-left {
        -webkit-transform: rotate(-180deg) translateX(0.3125rem);
                transform: rotate(-180deg) translateX(0.3125rem); }
  .verne-room__image {
    margin-bottom: 20px; }
    .verne-room__image > div {
      position: relative;
      background-size: cover;
      background-position: center center;
      padding-top: 100%; }
    .verne-room__image a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: none !important; }
  .verne-room.swiper-slide .verne-room__amenities {
    margin-bottom: 0; }
  .verne-room--single .verne-room__link {
    margin-bottom: 0; }

.verne-room2 {
  margin-bottom: 40px;
  position: relative; }
  .verne-room2:hover .decor {
    opacity: 1;
    pointer-events: auto; }
  .verne-room2__link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%; }
  .verne-room2__image-wrapper img {
    width: 100%; }
  .verne-room2__text-wrapper {
    padding-top: 1.25rem; }
    .verne-room2__text-wrapper--overlap {
      margin-top: -2.5rem;
      padding-top: 0; }
    .verne-room2__text-wrapper .decor {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }

.hb_single_room img {
  width: 100%; }

.single-room-sidebar .verne-hotel-booking {
  background: #1e1f25;
  color: #fff;
  padding: 30px 40px 40px 40px;
  margin-bottom: 40px; }
  .single-room-sidebar .verne-hotel-booking form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .single-room-sidebar .verne-hotel-booking h3 {
    display: none; }
  .single-room-sidebar .verne-hotel-booking .hb-form-table {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .single-room-sidebar .verne-hotel-booking .hb-form-table li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      margin-bottom: 20px; }
      .single-room-sidebar .verne-hotel-booking .hb-form-table li:nth-child(1), .single-room-sidebar .verne-hotel-booking .hb-form-table li:nth-child(2) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
      .single-room-sidebar .verne-hotel-booking .hb-form-table li > div {
        border-bottom: none !important; }
        .single-room-sidebar .verne-hotel-booking .hb-form-table li > div label {
          margin-bottom: 5px !important; }
        .single-room-sidebar .verne-hotel-booking .hb-form-table li > div .hb-form-field-input {
          background: rgba(255, 255, 255, 0.05);
          padding: 0 10px; }
          .single-room-sidebar .verne-hotel-booking .hb-form-table li > div .hb-form-field-input svg {
            right: 10px !important;
            opacity: 0.5; }
  .single-room-sidebar .verne-hotel-booking .hb-submit {
    margin: 0 !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important; }
    .single-room-sidebar .verne-hotel-booking .hb-submit button {
      width: 100% !important; }

.single-room-sidebar #hb_room_load_booking_form {
  display: none; }

.single-room-sidebar .verne-price {
  text-align: center;
  background: var(--verne-accent);
  color: #fff; }

.single-room-sidebar .verne-price__value {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.5rem; }

.single-room-sidebar .widget {
  padding: 0 40px;
  margin-bottom: 40px; }
  .single-room-sidebar .widget .widget-title {
    font-size: 1rem;
    font-weight: 700;
    border-bottom: 1px solid var(--verne-border);
    padding-bottom: 10px; }

.verne-single-room .verne-room__title {
  padding: 40px;
  margin: 0; }

.verne-single-room .verne-room__amenities {
  margin: 0; }

.verne-single-room .hb_single_room_details {
  padding: 0 40px; }

.verne-single-room .room-gallery > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -.625rem; }
  .verne-single-room .room-gallery > div > .room-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/4);
            flex: 0 0 calc(100%/4);
    padding: 0 .625rem 1.25rem; }

.verne-el-wrapper {
  width: 100%; }

.verne-carousel-wrapper {
  position: relative; }
  .verne-carousel-wrapper--arrow {
    padding: 0 60px; }

.verne-carousel .swiper-slide {
  position: relative; }
  .verne-carousel .swiper-slide img {
    max-width: 100%; }

.verne-carousel__arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 60px;
  left: 0;
  right: 0;
  margin-bottom: 0;
  z-index: 5; }
  .verne-carousel__arrows .arrow {
    position: absolute;
    height: 60px;
    width: 60px;
    cursor: pointer;
    opacity: .3;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    .verne-carousel__arrows .arrow:focus {
      outline: none !important; }
    .verne-carousel__arrows .arrow.arrow-prev {
      left: 0;
      right: auto; }
    .verne-carousel__arrows .arrow.arrow-next {
      right: 0;
      left: auto; }
    .verne-carousel__arrows .arrow svg {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -20px;
      margin-left: -20px; }
    .verne-carousel__arrows .arrow:hover {
      opacity: 1; }

.verne-carousel-pagination {
  text-align: center;
  position: relative;
  padding: 1.875rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .verne-carousel-pagination .swiper-pagination-bullet {
    width: 10px;
    background-color: currentColor;
    height: 10px;
    opacity: 0.3;
    -webkit-transition: background .3s, opacity .3s;
    transition: background .3s, opacity .3s;
    border-radius: 50%;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    .verne-carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      opacity: 1; }
  .verne-carousel-pagination span {
    margin: 0 8px !important; }
    .verne-carousel-pagination span:focus {
      outline: none !important; }

.verne-food-menu--2col .food-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .verne-food-menu--2col .food-menu > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%; }
  @media (max-width: 991.98px) {
    .verne-food-menu--2col .food-menu > div {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.verne-food-menu__content > h1 {
  margin-bottom: 40px; }

.verne-food-menu__content .menu-item {
  margin-bottom: 20px; }
  .verne-food-menu__content .menu-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 0; }
  .verne-food-menu__content .menu-item__title {
    font-size: 1.25rem; }
  .verne-food-menu__content .menu-item__description {
    color: #777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top; }
    .verne-food-menu__content .menu-item__description p {
      margin-bottom: 0; }
  .verne-food-menu__content .menu-item__separator {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 2px;
    background-image: radial-gradient(circle closest-side, #aaa 99%, rgba(0, 0, 0, 0) 1%);
    background-size: 12px 2px;
    background-position: left;
    margin-bottom: 7px; }

.verne-card {
  position: relative; }
  .verne-card__image img {
    width: 100%; }
  .verne-card__header {
    padding-top: 20px;
    position: relative; }
    .verne-card__header .title {
      margin-bottom: 1.875rem; }
    .verne-card__header .desc {
      font-size: 18px;
      margin-top: 20px; }
    .verne-card__header .decor {
      margin-top: -20px;
      opacity: 0;
      -webkit-transition: opacity .3s;
      transition: opacity .3s;
      margin-left: auto;
      margin-right: auto; }
    .verne-card__header--background {
      background: #46545f;
      padding: 40px 40px 60px; }
      .verne-card__header--background > *:last-of-type {
        margin-bottom: 0; }
  .verne-card:hover .decor {
    opacity: 1; }
  .verne-card__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

.verne-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -1.25rem; }
  .verne-newsletter__header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0  40%;
            flex: 0 0  40%;
    padding: 0 1.25rem; }
    .verne-newsletter__header p {
      margin-bottom: 0;
      font-size: .875rem; }
    .verne-newsletter__header > p:first-of-type {
      font-size: 1.5rem;
      margin-bottom: .3125rem; }
  .verne-newsletter__form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0  60%;
            flex: 0 0  60%;
    padding: 0 1.25rem; }
  .verne-newsletter .newsletter-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .verne-newsletter .newsletter-input > input {
      border-bottom: 2px solid;
      height: auto;
      height: 46px;
      font-size: 1rem; }
    .verne-newsletter .newsletter-input .newsletter-submit {
      margin-bottom: 0;
      margin-left: 2.5rem;
      padding: 0;
      line-height: 1; }
      .verne-newsletter .newsletter-input .newsletter-submit input {
        line-height: .75rem;
        font-size: .75rem;
        -webkit-box-shadow: none;
                box-shadow: none;
        border: none;
        background: transparent;
        text-transform: uppercase;
        padding: 1rem 2.5rem;
        font-weight: 500; }
        .verne-newsletter .newsletter-input .newsletter-submit input:focus {
          outline: none; }
  @media (max-width: 991.98px) {
    .verne-newsletter {
      display: block; }
      .verne-newsletter .verne-newsletter__header {
        margin-bottom: 30px; } }
  @media (max-width: 575.98px) {
    .verne-newsletter .newsletter-input {
      display: block; }
      .verne-newsletter .newsletter-input > input {
        margin-bottom: 30px; }
      .verne-newsletter .newsletter-input .newsletter-submit {
        width: 100%;
        margin-left: 0; }
        .verne-newsletter .newsletter-input .newsletter-submit input {
          width: 100%; } }

.verne-service .service-icon {
  margin-bottom: 20px; }

.verne-service h3 {
  margin-bottom: 10px; }

.verne-table-events {
  border-bottom: 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .verne-table-events .table-events-header {
    padding: 1.25rem 1.25rem 1.25rem 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
  .verne-table-events .table-events-content-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%; }
    .verne-table-events .table-events-content-wrapper .table-events-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      padding: 1.25rem 0;
      border-bottom: 1px solid; }
      .verne-table-events .table-events-content-wrapper .table-events-content:last-of-type {
        border: none; }
      .verne-table-events .table-events-content-wrapper .table-events-content .events-text1 {
        padding-right: 2.5rem; }
      .verne-table-events .table-events-content-wrapper .table-events-content .events-text2 {
        text-align: right; }
      .verne-table-events .table-events-content-wrapper .table-events-content .events-text a {
        position: relative;
        display: block; }
        .verne-table-events .table-events-content-wrapper .table-events-content .events-text a:after {
          content: "\f105";
          
          position: absolute;
          top: 50%;
          right: -30px;
          margin-top: -10px;
          width: 20px;
          height: 20px;
          border: 2px solid;
          border-radius: 50%;
          font-weight: bold;
          font-size: 14px;
          line-height: 16px;
          -webkit-transform: translateX(-30px);
                  transform: translateX(-30px);
          opacity: 0;
          -webkit-transition: opacity .3s, -webkit-transform .3s;
          transition: opacity .3s, -webkit-transform .3s;
          transition: opacity .3s, transform .3s;
          transition: opacity .3s, transform .3s, -webkit-transform .3s;
          text-align: center;
          padding-left: 1px; }
        .verne-table-events .table-events-content-wrapper .table-events-content .events-text a:hover:after {
          opacity: 1;
          -webkit-transform: translateX(0);
                  transform: translateX(0); }
  .verne-table-events .events-text > *:last-of-type {
    margin-bottom: 0; }

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

.team-member .team-header .name {
  margin-bottom: 0; }
  .team-member .team-header .name a {
    color: inherit; }

.team-member .member-socials {
  padding: 0 0 20px; }
  .team-member .member-socials a {
    width: 30px;
    height: 30px;
    text-align: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border-radius: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px; }
    .team-member .member-socials a i {
      color: #fff !important; }

.team-member .position {
  font-size: 1rem; }

.team-member ul {
  margin: 0; }
  .team-member ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 6px; }
    .team-member ul li:last-of-type {
      margin-right: 0; }

.team-member .team-header {
  position: relative;
  margin: -20px -20px 0;
  padding: 20px; }

.team-member .team-name {
  position: relative; }

.team-member .team-info {
  padding: 20px 20px 0; }

.team-member .team-content {
  font-size: 14px; }

.team-member .team-image-wrapper {
  position: relative; }
  .team-member .team-image-wrapper > .member-socials {
    position: absolute;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s; }
    .team-member .team-image-wrapper > .member-socials li {
      display: block;
      margin: 12px 20px 0; }

.team-member:hover .team-image-wrapper > .member-socials {
  opacity: 1; }

.verne-social-profiles {
  margin: 0;
  padding: 0; }
  .verne-social-profiles li {
    list-style-type: none;
    display: inline-block;
    margin: 0 15px; }
    .verne-social-profiles li:first-of-type {
      margin-left: 0; }
    .verne-social-profiles li:last-of-type {
      margin-right: 0; }
  .verne-social-profiles a {
    display: inline-block;
    -webkit-transition: color .3s, background-color .3s, border-color .3s, -webkit-filter .3s;
    transition: color .3s, background-color .3s, border-color .3s, -webkit-filter .3s;
    transition: color .3s, background-color .3s, border-color .3s, filter .3s;
    transition: color .3s, background-color .3s, border-color .3s, filter .3s, -webkit-filter .3s; }
    .verne-social-profiles a i {
      -webkit-transition: color .3s, -webkit-filter .3s;
      transition: color .3s, -webkit-filter .3s;
      transition: color .3s, filter .3s;
      transition: color .3s, filter .3s, -webkit-filter .3s; }
  .verne-social-profiles.social-outline.circle a, .verne-social-profiles.social-solid.circle a {
    border-radius: 50%; }
  .verne-social-profiles.social-outline li, .verne-social-profiles.social-solid li {
    margin: 0 .3em; }
  .verne-social-profiles.social-outline a, .verne-social-profiles.social-solid a {
    width: 2em;
    height: 2em;
    line-height: 1em;
    padding: 1.5em;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .verne-social-profiles.social-outline a {
    border: 1px solid;
    color: inherit; }
    .verne-social-profiles.social-outline a:hover {
      -webkit-filter: brightness(0.65);
              filter: brightness(0.65); }
  .verne-social-profiles.social-solid a {
    color: inherit;
    background: currentColor; }
    .verne-social-profiles.social-solid a i {
      color: #fff; }
  .verne-social-profiles.social-default a {
    color: inherit; }
    .verne-social-profiles.social-default a:hover i {
      -webkit-filter: brightness(0.65);
              filter: brightness(0.65); }

.mobile-text-center .verne-social-profiles.member-socials {
  text-align: center !important; }

.verne-shares ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -10px; }

.verne-shares.text-left .social-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.verne-shares.text-center .social-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.verne-shares.text-right .social-list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.verne-shares li {
  font-size: inherit !important;
  list-style-type: none;
  margin: 0 10px; }
  .verne-shares li:after {
    font-size: inherit !important; }

.verne-testimonial {
  padding: 20px;
  -webkit-transition: background .3s;
  transition: background .3s; }
  .verne-testimonial .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -5px 20px; }
    .verne-testimonial .stars svg {
      width: 25px;
      margin: 0 5px; }
      .verne-testimonial .stars svg path {
        fill: #f7cf98; }

.video-lightbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .video-lightbox--text-before {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .video-lightbox--text-before .video-text {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-right: 1.25rem; }
    .video-lightbox--text-before .video-btn {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .video-lightbox--text-before.video-lightbox--align-center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .video-lightbox--text-before.video-lightbox--align-right {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .video-lightbox--text-after {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .video-lightbox--text-after .video-text {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .video-lightbox--text-after .video-btn {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-right: 1.25rem; }
    .video-lightbox--text-after.video-lightbox--align-center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .video-lightbox--text-after.video-lightbox--align-right {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .video-lightbox--text-under {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .video-lightbox--text-under .video-btn {
      margin-bottom: 1.25rem; }
    .video-lightbox--text-under.video-lightbox--align-center {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .video-lightbox--text-under.video-lightbox--align-right {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
  .video-lightbox .video-btn {
    width: 5rem;
    height: 5rem;
    position: relative; }
    .video-lightbox .video-btn .video-link {
      display: block;
      height: 100%; }
      .video-lightbox .video-btn .video-link svg {
        margin: 10px; }
      .video-lightbox .video-btn .video-link:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-width: .0625rem;
        border-style: solid;
        opacity: .6;
        border-radius: 50%;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s; }
      .video-lightbox .video-btn .video-link:hover:after {
        -webkit-transform: scale(0.94);
                transform: scale(0.94); }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Free 5.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

/*!
 * Font Awesome Free 5.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.single-post .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button):not(.no-hover):not(.page-numbers), a.comment-reply-link, .comment-content a, .author-section .biography a, #comments .comment-content a {
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--verne-border); }

.vc_tta .vc_tta-panel-title a {
  background: none !important; }

figure {
  max-width: 100%; }

.wp-post-image {
  height: auto;
  max-width: 100%; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption, figcaption, .wpb_single_image figcaption.vc_figure-caption, .wp-block-embed figcaption {
  font-size: 15px; }

.margin-top-md {
  margin-top: 3.75rem; }

.margin-bottom-md {
  margin-bottom: 3.75rem; }

.margin-bottom-none {
  margin-bottom: 0; }

@media (max-width: 575.98px) {
  .text-xs-center {
    text-align: center !important; } }

@media (max-width: 991.98px) {
  .no-border-sm div.vc_column-inner {
    border: none !important; }
  .no-border-sm .timeline-dot:after {
    display: none !important; } }

.lead {
  font-size: 1.25rem; }

.header-inline {
  display: inline-block; }

.without-icon > svg, .without-icon > img, .without-icon > i {
  display: none; }

.font-italic {
  font-size: 1.25rem; }

.wpb_single_image figcaption.vc_figure-caption {
  margin-top: .625rem; }

@media (max-width: 991.98px) {
  .no-scroll {
    overflow: hidden; } }

.b-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s .1s;
  transition: opacity .4s .1s; }
  .b-lazy.b-loaded {
    opacity: 1; }

svg.decor {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  stroke: currentColor; }

.btn {
  text-transform: uppercase; }

.verne-image img, .wpb_single_image img {
  width: 100%; }

.verne-image .image-caption, .wpb_single_image .image-caption {
  margin-top: 1.25rem;
  font-size: 1.25rem; }

.arrow-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .arrow-more__text {
    font-size: 1.25rem;
    margin-right: .625rem; }
  .arrow-more .line {
    width: 2.5rem;
    height: .125rem;
    background: currentColor; }
  .arrow-more svg {
    margin-left: -.25rem; }

.grid-col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -1.25rem; }
  .grid-col-3 > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
    padding: 0 1.25rem; }

.verne-flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.verne-list-decor, .wpb_text_column ul {
  margin: 0;
  padding: 0; }
  .verne-list-decor li:not(.hb-form-field), .wpb_text_column ul li:not(.hb-form-field) {
    list-style-type: none;
    padding-left: 30px;
    position: relative; }
    .verne-list-decor li:not(.hb-form-field):before, .wpb_text_column ul li:not(.hb-form-field):before {
      content: "";
      width: .4375rem;
      height: .4375rem;
      border: .1875rem double;
      display: inline-block;
      vertical-align: middle;
      margin-left: .625rem;
      margin-right: .625rem;
      -webkit-transform: rotateZ(45deg);
              transform: rotateZ(45deg);
      opacity: 0.5;
      margin-top: -.125rem;
      position: absolute;
      top: .75rem;
      left: 0; }

.verne-link {
  display: block;
  margin: 1.25rem 0 2.5rem; }
  .verne-link span {
    height: .6875rem;
    width: .9375rem;
    border: .0625rem solid;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.25rem;
    border-left-color: transparent;
    position: relative;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
    .verne-link span:before {
      content: '';
      position: absolute;
      right: 50%;
      width: 1.25rem;
      top: 50%;
      height: .0625rem;
      background-color: currentColor;
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s;
      margin-top: -0.0625rem; }
    .verne-link span.arrow-left {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg);
      margin-right: 1.25rem;
      margin-left: 0; }
  .verne-link:hover span {
    -webkit-transform: translateX(0.3125rem);
            transform: translateX(0.3125rem); }
    .verne-link:hover span:before {
      -webkit-transform: translateX(0.3125rem);
              transform: translateX(0.3125rem); }
    .verne-link:hover span.arrow-left {
      -webkit-transform: rotate(-180deg) translateX(0.3125rem);
              transform: rotate(-180deg) translateX(0.3125rem); }

.timeline-dot {
  position: relative; }
  .timeline-dot:after {
    content: "";
    width: .4375rem;
    height: .4375rem;
    border: .1875rem double;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    height: 10px;
    width: 10px;
    z-index: 2;
    border-color: currentColor;
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    opacity: .6; }
  .timeline-dot.dot-right:after {
    right: -66px; }
  .timeline-dot.dot-left:after {
    left: -66px; }

.wp-block-quote[style*="text-align:right"], .wp-block-quote[style*="text-align: right"] {
  border-right: 3px solid;
  border-color: var(--verne-accent); }

blockquote, blockquote.wp-block-quote {
  padding: 10px 0 10px 20px;
  border-left: 3px solid;
  border-color: var(--verne-accent); }
  blockquote.is-style-large, blockquote.wp-block-quote.is-style-large {
    margin-bottom: 30px; }
    blockquote.is-style-large cite, blockquote.wp-block-quote.is-style-large cite {
      font-style: normal;
      font-family: "Montserrat", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
      blockquote.is-style-large cite em, blockquote.wp-block-quote.is-style-large cite em {
        font-style: inherit; }
  blockquote p:last-of-type, blockquote.wp-block-quote p:last-of-type {
    margin-bottom: 0 !important; }

blockquote cite, blockquote.wp-block-quote cite, .wp-block-quote__citation {
  font-size: 16px;
  color: currentColor;
  opacity: .9;
  display: inline-block;
  margin-top: 10px;
  font-style: normal; }

.wp-block-button.alignright {
  float: right; }

.verne-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .verne-btn-container > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .verne-btn-container--block {
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .verne-btn-container--block > * {
      margin-bottom: 10px;
      width: 100%; }
      .verne-btn-container--block > *:empty {
        margin: 0; }
      .verne-btn-container--block > * a {
        display: block; }
  .verne-btn-container--full {
    width: calc(100% - 10px);
    margin: 0 -5px; }
    .verne-btn-container--full > div {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      margin: 0 5px; }
      .verne-btn-container--full > div a {
        display: block;
        width: 100%;
        height: 100%; }
  .verne-btn-container.space {
    margin: 0 -10px; }
    .verne-btn-container.space > div {
      margin: 0 10px; }

form input, form textarea, form select {
  padding: 4px 8px;
  outline: none !important; 
  border-radius: 5px;
    
}
form select{
	padding: 6px 10px;
}

form input::-webkit-input-placeholder {
  color: currentColor !important;
  opacity: .7; }

form input::-moz-placeholder {
  color: currentColor !important;
  opacity: .7; }

form input::-ms-input-placeholder {
  color: currentColor !important;
  opacity: .7; }

form input::placeholder {
  color: currentColor !important;
  opacity: .7; }

form input[type="submit"] {
  border: 1px solid transparent;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: .75rem;
  padding: .5625rem 2rem;
  font-weight: 500;
  margin-left: 10px; }

select {
    border-radius: 5px;
  display: block;
  font-size: 16px;
  color: currentColor;
  line-height: 1.3;
  padding: 8px 8px;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22caret%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%20292.362%20292.362%22%20style%3D%22enable-background%3Anew%200%200%20292.362%20292.362%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M286.935%2C69.377c-3.614-3.617-7.898-5.424-12.848-5.424H18.274c-4.952%2C0-9.233%2C1.807-12.85%2C5.424%20C1.807%2C72.998%2C0%2C77.279%2C0%2C82.228c0%2C4.948%2C1.807%2C9.229%2C5.424%2C12.847l127.907%2C127.907c3.621%2C3.617%2C7.902%2C5.428%2C12.85%2C5.428%20s9.233-1.811%2C12.847-5.428L286.935%2C95.074c3.613-3.617%2C5.427-7.898%2C5.427-12.847C292.362%2C77.279%2C290.548%2C72.998%2C286.935%2C69.377z%22%2F%3E%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22caret%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%20292.362%20292.362%22%20style%3D%22enable-background%3Anew%200%200%20292.362%20292.362%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M286.935%2C69.377c-3.614-3.617-7.898-5.424-12.848-5.424H18.274c-4.952%2C0-9.233%2C1.807-12.85%2C5.424%20C1.807%2C72.998%2C0%2C77.279%2C0%2C82.228c0%2C4.948%2C1.807%2C9.229%2C5.424%2C12.847l127.907%2C127.907c3.621%2C3.617%2C7.902%2C5.428%2C12.85%2C5.428%20s9.233-1.811%2C12.847-5.428L286.935%2C95.074c3.613-3.617%2C5.427-7.898%2C5.427-12.847C292.362%2C77.279%2C290.548%2C72.998%2C286.935%2C69.377z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%; }

select::-ms-expand {
  display: none; }

select:hover {
  border-color: #aaa; }

select:focus {
  border-color: currentColor;
  color: #222;
  outline: none; }

select option {
  font-weight: normal; }

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .search-form label {
    margin-bottom: 0; }
  .search-form input {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #ddd;
    padding: 6px 8px; }

form.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  form.wpcf7-form label {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: .6875rem;
    line-height: 1;
    margin-bottom: .5rem; }
  form.wpcf7-form textarea, form.wpcf7-form input:not([type="submit"]), form.wpcf7-form select {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    color: inherit;
    display: block;
    padding: .5rem 1rem;
    border-color: var(--verne-border); }
  form.wpcf7-form .fieldset {
    margin: 0 -.625rem; }
    form.wpcf7-form .fieldset > p {
      padding: 0 .625rem; }
  form.wpcf7-form > p {
    width: 100%; }
  form.wpcf7-form .form-submit {
    text-align: right;
    width: 100%;
    padding: 0;
    position: relative; }
    form.wpcf7-form .form-submit input[type="submit"] {
      text-transform: uppercase;
      letter-spacing: 1px;
      border: none;
      font-size: .75rem;
      padding: .625rem 1rem;
      font-weight: 500; }
    form.wpcf7-form .form-submit .ajax-loader {
      margin: 0;
      position: absolute;
      right: -16px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  form.wpcf7-form .wpcf7-form-control-wrap {
    position: relative;
    display: block; }
  form.wpcf7-form .wpcf7-not-valid {
    border-color: #f00; }
  form.wpcf7-form span.wpcf7-not-valid-tip {
    text-transform: uppercase;
    font-size: .625rem;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -25px; }
  form.wpcf7-form .fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  form.wpcf7-form .wpcf7-textarea {
    max-height: 150px; }
  form.wpcf7-form div.wpcf7-response-output {
    margin: 0;
    padding: .625rem 1.25rem;
    width: 100%;
    font-size: .75rem; }

.pagination {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .pagination .nav-links > .page-numbers {
      font-size: 20px;
      margin: 0 8px; }
    .pagination .nav-links > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .pagination .nav-links .current {
      font-weight: 600;
      color: #a08553; }

.page-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .page-links > .post-page-numbers {
    font-size: 20px;
    margin: 0 8px;
    -webkit-transition: color .3s;
    transition: color .3s; }
  .page-links > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none !important;
    background: none !important;
    padding-bottom: 0 !important; }
  .page-links .current {
    color: #a08553; }

.vc_tta-accordion.vc_tta.vc_general .vc_tta-panel {
  border-top-width: 1px;
  border-top-style: solid;
  -webkit-transition: border .3s;
  transition: border .3s;
  border-color: var(--verne-border); }
  .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel:last-of-type {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: var(--verne-border); }
    .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel:last-of-type.vc_active {
      border-bottom-color: currentColor; }
  .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-title > a {
    padding: 1.875rem 0 1.875rem 2.875rem !important; }
  .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    border: none; }
    .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
      width: 100%; }
      .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title span:not(.vc_tta-title-text) {
        font-style: italic;
        font-size: 1rem;
        padding: 0;
        opacity: .8; }
  .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel.vc_active {
    border-color: currentColor; }
    .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel.vc_active + div {
      border-top-color: currentColor; }

.vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-body {
  border: none !important; }
  .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-body > * {
    margin-top: -14px;
    padding: 0 0 22px 22px; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta.vc_general .vc_tta-tabs-list {
  border-bottom-width: 2px;
  border-bottom-style: solid; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta.vc_general .vc_tta-tab > a {
  border-bottom: 2px solid transparent;
  margin-bottom: -2px; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta.vc_general .vc_tta-tab.vc_active > a {
  border-bottom: 2px solid currentColor !important; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-bottom.vc_tta.vc_general .vc_tta-tabs-list {
  border-top-width: 2px;
  border-bottom-style: solid; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-bottom.vc_tta.vc_general .vc_tta-tab > a {
  border-top: 2px solid transparent;
  margin-top: -2px; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-bottom.vc_tta.vc_general .vc_tta-tab.vc_active > a {
  border-top: 2px solid currentColor !important; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta.vc_general .vc_tta-tabs-list, .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-bottom.vc_tta.vc_general .vc_tta-tabs-list {
  padding: 0 1.25rem;
  overflow: visible; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta.vc_general .vc_tta-tab, .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-bottom.vc_tta.vc_general .vc_tta-tab {
  padding: 0 1.25rem; }
  .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta.vc_general .vc_tta-tab > a, .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-bottom.vc_tta.vc_general .vc_tta-tab > a {
    padding: 14px 0;
    border: none; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta.vc_general .vc_tta-tabs-list {
  border-right-width: 2px;
  border-right-style: solid; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta.vc_general .vc_tta-tab > a {
  border-right: 2px solid transparent;
  margin-right: -2px; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta.vc_general .vc_tta-tab.vc_active > a {
  border-right: 2px solid currentColor !important; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right.vc_tta.vc_general .vc_tta-tabs-list {
  border-left-width: 2px;
  border-left-width: solid; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right.vc_tta.vc_general .vc_tta-tab > a {
  border-left: 2px solid transparent;
  margin-left: -2px; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right.vc_tta.vc_general .vc_tta-tab.vc_active > a {
  border-left: 2px solid currentColor !important; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right.vc_tta.vc_general .vc_tta-tabs-list, .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta.vc_general .vc_tta-tabs-list {
  padding: 1.25rem 0;
  overflow: visible; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right.vc_tta.vc_general .vc_tta-tab, .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta.vc_general .vc_tta-tab {
  padding: 14px 0; }
  .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right.vc_tta.vc_general .vc_tta-tab > a, .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta.vc_general .vc_tta-tab > a {
    padding: 0 20px;
    border: none; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right.vc_tta.vc_general .vc_tta-panel-body > *, .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta.vc_general .vc_tta-panel-body > * {
  padding: 11px 0 !important; }

.wpb-js-composer .vc_tta-tabs .vc_tta-panel-body {
  padding: 14px 2.5rem !important; }

.wpb-js-composer .vc_tta-tabs .vc_tta-title-text {
  font-size: 1.875rem;
  font-weight: bold; }

.tab-content .food-menu {
  padding: 20px 40px 40px 100px; }
  @media (max-width: 991.98px) {
    .tab-content .food-menu {
      padding: 20px; } }

body .vc_toggle.vc_toggle_default .vc_toggle_icon {
  height: 2px;
  border: none; }
  body .vc_toggle.vc_toggle_default .vc_toggle_icon:before {
    width: 2px;
    height: 10px;
    border: none; }

.crazy-button {
  position: relative; }
  .crazy-button:before {
    content: "";
    top: 1.6875rem;
    bottom: 1.25rem;
    width: .125rem;
    background: #222;
    position: absolute;
    left: 0; }
  .crazy-button:after {
    content: "";
    top: 1.6875rem;
    bottom: 1.25rem;
    width: .125rem;
    background: #222;
    position: absolute;
    right: 0; }

.page-footer {
  padding: 5rem 0 2.5rem;
  background-color: var(--verne-footer-bg);
  color: var(--verne-footer-color); }
  .page-footer ul {
    margin: 0;
    padding: 0; }
    .page-footer ul li {
      list-style-type: none;
      margin-bottom: 1.25rem; }
      .page-footer ul li:last-of-type {
        margin-bottom: 0; }
  .page-footer figure {
    margin: 0 1.25rem; }
    .page-footer figure img {
      width: 100%;
      height: auto; }
  .page-footer .widget_media_gallery .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .page-footer .col-12 {
    margin-bottom: 30px; }

.footer-copyrights {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #292929;
  color: #fff;
  background: #1c1c1c; }
  @media (min-width: 992px) {
    .footer-copyrights .footer-right-content {
      text-align: right; } }

.wp-caption-text, figcaption {
  font-size: 12px;
  margin-top: 10px; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.gallery-caption {
  font-size: 0.75rem; }

.bypostauthor .comment-author-link {
  text-decoration: underline; }


.menuinterna{
    display: block;
        
    /*height: 70px;*/
    box-shadow: 0 8px 15px #00000014;
    background: #fff;
    transition: all 0.5s ease;
    padding: 0px 0px;
}
.menuinterna .main_nav{
    display: block;
}
.menuinterna .logo_title{
	display: none;
}
.menuinterna .logo_title2{
	display: block;
}


.btn-primary{color:#fff;background-color:#cc7c25;border-color:#cc7c25;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding: 20px 48px;
    margin: auto;
    text-transform: uppercase;

    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.btn-primary.inputsize{
    padding: 8px 15px;
}
.btn-primary:hover{color:#fff;background-color:#e0d500;border-color:#e0d500}
.btn-primary.focus,.btn-primary:focus{-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);}
.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0c547e;border-color:#0c547e;opacity:0.5;}
.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#e0d500;border-color:#e0d500}
.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.3);-moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.3);box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.3);}

.header.menuinterna .logo img{ height: 3.3em; width: auto; }

.menuinterna ul li a div span::after
{
	display: none;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 3px;
	background: #005d96;
	content: '';
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.scrolled ul li a div span::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 3px;
	background: #005d96;
	content: '';
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.bannerInterna{
    background-image: url('../images/bannerInterna.jpg');
    background-size: cover;
    width: 100%;
    min-height: 150px;
    margin-bottom: 25px;
}

.btcontato{
    border: 0;
    background: #005d96 !important;
    width: 90%;
    margin: 20px 5%;
    margin-left: 5%;
    line-height: 50px;
    color: #fff;
    font-weight: bold !important;
    font-size: 1.3em !important;
    min-height: 100px;
    text-transform: none !important;  
    cursor: pointer;    
}

.listeQuarto{
    margin-bottom: 20px;
}
.listeQuarto input[type="submit"]{
    margin: 0;
}

.listeQuarto .tit{
    margin-top: 0px;
}
.listeQuarto label{
    font-size: 0.7em;
}
.listeQuarto .radio{
    width: 30px;
}
.listeQuarto .check{
    border-radius: 10px;
    transform: scale(2);
    margin-top: 10px;
}

.areaTermo{
    width: 100%;
    height: 250px;
    overflow-y: auto;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ced4da;
    padding: 10px;
    margin-bottom: 10px;
}