/*
Theme Name: Adomus
Theme URI: https://hotelwp.com/
Author: HotelWp
Author URI: https://hotelwp.com/
Description: Adomus is a theme perfectly suited for anybody owning a business in the hospitality industry: hotel, B&B, holiday apartment, campsite...
Version: 1.7.1
License:
This theme is comprised of two parts.
(1) the PHP code and integrated HTML are licensed under the General Public License (GPL). You will find a copy of the GPL in the Licensing directory.
(2) All other parts, but not limited to the CSS code, images, and design are licensed according to the license purchased from Envato.
License URI: https://themeforest.net/licenses
Text Domain: hotelwp
*/

/*
1) html tags and general elements
2) hero
    2.1) hero layout
    2.2) header
    2.3) main menu
    2.4) mobile menu
    2.5) header misc
3) booking
4) blog
    4.1) news
    4.2) comments
    4.3) sidebar
5) advanced template layout
    5.1) owner row
    5.2) video block row
    5.3) accom row
    5.4) gallery row
    5.5) testimonials row
    5.6) news row
    5.7) cta row
    5.8) map and contact row
    5.9) pages row
	5.10) text img row
    5.11) misc
6) footer
7) slick slider
8) misc
*/

/* --------------------------------------------------------------------------------- */
/* 1) html tags and general elements */
/* --------------------------------------------------------------------------------- */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, blockquote {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #333;
	font-size: 15px;
	line-height: 24px;
}

h1,h2,h3,h4,h1 a,h2 a,h3 a,h4 a {
	font-weight: 800;
}

h5,h6 {
	font-weight: 700;
}

h1 {
	font-size: 42px;
	line-height: 60px;
	margin-bottom: 18px;
}

h2 {
	font-size: 25px;
	line-height: 36px;
	margin-bottom: 22px;
    padding-top: 14px;
}

h3 {
	font-size: 19px;
	line-height: 30px;
	margin-bottom: 16px;
	padding-top: 14px;
}

h4 {
	font-size: 16px;
	margin-bottom: 12px;
}

h5 {
	font-size: 15px;
	margin-bottom: 12px;
}

h6 {
	font-size: 15px;
}

.hero-caption .title,
.hero-caption h1 {
	color: #fff;
	margin-bottom: 0;
	text-align: center;
}

.title {
    font-size: 42px;
    font-weight: 800;
    line-height: 60px;
}

.tagline {
	color: rgba(255,255,255,0.9);
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
	text-align: center;
	text-transform: uppercase;
}


.below-hero-title,
.section-title {
	text-align: center;
}

.section-title h2 {
    padding-top: 16px;
	margin-bottom: 24px;
}

.section-title p + h2 {
	padding-top: 0;
}

.section-title-followed-by-content h2 {
	margin-bottom: 35px;
}

.below-hero-title p.tagline,
.section-title p {
	color: #888;
	font-weight: 800;
	margin-bottom: 2px;
	padding-top: 14px;
	text-transform: uppercase;
}

.below-hero-title p.tagline {
    padding-top: 38px;
}

.below-hero-title h1,
.below-hero-title .title {
    margin-bottom: 36px;
	padding-top: 12px;
}

.below-hero-title p.tagline + h1,
.below-hero-title p.tagline + .title {
	padding-top: 0;
}

p {
	margin-bottom: 24px;
}

blockquote {
	background: #eee;
	border-left: 3px solid;
	margin-bottom: 11px;
	padding: 11px 20px;
}

table {
    background: #fff;
    border: 1px solid;
	border-collapse: collapse;
	margin: 11px 0 33px;
	width: 100%;
	word-wrap: break-word;
}

table th,
table td {
	border: 1px solid #d4d4d4;
    padding: 17px 20px 18px;
}

table td {
	border-bottom: 0 !important;
	padding: 11px 20px 12px;
}

table tr:first-child th,
table tr:first-child td {
  border-top: 0;
}

table thead tr:last-child th,
table thead tr:last-child td {
    border-bottom: 1px solid #d4d4d4;
}

table tfoot tr:last-child th,
table tfoot tr:last-child td {
    border-top: 1px solid #d4d4d4;
}

table tr td:first-child,
table tr th:first-child {
    border-left: 0;
}

table tr td:last-child,
table tr th:last-child {
    border-right: 0;
}

table caption {
    margin-bottom: 11px;
}

ul {
	list-style-type: none;
	margin-bottom: 22px;
}

ol {
    list-style-position: inside;
    list-style-type: decimal;
	margin-bottom: 22px;
}

ol ol {
    list-style-type: upper-alpha;
}

ol ol ol {
    list-style-type: lower-alpha;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
    margin-left: 20px;
}

ul li:before,
ul.bullets-list li:before {
    content: "\002022";
    font-size: 18px;
    padding-right: 8px;
    vertical-align: -2px;
}

ol li:before {
    content: '';
    padding-right: 0;
}

hr {
	background: #d4d4d4;
	border: none;
    height: 1px;
    margin: 30px 0 35px;
}

button {
    border: none;
    cursor: pointer;
	outline: none;
    text-decoration: none;
}

label {
    display: block;
    font-weight: 700;
	margin-bottom: 9px;
}

input + label {
	font-weight: 400;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    display: inline;
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea,
.dk-selected {
	background: #eee;
	border: none;
	box-sizing: border-box;
	border-bottom: 1px solid #bbb;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 6px;
	outline: none;
	padding: 10px;
	transition: background 0.4s, border 0.4s;
}

.top-header input[type="text"],
.top-header input[type="email"],
.top-header .dk-selected {
    background: none;
    border-bottom: none;
}

.dk-select {
	cursor: pointer;
	max-width: 540px;
	position: relative;
	width: 100%;
}

.dk-selected {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dk-selected:after {
	bottom: 10px;
	content: "\f107";
    display: block;
	font-family: FontAwesome;
    font-size: 21px;
	font-weight: 400;
	position: absolute;
	right: 12px;
	transition: color 0.4s;
}

.dk-select, .dk-select *, .dk-select *:before {
	box-sizing: border-box;
}

.dk-select-options {
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 5px;
	box-shadow: 0 3px 15px rgba(0,0,0,0.25);
	color: #444;
	display: none;
	font-weight: 400;
	left: 0;
	list-style: none;
	margin: 0;
	max-height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 999;
}

ul.dk-select-options li:before {
    content: '';
    font-size: 0;
    padding-right: 0;
    vertical-align: 0;
}

.dk-option {
	border-bottom: none !important;
	padding: 6px 14px 5px !important;
}

.dk-option:hover {
	background-color: rgba(0,0,0,0.2);
}

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
	display: block;
}

.dk-select-open-down .dk-select-options {
	margin-top: 2px;
}

.dk-select-open-up .dk-select-options {
	margin-bottom: 2px;
}

.dk-select-open-up .dk-select-options {
	margin-bottom: 0 !important;
}

.dk-select-open-up .dk-select-options {
	bottom: 100%;
}

.dk-option-disabled {
	display: none;
}

select[data-dkcacheid] {
  display: none;
}

textarea {
	padding: 10px;
	width: 100%;
}

input[type="text"]:focus,
textarea:focus {
	outline: none;
}

.hotelwp-contact-form input[type="text"],
.hotelwp-contact-form input[type="email"],
.hotelwp-contact-form input[type="number"],
.hotelwp-contact-form .dk-selected {
	width: 100%;
}

.hotelwp-contact-form textarea {
	height: 129px;
    vertical-align: top;
}

a {
	font-weight: 700;
	text-decoration: none;
	transition: color 0.4s, border 0.4s;
}

input[type="button"],
input[type="submit"],
.button {
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: inherit;
    font-size: 14px;
    font-weight: 700;
	line-height: 22px;
	min-width: 100px;
	outline: none;
	padding: 10px 15px 9px;
	text-transform: uppercase;
	transition: background 0.4s, color 0.4s;
}

input[type="button"],
.button {
	margin-bottom: 11px;
}

input[type="radio"] {
	margin-top: 4px;
}
.button:hover {
	color: #fff;
}

.main-wrapper {
    position: relative;
}

/* end 1) html tags and general elements */


/* --------------------------------------------------------------------------------- */
/* 2) hero */
/* --------------------------------------------------------------------------------- */

/* 2.1) hero layout */

.hero {
    background: #000;
    position: relative;
}

.hero-media-wrapper {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.hero-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.hero.hero-is-full-screen {
    padding-bottom: 0;
}

.hero.hero-custom {
    height: auto;
    padding-bottom: 0;
}

.hero.hero-no-padding {
    padding-bottom: 0;
}

.hero-img {
    display: block;
    max-width: none;
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s;
}

.hero-slide-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.hero-slide-wrapper small {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 33px;
    margin: 11px auto 0;
    max-width: 720px;
}

.hero-slide-wrapper img {
    position: relative;
}

.hero video,
.hero-youtube-video-player {
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s;
}

.hero-caption {
    left: 120px;
    margin-bottom: 40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    right: 120px;
    transition: opacity 0.4s;
}

.hero-caption-left {
    right: 420px;
}

.hero-caption-right {
	left: 420px;
    right: 120px;
}

.hero-slider.slick-slider {
    position: absolute;
    width: 100%;
}

.hero-slider .slick-prev {
    left: 40px;
}

.hero-wide.hero-caption-right-on-wide-screen .hero-slider .slick-prev {
    left: 340px;
}

.hero-slider .slick-next {
    right: 40px;
}

.hero-wide.hero-caption-left-on-wide-screen .hero-slider .slick-next {
    right: 340px;
}

.hero-slider .slick-arrow {
    background: rgba(0,0,0,0.25);
}

/* end 2.1) hero layout */

/* 2.2) header */

.header {
	border-bottom: 1px solid rgba(255,255,255,0.15);
	height: 100px;
    margin-bottom: 40px;
	position: absolute;
    top: 0px;
    width: 100%;
}

.top-header + .header {
    top: 61px;
}

.top-header {
	border-bottom: 1px solid rgba(255,255,255,0.15);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	min-height: 60px;
    position: absolute;
    top: 0;
	width: 100%;
	z-index: 99;
}

.top-header a {
    color: rgba(255,255,255,0.8);
    transition: color 0.4s;
}

.top-header a:hover {
    color: #fff;
}

.widget-area-top-header-left,
.widget-area-top-header-right {
    height: 60px;
    line-height: 60px;
	position: absolute;
}

.widget-area-top-header-left {
	left: 40px;
	top: 0;
}

.widget-area-top-header-right {
    right: 40px;
    top: 0;
}

.widget-area-top-header-left h3,
.widget-area-top-header-right h3 {
    display: none;
}

.widget-area-top-header-left .widget {
	border-right: 1px solid rgba(255,255,255,0.15);
	float: left;
	height: 60px;
	margin-right: 40px;
	padding-right: 40px;
}

.widget-area-top-header-left .widget_hotelwp_contact_details {
	padding-right: 0;
}

.widget-area-top-header-left .contact-details-trigger {
	padding-right: 40px;
}

.widget-area-top-header-right .widget {
	border-left: 1px solid rgba(255,255,255,0.15);
	float: right;
	height: 60px;
	margin-left: 40px;
	padding-left: 40px;
}

.widget-area-top-header-right .widget_hotelwp_contact_details {
	padding-left: 0;
}

.widget-area-top-header-right .contact-details-trigger {
	padding-left: 40px;
}

.widget-contact-content span {
	border-right: 1px solid rgba(255,255,255,0.15);
	display: inline-block;
	line-height: 60px;
	padding: 0 40px;
}

.widget-area-top-header-left .widget-contact-content span:first-child {
	padding-left: 0;
}

.widget-contact-content span:last-child {
	border-right: none;
}

.widget-area-top-header-right .widget-contact-content span:last-child {
	padding-right: 0;
}

.widget_hotelwp_contact_details {
	position: relative;
}

.contact-details-trigger {
    display: none;
}

.top-header:not(.mobile-top-header) .widget-contact-content {
    display: block !important;
}

.logo,
.site-name {
	float: left;
	font-size: 17px;
    line-height: 100px;
    margin-left: 40px;
}

.site-name {
	display:inline-block;
	margin-bottom: 0;
	padding-top: 0;
}

.site-name a {
    color: rgba(255,255,255,0.7);
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	transition: color 0.4s;
}

.site-name a:hover {
    color: #fff;
}

.header.is-fixed-header {
	border-bottom: none;
	left: 0;
	position: fixed;
	top: 0;
	transition: background 0.4s;
	z-index: 999;
}

.is-fixed-header .list-menu ul {
	top: 100px;
}

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

@media screen and (max-width: 782px) {
	.admin-bar .is-fixed-header {
		top: 46px;
	}
}

@media screen and (max-width: 600px) {
	.admin-bar .is-fixed-header {
		top: 0px;
	}
}

/* end 2.2) header */

/* 2.3) main menu */

.list-menu {
	margin-bottom: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.list-menu > li {
	float: left;
	line-height: 100px;
	margin-right: 40px;
}

.header-no-bg .header:not(.is-fixed-header) .list-menu > li {
	border-bottom: 1px solid rgba(255,255,255,0);
	transition: border 0.4s;
}

.header-no-bg .header:not(.is-fixed-header) .list-menu > li.current-menu-item,
.header-no-bg .header:not(.is-fixed-header) .list-menu > li.menu-item-hover,
.header-no-bg .header:not(.is-fixed-header) .list-menu > li.current-menu-ancestor {
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.list-menu ul li {
    border-top: 1px solid rgba(255,255,255,0.15);
    line-height: 22px;
    padding: 16px 10px;
    position: relative;
}

.list-menu ul li a {
    padding: 0 10px;
}

.list-menu ul ul {
	left: 201px;
	top: 0;
}

.list-menu ul ul.menu-sub-left {
	 left: -201px;
}

.list-menu > li:last-child > ul {
    right: 40px;
}

.list-menu > li.menu-item-has-children > a:after {
    content: '\00a0\00a0\f107';
    font-family: 'FontAwesome';
	vertical-align: bottom;
}

.list-menu li.menu-item-has-children li.menu-item-has-children > a:after {
	content: '\00a0\f105';
    font-family: 'FontAwesome';
	height: 40px;
	left: 88%;
	line-height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
}

ul.list-menu ul {
    margin-left: 0;
}

.list-menu li:before {
    content: "";
    padding-right: 0;
}

.list-menu a {
	color: rgba(240,240,240,0.8);
    display: block;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	transition: color 0.4s;
}

.list-menu .current-menu-ancestor > a,
.list-menu .current-menu-item > a,
.list-menu a:hover {
	color: #fff;
}

.list-menu ul {
    display: none;
    position: absolute;
    top: 101px;
    width: 200px;
    z-index: 999;
}

.list-menu ul li a {
    font-size: 13px;
}

/* end 2.3) main menu */

/* 2.4) mobile menu */

.mobile-menu-trigger {
    color: rgba(255,255,255,0.8);
	display: none;
	font-size: 30px;
	position: absolute;
	right: 40px;
	top: 36px;
}

.mobile-menu-trigger:hover {
    color: #fff;
}

.mobile-header .mobile-menu-trigger {
	display: block;
}

.mobile-header ul {
	display: none;
	margin-bottom: 0;
}

.mobile-menu li.menu-item-hover,
.mobile-menu li.current-menu-item {
	border-bottom: none;
}

.mobile-menu {
	background: rgba(0,0,0,0.95);
	display: none;
	left: 0;
	line-height: 55px;
	position: absolute;
	top: 0;
    width: 100%;
    z-index: 999;
}

.mobile-menu {
	font-size: 15px;
	font-weight: 800;
	line-height: 55px;
	text-transform: uppercase;
}

.admin-bar .mobile-menu {
    margin-top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .mobile-menu {
        margin-top: 46px;
    }
}

.mobile-menu ul,
.mobile-menu ul ul {
    margin: 0;
}

.mobile-menu li {
	border-top: 1px solid rgba(255,255,255,0.2);
}

.mobile-menu li:before {
    content: "";
    padding-right: 0;
}

.mobile-menu li li a:before {
    content: "-- ";
    padding-right: 0;
}

.mobile-menu li li li a:before {
    content: "---- ";
}

.mobile-menu a {
	color: rgba(255,255,255,0.9);
	display: block;
    margin: 0 auto;
	max-width: 320px;
    padding: 0 20px;
    transition: color 0.4s;
}

.mobile-menu a:hover {
	color: #fff
}

.mobile-top-header .contact-details-trigger {
    display: block;
}

.mobile-top-header .widget-contact-content {
	background: rgba(0,0,0,0.95);
	display: none;
	max-width: 270px;
	min-width: 170px;
	position: absolute;
	top: 61px;
}

.mobile-top-header .widget-area-top-header-left .widget-contact-content {
	left: 0;
}

.mobile-top-header .widget-area-top-header-right .widget-contact-content {
	right: 0;
}

.mobile-top-header .widget-contact-content span,
.mobile-top-header .widget-area-top-header-left .widget-contact-content span:first-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	border-right: none;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
}

/* end 2.4) mobile menu */

/* 2.5) header misc */

.video-overlay-close,
.contact-details-close,
.menu-close {
	font-size: 26px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

/* end 2.5) header misc */

/* end 2) header*/


/* --------------------------------------------------------------------------------- */
/* 3) booking */
/* --------------------------------------------------------------------------------- */


.hb-datepick-check-in-out-trigger {
	bottom: 15px;
	cursor: pointer;
	font-family: FontAwesome;
	font-size: 21px;
	right: 10px;
}

.hb-datepick-check-in-out-trigger:before {
	content: "\f073";
}

.hero-booking-form .hb-datepick-check-in-out-trigger {
	bottom: 9px;
	right: 3px;
}

.hero-booking-form .hb-datepick-check-in-out-trigger {
	color: rgba(255,255,255,0.7);
	transition: color 0.4s;
}

.hero-booking-form .hb-datepick-check-in-out-trigger:hover {
	color: rgba(255,255,255,0.9);
}

.hero-booking-form {
    left: 0;
    margin: 0 40px 40px;
    opacity: 0;
	padding: 22px 20px 0;
    position: absolute;
    right: 0;
    transition: opacity 0.4s;
}

.hero-booking-form-pos-top-hero {
	margin: 40px 40px 0;
}

.hero-booking-form-vertical {
    margin: 40px 0;
    width: 220px;
}

.hero-booking-form-left {
    left: 40px;
    right: auto;
}

.hero-booking-form-right {
    left: auto;
    right: 40px;
}

.hero-booking-form-always-below-hero,
.hero-booking-form-is-below-hero {
    height: auto;
    margin: 0;
    padding: 40px 40px 20px;
    position: static;
}

.hb-hero-search-form-is-vertical .hero-booking-form-always-below-hero,
.hb-hero-search-form-is-vertical .hero-booking-form-is-below-hero {
    padding: 22px 40px 20px;
}

.hero-booking-form h3 {
	display: none;
}

.hero-booking-form .dk-selected,
.hero-booking-form input[type="text"] {
	background: transparent;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	color: #fff;
	font-weight: 700;
	margin-bottom: 0;
	padding-left: 1px;
}

.hero-booking-form .dk-selected:after {
	right: 5px;
}

.hero-booking-form input[type="text"]:focus,
.hero-booking-form .dk-select-open-up .dk-selected,
.hero-booking-form .dk-select-open-down .dk-selected {
	background: transparent;
	border-bottom: 1px solid rgba(255,255,255,0.8);
}

.hero-booking-form input[type="submit"] {
    padding: 9px 14px 8px;
}

.hero-booking-form ::-webkit-input-placeholder {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.hero-booking-form ::-moz-placeholder {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
    opacity: 1;
}

.hero-booking-form :-ms-input-placeholder {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.hero-booking-form .hb-search-error {
	color: #fff;
	font-weight: 700;
}

.hb-check-dates-wrapper {
    position: relative;
}

.hero.has-booking-form + .hero-booking-form #hero-search-form .hb-search-error {
    bottom: -42px;
    position: absolute;
}

.hero.has-booking-form + .hero-booking-form #hero-search-form.hb-vertical-search-form .hb-search-error {
    margin-bottom: 0;
}

#hero-search-form:not(.hb-vertical-search-form) .hb-booking-search-submit {
	float: left;
}

#hero-search-form:not(.hb-vertical-search-form) .hb-booking-search-submit input {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

#hero-search-form:not(.hb-vertical-search-form) .hb-check-dates-wrapper {
	width: 23.5%;
}

#hero-search-form:not(.hb-vertical-search-form).hb-search-form-no-children .hb-check-dates-wrapper {
    width: 32%;
}

#hero-search-form:not(.hb-vertical-search-form) .hb-people-wrapper,
#hero-search-form:not(.hb-vertical-search-form) .hb-booking-search-submit {
	width: 15%;
}

#hero-search-form:not(.hb-vertical-search-form).hb-search-form-no-children .hb-people-wrapper-adults,
#hero-search-form:not(.hb-vertical-search-form) .hb-people-wrapper-children {
	margin-right: 2%;
}

#hero-search-form.hb-vertical-search-form.hb-search-form-no-children .hb-people-wrapper-adults {
    width: 100%;
}

.hb-search-fields p {
	margin-bottom: 28px;
}

.hb-vertical-search-form p.hb-booking-search-submit {
    margin-bottom: 22px;
}

.hb-vertical-search-form input[type="submit"] {
    width: 100%;
}

.hb-input-datepicker {
    cursor: pointer;
}

.hb-change-search-wrapper input {
	margin-top: -10px;
}

div.hb-accom,
div.hb-resa-summary-content {
	border-radius: 0;
}

div.hb-accom {
	transition: border 0.4s;
}

div.hb-accom.hb-accom-selected,
div.hb-resa-summary-content {
	border-color: rgba(0,0,0,0);
}

input[type="text"].error,
input[type="email"].error,
input[type="number"].error,
textarea.error {
	border-color: #F04826;
}

.hero-booking-form-no-id {
    color: #fff;
}

.hb-stripe-expiration {
	width: 70px;
}

.hb-stripe-expiration,
.hb-stripe-expiration-separator {
	float: left;
}

.hb-stripe-expiration-separator {
	margin: 10px 10px 0;
}

.hb-confirm-area {
	margin-top: 30px;
}

.hb-accom-list,
.hb-booking-details-form {
	margin: 0 auto;
	max-width: 800px;
}

.hb-searched-summary {
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 50px;
}

.hbook-wrapper .hb-details-fields input[type="text"] {
    display: inline;
}

.hbook-wrapper .hb-details-fields h3 {
	margin-bottom: 22px;
}

.hbook-wrapper .hb-details-fields hr {
	margin: 12px 0 35px;
}

.hbook-wrapper .hb-details-fields h3 + hr {
	margin-top: 22px;
}

/* end 3) booking */


/* --------------------------------------------------------------------------------- */
/* 4) blog */
/* --------------------------------------------------------------------------------- */

/* 4.1) news */

.column-two-thirds.blog-no-sidebar {
    float: none;
    margin: 0 auto;
}

.blog-has-sidebar .news-title-below-hero,
.blog-has-sidebar .blog-news {
    border-bottom: 1px solid #d4d4d4;
}

.blog-no-sidebar .blog-news {
    margin-bottom: 40px;
}

.blog-news:last-child {
    border-bottom: none;
}

.content-with-padding.news-title-below-hero {
    padding-bottom: 8px;
}

.blog-no-sidebar .content-with-padding.news-title-below-hero {
    padding-top: 70px;
}

.blog-news .content-with-padding {
    padding-bottom: 20px;
    padding-top: 20px;
}

.sticky .content-with-padding {
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.blog-news h2 {
    padding-top: 0;
}

.news-thumbnail {
    padding: 40px 40px 10px 0;
}

.blog-no-sidebar .news-thumbnail {
	padding: 40px 0 10px 0;
}

.news-thumbnail img {
	display: block;
	width: 100%;
}

.news-more {
	margin-bottom: 27px;
}

.news-more .fa {
	font-size: 16px;
	margin-left: 7px;
	transition: margin 0.4s;
	vertical-align: -2px;
}

.news-more a:hover .fa {
	margin-left: 12px;
}

.news-meta {
	border-top: 1px solid #d4d4d4;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 12px;
	padding: 27px 0 0;
}

.news-meta a {
	font-weight: 400;
}

.blog-pagination.content-with-padding {
    padding-top: 40px;
}

.page-numbers {
    border: 1px solid #d4d4d4;
    color: #333;
    display: block;
    float: left;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 10px 0;
    overflow: auto;
    text-align: center;
    transition: border 0.4s, color 0.4s;
    width: 40px;
}

.page-numbers.prev,
.page-numbers.next {
	font-size: 19px;
    line-height: 38px;
}

.sticky + hr {
    display: none;
}

.the-meta {
	font-size: 13px;
    font-style: italic;
    padding-bottom: 1px;
}

.the-meta p {
	margin-bottom: 9px;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
	text-align: right;
}

.nav-previous,
.nav-next {
	max-width: 48%;
}

/* end 4.1) news */

/* 4.2) comments */

#comments-list {
    margin-bottom: 40px;
}

#comments h3, #reply-title {
	padding-top: 0;
}

.hr-no-comment {
    margin-top: 40px;
}

.comment {
    margin-bottom: 13px;
    padding-top: 25px;
}

.comment-wrapper {
	border: 1px solid #d4d4d4;
    padding: 20px;
}

.comment-inner {
    margin-left: 30px;
}

.comment-profile {
    float: left;
}

.comment-profile-name {
    font-weight: 700;
    margin-bottom: 0;
    padding-top: 8px;
}

.comment-date {
    font-size: 13px;
    font-style: italic;
}

.comment-meta {
    margin-bottom: 22px;
}

.bypostauthor .avatar {
    /* border-color set via custom-css.php */
}


.comment-form p {
	margin-bottom: 22px;
}

.avatar {
    padding-right: 10px;
}

.reply {
	margin-bottom: 22px;
}

/* end 4.2) comments */

/* 4.3) sidebar */

.sidebar {
	background: #e2e2e2;
	border-left: 1px solid #ccc;
    box-sizing: border-box;
	padding-bottom: 99999px;
    margin-bottom: -99999px;
}

.sidebar h3 {
	padding-top: 0;
}

.sidebar ul {
	margin-bottom: 0;
}

.sidebar li {
	margin-bottom: 11px;
}

.sidebar ul ul {
    margin-top: 11px;
}

.sidebar .dk-select-options li {
	margin-bottom: 0;
}

.sidebar a {
	font-weight: 400;
}

.sidebar .widget {
	border-top: 1px solid #ccc;
	padding: 40px 40px 34px;
}

.widget li:before,
.footer-widget li:before {
    content: "";
    padding-right: 0;
}

.sidebar .widget:first-child {
	border-top: none;
}

.sidebar .current-menu-item a {
	font-weight: 700;
}

/* end 4.3) sidebar */

/* end 4) blog */


/* --------------------------------------------------------------------------------- */
/* 5) advanced template layout */
/* --------------------------------------------------------------------------------- */

/* 5.1) owner row */

.fancy-slider-row {
	min-height: 400px;
	overflow: hidden;
	padding-top: 10px;
}

.fancy-slider-row.row-has-no-owner-img.row-has-no-owner-slider {
    min-height: 0;
}

.owner-slider {
	background: #fff;
    bottom: 77px;
    left: 50%;
    position: absolute;
    top: 70px;
    right: 40px;
}

.row-has-owner-img .owner-slider {
    left: 0;
    width: 33.33%;
}

.owner-slider-inner {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.row-has-owner-img .owner-slider-inner {
    left: 40px;
}

.owner-slide-caption {
    background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.6) );
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 40px 70px 30px;
    padding-top: 80px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.owner-slide:not(.owner-slide-no-anim) {
	transition: bottom 0.6s, left 0.6s, opacity 0.6s, right 0.6s, top 0.6s;
}

.owner-slide,
.owner-slide-overlay {
	bottom: 40px;
	left: 40px;
	position: absolute;
	right: 0;
	top: 0;
}

.owner-slide {
	opacity: 0;
}

.owner-slide-current {
	bottom: 0;
	left: 0;
	opacity: 1;
	right: 40px;
	top: 40px;
	z-index: 99;
}

.owner-slide-next {
	opacity: 1;
	z-index: 97;
}

.owner-slide-previous {
	bottom: -40px;
	left: -40px;
	right: 80px;
	top: 80px;
	z-index: 100;
}

.owner-slide-previous.owner-slide-next {
    bottom: 40px;
    left: 40px;
    right: 0;
    top: 0;
    z-index: 97;
}

.owner-slide-overlay {
	display: block;
	opacity: 0.7;
	transition: background 0.4s;
	z-index: 98;
}

.owner-slider-to-left,
.owner-slider-to-right {
    background: rgba(0,0,0,0.25);
	bottom: 20px;
	border-radius: 20px;
	display: block;
	height: 40px;
	line-height: 46px;
	position: absolute;
	text-align: center;
	transition: background 0.4s;
	width: 40px;
	z-index: 110;
}

.owner-slider-to-left {
	left: 20px;
}

.owner-slider-to-right {
	right: 60px;
}

.owner-slider-to-left .fa,
.owner-slider-to-right .fa {
	color: #fff;
	font-size: 24px;
}

.owner-slider-to-left .fa {
	margin-left: -2px;
}

.owner-slider-to-right .fa {
	margin-left: 3px;
}

.owner-content {
	position: relative;
	width: 49%;
}

.row-has-owner-img .owner-content {
	position: relative;
	left: 33.33%;
	width: 33.33%;
}

.row-has-no-owner-img.row-has-no-owner-slider .owner-content {
    width: 100%;
}

.owner-content .content-with-padding {
	padding-bottom: 60px;
}

.owner-name,
.owner-title {
	font-weight: 800;
	text-align: right;
}

.owner-name {
	font-size: 18px;
	font-variant: small-caps;
}

.owner-title {
	color: #888;
	text-transform: uppercase;
}

.row-has-no-owner-img .owner-name,
.row-has-no-owner-img .owner-title {
    text-align: center;
}

.owner-img-wrapper {
    bottom: 0;
    position: absolute;
	right: 0;
    top: 0;
    width: 33.33%;
}

.row-has-owner-img-only .owner-img-wrapper {
    width: 50%;
}

.owner-mobile-img {
	display: none;
}

.owner-img-wrapper img {
	position: absolute;
    top: 60px;
	width: 100%;
}

.owner-signature {
	margin-right: -145px;
	position: relative;
	text-align: right;
    z-index: 1;
}

/* end 5.1) owner row */

/* 5.2) video block row */

.video-section-row {
	min-height: 520px;
	position: relative;
}

.video-block-overlay {
	height: 100%;
	position: absolute;
	width: 100%;
}

.video-block-content {
    min-height: 115px;
}

.video-section-row h2 {
	color: #fff;
}

.video-section-row .section-title p {
	color: rgba(220,220,220,0.85);
}

.video-intro-text {
	color: #fff;
	margin: -6px auto 70px;
	text-align: center;
}

.video-section-play {
	border-radius: 25px;
	display: block;
	height: 46px;
	line-height: 46px;
	margin: 36px auto 0;
	text-align: center;
	transition: background 0.4s, color 0.4s;
	width: 46px;
}

.video-section-play .fa {
	color: #fff;
	margin-left: 5px;
}

.video-overlay {
	background: #000;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}

.video-overlay-container {
	bottom: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
	top : 20px;
}

.video-overlay-container iframe,
.video-overlay-container video {
	left: 50%;
	position: absolute;
	top: 50%;
}

.video-overlay-container video {
    opacity: 0;
    transition: opacity 0.4s;
}

.video-overlay-close {
    color: rgba(137,137,137,0.8);
	font-size: 26px;
	height: 20px;
	position: absolute;
	right: 23px;
	top: 18px;
	width: 20px;
    z-index: 99;
}

.video-overlay-close:hover {
	color: rgba(255,255,255,0.9);
}

/* end 5.2) video block row */

/* 5.3) accom row */

.accom {
	background: #000;
    display: block;
}

.accom-title {
	background: linear-gradient( rgba(0,0,0,0.0), rgba(0,0,0,0.6) );
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	padding: 40px 40px 38px;
	padding-top: 80px;
	position: absolute;
	width: 100%;
}

.accom-title p {
    font-weight: 400;
	margin-bottom: 0;
}

.accom-desktop-img {
	display: block;
	width: 100%;
}

.accom-mobile-img {
	display: none;
	width: 100%;
}

.accom img {
	transition: opacity 0.4s;
    -webkit-backface-visibility: hidden;
}

.accom.accom-hover img {
	opacity: 0.4;
}

.accom-link,
.accom-link:hover {
	color: #fff;
}

.accom-link .fa {
	font-size: 16px;
	opacity: 0;
	margin-left: 2px;
	transition: margin 0.4s, opacity 0.4s;
	vertical-align: -1px;
}

.accom-link:hover .fa {
	opacity: 1;
	margin-left: 8px;
}

/* end 5.3) accom row */

/* 5.4) gallery row */

.gallery-row {
	padding: 80px 0;
}

.gallery-row.gallery-layout-desc-center {
    padding: 40px 0 0;
}

.gallery-row.gallery-no-intro {
	padding: 0;
}

.gallery-layout-desc-left .gallery-desc,
.gallery-layout-desc-right .gallery-desc {
	position: absolute;
	width: 33.3333%;
}

.gallery-layout-desc-right .gallery-desc {
    right: 0;
}

.gallery-row .content-with-padding {
	margin-top: -5px;
	padding-top: 0;
}

.gallery-column {
	float: left;
    overflow: hidden;
    position: relative;
    padding-bottom: 16.666666%;
    width: 16.666666%;
}

.gallery-empty {
	background: rgba(0,0,0,0);
    height: 1px;
    padding-bottom: 0;
    width: 33.333333%;
}

.gallery-item {
    overflow: hidden;
    position: absolute;
	transition: background 0.4s;
}

.gallery-column img {
	display: block;
    max-width: 101%;
    position: absolute;
	transition: opacity 0.4s;
	width: 101%;
    -webkit-backface-visibility: hidden;
}

.gallery-column .gallery-img-mobile {
    display: none;
}

.gallery-column:hover img {
	opacity: 0.4;
}

.gallery-column:hover .gallery-enlarge {
	opacity: 1;
}

.gallery-column .gallery-link-all img {
	opacity: 0.25;
}

.gallery-enlarge {
	border-radius: 20px;
	box-sizing: border-box;
	left: 50%;
	margin: -20px 0 0 -20px;
	position: absolute;
	height: 40px;
	opacity: 0;
	top: 50%;
	transition: opacity 0.4s;
	width: 40px;
}

.gallery-enlarge:before,
.gallery-enlarge:after {
	background: #fff;
	content: '';
	display: block;
	position: absolute;
}

.gallery-enlarge:before {
	height: 10px;
	left: 19px;
	top: 15px;
	width: 2px;
}

.gallery-enlarge:after {
	height: 2px;
	left: 15px;
    top: 19px;
	width: 10px;
}

.gallery-link-all div {
	box-sizing: border-box;
	color: #fff;
	padding: 0 15px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
	width: 100%;
}

.gallery-link-all span {
	transition: margin 0.4s;
}

.gallery-link-all .fa {
	font-size: 16px;
	margin-left: 7px;
	transition: margin 0.4s;
	vertical-align: -1px;
}

.gallery-link-all:hover span {
	margin-left: 7px;
}

.gallery-link-all:hover .fa {
	margin-left: 12px;
}

/* end 5.4) gallery row */

/* 5.5) testimonials row */

.testimonials-row {
	position: relative;
}

.testimonial-img {
	background-color: #999;
	bottom: 0;
	position: absolute;
	top: 0;
	width: 50%;
}

.testimonials-big-img-right .testimonial-img {
    left: 50%;
}

.testimonials-wrapper {
	box-sizing: border-box;
	left: 50%;
    overflow: hidden;
	position: relative;
	top: 0;
	width: 50%;
}

.testimonials-big-img-right .testimonials-wrapper {
    left: 0;
}

.testimonials-centered .testimonials-wrapper {
    border-bottom: none;
    left: 0;
    width: 100%;
}

.testimonials-slider {
	position: relative;
}

.testimonial {
	opacity: 0;
	position: absolute;
}

.testimonial-container {
	display: table;
	opacity: 0;
	width: 100%;
}

.testimonial-inner {
	display: table-cell;
	vertical-align: middle;
}

.testimonial-caption {
	background: linear-gradient( rgba(0,0,0,0.0), rgba(0,0,0,0.6) );
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 40px;
	padding-top: 80px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.testimonial-name {
	margin-top: 28px;
	text-align: center;
	font-weight: 700;
}

.testimonial-name .testimonial-info,
.testimonial-caption .testimonial-info {
	font-weight: 400;
	font-style: italic;
}

.testimonial-intro {
	text-align: center;
}

.testimonial-content {
	font-size: 15px;
	font-style: italic;
	text-align: center;
}

.quote-begin,
.quote-end {
	height: 20px;
	width: 27px;
}

.quote-begin {
	background-image: url(//clara.argilet.com/wp-content/themes/adomus/styles/images/laquo.png);
	margin: 16px auto;
}

.quote-end {
	background-image: url(//clara.argilet.com/wp-content/themes/adomus/styles/images/raquo.png);
	margin: 20px auto;
}

.testimonials-nav-thumb {
	margin-top: -10px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}

.testimonials-nav-bullets {
	padding-top: 20px;
	position: relative;
	text-align: center;
}

.testimonial-thumb {
	border-radius: 45px;
    display: inline-block;
	height: 90px;
    margin: 10px;
	opacity: 0.5;
    transition: opacity 0.4s, box-shadow 0.1s;
	width: 90px;
}

.testimonial-thumb {
	box-shadow: inset 0px 0px 0px 3px rgba(0,0,0,0);
}

.testimonial-bullet {
    border: 2px solid #888;
	border-radius: 7px;
    box-sizing: border-box;
    display: inline-block;
	height: 14px;
    margin: 5px;
    transition: background 0.4s, border 0.4s;
	width: 14px;
}

.testimonial-bullet.testimonial-current {
	cursor: default;
}

.testimonial-thumb.testimonial-current,
.testimonial-thumb:hover {
	opacity: 1;
}

/* end 5.5) testimonials row */

/* 5.6) news row */

.news-row .content-with-padding {
	padding: 30px 40px 0px;
}

.news-row h3.news-title {
	padding-top: 0;
}

.news-row .news-more {
	margin-bottom: 45px;
}

.news-row .news-meta {
	margin-top: -28px;
	padding: 15px 0 10px;
}

.news-row .news-thumb {
	height:	100%;
	left: 50%;
	position: absolute;
	width: 50%;
}

.news-row .news-content-right .news-thumb {
	left: 0;
}

.news-row .news-thumb-img {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.4s;
}

.news-thumb-img:hover {
	opacity: 0.4;
}

.mobile-news-img {
	display: none;
	width: 100%;
}

/* end 5.6) news row */

/* 5.7) cta row */

.cta-row.content-with-padding {
	padding: 50px 40px 65px;
}

.cta-row h2 {
	margin-bottom: 0;
	padding-top: 4px;
}

.cta-row p {
	margin-bottom: 21px;
	padding-top: 10px;
}

.cta-row a {
	font-weight: 800;
	text-transform: uppercase;
	transition: color 0.4s, margin 0.4s;
}

.cta-row a .fa {
	font-size: 16px;
	margin-left: 5px;
	transition: margin 0.4s;
	vertical-align: -1px;
}

.cta-row a:hover {
	margin-right: -5px;
}

.cta-row a:hover .fa {
	margin-left: 10px;
}

/* end 5.7) cta row */

/* 5.8) map and contact row */

.map-contact-row.columns-wrapper {
	overflow: visible;
}

.map-contact-row {
	position: relative;
}

.contact-row-vertical-border {
    background: #d4d4d4;
    bottom: 0;
	left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
}


.hotelwp-contact-form .form-error,
.hotelwp-cf-error {
	color: #F04826;
	display: block;
	font-weight: 600;
	margin-top: 6px;
}

.hotelwp-cf-column-half {
	float: left;
	width: 48%;
}

.hotelwp-cf-column-third {
	float: left;
	width: 30.66%;
}

.hotelwp-cf-column-half,
.hotelwp-cf-column-third {
	margin-right: 4%;
}

.hotelwp-cf-column-half:last-of-type,
.hotelwp-cf-column-third:last-of-type {
	margin-right: 0;
}

.hotelwp-cf-details-form-stacked .hotelwp-cf-column-half,
.hotelwp-cf-details-form-stacked .hotelwp-cf-column-third {
	float: none;
	width: 100%;
}

.hotelwp-cf-explanation {
	font-style: italic;
}

.hotelwp-cf-submit input {
	float: left;
}

.hotelwp-cf-processing {
	background: url(//clara.argilet.com/wp-content/themes/adomus/styles/images/loader-2x.gif) no-repeat left center;
	background-size: 24px 24px;
	display: none;
	float: left;
	margin: 8px 0 0 12px;
	height: 24px;
	width: 24px;
}

.hotelwp-cf-error,
.hotelwp-cf-msg-send {
	display: none;
}

.hotelwp-contact-form hr {
	margin: 12px 0 35px;
}

.map-column {
	bottom: -1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: 99;
}

.contact-column + .map-column {
	left: 50%;
}

.map-full-width {
	height: 450px;
}

.map-canvas {
	height: 100%;
	width: 100%;
}

.map-marker-container {
    background-color: rgba(255,255,255,0.8);
    border: 2px solid;
    font-size: 15px;
    font-weight: 800;
    min-width: 100px;
    padding: 13px 16px 12px;
    position: absolute;
    text-align: center;
	text-transform: uppercase;
}

.map-marker-container:before,
.map-marker-container:after {
    border-right-color: transparent!important;
    border-bottom-color: transparent!important;
    border-left-color: transparent!important;
    border-style: solid;
    content: ' ';
    height: 0;
    left: 50%;
    position: absolute;
    width: 0;
}

.map-marker-container:before {
    border-width: 12px 10px 0 10px;
    bottom: -12px;
    margin-left: -10px;
}

.map-marker-container:after {
    border-top-color: rgba(255,255,255,0.8);
    border-width: 8px 7px 0 7px;
    bottom: -8px;
    margin-left: -7px;
}

.map-marker-dot {
    border: 2px solid;
	border-radius: 6px;
    bottom: -35px;
    height: 10px;
    left: 50%;
    margin-left: -6px;
    position: absolute;
	transform: rotate(45deg);
    width: 10px;
}

.map-marker-dot-inner {
    height: 6px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 6px;
}

/* end 5.8) map and contact row */

/* 5.9) pages row */

.featured-pages-row {
    position: relative;
}

.featured-pages-row-vertical-border {
    background: #d4d4d4;
    bottom: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.featured-pages-row-full-width .featured-pages-row-vertical-border {
	display: none;
}

.featured-pages-row-two-columns .featured-pages-row-vertical-border {
    left: 50%;
}

.featured-pages-row-three-columns .featured-pages-row-vertical-border {
    left: 33.33%;
}

.featured-pages-row-three-columns .featured-pages-row-vertical-border + .featured-pages-row-vertical-border {
    left: 66.66%;
}

.featured-pages-row .content-with-padding {
    padding-bottom: 30px;
}

.featured-pages-row h3 {
    margin-bottom: 24px;
    text-align: center;
}

.featured-pages-row-has-title h3 {
    margin: -6px 0 33px;
}

.featured-pages-row-img-wrapper a {
	display: block;
}

.featured-pages-row-img-wrapper img {
	display: block;
    transition: opacity 0.4s;
    -webkit-backface-visibility: hidden;
}

.featured-pages-row-img-wrapper a:hover img {
    opacity: 0.4;
}

.featured-pages-row-full-width .featured-pages-row-img-wrapper {
	margin: 0 auto -16px;
	max-width: 880px;
}

.featured-pages-learn-more-wrapper {
    margin-top: 22px;
    text-align: center;
}

.featured-pages-row-full-width.full-width-content-with-padding {
	padding-bottom: 0;
}

/* end 5.9) pages row */

/* 5.10) text img row */

.column-txt-img-img {
	bottom: 0;
	left: 50%;
	position: absolute;
	top: 0;
	width: 50%;
}

.row-txt-img-txt-right .column-txt-img-img {
	left: 0;
}

.next-row-actually-has-top-border .column-txt-img-img {
	bottom: -1px;
	z-index: 9;
}


/* end 5.10) text img row */

/* 5.11) misc */

.row-has-bottom-border {
    box-shadow: 0 1px 0px #d4d4d4;
}

.column-has-bottom-border {
    box-shadow: inset 0 -1px 0px #d4d4d4;
}

/* end 5.11) misc */

/* end 5) advanced template layout */

/* --------------------------------------------------------------------------------- */
/* 6) footer */
/* --------------------------------------------------------------------------------- */

footer {
	position: relative;
}

.page-template-template-advanced-layout footer {
	box-shadow: none;
}

.footer-dark-text,
.page-template-template-advanced-layout .row-has-bottom-border + .footer-dark-text,
.footer-dark-text .sub-footer {
	box-shadow: inset 0 1px 0px rgba(0,0,0,0.17);
}

.footer-dark-text a {
	color: #333;
	border-bottom: 1px solid rgba(0,0,0,0.17);
}

.footer-dark-text .footer-vertical-border {
	background: rgba(0,0,0,0.17);
}

.footer-light-text {
	color: #ddd;
}

.footer-light-text {
	box-shadow: none;
}

.footer-light-text .sub-footer {
	box-shadow: inset 0 1px 0px rgba(255,255,255,0.05);
}

.footer-light-text a {
	color: #ddd;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.footer-light-text .footer-vertical-border {
	background: rgba(255,255,255,0.05);
}

footer .gallery-wrapper a,
footer .gallery-wrapper a:hover {
	border-bottom: none;
}

footer a.social-link,
footer a.social-link:hover {
	border-bottom: none;
}

.footer-vertical-border {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.footer-three-columns .footer-vertical-border-1 {
	left: 33.33%;
}

.footer-three-columns .footer-vertical-border-2 {
	left: 66.66%;
}

.footer-four-columns .footer-vertical-border-1 {
	left: 25%;
}

.footer-four-columns .footer-vertical-border-2 {
	left: 50%;
}

.footer-four-columns .footer-vertical-border-3 {
	left: 75%;
}

.footer-three-columns .footer-vertical-border-3,
.footer-vertical-border-4 {
	display: none;
}

footer a {
	font-weight: 400;
}

.main-footer .menu {
	margin-bottom: 0;
}

.footer-tagline {
	font-style: italic;
}

.sub-footer {
	min-height: 60px;
	width: 100%;
}

.copyright {
	box-sizing: border-box;
	float: left;
	font-size: 12px;
	padding: 19px 40px 17px;
}

.sub-footer-has-social .copyright {
	width: 50%;
}

.social {
	float: right;
	width: 50%;
}

.social-link {
	color: #fff;
    display: block;
    font-size: 21px;
    float: right;
    height: 60px;
    line-height: 60px;
    text-align: center;
	transition: background 0.4s,color 0.4s;
    width: 60px;
}

.footer-dark-text .social-link {
	color: #fff;
}

.social-link:before {
	font-family: 'FontAwesome';
}

a.social-link:hover {
	background: rgba(255,255,255,0);
}

.social-link.facebook-button {
    background: #3b5998;
}

.social-link.facebook-button:hover,
.social-link.facebook-button:hover:before {
	color: #3b5998;
}

.social-link.facebook-button:before {
	content: '\f09a';
}

.social-link.google-button {
    background: #dd4b39;
}

.social-link.google-button:hover,
.social-link.google-button:hover:before {
    color: #dd4b39;
}

.social-link.google-button:before {
	content: '\f0d5';
}

.social-link.twitter-button {
    background: #00aced;
}

.social-link.twitter-button:hover,
.social-link.twitter-button:hover:before {
    color: #00aced;
}

.social-link.twitter-button:before {
	content: '\f099';
}

.social-link.pinterest-button {
    background: #cb2027;
}

.social-link.pinterest-button:hover,
.social-link.pinterest-button:hover:before {
    color: #cb2027;
}

.social-link.pinterest-button:before {
	content: '\f0d2';
}

.social-link.instagram-button {
	background: #3f729b;
}

.social-link.instagram-button:hover,
.social-link.instagram-button:hover:before {
	color: #3f729b;
}

.social-link.instagram-button:before {
	content: '\f16d';
}

.social-link.youtube-button {
	background: #b31217;
}

.social-link.youtube-button:hover,
.social-link.youtube-button:hover:before {
	color: #b31217;
}

.social-link.youtube-button:before {
	content: '\f167';
}

.social-link.linkedin-button {
	background: #0976b4;
}

.social-link.linkedin-button:hover,
.social-link.linkedin-button:hover:before {
	color: #0976b4;
}

.social-link.linkedin-button:before {
	content: '\f0e1';
}

.social-link.flickr-button {
	background: #ff0084;
}

.social-link.flickr-button:hover,
.social-link.flickr-button:hover:before {
	color: #ff0084;
}

.social-link.flickr-button:before {
	content: '\f16e';
}

/* end 6) footer */

/* --------------------------------------------------------------------------------- */
/* 7) slick slider */
/* --------------------------------------------------------------------------------- */

.slick-slide {
    outline: none;
}

.slick-dots {
    bottom: -60px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.slick-dots li {
    float: left;
    margin-left: 8px;
}

.slick-dots li:first-child {
    margin-left: 0;
}

.slick-dots li:before {
    display: none;
}

.slick-dots .slick-active button,
.slick-dots .slick-active button:hover {
    background: #aaa;
    border: 2px solid #aaa;
    cursor: default;
}

.slick-dots button,
.slick-arrow {
    cursor: pointer;
    display: block;
    outline: none;
    padding: 0;
    text-indent: -99999px;
}

.slick-arrow {
    border: none;
    border-radius: 20px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    transition: background 0.4s;
    width: 40px;
    z-index: 1;
}

.slick-arrow:before {
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 24px;
    position: absolute;
    text-indent: 0;
    top: 7px;
}

.slick-prev:before {
    content: '\f104';
    left: 15px;
}

.slick-next:before {
    content: '\f105';
    left: 17px;
}

/* end 7) slick slider */

/* --------------------------------------------------------------------------------- */
/* 8) misc */
/* --------------------------------------------------------------------------------- */

.mobile-only {
	display: none;
}

.background-img {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hightlight,
.highlight {
	font-style: italic;
	font-weight: 800;
}

p + .gallery-wrapper {
    margin-bottom: 33px;
	margin-top: 22px;
}

.content-with-padding .the-content > h2:first-child {
    padding-top: 0px;
    margin-top: -6px;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
    text-align: center;
}

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

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

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

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

.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 35px;
    position: relative;
}

.video-container iframe {
    height: 100%;
	left: 0;
    position: absolute;
    top:0;
    width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
}

.gallery-caption,
.wp-caption-text {
    font-size: 13px;
    padding: 12px 0 5px;
}

.photoswipe-item {
    display: block;
}

#searchform {
    max-width: 500px;
    position: relative;
}

#searchform input[type="text"] {
    padding-right: 100px;
    width: 100%;
}

#searchform input[type="submit"] {
    border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	padding: 12px 15px 11px;
    position: absolute;
    right: 0;
    top: 0;
}

#wp-calendar th,
#wp-calendar td {
    text-align: center;
}

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

.top-header .widget_polylang .lang-item {
    float: left;
    margin-left: 20px;
}

.top-header .widget_polylang .lang-item:first-of-type {
    margin-left: 0;
}

.top-header .qtranxs_widget ul,
.top-header .widget_polylang ul {
    margin-bottom: 0;
}

.top-header .qtranxs_widget .dk-select,
.top-header .widget_polylang .dk-select {
    margin-top: 8px;
    width: 100px;
}

.top-header .qtranxs_widget .dk-selected,
.top-header .widget_polylang .dk-selected {
    background: none;
    padding-right: 20px;
    text-align: right;
}

.top-header .qtranxs_widget .dk-selected:after,
.top-header .widget_polylang .dk-selected:after {
    font-size: 19px;
    right: 0;
}

.top-header .qtranxs_widget ul li:not(.dk-option) {
    display: inline-block;
    margin: 0 0 0 20px;
}

.top-header .qtranxs_widget ul li.dk-option {
    display: block;
    margin: 0;
}

.top-header .widget_icl_lang_sel_widget ul {
    margin: 0;
}

.top-header li.dk-option {
    line-height: 22px;
}

.post-navigation:after,
.the-content:after,
.comment-meta:after,
.sub-footer,
.clearfix:after {
	clear: both;
	content: "";
	display: table;
}

/* end 8) misc */




/* Copyright HotelWp - https://hotelwp.com/ *//*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(//clara.argilet.com/wp-content/themes/adomus/fonts/fontawesome-webfont.eot?v=4.1.0);src:url(//clara.argilet.com/wp-content/themes/adomus/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'),url(//clara.argilet.com/wp-content/themes/adomus/fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'),url(//clara.argilet.com/wp-content/themes/adomus/fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'),url(//clara.argilet.com/wp-content/themes/adomus/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.main-wrapper {
    min-width: 320px;
}

.columns-wrapper {
	overflow: hidden;
	position: relative;
}

.columns-wrapper:after {
	clear: both;
	content: "";
	display: table;
}

.content-with-padding {
    margin: 0 auto;
    max-width: 800px;
	padding: 40px;
	position: relative;
}

.full-width-content-with-padding {
    padding: 40px;
}

.centered-content {
    margin: 0 auto;
    max-width: 720px;    
}

.column-three-fourths,
.column-one-half,
.column-one-third,
.column-two-thirds,
.column-one-fourth {
	float: left;
	position: relative;
}

.column-three-fourths {
	width: 75%;
}

.column-two-thirds {
	width: 66.6666667%;
}

.column-one-half {
	width: 50%;
}

.column-one-third {
	width: 33.3333333%;
}

.column-one-fourth {
	width: 25%;
}@media only screen and (min-width: 1700px) {
	.header,
	.top-header {
		border: 1px solid rgba(255,255,255,0.15);
		border-top: none;
		left: 50%;
		margin-left: -800px;
		width: 1600px;
	}
	.hero-caption {
		left: 50%;
		margin-left: -500px;
	    max-width: 1000px;
		right: auto;
		width: 1000px;
	}
	.hero-caption.hero-caption-right {
	    margin-left: -350px;
	}
	.hero-caption.hero-caption-left {
	    margin-left: -650px;
	}
	.hero-slider .slick-prev,
	.hero.has-booking-form + .hero-booking-form {
		left: 50%;
		margin-left: -800px;
	}
	.hero-slider .slick-next,
	.hero.has-booking-form + .hero-booking-form.hero-booking-form-right {
		left: auto;
	    right: 50%;
	    margin-right: -800px;
	}
	.hero.has-booking-form + .hero-booking-form:not(.hero-booking-form-vertical) {
		width: 1560px;
	}
	.hero-booking-form-always-below-hero .hbook-wrapper {
		margin: 0 auto;
		width: 1600px;
	}
	.hero-wide.hero-caption-right-on-wide-screen .hero-slider .slick-prev {
		left: 50%;
		margin-left: -500px;
	}
	.hero-wide.hero-caption-left-on-wide-screen .hero-slider .slick-next {
		right: 50%;
		margin-right: -500px;
	}
	.main-wrapper {
		box-shadow: inset 1px 0 0 #d4d4d4, inset -1px 0 0 #d4d4d4;
		margin: 0 auto;
		width: 1600px;
	}
	.owner-slider {
		border-left: 1px solid #d4d4d4;
	}
}

/* owner row */

@media only screen and (max-width: 1100px) {
	.row-has-owner-img .owner-slider {
		border-top: 1px solid #d4d4d4;
		bottom: auto;
		margin: 0 auto 5px;
		padding-bottom: 66%;
		position: relative;
		top: auto;
		width: 100%;
	}
	.row-has-owner-img .owner-slider-inner {
		bottom: 40px;
		left: 40px;
		position: absolute;
		right: 40px;
		top: 40px;
	}
	.row-has-owner-img .owner-content {
		left: 0;
		width: 50%;
	}
	.row-has-owner-img .owner-img-wrapper {
		width: 50%;
	}
	.owner-slide {
		transition: bottom 0.4s, left 0.4s, opacity 0.4s, right 0.4s, top 0.4s;
	}
}

@media only screen and (max-width: 800px) {
    .row-has-no-owner-img .owner-content {
        width: 100%;
    }
	.row-has-no-owner-img .owner-slider {
		border-top: 1px solid #d4d4d4;
		bottom: auto;
        left: auto;
		margin: 0 auto 5px;
		padding-bottom: 66%;
		position: relative;
        right: auto;
		top: auto;
		width: 100%;
	}
	.row-has-no-owner-img .owner-slider-inner {
		bottom: 40px;
		left: 40px;
		position: absolute;
		right: 40px;
		top: 40px;
	}
}

@media only screen and (max-width: 650px) {
	.fancy-slider-row {
		min-height: 0;
	}
	.owner-mobile-img {
		display: block;
		width: 100%;
	}
	.owner-img-wrapper {
		display: none;
	}
    .row-has-owner-img-only .owner-content,
    .row-has-owner-img .owner-content {
		width: 100%;
	}
	.owner-content .content-with-padding {
		padding-bottom: 0;
	}
	.owner-signature {
		margin-right: 0;
	}
	.owner-slide {
		transition: bottom 0.6s, left 0.6s, opacity 0.6s, right 0.6s, top 0.6s;
	}
}

/* end owner roww */

/* accom row */

@media only screen and (max-width: 800px) {
	.accom-mobile-img {
		display: block;
	}
	.accom-desktop-img {
		display: none;
	}
}

/* end accom row */

/* gallery row */

@media only screen and (max-width: 950px) {
	.gallery-row {
		padding: 40px 0 0;
	}
	.gallery-row.row-has-bottom-border {
		box-shadow: none;
	}
	.gallery-row .column-content {
		margin-top: 0;
	}
    .gallery-column .gallery-img-mobile {
        display: block;
    }
	.gallery-column {
		padding-bottom: 33.3333% !important;
		width: 33.3333% !important;
	}
	.gallery-link-all {
		padding-bottom: 33.3333%;
	}
    .gallery-column .gallery-img-desktop,
    .gallery-clearfix,
	.gallery-empty {
		display: none;
	}
    .gallery-layout-desc-left .gallery-desc,
    .gallery-layout-desc-right .gallery-desc {
		position: static;
		width: 100%;
	}
}

/* end gallery row */

/* testimnials row */

@media only screen and (max-width: 800px) {
	.testimonials-images {
		display: none;
	}
	.testimonials-wrapper {
		left: 0;
		width: 100%;
	}
}

/* end testimonials row */

/* news row */

@media only screen and (max-width: 800px) {
	.news-row .column-one-half {
		float: none;
		width: 100%;
	}
	.news-row .news-thumb {
		display: none;
	}
	.news-row .news {
		border: none;
	}
	.mobile-news-img {
		display: block;
	}
	.news-row .row-title {
		border-top: 1px solid #d4d4d4;
	}
	.news-meta {
		padding-bottom: 26px;
	}
	.news-row > div:first-child .news {
		border-top: none;
	}
}

/* end news row */

/* map contact row */

@media only screen and (max-width: 1200px) {
	.map-full-width {
		height: 350px;
	}
}

@media only screen and (max-width: 800px) {
	.contact-column + .contact-column {
		border-top: 1px solid #d4d4d4;
	}
	.contact-row-vertical-border {
		display: none;
	}
	.map-column {
		height: 300px;
		position: static;
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.map-full-width {
		height: 300px;
	}
}

/* end map contact row */

/* pages row */

@media only screen and (max-width: 800px) {
    .featured-pages-row .column-one-half,
    .featured-pages-row .column-one-third {
        border-top: 1px solid #d4d4d4;
        padding-top: 0;
	}
    .featured-pages-row .column-one-half:first-child,
    .featured-pages-row .column-one-third:first-child {
        border-top: none;
    }
    .featured-pages-row .featured-pages-row-vertical-border {
        display: none;
    }
}

/* end pages row */

/* txt img row */

@media only screen and (max-width: 800px) {
	.column-txt-img-img {
		display: none;
	}
}

/* end txt img row */


@media only screen and (max-width: 800px) {
	.content-with-padding,
	.full-width-content-with-padding {
		padding-left: 25px;
		padding-right: 25px;
	}
	.logo,
	.site-name {
		margin-left: 25px;
	}
	.copyright {
		padding-left: 25px;
		padding-right: 25px;
	}
	.list-menu > li:last-child {
		margin-right: 25px;
	}
	.mobile-menu-trigger {
		right: 25px;
	}
	.widget-area-top-header-left {
		left: 25px
	}
	.widget-area-top-header-right {
		right: 25px
	}
	.column-one-fourth,
    .column-one-third,
	.column-two-thirds,
    .column-one-half,
	.sidebar {
		float: none;
		width: 100%;
	}
	.footer-vertical-border {
		display: none;
	}
	.footer-dark-text .column-one-third,
	.footer-dark-text .column-one-fourth {
		border-top: 1px solid rgba(0,0,0,0.17);
	}
	.footer-light-text .column-one-third,
	.footer-light-text .column-one-fourth {
		border-top: 1px solid rgba(255,255,255,0.05);
	}
	.footer-vertical-border-1 + .column-one-third,
	.footer-vertical-border-1 + .column-one-fourth {
		border-top: none;
	}
    .desktop-only {
        display: none;
    }
	.mobile-only {
		display: block;
	}
    h1,
    .below-hero-title .title,
    .hero-caption .title {
        font-size: 33px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 375px) {
	.hero-caption h1,
	.hero-caption .title {
		font-size: 24px;
		line-height: 40px;
	}
}

@media only screen and (max-width: 500px) {
    .hero-slider .slick-prev {
        left: 15px;
    }
    .hero-slider .slick-next {
        right: 15px;
    }
    .hero-caption {
        left: 70px;
        right: 70px;
	}
	table th,
	table td {
		padding-left: 10px;
		padding-right: 10px;
	}
}table.ui-datepicker-calendar,
table.ui-datepicker-calendar th,
table.ui-datepicker-calendar td,
table.ui-datepicker-calendar thead tr:last-child th,
table.ui-datepicker-calendar thead tr:last-child td {
    border: none;
}

#ui-datepicker-div {
	z-index: 99 !important;
}

.ui-datepicker {
	background: #fff;
	border: 1px solid;
	border-radius: 5px;
	box-shadow: 0 3px 15px rgba(0,0,0,0.25);
	display: none;
	margin-top: 2px;
	padding: 0 0 12px;
	width: 279px;
}

.ui-datepicker .ui-datepicker-header {
	height: 55px;
	position: relative;	
}

.ui-datepicker .ui-datepicker-title {
    line-height: 55px;
    text-align: center;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 15px;
	color: #fff;
	cursor: pointer;
    display: block;
	font-size: 19px;	
    height: 30px;	
	line-height: 26px;
	position: absolute;
	text-align: center;
	top: 15px;
	transition: background 0.4s;
    width: 30px;	
}

.ui-datepicker .ui-datepicker-next.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled:hover,
.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-prev.ui-state-disabled:hover {
	background: #ccc;
	cursor: default;
}

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

.ui-datepicker .ui-datepicker-next:after,
.ui-datepicker .ui-datepicker-prev:after {
    font-family: 'FontAwesome';
    position: absolute;
    top: 2px;
}

.ui-datepicker .ui-datepicker-prev:after {
	content: '\f104';
	left: 12px;
}

.ui-datepicker .ui-datepicker-next:after {
	content: '\f105';
	left: 13px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-prev {
	left: 8px;
}

.ui-datepicker .ui-datepicker-next {
	right: 7px;
}

.ui-datepicker.ui-datepicker-multi-2 .ui-datepicker-prev {
	left: 4px;
}

.ui-datepicker.ui-datepicker-multi-2 .ui-datepicker-next {
	right: 3px;
}

.ui-datepicker table {
	font-size: 14px;
	border-collapse: collapse;
	margin: 0 auto;
}

.ui-datepicker th {
	padding: 8px 0px 1px;
	text-align: center;
	font-size: 12px;
	font-weight: 800;
	color: #555;
	border: 0;
}

.ui-datepicker td {
	padding: 1px 1px;
	width: 37px;
	position: relative;
}

.ui-datepicker td span,
.ui-datepicker td a {
	color: #444;
	display: block;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
}

.ui-state-default{
    background: #fff;
	padding: 2px 0px 3px;
}

.ui-datepicker-unselectable .ui-state-default{
    background: #e5e5e5;
	color: #aaa;
    padding: 2px 0px 3px;
}

.ui-datepicker td .ui-state-default.ui-state-hover,
.ui-datepicker td .ui-state-default.ui-state-active {
    border: 1px solid;
	padding: 0 0 1px !important;
}

.hb-availability-calendar .ui-datepicker.ui-datepicker-multi-2 {
	width: 577px !important;
}

.hb-availability-calendar .ui-datepicker {
	border-radius: 0;
	box-shadow: none;
}

.hb-availability-calendar .ui-datepicker-unselectable .ui-state-default {
    background: #eee;
	color: #555;
}

.hb-availability-calendar .ui-datepicker-unselectable.hb-date-past .ui-state-default {
    background: #e5e5e5;
	color: #aaa;
}

.hb-availability-calendar .ui-datepicker .hb-day-taken .ui-state-default,
.hb-availability-calendar .ui-datepicker .hb-day-taken-start .ui-state-default,
.hb-availability-calendar .ui-datepicker .hb-day-taken-end .ui-state-default {
	border: none;
}

.datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
	margin-left: 10px;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.15s;
          transition: opacity 0.15s; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus,
  .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(//clara.argilet.com/wp-content/themes/adomus/styles/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(//clara.argilet.com/wp-content/themes/adomus/styles/photoswipe/default-skin/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

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

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

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 600;
  padding: 10px;
  line-height: 20px;
  color: #FFF; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(//clara.argilet.com/wp-content/themes/adomus/styles/photoswipe/default-skin/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

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

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}