.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
	overflow: visible;
	-ms-touch-action: none;
	touch-action: none;
}

.fancybox-container {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}

.modal-style {
	width: 100%;
	max-width: 640px;
}

@media (max-width:767px) {
	.modal-style {
		top: -35px;
	}
}

.modal-style h2 {
	font-size: 20px;
	line-height: 28px;
	margin-top: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family:"Open Sans", sans-serif;
    color: #fdefc9;
    border-bottom: solid 1px #fdefc9;
	margin-bottom: 10px;
}

.modal-style h2 i {
	font-size: 20px;
	color: #fdefc9;
	margin-left: 2px;
	margin-right: 10px;
}

.modal-style p {
    color: #d9bd89;
	font-size: 15px;
}

.modal-style a {
	color: #d9bd89;
	text-decoration: none;
}

.modal-style a:hover {
	text-decoration: underline;
}

.modal-style .btn {
	display: block;
	padding: 7px;
	font-size: 13px;
	letter-spacing: 0px;
	width: 100%;
}

.modal-style .btn-cookie {
	display: block;
	padding: 7px;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	color: #523225;
	border: solid 1px #d9bd89;
	background-color: #d9bd89;
	border-radius: 3px;
	transition: all 200ms ease;
}

.modal-style .btn-cookie:hover {
	color: #523225;
	border: solid 1px #fdefc9;
	background-color: #fdefc9;
	text-decoration: none;
	cursor: pointer;
	transition: all 200ms ease;
}

.fancybox-bg {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: #000;
	opacity: 0;
	transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
	opacity: 0.7;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	transition: opacity .2s;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
	opacity: 1;
}

.fancybox-infobar {
	display: none;
}

.fancybox-buttons {
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
	pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
	display: block;
}

.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr;
}

.fancybox-slider-wrap, .fancybox-slider {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-slide {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	padding-left: 8px;
	padding-right: 8px;
}

.fancybox-slide {
    padding: 10px;
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0px;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 10px 20px 30px 20px;
	margin: 44px 0px 44px;
	border-width: 0px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #d9bd89;
	background-color: #372b24;
	overflow: auto;
	box-sizing: border-box;
	border-radius: 3px;
}

.fancybox-slide--image {
	overflow: hidden;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-iframe {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {
	background: transparent;
}

.fancybox-placeholder {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	max-width: none;
	max-height: none;
	background: transparent;
	background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-error {
	position: absolute;
	margin: 0px;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0px;
	padding: 0px;
	color: #444;
}

.fancybox-close-small {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  cursor: pointer;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-button {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-radius: 0px;
	cursor: pointer;
	background: transparent;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
}

.fancybox-button--disabled {
	cursor: default;
	pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
	background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
	background: #d08b5d;
}

.fancybox-button::before, .fancybox-button::after {
	content: '';
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: 0.9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button--disabled::before, .fancybox-button--disabled::after {
	opacity: 0.5;
}

.fancybox-button--close {
	float: right;
}

.fancybox-button--close::before, .fancybox-button--close::after {
	content: '';
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.fancybox-button--close {
	top: 15px;
	right: 15px;
	border-radius: 5px;
}

.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, 0.4);
	border-top: 6px solid rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
	from {
    	-webkit-transform: rotate(0deg);
    	transform: rotate(0deg);
	}
	
	to {
    	-webkit-transform: rotate(359deg);
    	transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
    	-webkit-transform: rotate(0deg);
    	transform: rotate(0deg);
	}

	to{
    	-webkit-transform: rotate(359deg);
    	transform: rotate(359deg);
	}
}

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none;
}

/*---Animation---*/

.modal-slide {
    -webkit-animation: slide-down .2s;
    animation: slide-down .2s;
	border-radius: 3px;
	box-shadow: 0 0.1em 0.4em rgba(0,0,0,0.3);
}

@-webkit-keyframes slide-down {
  	from {
		opacity: 0;
		transform: translate3d(0, -1000px, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes slide-down {
	from {
		opacity: 0;
		transform: translate3d(0, -1000px, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}