
abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

dfn {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #16bcd3;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover {
	color: #0056b3;
	text-decoration: none;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}


legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

small,
.small {
	font-size: 80%;
	font-weight: 400;
}

mark,
.mark {
	padding: .2em;
	background-color: #fcf8e3;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}
.list-inline-item:not(:last-child) {
	margin-right: .5rem;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d;
}
.blockquote-footer::before {
	content: "\2014 \00A0";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 90%;
	color: #6c757d;
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word;
}
a > code {
	color: inherit;
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem;
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}



.no-gutters {
	margin-right: 0;
	margin-left: 0;
}


.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}
.table th,
.table td {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
	border-top: 2px solid #dee2e6;
}
.table .table {
	background-color: #fff;
}

.table-sm th,
.table-sm td {
	padding: .3rem;
}

.table-bordered {
	border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
	border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05);
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, .075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
	background-color: #beecf3;
}

.table-hover .table-primary:hover {
	background-color: #a8e6ef;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
	background-color: #a8e6ef;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
	background-color: #d7d7d7;
}

.table-hover .table-secondary:hover {
	background-color: #cacaca;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
	background-color: #cacaca;
}

.table-success,
.table-success > th,
.table-success > td {
	background-color: #c3e6cb;
}

.table-hover .table-success:hover {
	background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
	background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
	background-color: #bee5eb;
}

.table-hover .table-info:hover {
	background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
	background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
	background-color: #ffeeba;
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
	background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
	background-color: #f9d1d4;
}

.table-hover .table-danger:hover {
	background-color: #f6babf;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
	background-color: #f6babf;
}

.table-light,
.table-light > th,
.table-light > td {
	background-color: #fdfdfe;
}

.table-hover .table-light:hover {
	background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
	background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
	background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
	background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
	background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, .075);
}

.table .thead-dark th {
	color: #fff;
	background-color: #212529;
	border-color: #32383e;
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.table-dark {
	color: #fff;
	background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #32383e;
}
.table-dark.table-bordered {
	border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05);
}
.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, .075);
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-sm > .table-bordered {
		border: 0;
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-md > .table-bordered {
		border: 0;
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-lg > .table-bordered {
		border: 0;
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-xl > .table-bordered {
		border: 0;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
	border: 0;
}


.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-right {
	border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
	border-left: 1px solid #dee2e6 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #16bcd3 !important;
}

.border-secondary {
	border-color: #707070 !important;
}

.border-success {
	border-color: #28a745 !important;
}

.border-info {
	border-color: #17a2b8 !important;
}

.border-warning {
	border-color: #ffc107 !important;
}

.border-danger {
	border-color: #ea5a66 !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #343a40 !important;
}

.border-white {
	border-color: #fff !important;
}

.rounded {
	border-radius: .25rem !important;
}

.rounded-top {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important;
}

.rounded-right {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important;
}

.rounded-left {
	border-top-left-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.embed-responsive::before {
	display: block;
	content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

@media (min-width: 576px) {
	.float-sm-left {
		float: left !important;
	}
	.float-sm-right {
		float: right !important;
	}
	.float-sm-none {
		float: none !important;
	}
}

@media (min-width: 768px) {
	.float-md-left {
		float: left !important;
	}
	.float-md-right {
		float: right !important;
	}
	.float-md-none {
		float: none !important;
	}
}

@media (min-width: 992px) {
	.float-lg-left {
		float: left !important;
	}
	.float-lg-right {
		float: right !important;
	}
	.float-lg-none {
		float: none !important;
	}
}

@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important;
	}
	.float-xl-right {
		float: right !important;
	}
	.float-xl-none {
		float: none !important;
	}
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	-webkit-clip-path: none;
	clip-path: none;
}



.text-justify {
	text-align: justify !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	.text-xl-right {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-italic {
	font-style: italic !important;
}

.text-white {
	color: #fff !important;
}

.text-primary {
	color: #16bcd3 !important;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #1193a5 !important;
}

.text-secondary {
	color: #707070 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #575656 !important;
}

.text-success {
	color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
	color: #1e7e34 !important;
}

.text-info {
	color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
	color: #117a8b !important;
}

.text-warning {
	color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #d39e00 !important;
}

.text-danger {
	color: #ea5a66 !important;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #e42d3c !important;
}

.text-light {
	color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
	color: #dae0e5 !important;
}

.text-dark {
	color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
	color: #1d2124 !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media print {
	*,
	*::before,
	*::after {
		text-shadow: none !important;
		box-shadow: none !important;
	}
	a:not(.btn) {
		text-decoration: underline;
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	pre {
		white-space: pre-wrap !important;
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	@page {
		size: a3;
	}
	body {
		min-width: 992px !important;
	}
	.container {
		min-width: 992px !important;
	}
	
	.badge {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */


.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("/assets/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("/assets/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

@font-face {
	font-family: "icomoon";
	src: url("/assets/icomoon.ttf?won7sq") format("truetype"), url("/assets/icomoon.woff?won7sq") format("woff"), url("/assets/icomoon.svg?won7sq#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}


.icon-arrow-down:before {
	content: "\e91f";
}

.icon-search:before {
	content: "\e91e";
}

.icon-babies:before {
	content: "\e900";
}

.icon-book:before {
	content: "\e901";
}

.icon-calendar:before {
	content: "\e902";
}

.icon-car:before {
	content: "\e903";
}

.icon-clothes:before {
	content: "\e904";
}

.icon-facebook:before {
	content: "\e905";
}

.icon-financial:before {
	content: "\e906";
}

.icon-fitness:before {
	content: "\e907";
}

.icon-food:before {
	content: "\e908";
}

.icon-gifts:before {
	content: "\e909";
}

.icon-google-plus:before {
	content: "\e90a";
}

.icon-health:before {
	content: "\e90b";
}

.icon-house:before {
	content: "\e90c";
}

.icon-instagram:before {
	content: "\e90d";
}

.icon-jewelry:before {
	content: "\e90e";
}

.icon-movies:before {
	content: "\e90f";
}

.icon-office:before {
	content: "\e910";
}

.icon-outdoors:before {
	content: "\e911";
}

.icon-party:before {
	content: "\e912";
}

.icon-pc:before {
	content: "\e913";
}

.icon-pet:before {
	content: "\e914";
}

.icon-pinterest:before {
	content: "\e915";
}

.icon-school:before {
	content: "\e916";
}

.icon-scissors:before {
	content: "\e917";
}

.icon-scissors-2:before {
	content: "\e918";
}

.icon-sport:before {
	content: "\e919";
}

.icon-tools:before {
	content: "\e91a";
}

.icon-toys:before {
	content: "\e91b";
}

.icon-travel:before {
	content: "\e91c";
}

.icon-twitter:before {
	content: "\e91d";
}




.stores-block {
	margin-bottom: 2rem;
}

.stores-block .row {
	margin: -.6rem;
}

.stores-block .heading-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

.stores-block .heading-wrap a {
	font-weight: 700;
	font-size: 1.6rem;
}

.store-item {
	padding: .6rem;
}

.item-holder {
	border: 1px solid #dee4ed;
	border-radius: .4rem;
	display: block;
	min-height: 17rem;
	position: relative;
	overflow: hidden;
}

.item-holder:before {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(22, 188, 211, 0);
	z-index: 2;
}

.item-holder .img-block {
	z-index: -1;
}

.item-holder .img-block,
.item-holder .title {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.item-holder .title {
	-webkit-transition: opacity .3s linear, visibility .3s linear;
	transition: opacity .3s linear, visibility .3s linear;
	color: #fff;
	text-align: center;
	display: block;
	z-index: 3;
	max-height: 14rem;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}

.item-holder:hover:before {
	background: rgba(22, 188, 211, .9);
}

.item-holder:hover .title {
	opacity: 1;
	visibility: visible;
}

.coupons-block {
	background: #cd2f98;
	color: #fff;
	border-radius: .4rem;
	box-shadow: 0 14px 38px 0 rgba(205, 47, 152, .29);
	padding: 3rem 1.5rem;
	margin-bottom: 3.5rem;
}

.coupons-block .block-title {
	font-size: 2.4rem;
	line-height: 3rem;
}

.coupons-block .heding-block {
	margin-bottom: 2rem;
}

.coupons-block .info-area {
	display: block;
	color: #ffa4e0;
	font-size: 1.7rem;
}

.option-list {
	max-width: 110rem;
	margin: 0 auto;
}

.option-list li {
	margin-bottom: 1.5rem;
}

.option-list li a {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.option-list li a:hover {
	color: #ffa4e0;
}

.option-list [class^="icon-"],
.option-list [class*=" icon-"] {
	font-size: 2rem;
	width: 22px;
	text-align: center;
	color: #ffa4e0;
	margin: 0 1.5rem 0 0;
}

.sidebar {
	width: 100%;
	max-width: 35rem;
	margin: 0 auto;
}

.sidebar .h2 {
	margin: 0 0 3.5rem;
}

.sidebar .box {
	box-shadow: 0 4px 11px 0 rgba(5, 16, 58, .05);
	border-radius: .4em;
	background: #fff;
	margin-bottom: 3rem;
}

.sidebar .sidebar-list {
	margin: 0 0 3.5rem;
}

.sidebar .sidebar-list li {
	margin-bottom: 2.1rem;
}

.sidebar .sidebar-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sidebar .sidebar-list li:hover .title,
.sidebar .sidebar-list li:hover .counter {
	color: #cd2f98;
}

.sidebar .sidebar-list .title {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #16bcd3;
	display: block;
	font-size: 1.8rem;
	line-height: 2rem;
	margin-bottom: 1rem;
}

.sidebar .sidebar-list .counter {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #707070;
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 1.6rem;
	display: block;
}

.sidebar .sidebar-list .img-block {
	border: 1px solid #e6ebee;
	margin-right: 1.5rem;
}

.sidebar .title {
	font-size: 1.9rem;
	line-height: 2rem;
	display: block;
	margin-bottom: 2.5rem;
}

.sidebar .btn {
	width: 100%;
	padding: 1.7rem 1.5rem;
	font-size: 1.5rem;
	border-width: 2px;
}

.sidebar .btn.btn-outline-secondary {
	padding: 1.1rem 1.5rem;
}

.sidebar .btn .text {
	font-size: 1.1rem;
	font-weight: 600;
}

.coupon-item {
	-webkit-transition: box-shadow .3s linear;
	transition: box-shadow .3s linear;
	background: #fff;
	border-radius: .6rem;
	box-shadow: 0 5px 27px 0 rgba(5, 40, 58, .09);
	margin-bottom: 1.4rem;
	padding: 1.5rem;
	position: relative;
}

.coupon-item:hover {
	box-shadow: 0 5px 27px 0 rgba(5, 40, 58, 0);
	z-index: 10;
}

.coupon-item:hover:before {
	box-shadow: 0 12px 54px 0 rgba(5, 17, 24, .25);
	top: -20px;
	bottom: -20px;
	right: -25px;
	left: -25px;
	-webkit-transform: translate3d(0, 0, 25px);
	transform: translate3d(0, 0, 25px);
}

.coupon-item:before {
	-webkit-transition: top .3s linear, left .3s linear, right .3s linear, bottom .3s linear, box-shadow .3s linear;
	transition: top .3s linear, left .3s linear, right .3s linear, bottom .3s linear, box-shadow .3s linear;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	box-shadow: 0 12px 54px 0 rgba(5, 17, 24, 0);
	border-radius: .6rem;
}

.coupon-item .heading-block {
  
    background-image: linear-gradient( 360deg, #1f557b 10%, #0396FF 100%);
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: .5rem 1.6rem .8rem 1.6rem;
}

.coupon-item .heading-block .heading-title {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2rem;
	display: block;
}

.coupon-item .block-wrap {
	position: relative;
}

.coupon-item .label-box {
	border-radius: .4rem;
	border: 2px solid #0396FF ;
	color: #0396FF ;
	font-size: 2rem;
	line-height: 3.2rem;
	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;
	width: 10rem;
	height: 10rem;
	margin-bottom: 1.5rem;
	font-weight: 700;
}

.coupon-item .label-box .text-area {
	font-size: 1.4rem;
	line-height: 1.6rem;
	display: block;
}

.coupon-item .label-box .text {
	display: block;
	font-size: 1.8rem;
	line-height: 2rem;
}

.coupon-item .label-box .label-title {
	display: block;
}

.coupon-item .label-box .text-frame {
	display: block;
	font-size: 2.5rem;
	line-height: 2.6rem;
}

.coupon-item .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.coupon-item .option-list {
	font-weight: 300;
	-webkit-column-count: inherit;
	column-count: inherit;
}

.coupon-item .option-list [class^="icon-"],
.coupon-item .option-list [class*=" icon-"] {
	color: #cd2f98;
	font-size: 1.8rem;
	margin: 0 .7rem 0 0;
}

.coupon-item .option-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: .5rem;
}

.coupon-item .img-block {
	border: 1px solid #dee4ed;
	width: 8.3rem;
	height: 8.3rem;
	margin-bottom: 2.5rem;
	border-radius: .4rem;
}
.item-holder .img-block img {
  height: auto;
}

.content-box .img-block,
.coupon-item .img-block,
.promo-block .img-block {
	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;
}

.coupon-item .item-title {
	color: #181818;
	font-size: 1.8rem;
	line-height: 1.4rem;
	display: block;
	margin-top: auto;
	margin-bottom: 2rem;
}

.coupon-item .item-title a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #181818;
}

.coupon-item .item-title a:hover {
	color: #cd2f98;
}

.coupon-item .frame {
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.coupon-item .frame .btn {
	display: block;
	width: 100%;
    color:#fff;
    background-image: linear-gradient( 360deg, #1f557b 10%, #0396FF 100%);
    border-radius: 4px;
	/* box-shadow: 5px 4px 5px #0396FF; */
}

.coupon-item .content-area {
	width: 100%;
}

.coupon-item.coupon-top {
	border: 2px solid #0396FF;
	box-shadow: 0 px 4px 0 #0396FF;
	padding: 7.5rem 1.5rem 1.5rem;
}

.coupon-item.coupon-top:hover {
	box-shadow: 0 11px 32px 0 #0396FF;
	z-index: 0;
}

.coupon-item.coupon-top:before {
	display: none;
}



.text-module {
	border-radius: 4px;
	box-shadow: 0 5px 27px 0 rgba(5, 40, 58, .09);
	font-weight: 300;
}

.text-module .visual img {
	display: block;
	width: 100%;
}

.text-module .text-module-content {
	padding: 11.6rem 0;
}

.text-module h1,
.text-module .h1 {
	font-size: 2.4rem;
	margin-bottom: 2rem;
}

.text-module .btn {
	text-transform: none;
	font-weight: 400;
	min-width: 23.7rem;
}

.text-module .button-holder {
	padding: 2.3rem 0 0;
}

.text-module p {
	margin: 0 0 3rem;
}

.text-module .text-list-title {
	display: block;
	font-weight: 400;
	margin: 0 0 1.7rem;
	color: #181818;
}

.text-module .text-list li {
	position: relative;
	padding: 0 0 0 2.4rem;
}

.text-module .text-list li:before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	top: 10px;
	left: 0;
	background: #cd2f98;
}

.text-module .text-list .marked {
	font-weight: 400;
	color: #181818;
}

.tabset {
	font-size: 1.6rem;
	line-height: 1.8rem;
	font-weight: 600;
	text-align: center;
	max-width: 25rem;
	margin: 0 0 2.5rem;
}

.tabset li a {
	color: #9096a4;
	display: block;
	position: relative;
	padding: 1.5rem;
}

.tabset li a:before {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: .4rem;
	background: #dee4ed;
}

.tabset li a:hover,
.tabset li a.active {
	color: #181818;
}

.tabset li a:hover:before,
.tabset li a.active:before {
	background: #cd2f98;
}

.tabset-holder {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}

.tabset-holder .link {
	color: #dee4ed;
	font-weight: 600;
	font-size: 1.8rem;
	margin-left: 2.5rem;
}

.tabset-holder .link:hover {
	color: #cd2f98;
}

.lightbox-block .popup-block {
	padding: 0 0 2rem;
}

.lightbox-block .img-frame {
	min-height: 12.5rem;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-align: center;
	border-radius: .4rem .4rem 0 0;
	overflow: hidden;
}

.lightbox-block .close {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	position: absolute;
	top: -10px;
	right: -10px;
	background: #fff;
	border-radius: 50%;
	width: 3.5rem;
	height: 3.5rem;
	display: block;
	box-shadow: 0 6px 32px 0 rgba(5, 16, 58, .17);
	opacity: 1;
	font-size: 0;
	line-height: 0;
}

.lightbox-block .close:before,
.lightbox-block .close:after {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	content: "";
	position: absolute;
	background: #a4acad;
	height: 3px;
	width: 22px;
	top: 16px;
	left: 7px;
}

.lightbox-block .close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.lightbox-block .close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.lightbox-block .close:hover {
	background: #16bcd3;
}

.lightbox-block .close:hover:before,
.lightbox-block .close:hover:after {
	background: #fff;
}

.lightbox-block .text-wrap {
	white-space: nowrap;
	text-align: center;
	padding: 1.5rem 1rem;
}

.lightbox-block .text-wrap:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 9.5rem;
}

.lightbox-block .text-wrap > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.lightbox-block h2 {
	margin: 0;
	font-size: 2.6rem;
	line-height: 2.8rem;
}

.lightbox-block .link {
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	font-size: 1.4rem;
}

.lightbox-block .link:after {
	content: ">>";
	display: inline-block;
	vertical-align: middle;
	margin-left: .5rem;
}

.lightbox-block .link:hover {
	color: #cd2f98;
}

.lightbox-block .wrap {
	margin-bottom: 1.5rem;
}

.lightbox-block .coupon-item {
	box-shadow: 0 6px 32px 0 rgba(5, 16, 58, .17);
}

.lightbox-block .coupon-item:before {
	display: none;
}

.lightbox-block .text-box {
	position: relative;
	padding: 1.8em 5.6rem;
	max-width: 67rem;
	margin: 0 auto;
}

.lightbox-block .text-box .img-box {
	position: absolute;
	left: 1rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 2.6rem 0 0;
	width: 5.5rem;
}

.lightbox-block .text-box .img-box img {
	width: 100%;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 4px 11px 0 rgba(5, 16, 58, .05);
	background: #fff;
}

.fancybox-inner {
	overflow: visible !important;
}

.bonus-form {
	max-width: 54.5rem;
	margin: 0 auto;
	padding: 2rem 1rem;
}

.bonus-form .form-group {
	position: relative;
	margin: 0;
}

.bonus-form .submit {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	background: #007bff;
	color: #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: .6rem;
	padding: .8rem .5rem;
	letter-spacing: 1.88px;
	font-weight: 700;
	font-size: 1rem;
	min-width: 10rem;
	border-radius: 4rem;
	text-transform: none;
}

.bonus-form .submit:hover {
	background: #1193a5;
}

.bonus-form .submit.active .copy {
	display: none;
}

.bonus-form .submit.active .copied {
	display: block;
}

.bonus-form input::-ms-clear {
	display: none;
}

.bonus-form .copied {
	display: none;
}

.contacts-form .star {
	color: #ea5a66;
}

.contacts-form label {
	color: #505a6f;
	font-size: 1.5rem;
	line-height: 1.8rem;
	font-weight: 500;
	display: block;
	margin-bottom: 1.2rem;
}

.form-control {
	border-radius: .4rem;
	font-size: 16px;
}

.contacts-form .btn-wrap {
	text-align: center;
}

.contacts-form .btn-submit {
	display: inline-block;
	vertical-align: top;
	min-width: 15.7rem;
}

.contacts-form .invalid-feedback {
	font-size: 1.4rem;
	color: #ea5a66;
	font-weight: 500;
	line-height: 2.6rem;
}

.contacts-form .form-group.input-error .invalid-feedback {
	display: block;
}

.contacts-form .form-group.input-error .form-control {
	border-color: #ea5a66;
	background: rgba(234, 90, 102, .1);
}

.contacts-form textarea {
	min-height: 20.6rem;
}

.browse-stores-block {
	padding: 3rem 0 0;
}

.browse-stores-block .block-title {
	font-size: 2.5rem;
	margin-bottom: 2.5rem;
	color: #181818;
	display: block;
}

.browse-stores-block .title {
	display: block;
	margin-bottom: 1.5rem;
}

.letter-list {
	background: #cd2f98;
	border-radius: 4px;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1.6rem 2rem;
	font-weight: 600;
	margin-bottom: 2rem;
}

.letter-list li {
	padding: 0 2rem 1rem;
	width: 5rem;
}

.letter-list a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #fff;
	display: block;
	text-align: center;
}

.letter-list a:hover {
	text-decoration: underline;
	color: #b3b2b2;
}

.browse-stores-list {
	font-size: 1.6rem;
	font-weight: 600;
}

.browse-stores-list li {
	margin-bottom: 1rem;
}

.browse-stores-list .stores-list {
	padding: 0 1.5rem 2.5rem;
	-webkit-column-count: 2;
	column-count: 2;
}

.promo-block {
	border: 1px solid #dee4ed;
	border-radius: .4rem;
	padding: 3rem 0;
	font-size: 1.5rem;
	line-height: 2.4rem;
}

.promo-block .img-block {
	border-radius: .4rem;
	border: 2px solid #f2f5f7;
	width: 14.2rem;
	height: 14.2rem;
	vertical-align: top;
	margin-bottom: 2rem;
}

.promo-block .info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 500;
	font-size: 1.6rem;
	color: #484848;
	margin: 0 -1.2rem;
	margin-bottom: 2.4rem;
}

.promo-block .info-list li {
	padding: 0 1.2rem;
}

.promo-block .info-list .counter,
.promo-block .info-list .price {
	color: #16bcd3;
	font-weight: 700;
}

.promo-block .block-title {
	color: #181818;
	display: block;
	margin-bottom: 1.5rem;
	font-size: 2.4rem;
}

.promo-block .btn-more {
	color: #16bcd3;
	font-weight: 700;
}

.promo-block .btn-more:hover {
	color: #cd2f98;
}

.promo-block .content-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* html {
	font-size: 10px;
} */
a{
    font-size:16px;
}

.btn{
    font-size:16px;
}
p{
    font-size:16px;
}

body {
	min-width: 32rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	display: block;
	margin: 0 0 1rem;
	font-family: "Montserrat", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #181818;
    font-size: 2rem;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

#main {
	padding: 2.5rem 0;
}

a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.content {
	width: 100%;
	margin-top:10px;
}

.content .btn-holder {
	padding: 2.5em 0;
	text-align: center;
}

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -.5rem;
}

.social-networks li {
	padding: 0 .5rem 2rem;
}

.social-networks li a {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	display: block;
	border-radius: 50%;
	background: #16bcd3;
	color: #fff;
	width: 5rem;
	height: 5rem;
	text-align: center;
	width: 3.5rem;
	height: 3.5rem;
	line-height: 3.5rem;
}

.social-networks li a:before {
	font-size: 1.7rem;
	line-height: 3.5rem;
}

.social-networks li a:hover {
	background: #cd2f98;
}

.heading-frame {
	padding: 2rem 0;
}

.popup-holder {
	display: none;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}



.header-content .nav-opener {
	position: absolute;
	top: 1.5rem;
	right: 6px;
	cursor: pointer;
}

.header-content .twitter-typeahead {
	display: block !important;
}

.logo {
	display: block;
	width: 210px;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
	width: 100%;
}

.search-bar {
	padding: 1.5rem 0 0;
}

.search-bar .input-row {
	position: relative;
}

.search-bar .twitter-typeahead {
	width: 100%;
}



@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (min-width: 576px) {
	.option-list {
		-webkit-column-count: 2;
		column-count: 2;
	}
}

@media (min-width: 768px) {


	.stores-block {
		margin-bottom: 6rem;
	}

	.stores-block .heading-wrap {
		margin: 0;
	}

	.coupons-block {
		padding: 5rem 3rem;
		margin-bottom: 6.6rem;
	}

	.coupons-block .block-title {
		font-size: 3.85rem;
		line-height: 4.6rem;
	}

	.coupons-block .heding-block {
		margin-bottom: 4.2rem;
	}

	.option-list {
		-webkit-column-count: 3;
		column-count: 3;
	}

	.option-list li {
		margin-bottom: 2rem;
	}

	.coupon-item {
		padding: 2rem;
	}

	.coupon-item .block-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.coupon-item .label-box {
		margin-right: 1.5rem;
		font-size: 2.5rem;
	}

	.coupon-item .holder {
		-webkit-box-pack: initial;
		-ms-flex-pack: initial;
		justify-content: initial;
	}

	.coupon-item .item-title {
		font-size: 2.3rem;
		line-height: 2rem;
		margin-bottom: 1.4rem;
	}

	.coupon-item .content-area {
		width: 70%;
	}

	.coupon-item.coupon-top {
		padding: 5.5rem 3rem 3rem;
	}

	

	.text-module h1,
	.text-module .h1 {
		font-size: 3.6rem;
		margin-bottom: 2.8rem;
	}

	.tabset {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 100%;
		margin: 0 0 3.5rem;
	}

	.tabset-holder {
		margin: 0;
	}

	.lightbox-block .coupon-item {
		width: 104%;
		left: -1.5rem;
		right: -1.5rem;
	}

	.lightbox-block .coupon-item .frame {
		width: 30%;
	}

	.lightbox-block .text-box {
		max-width: 55rem;
		padding: 2.8em 11.6rem;
	}

	.lightbox-block .text-box .img-box {
		width: 8rem;
	}

	.bonus-form .submit {
		font-size: 1.6rem;
		min-width: 14.5rem;
		padding: 1.45rem .5rem;
	}

	.bonus-form .form-control {
		padding: 1.15rem 13.6rem 1.15rem 3rem;
		font-size: 2.2rem;
	}

	.contacts-form .btn-wrap {
		text-align: right;
	}

	.letter-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 2.1rem;
		margin-bottom: 4.3rem;
	}

	.letter-list li {
		padding: 0;
		width: auto;
	}

	.browse-stores-list .stores-list {
		-webkit-column-count: 4;
		column-count: 4;
	}

	.promo-block .img-block {
		margin-right: 2rem;
	}

	.promo-block .content-box {
		-webkit-box-pack: inherit;
		-ms-flex-pack: inherit;
		justify-content: inherit;
	}

	.promo-block .content-box .info-frame {
		width: 70%;
	}

	
}

@media (min-width: 992px) {
	.sidebar {
		width: 30%;
		padding-left: 2.8rem;
		max-width: 100%;
		margin: 0;
	}

	.coupon-item .label-box {
		font-size: 3rem;
	}

	.coupon-item .label-box .text-area {
		font-size: 1.6rem;
		line-height: 1.8rem;
	}

	.coupon-item .label-box .text {
		font-size: 2.3rem;
		line-height: 2.4rem;
	}

	.coupon-item .label-box .text-frame {
		font-size: 3.5rem;
		line-height: 3.6rem;
	}

	.coupon-item .holder {
		width: 70%;
	}

	.coupon-item .option-list li {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.coupon-item .frame {
		width: 30%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.coupon-item .frame .btn {
		max-width: 17.6rem;
	}

	

	.tabset {
		font-size: 2.2rem;
		line-height: 2.4rem;
		margin-bottom: 5.5rem;
	}

	.tabset li a {
		padding: 2rem 3.5rem;
	}

	.lightbox-block .img-frame {
		min-height: 16.5rem;
	}

	.lightbox-block .close {
		top: -2.2rem;
		right: -2.5rem;
		width: 5rem;
		height: 5rem;
	}

	.lightbox-block .close:before,
	.lightbox-block .close:after {
		top: 24px;
		left: 14px;
	}

	.lightbox-block .text-wrap:after {
		min-height: 13.5rem;
	}

	.lightbox-block h2 {
		font-size: 3.8rem;
		line-height: 4rem;
	}

	.lightbox-block .link {
		font-size: 1.8rem;
	}

	.lightbox-block .wrap {
		margin-bottom: 5.2rem;
	}

	.lightbox-block .text-box {
		max-width: 67rem;
	}

	.lightbox-block .text-box .img-box {
		width: 11.8rem;
	}

	.bonus-form {
		padding: 6.7rem 0 2.2rem;
	}

	.browse-stores-block {
		padding: 7.3rem 0 0;
	}

	.browse-stores-block .title {
		font-size: 2.2rem;
	}

	.browse-stores-list .stores-list {
		-webkit-column-count: 5;
		column-count: 5;
	}

	.promo-block {
		padding: 4.5em 0;
	}

	.promo-block .img-block {
		margin-right: 3.2rem;
	}

	.promo-block .info-list {
		font-size: 1.8rem;
	}

	.promo-block .block-title {
		font-size: 3.5rem;
	}

	#main {
		padding: 5rem 0;
	}

	

	.content {
		width: 70%;
	}

	.content .btn-holder {
		padding: 4rem 12.5rem 8rem 0;
		text-align: right;
	}

	.heading-frame {
		padding: 2.2rem 0;
	}

	

	.header-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.logo {
		width: 235px;
		margin-right: 1.5rem;
	}

	.search-bar {
		padding: 0;
		width: 44.8%;
		margin-right: 0;
	}

	.search-bar .tt-menu {
		width: 57rem;
	}

	.nav-opener {
		display: none;
	}

	.nav-slide {
		position: static;
		opacity: 1;
		visibility: visible;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		box-shadow: none;
	}

	.nav-list {
		font-size: 1.4rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.nav-list li {
		padding: 0 1.3rem;
	}

	.main-nav {
		margin: 0;
	}

	.main-nav .nav-list {
		border: none;
	}

	.main-nav .nav-list li {
		border: none;
	}

	.add-nav {
		margin: 0 0 0 2.5rem;
	}

	.add-nav .nav-list li {
		padding: 0 .7rem;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.add-nav .nav-list li:last-child {
		padding-right: 0;
	}

	.footer-top-block {
		padding: 55px 0 38px;
	}

	.plane-box {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		top: -29px;
		left: 255px;
	}

	
}

@media (min-width: 1200px) {
	.option-list {
		-webkit-column-count: 4;
		column-count: 4;
	}

	.sidebar {
		width: 30.5%;
	}

	.sidebar .box {
		padding: 4rem 3rem 4rem 4rem;
	}

	.coupon-item {
		padding: 4rem;
	}

	.coupon-item .label-box {
		width: 12rem;
		height: 12rem;
		margin-right: 2.7rem;
	}

	.coupon-item.coupon-top {
		padding: 5rem 1rem 1rem;
	}

	.tabset li a {
		padding: 2rem 5.5rem;
	}

	.tabset-holder .link {
		margin-left: 4rem;
	}

	.content {
		width: 90.5%;
	}

	.social-networks li a {
		width: 5rem;
		height: 5rem;
		line-height: 5.5rem;
	}

	.social-networks li a:before {
		font-size: 2.2rem;
		line-height: 5rem;
	}

	.search-bar .tt-menu {
		width: 79rem;
	}

	.add-nav {
		margin: 0 0 0 4.9rem;
	}
}

@media (max-width: 1199.98px) {
	.sidebar .box {
		padding: 2rem;
	}

	.text-module .text-module-content {
		padding: 4.5rem 1.5rem;
	}
}

@media (max-width: 991.98px) {
	.contacts-form .form-group {
		margin-bottom: 1.5rem;
	}

	body {
		font-size: 1.4rem;
	}
}

@media (max-width: 767.98px) {
	.lightbox-block .coupon-item .holder {
		width: 100%;
	}
}

/* Right Side Data Css */

.rs_sidebar_wrapper {
	float: left;
	width: 100%;
	padding-top: 25px;
    margin-top: -76px;
	margin-bottom: 30px;
}
.white-text h3 {
	color: #fff!important;
	margin-top: 40px;
    margin-top: 10px;
}
.widget-title {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	/* background: #EAEDED; */
    font-family: 'HurmeGeometricSans1-Regular', sans-serif;
    border-radius: 4px;
	/* box-shadow: 5px 4px 5px #0396FF; */
	padding: 7.5rem 1.5rem 1.5rem;
    /* margin-top:5px; */
	text-transform: uppercase;
	background-image: linear-gradient( 360deg, #1f557b 10%, #0396FF 100%);
	color: #fff !important;
	padding: 8px;
}

.widget-title:hover{
	box-shadow: 0 px 4px 0 #0396FF;
}

.widget.widget_categories {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-ms-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-o-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
}
.widget_categories ul {
	margin: 0px;
	padding: 0px;
}
.widget_categories ul li {
	float: left;
	width: 100%;
	list-style: none;
	padding: 10px 20px;
	border-bottom: 1px solid #ededed;
}
.widget_categories ul li:first-child {
	padding-top: 20px;
}
.widget_categories ul li:last-child {
	padding-bottom: 20px;
}
.widget_categories ul li a {
	float: left;
	width: 100%;
	text-decoration: none;
	color: #333333;
	text-transform: capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_categories ul li a:hover {
	color: #009cff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget_categories ul li a span {
	float: right;
	font-weight: bold;
}
.widget.widget_file_formate {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-ms-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-o-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
}
.widget_file_formate ul {
	margin: 0px;
	padding: 0px;
}
.widget_file_formate ul li {
	float: left;
	width: 100%;
	list-style: none;
	padding: 10px 20px;
	color: #333333;
	text-transform: capitalize;
}
.widget_file_formate ul li:first-child {
	padding-top: 20px;
}
.widget_file_formate ul li:last-child {
	padding-bottom: 20px;
}
.widget_file_formate ul li span {
	float: right;
	font-weight: bold;
}
.tag_cloud_box {
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 20px 4px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-ms-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-o-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
}
.tag_cloud_box a {
	font-size: 12px;
	background-image: url(../images/tag_bg.png.);
	background-position: 10% 50%;
	background-repeat: no-repeat;
	padding: 3px 10px 3px 20px !important;
}
.widget.widget_price {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-ms-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-o-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
}
.rs_price_filter {
	float: left;
	width: 100%;
	padding: 40px 25px;
	background-color: #fff;
}
.rs_price_filter label {
	font-size: 18px;
	color: #fff;
}
.rs_price_filter label span {
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: normal;
}
.rs_price_filter .slider.slider-horizontal .slider-track {
	height: 5px;
	margin-top: 0px;
	background-color: #eaeae8;
}
.rs_price_filter .slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
	margin-left: -10px;
	margin-top: -10px;
}
.rs_price_filter .slider-selection {
	background: #d4d4d4;
	height: 5px !important;
}
.rs_price_filter .slider-handle {
	background-color: #ffffff;
	background-image: url(../images/circle_orange.png);
	-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.24);
	-ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.24);
	-o-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.24);
	background-repeat: no-repeat;
	background-position: center center;
}
.widget .widget_advertisement {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.widget_advertisement img {
	padding: 10px 0px;
}
.rs_sidebar_wrapper_second {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.widget.widget_search {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.widget_search .input-group {
	z-index: 0;
}
.widget_search .form-control {
	border-radius: 0px;
	box-shadow: none;
	border-right: none;
}
.widget_search .form-control:focus {
	outline: none;
	border-color: #cccccc;
}
.widget_search .btn {
	border-radius: 0px;
	padding: 6px 9px;
	border-left: none;
	color: #cccccc;
}
.widget_search .btn:focus, .widget_search .btn:active, .widget_search .btn:hover {
	outline: none;
	border-color: #cccccc;
	background-color: #fff;
	box-shadow: none;
}
.widget.rs_widget_categories {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.rs_widget_categories ul {
	margin: 0px;
	padding: 0px;
}
.rs_widget_categories ul li {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0px 0px 15px;
}
.rs_widget_categories ul li a {
	float: left;
	width: 100%;
	text-decoration: none;
	color: #333333;
	text-transform: capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.rs_widget_categories ul li a:hover {
	color: #009cff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.rs_widget_categories ul li a span {
	float: right;
	font-weight: bold;
}
.widget.rs_widget_tag_cloud {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.rs_widget_tag_cloud .widget-title {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
	border-bottom: 3px solid #438afe;
	color: #333333;
	background-color: transparent;
	padding: 15px 0px 15px 0px;
}
.rs_tag_cloud_box {
	float: left;
	width: 100%;
}
.rs_tag_cloud_box a {
	float: left;
	font-size: 12px;
	background-color: #fff;
	color: #616161;
	text-decoration: none;
	background-image: url(../images/tag_bg.png);
	background-position: 10% 50%;
	background-repeat: no-repeat;
	padding: 3px 15px 3px 25px;
	margin: 0px 7px 7px 0px;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.rs_tag_cloud_box a:hover {
	background-color: #009cff;
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.rs_widget_archive .widget-title {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
	border-bottom: 3px solid #438afe;
	color: #333333;
	background-color: transparent;
	padding: 15px 0px 15px 0px;
}
.widget.rs_widget_archive {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.rs_widget_archive ul {
	margin: 0px;
	padding: 0px;
}
.rs_widget_archive ul li {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0px 0px 15px;
}
.rs_widget_archive ul li:last-child {
	padding-bottom: 0px;
}
.rs_widget_archive ul li a {
	float: left;
	width: 100%;
	text-decoration: none;
	color: #333333;
	text-transform: capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.rs_widget_archive ul li a:hover {
	color: #009cff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.rs_widget_archive ul li a span {
	float: right;
	font-weight: bold;
}
.rs_widget_advertisement .widget-title {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
	border-bottom: 3px solid #438afe;
	color: #333333;
	background-color: transparent;
	padding: 15px 0px 15px 0px;
}
.widget.rs_widget_advertisement {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.rs_widget_advertisement img {
	padding: 0px 0px 20px;
}
.widget.rs_widget_post {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.rs_widget_post .widget-title {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
	border-bottom: 3px solid #438afe;
	color: #333333;
	background-color: transparent;
	padding: 15px 0px 15px 0px;
}
.rs_widget_post ul {
	margin: 0px;
	padding: 0px;
}
.rs_widget_post ul li {
	float: left;
	width: 100%;
	list-style: none;
	padding: 20px 0px 20px;
	border-bottom: 1px solid #e7e7e7;
}
.rs_widget_post ul li:last-child {
	border-bottom: none;
	padding-bottom: 10px;
}
.rs_widget_post ul li:first-child {
	padding-top: 0px;
}
.rs_widget_post_img {
	float: left;
	width: 35%;
}
.rs_widget_post_data {
	float: left;
	width: 65%;
}
.rs_widget_post_data p {
	float: left;
	width: 100%;
	margin: 0px;
}
.rs_widget_post_data p a {
	font-size: 14px;
	float: left;
	width: 100%;
	color: #333333;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 5px;
	text-decoration: none;
}
.rs_widget_post_data span {
	font-size: 12px;
	float: left;
	width: 100%;
	color: #999999;
}
.rs_sidebar_wrapper_second .widget-title {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
	border-bottom: 1px solid #438afe;
	color: #333333;
	background-color: transparent;
	padding: 20px 0px 10px 0px;
	margin-bottom: 40px;
}
.widget.rs_widget_populartopic {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.rs_widget_populartopic ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.rs_widget_populartopic ul li {
	float: left;
	width: 100%;
	list-style: none;
}
.rs_widget_populartopic ul li:first-child {
	padding-top: 20px;
}
.rs_widget_populartopic ul li:last-child {
	padding-bottom: 0px;
}
.rs_widget_populartopic ul li a {
	float: left;
	width: 100%;
	text-decoration: none;
	color: #777777;
	padding: 10px 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.rs_widget_populartopic ul li a i {
	color: #438afe;
	padding-right: 13px;
}
.rs_widget_populartopic ul li a:hover {
	color: #333333;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.widget.widget_author_info {
	float: left;
	width: 100%;
	padding: 50px 20px 70px;
	margin-bottom: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-ms-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-o-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
}
.widget_author_info .rs_social {
	position: initial;
	margin-top: 10px;
}
.widget_author_info .rs_social p {
	margin-top: 10px;
}
.widget_author_info .rs_author_dashboard_tab_info_img p {
	margin: 0px;
}
.widget.widget_author_contact {
	float: left;
	width: 100%;
	padding: 40px 30px;
	margin-bottom: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-ms-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-o-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
}
.widget_author_contact h5 {
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 20px;
}
.widget.widget_author_contact .form-group {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.widget_author_contact .form-group label {
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	color: #333333;
}
.widget_author_contact .form-group label sup {
	color: #ff002c;
}
.widget_author_contact .form-control {
	border: none;
	font-size: 13px;
	background-color: #fafafa;
	border-radius: 0px;
	resize: none;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.24);
	-ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.24);
	-o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.24);
}
.widget_author_contact .form-control:focus {
	outline: none;
}
.widget_author_contact .rs_button {
	min-width: 100%;
}
.rs_breadcrumb_info {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	float: left;
}
.rs_breadcrumb_info p {
	color: #fff;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.rs_pagination_second {
	float: left;
	width: 100%;
}
.rs_pagination_second li a {
	padding: 5px 2px;
	margin: 0px 8px;
	color: #333333;
	font-size: 16px;
	background-color: transparent;
	border-radius: 0px;
	font-weight: bold;
	border: none;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.rs_pagination_second li:first-child a {
	margin-right: 10px;
	color: #438afe;
	font-size: 24px;
	padding: 0px 2px;
	background-color: transparent;
	border-color: transparent;
}
.rs_pagination_second li:last-child a {
	margin-left: 10px;
	color: #438afe;
	font-size: 24px;
	padding: 0px 2px;
	background-color: transparent;
	border-color: transparent;
}
.rs_pagination_second li:first-child a:hover, .rs_pagination_second li:last-child a:hover {
	border: none;
}
.rs_pagination_second li a:hover {
	color: #438afe;
	background-color: transparent;
	border-bottom: 2px solid #438afe;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.rs_pagination_second li a.active {
	background-color: transparent;
	border-color: transparent;
	color: #438afe;
	border-bottom: 2px solid #438afe;
}
.rs_pagination_second li a:focus {
	outline: none;
	background-color: transparent;
	border: none;
}
.rs_sidebar_wrapper_third {
	float: left;
	width: 100%;
}
.rs_sidebar_wrapper_third .widget-title {
	background: transparent;
	font-size: 18px;
	color: #333;
	padding: 0;
}
.rs_sidebar_wrapper_third .widget {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.rs_sidebar_wrapper_third .rs_product_div.rs_product_category_div {
	margin-top: 20px;
}
.rs_sidebar_wrapper_third .rs_product_div.rs_product_category_div .rs_product_detail h5 {
	margin-top: 0;
}
.rs_sidebar_wrapper_third .rs_product_div.rs_product_category_div .rs_product_detail {
	padding: 30px 20px 30px 20px;
}
.rs_sidebar_wrapper_third .rs_product_div.rs_product_category_div .rs_product_detail span {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 20px 0px 0;
}
.rs_sidebar_wrapper_third .rs_product_div.rs_product_category_div .rs_product_detail span .rs_btn1, .rs_btn1 {
	display: inline-block;
	padding: 5px 30px;
	background: #009cff;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
}
.rs_sidebar_wrapper_third .rs_product_div.rs_product_category_div .rs_product_detail span .rs_btn1:hover, .rs_btn1:hover {
	text-decoration: none;
}
.rs_sidebar_wrapper_third .rs_product_div.rs_product_category_div .rs_product_detail span .rs_btn1:before, .rs_btn1:before {
	position: absolute;
	content: '';
	width: 115%;
	height: 50px;
	border: 1px dashed #000;
	background-repeat: no-repeat;
	left: -8px;
	top: -8px;
}
.rs_sidebar_wrapper_third .rs_product_div.rs_product_category_div .rs_product_detail span .rs_btn1:after, .rs_btn1:after {
	position: absolute;
	content: '';
	background-image: url(../images/cutter.png);
	width: 50px;
	height: 20px;
	background-repeat: no-repeat;
	left: -20px;
	top: -18px;
}
.rs_sidebar_wrapper_third .rs_product_div.rs_product_category_div .rs_product_price {
	margin-top: -60px;
}
.rs_sidebar_wrapper .tag_cloud_box {
	padding: 20px 10px;
}
.rs_sidebar_wrapper .tag_cloud_box a {
	background-image: url(../images/tag_bg.png);
	background-position: 8% 50%;
	background-repeat: no-repeat;
	padding: 3px 13px 3px 15px !important;
	text-transform: capitalize;
	border: none;
	box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.24);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 0;
	margin: 0px 7px 7px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #616161;
	font-size: 13px;
}
.rs_sidebar_wrapper .tag_cloud_box a:hover {
	color: #fff;
}
.rs_sidebar_wrapper_fourth {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.rs_sidebar_wrapper_fourth .widget-title {
	background-color: #fff;
	color: #333333;
	text-align: center;
	border-bottom: 1px solid #ededed;
	padding: 15px 0px;
}
.widget.widget_license {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-ms-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-o-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
}
.widget_license p {
	float: left;
	width: 100%;
	padding: 20px;
}
.widget.widget_button {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-ms-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-o-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
}
.widget_button .rs_button {
	margin-bottom: 20px;
	padding: 15px 0px;
	text-align: center;
	min-width: 175px;
	font-family: 'Montserrat', sans-serif;
}
.widget_button .rs_button:last-child {
	margin-bottom: 0px;
}
.widget.widget_authors {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-ms-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-o-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
}
.widget_authors img {
	margin-top: 20px;
}
.widget_authors h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.widget_authors p {
	color: #999999;
	padding: 0px 50px;
}
.widget_authors span {
	float: left;
	width: 100%;
	color: #333333;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.widget_authors .rs_button {
	margin-bottom: 15px;
	min-width: 200px;
	font-family: 'Montserrat', sans-serif;
}
.widget_authors .rs_button:last-child {
	margin-bottom: 20px;
}
.widget.widget_Share {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-ms-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-o-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
}
.widget_Share ul.widget_Share_first {
	float: left;
	width: 100%;
	padding: 0px 20px;
	margin: 0px;
	text-align: center;
}
.widget_Share ul.widget_Share_first li {
	display: inline-block;
	list-style: none;
	font-size: 22px;
	margin: 20px 10px;
}
.widget_Share ul.widget_Share_first li a {
	text-decoration: none;
}
.widget_Share ul.widget_Share_second {
	float: left;
	width: 100%;
	padding: 0px 20px;
	margin: 0px;
}
.widget_Share ul.widget_Share_second li {
	float: left;
	width: 100%;
	color: #333333;
	list-style: none;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding: 20px 0px;
	border-top: 1px solid #ededed;
}
.widget_Share ul.widget_Share_second li a {
	float: left;
	color: #666666;
	text-decoration: none;
	font-size: 13px;
	padding: 0px 20px;
}
.widget_Share ul.widget_Share_second li a:hover {
	color: #333333;
}
.widget_Share ul.widget_Share_second li a i {
	float: left;
	font-size: 26px;
	color: #666666;
	padding-right: 10px;
}
.widget_Share ul.widget_Share_second li span {
	font-size: 15px;
}
.clr_1 {
	color: #3a5795;
}
.clr_1:hover {
	color: #3a5795;
}
.clr_2 {
	color: #55acee;
}
.clr_2:hover {
	color: #55acee;
}
.clr_3 {
	color: #333333;
}
.clr_3:hover {
	color: #333333;
}
.clr_4 {
	color: #ab171e;
}
.clr_4:hover {
	color: #ab171e;
}
.clr_5 {
	color: #d73d32;
}
.clr_5:hover {
	color: #d73d32;
}
.widget.widget_meta_attributese {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-ms-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-o-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
}
.widget.widget_meta_attributese dl {
	float: left;
	width: 100%;
	padding: 10px 0px;
	margin: 0px;
}
.widget_meta_attributese dt {
	float: left;
	width: 50%;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
	color: #333333;
}
.widget_meta_attributese dd {
	float: left;
	width: 50%;
	padding: 10px 20px;
	font-size: 14px;
	color: #666666;
}
.widget_meta_attributese p {
	float: left;
	width: 100%;
	padding: 0px 0px 10px 20px;
}
.widget_meta_attributese p span {
	text-transform: capitalize;
	font-size: 13px;
	color: #333333;
	font-weight: 600;
}
.widget_meta_attributese p a {
	text-decoration: none;
	color: #438afe;
}
.widget.widget_technical_info {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-ms-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	-o-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.24);
}
.widget_technical_info ul {
	margin: 0px;
	float: left;
	width: 100%;
	padding: 10px 20px;
}
.widget_technical_info ul li {
	float: left;
	width: 100%;
	font-size: 13px;
	list-style: none;
	position: relative;
	padding: 10px 20px;
}
.widget_technical_info ul li:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 19px;
	background-color: #438afe;
	height: 6px;
	width: 6px;
	border-radius: 100%;
}
.widget.widget_product {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.widget_product .rs_product_div {
	margin-bottom: 20px;
}
.comment{
	padding:10px;
	float:left;
	text-align:justify;
	font-size:16px;
	background-color:#fff;
	}

@media only screen and (min-width: 768px) {
.StoreProfile{
margin-left:-90px;
	}
.item-title{
margin-top:-70px;
}	
}
.heading-title1{
font-weight:bolder;
font-size:30px;
background: -webkit-linear-gradient(#1f557b, #0396FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
font-family: 'HurmeGeometricSans1-Regular', sans-serif;
width:55%;
}

.item-desc{
	text-align:justify;
	font-size:14px;
}

/* Right Side Data Css */
