.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

@font-face {
	font-family: "trocchi_boldbold";
	src: url("../fonts/trocchi-bold.woff2") format("woff2"), url("../fonts/trocchi-bold.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	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;
}

.icon-star2:before {
	content: "\e913";
}

.icon-cross:before {
	content: "\e900";
}

.icon-search2:before {
	content: "\e911";
}

.icon-check:before {
	content: "\e912";
}

.icon-check-thick:before {
	content: "\e901";
}

.icon-star-filled:before {
	content: "\e902";
}

.icon-arrow02:before {
	content: "\e904";
}

.icon-arrow01:before {
	content: "\e905";
}

.icon-home:before {
	content: "\e906";
}

.icon-question:before {
	content: "\e907";
}

.icon-telephone:before {
	content: "\e908";
}

.icon-back:before {
	content: "\e909";
}

.icon-print:before {
	content: "\e90a";
}

.icon-info:before {
	content: "\e90b";
}

.icon-pin:before {
	content: "\e90c";
}

.icon-like:before {
	content: "\e90d";
}

.icon-avatar:before {
	content: "\e90e";
}

.icon-search:before {
	content: "\e90f";
}

.icon-star-o:before {
	content: "\e903";
}

.icon-star:before {
	content: "\e910";
}

body {
	min-width: 320px;
}

body.user-page {
	background: url("../images/bg-pattern.jpg");
}

body.nav-active {
	overflow: hidden;
}

.btn {
	font-size: 16px;
	line-height: 24px;
	min-width: 120px;
	height: 50px;
	padding: 13px 15px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	border: 0;
	outline: none;
}

.btn.btn-primary {
	border-color: #b20838;
	background: -webkit-linear-gradient(top, #d8134a 0%, #b40839 100%);
	background: linear-gradient(to bottom, #d8134a 0%, #b40839 100%);
}

.btn.btn-primary:hover {
	background: -webkit-linear-gradient(top, #c40d41 0%, #c40d41 100%);
	background: linear-gradient(to bottom, #c40d41 0%, #c40d41 100%);
}

.btn.btn-secondary {
	border-color: #073266;
	background: -webkit-linear-gradient(top, #11609f 0%, #073267 100%);
	background: linear-gradient(to bottom, #11609f 0%, #073267 100%);
}

.btn.btn-secondary:hover {
	background: -webkit-linear-gradient(top, #0c4881 0%, #0c4881 100%);
	background: linear-gradient(to bottom, #0c4881 0%, #0c4881 100%);
}

.btn.btn-dark {
	border-color: #8e8480;
	background: -webkit-linear-gradient(top, #a69d99 0%, #706662 100%);
	background: linear-gradient(to bottom, #a69d99 0%, #706662 100%);
}

.btn.btn-dark:hover {
	background: -webkit-linear-gradient(top, #8a807c 0%, #8a807c 100%);
	background: linear-gradient(to bottom, #8a807c 0%, #8a807c 100%);
}

.btn.btn-md {
	min-width: 200px;
}

.btn.btn-lg {
	min-width: 250px;
}

.btn:focus {
	box-shadow: none;
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, .2);
}

label {
	font-size: 16px;
	margin: 0 0 2px;
}

label sup {
	font-size: 16px;
	color: #b20838;
	top: -2px;
}

.form-control {
	font-size: 16px;
	line-height: 21px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	padding: 11px 15px;
	outline: none;
	-webkit-appearance: none;
	box-shadow: none;
}

.form-control:focus {
	box-shadow: none;
}

.form-control:disabled {
	border-color: #e7e7e7;
}

.form-control:disabled::-webkit-input-placeholder {
	color: #6e6460;
}

.form-control:disabled::-moz-placeholder {
	opacity: 1;
	color: #6e6460;
}

.form-control:disabled:-moz-placeholder {
	color: #6e6460;
}

.form-control:disabled:-ms-input-placeholder {
	color: #6e6460;
}

.form-control:disabled.placeholder {
	color: #6e6460;
}

.form-control.is-valid {
	border-color: #ccc;
	padding-right: 30px;
}

.form-control.is-valid:focus {
	box-shadow: none;
}

.form-control.is-valid + .validation-msg {
	padding: 6px 0 0;
}

.form-control.is-valid + .validation-msg .success {
	display: block;
}

.form-control.is-invalid {
	border-color: #d9534f;
	padding-right: 30px;
}

.form-control.is-invalid:focus {
	box-shadow: none;
}

.form-control.is-invalid + .validation-msg {
	padding: 6px 0 0;
}

.form-control.is-invalid + .validation-msg .error {
	display: block;
}

textarea.form-control {
	width: 100%;
	height: 145px;
}

textarea.form-control + .validation-msg .error:after,
textarea.form-control + .validation-msg .success:after {
	top: -135px;
}

.jcf-select.is-valid {
	border-color: #ccc;
	padding-right: 30px;
}

.jcf-select.is-valid:focus {
	box-shadow: none;
}

.jcf-select.is-valid + .validation-msg {
	padding: 6px 0 0;
}

.jcf-select.is-valid + .validation-msg .success {
	display: block;
}

.jcf-select.is-valid + .validation-msg .success:after {
	display: none;
}

.jcf-select.is-invalid {
	border-color: #d9534f;
	padding-right: 30px;
}

.jcf-select.is-invalid:focus {
	box-shadow: none;
}

.jcf-select.is-invalid + .validation-msg {
	padding: 6px 0 0;
}

.jcf-select.is-invalid + .validation-msg .error {
	display: block;
}

.jcf-select.is-invalid + .validation-msg .error:after {
	display: none;
}

.validation-msg {
	font-size: 14px;
	line-height: 18px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	position: relative;
	max-width: 470px;
}

.validation-msg .error:after,
.validation-msg .success:after {
	font-family: "icomoon";
	position: absolute;
	right: 10px;
	top: -30px;
}

.validation-msg .error {
	color: #ce3c3e;
	display: none;
}

.validation-msg .error:after {
	content: "\e900";
	font-size: 22px;
	color: #d9534f;
}

.validation-msg .success {
	color: #4dad4a;
	display: none;
}

.validation-msg .success:after {
	content: "\e912";
	font-size: 13px;
	color: #5cb85c;
}

p a {
	text-decoration: none;
	color: #6e6460;
}

p a:hover {
	text-decoration: none;
}

.link {
	font-size: 16px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	text-decoration: underline;
}

.link:hover {
	text-decoration: none;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#wrapper .wrap-in {
	overflow: hidden;
	position: relative;
}

#header {
	overflow: hidden;
	background: #073266;
}

.logo {
	width: 223px;
	float: left;
	margin: 4px 0 9px;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.nav-opener {
	width: 40px;
	height: 36px;
	position: absolute;
	right: 10px;
	top: 6px;
	display: none;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	width: 30px;
	height: 4px;
	background: #fff;
	position: absolute;
	top: 8px;
	left: 5px;
	content: "";
}

.nav-opener:after {
	top: auto;
	bottom: 8px;
}

.nav-opener span {
	top: 50%;
	margin: -2px 0 0;
}

.search-form {
	width: 370px;
	height: 40px;
	background: #fff;
	border-radius: 3px;
	position: relative;
	margin: 0 -10px 0 0;
}

.search-form input[type="search"] {
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 20px;
	border: 0;
	outline: none;
	padding: 10px 15px;
	border-radius: 3px;
	background: #fff;
	font-family: Arial, sans-serif;
}

.search-form input[type="search"]::-webkit-input-placeholder {
	color: #999;
}

.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #999;
}

.search-form input[type="search"]:-moz-placeholder {
	color: #999;
}

.search-form input[type="search"]:-ms-input-placeholder {
	color: #999;
}

.search-form input[type="search"].placeholder {
	color: #999;
}

.search-form .btn-search {
	width: 44px;
	height: 40px;
	background: #fff;
	border-radius: 3px;
	border: 0;
	color: #073266;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	outline: none;
}

.search-form .btn-search:before {
	width: 1px;
	height: 24px;
	background: #073266;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin: -12px 0 0;
}

.search-form .btn-search:after {
	width: 16px;
	height: 16px;
	font-size: 15px;
	line-height: 16px;
	font-family: "icomoon";
	content: "\e90f";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
}

.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
	overflow: visible;
	-ms-touch-action: none;
	touch-action: none;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Make sure that the first one is on the top */

.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}

.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0f0f11;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
	opacity: 1;
}

.fancybox-infobar {
	display: none;
}

.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
	display: block;
}

.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide--image {
	overflow: hidden;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
	background: transparent;
}

.fancybox-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	background: transparent;
	background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: grabbing;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px;
	font: 21px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	cursor: pointer;
	background: #fff;
	-webkit-transition: background .2s;
	transition: background .2s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: transparent;
}

.fancybox-close-small:hover {
	color: #555;
	background: #eee;
}

/* Caption */

.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	z-index: 99998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
	pointer-events: all;
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Buttons */

.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	background: transparent;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
}

.fancybox-button--disabled {
	cursor: default;
	pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
	background: rgba(30, 30, 30, .6);
}

.fancybox-button:hover {
	background: rgba(0, 0, 0, .8);
}

.fancybox-button::before,
.fancybox-button::after {
	content: "";
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
	opacity: .5;
}

.fancybox-button--left::after {
	left: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fancybox-button--right::after {
	right: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close {
	float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Loading spinner */

.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

/* Styling for Small-Screen Devices */

/* Fullscreen  */

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none;
}

/* Slideshow button */

.fancybox-button--play::before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: transparent;
}

.fancybox-button--pause::before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
	background: transparent;
}

/* Thumbs */

.fancybox-button--thumbs span {
	font-size: 23px;
}

.fancybox-button--thumbs::before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
	right: 220px;
}

.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

/*! jQuery UI - v1.11.1 - 2014-09-23
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault='Merriweather'%2C%20serif&fwDefault=normal&fsDefault=12px&cornerRadius=2px&bgColorHeader=%237793a6&bgTextureHeader=glass&bgImgOpacityHeader=35&borderColorHeader=%237793a6&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23d3d3d0&bgTextureContent=inset_soft&bgImgOpacityContent=0&borderColorContent=%23aaaaaa&fcContent=%234d4d4d&iconColorContent=%23999999&bgColorDefault=%23ffffff&bgTextureDefault=glass&bgImgOpacityDefault=0&borderColorDefault=%23cccccc&fcDefault=%237793a6&iconColorDefault=%237793a6&bgColorHover=%237793a6&bgTextureHover=glass&bgImgOpacityHover=0&borderColorHover=%23bbbbbb&fcHover=%23ffffff&iconColorHover=%23ffffff&bgColorActive=%237793a6&bgTextureActive=inset_hard&bgImgOpacityActive=0&borderColorActive=%23999999&fcActive=%23ffffff&iconColorActive=%23454545&bgColorHighlight=%237793a6&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=%237793a6&fcHighlight=%23ffffff&iconColorHighlight=%233383bb&bgColorError=%23c0402a&bgTextureError=flat&bgImgOpacityError=55&borderColorError=%23c0402a&fcError=%23ffffff&iconColorError=%23fbc856&bgColorOverlay=%23eeeeee&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-clearfix {
	min-height: 0;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

.ui-state-disabled {
	cursor: default !important;
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
	display: inline-block;
	padding: 4px 8px;
	height: auto;
	line-height: 1;
	margin: 0 3px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	font-size: 12px;
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-widget {
	font-family: "Merriweather",serif;
	font-size: 12px;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: "Merriweather",serif;
	font-size: 1em;
}

.ui-widget-content {
	border: 1px solid #aaa;
	background: #d3d3d0 50% bottom repeat-x;
	color: #4d4d4d;
}

.ui-widget-content a {
	color: #4d4d4d;
}

.ui-widget-header {
	border: 1px solid #7793a6;
	background: #7793a6;
	color: #fff;
	font-weight: bold;
}

.ui-widget-header a {
	color: #fff;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #ccc;
	background: #fff;
	font-weight: normal;
	color: #7793a6;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #7793a6;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #bbb;
	background: #7793a6;
	font-weight: normal;
	color: #fff;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #fff;
	text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #999;
	background: #7793a6;
	font-weight: normal;
	color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #7793a6;
	background: #7793a6;
	color: #fff;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #fff;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #c0402a;
	background: #c0402a url("../images/ui-bg_flat_55_c0402a_40x100.png") 50% 50% repeat-x;
	color: #fff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #fff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #fff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
}

.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../images/ui-icons_999999_256x240.png");
}

.ui-widget-header .ui-icon {
	background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.ui-state-default .ui-icon {
	background-image: url("../images/ui-icons_7793a6_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.ui-state-active .ui-icon {
	background-image: url("../images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
	background-image: url("../images/ui-icons_3383bb_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../images/ui-icons_fbc856_256x240.png");
}

.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-carat-1-n {
	background-position: 0 0;
}

.ui-icon-carat-1-ne {
	background-position: -16px 0;
}

.ui-icon-carat-1-e {
	background-position: -32px 0;
}

.ui-icon-carat-1-se {
	background-position: -48px 0;
}

.ui-icon-carat-1-s {
	background-position: -64px 0;
}

.ui-icon-carat-1-sw {
	background-position: -80px 0;
}

.ui-icon-carat-1-w {
	background-position: -96px 0;
}

.ui-icon-carat-1-nw {
	background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 2px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 2px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 2px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 2px;
}

.ui-widget-overlay {
	background: #eee url("../images/ui-bg_flat_0_eeeeee_40x100.png") 50% 50% repeat-x;
	opacity: .8;
	filter: Alpha(Opacity=80);
}

.ui-widget-shadow {
	margin: -4px 0 0 -4px;
	padding: 4px;
	background: #aaa url("../images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .6;
	filter: Alpha(Opacity=60);
	border-radius: 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	display: none;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: 1;
	background-image: none;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
	background: #fff;
}

.ui-state-disabled {
	cursor: default !important;
}

table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
	display: table-cell;
	line-height: 1.125rem;
}

table tr th,
table tr td {
	padding: .5625rem .625rem;
	font-size: .875rem;
	color: #222;
	text-align: left;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
	background: #f9f9f9;
}

#main {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.login-block {
	max-width: 970px;
	margin: 0 auto;
}

.login-block .head {
	font-size: 20px;
	line-height: 28px;
	overflow: hidden;
	max-width: 840px;
	margin: 0 auto;
}

.login-block .head p {
	margin: 0 0 10px;
}

.login-block h1 {
	font-size: 48px;
	line-height: 54px;
	color: #6e6460;
	margin: 0 0 16px;
	font-family: "trocchi_boldbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.login-block h1 small {
	font-size: 18px;
	line-height: 22px;
	font-family: "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	display: block;
	margin: 0 0 18px;
}

.login-block h2 {
	font-family: "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	margin: 0 0 22px;
}

.login-block .block {
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .14);
}

.login-block .login-form {
	max-width: 275px;
	margin: 0 auto;
}

.login-block .login-form:after {
	width: 1px;
	height: 180px;
	content: "";
	position: absolute;
	right: 0;
	top: 40px;
	background: #ddd;
}

.login-block .form-group {
	margin: 0 0 10px;
}

.login-block .form-control {
	font-size: 14px;
	line-height: 20px;
	padding: 9px 15px;
	font-style: italic;
}

.login-block .btn-wrap {
	overflow: hidden;
}

.login-block .btn-wrap .btn {
	display: block;
	margin: 0 auto 10px;
}

.login-block .link {
	color: #6e6460;
	text-decoration: underline;
}

.login-block .link:hover {
	text-decoration: none;
}

.login-block .signup-box {
	font-size: 16px;
	line-height: 22px;
	max-width: 250px;
	margin: 0 auto;
}

.login-block .signup-box p {
	margin: 0 0 40px;
}

.login-block .subtitle {
	font-size: 14px;
	line-height: 20px;
	display: block;
	margin: 0 0 7px;
}

.signup-block {
	overflow: hidden;
}

.signup-block h1 {
	color: #6e6460;
	font-family: "trocchi_boldbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	margin: 0 0 50px;
}

.signup-block h2 {
	font-family: "trocchi_boldbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	margin: 0 0 25px;
}

.signup-block .block {
	background: #fff;
	box-shadow: 0 0 10px rgba(139, 132, 132, .5);
}

.signup-block .box {
	overflow: hidden;
}

.signup-block .terms-check {
	border-top: 1px solid #6e6460;
}

.signup-block .terms-check .jcf-checkbox {
	margin: 0 28px 0 0;
}

.signup-block .terms-check label {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}

.form {
	overflow: hidden;
}

.form .fields-row {
	overflow: hidden;
	margin: 0 -15px;
	max-width: 600px;
}

.form .fields-row .form-group {
	float: left;
	width: 50%;
	padding: 0 15px;
}

.form .form-control {
	max-width: 470px;
}

.form .form-control.md {
	max-width: 400px;
}

.form .form-control.md + .validation-msg {
	max-width: 400px;
}

.form textarea.form-control {
	max-width: inherit;
}

.form .btn {
	min-width: 150px;
}

.number-box {
	background: #fff;
	box-shadow: 0 0 10px rgba(139, 132, 132, .4);
}

.number-box .img-holder {
	max-width: 290px;
	margin: -8px auto 40px;
	box-shadow: 0 2px 14px rgba(110, 100, 96, .3);
}

.number-box .textbox {
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
}

.number-box h3 {
	font-size: 18px;
	line-height: 25px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: bold;
	margin: 0 0 51px;
}

.support-box {
	background: #073266;
	color: #fff;
	box-shadow: 0 0 10px #6f8095;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.support-box h3 {
	font-size: 30px;
	line-height: 34px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 700;
	color: #fff;
	margin: 0 0 17px;
}

.support-box .title,
.support-box .subtitle,
.support-box .time {
	font-size: 18px;
	line-height: 22px;
	display: block;
	font-weight: 500;
	margin: 0 0 17px;
}

.support-box .subtitle {
	font-weight: 400;
	margin: 0 0 8px;
}

.support-box .tel {
	font-size: 30px;
	line-height: 34px;
	display: inline-block;
	font-weight: 700;
	color: #fff;
	margin: 0 0 5px;
}

.support-box .time {
	margin: 0 0 30px;
}

.support-box .or {
	overflow: hidden;
	text-align: center;
	max-width: 270px;
	margin: 0 auto 20px;
	font-weight: 500;
}

.support-box .or span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	min-width: 75px;
}

.support-box .or span:before,
.support-box .or span:after {
	width: 500px;
	height: 2px;
	position: absolute;
	left: 100%;
	top: 50%;
	margin: -1px 0 0;
	content: "";
	background: #24466f;
}

.support-box .or span:after {
	left: auto;
	right: 100%;
}

.aside-nav {
	overflow: hidden;
	padding: 6px 0 0;
	background: #fff;
	margin: 0 -30px 0 -33px;
}

.aside-nav .aside-head {
	overflow: hidden;
	margin: 0 0 21px;
}

.aside-nav .aside-head .title {
	font-size: 16px;
	line-height: 20px;
	display: block;
	color: #073266;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.aside-nav .avatar {
	width: 79px;
	height: 79px;
	overflow: hidden;
	margin: 0 auto 20px;
	background: #073266;
}

.aside-nav .avatar .txt {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.aside-nav .avatar img {
	max-width: 100%;
	display: block;
}

.aside-nav .nav-holder {
	position: relative;
}

.aside-nav .nav-drop {
	overflow: hidden;
}

.aside-nav .nav-drop > ul {
	font-size: 16px;
	line-height: 24px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.aside-nav .nav-drop > ul > li > a {
	color: #073266;
	padding: 15px 25px;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.aside-nav .nav-drop > ul > li [class^="icon-"],
.aside-nav .nav-drop > ul > li [class*=" icon-"] {
	font-size: 30px;
	margin: 0 25px 0 0;
}

.aside-nav .nav-drop > ul > li:hover > a,
.aside-nav .nav-drop > ul > li.active > a {
	background: #073266;
	color: #fff;
	text-decoration: none;
}

.aside-nav .nav-drop > ul > li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 20px;
	text-transform: none;
	padding: 2px 25px 0 107px;
}

.aside-nav .nav-drop > ul > li ul li {
	padding: 4px 0;
}

.aside-nav .nav-drop > ul > li ul li a {
	color: #9b9b9b;
	text-decoration: none;
	padding: 4px 0;
	display: inline-block;
}

.aside-nav .nav-drop > ul > li ul li a:hover {
	color: #b20838;
}

.aside-nav .nav-drop > ul > li ul li.sub-active a {
	color: #b20838;
	font-weight: 700;
	text-decoration: none;
}

.aside-nav .nav-links {
	padding: 0;
	display: none;
}

.aside-nav .nav-links li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 700;
	margin: 0 0 0 28px;
}

.aside-nav .nav-links li a {
	color: #6e6460;
}

.aside-nav .nav-links li a:hover {
	color: #073266;
	text-decoration: none;
}

.main-box {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 9px rgba(0, 0, 0, .1);
}

.main-box h2 {
	margin: 0 0 48px;
}

.main-box .card {
	max-width: 374px;
	margin: 0 auto 27px;
	border-radius: 17px;
	border: 2px dotted #aaa;
	box-shadow: 0 0 8px rgba(133, 133, 133, .29);
}

.main-box .card img {
	border-radius: 17px;
}

.main-box .add-links {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	max-width: 340px;
	margin: 0 auto 26px;
}

.main-box .add-links > * {
	font-size: .875rem;
	line-height: 1.429;
}

.main-box .add-links li {
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.main-box .add-links li a {
	color: #b20838;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-box .add-links li a [class^="icon-"],
.main-box .add-links li a [class*=" icon-"] {
	margin: 0 20px 0 0;
}

.main-box .add-links li a .icon-print {
	font-size: 20px;
}

.main-box .add-links li a .icon-back {
	font-size: 32px;
}

.main-box .add-links li a:hover {
	text-decoration: none;
}

.main-box .add-links li a:hover .txt {
	text-decoration: underline;
}

.main-box .links {
	font-size: 18px;
	line-height: 24px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 500;
}

.main-box .links li {
	border-top: 1px solid rgba(151, 151, 151, .46);
	padding: 17px 0;
}

.main-box .links li a {
	color: #073266;
}

.main-box .featured-list {
	font-size: 18px;
	line-height: 26px;
	padding: 0 70px 0 0;
	margin: -22px 0 0;
}

.main-box .featured-list li {
	border-top: 1px solid rgba(151, 151, 151, .27);
	padding: 26px 0;
	position: relative;
}

.main-box .featured-list li:first-child {
	border-top: 0;
}

.main-box .featured-list li:after {
	font-family: "icomoon";
	font-size: 22px;
	position: absolute;
	right: -70px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.main-box .featured-list li.star:after {
	content: "\e913";
	color: #9b9b9b;
}

.main-box .featured-list li.star-filled:after {
	content: "\e910";
	color: #f5a623;
}

.main-box .btn.btn-primary {
	display: block;
	margin: 0 auto;
	max-width: 250px;
	min-width: inherit;
}

.main-box.same-height {
	height: 100%;
}

.main-box.contact-form .required {
	font-size: 14px;
	line-height: 18px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #a0002b;
	float: right;
	margin: -75px 0 0;
}

.main-box.contact-form .btn {
	min-width: 250px;
}

.main-box.contact-info {
	font-size: 24px;
	line-height: 28px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #073266;
}

.main-box.contact-info h2 {
	margin: 0 0 38px;
}

.main-box.contact-info .icon-telephone,
.main-box.contact-info .icon-question {
	font-size: 50px;
	float: left;
	margin: 17px 48px 0 0;
}

.main-box.contact-info .textbox {
	overflow: hidden;
}

.main-box.contact-info .tel {
	color: #073266;
	font-weight: 700;
}

.main-box.contact-info .title {
	display: block;
	margin: 0 0 18px;
	font-weight: 400;
}

.main-box.story-box {
	font-size: 18px;
	line-height: 23px;
}

.main-box.story-box h2 {
	margin: 0 0 32px;
}

.main-box.story-box p {
	max-width: 630px;
}

.main-box.story-box p strong {
	color: #a0002b;
}

.main-box.info-box {
	font-size: 18px;
	line-height: 22px;
	position: relative;
	border-radius: 0;
}

.main-box.info-box h2 {
	margin: 0 0 37px;
	padding-right: 30px;
}

.main-box.info-box .icon-star {
	font-size: 26px;
	position: absolute;
	right: 30px;
	top: 42px;
	color: #f5a623;
}

.main-box.info-box p {
	margin: 0 0 54px;
}

.main-box.info-box .link {
	display: inline-block;
	margin: 0 0 14px;
}

.main-box.suggest-box {
	font-size: 18px;
	line-height: 22px;
}

.main-box.suggest-box h2 {
	margin: 0 0 45px;
}

.main-box.suggest-box p a {
	color: #a0002b;
	text-decoration: underline;
}

.main-box.suggest-box p a:hover {
	text-decoration: none;
}

.info-post {
	margin: 0 0 30px;
}

.info-post:after {
	clear: both;
	display: block;
	content: "";
}

.info-post .img-holder {
	width: 270px;
	float: left;
	margin: 0 30px 0 0;
}

.info-post .textbox {
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	padding: 7px 0 0;
}

.info-post h2 {
	font-family: "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #6e6460;
	margin: 0 0 26px;
}

.info-post p {
	margin: 0 0 20px;
}

.info-post .link {
	font-size: 16px;
	line-height: 20px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #a0002b;
	text-decoration: underline;
}

.info-post .link:hover {
	text-decoration: none;
}

.content {
	padding-left: 45px;
}

.content:after {
	width: 9999px;
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	background: #f4f8f9;
}

.content .head {
	font-size: 18px;
	line-height: 27px;
	overflow: hidden;
	max-width: 940px;
	position: relative;
}

.content .head h1 {
	font-family: "trocchi_boldbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	margin: 0 0 53px;
}

.content .head p {
	margin: 0 0 40px;
}

.content .head.add {
	max-width: 100%;
}

.content .head.add h1 {
	float: left;
	margin: 10px 0 0;
}

.articles-block:after {
	clear: both;
	display: block;
	content: "";
}

.articles-block .info-post {
	margin: 0 0 40px;
}

.articles-block .info-post .img-holder {
	width: 370px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
}

.articles-block .info-post .textbox {
	font-size: 14px;
	line-height: 18px;
	padding: 2px 0 0;
}

.articles-block .info-post h2 {
	color: #073266;
	margin: 0 0 32px;
}

.articles-block .info-post p {
	max-width: 570px;
}

.contact-box {
	font-size: 18px;
	line-height: 22px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #073266;
}

.contact-box .icon-telephone {
	width: 50px;
	font-size: 60px;
	display: block;
	margin: -10px auto 30px;
}

.contact-box .icon {
	width: 66px;
	margin: -10px auto 30px;
	display: block;
}

.contact-box .icon img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.contact-box p {
	margin: 0;
}

.contact-box strong {
	display: block;
}

.contact-box a {
	color: #073266;
}

.table-holder {
	border-top: 1px solid #ddd;
}

.table {
	font-size: 16px;
	line-height: 18px;
	box-shadow: 0 2px 9px rgba(0, 0, 0, .15);
	margin: 0 0 5px;
}

.table .thead-light th {
	background: #e1e4e5;
}

.table thead th {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 700;
	color: #073266;
	border: 0;
	padding: 1rem;
	vertical-align: middle;
}

.table th,
.table td {
	vertical-align: middle;
}

.table td {
	position: relative;
}

.table td:first-child {
	color: #2a2c2e;
	font-weight: 700;
	text-align: center;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.table td:before {
	width: 100px;
	height: 100%;
	content: attr(data-title);
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px;
	font-weight: 500;
	padding: 10px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	background: #e1e4e5;
	color: #073266;
	display: none;
}

.table td .icon-search2 {
	font-size: 38px;
	color: #6e6460;
	text-decoration: none;
	display: inline-block;
}

.table td .icon-search2:hover {
	color: #073266;
}

.table td .link {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #a0002b;
	text-decoration: underline;
}

.table td .link:hover {
	text-decoration: none;
}

.total-block {
	font-size: 24px;
	overflow: hidden;
	text-align: right;
	padding: 34px 0;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.total-block .title {
	width: 84%;
	float: left;
	color: #073266;
}

.total-block .price {
	display: block;
	overflow: hidden;
	color: #092453;
	padding: 0 30px 0 0;
}

.cart-btns {
	text-align: right;
	padding: 40px 0 0;
	border-top: 1px solid #ddd;
}

.cart-btns .link,
.cart-btns .btn {
	display: inline-block;
	vertical-align: bottom;
}

.cart-btns .link {
	font-size: 16px;
	color: #c50d41;
	margin: 0 34px 5px 0;
	text-decoration: underline;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.cart-btns .link:hover {
	text-decoration: none;
}

.benefits-search {
	width: 765px;
	height: 60px;
	float: right;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fff;
	position: relative;
	padding: 15px 15px 15px 48px;
}

.benefits-search label {
	width: 38px;
	height: 28px;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -14px 0 0;
}

.benefits-search label:before {
	width: 14px;
	height: 13px;
	position: absolute;
	left: 55%;
	top: 50%;
	content: "";
	background: url("../images/ico-search.svg") no-repeat;
	background-size: 100% 100%;
	margin: -6px 0 0;
}

.benefits-search .form-control {
	width: 100%;
	height: 28px;
	font-size: 14px;
	line-height: 20px;
	padding: 4px 0;
	border: 0;
	background: #fff;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 200;
}

.benefits-search .form-control::-webkit-input-placeholder {
	color: #7c8495;
}

.benefits-search .form-control::-moz-placeholder {
	opacity: 1;
	color: #7c8495;
}

.benefits-search .form-control:-moz-placeholder {
	color: #7c8495;
}

.benefits-search .form-control:-ms-input-placeholder {
	color: #7c8495;
}

.benefits-search .form-control.placeholder {
	color: #7c8495;
}

.benefits-nav {
	overflow: hidden;
}

.benefits-nav li {
	padding: 0 0 10px;
	border-bottom: 3px solid #f4f8f9;
}

.benefits-nav li a {
	font-size: 18px;
	line-height: 24px;
	padding: 6px 19px 5px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #6e6460;
	text-decoration: none;
	display: block;
}

.benefits-nav li a:hover {
	color: #b20838;
}

.benefits-nav li.active {
	border-bottom-color: #b20838;
}

.benefits-nav li.active a {
	color: #b20838;
	font-weight: 700;
}

.steps-list {
	margin: 0 0 0 -30px;
	padding: 22px 15px 28px;
	position: relative;
	z-index: 2;
}

.steps-list:after {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	width: 9999px;
	background: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, .09);
}

.steps-list li {
	font-size: 21px;
	line-height: 25px;
	font-family: "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #9b9b9b;
	position: relative;
	padding: 0 15px;
}

.steps-list li:after {
	font-family: "icomoon";
	content: "\e901";
	font-size: 24px;
	margin: 0 0 0 15px;
	display: none;
}

.steps-list li.active {
	color: #a0002b;
}

.steps-list li.visited {
	color: #a0002b;
}

.steps-list li.visited:after {
	display: inline-block;
}

.info-section {
	margin: -4px 0 0;
}

.info-section.add {
	max-width: 670px;
}

.info-section .subhead {
	overflow: hidden;
	position: relative;
	max-width: 770px;
	border-bottom: 1px solid #ddd;
}

.info-section .subhead h2 {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 600;
	margin: 0 0 34px;
}

.info-section .subhead .icon {
	width: 68px;
	position: absolute;
	right: 5px;
	top: 2px;
}

.info-section .subhead .icon img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.info-section .holder {
	overflow: hidden;
	max-width: 770px;
}

.info-section .info-list {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 17px;
	padding: 3px 0 0;
	overflow: hidden;
}

.info-section .info-list dt,
.info-section .info-list dd {
	margin: 0 0 17px;
}

.info-section .info-list dt {
	float: left;
	clear: left;
	margin-right: 2px;
	font-weight: normal;
}

.info-section .info-list dd {
	overflow: hidden;
	display: block;
	font-weight: 700;
}

.info-section .info-list.card-info {
	border-bottom: 1px solid #ddd;
}

.info-section .check-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 30px;
	margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
}

.info-section .check-row .jcf-checkbox {
	border-color: #ccc;
	margin: 0 10px 0 0;
}

.info-section .check-row label {
	margin: 0;
}

.info-section .link {
	font-size: 18px;
	margin: 0 0 20px;
	display: inline-block;
}

.info-section .heading-row {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.info-section .heading-row .title,
.info-section .heading-row label {
	font-size: 18px;
	font-weight: 400;
}

.info-section .heading-row .title.blue,
.info-section .heading-row label.blue {
	color: #073266;
}

.info-section .heading-row .jcf-radio {
	margin: 0 10px 0 0;
}

.info-section .heading-row .link-edit {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	text-decoration: underline;
	float: right;
}

.info-section .heading-row .link-edit:hover {
	text-decoration: none;
}

.info-section .heading-row.border-top {
	border-top: 1px solid #ddd;
}

.info-section .heading-row.no-border {
	border: 0;
}

.info-section .jcf-select.jcf-select-md {
	max-width: 170px;
	display: block;
}

.info-section .form .form-control.addr {
	max-width: 570px;
}

.info-section .form .form-control.addr + .validation-msg {
	max-width: 570px;
}

.info-section .form .btn.btn-sm {
	min-width: 120px;
}

.info-section .form label.exp {
	padding: 0 0 0 15px;
}

.info-section .form .info-tip {
	position: relative;
	top: -8px;
}

.info-section .form .info-tip:hover .card-tip {
	display: block;
}

.info-section .form .card-tip {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 14px;
	line-height: 18px;
	width: 250px;
	position: absolute;
	left: 22px;
	border-radius: 10px;
	bottom: -15px;
	color: #6e6460;
	padding: 15px;
	background: #fff;
	box-shadow: 0 2px 11px rgba(0, 0, 0, .2);
	display: none;
}

.info-section .form .card-tip:after {
	position: absolute;
	left: -7px;
	bottom: 20px;
	content: "";
	border-style: solid;
	border-width: 7px 7px 7px 0;
	border-color: transparent #fff transparent transparent;
}

.info-section .form .card-tip em {
	margin: 0 0 16px;
	letter-spacing: -.7px;
	display: block;
	font-style: normal;
}

.info-section .form .card-tip .card-row {
	display: block;
	margin: 0 -6px;
}

.info-section .form .card-tip .card-row .img-card {
	width: 50%;
	float: left;
	padding: 0 6px;
}

.info-section .form .card-tip .card-row .img-card img {
	display: block;
	width: 100%;
}

.info-section .form .select-wrap {
	overflow: hidden;
	max-width: 400px;
}

.info-section .form .select-wrap .select {
	float: left;
	width: 50%;
	padding: 0 15px;
	margin: 0 0 12px;
}

.info-section .form .select-wrap .select .jcf-select {
	width: 169px;
	min-width: inherit;
}

.info-section .form.add .form-control {
	max-width: 570px;
}

.info-section .form.add .form-control + .validation-msg {
	max-width: 570px;
}

.info-section .form.add .form-group.sm {
	max-width: 169px;
}

.info-section .radio-list {
	overflow: hidden;
	padding: 3px 0 28px;
	border-bottom: 1px solid #ddd;
}

.info-section .radio-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 16px;
}

.info-section .radio-list .jcf-radio {
	margin: 0 10px 0 0;
}

.info-section .radio-list label {
	font-size: 18px;
	margin: 0;
}

.info-section .radio-list.no-border {
	border: 0;
}

.info-section .card-type {
	overflow: hidden;
}

.info-section .card-type .title {
	float: left;
	font-size: 18px;
	width: 195px;
	padding: 3px 15px 0 0;
}

.info-section .card-type .radio-list {
	border: 0;
	padding: 3px 0 6px;
}

.info-section .card-type .radio-list .jcf-radio {
	margin: 0 20px 0 0;
}

.info-section .order-summary {
	font-size: 16px;
	margin: 0 0 68px;
	overflow: hidden;
}

.info-section .order-summary dt,
.info-section .order-summary dd {
	float: left;
	margin: 0 0 6px;
	font-weight: normal;
}

.info-section .order-summary dt {
	width: 27%;
}

.info-section .order-summary dd {
	width: 73%;
}

.info-section .order-summary .total {
	margin: 23px 0 0;
	padding: 30px 0 0;
	border-top: 1px solid #6e6460;
}

.info-section .foot {
	overflow: hidden;
}

.summary-box {
	background: #fff;
	height: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.summary-box h3 {
	font-size: 18px;
	margin: 0 0 71px;
}

.summary-box dl {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 16px;
	margin: 0 0 43px;
	overflow: hidden;
}

.summary-box dl dt,
.summary-box dl dd {
	margin: 0 0 6px;
	width: 50%;
	color: #073266;
	float: left;
	font-weight: normal;
}

.summary-box dl dd {
	text-align: right;
}

.summary-box dl .total {
	margin: 23px 0 0;
	padding: 30px 0 0;
	border-top: 1px solid #073266;
}

.summary-box .link-cart {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	text-decoration: underline;
	color: #a0002b;
}

.summary-box .link-cart:hover {
	text-decoration: none;
}

.confirmation-msg {
	font-size: 18px;
	line-height: 23px;
	max-width: 668px;
	margin: 0 auto;
	background: #fff;
	border-bottom: 2px solid #6e6460;
	box-shadow: 0 4px 5px rgba(0, 0, 0, .1);
}

.confirmation-msg .icon {
	width: 80px;
	height: 80px;
	margin: 15px auto 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #2ecc71;
	border: 2px solid #358ed7;
	border-radius: 100%;
}

.confirmation-msg .icon .icon-check {
	font-size: 30px;
}

.confirmation-msg p {
	margin: 0 0 20px;
}

.account-block .main-box .btn.btn-primary {
	min-width: 120px;
}

.account-block .form label {
	font-size: 18px;
	color: rgba(91, 81, 77, .7);
}

.account-block .form .form-group {
	margin: 0 0 10px;
}

.account-block .form .form-control::-webkit-input-placeholder {
	color: #6e6460;
}

.account-block .form .form-control::-moz-placeholder {
	opacity: 1;
	color: #6e6460;
}

.account-block .form .form-control:-moz-placeholder {
	color: #6e6460;
}

.account-block .form .form-control:-ms-input-placeholder {
	color: #6e6460;
}

.account-block .form .form-control.placeholder {
	color: #6e6460;
}

.account-block .form .form-control.sm {
	width: 42%;
	float: left;
	margin: 0 14px 0 0;
}

.account-block .form .form-control.md {
	width: 61%;
}

.account-block .form .jcf-select {
	min-width: 105px;
}

.benefits-content .head {
	max-width: 96%;
}

.benefits-content .head h1 {
	margin: 0 0 24px;
}

.benefits-content .head .link-back {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 700;
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 10px;
}

.benefits-content .nav-tabs .nav-item {
	width: 50%;
	float: left;
}

.benefits-content .nav-tabs .nav-item:first-child .nav-link {
	margin-left: 15px;
}

.benefits-content .nav-tabs .nav-item:last-child .nav-link {
	margin-right: 15px;
}

.benefits-content .nav-tabs .nav-link {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 16px;
	color: #fff;
	display: block;
	margin-top: 18px;
	padding: 15px 10px;
	background: #073266;
	position: relative;
}

.benefits-content .nav-tabs .nav-link:after {
	width: 100%;
	height: 20px;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	content: "";
}

.benefits-content .nav-tabs .nav-link:hover {
	color: #b20838;
}

.benefits-content .nav-tabs .nav-link.active {
	font-size: 24px;
	padding: 26px 10px 10px;
	margin: 0 !important;
	background: #fff;
	color: #b20838;
	border-radius: 12px 12px 0 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.benefits-content .tab-content {
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 12px 12px 0 0;
}

.benefits-content .tab-content .section-head {
	padding: 5px 195px 31px 0;
	margin: 0 0 41px;
	position: relative;
	border-bottom: 1px solid #ddd;
}

.benefits-content .tab-content .section-head h1 {
	font-family: "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #6e6460;
	margin: 0 0 17px;
}

.benefits-content .tab-content .section-head p {
	font-size: 18px;
	font-style: italic;
	margin: 0 0 20px;
}

.benefits-content .tab-content .section-head .add-favorite {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 35px;
	top: -11px;
	text-decoration: none;
}

.benefits-content .tab-content .section-head .add-favorite:after {
	font-family: "icomoon";
	content: "\e913";
	color: #f5a623;
	font-size: 46px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.benefits-content .tab-content .section-head .add-favorite.active:after {
	content: "\e910";
}

.benefits-content .tab-content .section-head .add-favorite.active.hover .tip {
	display: none;
}

.benefits-content .tab-content .section-head .add-favorite .tip {
	font-size: 14px;
	line-height: 18px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 700;
	width: 188px;
	padding: 9px;
	background: #4a90e2;
	text-transform: uppercase;
	box-shadow: 0 2px 11px rgba(0, 0, 0, .2);
	text-align: center;
	letter-spacing: .6px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 62px;
	margin: 0 0 0 -94px;
	border-radius: 3px;
	display: none;
}

.benefits-content .tab-content .section-head .add-favorite .tip:before {
	position: absolute;
	left: 50%;
	top: -7px;
	content: "";
	margin: 0 0 0 -7px;
	border-style: solid;
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent #4a90e2 transparent;
}

.benefits-content .tab-content .section-head .add-favorite.hover .tip {
	display: block;
}

.benefits-content .notes {
	font-size: 12px;
	line-height: 17px;
	overflow: hidden;
	padding: 12px 0 0;
	border-top: 1px solid #ddd;
}

.benefits-content .notes p {
	margin: 0 0 24px;
}

.benefits-content .notes .lg {
	font-size: 14px;
}

.downlaod-box {
	overflow: hidden;
}

.downlaod-box h2 {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 700;
	margin: 0 0 34px;
}

.downlaod-box .btn {
	margin: 0 0 13px;
}

.instructions-block {
	font-size: 18px;
	line-height: 22px;
	overflow: hidden;
}

.instructions-block .h2 {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 400;
	display: block;
	margin: 0 0 57px;
}

.instructions-block p {
	margin: 0 0 20px;
}

.instructions-block p a {
	color: #a0002b;
	font-weight: 700;
	text-decoration: none;
}

.instructions-block p a:hover {
	text-decoration: underline;
}

.instructions-block p .red {
	font-weight: 700;
	color: #a0002b;
}

.quotes-block {
	overflow: hidden;
	background: #f5f5f5;
}

.quotes-block h2 {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 43px;
}

.quotes-block blockquote {
	font-size: 24px;
	line-height: 31px;
	margin: 0 0 30px;
	font-style: italic;
}

.quotes-block blockquote q {
	margin: 0 0 1px;
	quotes: none;
	display: block;
}

.details-block {
	font-size: 20px;
	line-height: 25px;
	overflow: hidden;
	padding: 52px 0 0;
}

.details-block p {
	margin: 0 0 25px;
}

.details-block p a {
	font-size: 24px;
	color: #a0002b;
	font-weight: 900;
	text-decoration: none;
}

.details-block p a:hover {
	text-decoration: underline;
}

.inner-page {
	background: url(../images/bg-body.jpg);
	min-height: 100vh;
}

#main-header {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	width: 100%;
}

#main-header .holder {
	max-width: 840px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#main-header .logo {
	width: 180px;
	margin: 0;
	box-shadow: 0 0 17px 1px rgba(0, 0, 0, .6);
}

#main-header .logo img {
	width: 100%;
	height: auto;
	display: block;
}

#main-header .btn-help {
	color: #fefefe;
	text-shadow: 1px 1px 3px rgba(74, 74, 74, .75);
	font: 700 16px/21px "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	width: 131px;
	margin: 24px 0 0;
	position: relative;
}

#main-header .btn-help:before {
	position: absolute;
	top: 10px;
	left: -35px;
	content: "";
	width: 21px;
	height: 21px;
	background: url(../images/ico-phone.png) no-repeat;
	background-size: cover;
}

#main-header .btn-help a {
	color: #fefefe;
}

.visual {
	height: 363px;
	background-size: cover;
	background-position: 50% 0;
	position: relative;
	color: #fff;
	font: 700 16px/24px "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.visual:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 9999px;
	margin: 0 -9999px;
	padding: 0 9999px;
	background: rgba(5, 34, 83, .66);
	height: 100%;
	content: "";
}

.visual .holder {
	max-width: 851px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 363px;
	position: relative;
	z-index: 1;
}

.visual .holder > div {
	width: 516px;
}

.visual h1 {
	margin: 0 0 15px;
	color: #fff;
	text-align: center;
	font: 40px/1.2 "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	text-shadow: 1px 1px 3px rgba(74, 74, 74, .75);
}

.visual p {
	margin: 0;
}

.visual.add {
	text-align: center;
}

.visual.add .holder > div {
	width: 100%;
}

.form-area {
	padding: 37px 5px 30px 15px;
	background: url(../images/divider.png) repeat-x 0 9px;
}

.form-block {
	margin: 0 auto;
	max-width: 852px;
}

.form-block .frame {
	background: rgba(255, 255, 255, .5);
	border: solid 1px #d7d7d7;
	padding: 25px 40px 7px;
}

.form-block h2 {
	margin: 0 0 26px;
	color: #073266;
	font: 18px/24px "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.form-block .holder {
	padding: 0 18px 0 19px;
}

.form-block .form-row {
	margin: 0 0 31px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.form-block .form-row .column {
	width: 46.6%;
	position: relative;
	overflow: hidden;
}

.form-block .error .label,
.form-block .error .label-form {
	color: #b20838;
}

.form-block .error .error-txt {
	display: block;
}

.form-block .form-control {
	width: 100%;
	height: 42px;
	border-radius: 0;
	background: #fff;
	border: solid 1px #d7d7d7;
	font: italic 13px/21px "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #000;
	padding: 7px 25px;
}

.form-block .form-control:focus ~ label,
.form-block .form-control:valid ~ label {
	opacity: 0;
	visibility: hidden;
}

.form-block .focused label {
	opacity: 0;
	visibility: hidden;
}

.form-block .label-form {
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	padding: 11px 10px 9px 26px;
	margin: 0;
	font: italic 13px/21px "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.form-block .label-form span {
	color: #f00;
}

.form-block .label {
	color: #000;
	margin: 0;
	float: left;
	padding: 10px 20px 0 13px;
	font: 13px/21px "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	background: none;
}

.form-block .label span {
	color: #f00;
}

.form-block ul {
	margin: 0;
	list-style: none;
	padding: 11px 0 6px 17px;
	overflow: hidden;
}

.form-block ul li {
	float: left;
	padding: 0 27px 0 0;
}

.form-block ul label {
	color: #000;
	position: relative;
	padding: 0 0 0 18px;
	margin: 0;
	font: italic 13px/21px "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.form-block ul span {
	position: absolute;
	top: 3px;
	left: -1px;
	width: 14px;
	height: 14px;
	border-radius: 6px;
	border: solid 1px #9a9a9a;
	background-image: -webkit-linear-gradient(bottom, rgba(1, 2, 2, .29), rgba(255, 255, 255, .29));
	background-image: linear-gradient(to top, rgba(1, 2, 2, .29), rgba(255, 255, 255, .29));
}

.form-block ul span:before {
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	content: "";
	border-radius: 2px;
	background: #565656;
	display: none;
}

.form-block ul input[type=radio] {
	display: none;
}

.form-block ul input[type=radio]:checked ~ label span:before {
	display: block;
}

.form-block .term {
	display: block;
	color: #000;
	padding: 36px 62px 36px 50px;
	font: 12px/15px "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.form-block .term a {
	color: #000;
	text-decoration: underline;
}

.form-block .term a:hover {
	text-decoration: none;
}

.form-block button[type="submit"] {
	width: 145px;
	height: 46px;
	margin: 0 auto;
	display: block;
	border-radius: 2px;
	background: #b20838;
	position: relative;
	color: #fff;
	border: 0;
	cursor: pointer;
	font: 14px/24px "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	text-transform: uppercase;
	opacity: 1;
}

.form-block button[type="submit"]:hover {
	opacity: .7;
}

.form-block button[type="submit"]:before {
	position: absolute;
	top: 1px;
	left: 6px;
	right: 6px;
	bottom: 0;
	content: "";
	background: url(../images/bg-button.png) repeat-x;
}

.form-block .error-txt {
	background: #b20838;
	color: #fff;
	font: 12px/1.2 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	padding: 5px;
	display: none;
}

.main-container {
	max-width: 851px;
	margin: 0 auto;
}

.print-block {
	position: relative;
	margin: -58px auto 47px;
	max-width: 356px;
	position: relative;
	z-index: 9;
}

.print-block .btn-print {
	position: absolute;
	bottom: 59px;
	left: 100%;
	color: #000;
	width: 68px;
	font: italic 13px/1.2 "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	margin: 0 0 0 20px;
	background: url(../images/ico-print.png) no-repeat 50% 0;
	padding: 38px 0 0;
}

.plan-box {
	width: 350px;
	height: 225px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, .25);
	border: solid 1px #d7d7d7;
	padding: 1px;
	overflow: hidden;
}

.plan-box h2 {
	background: #103379;
	margin: 0;
	color: #fff;
	text-align: center;
	font: 21px/24px "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	padding: 6px 20px;
	border-radius: 7px 7px 0 0;
}

.plan-box .box {
	padding: 32px 26px 30px 28px;
	text-align: center;
}

.plan-box .name {
	display: block;
	color: #666;
	font: 700 18px/1.2 "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	padding: 0 0 27px;
}

.plan-box .heading {
	display: block;
	color: #777;
	font: italic 700 14px/1.2 "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	padding: 0 0 4px;
}

.plan-box .code {
	display: block;
	color: #be3359;
	border: 1px solid #d7d7d7;
	text-align: center;
	font: 700 24px/1.2 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	padding: 7px 10px 5px;
}

.benefits-area {
	position: relative;
	font: 700 14px/1.2 "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	background: url(../images/border.png) repeat-x;
	padding: 35px 0 0;
}

.benefits-area h3 {
	color: #6e6460;
	text-align: center;
	font: 500 30px/1.2 "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.benefits-area h4 {
	margin: 0 0 5px;
	color: #012874;
	text-transform: uppercase;
	font: 500 18px/1.2 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.benefits-area p {
	margin: 0 0 18px;
}

.benefits-area p span {
	color: #012874;
}

.benefits-area p a {
	color: #012874;
}

.benefits-area p .btn-link {
	color: #be3359;
}

.benefits-area .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 28px 38px 0 47px;
}

.benefits-area .column {
	width: 46.6%;
}

.benefits-area .txt-box {
	padding: 0 0 22px;
}

.benefits-area .btn {
	width: 258px;
	margin: -7px auto 30px;
	display: block;
	border-radius: 2px;
	background: #b20838;
	position: relative;
	color: #fff;
	border: 0;
	cursor: pointer;
	font: 14px/18px "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	text-transform: uppercase;
	opacity: 1;
	padding: 15px 0 13px;
	height: auto;
}

.benefits-area .btn:hover {
	opacity: .7;
}

.benefits-area .btn:before {
	position: absolute;
	top: 1px;
	left: 6px;
	right: 6px;
	bottom: 0;
	content: "";
	background: url(../images/bg-button.png) repeat-x;
}

.benefits-area .help {
	display: block;
	background: url(../images/border.png) repeat-x;
	font: 500 24px/1.2 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #6e6460;
	text-align: center;
	padding: 35px 0;
}

.benefits-area .help a {
	color: #012874;
	font-weight: 700;
}

.popup-holder {
	position: relative;
	height: 0;
	overflow: hidden;
}

.popup-area,
.popup-block {
	width: 439px;
	background: #fff;
	font: 12px/18px "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #000;
	padding: 45px 30px 30px 45px;
}

.print-card {
	border-radius: 10px;
	background: #fff;
	width: 350px;
	height: 225px;
	border: 1px dashed  #898989;
	padding: 22px 17px 20px 22px;
	display: none;
}

.print-card .list-card {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	text-align: left;
}

.print-card .list-card li {
	width: 50%;
	padding: 0 0 6px;
}

.print-card .list-card .txt {
	color: #6e6460;
	font: 16px/1.2 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	display: block;
}

.print-card .list-card .text {
	display: block;
	color: #012874;
	font: 700 16px/1.2 "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.print-card .txt-box {
	font: 15px/20px "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #6e6460;
	width: 240px;
	margin: 0 auto;
	padding: 17px 0 0;
	text-align: center;
}

.print-card .txt-box p {
	margin: 0;
}

.print-card .txt-box p span {
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #012874;
}

#footer {
	font-size: 10px;
	line-height: 13px;
	color: rgba(255, 255, 255, .56);
	background: #6e6460;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 600;
}

#footer p {
	max-width: 970px;
}

#footer .foot-content {
	padding-left: 45px;
}

.btn-chat {
	font-size: 16px;
	line-height: 22px;
	position: absolute;
	right: 0;
	top: -48px;
	color: #fff;
	padding: 13px 21px 13px 60px;
	font-weight: 500;
	background: #00397c;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.btn-chat:before {
	width: 34px;
	height: 28px;
	background: url("../images/ico-chat.png") no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 16px;
	top: 9px;
	content: "";
}

.btn-chat:hover {
	color: #fff;
	text-decoration: none;
	background: #073266;
}

.footer-nav {
	overflow: hidden;
	max-width: 970px;
}

.footer-nav ul {
	font-size: 0;
	line-height: 0;
}

.footer-nav ul > * {
	font-size: .875rem;
	line-height: 1.429;
}

.footer-nav ul li {
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	vertical-align: top;
	margin: 0 22px 0 0;
}

.footer-nav ul li a {
	color: #fff;
}

/* custom checkbox styles */

.jcf-checkbox {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #6e6460;
	margin: 0 3px 0 0;
	border-radius: 3px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 6px;
	width: 10px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #6e6460;
	border-width: 0 0 3px 3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* custom radio styles */

.jcf-radio {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 100%;
	margin: 0 3px 0 0;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #666;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #ccc;
	background: #fff;
	min-width: 150px;
	height: 45px;
	border-radius: .2rem;
}

.jcf-select.jcf-focus,
.jcf-select.jcf-drop-active {
	border-color: #073266;
}

.jcf-select.jcf-focus .jcf-select-text,
.jcf-select.jcf-drop-active .jcf-select-text {
	color: #073266;
}

.jcf-select.jcf-focus .jcf-select-opener:after,
.jcf-select.jcf-drop-active .jcf-select-opener:after {
	color: #073266;
}

.jcf-select.jcf-drop-active {
	border-radius: .2rem .2rem 0 0;
}

.jcf-select.jcf-drop-active .jcf-select-opener:after {
	content: "\e904";
}

.jcf-select.jcf-drop-flipped.jcf-drop-active {
	border-radius: 0 0 .2rem .2rem;
}

.jcf-select.jcf-select-qty {
	width: 70px;
	min-width: inherit;
}

.jcf-select.jcf-select-qty .jcf-select-text {
	margin: 11px 30px 11px 15px;
	font-weight: 500;
}

.jcf-select.jcf-select-qty .jcf-select-opener {
	width: 30px;
}

.jcf-select.jcf-select-qty .jcf-list .jcf-option {
	padding: 5px 15px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 16px;
	line-height: 21px;
	color: #6e6460;
	margin: 11px 35px 11px 15px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #fff;
	width: 35px;
	bottom: 0;
	right: 0;
	top: 0;
	border-radius: 3px;
}

.jcf-select .jcf-select-opener:after {
	color: #6e6460;
	font-family: "icomoon";
	content: "\e905";
	font-size: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #073266;
	border-top: 0;
	border-radius: 0 0 .2rem .2rem;
}

.jcf-select-drop.jcf-drop-flipped .jcf-select-drop-content {
	border: 1px solid #073266;
	border-bottom: 0;
	border-radius: .2rem .2rem 0 0;
}

.jcf-select-drop.jcf-drop-flipped .jcf-list {
	border-radius: .2rem .2rem 0 0;
}

.jcf-select-drop.jcf-select-qty .jcf-list .jcf-option {
	padding: 5px 15px;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 20px;
	font-size: 14px;
	width: 100%;
	overflow: hidden;
	border-radius: 0 0 .2rem .2rem;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 10px 15px;
	color: #073266;
	height: 1%;
}

.jcf-list .jcf-option.jcf-option-hideme {
	display: none;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #f8f4f4;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

     @media (min-width: 768px) {
           #main-header .btn-help a,
           a[href^="tel:"] {text-decoration: none; pointer-events: none;}
     }


@media (min-width: 1200px) {
	body.user-page .container {
		max-width: 1200px;
	}
}

@media (max-width: 1504px) {
	.aside-nav {
		margin: 0  -25px;
	}

	.aside-nav .nav-drop > ul {
		font-size: 14px;
		line-height: 22px;
	}

	.aside-nav .nav-drop > ul > li > a {
		padding: 15px 10px;
	}

	.aside-nav .nav-drop > ul > li [class^="icon-"],
	.aside-nav .nav-drop > ul > li [class*=" icon-"] {
		font-size: 22px;
		margin: 0 10px 0 0;
	}

	.aside-nav .nav-drop > ul > li ul {
		padding: 0 0 0 42px;
	}

	.main-box .add-links li a [class^="icon-"],
	.main-box .add-links li a [class*=" icon-"] {
		margin: 0 10px 0 0;
	}

	.main-box .featured-list li:after {
		right: -57px;
	}

	.main-box.contact-info {
		font-size: 22px;
		line-height: 26px;
	}

	.main-box.contact-info .icon-telephone,
	.main-box.contact-info .icon-question {
		margin: 15px 30px 0 0;
	}

	.info-post .textbox {
		padding: 0;
	}

	.info-post h2 {
		font-size: 21px;
		line-height: 27px;
		margin: 0 0 15px;
	}

	.info-post p {
		margin: 0 0 15px;
	}

	.articles-block .info-post h2 {
		margin: 0 0 15px;
	}

	.table {
		font-size: 14px;
		line-height: 18px;
	}

	.table thead th {
		padding: 1rem .5rem;
	}

	.table td {
		padding: 2rem .5rem;
	}

	.total-block .title {
		width: 75%;
	}

	.benefits-search {
		width: 450px;
		height: 60px;
	}

	.benefits-nav li a {
		font-size: 16px;
		line-height: 22px;
		padding: 6px 10px 5px;
	}

	.steps-list {
		padding: 22px 15px;
	}

	.steps-list li {
		font-size: 18px;
		line-height: 24px;
	}

	.steps-list li:after {
		font-size: 20px;
	}
}

@media (max-width: 1199px) {
	.search-form {
		width: 300px;
	}

	.aside-nav {
		margin: 0 -16px;
	}

	.aside-nav .aside-head .title {
		font-size: 14px;
		line-height: 20px;
	}

	.aside-nav .avatar {
		width: 65px;
		height: 65px;
	}

	.aside-nav .avatar .txt {
		font-size: 18px;
		line-height: 24px;
	}

	.aside-nav .nav-drop > ul {
		font-size: 12px;
		line-height: 20px;
	}

	.aside-nav .nav-drop > ul > li > a {
		padding: 10px;
	}

	.aside-nav .nav-drop > ul > li [class^="icon-"],
	.aside-nav .nav-drop > ul > li [class*=" icon-"] {
		font-size: 18px;
		margin: 0 8px 0 0;
	}

	.aside-nav .nav-drop > ul > li ul {
		font-size: 14px;
		line-height: 18px;
		padding: 0 0 0 38px;
	}

	.main-box h2 {
		margin: 0 0 25px;
	}

	.main-box .add-links li {
		font-size: 14px;
		line-height: 18px;
	}

	.main-box .add-links li a .icon-print {
		font-size: 18px;
	}

	.main-box .add-links li a .icon-back {
		font-size: 26px;
	}

	.main-box .links {
		font-size: 14px;
		line-height: 20px;
	}

	.main-box .featured-list {
		font-size: 16px;
		line-height: 22px;
	}

	.main-box .featured-list li {
		padding: 22px 0;
	}

	.main-box.contact-form .required {
		margin: -46px 0 0;
	}

	.main-box.contact-info {
		font-size: 18px;
		line-height: 24px;
	}

	.main-box.contact-info h2 {
		margin: 0 0 25px;
	}

	.main-box.contact-info .icon-telephone,
	.main-box.contact-info .icon-question {
		font-size: 40px;
		margin: 15px 25px 0 0;
	}

	.main-box.contact-info .title {
		margin: 0 0 10px;
	}

	.main-box.story-box h2 {
		margin: 0 0 25px;
	}

	.main-box.info-box {
		font-size: 16px;
		line-height: 22px;
	}

	.main-box.info-box h2 {
		margin: 0 0 25px;
	}

	.main-box.info-box .icon-star {
		top: 26px;
		right: 20px;
	}

	.main-box.info-box p {
		margin: 0 0 25px;
	}

	.main-box.suggest-box {
		font-size: 16px;
		line-height: 22px;
	}

	.main-box.suggest-box h2 {
		margin: 0 0 25px;
	}

	.info-post .textbox {
		font-size: 14px;
		line-height: 20px;
	}

	.info-post h2 {
		font-size: 18px;
		line-height: 24px;
	}

	.info-post .link {
		font-size: 14px;
		line-height: 20px;
	}

	.articles-block .info-post .textbox {
		font-size: 14px;
		line-height: 20px;
	}

	.contact-box {
		font-size: 16px;
		line-height: 22px;
	}

	.contact-box .icon-telephone {
		font-size: 40px;
		margin: 0 auto 20px;
	}

	.contact-box .icon {
		width: 40px;
		margin: 0 auto 20px;
	}

	.table {
		font-size: 12px;
		line-height: 16px;
	}

	.table td .icon-search2 {
		font-size: 30px;
	}

	.benefits-search {
		width: 350px;
		height: 60px;
	}

	.benefits-nav li a {
		padding: 6px 0 5px;
	}

	.steps-list li {
		font-size: 16px;
		line-height: 22px;
	}

	.steps-list li:after {
		font-size: 16px;
		margin: 0 0 0 15px;
	}

	.info-section .info-list {
		font-size: 16px;
		line-height: 22px;
	}

	.info-section .link {
		font-size: 16px;
	}

	.info-section .jcf-select.jcf-select-md {
		max-width: 100%;
	}

	.info-section .card-type .title {
		width: 160px;
	}

	.summary-box dl {
		margin: 0 0 20px;
	}

	.benefits-content .nav-tabs .nav-link {
		font-size: 14px;
	}

	.benefits-content .nav-tabs .nav-link.active {
		font-size: 20px;
	}

	.benefits-content .tab-content .section-head {
		padding: 5px 120px 15px 0;
		margin: 0 0 25px;
	}

	.benefits-content .tab-content .section-head h1 {
		font-size: 30px;
	}

	.benefits-content .tab-content .section-head .add-favorite {
		width: 40px;
		height: 40px;
		top: 0;
	}

	.benefits-content .tab-content .section-head .add-favorite:after {
		font-size: 36px;
	}

	.benefits-content .tab-content .section-head .add-favorite .tip {
		font-size: 12px;
		line-height: 16px;
		width: 140px;
		top: 50px;
		margin: 0 0 0 -70px;
	}

	.quotes-block h2 {
		font-size: 24px;
	}

	.quotes-block blockquote {
		font-size: 20px;
		line-height: 25px;
	}
}

@media (max-width: 1023px) {
	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 22px;
	}

	.logo {
		width: 150px;
		margin: 0 0 3px;
	}

	.search-form {
		margin: 0;
		width: 250px;
	}

	.login-block .head {
		font-size: 16px;
		line-height: 24px;
	}

	.login-block h1 {
		font-size: 36px;
		line-height: 42px;
	}

	.login-block h2 {
		font-size: 20px;
	}

	.number-box .img-holder {
		margin: 0 auto 25px;
	}

	.number-box .textbox {
		font-size: 14px;
	}

	.number-box h3 {
		font-size: 16px;
		line-height: 22px;
		margin: 0 0 20px;
	}

	.support-box h3 {
		font-size: 20px;
		line-height: 25px;
		margin: 0 0 15px;
	}

	.support-box .title,
	.support-box .subtitle,
	.support-box .time {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 12px;
	}

	.support-box .tel {
		font-size: 20px;
		line-height: 24px;
	}

	.support-box .time {
		margin: 0 0 20px;
	}

	.support-box .btn.btn-lg {
		font-size: 14px;
		min-width: inherit;
	}

	.aside-nav {
		margin: 0 -15px;
	}

	.main-box .card {
		max-width: 290px;
	}

	.main-box .featured-list {
		padding: 0 50px 0 0;
	}

	.main-box .featured-list li:after {
		right: -45px;
	}

	.main-box.story-box {
		font-size: 14px;
		line-height: 20px;
	}

	.info-post .img-holder {
		float: none;
		margin: 0 auto 25px;
	}

	.content .head {
		font-size: 16px;
		line-height: 25px;
	}

	.content .head h1 {
		margin: 0 0 30px;
	}

	.content .head p {
		margin: 0 0 30px;
	}

	.content .head.add h1 {
		margin: 0 0 25px;
	}

	.articles-block .info-post .img-holder {
		width: 100%;
	}

	.articles-block .info-post .img-holder .img-fluid {
		max-width: inherit;
		width: 100%;
	}

	.table {
		border: 1px solid #e1e4e5;
		border-top: 0;
	}

	.table colgroup {
		display: none;
	}

	.table thead {
		display: none;
	}

	.table thead th {
		padding: 1rem .25rem;
	}

	.table tr {
		display: block;
	}

	.table tr:nth-child(even) td {
		background: #fafafa;
	}

	.table td {
		display: block;
		padding: 15px;
		padding-left: 115px;
		vertical-align: top;
		position: relative;
		border-color: #e1e4e5;
	}

	.table td:first-child {
		text-align: left;
		font-size: 14px;
	}

	.table td:before {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.table td .icon-search2 {
		margin: 0 0 0 -8px;
	}

	.total-block {
		font-size: 20px;
	}

	.total-block .title {
		width: 65%;
	}

	.total-block .price {
		padding: 0 15px 0 0;
	}

	.cart-btns .btn {
		min-width: inherit;
	}

	.cart-btns .link {
		font-size: 14px;
		margin: 0 20px 5px 0;
	}

	.benefits-search {
		width: 100%;
		height: 46px;
		padding: 8px 15px 8px 48px;
	}

	.benefits-search label:before {
		left: 50%;
	}

	.benefits-nav {
		border-left: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}

	.benefits-nav li {
		padding: 0;
		width: 33.333%;
		text-align: center;
		border-top: 1px solid #ddd;
		border-right: 1px solid #ddd;
		border-bottom: 0;
	}

	.benefits-nav li a {
		font-size: 14px;
		line-height: 20px;
		padding: 15px;
	}

	.benefits-nav li.active {
		border-bottom-color: #ddd;
	}

	.benefits-nav li.active a {
		background: #b20838;
		color: #fff;
	}

	.steps-list {
		padding: 15px 10px 10px;
	}

	.steps-list li {
		font-size: 12px;
		line-height: 20px;
		padding: 0 5px;
		margin: 0 0 5px;
	}

	.steps-list li:after {
		font-size: 12px;
		margin: 0 0 0 5px;
	}

	.summary-box h3 {
		margin: 0 0 30px;
	}

	.benefits-content .head .link-back {
		position: static;
		display: inline-block;
	}

	.benefits-content .nav-tabs .nav-link {
		font-size: 12px;
		margin-top: 12px;
	}

	.benefits-content .nav-tabs .nav-link.active {
		padding: 26px 10px 10px;
		font-size: 16px;
	}

	.benefits-content .tab-content .section-head h1 {
		font-size: 24px;
	}

	.benefits-content .tab-content .section-head p {
		font-size: 16px;
	}

	.downlaod-box h2 {
		margin: 0 0 25px;
	}

	.instructions-block {
		font-size: 16px;
		line-height: 20px;
	}

	.instructions-block .h2 {
		margin: 0 0 30px;
	}

	.quotes-block h2 {
		margin: 0 0 25px;
	}

	.quotes-block blockquote {
		font-size: 16px;
		line-height: 22px;
		margin: 0 0 25px;
	}

	.details-block {
		font-size: 16px;
		line-height: 22px;
		padding: 35px 0 0;
	}

	.details-block p a {
		font-size: 18px;
	}

	#main-header .holder {
		padding: 0 15px;
	}

	.form-area {
		padding: 37px 15px 30px;
	}

	.print-block .btn-print {
		display: none;
	}

	.jcf-select.jcf-select-qty {
		height: 30px;
	}

	.jcf-select.jcf-select-qty .jcf-select-text {
		margin: 4px 30px 4px 15px;
		font-size: 14px;
		line-height: 20px;
	}

	.jcf-select-drop.jcf-select-qty .jcf-list {
		font-size: 12px;
		line-height: 16px;
	}
}

@media all and (max-width: 800px) {
	.fancybox-controls {
		text-align: left;
	}

	.fancybox-button--left,
	.fancybox-button--right,
	.fancybox-buttons button:not(.fancybox-button--close) {
		display: none !important;
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}

	.fancybox-thumbs {
		display: none !important;
	}

	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap,
	.fancybox-container--thumbs .fancybox-caption-wrap {
		right: 0;
	}
}

@media (max-width: 767px) {
	label {
		font-size: 14px;
		margin: 0 0 5px;
	}

	label sup {
		font-size: 14px;
	}

	.form-control {
		font-size: 14px;
	}

	.validation-msg {
		font-size: 12px;
	}

	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 20px;
	}

	.link {
		font-size: 14px;
	}

	#wrapper .wrap-in {
		-webkit-transition: left .35s ease;
		transition: left .35s ease;
		left: 0;
	}

	.nav-active #wrapper .wrap-in {
		left: 290px;
	}

	.logo {
		width: 120px;
		margin: 0 0 10px;
	}

	.user-page .logo {
		margin: 0 0 3px;
	}

	.nav-opener {
		display: block;
	}

	.right-head {
		width: 100%;
		text-align: center;
		margin: 0 0 5px;
	}

	.search-form {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		height: 32px;
	}

	.search-form input[type="search"] {
		height: 32px;
		padding: 6px 15px;
	}

	.search-form .btn-search {
		height: 32px;
	}

	.login-block .head {
		font-size: 14px;
		line-height: 20px;
	}

	.login-block h1 {
		font-size: 24px;
		line-height: 30px;
	}

	.login-block h1 small {
		font-size: 15px;
		line-height: 20px;
	}

	.login-block h2 {
		font-size: 18px;
		margin: 0 0 15px;
	}

	.login-block .login-form {
		max-width: inherit;
	}

	.login-block .login-form:after {
		width: 300px;
		height: 1px;
		top: auto;
		bottom: 0;
		right: auto;
		left: 50%;
		margin: 0 0 0 -150px;
	}

	.login-block .signup-box {
		font-size: 14px;
		line-height: 20px;
		max-width: inherit;
	}

	.signup-block h1 {
		margin: 0 0 25px;
	}

	.signup-block h2 {
		margin: 0 0 15px;
	}

	.signup-block .terms-check .jcf-checkbox {
		margin: 0 10px 0 0;
	}

	.aside-nav {
		-webkit-transition: left .35s ease;
		transition: left .35s ease;
		width: 290px;
		height: 100vh;
		overflow: auto;
		position: fixed;
		top: 0;
		left: -290px;
		margin: 0;
		z-index: 5;
		padding: 0;
	}

	.nav-active .aside-nav {
		left: 0;
	}

	.aside-nav .aside-head {
		padding: 20px 0 0;
	}

	.aside-nav .avatar {
		width: 79px;
		height: 79px;
	}

	.aside-nav .avatar .txt {
		font-size: 20px;
		line-height: 24px;
	}

	.aside-nav .nav-holder {
		padding: 0 0 20px;
	}

	.aside-nav .nav-drop {
		margin: 0 0 10px;
	}

	.aside-nav .nav-drop > ul {
		font-size: 16px;
		line-height: 24px;
	}

	.aside-nav .nav-drop > ul > li > a {
		padding: 15px 25px;
	}

	.aside-nav .nav-drop > ul > li [class^="icon-"],
	.aside-nav .nav-drop > ul > li [class*=" icon-"] {
		font-size: 30px;
		margin: 0 25px 0 0;
	}

	.aside-nav .nav-drop > ul > li ul {
		font-size: 16px;
		line-height: 20px;
		padding: 2px 25px 0 107px;
	}

	.aside-nav .nav-links {
		display: block;
	}

	.main-box .featured-list {
		font-size: 14px;
		line-height: 20px;
	}

	.main-box .featured-list li {
		padding: 18px 0;
	}

	.main-box.info-box {
		font-size: 12px;
		line-height: 20px;
	}

	.main-box.info-box .icon-star {
		font-size: 20px;
		right: 15px;
	}

	.main-box.suggest-box {
		font-size: 12px;
		line-height: 20px;
	}

	.content {
		padding-left: 15px;
	}

	.content:after {
		left: 0;
	}

	.content .head h1 {
		margin: 0 0 20px;
	}

	.content .head p {
		margin: 0 0 20px;
	}

	.articles-block .info-post .img-holder {
		max-width: 350px;
	}

	.articles-block .info-post p {
		max-width: inherit;
	}

	.benefits-nav li a {
		font-size: 12px;
		line-height: 18px;
		padding: 12px 10px;
	}

	.steps-list {
		margin: -1rem -15px 0;
		padding: 0;
	}

	.steps-list li {
		font-size: 16px;
		line-height: 22px;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		margin: 0;
		border-top: 1px solid #e9ecef;
	}

	.steps-list li:first-child {
		border-top: 0;
	}

	.steps-list li:after {
		font-size: 15px;
	}

	.info-section .subhead h2 {
		margin: 0 0 25px;
	}

	.info-section .subhead .icon {
		position: static;
		display: block;
		margin: 0 0 20px;
	}

	.info-section .info-list {
		font-size: 14px;
		line-height: 20px;
	}

	.info-section .heading-row .title,
	.info-section .heading-row label {
		font-size: 14px;
	}

	.info-section .radio-list {
		margin: 0;
	}

	.info-section .radio-list label {
		font-size: 16px;
	}

	.info-section .card-type {
		margin: 0 0 20px;
	}

	.info-section .card-type .title {
		width: 100%;
		float: none;
		display: block;
		margin: 0 0 20px;
	}

	.confirmation-msg {
		font-size: 16px;
		line-height: 22px;
	}

	.confirmation-msg .icon {
		width: 60px;
		height: 60px;
		margin: 15px auto;
	}

	.confirmation-msg .icon .icon-check {
		font-size: 22px;
	}

	.benefits-content .nav-tabs .nav-link.active {
		font-size: 14px;
	}

	.benefits-content .tab-content .section-head {
		padding: 5px 50px 15px 0;
	}

	.benefits-content .tab-content .section-head h1 {
		font-size: 20px;
		line-height: 24px;
	}

	.benefits-content .tab-content .section-head p {
		font-size: 14px;
	}

	.benefits-content .tab-content .section-head .add-favorite {
		right: 0;
	}

	.benefits-content .tab-content .section-head .add-favorite:after {
		font-size: 26px;
	}

	.benefits-content .tab-content .section-head .add-favorite .tip {
		font-size: 9px;
		line-height: 13px;
		padding: 5px;
		width: 60px;
		margin: 0 0 0 -33px;
	}

	.instructions-block {
		font-size: 14px;
		line-height: 18px;
	}

	.instructions-block .h2 {
		margin: 0 0 15px;
		font-size: 20px;
	}

	.instructions-block p {
		margin: 0 0 15px;
	}

	.quotes-block blockquote {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 15px;
	}

	.details-block {
		font-size: 14px;
		line-height: 20px;
		padding: 25px 0 0;
	}

	.details-block p {
		margin: 0 0 15px;
	}

	.details-block p a {
		font-size: 16px;
	}

	#main-header .logo {
		width: 120px;
	}

	#main-header .btn-help {
		width: 97px;
		margin: 9px 0 0;
		font-size: 12px;
		line-height: 16px;
	}

	#main-header .btn-help:before {
		width: 15px;
		height: 15px;
		left: -25px;
		top: 7px;
	}

	.visual {
		font-size: 12px;
		line-height: 18px;
	}

	.visual .holder {
		padding: 0 15px;
	}

	.visual h1 {
		font-size: 20px;
	}

	.form-block .jcf-select {
		width: 100%;
	}

	.form-block .holder {
		padding: 0;
	}

	.form-block .form-row {
		display: block;
		margin: 0;
	}

	.form-block .form-row .column {
		width: 100%;
		padding: 0 0 20px;
	}

	.form-block .label {
		float: none;
		display: block;
		padding: 10px 20px 11px 0;
	}

	.form-block .term {
		padding: 36px 20px 36px;
	}

	.plan-box {
		width: 300px;
		margin: 0 auto;
	}

	.plan-box h2 {
		font-size: 18px;
	}

	.benefits-area h3 {
		font-size: 20px;
	}

	.benefits-area .holder {
		display: block;
		padding: 28px 30px;
	}

	.benefits-area .column {
		width: 100%;
	}

	.benefits-area .help {
		font-size: 16px;
		padding: 35px 10px;
	}

	.benefits-area .help br {
		display: none;
	}

	#footer .foot-content {
		padding-left: 15px;
	}

	.btn-chat {
		font-size: 14px;
		line-height: 20px;
		padding: 10px 10px 10px 45px;
		top: -40px;
	}

	.btn-chat:before {
		width: 26px;
		height: 24px;
		left: 10px;
	}
}

@media (max-width: 479px) {
	.form .fields-row .form-group {
		width: 100%;
	}

	.main-box .add-links li {
		font-size: 12px;
		line-height: 16px;
	}

	.main-box .add-links li a [class^="icon-"],
	.main-box .add-links li a [class*=" icon-"] {
		margin: 0 7px 0 0;
	}

	.main-box .add-links li a .icon-print {
		font-size: 16px;
	}

	.main-box .add-links li a .icon-back {
		font-size: 22px;
	}

	.main-box.contact-form .required {
		margin: 0 0 15px;
		display: block;
		float: none;
	}

	.main-box.contact-info {
		font-size: 16px;
		line-height: 20px;
	}

	.main-box.contact-info .icon-telephone,
	.main-box.contact-info .icon-question {
		font-size: 30px;
		margin: 15px 20px 0 0;
	}

	.main-box.contact-info .btn.btn-secondary {
		min-width: inherit;
		max-width: 250px;
		display: block;
	}

	.info-post .img-holder {
		width: 258px;
	}

	.articles-block .info-post .img-holder {
		max-width: 290px;
	}

	.table td {
		padding: 10px;
		padding-left: 110px;
	}

	.total-block .title {
		width: 50%;
	}

	.cart-btns .btn {
		margin: 0 0 0 10px;
	}

	.cart-btns .link {
		margin: 0 0 10px 0;
	}

	.benefits-nav li a {
		font-size: 10px;
		line-height: 18px;
		padding: 10px 5px;
	}

	.info-section .info-list dt {
		margin-right: 5px;
	}

	.info-section .info-list dd {
		font-weight: 400;
		word-break: break-all;
	}

	.info-section .form .card-tip {
		width: 220px;
		font-size: 12px;
		line-height: 16px;
	}

	.info-section .form .card-tip em {
		letter-spacing: normal;
	}

	.info-section .order-summary dt {
		width: 50%;
	}

	.info-section .order-summary dd {
		width: 50%;
	}

	.benefits-content .nav-tabs .nav-link {
		padding: 10px;
	}

	.benefits-content .nav-tabs .nav-link span {
		display: block;
	}

	.benefits-content .nav-tabs .nav-link.active {
		padding: 18px 10px 8px;
	}
}

@media (max-width: 399px) {
	.info-section .form .select-wrap .select .jcf-select {
		width: 128px;
	}
}

@media print {
	#wrapper {
		background: none !important;
	}

	#main-header .btn-help {
		color: #666;
	}

	#main-header .btn-help a {
		color: #666;
	}

	#main-header .btn-help a:before {
		background: url(../images/ico-phone2.png) no-repeat;
	}

	#main-header .btn-help .logo {
		box-shadow: none;
	}

	.visual {
		background: none !important;
		color: #666 !important;
	}

	.visual:before {
		display: none !important;
	}

	.visual h1 {
		color: #666 !important;
	}

	.print-block .btn-print,
	.benefits-area .btn:before {
		display: none;
	}

	.holder {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.benefits-area {
		page-break-inside: avoid;
	}

	.column {
		width: 46.6% !important;
	}

	.plan-box .code {
		display: block;
		border: 1px solid #d7d7d7;
		height: 40px;
		width: 250px;
		margin: 0 auto;
	}

	.print-card,
	.plan-box {
		width: 49%;
	}

	.print-card {
		display: block;
	}

	.print-block {
		max-width: 100%;
		text-align: center;
		padding: 60px 0 20px;
	}

	.print-block .print-card,
	.print-block .plan-box {
		display: inline-block;
		vertical-align: top;
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

