html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li , blockquote{
margin: 0;
padding: 0;
}
body {
background: #ccc;
color: #333;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 22px;
}
h1,h2,h3,h4,h1 a,h2 a,h3 a,h4 a {
font-weight: 800;
}
h5,h6 {
font-weight: 700;
}
h1 {
font-size: 36px;
line-height: 44px;
}
h2 {
font-size: 24px;
line-height: 30px;
margin-bottom: 22px;
padding-top: 20px;
}
h3 {
font-size: 18px;
margin-bottom: 13px;
}
h4 {
font-size: 16px;
margin-bottom: 12px;
}
h5 {
font-size: 14px;
margin-bottom: 6px;
}
h6 {
font-size: 12px;
}
.hero-caption .title,
.hero-caption h1 {
color: #fff;
text-align: center;
}
.below-hero-title .title,
.hero-caption .title {
font-size: 36px;
font-weight: 800;
line-height: 44px;
margin: 0;
text-transform: none;
}
.tagline {
color: rgba(255,255,255,0.9); 
font-size: 16px; 
font-weight: 700; 
margin-bottom: 15px; 
text-align: center; 
text-transform: uppercase;
}
p {
margin-bottom: 11px;
}
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%;
}
table th,
table td {
border: 1px solid #ddd;
padding: 10px;
}
table tr:first-child th,
table tr:first-child td {
border-top: 0;
}
table tr:last-child th,
table tr:last-child td {
border-bottom: 0;
}
table thead tr:last-child th,
table thead tr:last-child td {
border-bottom: 1px solid #ddd;
}
table tfoot tr:last-child th,
table tfoot tr:last-child td {
border-top: 1px solid #ddd;
}
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: #ddd;
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: 11px;
}
input[type="text"],
textarea,
.dk-selected {
background: #eee;
border: none;
box-sizing: border-box;
border-bottom: 1px solid #bbb;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 20px;
outline: none;
padding: 10px;
transition: background 0.4s, border 0.4s;
}
.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: 1px solid;
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;
}
a {
font-weight: 700;
text-decoration: none;
transition: color 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;
padding: 10px 15px 9px;
text-transform: uppercase;
transition: background 0.4s;
}
input[type="button"],
.button {
margin-bottom: 11px;
}
.main-wrapper {
background: #fff;
position: relative;
}
.below-hero-title,
.section-title {
text-align: center;
}
.section-title h2 {
padding-top: 0;
}
.below-hero-title p.tagline,
.section-title p {
color: #888;
font-weight: 800;
margin-bottom: 3px;
padding-top: 10px;
text-transform: uppercase;
}
.below-hero-title p.tagline {
padding-top: 24px;
}
.below-hero-title h1,
.below-hero-title .title {
margin-bottom: 52px;
}
.adv-tmpl-title-row.below-hero-title h1,
.adv-tmpl-title-row.below-hero-title .title {
margin-bottom: 20px;
}     .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-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: 630px;
}
.hero-slide-wrapper img {
position: relative;
}
.hero video {
position: absolute;
}
.hero-youtube-video-player {
display: none;
position: absolute;
}
.hero-caption {
left: 10%;
margin-top: -5px;
opacity: 0;
position: absolute;
text-align: center;
right: 10%;
transition: opacity 0.4s;
width: 80%;
}
.hero-slider.slick-slider {
position: absolute;
width: 100%;
}
.hero-slider .slick-prev {
left: 2%;
}
.hero-slider .slick-next {
right: 2%;
}
.hero-slider .slick-arrow {
background: rgba(0,0,0,0.25);
}  header {
border-bottom: 1px solid rgba(255,255,255,0.1);
height: 100px;
position: absolute;
top: 0px;
width: 100%;
}
.top-header + header {
top: 61px;
}
.top-header {
border-bottom: 1px solid rgba(255,255,255,0.1);
color: #fff;
font-size: 13px;
font-weight: 700;
position: absolute;
top: 0;
width: 100%;
}
.contact-details-trigger,
.contact-detail {
border-right: 1px solid rgba(255,255,255,0.1);
display: inline-block;
line-height: 60px; 
margin-left: -4px;
padding: 0 40px;
}
.contact-details-trigger,
.contact-detail:first-child {
margin-left: 0;
}
.contact-details-trigger {
border-right: none;        
}
.mobile-top-header .contact-detail {
display: none;
}
.contact-details-trigger {
display: none;
}
.contact-details-trigger a {
color: rgba(255,255,255,0.8);
transition: color 0.4s;
}
.contact-details-trigger a:hover {
color: #fff;
}
.mobile-top-header .contact-details-trigger {
display: block;
}
.logo {
color: rgba(255,255,255,0.7);	
font-size: 24px;
font-weight: 800;
left: 40px;
line-height: 100px;
position: absolute;
text-transform: uppercase;
transition: color 0.4s;
}
.logo a {
color: rgba(255,255,255,0.7);
font-weight: 800;
}
.logo a:hover,
.logo:hover {
color: #fff;
}  .main-menu {
margin-bottom: 0;
position: absolute;
right: 0;
top: 0;
}
.main-menu > li {
border-bottom: 1px solid rgba(255,255,255,0);
float: left;
line-height: 100px;
margin-right: 40px;
transition: border 0.4s;
}
.main-menu > li.menu-item-hover,
.main-menu > li.current-menu-item,
.main-menu > li.current-menu-parent  {
border-bottom: 1px solid rgba(255,255,255,0.3);
}
.main-menu ul li {
background: rgba(0,0,0,0.9);
border-bottom: 1px solid rgba(255,255,255,0.1);
line-height: 22px;
padding: 16px 10px;
position: relative;
}
.main-menu ul li a {
padding: 0 10px;
}
.main-menu ul li:last-child {
border-bottom: none;
}
.main-menu ul ul {
left: 201px;
top: 0;
}
.main-menu ul ul.menu-sub-left {
left: -201px;
}
.main-menu > li.menu-item-has-children > a:after {
content: '\00a0\00a0\f107';
font-family: 'FontAwesome';
vertical-align: bottom;
}
.main-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.main-menu ul {
margin-left: 0;
}
.main-menu li:before {
content: "";
padding-right: 0;
}
.main-menu a {
color: rgba(255,255,255,0.7);
display: block;
font-weight: 800;
text-transform: uppercase;
transition: color 0.4s;
}
.main-menu .current-menu-ancestor > a,
.main-menu .current-menu-item > a,
.main-menu a:hover {
color: #fff;
}
.main-menu ul {
display: none;
position: absolute;
top: 101px;
width: 200px;
z-index: 999;
}
.main-menu ul li a {
font-size: 13px;
}  .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-contact-details,
.mobile-menu {
background: rgba(0,0,0,0.95);
display: none;
left: 0;
line-height: 55px;
position: absolute;
top: 0;
width: 100%;
z-index: 10;
}
.mobile-menu {
font-size: 15px;
font-weight: 800;
line-height: 55px;
text-transform: uppercase;
}
.mobile-contact-details {
color: #fff;
font-size: 13px;
font-weight: 700;
}
.admin-bar .mobile-contact-details,
.admin-bar .mobile-menu {
margin-top: 32px;
}
@media screen and (max-width: 782px) {
.admin-bar .mobile-contact-details,
.admin-bar .mobile-menu {
margin-top: 46px;
}
}
.mobile-contact-details ul,
.mobile-menu ul,
.mobile-menu ul ul {
margin: 0;
}
.mobile-contact-details li,
.mobile-menu li {
border-top: 1px solid rgba(255,255,255,0.2);
}
.mobile-contact-details li {
padding: 0 40px;
}
.mobile-contact-details li:before,
.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: "---- ";
}
.contact-details-close {
color: rgba(255,255,255,0.9);
padding: 0 20px;
transition: color 0.4s;
}
.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;
}
.contact-details-close:hover,
.mobile-menu a:hover {
color: #fff
}  .video-overlay-close,
.contact-details-close,
.menu-close {
font-size: 26px;
height: 20px;
position: absolute;
right: 0;
top: 0;
width: 20px;
}
.hero-scroll,
.hero-booking-and-scroll {
bottom: 15px;
left: 40px;
position: absolute;
right: 40px;
}
.hero-scroll-text {
color: #fff;
margin-bottom: 9px;
text-align:center;  
}
.hero-scroll-link {
color: rgba(255,255,255,0.7);
display: block; 
font-size: 36px;
margin: 0 auto; 
text-align: center;
width: 50px;
}
.hero-scroll-link:hover {
color: #fff;
}     button.ui-datepicker-trigger {
background: none;
bottom: 8px;
display: block;
font-family: FontAwesome;
font-size: 21px;
position: absolute;
right: 10px;
transition: color 0.4s;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.hero-booking-form button.ui-datepicker-trigger {
right: -2px;
}
.hero-booking-form button.ui-datepicker-trigger,
.hero-booking-form button.ui-datepicker-trigger:hover {
color: rgba(255,255,255,0.9);
}
.ui-datepicker-trigger:before {
content: "\f073";
}
.hero-booking-form {
margin: -50px 40px 0;
left: 0;
opacity: 0;
padding: 20px 20px 0;
position: absolute;
right: 0;
transition: opacity 0.4s;
}
.hero-has-scroll-arrow + .hero-booking-form {
margin-top: -132px;
}
.booking-form-below-hero,
.hero-booking-form-below {
height: auto;
margin: 0;
padding: 20px 40px;
position: static;
}
.hero-has-scroll-arrow + .booking-form-below-hero,
.hero-has-scroll-arrow + .hero-booking-form-below {
margin-top: 0;
}
.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.2);
color: #fff;
font-weight: 700;
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.5);
}
.hero-booking-form input[type="submit"] {
border: 1px solid;
border-radius: 4px;
padding: 9px 14px 8px;
transition: background 0.4s, border 0.4s, color 0.4s;
}
.hero-booking-form input[type="submit"]:hover {
background: #fff;
border: 1px solid rgba(255,255,255,1);
}
.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-booking-searching {
margin-top: 8px;
}
.hb-search-fields p,
.hb-details-fields p {
margin-bottom: 28px;
}
.hb-vertical-search-form p.hb-booking-search-submit {
margin-bottom: 22px;
}
.hb-input-datepicker {
cursor: pointer;
}
div.hb-accom,
div.hb-resa-summary-content {
border-radius: 0;
}
div.hb-resa-summary-content {
width: 50%;
}
input[type="text"].error,
textarea.error {
border-color: #F04826;
}
.hero-booking-form-no-id {
color: #fff;
}     .news-title-below-hero,
.blog-news {
border-bottom: 1px solid #ddd;
}
.blog-news:last-child {
border-bottom: none;
}
.content-with-padding.news-title-below-hero {
padding-bottom: 8px;    
}
.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;
}
.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 #ddd;
font-size: 13px;
font-style: italic;
padding: 27px 0 0;
}
.news-meta a {
font-weight: 400;
}
.blog-pagination.content-with-padding {
padding-top: 40px;
}
.page-numbers {
border: 1px solid #d8d8d8;
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;
width: 40px;
}
.sticky + hr {
display: none;
}
.the-meta {
font-style: italic;
padding-bottom: 1px;
}
.nav-previous {
float: left;
}
.nav-next {
float: right;
}  #comments-list {
margin-bottom: 40px;
}
.hr-no-comment {
margin-top: 40px;
}
.comment {
margin-bottom: 13px;
padding-top: 25px;
}
.comment-wrapper {
border: 1px solid #ddd;
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 { }
.comment-form p {
margin-bottom: 22px;
}
.avatar {
padding-right: 10px;
}
.reply {
margin-bottom: 22px;
}  .sidebar {
background: #ddd;
padding-bottom: 99999px;
margin-bottom: -99999px;
}
.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;
}
.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;
}      .owner-row {
min-height: 400px;
overflow: hidden;
padding-top: 10px;
}
.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 {
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-overlay {
display: block;
opacity: 0.8;
transition: opacity 0.4s;
z-index: 98;
}
.owner-slide-overlay:hover {
opacity: 0.6;
}
.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%;
}
.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%;
}
.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;
}  .video-block-row {
min-height: 520px;
position: relative;
}
.video-block-overlay {
height: 100%;
position: absolute;
width: 100%;
}
.video-block-content {
min-height: 115px;
}
.video-block-row h2 {
color: #fff;
}
.video-block-row .section-title p {
color: rgba(220,220,220,0.85);
}
.video-intro-text {
color: #fff;
margin: -6px auto 70px;
max-width: 420px;
padding: 0 40px;
text-align: center;
}
.video-block-play {
background: rgba(255,255,255,0.6);
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-block-play .fa {
margin-left: 5px;
}
.video-block-play:hover {
color: #fff;
}
.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);
}  .accom {
background: #000;
}
.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.7;
}
.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;
}  .gallery-row {
padding: 80px 0;
}
.gallery-row.gallery-layout-desc-center {
padding: 40px 0 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-layout-desc-center .gallery-desc {
margin: 0 auto;
max-width: 630px;
}
.gallery-row .content-with-padding {
margin-top: -5px;
padding-top: 0;
}
.gallery-column {
background: #000;
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-column img {
display: block;
max-width: 101%;
position: absolute;
transition: opacity 0.4s;
width: 101%;
-webkit-backface-visibility: hidden;
}
.gallery-column:hover img {
opacity: 0.7;
}
.gallery-link-all {
background: #e7e7e7;
padding-bottom: 16.6666%;
position: relative;
transition: background 0.4s;
}
.gallery-link-all:hover {
color: #fff;
}
.gallery-link-all div {
box-sizing: border-box;
margin: -24px auto 0;
padding: 0 15px;
position: absolute;
text-align: center;
text-transform: uppercase;
top: 50%;
width: 100%;
}
.gallery-link-all i.fa {
font-size: 24px;
}  .testimonials-row {
position: relative;
}
.testimonials-row .section-title {
padding-top: 40px;
}
.testimonial-img {
background-color: #999;
bottom: 0;
position: absolute;
top: 0;
width: 50%;
}
.testimonials-big-img-right .testimonial-img {
left: 50%;
}
.news-row + .testimonials-row .testimonial-img {
border-top: 1px solid #fff;
margin-top: -1px;
}
.next-row-has-top-border + .testimonials-row:not(.testimonials-centered) .testimonials-wrapper {
border-top: 1px solid #ddd;
}
.testimonials-wrapper {
border-bottom: 1px solid #ddd;
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;
margin: 0 auto;
max-width: 730px;
width: 100%;
}
.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-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(//pensioncalla.cz/wp-content/themes/adomus/styles/images/laquo.png);
margin: 17px auto;
}
.quote-end {
background-image: url(//pensioncalla.cz/wp-content/themes/adomus/styles/images/raquo.png);
margin: 20px auto;
}
.testimonials-nav-thumb {
padding: 10px 40px 0;
position: relative;
text-align: center;
}
.testimonials-nav-bullets {
margin-top: -10px;
padding: 0 40px 50px;
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-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-thumb.testimonial-current,
.testimonial-thumb:hover {
opacity: 1;
}  .news-row > div:first-child .news {
border-top: 1px solid #ddd;
}
.news-row .news {
border-bottom: 1px solid #ddd;
transition: background 0.4s;
}
.news-row .content-with-padding {
padding: 30px 40px 0px;
}
.news-row .news-more {
margin-bottom: 17px;
}
.news-row .news-meta {
padding: 15px 0 10px;
}
.news-row .news-thumb {
background: #000;
height:	100%;
left: 50%;
position: absolute;
width: 50%;
}
.news-row .news-thumb-img {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: opacity 0.4s;
}
.news-hover .news-thumb-img {
opacity: 0.7;
}
.mobile-news-img {
display: none;
width: 100%;
}  .cta-row.content-with-padding {
padding: 50px 40px 65px;
}
.cta-row h2 {
margin-bottom: 15px;
}
.cta-row a {
font-weight: 800;
text-transform: uppercase;
transition: 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;
}  .map-canvas {
height: 450px;
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;
}  .features-row {
position: relative;    
}
.features-row-vertical-border {
background: #ddd;
bottom: 0;
position: absolute;
top: 0;
width: 1px;    
}
.features-row-two-columns .features-row-vertical-border {
left: 50%;
}
.features-row-three-columns .features-row-vertical-border {
left: 33.33%;
}
.features-row-three-columns .features-row-vertical-border + .features-row-vertical-border {
left: 66.66%;
}
.features-row .content-with-padding {
padding-bottom: 30px;
}
.features-row h3 {
margin-bottom: 24px;
text-align: center;
}
.features-row-has-title h3 {
margin: -6px 0 33px;
}
.features-row-img-wrapper {
margin-bottom: 22px;    
}  .next-row-has-top-border + .row-has-top-border {
border-top: 1px solid #ddd;
}     .hb-contact-form .hb-detail-field {
max-width: 750px;
}
.hb-contact-form p {
margin-bottom: 28px;
}
.hb-processing-contact-form {
margin-top: 9px;
}    .main-footer {
border-top: 1px solid #ddd;
padding: 40px 20px;
}
.page-template-template-advanced-layout .main-footer {
border-top: none;
}
footer .column-one-fourth {
box-sizing: border-box;
padding: 0 20px;
}
footer a {
color: #333;
font-weight: 400;
}
.footer-tagline {
font-style: italic;
}
.sub-footer {
border-top: 1px solid #ddd;
height: 60px;
padding: 0;
position: relative;
}
.copyright {
font-size: 12px;
line-height: 60px;
margin-left: 40px;
}
.social {
height: 60px;
position: absolute;
right: 0;
top: -1px;
}
.social-link {
color: #fff;
display: block;
font-size: 21px;
float: right;
height: 60px;
line-height: 60px;
text-align: center;
transition: color 0s;
width: 60px;
}
.social-link:before {
font-family: 'FontAwesome';
}
.social-link:hover:before {
color: #fff;
}
.social-link.facebook-button {
background: #3b5998;
}
.social-link.facebook-button:before {
content: '\f09a';
}
.social-link.google-button {
background: #dd4b39;
}
.social-link.google-button:before {
content: '\f0d5';
}
.social-link.twitter-button {
background: #00aced;
}
.social-link.twitter-button:before {
content: '\f099';
}
.social-link.pinterest-button {
background: #cb2027;
}
.social-link.pinterest-button:before {
content: '\f0d2';
}
.social-link.instagram-button {
background: #3f729b;
}
.social-link.instagram-button:before {
content: '\f16d';
}
.social-link.youtube-button {
background: #b31217;
}
.social-link.youtube-button:before {
content: '\f167';
}
.social-link.linkedin-button {
background: #0976b4;
}
.social-link.linkedin-button:before {
content: '\f0e1';
}
.social-link.flickr-button {
background: #ff0084;
}
.social-link.flickr-button:before {
content: '\f16e';
}    .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 {
background: none;
border: 2px solid #aaa;
border-radius: 5px;
height: 10px;
transition: border 0.4s;
width: 10px;
}
.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;
}    .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: 22px 0 33px;
}
.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;
}
#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;
position: absolute;
right: 0;
top: 0;
}
#wp-calendar th,
#wp-calendar td {
text-align: center;
}
table.hb-rates-table td {
padding: 10px 0 11px;
}
.says, 
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
}
.post-navigation:after,
.the-content:after,
.comment-meta:after,
.clearfix:after {
clear: both;
content: "";
display: table;
}@font-face{font-family:'FontAwesome';src:url(//pensioncalla.cz/wp-content/themes/adomus/fonts/fontawesome-webfont.eot?v=4.1.0);src:url(//pensioncalla.cz/wp-content/themes/adomus/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'),url(//pensioncalla.cz/wp-content/themes/adomus/fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'),url(//pensioncalla.cz/wp-content/themes/adomus/fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'),url(//pensioncalla.cz/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 {
padding: 40px;
position: relative;
}
.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: 1450px) {
body:not(.main-wrapper-full-screen) .main-wrapper {
margin: 0 auto;
width: 1365px;
}
} @media only screen and (max-width: 1100px) {
.row-has-owner-img .owner-slider {
border-top: 1px solid #ddd;
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: 850px) {
.row-has-no-owner-img .owner-content {
width: 100%;
}
.row-has-no-owner-img .owner-slider {
border-top: 1px solid #ddd;
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) {
.owner-row {
min-height: 0;
}
.owner-mobile-img {
display: block;
width: 100%;
}
.owner-img-wrapper {
display: none;
}
.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;
}
}  @media only screen and (max-width: 810px) {
.accom-row .column-one-half,
.accom-row .column-one-third {
float: none;
width: 100%;
}
.accom-mobile-img {
display: block;
}	
.accom-desktop-img {
display: none;
}
}  @media only screen and (max-width: 1030px) {
.gallery-row {
padding-top: 40px;
}
.gallery-row .column-content {
margin-top: 0;
}
.gallery-column {
padding-bottom: 33.3333% !important;
width: 33.3333% !important;
}
.gallery-link-all {
padding-bottom: 33.3333%;
}
.gallery-clearfix,
.gallery-empty {
display: none;
}
.gallery-layout-desc-left .gallery-desc,
.gallery-layout-desc-right .gallery-desc {
position: static;
width: 100%;
}
}  @media only screen and (max-width: 810px) {
.testimonials-images {
display: none;
}
.testimonials-wrapper {
left: 0;
width: 100%;
}
}  @media only screen and (max-width: 910px) {
.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 #ddd;
}
.news-meta {
padding-bottom: 26px;
}
.news-row > div:first-child .news {
border-top: none;
}    
}  @media only screen and (max-width: 910px) {
.cta-row {
border-top: 1px solid #ddd;
}
}  @media only screen and (max-width: 1200px) {
.map-canvas {
height: 350px;
}
}
@media only screen and (max-width: 600px) {
.map-canvas {
height: 300px;
}
}  @media only screen and (max-width: 910px) {
.features-row .column-one-half,
.features-row .column-one-third {
border-top: 1px solid #ddd;
float: none;
padding-top: 0;
width: 100%;
}
.features-row .column-one-half:first-child,
.features-row .column-one-third:first-child {
border-top: none;
}
.features-row .content-with-padding {
margin: 0 auto;
max-width: 630px;
}
.features-row .features-row-vertical-border {
display: none;
}
} @media only screen and (max-width: 750px) {
.column-one-fourth,
.column-one-third,
.column-two-thirds,
.column-one-half,
.sidebar {
float: none;
width: 100%;
}
footer .column-one-fourth {
margin-bottom: 33px;
}
.sub-footer {
height: 120px;
}
.social {
position: relative;
}
}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;
}.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%; -webkit-backface-visibility: hidden;
outline: none; }
.pswp * {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.pswp img {
max-width: none; } .pswp--animate_opacity { opacity: 0.001;
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--open {
display: block; }
.pswp--zoom-allowed .pswp__img { cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.pswp--zoomed-in .pswp__img { cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab; }
.pswp--dragging .pswp__img { cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing; } .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; } .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; -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; -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; } .pswp__img--placeholder {
-webkit-backface-visibility: hidden; } .pswp__img--placeholder--blank {
background: #222; }
.pswp--ie .pswp__img {
width: 100% !important;
height: auto !important;
left: 0;
top: 0; } .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; }.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 .pswp__button--close {
opacity: 1; }
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
background: url(//pensioncalla.cz/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) { .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
background-image: url(//pensioncalla.cz/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; } .pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
visibility: hidden; } .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; } .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 { 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); } .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; } .pswp__counter {
position: absolute;
left: 0;
top: 0;
height: 44px;
font-size: 13px;
line-height: 44px;
color: #FFF;
opacity: 0.75;
padding: 0 10px; } .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; } .pswp__caption--fake {
visibility: hidden; } .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 { background: url(//pensioncalla.cz/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 { 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); } }  .pswp__ui {
-webkit-font-smoothing: auto;
visibility: visible;
opacity: 1;
z-index: 1550; } .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 .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 .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
background-color: rgba(0, 0, 0, 0.3); } .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 .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { opacity: 0.001; } .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; }.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;
}