/* =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, ins, kbd, q, s, samp, small, strike, strong, 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, 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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* =root ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
 html {
	overflow-y: scroll;
	background: #FFF;
}

body {
	margin: 0;
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
    /* Improve default text rendering, handling of kerning pairs and ligatures */
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga", "dlig";
	-webkit-font-feature-settings: "liga", "dlig";
	-o-font-feature-settings: "liga", "dlig";
	font-feature-settings: "liga", "dlig";
}
/* =typography resets ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
 code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
/* /ht Ethan Marcotte - http://front.ie/l8rJaA */
/*img,*/
 embed, object, video {
	max-width: 100%;
}

.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video {
	width: 100%;
}
/* misc */
 ::selection {
	background: #F2E900;
	color: #fff;
}

::-moz-selection {
	background: #F2E900;
	color: #fff;
}

a{
	color: #59582B;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

strong, b{font-weight: bold;}

/* =rwd ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
 img {
	max-width: 100%;
	margin: 0 auto;
}
/* =typography Forever and ever --------------------------------------------------------------------------------------------------------*/
 h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	font-family: "Open Sans", Helvetica, Arial;
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6, ul, ol, p {
	text-align: left;
}
/* =check img[alt=""], img:not([alt]){
	border: 5px dashed red;
}
*/
/* =variables ----------------------------------------------------*/
/* =mixins ----------------------------------------------------*/
 .home .wrapper {
	width: 100%;
	float: left;
	height: 100vh;
	background-size: cover;
	position: relative;
    /* gallery */
}

.home .wrapper .gallery {
	width: 100%;
	height: 100vh;
	background: rgba(255, 255, 0, 0.7);
    /* Carousel Settings */
}

.home .wrapper .gallery .slide-1 {
	width: 100%;
	height: 100vh;
	background: url(../img/home/bg-1.jpg) center center no-repeat;
	background-size: cover;
}

.home .wrapper .gallery .slide-2 {
	width: 100%;
	height: 100vh;
	background: url(../img/home/bg-2.jpg) center center no-repeat;
	background-size: cover;
}

.home .wrapper .gallery .slide-3 {
	width: 100%;
	height: 100vh;
	background: url(../img/home/bg-3.jpg) center center no-repeat;
	background-size: cover;
}

.home .wrapper .gallery .message {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.home .wrapper .gallery h2 {
	font-family: "Lato";
	font-weight: 100;
	font-size: 25rem;
	color: #fff;
	text-align: center;
}

.home .wrapper .gallery p.subtitle {
	font-size: 2.5rem;
	font-weight: 300;
	width: 640px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	max-width: 90%;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

/*.home .wrapper .gallery a.btn{
	display: block;
	width: 30px;
	height: 30px;
	margin: 20px auto 0 auto;
	background: #F2E900 url(../img/misc/plus.svg);
	text-decoration: none;
	border-radius: 100px;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.home .wrapper .gallery a.btn:hover{background: #fff url(../img/misc/plus.svg);}
.home .wrapper .gallery a.btn:active{background: #ddd url(../img/misc/plus.svg);}
*/
.home .wrapper .gallery a.btn{
	font-size: 1.8rem;
	color: #fff;
	font-weight: 300;
	text-decoration: none;
	display: block;
	margin: 20px auto 0 auto;
	text-decoration: none;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	
}


.home .wrapper .gallery.slick-dotted.slick-slider {
	margin: 0;
}

.home .wrapper .gallery .slick-dots {
	width: calc(100% - 22px);
	text-align: right;
	bottom: 45px;
	margin: 0 22px 0 0;
}

.home .wrapper .gallery .slick-dots li {
	position: static;
	width: 50px;
	height: 5px;
	margin: 0 1px;
}

.home .wrapper .gallery .slick-dots li button {
	padding: 0;
	width: 50px;
	height: 5px;
	color: #F2E900;
	background: #F2E900;
}

.home .wrapper .gallery .slick-dots li:before {
	font-size: 1.8rem;
	font-weight: 300;
	color: #F2E900;
	position: absolute;
	right: 0;
	bottom: 10px;
}

.home .wrapper .gallery .slick-dots li.slick-active:nth-of-type(1):before {content: "01/03";}
.home .wrapper .gallery .slick-dots li.slick-active:nth-of-type(2):before {content: "02/03";}
.home .wrapper .gallery .slick-dots li.slick-active:nth-of-type(3):before {content: "03/03";}

.home .wrapper .gallery .slick-dots li.slick-active button {
	color: #59582B;
	background: #59582B;
}

.home .wrapper h1 {
	position: absolute;
	left: 50%;
	top: 20px;
	text-align: center;
	margin-left: -91px;
}
/* .home */
/* =estate */
 .estate {
    /* wrapper */
}

.estate .wrapper {
	width: 100%;
	float: left;
	height: 100vh;
	background-size: cover;
	position: relative;
    /* gallery */
    /* side */
}

.estate .wrapper .page-gallery {
	width: 100%;
	height: 100vh;
	background: rgba(255, 255, 0, 0.7);
}

.estate .wrapper .page-gallery .slick-slide{height: 100vh}

.estate .wrapper .page-gallery .slide-1 {
	width: 100%;
	height: 100vh;
}

/*.estate .wrapper .page-gallery .slide-1 a {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 75px;
	outline: none;
}*/

.estate .wrapper .page-gallery .slide-2 {
	width: 100%;
	height: 100vh;
}

/*.estate .wrapper .page-gallery .slide-2 a {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 75px;
	outline: none;
}*/

.estate .wrapper .page-gallery .slide-3 {
	width: 100%;
	height: 100vh;
}

/*.estate .wrapper .page-gallery .slide-3 a {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 75px;
	outline: none;
}*/

.estate .wrapper .page-gallery .slick-prev, .estate .wrapper .page-gallery .slick-next {
	right: 2%;
	z-index: 1000;
	background: #F2E900;
	width: 32px;
	height: 32px;
	border-radius: 100px;
}

.estate .wrapper .page-gallery .slick-prev {
	left: auto;
	right: 2%;
	top: calc(44% + 45px);
	padding: 3px 0 0 0;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 800ms;
	-o-transition-duration: 800ms;
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
}

.estate .wrapper .page-gallery .slick-prev:before {
	content: url(../img/misc/lt.svg);
	color: #59582B;
	font-weight: 700;
	font-size: 2.2rem;
	opacity: 1;
	padding: 0 2px 0 0;
}

.estate .wrapper .page-gallery .slick-prev:hover,
.estate .wrapper .page-gallery .slick-next:hover {
	background: #fff;
}

.estate .wrapper .page-gallery .slick-next {
	top: 44%;
	padding: 3px 0 0 0;
}

.estate .wrapper .page-gallery .slick-next:before {
	content: url(../img/misc/gt.svg);
	color: #59582B;
	font-weight: 700;
	font-size: 2.2rem;
	opacity: 1;
	padding: 0 0 0 2px;
}

.estate .wrapper .page-gallery.slick-dotted.slick-slider {
	margin: 0;
}

.estate .wrapper .page-gallery .slick-dots {
	text-align: right;
	bottom: 45px;
	padding: 0 22px 0 0;
}

.estate .wrapper .page-gallery .slick-dots li {
	width: 50px;
	height: 5px;
	margin: 0 1px;
	position: static;
}

.estate .wrapper .page-gallery .slick-dots li button {
	padding: 0;
	width: 50px;
	height: 5px;
	color: #F2E900;
	background: #F2E900;
}

.estate .wrapper .page-gallery .slick-dots li:before {
	font-size: 1.8rem;
	font-weight: 300;
	color: #F2E900;
    position: absolute;
	right: 22px;
	bottom: 10px;
}

.estate .wrapper .page-gallery .slick-dots li.slick-active button {
	color: #59582B;
	background: #59582B;
}

.estate .wrapper .side {
	position: fixed;
	left: 0;
	top: 0;
	background: #F2E900;
	height: 100vh;
	width: 460px;
	z-index: 1001;
    /* content */
}

.estate .wrapper .side .home-link {
	display: block;
	position: absolute;
	width: 75px;
	top: 20px;
	left: 20px;
}

.estate .wrapper .side .home-link:after {
	content: "";
	display: table;
	clear: both;
}

.estate .wrapper .side .content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	clear: both;
	padding: 0 15px 0 20px;
}

.estate .wrapper .side .content h1 {
	font-size: 6.4rem;
	font-weight: 300;
	text-transform: lowercase;
	color: olive;
	margin: 0 0 20px 0;
}

.estate .wrapper .side .content p {
	font-size: 1.2rem;
	margin: 0 0 1.5rem 0;
	color: #59582B;
}

.estate .wrapper .side .content ul{
	font-size: 1.2rem;
	margin: 0 0 0 20px;
	color: #59582B;
}

.estate .wrapper .side.visible a#slide {
	display: block;
	position: absolute;
	width: 20px;
	height: 100vh;
	left: 460px;
	top: 0;
	background: url(../img/misc/slide-open.png) no-repeat center center;
	z-index: 1001;
}

.estate .wrapper .side a#slide {
	display: block;
	position: absolute;
	width: 30px;
	height: 100vh;
	left: 460px;
	top: 0;
	background: url(../img/misc/slide-closed.png) no-repeat center center;
	z-index: 1001;
}

.estate .wrapper .side a#roll {
	display: none;
}

.estate .wrapper .side.visible ~ .page-gallery ul.slick-dots {
	display: none !important;
}

.estate .wrapper .side ~ .page-gallery ul.slick-dots {
	display: block;
}

a.tree{
	display: block;
	position: absolute;
	width: 75px;
	top: 20px;
	left: 20px;
}
/* .estate */

/* =contact */
.estate .wrapper .google-map{
	width: 100%;
	height: 100vh;
	background: rgba(255, 255, 0, 0.7);
}

.estate .wrapper .google-map iframe{
	height: 100vh;
}

/* =room */
 .room {
    /* wrapper */
    /* container */
}

.room .wrapper {
	clear: both;
	width: 100%;
	float: left;
	height: 100vh;
	background-size: cover;
	position: relative;
    /* side */
}

.central{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.central h1{
	font-size: 10rem;
	text-align: center;
	color: #FFF;
	font-weight: 300;
}

.central p{
	font-size: 2rem;
	color: #FFF;
	text-align: center;
	max-width: 720px;
	margin: 20px auto 0 auto;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

.room .wrapper .side {
	position: absolute;
	left: 0;
	top: 0;
	background: #F2E900;
	height: 100vh;
	width: 380px;
	z-index: 1001;
    /* content */
}

.room .wrapper .side .home-link {
	display: block;
	position: absolute;
	width: 75px;
	top: 20px;
	left: 20px;
}

.room .wrapper .side .home-link:after {
	content: "";
	display: table;
	clear: both;
}

.room .wrapper .side .content {
	position: absolute;
	bottom: 100px;
	clear: both;
	padding: 0 26px 0 20px;
}

.room .wrapper .side .content h1 {
	font-size: 7.2rem;
	font-weight: 300;
	text-transform: lowercase;
	color: olive;
	margin: 0 0 20px 0;
	line-height: .8;
}

.room .wrapper .side .content p {
	font-size: 1.2rem;
	margin: 0 0 1.5rem 0;
	color: #59582B;
}

.room .wrapper .side a.scroll {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -12px;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.room .wrapper .side a.scroll .mouse-container{
	position: relative;
	width: 23px;
	height: 38px;
}

.room .wrapper .side a.scroll img.mouse{
	position: absolute;
	top: 0;
	left: 0
}

.room .wrapper .side a.scroll img.ball{
	position: absolute;
	top: 11px;
	left: 8.5px;
	animation: mouseanim 2s infinite ease-in-out;
}

@keyframes mouseanim{
    0% {
        transform: translate(-0, 3px);
        -moz-transform: translate(-0, 3px);
    }
    50% {
        transform: translate(0, -3px);
        -moz-transform: translate(0, -3px);
    }

    100% {
        transform: translate(-0, 3px);
        -moz-transform: translate(-0, 3px);
    }
}

.room .wrapper .side a.scroll:hover {
	bottom: 15px;
	opacity: .7;
}

.room .wrapper .side a.scroll:hover img.ball{animation: none}

.room .wrapper .side.visible a#slide {
	display: block;
	position: absolute;
	width: 20px;
	height: 100vh;
	left: 380px;
	top: 0;
	background: url(../img/misc/slide-open.png) no-repeat center center;
	z-index: 1001;
}

.room .wrapper .side a#slide {
	display: block;
	position: absolute;
	width: 30px;
	height: 100vh;
	left: 380px;
	top: 0;
	background: url(../img/misc/slide-closed.png) no-repeat center center;
	z-index: 1001;
}

.room .wrapper#main {
	height: auto;
}

.room .container {
	float: left;
	width: 100%;
	background: #fff;
}

/*.room .container .amenities {
	float: left;
	width: 400px;
	padding: 189px 0 0 0;
}

.room .container .amenities h3 {
	font-size: 4rem;
	color: #D7D7CC;
	text-align: center;
	font-weight: 300;
	margin: 0 0 38px 0;
}

.room .container .amenities ul {
	display: block;
	margin: 0 auto;
	list-style-type: none;
	color: #59582B;
	text-transform: uppercase;
	font-size: 1rem;
	width: 290px;
	text-align: center;
}

.room .container .amenities ul li {
	display: inline-block;
	margin: 0 10px 25px 10px;
}*/

/*.room .container .room-content {
	float: left;
	width: calc(100% - 400px);
	padding: 140px 0;
}

.room .container .room-content h2 {
	font-size: 10rem;
	color: #D7D7CC;
	max-width: 640px;
	margin: 0 0 30px 30px;
	text-align: left;
	font-weight: 300;
}

.room .container .room-content p {
	font-size: 1.4rem;
	color: #59582B;
	max-width: 640px;
	margin: 0 0 1.5rem 30px;
	font-weight: 300;
	line-height: 1.8;
}*/

.room .container .room-content {
	float: none;
	width: 840px;
	padding: 50px 0 20px 0;
	margin: 0 auto;
}

.room .container .room-content h2 {
	font-size: 10rem;
	color: #D7D7CC;
	max-width: 840px;
	margin: 0 0 30px 0;
	text-align: left;
	font-weight: 300;
}

.room .container .room-content p {
	font-size: 1.4rem;
	color: #59582B;
	max-width: 840px;
	margin: 0 0 1.5rem 0;
	font-weight: 300;
	line-height: 1.8;
}

.room .container .amenities {
	float: none;
	width: 840px;
	padding: 0 0 50px 0 ;
	margin: 0 auto;
}


.room .container .amenities h3 {
	font-size: 4rem;
	color: #D7D7CC;
	text-align: left;
	font-weight: 300;
	margin: 0 0 10px 0;
}

.room .container .amenities ul {
	display: block;
	margin: 0 auto;
	list-style-type: none;
	color: #59582B;
	text-transform: uppercase;
	font-size: 1rem;
	width: 0 auto 140px auto;
	text-align: left;
}

.room .container .amenities ul li {
	display: inline-block;
	margin: 0 20px 25px 0;
	text-align: center;
	vertical-align: text-top;
}

.room #room-carousel {
	float: left;
	width: 100%;
	height: 100vh;
	background: #f5f5f5;
    /* Plugin styles */
}


.room #room-carousel .carousel-inner {
	height: calc(100vh - 135px);
}

.room #room-carousel .carousel-inner .item{
	width: 100%;
	height: calc(100vh - 135px);
}

.room #room-carousel .carousel-indicators {
	position: absolute;
	left: auto !important;
	bottom: 190px !important;
	right: 40px !important;
	width: auto;
}

.room #room-carousel .carousel-indicators li {
	width: 50px;
	height: 5px;
	margin: 0 1px !important;
	color: #F2E900;
	background: #F2E900;
	border: none;
	border-radius: 0;
	/*position: relative;*/
	text-indent: 0;
}

.room #room-carousel .carousel-indicators li.active {
	width: 50px;
	height: 5px;
	color: #59582B;
	background: #59582B;
}

.room #room-carousel .carousel-indicators li:before {
	position: absolute;
	top: -25px;
	right: 0;
	font-size: 1.8rem;
	font-weight: 300;
	color: #F2E900;
}

.room #room-carousel ul.thumbnails-carousel {
	padding: 0;
	margin: 1px 0 0 0;
	list-style-type: none;
	text-align: center;
	background: #F2E900;
	line-height: 0;
	height: 135px;
}

.room #room-carousel ul.thumbnails-carousel .center {
	display: inline-block;
	display: flex;
	flex-wrap: nowrap;
}

.room #room-carousel ul.thumbnails-carousel li {
	background: #F2E900;
	margin: 0 1px 0 0;
	float: left;
	cursor: pointer;
	height: 135px;
}

.room #room-carousel .controls-background-reset {
	background: none !important;
}

.room #room-carousel .active-thumbnail {
	opacity: 1;
}

.room #room-carousel li img{max-height: 135px}

.room .internal-nav {
	float: left;
	width: 100%;
	margin: 50px 0 0 0;
}

.room .internal-nav .prev-next {
	float: left;
	width: 100%;
	background: #F2E900;
	color: #59582B;
	padding: 55px 75px;
}

.room .internal-nav .prev-next a {
	color: #59582B;
	text-decoration: none;
}

.room .internal-nav .prev-next h3 {
	font-size: 4.8rem;
	font-weight: 300;
	text-transform: lowercase;
	margin: 0 0 10px 0;
	padding: 20px 0;
}

.room .internal-nav .prev-next p {
	font-size: 1.5rem;
	font-weight: 300;
}

.room .internal-nav .prev-next .prev {
	float: left;
	width: 50%;
	position: relative;
}

.room .internal-nav .prev-next .prev .divider {
	position: absolute;
	top: -25px;
	right: 0;
	width: 2px;
	height: 150px;
	background: #fff;
}

.room .internal-nav .prev-next .next {
	float: left;
	width: 50%;
	position: relative;
}

.room .internal-nav .prev-next .next .divider {
	position: absolute;
	top: -25px;
	left: 0;
	width: 2px;
	height: 150px;
	background: #fff;
}

.room .internal-nav .prev-next .next h3, .room .internal-nav .prev-next .next p {
	text-align: right;
}

.room .internal-nav .map {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	height: 95px;
	background: url(../img/rooms/pigs/pigs-map.jpg) center center no-repeat;
	background-size: cover;
}

.room .internal-nav .map a {
	display: block;
	width: 100%;
	height: 95px;
	text-indent: -3000px;
}

.room .wrapper.free {
	height: 85px;
	background: #fff!important;
}
/* .room */
/* =map */
 /*.map .map-container {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	background: #FFF;
	cursor: move;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	overflow: hidden;
}

.map .map-container img#cover {
	width: 2500px;
	max-width: 2500px;
	height: 1650px;
}*/
/**
 * Dragdealer.js 0.10.0
 * http://github.com/skidding/dragdealer
 *
 * (c) 2010+ Ovidiu Cherecheș
 * http://skidding.mit-license.org
 */

.dragdealer {
  position: relative;
  height: 30px;
  background: #EEE;
}
.dragdealer .handle {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.dragdealer .red-bar {
  width: 100px;
  height: 30px;
  background: #CC0000;
  color: #FFF;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.dragdealer .disabled {
  background: #898989;
}


#canvas-mask {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	height: 100vh;
	width: 100%;
	border-radius: 0;
	overflow: hidden;
}

#canvas-mask .handle {
	width: 2500px;
	height: 1650px;
	border-radius: 0;
}

#canvas-mask .handle .page {
	float: left;
	position: relative;
	width: 50%;
	height: 50%;
}

#canvas-mask .handle .page .map-container {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	cursor: move;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

#draggable{
 	width:2500px;
 	height: 1650px;
 	max-width: 2500px;
}

#draggable-mobile{display: none;}
#canvas-mask-mobile{display: none;}

/* tooltips */
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
	background: #F2E900;
	border: 1px solid #F2E900;
	border-radius: 6px;
	box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
	color: #6D6255;
	padding: 12px 8px;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: bold;
}

/* alert */
.alert {
	display: none;
    padding: 10px 10px;
    background-color: #F2E900;
    color: #807874;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 360px;
    margin-top: -20px;
    margin-left: -120px;
    z-index: 1000;
    font-size: 1.6rem!important;
    box-shadow: 0 2px 2px #C8C9C3;
    font-size: 2.2rem;
}

.alert.visible{display: block;}
.alert.goaway{display: none;}

.closebtn {
	position: absolute;
	top: -26px;
	right: 0;
    color: #807874;
    background-color: #F2E900;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
    padding: 5px;
    text-decoration: none;
}

.closebtn:hover {
    color: black;
}

.alert.visible~.wrapper .dragdealer{opacity: .2;}
.alert~.wrapper .dragdealer{opacity: 1;}


/*! ============================================================ * Based entirely on Animated Navicons by Hugo Darby-Brown: * https://codepen.io/hugo/pen/LmJsf * ============================================================ */
/* ========= Menu Icon Base ======== */
 .menu1 {
	cursor: pointer;
	display: inline-block;
	font-size: 5px;
	height: 6em;
	position: relative;
	width: 6em;
	-webkit-tap-highlight-color: transparent;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.menu1 span {
	display: block;
	background: #fff;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
	backface-visibility: hidden;
	height: 2px;
	position: absolute;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	width: 22px;
	-webkit-tap-highlight-color: transparent;
}
/* ============ Menu1 ============ */
 .menu1 span {
	left: 9px;
}

.menu1 span:nth-child(1) {
	top: 11px;
}

.menu1 span:nth-child(2) {
	top: 19px;
}

.menu1 span:nth-child(3) {
	top: 27px;
}

.menu1.open span:nth-child(1) {
	top: 12px;
	-moz-transform: rotate(45deg) translate(1.1em, 1.1em);
	-ms-transform: rotate(45deg) translate(1.1em, 1.1em);
	-webkit-transform: rotate(45deg) translate(1.1em, 1.1em);
	transform: rotate(45deg) translate(1.1em, 1.1em);
}

.menu1.open span:nth-child(2) {
	opacity: 0;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

.menu1.open span:nth-child(3) {
	-moz-transform: rotate(-45deg) translate(1.1em, -1.1em);
	-ms-transform: rotate(-45deg) translate(1.1em, -1.1em);
	-webkit-transform: rotate(-45deg) translate(1.1em, -1.1em);
	transform: rotate(-45deg) translate(1.1em, -1.1em);
}
/*! * Animated navicon credit to @hugo - https://codepen.io/hugo/pen/LmJsf * My fork (attached as an external resource): * https://codepen.io/jreece/pen/fIdqg */
 .menu {
	position: fixed;
	overflow-y: auto;
	z-index: 1002;
	width: 100vw;
	height: 100vh;
	background: #F2E900;
	border-top: 1px solid #3D3527;
	-moz-transition: opacity 800ms;
	-o-transition: opacity 800ms;
	-webkit-transition: opacity 800ms;
	transition: opacity 800ms;
	padding: 5% 0;
}

.menu.off {
	opacity: 0;
	z-index: -1;
	-moz-transition: opacity 0;
	-o-transition: opacity 0;
	-webkit-transition: opacity 0;
	transition: opacity 0;
}

.menu .nav {
	float: left;
	width: 100%;
	margin: 110px 0 0 0;
	text-align: center;
}

.menu h1 {
	text-align: center;
}

.menu .nav li {
	margin: 0 20px;
	padding: 0;
	list-style: none;
	text-align: center;
	display: inline-block;
}

.menu .nav a {
	display: block;
	position: relative;
	z-index: 3;
	font-size: 3rem;
	width: 100%;
	background: transparent;
	color: #59582B;
	text-decoration: none;
	padding: 0;
}

.menu .nav a:hover, .menu .nav a:focus {
	background: transparent;
	color: #FFF;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 800ms;
	-o-transition-duration: 800ms;
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
}

.menu .lang {
	float: left;
	text-align: center;
	width: 100%;
	margin: 30px 0 0 0;
}

.menu ul.lang {
	list-style-type: none;
}

.menu ul.lang li {
	display: inline-block;
	margin: 0 20px;
}

.menu ul.lang li a {
	color: #59582B;
	font-size: 1.6rem;
	font-weight: 300;
	text-decoration: none;
}

.menu ul.lang li a:hover, .menu ul.lang li a:focus {
	color: #FFF;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 800ms;
	-o-transition-duration: 800ms;
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
}

.menu-toggle {
	position: fixed;
	z-index: 1002;
	right: 0;
	top: 0;
	margin: 3% 2%;
	background: #F2E900;
	border-radius: 100px;
	width: 40px;
	height: 40px;
	padding: 10px;
}

.menu-toggle > span {
	background: #59582B;
}

.menu-toggle:hover{background: #fff;}
.menu-toggle:hover > span{background: #59582B;}

.menu-toggle.open {
	background: #59582B;
}

.menu-toggle.open:hover{
	background: #fff;
}

.menu-toggle.open:hover span{
	background: #59582B;
}

.menu-toggle.open span {
	background: #FFF;
}
/* =html --------------------------------------------------------------------------------------------------------*/
 html {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	height: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
    /* Force scrollbar in non-IE and Remove iOS text size adjust without disabling user zoom */
	text-align: center;
	font-size: 62.5%;
	line-height: 1.5;
	color: #59582B;
}

body {
	height: 100%;
}

footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 25px 10px 25px;
	color: #fff;
}

footer a {
	color: #FFF;
	text-decoration: underline;
}

footer .copyright {
	float: left;
	text-align: left;
	font-size: 1.2rem;
	margin: 0 0 0 15px;
}

footer .copyright p {
	display: inline-block;
}

footer .copyright span {
	margin: 0 10px;
}

footer .credits {
	float: right;
	text-align: right;
	font-size: 1.2rem;
}

footer .credits p {
	display: inline-block;
}

footer .credits span {
	margin: 0 10px;
}

footer.dark {
	color: #59582B;
}

footer.dark a {
	color: #59582B;
}


/* popup */
#modal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.modalconent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F2E900;
    width: 500px;
    padding: 40px 60px;
}

.modalconent h2{font-size: 22px; text-align: center; margin: 20px 0 20px 0;}
.modalconent p{font-size: 16px; text-align: center;}

.modalconent button{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 16px;
	height: 16px;
	border: none;
	background: url(../img/misc/close-btn.png) no-repeat center center;
	box-shadow: none;
	cursor: pointer;
	text-indent: -30000px;
}

@media screen and (max-width: 640px){
	.modalconent{width: 80%; padding: 20px;}
}


