/*======================================
  Selectric v1.11.0
======================================*/

.selectric-wrapper {
	position: relative;
	cursor: pointer;
}

.selectric-responsive {
	width: 100%;
}

.selectric {
	position: relative;
}

.selectric .label {
	display: block !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1em;
	line-height: normal;
	padding-top: 11px !important;
	padding-bottom: 10px !important;
	text-transform: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric-open {
	z-index: 9999;
}

.selectric i {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.selectric-open .selectric i {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition-delay: 0.07s;
	transition-delay: 0.07s;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.selectric-items {
	transition: all 0.3s ease;
	opacity: 0;
}

.selectric-open .selectric-items {
	display: block;
	opacity: 1;
}

.selectric-disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}

.selectric-hide-select select {
	position: absolute;
	left: -100%;
}

.selectric-hide-select.selectric-is-native {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	box-sizing: border-box;
	opacity: 0;
}

.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}

.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}

/* Items box */

.selectric-items {
	background: #0e3b80;
	box-shadow: 9px 11px 18.2px 1.8px rgba(0, 0, 0, 0.07);
	box-sizing: content-box;
	display: none;
	left: -20px;
	margin-top: 2px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 65px;
	position: absolute;
	width: 100% !important;
	top: -24px;
	z-index: -1;
}

.selectric-items .selectric-scroll {
	height: 100%;
	/* overflow: auto; */
}

.selectric-items ul,
.selectric-items li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	line-height: 20px;
	min-height: 20px;
}

.selectric-items li {
	background: #0e3b80;
	border-top: 2px solid #1c4f9c;
	color: #7491be;
	cursor: pointer;
	display: block;
	min-width: 100%;
	padding-bottom: 18px;
	padding-top: 15px;
	transition: color 0.3s ease;
	text-align: left;
}

#bookBox--vertical .selectric .label,
#bookBox--vertical .selectric-items li {
	/* padding-left: 20px; */
	padding-left: 10px;
	padding-right: 10px;
}

.selectric-items li.highlighted {
	background: #0e3b80;
	color: #fff;
	display: none;
}

.selectric-items li:hover {
	background: #0e3b80;
	color: #fff;
}

.selectric-items .disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
	font-weight: bold;
	padding-left: 10px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
	color: #444;
}

.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1;
}

.selectric-items .selectric-group li {
	padding-left: 25px;
}

/* ==========================================================================
	04 = LIGHTBOX - Magnific Popup CSS
	========================================================================== */

.mfp-bg {
	position: fixed;
	z-index: 1042;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #0d3169;
}

.mfp-wrap {
	position: fixed;
	z-index: 1043;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0 8px;
	text-align: center;
}

.mfp-container:before {
	display: inline-block;
	height: 100%;
	content: "";
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	z-index: 1045;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

#TB_title {
	height: 40px !important;
}

#TB_ajaxWindowTitle {
	line-height: 40px !important;
	padding: 0px 40px 0px 10px !important;
	font-weight: 900 !important;
}

#TB_ajaxContent {
	padding-top: 10px !important;
}

#TB_ajaxContent p {
	padding: 0 !important;
	font-weight: 300;
	margin-bottom: 1.2em !important;
}

.tb-close-icon {
	line-height: 50px !important;
	width: 40px !important;
	height: 40px !important;
}

.modal-content,
.white-bg {
	background: #fff;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	position: absolute;
	z-index: 1044;
	top: 50%;
	right: 8px;
	left: 8px;
	width: auto;
	margin-top: -0.8em;
	text-align: center;
	color: #ccc;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: white;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	z-index: 1046;
	display: block;
	overflow: visible;
	padding: 0;
	cursor: pointer;
	border: 0;
	background: transparent;
	box-shadow: none;
	-webkit-appearance: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	font-family: Arial, Baskerville, monospace;
	font-size: 28px;
	font-style: normal;
	line-height: 44px;
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0 0 18px 10px;
	text-align: center;
	text-decoration: none;
	opacity: 0.65;
	color: white;

	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.mfp-book-form .mfp-close,
.cookieconsent-details-content .mfp-close {
	font-size: 28px;
	font-style: normal;
	line-height: 40px;
	position: absolute;
	top: -70px;
	right: 130px;
	width: 40px;
	height: 40px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	opacity: 1;
	color: #fff !important;
	background: #d7b184;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.cookieconsent-details-content .mfp-close {
	top: 15px;
	right: 30px;
}

.mfp-book-form .mfp-close:hover,
.cookieconsent-details-content .mfp-close:hover {
	background-color: #dda461;
	box-shadow: 0px 0px 0px 1px #dda461;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-book-form .mfp-close:active {
	top: -69px;
}

.cookieconsent-details-content .mfp-close:active {
	top: 16px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	right: -6px;
	width: 100%;
	padding-right: 6px;
	text-align: right;
	color: white;
}

.mfp-counter {
	font-size: 14px;
	line-height: 18px;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	opacity: 0.65;
}

.mfp-arrow {
	position: absolute;
	top: 50%;
	width: 90px;
	height: 100px;
	margin: 0;
	margin-top: -50px;
	padding: 0;
	opacity: 0.65;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none !important;
}

.mfp-arrow:active {
	margin-top: -49px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	transition: all .3s;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 1;
	display: block;
	height: 35px;
	width: 20px;
	margin: auto;
	font-family: "pomicons";
	font-size: 36px;
	color: #fff;
	opacity: 0.65;
	transition: all .3s;
}

.mfp-container .mfp-arrow {
	/* background-color: rgba(3, 3, 3, 0.05); */
}

.mfp-arrow-right:before {
	content: "\f3d3";
}

.mfp-arrow-left:after {
	content: "\f3d2";
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	margin-left: 39px;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 1000px;
}

.mfp-hero-video .mfp-iframe-holder .mfp-content {
	max-width: 1200px;
}

.mfp-iframe-scaler {
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: black;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-hero-video .mfp-close {
	right: 0;
	top: -42px;
	width: 30px;
	height: 30px;
	padding: 0;
	line-height: 1;
	text-align: center;
}

.mfp-hero-video .mfp-close:after {
	content: "\e929";
	font-size: 16px;
}

@media screen and (min-width: 1320px) {
	.mfp-hero-video .mfp-close {
		right: -55px;
		top: -50px;
	}
}

/* Main image in popup */

img.mfp-img {
	line-height: 0;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	/* padding-bottom: 20px; */
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	color: transparent;
}

/* The shadow behind the image */

.mfp-figure:after {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: auto;
	height: auto;
	content: "";
	/*	background: #fff;
 	box-shadow: 0 0 8px rgba(0, 0, 0, .6);*/
}

.mfp-figure {
	line-height: 0;
	padding: 0px;
}

.mfp-figure figure {
	margin-bottom: 20px;
}

.mfp-bottom-bar {
	position: absolute;
	/* top: 100%; */
	left: 0;
	width: 100%;
	/* margin-top: -36px; */
	cursor: auto;
}

.mfp-title {
	line-height: 18px;
	padding-left: 36px;
	padding-right: 36px;
	word-wrap: break-word;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	text-align: center;
}

.mfp-title h2 {
	color: #fff;
	font-size: 32px;
	margin-bottom: 0;
	margin-top: -60px;
}

.mfp-title p {
	margin-bottom: 0;
}

.mfp-figure small {
	font-size: 12px;
	line-height: 14px;
	display: block;
	color: #bdbdbd;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-right: 0;
		padding-left: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	/* The shadow behind the image */
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		position: fixed;
		top: auto;
		bottom: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
		padding: 3px 5px;
		background: rgba(0, 0, 0, 0.6);
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		top: 3px;
		right: 5px;
	}
	.mfp-img-mobile .mfp-close {
		line-height: 35px;
		position: fixed;
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		padding: 0;
		text-align: center;
		background: rgba(0, 0, 0, 0.6);
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-right: 6px;
		padding-left: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	left: 50%;
	width: 600px;
	margin-top: 5px;
	margin-left: -300px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

/*Animation*/

.my-mfp-zoom-in .mfp-container {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

/* animate in */

.my-mfp-zoom-in.mfp-ready .mfp-container {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* animate out */

.my-mfp-zoom-in.mfp-removing .mfp-container {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

/* Dark overlay, start state */

.my-mfp-zoom-in.mfp-bg {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 0;
}

/* animate in */

.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.9;
}

.mfp-grid-gallery.my-mfp-zoom-in.mfp-ready.mfp-bg {
	background-color: #0d3169;
	opacity: 0.9;
}

/* animate out */

.my-mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-grid-gallery.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/* overlay at start */

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.98;
}

/* 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;
	-moz-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;
}

/*====== 3d unfold ======*/

.mfp-3d-unfold .mfp-content {
	perspective: 1300px;
}

.mfp-3d-unfold .mfp-content {
	transition: all 0.3s;
	-webkit-transform: rotateX(-70deg);
	-ms-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	opacity: 0;
	transform-style: preserve-3d;
}

.mfp-3d-unfold.mfp-bg {
	transition: all 0.5s;
	opacity: 0;
}

.mfp-3d-unfold.mfp-ready .mfp-content {
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
	opacity: 0.75;
}

.mfp-3d-unfold.mfp-removing .mfp-content {
	transition: all 0.3s ease-in-out;
	-webkit-transform: rotateX(30deg);
	-ms-transform: rotateX(30deg);
	transform: rotateX(-30deg);
	opacity: 0;
	transform-style: preserve-3d;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
	opacity: 0;
}

.white-popup-block {
	background: #fff;
	padding: 20px 30px;
	text-align: left;
	max-width: 555px;
	margin: 40px auto;
	position: relative;
}

/*====== Zoom effect ======*/

.mfp-zoom-in .white-popup-block {
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-bg {
	transition: all 0.3s ease-out;
	opacity: 0;
}

.mfp-zoom-in.mfp-ready .white-popup-block {
	transform: scale(1);
	opacity: 1;
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.85;
}

.mfp-zoom-in.mfp-removing .white-popup-block {
	transform: scale(0.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-open .mfp-figure {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

.mfp-close-btn-in .pop-inner .module-a .mfp-close {
	color: #fff;
	opacity: 0.5;
	margin-top: -45px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.mfp-close-btn-in .pop-inner .module-a .mfp-close:hover {
	color: #fff;
	opacity: 1;
}

.mfp-grid-gallery .pre-title {
	color: #fff;
	display: block;
	margin: 45px 40px 15px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	opacity: 0.7;
}

.mfp-grid-gallery .section-title {
	max-width: 700px;
	margin-left: 40px;
	margin-top: 0;
	margin-bottom: 45px;
	padding-bottom: 25px;
	color: #fff;
	font-size: 35px;
	line-height: 1.1;
	font-weight: 300;
	text-align: left;
	position: relative;
}

.mfp-grid-gallery .section-title::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 94px;
	height: 4px;
	background: #2ab3d4;
}

@media (min-width: 680px) {
	.mfp-grid-gallery .mfp-arrow {
		display: none;
	}
}

@media (max-width: 680px) {
	.mfp-grid-gallery .toc-gallery {
		display: none;
	}
}

/* Slider */

.slider {
	list-style: none;
	margin: 0;
	padding: 0;
}

.slider li {
	list-style: none;
	float: left;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	/* border: 1px solid transparent; */
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-slide,
.slick-slide img,
.slick-slider li,
.slick-slider section,
.slick-slider aside,
.slick-slide q,
.fcarousel .item,
.reviewcarousel .review-item {
	cursor: move;
	/* fallback if grab cursor is unsupported */
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: grab;
	/*cursor: url(https://cdnjs.cloudflare.com/ajax/libs/slider-pro/1.3.0/css/images/openhand.cur), default;*/
}

.slick-slide:active,
.slick-slide img:active,
.slick-slider li:active,
.slick-slider section:active,
.slick-slider aside:active,
.slick-slide q:active,
.fcarousel .item:active,
.reviewcarousel .review-item:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
	cursor: grabbing;
	/*cursor: url(https://cdnjs.cloudflare.com/ajax/libs/slider-pro/1.3.0/css/images/closedhand.cur), default;*/
}

.carousel {
	max-width: 100%;
	position: relative;
}

.carousel .slick-slide img {
	width: 100%;
	height: auto;
}

#reviews .slider li,
#reviews .slider section,
#reviews .slider aside {
	color: #fff;
	position: relative;
	padding-bottom: 90px;
}

.inner_tab_content .slider .slick-slide {
	margin-right: 30px;
}

#reviews .slider .slick-slide,
.inner_tab_content .slider .slick-slide {
	opacity: 0.25;
	-webkit-transition: opacity 0.75s ease;
	transition: opacity 0.75s ease;
}

.figure-wrapper .slider .slick-slide {
	opacity: 0.5;
	-webkit-transition: opacity 0.75s ease;
	transition: opacity 0.75s ease;
}

#reviews .slider .slick-current,
#reviews .slider .slick-current-quick,
.inner_tab_content .slider .slick-current,
.inner_tab_content .slider .slick-current-quick,
.figure-wrapper .slider .slick-current,
.figure-wrapper .slider .slick-current-quick {
	opacity: 1;
	-webkit-transition: opacity 0.75s ease;
	transition: opacity 0.75s ease;
}

#reviews .slider .slick-slide .review-source-icon {
	opacity: 0.0001;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#reviews .slider .slick-slide.slick-current .review-source-icon,
#reviews .slider .slick-slide.slick-current-quick .review-source-icon {
	opacity: 1;
}

/* Dots */

.slick-dots {
	position: absolute;
	bottom: 5px;
	right: 0;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.dots-left .slick-dots {
	bottom: -45px;
	right: auto;
	left: 20px;
}

.slick-dots li,
#reviews .slick-dots li {
	position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 5px;
	padding: 10px;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	overflow: visible;
	width: 6px;
	height: 6px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 50%;
	outline: none;
	background-color: rgba(76, 80, 87, 0.5);
	-webkit-transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.slick-dots li:hover button,
.slick-dots li button:hover,
.slick-dots li button:focus {
	background-color: rgba(76, 80, 87, 0.5);
	outline: none;
}

.reviews-slider-wrap .slick-dots li button {
	background-color: rgba(255, 255, 255, 0.5);
}

.reviews-slider-wrap .slick-dots li:hover button,
.reviews-slider-wrap .slick-dots li button:hover,
.reviews-slider-wrap .slick-dots li button:focus {
	background-color: rgba(255, 255, 255, 0.75);
}

.slick-dots li.slick-active button,
.slick-dots li.slick-active button:focus {
	background-color: rgba(255, 255, 255, 0);
	border-color: #d7b184;
	-webkit-transform: scale(2.5);
	transform: scale(2.5);
}

.slider.one .slick-slide {
	width: 100%;
}

.slider.one p.slick-slide {
	background: #0e3b80;
	margin-bottom: 0;
}

.slider.one > img,
.slider.one > p {
	display: none;
}

.slider.one p:first-of-type,
.slider.one img:first-of-type {
	display: block;
}

.img-shadows,
.slide-shadow {
	box-shadow: 14px 15px 50px 0px rgba(0, 0, 0, 0.15);
}

.img-shadows img,
.slide-shadow img {
	width: 100%;
}

.reviews-slider-wrap {
	max-width: 502px;
	margin-left: auto;
	margin-right: auto;
}

.carousel .slick-dots {
	left: 4%;
	width: 96%;
}

.carousel .slick-dots li button {
	background-color: rgba(76, 80, 87, 0.5);
}

.carousel .slick-dots li.slick-active button {
	background-color: transparent;
}

@media screen and (min-width: 920px) {
	#reviews .header-a,
	#reviews .slider li,
	#reviews .slider section,
	#reviews .slider aside {
		padding-left: 15px;
		/* padding-right: 15px; */
	}
}

#reviews .header-a {
	color: #fff;
	margin-bottom: 15px;
	margin-top: 55px;
}

#reviews .slider .review-title {
	color: #fff;
	margin-top: 35px;
	padding-right: 155px;
}

#reviews .slider .reviewer-wrap {
	margin-bottom: 0;
	min-width: 100px;
	position: absolute;
	right: 0;
	top: 0;
}

#reviews .slider .reviewer {
	color: #7491be;
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 0;
	text-decoration: none;
}

#reviews .slider .reviewer:hover {
	color: #a2b3ce;
}

#reviews .slider .reviewby {
	display: block;
}

.reviewby_from {
	display: block;
}

.reviewer-wrap .stars i {
	color: #d7b184;
	font-size: 14px;
	margin-right: 7px;
}

.reviewer-wrap .stars i:last-child {
	margin-right: 0;
}

#reviews .slider q {
	color: #7491be;
}

.review-source-icon {
	width: 112px;
	height: 18px;
	position: absolute;
	bottom: 0;
	left: 15px;
	background-size: contain;
}

.review_source-tripadvisor .review-source-icon {
	background-image: url(../img/tripadvisor-logo.png);
	width: 112px;
	height: 18px;
}

.review_source-yelp .review-source-icon {
	background-image: url(../img/yelp-logo.png);
	width: 75px;
	height: 35px;
	opacity: 0.95;
}

.js .carousel img {
	float: left;
	opacity: 0.000001;
	position: absolute;
}

.carousel.slick-initialized img {
	opacity: 1;
	position: relative;
}

@media (min-width: 1200px) {
	.carousel .slick-list {
		padding-top: 20px !important;
		padding-bottom: 50px !important;
	}
}

@media (min-width: 700px) and (max-width: 1199px) {
	.carousel .slick-list {
		padding-top: 20px !important;
		padding-bottom: 80px !important;
	}
}

@media (max-width: 699px) {
	.carousel .slick-list {
		padding-top: 20px !important;
		padding-bottom: 40px !important;
	}
}

.carousel .slick-track {
	padding-top: 60px;
	padding-bottom: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.carousel .slick-slide {
	z-index: 10;
	position: relative;
}

.carousel .slick-slide div p {
	margin-bottom: 0;
}

.carousel .slick-center {
	z-index: 20;
}

.carousel .slick-slide {
	margin-left: 30px;
}

.carousel .slick-slide img {
	z-index: 10;
	transition: all 0.7s ease-out;
}

.carousel .slick-center img {
	z-index: 20;
	/* box-shadow: 14px 15px 50px 0px rgba(0, 0, 0, 0.15); */
	box-shadow: 9px 10px 30px 0px rgba(0, 0, 0, 0.15);
}

.carousel .slick-slide img {
	-webkit-transform: translateX(50px) scale(1);
	transform: translateX(50px) scale(1);
}

.carousel .slick-center img {
	-webkit-transform: translateX(0px) scale(1.3);
	transform: translateX(0px) scale(1.3);
}

.carousel .slick-center+.slick-slide img {
	-webkit-transform: translateX(-50px) scale(1);
	transform: translateX(-50px) scale(1);
}

@media screen and (min-width: 1200px) {
	.carousel .slick-center img {
		margin-left: 20px;
	}
	.carousel .slick-center figure img {
		margin-left: 0;
	}
	.carousel .slick-center figure {
		margin-left: 20px;
	}
	.carousel .slick-slide img {
		-webkit-transform: translateX(250px) scale(1);
		transform: translateX(250px) scale(1);
	}
	.carousel .slick-center img {
		-webkit-transform: translateX(0px) scale(1.3);
		transform: translateX(0px) scale(1.3);
	}
	.carousel .slick-center+.slick-slide img {
		-webkit-transform: translateX(-250px) scale(1);
		transform: translateX(-250px) scale(1);
	}
}

.slick-future img {
	outline: 2px solid red;
}

/*Tooltipster*/

.tooltipster-base {
	display: flex;
	pointer-events: none;
	position: absolute;
}

.tooltipster-box {
	flex: 1 1 auto;
}

.tooltipster-content {
	box-sizing: border-box;
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

body .tooltipster-content a,
body .tooltipster-content a:hover {
	text-decoration: underline;
}

body .tooltipster-content a.btn,
body .tooltipster-content a.btn:hover {
	text-decoration: none;
}

.tooltipster-content > div p:last-of-type {
	margin-bottom: 0;
}

.tooltipster-ruler {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading 400ms;
}

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling 600ms;
}

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
	transform: rotate(45deg);
	z-index: -1;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 40px;
	margin-left: -20px;
	top: -10px;
	width: 40px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 40px;
	margin-top: -20px;
	right: -10px;
	top: 0;
	width: 40px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 40px;
	margin-top: -20px;
	left: -10px;
	top: 0;
	width: 40px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: -10px;
	height: 40px;
	margin-left: -20px;
	width: 40px;
}


/*Tooltipster theming*/

.tooltipster-base {
	background: none;
	box-shadow: 9px 11px 18.2px 1.8px rgba(0, 0, 0, 0.07);
	max-width: 440px;
}

.tooltipster-base.shadow-m {
	box-shadow: 14px 15px 50px 0px rgba(0, 0, 0, 0.15);
}

.tooltipster-base.shadow-l {
	box-shadow: 14px 15px 50px 0px rgba(0, 0, 0, 0.25);
}

.tooltipster-base.tt-wide {
	max-width: 550px;
}

.tooltipster-base.tt-short {
	max-width: 375px;
}

.tooltipster-arrow {
	overflow: hidden;
}

.tooltipster-arrow:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: rotate(-45deg);
}

.tooltipster-base.pattern .tooltipster-box,
.tooltipster-base.pattern .tooltipster-arrow:before {
	background-repeat: repeat;
	background-position: bottom center;
}

.tooltipster-content {
	padding-top: 22px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.tooltipster-base.tt-small .tooltipster-content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.tooltipster-box,
.tooltipster-arrow {
	background-color: #fff;
}

.tooltipster-base.bg-white.pattern .tooltipster-box,
.tooltipster-base.bg-white.pattern .tooltipster-arrow:before {
	background-image: url(../img/bg.png);
}

.tooltipster-base.bg-blue .tooltipster-box,
.tooltipster-base.bg-blue .tooltipster-arrow {
	background-color: #0e3b80;
	color: #fff;
}

.tooltipster-base.bg-blue.pattern .tooltipster-box,
.tooltipster-base.bg-blue.pattern .tooltipster-arrow:before {
	background-image: url(../img/bg-blue.png);
}




/* CUSTOM RESPONSIVE DATEPICKER */
.inputWrp {
	position: relative;
	/* height: 45px; */
}

.date .date-trigger,
.date-wrap .date-trigger {
	cursor: pointer;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

#bookBox--vertical .your-name input,
#bookBox--vertical .your-email input,
#bookBox--vertical .your-phone input,
#bookBox--vertical .pick-your-date input,
#bookBox--vertical .date-wrap input,
#bookBox--vertical .inputWrpTextarea textarea {
	padding-left: 10px;
}

body>#ui-datepicker-div {
	display: none;
}

.dtpWrp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	/*overflow: hidden;*/
	background-color: rgba(3, 4, 18, 0.8);
	display: none;
}

.datepicker-wrapper {
	position: relative;
	/* top: 0;
  left: 0;
  width: 100%;
  height: 100%; */
	top: 50%;
	margin-top: -200px;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dtpWrp .datepicker .ui-datepicker-inline {
	border: 0;
	width: 100%;
	max-width: 360px;
	position: relative;
	/* position: fixed;
	top: 150px;
	left: 50%;
	margin-left: -180px; */
}

.dtpWrp .dtpLoader {
	display: none;
	width: 100px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -50px;
}

.dtpWrp.loading .dtpLoader {
	display: block;
}

.dtpWrp.loading .datepicker {
	display: none;
}

.loader,
.loader:before,
.loader:after {
	border-radius: 50%;
	width: 2em;
	height: 2em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}

.loader {
	color: #ffffff;
	font-size: 10px;
	margin: 0px auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.loader:before,
.loader:after {
	content: "";
	position: absolute;
	top: 0;
}

.loader:before {
	left: -3em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.loader:after {
	left: 3em;
}

@-webkit-keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2em 0 -1em;
	}
	40% {
		box-shadow: 0 2em 0 0;
	}
}

@keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2em 0 -1em;
	}
	40% {
		box-shadow: 0 2em 0 0;
	}
}

/*Datepicker*/

.datepickerActive {
	overflow: hidden;
}

#site-header {
	transition: all 0.3s ease;
}

.datepickerActive #site-header {
	opacity: 0;
	margin-top: -100px;
}

.ll-skin-melon,
#ui-datepicker-div {
	width: 100%;
	max-width: 360px;
	background: #0e3b7f;
}

@media all and (max-width: 600px) {
	#ui-datepicker-div {
		left: 0 !important;
		right: 0 !important;
		margin-left: auto;
		margin-right: auto;
		z-index: 900 !important;
	}
}

.wordpress .ui-widget {
	font-family: "Source Sans Pro", Helvetica, Arial, Verdana, sans-serif;
	background: transparent;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.wordpress .ui-datepicker {
	padding: 0;
}

.wordpress .ui-datepicker-header {
	border: none;
	background: #092c63;
	font-weight: normal;
	font-size: 17px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 0 !important;
	margin: 0;
}

.wordpress .ui-datepicker-calendar {
	background: #092c63;
}

.wordpress .ui-datepicker-header .ui-state-hover {
	background: transparent;
	border-color: transparent;
	cursor: pointer;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.wordpress .ui-datepicker .ui-datepicker-title {
	color: #e9f0f4;
	height: 50px;
	line-height: 49px;
	margin-bottom: 0;
	margin-top: 0;
}

.wordpress .ui-datepicker .ui-datepicker-prev-hover,
.wordpress .ui-datepicker .ui-datepicker-next-hover,
.wordpress .ui-datepicker .ui-datepicker-next,
.wordpress .ui-datepicker .ui-datepicker-prev {
	border: none;
	height: 50px;
	line-height: 50px;
	text-align: center;
	top: 0;
	width: 50px;
}

.wordpress .ui-datepicker .ui-datepicker-prev,
.wordpress .ui-datepicker .ui-datepicker-prev-hover {
	left: 0;
}

.wordpress .ui-datepicker .ui-datepicker-next,
.wordpress .ui-datepicker .ui-datepicker-next-hover {
	right: 0;
}

.wordpress .ui-datepicker .ui-datepicker-next span,
.wordpress .ui-datepicker .ui-datepicker-prev span {
	background-image: none;
	background-position: -32px 0;
	margin-top: 0;
	top: 0;
	font-weight: normal;
}

.wordpress .ui-datepicker .ui-datepicker-prev span {
	background-position: -96px 0;
}

.wordpress .ui-datepicker .ui-datepicker-prev:before,
.wordpress .ui-datepicker .ui-datepicker-next:before {
	color: #d7b184;
	font-family: "pomicons" !important;
	speak: none;
	/* Likely future */
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 30px;
	height: 30px;
}

.wordpress .ui-datepicker .ui-datepicker-prev:before {
	content: "\f3d2";
}

.wordpress .ui-datepicker .ui-datepicker-next:before {
	content: "\f3d3";
}

.wordpress .ui-datepicker table {
	margin: 0;
}

.wordpress .ui-datepicker th {
	padding: 0.5em 0;
	color: #7491be;
	font-size: 17px;
	font-weight: normal;
	border: none;
	border-top: 1px solid #08295b;
	border-left: 1px solid #08295b;
	border-right: 1px solid #08295b;
}

.wordpress .ui-datepicker td {
	background: #0e3b80;
	border: 1px solid #08295b;
	padding: 0;
}

.wordpress td .ui-state-default {
	background: #0e3b80;
	border: none;
	text-align: center;
	padding: 0.5em;
	margin: 0;
	font-weight: normal;
	color: #fff;
	font-size: 17px;
}

.wordpress .ui-state-disabled .ui-state-default {
	color: #446495;
}

.wordpress td .ui-state-active,
.wordpress td .ui-state-hover {
	background: #d6b084;
	color: #fff;
}

.wordpress .ui-datepicker-other-month.ui-state-disabled {
	cursor: default !important;
}

.wordpress .ui-state-disabled {
	opacity: 1 !important;
	color: #7491be !important;
	cursor: not-allowed !important;
}

.wordpress .ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: 0;
	padding: 0em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	overflow: hidden;
	height: 50px;
	position: absolute;
	width: 50px;
	top: -50px;
	right: 0;
	overflow: hidden;
	z-index: 999999999999;
	cursor: pointer;
}

.wordpress .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current {
	position: absolute;
	z-index: -1;
	margin-top: -9999999em;
	display: none;
}

#datepicker-close {
	background: #d7b184;
	color: #fff;
	cursor: pointer;
	font-size: 30px;
	height: 40px;
	width: 40px;
	line-height: 39px;
	margin-left: auto;
	margin-right: 0;
	text-align: center;
}

.loading #datepicker-close {
	opacity: 0;
}

.pomicon-tw:before {
	content: "\f099";
}

.pomicon-fb:before {
	content: "\f09a";
}

.pomicon-ig:before {
	content: "\f16d";
}

.pomicon-pin:before {
	content: "\f0d2";
}

.pomicon-pin-square:before {
	content: "\f0d3";
}

.pomicon-gp-square:before {
	content: "\f0d4";
}

.pomicon-gp-g:before {
	content: "\f0d5";
}

.pomicon-li:before {
	content: "\f0e1";
}



/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
	overflow: hidden !important;
	padding: 0 !important;
	position: relative;
}

.scroll-wrapper > .scroll-content {
	/* border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0;
	position: relative !important;
	top: 0;
	width: auto !important; */
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scroll-element {
	/* display: none; */
	opacity: 0;
	-webkit-transition: opacity 0.55s linear;
    transition: opacity 0.55s linear;
}
.scroll-element, .scroll-element div {
	box-sizing: content-box;
}

.scroll-element.scroll-y.scroll-scrolly_visible {
	display: block;
	opacity: 1;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
	cursor: default;
}

.scroll-textarea {
	border: 1px solid #cccccc;
	border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
	overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
	border: none !important;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: none;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
	height: 0;
	width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner {
	overflow-y: auto;
}

.scrollbar-inner>.scroll-element,
.scrollbar-inner>.scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-inner>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-x {
	bottom: 2px;
	height: 8px;
	left: 0;
	width: 100%;
	display: none !important;
}

.scrollbar-inner>.scroll-element.scroll-y {
	height: 100%;
	right: 2px;
	top: 0;
	width: 6px;
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
	overflow: hidden;
}

.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
	opacity: 0.75;
}

.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.scrollbar-inner>.scroll-element .scroll-element_track {
	background-color: #f3f3f3;
	/* width: 2px;
	left: 3px; */
}

.scrollbar-inner>.scroll-element .scroll-bar {
	background-color: #d7b184;
	height: 95px;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.scrollbar-inner:hover .scroll-element_track,
.scrollbar-inner:hover .scroll-bar {
	opacity: 1;
}

.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
	background-color: #cfa677;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -12px;
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -12px;
}


.mfp-wrap:before {
	content: '';
	display: none;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border-top: 2px solid #fff;
	border-right: 2px solid transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.mfp-ajax-cur .mfp-wrap:before {
	display: block;
	-webkit-animation-name: spinner;
	animation-name: spinner;
}

@-webkit-keyframes spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.spinner {
	-webkit-animation-name: spinner;
	animation-name: spinner;
}

.faq-layout {
	max-width: 1100px;
}

.faq-layout .flex-33 {
	width: 300px;
	min-width: 300px;
	padding-top: 58px;
}

@media screen and (max-width: 930px) {
	.faq-layout .flex-33 {
		display: none !important;
	}
}

.faq-layout .flex-66 {
	width: 100%;
}

.faq-layout .flex-item {
	margin-left: 15px;
	margin-right: 15px;
}

.toc-menu {
	list-style: none;
	padding-top: 35px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 0;
	bottom: 10px;
	background-color: #0e3b80;
	background-image: url(../img/bg-blue.png);
	background-position: left top;
	background-repeat: repeat;
	max-width: 300px;
}

.toc-menu li {
	color: #7491be;
	transition: all .3s ease;
	font-size: 17px;
	line-height: 1.25;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	text-align: center;
	position: relative;
}

.toc-menu li::after {
	content: "";
	height: 2px;
	width: 100%;
	background: #1c4f9c;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.toc-menu li:last-of-type::after {
	display: none;
}

.toc-gallery .toc-menu li {
	margin: 0 0 25px;
}

.toc-menu li a {
	color: #7491be;
	transition: all .3s ease;
	text-transform: uppercase;
	text-decoration: none;
}

.toc-menu li a:hover,
.toc-menu li.active a,
.toc-menu li:hover,
.toc-menu li.active {
	color: #fff;
}

.toc-gallery .toc-menu li a {
	color: #fff;
	line-height: 1;
	opacity: .5;
}

.toc-gallery .toc-menu li a:hover,
.toc-gallery .toc-menu li.active a,
.toc-gallery .toc-menu li:hover,
.toc-gallery .toc-menu li.active {
	color: #fff;
	opacity: 1;
}

.toc-page-side .toc-menu {
	position: relative;
	list-style: none;
	padding: 0;
	color: #a3c6d4;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.toc-page-side .toc-menu li:last-child {
	margin-bottom: 0;
}

.toc-page-side .toc-menu::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 3px;
	bottom: 2px;
	width: 1px;
	background: #fff;
	opacity: .7;
}

.toc-page-side .toc-menu li::before {
	content: "";
	display: block;
	position: absolute;
	right: -2px;
	top: 2px;
	bottom: 0;
	width: 2px;
	background: #a3c6d4;
}

.toc-page-side .toc-menu {
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0;
}

.toc-page-side {
	margin-top: 35px;
	margin-bottom: 55px;
}

.toc-gallery.toc-page-side {
	margin-top: 0;
}

.toc-gallery.toc-page-side .toc-menu {
	bottom: auto;
}

.stick .toc-page-side {
	margin-top: 5px;
}

.toc-page-side .toc-menu li {
	list-style: decimal;
	list-style-position: inside;
	padding-left: 20px;
	position: relative;
}

.pop-inner .toc-page-side .toc-menu {
	margin-left: 30px;
}

.pop-inner .toc-page-side .toc-menu li {
	list-style: none;
	padding-left: 10px;
}

.toc-page-side .toc-menu::before {
	right: auto;
	left: 0;
	top: 3px;
	bottom: 2px;
	background: #d9d8d8;
}

.toc-page-side .toc-menu li::before {
	right: auto;
	left: 0;
	top: 0;
	bottom: 2px;
	background: #383330;
	opacity: 0;
}

.toc-gallery.toc-page-side .toc-menu::before {
	background: #fff;
	top: 0;
	bottom: 0;
	opacity: .5;
}

.toc-gallery.toc-page-side .toc-menu li::before {
	background: #fff;
	bottom: 0;
}

.toc-page-side .toc-menu li.active::before {
	opacity: 1;
}

.featured .toc-page-side .toc-menu li::before {
	background: #fff;
}

.toc-page-side .toc-menu li.active::before, .toc-page-side .toc-menu li:hover::before {
	right: 0;
}

.learn_more_clicked {
	animation: shadow-pulse-big 2s 1;
}

.learn_more_clicked #send-request {
	animation: shadow-pulse 1s 5;
}



/*

	File:	style.css
	Description:	Custom style of WPRichSnippets plugin
	Author URI:	https://wprichsnippets.com

*/

.clr {
	clear:both;
}
.clear_space {
	height:5px;
	clear:both;
}
.hide {
	display: none;
}
.wprs_left {
	float:left;
	margin-right: 20px;
}
.wprs_right {
	float:right;
	margin-left: 20px;
}
.wprs_center {
	float:none;
	margin: 0 auto 1.5rem;
	display:block;
}
.text_left {
	text-align:left;
}
.text_right {
	text-align:right;
}
.text_center {
	text-align: center;
}
.wprs_ml_5 {
	margin-left: 5px;
}
.wprs_mb_10 {
	margin-bottom: 10px;
}
.margin_no  {
	margin: 0 !important;
}

/* reset */
#wprs_container a,
#wprs_container a:hover,
#wprs_container .title a,
#wprs_container .title a:hover,
#wprs_container .wprs_disclaimer a,
#wprs_container .wprs_disclaimer a:hover {
	text-decoration:none;
	border-bottom: none;
}

/* reset ul */
/*.wprs_container ul,*/
.wprs_userrating_criteria {
	padding: 0;
	margin-left: 0 !important;
}
.wprs_userrating_criteria li {
	list-style: none !important;
	list-style-type: none !important;
}
.wprs_userrating_criteria .progress {
	height: 10px;
	margin-bottom : 0;
}
.wprs_container ul li:before {
	  display: block !important;
}

/* admin bar */
.wprs_google_developers a {
	padding-left:30px !important;
	background:	transparent url(../../assets/images/google-developers.png) 8px 50% no-repeat !important;
}
.wprs_google_developers a:hover {
	background:	transparent url(../../assets/images/google-developers-hover.png) 8px 50% no-repeat !important;
}

/* do the magic */
.wprs_magic {
	position:absolute;
	left:-9999px;
}

.wprs_container .row,
.wprs_container .row div,
.wprs_user_reviews_wrap div,
.wprs_user_votes_wrap div {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0 !important;
	margin-right: 0 !important;
	min-width: 120px;
}

.wprs_container div.progress,
.wprs_user_reviews_wrap div.progress {
	border-radius: 1px;
	width: 100%;
	background: rgba(255,255,255,0.5);
}

.wprs_container .progress-bar,
.wprs_user_reviews_wrap .progress-bar {
	margin-top: 8px;
	min-width: 0 !important;
	overflow: hidden;
}

.wprs_container .progress-bar span,
.wprs_user_reviews_wrap .progress-bar span {
	color: #eee !important;
	font-size: 14px !important;
}

/* links */
.wprs_box_links {
	margin-bottom:20px;
}

/* reset user rating stars */
#wprs_user_rating_stars img,
.wprs_user_rating_stars img {
	width: 17px !important;
	height: 17px !important;
	border: none !important;
}
/* user rating success */
.wprs_user_rating_success span,
.wprs_user_rating_count span {
	color:#21B384;
}

.wprs_user_reviews .wprs_user_reviews_info_block {
	padding: 0;
	margin: 0;
}
.wprs_user_reviews .wprs_user_reviews_info_block .wprs_user_reviews_info_block_inside {
	padding: 16px;
}
.wprs_user_reviews .wprs_user_reviews_info_block ul {
	padding: 0 !important;
	margin: 0;
}
.wprs_user_reviews .avatar {
	width: 60px;
	height: 60px;
	max-width: 60px;
	max-height: 60px;
	float: left;
	margin-right: 20px;
}

.wprs_user_reviews .avatar {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}


.wprs_user_reviews .date {
	font-size: 12px;
	color: #999;
}
.wprs_user_reviews h4 {
	font-size: 16px !important;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px !important;
}
.wprs_user_reviews p {
	margin-bottom: 10px !important;
}
.wprs_user_reviews_wrap {
	padding: 20px 0px 10px 0px !important;
}
.wprs_user_reviews {
	margin-bottom: 40px;
}
.wprs_user_reviews hr {
	border-top: 1px solid #F8F3F3 !important;
}
.wprs_user_reviews .rating-user {
	margin-top: 2px;
}
.wprs_user_reviews .wprs_user_rating {
	margin-top:10px;
}


/*
//////////////////////////////////////////
//////////////////////////////////////////
//////////////////////////////////////////
*/



/*********************
	square rating style
*********************/


#wprs_square {
	clear:both;
	margin: 0 auto;
	padding: 0px 2px;
	/* overflow: auto; */
	overflow: hidden;
	position: relative;
}
#wprs_square .row {
	  margin-bottom: 0px !important;
	  clear: both;
}
#wprs_square ul,
#wprs_square #content ul {
		margin: 0px !important;
		padding:0px !important;
}
#wprs_square ul li {
	list-style: none outside none !important;
	background: none !important;
	margin: 0;
	padding: 0px !important;
	position: relative;
	line-height: 1.35;
}
#wprs_square ul li:before {
	content: '' !important;
	display: block !important;
}
#wprs_square .rating {
	line-height: 17px !important;
}
#wprs_square .price span {
	color: #8b94a3;
	position: relative;
	font-size: 14px;
	text-align: center;
	margin: 20px 0;
}
#wprs_square .free_price {
	font-size: 14px !important;
	color: #8b94a3;
	margin: 10px 0 0 0 !important;
}
#wprs_square .free_price sup {
	font-size: 12px !important;
}
#wprs_square .free {
	color: #060;
	margin: 10px 0 !important;
	font-size:36px;
}

#wprs_square .highprice span {
	position: relative;
	font-size: 14px;
	text-align:center;
	margin: 0;
}

#wprs_square .price_range_digits {
	font-size: 14px;
	color: #8b94a3;
	margin: 10px 0;
	text-align: center;
	display: block;
}
#wprs_square .wprs_pricing_none span {
	display: inline;
	text-align:left;
}
#wprs_square .price_range span {
	font-size: 14px;
	margin: 10px 0;
	display: block;
	text-align: center;
}
#wprs_square .wprs_pricing_none .price_range span {
	font-size: 14px;
	margin: 10px 0;
	display: inline;
	text-align: left;
}

#wprs_square .wprs_address {
}
#wprs_square .wprs_address span {
	font-size:12px;
}
#wprs_square .wprs_map {
	padding: 5px;
	background: none repeat scroll 0% 0% #fff;
	border: 1px solid #f1f1f1;
}
#wprs_square .wprs_restaurant_details li {
	margin-bottom:5px;
}
#wprs_square .wprs_disclaimer {
	float:left;
	margin-right: 5px;
}

#wprs_square .description p {
	margin-top:20px;
	margin-bottom:20px;
}
#wprs_square .description p b {
	font-weight: 600;
}


/* for youtube videos */
#wprs_square .media {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
	border: none;
}
#wprs_square iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	border: none;
	overflow:hidden;
}
#wprs_square .media iframe {
	margin-bottom:10px;
}
/* for html field - iframe */
#wprs_square .wprs_iframe {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
#wprs_square .wprs_iframe iframe,
#wprs_square .wprs_iframe object,
#wprs_square .wprs_iframe embed {
	position: absolute;
	top:0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#wprs_square img {
	margin-bottom:10px;
	width:100%;
	box-shadow: none;
	position: absolute;
	bottom: -9999em;
}
#wprs_square .title {
	font-weight: bold;
}
#wprs_square h4 {
	font-weight: bold;
	margin: 0 0 5px 0;
	font-size: 14px;
}
#wprs_square .summary h4 {
	font-weight: bold;
	margin: 10px 0;
	font-size: 14px;
}
#wprs_square p {
	margin: 0 0 0 0;
}
#wprs_square .editorrating_average,
#wprs_square .userrating_average {
	padding-top: 10px;
	padding-bottom: 18px;
	display: block;
}
#wprs_square .editorrating_average {
	padding: 8px 18px;
	font-size: 17px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	background: #00aeef;
	margin-bottom: 20px;
	margin-top: 15px;
}
#wprs_square .userrating_average span {
	padding: 10px 18px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	background: #f5ba0d;
	margin-bottom: 20px;

}
#wprs_square .wprs_submit_review {
	color: #f5ba0d;
	text-decoration:none;
	border: 0;
}
#wprs_square .wprs_submit_review:hover {
	color: #333;
	text-decoration:none;
}
#wprs_square .wprs_add_review p {
	text-align:center;
	margin: 0 0 30px 0;
}
#wprs_square .wprs_add_review i {
	margin-right: 10px;
}
.wprs_add_review p {
	margin: 0 0 40px 0;
}
.wprs_add_review i {
	margin-right: 10px;
}

#wprs_square .al-right {
	float:right;
	text-align:right;
}

/* fixes */
#wprs_square .alert {
	padding: 15px;
}

/* Bootstrap callout */
.wprs_container .bs-callout {
	padding: 20px;
}
#tab-reviews .wprs_container .bs-callout {
	margin-top: 0;
}
.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}
.bs-callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}
.bs-callout p:last-child {
	margin-bottom: 0;
}
.bs-callout code {
	border-radius: 3px;
}
.bs-callout+.bs-callout {
	margin-top: -5px;
}
.bs-callout-default {
	border-left-color: #777;
}
.bs-callout-default h4 {
	color: #777;
}
.bs-callout-primary {
	border-left-color: #f5ba0d;
}
.bs-callout-primary h4 {
	color: #f5ba0d;
}
.bs-callout-success {
	border-left-color: #5cb85c;
}
.bs-callout-success h4 {
	color: #5cb85c;
}
.bs-callout-danger {
	border-left-color: #d9534f;
}
.bs-callout-danger h4 {
	color: #d9534f;
}
.bs-callout-warning {
	border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
	color: #f0ad4e;
}
.bs-callout-info {
	border-left-color: #5bc0de;
}
.bs-callout-info h4 {
	color: #5bc0de;
}


/* progress bar */
div.progress {
	padding: 0 !important;
	margin-top:0;
	margin-bottom: 5px;
	border: 0px solid #ccc;
	/*height: 8px !important;*/
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	width: 100%;
}

.progress-bar span {
	float:left;
	margin-left:10px;
}
.progress-bar-info {
	background-color: #f5ba0d !important;
}
.wprs_progress_small {
	height: 8px !important;
}
.wprs_progress_array {
	margin-bottom:20px;
}
.wprs_progress_array .row {
	margin-bottom:0 !important;
}

#wprs_square a {
	text-decoration:none;
}

/* pros & cons */
.wprs_pros,
.wprs_cons {
	clear: both;
	margin: 20px auto;
	padding: 20px;
	overflow: auto;
}
.wprs_pros h3,
.wprs_cons h3 {
	margin: 0 0 10px 0;
}
.wprs_pros ul,
.wprs_cons ul {
	margin-left: 20px;
}
/* pros */
.wprs_pros {
	background: none repeat scroll 0 0 rgb(233, 250, 238);
}

/* cons */
.wprs_cons {
	background: none repeat scroll 0 0 rgb(250, 237, 233);
}

/* review rating after post */
#ta_post_review_after {
	margin: 20px 0 20px 0;
	padding:20px;
	/*border-top:dotted 1px #DDD;
	border-bottom:dotted 1px #DDD;*/
	background: none repeat scroll 0 0 #f6f6f6;
}
#ta_post_review_after .span3 {
	margin-bottom: 10px;
}
#ta_post_review_after .price span {
	position: relative;
	display: block;
	font-size: 36px;
	text-align:center;
}
#ta_post_review_after .price sup {
	font-size: 24px !important;
}
#ta_post_review_after span {
	color:#999999;
	margin-bottom: 5px;
	display: block;
}
#ta_post_review_after .ar_button {
	padding: 5px 10px;
	font-size: 85%;
}

/* review rating widget */
.ta_widget_list_item {
	clear:both;
}
.ta_widget_post_item {
	float:left;
	margin: 0 0 10px 10px;
}
.ta_widget_rating {
	float:right;
	margin-right:10px
}
.widget_recent_reviews .rating {
	font-size: 13px;
	line-height: 26px;
}
.widget_recent_reviews ul {
	margin: 0 !important;
}
.widget_recent_reviews li {
	list-style:none !important;
	list-style-image:none;
	padding-left:0 !important;
	line-height: 26px;
	border-bottom: 1px dotted #ddd;
}

/* review rating with screenshot widget */
.widget_review_item_img {
	width:100%;
	min-height: 50px;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
	clear:both;
	position:relative;
	overflow:auto;
}
.widget_review_item_img img {
	width: 100%;
	height: auto;
}
.widget_recent_reviews_img .widget_review_screenshot_img {
	display: inline-block;
	float: left;
	margin-right: 12px;
	position: relative;
}
.widget_recent_reviews_img img {
	border: 1px solid #ddd;
	padding: 2px;
	float: left;
	margin-left: 10px;
}
.widget_review_item_img .rating {
	font-size: 13px;
}
.ta_widget_rating_img {
	display: block;
	float: left;
	margin-top: 5px;
}
.widget_review_item_img p {
	overflow: hidden;
	margin-bottom: 0;
	margin-left: 10px;
}



/* web buttons */
.ar_button {padding: 10px 40px; display: inline; background: #777 url(../../assets/images/bg_button.png) repeat-x 0 bottom; border: none; color: #fff !important; cursor: pointer;text-decoration:none !important; line-height: 3em;
}
	.ar_button:hover {	background-position: 0 center; /*background-image: linear-gradient(to bottom, #339BB9, #5BC0DE);*/}
	.ar_button:active {background-position: 0 top;	position: relative;	top: 1px; padding: 10px 40px;}

	.ar_button.ar_red { background-color: #e50000; }
	.ar_button.ar_purple { background-color: #9400bf; }
	.ar_button.ar_green { background-color: #58aa00; }
	.ar_button.ar_orange { background-color: #f97f26; }
	.ar_button.ar_blue { background-color: #f5ba0d;/*background-image: linear-gradient(to bottom, #5BC0DE, #339BB9);*/}
	.ar_button.ar_yellow { background-color: #ffcc00; }
	.ar_button.ar_black { background-color: #333; }
	.ar_button.ar_white { background-color: #fff; color: #000 !important; text-shadow: 1px 1px #fff; }
	.ar_button.ar_gray { background-color: #f1f1f1; color: #333 !important; text-shadow: 1px 1px #fff; font-weight: normal !important; }
	.ar_button.ar_small { font-size: 75%; padding: 3px 7px; }
	.ar_button.ar_small:active { padding: 4px 7px 2px; background-position: 0 top; }
	.ar_button.ar_medium { font-size: 90%; padding: 5px 8px; height: 20px; }
	.ar_button.ar_medium:active { padding: 5px 8px 4px; background-position: 0 top; }
	.ar_button.ar_large { font-size: 160%; padding: 7px 12px; height: 40px; }
	.ar_button.ar_large:active { padding: 8px 12px 6px; background-position: 0 top; }


/* rating */
.rating {
	font-size: 17px;
	font-weight: normal;
	height: 17px !important;
	line-height:17px !important;
	position:relative;
	overflow:hidden;
	letter-spacing: 4px;
	width:100px;
}

/* user rating */
.rating-user {}
div.rating-user:before {}
div.rating-user:after {/*color: #60add7 !important;*/color: #f5ba0d !important;}
span.rating-user:after {/*color: #60add7 !important;*/color: #f5ba0d !important;}

/* user reviews pagination */

.wprs_pagination-wrap .page-numbers {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 600;
}

.wprs_pagination-wrap ul.page-numbers {
	list-style: none;
	margin: 0;
}

.wprs_pagination-wrap .page-numbers:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.wprs_pagination-wrap ul.page-numbers li {
	display: block;
	float: left;
	margin: 0 4px 4px 0;
	text-align: center;
}

.wprs_pagination-wrap .page-numbers a,
.wprs_pagination-wrap .page-numbers span {
	line-height: 1.6em;
	display: block;
	text-decoration: none;
	font-weight: 400;
	cursor: pointer;
	border: 1px solid #ddd;
	color: #888;
}

.wprs_pagination-wrap .page-numbers a span {
	padding: 0;
}

.wprs_pagination-wrap .page-numbers a:hover,
.wprs_pagination-wrap .page-numbers.current,
.wprs_pagination-wrap .page-numbers.current:hover {
	color: #000;
	background: #f7f7f7;
	text-decoration: none;
}

.wprs_pagination-wrap .page-numbers:hover {
	text-decoration: none;
}

/* raty fa */
.wprs_user_rating_stars .fa-fw {
	/* font-size: 19px;
	width: 16px !important; */
	font-size: 20px;
	width: 22px !important;

	margin-left: 4px;
	color: #f5ba0d;
}

/* user range slider */
.user_range {
	clear: both;
}
.user_range .item {
	padding: 12px;
}
.user_range .col-md-6 {
	margin: 0 auto !important;
	padding-left: 0px;
	padding-right: 0px;
}
.user_range .ui-slider {
	margin-bottom: 20px;
	width: 90%;
}
.user_range .ui-slider-handle {
	color: #777777;
	font-size: 10px;
	height: auto;
	line-height: 13px;
	padding: 2px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFFFFF;
	/*top: -4px;*/
	width: 3em;
}
.user_range .ui-widget-header {
	border: none;
	background: #f5ba0d;
}
.ui-widget-content {
	/* border: 1px solid #f1f1f1 !important; */
}
.user_range .ui-slider,
.ui-slider .ui-slider-handle {
	cursor:pointer;
}

/* slide range */
.user_range .ui-slider .ui-slider-handle {
	width: 3em;
	height: 2.0em;
	top: -0.4em;
	padding: 2px 3px;
}
.user_range .ui-slider .ui-slider-handle:hover {
	cursor: pointer;
}
.user_range .col-sm-6,
.user_range .col-sm-4 {
	padding:0;
}
.wprs_form_headline {
	display:inline !important;
}

/* comment rating */
.user_rating {
	margin-bottom: 20px;
}
.user_rating label {
	display:block;
	clear:both;
	margin:0;
}
.item_range_label {
	float:none !important;
}

.rating-comment {
	display: block;
	font-size: 14px !important;
	line-height: 24px !important;
	font-weight: normal;
	margin-left:10px;
}
.already-rating-comment {
	margin-left:0px;
}
span.rating-comment:before { color: #e0e0e0 !important; }
span.rating-comment:after { color: #f5ba0d !important; }


div.wprs_rating { font-family: pomicons; position: relative; display: inline-block; }
div.wprs_rating:before { content: "\e9d9\e9d9\e9d9\e9d9\e9d9"; color: #e0e0e0;  }
div.wprs_rating:after { color: #f5ba0d; position: absolute; left: 0; }


span.wprs_rating {
	font-family: pomicons;
	position: relative;
	display: inline-block;
	letter-spacing: 5px;
	padding-bottom: 5px;
	padding-top: 3px;
	font-size: 20px;
}

span.wprs_rating:before {
	content: "\e9d7\e9d7\e9d7\e9d7\e9d7";
	color: #cccccc;
}

span.wprs_rating:after {
	color: #f5ba0d;
	position: absolute;
	left: 0;
}

.r-0:before { /*content: "" !important; */ content: "\e9d7\e9d7\e9d7\e9d7\e9d7";}
.r-05:after { content: "\e9d8\00a0"; }
.r-1:after { content: "\e9d9"; }
.r-15:after { content: "\e9d9\e9d8\00a0"; }
.r-2:after { content: "\e9d9\e9d9"; }
.r-25:after { content: "\e9d9\e9d9\e9d8\00a0"; }
.r-3:after { content: "\e9d9\e9d9\e9d9"; }
.r-35:after { content: "\e9d9\e9d9\e9d9\e9d8\00a0"; }
.r-4:after { content: "\e9d9\e9d9\e9d9\e9d9"; }
.r-45:after { content: "\e9d9\e9d9\e9d9\e9d9\e9d8\00a0"; }
.r-5:after { content: "\e9d9\e9d9\e9d9\e9d9\e9d9"; }


/* comment criteria */
.wprs_comment_criteria ul {list-style: none outside none !important; padding: 10px !important; background: #f6f6f6; float:left; margin:5px 20px 5px 0px !important; min-width: 180px;}
.wprs_comment_criteria ul li { padding: 0px !important; margin:0px !important;}
.wprs_comment_criteria .wprs_align_center {margin-top:16px !important;}
.wprs_align_center { text-align:center;}
#wprs_square .progress-bar-warning {
	background-color: #f89406;
}
.wprs_rounded_corners {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
}
.user_range .row {
	margin-left: 0;
	margin-right: 0;
}
.criteria_small .div.progress,
.criteria_small .progress  {
	height:8px !important;
}

/* review form popup */
.wprs_review_form {
	padding: 0 22px;
}
#cboxOverlay {
	background: none repeat scroll 0% 0% rgb(250, 250, 250);
}

/* add-on support */
.wprs_cta {
	background:#FFFDD8;
	background-color: #F6F6F6;
	padding: 20px 0 !important;
	margin-top:20px !important;
	margin-bottom:20px !important;
	overflow:visible !important;
}
.wprs_cta .col-sm-4,
.wprs_cta .col-md-4 {
	padding: 0;
}
.wprs_cta .aln_center {
	text-align:center;
}
.wprs_cta_rating_headline {
	display:block;
	margin-bottom: 6px;
}
.wprs_cta_info {
	padding: 0 10px 20px 10px;
}
#wprs_square .wpr_cta_description .description p {
	padding: 10px;
}
.wpr_cta_description p {
	padding-bottom: 20px;
}
.wpr_cta_description img,
.wpr_cta_description .wp-smiley {
	width: 16px !important;
	height: 16px !important;
	border : none !important;
}
.wprs_cta .min_btn {
	text-align:center;
}
.wprs_cta .min_btn a {
	padding: 10px 16px;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
	font-size: 14px;
}
#wprs_datatable .table_name {
	font-size: 18px;
	font-weight: bold;
}
#wprs_datatable .table_summary p {
	padding: 0;
	margin:0;
}
#wprs_datatable .table_rating,
#wprs_datatable .table_media,
#wprs_datatable .table_price,
#wprs_datatable .min_btn {
	text-align:center;
}
#wprs_datatable .wprs_links {
	margin:0
}
#wprs_datatable .wprs_links li {
	list-style: none;
}
#wprs_datatable .wprs_links a {
	padding: 5px 16px;
	font-size: 80%;
}
table.wprs_comparison {
	width:99%;
}
.wprs_comparison ul {
	margin:0;
}
.wprs_comparison ul li {
	list-style:none;
}
.wprs_comparison th,
.wprs_comparison td {
	text-align:center;
}
.wprs_comparison td {
	padding: 28px 10px 20px 10px !important;
}
.wprs_comparison img {
	width: 200px;
	margin-bottom: 10px;
}
.wprs_comparison .progress_title {
	font-size: xx-small;
	text-align: left;
}
.wprs_comparison h4 {
	text-indent: -9999px;
	position:absolute;
}
.wprs_comparison .description {
	font-size: x-small;
	text-align: left;
}
.wprs_comparison a,
.wprs_comparison .entry-content a {
	border: none;
}
.wprs_comparison .ar_button {
	padding: 6px 14px;
	font-size: 12px;
}

#uri-wrapper #uri-error {
	display:none;
}

.wprs_display_rating_rating,
.wprs_display_rating_percentage {
	padding:10px 10px 5px 10px;float:left;background:#f9f9f9;margin-right:20px;
}
.wprs_display_rating_percentage {
	width:160px;
}
.wprs_display_rating_percentage .progress {
	background: #fff;
}
.wprs_display_rating_votes,
.wprs_display_rating_aggregate {
	padding:20px 20px 14px 20px;float:left;background:#f9f9f9;margin-right:20px;
}

/* software specs */
#wprs_specs_changelog {}
#wprs_specs_changelog pre {
	font-size: 12px;
	color: #666;
	background: #fff;
	border: none;
	padding: 20px;
}
.wprs_changelog_label {
	font-size: 1em;
	padding: 0.4em;
	cursor: pointer;
	border: 1px solid #e5e5e5;
	background: #f8f8f8;
	width: 100%;
	margin-bottom: -1px;
}
.wprs_changelog_input {
	display: none;
} /*Hide input element*/

.wprs_changelog_content {
	border: 1px solid #e5e5e5;
}
.wprs_changelog_input:not(checked) ~ .wprs_changelog_content {
	display: none;
}
.wprs_changelog_input:checked ~ .wprs_changelog_content {
	display: block;
}

.wprs_changelog_input:not(checked) ~ label:before {
	font-family: FontAwesome;
	content: "\f055";
	float: left;
	margin-right: 10px;
}
.wprs_changelog_input:checked ~ label:before {
	content: "\f056";
}

/* User Review Image Add-on */
.wprs_uri {
	margin-top: 10px;
}

/* Recipe */
.wprs_recipe_clock {
	color: #ddd;
}
.wprs_recipe_ingredients div {
	margin-bottom: 1em;
	min-height: 40px;
}
.wprs_recipe_nutrition i,
.wprs_recipe_ingredients i {
	color:#ccc;
	font-size:10px;
	margin-left:1em;
	margin-right:0.5em;
	display:inline-block;
}
.wprs_recipe_instructions li {
	margin-bottom: 2em;
}
.wprs-star-rating-mini {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.6em;
	color: #fff;
	background-color: #f5ba0d;
	padding: 2px 6px 4px;
	margin-right: 6px;
 	border-radius: 2px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12);
}
.wprs_headline_light {
	color: #ccc;
}

@media only screen and (max-width: 800px) {
	.margin_no  {
		margin: 0 !important;
	}
}
@media only screen and (max-width: 600px) {
	.margin_no  {
		margin: 0 !important;
	}
	.wprs_cta .min_btn {
		text-align:center;
		display:block;
		margin:auto;
		margin-top:20px;
	}
	.wprs_cta .min_btn a {
		width: 80%;
		display: block;
		margin:auto;
	}
	.wprs_cta .wprs_links {
		padding: 0;
	}
}

/* iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 480px) {
	.margin_no  {
		margin: 0 !important;
	}
	#wprs_square .price span,
	#wprs_square .price span sup {
		font-size: 14px !important;
	}
	.wprs_stars_rating,
	.wprs_stars_percentage,
	.wprs_stars_votes,
	.wprs_stars_aggregate {
		float:none;
		width: 100%;
		margin-bottom:10px;
	}
}

.section-reviews .wprs_container {
	margin-top: -20px;
	margin-bottom: 30px;
	padding-left: 20px;
}

.wprs_container {
	max-width: 300px;
	min-width: 275px;
}

@media screen and (min-width: 751px) {
	.wprs_container {
		float: right;
	}
	.grid-footer.grid-70 {
		margin-left: 0;
	}
	.grid-footer.grid-30 {
		margin-right: 0;
	}

}

@media screen and (max-width: 750px) {
	.footer-bottom > div {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.grid-footer {
		width: 100%;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.wprs_container {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	.grid-footer.grid-30 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.grid-footer.grid-70 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.wprs_container .col-sm-6,
.wprs_container .col-sm-4 {
	width: 50%;
	float: left;
}

.wprs_container .col-sm-4:nth-of-type(2) {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute !important;
}

.wprs_container .col-sm-6 li b span,
.wprs_container .col-sm-4 li b span {
	color: #b7babe;
	font-size: 16px;
	line-height: 1.45;
}

.wprs_user_rating_stars {
	padding-top: 2px;
	display: block;
}

.rating-user + br + span,
.fa-thumbs-up + span {
	color: #b7babe;
	font-size: 14px;
}

.fa-thumbs-up {
	color: #b7babe;
}

.wprs_user_rating_count,
.wprs_user_rating_success {
	color: #b7babe;
	font-size: 14px;
}

.wprs_user_rating_success {
	margin-top: -18px;
	display: block;
}

.bottom .wprs_user_rating_count span,
.bottom .wprs_user_rating_success span {
	color: #b7babe;
}

.bottom .wprs_container .wprs_mb_10 {
	color: #b7babe;
	display: block;
	font-size: 15px;
	padding-top: 10px;
}

.wprs_user_rating_wait {
	color: #fff;
	left: -15px;
	top: 5px;
	position: absolute;
	margin-right: auto !important;
	opacity: .5;
}

.sr-only,
.hidden-xs_ {
	display: none;
}

.wprs_container .col-xs-4 li:nth-child(3) {
	display: none;
}

#site-footer .wprs_container .col-xs-4 b {
	font-weight: normal !important;
}

.wprs_container hr {
	height: 0;
	opacity: 0;
}

.blog-posts .slick-dots {
	bottom: -5px;
	left: 0;
	margin: 0 auto;
}
.blog-posts .grid-33 img {
	width: 204px;
	height: 165px;
}
