/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }
html { tap-highlight-color: rgba(0,0,0,0); }
body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; -moz-text-size-adjust: none; text-size-adjust: none; }
img,
iframe,
video,
audio,
object { max-width: 100%; }
img,
iframe { border: 0 none; }
img { height: auto; display: inline-block; vertical-align: middle; }
b,
strong { font-weight: bold; }
address { font-style: normal; }
svg:not(:root) { overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
button,
select { text-transform: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
nav ul,
nav ol { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body { min-width: 320px; background: #fff; font-family: 'Raleway', sans-serif; font-size: 15px; line-height: 1.53; color: #858484; font-weight: 300; }

a { color: inherit; text-decoration: underline; }

a:active,
a:focus,
a:hover { text-decoration: none; color: inherit; outline: 0; }

a[href^="tel"] { text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.765em; }

h1 { font-size: ; }
h2 { font-size: ; }
h3 { font-size: ; }
h4 { font-size: ; }
h5 { font-size: ; }
h6 { font-size: ; }

p,
ul,
ol,
dl,
table,
blockquote { margin-bottom: 1.53em; }

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after { content: ''; line-height: 0; display: table; clear: both; }
/*  Notext  */
.notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
.notext-old { font-size: 0; line-height: 0; text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden { display: none; }
/*  Alignleft  */
.alignleft { float: left; }
/*  Alignright  */
.alignright { float: right; }
/*  Text Align  */
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
/*  Disabled  */
[disabled],
.disabled { cursor: default; }
/*  Grid  */
.cols { margin: 0 -15px; }

.row:after,
.cols:after { content: ''; line-height: 0; display: table; clear: both; }

.row ~ .row { margin-top: 20px; }
.col { float: left; width: 100%; padding: 0 15px; }
.col-1of2 { width: 50%; }
.col-1of3 { width: 33.33%; }
.col-offset1 { padding-left: 6%; }
/*  Background  */
.fullsize { background-size: cover; background-repeat: no-repeat; background-position: center center; }
.fullsize img { display: none; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }
@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }

	.col-offset1 { padding-left: 0; }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
}
@media (min-width: 1024px) and (max-width: 1300px) {
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}
@media (min-width: 1301px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}

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

.animations { opacity: 0; }
.animations.animated { opacity: 1; }

@-webkit-keyframes zoom {
  0%   { -webkit-transform: scale(1); transform: scale(1); }
  50%   { -webkit-transform: scale(1.1); transform: scale(1.1); }
  100% { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes zoom {
  0%   { -webkit-transform: scale(1); transform: scale(1); }
  50%   { -webkit-transform: scale(1.1); transform: scale(1.1); }
  100% { -webkit-transform: scale(1); transform: scale(1); }
}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper { min-height: 100vh; position: relative; overflow: hidden; }

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 1200px; margin: auto; padding: 0 15px; }

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { position: fixed; top: 0; left: 0; width: 100%; background: rgba(69, 107, 165, 0); color: #fff; padding: 20px 15px; z-index: 50;
	-webkit-transition: all .3s; 
	        transition: all .3s; 
}
.header.scrolled { padding: 10px 0; }
.header.scrolled .logo { transform: scale(.9); }
.header .shell { position: relative; }

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo { display: inline-block; vertical-align: middle; text-align: center; text-decoration: none; text-transform: uppercase; font-weight: 700; line-height: 1.1; position: relative; z-index: 1; font-size: 20px; letter-spacing: 0.2em; min-width: 250px; margin-top: 0px; 
	-webkit-transition: all .3s; 
	        transition: all .3s; 
}
.logo small { display: block; font-family: 'Courgette', cursive; text-transform: none; font-weight: 400; }
.logo img { max-width: 270px; max-height: 80px;}
	
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav { position: absolute; top: 50%; left: 0; width: 100%; text-align: center; margin-top: -10px; }
.nav li { display: inline-block; vertical-align: middle; text-transform: uppercase; margin: 0 10px; letter-spacing: 0.02em; }
.nav a { text-decoration: none;
	-webkit-transition: all .3s; 
	        transition: all .3s; 
}
.nav a:hover { color: #0858b1; }

/* ------------------------------------------------------------ *\
	Links
\* ------------------------------------------------------------ */

/*  Link Book  */

.link-book { position: absolute; top: 50%; right: 20px; 
	-webkit-transform: translateY(-50%); 
	        transform: translateY(-50%); 
}

/* ------------------------------------------------------------ *\
	Buttons
\* ------------------------------------------------------------ */

.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; text-decoration: none; -webkit-transition: all .3s; transition: all .3s; border-radius: 0; white-space: normal; 
	-webkit-appearance: none;
	   -moz-appearance: none;
	 		appearance: none;
}

.btn-primary { padding: 7px 15px; text-transform: uppercase; letter-spacing: 0.05em; }

.btn-blue { background: #0858b1; color: #fff; }
.btn-blue:hover { background: #1d72b3; color: #fff; }

.btn-white { background: #fff; color: #333; border: 1px solid  #fff; }
.btn-white:hover { background: none; color: #fff; }

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro { height: 100vh; position: relative; text-shadow: 2px 2px 2px #000; overflow: hidden; }
.intro:before { content: ''; background: rgba(0, 0, 0, 0.1); position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.intro h1 { line-height: 1; font-size: 60px; font-weight: 100; margin-bottom: 30px; }
.intro h1 span { font-size: 60px; font-weight: 700; }
.intro .btn { font-size: 20px; padding: 15px 30px; text-shadow: none; }
.intro-image { height: 100%; -webkit-animation: zoom 25s infinite; animation: zoom 25s infinite; background-attachment: fixed; }
.intro-content { position: absolute; top: 50%; left: 0; width: 100%; text-align: center; color: #fff; 
	-webkit-transform: translateY(-50%); 
	        transform: translateY(-50%); 
}

/*  Secondary  */

.intro-secondary { height: 500px; }

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section {}
.section:after { content: ''; line-height: 0; display: table; clear: both; }

/* ------------------------------------------------------------ *\
	Section Full Image
\* ------------------------------------------------------------ */

.section-full-image { height: 100vh; background-size: cover; background-position: center center; background-attachment: fixed; }

/* ------------------------------------------------------------ *\
	Section Info
\* ------------------------------------------------------------ */

.section-info { position: relative; padding: 100px 0px; display: -webkit-box; display: -ms-flexbox; display: flex; color: #fff; align-items: center; }
.section-info:after { content: ''; position: absolute; top: 0; bottom: 0; left: 50%; right: 0; background: #0858b1; display: block;  }
.section-info .section__image { padding: 0 50px; flex: 0 0 50%; max-width: 50%; }
.section-info .section__image img { max-width: 100%; }
.section-info .section__content { padding: 0 50px; flex: 0 0 50%; max-width: 50%; position: relative; z-index: 1; }
.section-info .section__entry { max-width: 500px; }
.section-info .section-title { margin-bottom: 30px; }
.section-info .section-title:after { content: ''; width: 70px; height: 1px; background: #fff; display: block; margin: 20px 0 0; }

/* ------------------------------------------------------------ *\
	Section Primary
\* ------------------------------------------------------------ */

.section-primary { min-height: 100vh; position: relative;
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */ /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
}

.section-primary .section-inner { width: 50%; padding: 50px 200px 50px 50px; text-align: justify;
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */ /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
}
.section-primary .section-inner:nth-child(2) { background: #0858b1; color: #fff; padding: 50px 50px 50px 200px; }
.section-primary .section-inner:nth-child(2) .section-title:after { background: #fff; }
.section-primary .section-title { margin-bottom: 20px; }
.section-primary .section-title:after { content: ''; display: block; width: 70px; height: 1px; background: #0858b1; margin-top: 10px; }
.section-primary .section-content { margin: auto; }
.section-primary .section-image { width: 350px; height: 250px; overflow: hidden; border: 10px solid  #fff; position: absolute; top: 50%; left: 50%; 
	-webkit-transform: translate(-50%, -50%); 
	        transform: translate(-50%, -50%); 
}
.section-primary .section-image img { height: 100%; max-width: none; position: relative; left: 50%; 
-webkit-transform: translateX(-50%); 
        transform: translateX(-50%); }

/* ------------------------------------------------------------ *\
	Section Amenities
\* ------------------------------------------------------------ */

.section-amenities { position: relative; border-top: 10px solid  #fff; }
.section-amenities .section-image { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.section-amenities .section-content { position: relative; z-index: 2; color: #fff; margin: auto; text-align: center; }
.section-amenities .section-title { font-size: 60px; font-weight: 300; text-transform: uppercase; line-height: 1.1; margin-bottom: 40px; }
.section-amenities .section-actions { position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(0, 0, 0, 0.5); }
.section-amenities .section-nav { color: #fff; }
.section-amenities .section-nav ul { display: table; width: 100%; }
.section-amenities .section-nav li { display: table-cell; vertical-align: middle; font-size: 20px; text-transform: uppercase; text-align: center; padding: 10px 0; }
.section-amenities .section-nav li ~ li a { border-left: 1px solid  rgba(255,255,255,.5); }
.section-amenities .section-nav a { display: block; text-align: center; padding: 20px 20px; font-weight: 300; text-decoration: none; }
.section-amenities .section-nav a:hover { color: #0858b1; }

/* ------------------------------------------------------------ *\
	Section Reserve
\* ------------------------------------------------------------ */

.section-reserve { text-align: center; padding: 100px 0; }
.section-reserve p { max-width: 700px; margin: 0 auto 30px; }
.section-reserve .section-title { color: #0858b1; font-size: 30px; margin-bottom: 30px; text-transform: uppercase; }
.section-reserve .section-title:after { content: ''; background: #0858b1; width: 70px; height: 1px; display: block; margin: 20px auto 0; }

/* ------------------------------------------------------------ *\
	Section About
\* ------------------------------------------------------------ */

.section-about { padding: 70px 0; }

/* ------------------------------------------------------------ *\
	Section Video
\* ------------------------------------------------------------ */

.section-video .section-content { position: relative; height: 0; padding-top: 56%; }
.section-video .section-content iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* ------------------------------------------------------------ *\
	Section Explore
\* ------------------------------------------------------------ */

.section-explore { }

/* ------------------------------------------------------------ *\
	Section Gallery
\* ------------------------------------------------------------ */

.section-gallery { padding-top: 150px; }
.section-gallery .section-title { text-align: center; font-weight: 300; font-size: 40px; margin-bottom: 30px; }
.section-gallery .section-group ~ .section-group { margin-top: 30px; }

/* ------------------------------------------------------------ *\
	Section Contacts
\* ------------------------------------------------------------ */

.section-contacts { margin-bottom: 100px; }

/* ------------------------------------------------------------ *\
	Article About
\* ------------------------------------------------------------ */

.article-about { max-width: 700px; margin: auto; }
.article-about .article-head { margin-bottom: 20px; }
.article-about .article-title { text-align: center; font-weight: 300; font-size: 50px; }
.article-about .article-actions { text-align: center; padding-top: 50px; }
.article-about .article-image { margin: 0 -100px; }
.article-about .article-body { /*columns: 2; column-gap: 40px;*/ line-height: 1.7; }
.article-about .cols { padding-top: 20px; }

/* ------------------------------------------------------------ *\
	Article Rates
\* ------------------------------------------------------------ */

.article-rates { }
.article-rates h4 { text-align: center; color: #0858b1; font-size: 20px; font-weight: 400; }
.article-rates h4:not(:first-of-type) { margin-top: 30px; }
.article-rates h5 { text-align: center; font-size: 16px; color: #0858b1; }

/* ------------------------------------------------------------ *\
	Table price
\* ------------------------------------------------------------ */

.table-price { max-width: 600px; margin: auto; border: 1px solid rgba(60,150,220,.1); }
.table-price td { padding: 10px 20px; }
.table-price tr:nth-child(odd) { background: rgba(60,150,220,.1); color: rgba(60,150,220,1); }

/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */

.widgets { list-style: none; }
.widgets:after { content: ''; line-height: 0; display: table; clear: both; }

/* ------------------------------------------------------------ *\
	Widget Explore
\* ------------------------------------------------------------ */

.widget-explore { position: relative; width: 50%; float: left; overflow: hidden; }
.widget-explore-large { width: 100%; }
.widget-explore:hover .widget-image {
	-webkit-transform: scale(1.1); 
	        transform: scale(1.1); 
}
.widget-explore a { text-decoration: none; }
.widget-explore .widget-image { height: 0; padding-top: 50%;
	-webkit-transition: transform .3s; 
	        -webkit-transition: -webkit-transform .3s; 
	        transition: -webkit-transform .3s; 
	        transition: transform .3s; 
	        transition: transform .3s, -webkit-transform .3s; 
}
.widget-explore .widget-content { position: absolute; bottom: 0; left: 0; width: 100%; padding: 10px 15px 30px; text-align: center; color: #fff; }
.widget-explore .widget-title { font-weight: 200; font-family: 'Raleway', sans-serif; font-size: 50px; text-shadow: 1px 1px 1px rgba(0,0,0,.5); }
.widget-explore .widget-actions a { position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: block; }

/* ------------------------------------------------------------ *\
	Lists
\* ------------------------------------------------------------ */

[class^=list-] { list-style: none; }

/* ------------------------------------------------------------ *\
	List Amenities
\* ------------------------------------------------------------ */

.list-amenities { list-style: none; padding-right: 20px; }
.list-amenities li:before { content: '✓'; margin-right: 10px; color: #0858b1; }

/* ------------------------------------------------------------ *\
	List Activities
\* ------------------------------------------------------------ */

.list-activities { border: 1px solid  #ccc; border-left: 0; border-right: 0; padding: 40px 0; }
.list-activities > li { display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.list-activities > li:nth-child(odd) .activity__image { order: 2; }
.list-activities h3 { color: #0858b1; }
.list-activities .activity__image { -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; }
.list-activities .activity__content { flex: 0 0 48%; }

/* ------------------------------------------------------------ *\
	List Gallery
\* ------------------------------------------------------------ */

.list-gallery { margin: 0 -15px; }
.list-gallery:after { content: ''; line-height: 0; display: table; clear: both; }
.list-gallery li { width: 25%; float: left; padding: 0 15px; margin-bottom: 30px; }
.list-gallery li:nth-child(4n+1) { clear: both; }

.list-gallery--wedding a { padding-top: 100%; display: block; }

/* ------------------------------------------------------------ *\
	Form Contacts
\* ------------------------------------------------------------ */

.form-contacts { max-width: 600px; margin: auto; text-align: center; }
.form-contacts .field { border: 1px solid  #ccc; height: 40px; padding: 0 20px; width: 100%; }
.form-contacts .textarea { border: 1px solid  #ccc; width: 100%; padding: 10px 20px; min-height: 100px; }
.form-contacts .form-title { margin: 30px 0 20px; font-size: 35px; font-weight: 200; color: #0858b1; }
.form-contacts .form-label { text-align: left; display: block; font-weight: 500; font-style: italic; margin-bottom: 5px; }
.form-contacts .form-btn { border: 0; height: 50px; min-width: 280px; }
.form-contacts .form-row ~ .form-row { margin-top: 15px; }
.form-contacts .form-actions { padding-top: 20px; }

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slider { width: 100%; }
.slider .slider__slide { background-size: cover; background-position: center center;  background-repeat: no-repeat; padding-top: 40%; position: relative; -webkit-animation: zoom 25s infinite; animation: zoom 25s infinite; }
.slider .slider__slide:before { content: ''; background: rgba(0, 0, 0, 0.3); position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.slider .slider__slide h2 { font-size: 40px; letter-spacing: 0.1em; line-height: 1.2; max-width: 550px; text-align: center; color: #fff; text-shadow: 2px 2px 2px #000; margin-bottom: 20px; }
.slider .slider__slide h2:after { content: ''; background: #fff; width: 70px; height: 2px; background: #fff; display: block; margin: 10px auto 0; }
.slider .slider__slide-content { position: absolute; z-index: 1; top: 50%; left: 50%; color: #fff; text-transform: uppercase; text-align: center;
-webkit-transform: translate(-50%, -50%); 
        transform: translate(-50%, -50%);
}
.slider .owl-nav button.owl-next,
.slider .owl-nav button.owl-prev { position: absolute; top: 50%; width: 30px; height: 30px; border: 2px solid  #fff; border-top: 0; border-right: 0; display: block; font-size: 0; }

.slider .owl-prev { left: 45px; -webkit-transform: translateX(-50%) rotate(45deg); transform: translateX(-50%) rotate(45deg); }
.slider .owl-next { right: 20px; -webkit-transform: translateX(-50%) rotate(-135deg); transform: translateX(-50%) rotate(-135deg); }
.slider .owl-item.active { z-index: 1; }

/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer .shell { border-top: 1px solid  #ccc; text-align: center; padding: 20px 0; font-size: 12px; }
