

/* Style Index * /

1.0 - Global
2.0 - Header
	2.1 - Top Bar
	2.2 - Logo
	2.3 - Header Icons
	2.4 - Header Button
	2.5 - Page Header
3.0 - Navigation
	3.1 - Mobile Navigation
	3.2 - Navigation Search
4.0 - Slideshow
5.0 - Typography
	5.1 - Lists
		5.1.1 - List 1
		5.1.2 - List 2
		5.1.3 - List 3
		5.1.4 - List 4
		5.1.5 - Ordered List
	5.2 - Buttons
	5.3 - Dropcap
	5.4 - Tables
	5.5 - Alerts & Messages
	5.6 - Pagination
	5.7 - Font Awesome
	5.8 - Forms
	5.9 - Other
6.0 - JS Elements
	6.1 - Accordion
	6.2 - Toggle
	6.3 - Tabs
7.0 - Content
	7.1 - Latest News
		7.1.1 - Latest News Home
		7.1.2 - Latest News Main
			7.1.2.1 - Latest News 2 Cols
			7.1.2.2 - Latest News 3 Cols
			7.1.2.3 - Latest News 4 Cols
			7.1.2.4 - Latest News 5 Cols
			7.1.2.5 Latest News 1 Col List
		7.1.3 - Comments
	7.2 - Home
		7.2.1 - Accommodation Search
		7.2.2 - Video
		7.2.3 - About Us
		7.2.4 - Partners
		7.2.5 - Photos
	7.3 - Accommodation
		7.3.1 - Accommodation 2 Columns
		7.3.2 - Accommodation 3 Columns
		7.3.3 - Accommodation 4 Columns
		7.3.4 - Accommodation 5 Columns
		7.3.5 - General Accommodation
	7.4 - Testimonials
	7.5 - Services
		7.5.1 - Services 2 Columns
		7.5.2 - Services 3 Columns
		7.5.3 - Services 4 Columns
		7.5.4 - Services 5 Columns
	7.6 - Photo Gallery
		7.6.1 - Photo Gallery 2 Columns
		7.6.2 - Photo Gallery 3 Columns
		7.6.3 - Photo Gallery 4 Columns
		7.6.4 - Photo Gallery 5 Columns
	7.7 - Pricing Table
	7.8 - Page Not Found
		7.8.1 - Page Not Found Search Form
	7.9 - About Us
		7.9.1 - Link Blocks
	7.10 - Contact Us
		7.10.1 - Contact Details Widget
	7.11 - Owl Carousel
	7.12 - PrettyPhoto Lightbox
	7.13 - Search Results
		7.13.1 - Accommodation Search Results
8.0 - Columns
	8.1 - One Half
	8.2 - One Third
9.0 - Footer
	9.1 - Footer List
	9.2 - Twitter Feed
	9.3 - Contact Widget
	9.4 - Tags





/* 0.0 - Reset by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ */

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


/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

table {
    border-spacing: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix,
.tagcloud {
    zoom: 1;
}

.clearfix:before,
.clearfix:after,
.tagcloud:before,
.tagcloud:after {
    content: "";
    display: table;
}

.clearfix:after,
.tagcloud:after {
    clear: both;
}

.clearboth {
    clear: both;
}


/* 1.0 - Global */

body,
select,
input,
button {
    color: #424242;
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif;
}

body a {
    text-decoration: none;
    color: #424242;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Serif Pro', serif;
}


/* 2.0 - Header */

.header-inner {
    width: 1150px;
    margin: 0 auto;
    padding: 30px 0;
}


/* 2.1 - Top Bar */

.topbar-wrapper {
    border-bottom: #e8e8e8 1px solid;
    font-size: 15px;
    padding: 15px 0;
}

.topbar-inner {
    width: 1150px;
    margin: 0 auto;
}

.topbar-left {
    float: left;
}

.topbar-right {
    float: right;
}

.topbar-right ul li {
    float: left;
}

.topbar-right ul li:after {
    content: "/";
    margin: 0 5px;
    color: #ccc;
}

.topbar-right ul li:last-child:after {
    content: "";
    margin: 0;
}


/* 2.2 - Logo */

.logo {
    float: left;
    padding: 15px 0 0 0;
       margin: -44px 0 -96px 0px;
    display: block;
    background-color: #6db99e;
}

.responsive {
    width: 100%;
    height: auto;
}


/* 2.3 - Header Icons */

.header-icons-wrapper {
    float: right;
    margin: 7px 0 0 0;
    width: 75%;
}

.header-icons-inner {
    float: right;
}

.header-icon {
    float: left;
    font-size: 15px;
    line-height: 130%;
    margin: 0 40px 0 0;
}

.header-icon strong {
    display: block;
    font-weight: 600;
}

.header-icon .fa {
    font-size: 32px;
    float: left;
    margin: 4px 12px 0 0;
}

.header-icon p {
    float: right;
}


/* 2.4 - Header Button */

.topright-button {
    float: right;
}

.topright-button,
.slideshow-button {
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 16px 30px;
    margin: -4px 0 0 0;
    display: inline-table;
}

.topright-button span:after,
.slideshow-button span:after {
    content: "\f105";
    font-size: 16px;
    margin: 0 0 0 8px;
}


/* 2.5 - Page Header */

#page-header {
    width: 100%;
    height: 130px;
    padding: 50px 0 0 0;
    background: url("header1.jpg") no-repeat center top;
    margin: 0 0 30px 0;
}

#page-header h1 {
    text-align: center;
    font-size: 28px;
}

#page-header .title-block3 {
    width: 50px;
    height: 2px;
    margin: 15px auto;
}

#page-header p {
    display: table;
    margin: 0 auto;
    font-size: 15px;
}

#page-header p i {
    margin: 0 5px;
}


/* 3.0 - Navigation */

.navigation-inner {
    width: 1150px;
    margin: 0 auto;
    position: relative;
}

.navigation li {
    padding: 22px 0;
}

.navigation li a {
    padding: 0 30px 0 0;
    font-size: 17px;
    display: block;
    color: #fff;
}

.navigation li li a {
    display: initial;
}

.navigation {
    float: right;
    max-height: 61px;
}

.navigation ul ul {
    display: none;
    width: 230px;
}

.navigation ul li:hover>ul {
    display: block;
}

.navigation .edge ul {
    right: 0;
}

.navigation ul {
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-table;
}

.navigation ul:after {
    content: "";
    clear: both;
    display: block;
}

.navigation ul li {
    float: left;
}

.navigation ul li a {
    text-decoration: none;
}

.navigation ul ul {
    background: #fff;
    position: absolute;
    top: 100%;
    z-index: 9999;
    border-top: #e8e8e8 1px solid;
}

.navigation ul ul li {
    float: none;
    position: relative;
    padding: 0;
}

.navigation ul ul li a {
    padding: 10px 20px;
    border-left: none;
    display: block;
    color: #777;
    font-size: 15px;
}

.navigation .megamenu-1-col ul li a,
.navigation .megamenu-2-col ul li a,
.navigation .megamenu-3-col ul li a,
.navigation .megamenu-4-col ul li a,
.navigation .megamenu-5-col ul li a {
    color: #424242;
    font-size: 16px;
}

.navigation ul ul li li {
    padding: 0;
}

.navigation ul ul li,
.navigation ul ul li:hover {
    border-top: none;
}

.navigation ul ul ul {
    position: absolute;
    left: 100%;
    top: -21px;
}

.navigation ul li.menu-item-has-children>a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 16px;
    color: #fff;
    margin: 0 0 0 6px;
}

.navigation ul li li.menu-item-has-children>a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 16px;
    color: #424242;
    margin: 0 0 0 6px;
    float: right;
}

.navigation ul li li.menu-item-has-children>a:hover:after {
    color: #fff;
}

.navigation .megamenu-1-col li li a,
.navigation .megamenu-2-col li li a,
.navigation .megamenu-3-col li li a,
.navigation .megamenu-4-col li li a,
.navigation .megamenu-5-col li li a {
    font-size: 15px;
    color: #777;
}

.navigation .megamenu-1-col ul li a,
.navigation .megamenu-2-col ul li a,
.navigation .megamenu-3-col ul li a,
.navigation .megamenu-4-col ul li a,
.navigation .megamenu-5-col ul li a {
    padding: 10px 20px;
}

.navigation li ul li a:hover {
    color: #fff;
}

.navigation .megamenu-1-col ul,
.navigation .megamenu-2-col ul,
.navigation .megamenu-3-col ul,
.navigation .megamenu-4-col ul,
.navigation .megamenu-5-col ul {
    border-top: #e8e8e8 1px solid;
}

.navigation .megamenu-1-col ul ul,
.navigation .megamenu-2-col ul ul,
.navigation .megamenu-3-col ul ul,
.navigation .megamenu-4-col ul ul,
.navigation .megamenu-5-col ul ul,
.navigation .megamenu-1-col ul li,
.navigation .megamenu-2-col ul li,
.navigation .megamenu-3-col ul li,
.navigation .megamenu-4-col ul li,
.navigation .megamenu-5-col ul li,
.navigation .megamenu-1-col ul li:hover,
.navigation .megamenu-2-col ul li:hover,
.navigation .megamenu-3-col ul li:hover,
.navigation .megamenu-4-col ul li:hover,
.navigation .megamenu-5-col ul li:hover,
.navigation .megamenu-1-col ul li li,
.navigation .megamenu-2-col ul li li,
.navigation .megamenu-3-col ul li li,
.navigation .megamenu-4-col ul li li,
.navigation .megamenu-5-col ul li li,
.navigation .megamenu-1-col ul li li:hover,
.navigation .megamenu-2-col ul li li:hover,
.navigation .megamenu-3-col ul li li:hover,
.navigation .megamenu-4-col ul li li:hover,
.navigation .megamenu-5-col ul li li:hover {
    border: none;
}

.navigation li ul {
    -moz-box-shadow: 0 7px 6px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 7px 6px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 6px 2px rgba(0, 0, 0, 0.2);
}

.navigation li ul,
.navigation .megamenu-1-col ul li {
    padding: 20px 0;
}

.navigation .megamenu-1-col ul,
.navigation .megamenu-2-col ul,
.navigation .megamenu-3-col ul,
.navigation .megamenu-4-col ul,
.navigation .megamenu-5-col ul {
    padding: 0;
}

.navigation .megamenu-1-col ul li:first-child {
    padding: 20px 0 0 0;
}

.navigation .megamenu-1-col ul li:last-child {
    padding: 0 0 10px 0;
}

.navigation .megamenu-2-col ul li,
.navigation .megamenu-3-col ul li,
.navigation .megamenu-4-col ul li,
.navigation .megamenu-5-col ul li {
    border-right: #e8e8e8 1px solid;
    padding: 20px 0;
}

.navigation .megamenu-2-col ul li:hover,
.navigation .megamenu-3-col ul li:hover,
.navigation .megamenu-4-col ul li:hover,
.navigation .megamenu-5-col ul li:hover {
    border-right: #e8e8e8 1px solid;
}

.navigation .megamenu-2-col ul li:last-child,
.navigation .megamenu-3-col ul li:last-child,
.navigation .megamenu-4-col ul li:last-child,
.navigation .megamenu-5-col ul li:last-child {
    border-right: none;
}

.navigation .megamenu-2-col ul li:last-child:hover,
.navigation .megamenu-3-col ul li:last-child:hover,
.navigation .megamenu-4-col ul li:last-child:hover,
.navigation .megamenu-5-col ul li:last-child:hover {
    border-right: none;
}

.navigation .megamenu-1-col ul li {
    float: left;
    width: 240px;
}

.navigation .megamenu-2-col ul li {
    float: left;
    width: 240px;
}

.navigation .megamenu-3-col ul li {
    float: left;
    width: 240px;
}

.navigation .megamenu-4-col ul li {
    float: left;
    width: 249px;
}

.navigation .megamenu-5-col ul li {
    float: left;
    width: 199px;
}

.navigation .megamenu-1-col ul li li,
.navigation .megamenu-2-col ul li li,
.navigation .megamenu-3-col ul li li,
.navigation .megamenu-4-col ul li li,
.navigation .megamenu-5-col ul li li {
    padding: 0;
}

.navigation .megamenu-1-col ul li li,
.navigation .megamenu-2-col ul li li,
.navigation .megamenu-3-col ul li li,
.navigation .megamenu-4-col ul li li,
.navigation .megamenu-5-col ul li li {
    font-weight: normal;
    float: none;
}

.navigation .megamenu-1-col ul ul,
.navigation .megamenu-2-col ul ul,
.navigation .megamenu-3-col ul ul,
.navigation .megamenu-4-col ul ul,
.navigation .megamenu-5-col ul ul {
    display: block;
    width: 199px;
    padding: 0;
    position: static;
    left: 0;
    top: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: none;
}

.navigation .megamenu-4-col ul ul {
    width: 180px;
}

.navigation li:last-child li a {
    border-right: none;
}

.navigation .megamenu-1-col ul {
    width: 240px;
}

.navigation .megamenu-2-col ul {
    width: 481px;
}

.navigation .megamenu-3-col ul {
    width: 722px;
}

.navigation .megamenu-4-col ul {
    width: 999px;
    left: 0;
}

.navigation .megamenu-5-col ul {
    width: 999px;
    left: 0;
}

.fixed-navigation-show {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    padding: 0 !important;
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    visibility: visible;
    opacity: 1;
}

.navigation-inner .fa-search {
    float: right;
    color: #fff;
    margin: 23px 0 0 0;
    cursor: pointer;
}


/* 3.1 - Mobile Navigation */

#mobile-navigation {
    float: right;
    margin: 17px 0 0 0;
    display: none;
}

#mobile-navigation a {
    padding: 15px 0 15px 20px;
}

.mobile-navigation-wrapper {
    width: 100%;
    display: none;
    margin: 30px 0 0 0;
}

.mobile-navigation-wrapper ul li a {
    color: #fff;
}

.mobile-navigation-wrapper ul a {
    width: calc(100% - 60px);
    display: block;
    padding: 15px 30px;
}

.mobile-navigation-wrapper ul li li a {
    padding: 15px 30px 15px 45px;
    width: calc(100% - 75px);
}

.mobile-navigation-wrapper ul li li li a {
    padding: 15px 30px 15px 60px;
    width: calc(100% - 90px);
}


/* 3.2 - Navigation Search */

#search-lightbox {
    display: none;
}

.search-lightbox-inner {
    background: #fff;
    width: calc(100% - 30px);
    height: 45px;
    padding: 0 15px;
}

.search-lightbox-inner input[type="text"] {
    border: 0;
    width: 90%;
    font-size: 14px;
    color: #bebebe;
    padding: 13px 0;
}


/* 4.0 - Slideshow */

.rev_slider_wrapper {
    margin: 0 0 30px 0;
}

.rev-custom-caption-1 h3,
.rev-custom-caption-2 h3 {
    font-size: 52px;
    font-family: 'Source Serif Pro', serif;
    color: #fff;
    line-height: 120%;
    width: 700px;
}

.rev-custom-caption-2 h3 {
    text-align: center;
    width: 680px;
}

.rev-custom-caption-1 .title-block1,
.rev-custom-caption-2 .title-block1 {
    width: 60px;
    height: 2px;
    margin: 25px 0 30px 0;
}

.rev-custom-caption-2 .title-block1 {
    margin: 20px auto 20px auto;
}

.rev-custom-caption-1 p,
.rev-custom-caption-2 p {
    font-size: 18px;
    color: #fff;
    line-height: 160%;
    margin: 0 0 30px 0;
}

.rev-custom-caption-2 p {
    text-align: center;
}

.rev-custom-caption-2 .slideshow-button {
    margin: 0 auto;
    display: table;
}

.tparrows {
    background: none !important;
}

.tparrows:after {
    color: #fff;
    font-size: 40px;
    border: #fff 2px solid;
    position: absolute;
    z-index: 10;
    line-height: 55px;
    text-align: center;
    font-weight: 300;
    top: -10px;
    font-family: "FontAwesome";
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.tp-rightarrow.tparrows:after {
    content: "\f105";
    left: -30px;
    width: 42px;
    padding: 0 3px 0 10px;
}

.tp-leftarrow.tparrows:after {
    content: "\f104";
    left: 10px;
    width: 33px;
    padding: 0 12px 0 10px;
}

.tparrows.tp-leftarrow:before,
.tparrows.tp-rightarrow:before {
    content: '' !important;
}


/* 5.0 - Typography */

.content-wrapper p {
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 30px 0;
}

.content-wrapper h1 {
    font-size: 32px;
    margin: 0 0 30px 0;
}

.content-wrapper h2 {
    font-size: 28px;
    margin: 0 0 30px 0;
}

.content-wrapper h3 {
    font-size: 24px;
    margin: 0 0 30px 0;
}

.content-wrapper h4 {
    font-size: 20px;
    margin: 0 0 30px 0;
}

.content-wrapper h5 {
    font-size: 16px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.content-wrapper h6 {
    font-size: 16px;
    margin: 0 0 30px 0;
}


/* 5.1 - Lists */


/* 5.1.1 - List 1 */

.content-wrapper ul {
    margin: 0 0 40px 0;
}

.content-wrapper ul li {
    font-size: 15px;
    margin: 0 0 11px 0;
}

.content-wrapper ul li:before {
    content: "\f054";
    font-size: 12px;
    margin: 0 6px 0 0;
}


/* 5.1.2 - List 2 */

.content-wrapper ul.list-style2 li:before {
    content: "\f111";
    font-size: 8px;
}


/* 5.1.3 - List 3 */

.content-wrapper ul.list-style3 li:before {
    content: "\f00d";
    font-size: 15px;
}


/* 5.1.4 - List 4 */

.content-wrapper ul.list-style4 li:before {
    content: "\f00c";
    font-size: 15px;
}


/* 5.1.5 - Ordered List */

.content-wrapper ol li {
    list-style: decimal;
    font-size: 15px;
    line-height: 160%;
    margin: 0 0 7px 0;
}

.content-wrapper ol {
    margin: 0 0 40px 15px;
}

.content-wrapper ol ol {
    margin: 7px 0 0 15px;
}

.content-wrapper ol ol li {
    list-style: lower-latin;
}


/* 5.2 - Buttons */

.button1 {
    background: #fff;
    color: #424242 !important;
    font-size: 14px;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 10px 18px;
    border: #e8e8e8 1px solid;
    display: table;
    line-height: 160%;
    text-decoration: none !important;
}

.button1:hover,
.button3:hover,
.button5:hover {
    color: #fff !important;
}

.button2 {
    color: #fff !important;
    font-size: 14px;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 10px 18px;
    display: table;
    line-height: 160%;
    text-decoration: none !important;
}

.button3 {
    background: #fff;
    color: #424242 !important;
    font-size: 16px;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 10px 18px;
    border: #e8e8e8 1px solid;
    display: table;
    line-height: 160%;
    text-decoration: none !important;
}

.button4 {
    color: #fff !important;
    font-size: 16px;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 10px 18px;
    display: table;
    line-height: 160%;
    text-decoration: none !important;
}

.button5 {
    background: #fff;
    color: #424242 !important;
    font-size: 20px;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 12px 22px;
    border: #e8e8e8 1px solid;
    display: table;
    line-height: 160%;
    text-decoration: none !important;
}

.button6 {
    color: #fff !important;
    font-size: 20px;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 12px 22px;
    display: table;
    line-height: 160%;
    text-decoration: none !important;
}

.rounded-button {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}


/* 5.3 - Dropcap */

.dropcap {
    font-family: 'Source Serif Pro', serif;
    font-size: 66px;
    line-height: 1;
    display: block;
    float: left;
    margin: 0 20px 0 0;
}


/* 5.4 - Tables */

.content-wrapper table {
    width: 100%;
    margin: 0 0 40px 0;
    font-size: 16px;
    color: #424242;
}

.content-wrapper table strong {
    color: #a09d9d;
    font-weight: normal;
}

.content-wrapper table th {
    font-family: 'Source Serif Pro', serif;
    color: #fff;
    border-bottom: #e9e9e9 1px solid;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
}

.content-wrapper table td {
    border-right: #e9e9e9 1px solid;
    border-bottom: #e9e9e9 1px solid;
    text-align: left;
    vertical-align: top;
}

.content-wrapper table tr td:last-child {
    border-right: none;
}

.content-wrapper table th {
    padding: 14px 20px 14px 20px;
    font-size: 14px;
    font-weight: 400;
}

.content-wrapper table td {
    padding: 9px 20px;
    line-height: 160%;
}

.content-wrapper table tr {
    background: #fff;
}

.content-wrapper table tr:nth-child(2n) {
    background: #f8f8f8;
}

.content-wrapper .table-style1 th,
.content-wrapper .table-style2 th {
    background: #fff;
    color: #424242;
    font-size: 16px;
}

.content-wrapper .table-style1,
.content-wrapper .table-style2 {
    font-size: 16px;
}

.content-wrapper .table-style1 td,
.content-wrapper .table-style2 td {
    border-right: none;
    padding: 20px 20px;
}


/* 5.5 - Alerts & Messages */

.msg {
    padding: 15px 10px 15px 20px;
    margin: 0 0 15px 0;
}

.msg p,
.blog-content .msg p {
    margin: 0 !important;
}

.default {
    background: #fff;
    color: #424242;
    border: #dee0e0 1px solid;
}

.default a {
    color: #424242;
    text-decoration: underline;
}

.notice {
    background: #fff5af;
    color: #b3a437;
}

.notice a {
    color: #b3a437;
    text-decoration: underline;
}

.success {
    background: #dff7ca;
    color: #64ae23;
}

.success a {
    color: #64ae23;
    text-decoration: underline;
}

.fail {
    background: #ffe2e1;
    color: #c83f39;
}

.fail a {
    color: #c83f39;
    text-decoration: underline;
}


/* 5.6 - Pagination */

.page-pagination {
    border-top: #e8e8e8 1px solid;
    width: 100%;
    padding: 60px 0 10px 0;
}

.page-pagination ul {
    float: right;
}

.page-pagination li {
    float: left;
    display: block;
    margin: 0 6px 0 0;
}

.content-wrapper .page-pagination li:before {
    content: "";
}

.page-pagination li a,
.page-pagination li span {
    border: #e8e8e8 1px solid;
    text-align: center;
    padding: 10px 14px;
    text-decoration: none;
}

.page-pagination li a {
    color: #424242;
}

.page-pagination li span.current,
.page-pagination li a:hover {
    color: #fff;
}


/* 5.7 - Font Awesome */

.topright-button span:after,
.slideshow-button span:after,
.qns-button-1 span:after,
.accommodation-block ul li:before,
.owl-carousel1 .owl-prev:before,
.owl-carousel1 .owl-next:before,
.owl-carousel2 .owl-prev:before,
.owl-carousel2 .owl-next:before,
.owl-carousel3 .owl-prev:before,
.owl-carousel3 .owl-next:before,
.owl-carousel4 .owl-prev:before,
.owl-carousel4 .owl-next:before,
.footer ul li:before,
.accordion h4:before,
.pp_close,
.pricing-table-wrapper ul li:before,
.content-wrapper ul li:before,
.toggle h4:before,
.contact-details-widget .cdw-address:before,
.contact-details-widget .cdw-time:before,
.contact-details-widget .cdw-phone:before,
.contact-details-widget .cdw-email:before,
.news-block-wrapper .news-block-content .news-meta .nm-news-author:before,
.news-block-wrapper .news-block-content .news-meta .nm-news-date:before,
.news-block-wrapper .news-block-content .news-meta .nm-news-category:before,
.news-block-wrapper .news-block-content .news-meta .nm-news-comments:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* 5.8 - Forms */

.content-wrapper form input[type="text"],
.content-wrapper form textarea {
    width: calc(100% - 20px);
    font-size: 14px;
    color: #bebebe;
    border: #e8e8e8 1px solid;
    padding: 10px;
    margin: 0 0 25px 0;
}

.content-wrapper form label {
    font-size: 16px;
    margin: 0 0 10px 0;
    display: block;
}

.content-wrapper form label span {
    color: #ff0000;
}

.content-wrapper button {
    border: none;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 10px 25px;
    cursor: pointer;
}

.content-wrapper button i {
    font-size: 15px;
    margin: 0 0 0 3px;
}


/* 5.9 - Other */

.space1 {
    border: 0;
}

.space2 {
    border: 0;
    margin: 0 0 20px 0;
}

.space3 {
    border: 0;
    margin: 0 0 50px 0;
}

.space4 {
    border: none;
    margin: 0 0 50px 0;
    height: 1px;
    background: #e8e8e8;
}

.title-style1 {
    padding: 17px 20px;
    margin: 0 0 30px 0;
}

.content-wrapper .title-style1 h3 {
    font-size: 17px;
    font-family: 'Source Serif Pro', serif;
    color: #fff;
    margin: 0;
}

.content-wrapper p a {
    text-decoration: underline;
}

.content-wrapper .left-sidebar {
    float: left;
    margin: 0 30px 0 0;
}

.content-wrapper .right-main-content {
    float: right;
}


/* 6.0 - JS Elements */


/* 6.1 - Accordion */

.content-wrapper .accordion h4 {
    font-size: 16px;
    font-weight: 400;
    border-top: #e5e5e5 1px solid;
    border-left: none;
    border-right: none;
    margin: 0 0 0 0 !important;
    padding: 25px 0 25px 0;
    cursor: pointer;
    line-height: 160%;
    outline: none;
}

.content-wrapper .accordion h4:before {
    content: "\f067";
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    width: 30px;
    height: 23px;
    padding: 7px 0 0 0;
    line-height: 1.1em;
    display: block;
    text-align: center;
    float: left;
    margin: 0 15px 0 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.content-wrapper .accordion h4.ui-state-active:before {
    content: "\f068";
}

.content-wrapper .accordion {
    border-bottom: #e5e5e5 1px solid;
    margin: 0 0 40px 0;
    line-height: 160%;
    display: block;
    font-size: 16px;
}

.content-wrapper .accordion .ui-widget-content {
    border: none;
}

.content-wrapper .accordion .ui-accordion-content {
    padding: 0 0 20px 55px;
}


/* 6.2 - Toggle */

.toggle {
    border: #e5e5e5 1px solid;
    margin: 0 0 20px 0;
    background: #fff;
    font-size: 14px;
}

.toggle h4 {
    margin: 0 0 0 0 !important;
    line-height: 160%;
    font-size: 16px !important;
    font-weight: 400;
}

.toggle h4:before {
    content: "\f067";
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    width: 30px;
    height: 23px;
    padding: 7px 0 0 0;
    line-height: 1.1em;
    display: block;
    text-align: center;
    float: left;
    margin: 0 15px 0 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.toggle .active h4:before {
    content: "\f068";
}

.toggle .title {
    margin: 0 0 0 0;
    padding: 25px 0 25px 20px;
    cursor: pointer;
}

.toggle .inner {
    margin: 0 20px 30px 55px !important;
    line-height: 160%;
}


/* 6.3 - Tabs */

.tabs .nav {
    margin: 0;
}

.tabs .nav li {
    list-style: none;
    padding: 0;
}

.content-wrapper .nav li:before {
    content: "";
    margin: 0;
}

.nav li a {
    color: #1c1c1c !important;
    outline: none;
}

.tabs .nav li a:hover {
    text-decoration: none;
}

.ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1;
    margin: 0 0 30px 0;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    position: relative;
    top: 0px;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    border-bottom: #e5e5e5 1px solid;
    padding: 0;
    white-space: nowrap;
    font-size: 16px;
    font-family: 'Source Serif Pro', serif;
}

.ui-tabs .ui-tabs-nav li:first-child a {
    border-left: #e8e8e8 1px solid;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 15px 20px 15px 20px;
    text-decoration: none;
    border-right: #e8e8e8 1px solid;
}

.ui-tabs .ui-tabs-nav li {
    border-top: #e8e8e8 4px solid;
    border-bottom: #e8e8e8 1px solid;
    background: #fff;
    margin: 0 !important;
}

.ui-tabs .ui-tabs-nav li:last-child {
    background: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-state-active {
    margin-bottom: 0;
    border-bottom: #fff 1px solid !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-top: #e8e8e8 1px solid;
    padding: 20px 20px 20px 20px;
    background: #fff;
}

.ui-tabs .ui-tabs-hide {
    display: none !important;
}


/* 7.0 - Content */


/* 7.1 - Latest News */


/* 7.1.1 - Latest News Home */

.news-list {
    margin: 0;
}

.news-list .news-wrapper {
    list-style: none;
    margin: 0 0 25px 0;
}

.news-date {
    float: left;
    width: 55px;
    margin: 0 15px 0 0;
}

.news-info {
    float: left;
    width: 250px;
}

.news-m {
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 0;
}

.news-d {
    background: #fff;
    color: #424242;
    text-align: center;
    font-size: 30px;
    border-left: #e3e3e3 1px solid;
    border-right: #e3e3e3 1px solid;
    border-bottom: #e3e3e3 1px solid;
    padding: 7px 0;
}

.content-wrapper .news-info h4 {
    font-size: 16px;
    margin: 0 0 9px 0;
    line-height: 120%;
}

.content-wrapper .news-meta p {
    color: #999;
    font-size: 14px;
    margin: 0;
}


/* 7.1.2 - Latest News Main */

.news-block-wrapper .news-block-image,
.news-block-wrapper .news-block-image img {
    width: 100%;
}

.news-block-wrapper .news-block-content h3 {
    font-size: 22px;
}

.news-block-wrapper .news-block-content .news-meta {
    border-top: #e8e8e8 1px solid;
    border-bottom: #e8e8e8 1px solid;
    padding: 13px 30px;
}

.news-block-wrapper .news-block-content .news-meta span {
    float: left;
    display: block-inline;
    margin: 0 25px 0 0;
    font-size: 15px;
    line-height: 130%;
}

.news-block-wrapper .news-block-content .news-meta .nm-news-author:before,
.news-block-wrapper .news-block-content .news-meta .nm-news-date:before,
.news-block-wrapper .news-block-content .news-meta .nm-news-category:before,
.news-block-wrapper .news-block-content .news-meta .nm-news-comments:before {
    margin: 0 10px 0 0;
    font-size: 16px;
}

.news-block-wrapper .news-block-content .news-meta .nm-news-author:before {
    content: "\f040";
}

.news-block-wrapper .news-block-content .news-meta .nm-news-date:before {
    content: "\f017";
}

.news-block-wrapper .news-block-content .news-meta .nm-news-category:before {
    content: "\f02b";
}

.news-block-wrapper .news-block-content .news-meta .nm-news-comments:before {
    content: "\f075";
}

.news-block-wrapper .news-block {
    margin: 0 30px 30px 0;
    float: left;
}

.news-block-wrapper .news-block .news-block-content {
    border: #e8e8e8 1px solid;
}

.news-block-wrapper .news-block h3 {
    font-size: 18px;
    padding: 25px 30px;
    margin: 0;
    line-height: 130%;
}

.news-block-wrapper .news-block p {
    margin: 0 0 25px 0;
}

.news-block-wrapper .news-block .news-description {
    padding: 25px 30px;
}

.news-block-wrapper .news-block .news-block-image a {
    line-height: 0;
    display: block;
}

.news-block-wrapper .news-block .news-description .qns-button-1 {
    margin: 0 0 10px 0;
}


/* 7.1.2.1 - Latest News 2 Cols */

.news-block-wrapper-2-col .news-block {
    width: calc(51.3% - 30px);
}

.news-block-wrapper-2-col .news-block:nth-child(2n) {
    margin: 0 0 30px 0;
}

.news-block-wrapper-2-col .news-block:nth-child(2n+1) {
    clear: both;
}


/* 7.1.2.2 - Latest News 3 Cols */

.news-block-wrapper-3-col .news-block {
    width: calc(34.2% - 30px);
}

.news-block-wrapper-3-col .news-block:nth-child(3n) {
    margin: 0 0 30px 0;
}

.news-block-wrapper-3-col .news-block:nth-child(3n+1) {
    clear: both;
}


/* 7.1.2.3 - Latest News 4 Cols */

.news-block-wrapper-4-col .news-block {
    width: calc(25.6% - 30px);
}

.news-block-wrapper-4-col .news-block:nth-child(4n) {
    margin: 0 0 30px 0;
}

.news-block-wrapper-4-col .news-block:nth-child(4n+1) {
    clear: both;
}


/* 7.1.2.4 - Latest News 5 Cols */

.news-block-wrapper-5-col .news-block {
    width: calc(20.5% - 30px);
}

.news-block-wrapper-5-col .news-block:nth-child(5n) {
    margin: 0 0 30px 0;
}

.news-block-wrapper-5-col .news-block:nth-child(5n+1) {
    clear: both;
}


/* 7.1.2.5 Latest News 1 Col List */

.news-block-wrapper-1-col-listing .news-block .news-block-content {
    border: none;
}

.news-block-wrapper-1-col-listing .news-block {
    margin: 0;
}

.news-block-wrapper-1-col-listing .news-block h3 {
    padding: 30px 0;
}

.news-block-wrapper-1-col-listing .news-block .news-description {
    padding: 30px 0 30px 0;
}

.news-block-wrapper-1-col-listing .news-block-content .news-meta {
    padding: 13px 0;
}

.news-block-wrapper-1-col-listing .news-block .news-description .qns-button-1 {
    margin: 0;
}


/* 7.1.3 - Comments */

.comment-image {
    width: 87px;
    height: 87px;
    background: #f2f2f2;
}

.comment-image img {
    width: 100%;
}

.comment-info {
    color: #424242;
    font-weight: 700;
    margin: 0 0 10px 0 !important;
}

.comment-text {
    line-height: 160%;
    margin: 0 0 10px 0 !important;
}

.comment-info span {
    font-weight: 400;
}

.comment-left {
    float: left;
}

.comment-right {
    float: right;
    width: calc(100% - 117px);
    padding: 0 0 5px 0;
    margin: 0 0 25px 0;
    border-bottom: #e8e8e8 1px solid;
}

.comment-entry {
    clear: both;
}

.comments {
    margin: 15px 0 20px 0 !important;
}

.comments ul {
    margin: 0 !important;
}

.content-wrapper .comments li:before {
    content: "";
}

.comments li {
    list-style: none !important;
    border-bottom: none;
    margin: 0 !important;
}

.comments li li {
    margin: 0 0 0 40px !important;
}

.comments li:last-child .comment-right {
    background: none;
}

.comments li li {
    margin: 0 0 0 40px;
}

.reply a {
    color: #424242 !important;
    text-decoration: underline !important;
}

.comment-info p {
    float: left;
    margin: 0;
}

.comment-form {
    margin: 0 0 50px 0;
}


/* 7.2 - Home */


/* 7.2.1 - Accommodation Search */

.accommodation-search-form-1 {
    width: calc(100% - 60px);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    padding: 30px;
    margin: 0 0 30px 0;
}

.content-wrapper .accommodation-search-form-1 label {
    display: block;
    font-size: 14px;
    margin: 0 0 8px 0;
}

.accommodation-search-form-1 select {
    width: calc(100% + 40px);
    padding: 10px;
    background: transparent;
    border: none;
    font-size: 14px;
    color: #bebebe;
    -webkit-appearance: none;
}

.accommodation-search-form-1 .select-wrapper {
    width: 100%;
    margin: 0 0 15px 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.accommodation-search-form-1 .select-wrapper i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    color: #666;
    z-index: 0;
    pointer-events: none;
}

.accommodation-search-form-1 input[type="text"] {
    width: calc(100% - 20px);
    padding: 10px;
    margin: 0 0 15px 0;
    border: none;
    font-size: 14px;
    color: #bebebe;
}

.accommodation-search-form-1 button {
    border: none;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 10px 25px;
    cursor: pointer;
}

.accommodation-search-form-1 button i {
    font-size: 12px;
    margin: 0 0 0 3px;
}


/* 7.2.2 - Video */

.video-wrapper,
.video-wrapper-home {
    position: relative;
    width: calc(100% - 315px);
    float: left;
}

.video-wrapper-home {
    background: url("images/about-us.jpg") no-repeat top center;
    height: 330px;
}

.video-wrapper {
    width: 100%;
    background-size: 100%;
}

.video-wrapper img {
    width: 100%;
}

.video-wrapper .video-play,
.video-wrapper-home .video-play {
    position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 30px);
}

.video-wrapper .video-play i,
.video-wrapper-home .video-play i {
    color: #fff;
    width: 70px;
    height: 55px;
    padding: 25px 0 0 10px;
    font-size: 32px;
    text-align: center;
    border: #fff 3px solid;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    z-index: 9999;
}

.corner-text {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    height: 0;
    width: 120px;
    text-align: center;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    position: absolute;
    top: 37px;
    right: -43px;
}

.content-wrapper .corner-text p {
    color: #fff;
    font-size: 14px;
    font-family: 'Source Serif Pro', serif;
    padding: 14px 20px;
    line-height: 100%;
}


/* 7.2.3 - About Us */

.about-us-home-image {
    float: left;
    width: 100%;
}

.about-us-home {
    float: right;
    width: calc(255px);
    padding: 30px;
    -webkit-border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    -o-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px;
    min-height: 270px;
}

.about-us-home p {
    line-height: 160%;
    font-size: 16px;
    margin: 0 0 23px 0;
}

.qns-button-1 {
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 12px 25px;
    display: inline-block;
}

.qns-button-1 span:after {
    content: "\f105";
    font-size: 16px;
    margin: 0 0 0 8px;
}


/* 7.2.4 - Partners */

.partner-list-wrapper {
    margin: 0 0 40px 0;
}

.partner-list-wrapper a {
    margin: 0 55px 0 0;
}

.partner-list-wrapper a:last-child {
    margin: 0;
}

.partner-list-wrapper a img {
    width: inherit !important;
    display: inline !important;
}


/* 7.2.5 - Photos */

.home-photos-wrapper .home-photo {
    width: calc(34.1% - 10px);
    margin: 0 10px 10px 0;
    float: left;
}

.home-photos-wrapper .home-photo:nth-child(3n) {
    margin: 0;
}

.home-photo img {
    width: 100%;
}


/* 7.3 - Accommodation */


/* 7.3.1 - Accommodation 2 Columns */

.accommodation-block-wrapper-2-col .accommodation-block {
    width: calc(51.3% - 30px);
}

.accommodation-block-wrapper-2-col .accommodation-block:nth-child(2n) {
    margin: 0;
}

.accommodation-block-wrapper-2-col .accommodation-block:nth-child(2n+1) {
    clear: both;
}


/* 7.3.2 - Accommodation 3 Columns */

.accommodation-block-wrapper-3-col .accommodation-block {
    width: calc(34.2% - 30px);
}

.accommodation-block-wrapper-3-col .accommodation-block:nth-child(3n) {
    margin: 0;
}

.accommodation-block-wrapper-3-col .accommodation-block:nth-child(3n+1) {
    clear: both;
}


/* 7.3.3 - Accommodation 4 Columns */

.accommodation-block-wrapper-4-col .accommodation-block {
    width: calc(25.6% - 30px);
}

.accommodation-block-wrapper-4-col .accommodation-block:nth-child(4n) {
    margin: 0;
}

.accommodation-block-wrapper-4-col .accommodation-block:nth-child(4n+1) {
    clear: both;
}


/* 7.3.4 - Accommodation 5 Columns */

.accommodation-block-wrapper-5-col .accommodation-block {
    width: calc(20.5% - 30px);
}

.accommodation-block-wrapper-5-col .accommodation-block:nth-child(5n) {
    margin: 0;
}

.accommodation-block-wrapper-5-col .accommodation-block:nth-child(5n+1) {
    clear: both;
}

.accommodation-block-wrapper-5-col .new-icon {
    width: 45px;
    height: 28px;
    padding: 17px 0 0 0;
    font-size: 12px;
}

.content-wrapper .accommodation-block-wrapper-5-col .accommodation-block ul li {
    font-size: 14px;
}

.content-wrapper .accommodation-block-wrapper-5-col .accommodation-block h3 {
    font-size: 14px;
    margin: 0 0 20px 0;
}

.content-wrapper .accommodation-block-wrapper-5-col .accommodation-block ul li:before {
    font-size: 14px;
}

.content-wrapper .accommodation-block-wrapper-5-col .accommodation-block-image {
    margin: 0 0 20px 0;
}


/* 7.3.5 - General Accommodation */

.accommodation-block-wrapper .accommodation-block {
    margin: 0 30px 0 0;
    float: left;
}

.accommodation-block-wrapper .accommodation-block:last-child {
    margin: 0;
}

.content-wrapper .accommodation-block h3 {
    font-size: 16px;
    margin: 0 0 25px 0;
    line-height: 120%;
}

.content-wrapper .accommodation-block ul {
    margin: 0 0 40px 0;
}

.content-wrapper .accommodation-block ul li {
    font-size: 16px;
    margin: 0 0 11px 20px;
    position: relative;
}

.content-wrapper .accommodation-block ul li:before {
    content: "\f00c";
    font-size: 16px;
    margin: 0 6px 0 0;
    position: absolute;
    left: -20px;
}

.accommodation-block-image {
    width: 100%;
    margin: 0 0 30px 0;
    position: relative;
}

.accommodation-block-image img {
    width: 100%;
}

.new-icon {
    color: #fff;
    width: 55px;
    height: 34px;
    padding: 21px 0 0 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    font-size: 15px;
    font-family: 'Source Serif Pro', serif;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 999;
}


/* 7.4 - Testimonials */

.content-wrapper .testimonial-wrapper {
    margin: 22px 0 30px 0;
}

.content-wrapper .testimonial-wrapper p {
    font-style: italic;
    font-size: 16px;
    position: relative;
    line-height: 160%;
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

.content-wrapper .testimonial-wrapper p span {
    font-family: Georgia;
    font-size: 160px;
    font-style: normal;
    position: absolute;
    top: 30px;
    left: -65px;
}

.content-wrapper .testimonial-wrapper .testimonial-image {
    background-color: #fff;
    width: 70px;
    height: 70px;
    margin: 20px auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.content-wrapper .testimonial-wrapper .testimonial-image img {
    width: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.content-wrapper .testimonial-wrapper .testimonial-author p {
    font-style: normal;
}

.content-wrapper .testimonial-list-wrapper-full .testimonial-wrapper p {
    width: 83%;
    margin: 0 auto 20px auto;
}

.content-wrapper .testimonial-list-wrapper-full .testimonial-wrapper p:last-child {
    margin: 0 auto;
}

.content-wrapper .testimonial-list-wrapper-full .testimonial-wrapper {
    border-bottom: #e8e8e8 1px solid;
    padding: 40px 0 40px 0;
}

.content-wrapper .testimonial-list-wrapper-full .testimonial-wrapper:last-child {
    border-bottom: none;
    padding: 40px 0 10px 0;
}


/* 7.5 - Services */

.services-block-wrapper .services-block {
    margin: 0 30px 30px 0;
    float: left;
}

.services-block-wrapper .services-block .service-block-content {
    border: #d40e52 1px solid;
    height: 130px;
    background-color: #ffcc00;
}

.service-block-content h3 {
    font-size: 18px;
}

.services-block-wrapper .services-block h3 {
    font-size: 18px;
    padding: 25px 30px;
    border-bottom: #e8e8e8 1px solid;
    margin: 0;
}

.services-block-wrapper .services-block p {
    margin: 0 0 25px 0;
}

.services-block-wrapper .services-block .service-description {
    padding: 25px 30px;
}

.services-block-wrapper .services-block .services-block-image,
.services-block-wrapper .services-block .services-block-image img {
    width: 100%;
    margin: 0;
}

.services-block-wrapper .services-block .services-block-image a {
    line-height: 0;
    display: block;
}

.pagination-no-border .page-pagination {
    border-top: none;
    padding: 40px 0 10px 0;
}

.title-with-block {
    margin: 0 0 16px 0 !important;
}

.service-single-image {
    float: left;
    margin: 0 20px 40px 0;
}


/* 7.5.1 - Services 2 Columns */

.services-block-wrapper-2-col .services-block {
    width: calc(51.3% - 30px);
}

.services-block-wrapper-2-col .services-block:nth-child(2n) {
    margin: 0 0 30px 0;
}

.services-block-wrapper-2-col .services-block:nth-child(2n+1) {
    clear: both;
}


/* 7.5.2 - Services 3 Columns */

.services-block-wrapper-3-col .services-block {
    width: calc(34.2% - 30px);
}

.services-block-wrapper-3-col .services-block:nth-child(3n) {
    margin: 0 0 30px 0;
}

.services-block-wrapper-3-col .services-block:nth-child(3n+1) {
    clear: both;
}


/* 7.5.3 - Services 4 Columns */

.services-block-wrapper-4-col .services-block {
    width: calc(25.6% - 30px);
}

.services-block-wrapper-4-col .services-block:nth-child(4n) {
    margin: 0 0 30px 0;
}

.services-block-wrapper-4-col .services-block:nth-child(4n+1) {
    clear: both;
}

.services-block-wrapper-4-col .services-block h3 {
    font-size: 13px !important;
    padding: 25px 15px !important;
}

.services-block-wrapper-4-col .services-block .service-description {
    padding: 25px 15px !important;
}

.services-block-wrapper-4-col .services-block p {
    font-size: 14px !important;
}


/* 7.5.4 - Services 5 Columns */

.services-block-wrapper-5-col .services-block {
    width: calc(20.2% - 15px);
    margin: 0 15px 15px 0 !important;
}

.services-block-wrapper-5-col .services-block:nth-child(5n) {
    margin: 0 0 15px 0 !important;
}

.services-block-wrapper-5-col .services-block:nth-child(5n+1) {
    clear: both;
}

.services-block-wrapper-5-col .services-block h3 {
    font-size: 13px !important;
    padding: 25px 15px !important;
}

.services-block-wrapper-5-col .services-block .service-description {
    padding: 25px 15px !important;
}

.services-block-wrapper-5-col .services-block .service-description .qns-button-1 {
    font-size: 12px !important;
    padding: 12px 19px !important;
    line-height: 100%;
}

.services-block-wrapper-5-col .services-block p {
    font-size: 14px !important;
}


/* 7.6 - Photo Gallery */

.photo-gallery-wrapper {
    margin: 0 0 50px 0;
}

.photo-gallery-wrapper .photo-gallery-item {
    float: left;
    margin: 0 30px 30px 0;
}

.photo-gallery-wrapper .photo-gallery-item img {
    width: 100%;
}

.pp_nav p {
    font-size: 14px;
}


/* 7.6.1 - Photo Gallery 2 Columns */

.photo-gallery-2-col .photo-gallery-item {
    width: calc(51.3% - 30px);
}

.photo-gallery-2-col .photo-gallery-item:nth-child(2n) {
    margin: 0;
}

.photo-gallery-2-col .photo-gallery-item:nth-child(2n+1) {
    clear: both;
}


/* 7.6.2 - Photo Gallery 3 Columns */

.photo-gallery-3-col .photo-gallery-item {
    width: calc(34.2% - 30px);
}

.photo-gallery-3-col .photo-gallery-item:nth-child(3n) {
    margin: 0;
}

.photo-gallery-3-col .photo-gallery-item:nth-child(3n+1) {
    clear: both;
}


/* 7.6.3 - Photo Gallery 4 Columns */

.photo-gallery-4-col .photo-gallery-item {
    width: calc(25.6% - 30px);
}

.photo-gallery-4-col .photo-gallery-item:nth-child(4n) {
    margin: 0;
}

.photo-gallery-4-col .photo-gallery-item:nth-child(4n+1) {
    clear: both;
}


/* 7.6.4 - Photo Gallery 5 Columns */

.photo-gallery-5-col .photo-gallery-item {
    width: calc(20.2% - 15px);
    margin: 0 15px 15px 0;
}

.photo-gallery-5-col .photo-gallery-item:nth-child(5n) {
    margin: 0;
}

.photo-gallery-5-col .photo-gallery-item:nth-child(5n+1) {
    clear: both;
}


/* 7.7 - Pricing Table */

.pricing-table-wrapper {
    border-left: #e8e8e8 1px solid;
    border-top: #e8e8e8 1px solid;
    border-bottom: #e8e8e8 1px solid;
    margin: 0 0 40px 0;
}

.pricing-table-wrapper .pt-one-third {
    width: calc(33.33% - 1px);
    border-right: #e8e8e8 1px solid;
    float: left;
}

.pricing-table-wrapper h6 {
    font-size: 32px;
    text-align: center;
    border-bottom: #e8e8e8 1px solid;
    padding: 0 0 20px 0;
    margin: 0;
}

.pricing-table-wrapper h6 span {
    display: block;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 8px 0 0 0;
}

.pricing-table-wrapper ul li {
    font-size: 15px;
    margin: 0 0 10px 0;
}

.pricing-table-wrapper ul li:before {
    content: "\f00c";
    font-size: 14px;
    margin: 0 6px 0 0;
}

.pt-content-wrapper {
    padding: 30px;
}

.pricing-table-wrapper h4 {
    color: #fff;
    font-size: 18px;
    padding: 20px 0;
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
}

.pricing-table-wrapper h4:before {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    content: "";
    height: 0;
    left: calc(50% - 40px);
    position: absolute;
    bottom: -15px;
    width: 0;
}


/* 7.8 - Page Not Found */

.page-not-found-wrapper h2 {
    font-size: 170px;
    text-align: center;
}

.page-not-found-wrapper h2 span {
    font-size: 28px;
    display: block;
}

.page-not-found-wrapper .page-not-found-search-form {
    width: calc(100% - 60px);
    max-width: calc(500px - 60px);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    padding: 30px;
    margin: 0 auto 80px auto;
}


/* 7.8.1 - Page Not Found Search Form */

.page-not-found-wrapper .page-not-found-search-form input[type="text"] {
    width: calc(100% - 150px);
    padding: 10px;
    margin: 0;
    border: none;
    font-size: 14px;
    color: #bebebe;
    float: left;
}

.page-not-found-wrapper .page-not-found-search-form button {
    border: none;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 10px 0;
    cursor: pointer;
    float: right;
    width: 120px;
}

.page-not-found-wrapper .page-not-found-search-form button i {
    font-size: 12px;
    margin: 0 0 0 3px;
}


/* 7.9 - About Us */

.about-gallery .ag-item {
    width: calc(50% - 20px);
    margin: 0 20px 20px 0;
    float: left;
}

.about-gallery .ag-item:nth-child(2n) {
    margin: 0;
}

.about-gallery .ag-item:nth-child(2n+1) {
    clear: both;
}

.about-gallery .ag-item img {
    width: 100%;
}


/* 7.9.1 - Link Blocks */

.content-wrapper .link-blocks li:before {
    content: "";
    margin: 0;
}

.link-blocks {
    margin: 0 0 20px 0;
}

.link-blocks .link-block-2,
.link-blocks .link-block-3 {
    color: #fff;
    display: block;
    float: left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.link-blocks .link-block-2 {
    width: 48.2%;
    margin: 0 3% 30px 0;
}

.link-blocks .link-block-3 {
    width: 31.3%;
    margin: 0 3% 30px 0;
}

.link-text {
    font-size: 20px;
    padding: 50px 0 0 30px;
    display: block;
    float: left;
    width: calc(100% - 83px);
}

.link-blocks li:nth-child(2n) .link-block-2,
.link-blocks li:nth-child(3n) .link-block-3 {
    margin: 0;
}

.link-arrow {
    float: right;
    padding: 40px 20px;
    font-size: 36px !important;
    color: #fff;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -o-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}


/* 7.10 - Contact Us */

.content-wrapper .contact-form-1 {
    width: calc(100% - 60px);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    padding: 30px;
    margin: 0 0 80px 0;
}

.content-wrapper .contact-form-1 label {
    display: block;
    font-size: 14px;
    margin: 0 0 8px 0;
}

.content-wrapper .contact-form-1 select {
    width: calc(100% + 40px);
    padding: 10px;
    background: transparent;
    border: none;
    font-size: 14px;
    color: #bebebe;
    -webkit-appearance: none;
}

.content-wrapper .contact-form-1 .select-wrapper {
    width: 100%;
    margin: 0 0 15px 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.content-wrapper .contact-form-1 .select-wrapper i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    color: #666;
    z-index: 0;
    pointer-events: none;
}

.content-wrapper .contact-form-1 input[type="text"] {
    width: calc(100% - 20px);
    padding: 10px;
    margin: 0 0 15px 0;
    border: none;
    font-size: 14px;
    color: #bebebe;
}

.content-wrapper .contact-form-1 button {
    border: none;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 10px 25px;
    cursor: pointer;
}

.content-wrapper .contact-form-1 button i {
    font-size: 15px;
    margin: 0 0 0 3px;
}

.content-wrapper .contact-form-1 textarea {
    width: calc(100% - 20px);
    border: none;
    padding: 10px;
    margin: 0 0 15px 0;
}

.video-wrapper-sidebar {
    margin: 0 0 50px 0;
}


/* 7.10.1 - Contact Details Widget */

.contact-details-widget li {
    border-bottom: #e8e8e8 1px solid;
    padding: 25px 0 35px 60px;
    position: relative;
}

.contact-details-widget li:last-child {
    border-bottom: none;
}

.contact-details-widget .cdw-address:before,
.contact-details-widget .cdw-time:before,
.contact-details-widget .cdw-phone:before,
.contact-details-widget .cdw-email:before {
    width: 50px;
    height: 40px;
    padding: 10px 0 0 0;
    color: #fff;
    font-size: 26px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    display: block;
    text-align: center;
    float: left;
    position: absolute;
    top: 7px;
    left: 0px;
}

.contact-details-widget .cdw-address:before {
    content: "\f041";
}

.contact-details-widget .cdw-time:before {
    content: "\f017";
}

.contact-details-widget .cdw-phone:before {
    content: "\f095";
}

.contact-details-widget .cdw-email:before {
    content: "\f0e0";
}


/* 7.11 - Owl Carousel */

.owl-carousel1,
.owl-carousel2,
.owl-carousel3,
.owl-carousel4 {
    position: relative;
}

.owl-carousel1 .owl-prev,
.owl-carousel1 .owl-next,
.owl-carousel2 .owl-prev,
.owl-carousel2 .owl-next,
.owl-carousel3 .owl-prev,
.owl-carousel3 .owl-next,
.owl-carousel4 .owl-prev,
.owl-carousel4 .owl-next {
    position: absolute;
    top: -67px;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    height: 21px;
    text-align: center;
}

.owl-carousel1 .owl-prev,
.owl-carousel2 .owl-prev,
.owl-carousel3 .owl-prev,
.owl-carousel4 .owl-prev {
    width: 23px;
    padding: 3px 1px 0 0;
}

.owl-carousel1 .owl-next,
.owl-carousel2 .owl-next,
.owl-carousel3 .owl-next,
.owl-carousel4 .owl-next {
    width: 21px;
    padding: 3px 0 0 3px;
}

.owl-carousel1 .owl-prev,
.owl-carousel2 .owl-prev,
.owl-carousel3 .owl-prev,
.owl-carousel4 .owl-prev {
    right: 44px;
}

.owl-carousel1 .owl-next,
.owl-carousel2 .owl-next,
.owl-carousel3 .owl-next,
.owl-carousel4 .owl-next {
    right: 15px;
}

.owl-carousel1 .owl-prev:before,
.owl-carousel2 .owl-prev:before,
.owl-carousel3 .owl-prev:before,
.owl-carousel4 .owl-prev:before {
    content: "\f053";
    font-size: 12px;
}

.owl-carousel1 .owl-next:before,
.owl-carousel2 .owl-next:before,
.owl-carousel3 .owl-next:before,
.owl-carousel4 .owl-next:before {
    content: "\f054";
    font-size: 12px;
}


/* 7.12 - PrettyPhoto Lightbox */

.pp_content {
    position: relative;
}

.pp_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 32px;
    padding: 13px 0 0 0;
    color: #fff;
    z-index: 9999;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-size: 16px;
}

.pp_play {
    background: #ccc;
}

.pp_arrow_previous {
    background: #999;
    display: none !important;
}

.pp_arrow_next {
    background: #666;
    display: none !important;
}

.pp_play {
    display: none;
}

.currentTextHolder {
    margin: 0 !important;
}

div.pp_default .pp_content,
div.light_rounded .pp_content {
    background: transparent !important;
}

.lightbox-content {
    background: #fff !important;
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    padding: 30px;
    width: calc(100% - 60px);
}


/* 7.13 - Search Results */

.content-wrapper .search-result-list li:before {
    content: "";
}

.content-wrapper .search-result-list li span {
    color: #fff;
    font-size: 14px;
    width: 30px;
    height: 23px;
    padding: 7px 0 0 0;
    text-align: center;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.content-wrapper .search-result-list li h4 {
    font-size: 16px;
    margin: 0 0 17px 0;
}

.content-wrapper .search-result-list li p {
    margin: 0 0 30px 0;
}

.content-wrapper .search-result-list li {
    border-bottom: #e8e8e8 1px solid;
    position: relative;
    padding: 7px 0 0 43px;
    margin: 0 0 25px 0;
}

.content-wrapper .search-result-list li:last-child {
    border-bottom: none;
}


/* 7.13.1 - Accommodation Search Results */

.accommodation-dedicated-search {
    width: calc(65% - 60px);
    margin: 0 auto 30px auto;
    padding: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.content-wrapper .accommodation-dedicated-search input[type="text"] {
    width: calc(100% - 148px);
    float: left;
    margin: 0;
}

.accommodation-dedicated-search button {
    float: right;
}


/* 8.0 - Columns */

.content-wrapper {
    width: 1150px;
    margin: 0 auto;
}


/* 8.1 - One Half */

.columns-one-half {
    width: calc(50% - 15px);
    float: left;
}

.columns-one-half-last {
    width: calc(50% - 15px);
    float: right;
}

.one-half {
    width: calc(50% - 15px);
    float: left;
    margin: 0 30px 0 0;
}

.last-col {
    margin: 0;
}


/* 8.2 - One Third */

.columns-two-thirds {
    width: 50%;
    float: left;
}
.columns-two-thirds-2 {
    width: 60%;
    float: left;
    
}

.columns-two-thirds1 {
    width: 60%;
    float: left;
}

.columns-two-thirds-toggle {
    width: 60%;
    float: left;
}

.columns-one-third {
    width: calc(33.33% - 30px);
    float: right;
}
.columns-one-third-x {
    width: calc(38.33% - 30px);
    float: right;
}


/* 9.0 - Footer */

.footer {
    color: #fff;
    width: 100%;
    padding: 70px 0 0 0;
}

.footer a {
    color: #fff;
}

.footer-inner {
    width: 1150px;
    margin: 0 auto;
}

.one-fourth {
    width: calc(25% - 22.5px);
    float: left;
    margin: 0 30px 0 0;
}

.footer-inner .one-fourth:nth-child(4n) {
    margin: 0;
}

.footer h5 {
    font-size: 17px;
    margin: 0 0 25px 0;
}

.title-block2 {
    width: 45px;
    height: 2px;
    margin: 0 0 30px 0;
}

.title-block4 {
    width: 45px;
    height: 2px;
    margin: 0 0 20px 0;
}

.footer-bottom {
    padding: 50px 0;
    margin: 45px 0 0 0;
}

.footer-message {
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 120%;
}

.footer-social-icons-wrapper {
    width: 100%;
    text-align: center;
    padding: 0 0 30px 0;
}

.footer-social-icons-wrapper a {
    font-size: 18px;
    margin: 0 35px 0 0;
}

.footer-social-icons-wrapper a:last-child {
    margin: 0;
}


/* 9.1 - Footer List */

.footer ul li {
    font-size: 15px;
    margin: 0 0 11px 0;
}

.footer ul li:before {
    content: "\f054";
    color: #fff;
    font-size: 12px;
    margin: 0 6px 0 0;
}


/* 9.2 - Twitter Feed */

.footer .twitter-feed li {
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: none;
    line-height: 140%;
}

.footer .twitter-feed li:before {
    content: "";
}

.twitter-feed li i {
    font-size: 18px;
}

.twitter-feed li .fa-twitter {
    font-size: 20px;
    float: left;
    width: 20px;
    margin: 2px 0 0 0;
}

.twitter-feed li .tweet-time {
    font-size: 13px;
    font-style: normal;
    display: block;
    margin: 2px 0 0 0;
}

.twitter-feed li .tweet-wrapper {
    float: right;
    width: calc(100% - 26px);
}

.twitter-feed li a {
    text-decoration: none;
}

.twitter-feed li a:hover {
    text-decoration: underline;
}


/* 9.3 - Contact Widget */

.contact-widget {
    margin: 0 0 0 23px;
}

.contact-widget .cw-address,
.contact-widget .cw-phone,
.contact-widget .cw-cell {
    position: relative;
    line-height: 150%;
    margin: 0 0 6px 0;
    font-size: 15px;
}

.footer .contact-widget .cw-address {
    margin: 0 0 20px 0;
}

.footer .contact-widget .cw-address:before,
.footer .contact-widget .cw-phone:before,
.footer .contact-widget .cw-cell:before {
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 0px;
    position: absolute;
    left: -23px;
    top: 10px;
}

.footer .contact-widget .cw-address:before {
    content: "\f041";
}

.footer .contact-widget .cw-phone:before {
    content: "\f095";
}

.footer .contact-widget .cw-cell:before {
    content: "\f10b";
}


/* 9.4 - Tags */

.tagcloud {
    margin: 0 0 30px 0;
}

.tagcloud a {
    float: left;
    line-height: 100%;
    list-style: none;
    font-size: 15px;
    border: #e8e8e8 1px solid;
    color: #424242;
    text-decoration: none;
}

.tagcloud a {
    border: #e8e8e8 1px solid;
    margin: 0 12px 12px 0;
    padding: 12px;
}


/* DEMO ONLY */

#style_picker {
    position: fixed;
    top: 270px;
    left: -200px;
    background: #fff;
    padding: 20px;
    z-index: 9999;
    width: 160px;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
}

#style_picker ul {
    margin: 0;
}

#style_picker a,
#style_picker a:hover,
#style_picker .picker_title {
    color: #424242;
}

#style_picker .picker_title {
    font-size: 20px;
    margin: 0 0 20px 0;
}

#style_picker a:hover {
    text-decoration: underline;
}

.style_picker_toggle_wrapper {
    display: block;
    position: absolute;
    top: 0px;
    right: -55px;
    width: 55px;
    height: 55px;
}

.style_picker_toggle {
    width: 27px;
    height: 27px;
    position: absolute;
    top: 12px;
    right: 15px;
    text-align: center;
}

.style_picker_toggle i {
    font-size: 28px;
    color: #fff;
}

/*
     FILE ARCHIVED ON 19:49:14 Jan 25, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:52:38 Jun 27, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 120.191
  exclusion.robots: 0.1
  exclusion.robots.policy: 0.092
  RedisCDXSource: 0.88
  esindex: 0.008
  LoadShardBlock: 101.621 (3)
  PetaboxLoader3.datanode: 143.931 (5)
  CDXLines.iter: 14.778 (3)
  load_resource: 149.722 (2)
  PetaboxLoader3.resolve: 61.396 (2)
*/