/* Table of Content
==================================================
	#Font-Face
	#Site Styles
	#Media Queries */

/* #Font-Face
================================================== */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700');

/* #Site Styles
================================================== */

/* ### general ### */
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none; }
html, body { font-family: 'Montserrat', sans-serif; font-size: 12px; color: #2c2c2b; }
body { background: url('../img/bg.jpg'); }
input, select, textarea { font-family: 'Montserrat', sans-serif; font-size: 12px; color: #000; }
img { border: 0; display: block; }
ul, li { list-style: none; }
p { font-size: 12px; line-height: 20px; color: #2c2c2b; }
.form-control:focus,
:focus { outline: 0; }


/* ### global classes ### */
.clear { clear: both; visibility: hidden; line-height: 0; height: 0; }
.centered { padding-right: calc((100% - 1200px) / 2); padding-left: calc((100% - 1200px) / 2); }
.js-toggle-menu { position: absolute; left: 0; top: 160px; width: 60px; height: 60px; background: #2eafbd; text-indent: -9999px; display: none; }
.js-toggle-menu span { width: 30px; background: #fff; display: block; height: 2px; left: 13px; position: absolute; top: 29px; transition: all 0.3s; }
.js-toggle-menu span:before { top: -8px; transition-property: top, -webkit-transform; }
.js-toggle-menu span:after,
.js-toggle-menu span:before { background-color: #fff; content: ""; display: block; height: 2px; left: 0; position: absolute; width: 100%; transition-duration:.3s,.3s; }
.js-toggle-menu span:after{ bottom: -8px; transition-property:bottom,-webkit-transform; }
.is-opened .js-toggle-menu span { background:0 0; }
.is-opened .js-toggle-menu span:before { top:0; -webkit-transform:rotate(45deg); transform:rotate(45deg)}
.is-opened .js-toggle-menu span:after { bottom:0; -webkit-transform:rotate(-45deg); transform:rotate(-45deg)}
.is-opened .js-toggle-menu { text-indent: -9999px; }

.btn { font-size: 14px; position: relative; padding: 6px 10px 5px; border-radius: 3px; border: 0; font-weight: 700; }
.btn-secondary { background: #16a6b6; }
.btn-primary { background: #ee6557; }
.btn-link { font-weight: 400; color: #2c2c2b; text-decoration: none; font-size: 12px; opacity: 0.8; }
.btn-link:hover { color: #2c2c2b; }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle,
.btn-primary:hover { background: #d05145; box-shadow: none; outline: none; }
.btn.check { background: #16a6b6; }
.btn.check:hover { background: #138794; }
.btn.check,
.btn.btn-plus,
.btn.remove { text-indent: -9999px; min-width: 32px; height: 32px; padding: 0; }
.btn.check:after { content: ''; display: block; width: 6px; height: 14px; border: solid #fff; border-width: 0 1px 1px 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; left: 50%; top: 50%; margin: -8px 0 0 -3px; }
.btn.remove:before,
.btn.remove:after { position: absolute; left: 15px; content: ' '; height: 13px; width: 1px; top: 10px; background-color: #fff; }
.btn.remove:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.btn.remove:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.btn.btn-plus:before,
.btn.btn-plus:after { position: absolute; left: 15px; content: ' '; height: 13px; width: 1px; top: 10px; background-color: #fff; }
.btn.btn-plus:before { -webkit-transform: rotate(90deg); transform: rotate(90deg); }

.custom-file-input,
.form-control { height: 32px; font-size: 12px; border-color: #dadada; color: rgba(44,44,43, 0.8); margin-bottom: 16px; }
.form-control:disabled, .form-control[readonly] { border-color: #dadada; background: #dadada; -webkit-appearance: none; }
label { color: #2c2c2b; font-size: 12px; line-height: 20px; display: block; font-weight: 400; }
.form-control:focus { box-shadow: none; border-color: #dadada; }
select.form-control { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-right: 30px; background: #fff url('../img/select-arrow.png') right center no-repeat; -webkit-appearance: none; cursor: pointer; -moz-appearance: none; outline: none; text-indent: 1px; }
.form-control.calendar { padding-right: 32px; background: #fff url('../img/calendar-icon.png') right center no-repeat; }
select::-ms-expand { display: none; }

.social { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 16px; }
.social li { margin-right: 15px; }
.social li:last-child { margin-right: 0; }

/* ### wrapper ### */
#wrapper { padding-top: 160px; position: relative; display: block; width: 100%; min-height: 100%; }

/* ### main container ### */
#mainCntr { height: calc(100vh - 160px); width: 100%; }

	/* ### header container ### */
	#headerCntr { position: fixed; left: 0; top: 0; width: 100%; height: 160px; background: #fff; z-index: 91; }
	#headerCntr .logo { position: absolute; top: 58px; left: 39px; }
	#headerCntr .logo img { max-width: 100%; }
	#headerCntr .mobileMenu { display: none; cursor: pointer; z-index: 15; float: left; width: 40px; height: 40px; position: relative; transition: 0.2s; overflow: hidden; }
	#headerCntr .mobileMenu span { display: block; height: 4px; text-indent: -9999px; border-radius: 5px; background: #000; position: absolute; top: 50%; right: 20%; left: 20%; transition: 0.2s; }
	#headerCntr .mobileMenu span:before,
	#headerCntr .mobileMenu span:after { display: block; width: 100%; height: 4px; content: ''; border-radius: 5px; background-color: #000; transition-duration: 0.2s,0.2s; position: absolute; left: 0; }
	#headerCntr .mobileMenu span:before { top: -7px; }
	#headerCntr .mobileMenu span:after { bottom: -7px; }

	/* ### content container ### */
	#contentCntr { padding: 60px 360px 0 300px; position: relative; width: 100%; }
	#contentCntr .mid-sec { padding: 30px 15px 0; width: 100%; }

		/* ### menu box ### */
		.menuBox { transition: all 0.4s; position: fixed; -webkit-overflow-scrolling: touch; overflow: auto; left: 0; width: 300px; height: calc(100vh - 160px); top: 160px; background: linear-gradient(0.03turn, #60ba8e, #1ba6b5); z-index: 99; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
		.menuBox .head { padding: 61px 41px; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; overflow: hidden; background: rgba(255, 255, 255, 0.04); -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
		.menuBox .head img.svg {    width: 28px;    position: relative;
			top: 3px;}
		.menuBox strong { padding: 0 0 0 20px; display: block; color: #fff; font-size: 24px; line-height: 26px; letter-spacing: -0.02em; font-weight: 700; }
		.menuBox strong small { font-weight: 700; font-size: 12px; display: block; line-height: 14px; margin: -1px 0; letter-spacing: 0.02em; }
		.menuBox ul { padding-top: 17px; overflow: hidden; width: 100%; }
		.menuBox ul li { position: relative; width: 100%; }
		.menuBox ul li:after { position: absolute; left: 40px; bottom: 0; width: 180px; height: 1px; content: ''; background: rgba(255, 255, 255, 0.08); }
		.menuBox ul li a { padding: 15px 40px; width: 100%; transition: all 0.3s; text-decoration: none; line-height: 30px; font-size: 16px; color: #fff; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; position: relative; z-index: 1; }
		.menuBox ul li a img { margin-right: 22px; }
.menuBox ul li a img.svg { width: 28px;padding: 3px; }
		.menuBox ul li.is-active a,
		.menuBox ul li a:hover { background: #2c2c2b; }
		.menuBox ul li:last-child:after { display: none; }
		.menuBox ul li.disabled a { opacity: 0.2; background: none!important; cursor: default; }
		.menuBox ul li span { position: absolute; right: 40px; top: 50%; margin-top: -15px; width: 30px; height: 30px; text-align: center; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; background: #fff; color: #2c2c2b; font-weight: 700; font-size: 14px; border-radius: 50%; }
		.menuBox .app-links ul { padding: 0; margin: 0; display: -webkit-flex; display: -ms-flexbox; display: flex; border-top: 1px solid rgba(255, 255, 255, 0.08); }
		.menuBox .app-links ul li { padding: 0; width: 25%; border-left: 1px solid rgba(255, 255, 255, 0.08); }
		.menuBox .app-links ul li:first-child { border-left: 0; }
		.menuBox .app-links ul li:after { display: none; }
		.menuBox .app-links ul li a { padding: 26px 0; height: 79px; display: block; }
		.menuBox .app-links ul li a img { display: block; height: auto; margin:0 auto; }
		.menuBox .app-links { width: 100%; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end; }
		.menuBox .mid { width: 100%; overflow: hidden; }

		/* ### welcome box ### */
		.welcomeBox { padding: 40px 40px 25px; min-height: 160px; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; float: right; width: 360px; background: linear-gradient(0.03turn, #ec6557, #e94950); position: relative; }
		.welcomeBox figure { border-radius: 50%; width: 80px; border: 3px solid #fff; }
		.welcomeBox figure img { border-radius: 50%; width: 100%; height: auto; }
		.welcomeBox ul { position: absolute; left: 0; bottom: -60px; height: 60px; width: 100%; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background: #ed6b5e; margin: 0; padding: 0 22px; }
		.welcomeBox ul li { padding: 0 20px; }
		.welcomeBox ul li a { color: #fff; font-size: 14px; }
		.welcomeBox article { width: 180px; color: #fff; }
		.welcomeBox span { display: block; font-size: 14px; line-height: 18px; padding-bottom: 5px; }
		.welcomeBox strong { display: block; font-size: 24px; font-weight: 700; line-height: 28px; letter-spacing: -0.02em; }

		/* ### breadcrumb box ### */
		.breadcrumb { position: fixed; left: 0; top: 160px; padding: 0 360px 0 300px; overflow: hidden; width: 100%; margin: 0; border: 0; background: #2c2c2b; border-radius: 0; z-index: 8; }
		.breadcrumb ol { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; margin: 0; }
		.breadcrumb li.breadcrumb-item { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 60px; font-size: 14px; position: relative; padding: 0; }
		.breadcrumb li.breadcrumb-item a { padding: 0 30px; height: 60px; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-decoration: none; color: rgba(255,255,255,0.2); transition: all 0.3s; }
		.breadcrumb li:after { content: ''; width: 1px; height: 100%; position: absolute; right: 0; top: 0; background: rgba(255,255,255,0.05); }
		.breadcrumb li.is-active { color: rgba(255,255,255,1); background: rgba(255,255,255,0.05) }
		.breadcrumb li.is-active:after { display: none; }
		.breadcrumb li a:hover { color: rgba(255,255,255,1); background: rgba(255,255,255,0.05) }
		.breadcrumb li.breadcrumb-item:before { display: none; }

		/* ### side box ### */
		.sideBox { z-index: 9; overflow: auto; -webkit-overflow-scrolling: touch; padding-top: 60px; position: fixed; right: 0; top: 160px; height: calc(100vh - 160px); width: 360px; background: rgba(44,44,43,0.05); display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
		.sideBox .head { padding: 35px 42px 33px; background: rgba(44,44,43,0.05); width: 100%; }
		.sideBox .head img { float: left; margin: 3px 12px 0 0; }
		.sideBox h3 { color: #2c2c2b; font-weight: 700; line-height: 26px; font-size: 20px; letter-spacing: -0.02em; }
		.sideBox .text { padding: 40px 40px 0; position: relative; display: block; width: 100%; }
		.sideBox p { margin: 0 0 20px; }
		.sideBox p a { color: #2c2c2b; font-weight: 700; }
		.sideBox ul { margin: 0; }
		.sideBox li .links a { color: rgba(44,44,43,0.5); margin: 0 17px 0 0; }
		.sideBox li p { font-size: 16px; line-height: 20px; margin: 0 0 8px; }
		.sideBox li p a { font-weight: 400; display: inline-block; }
		.sideBox li { border-bottom: 1px solid rgba(44,44,43,0.2); padding: 0 20px 27px 0; margin-bottom: 27px; }
		.sideBox .bottom-btn {  padding: 0 40px 40px; width: 100%; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end; }
		.sideBox .bottom-btn .btn { width: 48%; display: block; }
		.sideBox .block { width: 100%; }

		/* ### news box ### */
		.newsBox .block {display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;margin: 0 0 30px;padding: 30px 30px 30px;min-height: 310px;background: rgba(44,44,43,0.05);}
		.newsBox h2 {font-size: 24px;line-height: 26px;font-weight: 700;margin: 0 0 32px;position: relative;}
		.newsBox h2 img { float: left; margin: 3px 17px 0 0; }
		.newsBox h2 small { display: block; font-size: 12px; line-height: 14px; font-weight: 700; }
		.newsBox .btn { margin-right: 19px; }
		.newsBox ul {margin: 0;padding: 0;min-height: 125px;}
		.newsBox li { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-bottom: 16px; font-size: 14px; color: #2c2c2b; }
		.newsBox li span { min-width: 95px; padding-right: 20px; letter-spacing: 0.025em; }
		.newsBox p { margin: 0; }
		.newsBox h2 span { position: absolute; right: 0; top: 50%; margin-top: -15px; width: 30px; height: 30px; text-align: center; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; background: #ee6557; color: #fff; font-weight: 700; font-size: 14px; border-radius: 50%; }
		.newsBox .top { width: 100%; }
		.newsBox .btn-link { padding: 0; margin: 0; -webkit-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end; }

		/* ### modal box ### */
		.modalBox .modal-dialog { max-width: 310px; }
		.modalBox .modal-content { border: 0; box-shadow: none; border-radius: 0; padding: 35px 40px; }
		.modalBox .modal-body,
		.modalBox .modal-footer,
		.modalBox .modal-header { border: 0; padding: 0; }
		.modalBox .modal-body { padding: 15px 0 20px; }
		.modalBox h3 { color: #ee6557; font-size: 20px; font-weight: 700; }
		.modalBox p { opacity: 0.8; }
		.modalBox .btn { margin: 0 0 0 15px; }
		.modalBox.login .modal-header { padding: 40px 0 42px; }
		.modalBox.login .modal-header a { display: block; width: 162px; margin: 0 auto; }
		.modalBox.login .btn { margin: 0 0 0 2px; }
		.modalBox.login .modal-body { padding-bottom: 4px; }
		.modal-backdrop.show { opacity: 0.95 }
		.modal-backdrop { background: rgba(44,44,43,1); }

		/* ### extra box ### */
		.extraBox { padding: 40px 30px 15px; margin-bottom: 30px; width: 100%; background: #fff; }
		.extraBox .box { position: relative; padding-right: 48px; }
		.extraBox .box .delete-btn { position: absolute; right: 10px; top: 8px; }
		.extraBox .box .btn { position: absolute; right: 0; top: 0; }
		.extraBox .button { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
		.extraBox .button .btn { margin-right: 15px; }
		.extraBox .button .btn:last-child { margin-right: 0; }

		/* ### form box ### */
		.formBox { padding: 40px 30px 0; margin-bottom: 30px; width: 100%; background: #fff; }
		.formBox .row { padding-bottom: 15px; }
		.formBox .box { position: relative; padding-right: 48px; }
		.formBox .box .delete-btn { position: absolute; right: 10px; top: 8px; }
		.formBox .box .btn-plus { position: absolute; right: 0; top: 0; }
		.formBox textarea.form-control { height: 390px; resize: none; }

		/* ### gallery box ### */
		.galleryBox { width: 100%; background: #fff; padding: 30px; margin-bottom: 30px; }
		.galleryBox input[type="file"] { display: none; }
		.galleryBox .box label { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
		.galleryBox .box .form-control { width: calc(100% - 100px); line-height: 22px; margin: 0; }
		.galleryBox .box .btn { width: 86px; }
		.galleryBox .box { padding-bottom: 30px; }
		.galleryBox ul li { width: 100%; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-bottom: 22px; cursor: move; }
		.galleryBox ul li .text { padding-left: 12px; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 65%; }
		.galleryBox ul li figure { width: 35%; margin: 0; }
		.galleryBox ul li figure img { width: 100%; height: auto; }
		.galleryBox ul li span { font-size: 14px; width: 100%; color: #2c2c2b; line-height: 18px; display: block; padding-bottom: 15px; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
		.galleryBox ul li span cite { font-style: normal; font-size: 12px; display: block; }
		.galleryBox ul li .text a { margin-right: 15px; }
		.galleryBox ul li .text a:last-child { margin-right: 0; }
		.galleryBox .mid { overflow: auto; height: 644px; -webkit-overflow-scrolling: touch; position: relative; }

		/* ### booking box ### */
		.bookingBox { width: 100%; margin: 0 0 30px; padding: 35px 30px 30px; background: #fff; }
		.bookingBox .tittle { margin-bottom: 22px; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
		.bookingBox .tittle strong { font-size: 12px; color: #2c2c2b; font-weight: 400; position: relative; display: inline-block;
			cursor: pointer; }
		.bookingBox .tittle strong:after { content: ''; display: block; cursor: pointer; width: 15px; height: 6px; background: url("../img/down-arrow.png") center no-repeat; position: absolute; right: -20px; top: 6px; }
		.bookingBox .tittle aside { padding: 0 5px; }
		.bookingBox li { margin: 0 -5px 15px; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; -ms-flex-align: center; align-items: center; color: rgba(44,44,45,0.5); }
		.bookingBox li .btn { margin: 0; }
		.bookingBox li a { text-decoration: none; }
		.bookingBox li a img { display: inline-block; }
		.bookingBox li aside { padding: 0 5px; }
		.bookingBox li aside span { padding: 0; font-size: 14px; }
		.bookingBox li aside:nth-child(1) { width: 6%; }
		.bookingBox li aside:nth-child(2) { width: 11%; }
		.bookingBox li aside:nth-child(3) { width: 11%; }
		.bookingBox li aside:nth-child(4) { width: 34%; }
		.bookingBox li aside:nth-child(5) { width: 20%; }
		.bookingBox li aside:nth-child(6) { width: 13%; }
		.bookingBox li aside:nth-child(7) { width: 5%; }
		.bookingBox li aside.last { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
		.bookingBox li aside.last a:hover { opacity: 0.6; }
		.bookingBox .mid { -webkit-overflow-scrolling: touch; position: relative; overflow: auto; /*min-height: 614px;*/ }
		.bookingBox ul { overflow: hidden; position: relative; margin-bottom: 0; }

		/* ### pagination box ### */
		.paginationBox { display: -webkit-flex; display: -ms-flexbox; display: flex; -ms-flex-pack: center; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 26px 35px; background: #fff; margin-bottom: 30px; }
		.paginationBox a { display: inline-block; color: #2c2c2b; opacity: 0.2; transition: all 0.3s; }
		.paginationBox a:hover { opacity: 1; text-decoration: none; }
		.paginationBox ul { margin: 0; display: -webkit-flex; display: -ms-flexbox; display: flex; }
		.paginationBox li { padding: 0 10px; color: #2c2c2b; font-size: 14px; }
		.paginationBox li a { opacity: 1; background: #2c2c2b; width: 30px; height: 30px; text-align: center; line-height: 30px; border-radius: 50%; color: #fff; font-weight: 700; text-decoration: none; }
		.paginationBox li a:hover,
		.paginationBox li.is-active a { background: #16a6b6; }
		.paginationBox li span { padding-top: 5px; display: inline-block; }

		/* ### search box ### */
		.searchBox { display: -webkit-flex; display: -ms-flexbox; display: flex; -ms-flex-pack: center; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 25px 35px; background: #fff; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 30px; }
		.searchBox .form-control { margin: 0; width: calc(100% - 102px); }
		.searchBox .btn { width: 86px; }

/* #Media Queries
================================================== */

@media only screen and (max-width: 1799px) {
	.welcomeBox article { width: 160px; padding-left: 15px; }
	#contentCntr { padding-right: 340px; }
	.welcomeBox,
	.sideBox { width: 340px; }
	.extraBox .box { padding-right: 40px; }
	.extraBox .button .btn,
	.social li { margin-right: 5px; }
	.formBox { padding: 20px 15px 0; }
	.formBox .row { padding-bottom: 0; }
	.galleryBox { padding: 15px;}
	.galleryBox .mid { height: 526px; }
	.extraBox { padding: 20px 15px 0; }
	.formBox textarea.form-control { height: 342px; }
	.bookingBox { padding: 20px; }
	.bookingBox li aside:nth-child(6) { width: 11.5%; }
	.bookingBox li aside:nth-child(7) { width: 6.5%; }
	.paginationBox { padding: 21px 25px; }
	.searchBox { padding: 20px 25px; }
	.newsBox .top { min-height: 253px; }
}

@media only screen and (max-width: 1599px) {
	.newsBox .block { padding: 25px; min-height: 320px; }
	.newsBox li { line-height: 18px; }
	.galleryBox ul li span { font-size: 13px; line-height: 16px; padding-bottom: 5px; }
	.menuBox { width: 270px; }
	.menuBox ul li a { padding:  15px 20px; font-size: 15px; }
	.menuBox ul li:after { left: 20px; width: 200px; }
	.menuBox ul li span { right: 20px; }
	#contentCntr { padding-left: 270px; padding-right: 290px; }
	.welcomeBox, .sideBox { width: 290px; }
	.sideBox .head { padding: 25px; }
	.sideBox .head h3 { margin-bottom: 0; }
	.sideBox .text { padding: 25px; }
	.welcomeBox { padding: 40px 25px 25px; }
	.extraBox .full { display: block; -webkit-flex: auto; -ms-flex: auto; flex: auto; max-width: 100%; }
	.formBox textarea.form-control { height: 220px; }
	.sideBox .bottom-btn { padding: 0 25px 25px; }
	.bookingBox li aside span { white-space: nowrap; overflow: hidden;	text-overflow: ellipsis; display: block; }
	.paginationBox li { padding: 0 5px; }
}

@media only screen and (max-width: 1399px) {
	.newsBox .block { padding: 15px; min-height: 320px; }
	.newsBox h2 { font-size: 22px; }
	.newsBox .btn { margin-right: 10px; }
	.newsBox h2 img { margin-right: 10px; }
	.newsBox .col-xl-6 { max-width: 100%; -webkit-flex: auto; -ms-flex: auto; flex: auto; }
	.galleryBox .box .form-control { width: 100%; margin-bottom: 5px; }
	.galleryBox .box {  padding-bottom: 10px; }
	.galleryBox ul li .text { padding-left: 8px; }
	.galleryBox ul li span { font-size: 11px; line-height: 12px; }
	.galleryBox ul li span cite { font-size: 10px; }
	.galleryBox ul li .text a { margin-right: 8px; }
	.galleryBox ul li { margin-bottom: 13px; }
	.galleryBox .mid { height: 579px; }
	.form-control { padding: 5px; }
	.btn { font-size: 13px; }
	.extraBox { padding-top: 15px; }
	.formBox .full { display: block; -webkit-flex: auto; -ms-flex: auto; flex: auto; max-width: 100%; }
	.bookingBox ul { min-width: 840px; }
	.paginationBox { padding: 17px 15px; }
	.paginationBox li { font-size: 12px; padding: 0 3px; }
	.paginationBox a { font-size: 12px; line-height: 14px; }
	.paginationBox a.next { text-align: right; }
	.paginationBox li a { height: 24px; width: 24px; line-height: 24px; }
	.searchBox { padding: 15px; }
	.searchBox .form-control { width: calc(100% - 92px); }
}

@media only screen and (max-width: 1199px) {
	.welcomeBox,
	.sideBox { width: 310px; }
	#contentCntr { padding-right: 310px; }
	.breadcrumb { padding-right: 320px; }
	.breadcrumb li.breadcrumb-item a,
	.breadcrumb li.is-active { padding: 0 12px; }
	.sideBox h3 { margin: 0; }
	.sideBox li { padding: 0 0 20px; margin-bottom: 20px; }
	.galleryBox .box .form-control { width: calc(100% - 100px); }
	.galleryBox ul li span cite { font-size: 12px; }
	.extraBox .button { margin-bottom: 15px; }
	.galleryBox ul li .text { padding-left: 12px; }
	.galleryBox ul li span { font-size: 14px; }
}

@media only screen and (max-width: 992px) {
	.menuBox { left: -300px; top: 220px; height: calc(100vh - 220px); }
	.is-opened .menuBox { left: 0; }
	.js-toggle-menu { display: block; }
	#contentCntr { padding-left: 0; }
	.breadcrumb { padding-left: 60px; }
	.welcomeBox { padding-left: 30px; padding-right: 30px; width: 310px; }
	.newsBox .block { min-height: 10px; padding: 25px; }
}

@media only screen and (max-width: 767px) {
	.extraBox,
	.formBox { margin-bottom: 15px; }
	#headerCntr .logo { margin: 20px 0 0 15px; position: static; display: block; width: 110px; float: left; }
	#headerCntr { height: 92px; -webkit-align-items: center; -ms-flex-align: center; align-items: center; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
	.welcomeBox { min-height: 92px; width: 180px; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; text-align: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 10px 0 0; }
	.welcomeBox article { width: 100%; padding: 0 10px 44px; }
	.welcomeBox ul { height: 36px; bottom: 0; width: 100%; padding: 0 15px; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
	.welcomeBox ul li { padding: 0 10px; }
	.welcomeBox ul li a { font-size: 13px; }
	.welcomeBox span { padding-bottom: 0; font-size: 12px; }
	.welcomeBox strong { font-size: 16px; line-height: 18px; white-space: nowrap; overflow: hidden;	text-overflow: ellipsis; }
	.welcomeBox figure { display: none; }
	.menuBox { width: 260px; left: -260px; top: 136px; height: calc(100% - 136px); }
	.js-toggle-menu { display: block; width: 44px; height: 44px; top: 92px; }
	.js-toggle-menu span { width: 24px; top: 21px; left: 9px; }
	#wrapper { padding-top: 92px; }
	#contentCntr { padding-top: 44px; }
	#contentCntr .mid-sec { padding: 15px 0 0; }
	.breadcrumb { padding-left: 44px; top: 92px; }
	.breadcrumb li.breadcrumb-item,
	.breadcrumb li.breadcrumb-item a { height: 44px; }
	.breadcrumb li.is-active,
	.breadcrumb li.breadcrumb-item a { padding: 0 20px; }
	.menuBox .head { padding: 40px 30px; }
	.menuBox ul li a { padding: 10px 20px; font-size: 15px; }
	.menuBox ul li span { right: 20px; }
	.menuBox ul li:after { left: 20px; width: 190px; }
	.menuBox ul li a img { margin-right: 15px; }
	#contentCntr { padding-right: 0; }
	.sideBox { width: 100%; height: auto; overflow: hidden; position: static; padding-top: 0; }
	.sideBox .text { padding: 20px; }
	.newsBox { padding: 0 0 20px; }
	.newsBox .block { margin-bottom: 15px; min-height: 10px; padding: 15px; }
	.newsBox h2 { margin-bottom: 20px; }
	.newsBox li { font-size: 13px; }
	.newsBox ul { min-height: 10px; padding-bottom: 15px; }
	.sideBox .text,
	.sideBox .head { padding: 15px;}
	.sideBox li p { font-size: 15px; }
	.modalBox.login .modal-header { padding: 10px 0 20px; }
	.modalBox .modal-content { padding: 20px 30px; }
	.breadcrumb { padding-right: 5px; }
	.sideBox .bottom-btn { padding: 0 15px 15px; }
	.paginationBox,
	.searchBox,
	.bookingBox { margin-bottom: 15px; }
}

@media only screen and (max-width: 575px) {
	.modalBox .modal-dialog { max-width: 100%; }
	.breadcrumb li.breadcrumb-item, .breadcrumb li.breadcrumb-item a { font-size: 11px; padding: 0 5px; }
}