




* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
a img {
	border: none;
}

a:active {
	outline: none;
}
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}
script {
    display: none !important;
}


/*********** GLOBAL STYLES **********/



body {
    max-width: 100%;
	overflow-x: hidden;
	background-color: #fff;
	font: normal 14px Arial, Helvetica, sans-serif;
    color: #777;
}
h1,h2,h3,h4,h5,h6 {
	color: #444;
}
a {
	color: inherit;
	cursor: pointer;
}
a img {
	opacity: 0.99; /*firefox scale bug fix*/
}
table {
	width: 100%;
	border-collapse: collapse;
}

input, textarea, select, button {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
}
textarea {
	min-height: 150px;
}
select {
	min-width: 50px;
	height: 32px; /*safari padding fix*/
	padding: 6px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
    border-color: #ccc;
    color: #444;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	cursor: pointer;
}
label, label + * {
	vertical-align: middle;
}

.master-wrapper-content {
	position: relative;
	z-index: 0;
	width: 90%;
	margin: 0 auto;
}
.master-column-wrapper {
	position: relative;
	z-index: 0;
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.center-1 {
	margin: 0 0 100px;
	margin-top: 50px;
}

.html-home-page .center-1 {

	margin-top: 0px;
}

.page {
	min-height: 200px;
	text-align: center;
}
.page-title {
	min-height: 44px;
	margin: 0 0 25px;
	border-bottom: 1px solid #f2f2f2;
	padding: 6px 10px;
	text-align: right;
	direction: rtl;
}
	.page-title h1 {
		margin-bottom: 0px;
		font-size: 1.043rem;
		line-height: 1.375;
		font-weight: 500;
		text-align: right;
		direction: rtl;
		position: relative;
		display: inline-block;
	}
		.page-title h1:before {
			content: "";
			position: absolute;
			background-color: #ef394e;
			right: 0;
			bottom: -2px;
			height: 2px;
			
			border-radius: 1px;
			top: 33px;
			width: 100%;
		}

.page:after,
.page-title:after,
.page-body:after {
	content: "";
	display: block;
	clear: both;
}

.center-1 .title {
	text-align: center;
}

.link-rss {
	display: none;
	width: 24px;
	height: 24px;
	background: url('../mainthem1/img/rss.png') center no-repeat;
	font-size: 0 !important;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
	margin: 12px 0;
	padding: 0 36px 0 0;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol {
	margin: 12px 0;
	padding: 0 36px 0 0;
	list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p {
	margin: 10px 0;
	text-align: justify;
}
.flyout-cart {
	display: none;
}


/*********** GLOBAL FORMS ***********/



.fieldset, .section {
	position: relative;
	margin: 0 0 40px;
}
.fieldset .title,
.section .title {
	margin: 0 0 15px;
	padding: 0 10px;
	font-size: 20px;
	color: #444;
}
.fieldset .title strong,
.section .title strong {
	font-weight: normal;
}



.inputs.custom-attributes {
	white-space: normal;
}
.inputs .option-list {
    display: inline-block;
	max-width: 95%;
    vertical-align: middle;
}
.inputs .option-list li {
	display: inline-block;
	margin: 5px;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 8px 10px;
}
.inputs .option-list label {
	display: inline-block;
	width: auto !important;
	margin: 0 5px 0 0;
}

.inputs.reversed {
	margin: 0 0 20px;
	text-align: center;
}
.required {
	
	font-size: 10px;
	font-weight: normal;
	color: #e4434b;
	font-family: IRANSans-web;
	position: relative;

}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #e4434b;
    margin-top: 5px;
}
.field-validation-valid,
.username-available-status {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #4cb17c;
}

.captcha-box {
	text-align: center;
	line-height: 0; /*firefox line-height bug fix*/
}
.captcha-box > div {
	display: inline-block;
	max-width: 100%;
}
.captcha-box input {
	height: auto;
}


/*********** GLOBAL TABLES ***********/



.table-wrapper {
	overflow-x: auto;
}
.data-table .hidden-row {
	height: 1px;
  border: none;
}
.data-table tr.hidden-row th {
  padding: 0;
  border-top: none;
}
.data-table tr.hidden-row th > span{
  height: 1px; 
  width: 1px; 
  position: absolute; 
  overflow: hidden; 
  top: -10px;
}

.forum-table th.replies,
.forum-table th.views,
.forum-table th.votes,
.forum-table th.latest-post,
.forum-table th.topics,
.forum-table th.posts,
.forum-table td.replies,
.forum-table td.views,
.forum-table td.votes,
.forum-table td.latest-post,
.forum-table td.topics,
.forum-table td.posts{
    display: none;
}
.forum-table td.image {
    min-width: 0;
}

.forum-table td {
	min-width: 90px;
    padding: 10px;
}
.cart a,
.data-table a,
.forum-table a {
	font-weight: normal;
	color: #4ab2f1;
}

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name {
    min-width: 225px;
	text-align: right;
}
.forum-table .forum-details,
.forum-table .topic-details {
	text-align: right;
}
.cart .product a,
.data-table .product a,
.data-table .info a {
    font-weight: bold;
	color: #444;
}
.cart .product a:hover,
.data-table .product a:hover,
.data-table .info a:hover {
	color: #4ab2f1;
	text-decoration: none;
}

.cart .product .edit-item {
	margin: 10px 0 0;
}
.cart .product .edit-item a {
	font-weight: normal;
	color: #4ab2f1;
}
.cart .product .edit-item a:hover {
	text-decoration: underline;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}

.cart td.unit-price,
.data-table td.unit-price {
    white-space: nowrap;
}

.cart td.subtotal,
.data-table td.total {
	white-space: nowrap;
    color: #444;
}
	.cart td.subtotal .discount, .cart td.subtotal .discount-additional-info {
		font-style: italic;
		color: #4ab2f1;
		font-family: IRANSans-web;
		font-weight: normal;
		font-size: 11px;
	}

.data-table em a {
	font-weight: bold;
	color: #444;
}
.data-table div.download {
	margin: 10px 0 0;
}


/*********** NOTIFICATIONS & POPUPS  ***********/

.bar-notification-container:empty{display:none}

.bar-notification-container {
	z-index: 1000;
	color: #fff;
	opacity: 0.95;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40em;

	margin-top: -9em;
	margin-left: -15em;
	display:none;

		
}
.bar-notification.success {
	background-color: #4bb07a;
}
.bar-notification.error {
	background-color: #e4444c;
}
.bar-notification.warning {
	background-color: #f39c12;
}
.bar-notification {
	position: relative;
	display: none;
	padding: 15px 10px 15px 25px;
	border-radius: 5px;
}
.bar-notification .content {
	margin: 0 0 0 10px;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
	.bar-notification .close {
		position: absolute;
		top: 9px;
		left: 0;
		width: 32px;
		height: 32px;
		margin: 7px;
		/* background: #fff url(../mainthem1/img/close.png) center no-repeat; */
		cursor: pointer;
		font-family: shirazsunshopfont;
		text-shadow: none;
		color: white;
		opacity: 1;
		font-size: 18px;
	}
		.bar-notification .close:before {
			content: "\E0F0\00FE0E";
			
		}
.popup-notification {
    border-radius: 5px;
    padding: 3px;
    margin: 5px 0;
}
.popup-notification.success {
    border: 2px rgba( 75,176,122,.5) solid;
}
.popup-notification.error {
    border: 2px rgba( 228,68,76,.5) solid;
}
.popup-notification.warning {
    border: 2px rgba( 243,156,18,.5) solid;
}

.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
	padding: 30px 15px;
    text-align: center;
	line-height: 22px;
    color: #444;
}

.ajax-loading-block-window {
	position: fixed;
	top: 50%;
	right: 50%;
	z-index: 999;
	width: 32px;
	height: 32px;
	margin: -16px -16px 0 0;
	background: url('../mainthem1/img/loading.gif') center no-repeat;
}

.please-wait {
	background: url('../mainthem1/img/ajax-loader-small.gif') no-repeat;
	padding-right: 20px;
	font-size: 14px;
	font-family: IRANSans-web;
	font-weight: normal;
	font-size: 12px;
	background-position: right;
}

.ui-dialog {
	max-width: 90%;
	border: 1px solid #ddd;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
	overflow: hidden;
	background-color: #fff;
	/*override jQuery UI styles, do not delete doubled properties*/
	border-radius: 0;
	padding: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
}
.ui-dialog:before {
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.ui-dialog-titlebar {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	background-color: #eee;
	padding: 10px 15px;
	/*override jQuery UI styles, do not delete doubled properties*/
	border-width: 0 0 1px;
	border-radius: 0;
	background-image: none;
	padding: 10px 15px !important;
	font-weight: normal;
	cursor: auto !important;
}
	.ui-dialog-titlebar > span {
		font-size: 13px;
		color: #444;
		float: right !important;
		margin: 0 !important;
		font-family: iranyekan;
		font-weight: normal;
	}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 42px;
	border: none;
	overflow: hidden;
	background: url('../mainthem1/img/close.png') center no-repeat;
	font-size: 0;
	/*override jQuery UI styles, do not delete doubled properties*/
	top: 0 !important;
	right: auto !important;
	left: 0 !important;
	width: 42px !important;
	height: 42px !important;
	margin: 0 !important;
	border: none !important;
	border-radius: 0;
	background: url('../mainthem1/img/close.png') center no-repeat !important;
	padding: 0 !important;
}
.ui-dialog-titlebar button span {
	display: none !important;
}
.ui-dialog-content {
	padding: 15px;
	line-height: 20px;
	/*override jQuery UI styles, do not delete doubled properties*/
	background-color: #fff !important;
	padding: 15px 15px 20px 15px !important;
	color: #777;
}
.ui-dialog-content .page{
    min-height: 0;
}
.ui-dialog-content .page-title{
    min-height: 0;
    margin: 0 0 15px;
    padding: 0px 10px 10px 10px;
    text-align: center;
}
	.ui-dialog-content .page-title h1 {
		font-size: 13px;
		line-height: 30px;
		font-family: IRANSans-web;
		font-weight: normal;
	}
.tooltip2 {
	font-family: IRANSans-web;
	font-weight: normal;
	font-size: 13px;
	line-height: 29px;
}
.ui-dialog-content .back-in-stock-subscription-page {
	text-align: center;
}
.ui-dialog-content .back-in-stock-subscription-page .tooltip{
    margin-bottom: 10px;
}
.ui-dialog-content .back-in-stock-subscription-page .button-1{
	border: none;
	background-color: #4ab2f1;
    padding: 10px 15px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.ui-dialog-content .back-in-stock-subscription-page .button-1:hover {
    background-color: #248ece;
}

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
	right: 50%;
	z-index: 1050;
	width: 320px;
	height: 180px;
    margin: -90px -160px 0 0;
    border: 1px solid #ccc;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
    background-color: #fff;
    padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}
.eu-cookie-bar-notification button {
	min-width: 60px;
	margin: 5px 0 10px;
	border: none;
	background-color: #4ab2f1;
	padding: 8px 12px;
	font-size: 14px;
	color: #fff;
}
.eu-cookie-bar-notification button:hover {
	background-color: #248ece;
}
.eu-cookie-bar-notification a {
	display: block;
	color: #4ab2f1;
}
.eu-cookie-bar-notification a:hover {
	text-decoration: underline;
}


/*********** HEADER ***********/


.admin-header-links .impersonate {
	display: inline-block;
}
.admin-header-links .impersonate a {
	background-color: #555;
	padding: 0 15px;
}
.admin-header-links .impersonate a:hover {
	background-color: #666;
}

.header {
	position: relative;
	z-index: 10;
	width: 95%;
	margin: auto;
	text-align: center;
}
.header-upper {
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #ddd;
}

.header-selectors-wrapper {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}
.header-selectors-wrapper > div {
	display: block;
	width: 50%;
	margin: 10px auto;
	vertical-align: middle;
}
.header-selectors-wrapper select {
	width: 100%;
}
.language-list {
	max-width: 100%;
	font-size: 0;
}
.language-list li {
	display: inline-block; 
	margin: 0 1px;
	vertical-align: middle;
}
.language-list a { 
	display: block;
	position: relative;
	width: 24px;
	height: 32px;
	line-height: 0;
}
.language-list img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.header-links-wrapper {
	position: relative;
	padding: 20px 0;
}



.header-links a:hover {
	color: #4ab2f1;
}



.header-lower {
	position: relative;
	z-index: 0;
	padding: 35px 0;
}

.header-logo {
	margin: 0 0 20px;
	text-align: center;
}
.header-logo a {
	display: inline-block;
	max-width: 100%;
	line-height: 0; /*firefox line-height bug fix*/
}
.header-logo a img {
	max-width: 100%;
	opacity: 1;
}



.search-box .ui-autocomplete-loading {
	background: #fff url('../mainthem1/img/ajax-loader-small.gif') left center no-repeat;
}
.ui-helper-hidden-accessible {
	display: none !important;
}
.ui-autocomplete {
	width: 285px !important;
	border: 1px solid #ddd;
	border-top: none;
	overflow: hidden;
	background-color: #fff;
	text-align: right;
	/*override jQuery UI styles, do not delete doubled properties*/
	border-radius: 0;
	padding: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
}
.ui-autocomplete li {
	border-top: 1px solid #ddd;
}
.ui-autocomplete li:first-child {
	border-top: none;
}
.ui-autocomplete a {
	display: block;
	padding: 15px;
	font-size: 13px;
	/*override jQuery UI styles, do not delete doubled properties*/
	margin: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background: none !important;
	padding: 8px !important;
	line-height: normal !important;
	color: #777 !important;
}
.ui-autocomplete a:hover,
.ui-autocomplete a.ui-state-focus {
	background-color: #f6f6f6 !important;
}
.ui-autocomplete img {
	display: none;
	min-width: 20px;
	margin: 0 0 0 10px;
	vertical-align: middle;
}


/*********** FOOTER ***********/



.footer {
	background-color: #eee;
	text-align: center;
}

.footer-upper {
	width: 95%;
	margin: auto;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding: 40px 0;
	font-size: 0;
}
.footer-block {
	width: 95%;
	margin: 1px auto;
	text-align: right;
	font-size: 14px; /*reset zeroing*/
}
.footer-block .title {
	margin: 0 0 1px;
	background: #4ab2f1 url('../mainthem1/img/toggle-white.png') left center no-repeat;
	padding: 10px 15px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.footer-block .title strong {
	font-weight: normal;
}
.footer-block .list {
	display: none;
	margin: 0 0 20px;
	background-color: #fff;
	padding: 10px 15px;
}
.footer-block .list a {
	display: block;
	padding: 10px 15px;
	line-height: 20px;
}
.footer-block .list a:hover {
	color: #4ab2f1;
}

.follow-us {
	margin: 30px auto 0;
	text-align: center;
}
.follow-us .title {
	margin: 0 0 10px;
	background: none;
	color: #444;
	cursor: auto;
}
.follow-us .social ul {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 30px;
	font-size: 0;
}
.follow-us .social li {
	display: inline-block;
	margin: 0 5px;
}
.follow-us .social a {
	display: block;
	width: 38px;
	height: 38px;
	background: url('../mainthem1/img/social-sprite.png') no-repeat;
	font-size: 0;
}
.follow-us .social .facebook a {
	background-position: 0 0;
}
.follow-us .social .twitter a {
	background-position: -38px 0;
}
.follow-us .social .rss a {
	background-position: -76px 0;
}
.follow-us .social .youtube a {
	background-position: -114px 0;
}
.follow-us .social .google-plus a {
	background-position: -152px 0;
}




/*.newsletter-validation .please-wait {
	display: none !important; 
}*/

.footer-lower {
	width: 95%;
	margin: auto;
	overflow: hidden;
	padding: 25px 0;
	font-size: 12px;
}
.footer-lower span {
	display: inline-block;
}
.footer-tax-shipping a {
	display: inline-block;
	font-weight: bold;
	color: #4ab2f1;
}
.footer-tax-shipping a:hover {
	text-decoration: underline;
}
.footer-powered-by {
	margin: 10px 0 0;
}
.footer-powered-by a {
	display: inline-block;
	font-weight: bold;
	color: #4ab2f1;
}
.footer-powered-by a:hover {
	text-decoration: underline;
}
.theme-selector {
	margin: 10px 0 0;
}
.theme-selector select {
	width: 170px;
}


/*********** SIDE COLUMN ***********/



.block {
	max-width: 600px; /*width limit in mobile*/
	min-height: 50px;
	margin: auto;
	text-align: right;
}
.block .title {
	position: relative;
	margin: 0 0 10px;
	border-bottom: 1px solid #ddd;
	background: #f6f6f6 url('../mainthem1/img/toggle-gray.png') left 14px no-repeat;
	padding: 12px 10px 12px 30px;
	font-size: 20px;
	color: #444;
	cursor: pointer;
}
.block .title strong {
	font-weight: normal;
}
.block .listbox {
	display: none;
	border-bottom: 1px solid #ddd;
	padding: 10px 5px;
}
.block .list li {
	padding: 5px 15px 5px 0;
}
.block .list a {
	display: inline-block;
	position: relative;
	padding: 5px 0;
	font-size: 16px;
	color: #444;
    -webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.block .list .active > a {
	color: #4ab2f1;
}
.block .list a:hover {
	color: #4ab2f1;
}
.block a.product-picture {
	display: none;
}
.block a.product-picture:before {
	display: none;
}
.block .sublist {
	margin: 15px 0 5px;
}
.block .sublist a {
	font-size: 14px;
}

.block .view-all {
	margin: 10px 0 0;
}
.block .view-all a {
	display: inline-block;
	padding: 10px 15px;
	font-size: 16px;
	color: #4ab2f1;
}
.block .view-all a:hover {
	text-decoration: underline;
}

.block .tags {
	margin: 5px 0 10px;
}
.block .tags ul {
	font-size: 0;
}
.block .tags li,
.product-tags-all-page li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
	overflow: hidden;
	font-size: 17px !important; /*setting base size*/
}
.block .tags li a,
.product-tags-all-page li a {
	float: right;
	line-height: 30px;
	color: #444;
}
.block .tags li a:hover,
.product-tags-all-page li a:hover {
	color: #4ab2f1;
}

.poll strong {
	display: block;
	margin: 10px 0;
	background-color: #f6f6f6;
	padding: 10px 15px;
	font-size: 15px;
	font-weight: normal;
	color: #444;
	text-transform: uppercase;
}
.poll-options,
.poll-results {
	margin: 10px 0 15px;
	overflow: hidden;
	font-size: 15px;
	color: #444;
}
.poll-options li,
.poll-results li {
	margin: 10px 0;
}
.poll-options li > input {
	margin: 0 0 0 5px;
	cursor: pointer;
}
.poll-options li > label {
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
}
.poll .buttons,
.poll-total-votes {
}
.poll .buttons input {
	border: none;
	background-color: #aaa;
	padding: 10px 20px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;	
}
.poll .buttons input:hover {
	background-color: #bbb;	
}
.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
	font-style: italic;
	color: #444;
}

.home-page-polls {
	text-align: center;
}
.home-page-polls .title {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 30px;
    padding: 0 0 15px;
}
.home-page-polls .title strong {
	font-weight: normal;
}
.home-page-polls li {
	display: inline-block;
	margin: 10px;
}


/********** CATEGORY PAGE **********/


.category-description,
.manufacturer-description,
.vendor-description {
	margin: 0 0 25px;
	line-height: 22px;
}

.contact-vendor {
	margin: 0 0 30px;
}
.contact-vendor .button-2 {
	border: none;
	background-color: #4ab2f1;
	padding: 10px 15px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.contact-vendor .button-2:hover {
	background-color: #248ece;
}

.product-filter {
	margin: 0 0 10px;
}
.product-filter .filter-title {
	margin: 0 0 10px;
	background-color: #f6f6f6;
	padding: 10px;
	font-size: 17px;
	color: #444;
}
.product-filter .filter-title strong {
	font-weight: normal;
}
.product-filter .filter-content {
	padding: 10px;
	color: #444;
}
.product-filter .available-items:after {
	content: "";
	display: block;
	clear: both;
}
.product-filter .group {
	margin: 0 0 10px;
}
.product-filter .group li {
	font-size: 15px;
}
.product-filter .group li a,
.product-filter .group li strong {
	display: inline-block;
	padding: 5px 0;
}
.product-filter .group li a:hover {
	color: #4ab2f1;
}
.product-filter .group li.item {
	display: inline-block;
	position: relative;
	margin: 0 0 0 15px;
	padding: 0 15px 0 0;
}
.product-filter .group li.item:before {
	content: "";
	position: absolute;
	top: 12px;
	right: 0;
	width: 5px;
	height: 5px;
	background-color: #ddd;
}
.product-filter .group li.color-item {
    padding: 0;
    display: inline-block;
}
.product-filter .group li.color-item a {
    padding: 0;
}
.product-filter .group li.color-item:before {
    display: none;
}

.filtered-items .title {
	margin: 0 0 5px;
	font-style: italic;
}
.filtered-items .item {
	color: #4ab2f1;
}
.remove-filter {
	margin: 15px 0;
}
.remove-filter a {
	display: inline-block;
	background-color: #aaa;
	padding: 10px 20px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;	
}
.remove-filter a:hover {
	background-color: #999;	
}

.item-grid:after {
	content: "";
	display: block;
	clear: both;
}

.item-box:hover .picture a img {
	opacity: 0.85;
}
.item-box .details {
	padding: 0 10px;
}

.item-box .product-title a:hover {
	color: #248ece;
}
.item-box .sku {
    margin: 0 0 15px;
}
.item-box .product-rating-box {
    display: inline-block;
	margin: 0 0 10px;
}
.item-box .rating {
    background: url('../mainthem1/img/rating1.png') repeat-x;
    width: 95px;
    height: 14px;

    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.item-box .rating div {
	background: url('../mainthem1/img/rating2.png') repeat-x;
    height: 14px;
    margin-right: auto;
}
.item-box .description {
	display: none;
}
.item-box .description a {
	display: block;
	overflow: hidden;
}

.item-box .old-price {
	margin: 0 0 0 5px;
	font-size: 16px;
	color: #aaa;
	text-decoration: line-through;
	font-weight: 200;
}

.item-box .tax-shipping-info a {
	color: #4ab2f1;
}
.item-box .tax-shipping-info a:hover {
	text-decoration: underline;
}
.item-box .buttons {
	margin: 0;
    font-size: 0;
}
.item-box input[type="button"] {
	display: inline-block;
	height: 40px;
	border: none;
	vertical-align: middle;
}
.item-box .product-box-add-to-cart-button {
	width: 60%;
	background-color: #4ab2f1;
	text-align: center;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.item-box .product-box-add-to-cart-button:hover {
	background-color: #248ece;
}
.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
	width: 20%;
	border-right: 1px solid #fff !important;
	background-color: #eaeaea;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
}
.item-box .add-to-compare-list-button {
	background-image: url('../mainthem1/img/compare-button.png');
}
.item-box .add-to-wishlist-button {
	background-image: url('../mainthem1/img/wishlist-button.png');
}
.item-box .add-to-compare-list-button:hover,
.item-box .add-to-wishlist-button:hover {
	background-color: #ddd;
}

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid,
.vendor-grid {
	margin: 0 0 20px;
}
.home-page-category-grid .title,
.sub-category-grid .title {
	text-align: center;
	font-size: 22px;
	font-weight: normal;
    -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home-page-category-grid .title a,
.sub-category-grid .title a {
	display: block;
	padding: 0 0 15px;
}
.home-page-category-grid .picture,
.sub-category-grid .picture {
	margin: 0;
}
.home-page-category-grid .picture a:before,
.sub-category-grid .picture a:before {
	padding-top: 65%;
}

.product-grid,
.product-list {
	margin: 0 0 50px;
}
.product-grid .title {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 15px;
	font-size: 30px;
	font-weight: normal;
	color: #444;
}
.product-grid .title strong {
	font-weight: normal;
}

.manufacturer-grid .title {
	margin: 0 0 15px;
	text-align: center;
	font-size: 16px;
}
.manufacturer-grid .title a:hover {
	color: #4ab2f1;
}
.manufacturer-grid .picture {
	border: 1px solid #ddd;
}



.vendor-grid .title {
	margin: 0 0 15px;
	text-align: center;
	font-size: 16px;
}
.vendor-grid .title a:hover {
	color: #4ab2f1;
}
.vendor-grid .picture {
	border: 1px solid #ddd;
}

.pager {
	margin: 0 0 20px;
}
.pager ul {
	text-align: left;
	font-size: 0;
}
.pager li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
}
.pager li a,
.pager li span {
	display: block;
	min-width: 35px;
	height: 35px;
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 8px;
	text-align: center;
	font-size: 14px; /*reset zeroing*/
	cursor: pointer;
}
.pager li span {
	border-color: transparent;
	background-color: #4ab2f1;
	color: #fff;
}
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
	color: #fff;
}
.pager li.previous-page * {
	background-image: url('../mainthem1/img/next.png');
}
.pager li.next-page * {
	background-image: url('../mainthem1/img/prev.png');
}
.pager li.first-page * {
	background-image: url('../mainthem1/img/last.png');
}
.pager li.last-page * {
	background-image: url('../mainthem1/img/first.png');
}
.pager li a:hover {
	border-color: transparent;
	background-color: #ddd;
}


/********** PRODUCT PAGE **********/



.product-details-page {
	padding: 20px 0 0;
}
.product-essential {
	margin: 0 0 40px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px;
}
.product-essential:after {
	content: "";
	display: block;
	clear: both;
}
.gallery {
	margin: 0 auto 50px;
}
.gallery .picture-wrapper {
    margin: 0 0 10px;
}
	.gallery .picture {
		position: relative;
		max-width: 100%;
		margin: 0 auto 10px;
		overflow: hidden;
		text-align: center;
		padding-top: 10px;
		min-height: 420px;
	}
.gallery .picture:before {
	/*content: "";
	display: block;
	padding-top: 100%;*/
}
.gallery .picture img,
.gallery .picture-thumbs img,
.variant-picture img {
	/*position: absolute;*/
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
	.gallery .picture-thumbs {
		/*overflow: hidden;
		font-size: 0;
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border-top: none;
		padding: 0;
		justify-content: center;*/
		overflow: hidden;
		font-size: 0;
		list-style: none;
		
		
		border-top: none;

		direction: ltr;
		text-align: left;
		padding-left: 15px;
	}
		.gallery .picture-thumbs .thumb-item {
			/*overflow: hidden;
			cursor: pointer;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			margin-right: 2%;
			border: 1px solid #ccc;
			border-radius: 5px;
			-webkit-box-flex: 0;
			-ms-flex: 0 0 15%;
			flex: 0 0 15%;
			padding: 14px;*/
			overflow: hidden;
			cursor: pointer;
		
			display: -ms-flexbox;
		
			margin-right: 2%;
			border: 1px solid #ccc;
			border-radius: 5px;
			-webkit-box-flex: 0;
			-ms-flex: 0 0 15%;
		
			padding: 14px;
			display: inline-block;
			width: 85px;
			height: 85px;
			margin-bottom: 10px;
			
		}


.overview .discontinued-product {
    background: #f3f3f3;
    margin: 0 0 20px;
}
.overview .discontinued-product h4 {
    display: inline-block;
    font-size: 14px;
    padding: 17px 17px 17px 40px;
    background: url('../mainthem1/img/discontinued-product-icon.png') no-repeat 13px center;
    color: #de444c;
}
.overview .product-name {
	margin: 0 0 25px;
	border-bottom: 1px solid #f2f2f2;
	padding: 0 0 10px;
}

.overview .short-description {
	line-height: 22px;
	color: #c0c2c5;
	background-color: #fff;
	position: relative;
	top: 21px;
	display: inline-block;
	font-size: .857rem;
}

.product-no-reviews,
.product-reviews-overview {
	margin: 0 0 25px;
	color: #444;
}
.product-no-reviews a {
	text-decoration: underline;
}
.product-review-box {
	display: inline-block;
	margin: 0 0 8px;
}
.product-review-box .rating {
    width: 95px;
    height: 14px;
    background: url('../mainthem1/img/rating1.png') repeat-x;

    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.product-review-box .rating div {
	height: 14px; 
	background: url('../mainthem1/img/rating2.png') repeat-x;
    margin-right: auto;
}
.product-review-links a {
	display: inline-block;
	text-decoration: underline;
}
.product-review-links a:hover {
	color: #4ab2f1;
}

.overview .label,
.variant-overview .label {
	display: inline-block;
}
.overview .value,
.variant-overview .value {
	color: #000;
	font-size: 12px;
}
.overview .value a,
.variant-overview .value a {
	color: #4ab2f1;
}
.overview .value a:hover,
.variant-overview .value a:hover {
	text-decoration: underline;
}

.overview-buttons {
	margin: 0 0 25px;
	font-size: 0;
}
.overview-buttons div {
	width: 80%;
	margin: 0 auto 3px;
}
.overview .button-2,
.variant-overview .button-2 {
	display: block;
	width: 100%;
	border: none;
	background-color: #eaeaea;
	background-position: right center;
	background-repeat: no-repeat;
	
	text-align: right;
	font-size: 14px;
	color: #666;
	display: block;
	border-width: 0px;
	background: rgb(122, 122, 122);
	border-radius: 8px;
	color: white;
	text-align: center;
	padding: 16px 10px;
}
	.overview .button-2:hover,
	.variant-overview .button-2:hover {
		background-color: #3a3a3a;
	}

.overview .add-to-compare-list-button {
    background-image: url('../mainthem1/img/compare-button.png');
}
.overview .email-a-friend-button {
    background-image: url('../mainthem1/img/email-button.png');
}

.overview .download-sample-button,
.variant-overview .download-sample-button {
    background-image: url('../mainthem1/img/download-button.png');
}
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    background-image: url('../mainthem1/img/wishlist-button.png');
}

.overview .manufacturers {
	margin: 0 0 20px;
}
.overview .availability,
.variant-overview .availability {
	margin-bottom: 10px;
	overflow: hidden;
}
.overview .availability .stock,
.variant-overview .availability .stock {
	margin: 0 0 10px;
}
.overview .availability .back-in-stock-subscription,
.variant-overview .availability .back-in-stock-subscription {
	display: inline-block;
}
.overview .additional-details,
.variant-overview .additional-details {
	margin: 0 0 20px;
}
.overview .additional-details div,
.variant-overview .additional-details div {
	margin: 0 0 8px;
}
.overview .delivery,
.variant-overview .delivery {
	overflow: hidden;
}
.overview .min-qty-notification,
.variant-overview .min-qty-notification {
	margin: 10px 0;
    font-style: italic;
	color: #444;
}
.overview .free-shipping,
.variant-overview .free-shipping {
    display: inline-block;
    margin: 0 0 10px;
    background: url('../mainthem1/img/shipping.png') right center no-repeat;
    padding: 2px 28px 2px 0;
    font-weight: bold;
    color: #444;
}
.overview .free-shipping.invisible,
.variant-overview .free-shipping.invisible {
    display: none;
}
.overview .delivery-date,
.variant-overview .delivery-date {
    margin: 10px 0;
}
.overview .download-sample,
.variant-overview .download-sample {
	display: inline-block;
	margin: 0 0 25px;
}

.overview .prices,
.variant-overview .prices {
	margin: 10px 0 10px;
	overflow: hidden;
}
.overview .prices > div,
.variant-overview .prices > div {
	margin: 0 0 5px;
}
.overview .prices > div > span,
.variant-overview .prices > div > span {
	vertical-align: middle;
}
.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
	font-size: 15px;
	color: #999;
	text-decoration: line-through;
	text-align: center;
}
.overview .product-price,
.variant-overview .product-price {
	font-size: 23px;
	font-weight: bold;
	color: #fb3449;
	text-align: center;
}
.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a {
	color: #4ab2f1;
}
.overview .tax-shipping-info a:hover,
.variant-overview .tax-shipping-info a:hover {
	text-decoration: underline;
}

.customer-entered-price {
	margin: 0 0 20px;
	overflow: hidden;
}
.customer-entered-price .price-input label {
	display: block;
	margin: 0 0 5px;
	font-weight: bold;
	color: #444;
}
.customer-entered-price .price-input input {
	width: 170px;
	text-align: center;
}
.customer-entered-price .price-range {
	margin: 5px 0 0;
	color: #777;
}

.tier-prices {
	margin: 0 0 20px;
}
.tier-prices .title {
    display: none;
}
.tier-prices table td {
	border: 1px solid #ddd;
	padding: 10px;
	color: #444;
}
.tier-prices .field-header {
	min-width: 80px;
}
.tier-prices .item-price {
	background-color: #f9f9f9;
	font-size: 16px;
	color: #e4434b;
}

.overview .add-to-cart {
	margin: 0 0 20px;
	text-align: center;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	display: inline-block;
	position: relative;
	width: 100%;
}
.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
	float: right;
}
.overview .qty-label,
.variant-overview .qty-label {
    display: none !important;
}
.overview .qty-input,
.variant-overview .qty-input {
	width: 45px;
	height: 43px;
	padding: 0 12px;
	text-align: center;
	font-size: 15px;
	color: #444;
	display: none;
}
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
    height: 43px;
    padding: 0 12px;
    font-size: 15px;
    color: #444;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
	background-color: #f23438;
	font-size: 1.1rem;
	padding: 18px 80px;
	border-radius: 8px;
	color: #fff;
	text-align: center;
	display: inline-block;
	border: none;
	cursor: pointer;
	position: relative;
	white-space: nowrap;
	line-height: 22px;
	text-decoration: none;
	margin-top: 5px;
	font-family: iranyekan;
	overflow: hidden;
	font-weight: normal;
	width: 100%;
}
	.overview .add-to-cart-button i,
	.variant-overview .add-to-cart-button i {
		font-size: 25px;
		position: absolute;
		right: 15px;
		top: 15px;
		color: rgba(255, 255, 255, 0.7);
		font-style: normal;
	}
	.overview .add-to-cart-button:before,
	.variant-overview .add-to-cart-button:before {
		transition: all .3s ease-in-out;
		width: 21%;
		height: 150%;
		position: absolute;
		right: -11px;
		top: -17px;
		background: hsla(0, 0%, 100%, .21);
		content: "";
		border-radius: 50%;
	}

	.overview .add-to-cart-button:hover,
	.variant-overview .add-to-cart-button:hover {
	
	}
	.overview .add-to-cart-button:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
		width: 900px;
		height: 900px;
		right: -450px;
		top: -450px;
		transform: unset;
	}

.product-share-button {
	display: inline-block;
    overflow: hidden;
}
.full-description {
	clear: both;
	line-height: 24px;
}

.product-collateral {
	margin: 0 0 75px;
}
.product-collateral .title {
	margin: 0 0 10px;
	font-size: 18px;
	color: #444;
}
.product-collateral .title strong {
	font-weight: normal;
}

.product-variant-line {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 20px;
}
.product-variant-line:after {
	content: "";
	display: block;
	clear: both;
}
.variant-picture {
	position: relative;
	width: 220px;
	height: 220px;
	margin: 0 auto 15px;
	overflow: hidden;
}
.variant-overview {
	width: 100%;
}
.variant-overview .variant-name {
	margin: 0 0 10px;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #4ab2f1;
}
.variant-overview .variant-description {
	margin: 0 0 15px;
	line-height: 22px;
}
.variant-overview .add-to-wishlist {
	margin: 0 0 25px;
}
.variant-overview .add-to-wishlist-button {
	display: inline-block;
	width: auto;
}
.variant-overview .add-to-cart {
	margin: 0 0 10px;
}

.product-specs-box {
	margin: 0 0 40px;
}
.product-specs-box td {
	border: 1px solid #ddd;
	padding: 10px;
}

.product-tags-list {
	font-size: 0;
}
.product-tags-list li {
	display: inline-block;
	font-size: 14px; /*reset zeroing*/
		}
.product-tags-list li.separator {
	margin: 0 3px 0 5px;
}
.product-tags-list a {
	display: inline-block;
	line-height: 24px;
}
.product-tags-list a:hover {
	color: #444;
}

.attributes dl {
	overflow: hidden;
	padding: 0 2px; /* fix for Chrome in Mac, the checkboxes get cut off */
	margin-bottom: 0;
}
.attributes dt,
.attribute-label {
	display: block;
	margin: 0 0 5px;
	white-space: nowrap; 
	font-weight: bold;
	color: #444;
}
.attributes dd,
.attribute-data {
	margin: 0 0 10px;
}
.attributes li {
	margin: 8px 0 12px;
}
.attributes select {
	width: auto;
	min-width: 100px;
	max-width: 100%;
}
.attributes .option-list label {
	margin: 0 5px;
}

.attributes .datepicker {
	width: 280px;
	text-align: center;
	color: #444;
}

.attributes .qty-box input{
	width: 48px;
    height: 32px;
    text-align: center;
}

.ui-datepicker {
	width: 280px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	text-align: center;
	/*override jQuery UI styles, do not delete doubled properties*/
	border: none;
	border-radius: 0;
	padding: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #777;
}
.ui-datepicker-header {
	position: relative;
	height: 32px;
	background-color: #4ab2f1;
	color: #fff;
	/*override jQuery UI styles, do not delete doubled properties*/
	border: none;
	border-radius: 0;
	background-image: none;
	padding: 0 !important;
	font-weight: normal;
}
.ui-datepicker-header a {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 0;
	/*override jQuery UI styles, do not delete doubled properties*/
	top: 0 !important;
	width: 32px !important;
	height: 32px !important;
	border: none !important;
}
.ui-datepicker-header a.ui-datepicker-prev {
	right: 0;
	left: auto;
	background: url('../mainthem1/img/calendar-next.png') center no-repeat;
}
.ui-datepicker-header a.ui-datepicker-next {
	right: auto;
	left: 0;
	background: url('../mainthem1/img/calendar-prev.png') center no-repeat;
}
.ui-datepicker-header a span {
	/*override jQuery UI styles, do not delete doubled properties*/
	display: none !important;
}
.ui-datepicker-title {
	position: relative;
	z-index: 0;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
	/*override jQuery UI styles, do not delete doubled properties*/
	line-height: 32px !important;
}
.ui-datepicker-calendar {
	/*override jQuery UI styles, do not delete doubled properties*/
	margin: 0 !important;
	font-size: 14px !important;
}
.ui-datepicker-calendar th {
	background-color: #eee;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
	border: 1px solid #ddd;
	/*override jQuery UI styles, do not delete doubled properties*/
	padding: 0;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	min-height: 32px;
	line-height: 32px;
	color: #444;
}
.ui-datepicker-calendar td a {
	/*override jQuery UI styles, do not delete doubled properties*/
	border: none !important;
	background: none !important;
	padding: 0;
	text-align: center;
	color: #444 !important;
}
.ui-datepicker-calendar .ui-state-active {
	outline: 2px solid #4ab2f1;
	font-weight: bold;
	color: #4ab2f1;
	/*override jQuery UI styles, do not delete doubled properties*/
	color: #4ab2f1 !important;
}


.attribute-squares li {
	display: inline-block;
	margin: 0 5px 5px;
	text-align: center;
}
.attribute-squares .attribute-square-container {
    display: block;
    position: relative;
    z-index: 0;
	padding: 1px;
}

.attribute-squares .attribute-square {
	display: inline-block;
	width: 20px !important;
	height: 20px !important;
	border: 1px solid #ccc !important;
	cursor: pointer;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	right: 8px;
	top: 8px;
}


.tooltip-container {
    position: absolute;
    width: 200px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    text-align: center;
    visibility: hidden;
    border-radius: 5px;
}
.tooltip-container:before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 50%;
    margin-right: -7px;
    width: 0; height: 0;
    border-bottom: 7px solid #eeeeee;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.tooltip-container:after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 50%;
    margin-right: -6px;
    width: 0; height: 0;
    border-bottom: 6px solid #FFFFFF;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.attribute-squares li:hover .tooltip-container {
    visibility: visible;
    margin-right: -83px;
    margin-top: 5px;
    z-index: 999;
}
.tooltip-container .tooltip-header {
    background-color:#F6F6F6;
    height:25px;
    border-top-right-radius:4px;
    border-top-left-radius:4px;
    padding-right:10px;
    padding-top:5px;
    text-align:left;
    width: 198px;
    font-size: 15px;
    border-bottom: 1px #EEEEEE solid;
}
.tooltip-container .tooltip-body {
    margin:5px;
}
.tooltip-container .tooltip-body img {
    border: 0px #FFF;
    width: 190px;
}
.giftcard {
	margin: 0 0 20px;
	overflow: hidden;
}
.giftcard div {
	margin: 0 0 10px;
}
.giftcard label {
	display: block;
	margin: 0 auto 5px;
	font-weight: bold;
	color: #444;
}
.giftcard input,
.giftcard textarea {
	width: 350px;
	max-width: 100%;
}
.giftcard textarea {
	height: 150px;
}


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
	display: inline-block;
	color: #4ab2f1;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''";
}
.product-reviews-page .title {
	margin: 0 0 20px;
	font-size: 20px;
	color: #444;
}
.product-reviews-page .title strong {
	font-weight: normal;
}

.write-review {
	margin: 0 0 60px;
}
.write-review .fieldset {
	margin: 0 0 30px;
}

.tooltip {    
    position: initial;
    display: inline-block;
    border-bottom: 1px dotted black;
    color: #444;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background: #f0f0f0 no-repeat 100% 5%;
    border: #c0c0c0 1px dotted;
    text-align: right;    
    padding: 10px 10px 5px 5px;
    position: absolute;
    z-index: 1;    
    left: 10%;    
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;    
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    cursor: help;
}

.write-review .review-rating {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.write-review .review-rating label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
}
.write-review .review-rating div.first {
	color: #e4444c;
}
.write-review .review-rating div.rating-options {
    padding-top: 2px;
}
.write-review .review-rating div.rating-options input {
	vertical-align: baseline;
}
.write-review .review-rating div.last {
	color: #4cb17c;
}
.write-review .captcha-box {
	margin: 15px 0 0;
}
.write-review .button-1 {
	border: none;
	background-color: #4ab2f1;
    padding: 10px 25px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.write-review .button-1:hover {
	background-color: #248ece;
}
.product-reviews-page .result,
.product-reviews-page .message-error {
	margin: 0 0 20px;
}

.product-review-list {
	overflow: hidden;
}
.product-review-item {
	margin: 0 0 40px;
}
.product-review-item .review-item-head {
	border-top: 1px solid #ddd;
	overflow: hidden;
	background-color: #f6f6f6;
	padding: 10px;
}
.product-review-item .review-title {
	line-height: 20px;
	font-size: 15px;
	color: #444;
}
.product-review-item .product-review-box {
	margin: 3px 0 0;
}
.product-review-item .review-content {
	padding: 20px 10px;
}
.product-review-item .review-text {
	margin: 0 0 15px;
	line-height: 22px;
	color: #444;
}
.product-review-item .avatar {
	margin: 0 0 10px;
}
.product-review-item .reply {
	margin: 15px 0;
    border-top: 1px solid #ddd;
}
.product-review-item .reply-header {
	margin: 15px 0;
    font-weight: bold;
}
.product-review-item .reply-text {
	line-height: 22px;
}
.product-review-item .review-info {
	margin: 0 0 5px;
}
.product-review-item .review-info label {
	font-weight: normal;
}
.product-review-item .review-info *,
.product-review-helpfulness * {
	display: inline-block;
}
.product-review-item .review-info a,
.product-review-helpfulness .vote {
	display: inline-block;
	padding: 0 5px;
	color: #4ab2f1; 
	cursor: pointer;
}
.product-review-helpfulness .question {
	margin: 0 0 0 5px;
	font-style: italic;
}
.product-review-helpfulness .result {
	margin: 0 10px 0 0;
}
.product-review-item .review-type-rating-ext {
    overflow: hidden;
    margin: 0 0 20px;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-page .page-title {
	margin: 0 0 -1px;
}
.wishlist-content {
	margin: 0 0 20px;
}
.wishlist-content .message-error {
	margin: 20px 0;
}
.wishlist-content .table-wrapper {
	margin: 0 0 30px;
}
.wishlist-content .product-content {
	min-width: 300px;
	text-align: right;
}
.wishlist-content .tax-shipping-info {
	margin: 0 0 20px;
	text-align: center;
}
.wishlist-content .tax-shipping-info a {
	color: #4ab3f1;
}
.wishlist-content .tax-shipping-info a:hover {
	text-decoration: underline;
}
.wishlist-content .buttons {
	font-size: 0;
}
.wishlist-content .button-2 {
	display: block;
	width: 250px;
	margin: 0 auto 3px;
	border: none;
    padding: 10px 25px;
	text-align: center;
	line-height: 20px;
	font-size: 15px;
	color: #fff;
}
.wishlist-content .update-wishlist-button,
.wishlist-content .wishlist-add-to-cart-button {
	background-color: #4ab2f1;
	text-transform: uppercase;
}
.wishlist-content .update-wishlist-button:hover,
.wishlist-content .wishlist-add-to-cart-button:hover {
	background-color: #248ece;
}
.wishlist-content .email-a-friend-wishlist-button {
	background-color: #aaa;
}
.wishlist-content .email-a-friend-wishlist-button:hover {
	background-color: #999;
}
.wishlist-page .share-info {
	text-align: center;
}
.wishlist-page .share-info span {
	display: block;
	margin: 0 0 5px;
}
.wishlist-page .share-info a {
	font-weight: bold;
	color: #444;
}
.wishlist-page .share-info a:hover {
	color: #4ab2f1;
}
.wishlist-page .no-data {
	margin: 25px 0 0;
}

.compare-products-page {
	position: relative;
	overflow: hidden;
}
.compare-products-page .clear-list {
	display: inline-block;
	
}

.compare-products-page .table-wrapper {
	margin: 0 0 30px;
	padding: 0 0 1px; /*IE mobile table border fix*/
}
.compare-products-table td {
	min-width: 150px;

    background-color: #fff;
    padding: 20px;
	text-align: right;
	vertical-align: top;
	color: #444;
}
.compare-products-table td:first-child {
	min-width: 0;
}
.compare-products-table td label {
	font-weight: normal;
    color: #777;
}
.compare-products-table .remove-button {
	display: inline-block;
	border: none;
	font-size: 12px;
	color: #666;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #f5f5f5;
	position: absolute;
	left: 23px;
	top: 22px;
}
.compare-products-table .remove-button:hover {
	color: #4ab2f1;
}
.compare-products-table .picture {
	display: block;

	max-width: 160px;

	text-align: center;
	margin: auto;
}

.compare-products-table .product-name td {
	font-weight: bold;
}
.compare-products-table .product-name td a:hover {
    color: #4ab2f1;
}
.compare-products-table .short-description td {
	line-height: 22px;
}
.compare-products-table .full-description td {
	display: none;
}
.compare-products-page .no-data {
	margin: 25px 0 0;
}


/*********** TOPICS ***********/



.topic-block {
	margin: 0 0 25px;
}
.topic-block-title {
	min-height: 50px;
	margin: 0 0 25px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 15px;
}
.topic-block-title h2 {
	font-size: 30px;
	font-weight: normal;
}
.topic-block-body {
	text-align: justify;
	line-height: 24px;
	font-size: 16px;
}
.topic-page .page-body {
	text-align: justify;
	line-height: 22px;
}
.topic-block a,
.topic-page a {
	text-decoration: underline;
}
.topic-block strong,
.topic-page strong {
	color: #444;
}

.home-page .topic-block {
	margin: 0 0 50px;
}
.popup-window .topic-page {
	padding: 15px;
}

.not-found-page p {
	margin: 30px 15px;
}

.topic-password {
	text-align: center;
}
.enter-password-title {
	margin: 0 0 20px;
	color: #444;
}
.enter-password-form {
	display: inline-block;
	overflow: hidden;
}
.enter-password-form input[type="password"] {
	float: right;
	width: 200px;
	height: 40px;
	margin: 0 0 0 -1px;
}
.enter-password-form input[type="submit"] {
	float: right;
	width: auto;
	min-width: 86px;
	height: 40px;
	border: none;
	background-color: #4ab2f1;
	padding: 0 15px;
	color: #fff;
	text-transform: uppercase;
}
.enter-password-form input[type="submit"]:hover {
	background-color: #248ece;
}


/*********** CONTACT & EMAIL A FRIEND & APPLY FOR VENDOR ACCOUNT ***********/



.contact-page .page-title,
.email-a-friend-page .page-title,
.apply-vendor-page .page-title {
	margin: 0 0 -1px;
}
.contact-page .result,
.contact-page .message-error,
.email-a-friend-page .result,
.email-a-friend-page .message-error,
.apply-vendor-page .result,
.apply-vendor-page .message-error {
	margin: 20px 0;
}
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
	min-width: 140px;
	border: none;
	background-color: #4ab2f1;
    padding: 10px 30px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover {
	background-color: #248ece;
}
.contact-page .topic-block,
.email-a-friend-page .title,
.apply-vendor-page .title {
	margin: 25px 0;
}
	.email-a-friend-page .title h2 {
		font-weight: normal;
		color: #4ab2f1;
		font-size: 16px;
	}

.apply-vendor-page .terms-of-service {
    text-align: center;
}
.apply-vendor-page .terms-of-service > * {
    display: inline-block;
    line-height: 32px;
}
.apply-vendor-page .terms-of-service span,
.apply-vendor-page .terms-of-service a {
    color: #4ab2f1;
    cursor: pointer;
}

/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/



.gender {
	display: inline-block;
}
.gender span {
	display: inline-block;
	margin: 0 5px;
}
.gender span > * {
	display: inline !important;
	margin: 0 5px;
	line-height: 32px;
}
.date-of-birth .date-picker-wrapper {
    display: inline;
} 
.date-of-birth select {
	width: 31%; /*always single line*/
	max-width: 126px;
}
.date-of-birth select + select {
	margin: 0 10px 0 0;
}
.date-of-birth .select-wrapper + .select-wrapper {
	margin: 0 10px 0 0;
}
#check-availability-button {
	margin: 10px 0 0;
	border: none;
	background-color: #888;
	padding: 10px 15px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
#check-availability-button:hover {
	background-color: #999;
}
.inputs.accept-consent {
    text-align: center;
}
.inputs.accept-consent > * {
    display: inline-block;
    line-height: 32px;
}
.inputs.accept-consent span, 
.inputs.accept-consent a {
    color: #4ab2f1;
    cursor: pointer;
    font-size: 14px;
}
.inputs.accept-consent label {
    width: auto;
    margin-right: 10px;
    margin-bottom: 0;
}
.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
	min-width: 140px;
	border: none;
	background-color: #4ab2f1;
    padding: 10px 30px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.return-request-page .button-1:hover {
	background-color: #248ece;
}
.return-request-page h1 a {
    color: #4ab2f1;
}
.return-request-page .return-request-file {
    font-size: 14px;
}
.return-request-page .return-request-file .uploadedfileinput {
    display: inline-block;
}
.registration-page .message-error,
.login-page .message-error,
.account-page .message-error {
	margin: 0 0 10px;
}
.registration-result-page .result {
	margin: 0 0 30px;
	padding: 30px 0;
	text-align: center;
	font-size: 16px;
	color: #4cb17c;
}
.customer-info-page .email-to-revalidate,
.customer-info-page .readonly-username,
.customer-info-page .vat-status {
    margin: 0 5px;
    font-size: 14px;
}
.customer-info-page .vat-status {
    display: block;
}
.registration-page .vat-note,
.customer-info-page .vat-note,
.customer-info-page .email-to-revalidate-note {
    display: block;
    font-size: 14px;
    margin-top: 7px;
    white-space: normal;
}

.login-page .customer-blocks {
	margin: 0 0 30px;
}
.login-page .title {
	margin: 0 0 15px;
	font-size: 20px;
	color: #444;
}
.login-page .title strong {
	font-weight: normal;
}
.login-page .new-wrapper {
	margin: 0 0 50px;
}
.login-page .new-wrapper .text {
	margin: 0 0 30px;
	border-top: 1px solid #e6e6e6;
	background-color: #f9f9f9;
	padding: 30px;
	line-height: 22px;
}
.login-page .new-wrapper .topic-block {
	margin: 0;
}
.login-page .new-wrapper .topic-block-body strong {
	color: #444;
}
.login-page .new-wrapper .button-1 {
	margin: 0 0 5px;
}
.login-page .returning-wrapper {
	margin: 0;
}
.login-page .returning-wrapper .form-fields {
	overflow: hidden;
	padding: 30px 15px 0;
}
.login-page .returning-wrapper .inputs.reversed {
	white-space: normal;
}
.login-page .returning-wrapper .inputs.reversed * {
	display: inline-block;
	width: auto;
	margin: 5px;
	font-size: 14px; /*reset zeroing*/
	color: #444;
}
.login-page .returning-wrapper .inputs.reversed a:hover {
	color: #4ab2f1;
}
.login-page .captcha-box {
	margin: -15px 0 20px;
}
.login-page .returning-wrapper .buttons {
	background-color: #fff;
	padding: 30px 0;
}

.external-authentication {
	margin: 0 0 50px;
	overflow: hidden;
	text-align: center;
}
.external-authentication .title {
	margin: 0 0 15px;
	font-size: 20px;
	color: #444;
}
.external-authentication .buttons {
    margin: 0 0 30px;
    border-top: 1px solid #e6e6e6;
    padding: 30px;
}
.external-auth-errors {
	color: #e4444c;
}
.external-auth-association {
	color: #444;
}
.external-auth-association a {
	color: #4ab2f1;
}
.external-auth-association a:hover {
	text-decoration: underline;
}

.password-recovery-page .result {
	margin: 0 0 5px;
	font-weight: bold;
	color: #444;
}
.password-recovery-page .tooltip {
	margin: 0 0 25px;
}

.add-more-external-records {
	text-align: center;
}
.add-more-external-records a {
	color: #4ab2f1;
}
.add-more-external-records a:hover {
	text-decoration: underline;
}

.account-page .buttons {
	text-align: center;
}
.account-page .description {
	margin: 0 0 25px;
	padding: 0 10px;
}
.account-page .table-wrapper {
	margin: 0 0 30px
}

.gdpr-tools-page .result {
    margin: 20px 0;
    font-size: 13px;
    color: #e4434b;
}
.gdpr-tools-page .buttons {
    margin-top: 20px;
}

.address-list-page .info .name,
.order-list-page .info .name {
	font-size: 16px;
	font-weight: bold;
}
.address-list-page .button-2,
.order-list-page .button-2 {
	display: inline-block;
	margin: 0 10px 0 0;
	border: none;
	padding: 0 18px 0 0;
	font-size: 12px;
	color: #444;
}
.edit-address-button {
	background: url('../mainthem1/img/edit.png') right center no-repeat;
}
.delete-address-button,
.cancel-recurring-order-button {
	background: url('../mainthem1/img/remove.png') right center no-repeat;
}
.retry-recurring-order-button {
	background: url('../mainthem1/img/retry.png') right center no-repeat;
}
.return-items-button {
	background: url('../mainthem1/img/return.png') right center no-repeat;
}

.address-list-page .button-2:hover,
.order-list-page .button-2:hover {
	color: #4ab2f1;
}
.address-list-page .add-button {
	margin: 0 0 20px;
	text-align: center;
}

.address-edit-page .page-title {
	margin: 0 0 -1px;
}
.address-edit-page .message-error {
	margin: 20px 0;
}
.address-edit-page .edit-address {
	margin: 0 0 30px;
	border-top: 1px solid #e6e6e6;
	background-color: #f9f9f9;
    padding: 30px 15px;
}

.recurring-payments table td {
	white-space: nowrap;
}
.recurring-payments table td:first-child {
	min-width: 120px;
	white-space: normal;
}
.recurring-payments .button-2 {
	font-size: 14px;
}

.return-request-list-page .details {
	border-top: 1px solid #e6e6e6;
	background-color: #f9f9f9;
    padding: 20px;
	line-height: 22px;
	color: #444;
}
.return-request-list-page label {
	margin: 0 0 0 5px;
}
.return-request-list-page a {
	color: #4ab2f1;
}
.return-request-list-page a:hover {
	text-decoration: underline;
}
.return-request-list-page .comments div {
	margin: 10px 0 0;
	font-size: 15px;
	font-style: italic;
	color: #444;
}

.downloadable-products-page table td {
	color: #444;
}

.reward-points-overview {
    margin: 0 0 25px;
}
.reward-points-history table td {
	color: #444;
}
.reward-points-history table td:first-child {
	min-width: 120px;
}

.change-password-page .page-title {
	margin: 0 0 -1px;
}
.change-password-page .result,
.change-password-page .message-error {
	margin: 20px 0;
}
.change-password-page .fieldset {
	margin: 0 0 30px;
}

.avatar-page .page-title {
	margin: 0;
}
.avatar-page .page-body {
	margin: 0 0 30px;
	overflow: hidden;
	background-color: #f9f9f9;
    padding: 30px 25px;
}
.avatar-page .message-error {
	margin: 0 0 10px;
}
.avatar-page .image {
	margin: 0 0 10px;
}
.avatar-page .image img {
	border: 1px solid #ccc;
}
.avatar-page .button-1 {
	font-size: 14px;
}
.avatar-page .button-2 {
	border: none;
	background-color: #888;
	padding: 10px 15px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.avatar-page .button-2:hover {
	background-color: #999;
}
.avatar-page .info {
	color: #444;
}

.vendorinfo-page .button-2 {
    border: medium none;
    background-color: #888;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.vendorinfo-page .button-2:hover {
	background-color: #999;
}
.vendorinfo-page .vendor-picture {
    width: 400px;
    margin: 0 auto;
}
.vendorinfo-page .vendor-picture * {
    display: block;
    margin-top: 15px;
}

.check-gift-card-balance-page .page-title {
    margin: 0 0 -1px;
}

.check-gift-card-balance-page .result,
.check-gift-card-balance-page .message-error {
    margin: 20px 0;
}

.check-gift-card-balance-page .fieldset {
    margin: 0 0 30px;
}

/********** SHOPPING CART **********/



.order-progress {
	margin: 0 0 50px;
	background-color: #f6f6f6;
	padding: 15px 0;
	text-align: center;
}
.order-progress ul {
	font-size: 0;
}
.order-progress li {
	display: inline-block;
	margin: 10px;
}
.order-progress a {
	display: block;
	min-width: 70px;
	font-size: 14px; /*reset zeroing*/
	color: #444;
}
.order-progress a:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto 15px;
	border: 1px solid #bbb;
	background: #fff url('../mainthem1/img/pointer.png') center no-repeat;
}
.order-progress li.active-step a {
	cursor: pointer;
}
.order-progress li.inactive-step a {
	opacity: 0.3;
	cursor: default;
}

.shopping-cart-page .page-title {
	margin: 0 0 -1px;
	padding: 10px;
}
.shopping-cart-page .message-error {
	margin: 20px 0;
}
.shopping-cart-page td .message-error {
	margin: 10px 0 0;
	text-align: right;
}
.shopping-cart-page .checkout-attributes a {
	color: #4ab3f1;
}
.shopping-cart-page .checkout-attributes a:hover {
	text-decoration: underline;
}
.shopping-cart-page .tax-shipping-info {
	margin: 20px 0;
	text-align: center;
}
.shopping-cart-page .tax-shipping-info a {
	color: #4ab3f1;
}
.shopping-cart-page .tax-shipping-info a:hover {
	text-decoration: underline;
}
.shopping-cart-page .common-buttons {
	margin: 0 0 60px;
	background-color: #f6f6f6;
	padding: 20px;
	font-size: 0;
}
.shopping-cart-page .common-buttons input {
	display: inline-block;
	min-width: 180px;
	margin: 5px;
	border: none;
	background-color: #aaa;
	padding: 10px 20px;
	font-size: 15px;
	color: #fff;
}
.shopping-cart-page .common-buttons input:hover {
	background-color: #999;
}
.shopping-cart-page .common-buttons input:first-child {
	background-color: #4ab2f1;
}
.shopping-cart-page .common-buttons input:first-child:hover {
	background-color: #248ece;
}


.checkout-attributes dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.checkout-attributes dd {
	margin: 0 0 20px;
}
.checkout-attributes input[type="text"],
.checkout-attributes select {
	min-width: 170px;
}
.checkout-attributes ul {
	font-size: 0;
}
.checkout-attributes li {
	display: inline-block;
	margin: 5px;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 8px 10px;
	font-size: 14px; /*reset zeroing*/
}
.checkout-attributes .attribute-squares li {
     border: none;
     padding: 0;
     line-height: 0;
}
.checkout-attributes li label {
	display: inline-block;
	margin: 0 5px 0 0;
}

.selected-checkout-attributes br {
	content: "";
	display: block;
	margin: 3px;
}

.cart-footer {
	margin: 0 0 50px;
	border-top: 1px solid #ddd;
}
.cart-footer:after {
	content: "";
	display: block;
	clear: both;
}
.cart-footer .totals {
	width: 350px;
	max-width: 100%;
	margin: 0 auto 50px;
	background-color: #f9f9f9;
	padding: 10px;
	color: #444;
}
.cart-footer .total-info {
	margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
	padding: 5px 30px 15px;
}

.cart-total td {
	width: 50%;
	padding: 5px 0;
	text-align: left;
	font-weight: 300;
}
.cart-total td:first-child {
	text-align: right;
}
.cart-total .giftcard-summary label {
	display: inline-block;
}
.cart-total .giftcard-remaining {
	display: block;
	font-style: italic;
}
.cart-total .order-total {
	font-size: 14px;
}
.cart-total .order-total strong {
	font-weight: normal;
}
.cart-total .earn-reward-points {
	font-style: italic;
}

.min-amount-warning {
	margin: 0 0 20px;
	padding: 0 30px;
	color: #e4434b;
}

.terms-of-service {
	margin: 0 0 20px;
	padding: 0 30px;
}
.terms-of-service label {
    cursor: pointer;
}
.terms-of-service a {
	display: inline-block;
	margin: 0 3px 0 0;
	color: #4ab2f1;
}

.cart-footer .checkout-buttons {
	padding: 0 10px;
}
.cart-footer .checkout-disabled {
    font-size: 20px;
    text-align: center;
    background: #ffa500;
    border: 1px solid #c3891e;
    color: #fff;
    padding: 15px 50px;
}
.cart-footer .checkout-button {
	display: inline-block;
	min-width: 160px;
	border: none;
	background-color: #4ab2f1;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.cart-footer .checkout-button:hover {
	background-color: #248ece;
}
.cart-footer .addon-buttons {
	margin: 20px 0 0;
	padding: 0 10px;
}


.cart-collaterals > div {
	max-width: 400px;
	margin: 0 0 50px;
}
.cart-collaterals .button-2 {
	display: inline-block;
	border: none;
	background-color: #aaa;
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
}
.cart-collaterals .button-2:hover {
	background-color: #999;
}


.cart-collaterals .title strong {
	font-weight: normal;
}

.cart-collaterals .deals > div {
	margin: 0 0 20px;
}
.cart-collaterals .coupon-code {
	overflow: hidden;
}


.cart-collaterals .message-failure {
	margin: 5px 0 0;
	font-size: 12px;
	color: #e4434b;
}
.cart-collaterals .message-success {
	margin: 5px 0 0;
	font-size: 12px;
	color: #4cb17c;
}
.cart-collaterals .current-code {
	margin: 5px 0 0;
	color: #4cb17c;
}


.cart-collaterals .shipping select {
	height: 36px;
}
.cart-collaterals .shipping-results {
	margin: 30px 0 0;
}
.cart-collaterals .shipping-results li {
	margin: 20px 0;
}
.cart-collaterals .shipping-results li strong {
	display: block;
	margin: 0 0 5px;
	color: #444;
}
.shopping-cart-page .no-data {
	margin: 25px 0 0;
}



/*** ESTIMATE SHIPPING POPUP COMMON ***/


.estimate-shipping-popup {
  position: relative;
  background: #FFF;
  padding: 25px 10px;
  width: auto;
  max-width: 800px;
  margin: 0 auto;
}

.estimate-shipping-popup-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.estimate-shipping-popup-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.estimate-shipping-popup-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.estimate-shipping-popup-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.estimate-shipping-popup-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.estimate-shipping-popup-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.shipping-options-loading {
  background: url(../mainthem1/img/ajax-loader-small.gif) no-repeat;
  width: 16px;
  height: 16px;
  position: relative;
  left: 8px;
  margin: 4% 50%;
}

.shipping-address .required {
  margin-right: 0px;
}

.estimate-shipping-row {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.estimate-shipping-row.shipping-option {
  cursor: pointer;
}

.estimate-shipping-row.shipping-option.active {
  font-weight: 700;
}

.estimate-shipping-row-item {
  flex: 0 1 100%;
}

.estimate-shipping-row-item.shipping-item {
  padding: 8px 0;
  overflow: hidden;
  overflow-wrap: break-word;
}

.estimate-shipping-row-item.shipping-header-item {
  padding: 12px 0;
  border-bottom: 1px solid #f2f2f2;
  align-self: flex-end;
}

.estimate-shipping-row-item.address-item + .estimate-shipping-row-item.address-item {
  padding-right: 15px;
}

.estimate-shipping-row-item + .estimate-shipping-row-item {
  padding-right: 10px;
}

.estimate-shipping-row-item-radio {
  flex: 0 0 35px;
}

.ship-to-title {
  margin-bottom: 10px;
  text-align: right;
}

.choose-shipping-title {
  margin-top: 20px;
  text-align: right;
}

.estimate-shipping-address-control {
  width: 100%;
  height: 36px;
}

.estimate-shipping-radio {
  display: none;
}

.estimate-shipping-radio + label {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}

.estimate-shipping-radio:checked + label:after {
  content: ' ';
  width: 6px;
  height: 6px;
  border-radius: 50px;
  position: absolute;
  top: 6px;
  right: 6px;
  background: #ffffff;
}

.estimate-shipping-radio:checked + label {
  background-color: #4ab2f1;
  color: #99a1a7;
  border: 1px solid #adb8c0;
  border-color: #4ab2f1;
}

.apply-shipping-button {
  border: none;
  padding: 8px 25px;
  background-color: #4ab2f1;
  color: #fff;
}

.apply-shipping-button-container {
  margin-top: 15px;
  text-align: center;
}

.shipping-options-header {
  top: 0;
  z-index: 1;
  position: sticky;
  background-color: #fff;
}

.shipping-options {
  position: relative;
  z-index: 1;
  overflow: hidden;
  overflow-y: auto;
  max-height: 200px;
  background: #FFF no-repeat;
  background-image: -webkit-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), -webkit-radial-gradient(50% 100%, farthest-side, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
  background-image: -moz-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), -moz-radial-gradient(50% 100%, farthest-side, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
  background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
  background-position: 0 0, 0 100%;
  background-size: 100% 7px;
}

.shipping-options:before,
.shipping-options:after {
  content: "";
  position: relative;
  z-index: -1;
  display: block;
  height: 30px;
  margin: 0 0 -30px;
  background: -webkit-linear-gradient(top, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(top, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
}

.shipping-options:after {
  margin: -30px 0 0;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
}

.no-shipping-options {
  text-align: center;
  margin: 4% 0;
}

.estimate-shipping-popup .message-failure {
  margin: 5px 0 -5px;
  font-size: 12px;
  color: #e4434b;
}


/*** SHOPPING CART ESTIMATE SHIPPING ***/


.shopping-cart-page .common-buttons .estimate-shipping-button {
  display: inline-block;
  min-width: 180px;
  margin: 5px;
  border: none;
  background-color: #aaa;
  padding: 10px 20px;
  font-size: 15px;
  text-align: center;
  color: #fff;
}

.shopping-cart-page .common-buttons .estimate-shipping-button:hover {
  background-color: #999;
}


/*** PRODUCT ESTIMATE SHIPPING ***/


.product-estimate-shipping {
  margin-bottom: 20px;
}

.product-estimate-shipping .shipping-date {
  margin-top: 3px;
}

.product-estimate-shipping .shipping-title {
  font-size: 16px;
  font-weight: bold;
  color: #444;
  margin-bottom: 5px;
  justify-content: center;
}

.product-estimate-shipping .shipping-title .shipping-price {
  margin-left: 5px;
  vertical-align: middle;
}

.product-estimate-shipping .shipping-title .shipping-loading {
  margin-left: 5px;
  vertical-align: middle;
  background: url(../mainthem1/img/ajax-loader-small.gif) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.product-estimate-shipping .open-estimate-shipping-popup .arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 0 0 3px 6px;
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
}


/********** CHECKOUT **********/



.checkout-page .section {
	margin: 0 0 30px;
}
.checkout-page .section.order-summary {
	margin: 100px 0 30px;
}

.checkout-page .cart-options {
	min-height: 60px;
	overflow: hidden;
}
.checkout-page .cart-footer {
	border-top: none;
}
.checkout-page .total-info {
	margin: 0;
	border-bottom: none;
	padding: 5px 20px 10px;
}

.checkout-page .button-1 {
	display: inline-block;
	min-width: 140px;
	border: none;
	background-color: #4ab2f1;
	padding: 10px 30px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.checkout-page .button-1:hover {
	background-color: #248ece;
}

.checkout-page .address-item {
	width: 350px;
	max-width: 100%;
	margin: 0 auto 40px;
}
.checkout-page .address-item ul {
	margin: 0 0 15px;
	background-color: #f9f9f9;
	padding: 20px;
	color: #444;
}
.checkout-page .address-item li {
	padding: 5px 0;
}
.checkout-page .address-item li.name {
	font-size: 16px;
	font-weight: bold;
}

.enter-address .message-error {
	margin: 20px 0;
}

.checkout-page .ship-to-same-address {
	padding: 30px 0;
	text-align: center;
}
.checkout-page .ship-to-same-address .selector {
	margin: 0 0 5px;
	font-weight: bold;
	color: #444;
}

.checkout-page .pickup-in-store {
	text-align: center;
}
.checkout-page .pickup-in-store .selector {
	margin: 0 0 5px;
	font-weight: bold;
	color: #444;
}

.select-pickup-point {
    text-align: center;
}
.checkout-page .pickup-points-map {
	min-width: 400px;
    min-height: 350px;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}


.shipping-method .method-list li,
.payment-method .method-list li {
	margin: 20px 0;
	font-size: 14px; /*reset zeroing*/
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	font-size: 13px;
	font-weight: bold;
	color: #444;
}
.shipping-method .method-description {
	margin: 5px 0 0;
}

.payment-method .use-reward-points {
	margin: 0 0 30px;
	text-align: center;
	color: #444;
}
.payment-method .payment-logo {
	display: inline-block;
	vertical-align: middle;
}
.payment-method .payment-logo label {
	display: block;
	font-size: 0 !important;
}
.payment-method .payment-details {
	min-width: 180px;
	display: inline-block;
	margin: 0 10px 0 0;
	text-align: right;
	vertical-align: middle;
}

.payment-info .info {
	padding: 30px 15px;
	color: #444;
}
.payment-info .info tr {
	display: block;
	margin: 0 0 15px;
	font-size: 0;
}
.payment-info .info td {
	display: inline-block;
	width: 100% !important;
	max-width: 400px !important;
	font-size: 14px; /*reset zeroing*/
}
.payment-info .info td:only-child {
	width: 100% !important;
	max-width: 100% !important;
}
.payment-info .info td input[type="text"] {
	width: 100% !important;
}
.payment-info .info td input[name="CardCode"] {
	width: 65px !important;
}
.payment-info .info td select {
	min-width: 70px;
}
.payment-info .info td:first-child {
	margin: 0 0 10px;
}
.payment-info .info p {
	text-align: center;
}

.confirm-order .buttons {
	padding: 10px 0;
}
.confirm-order .button-1 {
	font-size: 16px;
}

.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
	width: 350px;
	max-width: 100%;
	margin: 0 auto 40px;
	background-color: #f9f9f9;
	padding: 20px;
	color: #444;
}
.order-review-data li,
.order-details-area li,
.shipment-details-area li {
	padding: 3px 0; 
}
.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
	margin: 0 0 5px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.order-review-data .title strong,
.order-details-area .title strong,
.shipment-details-area .title strong {
    font-weight: 700;
}
.order-review-data .payment-method-info,
.order-review-data .shipping-method-info,
.order-details-area .payment-method-info,
.order-details-area .shipping-method-info {
    margin-top: 20px;
}
.order-completed .details {
	margin: 0 0 30px;
	padding: 30px 15px;
	text-align: center;
	color: #444;
}
.order-completed .details div {
	margin: 5px 0;
}
.order-completed .details strong {
	font-weight: normal;
	text-transform: uppercase;
}
.order-completed .details a {
	color: #4ab2f1;
}
.order-completed .details a:hover {
	text-decoration: underline;
}

.opc .step-title {
	margin: 0 0 1px;
	overflow: hidden;
	background-color: #f6f6f6;
}
.opc .allow .step-title {
	background-color: #4ab2f1;
	cursor: pointer;
}
.opc .step-title .number,
.opc .step-title .title {
	float: right;
	min-height: 40px;
	padding: 10px 15px;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
}
.opc .allow .step-title .number,
.opc .allow .step-title .title {
	color: #fff;
	cursor: pointer;
}
.opc .step-title .number {
	width: 42px;
	border-left: 1px solid #fff;
	text-align: center;
}
.opc .allow .step-title .number {
	background-color: #248ece;
}
.opc .step {

	text-align: center;
}
.opc .section {
	margin: 0 0 30px;
}
.opc .section > label {
	display: block;
	margin: 0 0 10px;
}
.opc input[type="text"],
.opc select {
	max-width: 100%;
}
.opc .buttons {
	margin-bottom: 0;
}
.opc .back-link {
	margin: 0 0 10px;
}
.opc .back-link small {
	display: none;
}
.opc .back-link a {
	display: inline-block;
	margin: 0 -15px 0 0;
	background: url('../mainthem1/img/back-button.png') right center no-repeat;
	padding: 0 18px 0 0;
	color: #444;
}
.opc .back-link a:hover {
	color: #4ab2f1;
}
.opc .buttons .please-wait {
	display: block;
	margin: 10px 0 0;
    background: none;
}
.opc .section.ship-to-same-address {
	margin: 0 0 30px;
	padding: 0;
}
.opc .section.pickup-in-store {
	margin: 0 0 30px;
	padding: 0;
}
.opc .payment-info .info tr {
	text-align: right;
}
.opc .section.order-summary {
	margin: 0;
}


/****** ORDER DETAILS & SHIPPING DETAILS ******/



.order-details-page .page-title {
	border-bottom: none;
}
.order-details-page .page-title h1 {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px;
}
.order-details-page .page-title a {
	display: inline-block;
	min-width: 180px;
	margin: 5px 0;
	border: none;
	background-color: #aaa;
	background-image: none;
	padding: 10px 20px;
	font-size: 15px;
	color: #fff;
}
.order-details-page .page-title a:hover {
	background-color: #999;
}
.order-details-page .page-title a.print-order-button {
	background-color: #4ab2f1;
}
.order-details-page .page-title a.print-order-button:hover {
	background-color: #248ece;
}

.order-details-page .order-overview {
	margin: 0 0 50px;
	line-height: 26px;
	text-align: center;
	font-size: 16px;
	color: #444;
}
.order-details-page .order-overview .order-number {
	margin: 0 0 10px;
	text-transform: uppercase;
}
.order-details-page .order-overview .order-total strong {
	font-weight: normal;
	color: #4ab2f1;
}

.order-details-page .repost .button-2 {
	display: inline-block;
	margin: 10px 0;
	border: none;
	background-color: #4ab2f1;
	padding: 10px 15px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.order-details-page .repost .button-2:hover {
	background-color: #248ece;
}

.order-details-page .download a {
	font-weight: normal;
	color: #4ab2f1;
}
.order-details-page .download a:hover {
	text-decoration: underline;
}
.user-agreement-page .terms-of-agreement {
	margin: 0 0 20px;
	padding: 20px;
	text-align: center;
}
.user-agreement-page .button-1 {
	min-width: 140px;
    border: none;
    background-color: #4ab2f1;
    padding: 10px 30px;
    text-align: center;
	font-size: 15px;
	color: #fff;
    text-transform: uppercase;
}
.user-agreement-page .button-1:hover {
	background-color: #248ece;
}

.order-details-page .tax-shipping-info {
	margin: 30px 0;
}
.order-details-page .tax-shipping-info a {
	color: #4ab2f1;
}
.order-details-page .tax-shipping-info a:hover {
	text-decoration: underline;
}

.order-details-page .actions {
	margin: 30px 0 0;
	font-size: 0;
}
.order-details-page .actions input {
	display: inline-block;
	min-width: 165px;
	margin: 5px;
	border: none;
	background-color: #aaa;
	background-image: none;
	padding: 10px 20px;
	font-size: 15px;
	color: #fff;
}
.order-details-page .actions input:hover {
	background-color: #999;
}
.order-details-page .actions input:first-child {
	background-color: #4ab2f1;
}
.order-details-page .actions input:first-child:hover {
	background-color: #248ece;
}

.order-details-page .totals.section {
    width: 370px;
    padding: 0 10px;
    max-width: 100%;
    margin: 0 auto 50px;
}
.order-details-page .total-info {
	background-color: #f9f9f9;
	padding: 15px 20px;
	color: #444;
}


/****** SEARCH & SITEMAP ******/



.search-page .page-title {
	margin: 0 0 -1px;
}
.search-input .fieldset {
	margin: 0 0 30px;
}
.search-input .form-fields {
	padding: 30px 15px 10px;
}
.search-input input + label {
	display: inline;
	margin: 0 5px 0 0;
}

.advanced-search {
	margin: 30px 0 0;
}
.advanced-search .price-range {
	display: inline-block;
}
.advanced-search .price-range input {
	width: 80px;
	margin: 3px;
}
.search-input .buttons {
	text-align: center;
}
.search-input .button-1 {
	min-width: 140px;
	border: none;
	background-color: #4ab2f1;
    padding: 10px 30px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.search-input .button-1:hover {
	background-color: #248ece;
}
.search-results {
	margin: 30px 0 0;
}
.search-results .warning,
.search-results .no-result {
	margin: 10px 0; 
	color: #e4434b;
}

.sitemap-page .description {
	margin: 0 0 30px;
    text-align: center;
}
.sitemap-page .entity {
	margin: 0 0 30px;
}
.sitemap-page .entity-title {
    margin: 0 0 15px;
    padding: 0 10px;
	text-align: center;
}
.sitemap-page .entity-title h2 {
	font-size: 20px;
	font-weight: normal;
	color: #444;
}
.sitemap-page .entity-body {
    border-top: 1px solid #e6e6e6;
	background-color: #f9f9f9;
    padding: 30px 15px;
	text-align: center;
}
.sitemap-page .entity ul {
	font-size: 0;
}
.sitemap-page .entity li {
	display: inline-block;
	position: relative;
	margin: 0 8px;
	padding: 0 12px;
	line-height: 50px;
	font-size: 14px; /*reset zeroing*/
}
.sitemap-page .entity li:before {
	content: "";
	position: absolute;
	top: 23px;
	right: 0;
	width: 5px;
	height: 5px;
	background-color: #ddd;
}
.sitemap-page .entity a {
	color: #444;
}
.sitemap-page .entity a:hover {
	color: #4ab2f1;
}
.sitemap-page .entity a:empty {
	display: none;
}


/****** BLOG & NEWS ******/



.block-blog-archive .number {
	display: block;
	color: #444;
	cursor: auto;
}
.block-blog-archive .sublist {
	margin: 5px 15px 5px 0;
}
.block-blog-archive li.month {
	padding: 3px 15px 3px 0;
}

.blog-page .page-title,
.news-list-page .page-title {
	margin: 0;
}

.blog-page .post,
.news-items .news-item {
	margin: 0 0 30px;
}
.blog-page .post:after {
	content: "";
	display: block;
	clear: both;
}
.post-title,
.news-title {
	display: inline-block;
	padding: 20px 10px;
	line-height: 20px;
    font-size: 16px;
	font-weight: bold;
	color: #444;
}
.post-title:hover,
.news-title:hover {
	color: #4ab2f1;
}

.post-body,
.news-body {
	margin: 0 0 20px;
	padding: 0 10px;
	line-height: 22px;
}
.blog-page .tags, 
.blogpost-page .tags {
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0 10px;
}
.blog-page .tags label,
.blogpost-page .tags label {
	display: inline-block;
	margin: 0 0 3px 3px;
	font-weight: bold;
	color: #444;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
	display: inline-block;
	margin: 0 3px 3px 0;
	font-size: 0;
}
.blog-page .tags li,
.blogpost-page .tags li {
	display: inline-block;
	font-size: 14px; /*reset zeroing*/
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	margin: 0 0 0 8px;
}
.blog-page .tags a,
.blogpost-page .tags a {
	display: block;
	color: #4ab2f1;
}
.blog-page .tags a:hover,
.blogpost-page .tags a:hover {
	text-decoration: underline;
}

.blog-posts .buttons,
.news-items .buttons {
	margin: 0;
	padding: 0 10px;
}
.blog-posts .buttons .read-comments {
	display: block;
	margin: 0 0 15px;
	font-weight: bold;
	color: #444;
}
.blog-posts .buttons .read-comments:hover {
	color: #4ab2f1;
}

.new-comment .notifications {
	margin: 0 0 10px;
}
.new-comment .result {
	color: #690;
}
.new-comment .form-fields {
	margin: 0 0 20px;
}
.new-comment .button-1 {
	border: none;
	background-color: #4ab2f1;
    padding: 10px 30px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.new-comment .button-1:hover {
	background-color: #248ece;
}

.comment-list {
	margin: 0 0 100px;
}
.comment-list .title {
    margin: 0 0 15px;
    padding: 0 10px;
	font-size: 20px;
	color: #444;
}
.comment-list .title strong {
	font-weight: normal;
}

.comment-list .comment:after {
	content: "";
	display: block;
	clear: both;
}





.comment-time {
	margin: 0 0 15px;
	font-size: 13px;
	font-weight: bold;
}
.comment-time span {
	display: inline-block;
	color: #444;
}
.comment-title {
	margin: 0 0 15px;
	font-size: 16px;
	color: #444;
}
.comment-body {
	line-height: 22px;
}

.news-list-homepage {
	margin: 0 0 75px;
}
.news-list-homepage .title {
	margin: 0 0 -1px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 15px;
	font-size: 30px;
	font-weight: normal;
	color: #444;
}
.news-list-homepage .title strong {
	font-weight: normal;
}
.news-list-homepage .view-all {
	text-align: center;
}
.news-list-homepage .view-all a {
	color: #444;
	text-decoration: underline;
}
.news-list-homepage .view-all a:hover {
	color: #4ab2f1;
}


/*** FORUM & PROFILE ***/



.forums-main-page .topic-block {
	margin: 0 0 35px;
	text-align: center;
}
.forums-main-page .topic-block p {
	text-align: center;
}
.forums-main-page .pager {
	display: none;
}

.forum-breadcrumb {
	margin: 0 0 40px;
}

.forums-header {
	margin: 0 0 50px;
	overflow: hidden;
}
.forums-header:after {
	content: "";
	display: block;
	clear: both;
}
.forums-header .current-time {
	margin: 0 0 15px;
	color: #444;
}
.forum-search-box .basic {
	overflow: hidden;
	margin: 0 0 10px;
}
.forum-search-box .advanced a {
	line-height: 22px;
	color: #444;
	text-decoration: underline;
}
.forum-search-box .advanced a:hover {
	color: #4ab2f1;
}

.forum-search-page .page-title {
	margin: 0 0 -1px;
}
.forum-search-page .search-error,
.forum-search-page .no-result {
	margin: 0 0 15px;
	text-align: center;
	color: #e4434b;
}

/* forum group */

.forums-table-section {
	margin: 0 0 60px;
}
.forums-table-section + .pager {
	margin: -30px 0 30px;
}
.forums-table-section-title {
	margin: 0 0 15px;
	padding: 0 10px;
}
.forums-table-section-title a,
.forums-table-section-title strong {
	font-size: 22px;
	font-weight: normal;
	color: #444;
}
.forums-table-section-title a:hover {
	color: #4ab2f1;
}

.forums-table-section .image div {
	width: 38px;
	height: 32px;
	margin: auto;
	background: url('../mainthem1/img/topic-type1.png') center no-repeat;
}
.forums-table-section .image div.sticky {
	background: url('../mainthem1/img/topic-type2.png') center no-repeat;
}
.forums-table-section .image div.announcement {
	background: url('../mainthem1/img/topic-type3.png') center no-repeat;
}

.forums-table-section .forum-title,
.forums-table-section .topic-title {
	margin: 5px 0;
}
.forums-table-section .forum-title a,
.forums-table-section .topic-title a {
	font-size: 16px;
	font-weight: bold;
	color: #444;
}
.forums-table-section .forum-title a:hover,
.forums-table-section .topic-title a:hover {
	color: #4ab2f1;
	text-decoration: none;
}
.forums-table-section .topic-title span {
	display: block;
	color: #777;
}
.forums-table-section .forum-description,
.forums-table-section .topic-starter {
	margin: 5px 0;
}
.forums-table-section .topic-pager a,
.forums-table-section .topic-starter label {
	display: inline-block;
}
.forums-table-section .latest-post {
	white-space: nowrap;
}
.forums-table-section .latest-post div {
	margin: 5px 0;
}
.forums-table-section .latest-post label {
	display: inline-block;
	color: #777;
}

.forums-table-section .view-all {
	margin: 30px 0 0;
	padding: 0 10px;
}
.forums-table-section .view-all a {
	background-color: #4ab2f1;
	padding: 10px 15px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.forums-table-section .view-all a:hover {
	background-color: #248ece;
}

/* forum-page, topic page */

.forum-page .forum-info {
	margin: 0 0 30px;
}
.forum-page .forum-name,
.forum-topic-page .topic-name {
	margin: 0 0 25px;
	border-bottom: 1px solid #ddd;
    padding: 0 10px 10px;
}
.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
	font-size: 30px;
	font-weight: normal;
}

.forum-actions,
.topic-actions {
	margin: 0 0 30px;
	font-size: 0;
}
.forum-actions .actions a,
.topic-actions .actions a {
	display: inline-block;
	margin: 1px;
	padding: 10px 33px 10px 10px;
	font-size: 14px;
}
.forum-actions .actions .new-topic {
	background: #eee url('../mainthem1/img/new.png') right center no-repeat;
}
.forum-actions .actions .watch-forum,
.topic-actions .actions .watch-forum {
	background: #eee url('../mainthem1/img/watch.png') right center no-repeat;
}
.forum-actions .actions a:hover,
.topic-actions .actions a:hover {
	background-color: #e6e6e6;
}
.forum-actions .pager.upper,
.topic-actions .pager.upper {
	display: none;
	margin: 0;
}
.topic-actions .reply-topic-button {
	background: #eee url('../mainthem1/img/reply.png') right center no-repeat;
}
.topic-actions .watch-topic-button {
	background: #eee url('../mainthem1/img/watch.png') right center no-repeat;
}
.topic-actions .move-topic-button {
	background: #eee url('../mainthem1/img/move.png') right center no-repeat;
}
.topic-actions .edit-topic-button {
	background: #eee url('../mainthem1/img/edit_.png') right center no-repeat;
}
.topic-actions .delete-topic-button {
	background: #eee url('../mainthem1/img/remove_.png') right center no-repeat;
}
.topic-actions.lower .actions {
	display: none;
}

.active-discussions-page .forums-table-section-title {
	margin: 0 0 25px;
	border-bottom: 1px solid #ddd;
    padding: 0 10px 10px;
}
.active-discussions-page .forums-table-section-title strong {
	font-size: 30px;
	font-weight: normal;
}
.active-discussions-page .forums-table-section-body {
	margin: 0 0 20px;
}

/* topic post */

.topic-post {
	margin: 0 0 30px;
	border-top: 1px solid #ddd;
}
.topic-post:last-child {
	border-bottom: 1px solid #ddd;
}
.topic-post:after {
	content: "";
	display: block;
	clear: both;
}
.topic-post .post-info {
	margin: 30px 0;
}
.topic-post .user-info {
	width: 150px;
	margin: 0 auto 15px
}
.topic-post .username {
	display: block;
	margin: 0 0 -1px;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	padding: 11px 0;
	font-weight: bold;
	color: #444;
}
.topic-post a.username:hover {
	color: #4ab2f1;
}
.topic-post .avatar,
.profile-info-box .avatar {
	position: relative;
	width: 150px;
	height: 150px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.topic-post .avatar img,
.profile-info-box .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.topic-post .avatar img {
    border: solid 2px #CEDBE1 !important;
}
.topic-post .user-stats {
	margin: 0 0 15px;
}
.topic-post .user-stats li {
	display: inline-block;
	margin: 0 10px;
}
.topic-post .user-stats span,
.profile-info-box .profile-stats span {
	display: inline-block;
	margin: 0 3px 0 0;
	font-weight: bold;
	color: #444;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	display: inline-block;
	border: none;
	background-color: #888;
	padding: 10px 20px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover {
	background-color: #999;
}

.topic-post .post-time {
	margin: 0 0 15px;
	background-color: #f6f6f6;
	padding: 10px 15px;
	font-size: 13px;
	font-weight: bold;
}
.topic-post .post-time span {
	display: inline-block;
	color: #444;
}
.topic-post .post-actions {
	margin: 0 0 15px;
	font-size: 0;
}
.topic-post .post-actions > div {
	display: inline-block;
}
.topic-post .post-actions a {
	display: inline-block;
	margin: 1px 5px;
	font-size: 14px;
}
.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button {
	padding: 10px 33px 10px 10px;
}
.topic-post .post-actions .edit-post-button {
	background: url('../mainthem1/img/edit_.png') right center no-repeat;
}
.topic-post .post-actions .delete-post-button {
	background: url('../mainthem1/img/remove_.png') right center no-repeat;
}
.topic-post .post-actions .edit-post-button:hover,
.topic-post .post-actions .delete-post-button:hover {
	color: #4ab2f1;
}
.topic-post .post-actions .post-link-button {
	padding: 10px;
	font-weight: bold;
	color: #4ab2f1;
}
.topic-post .post-actions .post-link-button:hover {
	text-decoration: underline;
}
.topic-post .post-actions .quote-post-button {
	background-color: #888;
	padding: 10px 20px;
	color: #fff;
}
.topic-post .post-actions .quote-post-button:hover {
	background-color: #999;
	color: #fff;
}

.topic-post .post-text {
	/*topic post-text also gets style from blog post-body*/
	padding: 0 10px 20px;
	line-height: 22px;
	color: #444;
    margin-bottom: 0;
}

.topic-post .post-vote{
    text-align: center;
    display: table;
    margin: 0 auto 20px;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
    max-width: 100%;
    height: auto;
}
.topic-post .quote,
.latest-posts .quote {
	margin: 10px 0;
    border: 1px dashed #ccc;
    background-color: #f9f9f9;
	padding: 10px;
	color: #777;
}
.topic-post .signature {
	border-top: 1px solid #ddd;
	padding: 20px;
	font-size: 13px;
    font-style: italic;
    clear: both;
}

.topic-post .post-vote span.vote {
	cursor: pointer;
    display: block;
    width: 40px;
    height: 24px;
}
.topic-post .post-vote span.up{
    background: url('../mainthem1/img/vote-up.png') no-repeat 50% 50%;
}
.topic-post .post-vote span.vote.up.selected{
    background: url('../mainthem1/img/vote-up-selected.png') no-repeat 50% 50%;
}
.topic-post .post-vote span.down{
    background: url('../mainthem1/img/vote-down.png') no-repeat 50% 50%;
}
.topic-post .post-vote span.vote.down.selected{
    background: url('../mainthem1/img/vote-down-selected.png') no-repeat 50% 50%;
}
.topic-post .vote-count-post {
    display: block;
    font-size: 160%;
}
/* forum edit & send message */

.forum-edit-page .page-title,
.move-topic-page .page-title,
.private-message-send-page .page-title {
	margin: 0 0 -1px;
}
.move-topic-page label {
	white-space: normal;
}
.forum-edit-page .message-error,
.private-message-send-page .message-error {
	margin: 20px 0;
}
.forum-edit-page .inputs strong {
	display: inline-block;
	max-width: 400px;
	font-size: 22px; /*reset zeroing*/
	font-weight: normal;
	color: #444;
	white-space: normal;
}
.forum-edit-page .inputs .topic-subject {
	font-size: 17px;
}
.forum-edit-page .inputs.reversed {
	margin: 0;
}
.forum-edit-page .inputs.reversed label {
	width: auto;
	margin: 5px;
	font-size: 14px; /*reset zeroing*/
	white-space: normal;
}
.forum-edit-page .bb-code-editor-wrapper,
.private-message-send-page .bb-code-editor-wrapper {
    max-width: 400px;
    margin: 20px auto;
    background-color: #ddd;
    padding: 10px;
}
.forum-edit-page .toolbar .button,
.private-message-send-page .toolbar .button {
    margin: 0 0 0 2px;
    border: #cec6b5 1px solid;
	padding: 2px;
}
.forum-edit-page .toolbar .button:hover,
.private-message-send-page .toolbar .button:hover {
	border: #333 1px solid;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	display: block;
	margin: auto;
}
.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-messages .buttons input {
	min-width: 140px;
    border: none;
	background-color: #999;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
	color: #fff;
    text-transform: uppercase;
}
.forum-edit-page .buttons input:hover,
.move-topic-page .buttons input:hover,
.private-messages .buttons input:hover {
	background-color: #888;
}
.forum-edit-page .buttons .button-1,
.move-topic-page .buttons .button-1,
.private-messages .buttons .button-1 {
	background-color: #4ab2f1;
}
.forum-edit-page .buttons .button-1:hover,
.move-topic-page .buttons .button-1:hover,
.private-messages .buttons .button-1:hover {
	background-color: #248ece;
}

.private-message-send-page a {
	font-size: 14px;
	color: #4ab2f1;
}
.private-message-send-page span {
	font-size: 14px;
}

/* jQuery tabs */

.ui-tabs {
	/*override jQuery UI styles, do not delete doubled properties*/
	border: none;
	border-radius: 0;
	background: none;
	padding: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #777;
}
.ui-widget.ui-widget-content.ui-tabs {
    border: none;
}
.ui-tabs-nav {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	font-size: 0;
	/*override jQuery UI styles, do not delete doubled properties*/
	margin: 0 0 30px !important;
	border-width: 0 0 1px;
	border-radius: 0;
	background: none;
	padding: 0 !important;
	line-height: normal;
	font-weight: normal;
	color: #444;
}
.ui-tabs-nav li {
	margin: 0 0 -1px;
	/*override jQuery UI styles, do not delete doubled properties*/
	float: none !important;
	margin: 0 0 -1px !important;
	border: none !important;
	border-radius: 0;
	background: none !important;
	padding: 0 !important;
}
.ui-tabs-nav li a {
	display: block;
	border: 1px solid #ddd;
	padding: 12px 24px;
	text-align: center;
	font-size: 18px;
	color: #444;
	/*override jQuery UI styles, do not delete doubled properties*/
	float: none !important;
	padding: 12px 24px !important;
}
.ui-tabs-nav li.ui-state-active a {
	background-color: #eee;
	color: #4ab2f1;
}
.ui-tabs-panel {
	/*override jQuery UI styles, do not delete doubled properties*/
	padding: 0 !important;
}

/* inbox & view message */

.private-messages-page .table-wrapper,
.private-message-view-page .view-message {
	margin: 0 0 30px;
}
.private-messages-page th.select {
	text-align: center;
}
.private-messages-page td.from, 
.private-messages-page td.to,
.private-messages-page td.subject {
	min-width: 150px;
}
.private-messages-page td.date {
	white-space: nowrap;
}
.private-messages-page td.subject a {
	color: #444;
}
.private-messages-page td.subject a.pm-unread {
	color: #4ab2f1;
}
.private-messages-page .pager {
    margin: 0 0 30px;
}
.private-messages-page .buttons,
.private-message-view-page .buttons {
	font-size: 0;
}
.private-messages-page .buttons .button-1,
.private-messages-page .buttons .button-2,
.private-message-view-page .buttons .button-1,
.private-message-view-page .buttons .button-2 {
	display: block;
	width: 250px;
	margin: 0 auto 3px;
	font-size: 15px; /*reset zeroing*/
}

.private-message-view-page .view-message {
	margin: 0 0 30px;
}
.private-message-view-page .message-head {
	margin: 0 0 20px;
	line-height: 22px;
}
.private-message-view-page .message-head span {
	font-weight: bold;
	color: #444;
}
.private-message-view-page .message-body {
	border-top: 1px solid #ddd;
	background-color: #f9f9f9;
	padding: 30px 20px;
	line-height: 22px;
	text-align: justify;
}
.private-message-view-page .back-pm-button {
	text-transform: capitalize !important;
}

/* profile page  */

.profile-info-box {
	overflow: hidden;
	/*override jQuery UI styles, do not delete doubled properties*/
	line-height: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
}
.profile-info-box .user-details {
	margin: 0 0 30px;
}
.profile-info-box .avatar {
	margin: 0 auto 15px;
}
.profile-info-box .title {
	margin: 0 0 10px;
	font-size: 18px;
	color: #444;
}
.profile-info-box .stats {
	margin: 0 0 15px;
}

.latest-posts {
	/*override jQuery UI styles, do not delete doubled properties*/
	line-height: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
}
.latest-posts .topic {
	margin: 0 0 35px;
}
.latest-posts .topic-title {
	margin: 0 0 20px;
	border-top: 1px solid #ddd;
	background: #f6f6f6;
	padding: 10px;
	font-size: 16px;
}
.latest-posts .topic-title a {
	font-weight: bold;
	color: #444;
}
.latest-posts .topic-title a:hover {
	color: #4ab2f1;
}
.latest-posts .topic-body {
	margin: 0 0 15px;
	line-height: 22px;
}
.latest-posts .topic-data {
	color: #444;
}

/* BB codes */

pre {
    white-space: pre-wrap;
    white-space: normal;
    word-wrap: break-word;	
}
.csharpcode {
	margin: 10px 0;
    border: 1px dashed #ccc;
	background-color: #fff;
    padding: 10px; 
	font-family: "Courier New", Courier, monospace;
	color: #000;  
}
.csharpcode .rem {
    color: green;
}
.csharpcode .kwrd {
    color: #00f;
}
.csharpcode .str {
    color: #006080;
}
.csharpcode .op {
    color: #00c;
}
.csharpcode .preproc {
    color: #c63;
}
.csharpcode .asp {
    background-color: #ff0;
}
.csharpcode .html {
    color: maroon;
}
.csharpcode .attr {
    color: red;
}
.csharpcode .alt {
    width: 100%;
    margin: 0;
	background-color: #f6f6f6;
}
.csharpcode .lnum {
    color: #666;
}



@media all and (max-width: 769px) {

    .review-rating .name-description {
        text-align: center;
        width: 100%;
        display: block;
    }

    .write-review .review-rating div {
        text-align: center;
        padding-bottom: 10px;
        display: inline-block;
    }


    /*** ESTIMATE SHIPPING POPUP ***/


    .shipping-address {
      flex-flow: column;
    }

    .address-item {
      width: 100%;
    }

    .estimate-shipping-row-item.address-item + .estimate-shipping-row-item.address-item {
      padding-right: 0px;
      padding-top: 8px;
    }
}





@media all and (max-width: 1000px) {


/*** GLOBAL TABLES ***/


.cart {
	display: block;
}
.cart colgroup,
.cart thead {
	display: none;
}
.cart tbody {
	display: block;
	overflow: hidden;
}
.cart tr {
	display: block;
	float: right;
	width: 100%;
	margin: 40px 0 0;
	border: 1px solid #ddd;
}
.cart td {
	display: block;
	border: none;
	padding: 10px;
}
.cart td.remove-from-cart {
    margin: 0 0 15px;
	border-bottom: 1px solid #ddd;
	background-color: #eee;
	padding: 10px;
}
.cart td.product-picture {
	border-top: 1px solid #ddd;
	padding: 15px 10px 5px;
}
.cart td.product {
	min-width: 0;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px 15px;
	text-align: center;
}
.cart td.quantity {
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
}
.cart td.unit-price,
.cart td.subtotal {
	display: inline-block;
	padding: 20px 10px;
	vertical-align: middle;
}
.cart td label {
	display: inline-block;
}

.order-details-page .data-table {
	display: block;
}
.order-details-page .data-table colgroup,
.order-details-page .data-table thead {
	display: none;
}
.order-details-page .data-table tbody {
	display: block;
	overflow: hidden;
}
.order-details-page .data-table tr {
	display: block;
	float: right;
	width: 100%;
	margin: 40px 0 0;
	border: 1px solid #ddd;
}
.order-details-page .data-table td {
	display: block;
	border: none;
	padding: 10px;
}
.order-details-page .data-table td.product,
.order-details-page .data-table td.tracking-number {
	min-width: 0;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px 15px;
	text-align: center;
}
.order-details-page .data-table td label {
	display: inline-block;
}


/*** MOBILE NAVIGATION ***/


.header-menu {
	position: relative;
	z-index: 1;
	width: 90%;
	max-width: 600px;
	margin: 0 auto 40px;
}
.menu-toggle {
	background: #4ab2f1 url('../mainthem1/img/menu-icon.png') left center no-repeat;
	padding: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

.top-menu {
	display: none;
}
.top-menu > li {
	position: relative;
	margin: 1px 0;
	background-color: #f6f6f6;
}
.top-menu > li > a {
	display: block;
	min-height: 55px;
	padding: 18px;
	font-size: 15px;
	color: #555;
}
.top-menu .sublist {
	display: none;
	background-color: #fff;
	padding: 5px 0;
}
.top-menu .sublist li {
	position: relative;
	margin: 1px 20px 1px 0;
}
.top-menu .sublist li a {
	display: block;
	padding: 15px 18px;
	font-size: 15px;
}

.sublist-toggle {
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 55px;
	border-right: 1px solid #fff;
	background: url('../mainthem1/img/toggle-black.png') center no-repeat;
	padding: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

.sublist .sublist-toggle {
	height: 49px;
}
.sublist .sublist li {
	background-color: #f6f6f6;
}
.sublist .sublist .sublist li {
	background-color: #fff;
}

.block-category-navigation {
	display: none;
}
.block-account-navigation {
	float: none;
	margin: auto !important;
}
.write-review .review-rating {
   text-align: center;
}
.write-review .review-rating div.name-description {
    width: 100%;
    margin: 0 5px 0 0;
    text-align: center;
}

}





@media all and (min-width: 481px) {


/*** GLOBAL ***/


.master-wrapper-content,
.header-menu {
	width: 92.5%;
}


/*** GLOBAL TABLES ***/


.cart tr {
	width: 46%;
	margin: 40px 2% 0;
}
.cart tr:nth-child(2n+1) {
	clear: both;
}
.order-details-page .data-table tr {
	width: 46%;
	margin: 40px 2% 0;
}
.order-details-page .data-table tr:nth-child(2n+1) {
	clear: both;
}


/*** HEADER ***/


.header-selectors-wrapper > div {
    display: inline-block;
	width: 30%;
    margin: 10px auto;
}

.ui-autocomplete {
	width: 280px !important;
}
.ui-autocomplete img {
	display: inline;
}


/*** FOOTER ***/


.footer-block {
	width: 85%;
}



.product-filter {
	display: table-cell;
	vertical-align: top;
	text-align: right;
}
.product-filter.price-range-filter {
	width: 200px;
}
.product-filter .product-spec-group {
	float: right;
	margin: 0 0 10px 25px;
}
.product-filter .product-spec-group.product-spec-color {
    max-width: 190px;
}
.product-filter .group li.item {
	display: block;
	margin: 0;
}
.product-filter .group li.color-item {
    display: inline-block;
}



.item-box .product-rating-box {
    margin: 0 0 15px;
}


/*** PRODUCT PAGE ***/


.overview-buttons div {
	display: inline-block;
	width: auto;
	margin: 0 1px 2px;
}


/*** WISHLIST ***/


.wishlist-content .button-2 {
	display: inline-block;
	width: auto;
	min-width: 140px;
	margin: 0 1px 5px;
}


/*** TOPICS ***/


.enter-password-form input[type="password"] {
	width: 260px;
}


/*** FORUM & PROFILE ***/

.forums-header {
	background-color: #f9f9f9;
	padding: 30px 20px 20px;
}

.ui-tabs-nav li {
	display: inline-block;
	min-width: 150px;
	margin: 0 5px -1px;
	/*override jQuery UI styles, do not delete doubled properties*/
	margin: 0 5px -1px !important;
}

.private-messages-page .buttons .button-1,
.private-messages-page .buttons .button-2,
.private-message-view-page .buttons .button-1,
.private-message-view-page .buttons .button-2 {
	display: inline-block;
	width: auto;
	margin: 1px;
}

.topic-post .post-text {
    float: right;
    width: 90.5%;
    text-align: right;
}

.forum-group .forum-table th.latest-post,
.forum-group .forum-table th.topics,
.forum-group .forum-table th.posts,
.forum-group .forum-table td.latest-post,
.forum-group .forum-table td.topics,
.forum-group .forum-table td.posts {
    display: table-cell;
}

.topic-group .forum-table th.latest-post,
.topic-group .forum-table td.latest-post {
    display: table-cell;
}

.forum-table td.image {
    max-width: 40px;
}

.forum-table td.image div {
    max-width: 100%;
    background-size: contain;
}


/*** ESTIMATE SHIPPING POPUP ***/


.estimate-shipping-popup {
  padding: 25px;
}
}





@media all and (min-width: 769px) {


/**** GLOBAL ***/


.master-wrapper-content {
	width: 94%;
}
.home-page-polls li {
	min-width: 100px;
}


/**** GLOBAL TABLES ***/


.cart tr {
	width: 31.33333%;
	margin: 40px 1% 0;
}
.cart tr:nth-child(2n+1) {
	clear: none;
}
.cart tr:nth-child(3n+1) {
	clear: both;
}
.order-details-page .data-table tr {
	width: 31.33333%;
	margin: 40px 1% 0;
}
.order-details-page .data-table tr:nth-child(2n+1) {
	clear: none;
}
.order-details-page .data-table tr:nth-child(3n+1) {
	clear: both;
}


/*** HEADER ***/


.header-selectors-wrapper > div {
	width: 20%;
}


/*** FOOTER ***/


.footer-block {
	display: inline-block;
	width: 25.33333%;
	margin: 0 4%;
	vertical-align: top;
}
.footer-block .title {
	margin: 0 0 15px;
	background: none;
	padding: 0;
	color: #444;
	cursor: auto;
}
.footer-block .list {
	display: block !important; /* prevents toggle display:none on resize */
	background: none;
	padding: 0;
}
.footer-block .list li {
	padding: 5px 0;
}
.footer-block .list a {
	display: inline;
	padding: 0;
}
.follow-us {
	width: 98%;
	margin: 25px auto 0;
}
.product-selectors .product-viewmode span {
	display: none;
}
.product-selectors .product-viewmode a {
	display: inline-block;
	width: 24px;
	height: 32px;
	margin: 0 12px 0 0;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.5;
}
.product-selectors .product-viewmode a.grid {
	background-image: url('../mainthem1/img/view-grid.png');
}
.product-selectors .product-viewmode a.list {
	background-image: url('../mainthem1/img/view-list.png');
}
.product-selectors .product-viewmode a.selected {
	opacity: 1;
}


.product-list .item-box {
	float: none;
	width: auto;
	margin: 0 5px 20px;
}
.product-list .item-box .product-item:after {
	content: "";
	display: block;
	clear: both;
}
.product-list .item-box .picture {
	float: right;
	width: 220px;
}
.product-list .item-box:hover .picture a img {
	opacity: 1;
}
.product-list .item-box .picture:hover a img {
	opacity: 0.85;
}
.product-list .item-box .picture + .details {
	margin: 0 240px 0 0;
}
.product-list .item-box .product-title {
	height: auto;
	padding: 10px 0;
	font-size: 18px;
}
.product-list .item-box .description {
	display: block;
	margin: 0 0 10px;
	line-height: 22px;
}
.product-list .item-box .prices {
	height: auto;
	margin: 0 0 30px;
}
.product-list .item-box .buttons {
}
.product-list .item-box .product-box-add-to-cart-button {
	width: auto;
	min-width: 150px;
	padding: 0 20px;
}
.product-list .item-box .add-to-compare-list-button,
.product-list .item-box .add-to-wishlist-button {
	width: 42px;
}


/*** PRODUCT PAGE ***/

.variant-picture {
	float: right;
}
.variant-picture + .variant-overview {
	width: auto;
	margin: 0 240px 0 0;
}
.variant-overview {
	text-align: right;
}


/*** PRODUCT REVIEWS ***/


.product-review-item .review-title {
	float: right;
	max-width: 600px;
}
.product-review-item .product-review-box {
	float: left;
}

.write-review .review-rating div {
    display: inline-block;
    margin: 0 0 0 5px;
    cursor: default;
    vertical-align: middle;
    font-size: 14px;
    height: 17px;
}


/*** REGISTRATION, LOGIN, ACCOUNT ***/


.address-list-page .section,
.order-list-page .section,
.return-request-list-page .section {
	display: inline-block;
	width: 45%;
    margin: 20px 1%;
	vertical-align: top;
}
.recurring-payments {
	width: 100% !important;
	margin: 20px 0 !important;
}


/*** SHOPPING CART ***/


.order-progress {
	padding: 20px;
}
.order-progress li {
	margin: 0 10px;
}
.order-progress a {
	min-width: 80px;
}

.cart-options .common-buttons {
	text-align: left;
}
.cart-options .checkout-attributes,
.cart-options .selected-checkout-attributes {
	padding: 0 10px;
}

.cart-footer .totals {
	float: left;
	width: 45%;
	margin: 0 2.5%;
}
.cart-footer .terms-of-service {
	text-align: right;
}
.cart-footer .checkout-buttons,
.cart-footer .addon-buttons {
	text-align: left;
}
.cart-footer .cart-collaterals {
	float: right;
	width: 45%;
	margin: 0 2.5%;
}
.cart-footer .cart-collaterals div,
.cart-footer .cart-collaterals label {
	text-align: right;
}
.cart-footer .estimate-shipping label {
	display: block;
	margin: 0 0 10px;
}
.cart-footer .estimate-shipping .buttons {
	text-align: left;
}


/*** CHECKOUT ***/


.checkout-page .selected-checkout-attributes {
	float: left;
	text-align: left;
}
.checkout-page .cart-footer .totals {
	max-width: 350px;
	margin: 0;
}
.checkout-page .address-grid {
	overflow: hidden;
}
.checkout-page .address-item {
	float: right;
	width: 48%;
	margin: 0 1% 40px;
}

.payment-method .payment-logo {
	display: block;
	background-color: #f6f6f6;
	padding: 10px;
}
.payment-method .payment-details {
	display: block;
	width: auto;
	min-width: 0;
	margin: 10px 0 0;
	text-align: center;
}
.payment-info .info {
	padding: 30px 75px;
}
.order-review-data,
.order-details-area,
.shipment-details-area {
	overflow: hidden;
}
.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
	float: right;
	width: 48%;
	margin: 0 1% 40px;
}


/*** ORDER DETAILS & SHIPPING DETAILS ***/


.order-details-page .section.options {
	text-align: left;
}
.order-details-page .selected-checkout-attributes {
	padding: 0 10px;
}
.order-details-page .tax-shipping-info {
    text-align: right;
}
.order-details-page .totals {
	float: left;
	clear: both;
}
.shipment-details-page .tracking-number .tracking-url {
    color: #4ab2f1;
}


/*** BLOG & NEWS ***/


.blog-posts .tags {
	float: left;
	width: 80%;
	text-align: left;
}
.blog-posts .buttons {
	float: right;
	width: 20%;
	text-align: right;
}

.new-comment {
	text-align: center;
}
.new-comment .buttons {
	text-align: center;
}


.comment-list .comment:last-child {
	border-bottom: 1px solid #ddd;
}

.comment-info .avatar {
	border: none;
}
.comment-info .avatar img {
	max-width: 80%;
	max-height: 80%;
}


.comment-title {
	margin: 0 0 -20px;
	padding: 20px;
}
.comment-body {
	padding: 20px;
}


/*** FORUM & PROFILE ***/


.forum-actions,
.topic-actions {
	overflow: hidden;
}
.forum-actions .actions,
.topic-actions .actions {
	float: right;
}
.forum-actions .pager,
.topic-actions .pager {
	float: left;
	max-width: 450px;
}
.forum-actions .pager li,
.topic-actions .pager li {
	margin: 2px 4px;
}
.forum-actions .pager.upper {
	display: block;
}
.topic-actions.lower .actions {
	display: block;
}

.topic-posts {
	margin: 0 0 30px;
}
.topic-post {
	display: table;
	width: 100%;
	margin: 0;
}
.topic-post .post-info {
	display: table-cell;
	width: 15%;
	margin: 0;
	vertical-align: top;
	text-align: right;
}
.topic-post .user-info {
	width: auto;
}
.topic-post .username {
	min-height: 40px;
	margin: 0;
	border: none;
	text-align: center;
}
.topic-post .avatar {
	margin: auto;
	border: none;
}
.topic-post .avatar img {
	max-width: 80%;
	max-height: 80%;
}
.topic-post .user-stats li {
	margin: 0;
}
.topic-post .send-pm {
	margin: 0 0 20px;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	padding: 8px 16px;
	font-size: 13px;
}
.topic-post .post-content {
	display: table-cell;
	width: 85%;
	border-right: 1px solid #ddd;
	vertical-align: top;
	text-align: right;
}
.topic-post .post-head {
	min-height: 40px;
	overflow: hidden;
	background-color: #f6f6f6;
}
.topic-post .post-time {
	float: right;
	margin: 0;
    font-size: 14px;
    font-weight: normal;
}
.topic-post .post-actions {
	float: left;
	margin: 0;
}
.topic-post .post-actions a {
	margin: 0;
	line-height: 20px;
}
.topic-post .post-actions .manage-post a {
}
.topic-post .post-actions .quote-post a {
	min-width: 70px;
}
.topic-post .post-actions a.post-link-button {
	margin: 0 10px 0 0;
	border-right: 1px solid #ddd;
	text-align: center;
}

.topic-post .post-text {
	padding: 20px 5px;
}

.topic-post .post-vote {
    padding: 20px 15px 20px 0;
}

.forum-table th.replies,
.forum-table th.views,
.forum-table th.votes,
.forum-table td.replies,
.forum-table td.views,
.forum-table td.votes {
    display: table-cell;
}

.forum-table td.image {
    max-width: none;
}

.forum-table td.image div {
    max-width: none;
    background-size: initial;
}

.ui-tabs-nav {
	text-align: right;
}
.ui-tabs-nav li {
	margin: 0 0 -1px 10px;
	/*override jQuery UI styles, do not delete doubled properties*/
	margin: 0 0 -1px 10px !important;
}

.profile-info-box .avatar {
	float: right;
	margin: 0 0 15px 15px;
}
.profile-info-box .profile-stats {
	float: right;
	text-align: right;
}
.profile-info-box .title {
	text-align: right;
}
.profile-info-box .send-pm {
	clear: both;
	text-align: right;
}

}





@media all and (min-width: 1001px) {


/*** GLOBAL STYLES ***/


.master-wrapper-content {
	width: 980px;
	margin: auto;
}


.page {
	text-align: right;
}
.inputs {
	text-align: right;
	direction:rtl
}

.inputs input[type="text"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs input[type="password"],
.inputs select {
    min-height: 40px;
}
.inputs .option-list li {
	margin: 0 0 0 10px;
}
.center-1 .buttons {
	text-align: center;
}
.center-2 .inputs label {
	width: 136px;
}
.inputs.accept-consent label {
		width: auto;
}
.page-title a + h1 {
	float: right;
}
.link-rss {
	display: block;
	float: left;
	margin: 6px 0 0;
}


/*** GLOBAL TABLES ***/


.cart tr {
	width: auto;
	margin: 0;
}
.cart label {
	display: none;
}

.order-details-page .data-table tr {
	width: auto;
	margin: 0;
}
.order-details-page .data-table label {
	display: none;
}


/*** HEADER ***/


.header {
	width: 980px;
	margin: auto;
}
.header-upper:after {
	content: "";
	display: block;
	clear: both;
}
.header-selectors-wrapper {
	float: right;
	border: none;
	padding: 0;
}
.header-selectors-wrapper > div {
	width: auto;
	min-width: 100px;
	margin: 0 0 0 12px;
	line-height: 43px;
}
.header-selectors-wrapper select {
	height: 25px;
	padding: 4px;
	font-size: 12px;
}
.language-list {
	text-align: right;
}
.header-links-wrapper {
	float: left;
	padding: 0;
}




.flyout-cart.active {
	display: block;
}


.mini-shopping-cart .count a {
	margin: 0 2px;
	font-weight: bold;
	color: #444;
}

.mini-shopping-cart .item {
	overflow: hidden;
	padding: 10px 0;
}
.mini-shopping-cart .picture {
	float: right;
	width: 70px;
	text-align: center;
}
.mini-shopping-cart .picture a {
	display: block;
	position: relative;
	overflow: hidden;
}
.mini-shopping-cart .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.mini-shopping-cart .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
}
.mini-shopping-cart .picture + .product {
	margin: 0 80px 0 0;
}

.mini-shopping-cart .name a {
	color: #4ab2f1;
}
.mini-shopping-cart .name a:hover {
	color: #248ece;
}
.mini-shopping-cart .attributes {
	margin: 5px 0;
	color: #444;
}
.mini-shopping-cart .totals {
	margin: 0 0 12px;
	font-size: 14px;
}
.mini-shopping-cart .totals strong {
	font-size: 16px;
	color: #444;
}

.header-lower {
	display: table;
	width: 100%;
}
.header-logo {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	font-size: 0;
}



/*** NAVIGATION ***/


.header-menu {
	position: relative;
	z-index: 5;
	width: 980px;
	margin: 0 auto 30px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 25px 0;
	text-align: center;
}
.menu-toggle,
.sublist-toggle {
	display: none;
}
.header-menu > ul {
	display: block !important; /* prevents toggle display:none on resize */
	font-size: 0;
}
.header-menu > ul.mobile {
	display: none !important;
}
.header-menu > ul > li {
	display: inline-block;
	border-right: 1px solid #ddd;
	padding: 0 15px;
	vertical-align: middle;
}
.header-menu > ul > li:first-child {
	border-right: none;
}
.header-menu > ul > li > a {
	display: block;
	padding: 5px 10px;
	line-height: 20px;
	font-size: 17px; /*reset zeroing*/
	color: #555;
	cursor: pointer;
}
.header-menu > ul > li > a:hover {
	color: #4ab2f1;
}
.header-menu .sublist {
	display: none;
	position: absolute;
	width: 200px;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	background-color: #fff;
	padding: 10px 0;
	text-align: right;
}
.header-menu .sublist li {
	position: relative;
}
.header-menu .sublist li a {
	display: block;
	position: relative;
	padding: 10px 30px 10px 20px;
	font-size: 14px;
	color: #444;
}
.header-menu .sublist li a:before {
	content: "";
	position: absolute;
	top: 17px;
	right: 15px;
	width: 5px;
	height: 5px;
	background-color: #ddd;
}
.header-menu .sublist li:hover > a {
	background-color: #f6f6f6;
}
.header-menu ul li:hover > .sublist {
	display: block;
}
.header-menu .sublist .sublist {
	top: -10px;
	right: 100% !important;
}


/*** FOOTER ***/


.footer-upper {
	width: 980px;
	padding: 35px 10px;
}
.footer-upper:after {
	content: "";
	display: block;
	clear: both;
}
.footer-block {
	float: right;
	width: 220px;
	margin: 0;
}
.footer-block:first-child {
}
.footer-block .list {
	margin: 0;
}
.follow-us {
	float: left;
	width: 300px !important;
	margin: 0;
	text-align: right;
}
.follow-us .social li {
	margin: 0 0 0 10px;
}

.newsletter-email .newsletter-subscribe-button {
	width: 100px;
	padding: 0 5px;
}
.newsletter-validation .field-validation-valid {
	text-align: right;
}
.footer-lower {
	position: relative;
	width: 980px;
	padding: 25px 5px;
}
.footer-lower:after {
	content: "";
	display: block;
	clear: both;
}
.footer-info {
	float: left;
	line-height: 32px;
}
.footer-powered-by {
	float: right;
	margin: 0;
	line-height: 32px;
}
.theme-selector {
	float: right;
	margin: 0 15px 0 0;
}


/*** COLUMN ***/


.block {
	float: none;
	width: auto;
	margin: 0 0 20px;
}
.block .title {
	margin: 0;
	border-bottom: 1px solid #ddd;
	background: none;
	cursor: auto;
}
.block .title strong {
	font-weight: bold;
}
.block .listbox {
	display: block;
	border-bottom: none;
}
.block a.product-picture {
	display: inline-block;
	position: relative;
	width: 30%;
	margin: 0 -15px 0 0;
	vertical-align: middle;
}
.block a.product-name {
	vertical-align: middle;
}
.block a.product-picture + a.product-name {
	width: 70%;
}
.block a.product-picture + a.product-name:before {
	display: none;
}


/*** CATEGORY ***/


.breadcrumb {
	margin: 0 0 20px;
}

.item-box .buttons {
	text-align: right;
}

.home-page .product-grid .item-box,
.product-details-page .product-grid .item-box,
.shopping-cart-page .product-grid .item-box {
	width: 24%;
	margin: 0 0.5% 50px;
}
.home-page .product-grid .item-box:nth-child(3n+1),
.product-details-page .product-grid .item-box:nth-child(3n+1),
.shopping-cart-page .product-grid .item-box:nth-child(3n+1) {
	clear: none;
}
.home-page .product-grid .item-box:nth-child(4n+1),
.product-details-page .product-grid .item-box:nth-child(4n+1),
.shopping-cart-page .product-grid .item-box:nth-child(4n+1) {
	clear: both;
}


/*** PRODUCT PAGE ***/


.gallery .picture {
	width: auto;
}

.rental-attributes {
	overflow: hidden;
}
.rental-attributes .attribute-item {
	float: right;
	margin: 0 0 0 20px;
}
.rental-attributes .datepicker {
	width: 160px;
	text-align: right;
}
.attribute-squares li {
	margin: 0 0 10px 10px;
}
.product-details-page .title {
	text-align: right;
}


/*** PRODUCT REVIEWS ***/


.product-review-item .review-title {
	max-width: 850px;
}

.write-review .review-rating div.name-description {
    width: 265px;
    margin: 0 5px 0 0;
    text-align: right
}

.product-review-item .review-text {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.product-review-item .avatar {
	display: table-cell;
	vertical-align: top;
	width: 120px;
}
.product-review-item .avatar img {
	max-width: 100%;
}
.product-review-item .text-body {
	display: table-cell;
	vertical-align: top;
}
.product-review-item .avatar + .text-body {
	padding: 0 20px 0 0;
}


/*** WISHLIST & COMPARE LIST ***/

.compare-products-page .page-title {
	margin: 0 0 -1px;
}
.compare-products-page .clear-list {
	position: absolute;
	top: 7px;
	left: 0;
}
.compare-products-table .full-description td {
	display: table-cell;
}
.compare-products-table .full-description td p {
	margin-top: 0;
}


/*** TOPICS ***/


.center-1 .topic-block-title {
	text-align: center;
}
.topic-page p {
	text-align: justify;
}


/*** REGISTRATION, LOGIN, ACCOUNT ***/


.gender span {
	margin: 0 0 0 10px;
}
.gender span > * {
	margin: 0 0 0 5px;
}
.date-of-birth select + select {
	margin: 0 11px 0 0;
}
#check-availability-button {
	display: block;
	margin: 10px auto;
}

.login-page .customer-blocks {
	overflow: hidden;
}
.login-page .new-wrapper {
	float: right;
	width: 49%;
	margin: 0;
}
.login-page .new-wrapper .text {
	min-height: 200px;
}
.login-page .returning-wrapper {
	float: left;
	width: 49%;
}
.login-page .returning-wrapper .form-fields {
	min-height: 200px;
	padding: 30px 0 0;
}
.login-page .returning-wrapper .inputs label {
	width: 110px;
}
.login-page .returning-wrapper input[type="text"],
.login-page .returning-wrapper input[type="email"],
.login-page .returning-wrapper input[type="password"] {
    width: 300px;
}

.address-list-page .section,
.order-list-page .section,
.return-request-list-page .section {
	display: block;
    width: auto;
	margin: 0 0 40px;
}
.address-list-page .buttons,
.order-list-page .buttons {
	position: absolute;
	top: 5px;
	left: 10px;
}

.avatar-page .message-error,
.avatar-page .buttons {
	text-align: right;
}

.registration-page .vat-note {
    margin-right: 275px;
}
.customer-info-page .vat-note, 
.customer-info-page .email-to-revalidate-note {
    margin-right: 150px;
}
.customer-info-page .vat-status {
    display: inline-block;
}


/*** SHOPPING CART ***/


.shopping-cart-page .cart-options {
	overflow: hidden;
}

.shopping-cart-page .checkout-attributes li {
	margin: 5px 0 5px 10px;
}


/*** CHECKOUT ***/


.order-progress {
	margin: -30px 0 50px;
}
.checkout-page .address-item {
	width: 31.33333%;
}
.checkout-page .terms-of-service {
	text-align: center;
}
.payment-info .info {
	padding: 30px 15px;
}
.payment-info .info td:first-child {
	width: 265px !important;
	margin: 0 0 0 10px;
	text-align: left;
}
.payment-info .info td:only-child {
	width: 100% !important;
}
.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
	text-align: right;
}
.opc .order-review-data ul {
	text-align: right;
}


/*** SEARCH & SITEMAP ***/


.advanced-search .price-range {
	margin-right: 114px;
}


/*** BLOG & NEWS ***/


.comment-list {
	margin: 0 0 50px;
}
.news-list-homepage .news-items {
	overflow: hidden;
	text-align: right;
}
.news-list-homepage .news-item {
	float: right;
	width: 31.33333%;
	margin: 0 1% 30px;
}
.news-list-homepage .news-item:nth-child(3n+1) {
	clear: both;
}
.news-list-homepage .news-item:only-child {
	float: none;
	width: auto;
	margin: 0 0 30px;
}
.news-list-homepage .news-head {
	text-align: center;
}
.news-list-homepage .news-body {
	text-align: justify;
}


/*** FORUM & PROFILE ***/


.forum-breadcrumb {
	margin: -30px 0 30px;
}
.current-time {
	float: left;
}
.forum-search-box {
	float: right;
}
.forum-search-box .advanced {
	text-align: right;
}
.forum-search-box .advanced a {
	line-height: normal;
}

.forums-table-section td {
	min-width: 150px;
}
.forums-table-section td:first-child {
	min-width: 90px;
}
.forums-table-section .view-all {
	text-align: left;
}

.topic-actions .pager.upper {
	display: block;
	max-width: 400px;
}

.forum-table td {
    padding: 20px;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	width: 600px;
	height: 250px;
}

.forum-edit-page textarea,
.private-message-send-page textarea {
	width: 600px;
	height: 250px;
}
    .private-message-send-page .bb-code-editor-wrapper {
        display: inline-block;
        width: 400px;
        margin: 10px 0;
        vertical-align: middle;
    }

}





@media all and (min-width: 1367px) {


/*** GLOBAL STYLES ***/


.master-wrapper-content {
	width: 1200px;
}

.center-2 .inputs label {
	width: 213px;
}
.inputs.accept-consent label {
	width: auto;
}


/*** HEADER ***/


.header {
	width: 1200px;
}


/*** NAVIGATION ***/


.header-menu {
	width: 1200px;
}
.header-menu > ul > li {
	padding: 0 20px;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	font-size: 18px;
}


/*** FOOTER ***/


.footer-upper {
	width: 1200px;
	padding: 35px 30px;
}
.footer-block {
	width: 280px;
}
.footer-lower {
	width: 1200px;
	padding: 25px 20px;
}


/*** PRODUCT REVIEWS ***/


.product-review-item .review-title {
	max-width: 1050px;
}

.write-review .review-rating div.name-description {
    margin: 0 5px 0 0;
    min-width: 375px;
}

/*** REGISTRATION, LOGIN, ACCOUNT ***/


.login-page .returning-wrapper input[type="text"],
.login-page .returning-wrapper input[type="email"],
.login-page .returning-wrapper input[type="password"] {
    width: 360px;
}
.registration-page .vat-note {
    margin-right: 385px;
}
.customer-info-page .vat-note, 
.customer-info-page .email-to-revalidate-note {
    margin-right: 225px;
}


/*** SHOPPING CART ***/


.cart-footer .totals {
	width: 395px;
	margin: 0;
}
.cart-footer .cart-collaterals {
	width: 760px;
	margin: 0;
}
.cart-footer .cart-collaterals .deals {
	float: right;
	width: 360px;
}
.cart-footer .cart-collaterals .shipping {
	float: left;
	width: 360px;
}
.cart-footer .estimate-shipping .inputs label {
	display: inline-block;
	width: 35%;
}
.cart-footer .estimate-shipping .inputs input,
.cart-footer .estimate-shipping .inputs select {
	width: 65%;
}


/*** CHECKOUT ***/



.payment-info .info td:first-child {
	width: 375px !important;
}
.payment-info .info td:only-child {
	width: 100% !important;
}


/*** FORUM & PROFILE ***/


.forum-actions .pager,
.topic-actions .pager {
	max-width: 600px !important;
}

.topic-post .post-text {
    width: 930px;
    max-width: 100%;
}

}

.admin-header-links {
	position: fixed;
	left: -190px;
	top: 42%;
	background: black;
	padding: 30px;
	border-radius: 3px;
	z-index: 9999;
	color: white;
	text-align: center;
	box-shadow: 0px 0px 14px -1px #e6370f;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 227px;
}

	.admin-header-links:hover {
		left: 0px;
	}

	.admin-header-links a {
		display: block;
		border: 1px solid #d2d2d2;
		margin-bottom: 13px;
		padding: 10px 20px;
		border-radius: 4px;
	}

		.admin-header-links a:hover {
			color: yellow;
			border-color: yellow;
		}
/*! jQuery UI - v1.12.1 - 2018-06-15
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=smoothness&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cd0a0a&fcError=cd0a0a&borderColorError=cd0a0a&bgImgOpacityError=95&bgTextureError=glass&bgColorError=fef1ec&iconColorHighlight=2e83ff&fcHighlight=363636&borderColorHighlight=fcefa1&bgImgOpacityHighlight=55&bgTextureHighlight=glass&bgColorHighlight=fbf9ee&iconColorActive=454545&fcActive=212121&borderColorActive=aaaaaa&bgImgOpacityActive=65&bgTextureActive=glass&bgColorActive=ffffff&iconColorHover=454545&fcHover=212121&borderColorHover=999999&bgImgOpacityHover=75&bgTextureHover=glass&bgColorHover=dadada&iconColorDefault=888888&fcDefault=555555&borderColorDefault=d3d3d3&bgImgOpacityDefault=75&bgTextureDefault=glass&bgColorDefault=e6e6e6&iconColorContent=222222&fcContent=222222&borderColorContent=aaaaaa&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=222222&fcHeader=222222&borderColorHeader=aaaaaa&bgImgOpacityHeader=75&bgTextureHeader=highlight_soft&bgColorHeader=cccccc&cornerRadius=4px&fsDefault=1.1em&fwDefault=normal&ffDefault=Verdana%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #d3d3d3}.ui-widget-content{border:1px solid #aaa;background:#fff;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #d3d3d3;background:#e6e6e6 url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #999;background:#dadada url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#212121;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #aaa;background:#fff url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-icon-background,.ui-state-active .ui-icon-background{border:#aaa;background-color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;color:#363636}.ui-state-checked{border:1px solid #fcefa1;background:#fbf9ee}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-icons_222222_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-icons_454545_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-icons_454545_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-icons_2e83ff_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-icons_cd0a0a_256x240.png")}.ui-button .ui-icon{background-image:url("../lib/jquery-ui/jquery-ui-1.12.1.custom/images/ui-icons_888888_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:-8px -8px 8px #aaa;box-shadow:-8px -8px 8px #aaa}
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ol ul, ul ol, ul ul {
        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: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",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 {
    overflow: hidden;
    vertical-align: middle
}

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, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

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
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.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 {
    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
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

    .table td, .table th {
        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 td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6
    }

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px
    }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.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 > td, .table-primary > th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #9fcdff
    }

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf
    }

.table-success, .table-success > td, .table-success > th {
    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 > td, .table-info > th {
    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 > td, .table-warning > th {
    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 > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f1b0b7
    }

.table-light, .table-light > td, .table-light > th {
    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 > td, .table-dark > th {
    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 > td, .table-active > th {
    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 td, .table-dark th, .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
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple], select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40,167,69,.9);
    border-radius: .25rem
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745
}

    .custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
    }

    .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
        display: block
    }

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

    .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
        background-color: #71dd8a
    }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

    .custom-file-input.is-valid ~ .custom-file-label::after, .was-validated .custom-file-input:valid ~ .custom-file-label::after {
        border-color: inherit
    }

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: .25rem
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545
}

    .custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
    }

    .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block
    }

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

    .custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
        background-color: #efa2a9
    }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

    .custom-file-input.is-invalid ~ .custom-file-label::after, .was-validated .custom-file-input:invalid ~ .custom-file-label::after {
        border-color: inherit
    }

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430
    }

        .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .btn-info.focus, .btn-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f
    }

        .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

    .btn-warning.focus, .btn-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-danger.focus, .btn-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    .btn-light.focus, .btn-light:focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df
    }

        .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    .btn-dark.focus, .btn-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
        }

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
        }

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
        }

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
        }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent
    }

    .btn-link.focus, .btn-link:focus {
        text-decoration: underline;
        border-color: transparent;
        box-shadow: none
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #6c757d;
        pointer-events: none
    }

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

        .btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
            z-index: 1
        }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
            z-index: 1
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

    .btn-group-vertical .btn, .btn-group-vertical .btn-group {
        width: 100%
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

    .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
            margin-left: -1px
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4
        }

        .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
            margin-left: -1px
        }

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .input-group-text input[type=checkbox], .input-group-text input[type=radio] {
        margin-top: 0
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #007bff
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

    .custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #dee2e6
    }

    .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(128,189,255,.5)
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

    .custom-select::-ms-expand {
        opacity: 0
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

        .custom-file-input:focus ~ .custom-file-label::after {
            border-color: #80bdff
        }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse"
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 2.25rem;
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
        border-radius: 0 .25rem .25rem 0
    }

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus {
        outline: 0
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #6c757d
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-item {
        margin-bottom: -1px
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    border-radius: .25rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff
    }

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar > .container, .navbar > .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-text a {
        color: rgba(0,0,0,.9)
    }

        .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
            color: rgba(0,0,0,.9)
        }

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-text a {
        color: #fff
    }

        .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
            color: #fff
        }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group > .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0
                }

            .card-group > .card:only-child {
                border-radius: .25rem
            }

                .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
                    border-top-left-radius: .25rem;
                    border-top-right-radius: .25rem
                }

                .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
                    border-bottom-right-radius: .25rem;
                    border-bottom-left-radius: .25rem
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
                    border-radius: 0
                }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}


.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none
    }

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

    .badge-primary[href]:focus, .badge-primary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0062cc
    }

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

    .badge-secondary[href]:focus, .badge-secondary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #545b62
    }

.badge-success {
    color: #fff;
    background-color: #28a745
}

    .badge-success[href]:focus, .badge-success[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1e7e34
    }

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

    .badge-info[href]:focus, .badge-info[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #117a8b
    }

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

    .badge-warning[href]:focus, .badge-warning[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #d39e00
    }

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

    .badge-danger[href]:focus, .badge-danger[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130
    }

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

    .badge-light[href]:focus, .badge-light[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5
    }

.badge-dark {
    color: #fff;
    background-color: #343a40
}

    .badge-dark[href]:focus, .badge-dark[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

    .alert-primary hr {
        border-top-color: #9fcdff
    }

    .alert-primary .alert-link {
        color: #002752
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

    .alert-secondary hr {
        border-top-color: #c8cbcf
    }

    .alert-secondary .alert-link {
        color: #202326
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

    .alert-success hr {
        border-top-color: #b1dfbb
    }

    .alert-success .alert-link {
        color: #0b2e13
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

    .alert-info hr {
        border-top-color: #abdde5
    }

    .alert-info .alert-link {
        color: #062c33
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

    .alert-warning hr {
        border-top-color: #ffe8a1
    }

    .alert-warning .alert-link {
        color: #533f03
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

    .alert-danger hr {
        border-top-color: #f1b0b7
    }

    .alert-danger .alert-link {
        color: #491217
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light hr {
        border-top-color: #ececf6
    }

    .alert-light .alert-link {
        color: #686868
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

    .alert-dark hr {
        border-top-color: #b9bbbe
    }

    .alert-dark .alert-link {
        color: #040505
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .list-group-item:focus, .list-group-item:hover {
        z-index: 1;
        text-decoration: none
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #004085;
        background-color: #9fcdff
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #383d41;
        background-color: #c8cbcf
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #155724;
        background-color: #b1dfbb
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #0c5460;
        background-color: #abdde5
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #856404;
        background-color: #ffe8a1
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #721c24;
        background-color: #f1b0b7
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #818182;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #1b1e21;
        background-color: #b9bbbe
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:not(:disabled):not(.disabled) {
        cursor: pointer
    }

        .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
            color: #000;
            text-decoration: none;
            opacity: .75
        }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (.5rem * 2));
        content: ""
    }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.003rem;
    line-height: 1.375;
    color: #232933;
    font-weight: normal;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

        .modal-dialog-centered::before {
            height: calc(100vh - (1.75rem * 2))
        }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow::after, .popover .arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
        bottom: calc((.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
            border-width: .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
            bottom: 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
            bottom: 1px;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
        left: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
            border-width: .5rem .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
            left: 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
            left: 1px;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
        top: calc((.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
            border-width: 0 .5rem .5rem .5rem
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
            top: 0;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
            top: 1px;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
        right: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
            border-width: .5rem 0 .5rem .5rem
        }

        .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
            right: 0;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
            right: 1px;
            border-left-color: #fff
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        display: block;
        transition: -webkit-transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease,-webkit-transform .6s ease
    }

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        opacity: 1
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9
    }

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255,255,255,.5)
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

    .carousel-indicators .active {
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.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: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !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: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    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: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        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 embed, .embed-responsive iframe, .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.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -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
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -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;
    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;
    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;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -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
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -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;
        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;
        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;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -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
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -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;
        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;
        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;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -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
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -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;
        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;
        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;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -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
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -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;
        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;
        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;
        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;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

.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: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,.5) !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 {
    *, ::after, ::before {
        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
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
            border-color: #dee2e6
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}
/*# sourceMappingURL=bootstrap.min.css.map */


.bootstrap-switch {
    display: inline-block;
    direction: ltr;
    cursor: pointer;
    border-radius: 30px;
    border: 0;
    position: relative;
    text-align: left;
    margin-bottom: 10px;
    line-height: 8px;
    width: 59px !important;
    height: 22px;
    outline: none;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-right: 20px;
    background: rgba(44, 44, 44, 0.2);
}

    .bootstrap-switch .bootstrap-switch-container {
        display: inline-flex;
        top: 0;
        height: 22px;
        border-radius: 4px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        width: 100px !important;
    }

    .bootstrap-switch .bootstrap-switch-handle-on,
    .bootstrap-switch .bootstrap-switch-handle-off,
    .bootstrap-switch .bootstrap-switch-label {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block !important;
        height: 100%;
        color: #fff;
        padding: 6px 12px;
        font-size: 11px;
        text-indent: -5px;
        line-height: 15px;
        -webkit-transition: 0.25s ease-out;
        transition: 0.25s ease-out;
    }

    .bootstrap-switch .bootstrap-switch-handle-on,
    .bootstrap-switch .bootstrap-switch-handle-off {
        text-align: center;
        z-index: 1;
        float: left;
        line-height: 11px;
        width: 50% !important;
    }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-brown,
        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-brown {
            color: #fff;
            background: #f96332;
        }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-blue,
        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-blue {
            color: #fff;
            background: #2CA8FF;
        }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-green,
        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-green {
            color: #fff;
            background: #18ce0f;
        }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-orange,
        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-orange {
            background: #FFB236;
            color: #fff;
        }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-red,
        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-red {
            color: #fff;
            background: #FF3636;
        }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
            color: #fff;
        }

    .bootstrap-switch .bootstrap-switch-label {
        text-align: center;
        z-index: 100;
        color: #333333;
        background: #ffffff;
        width: 22px !important;
        height: 22px !important;
        margin: 0px -11px;
        border-radius: 20px;
        position: absolute;
        float: left;
        top: 0;
        left: 50%;
        padding: 0;
        box-shadow: 0 1px 11px rgba(0, 0, 0, 0.25);
    }

    .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
        background-color: rgba(23, 23, 23, 0.4);
    }

    .bootstrap-switch.bootstrap-switch-on:hover .bootstrap-switch-label {
        width: 27px !important;
        margin-left: -16px;
    }

    .bootstrap-switch.bootstrap-switch-off:hover .bootstrap-switch-label {
        width: 27px !important;
        margin-left: -11px;
    }

    .bootstrap-switch .bootstrap-switch-handle-on {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .bootstrap-switch .bootstrap-switch-handle-off {
        text-indent: 6px;
    }

    .bootstrap-switch input[type='radio'],
    .bootstrap-switch input[type='checkbox'] {
        position: absolute !important;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: -1;
    }

        .bootstrap-switch input[type='radio'].form-control,
        .bootstrap-switch input[type='checkbox'].form-control {
            height: auto;
        }

    .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
    }

    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
    }

    .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
        padding: 6px 16px;
        font-size: 18px;
        line-height: 1.33;
    }

    .bootstrap-switch.bootstrap-switch-disabled,
    .bootstrap-switch.bootstrap-switch-readonly,
    .bootstrap-switch.bootstrap-switch-indeterminate {
        cursor: default !important;
    }

        .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
        .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
        .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
        .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
        .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
        .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
        .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
        .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
        .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
            opacity: 0.5;
            filter: alpha(opacity=50);
            cursor: default !important;
        }

    .bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
        -webkit-transition: margin-left 0.5s;
        transition: margin-left 0.5s;
    }

    .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
        margin-left: -2px !important;
    }

    .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
        margin-left: -39px !important;
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label:before {
        background-color: #FFFFFF;
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-red ~ .bootstrap-switch-default {
        background-color: #FF3636;
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-orange ~ .bootstrap-switch-default {
        background-color: #FFB236;
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-green ~ .bootstrap-switch-default {
        background-color: #18ce0f;
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-brown ~ .bootstrap-switch-default {
        background-color: #f96332;
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-blue ~ .bootstrap-switch-default {
        background-color: #2CA8FF;
    }

    .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-red,
    .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-brown,
    .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-blue,
    .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-orange,
    .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-green {
        background-color: #E3E3E3;
    }

.bootstrap-switch-off .bootstrap-switch-handle-on {
    opacity: 0;
}

.bootstrap-switch-on .bootstrap-switch-handle-off {
    opacity: 0;
}


/*! nouislider - 9.1.0 - 2016-12-10 16:00:32 */


/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}


/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* Slider size and handle placement;
 */

.noUi-horizontal {
    height: 1px;
}

    .noUi-horizontal .noUi-handle {
        border-radius: 50%;
        background-color: #FFFFFF;
        box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.2);
        height: 15px;
        width: 15px;
        cursor: pointer;
        margin-left: -10px;
        margin-top: -7px;
    }

.noUi-vertical {
    width: 18px;
}

    .noUi-vertical .noUi-handle {
        width: 28px;
        height: 34px;
        left: -6px;
        top: -17px;
    }


/* Styling;
 */

.noUi-target {
    background-color: rgba(182, 182, 182, 0.3);
    border-radius: 3px;
}

.noUi-connect {
    background: #888;
    border-radius: 3px;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}


/* Handles and cursors;
 */

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
    -webkit-transition: 300ms ease 0s;
    -moz-transition: 300ms ease 0s;
    -ms-transition: 300ms ease 0s;
    -o-transform: 300ms ease 0s;
    transition: 300ms ease 0s;
}

.noUi-active {
    -webkit-transform: scale3d(1.5, 1.5, 1);
    -moz-transform: scale3d(1.5, 1.5, 1);
    -ms-transform: scale3d(1.5, 1.5, 1);
    -o-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
}


/* Disabled state;
 */

[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}


/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}


/* Values;
 *
 */

.noUi-value {
    position: absolute;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}


/* Markings;
 *
 */

.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-sub {
    background: #AAA;
}

.noUi-marker-large {
    background: #AAA;
}


/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}


/* Vertical layout;
 *
 */

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

.slider.slider-neutral .noUi-connect,
.slider.slider-neutral.noUi-connect {
    background-color: #FFFFFF;
}

.slider.slider-neutral.noUi-target {
    background-color: rgba(255, 255, 255, 0.3);
}

.slider.slider-neutral .noUi-handle {
    background-color: #FFFFFF;
}

.slider.slider-primary .noUi-connect,
.slider.slider-primary.noUi-connect {
    background-color: #f96332;
}

.slider.slider-primary.noUi-target {
    background-color: rgba(249, 99, 50, 0.3);
}

.slider.slider-primary .noUi-handle {
    background-color: #f96332;
}

.slider.slider-info .noUi-connect,
.slider.slider-info.noUi-connect {
    background-color: #2CA8FF;
}

.slider.slider-info.noUi-target {
    background-color: rgba(44, 168, 255, 0.3);
}

.slider.slider-info .noUi-handle {
    background-color: #2CA8FF;
}

.slider.slider-success .noUi-connect,
.slider.slider-success.noUi-connect {
    background-color: #18ce0f;
}

.slider.slider-success.noUi-target {
    background-color: rgba(24, 206, 15, 0.3);
}

.slider.slider-success .noUi-handle {
    background-color: #18ce0f;
}

.slider.slider-warning .noUi-connect,
.slider.slider-warning.noUi-connect {
    background-color: #FFB236;
}

.slider.slider-warning.noUi-target {
    background-color: rgba(255, 178, 54, 0.3);
}

.slider.slider-warning .noUi-handle {
    background-color: #FFB236;
}

.slider.slider-danger .noUi-connect,
.slider.slider-danger.noUi-connect {
    background-color: #FF3636;
}

.slider.slider-danger.noUi-target {
    background-color: rgba(255, 54, 54, 0.3);
}

.slider.slider-danger .noUi-handle {
    background-color: #FF3636;
}


/*!
 * Datepicker for Bootstrap v1.7.0-dev (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
    padding: 8px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
    -webkit-transform: translate3d(0, -40px, 0);
    -moz-transform: translate3d(0, -40px, 0);
    -o-transform: translate3d(0, -40px, 0);
    -ms-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.3s ease 0s, height 0s linear 0.35s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    display: block;
    width: 254px;
    max-width: 254px;
}

    .datepicker.dropdown-menu:before {
        display: none;
    }

    .datepicker.datepicker-primary {
        background-color: #f96332;
    }

        .datepicker.datepicker-primary th,
        .datepicker.datepicker-primary .day div,
        .datepicker.datepicker-primary table tr td span {
            color: #FFFFFF;
        }

        .datepicker.datepicker-primary:after {
            border-bottom-color: #f96332;
        }

        .datepicker.datepicker-primary.datepicker-orient-top:after {
            border-top-color: #f96332;
        }

        .datepicker.datepicker-primary .dow {
            color: rgba(255, 255, 255, 0.8);
        }

        .datepicker.datepicker-primary table tr td.old div,
        .datepicker.datepicker-primary table tr td.new div,
        .datepicker.datepicker-primary table tr td span.old,
        .datepicker.datepicker-primary table tr td span.new {
            color: rgba(255, 255, 255, 0.4);
        }

        .datepicker.datepicker-primary table tr td span:hover,
        .datepicker.datepicker-primary table tr td span.focused {
            background: rgba(255, 255, 255, 0.1);
        }

        .datepicker.datepicker-primary .datepicker-switch:hover,
        .datepicker.datepicker-primary .prev:hover,
        .datepicker.datepicker-primary .next:hover,
        .datepicker.datepicker-primary tfoot tr th:hover {
            background: rgba(255, 255, 255, 0.2);
        }

        .datepicker.datepicker-primary table tr td.active div,
        .datepicker.datepicker-primary table tr td.active:hover div,
        .datepicker.datepicker-primary table tr td.active.disabled div,
        .datepicker.datepicker-primary table tr td.active.disabled:hover div {
            background-color: #FFFFFF;
            color: #f96332;
        }

        .datepicker.datepicker-primary table tr td.day:hover div,
        .datepicker.datepicker-primary table tr td.day.focused div {
            background: rgba(255, 255, 255, 0.2);
        }

        .datepicker.datepicker-primary table tr td.active:hover div,
        .datepicker.datepicker-primary table tr td.active:hover:hover div,
        .datepicker.datepicker-primary table tr td.active.disabled:hover div,
        .datepicker.datepicker-primary table tr td.active.disabled:hover:hover div,
        .datepicker.datepicker-primary table tr td.active:active div,
        .datepicker.datepicker-primary table tr td.active:hover:active div,
        .datepicker.datepicker-primary table tr td.active.disabled:active div,
        .datepicker.datepicker-primary table tr td.active.disabled:hover:active div,
        .datepicker.datepicker-primary table tr td.active.active div,
        .datepicker.datepicker-primary table tr td.active:hover.active div,
        .datepicker.datepicker-primary table tr td.active.disabled.active div,
        .datepicker.datepicker-primary table tr td.active.disabled:hover.active div,
        .datepicker.datepicker-primary table tr td.active.disabled div,
        .datepicker.datepicker-primary table tr td.active:hover.disabled div,
        .datepicker.datepicker-primary table tr td.active.disabled.disabled div,
        .datepicker.datepicker-primary table tr td.active.disabled:hover.disabled div,
        .datepicker.datepicker-primary table tr td.active[disabled] div,
        .datepicker.datepicker-primary table tr td.active:hover[disabled] div,
        .datepicker.datepicker-primary table tr td.active.disabled[disabled] div,
        .datepicker.datepicker-primary table tr td.active.disabled:hover[disabled] div,
        .datepicker.datepicker-primary table tr td span.active:hover,
        .datepicker.datepicker-primary table tr td span.active:hover:hover,
        .datepicker.datepicker-primary table tr td span.active.disabled:hover,
        .datepicker.datepicker-primary table tr td span.active.disabled:hover:hover,
        .datepicker.datepicker-primary table tr td span.active:active,
        .datepicker.datepicker-primary table tr td span.active:hover:active,
        .datepicker.datepicker-primary table tr td span.active.disabled:active,
        .datepicker.datepicker-primary table tr td span.active.disabled:hover:active,
        .datepicker.datepicker-primary table tr td span.active.active,
        .datepicker.datepicker-primary table tr td span.active:hover.active,
        .datepicker.datepicker-primary table tr td span.active.disabled.active,
        .datepicker.datepicker-primary table tr td span.active.disabled:hover.active,
        .datepicker.datepicker-primary table tr td span.active.disabled,
        .datepicker.datepicker-primary table tr td span.active:hover.disabled,
        .datepicker.datepicker-primary table tr td span.active.disabled.disabled,
        .datepicker.datepicker-primary table tr td span.active.disabled:hover.disabled,
        .datepicker.datepicker-primary table tr td span.active[disabled],
        .datepicker.datepicker-primary table tr td span.active:hover[disabled],
        .datepicker.datepicker-primary table tr td span.active.disabled[disabled],
        .datepicker.datepicker-primary table tr td span.active.disabled:hover[disabled] {
            background-color: #FFFFFF;
        }

            .datepicker.datepicker-primary table tr td span.active:hover,
            .datepicker.datepicker-primary table tr td span.active:hover:hover,
            .datepicker.datepicker-primary table tr td span.active.disabled:hover,
            .datepicker.datepicker-primary table tr td span.active.disabled:hover:hover,
            .datepicker.datepicker-primary table tr td span.active:active,
            .datepicker.datepicker-primary table tr td span.active:hover:active,
            .datepicker.datepicker-primary table tr td span.active.disabled:active,
            .datepicker.datepicker-primary table tr td span.active.disabled:hover:active,
            .datepicker.datepicker-primary table tr td span.active.active,
            .datepicker.datepicker-primary table tr td span.active:hover.active,
            .datepicker.datepicker-primary table tr td span.active.disabled.active,
            .datepicker.datepicker-primary table tr td span.active.disabled:hover.active,
            .datepicker.datepicker-primary table tr td span.active.disabled,
            .datepicker.datepicker-primary table tr td span.active:hover.disabled,
            .datepicker.datepicker-primary table tr td span.active.disabled.disabled,
            .datepicker.datepicker-primary table tr td span.active.disabled:hover.disabled,
            .datepicker.datepicker-primary table tr td span.active[disabled],
            .datepicker.datepicker-primary table tr td span.active:hover[disabled],
            .datepicker.datepicker-primary table tr td span.active.disabled[disabled],
            .datepicker.datepicker-primary table tr td span.active.disabled:hover[disabled] {
                color: #f96332;
            }

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

    .datepicker.datepicker-rtl.dropdown-menu {
        left: auto;
    }

    .datepicker.datepicker-rtl table tr td span {
        float: right;
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
}

    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-top: 0;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
    }

    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: 0;
        position: absolute;
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px;
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px;
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px;
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        top: -7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        top: -6px;
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid transparent;
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff;
    }

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 241px;
    max-width: 241px;
}

.datepicker .day div,
.datepicker th {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 2.2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 50%;
    font-weight: 300;
    font-size: 14px;
    border: none;
    position: relative;
    cursor: pointer;
}

.datepicker th {
    color: #f96332;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 2px;
    text-align: center;
    cursor: pointer;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover div,
.datepicker table tr td.day.focused div {
    background: #eee;
    cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #888;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #888;
    cursor: default;
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
}

    .datepicker table tr td.today:hover,
    .datepicker table tr td.today:hover:hover,
    .datepicker table tr td.today.disabled:hover,
    .datepicker table tr td.today.disabled:hover:hover,
    .datepicker table tr td.today:active,
    .datepicker table tr td.today:hover:active,
    .datepicker table tr td.today.disabled:active,
    .datepicker table tr td.today.disabled:hover:active,
    .datepicker table tr td.today.active,
    .datepicker table tr td.today:hover.active,
    .datepicker table tr td.today.disabled.active,
    .datepicker table tr td.today.disabled:hover.active,
    .datepicker table tr td.today.disabled,
    .datepicker table tr td.today:hover.disabled,
    .datepicker table tr td.today.disabled.disabled,
    .datepicker table tr td.today.disabled:hover.disabled,
    .datepicker table tr td.today[disabled],
    .datepicker table tr td.today:hover[disabled],
    .datepicker table tr td.today.disabled[disabled],
    .datepicker table tr td.today.disabled:hover[disabled] {
        background-color: #fdf59a;
    }

        .datepicker table tr td.today:active,
        .datepicker table tr td.today:hover:active,
        .datepicker table tr td.today.disabled:active,
        .datepicker table tr td.today.disabled:hover:active,
        .datepicker table tr td.today.active,
        .datepicker table tr td.today:hover.active,
        .datepicker table tr td.today.disabled.active,
        .datepicker table tr td.today.disabled:hover.active {
            background-color: #fbf069 \9;
        }

        .datepicker table tr td.today:hover:hover {
            color: #000;
        }

        .datepicker table tr td.today.active:hover {
            color: #fff;
        }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .datepicker table tr td.range.today,
    .datepicker table tr td.range.today:hover,
    .datepicker table tr td.range.today.disabled,
    .datepicker table tr td.range.today.disabled:hover {
        background-color: #f3d17a;
        background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
        background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
        border-color: #f3e97a #f3e97a #edde34;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .datepicker table tr td.range.today:hover,
        .datepicker table tr td.range.today:hover:hover,
        .datepicker table tr td.range.today.disabled:hover,
        .datepicker table tr td.range.today.disabled:hover:hover,
        .datepicker table tr td.range.today:active,
        .datepicker table tr td.range.today:hover:active,
        .datepicker table tr td.range.today.disabled:active,
        .datepicker table tr td.range.today.disabled:hover:active,
        .datepicker table tr td.range.today.active,
        .datepicker table tr td.range.today:hover.active,
        .datepicker table tr td.range.today.disabled.active,
        .datepicker table tr td.range.today.disabled:hover.active,
        .datepicker table tr td.range.today.disabled,
        .datepicker table tr td.range.today:hover.disabled,
        .datepicker table tr td.range.today.disabled.disabled,
        .datepicker table tr td.range.today.disabled:hover.disabled,
        .datepicker table tr td.range.today[disabled],
        .datepicker table tr td.range.today:hover[disabled],
        .datepicker table tr td.range.today.disabled[disabled],
        .datepicker table tr td.range.today.disabled:hover[disabled] {
            background-color: #f3e97a;
        }

            .datepicker table tr td.range.today:active,
            .datepicker table tr td.range.today:hover:active,
            .datepicker table tr td.range.today.disabled:active,
            .datepicker table tr td.range.today.disabled:hover:active,
            .datepicker table tr td.range.today.active,
            .datepicker table tr td.range.today:hover.active,
            .datepicker table tr td.range.today.disabled.active,
            .datepicker table tr td.range.today.disabled:hover.active {
                background-color: #efe24b \9;
            }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
    background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: linear-gradient(to bottom, #b3b3b3, #808080);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: #808080 #808080 #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.selected:hover,
    .datepicker table tr td.selected:hover:hover,
    .datepicker table tr td.selected.disabled:hover,
    .datepicker table tr td.selected.disabled:hover:hover,
    .datepicker table tr td.selected:active,
    .datepicker table tr td.selected:hover:active,
    .datepicker table tr td.selected.disabled:active,
    .datepicker table tr td.selected.disabled:hover:active,
    .datepicker table tr td.selected.active,
    .datepicker table tr td.selected:hover.active,
    .datepicker table tr td.selected.disabled.active,
    .datepicker table tr td.selected.disabled:hover.active,
    .datepicker table tr td.selected.disabled,
    .datepicker table tr td.selected:hover.disabled,
    .datepicker table tr td.selected.disabled.disabled,
    .datepicker table tr td.selected.disabled:hover.disabled,
    .datepicker table tr td.selected[disabled],
    .datepicker table tr td.selected:hover[disabled],
    .datepicker table tr td.selected.disabled[disabled],
    .datepicker table tr td.selected.disabled:hover[disabled] {
        background-color: #808080;
    }

        .datepicker table tr td.selected:active,
        .datepicker table tr td.selected:hover:active,
        .datepicker table tr td.selected.disabled:active,
        .datepicker table tr td.selected.disabled:hover:active,
        .datepicker table tr td.selected.active,
        .datepicker table tr td.selected:hover.active,
        .datepicker table tr td.selected.disabled.active,
        .datepicker table tr td.selected.disabled:hover.active {
            background-color: #666666 \9;
        }

.datepicker table tr td.active div,
.datepicker table tr td.active:hover div,
.datepicker table tr td.active.disabled div,
.datepicker table tr td.active.disabled:hover div {
    background-color: #f96332;
    color: #FFFFFF;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.datepicker table tr td.active:hover div,
.datepicker table tr td.active:hover:hover div,
.datepicker table tr td.active.disabled:hover div,
.datepicker table tr td.active.disabled:hover:hover div,
.datepicker table tr td.active:active div,
.datepicker table tr td.active:hover:active div,
.datepicker table tr td.active.disabled:active div,
.datepicker table tr td.active.disabled:hover:active div,
.datepicker table tr td.active.active div,
.datepicker table tr td.active:hover.active div,
.datepicker table tr td.active.disabled.active div,
.datepicker table tr td.active.disabled:hover.active div,
.datepicker table tr td.active.disabled div,
.datepicker table tr td.active:hover.disabled div,
.datepicker table tr td.active.disabled.disabled div,
.datepicker table tr td.active.disabled:hover.disabled div,
.datepicker table tr td.active[disabled] div,
.datepicker table tr td.active:hover[disabled] div,
.datepicker table tr td.active.disabled[disabled] div,
.datepicker table tr td.active.disabled:hover[disabled] div {
    background-color: #f96332;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-color: #003399 \9;
}

.datepicker table tr td span {
    display: block;
    width: 41px;
    height: 41px;
    line-height: 41px;
    float: left;
    margin: 1%;
    font-size: 14px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

    .datepicker table tr td span:hover,
    .datepicker table tr td span.focused {
        background: #eee;
    }

    .datepicker table tr td span.disabled,
    .datepicker table tr td span.disabled:hover {
        background: none;
        color: #888;
        cursor: default;
    }

    .datepicker table tr td span.active,
    .datepicker table tr td span.active:hover,
    .datepicker table tr td span.active.disabled,
    .datepicker table tr td span.active.disabled:hover {
        color: #fff;
        background-color: #f96332;
    }

        .datepicker table tr td span.active:hover,
        .datepicker table tr td span.active:hover:hover,
        .datepicker table tr td span.active.disabled:hover,
        .datepicker table tr td span.active.disabled:hover:hover,
        .datepicker table tr td span.active:active,
        .datepicker table tr td span.active:hover:active,
        .datepicker table tr td span.active.disabled:active,
        .datepicker table tr td span.active.disabled:hover:active,
        .datepicker table tr td span.active.active,
        .datepicker table tr td span.active:hover.active,
        .datepicker table tr td span.active.disabled.active,
        .datepicker table tr td span.active.disabled:hover.active,
        .datepicker table tr td span.active.disabled,
        .datepicker table tr td span.active:hover.disabled,
        .datepicker table tr td span.active.disabled.disabled,
        .datepicker table tr td span.active.disabled:hover.disabled,
        .datepicker table tr td span.active[disabled],
        .datepicker table tr td span.active:hover[disabled],
        .datepicker table tr td span.active.disabled[disabled],
        .datepicker table tr td span.active.disabled:hover[disabled] {
            background-color: #f96332;
            box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
        }

            .datepicker table tr td span.active:active,
            .datepicker table tr td span.active:hover:active,
            .datepicker table tr td span.active.disabled:active,
            .datepicker table tr td span.active.disabled:hover:active,
            .datepicker table tr td span.active.active,
            .datepicker table tr td span.active:hover.active,
            .datepicker table tr td span.active.disabled.active,
            .datepicker table tr td span.active.disabled:hover.active {
                background-color: #003399 \9;
            }

    .datepicker table tr td span.old,
    .datepicker table tr td span.new {
        color: #888;
    }

.datepicker .datepicker-switch {
    width: auto;
    border-radius: 0.1875rem;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
}

.datepicker .prev,
.datepicker .next {
    width: 35px;
    height: 35px;
}

.datepicker i {
    position: relative;
    top: 2px;
}

.datepicker .prev i {
    left: -1px;
}

.datepicker .next i {
    right: -1px;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #eee;
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
    visibility: hidden;
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
    cursor: pointer;
}

    .input-append.date .add-on i,
    .input-prepend.date .add-on i {
        margin-top: 3px;
    }

.input-daterange input {
    text-align: center;
}

    .input-daterange input:first-child {
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .input-daterange input:last-child {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}

.btn,
.navbar .navbar-nav > a.btn {
    border-width: 2px;
    font-weight: 400;
    font-size: 0.8571em;
    line-height: 1.35em;
    margin: 5px 1px;
    border: none;
    border-radius: 0.1875rem;
    padding: 11px 22px;
    cursor: pointer;
    background-color: #888;
    color: #FFFFFF;
}

    .btn:hover,
    .btn:focus,
    .btn:active,
    .btn.active,
    .btn:active:focus,
    .btn:active:hover,
    .btn.active:focus,
    .btn.active:hover,
    .show > .btn.dropdown-toggle,
    .show > .btn.dropdown-toggle:focus,
    .show > .btn.dropdown-toggle:hover,
    .navbar .navbar-nav > a.btn:hover,
    .navbar .navbar-nav > a.btn:focus,
    .navbar .navbar-nav > a.btn:active,
    .navbar .navbar-nav > a.btn.active,
    .navbar .navbar-nav > a.btn:active:focus,
    .navbar .navbar-nav > a.btn:active:hover,
    .navbar .navbar-nav > a.btn.active:focus,
    .navbar .navbar-nav > a.btn.active:hover,
    .show > .navbar .navbar-nav > a.btn.dropdown-toggle,
    .show > .navbar .navbar-nav > a.btn.dropdown-toggle:focus,
    .show > .navbar .navbar-nav > a.btn.dropdown-toggle:hover {
        background-color: #979797;
        color: #FFFFFF;
        box-shadow: none;
    }

    .btn:hover,
    .navbar .navbar-nav > a.btn:hover {
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
    }

    .btn.disabled,
    .btn.disabled:hover,
    .btn.disabled:focus,
    .btn.disabled.focus,
    .btn.disabled:active,
    .btn.disabled.active,
    .btn:disabled,
    .btn:disabled:hover,
    .btn:disabled:focus,
    .btn:disabled.focus,
    .btn:disabled:active,
    .btn:disabled.active,
    .btn[disabled],
    .btn[disabled]:hover,
    .btn[disabled]:focus,
    .btn[disabled].focus,
    .btn[disabled]:active,
    .btn[disabled].active,
    fieldset[disabled] .btn,
    fieldset[disabled] .btn:hover,
    fieldset[disabled] .btn:focus,
    fieldset[disabled] .btn.focus,
    fieldset[disabled] .btn:active,
    fieldset[disabled] .btn.active,
    .navbar .navbar-nav > a.btn.disabled,
    .navbar .navbar-nav > a.btn.disabled:hover,
    .navbar .navbar-nav > a.btn.disabled:focus,
    .navbar .navbar-nav > a.btn.disabled.focus,
    .navbar .navbar-nav > a.btn.disabled:active,
    .navbar .navbar-nav > a.btn.disabled.active,
    .navbar .navbar-nav > a.btn:disabled,
    .navbar .navbar-nav > a.btn:disabled:hover,
    .navbar .navbar-nav > a.btn:disabled:focus,
    .navbar .navbar-nav > a.btn:disabled.focus,
    .navbar .navbar-nav > a.btn:disabled:active,
    .navbar .navbar-nav > a.btn:disabled.active,
    .navbar .navbar-nav > a.btn[disabled],
    .navbar .navbar-nav > a.btn[disabled]:hover,
    .navbar .navbar-nav > a.btn[disabled]:focus,
    .navbar .navbar-nav > a.btn[disabled].focus,
    .navbar .navbar-nav > a.btn[disabled]:active,
    .navbar .navbar-nav > a.btn[disabled].active,
    fieldset[disabled] .navbar .navbar-nav > a.btn,
    fieldset[disabled] .navbar .navbar-nav > a.btn:hover,
    fieldset[disabled] .navbar .navbar-nav > a.btn:focus,
    fieldset[disabled] .navbar .navbar-nav > a.btn.focus,
    fieldset[disabled] .navbar .navbar-nav > a.btn:active,
    fieldset[disabled] .navbar .navbar-nav > a.btn.active {
        background-color: #888;
        border-color: #888;
    }

    .btn.btn-simple,
    .navbar .navbar-nav > a.btn.btn-simple {
        color: #888;
        border-color: #888;
    }

        .btn.btn-simple:hover,
        .btn.btn-simple:focus,
        .btn.btn-simple:active,
        .navbar .navbar-nav > a.btn.btn-simple:hover,
        .navbar .navbar-nav > a.btn.btn-simple:focus,
        .navbar .navbar-nav > a.btn.btn-simple:active {
            background-color: transparent;
            color: #979797;
            border-color: #979797;
            box-shadow: none;
        }

    .btn.btn-link,
    .navbar .navbar-nav > a.btn.btn-link {
        color: #888;
    }

        .btn.btn-link:hover,
        .btn.btn-link:focus,
        .btn.btn-link:active,
        .navbar .navbar-nav > a.btn.btn-link:hover,
        .navbar .navbar-nav > a.btn.btn-link:focus,
        .navbar .navbar-nav > a.btn.btn-link:active {
            background-color: transparent;
            color: #979797;
            text-decoration: none;
            box-shadow: none;
        }

    .btn:hover,
    .btn:focus,
    .navbar .navbar-nav > a.btn:hover,
    .navbar .navbar-nav > a.btn:focus {
        opacity: 1;
        filter: alpha(opacity=100);
        outline: 0 !important;
    }

    .btn:active,
    .btn.active,
    .open > .btn.dropdown-toggle,
    .navbar .navbar-nav > a.btn:active,
    .navbar .navbar-nav > a.btn.active,
    .open > .navbar .navbar-nav > a.btn.dropdown-toggle {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0 !important;
    }

    .btn.btn-icon,
    .navbar .navbar-nav > a.btn.btn-icon {
        height: 2.375rem;
        min-width: 2.375rem;
        width: 2.375rem;
        padding: 0;
        font-size: 0.9375rem;
        overflow: hidden;
        position: relative;
        line-height: normal;
    }

        .btn.btn-icon.btn-simple,
        .navbar .navbar-nav > a.btn.btn-icon.btn-simple {
            padding: 0;
        }

        .btn.btn-icon.btn-sm,
        .navbar .navbar-nav > a.btn.btn-icon.btn-sm {
            height: 1.875rem;
            min-width: 1.875rem;
            width: 1.875rem;
        }

            .btn.btn-icon.btn-sm i.fa,
            .btn.btn-icon.btn-sm i.now-ui-icons,
            .navbar .navbar-nav > a.btn.btn-icon.btn-sm i.fa,
            .navbar .navbar-nav > a.btn.btn-icon.btn-sm i.now-ui-icons {
                font-size: 0.6875rem;
            }

        .btn.btn-icon.btn-lg,
        .navbar .navbar-nav > a.btn.btn-icon.btn-lg {
            height: 3.6rem;
            min-width: 3.6rem;
            width: 3.6rem;
        }

            .btn.btn-icon.btn-lg i.now-ui-icons,
            .btn.btn-icon.btn-lg i.fa,
            .navbar .navbar-nav > a.btn.btn-icon.btn-lg i.now-ui-icons,
            .navbar .navbar-nav > a.btn.btn-icon.btn-lg i.fa {
                font-size: 1.325rem;
            }

        .btn.btn-icon:not(.btn-footer) i.now-ui-icons,
        .btn.btn-icon:not(.btn-footer) i.fa,
        .navbar .navbar-nav > a.btn.btn-icon:not(.btn-footer) i.now-ui-icons,
        .navbar .navbar-nav > a.btn.btn-icon:not(.btn-footer) i.fa {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-12px, -12px);
            line-height: 1.5626rem;
            width: 25px;
        }

    .btn:not(.btn-icon) .now-ui-icons,
    .navbar .navbar-nav > a.btn:not(.btn-icon) .now-ui-icons {
        position: relative;
        top: 1px;
    }

.btn-primary {
    background-color: #f96332;
    color: #FFFFFF;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary:active:focus,
    .btn-primary:active:hover,
    .btn-primary.active:focus,
    .btn-primary.active:hover,
    .show > .btn-primary.dropdown-toggle,
    .show > .btn-primary.dropdown-toggle:focus,
    .show > .btn-primary.dropdown-toggle:hover {
        background-color: #fa7a50;
        color: #FFFFFF;
        box-shadow: none;
    }

    .btn-primary:hover {
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
    }

    .btn-primary.disabled,
    .btn-primary.disabled:hover,
    .btn-primary.disabled:focus,
    .btn-primary.disabled.focus,
    .btn-primary.disabled:active,
    .btn-primary.disabled.active,
    .btn-primary:disabled,
    .btn-primary:disabled:hover,
    .btn-primary:disabled:focus,
    .btn-primary:disabled.focus,
    .btn-primary:disabled:active,
    .btn-primary:disabled.active,
    .btn-primary[disabled],
    .btn-primary[disabled]:hover,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled].focus,
    .btn-primary[disabled]:active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary.focus,
    fieldset[disabled] .btn-primary:active,
    fieldset[disabled] .btn-primary.active {
        background-color: #f96332;
        border-color: #f96332;
    }

    .btn-primary.btn-simple {
        color: #f96332;
        border-color: #f96332;
    }

        .btn-primary.btn-simple:hover,
        .btn-primary.btn-simple:focus,
        .btn-primary.btn-simple:active {
            background-color: transparent;
            color: #fa7a50;
            border-color: #fa7a50;
            box-shadow: none;
        }

    .btn-primary.btn-link {
        color: #f96332;
    }

        .btn-primary.btn-link:hover,
        .btn-primary.btn-link:focus,
        .btn-primary.btn-link:active {
            background-color: transparent;
            color: #fa7a50;
            text-decoration: none;
            box-shadow: none;
        }

.btn-success {
    background-color: #18ce0f;
    color: #FFFFFF;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .btn-success:active:focus,
    .btn-success:active:hover,
    .btn-success.active:focus,
    .btn-success.active:hover,
    .show > .btn-success.dropdown-toggle,
    .show > .btn-success.dropdown-toggle:focus,
    .show > .btn-success.dropdown-toggle:hover {
        background-color: #1beb11;
        color: #FFFFFF;
        box-shadow: none;
    }

    .btn-success:hover {
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
    }

    .btn-success.disabled,
    .btn-success.disabled:hover,
    .btn-success.disabled:focus,
    .btn-success.disabled.focus,
    .btn-success.disabled:active,
    .btn-success.disabled.active,
    .btn-success:disabled,
    .btn-success:disabled:hover,
    .btn-success:disabled:focus,
    .btn-success:disabled.focus,
    .btn-success:disabled:active,
    .btn-success:disabled.active,
    .btn-success[disabled],
    .btn-success[disabled]:hover,
    .btn-success[disabled]:focus,
    .btn-success[disabled].focus,
    .btn-success[disabled]:active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success,
    fieldset[disabled] .btn-success:hover,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success.focus,
    fieldset[disabled] .btn-success:active,
    fieldset[disabled] .btn-success.active {
        background-color: #18ce0f;
        border-color: #18ce0f;
    }

    .btn-success.btn-simple {
        color: #18ce0f;
        border-color: #18ce0f;
    }

        .btn-success.btn-simple:hover,
        .btn-success.btn-simple:focus,
        .btn-success.btn-simple:active {
            background-color: transparent;
            color: #1beb11;
            border-color: #1beb11;
            box-shadow: none;
        }

    .btn-success.btn-link {
        color: #18ce0f;
    }

        .btn-success.btn-link:hover,
        .btn-success.btn-link:focus,
        .btn-success.btn-link:active {
            background-color: transparent;
            color: #1beb11;
            text-decoration: none;
            box-shadow: none;
        }

.btn-info {
    background-color: #2CA8FF;
    color: #FFFFFF;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .btn-info:active:focus,
    .btn-info:active:hover,
    .btn-info.active:focus,
    .btn-info.active:hover,
    .show > .btn-info.dropdown-toggle,
    .show > .btn-info.dropdown-toggle:focus,
    .show > .btn-info.dropdown-toggle:hover {
        background-color: #4bb5ff;
        color: #FFFFFF;
        box-shadow: none;
    }

    .btn-info:hover {
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
    }

    .btn-info.disabled,
    .btn-info.disabled:hover,
    .btn-info.disabled:focus,
    .btn-info.disabled.focus,
    .btn-info.disabled:active,
    .btn-info.disabled.active,
    .btn-info:disabled,
    .btn-info:disabled:hover,
    .btn-info:disabled:focus,
    .btn-info:disabled.focus,
    .btn-info:disabled:active,
    .btn-info:disabled.active,
    .btn-info[disabled],
    .btn-info[disabled]:hover,
    .btn-info[disabled]:focus,
    .btn-info[disabled].focus,
    .btn-info[disabled]:active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info,
    fieldset[disabled] .btn-info:hover,
    fieldset[disabled] .btn-info:focus,
    fieldset[disabled] .btn-info.focus,
    fieldset[disabled] .btn-info:active,
    fieldset[disabled] .btn-info.active {
        background-color: #2CA8FF;
        border-color: #2CA8FF;
    }

    .btn-info.btn-simple {
        color: #2CA8FF;
        border-color: #2CA8FF;
    }

        .btn-info.btn-simple:hover,
        .btn-info.btn-simple:focus,
        .btn-info.btn-simple:active {
            background-color: transparent;
            color: #4bb5ff;
            border-color: #4bb5ff;
            box-shadow: none;
        }

    .btn-info.btn-link {
        color: #2CA8FF;
    }

        .btn-info.btn-link:hover,
        .btn-info.btn-link:focus,
        .btn-info.btn-link:active {
            background-color: transparent;
            color: #4bb5ff;
            text-decoration: none;
            box-shadow: none;
        }

.btn-warning {
    background-color: #FFB236;
    color: #FFFFFF;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .btn-warning:active:focus,
    .btn-warning:active:hover,
    .btn-warning.active:focus,
    .btn-warning.active:hover,
    .show > .btn-warning.dropdown-toggle,
    .show > .btn-warning.dropdown-toggle:focus,
    .show > .btn-warning.dropdown-toggle:hover {
        background-color: #ffbe55;
        color: #FFFFFF;
        box-shadow: none;
    }

    .btn-warning:hover {
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
    }

    .btn-warning.disabled,
    .btn-warning.disabled:hover,
    .btn-warning.disabled:focus,
    .btn-warning.disabled.focus,
    .btn-warning.disabled:active,
    .btn-warning.disabled.active,
    .btn-warning:disabled,
    .btn-warning:disabled:hover,
    .btn-warning:disabled:focus,
    .btn-warning:disabled.focus,
    .btn-warning:disabled:active,
    .btn-warning:disabled.active,
    .btn-warning[disabled],
    .btn-warning[disabled]:hover,
    .btn-warning[disabled]:focus,
    .btn-warning[disabled].focus,
    .btn-warning[disabled]:active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning,
    fieldset[disabled] .btn-warning:hover,
    fieldset[disabled] .btn-warning:focus,
    fieldset[disabled] .btn-warning.focus,
    fieldset[disabled] .btn-warning:active,
    fieldset[disabled] .btn-warning.active {
        background-color: #FFB236;
        border-color: #FFB236;
    }

    .btn-warning.btn-simple {
        color: #FFB236;
        border-color: #FFB236;
    }

        .btn-warning.btn-simple:hover,
        .btn-warning.btn-simple:focus,
        .btn-warning.btn-simple:active {
            background-color: transparent;
            color: #ffbe55;
            border-color: #ffbe55;
            box-shadow: none;
        }

    .btn-warning.btn-link {
        color: #FFB236;
    }

        .btn-warning.btn-link:hover,
        .btn-warning.btn-link:focus,
        .btn-warning.btn-link:active {
            background-color: transparent;
            color: #ffbe55;
            text-decoration: none;
            box-shadow: none;
        }

.btn-danger {
    background-color: #FF3636;
    color: #FFFFFF;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .btn-danger:active:focus,
    .btn-danger:active:hover,
    .btn-danger.active:focus,
    .btn-danger.active:hover,
    .show > .btn-danger.dropdown-toggle,
    .show > .btn-danger.dropdown-toggle:focus,
    .show > .btn-danger.dropdown-toggle:hover {
        background-color: #ff5555;
        color: #FFFFFF;
        box-shadow: none;
    }

    .btn-danger:hover {
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
    }

    .btn-danger.disabled,
    .btn-danger.disabled:hover,
    .btn-danger.disabled:focus,
    .btn-danger.disabled.focus,
    .btn-danger.disabled:active,
    .btn-danger.disabled.active,
    .btn-danger:disabled,
    .btn-danger:disabled:hover,
    .btn-danger:disabled:focus,
    .btn-danger:disabled.focus,
    .btn-danger:disabled:active,
    .btn-danger:disabled.active,
    .btn-danger[disabled],
    .btn-danger[disabled]:hover,
    .btn-danger[disabled]:focus,
    .btn-danger[disabled].focus,
    .btn-danger[disabled]:active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger,
    fieldset[disabled] .btn-danger:hover,
    fieldset[disabled] .btn-danger:focus,
    fieldset[disabled] .btn-danger.focus,
    fieldset[disabled] .btn-danger:active,
    fieldset[disabled] .btn-danger.active {
        background-color: #FF3636;
        border-color: #FF3636;
    }

    .btn-danger.btn-simple {
        color: #FF3636;
        border-color: #FF3636;
    }

        .btn-danger.btn-simple:hover,
        .btn-danger.btn-simple:focus,
        .btn-danger.btn-simple:active {
            background-color: transparent;
            color: #ff5555;
            border-color: #ff5555;
            box-shadow: none;
        }

    .btn-danger.btn-link {
        color: #FF3636;
    }

        .btn-danger.btn-link:hover,
        .btn-danger.btn-link:focus,
        .btn-danger.btn-link:active {
            background-color: transparent;
            color: #ff5555;
            text-decoration: none;
            box-shadow: none;
        }

.btn-neutral {
    background-color: #FFFFFF;
    color: #f96332;
}

    .btn-neutral:hover,
    .btn-neutral:focus,
    .btn-neutral:active,
    .btn-neutral.active,
    .btn-neutral:active:focus,
    .btn-neutral:active:hover,
    .btn-neutral.active:focus,
    .btn-neutral.active:hover,
    .show > .btn-neutral.dropdown-toggle,
    .show > .btn-neutral.dropdown-toggle:focus,
    .show > .btn-neutral.dropdown-toggle:hover {
        background-color: #FFFFFF;
        color: #FFFFFF;
        box-shadow: none;
    }

    .btn-neutral:hover {
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
    }

    .btn-neutral.disabled,
    .btn-neutral.disabled:hover,
    .btn-neutral.disabled:focus,
    .btn-neutral.disabled.focus,
    .btn-neutral.disabled:active,
    .btn-neutral.disabled.active,
    .btn-neutral:disabled,
    .btn-neutral:disabled:hover,
    .btn-neutral:disabled:focus,
    .btn-neutral:disabled.focus,
    .btn-neutral:disabled:active,
    .btn-neutral:disabled.active,
    .btn-neutral[disabled],
    .btn-neutral[disabled]:hover,
    .btn-neutral[disabled]:focus,
    .btn-neutral[disabled].focus,
    .btn-neutral[disabled]:active,
    .btn-neutral[disabled].active,
    fieldset[disabled] .btn-neutral,
    fieldset[disabled] .btn-neutral:hover,
    fieldset[disabled] .btn-neutral:focus,
    fieldset[disabled] .btn-neutral.focus,
    fieldset[disabled] .btn-neutral:active,
    fieldset[disabled] .btn-neutral.active {
        background-color: #FFFFFF;
        border-color: #FFFFFF;
    }

    .btn-neutral.btn-danger {
        color: #FF3636;
    }

        .btn-neutral.btn-danger:hover,
        .btn-neutral.btn-danger:focus,
        .btn-neutral.btn-danger:active {
            color: #ff5555;
        }

    .btn-neutral.btn-info {
        color: #2CA8FF;
    }

        .btn-neutral.btn-info:hover,
        .btn-neutral.btn-info:focus,
        .btn-neutral.btn-info:active {
            color: #4bb5ff;
        }

    .btn-neutral.btn-warning {
        color: #FFB236;
    }

        .btn-neutral.btn-warning:hover,
        .btn-neutral.btn-warning:focus,
        .btn-neutral.btn-warning:active {
            color: #ffbe55;
        }

    .btn-neutral.btn-success {
        color: #18ce0f;
    }

        .btn-neutral.btn-success:hover,
        .btn-neutral.btn-success:focus,
        .btn-neutral.btn-success:active {
            color: #1beb11;
        }

    .btn-neutral.btn-default {
        color: #888;
    }

        .btn-neutral.btn-default:hover,
        .btn-neutral.btn-default:focus,
        .btn-neutral.btn-default:active {
            color: #979797;
        }

    .btn-neutral.active,
    .btn-neutral:active,
    .btn-neutral:active:focus,
    .btn-neutral:active:hover,
    .btn-neutral.active:focus,
    .btn-neutral.active:hover,
    .show > .btn-neutral.dropdown-toggle,
    .show > .btn-neutral.dropdown-toggle:focus,
    .show > .btn-neutral.dropdown-toggle:hover {
        background-color: #FFFFFF;
        color: #fa7a50;
        box-shadow: none;
    }

    .btn-neutral:hover,
    .btn-neutral:focus {
        color: #fa7a50;
    }

        .btn-neutral:hover:not(.nav-link),
        .btn-neutral:focus:not(.nav-link) {
            box-shadow: none;
        }

    .btn-neutral.btn-simple {
        color: #FFFFFF;
        border-color: #FFFFFF;
    }

        .btn-neutral.btn-simple:hover,
        .btn-neutral.btn-simple:focus,
        .btn-neutral.btn-simple:active {
            background-color: transparent;
            color: #FFFFFF;
            border-color: #FFFFFF;
            box-shadow: none;
        }

    .btn-neutral.btn-link {
        color: #FFFFFF;
    }

        .btn-neutral.btn-link:hover,
        .btn-neutral.btn-link:focus,
        .btn-neutral.btn-link:active {
            background-color: transparent;
            color: #FFFFFF;
            text-decoration: none;
            box-shadow: none;
        }

.btn:disabled,
.btn[disabled],
.btn.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.btn-round {
    border-width: 1px;
    border-radius: 30px !important;
    padding: 11px 23px;
}

    .btn-round.btn-simple {
        padding: 10px 22px;
    }

.btn-simple {
    border: 1px solid;
    border-color: #888;
    padding: 10px 22px;
    background-color: transparent;
}

    .btn-simple.disabled,
    .btn-simple.disabled:hover,
    .btn-simple.disabled:focus,
    .btn-simple.disabled.focus,
    .btn-simple.disabled:active,
    .btn-simple.disabled.active,
    .btn-simple:disabled,
    .btn-simple:disabled:hover,
    .btn-simple:disabled:focus,
    .btn-simple:disabled.focus,
    .btn-simple:disabled:active,
    .btn-simple:disabled.active,
    .btn-simple[disabled],
    .btn-simple[disabled]:hover,
    .btn-simple[disabled]:focus,
    .btn-simple[disabled].focus,
    .btn-simple[disabled]:active,
    .btn-simple[disabled].active,
    fieldset[disabled] .btn-simple,
    fieldset[disabled] .btn-simple:hover,
    fieldset[disabled] .btn-simple:focus,
    fieldset[disabled] .btn-simple.focus,
    fieldset[disabled] .btn-simple:active,
    fieldset[disabled] .btn-simple.active,
    .btn-link.disabled,
    .btn-link.disabled:hover,
    .btn-link.disabled:focus,
    .btn-link.disabled.focus,
    .btn-link.disabled:active,
    .btn-link.disabled.active,
    .btn-link:disabled,
    .btn-link:disabled:hover,
    .btn-link:disabled:focus,
    .btn-link:disabled.focus,
    .btn-link:disabled:active,
    .btn-link:disabled.active,
    .btn-link[disabled],
    .btn-link[disabled]:hover,
    .btn-link[disabled]:focus,
    .btn-link[disabled].focus,
    .btn-link[disabled]:active,
    .btn-link[disabled].active,
    fieldset[disabled] .btn-link,
    fieldset[disabled] .btn-link:hover,
    fieldset[disabled] .btn-link:focus,
    fieldset[disabled] .btn-link.focus,
    fieldset[disabled] .btn-link:active,
    fieldset[disabled] .btn-link.active {
        background-color: transparent;
    }

.btn-lg {
    font-size: 1em;
    border-radius: 0.25rem;
    padding: 15px 48px;
}

    .btn-lg.btn-simple {
        padding: 14px 47px;
    }

.btn-sm {
    font-size: 14px;
    border-radius: 0.1875rem;
    padding: 5px 15px;
}

    .btn-sm.btn-simple {
        padding: 4px 14px;
    }

.btn-link {
    border: 0;
    padding: 0.5rem 0.7rem;
    background-color: transparent;
}

.btn-wd {
    min-width: 140px;
}

.btn-group.select {
    width: 100%;
}

    .btn-group.select .btn {
        text-align: left;
    }

    .btn-group.select .caret {
        position: absolute;
        top: 50%;
        margin-top: -1px;
        right: 8px;
    }

.form-control::-moz-placeholder {
    color: #DDDDDD;
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-control:-moz-placeholder {
    color: #DDDDDD;
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-control::-webkit-input-placeholder {
    color: #DDDDDD;
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-control:-ms-input-placeholder {
    color: #DDDDDD;
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-control {
    background-color: transparent;
    border: 1px solid #E3E3E3;
    border-radius: 30px;
    color: #2c2c2c;
    line-height: normal;
    font-size: 0.8571em;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .form-control {
    border-color: #E3E3E3;
}

.form-control:focus {
    border: 1px solid #f96332;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    color: #2c2c2c;
}

    .form-control:focus + .input-group-addon,
    .form-control:focus ~ .input-group-addon {
        border: 1px solid #f96332;
        border-left: none;
        background-color: transparent;
    }

.has-success .form-control,
.has-error .form-control,
.has-success .form-control:focus,
.has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .has-success .form-control:focus {
        border-color: #1be611;
    }

    .has-danger .form-control.form-control-success,
    .has-danger .form-control.form-control-danger,
    .has-success .form-control.form-control-success,
    .has-success .form-control.form-control-danger {
        background-image: none;
    }

.has-danger .form-control {
    border-color: #ffcfcf;
    color: #FF3636;
    background-color: rgba(222, 222, 222, 0.1);
}

    .has-danger .form-control:focus {
        background-color: #FFFFFF;
    }

.form-control + .form-control-feedback {
    border-radius: 0.25rem;
    font-size: 14px;
    margin-top: 0;
    position: absolute;
    left: 18px;
    bottom: -20px;
    vertical-align: middle;
}

.open .form-control {
    border-radius: 0.25rem 0.25rem 0 0;
    border-bottom-color: transparent;
}

.form-control + .input-group-addon {
    background-color: #FFFFFF;
}

.has-success:after,
.has-danger:after {
    font-family: 'Nucleo Outline';
    content: "\ea22";
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #18ce0f;
    font-size: 11px;
}

.has-success.input-lg:after,
.has-danger.input-lg:after {
    font-size: 13px;
    top: 13px;
}

.has-danger:after {
    content: "\ea53";
    color: #FF3636;
}

.form-group.form-group-no-border.input-lg .input-group-addon,
.input-group.form-group-no-border.input-lg .input-group-addon {
    padding: 15px 0 15px 19px;
}

.form-group.form-group-no-border.input-lg .form-control,
.input-group.form-group-no-border.input-lg .form-control {
    padding: 15px 19px;
}

    .form-group.form-group-no-border.input-lg .form-control + .input-group-addon,
    .input-group.form-group-no-border.input-lg .form-control + .input-group-addon {
        padding: 15px 19px 15px 0;
    }

.form-group.input-lg .form-control,
.input-group.input-lg .form-control {
    padding: 14px 18px;
}

    .form-group.input-lg .form-control + .input-group-addon,
    .input-group.input-lg .form-control + .input-group-addon {
        padding: 14px 18px 14px 0;
    }

.form-group.input-lg .input-group-addon,
.input-group.input-lg .input-group-addon {
    padding: 14px 0 15px 18px;
}

    .form-group.input-lg .input-group-addon + .form-control,
    .input-group.input-lg .input-group-addon + .form-control {
        padding: 15px 18px 15px 16px;
    }

.form-group.form-group-no-border .form-control,
.input-group.form-group-no-border .form-control {
    padding: 11px 19px;
}

    .form-group.form-group-no-border .form-control + .input-group-addon,
    .input-group.form-group-no-border .form-control + .input-group-addon {
        padding: 11px 19px 11px 0;
    }

.form-group.form-group-no-border .input-group-addon,
.input-group.form-group-no-border .input-group-addon {
    padding: 11px 0 11px 19px;
}

.form-group .form-control,
.input-group .form-control {
    padding: 10px 18px 10px 18px;
}

    .form-group .form-control + .input-group-addon,
    .input-group .form-control + .input-group-addon {
        padding: 10px 18px 10px 0;
    }

.form-group .input-group-addon,
.input-group .input-group-addon {
    padding: 10px 0 10px 18px;
}

    .form-group .input-group-addon + .form-control,
    .form-group .input-group-addon ~ .form-control,
    .input-group .input-group-addon + .form-control,
    .input-group .input-group-addon ~ .form-control {
        padding: 10px 19px 11px 16px;
    }

.form-group.form-group-no-border .form-control,
.form-group.form-group-no-border .form-control + .input-group-addon,
.input-group.form-group-no-border .form-control,
.input-group.form-group-no-border .form-control + .input-group-addon {
    background-color: rgba(222, 222, 222, 0.3);
    border: medium none;
}

    .form-group.form-group-no-border .form-control:focus,
    .form-group.form-group-no-border .form-control:active,
    .form-group.form-group-no-border .form-control:active,
    .form-group.form-group-no-border .form-control + .input-group-addon:focus,
    .form-group.form-group-no-border .form-control + .input-group-addon:active,
    .form-group.form-group-no-border .form-control + .input-group-addon:active,
    .input-group.form-group-no-border .form-control:focus,
    .input-group.form-group-no-border .form-control:active,
    .input-group.form-group-no-border .form-control:active,
    .input-group.form-group-no-border .form-control + .input-group-addon:focus,
    .input-group.form-group-no-border .form-control + .input-group-addon:active,
    .input-group.form-group-no-border .form-control + .input-group-addon:active {
        border: medium none;
        background-color: rgba(222, 222, 222, 0.5);
    }

        .form-group.form-group-no-border .form-control:focus + .input-group-addon,
        .input-group.form-group-no-border .form-control:focus + .input-group-addon {
            background-color: rgba(222, 222, 222, 0.5);
        }

.form-group.form-group-no-border .input-group-addon,
.input-group.form-group-no-border .input-group-addon {
    background-color: rgba(222, 222, 222, 0.3);
    border: none;
}

.has-error .form-control-feedback,
.has-error .control-label {
    color: #FF3636;
}

.has-success .form-control-feedback,
.has-success .control-label {
    color: #18ce0f;
}

.input-group-addon {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 30px;
    color: #555555;
    padding: -0.5rem 0 -0.5rem -0.3rem;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.has-success .input-group-addon,
.has-danger .input-group-addon {
    background-color: #FFFFFF;
}

.has-danger .form-control:focus + .input-group-addon {
    color: #FF3636;
}

.has-success .form-control:focus + .input-group-addon {
    color: #18ce0f;
}

.input-group-addon + .form-control,
.input-group-addon ~ .form-control {
    padding: -0.5rem 0.7rem;
    padding-left: 18px;
}

.input-group-addon i {
    width: 17px;
}

.input-group-focus .input-group-addon {
    background-color: #FFFFFF;
    border-color: #f96332;
}

.input-group-focus.form-group-no-border .input-group-addon {
    background-color: rgba(222, 222, 222, 0.5);
}

.input-group,
.form-group {
    margin-bottom: 10px;
}

    .input-group[disabled] .input-group-addon {
        background-color: #E3E3E3;
    }

    
    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child) {
        border-left: 0 none;
    }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #E3E3E3;
    color: #888;
    cursor: not-allowed;
}

.input-group-btn .btn {
    border-width: 1px;
    padding: 11px 0.7rem;
}

.input-group-btn .btn-default:not(.btn-fill) {
    border-color: #DDDDDD;
}

.input-group-btn:last-child > .btn {
    margin-left: 0;
}

textarea.form-control {
    max-width: 100%;
    padding: 10px 10px 0 0;
    resize: none;
    border: none;
    border-bottom: 1px solid #E3E3E3;
    border-radius: 0;
    line-height: 2;
}

    textarea.form-control:focus,
    textarea.form-control:active {
        border-left: none;
        border-top: none;
        border-right: none;
    }

.has-success.form-group .form-control,
.has-success.form-group.form-group-no-border .form-control,
.has-danger.form-group .form-control,
.has-danger.form-group.form-group-no-border .form-control {
    padding-right: 40px;
}

.form-group {
    position: relative;
}

    .form-group.has-error,
    .form-group.has-danger {
        margin-bottom: 20px;
    }

.checkbox,
.radio {
    margin-bottom: 12px;
}

    .checkbox label,
    .radio label {
        display: inline-block;
        position: relative;
        cursor: pointer;
        padding-left: 35px;
        line-height: 26px;
        margin-bottom: 0;
    }

    .radio label {
        padding-left: 28px;
    }

    .checkbox label::before,
    .checkbox label::after {
        content: " ";
        display: inline-block;
        position: absolute;
        width: 26px;
        height: 26px;
        left: 0;
        cursor: pointer;
        border-radius: 3px;
        top: 0;
        background-color: transparent;
        border: 1px solid #E3E3E3;
        -webkit-transition: opacity 0.3s linear;
        -moz-transition: opacity 0.3s linear;
        -o-transition: opacity 0.3s linear;
        -ms-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear;
    }

    .checkbox label::after {
        font-family: 'Nucleo Outline';
        content: "\ea22";
        top: 0px;
        text-align: center;
        font-size: 14px;
        opacity: 0;
        color: #555555;
        border: 0;
        background-color: inherit;
    }

    .checkbox input[type="checkbox"],
    .radio input[type="radio"] {
        opacity: 0;
        position: absolute;
        visibility: hidden;
    }

        .checkbox input[type="checkbox"]:checked + label::after {
            opacity: 1;
        }

        .checkbox input[type="checkbox"]:disabled + label,
        .radio input[type="radio"]:disabled + label {
            color: #9A9A9A;
            opacity: .5;
        }

            .checkbox input[type="checkbox"]:disabled + label::before,
            .checkbox input[type="checkbox"]:disabled + label::after {
                cursor: not-allowed;
            }

        .checkbox input[type="checkbox"]:disabled + label,
        .radio input[type="radio"]:disabled + label {
            cursor: not-allowed;
        }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.radio label::before,
.radio label::after {
    content: " ";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #E3E3E3;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 3px;
    padding: 1px;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.radio input[type="radio"] + label:after,
.radio input[type="radio"] {
    opacity: 0;
}

    .radio input[type="radio"]:checked + label::after {
        width: 4px;
        height: 4px;
        background-color: #555555;
        border-color: #555555;
        top: 11px;
        left: 11px;
        opacity: 1;
    }

    .radio input[type="radio"]:checked + label::after {
        opacity: 1;
    }

    .radio input[type="radio"]:disabled + label {
        color: #9A9A9A;
    }

        .radio input[type="radio"]:disabled + label::before,
        .radio input[type="radio"]:disabled + label::after {
            color: #9A9A9A;
        }

.radio.radio-inline {
    margin-top: 0;
}

.progress-container {
    position: relative;
}

    .progress-container + .progress-container,
    .progress-container ~ .progress-container {
        margin-top: 15px;
    }

    .progress-container .progress-badge {
        color: #888;
        font-size: 0.8571em;
        text-transform: uppercase;
    }

    .progress-container .progress {
        height: 1px;
        border-radius: 0;
        box-shadow: none;
        background: rgba(222, 222, 222, 0.8);
        margin-top: 14px;
    }

        .progress-container .progress .progress-bar {
            box-shadow: none;
            background-color: #888;
        }

        .progress-container .progress .progress-value {
            position: absolute;
            top: 2px;
            right: 0;
            color: #888;
            font-size: 0.8571em;
        }

    .progress-container.progress-neutral .progress {
        background: rgba(255, 255, 255, 0.3);
    }

    .progress-container.progress-neutral .progress-bar {
        background: #FFFFFF;
    }

    .progress-container.progress-neutral .progress-value,
    .progress-container.progress-neutral .progress-badge {
        color: #FFFFFF;
    }

    .progress-container.progress-primary .progress {
        background: rgba(249, 99, 50, 0.3);
    }

    .progress-container.progress-primary .progress-bar {
        background: #f96332;
    }

    .progress-container.progress-primary .progress-value,
    .progress-container.progress-primary .progress-badge {
        color: #f96332;
    }

    .progress-container.progress-info .progress {
        background: rgba(44, 168, 255, 0.3);
    }

    .progress-container.progress-info .progress-bar {
        background: #2CA8FF;
    }

    .progress-container.progress-info .progress-value,
    .progress-container.progress-info .progress-badge {
        color: #2CA8FF;
    }

    .progress-container.progress-success .progress {
        background: rgba(24, 206, 15, 0.3);
    }

    .progress-container.progress-success .progress-bar {
        background: #18ce0f;
    }

    .progress-container.progress-success .progress-value,
    .progress-container.progress-success .progress-badge {
        color: #18ce0f;
    }

    .progress-container.progress-warning .progress {
        background: rgba(255, 178, 54, 0.3);
    }

    .progress-container.progress-warning .progress-bar {
        background: #FFB236;
    }

    .progress-container.progress-warning .progress-value,
    .progress-container.progress-warning .progress-badge {
        color: #FFB236;
    }

    .progress-container.progress-danger .progress {
        background: rgba(255, 54, 54, 0.3);
    }

    .progress-container.progress-danger .progress-bar {
        background: #FF3636;
    }

    .progress-container.progress-danger .progress-value,
    .progress-container.progress-danger .progress-badge {
        color: #FF3636;
    }


/*           badges             */

.badge {
    border-radius: 8px;
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: 0.7142em;
    line-height: 12px;
    background-color: transparent;
    border: 1px solid;
    margin-bottom: 5px;
    border-radius: 0.875rem;
}

.badge-icon {
    padding: 0.4em 0.55em;
}

    .badge-icon i {
        font-size: 0.8em;
    }

.badge-default {
    border-color: #888;
    color: #888;
}

.badge-primary {
    border-color: #f96332;
    color: #f96332;
}

.badge-info {
    border-color: #2CA8FF;
    color: #2CA8FF;
}

.badge-success {
    border-color: #18ce0f;
    color: #18ce0f;
}

.badge-warning {
    border-color: #FFB236;
    color: #FFB236;
}

.badge-danger {
    border-color: #FF3636;
    color: #FF3636;
}

.badge-neutral {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.pagination .page-item .page-link {
    border: 0;
    border-radius: 30px !important;
    transition: all .3s;
    padding: 0px 11px;
    margin: 0 3px;
    min-width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #2c2c2c;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    background: transparent;
}

    .pagination .page-item .page-link:hover,
    .pagination .page-item .page-link:focus {
        color: #2c2c2c;
        background-color: rgba(222, 222, 222, 0.3);
        border: none;
    }

.pagination .arrow-margin-left,
.pagination .arrow-margin-right {
    position: absolute;
}

.pagination .arrow-margin-right {
    right: 0;
}

.pagination .arrow-margin-left {
    left: 0;
}

.pagination .page-item.active > .page-link {
    color: #E3E3E3;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

    .pagination .page-item.active > .page-link,
    .pagination .page-item.active > .page-link:focus,
    .pagination .page-item.active > .page-link:hover {
        background-color: #888;
        border-color: #888;
        color: #FFFFFF;
    }

.pagination .page-item.disabled > .page-link {
    opacity: .5;
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.pagination.pagination-info .page-item.active > .page-link,
.pagination.pagination-info .page-item.active > .page-link:focus,
.pagination.pagination-info .page-item.active > .page-link:hover {
    background-color: #2CA8FF;
    border-color: #2CA8FF;
}

.pagination.pagination-success .page-item.active > .page-link,
.pagination.pagination-success .page-item.active > .page-link:focus,
.pagination.pagination-success .page-item.active > .page-link:hover {
    background-color: #18ce0f;
    border-color: #18ce0f;
}

.pagination.pagination-primary .page-item.active > .page-link,
.pagination.pagination-primary .page-item.active > .page-link:focus,
.pagination.pagination-primary .page-item.active > .page-link:hover {
    background-color: #f96332;
    border-color: #f96332;
}

.pagination.pagination-warning .page-item.active > .page-link,
.pagination.pagination-warning .page-item.active > .page-link:focus,
.pagination.pagination-warning .page-item.active > .page-link:hover {
    background-color: #FFB236;
    border-color: #FFB236;
}

.pagination.pagination-danger .page-item.active > .page-link,
.pagination.pagination-danger .page-item.active > .page-link:focus,
.pagination.pagination-danger .page-item.active > .page-link:hover {
    background-color: #FF3636;
    border-color: #FF3636;
}

.pagination.pagination-neutral .page-item > .page-link {
    color: #FFFFFF;
}

    .pagination.pagination-neutral .page-item > .page-link:focus,
    .pagination.pagination-neutral .page-item > .page-link:hover {
        background-color: rgba(255, 255, 255, 0.2);
        color: #FFFFFF;
    }

.pagination.pagination-neutral .page-item.active > .page-link,
.pagination.pagination-neutral .page-item.active > .page-link:focus,
.pagination.pagination-neutral .page-item.active > .page-link:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #f96332;
}

button,
input,
optgroup,
select,
textarea {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

small {
    font-size: 60%;
}

a {
    color: #f96332;
}

    a:hover,
    a:focus {
        color: #f96332;
    }

h1,
.h1 {
    font-size: 3.5em;
    line-height: 1.15;
    margin-bottom: 30px;
}

    h1 small,
    .h1 small {
        font-weight: 700;
        text-transform: uppercase;
        opacity: .8;
    }

h2,
.h2 {
    font-size: 2.5em;
    margin-bottom: 30px;
}

h3,
.h3 {
    font-size: 2em;
    margin-bottom: 30px;
    line-height: 1.4em;
}

h4,
.h4 {
    font-size: 1.714em;
    line-height: 1.45em;
    margin-top: 30px;
    margin-bottom: 15px;
}

    h4 + .category,
    h4.title + .category,
    .h4 + .category,
    .h4.title + .category {
        margin-top: -10px;
    }

h5,
.h5 {
    font-size: 1.57em;
    line-height: 1.4em;
    margin-bottom: 15px;
}

h6,
.h6 {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

p {
    line-height: 1.61em;
}

    .description p,
    p.description {
        font-size: 1.14em;
    }

.title {
    font-weight: 700;
}

    .title.title-up {
        text-transform: uppercase;
    }

        .title.title-up a {
            color: #2c2c2c;
            text-decoration: none;
        }

    .title + .category {
        margin-top: -25px;
    }

.description,
.card-description,
.footer-big p {
    color: #9A9A9A;
    font-weight: 300;
}

.category {
    text-transform: uppercase;
    font-weight: 700;
    color: #9A9A9A;
}

.text-primary {
    color: #f96332 !important;
}

.text-info {
    color: #2CA8FF !important;
}

.text-success {
    color: #18ce0f !important;
}

.text-warning {
    color: #FFB236 !important;
}

.text-danger {
    color: #FF3636 !important;
}

.text-black {
    color: #444;
}

.blockquote {
    border-left: none;
    border: 1px solid #888;
    padding: 20px;
    font-size: 1.1em;
    line-height: 1.8;
}

    .blockquote small {
        color: #888;
        font-size: 0.8571em;
        text-transform: uppercase;
    }

    .blockquote.blockquote-primary {
        border-color: #f96332;
        color: #f96332;
    }

        .blockquote.blockquote-primary small {
            color: #f96332;
        }

    .blockquote.blockquote-danger {
        border-color: #FF3636;
        color: #FF3636;
    }

        .blockquote.blockquote-danger small {
            color: #FF3636;
        }

    .blockquote.blockquote-white {
        border-color: rgba(255, 255, 255, 0.8);
        color: #FFFFFF;
    }

        .blockquote.blockquote-white small {
            color: rgba(255, 255, 255, 0.8);
        }

body {
    color: #2c2c2c;
    font-size: 14px;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.main {
    position: relative;
    background: #FFFFFF;
}


/* Animations */

.nav-pills .nav-link,
.nav-item .nav-link,
.navbar,
.nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.dropdown-toggle:after,
.bootstrap-switch-label:before {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

.dropdown-toggle[aria-expanded="true"]:after {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.button-bar {
    display: block;
    position: relative;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #FFFFFF;
}

    .button-bar + .button-bar {
        margin-top: 7px;
    }

    .button-bar:nth-child(2) {
        width: 17px;
    }

.open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.separator {
    height: 2px;
    width: 44px;
    background-color: #888;
    margin: 20px auto;
}

    .separator.separator-primary {
        background-color: #f96332;
    }

.nav-pills .nav-item .nav-link {
    padding: 0 15.5px;
    text-align: center;
    height: 60px;
    width: 60px;
    font-weight: 400;
    color: #9A9A9A;
    margin-right: 19px;
    background-color: rgba(222, 222, 222, 0.3);
    border-radius: 30px;
}

    .nav-pills .nav-item .nav-link:hover {
        background-color: rgba(222, 222, 222, 0.3);
    }

    .nav-pills .nav-item .nav-link.active,
    .nav-pills .nav-item .nav-link.active:focus,
    .nav-pills .nav-item .nav-link.active:hover {
        background-color: #9A9A9A;
        color: #FFFFFF;
        box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
    }

    .nav-pills .nav-item .nav-link.disabled,
    .nav-pills .nav-item .nav-link:disabled,
    .nav-pills .nav-item .nav-link[disabled] {
        opacity: .5;
    }

.nav-pills .nav-item i {
    display: block;
    font-size: 20px;
    line-height: 60px;
}

.nav-pills.nav-pills-neutral .nav-item .nav-link {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

    .nav-pills.nav-pills-neutral .nav-item .nav-link.active,
    .nav-pills.nav-pills-neutral .nav-item .nav-link.active:focus,
    .nav-pills.nav-pills-neutral .nav-item .nav-link.active:hover {
        background-color: #FFFFFF;
        color: #f96332;
    }

.nav-pills.nav-pills-primary .nav-item .nav-link.active,
.nav-pills.nav-pills-primary .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-primary .nav-item .nav-link.active:hover {
    background-color: #f96332;
}

.nav-pills.nav-pills-info .nav-item .nav-link.active,
.nav-pills.nav-pills-info .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-info .nav-item .nav-link.active:hover {
    background-color: #2CA8FF;
}

.nav-pills.nav-pills-success .nav-item .nav-link.active,
.nav-pills.nav-pills-success .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-success .nav-item .nav-link.active:hover {
    background-color: #18ce0f;
}

.nav-pills.nav-pills-warning .nav-item .nav-link.active,
.nav-pills.nav-pills-warning .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-warning .nav-item .nav-link.active:hover {
    background-color: #FFB236;
}

.nav-pills.nav-pills-danger .nav-item .nav-link.active,
.nav-pills.nav-pills-danger .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-danger .nav-item .nav-link.active:hover {
    background-color: #FF3636;
}

.tab-space {
    padding: 20px 0 50px 0px;
}

.nav-align-center {
    text-align: center;
}

    .nav-align-center .nav-pills {
        display: inline-flex;
    }

.btn-twitter {
    color: #55acee;
}

    .btn-twitter:hover,
    .btn-twitter:focus,
    .btn-twitter:active {
        color: #3ea1ec;
    }

.btn-facebook {
    color: #3b5998;
}

    .btn-facebook:hover,
    .btn-facebook:focus,
    .btn-facebook:active {
        color: #344e86;
    }

.btn-google {
    color: #dd4b39;
}

    .btn-google:hover,
    .btn-google:focus,
    .btn-google:active {
        color: #d73925;
    }

.btn-linkedin {
    color: #0077B5;
}

    .btn-linkedin:hover,
    .btn-linkedin:focus,
    .btn-linkedin:active {
        color: #00669c;
    }

.nav-tabs {
    border: 0;
    padding: 15px 0.7rem;
}

    .nav-tabs > .nav-item > .nav-link {
        color: #888;
        margin: 0;
        margin-right: 5px;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 30px;
        font-size: 14px;
        padding: 11px 23px;
        line-height: 1.5;
    }

        .nav-tabs > .nav-item > .nav-link:hover {
            background-color: transparent;
        }

        .nav-tabs > .nav-item > .nav-link.active {
            border: 1px solid #888;
            border-radius: 30px;
        }

        .nav-tabs > .nav-item > .nav-link i.now-ui-icons {
            font-size: 14px;
            position: relative;
            top: 1px;
            margin-right: 3px;
        }

    .nav-tabs > .nav-item.disabled > .nav-link,
    .nav-tabs > .nav-item.disabled > .nav-link:hover {
        color: rgba(255, 255, 255, 0.5);
    }

    .nav-tabs.nav-tabs-neutral > .nav-item > .nav-link {
        color: #FFFFFF;
    }

        .nav-tabs.nav-tabs-neutral > .nav-item > .nav-link.active {
            border-color: rgba(255, 255, 255, 0.5);
            color: #FFFFFF;
        }

    .nav-tabs.nav-tabs-primary > .nav-item > .nav-link.active {
        border-color: #f96332;
        color: #f96332;
    }

    .nav-tabs.nav-tabs-info > .nav-item > .nav-link.active {
        border-color: #2CA8FF;
        color: #2CA8FF;
    }

    .nav-tabs.nav-tabs-danger > .nav-item > .nav-link.active {
        border-color: #FF3636;
        color: #FF3636;
    }

    .nav-tabs.nav-tabs-warning > .nav-item > .nav-link.active {
        border-color: #FFB236;
        color: #FFB236;
    }

    .nav-tabs.nav-tabs-success > .nav-item > .nav-link.active {
        border-color: #18ce0f;
        color: #18ce0f;
    }

.navbar {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    min-height: 53px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

    .navbar a {
        vertical-align: middle;
    }

        .navbar a:not(.btn):not(.dropdown-item) {
            color: #FFFFFF;
        }

    .navbar p {
        display: inline-block;
        margin: 0;
        line-height: 21px;
    }

    .navbar .navbar-nav.navbar-logo {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 49px;
        top: -4px;
    }

    .navbar .navbar-nav .nav-link.btn {
        padding: 11px 22px;
    }

        .navbar .navbar-nav .nav-link.btn.btn-lg {
            padding: 15px 48px;
        }

        .navbar .navbar-nav .nav-link.btn.btn-sm {
            padding: 5px 15px;
        }

    .navbar .navbar-nav .nav-link:not(.btn) {
        text-transform: uppercase;
        font-size: 0.7142em;
        padding: 0.5rem 0.7rem;
        line-height: 1.625rem;
    }

        .navbar .navbar-nav .nav-link:not(.btn) i.fa + p,
        .navbar .navbar-nav .nav-link:not(.btn) i.now-ui-icons + p {
            margin-left: 5px;
        }

        .navbar .navbar-nav .nav-link:not(.btn) i.fa,
        .navbar .navbar-nav .nav-link:not(.btn) i.now-ui-icons {
            font-size: 18px;
            position: relative;
            top: 2px;
            text-align: center;
            width: 21px;
        }

        .navbar .navbar-nav .nav-link:not(.btn) i.now-ui-icons {
            top: 4px;
            font-size: 16px;
        }

        .navbar .navbar-nav .nav-link:not(.btn).profile-photo .profile-photo-small {
            width: 27px;
            height: 27px;
        }

        .navbar .navbar-nav .nav-link:not(.btn).disabled {
            opacity: .5;
            color: #FFFFFF;
        }

    .navbar .navbar-nav .nav-item.active .nav-link:not(.btn),
    .navbar .navbar-nav .nav-item .nav-link:not(.btn):focus,
    .navbar .navbar-nav .nav-item .nav-link:not(.btn):hover,
    .navbar .navbar-nav .nav-item .nav-link:not(.btn):active {
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 0.1875rem;
    }

    .navbar .logo-container {
        width: 27px;
        height: 27px;
        overflow: hidden;
        margin: 0 auto;
        border-radius: 50%;
        border: 1px solid transparent;
    }

    .navbar .navbar-brand {
        margin: 0;
        float: right;
    }

    .navbar .navbar-toggler {
        width: 37px;
        height: 27px;
        outline: 0;
        cursor: pointer;
    }

        .navbar .navbar-toggler.navbar-toggler-left {
            position: relative;
            left: 0;
            padding-left: 0;
        }

        .navbar .navbar-toggler:hover .navbar-toggler-bar.bar2 {
            width: 22px;
        }

    .navbar .button-dropdown .navbar-toggler-bar:nth-child(2) {
        width: 17px;
    }

    .navbar.navbar-transparent {
        background-color: transparent !important;
        box-shadow: none;
        color: #FFFFFF;
        padding-top: 20px;
    }

    .navbar.bg-white:not(.navbar-transparent) a:not(.dropdown-item) {
        color: #888;
    }

        .navbar.bg-white:not(.navbar-transparent) a:not(.dropdown-item).disabled {
            opacity: .5;
            color: #888;
        }

    .navbar.bg-white:not(.navbar-transparent) .button-bar {
        background: #888;
    }

    .navbar.bg-white:not(.navbar-transparent) .nav-item.active .nav-link:not(.btn),
    .navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):focus,
    .navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):hover,
    .navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):active {
        background-color: rgba(222, 222, 222, 0.3);
    }

    .navbar.bg-white:not(.navbar-transparent) .logo-container {
        border: 1px solid #888;
    }

.bg-default {
    background-color: #888 !important;
}

.bg-primary {
    background-color: #f96332 !important;
}

.bg-info {
    background-color: #2CA8FF !important;
}

.bg-success {
    background-color: #18ce0f !important;
}

.bg-danger {
    background-color: #FF3636 !important;
}

.bg-warning {
    background-color: #FFB236 !important;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.dropdown-menu {
    border: 0;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0.125rem;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    font-size: 14px;
}

    .dropdown-menu.dropdown-menu-right:before {
        left: auto;
        right: 10px;
    }

    .dropdown-menu:before {
        display: inline-block;
        position: absolute;
        width: 0;
        height: 0;
        vertical-align: middle;
        content: "";
        top: -5px;
        left: 10px;
        right: auto;
        color: #FFFFFF;
        border-bottom: .4em solid;
        border-right: .4em solid transparent;
        border-left: .4em solid transparent;
    }

    .dropdown-menu .dropdown-item {
        font-size: 0.8571em;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        -webkit-transition: all 150ms linear;
        -moz-transition: all 150ms linear;
        -o-transition: all 150ms linear;
        -ms-transition: all 150ms linear;
        transition: all 150ms linear;
    }

        .dropdown-menu .dropdown-item:hover,
        .dropdown-menu .dropdown-item:focus {
            background-color: rgba(222, 222, 222, 0.3);
        }

    .dropdown-menu .dropdown-divider {
        background-color: rgba(222, 222, 222, 0.5);
    }

    .dropdown-menu .dropdown-header:not([href]):not([tabindex]) {
        color: rgba(182, 182, 182, 0.6);
        font-size: 0.7142em;
        text-transform: uppercase;
        font-weight: 700;
    }

    .dropdown-menu.dropdown-primary {
        background-color: #f95823;
    }

        .dropdown-menu.dropdown-primary:before {
            color: #f95823;
        }

        .dropdown-menu.dropdown-primary .dropdown-header:not([href]):not([tabindex]) {
            color: rgba(255, 255, 255, 0.8);
        }

        .dropdown-menu.dropdown-primary .dropdown-item {
            color: #FFFFFF;
        }

            .dropdown-menu.dropdown-primary .dropdown-item:hover,
            .dropdown-menu.dropdown-primary .dropdown-item:focus {
                background-color: rgba(255, 255, 255, 0.2);
            }

        .dropdown-menu.dropdown-primary .dropdown-divider {
            background-color: rgba(255, 255, 255, 0.2);
        }

    .dropdown-menu.dropdown-info {
        background-color: #1da2ff;
    }

        .dropdown-menu.dropdown-info:before {
            color: #1da2ff;
        }

        .dropdown-menu.dropdown-info .dropdown-header:not([href]):not([tabindex]) {
            color: rgba(255, 255, 255, 0.8);
        }

        .dropdown-menu.dropdown-info .dropdown-item {
            color: #FFFFFF;
        }

            .dropdown-menu.dropdown-info .dropdown-item:hover,
            .dropdown-menu.dropdown-info .dropdown-item:focus {
                background-color: rgba(255, 255, 255, 0.2);
            }

        .dropdown-menu.dropdown-info .dropdown-divider {
            background-color: rgba(255, 255, 255, 0.2);
        }

    .dropdown-menu.dropdown-danger {
        background-color: #ff2727;
    }

        .dropdown-menu.dropdown-danger:before {
            color: #ff2727;
        }

        .dropdown-menu.dropdown-danger .dropdown-header:not([href]):not([tabindex]) {
            color: rgba(255, 255, 255, 0.8);
        }

        .dropdown-menu.dropdown-danger .dropdown-item {
            color: #FFFFFF;
        }

            .dropdown-menu.dropdown-danger .dropdown-item:hover,
            .dropdown-menu.dropdown-danger .dropdown-item:focus {
                background-color: rgba(255, 255, 255, 0.2);
            }

        .dropdown-menu.dropdown-danger .dropdown-divider {
            background-color: rgba(255, 255, 255, 0.2);
        }

    .dropdown-menu.dropdown-success {
        background-color: #16c00e;
    }

        .dropdown-menu.dropdown-success:before {
            color: #16c00e;
        }

        .dropdown-menu.dropdown-success .dropdown-header:not([href]):not([tabindex]) {
            color: rgba(255, 255, 255, 0.8);
        }

        .dropdown-menu.dropdown-success .dropdown-item {
            color: #FFFFFF;
        }

            .dropdown-menu.dropdown-success .dropdown-item:hover,
            .dropdown-menu.dropdown-success .dropdown-item:focus {
                background-color: rgba(255, 255, 255, 0.2);
            }

        .dropdown-menu.dropdown-success .dropdown-divider {
            background-color: rgba(255, 255, 255, 0.2);
        }

    .dropdown-menu.dropdown-warning {
        background-color: #ffac27;
    }

        .dropdown-menu.dropdown-warning:before {
            color: #ffac27;
        }

        .dropdown-menu.dropdown-warning .dropdown-header:not([href]):not([tabindex]) {
            color: rgba(255, 255, 255, 0.8);
        }

        .dropdown-menu.dropdown-warning .dropdown-item {
            color: #FFFFFF;
        }

            .dropdown-menu.dropdown-warning .dropdown-item:hover,
            .dropdown-menu.dropdown-warning .dropdown-item:focus {
                background-color: rgba(255, 255, 255, 0.2);
            }

        .dropdown-menu.dropdown-warning .dropdown-divider {
            background-color: rgba(255, 255, 255, 0.2);
        }

.dropdown .dropdown-menu {
    -webkit-transform: translate3d(0, -25px, 0);
    -moz-transform: translate3d(0, -25px, 0);
    -o-transform: translate3d(0, -25px, 0);
    -ms-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    visibility: hidden;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
}

.dropdown.show .dropdown-menu,
.dropdown-menu.open {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.navbar .dropdown.show .dropdown-menu {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform: translate3d(0, 7px, 0);
    -o-transform: translate3d(0, 7px, 0);
    -ms-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.button-dropdown {
    padding-right: 0.7rem;
    cursor: pointer;
}

    .button-dropdown .dropdown-toggle {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        display: block;
    }

        .button-dropdown .dropdown-toggle:after {
            display: none;
        }

.alert {
    border: 0;
    border-radius: 0;
    color: #FFFFFF;
    padding-top: .9rem;
    padding-bottom: .9rem;
    position: relative;
}

    .alert.alert-success {
        background-color: rgba(24, 206, 15, 0.8);
    }

    .alert.alert-danger {
        background-color: rgba(255, 54, 54, 0.8);
    }

    .alert.alert-warning {
        background-color: rgba(255, 178, 54, 0.8);
    }

    .alert.alert-info {
        background-color: rgba(44, 168, 255, 0.8);
    }

    .alert.alert-primary {
        background-color: rgba(249, 99, 50, 0.8);
    }

    .alert .alert-icon {
        display: block;
        float: left;
        margin-right: 15px;
        margin-top: -1px;
    }

    .alert strong {
        text-transform: uppercase;
        font-size: 12px;
    }

    .alert i.fa,
    .alert i.now-ui-icons {
        font-size: 20px;
    }

    .alert .close {
        color: #FFFFFF;
        opacity: .9;
        text-shadow: none;
        line-height: 0;
        outline: 0;
    }

img {
    max-width: 100%;
    border-radius: 1px;
}

.img-raised {
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
}

.popover {
    font-size: 14px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
    border: none;
    line-height: 1.7;
    max-width: 240px;
}

    .popover.bs-popover-top .arrow:before,
    .popover.bs-popover-left .arrow:before,
    .popover.bs-popover-right .arrow:before,
    .popover.bs-popover-bottom .arrow:before {
        border-top-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
    }

    .popover .popover-header {
        color: rgba(182, 182, 182, 0.6);
        font-size: 14px;
        text-transform: capitalize;
        font-weight: 600;
        margin: 0;
        margin-top: 5px;
        border: none;
        background-color: transparent;
    }

    .popover:before {
        display: none;
    }

    .popover.bs-tether-element-attached-top:after {
        border-bottom-color: #FFFFFF;
        top: -9px;
    }

    .popover.popover-primary {
        background-color: #f96332;
    }

        .popover.popover-primary .popover-body {
            color: #FFFFFF;
        }

        .popover.popover-primary.bs-popover-right .arrow:after {
            border-right-color: #f96332;
        }

        .popover.popover-primary.bs-popover-top .arrow:after {
            border-top-color: #f96332;
        }

        .popover.popover-primary.bs-popover-bottom .arrow:after {
            border-bottom-color: #f96332;
        }

        .popover.popover-primary.bs-popover-left .arrow:after {
            border-left-color: #f96332;
        }

        .popover.popover-primary .popover-header {
            color: #FFFFFF;
            opacity: .6;
        }

    .popover.popover-info {
        background-color: #2CA8FF;
    }

        .popover.popover-info .popover-body {
            color: #FFFFFF;
        }

        .popover.popover-info.bs-popover-right .arrow:after {
            border-right-color: #2CA8FF;
        }

        .popover.popover-info.bs-popover-top .arrow:after {
            border-top-color: #2CA8FF;
        }

        .popover.popover-info.bs-popover-bottom .arrow:after {
            border-bottom-color: #2CA8FF;
        }

        .popover.popover-info.bs-popover-left .arrow:after {
            border-left-color: #2CA8FF;
        }

        .popover.popover-info .popover-header {
            color: #FFFFFF;
            opacity: .6;
        }

    .popover.popover-warning {
        background-color: #FFB236;
    }

        .popover.popover-warning .popover-body {
            color: #FFFFFF;
        }

        .popover.popover-warning.bs-popover-right .arrow:after {
            border-right-color: #FFB236;
        }

        .popover.popover-warning.bs-popover-top .arrow:after {
            border-top-color: #FFB236;
        }

        .popover.popover-warning.bs-popover-bottom .arrow:after {
            border-bottom-color: #FFB236;
        }

        .popover.popover-warning.bs-popover-left .arrow:after {
            border-left-color: #FFB236;
        }

        .popover.popover-warning .popover-header {
            color: #FFFFFF;
            opacity: .6;
        }

    .popover.popover-danger {
        background-color: #FF3636;
    }

        .popover.popover-danger .popover-body {
            color: #FFFFFF;
        }

        .popover.popover-danger.bs-popover-right .arrow:after {
            border-right-color: #FF3636;
        }

        .popover.popover-danger.bs-popover-top .arrow:after {
            border-top-color: #FF3636;
        }

        .popover.popover-danger.bs-popover-bottom .arrow:after {
            border-bottom-color: #FF3636;
        }

        .popover.popover-danger.bs-popover-left .arrow:after {
            border-left-color: #FF3636;
        }

        .popover.popover-danger .popover-header {
            color: #FFFFFF;
            opacity: .6;
        }

    .popover.popover-success {
        background-color: #18ce0f;
    }

        .popover.popover-success .popover-body {
            color: #FFFFFF;
        }

        .popover.popover-success.bs-popover-right .arrow:after {
            border-right-color: #18ce0f;
        }

        .popover.popover-success.bs-popover-top .arrow:after {
            border-top-color: #18ce0f;
        }

        .popover.popover-success.bs-popover-bottom .arrow:after {
            border-bottom-color: #18ce0f;
        }

        .popover.popover-success.bs-popover-left .arrow:after {
            border-left-color: #18ce0f;
        }

        .popover.popover-success .popover-header {
            color: #FFFFFF;
            opacity: .6;
        }

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #FFFFFF;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #FFFFFF;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #FFFFFF;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #FFFFFF;
}

.tooltip-inner {
    padding: 0.5rem 0.7rem;
    min-width: 130px;
    background-color: #FFFFFF;
    font-size: 14px;
    color: inherit;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}


/* --------------------------------

Nucleo Outline Web Font - nucleoapp.com/
License - nucleoapp.com/license/
Created using IcoMoon - icomoon.io

-------------------------------- */

@font-face {
    font-family: 'Nucleo Outline';
    src: url("../mainthem1/fonts/nucleo-outline.eot");
    src: url("../mainthem1/fonts/nucleo-outline.eot") format("embedded-opentype"), url("../mainthem1/fonts/nucleo-outline.woff2") format("woff2"), url("../mainthem1/fonts/nucleo-outline.woff") format("woff"), url("../mainthem1/fonts/nucleo-outline.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


/*------------------------
	base class definition
-------------------------*/

.now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Outline';
    font-size: inherit;
    speak: none;
    text-transform: none;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


    /*------------------------
  change icon size
-------------------------*/


    /*----------------------------------
  add a square/circle background
-----------------------------------*/

    .now-ui-icons.circle {
        padding: 0.33333333em;
        vertical-align: -16%;
        background-color: #eee;
    }

    .now-ui-icons.circle {
        border-radius: 50%;
    }


/*------------------------
  list icons
-------------------------*/

.nc-icon-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .nc-icon-ul > li {
        position: relative;
    }

        .nc-icon-ul > li > .now-ui-icons {
            position: absolute;
            left: -1.57142857em;
            top: 0.14285714em;
            text-align: center;
        }

            .nc-icon-ul > li > .now-ui-icons.circle {
                top: -0.19047619em;
                left: -1.9047619em;
            }


/*------------------------
  spinning icons
-------------------------*/

.now-ui-icons.spin {
    -webkit-animation: nc-icon-spin 2s infinite linear;
    -moz-animation: nc-icon-spin 2s infinite linear;
    animation: nc-icon-spin 2s infinite linear;
}

@-webkit-keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes nc-icon-spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*------------------------
  rotated/flipped icons
-------------------------*/


/*------------------------
	font icons
-------------------------*/

.now-ui-icons.ui-1_check:before {
    content: "\ea22";
}

.now-ui-icons.ui-1_email-85:before {
    content: "\ea2a";
}

.now-ui-icons.arrows-1_cloud-download-93:before {
    content: "\ea21";
}

.now-ui-icons.arrows-1_cloud-upload-94:before {
    content: "\ea24";
}

.now-ui-icons.arrows-1_minimal-down:before {
    content: "\ea39";
}

.now-ui-icons.arrows-1_minimal-left:before {
    content: "\ea3a";
}

.now-ui-icons.arrows-1_minimal-right:before {
    content: "\ea3b";
}

.now-ui-icons.arrows-1_minimal-up:before {
    content: "\ea3c";
}

.now-ui-icons.arrows-1_refresh-69:before {
    content: "\ea44";
}

.now-ui-icons.arrows-1_share-66:before {
    content: "\ea4c";
}

.now-ui-icons.business_badge:before {
    content: "\ea09";
}

.now-ui-icons.business_bank:before {
    content: "\ea0a";
}

.now-ui-icons.business_briefcase-24:before {
    content: "\ea13";
}

.now-ui-icons.business_bulb-63:before {
    content: "\ea15";
}

.now-ui-icons.business_chart-bar-32:before {
    content: "\ea1e";
}

.now-ui-icons.business_chart-pie-36:before {
    content: "\ea1f";
}

.now-ui-icons.business_globe:before {
    content: "\ea2f";
}

.now-ui-icons.business_money-coins:before {
    content: "\ea40";
}

.now-ui-icons.clothes_tie-bow:before {
    content: "\ea5b";
}

.now-ui-icons.design_vector:before {
    content: "\ea61";
}

.now-ui-icons.design_app:before {
    content: "\ea08";
}

.now-ui-icons.design_bullet-list-67:before {
    content: "\ea14";
}

.now-ui-icons.design_image:before {
    content: "\ea33";
}

.now-ui-icons.design_palette:before {
    content: "\ea41";
}

.now-ui-icons.design_scissors:before {
    content: "\ea4a";
}

.now-ui-icons.design-2_html5:before {
    content: "\ea32";
}

.now-ui-icons.design-2_ruler-pencil:before {
    content: "\ea48";
}

.now-ui-icons.emoticons_satisfied:before {
    content: "\ea49";
}

.now-ui-icons.files_box:before {
    content: "\ea12";
}

.now-ui-icons.files_paper:before {
    content: "\ea43";
}

.now-ui-icons.files_single-copy-04:before {
    content: "\ea52";
}

.now-ui-icons.health_ambulance:before {
    content: "\ea07";
}

.now-ui-icons.loader_gear:before {
    content: "\ea4e";
}

.now-ui-icons.loader_refresh:before {
    content: "\ea44";
}

.now-ui-icons.location_bookmark:before {
    content: "\ea10";
}

.now-ui-icons.location_compass-05:before {
    content: "\ea25";
}

.now-ui-icons.location_map-big:before {
    content: "\ea3d";
}

.now-ui-icons.location_pin:before {
    content: "\ea47";
}

.now-ui-icons.location_world:before {
    content: "\ea63";
}

.now-ui-icons.media-1_album:before {
    content: "\ea02";
}

.now-ui-icons.media-1_button-pause:before {
    content: "\ea16";
}

.now-ui-icons.media-1_button-play:before {
    content: "\ea18";
}

.now-ui-icons.media-1_button-power:before {
    content: "\ea19";
}

.now-ui-icons.media-1_camera-compact:before {
    content: "\ea1c";
}

.now-ui-icons.media-2_note-03:before {
    content: "\ea3f";
}

.now-ui-icons.media-2_sound-wave:before {
    content: "\ea57";
}

.now-ui-icons.objects_diamond:before {
    content: "\ea29";
}

.now-ui-icons.objects_globe:before {
    content: "\ea2f";
}

.now-ui-icons.objects_key-25:before {
    content: "\ea38";
}

.now-ui-icons.objects_planet:before {
    content: "\ea46";
}

.now-ui-icons.objects_spaceship:before {
    content: "\ea55";
}

.now-ui-icons.objects_support-17:before {
    content: "\ea56";
}

.now-ui-icons.objects_umbrella-13:before {
    content: "\ea5f";
}

.now-ui-icons.education_agenda-bookmark:before {
    content: "\ea01";
}

.now-ui-icons.education_atom:before {
    content: "\ea0c";
}

.now-ui-icons.education_glasses:before {
    content: "\ea2d";
}

.now-ui-icons.education_hat:before {
    content: "\ea30";
}

.now-ui-icons.education_paper:before {
    content: "\ea42";
}

.now-ui-icons.shopping_bag-16:before {
    content: "\ea0d";
}

.now-ui-icons.shopping_basket:before {
    content: "\ea0b";
}

.now-ui-icons.shopping_box:before {
    content: "\ea11";
}

.now-ui-icons.shopping_cart-simple:before {
    content: "\ea1d";
}

.now-ui-icons.shopping_credit-card:before {
    content: "\ea28";
}

.now-ui-icons.shopping_delivery-fast:before {
    content: "\ea27";
}

.now-ui-icons.shopping_shop:before {
    content: "\ea50";
}

.now-ui-icons.shopping_tag-content:before {
    content: "\ea59";
}

.now-ui-icons.sport_trophy:before {
    content: "\ea5d";
}

.now-ui-icons.sport_user-run:before {
    content: "\ea60";
}

.now-ui-icons.tech_controller-modern:before {
    content: "\ea26";
}

.now-ui-icons.tech_headphones:before {
    content: "\ea31";
}

.now-ui-icons.tech_laptop:before {
    content: "\ea36";
}

.now-ui-icons.tech_mobile:before {
    content: "\ea3e";
}

.now-ui-icons.tech_tablet:before {
    content: "\ea58";
}

.now-ui-icons.tech_tv:before {
    content: "\ea5e";
}

.now-ui-icons.tech_watch-time:before {
    content: "\ea62";
}

.now-ui-icons.text_align-center:before {
    content: "\ea05";
}

.now-ui-icons.text_align-left:before {
    content: "\ea06";
}

.now-ui-icons.text_bold:before {
    content: "\ea0e";
}

.now-ui-icons.text_caps-small:before {
    content: "\ea1b";
}

.now-ui-icons.gestures_tap-01:before {
    content: "\ea5a";
}

.now-ui-icons.transportation_air-baloon:before {
    content: "\ea03";
}

.now-ui-icons.transportation_bus-front-12:before {
    content: "\ea17";
}

.now-ui-icons.travel_info:before {
    content: "\ea04";
}

.now-ui-icons.travel_istanbul:before {
    content: "\ea34";
}

.now-ui-icons.ui-1_bell-53:before {
    content: "\ea0f";
}

.now-ui-icons.ui-1_calendar-60:before {
    content: "\ea1a";
}

.now-ui-icons.ui-1_lock-circle-open:before {
    content: "\ea35";
}

.now-ui-icons.ui-1_send:before {
    content: "\ea4d";
}

.now-ui-icons.ui-1_settings-gear-63:before {
    content: "\ea4e";
}

.now-ui-icons.ui-1_simple-add:before {
    content: "\ea4f";
}

.now-ui-icons.ui-1_simple-delete:before {
    content: "\ea54";
}

.now-ui-icons.ui-1_simple-remove:before {
    content: "\ea53";
}

.now-ui-icons.ui-1_zoom-bold:before {
    content: "\ea64";
}

.now-ui-icons.ui-2_chat-round:before {
    content: "\ea20";
}

.now-ui-icons.ui-2_favourite-28:before {
    content: "\ea2b";
}

.now-ui-icons.ui-2_like:before {
    content: "\ea37";
}

.now-ui-icons.ui-2_settings-90:before {
    content: "\ea4b";
}

.now-ui-icons.ui-2_time-alarm:before {
    content: "\ea5c";
}

.now-ui-icons.users_circle-08:before {
    content: "\ea23";
}

.now-ui-icons.users_single-02:before {
    content: "\ea51";
}

.modal-content {
    border-radius: 0.1875rem;
    border: none;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.5);
}


    .modal-content .modal-header button {
        position: absolute;
        left: 6px;
        top: 21px;
        outline: 0;
        font-size: 19px;
    }

    .modal-content .modal-header .title {
        margin-top: 5px;
        margin-bottom: 0;
    }

    .modal-content .modal-body {
        padding-top: 24px;
        padding-right: 24px;
        padding-bottom: 16px;
        padding-left: 24px;
        line-height: 1.9;
    }

        .modal-content .modal-body p {
            font-family: IRANSans-web;
            font-size: 13px;
            line-height: 33px;
        }

    .modal-content .modal-footer {
        border-top: none;
        padding-right: 24px;
        padding-bottom: 16px;
        padding-left: 24px;
        -webkit-justify-content: space-between;
        /* Safari 6.1+ */
        justify-content: space-between;
    }

        .modal-content .modal-footer button {
            margin: 0;
            padding-left: 16px;
            padding-right: 16px;
            width: auto;
        }

            .modal-content .modal-footer button.pull-left {
                padding-left: 5px;
                padding-right: 5px;
                position: relative;
                left: -5px;
            }

    .modal-content .modal-body + .modal-footer {
        padding-top: 0;
    }

.modal-backdrop {
    background: rgba(0, 0, 0, 0.3);
}

.modal.modal-mini p {
    text-align: center;
}

.modal.modal-mini .modal-dialog {
    max-width: 255px;
    margin: 0 auto;
}

.modal.modal-mini .modal-profile {
    width: 70px;
    height: 70px;
    background-color: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    line-height: 5.9;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.3);
}

    .modal.modal-mini .modal-profile i {
        color: #f96332;
        font-size: 21px;
    }

    .modal.modal-mini .modal-profile[class*="modal-profile-"] i {
        color: #FFFFFF;
    }

    .modal.modal-mini .modal-profile.modal-profile-primary {
        background-color: #f96332;
    }

    .modal.modal-mini .modal-profile.modal-profile-danger {
        background-color: #FF3636;
    }

    .modal.modal-mini .modal-profile.modal-profile-warning {
        background-color: #FFB236;
    }

    .modal.modal-mini .modal-profile.modal-profile-success {
        background-color: #18ce0f;
    }

    .modal.modal-mini .modal-profile.modal-profile-info {
        background-color: #2CA8FF;
    }

.modal.modal-mini .modal-footer button {
    text-transform: uppercase;
}

    .modal.modal-mini .modal-footer button:first-child {
        opacity: .5;
    }

.modal.modal-default .modal-content {
    background-color: #FFFFFF;
    color: #2c2c2c;
}

.modal.modal-default .modal-header .close {
    color: #2c2c2c;
}

.modal.modal-primary .modal-content {
    background-color: #f96332;
    color: #FFFFFF;
}

.modal.modal-primary .modal-header .close {
    color: #FFFFFF;
}

.modal.modal-danger .modal-content {
    background-color: #FF3636;
    color: #FFFFFF;
}

.modal.modal-danger .modal-header .close {
    color: #FFFFFF;
}

.modal.modal-warning .modal-content {
    background-color: #FFB236;
    color: #FFFFFF;
}

.modal.modal-warning .modal-header .close {
    color: #FFFFFF;
}

.modal.modal-success .modal-content {
    background-color: #18ce0f;
    color: #FFFFFF;
}

.modal.modal-success .modal-header .close {
    color: #FFFFFF;
}

.modal.modal-info .modal-content {
    background-color: #2CA8FF;
    color: #FFFFFF;
}

.modal.modal-info .modal-header .close {
    color: #FFFFFF;
}

.modal.show.modal-mini .modal-dialog {
    -webkit-transform: translate(0, 30%);
    -o-transform: translate(0, 30%);
    transform: translate(0, 30%);
}


.modal .modal-header .close:hover,
.modal .modal-header .close:focus {
    opacity: 1;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}

.carousel .carousel-inner {
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
}

.carousel .now-ui-icons {
    font-size: 2em;
}

.card {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

    .card .card-body {
        min-height: 190px;
    }

    .card[data-background-color="orange"] {
        background-color: #f96332;
    }

    .card[data-background-color="red"] {
        background-color: #FF3636;
    }

    .card[data-background-color="yellow"] {
        background-color: #FFB236;
    }

    .card[data-background-color="blue"] {
        background-color: #2CA8FF;
    }

    .card[data-background-color="green"] {
        background-color: #18ce0f;
    }

.card-signup {
    max-width: 350px;
    margin: 0 auto;
}

    .card-signup .header {
        margin-left: 20px;
        margin-right: 20px;
        padding: 30px 0;
    }

    .card-signup .text-divider {
        margin-top: 30px;
        margin-bottom: 0px;
        text-align: center;
    }

    .card-signup .card-body {
        padding-top: 0px;
        padding-bottom: 0px;
        min-height: auto;
    }

    .card-signup .checkbox {
        margin-top: 20px;
    }

        .card-signup .checkbox label {
            margin-left: 17px;
        }

        .card-signup .checkbox .checkbox-material {
            padding-right: 12px;
        }

    .card-signup .social-line {
        margin-top: 20px;
        text-align: center;
    }

        .card-signup .social-line .btn.btn-icon,
        .card-signup .social-line .btn.btn-icon .btn-icon -mini {
            margin-left: 5px;
            margin-right: 5px;
            box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.2);
        }

    .card-signup .footer {
        margin-bottom: 10px;
        margin-top: 24px;
    }

.card-plain {
    background: transparent;
    box-shadow: none;
}

    .card-plain .header {
        margin-left: 0;
        margin-right: 0;
    }

    .card-plain .content {
        padding-left: 0;
        padding-right: 0;
    }

.footer {
    padding: 24px 0;
}

    .footer.footer-default {
        background-color: #f2f2f2;
    }

    .footer nav {
        display: inline-block;
        float: left;
    }

    .footer ul {
        margin-bottom: 0;
        padding: 0;
        list-style: none;
    }

        .footer ul li {
            display: inline-block;
        }

            .footer ul li a {
                color: inherit;
                padding: 0.5rem;
                font-size: 0.8571em;
                text-transform: uppercase;
                text-decoration: none;
            }

                .footer ul li a:hover {
                    text-decoration: none;
                }

    .footer .copyright {
        font-size: 0.8571em;
    }

    .footer:after {
        display: table;
        clear: both;
        content: " ";
    }

.index-page .page-header {
    height: 125vh;
}

    .index-page .page-header .container > .content-center {
        top: 37%;
    }

    .index-page .page-header .category-absolute {
        position: absolute;
        top: 100vh;
        margin-top: -60px;
        padding: 0 15px;
        width: 100%;
        color: rgba(255, 255, 255, 0.5);
    }

.landing-page .header {
    height: 100vh;
    position: relative;
}

    .landing-page .header .container {
        padding-top: 26vh;
        color: #FFFFFF;
        z-index: 2;
        position: relative;
    }

    .landing-page .header .share {
        margin-top: 150px;
    }

    .landing-page .header h1 {
        font-weight: 600;
    }

    .landing-page .header .title {
        color: #FFFFFF;
    }

.landing-page .section-team .team .team-player img {
    max-width: 100px;
}

.landing-page .section-team .team-player {
    margin-bottom: 15px;
}

.landing-page .section-contact-us .title {
    margin-bottom: 15px;
}

.landing-page .section-contact-us .description {
    margin-bottom: 30px;
}

.landing-page .section-contact-us .input-group,
.landing-page .section-contact-us .send-button,
.landing-page .section-contact-us .textarea-container {
    padding: 0 40px;
}

.landing-page .section-contact-us .textarea-container {
    margin: 40px 0;
}

.landing-page .section-contact-us a.btn {
    margin-top: 35px;
}

.profile-page .page-header {
    min-height: 550px;
}

.profile-page .profile-container {
    color: #FFFFFF;
}

.profile-page .photo-container {
    width: 123px;
    height: 123px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
}

.profile-page .title {
    text-align: center;
    margin-top: 30px;
}

.profile-page .description,
.profile-page .category {
    text-align: center;
}

.profile-page h5.description {
    max-width: 700px;
    margin: 20px auto 75px;
}

.profile-page .nav-align-center {
    margin-top: 30px;
}

.profile-page .content {
    max-width: 450px;
    margin: 0 auto;
}

    .profile-page .content .social-description {
        display: inline-block;
        max-width: 150px;
        width: 145px;
        text-align: center;
        margin: 15px 0 0px;
    }

        .profile-page .content .social-description h2 {
            margin-bottom: 15px;
        }

.profile-page .button-container {
    text-align: center;
    margin-top: -106px;
}

.profile-page .collections img {
    margin-bottom: 30px;
}

.profile-page .gallery {
    margin-top: 45px;
    padding-bottom: 50px;
}

.section-full-page:after,
.section-full-page:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.section-full-page:before {
    background-color: rgba(0, 0, 0, 0.5);
}

.section-full-page[filter-color="purple"]:after,
.section-full-page[filter-color="primary"]:after {
    background: rgba(227, 227, 227, 0.26);
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(90deg, rgba(227, 227, 227, 0.26), rgba(249, 99, 50, 0.95));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, rgba(227, 227, 227, 0.26), rgba(249, 99, 50, 0.95));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, rgba(227, 227, 227, 0.26), rgba(249, 99, 50, 0.95));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(0deg, rgba(227, 227, 227, 0.26), rgba(249, 99, 50, 0.95));
    /* Standard syntax */
}

.section-full-page[data-image]:after {
    opacity: .5;
}

.section-full-page > .content,
.section-full-page > .footer {
    position: relative;
    z-index: 4;
}

.section-full-page > .content {
    min-height: calc(100vh - 80px);
}

.section-full-page .full-page-background {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
}

.section-full-page .footer nav > ul a:not(.btn),
.section-full-page .footer,
.section-full-page .footer .copyright a {
    color: #FFFFFF;
}

.login-page .card-login {
    border-radius: 0.25rem;
    padding-bottom: 0.7rem;
    max-width: 320px;
}

    .login-page .card-login .btn-wd {
        min-width: 180px;
    }

    .login-page .card-login .logo-container {
        width: 65px;
        margin: 0 auto;
        margin-bottom: 55px;
    }

        .login-page .card-login .logo-container img {
            width: 100%;
        }

    .login-page .card-login .input-group:last-child {
        margin-bottom: 40px;
    }

    .login-page .card-login.card-plain .form-control::-moz-placeholder {
        color: #ebebeb;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .login-page .card-login.card-plain .form-control:-moz-placeholder {
        color: #ebebeb;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .login-page .card-login.card-plain .form-control::-webkit-input-placeholder {
        color: #ebebeb;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .login-page .card-login.card-plain .form-control:-ms-input-placeholder {
        color: #ebebeb;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .login-page .card-login.card-plain .form-control {
        border-color: rgba(255, 255, 255, 0.5);
        color: #FFFFFF;
    }

        .login-page .card-login.card-plain .form-control:focus {
            border-color: #FFFFFF;
            background-color: transparent;
            color: #FFFFFF;
        }

    .login-page .card-login.card-plain .has-success:after,
    .login-page .card-login.card-plain .has-danger:after {
        color: #FFFFFF;
    }

    .login-page .card-login.card-plain .has-danger .form-control {
        background-color: transparent;
    }

    .login-page .card-login.card-plain .input-group-addon {
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0.5);
        color: #FFFFFF;
    }

    .login-page .card-login.card-plain .input-group-focus .input-group-addon {
        background-color: transparent;
        border-color: #FFFFFF;
        color: #FFFFFF;
    }

    .login-page .card-login.card-plain .form-group.form-group-no-border .form-control,
    .login-page .card-login.card-plain .input-group.form-group-no-border .form-control {
        background-color: rgba(255, 255, 255, 0.1);
        color: #FFFFFF;
    }

        .login-page .card-login.card-plain .form-group.form-group-no-border .form-control:focus,
        .login-page .card-login.card-plain .form-group.form-group-no-border .form-control:active,
        .login-page .card-login.card-plain .form-group.form-group-no-border .form-control:active,
        .login-page .card-login.card-plain .input-group.form-group-no-border .form-control:focus,
        .login-page .card-login.card-plain .input-group.form-group-no-border .form-control:active,
        .login-page .card-login.card-plain .input-group.form-group-no-border .form-control:active {
            background-color: rgba(255, 255, 255, 0.2);
            color: #FFFFFF;
        }

        .login-page .card-login.card-plain .form-group.form-group-no-border .form-control + .input-group-addon,
        .login-page .card-login.card-plain .input-group.form-group-no-border .form-control + .input-group-addon {
            background-color: rgba(255, 255, 255, 0.1);
        }

            .login-page .card-login.card-plain .form-group.form-group-no-border .form-control + .input-group-addon:focus,
            .login-page .card-login.card-plain .form-group.form-group-no-border .form-control + .input-group-addon:active,
            .login-page .card-login.card-plain .form-group.form-group-no-border .form-control + .input-group-addon:active,
            .login-page .card-login.card-plain .input-group.form-group-no-border .form-control + .input-group-addon:focus,
            .login-page .card-login.card-plain .input-group.form-group-no-border .form-control + .input-group-addon:active,
            .login-page .card-login.card-plain .input-group.form-group-no-border .form-control + .input-group-addon:active {
                background-color: rgba(255, 255, 255, 0.2);
                color: #FFFFFF;
            }

        .login-page .card-login.card-plain .form-group.form-group-no-border .form-control:focus + .input-group-addon,
        .login-page .card-login.card-plain .input-group.form-group-no-border .form-control:focus + .input-group-addon {
            background-color: rgba(255, 255, 255, 0.2);
            color: #FFFFFF;
        }

    .login-page .card-login.card-plain .form-group.form-group-no-border .input-group-addon,
    .login-page .card-login.card-plain .input-group.form-group-no-border .input-group-addon {
        background-color: rgba(255, 255, 255, 0.1);
        border: none;
        color: #FFFFFF;
    }

    .login-page .card-login.card-plain .form-group.form-group-no-border.input-group-focus .input-group-addon,
    .login-page .card-login.card-plain .input-group.form-group-no-border.input-group-focus .input-group-addon {
        background-color: rgba(255, 255, 255, 0.2);
        color: #FFFFFF;
    }

    .login-page .card-login.card-plain .input-group-addon,
    .login-page .card-login.card-plain .form-group.form-group-no-border .input-group-addon,
    .login-page .card-login.card-plain .input-group.form-group-no-border .input-group-addon {
        color: rgba(255, 255, 255, 0.8);
    }

.login-page .link {
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

.section {
    padding: 70px 0;
    position: relative;
    background: #FFFFFF;
}

    .section .row + .category {
        margin-top: 15px;
    }

.section-navbars {
    padding-bottom: 0;
}

.section-full-screen {
    height: 100vh;
}

.section-signup {
    padding-top: 20vh;
}

.page-header {
    height: 100vh;
    max-height: 1050px;
    padding: 0;
    color: #FFFFFF;
    position: relative;
    background-position: center center;
    background-size: cover;
}

    .page-header .page-header-image {
        position: absolute;
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .page-header footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .page-header .container {
        height: 100%;
        z-index: 1;
        text-align: center;
        position: relative;
    }

        .page-header .container > .content-center {
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            text-align: center;
            padding: 0 15px;
            color: #FFFFFF;
            width: 100%;
            max-width: 880px;
        }

    .page-header .category,
    .page-header .description {
        color: rgba(255, 255, 255, 0.5);
    }

    .page-header.page-header-small {
        height: 60vh;
        max-height: 440px;
    }

    .page-header:after,
    .page-header:before {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;
        display: block;
        left: 0;
        top: 0;
        content: "";
    }

    .page-header:before {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .page-header[filter-color="orange"] {
        background: rgba(44, 44, 44, 0.2);
        /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(90deg, rgba(44, 44, 44, 0.2), rgba(224, 23, 3, 0.6));
        /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(90deg, rgba(44, 44, 44, 0.2), rgba(224, 23, 3, 0.6));
        /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(90deg, rgba(44, 44, 44, 0.2), rgba(224, 23, 3, 0.6));
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(0deg, rgba(44, 44, 44, 0.2), rgba(224, 23, 3, 0.6));
        /* Standard syntax */
    }

    .page-header .container {
        z-index: 2;
    }

.clear-filter:after,
.clear-filter:before {
    display: none;
}

.section-story-overview {
    padding: 50px 0;
}

    .section-story-overview .image-container {
        height: 335px;
        position: relative;
        background-position: center center;
        background-size: cover;
        box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
        border-radius: .25rem;
    }

        .section-story-overview .image-container + .category {
            padding-top: 15px;
        }

        .section-story-overview .image-container.image-right {
            z-index: 2;
        }

            .section-story-overview .image-container.image-right + h3.title {
                margin-top: 120px;
            }

        .section-story-overview .image-container.image-left {
            z-index: 1;
        }

        .section-story-overview .image-container:nth-child(2) {
            margin-top: 420px;
            margin-left: -105px;
        }

    .section-story-overview p.blockquote {
        width: 220px;
        min-height: 180px;
        text-align: left;
        position: absolute;
        top: 376px;
        right: 155px;
        z-index: 0;
    }

.section-nucleo-icons .nucleo-container img {
    width: auto;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
}

.section-nucleo-icons .nucleo-container {
    height: 335px;
    position: relative;
}

.section-nucleo-icons h5 {
    margin-bottom: 35px;
}

.section-nucleo-icons .icons-container {
    position: relative;
    max-width: 450px;
    height: 300px;
    max-height: 300px;
    margin: 0 auto;
}

    .section-nucleo-icons .icons-container i {
        font-size: 34px;
        position: absolute;
        left: 0;
        top: 0;
    }

        .section-nucleo-icons .icons-container i:nth-child(1) {
            top: 5%;
            left: 7%;
        }

        .section-nucleo-icons .icons-container i:nth-child(2) {
            top: 28%;
            left: 24%;
        }

        .section-nucleo-icons .icons-container i:nth-child(3) {
            top: 40%;
        }

        .section-nucleo-icons .icons-container i:nth-child(4) {
            top: 18%;
            left: 62%;
        }

        .section-nucleo-icons .icons-container i:nth-child(5) {
            top: 74%;
            left: 3%;
        }

        .section-nucleo-icons .icons-container i:nth-child(6) {
            top: 36%;
            left: 44%;
            font-size: 65px;
            color: #f96332;
            padding: 1px;
        }

        .section-nucleo-icons .icons-container i:nth-child(7) {
            top: 59%;
            left: 26%;
        }

        .section-nucleo-icons .icons-container i:nth-child(8) {
            top: 60%;
            left: 69%;
        }

        .section-nucleo-icons .icons-container i:nth-child(9) {
            top: 72%;
            left: 47%;
        }

        .section-nucleo-icons .icons-container i:nth-child(10) {
            top: 88%;
            left: 27%;
        }

        .section-nucleo-icons .icons-container i:nth-child(11) {
            top: 31%;
            left: 80%;
        }

        .section-nucleo-icons .icons-container i:nth-child(12) {
            top: 88%;
            left: 68%;
        }

        .section-nucleo-icons .icons-container i:nth-child(13) {
            top: 5%;
            left: 81%;
        }

        .section-nucleo-icons .icons-container i:nth-child(14) {
            top: 58%;
            left: 90%;
        }

        .section-nucleo-icons .icons-container i:nth-child(15) {
            top: 6%;
            left: 40%;
        }

.section-images {
    max-height: 670px;
    height: 670px;
}

    .section-images .hero-images-container,
    .section-images .hero-images-container-1,
    .section-images .hero-images-container-2 {
        margin-top: -38vh;
    }

    .section-images .hero-images-container {
        max-width: 670px;
    }

    .section-images .hero-images-container-1 {
        max-width: 390px;
        position: absolute;
        top: 55%;
        right: 18%;
    }

    .section-images .hero-images-container-2 {
        max-width: 225px;
        position: absolute;
        top: 68%;
        right: 12%;
    }

[data-background-color="orange"] {
    background-color: #e95e38;
}

[data-background-color="black"] {
    background-color: #2c2c2c;
}

[data-background-color] {
    color: #FFFFFF;
}

    [data-background-color] .title,
    [data-background-color] .social-description h2,
    [data-background-color] p,
    [data-background-color] p.blockquote,
    [data-background-color] p.blockquote small,
    [data-background-color] h1,
    [data-background-color] h2,
    [data-background-color] h3,
    [data-background-color] h4,
    [data-background-color] h5,
    [data-background-color] h6,
    [data-background-color] a:not(.btn):not(.dropdown-item),
    [data-background-color] .icons-container i {
        color: #FFFFFF;
    }

    [data-background-color] .separator {
        background-color: #FFFFFF;
    }

    [data-background-color] .navbar.bg-white p {
        color: #888;
    }

    [data-background-color] .description,
    [data-background-color] .social-description p {
        color: rgba(255, 255, 255, 0.8);
    }

    [data-background-color] p.blockquote {
        border-color: rgba(255, 255, 255, 0.2);
    }

    [data-background-color] .checkbox label::before,
    [data-background-color] .checkbox label::after,
    [data-background-color] .radio label::before,
    [data-background-color] .radio label::after {
        border-color: rgba(255, 255, 255, 0.2);
    }

    [data-background-color] .checkbox label::after,
    [data-background-color] .checkbox label,
    [data-background-color] .radio label {
        color: #FFFFFF;
    }

    [data-background-color] .checkbox input[type="checkbox"]:disabled + label,
    [data-background-color] .radio input[type="radio"]:disabled + label {
        color: #FFFFFF;
    }

    [data-background-color] .radio input[type="radio"]:not(:disabled):hover + label::after,
    [data-background-color] .radio input[type="radio"]:checked + label::after {
        background-color: #FFFFFF;
        border-color: #FFFFFF;
    }

    [data-background-color] .form-control::-moz-placeholder {
        color: #ebebeb;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    [data-background-color] .form-control:-moz-placeholder {
        color: #ebebeb;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    [data-background-color] .form-control::-webkit-input-placeholder {
        color: #ebebeb;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    [data-background-color] .form-control:-ms-input-placeholder {
        color: #ebebeb;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    [data-background-color] .form-control {
        border-color: rgba(255, 255, 255, 0.5);
        color: #FFFFFF;
    }

        [data-background-color] .form-control:focus {
            border-color: #FFFFFF;
            background-color: transparent;
            color: #FFFFFF;
        }

    [data-background-color] .has-success:after,
    [data-background-color] .has-danger:after {
        color: #FFFFFF;
    }

    [data-background-color] .has-danger .form-control {
        background-color: transparent;
    }

    [data-background-color] .input-group-addon {
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0.5);
        color: #FFFFFF;
    }

    [data-background-color] .input-group-focus .input-group-addon {
        background-color: transparent;
        border-color: #FFFFFF;
        color: #FFFFFF;
    }

    [data-background-color] .form-group.form-group-no-border .form-control,
    [data-background-color] .input-group.form-group-no-border .form-control {
        background-color: rgba(255, 255, 255, 0.1);
        color: #FFFFFF;
    }

        [data-background-color] .form-group.form-group-no-border .form-control:focus,
        [data-background-color] .form-group.form-group-no-border .form-control:active,
        [data-background-color] .form-group.form-group-no-border .form-control:active,
        [data-background-color] .input-group.form-group-no-border .form-control:focus,
        [data-background-color] .input-group.form-group-no-border .form-control:active,
        [data-background-color] .input-group.form-group-no-border .form-control:active {
            background-color: rgba(255, 255, 255, 0.2);
            color: #FFFFFF;
        }

        [data-background-color] .form-group.form-group-no-border .form-control + .input-group-addon,
        [data-background-color] .input-group.form-group-no-border .form-control + .input-group-addon {
            background-color: rgba(255, 255, 255, 0.1);
        }

            [data-background-color] .form-group.form-group-no-border .form-control + .input-group-addon:focus,
            [data-background-color] .form-group.form-group-no-border .form-control + .input-group-addon:active,
            [data-background-color] .form-group.form-group-no-border .form-control + .input-group-addon:active,
            [data-background-color] .input-group.form-group-no-border .form-control + .input-group-addon:focus,
            [data-background-color] .input-group.form-group-no-border .form-control + .input-group-addon:active,
            [data-background-color] .input-group.form-group-no-border .form-control + .input-group-addon:active {
                background-color: rgba(255, 255, 255, 0.2);
                color: #FFFFFF;
            }

        [data-background-color] .form-group.form-group-no-border .form-control:focus + .input-group-addon,
        [data-background-color] .input-group.form-group-no-border .form-control:focus + .input-group-addon {
            background-color: rgba(255, 255, 255, 0.2);
            color: #FFFFFF;
        }

    [data-background-color] .form-group.form-group-no-border .input-group-addon,
    [data-background-color] .input-group.form-group-no-border .input-group-addon {
        background-color: rgba(255, 255, 255, 0.1);
        border: none;
        color: #FFFFFF;
    }

    [data-background-color] .form-group.form-group-no-border.input-group-focus .input-group-addon,
    [data-background-color] .input-group.form-group-no-border.input-group-focus .input-group-addon {
        background-color: rgba(255, 255, 255, 0.2);
        color: #FFFFFF;
    }

    [data-background-color] .input-group-addon,
    [data-background-color] .form-group.form-group-no-border .input-group-addon,
    [data-background-color] .input-group.form-group-no-border .input-group-addon {
        color: rgba(255, 255, 255, 0.8);
    }

    [data-background-color] .btn.btn-simple {
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0.5);
        color: #FFFFFF;
    }

        [data-background-color] .btn.btn-simple:hover,
        [data-background-color] .btn.btn-simple:hover,
        [data-background-color] .btn.btn-simple:focus,
        [data-background-color] .btn.btn-simple:active {
            background-color: transparent;
            border-color: #FFFFFF;
        }

    [data-background-color] .nav-tabs > .nav-item > .nav-link i.now-ui-icons {
        color: #FFFFFF;
    }

    [data-background-color].section-nucleo-icons .icons-container i:nth-child(6) {
        color: #FFFFFF;
    }

@media screen and (max-width: 991px) {
    .sidebar-collapse .navbar-collapse {
        position: fixed;
        display: block;
        top: 0;
        height: 100% !important;
        width: 300px;
        right: 0;
        z-index: 1032;
        visibility: visible;
        background-color: #999;
        overflow-y: visible;
        border-top: none;
        text-align: left;
        max-height: none !important;
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

        .sidebar-collapse .navbar-collapse:before {
            background: #f96332;
            /* For browsers that do not support gradients */
            background: -webkit-linear-gradient(#f96332 0%, #000 80%);
            /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(#f96332 0%, #000 80%);
            /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(#f96332 0%, #000 80%);
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(#f96332 0%, #000 80%);
            /* Standard syntax (must be last) */
            opacity: 0.76;
            filter: alpha(opacity=76);
            display: block;
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
        }

        .sidebar-collapse .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link {
            margin: 0 1rem;
            margin-top: 0.3125rem;
        }

            .sidebar-collapse .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link:not(.btn) {
                color: #FFFFFF;
            }

        .sidebar-collapse .navbar-collapse .dropdown-menu .dropdown-item {
            color: #FFFFFF;
        }

    .sidebar-collapse .navbar .navbar-nav {
        margin-top: 53px;
    }

        .sidebar-collapse .navbar .navbar-nav .nav-link {
            padding-top: 0.75rem;
            padding-bottom: .75rem;
        }

        .sidebar-collapse .navbar .navbar-nav.navbar-logo {
            top: 0;
            height: 53px;
        }

    .sidebar-collapse .navbar .dropdown.show .dropdown-menu,
    .sidebar-collapse .navbar .dropdown .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 150px;
        overflow-y: scroll;
    }

        .sidebar-collapse .navbar .dropdown.show .dropdown-menu:before,
        .sidebar-collapse .navbar .dropdown .dropdown-menu:before {
            display: none;
        }

    .sidebar-collapse .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem;
    }

    .sidebar-collapse .navbar .dropdown .dropdown-menu {
        display: none;
    }

    .sidebar-collapse .navbar .dropdown.show .dropdown-menu {
        display: block;
    }

    .sidebar-collapse .navbar .dropdown-menu .dropdown-item:focus,
    .sidebar-collapse .navbar .dropdown-menu .dropdown-item:hover {
        color: #FFFFFF;
    }

    .sidebar-collapse .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 22px;
        height: 1px;
        border-radius: 1px;
        background: #FFFFFF;
    }

        .sidebar-collapse .navbar .navbar-toggler-bar + .navbar-toggler-bar {
            margin-top: 7px;
        }

        .sidebar-collapse .navbar .navbar-toggler-bar.bar2 {
            width: 17px;
            transition: width .2s linear;
        }

    .sidebar-collapse .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: #888;
    }

    .sidebar-collapse .navbar .toggled .navbar-toggler-bar {
        width: 24px;
    }

        .sidebar-collapse .navbar .toggled .navbar-toggler-bar + .navbar-toggler-bar {
            margin-top: 5px;
        }

    .sidebar-collapse .bar1,
    .sidebar-collapse .bar2,
    .sidebar-collapse .bar3 {
        outline: 1px solid transparent;
    }

    .sidebar-collapse .bar1 {
        top: 0px;
        -webkit-animation: topbar-back 500ms linear 0s;
        -moz-animation: topbar-back 500ms linear 0s;
        animation: topbar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .sidebar-collapse .bar2 {
        opacity: 1;
    }

    .sidebar-collapse .bar3 {
        bottom: 0px;
        -webkit-animation: bottombar-back 500ms linear 0s;
        -moz-animation: bottombar-back 500ms linear 0s;
        animation: bottombar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .sidebar-collapse .toggled .bar1 {
        top: 6px;
        -webkit-animation: topbar-x 500ms linear 0s;
        -moz-animation: topbar-x 500ms linear 0s;
        animation: topbar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .sidebar-collapse .toggled .bar2 {
        opacity: 0;
    }

    .sidebar-collapse .toggled .bar3 {
        bottom: 6px;
        -webkit-animation: bottombar-x 500ms linear 0s;
        -moz-animation: bottombar-x 500ms linear 0s;
        animation: bottombar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }


    .sidebar-collapse [class*="navbar-expand-"] .navbar-collapse {
        width: 300px;
    }

    .sidebar-collapse .wrapper {
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse #bodyClick {
        height: 100%;
        width: 100%;
        position: fixed;
        opacity: 1;
        top: 0;
        left: auto;
        right: 300px;
        content: "";
        z-index: 9999;
        overflow-x: hidden;
        background-color: transparent;
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse.menu-on-left .navbar-collapse {
        right: auto;
        left: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }

    .nav-open .sidebar-collapse .navbar-collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .nav-open .sidebar-collapse .wrapper {
        -webkit-transform: translate3d(-150px, 0, 0);
        -moz-transform: translate3d(-150px, 0, 0);
        -o-transform: translate3d(-150px, 0, 0);
        -ms-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }

    .nav-open .sidebar-collapse .navbar-translate {
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left .navbar-collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left .navbar-translate {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left .wrapper {
        -webkit-transform: translate3d(150px, 0, 0);
        -moz-transform: translate3d(150px, 0, 0);
        -o-transform: translate3d(150px, 0, 0);
        -ms-transform: translate3d(150px, 0, 0);
        transform: translate3d(150px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left #bodyClick {
        right: auto;
        left: 300px;
    }

    .bootstrap-collapse .navbar .navbar-collapse {
        background: none !important;
    }

    .bootstrap-collapse .navbar .navbar-nav {
        margin-top: 53px;
    }

        .bootstrap-collapse .navbar .navbar-nav .nav-link {
            padding-top: 0.75rem;
            padding-bottom: .75rem;
        }

        .bootstrap-collapse .navbar .navbar-nav.navbar-logo {
            top: 0;
            height: 53px;
        }

    .bootstrap-collapse .navbar .dropdown.show .dropdown-menu,
    .bootstrap-collapse .navbar .dropdown .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 150px;
        overflow-y: scroll;
    }

        .bootstrap-collapse .navbar .dropdown.show .dropdown-menu:before,
        .bootstrap-collapse .navbar .dropdown .dropdown-menu:before {
            display: none;
        }

    .bootstrap-collapse .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem;
    }

    .bootstrap-collapse .navbar .dropdown .dropdown-menu {
        display: none;
    }

    .bootstrap-collapse .navbar .dropdown.show .dropdown-menu {
        display: block;
    }

    .bootstrap-collapse .navbar .dropdown-menu .dropdown-item:focus,
    .bootstrap-collapse .navbar .dropdown-menu .dropdown-item:hover {
        color: #FFFFFF;
    }

    .bootstrap-collapse .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .bootstrap-collapse .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 22px;
        height: 1px;
        border-radius: 1px;
        background: #FFFFFF;
    }

        .bootstrap-collapse .navbar .navbar-toggler-bar + .navbar-toggler-bar {
            margin-top: 7px;
        }

        .bootstrap-collapse .navbar .navbar-toggler-bar.bar2 {
            width: 17px;
            transition: width .2s linear;
        }

    .bootstrap-collapse .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: #888;
    }

    .bootstrap-collapse .navbar .toggled .navbar-toggler-bar {
        width: 24px;
    }

        .bootstrap-collapse .navbar .toggled .navbar-toggler-bar + .navbar-toggler-bar {
            margin-top: 5px;
        }

    .bootstrap-collapse .bar1,
    .bootstrap-collapse .bar2,
    .bootstrap-collapse .bar3 {
        outline: 1px solid transparent;
    }

    .bootstrap-collapse .bar1 {
        top: 0px;
        -webkit-animation: topbar-back 500ms linear 0s;
        -moz-animation: topbar-back 500ms linear 0s;
        animation: topbar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .bootstrap-collapse .bar2 {
        opacity: 1;
    }

    .bootstrap-collapse .bar3 {
        bottom: 0px;
        -webkit-animation: bottombar-back 500ms linear 0s;
        -moz-animation: bottombar-back 500ms linear 0s;
        animation: bottombar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .bootstrap-collapse .toggled .bar1 {
        top: 6px;
        -webkit-animation: topbar-x 500ms linear 0s;
        -moz-animation: topbar-x 500ms linear 0s;
        animation: topbar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .bootstrap-collapse .toggled .bar2 {
        opacity: 0;
    }

    .bootstrap-collapse .toggled .bar3 {
        bottom: 6px;
        -webkit-animation: bottombar-x 500ms linear 0s;
        -moz-animation: bottombar-x 500ms linear 0s;
        animation: bottombar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

  

    .profile-photo .profile-photo-small {
        margin-left: -2px;
    }

    .button-dropdown {
        display: none;
    }

    .section-nucleo-icons .container .row > [class*="col-"]:first-child {
        text-align: center;
    }

    .footer .copyright {
        text-align: right;
    }

    .section-nucleo-icons .icons-container {
        margin-top: 65px;
    }

    .navbar-nav .nav-link i.fa,
    .navbar-nav .nav-link i.now-ui-icons {
        opacity: .5;
    }

    .section-images {
        height: 500px;
        max-height: 500px;
    }

        .section-images .hero-images-container {
            max-width: 500px;
        }

        .section-images .hero-images-container-1 {
            right: 10%;
            top: 68%;
            max-width: 269px;
        }

        .section-images .hero-images-container-2 {
            right: 5%;
            max-width: 135px;
            top: 93%;
        }

    .navbar .navbar-nav.navbar-logo {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .burger-menu .navbar-collapse {
        position: fixed;
        display: block;
        top: 0;
        height: 100% !important;
        width: 300px;
        right: 0;
        z-index: 1032;
        visibility: visible;
        background-color: #999;
        overflow-y: visible;
        border-top: none;
        text-align: left;
        max-height: none !important;
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

        .burger-menu .navbar-collapse:before {
            background: #f96332;
            /* For browsers that do not support gradients */
            background: -webkit-linear-gradient(#f96332 0%, #000 80%);
            /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(#f96332 0%, #000 80%);
            /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(#f96332 0%, #000 80%);
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(#f96332 0%, #000 80%);
            /* Standard syntax (must be last) */
            opacity: 0.76;
            filter: alpha(opacity=76);
            display: block;
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
        }

        .burger-menu .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link {
            margin: 0 1rem;
            margin-top: 0.3125rem;
        }

            .burger-menu .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link:not(.btn) {
                color: #FFFFFF;
            }

        .burger-menu .navbar-collapse .dropdown-menu .dropdown-item {
            color: #FFFFFF;
        }

    .burger-menu .navbar .navbar-nav {
        margin-top: 53px;
    }

        .burger-menu .navbar .navbar-nav .nav-link {
            padding-top: 0.75rem;
            padding-bottom: .75rem;
        }

        .burger-menu .navbar .navbar-nav.navbar-logo {
            top: 0;
            height: 53px;
        }

    .burger-menu .navbar .dropdown.show .dropdown-menu,
    .burger-menu .navbar .dropdown .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 150px;
        overflow-y: scroll;
    }

        .burger-menu .navbar .dropdown.show .dropdown-menu:before,
        .burger-menu .navbar .dropdown .dropdown-menu:before {
            display: none;
        }

    .burger-menu .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem;
    }

    .burger-menu .navbar .dropdown .dropdown-menu {
        display: none;
    }

    .burger-menu .navbar .dropdown.show .dropdown-menu {
        display: block;
    }

    .burger-menu .navbar .dropdown-menu .dropdown-item:focus,
    .burger-menu .navbar .dropdown-menu .dropdown-item:hover {
        color: #FFFFFF;
    }

    .burger-menu .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .burger-menu .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 22px;
        height: 1px;
        border-radius: 1px;
        background: #FFFFFF;
    }

        .burger-menu .navbar .navbar-toggler-bar + .navbar-toggler-bar {
            margin-top: 7px;
        }

        .burger-menu .navbar .navbar-toggler-bar.bar2 {
            width: 17px;
            transition: width .2s linear;
        }

    .burger-menu .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: #888;
    }

    .burger-menu .navbar .toggled .navbar-toggler-bar {
        width: 24px;
    }

        .burger-menu .navbar .toggled .navbar-toggler-bar + .navbar-toggler-bar {
            margin-top: 5px;
        }

    .burger-menu .bar1,
    .burger-menu .bar2,
    .burger-menu .bar3 {
        outline: 1px solid transparent;
    }

    .burger-menu .bar1 {
        top: 0px;
        -webkit-animation: topbar-back 500ms linear 0s;
        -moz-animation: topbar-back 500ms linear 0s;
        animation: topbar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .burger-menu .bar2 {
        opacity: 1;
    }

    .burger-menu .bar3 {
        bottom: 0px;
        -webkit-animation: bottombar-back 500ms linear 0s;
        -moz-animation: bottombar-back 500ms linear 0s;
        animation: bottombar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .burger-menu .toggled .bar1 {
        top: 6px;
        -webkit-animation: topbar-x 500ms linear 0s;
        -moz-animation: topbar-x 500ms linear 0s;
        animation: topbar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .burger-menu .toggled .bar2 {
        opacity: 0;
    }

    .burger-menu .toggled .bar3 {
        bottom: 6px;
        -webkit-animation: bottombar-x 500ms linear 0s;
        -moz-animation: bottombar-x 500ms linear 0s;
        animation: bottombar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

   

    .burger-menu [class*="navbar-expand-"] .navbar-collapse {
        width: 300px;
    }

    .burger-menu .wrapper {
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .burger-menu #bodyClick {
        height: 100%;
        width: 100%;
        position: fixed;
        opacity: 1;
        top: 0;
        left: auto;
        right: 300px;
        content: "";
        z-index: 9999;
        overflow-x: hidden;
        background-color: transparent;
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .nav-open .burger-menu .navbar-collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .burger-menu .navbar-collapse {
        display: block !important;
    }

        .burger-menu .navbar-collapse .navbar-nav {
            margin-top: 53px;
            height: 100%;
            z-index: 2;
            position: relative;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .burger-menu .navbar-collapse .navbar-nav .nav-item {
                margin: 0;
            }

    .burger-menu.menu-on-left .navbar-collapse {
        right: auto;
        left: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }

    .burger-menu [class*="navbar-expand-"] .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .burger-menu [class*="navbar-expand-"] .navbar-toggler {
        display: inline-block;
    }

    .burger-menu .section-navbars .navbar-collapse {
        display: none !important;
    }

    .nav-open .burger-menu.menu-on-left .navbar .navbar-translate {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }

    .nav-open .burger-menu .navbar .navbar-translate {
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }

    .nav-open .burger-menu.menu-on-left .navbar-collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .nav-open .burger-menu.menu-on-left #bodyClick {
        right: auto;
        left: 300px;
    }

    .burger-menu.menu-on-left .navbar-brand {
        float: right;
        margin-right: 0;
        margin-left: 1rem;
    }

    .navbar-nav .nav-link.profile-photo {
        padding: 0;
        margin: 7px 0.7rem;
    }

    .navbar-nav .nav-link.btn:not(.btn-sm) {
        margin: 0;
    }

    .navbar-nav .nav-item:not(:last-child) {
        margin-right: 5px;
    }

    .section-nucleo-icons .icons-container {
        margin: 0 0 0 auto;
    }

    .dropdown-menu .dropdown-item {
        color: inherit;
    }

    .footer .copyright {
        float: right;
    }
}

@media screen and (min-width: 768px) {
    .image-container.image-right {
        top: 80px;
        margin-left: -100px;
        margin-bottom: 130px;
    }

    .image-container.image-left {
        margin-right: -100px;
    }
}

@media screen and (max-width: 768px) {
    .image-container.image-left {
        margin-bottom: 220px;
    }

        .image-container.image-left p.blockquote {
            margin: 0 auto;
            position: relative;
            right: 0;
        }

    .nav-tabs {
        display: inline-block;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        text-align: center;
    }

        .nav-tabs .nav-item > .nav-link {
            margin-bottom: 5px;
        }

    .landing-page .section-story-overview .image-container:nth-child(2) {
        margin-left: 0;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 576px) {
    .navbar[class*='navbar-expand-'] .container {
        margin-left: 0;
        margin-right: 0;
    }

    .footer .copyright {
        text-align: center;
    }

    .section-nucleo-icons .icons-container i {
        font-size: 30px;
    }

        .section-nucleo-icons .icons-container i:nth-child(6) {
            font-size: 48px;
        }

    .page-header .container h6.category-absolute {
        width: 90%;
    }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .section-images .hero-images-container-1 {
        right: 9%;
        max-width: 370px;
    }

    .section-images .hero-images-container-2 {
        right: 2%;
        max-width: 216px;
    }
}

@media screen and (max-width: 768px) {
    .section-images {
        height: 300px;
        max-height: 300px;
    }

        .section-images .hero-images-container {
            max-width: 380px;
        }

        .section-images .hero-images-container-1 {
            right: 7%;
            top: 87%;
            max-width: 210px;
        }

        .section-images .hero-images-container-2 {
            right: 1%;
            max-width: 133px;
            top: 99%;
        }
}

@media screen and (max-width: 517px) {
    .alert .alert-icon {
        margin-top: 10px;
    }
}

@media screen and (min-width: 1200px) {
    .section-images .hero-images-container-1 {
        top: 51%;
        right: 21%;
    }

    .section-images .hero-images-container-2 {
        top: 66%;
        right: 14%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .section-images .hero-images-container,
    .section-images .hero-images-container-1,
    .section-images .hero-images-container-2 {
        margin-top: -15vh;
        margin-left: 80px;
    }

    .section-images .hero-images-container {
        max-width: 300px;
    }

    .section-images .hero-images-container-1 {
        right: 28%;
        top: 40%;
    }

    .section-images .hero-images-container-2 {
        right: 21%;
        top: 55%;
    }

    .index-page .category-absolute {
        top: 90vh;
    }
}

@media screen and (max-width: 580px) {
    .alert button.close {
        position: absolute;
        right: 11px;
        top: 50%;
        transform: translateY(-50%);
    }
}


@keyframes topbar-x {
    0% {
        top: 0px;
        transform: rotate(0deg);
    }

    45% {
        top: 6px;
        transform: rotate(145deg);
    }

    75% {
        transform: rotate(130deg);
    }

    100% {
        transform: rotate(135deg);
    }
}

@-webkit-keyframes topbar-x {
    0% {
        top: 0px;
        -webkit-transform: rotate(0deg);
    }

    45% {
        top: 6px;
        -webkit-transform: rotate(145deg);
    }

    75% {
        -webkit-transform: rotate(130deg);
    }

    100% {
        -webkit-transform: rotate(135deg);
    }
}

@-moz-keyframes topbar-x {
    0% {
        top: 0px;
        -moz-transform: rotate(0deg);
    }

    45% {
        top: 6px;
        -moz-transform: rotate(145deg);
    }

    75% {
        -moz-transform: rotate(130deg);
    }

    100% {
        -moz-transform: rotate(135deg);
    }
}

@keyframes topbar-back {
    0% {
        top: 6px;
        transform: rotate(135deg);
    }

    45% {
        transform: rotate(-10deg);
    }

    75% {
        transform: rotate(5deg);
    }

    100% {
        top: 0px;
        transform: rotate(0);
    }
}

@-webkit-keyframes topbar-back {
    0% {
        top: 6px;
        -webkit-transform: rotate(135deg);
    }

    45% {
        -webkit-transform: rotate(-10deg);
    }

    75% {
        -webkit-transform: rotate(5deg);
    }

    100% {
        top: 0px;
        -webkit-transform: rotate(0);
    }
}

@-moz-keyframes topbar-back {
    0% {
        top: 6px;
        -moz-transform: rotate(135deg);
    }

    45% {
        -moz-transform: rotate(-10deg);
    }

    75% {
        -moz-transform: rotate(5deg);
    }

    100% {
        top: 0px;
        -moz-transform: rotate(0);
    }
}

@keyframes bottombar-x {
    0% {
        bottom: 0px;
        transform: rotate(0deg);
    }

    45% {
        bottom: 6px;
        transform: rotate(-145deg);
    }

    75% {
        transform: rotate(-130deg);
    }

    100% {
        transform: rotate(-135deg);
    }
}

@-webkit-keyframes bottombar-x {
    0% {
        bottom: 0px;
        -webkit-transform: rotate(0deg);
    }

    45% {
        bottom: 6px;
        -webkit-transform: rotate(-145deg);
    }

    75% {
        -webkit-transform: rotate(-130deg);
    }

    100% {
        -webkit-transform: rotate(-135deg);
    }
}

@-moz-keyframes bottombar-x {
    0% {
        bottom: 0px;
        -moz-transform: rotate(0deg);
    }

    45% {
        bottom: 6px;
        -moz-transform: rotate(-145deg);
    }

    75% {
        -moz-transform: rotate(-130deg);
    }

    100% {
        -moz-transform: rotate(-135deg);
    }
}

@keyframes bottombar-back {
    0% {
        bottom: 6px;
        transform: rotate(-135deg);
    }

    45% {
        transform: rotate(10deg);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        bottom: 0px;
        transform: rotate(0);
    }
}

@-webkit-keyframes bottombar-back {
    0% {
        bottom: 6px;
        -webkit-transform: rotate(-135deg);
    }

    45% {
        -webkit-transform: rotate(10deg);
    }

    75% {
        -webkit-transform: rotate(-5deg);
    }

    100% {
        bottom: 0px;
        -webkit-transform: rotate(0);
    }
}

@-moz-keyframes bottombar-back {
    0% {
        bottom: 6px;
        -moz-transform: rotate(-135deg);
    }

    45% {
        -moz-transform: rotate(10deg);
    }

    75% {
        -moz-transform: rotate(-5deg);
    }

    100% {
        bottom: 0px;
        -moz-transform: rotate(0);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../mainthem1/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../mainthem1/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../mainthem1/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../mainthem1/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../mainthem1/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../mainthem1/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


@font-face {
    font-family: 'open_sans';
    src: url('../mainthem1/fonts/opensans/opensans-bold-webfont.eot');
    src: url('../mainthem1/fonts/opensans/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../mainthem1/fonts/opensans/opensans-bold-webfont.woff2') format('woff2'), url('../mainthem1/fonts/opensans/opensans-bold-webfont.woff') format('woff'), url('../mainthem1/fonts/opensans/opensans-bold-webfont.ttf') format('truetype'), url('../mainthem1/fonts/opensans/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

/*********** CSS RESET **********/
@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('../mainthem1/fonts/iranyekan/eot/iranyekanwebbold.eot');
    src: url('../mainthem1/fonts/iranyekan/eot/iranyekanwebbold.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../mainthem1/fonts/iranyekan/woff2/iranyekanwebbold.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../mainthem1/fonts/iranyekan/woff/iranyekanwebbold.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../mainthem1/fonts/iranyekan/ttf/iranyekanwebbold.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url('../mainthem1/fonts/iranyekan/eot/iranyekanweblight.eot');
    src: url('../mainthem1/fonts/iranyekan/eot/iranyekanweblight.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../mainthem1/fonts/iranyekan/woff2/iranyekanweblight.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../mainthem1/fonts/iranyekan/woff/iranyekanweblight.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../mainthem1/fonts/iranyekan/ttf/iranyekanweblight.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('../mainthem1/fonts/iranyekan/eot/iranyekanwebregular.eot');
    src: url('../mainthem1/fonts/iranyekan/eot/iranyekanwebregular.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../mainthem1/fonts/iranyekan/woff2/iranyekanwebregular.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../mainthem1/fonts/iranyekan/woff/iranyekanwebregular.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../mainthem1/fonts/iranyekan/ttf/iranyekanwebregular.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSans-web';
    src: url("../mainthem1/fonts/IRANSans-Bold-web.eot");
    src: url("../mainthem1/fonts/IRANSans-Bold-web.eot?#iefix") format("eot"), url("../mainthem1/fonts/IRANSans-Bold-web.woff2") format("woff2"), url("../mainthem1/fonts/IRANSans-Bold-web.woff") format("woff"), url("../mainthem1/fonts/IRANSans-Bold-web.ttf") format("ttf");
    font-weight: bold;
}

@font-face {
    font-family: 'IRANSans-web';
    src: url("../mainthem1/fonts/IRANSans-Medium-web.eot");
    src: url("../mainthem1/fonts/IRANSans-Medium-web.eot?#iefix") format("eot"), url("../mainthem1/fonts/IRANSans-Medium-web.woff2") format("woff2"), url("../mainthem1/fonts/IRANSans-Medium-web.woff") format("woff"), url("../mainthem1/fonts/IRANSans-Medium-web.ttf") format("ttf");
    font-weight: 500;
}

@font-face {
    font-family: 'IRANSans-web';
    src: url("../mainthem1/fonts/IRANSans-UltraLight-web.eot");
    src: url("../mainthem1/fonts/IRANSans-UltraLight-web.eot?#iefix") format("eot"), url("../mainthem1/fonts/IRANSans-UltraLight-web.woff2") format("woff2"), url("../mainthem1/fonts/IRANSans-UltraLight-web.woff") format("woff"), url("../mainthem1/fonts/IRANSans-UltraLight-web.ttf") format("ttf");
    font-weight: 200;
}

@font-face {
    font-family: 'IRANSans-web';
    src: url("../mainthem1/fonts/IRANSans-Light-web.eot");
    src: url("../mainthem1/fonts/IRANSans-Light-web.eot?#iefix") format("eot"), url("../mainthem1/fonts/IRANSans-Light-web.woff2") format("woff2"), url("../mainthem1/fonts/IRANSans-Light-web.woff") format("woff"), url("../mainthem1/fonts/IRANSans-Light-web.ttf") format("ttf");
    font-weight: 300;
}

@font-face {
    font-family: 'IRANSans-web';
    src: url("../mainthem1/fonts/IRANSans-web.eot");
    src: url("../mainthem1/fonts/IRANSans-web.eot?#iefix") format("eot"), url("../mainthem1/fonts/IRANSans-web.woff2") format("woff2"), url("../mainthem1/fonts/IRANSans-web.woff") format("woff"), url("../mainthem1/fonts/IRANSans-web.ttf") format("ttf");
    font-weight: normal;
}


@font-face {
    font-family: shirazsunshopfont;
    src: url(../mainthem1/fonts/shopicon.eot);
    src: url(../mainthem1/fonts/shopicon.eot?#iefix) format("eot"),url(../mainthem1/fonts/shopicon.woff2) format("woff2"),url(../mainthem1/fonts/shopicon.woff) format("woff"),url(../mainthem1/fonts/shopicon.ttf) format("truetype")
}

body {
    direction: rtl;
    text-align: right;
    font-family: IRANSans-web;
    font-size: 14px;
    background-color: #f5f5f5;
    color: #515151;
    overflow-x: hidden;
}

a,
a:hover {
    color: #515151;
    text-decoration: none;
    transition: all .2s ease-out;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

.direction-ltr {
    direction: ltr;
}

.direction-rtl {
    direction: rtl;
}

.no-padding {
    padding: 0;
}

.no-padding-right {
    padding-right: 0;
}

.ps-relative {
    position: relative;
}

.btn-link-spoiler {
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
    position: relative;
    display: inline-block;
}

.sunicon {
    font-family: shirazsunshopfont;
    font-style: normal;
}

.si-user:after {
    content: "\E19A\00FE0E";
    font-size: 24px;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
}
.si-garranty:after {
    content: "\E071\00FE0E";
}
.si-timer:after {
    content: "\E022\00FE0E";
 
}
.si-instagram:after {
    content: "\E168\00FE0E";
}
.si-whatsapp:after {
    content: "\E1F9\00FE0E";
    font-size: 27px;
    position: relative;
    top: -1px;
    color: #46C254;
}
.si-facebook:after {
    content: "\E11F\00FE0E";
    color: #38529A;
    font-size: 26px;
    position: relative;
    top: -3px;
}
.si-youtube:after {
    content: "\E08C\00FE0E";
    color: #F70000;
}

.si-aparat:after {
    content: "\E0BD\00FE0E";
    color: #E82E83;
}
.si-plus:after {
    content: "\E086\00FE0E";
}
.si-remove2:after {
    content: "\E08B\00FE0E";
}

.si-twitter:after {
    content: "\E128\00FE0E";
    color: #1DA1F2;
    font-size: 34px;
}

.si-linkedin:after {
    content: "\E15A\00FE0E";
    color: #0077AF;
}

.si-logout:after {
    content: "\E164\00FE0E";
}

.si-phone:before {
    content: "\E084\00FE0E";
}

.btn-link-spoiler:after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #1ca2bd;
}

.default {
    width: 100%;
    height: auto;
   display:inline-block
}

.parent-btn {
    overflow: hidden;
}

.dk-btn {
    font-size: 1.286rem;
    padding: 18px 80px;
    border-radius: 8px;
    background-color: #34495e;
    color: #fff;
    text-align: center;
    display: inline-block;
    border: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    line-height: 22px;
    text-decoration: none;
    margin-top: 5px;
    font-family: iranyekan;
}

button.dk-btn {
    cursor: pointer;
    outline: none;
}

.dk-btn:hover {
    color: #fff;
}

.dk-btn:before {
    transition: all .3s ease-in-out;
    width: 21%;
    height: 150%;
    position: absolute;
    right: -11px;
    top: -17px;
    background: hsla(0, 0%, 100%, .21);
    content: "";
    border-radius: 50%;
}

.dk-btn:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
    width: 900px;
    height: 900px;
    right: -450px;
    top: -450px;
    transform: unset;
}

.dk-btn-info {
    background-color: #00bfd6;
}

.dk-btn-danger {
    background-color: #e74c3c;
}

.dk-btn-success {
    background-color: #2ecc71;
}

.dk-btn-grey {
    background-color: #7a7a7a;
}

.dk-btn > i {
    font-size: 25px;
    position: absolute;
    right: 15px;
    top: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
    font-family: iranyekan;
}

@media (min-width: 1200px) {
    .container {
      
        max-width: 1200px;
    }
}

/* header */
header.main-header {
    padding: 15px 0 0;
    margin-bottom: 15px;
    background-color: #fff;
    -webkit-box-shadow: rgba(0,0,0,.04) 0 7px 8px 0;
    box-shadow: 0 7px 8px 0 rgba(0,0,0,.04);
}

    /* ----------------- Start Header */
    header.main-header .logo-area {
    }

        header.main-header .logo-area a {
            display: block;
        }

            header.main-header .logo-area a img {
                margin-top: 11px;
            }

    header.main-header .search-area form.search {
        position: relative;
        max-width: 700px;
    }

        header.main-header .search-area form.search:before {
            font-family: shirazsunshopfont;
            content: "\E142\00FE0E";
            left: 4px;
            top: 52%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
            z-index: 52;
            color: #a1a3a8;
            font-size: 24px;
            width: 36px;
            height: 36px;
            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;
        }

        header.main-header .search-area form.search input {
            width: 100%;
            height: 100%;
            padding: 10px 10px 9px;
            line-height: 1.833;
            font-family: iranyekan;
            font-weight: 300;
            font-size: 12px;
            font-size: .857rem;
            border-radius: 5px;
            color: #474747;
            outline: none;
            background-color: #f0f0f1;
            border: none;
            font-weight: 300;
        }

            header.main-header .search-area form.search input:active,
            header.main-header .search-area form.search input:focus {
                -webkit-box-shadow: 0 3px 12px 0 rgba(0,0,0,.2);
                box-shadow: 0 3px 12px 0 rgba(0,0,0,.2);
                background: #fff;
            }

ul.search-box-list {
    position: absolute;
    background: #fff;
    left: 60px;
    right: 0;
    top: 40px;
    z-index: 10000000000;
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.1);
    padding: 10px 0;
    width: 100% !important;
    right: 17px;
    border: none;
}

header.main-header .search-area form.search ul.search-box-list li i {
    float: right;
    margin: 3px 0 5px 8px;
    font-size: 17px;
    color: #666;
}

header.main-header .search-area form.search ul.search-box-list .marktext {
    font-weight: bold;
    color: #f44336;
}

.overlay-search-box {
    position: absolute;
    top: 120px;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 1000000000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

header.main-header .search-area form.search button {
    width: 60px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: none;
    border-radius: 7px 0 0 7px;
    background-color: #ef5661;
    cursor: pointer;
    outline: none;
}

    header.main-header .search-area form.search button img {
        width: 25px;
    }

header.main-header .dropdown {
    display: inline-block;
}

header.main-header .cart.dropdown {
    position: relative;
    top: -5px
}

header.main-header .user-login {
    font-size: .857rem;
    padding: 0px 6px 0px 2px;
    border-radius: 5px;
    border: 1px solid #e0e0e2;
    margin-left: 20px;
    position: relative;
    top: -5px
}

    header.main-header .user-login > a {
        margin: 0px;
        padding: 6px 13px 11px 23px;
    }

        header.main-header .user-login > a > i {
            font-size: 24px;
            margin-left: 10px;
            top: 6px;
            position: relative;
        }

    header.main-header .user-login .dropdown-toggle::after {
        vertical-align: unset;
    }

    header.main-header .user-login .dropdown-menu {
        position: absolute;
        top: 50px !important;
        width: 220px;
        -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
        box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
        background: #fff;
        border-radius: 5px;
        z-index: 10;
        transform: none !important;
        right: -23px;
        padding: 0px;
    }

        header.main-header .user-login .dropdown-menu:before {
            display: none
        }

        header.main-header .user-login .dropdown-menu:after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 8px 8px;
            border-color: transparent transparent #e8e8e8;
            position: absolute;
            bottom: 100%;
            margin-bottom: 0px;
            left: 105px;
        }

    header.main-header .user-login hr {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    header.main-header .user-login .dropdown-menu .dropdown-item {
        text-align: center;
        padding-right: 0;
        padding-left: 0;
    }

        header.main-header .user-login .dropdown-menu .dropdown-item a.btn-info {
            border-radius: 7px;
            color: #fff;
        }

        header.main-header .user-login .dropdown-menu .dropdown-item a.register {
            color: #008ec9;
            border-bottom: 1px dashed #008ec9;
            text-decoration: none;
        }

        header.main-header .user-login .dropdown-menu .dropdown-item a.dropdown-item-link {
            display: block;
            text-align: right;
            padding: 5px 10px;
            font-weight: 300;
        }

            header.main-header .user-login .dropdown-menu .dropdown-item a.dropdown-item-link i {
                font-size: 16px;
                position: relative;
                top: 4px;
                margin-left: 8px;
                font-weight: 300;
            }

header.main-header .cart a.btn {
    color: #fff;
    font-size: 14px;
    background-color: #00bfd6;
    border-radius: 5px;
    line-height: 1.35em;
    margin: 5px 1px;
    border: none;
    font-weight: 300;
}

    header.main-header .cart a.btn img {
        width: 21px;
    }

    header.main-header .cart a.btn span.count-cart {
        background-color: #fff;
        width: 20px;
        height: 20px;
        font-size: 15px;
        line-height: 20px;
        vertical-align: middle;
        letter-spacing: -.3px;
        text-align: center;
        color: #00bfd6;
        border-radius: 100%;
        display: inline-block;
        margin-right: 5px;
    }

    header.main-header .cart a.btn:hover,
    header.main-header .cart a.btn:focus {
        background-color: #05b3c7;
    }

header.main-header .cart a.btn-info i {
    float: right;
    font-size: 16px;
    margin-left: 6px;
}

header.main-header .cart .dropdown-toggle::after {
    vertical-align: unset;
}

header.main-header .cart .dropdown-menu {
    width: 320px;
    position: absolute;
    top: 47px !important;
    left: 1px !important;
    line-height: 22px;
    background-color: #fff;
    z-index: 100;
    box-shadow: 0 2px 9px 0 hsla(0, 0%, 44%, .32);
    padding: 1px 0 45px 0;
    transform: none !important;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.2);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.2);
    padding-bottom: 0px;
}

    header.main-header .cart .dropdown-menu:before {
        display: none;
    }

    header.main-header .cart .dropdown-menu a {
        text-decoration: none;
    }

    header.main-header .cart .dropdown-menu .basket-header {
        width: 100%;
        position: relative;
        padding: 14px 10px 14px 15px;
        background-color: hsla(0, 0%, 98%, .9);
    }

    header.main-header .cart .dropdown-menu .basket-total {
        font-size: 16px;
        line-height: 20px;
        color: #fb3449;
        direction: rtl;
        text-align: right;
    }

        header.main-header .cart .dropdown-menu .basket-total span:first-of-type {
            color: #676767;
            font-size: 13px;
            font-size: .929rem;
            line-height: 20px;
        }

    header.main-header .cart .dropdown-menu .basket-link {
        font-size: 11px;
        font-size: .786rem;
        line-height: 48px;
        color: #454545;
        position: absolute;
        top: 0;
        left: 0;
        display: -ms-flexbox;
        display: flex;
        bottom: 0;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
        transition: background-color .3s ease-in-out;
    }

    header.main-header .cart .dropdown-menu .basket-arrow {
        transform: rotate(45deg);
        border-left: 1px solid #c6c6c6;
        border-top: 1px solid #c6c6c6;
        background-color: #fafafa;
        position: absolute;
        width: 10px;
        height: 10px;
        top: -6.5px;
        left: 30px;
        transition: background-color .3s ease-in-out;
    }

    header.main-header .cart .dropdown-menu .basket-list {
        max-height: 293px;
        overflow: auto;
        padding: 0 15px;
        list-style: none;
    }

    header.main-header .cart .dropdown-menu .basket-item {
        padding: 10px 24px 10px 0;
        position: relative;
        min-height: 88px;
        display: block;
        border-bottom: 1px solid #f0f0f0;
    }

        header.main-header .cart .dropdown-menu .basket-item:last-of-type {
            border-bottom: none;
        }

    header.main-header .cart .dropdown-menu .basket-item-remove {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -5px;
        border-radius: 50%;
        background-color: #eaeaea;
        width: 20px;
        height: 20px;
        border: none;
        z-index: 123;
        cursor: pointer;
        font-family: FontAwesome;
        outline: none;
    }

        header.main-header .cart .dropdown-menu .basket-item-remove:before {
            content: "\f00d";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #959595;
            font-size: 8px;
            font-size: .571rem;
            line-height: 8px;
        }

    header.main-header .cart .dropdown-menu .basket-item-content {
        width: 100%;
    }

    header.main-header .cart .dropdown-menu .basket-item-content,
    header.main-header .cart .dropdown-menu .basket-item-image {
        float: right;
    }

    header.main-header .cart .dropdown-menu .basket-item-image {
        width: 60px;
        height: 60px;
        max-width: 60px;
        position: relative;
    }

        header.main-header .cart .dropdown-menu .basket-item-image img {
            max-height: 100%;
            max-width: 100%;
        }

    header.main-header .cart .dropdown-menu .basket-item-details {
        padding-right: 10px;
        float: right;
    }

    header.main-header .cart .dropdown-menu .basket-item-title {
        font-size: 12px;
        font-size: .857rem;
        line-height: 20px;
        text-align: right;
        direction: rtl;
        color: #454545;
        max-width: 100%;
        font-weight: 700;
    }

    header.main-header .cart .dropdown-menu .basket-item-params {
        display: inline-block;
        width: 100%;
        margin-top: 12px;
        text-align: right;
    }

    header.main-header .cart .dropdown-menu .basket-item-props {
        font-size: 12px;
        line-height: 17px;
    }

        header.main-header .cart .dropdown-menu .basket-item-props span:first-of-type {
            color: #666;
        }

        header.main-header .cart .dropdown-menu .basket-item-props span:last-of-type:not(:first-of-type) {
            color: #959595;
            padding-right: 10px;
            margin-right: 10px;
            border-right: 1px solid #e0e0e0;
        }

    header.main-header .cart .dropdown-menu .basket-submit {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: -.5px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        padding-top: 9px;
        padding-bottom: 10px;
        border-radius: 0 0 8px 8px;
        background-color: #00bfd6;
        border-top: 1px solid #c6c6c6;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

/* ----------------- End Header */

/* ----------------- Start Main-Menu */
header.main-header .main-menu {
    width: 100%;
    float: right;
}

    header.main-header .main-menu .list {
        width: 100%;
        margin-bottom: 0;
        padding-right: 0;
        position: relative;
        list-style: none;
    }

        header.main-header .main-menu .list .list-item {
            display: inline-block;
        }

            header.main-header .main-menu .list .list-item:first-child {
                margin-right: 0;
            }

            header.main-header .main-menu .list .list-item:not(:first-child) {
                margin-right: .5rem;
            }

            header.main-header .main-menu .list .list-item:first-child a {
                padding-right: 0px;
            }

        header.main-header .main-menu .list > .list-item {
            margin-right: 0;
        }

            header.main-header .main-menu .list > .list-item > a,
            header.main-header .main-menu .list > .list-item > span {
                color: #101010;
                padding: 10px 10px 16px 10px;
                border-top: 2px solid transparent;
                border-bottom: 2px solid transparent;
                position: relative;
                top: 2px;
                font-size: 12px;
            }

                header.main-header .main-menu .list > .list-item > a::before {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 0;
                    height: 2px;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    background-color: #ef5661;
                    -webkit-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }

            header.main-header .main-menu .list > .list-item:hover > a {
            }

                header.main-header .main-menu .list > .list-item:hover > a::before {
                    width: 100%;
                }

        header.main-header .main-menu .list .list-item-has-children {
            position: relative;
        }

            header.main-header .main-menu .list .list-item-has-children .sub-menu {
                visibility: hidden;
                opacity: 0;
                position: absolute;
                top: 44px;
                right: 0;
                min-width: 220px;
                background: #fff;
                list-style: none;
                padding: 0;
                margin: 0;
                z-index: 999;
                transition: all .2s ease-out;
            }

            header.main-header .main-menu .list .list-item-has-children > .sub-menu {
                box-shadow: 0 2px 9px 0 rgba(112, 112, 112, .32);
            }

            header.main-header .main-menu .list .list-item-has-children .sub-menu li {
                display: block;
                width: 100%;
                margin-right: 0;
            }

            header.main-header .main-menu .list .list-item-has-children .sub-menu a {
                display: block;
                padding: 4px 15px;
                color: #6a6a6a;
                font-size: 12px;
                line-height: 2.27;
                font-weight: 300;
            }

            header.main-header .main-menu .list .list-item-has-children:hover > .sub-menu {
                visibility: visible;
                opacity: 1;
            }

        header.main-header .main-menu .list .list-item.mega-menu {
            position: static;
        }

            header.main-header .main-menu .list .list-item.mega-menu .sub-menu {
                position: absolute;
                width: 100%;
                min-width: 100%;
                font-size: 12px;
                border-bottom-right-radius: 8px;
                border-bottom-left-radius: 8px;
            }

            header.main-header .main-menu .list .list-item.mega-menu > .sub-menu {
                padding-top: 15px;
                padding-bottom: 15px;
                min-width: 1077px;
                width: 1077px;
                height: 380px;
                z-index: 100000;
            }

                header.main-header .main-menu .list .list-item.mega-menu > .sub-menu.nav {
                    display: unset;
                }

                header.main-header .main-menu .list .list-item.mega-menu > .sub-menu > li {
                    float: right;
                    width: 100%;
                    padding-right: 15px;
                }

            header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-5 li {
                width: 16.65%;
            }

            header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-5 img {
                position: absolute;
                left: 0px;
                z-index: -1;
                max-width: 250px;
                bottom: 0;
            }

            header.main-header .main-menu .list .list-item.mega-menu .sub-menu .now-ui-icons {
                margin-left: 2px;
                color: #1ca2bd;
                font-size: 10px;
                line-height: 1.833;
                float: right;
                margin-top: 8px;
            }

            header.main-header .main-menu .list .list-item.mega-menu .sub-menu a {
                line-height: 26px;
            }

            header.main-header .main-menu .list .list-item.mega-menu > .sub-menu > li > a {
                color: #00bfd6;
                display: inline-block;
                border-bottom: 1px dashed transparent;
                padding-right: 0;
                padding-left: 0;
            }

                header.main-header .main-menu .list .list-item.mega-menu > .sub-menu > li > a:hover {
                    border-bottom: 1px dashed #00bfd6;
                    background: 0 0 !important;
                }

            header.main-header .main-menu .list .list-item.mega-menu .sub-menu li a.main-list-item {
                color: #00bfd6 !important;
                display: inline-block;
                border-bottom: 1px dashed transparent;
                padding-right: 0;
                padding-left: 0;
            }

                header.main-header .main-menu .list .list-item.mega-menu .sub-menu li a.main-list-item:hover {
                    border-bottom: 1px dashed #00bfd6;
                    background: 0 0 !important;
                }

            header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu {
                visibility: hidden;
                opacity: 0;
                position: static;
                width: 100%;
                box-shadow: none;
                background: 0 0 !important;
            }

        header.main-header .main-menu .list .list-item-has-children .sub-menu .sub-menu {
            right: 100%;
            top: 0;
        }

        header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu li {
            width: 100%;
        }

            header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu li a {
                color: #4a5f73;
            }

                header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu li a:hover {
                    font-weight: bold;
                }

        header.main-header .main-menu .list .list-item-has-children .sub-menu .list-item-has-children:hover > a {
            background: #f7fafc;
        }

        header.main-header .main-menu .list .list-item.mega-menu:hover .sub-menu {
            visibility: visible;
            opacity: 1;
        }

        header.main-header .main-menu .list .amazing-item {
            float: left;
            background-color: #4d4d4d;
        }

/* ----------------- End Main-Menu */
nav.header-responsive {
    display: none;
    background-color: #fff;
    height: 110px;
}

    nav.header-responsive ul {
        direction: rtl;
        text-align: right;
    }

    nav.header-responsive .navbar-translate {
        direction: ltr;
    }

    nav.header-responsive .search-nav {
        position: absolute;
        top: 50px;
        height: 40px;
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        -o-transition: all 300ms ease 0s;
        -ms-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
    }

    nav.header-responsive form {
        position: relative;
        direction: rtl;
        float: right;
        width: 70%;
        height: 40px;
    }

        nav.header-responsive form input {
            width: 100%;
            height: 100%;
            padding: 10px 10px 9px;
            line-height: 1.833;
            font-family: iranyekan;
            font-weight: 300;
            font-size: 12px;
            font-size: .857rem;
            border-radius: 7px;
            background-color: #eceff1;
            border: 1px solid #d5dadd;
            color: #474747;
            outline: none;
        }

        nav.header-responsive form button {
            width: 60px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            border: none;
            border-radius: 7px 0 0 7px;
            background-color: #ef5661;
            cursor: pointer;
            outline: none;
        }

            nav.header-responsive form button img {
                width: 25px;
            }

    nav.header-responsive .search-nav ul {
        width: 30%;
        float: left;
        text-align: left;
    }

        nav.header-responsive .search-nav ul li {
            float: left;
            text-align: center;
        }

            nav.header-responsive .search-nav ul li a {
                font-size: 16px;
                color: #212121 !important;
                background: transparent;
            }

/* header */


/* main */
main.main {
    background-color: #f5f5f5;
}

    main.main section.banner {
        border-radius: 8px;
        margin-bottom: 15px;
        text-align: center;
    }

        main.main section.banner img {
            border-radius: 8px;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
        }



    .widget .card-header,
    .brand-slider .card-header {
        border-radius: 0;
        padding: 0;
        background-color: transparent;
        border-bottom: 1px solid #f5f5f5;
        margin-bottom: 15px;
    }

        .widget .card-header .card-title,
        .brand-slider .card-header .card-title {
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 0;
            padding-bottom: 10px;
        }

.widget-banner {
    padding: 0;
    text-align: center;
    box-shadow: none;
    background: 0 0;
}

    .widget-banner img {
        border-radius: 8px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    }

.widget-services {
    text-align: center;
}

    .widget-services .feature-item {
        font-size: .714rem;
        line-height: 17px;
        vertical-align: middle;
        color: #606060;
        text-align: center;
        letter-spacing: .2px;
        background-size: auto 58px;
        width: 107px;
        white-space: nowrap;
    }

        .widget-services .feature-item img {
            max-width: 60px;
            max-height: 60px;
            width: auto;
            height: auto;
        }

.widget-suggestion {
    border: 1px solid #05e4ff;
}

    .widget-suggestion .card-header {
        border-bottom: none;
    }

.sidebar #progressBar {
    height: 1px;
    background: #e0e1e2;
    position: relative;
    margin-bottom: 15px;
}

.sidebar .slide-progress {
    box-shadow: 0 0 8px 0 rgba(255, 138, 138, .5);
    border-top-style: solid;
    border-width: 0;
    border-top-width: 1px;
    border-color: #fb3449;
    position: absolute;
    width: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    display: inline-block;
    animation: progressbar 10s ease-in-out;
    animation-iteration-count: infinite;
}

.sidebar #suggestion-slider .item {
    direction: rtl;
}

    .sidebar #suggestion-slider .item img {
        max-width: 209px !important;
        max-height: 196px !important;
        width: auto !important;
        height: auto !important;
        margin: 0 auto;
    }

    .sidebar #suggestion-slider .item .product-title {
        font-size: 13px;
        display: block !important;
    }

    .sidebar #suggestion-slider .item a {
        display: block;
        text-align: center;
    }

    .sidebar #suggestion-slider .item .product-title a {
        display: block;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        max-height: 64px;
        line-height: 32px;
        height: 64px;
        text-decoration: none;
        color: #515151;
        font-weight: bold;
    }

    .sidebar #suggestion-slider .item .price {
        color: #ef5661;
        height: 64px;
        font-size: 20px;
        text-align: center;
    }

        .sidebar #suggestion-slider .item .price > * {
            display: block;
        }

        .sidebar #suggestion-slider .item .price del {
            color: #979898;
            font-size: 13px;
        }

.list-group {
    padding-right: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .1rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: none;
    font-family: IRANYekan,sans-serif;
}

    .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.widget-product .card-header .card-title span,
.brand-slider .card-header .card-title span {
    display: inline-block;
    border-bottom: 1px solid #ef5661;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
    top: 1px;
}

.widget-product .card-header .view-all,
.brand-slider .card-header .view-all {
    position: absolute;
    left: 19px;
    top: 31px;
    transform: translateY(-50%);
    float: left;
    font-size: 15px;
    color: #565656;
    font-weight: 300;
}

.widget-product .card-header .card-title,
.brand-slider .card-header .card-title {
    border-bottom: 1px solid #e0e1e2;
    padding-bottom: 0;
    line-height: 2;
}

.widget-product .product-carousel .carousel-item,
.brand-slider .product-carousel .carousel-item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
}

.product-carousel .owl-item img {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
    width: auto !important;
}

.widget-product .relatedcarousel .carousel-item,
.brand-slider .relatedcarousel .carousel-item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
}

.relatedcarousel .owl-item img {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
    width: auto !important;
}

.widget-product .product-carousel .item,
.brand-slider .owl-carousel .item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
    width: 100%;
}


.mainmenu {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
    position: relative;
    list-style: none;
    padding: 12px 0px;
    display: inline-block;
}

    .mainmenu > li {
        float: right;
        position: relative
    }

    .mainmenu li:first-child {
    }


    .mainmenu li > .dropdownCN > ul {
        width: 100%;
        z-index: 1;
        box-shadow: 0 1px 8px 1px rgb(0 0 0 / 20%);
        background-color: #222;
        border-top: 1px solid #e8e8e8;
        top: 18px;
        display: inline-block;
        position: relative;
        border-radius: 10px;
        padding: 0px;
        margin: 0px;
       
    }

    .mainmenu li > .dropdownCN {
        display: none;
        position: absolute;
        width: 200px;
        z-index: 9;
    }

        .mainmenu li > .dropdownCN .dropdownCN3 {
            display: none;
            position: absolute;
            width: 200px;
            z-index: 9;
            right: 100%;
            top: 0px;
        }
.relatedcarousel .mainprice .old-price {
    color: #9e9e9e;
    font-weight: 300;
    text-decoration: line-through;
}
.relatedcarousel .actual-price {
    font-weight: bold;
}
.mainmenu li > .dropdownCN .dropdownCN3 ul {
    width: 100%;
    z-index: 1;
    box-shadow: 0 1px 8px 1px rgba(0,0,0,0.2);
    background-color: #222;
    border-top: 1px solid #e8e8e8;
    display: inline-block;
    position: relative;
}

                .mainmenu li > .dropdownCN .dropdownCN3 ul > li {
                 
                    border-bottom: 1px solid #e8e8e8;
                }

.mainmenu li > .dropdownCN ul > li {
    background: #222222;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}
.mainmenu li > .dropdownCN ul > li:last-child {
  
    border-bottom: none;
   
}
    .mainmenu li > .dropdownCN ul > li:hover {
        background-color: #000000;
        color: red !important;
    }

            .mainmenu li > .dropdownCN ul > li a {
                font-weight: 300;
                color: black ;
                display: block;
                padding: 15px 20px;
            }

    .mainmenu li > a {
        padding: 13px;
    }
.mainmenu li a:hover {
    color:inherit !important;
}

    .mainmenu > li > a:before {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: #ef5661;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        top: 31px;
    }

    .mainmenu > li:hover > a:before {
        width: 90%;
    }
.mainmenu  > li:hover > a {
    color:red !important
}
.mainmenu ul > li:hover > a {
    color: red !important
}

    .mainmenu li:hover > .dropdownCN {
        display: block;
    }

    .mainmenu li .dropdownCN ul li:hover .dropdownCN3 {
        display: block;
    }


@media (min-width: 992px) {
    .widget-product .product-carousel .owl-item, .brand-slider .owl-carousel .owl-item {
        border: 1px solid #fff;
        transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1);
    }

        .widget-product .product-carousel .owl-item:hover,
        .brand-slider .owl-carousel .owl-item:hover {
            transform: translateY(-2px);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
        }
}

.widget-product .product-carousel .item .post-title,
.brand-slider .product-carousel .item .post-title {
    font-size: 13px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 63px;
    line-height: 21px;
    height: 62px;
    font-weight: 300;
}

    .widget-product .product-carousel .item .post-title a {
        color: black
    }

.widget-product .product-carousel .item .price,
.brand-slider .product-carousel .item .price {
    color: #ef5661;
    font-size: 20px;
    height: 64px;
}

    .widget-product .product-carousel .item .price del,
    .brand-slider .product-carousel .item .price del {
        color: #979898;
        font-size: 13px;
        display: block;
        width: 100%;
        text-decoration: line-through;
        font-weight: 300;
    }

.widget-product .product-carousel .item ins,
.brand-slider .product-carousel .item ins {
    color: #ef5661;
    font-size: 17px;
    height: 64px;
    text-decoration: none !important;
    display: block;
}

.widget-product .owl-carousel .owl-nav .owl-prev,
.brand-slider .owl-carousel .owl-nav .owl-prev,
.widget-product .owl-carousel .owl-nav .owl-next,
.brand-slider .owl-carousel .owl-nav .owl-next {
    width: 49px;
    height: 90px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    outline: none;
}

.widget-product .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -20px;
    top: 50%;
    color: #a8a8a8;
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 5px 0 0 5px;
}

.widget-product .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -20px;
    top: 50%;
    color: #a8a8a8;
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 0 5px 5px 0;
}

.widget-product .owl-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: auto;
    pointer-events: all;
}

.widget-product .owl-carousel .owl-nav .owl-prev i,
.brand-slider .owl-carousel .owl-nav .owl-prev i,
.widget-product .owl-carousel .owl-nav .owl-next i,
.brand-slider .owl-carousel .owl-nav .owl-next i {
    font-size: 17px;
    color: #979898;
    line-height: 52px;
}

.brand-slider .owl-carousel .owl-item {
    text-align: center;
}

    .brand-slider .owl-carousel .owl-item img {
        max-height: 70%;
        max-width: 70%;
        margin: 0 auto;
    }

.brand-slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -15px;
    top: 50%;
}

.brand-slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -15px;
    top: 50%;
}

/* ----------------- End Sidebar */

/* ----------------- Start Main Slider */
#main-slider {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    margin-bottom: 15px;
}

    #main-slider .carousel-indicators li {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin-right: 6px;
        margin-left: 6px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
        background: rgba(255, 255, 255, .75);
        cursor: pointer;
    }

        #main-slider .carousel-indicators li.active {
            background: #00bfd6;
        }

    #main-slider .carousel-control-next {
        left: 0;
        right: auto;
    }

    #main-slider .carousel-control-prev {
        right: 0;
        left: auto;
    }

/* ----------------- Start Amazing Slider */

#amazing-slider {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    margin-bottom: 15px;
    height: 420px;
    background: #fff;
}

    #amazing-slider > .row {
        height: 462px;
    }

    #amazing-slider .carousel-indicators {
        right: auto;
        margin-right: 0;
        margin-left: 0;
        top: 0;
        bottom: 0;
        margin-bottom: 0;
        background-color: rgba(240, 246, 250, .9);
        border-top-left-radius: 8px !important;
        border-bottom-left-radius: 8px !important;
    }

        #amazing-slider .carousel-indicators li {
            display: block;
            width: 100%;
            height: auto;
            margin-right: 0;
            margin-left: 0;
            text-indent: 0;
            padding: 5px;
            cursor: pointer;
            position: relative;
            background: 0 0;
            transition: all .2s ease-out;
        }

            #amazing-slider .carousel-indicators li:first-child {
                border-top-left-radius: 8px;
            }

        #amazing-slider .carousel-indicators .view-all {
            padding: 0;
            border-bottom-left-radius: 7px !important;
        }

        #amazing-slider .carousel-indicators li.active {
            background: #ef5661;
            color: #fff;
            border-bottom: none;
        }

            #amazing-slider .carousel-indicators li.active:after {
                content: '';
                display: inline-block;
                width: 6px;
                height: 42px;
                border-radius: 3px;
                position: absolute;
                background: #ef5661;
                right: -10px;
                top: 0;
            }

        #amazing-slider .carousel-indicators li span {
            display: block;
            text-overflow: ellipsis;
            word-wrap: break-word;
            overflow: hidden;
            max-height: 32px;
            line-height: 32px;
            padding-left: 5px;
            padding-right: 5px;
        }

        #amazing-slider .carousel-indicators .view-all .btn {
            background-color: #00bfd6;
            border-radius: 0 0 0 7px !important;
        }

            #amazing-slider .carousel-indicators .view-all .btn:focus,
            #amazing-slider .carousel-indicators .view-all .btn:active {
                box-shadow: none;
            }

            #amazing-slider .carousel-indicators .view-all .btn i {
                font-size: 18px;
                position: relative;
                top: 1px;
                left: 50px;
                color: #fff;
            }

.hvr-sweep-to-left:before {
    content: "";
    width: 50px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .3);
    border-radius: 20px 0 0 20px;
    transition: all 0.2s ease-in-out;
}

.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {
    width: 100%;
    border-radius: 0;
}

#amazing-slider .carousel-inner {
    position: relative;
}

    #amazing-slider .carousel-inner .amazing-title {
        position: absolute;
        top: 0;
        right: 60px;
    }

    #amazing-slider .carousel-inner .carousel-item {
        margin-top: 63px;
        height: 399px;
    }

        #amazing-slider .carousel-inner .carousel-item .row {
            height: 399px;
        }

            #amazing-slider .carousel-inner .carousel-item .row .left-col .price del {
                display: block;
                margin-left: 7px;
                font-size: 16px;
                color: #727272;
            }

            #amazing-slider .carousel-inner .carousel-item .row .left-col .price ins {
                color: #ef5661;
                font-size: 20px;
                font-weight: 500;
                text-decoration: none;
            }

            #amazing-slider .carousel-inner .carousel-item .row .left-col .price .discount-percent {
                background: #ef5661;
                color: #fff;
                display: inline-block;
                padding: 4px 14px;
                border-radius: 40px;
                margin-right: 10px;
            }

            #amazing-slider .carousel-inner .carousel-item .row .left-col .product-title {
                font-size: 16px;
                line-height: 36px;
                font-weight: 300;
            }

            #amazing-slider .carousel-inner .carousel-item .row .left-col .list-group {
                padding-right: 0;
            }

                #amazing-slider .carousel-inner .carousel-item .row .left-col .list-group .list-group-item {
                    border: none;
                    padding: 0;
                }

            #amazing-slider .carousel-inner .carousel-item .row .left-col .list-group-item:before {
                content: '';
                font-size: 8px;
                position: relative;
                top: 8px;
                left: 7px;
                float: right;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: #d7d8d9;
            }

#amazing-slider .countdown-timer {
    direction: ltr;
    font-weight: bold;
    font-size: 20px;
}

    #amazing-slider .countdown-timer span {
        text-align: center;
        display: inline-block;
        padding: 6px;
        font-size: 28px;
        font-weight: 500;
    }

#amazing-slider .timer-title {
    margin-top: 15px;
    color: #979898;
    font-family: IRANSans-web;
    font-weight: 200;
    font-size: 12px;
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .finished {
    border: 2px solid #979898 !important;
    color: #7a7a7a !important;
    font-size: 16px !important;
    box-shadow: 0 0 9px 0 rgba(112, 112, 112, .32);
    background-color: #fff;
}

#amazing-slider-responsive {
    display: none;
}

    #amazing-slider-responsive hr {
        margin: 0;
    }

    #amazing-slider-responsive .countdown-timer {
        direction: ltr;
        font-weight: bold;
        font-size: 20px;
    }

        #amazing-slider-responsive .countdown-timer span {
            text-align: center;
            display: inline-block;
            padding: 5px;
            font-size: 17px;
            font-weight: 500;
        }

.banner-ads .widget-banner {
    border-radius: 8px;
    background: #fff;
    border: none;
    margin-bottom: 15px;
    box-shadow: none;
    overflow: visible;
}

    .banner-ads .widget-banner img {
        border-radius: 8px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    }

/* main */


/* footer */
footer.main-footer {
    margin-top: 50px;
    background: #eceff1;
}

    footer.main-footer .back-to-top {
        text-align: center;
        font-size: 20px;
        background-color: #f5f5f5;
        border-top: 1px solid #eceff1;
        border-bottom: 1px solid #cfd8dc;
        padding: 10px 0;
        margin-bottom: 30px;
    }

        footer.main-footer .back-to-top a {
            color: #515151 !important;
        }

        footer.main-footer .back-to-top .icon {
            display: inline-block;
            width: 36px;
            height: 36px;
            background-color: hsla(0, 0%, 75%, .41);
            color: #fff;
            border-radius: 50%;
            margin-left: 5px;
            text-align: center;
            vertical-align: middle;
            line-height: 46px;
        }

    footer.main-footer .footer-services {
        padding-bottom: 30px;
        border-bottom: 1px solid #cfd8dc;
    }

        footer.main-footer .footer-services .service-item {
            text-align: center;
            position: relative;
            font-size: 13px;
            font-size: .929rem;
            line-height: 1.692;
            color: #606060;
            letter-spacing: .2px;
            padding-bottom: 20px;
            margin: auto;
        }

            footer.main-footer .footer-services .service-item img {
                width: 58px;
                height: 58px;
                margin-bottom: 7px;
            }

@media (max-width: 576px) {
    .footer-services .service-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 5px;
    }
}

footer.main-footer .footer-widgets .widget-menu {
    background: 0 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 15px;
}

    footer.main-footer .footer-widgets .widget-menu .card-header {
        border-bottom: 0;
    }

    footer.main-footer .footer-widgets .widget-menu .card-title {
        font-size: 16px;
        font-weight: 500;
    }

    footer.main-footer .footer-widgets .widget-menu .footer-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        footer.main-footer .footer-widgets .widget-menu .footer-menu a {
            font-weight: 300;
            color: black;
        }

        footer.main-footer .footer-widgets .widget-menu .footer-menu li {
            margin: 9px 0px;
        }

footer.main-footer .ft-block {
    font-weight: 300;
    padding-top: 20px;
}

footer.main-footer .footer-widgets .widget-menu .footer-menu li {
    line-height: 30px;
}

footer.main-footer .newsletter {
}

.newsletter-subscribe {
    position: relative
}

footer.main-footer .newsletter form {
    position: relative;
}

footer.main-footer .newsletter p {
    padding: 0px;
    margin: 0px;
    font-weight: 200;
    font-family: IRANSans-web;
    font-size: 13px;
    margin-bottom: 10px;
}

footer.main-footer .newsletter .form-control {
    font-family: iranyekan;
    font-size: 13px;
    border-radius: 7px;
    color: #515151;
    padding: 7px !important;
    line-height: 2 !important;
    box-shadow: none;
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    transition: all .2s ease-out;
    height: 46px;
}

footer.main-footer .newsletter .btn {
    position: absolute;
    top: -4px;
    left: -1px;
    border-radius: 7px;
    font-family: iranyekan;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background-color: #00bfd6;
    color: #fff;
    border: none;
    padding-right: 30px;
}

    footer.main-footer .newsletter .btn:focus,
    footer.main-footer .newsletter .btn:active {
        background-color: #00bfd6;
        box-shadow: none !important;
    }

footer.main-footer .socials {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
    max-width: 656px;
    float: left;
    margin-bottom: 10px;
}


    footer.main-footer .socials .footer-social a {
        display: inline-block;
        margin: 0px 9px;
    }

        footer.main-footer .socials .footer-social a i {
            font-size: 32px;
            color: #424750;
            opacity: .7;
        }

        footer.main-footer .socials .footer-social a:hover i {
            opacity: 1;
        }

footer.main-footer .info {
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #d7dee0;
}

    footer.main-footer .info a {
        padding: 3px;
    }

    footer.main-footer .info div {
    }

        footer.main-footer .info div.row {
            margin-bottom: 0;
        }

footer.main-footer .description {
    background: #d7dee0;
    padding: 15px 0 0;
}

    footer.main-footer .description .site-description .site-title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 15px;
        color: #5d5959;
    }

    footer.main-footer .description .site-description p {
        text-align: justify;
        font-size: 12px;
        margin-bottom: 0;
        color: #535353;
    }

footer.main-footer .symbol {
    text-align: center;
}

    footer.main-footer .symbol a {
        padding: 15px;
        background: #f0f0f0;
        border: 1px solid #e5e5ea;
        border-radius: 3px;
        margin: 3px;
        display: inline-block;
    }

footer.main-footer .footer-partners {
    padding: 0;
    margin: 20px 0 10px;
}

    footer.main-footer .footer-partners li {
        list-style: none;
        float: right;
        text-align: center;
        margin-bottom: 10px;
    }

        footer.main-footer .footer-partners li img {
            width: 131px;
            height: 35px;
        }

footer.main-footer .copyright {
    font-size: 12px;
    background: #d7dee0;
    text-align: center;
    padding: 15px 0;
}

    footer.main-footer .copyright p {
        margin-bottom: 0;
        padding-top: 15px;
    }

    footer.main-footer .copyright .cp_r {
        direction: rtl;
        text-align: right;
        font-size: 13px;
        font-weight: 200;
        font-family: IRANSans-web;
    }

    footer.main-footer .copyright .cp_l {
        direction: rtl;
        text-align: left;
        font-size: 13px;
        font-weight: 200;
        font-family: IRANSans-web;
    }

        footer.main-footer .copyright .cp_l a {
        }

            footer.main-footer .copyright .cp_l a:hover {
                color: blue
            }
/* footer */
/* login---register---welcome Page */
.account-box {
    background: #fff;
    width: 389px;
    margin: 70px auto;
    border: 1px solid #dedede;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    position: relative;
    padding-bottom: 20px;
}

    .account-box .logo {
        width: 156px;
        height: 60px;
        position: absolute;
        left: 50%;
        bottom: 100%;
        transform: translate(-50%);
        text-align: center;
        line-height: 60px;
    }

        .account-box .logo img {
            height: 38px;
        }

.account-box-title {
    border-bottom: 1px solid #ececec;
    color: #656565;
    padding: 17px 40px;
    font-size: 18px;
    font-weight: bold;
}

.account-box-content {
    padding: 0 30px;
}

    .account-box-content .account-box-message h3 {
        font-size: 18px;
    }

    .account-box-content .account-box-message p {
        font-size: 14px;
    }

    .account-box-content .form-account {
        margin-top: 9px;
        margin-bottom: 9px;
    }

.form-account-title {
    color: #656565;
    margin-bottom: 11px;
    letter-spacing: -.6px;
    font-size: 15px;
    line-height: 1.467;
    font-weight: 300;
}

.form-account-row {
    margin: 0 -10px 23px;
}

    .form-account-row.with-icon .input-field.text-right {
        padding-right: 60px;
    }

        .form-account-row.with-icon .input-field.text-right::placeholder {
            padding-right: 0;
        }

.account-box-content .form-account-row {
    margin-bottom: 9px;
    padding-right: 10px;
    padding-left: 10px;
}

.input-label {
    position: absolute;
    display: inline-block;
    line-height: 22px;
    outline: none;
}

    .input-label i:before {
        position: absolute;
        right: 17px;
        top: 12px;
        color: #929292;
        font-size: 26px;
    }

.account-box-content .ui-input:before {
    top: 9px;
}

.input-field {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px;
    text-align: left;
    font-family: iranyekan;
    outline: none;
    direction: rtl;
    text-align: right;
}

    .input-field::placeholder {
        color: #c8c8c8;
        font-size: 14px;
        text-align: right;
        padding-right: 40px;
    }

.ui-input--account-login .ui-input-field,
.ui-input--account-login .dk-selectric-input {
    padding: 16px 52px 15px 12px;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
}

    .ui-input--account-login .ui-input-field,
    .ui-input--account-login .dk-selectric-input::placeholder {
        font-size: 16px;
    }

.account-box-content .ui-input-field,
.account-box-content .dk-selectric-input {
    direction: ltr;
    color: #777;
}

.account-box-content .ui-input-field,
.account-box-content .dk-selectric-input {
    padding-top: 11px;
    padding-bottom: 11px;
    font-family: iranyekan;
}

.form-account-title--inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-account-link {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    margin-top: 25px;
    margin-bottom: 25px;
}

.btn-link-border {
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
    font-size: 12px;
}

    .btn-link-border:hover {
        color: #1ca2bd;
    }

    .btn-link-border:after {
        left: 0;
        right: 0;
        top: 50%;
        margin-top: .85em;
        content: "";
        position: absolute;
        border-bottom: 1px dashed #1ca2bd;
    }

.account-box-content .form-account-link {
    margin: 0;
    float: left;
}

.form-account-submit button {
    width: 100%;
}

.form-account .btn-login,
.form-account .btn-password-change,
.form-account .btn-user-add,
.form-account .btn-user-lock {
    width: 100%;
    text-align: center;
}

.form-account-agree {
    padding-right: 30px;
    position: relative;
    font-size: 13px;
    font-size: .929rem;
    line-height: 2.77;
    margin: -7px 0 15px;
}

.account-box-content .form-account-agree {
    margin: -3px 0 7px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 2.5;
    color: #5c5c5c;
}

    .account-box-content .form-account-agree label {
        cursor: pointer;
    }

.checkbox-form {
    width: 19px;
    height: 18px;
    display: inline-block;
    position: relative;
}

.checkbox-primary {
    width: 22px;
    height: 21px;
}

.form-account-agree .checkbox-form {
    position: absolute;
    right: 0;
    top: 8px;
}

.checkbox-form input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}

.checkbox-check {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #d8d8d8;
}

.checkbox-primary .checkbox-check {
    border-radius: 5px;
    border: 1px solid #b7b7b7;
}

.checkbox-form .input-checkbox:checked + .checkbox-check,
.checkbox-form input[type=checkbox]:checked + .checkbox-check {
    background: #00bfd6;
    border: 1px solid #1fa4b3;
}

    .checkbox-form .input-checkbox:checked + .checkbox-check:before,
    .checkbox-form input[type=checkbox]:checked + .checkbox-check:before {
        content: "\ea22";
        font: normal normal normal 32px/1 'Nucleo Outline';
        position: absolute;
        left: 2px;
        top: 2px;
        color: #fff;
        font-size: 15px;
    }

.account-box-footer {
    border-top: 1px solid rgba(0, 190, 214, .13);
    padding: 25px 40px 28px;
    background: rgba(0, 190, 214, .04);
    text-align: center;
    font-size: 15px;
    line-height: 1.467;
}

.account-box-footer {
    line-height: 1;
    padding-top: 23px;
    padding-bottom: 23px;
    background: rgba(93, 214, 0, .06);
    border-top: 1px solid #d7e6bb;
}

.mini-footer {
    margin-top: 10px;
    border-top: 1px solid #e0e1e2;
}

    .mini-footer ul {
        text-align: center;
        margin-bottom: 0;
        margin-top: 15px;
    }

        .mini-footer ul li {
            display: inline-block;
        }

            .mini-footer ul li a {
                padding-right: 7px;
                padding-left: 7px;
                color: #7f7f7f;
            }

    .mini-footer .copyright-bar {
        padding: 15px 0;
        background: 0 0;
        text-align: center;
        font-size: 12px;
        color: #b0b0b0;
    }

        .mini-footer .copyright-bar p {
            margin-bottom: 0;
        }

.message-light {
    font-size: 14px;
    line-height: 2;
    padding: 15px 20px;
    position: relative;
    border-radius: 5px;
    line-height: 22px;
    margin: 15px 25px;
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
}

.account-box-message {
    margin: 20px 0;
    text-align: center;
}

.account-box-message-icon {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-top: 20px;
    margin-bottom: 30px;
    content: "\ea23";
    font: normal normal normal 32px/1 'Nucleo Outline';
    display: inline-block;
    vertical-align: top;
    background: #ebffde 50% 50% no-repeat;
}

    .account-box-message-icon::before {
        font-size: 65px;
        line-height: 140px;
        color: #00bfd6;
    }

.account-box-message h3 {
    margin-bottom: 20px;
    color: #444;
    font-size: 19px;
    font-size: 1.357rem;
    line-height: 1.158;
}

.account-box-message p {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 2;
    color: #727272;
    margin-bottom: 10px;
}

.account-box-message-links {
    list-style: none;
    padding: 0;
}

    .account-box-message-links li {
        margin: 7px 0 10px;
    }

        .account-box-message-links li a {
            font-size: 18px;
        }

    .account-box-message-links .btn-link-border {
        font-size: 15px;
        line-height: 1.467;
    }

        .account-box-message-links .btn-link-border:hover {
            color: #1ca2bd;
        }

.verify-phone-number {
    border: 0;
    width: 479px;
}

    .verify-phone-number .message-light a {
        display: table;
        margin: 10px 0;
    }

    .verify-phone-number .account-box-footer {
        background-color: #f5fcfd;
        border-top: 0;
    }

    .verify-phone-number #countdown-verify-end {
        display: inline-block;
        margin-bottom: -7px;
    }

        .verify-phone-number #countdown-verify-end span {
            float: left;
        }

            .verify-phone-number #countdown-verify-end span.day {
                display: none;
            }

            .verify-phone-number #countdown-verify-end span.hour {
                display: none;
            }

    .verify-phone-number .numbers-verify .lines-number-input {
        border-radius: 5px;
        background: #fff;
        border: 1px solid #c8c8c8;
        color: #717171;
        font-size: 14px;
        line-height: 1.571;
        padding: 11px 12px;
        width: 100%;
        font-family: iranyekan;
        text-align: center;
        direction: ltr;
    }

    .verify-phone-number .numbers-verify .line-number {
        display: inline-block;
        width: 40px;
        height: 30px;
        border: 0;
        border-bottom: 4px solid #c8c8c8;
        margin: 0 7px;
        outline: none;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
    }

.checkout-page {
    width: 100%;
}

.checkout-title {
    border-bottom: 1px solid #ececec;
    color: #656565;
    padding: 17px 0;
    font-size: 18px;
    font-weight: bold;
}

.checkout-page .input-field::placeholder {
    color: #c8c8c8;
    font-size: 14px;
    text-align: right;
    padding-right: 5px;
}

/* login---register---welcome---checkout Page */

/* Search Page */


.ui-input {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 22px;
}

.ui-input--quick-search {
    position: relative;
}

    .ui-input--quick-search:before {
        font: normal normal normal 32px/1 'Nucleo Outline';
        content: "\ea64";
        position: absolute;
        right: 12px;
        top: 10px;
        font-size: 19px;
    }

.ui-input-field {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px;
    outline: none;
}

.ui-input--quick-search .ui-input-field {
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
    color: #555;
    background: #f8f8f8;
    border: 1px solid transparent;
    transition: .15s ease-in;
    letter-spacing: 0;
    padding: 7px 28px 8px 2px;
}

.ui-input--quick-search .ui-input-field {
    padding-top: 7px;
    padding-bottom: 8px;
    padding-right: 38px;
    outline: none;
    font-family: iranyekan;
}

    .ui-input--quick-search .ui-input-field:focus {
        border-color: #00bfd6;
        background: none;
    }

.box .bootstrap-switch {
    top: 2px;
}

.box .box-toggle {
    cursor: pointer;
}

    .box .box-toggle i {
        float: left;
        margin-top: 4px;
    }

.box .filter-option {
    margin: 10px;
}

    .box .filter-option .checkbox label,
    .radio label {
        padding-right: 35px;
        padding-left: 0;
    }

        .box .filter-option .checkbox label::before,
        .checkbox label::after {
            right: 0;
            left: auto;
        }

.breadcrumb-list {
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2;
    max-width: 100%;
    padding-left: 90px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    list-style: none;
    margin: 10px 0;
    padding-right: 0;
}

.breadcrumb-list {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
}

    .breadcrumb-list li {
        display: inline-block;
    }

        .breadcrumb-list li:before {
            content: "/";
            color: #cfcfcf;
            letter-spacing: .4px;
            font-size: 13px;
            vertical-align: top;
            margin-left: 5px;
            padding-right: 5px;
            font-weight: 400 !important;
        }

        .breadcrumb-list li:first-child:before {
            content: "";
        }

        .breadcrumb-list li:last-child {
            font-size: 12px;
            font-size: .857rem;
            line-height: 1.833;
            font-weight: normal;
            color: #6a6a6a;
        }

        .breadcrumb-list li a {
            color: #6a6a6a;
        }

.listing {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    border: 1px solid #e4e4e4;
    line-height: 22px;
    position: relative;
}

.listing-counter {
    position: absolute;
    top: -27px;
    left: 0;
    color: #b7b7b7;
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
}

.listing-header {
    border-bottom: 1px solid #ebe9e9;
    position: relative;
    padding: 0 44px 0 130px;
    z-index: 2;
}

    .listing-header:before {
        content: "\ea14";
        font: normal normal normal 20px/1 'Nucleo Outline';
        right: 13px;
        color: #cecece;
    }

    .listing-header:before,
    .listing-type {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

.listing-sort {
    list-style: none;
    line-height: 34px;
    padding: 0;
    margin-top: 1px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 44px;
}

    .listing-sort:before {
        display: inline-block;
        content: attr(data-label);
        color: #3b3b3b;
        margin-left: 5px;
        font-size: 12px;
        font-size: .857rem;
        line-height: 21px;
        vertical-align: middle;
        white-space: nowrap;
    }

    .listing-sort li {
        display: inline-block;
    }

        .listing-sort li a {
            display: block;
            padding: 0 5px;
            position: relative;
            font-size: 12px;
            font-size: .857rem;
            line-height: 25px;
            border-radius: 5px;
            white-space: nowrap;
        }

        .listing-sort li a {
            padding: 0 10px;
        }

            .listing-sort li a.active {
                background-color: #00bfd6;
                color: #fff;
            }

        .listing-sort li + li {
            margin-right: 5px;
        }

.listing-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-bottom: -1px;
    list-style: none;
    padding: 0;
}

.product-box {
    display: block;
    background: #fff;
    height: 100%;
    position: relative;
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1);
    padding: 26px 20px 5px;
}

.listing-items .product-box {
    border: 1px solid #ebebeb;
    position: relative;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
    border-top: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-box .picture {
    text-align: center
}

.product-seller-details {
    padding-right: 50px;
    position: relative;
    list-style: none;
}

.product-seller-details-item-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid #f5f5f5;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 5px 45px 5px 10px;
    opacity: 0;
    height: 53px;
    transition: all .3s ease-in-out;
    background: #fff;
}

.product-seller-details:before {
    content: "\E0B5";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 31px;
    color: #ccc;
}

.product-seller-details-item-grid:before {
    font-size: 21px;
    right: 10px;
}

.product-main-seller {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 700;
    color: #565656;
}

.product-seller-details-item-grid .product-main-seller {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-seller-details-item-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid #f5f5f5;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 5px 45px 5px 10px;
    opacity: 0;
    height: 53px;
    transition: all .3s ease-in-out;
    background: #fff;
}

.product-seller-details:before {
    content: "\ea50";
    font: normal normal normal 32px/1 'Nucleo Outline';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 31px;
    color: #ccc;
}

.product-seller-details-item-grid:before {
    font-size: 21px;
    right: 10px;
}

.product-seller-details-item-grid .product-main-seller {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-seller-details-badge-container,
.product-seller-details-label {
    font-weight: 400;
}

.badge-seller {
    padding: 1px 20px 1px 5px;
    font-size: 10px;
    font-size: .714rem;
    line-height: 1;
    border-radius: 9px;
    margin: 0 5px;
    white-space: nowrap;
}

.product-box:hover .product-seller-details-item-grid {
    opacity: 1;
}

.product-seller-details-badge-container,
.product-seller-details-label {
    font-weight: 400;
}

.product-seller-details-badge-container,
.product-seller-details-label {
    font-weight: 400;
}

.product-box-img {
    height: 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.promotion-box,
.promotion-box-image {
    position: relative;
}

.product-box-img {
    height: 230px;
}

    .product-box-img img {
        overflow: hidden;
    }

    .product-box-img img {
        max-width: 100%;
        max-height: 100%;
    }

.listing-items .product-box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-box-title {
    display: block;
    overflow: hidden;
    font-size: 12px;
    font-size: .857rem;
    line-height: 30px;
    margin-top: 20px;
}

    .product-box-title a {
        color: #535353;
    }

.listing-items .product-box-variants {
    position: absolute;
    right: 16px;
    list-style: none;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 12px;
    top: 19px;
}

    .listing-items .product-box-variants,
    .listing-items .product-box-variants > li {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .listing-items .product-box-variants,
        .listing-items .product-box-variants > li {
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .listing-items .product-box-variants > li {
                margin: 1px 0;
                height: 10px;
                display: -ms-flexbox;
                display: flex;
            }

.variant {
    display: inline-block;
}

.variant--color {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
}

.product-box-row {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.product-box-row-price {
    margin-top: 13px;
}

.header-amazing-search {
    content: "";
    background-color: rgba(255, 80, 98, .89);
    background-image: url('../mainthem1/img/svg/701f8a6b.svg');
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    height: 275px;
}

.amazing-search .s_sidebar {
    margin-top: 12px;
}

.amazing-search .amazing-content {
    margin-top: 26px;
}

.sidebar-title-amazing {
    text-align: center;
    margin-bottom: 25px;
}

.amazing-search .breadcrumb-list li a,
.amazing-search .breadcrumb-list li:last-child,
.amazing-search .breadcrumb-list li:before {
    color: #fff;
}

.amazing-search .listing-counter {
    color: #fff;
}

.search-page .price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.price-value {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 26px;
    color: #fb3449;
    letter-spacing: .8px;
}

.price-value--plp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.price-value {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 35px;
}

.price-value-wrapper {
    width: 100%;
    color: #000;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 1.1;
    text-align: left;
}

.price-currency {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

.price-currency {
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
}

.price-value-wrapper .price-currency {
    font-weight: 400;
    font-size: 14px;
}

.product-seller-details {
    padding-right: 50px;
}

.product-seller-details-item {
    display: none;
}

.product-main-seller {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 700;
    color: #565656;
}

.listing-items .product-box:hover {
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, .09);
    z-index: 11;
}

.label-check {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: #f44336;
    color: #fff;
    border-radius: 0 25px 25px 0;
    padding: 1px 5px;
    font-size: 12px;
}

.pager {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10.5px -10px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pager-items,
.pager-tabs {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    list-style: none;
}

    .pager-items li,
    .pager-tabs li {
        display: inline-block;
    }

.pager-item,
.pager-next,
.pager-prev {
    display: inline-block;
    width: 35px;
    height: 34px;
    text-align: center;
    vertical-align: top;
}

.pager-item {
    border-radius: 8px;
    color: #535353;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 34px;
    margin: 0 3px;
}

    .pager-item.is-active {
        background-color: #00bfd6;
        border: 1px solid #00bfd6;
        color: #fff;
    }

.pager-items--partition {
    display: inline-block;
    vertical-align: bottom;
    width: 2px;
    height: 34px;
    border: 1px solid #e8e8e8;
    margin-left: 30px;
    margin-right: 30px;
}

.pager-next,
.pager-prev {
    font-size: 23px;
    font-size: 1.643rem;
    line-height: 34px;
    font-family: LucidaGrande;
    letter-spacing: .3px;
    color: #6e6e6e;
}

    .pager-next:before,
    .pager-prev:before {
        display: inline-block;
        vertical-align: top;
        line-height: 1;
        margin-top: 3px;
    }

    .pager-next:before {
        content: "\00bb";
    }

/* Search Page */

/* 404 Page */

.page-404 {
    padding: 68px 0;
    text-align: center;
    line-height: 22px;
    float: right;
    width: 100%;
}

.page-404-title h1 {
    font-size: 28px;
}

.page-404-actions {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: auto;
}

.page-404-action {
    border-radius: 8px;
    padding: 10px 20px;
    color: #fff;
    border: none;
    min-width: 161px;
    margin: 10px 19.5px 46px;
    text-decoration: none;
}

.page-404-action--primary {
    background-color: #6ab946;
    border: 1px solid #4aa42e;
}

.page-404-action:not(.disabled):not(.is-inactive):not([disabled]) {
    position: relative;
    overflow: hidden;
}

    .page-404-action:not(.disabled):not(.is-inactive):not([disabled]):before {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        width: 200%;
        height: 200%;
        position: absolute;
        right: -50%;
        top: -50%;
        background: hsla(0, 0%, 100%, .21);
        content: "";
        opacity: 0;
    }

    .page-404-action:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
        opacity: 1;
    }

.page-404-action:hover {
    color: #fff;
}

.page-404-image {
    width: 90%;
    max-width: 677px;
    margin: auto;
}

    .page-404-image img {
        width: 100%;
    }

/* 404 Page */

/* Cart Page */

.cart-empty {
    margin: 27px 0 30px;
    background: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    padding: 30px;
    text-align: center;
    line-height: 22px;
}

.cart-empty-icon {
    background: #f4f4f4;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
    width: 138px;
    height: 140px;
}

.cart-empty-icon {
    width: 167px;
    height: 170px;
    line-height: 220px;
}

    .cart-empty-icon i {
        font-size: 60px;
        color: #a8a8a8;
    }

.cart-empty-title {
    font-size: 30px;
    margin: 25px 0 60px;
    color: #858585;
}

.cart-empty a.dk-btn {
    font-size: 14px;
    padding: 17px 60px;
}

.cart-empty-url {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    letter-spacing: -.6px;
    color: #656565;
    margin-top: 40px;
}

    .cart-empty-url a {
        text-decoration: none;
        color: #009ec9;
        border-bottom: 1px dashed #009ec9;
    }

.cart-page-title {
    margin: 26px 0 20px;
    padding: 0 30px;
    position: relative;
}

    .cart-page-title h1 {
        color: inherit;
        font-size: 18px;
        line-height: 31px;
        font-weight: 700;
    }

.checkout-content {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    -webkit-box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
    box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
    position: relative;
    overflow: hidden;
    background: white;
}

.checkout-items {
    padding: 0;
    list-style: none;
}

.checkout-item {
    border-top: 1px solid #eaeaea;
    text-align: center;
    overflow: hidden;
}

    .checkout-item:first-child {
        border-top: none;
    }

    .checkout-item td,
    .checkout-item th {
        border: 0;
    }

    .checkout-item td {
        position: relative;
        vertical-align: middle;
    }

.checkout-btn-remove {
    position: absolute;
    width: 26px;
    height: 26px;
    text-align: center;
    border: none;
    border-radius: 13px;
    color: #999;
    background: #f5f5f5;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

    .checkout-btn-remove:before {
        content: "\f00d";
        font-family: FontAwesome;
        font-size: 9px;
        vertical-align: top;
        margin-top: 3px;
        display: inline-block;
    }

.checkout-title {
    font-size: 15px;
    line-height: 1.88;
    margin-bottom: 15px;
}

.cart-page .checkout-aside {
    margin-top: 77px;
    margin-bottom: 83px;
}

.checkout-summary {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
    box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
    border: 1px solid #e6e6e6;
    line-height: 22px;
    border-radius: 8px;
    padding-bottom: 30px;
}

.checkout-summary-summary {
    list-style: none;
    padding: 15px 10px;
    margin: 0;
}

    .checkout-summary-summary li {
        padding-bottom: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 5px 0;
    }

        .checkout-summary-summary li:last-child {
            padding-bottom: 0;
        }

        .checkout-summary-summary li span:last-child {
            margin-right: auto;
        }

.wiki-holder {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.checkout-summary-summary .wiki {
    line-height: 32px;
}

.checkout-summary-summary li span:last-child {
    margin-right: auto;
}

.checkout-summary-summary .wiki:first-of-type {
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 31px;
    letter-spacing: -.4;
    text-align: right;
    direction: rtl;
    color: #777676;
}

.checkout-summary-summary .wiki:last-of-type {
    margin-right: 5px;
}

.wiki-sign {
    cursor: pointer;
    position: relative;
    margin-right: 5px;
    width: 22px;
    height: 100%;
    display: block;
    margin-top: -4px;
}

    .wiki-sign:after {
        content: "\ea04";
        font-family: 'Nucleo Outline';
        color: #ababab;
        font-size: 20px;
        line-height: 1.048;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.wiki-container {
    position: absolute;
    top: calc(100% + 17px);
    right: -10px;
    padding: 11px 11px 21px;
    min-width: 273px;
    max-width: 394px;
    -webkit-box-shadow: 0 -6px 12px 0 hsla(0, 0%, 71%, .3);
    box-shadow: 0 -6px 12px 0 hsla(0, 0%, 71%, .3);
    background-color: #fff;
    border: 1px solid #b8b8b8;
    z-index: 121;
    display: none;
}

    .wiki-container.is-right {
        left: -10px;
        right: unset;
    }

.wiki-arrow {
    position: absolute;
    top: -8px;
    right: 16px;
    width: 13.7px;
    height: 13.7px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background-color: #fff;
    -webkit-box-shadow: inset -1px -1px 0 0 #b8b8b8;
    box-shadow: inset -1px -1px 0 0 #b8b8b8;
}

.wiki-container.is-right .wiki-arrow {
    left: 14px;
    right: unset;
}

.wiki-text {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    font-weight: 400;
    letter-spacing: -.3px;
    text-align: right;
    direction: rtl;
    color: #777;
}

.checkout-summary-devider {
    padding: 0 10px;
}

    .checkout-summary-devider div {
        width: 100%;
        height: 4px;
        border: 1px solid #e6e6e6;
        border-right: none;
        border-left: none;
    }

.checkout-summary-content {
    padding: 15px;
    color: #a0a0a0;
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
}

    .checkout-summary-content .parent-btn {
        text-align: center;
    }

        .checkout-summary-content .parent-btn .dk-btn {
            width: 100%;
        }

.checkout-summary-price-title {
    text-align: center;
    color: #676767;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: normal;
}

.checkout-summary-price-value {
    text-align: center;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: normal;
    color: #fb3449;
}

.checkout-summary-price-value-amount {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 2;
    font-weight: 700;
}

.wiki-holder {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.checkout-summary-content .wiki {
    line-height: 32px;
}

    .checkout-summary-content .wiki:last-of-type {
        margin-right: 5px;
    }

.checkout-feature-aside {
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid #e6e6e6;
    margin-top: 10px;
    padding: 15px;
    letter-spacing: -.2px;
    font-size: 11px;
    font-size: .786rem;
    line-height: 1.73;
    color: #aaa;
    font-weight: 500;
}

    .checkout-feature-aside ul {
        padding: 0;
    }

.checkout-feature-aside-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 1.692;
    margin-bottom: 10px;
    padding: 0 27px 0 20px;
}

    .checkout-feature-aside-item:last-child {
        margin-bottom: 0;
    }

.checkout-feature-aside-item-guarantee {
    background: url('../mainthem1/img/svg/return-policy.svg') 100% 50% no-repeat;
    background-size: 22px auto;
}

.checkout-feature-aside-item-cash {
    background: url('../mainthem1/img/svg/payment-terms.svg') 100% 50% no-repeat;
    background-size: 22px auto;
}

.checkout-feature-aside-item-express {
    background: url('../mainthem1/img/svg/delivery.svg') 100% 50% no-repeat;
    background-size: 22px auto;
}

/* Cart Page */

/* Single-product Page */

.single-product .breadcrumb {
    margin: 0px 0px 5px 0px;
}

    .single-product .breadcrumb li {
        display: inline-block;
    }



        .single-product .breadcrumb li:first-child:before {
            content: '';
        }


.single-product .product {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 20px;
    width: 100%;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    border: 1px solid #e4e4e4;
}

single-product .product .zoomWrapper {
    width: 100% !important;
    height: 410px !important;
    float: right;
    margin-bottom: 15px;
    text-align: center;
}

.single-product .product .zoomWrapper img {
    right: 0;
    left: 0;
    max-width: 100%;
    margin: 0 auto;
}

.single-product .product #gallery_01f {
    width: 100% !important;
}

.single-product .product .gallery-items {
    list-style: none;
    float: right;
    width: 100%;
    padding: 0;
    margin: 20px 0;
    text-align: center;
}

    .single-product .product .gallery-items li {
        height: 60px;
        padding: 0 10px;
        display: inline-block;
    }

        .single-product .product .gallery-items li img {
            height: 60px;
            width: 60px;
        }

    .single-product .product .gallery-items .owl-nav .owl-prev,
    .single-product .product .gallery-items .owl-nav .owl-next {
        width: 39px;
        height: 60px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #fff;
        background-image: unset;
        outline: none;
    }

    .single-product .product .gallery-items .owl-nav .owl-prev {
        position: absolute;
        right: -20px;
        top: 34%;
        color: #a8a8a8;
        box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
        border-radius: 5px 0 0 5px;
    }

    .single-product .product .gallery-items .owl-nav .owl-next {
        position: absolute;
        left: -20px;
        top: 34%;
        color: #a8a8a8;
        box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
        border-radius: 0 5px 5px 0;
    }

    .single-product .product .gallery-items .owl-nav .disabled {
        opacity: .5;
        cursor: auto;
        pointer-events: all;
    }

    .single-product .product .gallery-items .owl-nav .owl-prev i,
    .single-product .product .gallery-items .owl-nav .owl-next i {
        font-size: 17px;
        color: #979898;
        line-height: 52px;
    }

.product-title {
    border-bottom: 1px solid #f2f2f2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    min-height: 95px;
}

    .product-title h1 {
        line-height: 1.467;
        color: #494949;
        font-weight: 400;
        font-size: 17px !important;
        line-height: 1.294 !important;
    }

        .product-title h1 span {
            color: #b5b5b5;
            font-size: 14px !important;
            line-height: 1.571 !important;
            display: block;
            margin-top: 5px;
        }

.product-directory ul {
    margin-right: -28px;
    list-style: none;
    padding: 0;
    display: inline-block;
}

.product-directory li {
    margin-right: 28px;
    display: inline-block;
    font-size: 13px;
}

.product-variants {
    margin: 20px 0 10px;
    color: #6f6f6f;
    vertical-align: top;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

    .product-variants > span {
        font-size: inherit;
        color: inherit;
        padding-left: 15px;
        float: right;
    }

    .product-variants .radio {
        float: right;
        margin-left: 7px;
    }

        .product-variants .radio label {
            padding-left: 35px;
            padding-right: 0;
        }

            .product-variants .radio label::before,
            .product-variants .radio label::after {
                border: 1px solid #3081fb;
            }

        .product-variants .radio input[type="radio"]:checked + label::after {
            width: 10px;
            height: 10px;
            background-color: #3081fb;
            border-color: #3081fb;
            top: 8px;
            left: 8px;
        }

.product-guarantee {
    margin: 10px 0 15px;
    color: #6f6f6f;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

    .product-guarantee i {
        float: right;
        margin: 4px 0 0 10px;
        color: #3081fb;
    }

    .product-guarantee p {
        float: right;
    }

.product-delivery-seller i {
    font-size: 20px;
    color: #c1c1c1;
    float: right;
    margin-left: 7px;
}

.product-delivery-seller span {
    float: right;
    margin-left: 7px;
}

.price-value {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 35px;
    float: right;
}

.price-discount {
    font-size: 14px;
    font-size: 1rem;
    line-height: 28px;
    margin-right: auto;
    background-color: #ef5662;
    height: 28px;
    color: #fff;
    padding: 0 10px;
    border-radius: 0 19px 19px 19px;
    letter-spacing: .5px;
    position: relative;
    display: inline-block;
}

.price-product > :not(:first-child) {
    margin-right: 10px;
}

.price-product .price-discount {
    height: 32px;
    padding: 0 22px;
}

    .price-product .price-discount,
    .price-product .price-discount span {
        font-size: 16px;
        line-height: 32px;
    }

.price-discount[data-title]:before {
    position: absolute;
    bottom: 100%;
    right: 12px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 22px;
    color: #7f7f7f;
    content: attr(data-title);
}

.price-product .price-discount,
.price-product .price-discount span {
    font-size: 16px;
    line-height: 32px;
}

.product-add {
    margin: 15px 0;
}

.product-guaranteed {
    margin-right: auto;
    letter-spacing: -.3px;
    font-size: 11px;
    line-height: 2.18;
    color: #4b4b4b;
    position: relative;
    -ms-flex: 0 0 242px;
    flex: 0 0 242px;
    text-align: center;
    padding: 60px 20px 0;
}

    .product-guaranteed:before {
        content: "\f0a3";
        font-family: FontAwesome;
        font-size: 35px;
        color: #ff637d;
        position: absolute;
        right: 50%;
        top: 0;
        transform: translate(50%);
    }

    .product-guaranteed:after {
        content: "\ea22";
        font-family: 'Nucleo Outline';
        position: absolute;
        right: 50%;
        top: 27%;
        transform: translate(50%);
        color: #fff;
        font-size: 15px;
    }

.product-params ul {
    list-style: none;
    padding: 0;
    color: #55565a;
    margin: 20px 0;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
}

    .product-params ul:before {
        content: attr(data-title);
        font-size: 13px;
        font-size: .929rem;
        line-height: 1.692;
        display: list-item;
        font-weight: 700;
    }

    .product-params ul li {
        margin: 5px 15px;
        width: 100%;
        font-size: 13px;
        position: relative;
    }

        .product-params ul li:before {
            content: "";
            width: 5px;
            height: 5px;
            background: #ccc;
            vertical-align: middle;
            margin-left: 5px;
            border-radius: 50%;
            position: absolute;
            top: 10px;
            right: -14px;
        }

        .product-params ul li span {
            margin-left: 5px;
            white-space: normal;
        }

            .product-params ul li span:first-child {
                font-weight: 700;
            }

ul.gallery-options {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

    ul.gallery-options li {
        margin-bottom: 5px;
        z-index: 980;
        position: relative;
    }

    ul.gallery-options button, ul.gallery-options a {
        width: 51px;
        height: 37px;
        border-radius: 8px;
        background-color: #fff;
        border: none;
        color: #565656;
        cursor: pointer;
        outline: none;
        font-size: 24px;
        display: block;
        text-align: center;
    }

        ul.gallery-options a i {
        }

    ul.gallery-options .tooltip-option {
        opacity: 0;
        visibility: hidden;
        padding: 9px 15px;
        background-color: #6f6f6f;
        color: #fff;
        z-index: 4;
        font-size: 13px;
        line-height: 1.692;
        position: absolute;
        top: -4px;
        right: 60px;
        width: 160px;
        text-align: center;
        transition: all 0.2s ease-in;
    }

        ul.gallery-options .tooltip-option::before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            position: absolute;
            right: -10px;
            border-width: 10px 0 10px 10px;
            border-color: transparent transparent transparent #6f6f6f;
        }

    ul.gallery-options li:hover .tooltip-option {
        opacity: 1;
        visibility: visible;
    }

.favorites {
    color: #f44336 !important;
}

.modal-share .modal-content .modal-header button {
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: #fff;
    border: 0;
    color: #565656;
    cursor: pointer;
    outline: none;
    font-size: 24px;
}

.modal-share .modal-content .modal-header button {
    position: absolute;
    left: 27px;
    right: auto;
    top: 30px;
    outline: 0;
}

.modal-share .modal-content .form-share-title {
    margin-bottom: 12px;
    color: #565656;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    letter-spacing: -.3px;
}

.modal-share .modal-content .btn-group-share {
    list-style: none;
    padding: 0;
    margin-right: -12px;
}

    .modal-share .modal-content .btn-group-share li {
        float: right;
        margin-right: 12px;
    }

.modal-share .modal-content .btn-share {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    position: relative;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

    .modal-share .modal-content .btn-share:hover {
        color: #fff;
    }

.modal-share .modal-content .btn-share-twitter {
    background: #4dcceb;
}

.modal-share .modal-content .btn-share-facebook {
    background: #4d8deb;
}

.modal-share .modal-content .btn-share-google-plus {
    background: #eb4d4d;
}

.modal-share .modal-content .ui-input-field {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px;
    font-family: iranyekan;
    outline: none;
}

.modal-share .modal-content .btn-primary {
    border-radius: 8px;
    color: #fff;
    border: none;
    min-width: 161px;
    text-decoration: none;
    background-color: #00bfd6;
    border: 1px solid #148693;
    font-family: iranyekan;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
}

.modal-share .modal-content .ui-url {
    display: block;
}

.modal-share .modal-content .ui-url-field {
    background: none;
    border: none;
    border-top: 1px solid #efefef;
    color: #a9a9a9;
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    padding: 10px;
    width: 100%;
    letter-spacing: -.4px;
    direction: ltr;
    outline: none;
}

.tooltip {
    font-family: iranyekan;
}

.box-tabs > ul {
    list-style: none;
    background-color: #f8f8f8;
    border: 1px solid #dfdfdf;
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    letter-spacing: -.4px;
    width: 100%;
    padding: 0;
}

.box-tabs-tab {
    border-left: 1px solid #dfdfdf;
    position: relative;
}

    .box-tabs-tab a {
        padding: 14px 20px;
        position: relative;
        color: #6f6f6f;
        display: block;
        line-height: 27px;
        font-size: 16px;
        font-weight: normal;
    }

        .box-tabs-tab a.active {
            padding-bottom: 14px;
            color: #6f6f6f;
            background: #fff;
            margin-bottom: -1px;
            padding-top: 15px;
        }

        .box-tabs-tab a.active {
            border-right: 1px solid #dfdfdf;
            margin-right: -1px;
        }

    .box-tabs-tab i {
        color: #c3c3c3;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        font-size: 23px;
    }

    .box-tabs-tab .active:before {
        display: block;
        content: "";
        left: -1px;
        right: -1px;
        bottom: 100%;
        height: 4px;
        background: #00bfd6;
        position: absolute;
     
    }

    .box-tabs-tab i {
        color: #c3c3c3;
        display: inline-block;
        vertical-align: top;
        margin-left: 11px;
    }

.param-title {
    color: #6f6f6f;
    font-size: 30px;
    font-size: 2.143rem;
    line-height: 1.467;
    font-weight: 500;
    margin-bottom: 35px;
    letter-spacing: -.6px;
}

    .param-title span,
    .param-title {
        font-size: 16px;
        font-size: 1.143rem;
        line-height: 1.375;
        letter-spacing: -.3px;
    }

        .param-title span {
            display: block;
            color: #a7a7a7;
            font-size: 15px;
            font-weight: normal;
        }

.box-tabs .card-body {
    background-color: #fff;
}

.parent-expert {
    position: relative;
}

.tab-content .content-expert {
    height: 250px;
    overflow: hidden;
    padding-bottom: 30px;
}

.tab-content article {
    padding: 30px;
}

.tab-content .full-description, .tab-content .full-description p, .tab-content .full-description div, .tab-content .full-description {
    font-family: IRANSans-web;
    font-size: 13px;
    color: #404040;
    line-height: 46px;
}

.tab-content .content-expert p {
    max-width: 800px;
    margin: 0 auto !important;
    text-align: justify;
    font-size: 14px;
    color: #625f5f;
    line-height: 30px;
}

.tab-content .sum-more {
    width: 100%;
    position: absolute;
    height: 50px;
    text-align: center;
    background: #FFF;
    bottom: 0;
    right: 0;
    line-height: 47px;
    font-size: 13px;
    box-shadow: 0 0 10px #fff;
    cursor: pointer;
}

    .tab-content .sum-more .show-less {
        display: none;
    }

.tab-content .shadow-box {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 41px;
    height: 100px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    width: 98%;
    margin: auto;
}

.tab-content .content-expert.active {
    height: auto;
}

.tab-content .accordion .card {
    box-shadow: none;
}

    .tab-content .accordion .card .card-header {
        background-color: #fff;
    }

.tab-content .accordion h5 button {
    font-family: iranyekan;
    color: #000;
}

.box-tabs .card-body {
    font-family: iranyekan;
}

    .box-tabs .card-body img {
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }


.params section {
    margin-bottom: 20px;
    float: right;
}

.params .params-title {
    color: #4d4d4d;
    margin-bottom: 25px;
    position: relative;
    padding-right: 19px;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: -.3px;
}

    .params .params-title:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 7px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 0 0 7px;
        border-color: transparent transparent transparent #00bfd6;
        transform: rotate(45deg);
    }

.params .params-list {
    list-style: none;
    padding: 0;
    margin-bottom: 70px;
}

    .params .params-list li {
        margin: 8px -8px;
        width: 100%;
        float: right;
        padding-right: 19px;
    }

        .params .params-list li .params-list-key {
            float: right;
            min-width: 120px;
            margin-left: 20px;
        }

            .params .params-list li .params-list-key span.block {
                display: block;
                font-weight: 700;
            }

        .params .params-list li .params-list-value {
            float: right;
            font-size: 13px;
        }

.comments-area ol.comment-list {
    list-style: none;
    float: right;
}

    .comments-area ol.comment-list li .comment-body {
        font-size: 14px;
        margin-top: 50px;
        padding: 20px 40px 20px 20px;
        line-height: 30px;
        position: relative;
        border: 1px solid #ebebeb;
        border-radius: 10px;
    }

    .comments-area ol.comment-list li .comment-author {
        display: inline-block;
    }

    .comments-area ol.comment-list li img.avatar {
        position: absolute;
        top: 4px;
        right: -40px;
        left: auto;
        width: 60px;
        height: 60px;
        border: none;
        border-radius: 50%;
        padding: 0;
        z-index: 999;
        background: #fff;
        -webkit-box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
        box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
    }

    .comments-area ol.comment-list li .fn {
        font-size: 13px;
        margin-left: 0;
        float: right;
        font-weight: 700;
        font-style: normal;
    }

    .comments-area ol.comment-list li .says {
        margin-left: 15px;
        margin-right: 5px;
    }

    .comments-area ol.comment-list li .commentmetadata {
        display: inline-block;
    }

        .comments-area ol.comment-list li .commentmetadata a {
            color: #03A9F4;
            font-size: 13px;
        }

    .comments-area ol.comment-list li .comment-body p {
        text-align: justify;
    }

    .comments-area ol.comment-list li .comment-body .reply a.comment-reply-link {
        display: inline-block;
        background: none;
        border: none;
        outline: none;
        cursor: pointer;
        position: relative;
        padding: 0;
        text-align: center;
        white-space: nowrap;
        color: #1ca2bd;
        padding: 0;
        line-height: 2;
        font-size: 14px;
    }

        .comments-area ol.comment-list li .comment-body .reply a.comment-reply-link::before {
            left: 0;
            right: 0;
            top: 50%;
            margin-top: .85em;
            content: "";
            position: absolute;
            border-bottom: 1px dashed #1ca2bd;
        }

.form-comment form textarea,
.form-comment form button {
    font-family: iranyekan;
}

.form-comment form textarea {
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    outline: none;
    padding: 10px;
    color: #424242;
    width: 100%;
    resize: vertical;
    vertical-align: top;
    min-height: 56px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 2.58;
}

    .form-comment form textarea:focus {
        border: 1px solid #c8c8c8;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0 !important;
        color: #2c2c2c;
    }

.comments-headline {
    font-size: 28px;
    font-size: 2rem;
    line-height: 1.571;
    letter-spacing: -.6px;
    color: #6f6f6f;
}

    .comments-headline > span {
        margin-top: 10px;
        width: 100%;
        display: inline-flex;
    }

        .comments-headline > span span {
            font-size: 16px;
            font-size: 1.143rem;
            line-height: 1.375;
            color: #6f6f6f;
            margin: 0 3px;
        }

.comments-summary-box,
.comments-summary-note {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}

    .comments-summary-note > span {
        font-size: 19px;
        font-size: 1.357rem;
        line-height: 1.158;
        color: #5a5a5a;
        letter-spacing: -.4px;
        margin-bottom: 20px;
        display: block;
    }

    .comments-summary-note p {
        font-size: 15px;
        font-size: 1.071rem;
        line-height: 2.27;
        margin-bottom: 35px;
        color: #676767;
    }

.comment-body .message-light {
    margin: 15px 0;
}

.message-light--purchased {
    font-size: 13px;
    font-size: .929rem;
    line-height: 2.23;
    background-color: #fdfff8;
    border: 1px solid #e2f0d5;
    border-radius: 3px;
    color: rgba(36, 90, 29, .98);
    padding: 7px 40px 7px 12px;
}

    .message-light--purchased:before {
        content: "\ea1d";
        font-family: 'Nucleo Outline';
        font-size: 16px;
        position: absolute;
        right: 12px;
        top: 6px;
    }

.content-expert-rating {
    list-style: none;
    padding: 5px 13px 33px 60px;
    background: #fcfcfc;
    border-radius: 5px;
}

    .content-expert-rating > li {
        display: flex;
        flex-wrap: wrap;
        margin-right: -7px;
        margin-left: -7px;
        align-items: center;
        margin-top: 15px;
    }

        .content-expert-rating > li:first-child {
            margin-top: 0;
        }

        .content-expert-rating > li .cell {
            position: relative;
            width: 100%;
            min-height: 1px;
            padding-right: 7px;
            padding-left: 7px;
        }

            .content-expert-rating > li .cell:first-child {
                flex: 0 0 45%;
                max-width: 45%;
            }

            .content-expert-rating > li .cell:last-child {
                flex: 0 0 55%;
                max-width: 55%;
            }

.comments-area ol.comment-list .comment-title {
    font-size: 19px;
    line-height: 1.158;
    color: #5f5f5f;
    font-weight: 500;
}

.comments-area ol.comment-list .comment-author {
    font-size: 14px;
    line-height: 1.571;
    display: block;
    color: #adadad;
    margin-top: 5px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.comments-area ol.comment-list li .comment-body p {
    text-align: justify;
}

.comments-area ol.comment-list .footer {
    position: absolute;
    bottom: -30px;
    left: 30px;
}

.comments-likes {
    text-align: left;
    color: #777;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

.btn-like {
    border-radius: 8px;
    border: 1px solid #ededed;
    background: #fff;
    padding: 2px 13px;
    color: #8c8c8c;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    outline: none !important;
    cursor: pointer;
}

.comments-likes .btn-like {
    margin-right: 17px;
}

.btn-like[data-counter]:before {
    margin-left: 7px;
    color: #7a7a7a;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: inherit;
    content: attr(data-counter);
}

.message-light--opinion-positive {
    font-size: 13px;
    font-size: .929rem;
    line-height: 2.23;
    background-color: #f1feff;
    border: 1px solid #c2f2f7;
    border-radius: 3px;
    color: #1599a9;
    padding: 7px 40px 7px 12px;
}

    .message-light--opinion-positive:before {
        content: "\ea37";
        font-family: 'Nucleo Outline';
        position: absolute;
        right: 12px;
        top: 3px;
        font-size: 17px;
    }

.rating {
    position: relative;
    height: 4px;
    border-radius: 3px;
    background: #eaeaea;
}

.rating--general {
    background-color: #d5d5d5;
}

.rating[data-rate-digit]:before {
    position: absolute;
    right: 100%;
    top: 50%;
    content: attr(data-rate-digit);
    margin-right: 11px;
    color: #6f6f6f;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rating-rate {
    width: 0;
    height: 100%;
    background: silver;
    border-radius: 3px;
}

.rating--general .rating-rate {
    background-color: #00bfd6;
}

.comments-user-shopping {
    list-style: none;
    padding: 5px 0 0;
}

    .comments-user-shopping > li {
        margin: 20px 0;
    }

        .comments-user-shopping > li .cell {
            font-size: 13px;
            font-size: .929rem;
            line-height: 1.692;
            color: #777;
            margin: 5px 0;
        }

        .comments-user-shopping > li .color-cell {
            display: flex;
            flex-wrap: wrap;
            margin-right: -10px;
            margin-left: -10px;
        }

            .comments-user-shopping > li .color-cell .shopping-color-value {
                width: 17px;
                height: 17px;
                border-radius: 5px;
                margin-left: 10px;
                margin-right: 10px;
                margin-top: 5px;
            }

        .comments-user-shopping > li .seller-cell:before {
            content: "\ea50";
            font-family: 'Nucleo Outline';
            position: relative;
            top: 3px;
            margin-left: 7px;
        }

.content-expert-evaluation-positive span {
    color: #00bfd6;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 400;
}

.content-expert-evaluation-negative ul li, .content-expert-evaluation-positive ul li {
    margin: 6px 0;
    padding-right: 17px;
    color: #5f5f5f;
    position: relative;
}

    .content-expert-evaluation-negative ul li:before, .content-expert-evaluation-positive ul li:before {
        width: 6px;
        height: 6px;
        background: #ccc;
        border-radius: 50%;
        content: "";
        position: absolute;
        top: 8px;
        right: 0;
    }

    .content-expert-evaluation-positive ul li:before {
        background-color: #00bfd6;
    }

/* Single-product Page */

/* Profile-User Page */

main.profile-user-page .profile-box {
    margin-bottom: 21px;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
    border-radius: 8px;
    overflow: hidden;
}

main.profile-user-page .profile-box-header {
    position: relative;
    background-color: #f13337;
    height: 47px;
}

main.profile-user-page .profile-box-avatar img {
    width: 54px;
    height: 54px;
    background: #fff;
    background-size: contain;
    -webkit-box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .61);
    box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .61);
    position: absolute;
    left: 50%;
    top: 12px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
}

main.profile-user-page .profile-box-btn-edit {
    width: 16px;
    height: 16px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: 60%;
    margin-left: -52px;
    background: #fff;
    outline: none;
    cursor: pointer;
}

    main.profile-user-page .profile-box-btn-edit i {
        float: right;
        font-size: 11px;
        position: absolute;
        right: 1px;
        top: 2px;
        color: #A8A8A8;
    }

main.profile-user-page .profile-box-username {
    padding: 23px 20px 19px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -.5px;
}

main.profile-user-page .profile-box-tabs {
    border-top: 1px solid #f1f1f1;
    background-color: #fcfcfc;
    min-height: 47px;
    text-align: center;
    display: block;
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: 60px;
}

    main.profile-user-page .profile-box-tabs a {
        font-family: IRANSans-web;
        font-size: 12px;
        font-weight: 300;
    }

.profile-box-tabs .box-l {
    display: block;
    width: 50%;
    float: left;
    height: 50px;
}

.profile-box-tabs .box-r {
    display: block;
    width: 50%;
    float: right;
    border-left: 1px solid #ebebeb;
    height: 60px;
}


main.profile-user-page .profile-box-tabs i {
    display: block;
    font-size: 17px;
    margin-top: 10px;
}

main.profile-user-page .modal-width-custom .modal-dialog {
    max-width: 600px;
}

main.profile-user-page ul.profile-avatars li {
    display: inline-block;
    margin: 0 4px;
}

main.profile-user-page .profile-avatars-item {
    width: 112px;
    height: 112px;
    background: 50% 50% no-repeat;
    background-size: cover;
    display: block;
    margin-bottom: 30px;
    cursor: pointer;
}

main.profile-user-page .profile-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
    margin-bottom: 21px;
    border-radius: 6px;
}


main.profile-user-page .profile-menu-items {
    list-style: none;
    font-size: 14px;
    line-height: 1.571;
    font-weight: 500;
    letter-spacing: -.3px;
}

    main.profile-user-page .profile-menu-items li a {
        position: relative;
        padding: 12px 53px 12px 0;
        color: #5b5b5b;
        line-height: 50px;
    }

        main.profile-user-page .profile-menu-items li a i {
            position: absolute;
            right: 20px;
            top: 18px;
        }

        main.profile-user-page .profile-menu-items li a.active,
        main.profile-user-page .profile-menu-items li a:hover {
            background-color: #f6ffff;
            color: #009ec9;
        }

main.profile-user-page h1.title-tab-content {
    color: #858585;
    margin: 10px 0 15px;
    font-size: 17px;
}

main.profile-user-page .content-section {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
    margin-bottom: 23px;
    padding: 10px 20px;
}

    main.profile-user-page .content-section p {
        font-size: 18px;
        line-height: 30px;
        color: #939393;
    }

        main.profile-user-page .content-section p span.title {
            display: block;
            text-align: right;
            font-size: 14px;
            line-height: 30px;
            margin-bottom: 4px;
            color: #bababa;
        }

    main.profile-user-page .content-section form input::placeholder {
        padding-right: 5px;
    }

    main.profile-user-page .content-section form button.btn-default {
        font-family: iranyekan;
    }

main.profile-user-page .profile-recent-fav-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px solid #f1f1f1;
}

main.profile-user-page .profile-recent-fav-col {
    width: 100%;
    min-height: 1px;
    padding: 4px 0;
}

main.profile-user-page .profile-recent-fav-col,
main.profile-user-page .profile-recent-fav-col-thumb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

main.profile-user-page .profile-recent-fav-col-thumb {
    -ms-flex: 0 0 15%;
    -webkit-box-flex: 0;
    flex: 0 0 15%;
    max-width: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    main.profile-user-page .profile-recent-fav-col-thumb img {
        overflow: hidden;
    }

    main.profile-user-page .profile-recent-fav-col-thumb img {
        max-width: 80%;
        max-height: 80%;
    }

main.profile-user-page .profile-recent-fav-col-title {
    -ms-flex: 0 0 70%;
    -webkit-box-flex: 0;
    flex: 0 0 70%;
    max-width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

main.profile-user-page .profile-recent-fav-name {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    margin-bottom: 5px;
}

main.profile-user-page .profile-recent-fav-price {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: #fb3449;
}

main.profile-user-page .profile-recent-fav-col-actions {
    -ms-flex: 0 0 15%;
    -webkit-box-flex: 0;
    flex: 0 0 15%;
    max-width: 15%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 15px;
}

main.profile-user-page .btn-action {
    width: 33px;
    height: 28px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #41a7b4;
    outline: none;
    cursor: pointer;
}

main.profile-user-page .btn-action-remove {
    background-color: #fff;
    border: 1px solid #c5c5c5;
}

    main.profile-user-page .btn-action-remove i {
        font-size: 14px;
        color: #929292;
    }

main.profile-user-page .icon-empty i {
    font-size: 154px;
    margin-bottom: 30px;
    display: block;
    color: #dadada;
}

main.profile-user-page h1.text-empty {
    font-size: 26px;
    color: #dadada;
}

main.profile-user-page .profile-return-request-form p {
    margin-right: 20px;
    margin-bottom: 11px;
    color: #737373;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
}

main.profile-user-page .profile-return-request-form-row .profile-return-request-form-field {
    float: right;
    width: 100%;
}

main.profile-user-page .profile-return-request-form-row .btn-primary {
    font-size: 15px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #148693;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    cursor: pointer;
    font-family: inherit;
}

main.profile-user-page .content-section .view-product {
    font-size: 15px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #148693;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    cursor: pointer;
    font-family: inherit;
}

main.profile-user-page .responsive-profile-menu {
    display: none;
}

    main.profile-user-page .responsive-profile-menu .dropdown-toggle::after {
        display: none;
    }

    main.profile-user-page .responsive-profile-menu .dropdown-toggle i {
        float: right;
        margin: 3px 0 0 10px;
    }

    main.profile-user-page .responsive-profile-menu .dropdown-menu a.active-menu,
    main.profile-user-page .responsive-profile-menu .dropdown-menu a:active {
        background-color: #f6ffff;
        color: #009ec9;
    }

    main.profile-user-page .responsive-profile-menu .dropdown-menu a i {
        float: right;
        margin: 4px 0 0 7px;
    }

main.profile-user-page .table-order {
    text-align: center;
}

    main.profile-user-page .table-order .thead-light th {
        color: #dcf7ff;
        background-color: #85b3be;
        border: 0;
    }

    main.profile-user-page .table-order td {
        border: 1px solid #ebebeb;
    }

    main.profile-user-page .table-order td, main.profile-user-page .table-order th {
        font-weight: 500;
        vertical-align: middle;
    }

        main.profile-user-page .table-order td.order-code {
            width: 190px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

/* Profile-User Page */

/* shopping Page */

.shopping-page header.header-shopping {
    position: relative;
    height: 110px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px 0 hsla(0, 0%, 44.3%, .14);
    box-shadow: 0 2px 12px 0 hsla(0, 0%, 44.3%, .14);
}

    .shopping-page header.header-shopping .container {
        max-width: 1140px;
    }

.shopping-page .cart-page .container {
    max-width: 1440px;
}


.shopping-page header.header-shopping ul.checkout-steps {
    float: right;
    width: 100%;
    margin: 30px auto 18px;
    list-style: none;
    padding: 0;
    color: #a0a0a0;
    font-size: 13px;
    position: relative;
}

    .shopping-page header.header-shopping ul.checkout-steps::after {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        bottom: -20px;
        width: 67%;
        margin: 0 auto;
        height: 6px;
        background-color: #E8E8E8;
    }

.shopping-page header.header-shopping .checkout-steps li {
    float: right;
    width: 33.3%;
    position: relative;
}

    .shopping-page header.header-shopping .checkout-steps li.active::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 6px;
        background-color: #00bfd6;
        right: -50%;
        bottom: -20px;
        z-index: 1000000;
    }

    .shopping-page header.header-shopping .checkout-steps li a {
        color: #a0a0a0;
        font-weight: bold;
        position: relative;
    }

        .shopping-page header.header-shopping .checkout-steps li a.active {
            color: #00bfd6;
        }

            .shopping-page header.header-shopping .checkout-steps li a.active::after {
                content: "";
                position: absolute;
                right: 0;
                left: 0;
                bottom: -24px;
                margin: 0 auto;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                background-color: #00bfd6;
                z-index: 1000;
            }

.shopping-page .checkout-contact {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
}

.shopping-page .checkout-contact-content {
    padding: 20px 43px 22px 20px;
    position: relative;
    color: #6d6d6d;
}

    .shopping-page .checkout-contact-content:before {
        width: 5px;
        top: 0;
        bottom: 0;
        right: -1px;
        position: absolute;
        background-color: #8dd4dc;
        content: "";
    }

.shopping-page .checkout-contact-items {
    padding: 0;
    list-style: none;
}

.shopping-page .checkout-contact-item {
    font-size: 12px;
    font-size: .857rem;
    line-height: 34px;
    position: relative;
}

.shopping-page .checkout-contact-item-username {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    font-weight: 700;
}

.shopping-page .checkout-contact-item:first-child {
    margin-top: 0;
    margin-bottom: 5px;
}

.shopping-page .checkout-contact-btn-edit {
    line-height: 21px;
    font-size: 12px;
    margin-right: 11px;
    position: relative;
    color: #00bfd6 !important;
    border: none;
    border-bottom: 1px dashed #00bfd6;
    background-color: transparent;
    font-weight: 700;
    cursor: pointer;
}

.shopping-page .checkout-contact-item-message,
.shopping-page .checkout-contact-item-mobile {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
}

.shopping-page .checkout-contact-item-mobile {
    padding-left: 10px;
    border-left: 1px solid #e4e4e4;
}

.shopping-page .checkout-contact-item-message {
    margin-right: 10px;
}

.shopping-page .checkout-contact-badge {
    width: 41px;
    height: 41px;
    background-color: #f3feff;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    border: 1px solid #8dd4dd;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    color: #2fc9dc;
}

.shopping-page .checkout-contact-location {
    padding: 3px 10px 4px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    background-color: #ededed;
    position: absolute;
    border: none;
    top: 20px;
    left: 20px;
    border-radius: 5px;
    color: #6d6d6d;
    cursor: pointer;
}

.shopping-page .headline {
    position: relative;
    padding: 0 30px 0 0;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #858585;
}

.shopping-page .checkout-shipment {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 20px 40px;
    margin-bottom: 29px;
}

.shopping-page .radio label::before,
.shopping-page .radio label::after {
    width: 14px;
    height: 14px;
    border: 1px solid #E3E3E3;
    right: 3px;
    top: 6px;
}

.shopping-page .radio input[type="radio"]:checked + label::after {
    width: 8px;
    height: 8px;
    top: 9px;
    right: 6px;
    opacity: 1;
    background-color: #00bfd6;
    border: 0;
}

.shopping-page .checkout-pack {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.shopping-page .box {
    background-color: #fff;
    position: relative;
}

    .shopping-page .box:first-child {
        margin-top: 0;
    }

.shopping-page .product-box {
    display: block;
    background: #fff;
    height: 100%;
    position: relative;
    -webkit-transition: -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1), -webkit-transform .2s cubic-bezier(.4, 0, 1, 1);
    transition: -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1), -webkit-transform .2s cubic-bezier(.4, 0, 1, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1), -webkit-transform .2s cubic-bezier(.4, 0, 1, 1);
    padding: 30px 12px 46px;
}

.shopping-page .product-box-compact {
    padding: 10px;
}

.shopping-page .product-box-img {
    height: 150px;
    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;
    padding-top: 10px;
    height: 200px;
    position: relative;
}

.shopping-page .product-box-compact .product-box-img {
    height: 90px;
    padding: 0 10px 5px;
}

    .shopping-page .product-box-compact .product-box-img img {
        max-width: 100%;
        max-height: 100%;
    }

.shopping-page .product-box-title {
    display: block;
    overflow: hidden;
    font-size: 12px;
    font-size: .857rem;
    line-height: 30px;
    line-height: 22px;
    margin-top: 13px;
    height: 43px;
}

.shopping-page .product-box-compact .product-box-title {
    margin-top: 0;
    font-size: 11px;
    font-size: .786rem;
    line-height: 22px;
    letter-spacing: -.3px;
    position: relative;
    text-align: center;
}

.shopping-page .checkout-time-table-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.shopping-page .checkout-time-table {
    padding: 18px;
    width: 100%;
}

.shopping-page .checkout-additional-options-checkbox-image {
    margin-right: 16px;
    margin-left: 16px;
    cursor: pointer;
    line-height: 0;
    width: 49px;
    height: 40px;
    background-image: url(../mainthem1/img/svg/d86ea8ec.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.shopping-page .checkout-time-table-title-bar {
    font-size: 14px;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: -.3px;
    color: #858585;
}

.shopping-page .checkout-time-table-title-bar-city {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    color: #000;
}

    .shopping-page .checkout-time-table-title-bar-city > span {
        font-weight: 700;
    }

.shopping-page .checkout-time-table-subtitle-bar {
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
    letter-spacing: -.2px;
    color: #a2a2a2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

    .shopping-page .checkout-time-table-subtitle-bar > :not(:last-child) {
        padding-left: 10px;
        margin-left: 10px;
        border-left: 1px solid #e0e0e0;
    }

.shopping-page .checkout-invoice {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 25px 40px;
    margin-bottom: 29px;
}

    .shopping-page .checkout-invoice label {
        cursor: pointer;
    }

.checkout-paymethod {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    list-style: none;
    padding: 0;
    position: relative;
}

    .checkout-paymethod label {
        padding-right: 110px;
    }

    .checkout-paymethod .radio label::before,
    .checkout-paymethod .radio label::after {
        width: 18px;
        height: 18px;
    }

    .checkout-paymethod .radio input[type="radio"]:checked + label::after {
        width: 12px;
        height: 12px;
    }

.checkout-paymethod-item {
    position: relative;
    padding: 30px 38px 38px 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .checkout-paymethod-item.is-select-mode {
        background-color: #fbffff;
    }

.checkout-paymethod-item-cc:before {
    content: "\ea28";
    font: normal normal normal 32px/1 'Nucleo Outline';
    position: absolute;
    top: 28px;
    right: 86px;
    color: #c6c6c6;
    font-size: 30px;
}

.checkout-paymethod-item.is-select-mode:before {
    color: #00bfd6;
}

.checkout-paymethod-title {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    font-weight: 700;
    letter-spacing: -.7px;
    margin: 0;
}

.checkout-paymethod-title-label {
    display: inline-block;
    margin: 0;
}

.checkout-paymethod-title span {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 700;
    letter-spacing: -.5px;
    display: block;
    margin-top: 5px;
    color: #a0a0a0;
}

.checkout-paymethod-one-gateway {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout-paymethod-one-gateway-img {
    width: 30px;
    height: 30px;
    margin-left: 8px;
}

    .checkout-paymethod-one-gateway-img img {
        width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.checkout-paymethod-item img {
    margin-right: auto;
}

.checkout-order-summary {
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    padding: 15px 20px;
    margin-bottom: 29px;
}

    .checkout-order-summary .card {
        box-shadow: none;
        border: 0;
    }

.checkout-order-summary-item {
    border-radius: 6px;
    margin-top: 20px;
}

    .checkout-order-summary-item:first-child {
        margin-top: 0;
    }

.checkout-order-summary-header {
    border-radius: 6px;
    background-color: #fcfcfc;
    padding: 9px 25px 9px 50px;
    position: relative;
    cursor: pointer;
    border: 1px solid #e7e7e7;
    margin: 10px;
    position: relative;
}

    .checkout-order-summary-header button {
        display: block;
        width: 100%;
    }

        .checkout-order-summary-header button .icon-down {
            position: absolute !important;
            left: 20px;
            top: 40px !important;
            font-size: 24px;
        }

.checkout-order-summary-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.checkout-order-summary-header .checkout-order-summary-row {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.checkout-order-summary-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: unset;
}

.checkout-order-summary-col-post-time {
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -.7px;
    color: #858585;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.checkout-order-summary-col span {
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    vertical-align: middle;
    display: block;
    color: #919191;
}

.checkout-order-summary-col-how-to-send,
.checkout-order-summary-col-send-by,
.checkout-order-summary-col-shipping-cost {
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -.4px;
    color: #858585;
}

.checkout-price-options-container {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 15px;
    height: 100%;
}

.checkout-price-options-header {
    padding-right: 5px;
    margin-bottom: 9px;
}

    .checkout-price-options-header > span:first-of-type {
        font-size: 18px;
        font-size: 1.286rem;
        line-height: 31px;
        letter-spacing: -.4;
        text-align: right;
        direction: rtl;
        color: #777676;
    }

.checkout-price-options-content {
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.79;
    color: #3b3b3b;
}

.checkout-price-options-description {
    font-size: 14px;
    font-size: 1rem;
    line-height: 2.36;
    margin-bottom: 14px;
}

.checkout-price-options-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-page-content .page-content .btn-primary {
    font-size: 15px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #148693;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    cursor: pointer;
    font-family: inherit;
}

.success-checkout,
.warning-checkout {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    list-style: none;
    padding: 0;
    position: relative;
    margin: 20px 0;
}

    .success-checkout .icon-success,
    .warning-checkout .icon-warning {
        display: block;
        width: 60px;
        height: 60px;
        margin: 20px auto;
        line-height: 60px;
        border-radius: 50%;
        font-size: 24px;
        text-align: center;
        background-color: #b2d879;
        color: #489e48;
    }

    .warning-checkout .icon-warning {
        background-color: #ffdddd;
        color: #ff737b;
    }

    .success-checkout h1,
    .warning-checkout h1 {
        color: #968097;
        font-size: 16px;
        font-weight: bold;
    }

        .success-checkout h1 a,
        .warning-checkout h1 a {
            color: #0fafdd;
            font-family: sans-serif;
            margin: 0 4px;
        }

    .success-checkout p,
    .warning-checkout p {
        color: #4d663f;
        font-size: 14px;
        font-weight: bold;
    }

        .warning-checkout p.text-warning {
            color: #ff747b !important;
        }

.order-info {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    list-style: none;
    padding: 0;
    position: relative;
    margin: 20px 0;
    padding: 20px;
}

    .order-info h3 {
        color: #000;
        font-weight: bold;
        font-size: 20px;
    }

        .order-info h3 span {
            font-family: sans-serif;
        }

    .order-info p {
        color: #000;
        font-size: 16px;
        line-height: 30px;
    }

        .order-info p span.badge-success {
            background-color: #b2d879;
            color: #489e48;
            border-radius: 6px;
        }

        .order-info p span.badge-warning {
            background-color: #ffdddd;
            color: #ff737b;
            border-radius: 6px;
            border-color: #ff737b;
        }

        .order-info p a {
            margin: 0 6px;
        }

    .order-info .table-responsive {
        border-radius: 9px;
        border: 1px solid #e7e7e7;
    }

    .order-info .table thead {
        background-color: #ededed;
    }

@media (max-width: 580px) {
    .order-info .table {
        width: 580px;
    }
}

/* shopping Page */


.comments-product-attributes-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.692;
    margin-bottom: 10px;
    margin-top: 15px;
    margin-right: -10px;
}

.comments-product-attributes .slider.slider-horizontal {
    width: 70%;
}

    .comments-product-attributes .slider.slider-horizontal.slider-rtl .slider-track {
        background: #d5d5d5;
        height: 5px;
    }

.comments-product-attributes .slider-selection.tick-slider-selection {
    background: #35ccde;
}

.comments-product-attributes .slider-tick {
    width: 12px;
    height: 12px;
    background: silver;
    border: 2px solid #fcfcfc;
    top: 2px;
}

    .comments-product-attributes .slider-tick.in-selection {
        width: 12px;
        height: 12px;
        border: 2px solid #fcfcfc;
        background-color: #35ccde;
        top: 2px;
    }

.comments-product-attributes .slider-handle {
    width: 19px;
    height: 19px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    background: #35ccde;
    top: -3px;
}

.comments-add-col--content input::placeholder,
.comments-add-col--content textarea::placeholder {
    padding-right: 7px;
}

.comments-add-col--content h3 {
    margin-bottom: 45px;
    letter-spacing: -.5px;
    font-size: 22px;
    line-height: 1.5;
    color: #555;
}

.comments-add-col--content .cl-circle-title {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    float: right;
    margin: 8px 0 0 10px;
}

    .comments-add-col--content .cl-circle-title.cl-primary {
        background: #00bfd6;
    }

    .comments-add-col--content .cl-circle-title.cl-red {
        background: #fb3449;
    }

.comments-add-col--content .btn-primary {
    float: right;
}

.comments-add-col--content p {
    font-size: 14px;
    line-height: 1.36;
    text-align: justify;
    float: right;
    margin: 10px;
}

.comments-add-col--content .add-points {
    width: 30px;
    height: 28px;
    background: none;
    position: absolute;
    left: 6px;
    top: 8px;
    padding: 0;
    cursor: pointer;
    border: 2px solid #878787;
    border-radius: 4px;
    color: #878787;
    font-size: 24px;
    line-height: 23px;
    outline: none;
    display: none;
}

.tag-input-st {
    margin-bottom: 50px;
}

    .tag-input-st .bootstrap-tagsinput {
        width: 100%;
        padding: 0;
    }

        .tag-input-st .bootstrap-tagsinput input {
            width: 100%;
            line-height: 1.571;
            padding: 11px 12px;
        }

.tag-input-weak .addui-Tags .addui-Tags-tag,
.tag-input-weak .addui-Tags .addui-Tags-tag.addui-Tags-removable:after {
    color: #f44336;
}

.btn-primary {
    font-size: 13px;
    line-height: 22px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #148693;
    padding: 11px 31px;
    padding-right: 45px;
    color: #fff;
    max-width: 100%;
    position: relative;
    outline: none;
    cursor: pointer;
}

    .btn-primary:focus, .btn-primary:hover {
        outline: none;
        background-color: #00bfd6;
        border-color: #148693;
        box-shadow: none;
    }

    .btn-primary:not(:disabled):not(.disabled).active:focus,
    .btn-primary:not(:disabled):not(.disabled):active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: none;
    }

    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #00bfd6;
        border-color: #148693;
        box-shadow: none;
        outline: none;
    }

/* responsive */
@media (max-width: 1150px) {
    single-product .product .gallery-items li img {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 1077px) {
    header.main-header {
        display: none;
    }

    nav.header-responsive {
        display: block;
    }

    .sidebar-collapse .navbar-collapse {
        position: absolute;
        display: block;
        top: 0;
        height: 100vh !important;
        width: 300px;
        right: 0;
        z-index: 1032;
        visibility: visible;
        background-color: #fff;
        overflow-y: scroll;
        border-top: none;
        text-align: left;
        max-height: none !important;
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

        .sidebar-collapse .navbar-collapse:before {
            background: #fff;
            display: block;
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
        }

        .sidebar-collapse .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link {
            margin: 0 1rem;
            margin-top: 0.3125rem;
        }

            .sidebar-collapse .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link:not(.btn) {
                color: #FFFFFF;
            }

        .sidebar-collapse .navbar-collapse .dropdown-menu .dropdown-item {
            color: #FFFFFF;
        }

    .sidebar-collapse .navbar .navbar-nav {
        margin-top: 0;
    }

        .sidebar-collapse .navbar .navbar-nav .nav-link {
            padding-top: 0.75rem;
            padding-bottom: .75rem;
        }

        .sidebar-collapse .navbar .navbar-nav.navbar-logo {
            top: 0;
            height: 53px;
        }

    .sidebar-collapse .navbar .dropdown.show .dropdown-menu,
    .sidebar-collapse .navbar .dropdown .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 150px;
        overflow-y: scroll;
    }

        .sidebar-collapse .navbar .dropdown.show .dropdown-menu:before,
        .sidebar-collapse .navbar .dropdown .dropdown-menu:before {
            display: none;
        }

    .sidebar-collapse .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem;
    }

    .sidebar-collapse .navbar .dropdown .dropdown-menu {
        display: none;
    }

    .sidebar-collapse .navbar .dropdown.show .dropdown-menu {
        display: block;
    }

    .sidebar-collapse .navbar .dropdown-menu .dropdown-item:focus,
    .sidebar-collapse .navbar .dropdown-menu .dropdown-item:hover {
        color: #FFFFFF;
    }

    .sidebar-collapse .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 22px;
        height: 1px;
        border-radius: 1px;
        background: #000;
    }

        .sidebar-collapse .navbar .navbar-toggler-bar + .navbar-toggler-bar {
            margin-top: 7px;
        }

        .sidebar-collapse .navbar .navbar-toggler-bar.bar2 {
            width: 17px;
            transition: width .2s linear;
        }

    .sidebar-collapse .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: #888;
    }

    .sidebar-collapse .navbar .toggled .navbar-toggler-bar {
        width: 24px;
    }

        .sidebar-collapse .navbar .toggled .navbar-toggler-bar + .navbar-toggler-bar {
            margin-top: 5px;
        }

    .sidebar-collapse .bar1,
    .sidebar-collapse .bar2,
    .sidebar-collapse .bar3 {
        outline: 1px solid transparent;
    }

    .sidebar-collapse .bar1 {
        top: 0px;
        -webkit-animation: topbar-back 500ms linear 0s;
        -moz-animation: topbar-back 500ms linear 0s;
        animation: topbar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .sidebar-collapse .bar2 {
        opacity: 1;
    }

    .sidebar-collapse .bar3 {
        bottom: 0px;
        -webkit-animation: bottombar-back 500ms linear 0s;
        -moz-animation: bottombar-back 500ms linear 0s;
        animation: bottombar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .sidebar-collapse .toggled .bar1 {
        top: 6px;
        -webkit-animation: topbar-x 500ms linear 0s;
        -moz-animation: topbar-x 500ms linear 0s;
        animation: topbar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .sidebar-collapse .toggled .bar2 {
        opacity: 0;
    }

    .sidebar-collapse .toggled .bar3 {
        bottom: 6px;
        -webkit-animation: bottombar-x 500ms linear 0s;
        -moz-animation: bottombar-x 500ms linear 0s;
        animation: bottombar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }


    .sidebar-collapse [class*="navbar-expand-"] .navbar-collapse {
        width: 300px;
    }

    .sidebar-collapse .wrapper {
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse #bodyClick {
        height: 100%;
        width: 100%;
        position: fixed;
        opacity: 1;
        top: 0;
        left: auto;
        right: 300px;
        content: "";
        z-index: 9999;
        overflow-x: hidden;
        cursor: pointer;
        background-color: transparent;
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse.menu-on-left .navbar-collapse {
        right: auto;
        left: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }

    .nav-open .sidebar-collapse .navbar-collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .nav-open .sidebar-collapse .wrapper {
        -webkit-transform: translate3d(-150px, 0, 0);
        -moz-transform: translate3d(-150px, 0, 0);
        -o-transform: translate3d(-150px, 0, 0);
        -ms-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }

    .nav-open .sidebar-collapse .navbar-translate {
        -webkit-transform: translate3d(-280px, 0, 0);
        -moz-transform: translate3d(-280px, 0, 0);
        -o-transform: translate3d(-280px, 0, 0);
        -ms-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left .navbar-collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left .navbar-translate {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left .wrapper {
        -webkit-transform: translate3d(150px, 0, 0);
        -moz-transform: translate3d(150px, 0, 0);
        -o-transform: translate3d(150px, 0, 0);
        -ms-transform: translate3d(150px, 0, 0);
        transform: translate3d(150px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left #bodyClick {
        right: auto;
        left: 300px;
    }

    .bootstrap-collapse .navbar .navbar-collapse {
        background: none !important;
    }

    .bootstrap-collapse .navbar .navbar-nav {
        margin-top: 53px;
    }

        .bootstrap-collapse .navbar .navbar-nav .nav-link {
            padding-top: 0.75rem;
            padding-bottom: .75rem;
        }

        .bootstrap-collapse .navbar .navbar-nav.navbar-logo {
            top: 0;
            height: 53px;
        }

    .bootstrap-collapse .navbar .dropdown.show .dropdown-menu,
    .bootstrap-collapse .navbar .dropdown .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 150px;
        overflow-y: scroll;
    }

        .bootstrap-collapse .navbar .dropdown.show .dropdown-menu:before,
        .bootstrap-collapse .navbar .dropdown .dropdown-menu:before {
            display: none;
        }

    .bootstrap-collapse .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem;
    }

    .bootstrap-collapse .navbar .dropdown .dropdown-menu {
        display: none;
    }

    .bootstrap-collapse .navbar .dropdown.show .dropdown-menu {
        display: block;
    }

    .bootstrap-collapse .navbar .dropdown-menu .dropdown-item:focus,
    .bootstrap-collapse .navbar .dropdown-menu .dropdown-item:hover {
        color: #FFFFFF;
    }

    .bootstrap-collapse .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .bootstrap-collapse .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 22px;
        height: 1px;
        border-radius: 1px;
        background: #FFFFFF;
    }

        .bootstrap-collapse .navbar .navbar-toggler-bar + .navbar-toggler-bar {
            margin-top: 7px;
        }

        .bootstrap-collapse .navbar .navbar-toggler-bar.bar2 {
            width: 17px;
            transition: width .2s linear;
        }

    .bootstrap-collapse .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: #888;
    }

    .bootstrap-collapse .navbar .toggled .navbar-toggler-bar {
        width: 24px;
    }

        .bootstrap-collapse .navbar .toggled .navbar-toggler-bar + .navbar-toggler-bar {
            margin-top: 5px;
        }

    .bootstrap-collapse .bar1,
    .bootstrap-collapse .bar2,
    .bootstrap-collapse .bar3 {
        outline: 1px solid transparent;
    }

    .bootstrap-collapse .bar1 {
        top: 0px;
        -webkit-animation: topbar-back 500ms linear 0s;
        -moz-animation: topbar-back 500ms linear 0s;
        animation: topbar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .bootstrap-collapse .bar2 {
        opacity: 1;
    }

    .bootstrap-collapse .bar3 {
        bottom: 0px;
        -webkit-animation: bottombar-back 500ms linear 0s;
        -moz-animation: bottombar-back 500ms linear 0s;
        animation: bottombar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .bootstrap-collapse .toggled .bar1 {
        top: 6px;
        -webkit-animation: topbar-x 500ms linear 0s;
        -moz-animation: topbar-x 500ms linear 0s;
        animation: topbar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .bootstrap-collapse .toggled .bar2 {
        opacity: 0;
    }

    .bootstrap-collapse .toggled .bar3 {
        bottom: 6px;
        -webkit-animation: bottombar-x 500ms linear 0s;
        -moz-animation: bottombar-x 500ms linear 0s;
        animation: bottombar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }


    .profile-photo .profile-photo-small {
        margin-left: -2px;
    }

    .button-dropdown {
        display: none;
    }

    .section-nucleo-icons .container .row > [class*="col-"]:first-child {
        text-align: center;
    }

    .footer .copyright {
        text-align: right;
    }

    .section-nucleo-icons .icons-container {
        margin-top: 65px;
    }

    .navbar-nav .nav-link i.fa,
    .navbar-nav .nav-link i.now-ui-icons {
        opacity: .5;
    }

    .section-images {
        height: 500px;
        max-height: 500px;
    }

        .section-images .hero-images-container {
            max-width: 500px;
        }

        .section-images .hero-images-container-1 {
            right: 10%;
            top: 68%;
            max-width: 269px;
        }

        .section-images .hero-images-container-2 {
            right: 5%;
            max-width: 135px;
            top: 93%;
        }

    .navbar .navbar-nav.navbar-logo {
        display: none;
    }

    .logo-nav-res {
        margin: 20px 0;
    }

    nav.header-responsive > ul {
        position: relative;
        padding: 0;
    }

        nav.header-responsive > ul li {
            float: right;
            width: 100%;
        }

    nav.header-responsive ul ul {
        display: none;
        padding: 0;
        direction: ltr;
        background-color: #eeeeee;
    }

        nav.header-responsive ul ul li a {
            background-color: transparent;
        }

    nav.header-responsive > ul > li > a {
        font-size: 16px;
        display: block;
        padding: 7px 22px;
        background: #fff;
        color: #ff1744;
    }

    .navbar a:not(.btn):not(.dropdown-item) {
        color: #ff1744;
    }

    nav.header-responsive a {
        cursor: pointer;
        background-color: #fff;
        display: block;
    }

    nav.header-responsive ul > li > ul > li {
        position: relative;
    }

        nav.header-responsive ul > li > ul > li::before {
            position: absolute;
            right: 20px;
            top: 10px;
            color: #3633e6;
            font-size: 18px;
        }

        nav.header-responsive ul > li > ul > li > a:hover {
            color: #3633e6;
        }

        nav.header-responsive ul > li > ul > li > a {
            font-size: 14px;
            display: block;
            padding: 7px 35px;
            line-height: 44px;
            color: #283971;
        }

    nav.header-responsive ul > li.sub-menu {
        position: relative;
    }

        nav.header-responsive ul > li.sub-menu::before {
            content: '';
            position: absolute;
            left: 26px;
            top: 15px;
            width: 18px;
            height: 18px;
            border: 1px solid #ff1744;
            border-radius: 50%;
        }

        nav.header-responsive ul > li.sub-menu > a::before {
            position: absolute;
            content: "";
            width: 10px;
            height: 2px;
            background: #ff1744;
            left: 30px;
            top: 23px;
            z-index: 99;
            transition: all 0.1s ease-out;
        }

        nav.header-responsive ul > li.sub-menu > a::after {
            position: absolute;
            content: "";
            width: 2px;
            height: 10px;
            background: #ff1744;
            left: 34px;
            top: 19px;
            transition: all 0.1s ease-out;
        }

        nav.header-responsive ul > li.sub-menu.open > a::before {
            transform: rotate(45deg);
        }

        nav.header-responsive ul > li.sub-menu.open > a::after {
            transform: rotate(45deg);
        }

    nav.header-responsive ul a {
        padding: 10px;
    }

    main,
    cart,
    page-404,
    cart-page,
    search-page,
    single-product,
    profile-user-page {
        margin-top: 125px;
    }

    .shopping-page main.cart-page {
        margin-top: 0;
    }

    .page-404 {
        padding: 28px 0;
    }

    .brand-slider .owl-carousel .owl-nav .owl-prev {
        display: none;
        transition: all 0.3s ease-in-out;
    }

    .brand-slider .owl-carousel .owl-nav .owl-next {
        display: none;
        transition: all 0.3s ease-in-out;
    }

    .brand-slider .owl-carousel:hover .owl-nav .owl-prev,
    .brand-slider .owl-carousel:hover .owl-nav .owl-next {
        display: block;
    }

    #amazing-slider {
        display: none;
    }

    #amazing-slider-responsive {
        display: block;
    }
}

@media (min-width: 992px) {
    /*.container {
        max-width: 100%;
    }*/
}

@media (max-width: 992px) {
    .listing-header {
        padding: 10px 40px 0 0;
    }

    .listing-sort {
        display: block;
        width: 100%;
    }

    .center-section {
        margin: 0 auto;
    }

    .center-breakpoint {
        margin: 0 auto;
    }

    .hidden-md {
        display: none;
    }

    .show-md {
        display: block !important;
    }
}

@media (min-width: 768px) {
    /*.container {
        max-width: 100%;
    }*/
}

@media (max-width: 768px) {

    .box-tabs-tab a,
    .box-tabs-tab a.active {
        font-size: 14px;
        line-height: 23px;
        padding: 10px;
    }

        .box-tabs-tab a i {
            margin-left: 2px;
        }

    .amazing-search .breadcrumb-list li a,
    .amazing-search .breadcrumb-list li:last-child,
    .amazing-search .breadcrumb-list li:before {
        color: #6a6a6a;
    }

    .comments-area h3.comment-reply-title {
        margin-right: 0;
    }

    .comments-area ol.children {
        padding: 0;
    }

    p.comment-notes {
        margin-right: 0;
    }

    span.dl-none-sm {
        display: none;
    }

    .checkout-order-summary-col-post-time {
        font-size: 10px;
    }

    span.fs-sm {
        font-size: 9px;
    }

    .comments-headline {
        font-size: 18px;
    }

        .comments-headline > span span {
            font-size: 13px;
        }

    .comments-summary-note > span {
        font-size: 13px;
    }

    .box-tabs .card-body p {
        font-size: 12px;
    }

    .comments-area ol.comment-list {
        padding-right: 0;
    }

        .comments-area ol.comment-list .comment-author {
            margin-bottom: 0;
        }

        .comments-area ol.comment-list .footer {
            position: relative;
            left: 0;
            width: 100%;
            padding-top: 0;
        }

        .comments-area ol.comment-list .comment-title {
            font-size: 16px;
        }
}

@media (min-width: 576px) {
    /*.container {
        max-width: 100%;
    }*/
}

@media (max-width: 520px) {
    #amazing-slider {
        display: none;
    }

    #amazing-slider-responsive {
        display: block;
    }

    .owl-nav {
        display: none !important;
    }

    .gallery-items .owl-nav {
        display: block !important;
    }

    .checkout-item {
        width: 490px;
        overflow-x: visible;
        display: block;
    }

    .box-tabs-tab {
        width: 25%;
        text-align: center;
    }

        .box-tabs-tab a {
            font-size: 12px;
        }

            .box-tabs-tab a i {
                display: none;
            }

    .single-product .card-header {
        background-color: #fff;
    }

        .single-product .card-header button {
            font-size: 14px;
        }

    .shopping-page .checkout-contact-location {
        position: relative;
        display: inline-block;
        margin: 0 30px 30px;
    }

    .verify-phone-number {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .account-box {
        width: 100%;
    }

    .account-box-title {
        padding: 10px;
        font-size: 16px;
    }

    .account-box-content {
        padding: 0 10px;
    }

    .form-account-title {
        font-size: 12px;
    }

    .input-label i:before {
        right: 10px;
        top: 17px;
        font-size: 16px;
    }

    .input-field::placeholder {
        font-size: 13px;
        padding-right: 20px;
    }

    .account-box-content .dk-btn {
        font-size: 1.286rem;
        padding: 17px 55px;
    }

    .cart-empty-icon {
        width: 137px;
        height: 137px;
        line-height: 170px;
    }

        .cart-empty-icon i {
            font-size: 50px;
        }

    .cart-empty-title {
        font-size: 22px;
        margin: 15px 0 15px;
    }

    .cart-empty a.dk-btn {
        display: block;
        font-size: 12px;
        padding: 17px 50px;
    }

    .product-add a.dk-btn {
        display: block;
        font-size: 16px;
    }

    .product .price-product .price-discount {
        margin: 20px 0;
    }

    #amazing-slider-responsive .countdown-timer span {
        font-size: 15px;
    }

    .widget-product .product-carousel .item ins,
    .brand-slider .product-carousel .item ins {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .cart-empty a.dk-btn {
        padding: 17px;
    }

        .cart-empty a.dk-btn > i,
        .cart-empty .dk-btn:before {
            display: none;
        }

    .checkout-summary-content .parent-btn .dk-btn {
        font-size: 16px;
    }

    #amazing-slider-responsive .countdown-timer span {
        font-size: 12px;
    }

    #amazing-slider-responsive .countdown-timer {
        font-size: 15px;
    }
}


.dropdown:hover > .dropdown-menu {
    display: block;
}

.mini-shopping-cart {
}

    .mini-shopping-cart .count {
        background: #f7f7f79c;
        text-align: left;
        padding: 12px 12px;
        font-family: IRANSans-web;
        font-size: 11px;
    }

        .mini-shopping-cart .count a {
            color: #4ab2f1;
            font-weight: normal;
            display: inline-block;
            text-align: left;
            font-weight: 200;
        }

        .mini-shopping-cart .count i {
            font-size: 11px;
            font-weight: bold;
            position: relative;
            top: 2px;
        }

    .mini-shopping-cart .rpart {
        display: inline-block;
        text-align: right;
        float: right;
    }

    .mini-shopping-cart .items {
        border-top: 1px solid #f0f0f1;
        font-size: 12px;
        line-height: 22px;
    }

        .mini-shopping-cart .items .item {
            border-bottom: 1px solid #f0f0f1;
        }


            .mini-shopping-cart .items .item .product .name a {
                line-height: 21px;
                font-weight: 300;
                color: #3a3a3a;
            }

    .mini-shopping-cart .count .prlbl {
        font-size: 12px;
        color: black;
    }

    .mini-shopping-cart .cart-button {
        border-radius: 0 0 8px 8px;
        background-color: #00bfd6;
        border: none;
        width: 100%;
        padding: 11px 10px;
        color: white;
        position: relative;
        bottom: -2px;
    }

.order-summary-content .remove-from-cart > input[type='checkbox'] {
    display: none;
}

.order-summary-content .ico {
    display: inline-block;
    height: 16px;
    width: 16px;
}

.order-summary-content .remove-from-cart > .ico-delete {
    font: normal normal normal 14px/1 'Nucleo Outline';
    cursor: pointer
}

    .order-summary-content .remove-from-cart > .ico-delete:before {
        content: "\ea53";
    }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
    font-size: 13px;
}

.user-login .dropdown-menu .btncn {
    text-align: center;
    padding: 20px 16px 6px 16px;
}

.user-login .dropdown-menu li.btncn:hover {
    background: #f0f0f1;
}

.user-login .dropdown-item {
    border-top: 1px solid #f0f0f1;
    width: 90%;
    margin: auto;
}

.user-login .dropdown-menu .dropdown-item a {
}

.prpage.category-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    border: 1px solid #e4e4e4;
    line-height: 22px;
    position: relative;
}

.product-selectors .product-viewmode {
    display: inline-block;
    float: left;
}

.product-selectors .product-viewmode {
    font-size: 0;
    opacity: .5;
    display: none
}

.product-selectors > div {
    display: inline-block;
    margin: 5px;
}

.product-page-size {
    display: none !important
}

.product-selectors {
    border-bottom: 1px solid #ebe9e9;
    position: relative;
    padding: 6px 36px 6px 5px;
}

    .product-selectors:before {
        content: "\ea14";
        font: normal normal normal 20px/1 'Nucleo Outline';
        right: 13px;
        color: #cecece;
    }

    .product-selectors:before, .listing-type {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

.product-sorting {
    font-family: IRANSans-web;
}

    .product-sorting select {
        height: 27px;
        padding: 1px 5px;
        position: relative;
        top: 2px;
        border: 1px solid #e6e6e6;
        border-radius: 3px;
        margin-right: 5px;
    }

.product-selectors span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.ajax-products {
    position: relative;
    margin-top: 1px;
}

.product-item .product-box .picture {
    max-width: 245px;
    margin: auto;
}

.product-box-content h2 a {
    color: #535353;
    font-size: 14px;
    line-height: 20px;
}

.item-box .actual-price {
    color: black;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 1.0rem;
    line-height: 1.1;
}

.filter-section {
    background-color: #fff;

    border-radius: 8px;
    margin: 0 0 10px;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    border: 1px solid #dedede;
}

.overview .product-name h1 {
    color: #494949;
    font-weight: 400;
    font-size: 17px !important;
    line-height: 7px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.overview .separator {
    width: 1px;
    background-color: white;
}

.form-account .input-field {
    padding-right: 45px !important;
}

.s_sidebar {
    -ms-flex: 0 0 18.9%;
    -webkit-box-flex: 0;
    flex: 0 0 18.9%;
    max-width: 18.9%;
    padding-right: 0;
    padding-left: 10px;
}

.s_pagecontent {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    -ms-flex: 0 0 81.1%;
    -webkit-box-flex: 0;
    flex: 0 0 81.1%;
    max-width: 81.1%;
    padding-left: 0;
}

.s_sidebar .box {
    background-color: #fff;
    margin: 0 0 10px;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    border: 1px solid #dedede;
    border-radius: 8px;
}

    .s_sidebar .box .box-header {
        position: relative;
        color: #535353;
        letter-spacing: .2px;
        font-weight: normal;
        font-size: 14px;
        font-size: .8rem;
        line-height: 1.571;
        padding: 8px 16px 10px 15px;
        border-bottom: 1px solid #f2f2f2;
        margin-right: 6px;
        margin-left: 6px;
    }

.box-content {
    padding: 10px 13px 8px 12px;
}

.s_sidebar .category-result {
    padding: 10px 30px 10px 20px;
}

    .s_sidebar .category-result ul ul {
        margin-right: 20px;
    }

    .s_sidebar .category-result ul li {
        margin: 7px 0;
        font-size: 13px;
        position: relative;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .s_sidebar .category-result ul li::before {
            content: "\ea3a";
            font-family: 'Nucleo Outline';
            font-size: 9px;
            font-weight: bold;
            position: absolute;
            right: -13px;
            top: 3px;
        }

        .s_sidebar .category-result ul li a:hover {
            color: #00bfd6
        }

    .s_sidebar .category-result ul ul ul li::before {
        content: '';
    }

.ajaxfilter-section .ui-widget-header {
    background: #ef5661;
    border: none !important;
    height: 2px !important;
    box-shadow: none !important;
    top: 1px !important;
}

.ajaxfilter-section .ui-widget.ui-widget-content {
    border: none;
    background: #ffe2e2;
    height: 3px;
}

.ajaxfilter-section .ui-slider-handle {
    border-radius: 100%;
    background: none;
    background: white;
    top: -7px;
    border: none;
    box-shadow: 0px 0px 3px 0px #ff9191;
    cursor: pointer
}


    .ajaxfilter-section .ui-slider-handle:before, .ajaxfilter-section .ui-slider-handle:last-child:before {
        font-family: 'Nucleo Outline';
        font-size: 11px;
        position: relative;
        left: 2px;
    }

    .ajaxfilter-section .ui-slider-handle:before {
        content: "\ea3b";
    }

    .ajaxfilter-section .ui-slider-handle:last-child:before {
        content: "\ea3a";
    }

.ajaxfilter-price-section {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
}

.ajaxfilter-price-range-section {
    display: none;
}

.ajaxfilter-price-section .prs-r {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: center;
    font-size: .8rem;
    line-height: 1.692;
    letter-spacing: .3px;
    color: #858585;
    padding: 13px 15px 20px;
}

.ajaxfilter-price-section .prs-l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: center;
    font-size: .8rem;
    line-height: 1.692;
    letter-spacing: .3px;
    color: #858585;
    padding: 13px 15px 20px;
    border-right: 1px solid #f5f5f5;
}

.ajaxfilter-price-section .prs-t {
}

.ajaxfilter-price-section .prs-u {
}


#price-current-min {
}

#price-current-max {
}

.pd0 {
    padding: 0px;
}

.shirazsunRage {
    padding: 5px 26px 15px;
    border-bottom: 1px solid #f5f5f5;
}

.ajaxfilter-price-section .prs-r input[type=text], .ajaxfilter-price-section .prs-l input[type=text] {
    text-align: center;
    border: none;
    width: 70px;
    display: block;
    background-color: #f8f8f8;
    margin: 10px auto;
}

#slider-range, .shirazsunRage {
    direction: rtl
}

.box-content .fbox {
    border: 1px solid #eee;
    display: inline-block;
    padding: 2px 7px;
    margin: 5px 5px;
    border-radius: 10px;
}

    .box-content .fbox .fttl {
        background: none;
        border: none;
        color: #5a5a5a;
        font-size: 12px;
    }

    .box-content .fbox .fdelete {
        background: none;
        border: none;
        width: 23px;
        height: 23px;
        padding: 0px;
        position: relative;
        top: 2px;
        outline: none;
    }

        .box-content .fbox .fdelete:before {
            font-family: shirazsunshopfont;
            content: "\E0D9\00FE0E";
            font-size: 10px;
            margin-top: 10px;
            color: #727272;
            vertical-align: top;
            display: inline-block;
            top: -7px;
            right: -1px;
            position: relative;
        }

        .box-content .fbox .fdelete:hover:before {
            color: black;
        }

header.main-header .user-login > a {
    font-size: 14px;
    color: #6f6f6f;
}

.item-box .prices {
    min-height: 40px;
    text-align: center;
}

.mainproduct {
    padding-right: 15px;
    padding-left: 15px;
}

.pdl0 {
    padding-left: 0px;
}

.user-login .btncn a {
    font-family: IRANSans-web;
    font-size: 10px;
    color: #19bfd3;
    padding-right: 10px;
    position: relative;
    top: -6px;
    display: block;
    font-weight: 200;
}

    .user-login .btncn a:after {
        font-family: shirazsunshopfont;
        content: "\E0DB\00FE0E";
        font-size: 18px;
        font-size: 1.286rem;
        line-height: 1.222;
        margin-right: 0px;
        position: relative;
        top: 7px;
    }

.user-login .btncn .username {
    display: block;
    color: #4c4c4c;
    font-size: 15px;
    margin-left: 15px;
}

.breadcrumb {
    padding: 0px;
    margin: 0px;
    background: none;
}

    .breadcrumb ul {
        margin: 0px 3px 11px 5px;
    }

    .breadcrumb li {
        display: inline-block;
    }

        .breadcrumb li a {
            font-family: IRANSans-web;
            font-size: 11px;
            font-weight: normal;
        }

            .breadcrumb li a:hover {
                color: black
            }

        .breadcrumb li strong {
            font-weight: normal !important;
            font-family: IRANSans-web;
            font-size: 11px;
            color: darkgrey;
        }

        .breadcrumb li a span {
        }

        .breadcrumb li .delimiter {
            color: #b7b7b7;
            margin: 0px 3px;
        }

.pr-img-cn {
    border-left: 1px solid #f4f4f4;
}

.zoomWindow {
    box-shadow: 0px 4px 6px #999999;
    -moz-box-shadow: 0px 4px 6px #999999;
    -ms-box-shadow: 0px 4px 6px #999999;
    -webkit-box-shadow: 0px 4px 6px #999999;
    border: 1px solid #e6e7e8 !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.product-essential .picture-thumbs img {
    opacity: .7;
}

.product-essential .picture-thumbs img {
    opacity: .7;
}

.product-essential .picture-thumbs a:hover img {
    opacity: 1;
}

.product-essential .prcat li {
    display: inline-block;
    margin-right: 28px;
    color: #515151;
    font-family: IRANSans-web;
}

.product-essential .prcat {
    margin: 0px;
}

    .product-essential .prcat li:first-child {
        margin-right: 0px;
    }

    .product-essential .prcat li span.label {
        font-weight: normal;
        font-size: 12px;
    }

    .product-essential .prcat li span.value {
    }

        .product-essential .prcat li span.value a {
            font-weight: normal;
            font-size: 12px;
            position: relative;
        }

            .product-essential .prcat li span.value a:after {
                left: 0;
                right: 0;
                top: 50%;
                margin-top: .85em;
                content: "";
                position: absolute;
                border-bottom: 1px dashed #1ca2bd;
            }

.product-essential .attributes select {
    min-width: 220px;
    padding: 3px 12px;
    height: 39px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    font-family: IRANSans-web;
    font-size: 12px;
}

.product-essential .attributes .text-prompt {
    margin-top: .5rem;
    font-size: 13px;
    color: #6f6f6f;
    font-weight: normal;
}

.product-essential .attributes .color-squares li {
}

    .product-essential .attributes .color-squares li .attcolorval {
        display: inline-block;
        width: auto;
        border: 1px solid #dedede;
        font-family: IRANSans-web;
        border-radius: 8px;
        color: #6f6f6f;
        padding: 8px 16px;
        padding-right: 37px;
        font-size: 11px;
        cursor: pointer;
    }

.attribute-squares .selected-value .attribute-square-container .attcolorval {
    border-color: #00bfd6 !important;
}

.product-essential .attributes ul {
    margin-bottom: 0px;
}

.attribute-squares label {
    display: block;
    margin: 0 !important;
    overflow: hidden;
    position: relative;
}

.attribute-squares li input {
    position: relative;
    z-index: -1;
    margin: -32px 0 0;
    position: absolute;
}



.chklist {
}

    .chklist li {
        direction: rtl;
        display: inline-block;
        border: 1px solid #dedede;
        font-family: IRANSans-web;
        border-radius: 8px;
        font-size: 11px;
        position: relative;
    }

        .chklist li label {
            padding: 10px 10px;
            padding-right: 30px;
        }

.product-essential .attributes input[type="text"] {
    min-width: 220px;
    background: none;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    height: 33px;
    padding: 5px;
}

.product-essential .attributes .rdlist {
}

    .product-essential .attributes .rdlist li {
        direction: rtl;
        display: inline-block;
        border: 1px solid #dedede;
        font-family: IRANSans-web;
        border-radius: 8px;
        font-size: 11px;
        position: relative;
    }

        .product-essential .attributes .rdlist li label {
            padding: 10px 10px;
            padding-right: 30px;
        }

.headerspecification {
    position: relative;
}

    .headerspecification li {
        font-family: IRANSans-web;
        font-size: 12px;
        margin: 8px 0px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        width: 100%;
        color: #55565a;
    }

        .headerspecification li:before {
            content: "";
            width: 5px;
            height: 5px;
            background: #ccc;
            vertical-align: middle;
            margin-left: 5px;
            border-radius: 50%;
        }

    .headerspecification .hs-t {
    }

    .headerspecification .hs-v {
    }

.hs-mt {
    color: #55565a;
    font-size: 12px;
    font-weight: bold
}

.expandible .showmore {
    display: inline-block;
    position: relative;
}

    .expandible .showmore li {
        color: #1ca2bd;
        font-family: IRANSans-web;
        font-size: 11px;
        cursor: pointer;
    }

        .expandible .showmore li:before {
            left: -6px;
            top: 52%;
            margin-top: .85em;
            content: "";
            position: absolute;
            border-bottom: 1px dashed #1ca2bd;
            width: 87%;
            background: none;
            height: 1px;
        }

.expandible span.showmore {
    color: #1ca2bd;
    font-family: IRANSans-web;
    font-size: 11px;
    cursor: pointer;
}

    .expandible span.showmore::after {
        left: 0px;
        top: 52%;
        margin-top: .85em;
        content: "";
        position: absolute;
        border-bottom: 1px dashed #1ca2bd;
        width: 87%;
        background: none;
        height: 1px;
    }

.product-essential .majordetail {
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    padding: 10px 20px;
    position: relative;
    top: 0px;
    width: 90%;
}

.product-essential .iaconrow {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

.si-fav:after {
    content: "\E029\00FE0E";
}

.si-share:after {
    content: "\E049\00FE0E";
}

.si-compare:after {
    content: "\E17D\00FE0E";
}

.si-close:after {
    content: "\E0F0\00FE0E";
}

.si-left1:after {
    content: "\E0C2\00FE0E";
}
.si-check:after {
    content: "\E0BE\00FE0E";
}
.product-essential .iaconrow li {
    display: inline-block;
}

    .product-essential .iaconrow li i {
        margin-left: 10px;
        position: relative;
        top: 3px;
        font-weight: bold;
        font-size: 20px;
    }
        .product-essential .iaconrow li i.si-garranty {
            color: #9b9b9b;
            font-size: 30px;
            font-weight: 300;
        }
        .product-essential .iaconrow li i.si-check {
            color: #9b9b9b;
            font-size: 26px;
            font-weight: 300;
            right: 2px;
        }
.product-essential .iaconrow .iaconrowvalue {
    position: relative;
    top: -5px;
}
.garrantypr {
}

.socialSharecn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.sh-sc-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    margin-left: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: shirazsunshopfont;
    font-style: normal;
    text-align: center;
}

    .sh-sc-icon:before {
        font-size: 1.514rem;
        line-height: 24px;
        color: #fff;
        position: relative;
        top: 10px;
    }

.sh-tw {
    background: #4dcceb;
    border: 1px solid #4dcceb;
}

.sh-fb {
    background: #4d8deb;
    border: 1px solid #4d8deb;
}

.sh-wt {
    background: #1bd741;
    border: 1px solid #1bd741;
}

.sh-em {
    background: #ef5662;
    border: 1px solid #ef5662;
}

.sh-tw:before {
    content: "\E0AF\00FE0E";
}

.sh-fb:before {
    content: "\E0AA\00FE0E";
}

.sh-wt:before {
    content: "\E1F9\00FE0E";
}

.sh-em:before {
    content: "\E039\00FE0E";
}

.innerpage {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ededed;
    padding: 16px 24px 24px;
}

.container2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container2 {
    margin-top: 16px;
    max-width: 1366px;
}

.customform .inputs {
    margin-bottom: 20px;
}

    .customform .inputs input[type=text], .customform .inputs input[type=email], .customform .inputs textarea, .customform .inputs text {
        border-radius: 5px;
        background: #fff;
        border: 1px solid #c8c8c8;
        color: #717171;
        font-size: 14px;
        line-height: 1.571;
        padding: 11px 12px;
        width: 100%;
        letter-spacing: -.8px;
        text-align: left;
        font-family: iranyekan;
        outline: none;
        direction: rtl;
        text-align: right;
        font-family: IRANSans-web;
        font-weight: normal;
        font-size: 12px;
    }

.emtofrform {
    width: 500px;
    margin: auto;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 70px;
    box-shadow: 0px 0px 14px 0px #d4d4d4;
}

    .emtofrform .required {
        font-family: Tahoma;
        font-size: 15px;
    }

.btntype2 {
    font-size: 1.186rem;
    padding: 17px 80px;
    border-radius: 8px;
    background-color: #00bfd6;
    color: #fff;
    text-align: center;
    display: inline-block;
    border: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    line-height: 22px;
    text-decoration: none;
    margin-top: 5px;
    font-family: iranyekan !important;
    cursor: pointer;
    outline: none;
    min-width: 250px;
    overflow: hidden;
}

    .btntype2:before {
        transition: all .3s ease-in-out;
        width: 21%;
        height: 150%;
        position: absolute;
        right: -11px;
        top: -17px;
        background: hsla(0, 0%, 100%, .21);
        content: "";
        border-radius: 50%;
    }

    .btntype2 > i {
        font-size: 25px;
        position: absolute;
        right: 15px;
        top: 15px;
        color: rgba(255, 255, 255, 0.7);
        font-style: normal;
    }

    .btntype2:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
        width: 900px;
        height: 900px;
        right: -450px;
        top: -450px;
        transform: unset;
    }

.notexist {
    display: block;
    margin: 15px 0px;
    margin-top: 47px;
    margin-bottom: 40px;
}

    .notexist .out-title-cn {
        height: 1px;
        background: red;
        text-align: center;
        background: rgb(150, 150, 150);
        margin-bottom: 40px;
    }

    .notexist .out-title {
        display: inline-block;
        background: whitesmoke;
        position: relative;
        top: -14px;
        font-size: 19px;
        padding: 0px 12px;
        color: rgb(150, 150, 150);
        font-weight: normal;
    }

#Specs-custom b.title {
    color: #4d4d4d;
    font-size: 1.103rem;
    line-height: 1.375;
    margin-bottom: 25px;
    letter-spacing: -.3px;
    position: relative;
    padding-right: 19px;
    margin: 26px 0px 21px 0px;
    display: block;
    text-align: revert;
    font-weight: normal;
}

    #Specs-custom b.title:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 7px;
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #00bfd6;
        border-style: solid;
        border-width: 7px 0 0 7px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

#Specs-custom table td {
    border: none;
    background: #fafafa;
    border: 12px solid white;
    padding: 14px;
}

.cartpage {
    margin-top: 30px
}

.p-title2 {
    padding: 9px 12px;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

    .p-title2:before {
        content: "";
        height: 2px;
        width: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: #ef394e;
        border-radius: 2px 2px 0 0;
    }

.cart th.unit-price {
    width: 50px;
}

.cart th.quantity {
    width: 40px;
}

.cart th.subtotal {
    width: 50px;
}

.cart th {
    text-align: center;
    border-bottom: 1px solid #c7c7c7;
    padding: 16px 11px;
    font-weight: normal;
}

.cart td {
    text-align: center;
    border-bottom: 1px solid #f3f3f3;
    padding: 13px 11px;
}
.quantitychnage {
    width: 100px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #eee;
    border-radius: 8px;
    color: #0fabc6;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
}
.quantitychnage {
    
}
    .quantitychnage button {
      
        background: none;
        border: none;
        margin: 0;
        padding: 0;
        color: #0fabc6;
        background-color: #fff;
        cursor: pointer;
        width: 33%;
        text-align: center;
        height: 100%;
        border-radius: 8px;
    }
    .quantitychnage .qty-input {
        width: 33%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        font-size: 15px;
        font-size: 1.071rem;
        line-height: 15px;
        border:none !important
    }
    .quantitychnage .qtc_add {
    }
    .quantitychnage .qtc_add i{
    }
    .quantitychnage .qtc_remove {
    }
        .quantitychnage .qtc_remove i {
            color: #e0e0e2;
        }
    .quantitychnage i {
        position: relative;
        top: 2px;
        font-size: 18px;
    }
.cart td.quantity input {
    width: 45px;
    text-align: center;
    border: 1px solid #d5d5d5;
    height: 30px;
    border-radius: 4px;
}

.cart thead tr {
    -webkit-box-shadow: 0px 1px 1px 0px #80808069;
    box-shadow: 0px 1px 1px 0px #80808069;
}

.cart td.product .primage {
    display: inline-block;
    width: 81px;
    float: right;
}

.cart td.product .prcartdetail {
    display: inline-block;
    width: -webkit-calc(100% - 1200px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    font-family: IRANSans-web;
    font-weight: 300;
    font-size: 12px;
    line-height: 23px;
}

.cart.table2 td.quantity {
    padding-left: 25px;
}

.cart.table2 .update-cart-button {
    font-family: IRANSans-web;
    font-size: 12px;
    width: 124px;
    padding: 6px 7px;
    display: block;
    margin: auto;
    height: 33px;
}

    .cart.table2 .update-cart-button:hover {
        border: 1px solid gray;
        background: #8e8e8e;
        color: white;
        box-shadow: 0px 0px 5px 0px grey;
    }


.btntype3 {
    font-size: 1.05rem;
    padding: 17px 80px;
    border-radius: 8px;
    background-color: #ef394e;
    color: #fff;
    text-align: center;
    display: inline-block;
    border: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    line-height: 22px;
    text-decoration: none;
    margin-top: 5px;
    font-family: iranyekan !important;
    cursor: pointer;
    outline: none;
    min-width: 250px;
    overflow: hidden;
}

    .btntype3:before {
        transition: all .3s ease-in-out;
        width: 21%;
        height: 150%;
        position: absolute;
        right: -11px;
        top: -17px;
        background: hsla(0, 0%, 100%, .21);
        content: "";
        border-radius: 50%;
    }

    .btntype3 > i {
        font-size: 25px;
        position: absolute;
        right: 15px;
        top: 15px;
        color: rgba(255, 255, 255, 0.7);
        font-style: normal;
    }

    .btntype3:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
        width: 900px;
        height: 900px;
        right: -450px;
        top: -450px;
        transform: unset;
    }

.cart-page-aside .checkout-attributes {
    text-align: center;
}

.cart-page-aside .selected-checkout-attributes {
    font-family: IRANSans-web;
    font-weight: normal;
    text-align: center;
    font-size: 12px;
    color: black;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 11px;
    padding-bottom: 13px;
}

.cart-page-aside .checkout-attributes dl dt {
    font-weight: normal;
    font-size: 14px;
    color: #616161;
    border-bottom: 1px solid #cacaca;
    margin: 0px;
    margin-bottom: 20px;
}

    .cart-page-aside .checkout-attributes dl dt label {
    }

.cart-page-aside select {
    padding: 6px 17px;
    height: 38px;
    font-family: IRANSans-web;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #cecece;
}

.cart-collaterals {
    max-width: 100%;
}

    .cart-collaterals .title {
        font-size: 16px;
        color: #444;
        border-bottom: 1px solid #dad8d8;
        padding-bottom: 8px;
        margin-bottom: 15px;
    }

    .cart-collaterals .hint {
        margin: 0 0 10px;
        font-family: IRANSans-web;
        font-weight: 300;
        font-size: 12px;
        text-align: center;
        color: #444444;
        margin-bottom: 19px;
        margin-top: 21px;
    }

.remove-discount-button,
.remove-gift-card-button {
    display: block;
    margin: auto;
    margin-top: 15px;
    color: red;
    background-color: #dd4b39;
    font-family: IRANSans-web;
    font-weight: normal;
    color: white;
    border: none;
    padding: 6px 8px;
    font-size: 12px;
}

.cart-collaterals .coupon-code input[type="text"] {
    float: right;
    width: 67%;
    height: 36px; /*safari padding fix*/
    margin: 0 0 0 -1px;
    border: 1px solid #c8c8c8;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cart-collaterals .coupon-code input[type="submit"] {
    float: right;
    width: 30%;
    height: 36px;
    padding: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #00bfd6;
}

.checkout-summary-main .total-info {
    padding: 16px;
}

    .checkout-summary-main .total-info .order-subtotal {
        border-bottom: 1px solid #eee;
        color: black;
    }

        .checkout-summary-main .total-info .order-subtotal .value-summary {
            font-size: 16px;
            color: red;
        }

.checkoutpage .order-total .value-summary {
    color: red;
    font-size: 16px;
}

.checkoutpage .order-subtotal .value-summary {
    color: black !important;
    font-size: 14px !important;
}

.formtype4 {
    padding: 30px;
}

.formtype4 {
    padding: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    -webkit-box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
    box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
    position: relative;
    overflow: hidden;
    /* overflow: hidden; */
    background: white;
}

.profile-user-page .order-list .order-status {
    border: 1px dashed black;
    padding: 2px 10px;
}

    .profile-user-page .order-list .order-status.complete {
        border-color: green
    }

    .profile-user-page .order-list .order-status.processing {
        border-color: blue
    }

    .profile-user-page .order-list .order-status.pending {
        border-color: red
    }

.order-overview-content .order-status {
    border: 1px dashed red;
    display: inline-block;
    padding: 10px;
    margin: 17px;
}

.order-overview-content li {
    font-weight: 300;
}

.order-details-page .shipments {
    border: 1px dashed;
    padding: 10px;
    text-align: center;
    font-weight: 200;
    margin-bottom: 20px;
}

.delivertoinfo {
    padding: 15px;
    margin-top: 20px;
}

    .delivertoinfo .dl_content {
    }

        .delivertoinfo .dl_content ul {
        }

            .delivertoinfo .dl_content ul li {
                display: inline-block;
                width: 49%;
                background: #f9f9f9;
                margin-bottom: 3px;
                padding: 14px;
                font-weight: 300;
                color: black;
            }

    .delivertoinfo .dl_title {
        margin-bottom: 12px;
        border-bottom: 1px solid red;
        display: inline-block;
        padding-bottom: 5px;
    }

    .delivertoinfo .dl_content ul li .dl_t {
        display: inline-block;
    }

    .delivertoinfo .dl_content ul li .dlv {
        display: inline-block;
        font-weight: normal;
    }

.formtype4 .form-account-title {
    text-align: right;
    font-family: IRANSans-web;
    font-weight: normal;
    font-size: 13px;
    color: #5d5d5d;
    font-weight: 300;
}

.order-details-page .products {
    border: 1px dashed;
    padding: 15px;
    margin-bottom: 20px;
}

    .order-details-page .products td a {
        font-weight: 300;
    }


.formtype4 .input-field {
    text-align: right;
    direction: rtl;
    padding-right: 53px;
}

.formtype4 select.input-field {
    height: 45px;
}

.formtype4 .field-validation-error {
    display: inline-block
}

.formtype4 .row {
    margin-bottom: 28px;
}

.formtype4 .input-field {
}

.checkout-page .opc .section {
    padding: 0px;
    background: none;
}

.en {
    direction: ltr !important;
    text-align: left !important;
}

.noaddress .opc .step {
    padding-top: 0px;
}

.noaddress #billing-buttons-container {
    text-align: left
}

.btntype5 {
    font-size: 1.286rem;
    padding: 18px 80px;
    border-radius: 8px;
    background-color: #00bfd6;
    color: #fff;
    text-align: center;
    display: inline-block;
    border: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    line-height: 22px;
    text-decoration: none;
    margin-top: 5px;
    font-family: iranyekan;
}

.btntype5 {
    font-size: 1.0rem;
    padding: 13px 28px;
    border-radius: 8px;
    background-color: #f13337;
    color: #fff;
    text-align: center;
    display: inline-block;
    border: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    line-height: 22px;
    text-decoration: none;
    margin-top: 5px;
    font-family: iranyekan;
    overflow: hidden;
    padding-right: 63px;
}

    .btntype5:before {
        transition: all .3s ease-in-out;
        width: 23%;
        height: 141%;
        position: absolute;
        right: -11px;
        top: -8px;
        background: hsla(0, 0%, 100%, .21);
        content: "";
        border-radius: 50%;
    }

    .btntype5:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
        width: 900px;
        height: 900px;
        right: -450px;
        top: -450px;
        transform: unset;
    }

    .btntype5 > i {
        font-size: 21px;
        position: absolute;
        right: 6px;
        top: 17px;
        color: rgba(255, 255, 255, 0.7);
        font-style: normal;
    }

.alert--info {
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
    direction: rtl;
    text-align: right
}

.opc-box {
}

    .opc-box .opc-title {
        margin-bottom: 12px;
        padding-right: 13px;
    }

        .opc-box .opc-title:before {
        }

    .opc-box .opc-content {
        border: 1px solid #e6e6e6;
        border-radius: 8px;
        -webkit-box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
        box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
        position: relative;
        overflow: hidden;
        background: white;
        padding: 30px 5px;
        margin-bottom: 30px;
    }

.sidebox .btntype3:before {
    transition: all .3s ease-in-out;
    width: 25%;
    height: 150%;
    position: absolute;
    right: -7px;
    top: -15px;
    background: hsla(0, 0%, 100%, .21);
    content: "";
    border-radius: 50%;
}

.sidebox .btntype3 {
    font-size: 1.25rem;
}

.addresbox1 .select-billing-address {
    margin-bottom: 15px;
}

.opc-box .opc-content .checkout-content {
    border: none;
    background: none;
    box-shadow: none
}

.checkoutpage .shipping-method {
}

.checkoutpage .shipping-method {
}

.checkoutpage .method-list {
}

    .checkoutpage .method-list li {
        width: 100%;
        text-align: right;
        direction: rtl;
        display: inline-block;
        height: auto;
        margin-bottom: 37px;
    }

        .checkoutpage .method-list li .method-name {
            position: relative;
            padding: 0px;
            margin: 0px;
        }

            .checkoutpage .method-list li .method-name input[type="radio"] {
                position: relative;
                right: 23px;
                z-index: 7;
                top: 20px;
                cursor: pointer;
            }

            .checkoutpage .method-list li .method-name label {
                position: absolute;
                height: 100%;
                margin: 0px;
                padding: 0px;
                padding-right: 21px;
                width: 94%;
                min-height: 65px;
                cursor: pointer;
                border: 1px solid #d4d4d4d1;
                background: #ececec30;
                border-radius: 8px;
            }

        .checkoutpage .method-list li .method-description {
        }

        .checkoutpage .method-list li input[type="radio"]:checked + label {
            color: #009687;
            border: 1px solid #009687;
            background: #f0fffe;
        }

        .checkoutpage .method-list li .method-name label .sh-0 {
            width: 100%;
            display: inline-block;
            float: right;
            width: -moz-calc(100% - 110px);
            width: -webkit-calc(100% - 110px);
            width: calc(100% - 110px);
            padding-top: 9px;
            padding-right: 13px;
        }

        .checkoutpage .method-list li .method-name label .sh-1 {
            color: #000000;
            font-weight: normal;
            font-size: 13px;
        }

        .checkoutpage .method-list li .method-name label .sh-2 {
            display: block;
            font-family: IRANSans-web;
            padding-top: 7px;
            font-weight: 300;
            font-size: 12px;
        }

        .checkoutpage .method-list li .method-name label .sh-3 {
            width: 109px;
            display: block;
            float: left;
            background: #fbfbfb;
            height: 100%;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
            border-right: 1px solid #dadada;
        }

            .checkoutpage .method-list li .method-name label .sh-3 .sh3-t1 {
                display: block;
                text-align: center;
                padding-top: 9px;
                font-weight: 300;
                font-size: 13px;
            }

            .checkoutpage .method-list li .method-name label .sh-3 .sh3-t2 {
                display: block;
                text-align: center;
                padding-top: 7px;
                font-size: 14px;
            }


        .checkoutpage .method-list li input[type="radio"]:checked + label .sh-3 {
            background: #fbfbfb;
            border-right: 1px solid #eaeaea;
        }

        .checkoutpage .method-list li input[type="radio"]:checked + label .sh-1 {
            color: #009687;
        }

.noaddress aside.cart-page-content, .noaddress #opc-shipping_method, .noaddress #orderprdetail {
    display: none
}

.checkoutpage .checkout-summary {
    border: none;
    background: none;
    box-shadow: none;
}

.sidebox {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
    box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding-bottom: 35px;
}

    .sidebox .selected-shipping-method {
        display: block;
        font-size: 12px;
        color: #d82323;
    }

.sidebox2 {
    background-color: #ffffff80;
    -webkit-box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
    box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    margin-top: 25px;
    color: #969696;
    font-family: IRANSans-web;
    font-weight: normal;
    font-size: 13px;
    padding: 17px;
}

.shippingrvCN-t {
    font-family: IRANSans-web;
    margin-bottom: 15px;
}

.shippingrv {
}

    .shippingrv li {
        margin-bottom: 15px;
    }

    .shippingrv .rv-t {
        display: inline-block
    }

    .shippingrv .rv-v {
        display: inline-block;
        color: #333333;
    }



#billing-address-select {
    border: 1px solid #d0d0d0;
    height: 38px;
    padding: 0px 15px;
    border-radius: 4px;
}

.rtl {
    direction: rtl;
    text-align: right
}

.block-account-navigation ul.list li {
    margin-bottom: 10px;
}

    .block-account-navigation ul.list li a {
        font-size: 14px;
    }

        .block-account-navigation ul.list li a i {
            margin-left: 12px;
        }

.block-account-navigation .title {
    text-align: center;
    font-weight: normal;
    font-size: 15px;
}

.order-list {
}

    .order-list .order-item {
        border: 1px solid #00bfd6;
        margin-bottom: 20px;
        border-radius: 5px;
        padding: 20px;
    }

        .order-list .order-item .buttons {
            text-align: left
        }

        .order-list .order-item .info {
            border-bottom: 1px solid #ececec;
        }

            .order-list .order-item .info li {
                width: 32%;
                display: inline-block;
                border-left: 1px solid #ececec;
                padding: 15px;
                font-weight: 300;
            }

                .order-list .order-item .info li:last-child {
                    border: none
                }

    .order-list .title {
        margin-top: 0px;
        border-bottom: 1px solid #ececec;
        padding-bottom: 10px;
        color: #00bfd6;
    }

    .order-list .order-details-button {
        background: none;
        border: 1px solid #00bfd6;
        color: #00bfd6;
        font-weight: normal;
        font-size: 15px;
        border-radius: 5px;
        padding: 8px 19px 14px 12px;
        line-height: 20px;
        font-weight: 300;
    }

        .order-list .order-details-button:hover {
            color: black;
        }

        .order-list .order-details-button i {
            position: relative;
            top: 10px;
            font-size: 27px;
            height: 20px;
        }

.innerpage2 {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ededed;
    padding: 34px 30px 29px;
}

.order-details-page .table-wrapper {
    overflow-x: inherit;
}

    .order-details-page .table-wrapper .data-table {
        margin-bottom: 50px;
    }

        .order-details-page .table-wrapper .data-table tr {
            text-align: center;
        }

            .order-details-page .table-wrapper .data-table tr td {
                border-bottom: 1px solid #f3f3f3;
                padding: 21px 11px;
            }

        .order-details-page .table-wrapper .data-table thead tr {
            -webkit-box-shadow: 0px 1px 1px 0px #80808069;
            box-shadow: 0px 1px 1px 0px #80808069;
        }

            .order-details-page .table-wrapper .data-table thead tr th {
                text-align: center;
            }

.address-list-page {
}

    .address-list-page .address-list {
    }

        .address-list-page .address-list .address-item {
            border: 1px solid #00bfd6;
            margin-bottom: 20px;
            border-radius: 5px;
            padding: 20px;
            position: relative;
        }

            .address-list-page .address-list .address-item .title {
                margin-top: 0px;
                border-bottom: 1px solid #ececec;
                padding-bottom: 10px;
                color: #00bfd6;
            }

            .address-list-page .address-list .address-item .info {
            }

                .address-list-page .address-list .address-item .info li {
                    display: inline-block;
                    padding: 15px;
                }

            .address-list-page .address-list .address-item .buttons {
                top: 15px;
                left: 26px;
            }

                .address-list-page .address-list .address-item .buttons .button-2 {
                }

.addressadd-list-page .new-address-next-step-button {
    display: none
}

.back-in-stock-subscription-list-page .subscription-list {
}

.back-in-stock-subscription-list-page .data-table {
}


    .back-in-stock-subscription-list-page .data-table tr {
        -webkit-box-shadow: 0px 1px 1px 0px #80808069;
        box-shadow: 0px 1px 1px 0px #80808069;
    }

    .back-in-stock-subscription-list-page .data-table th {
        text-align: center;
        border-bottom: 1px solid #c7c7c7;
        padding: 16px 11px;
        font-weight: normal;
    }

    .back-in-stock-subscription-list-page .data-table td {
        text-align: center;
        border-bottom: 1px solid #f3f3f3;
        padding: 13px 11px;
    }

.back-in-stock-subscription-list-page .table-wrapper {
    overflow: inherit
}

.specialimgcn img {
    margin-left: 11%;
}

.hometopbanner li {
    margin-top: 20px;
}

    .hometopbanner li:first-child {
        margin-top: 0px
    }

.account-box .loginprivacy {
    font-family: IRANSans-web;
    font-weight: normal;
    font-size: 11px;
    padding: 20px 0px;
    font-weight: 300;
}

.account-box input[type=text], .account-box input[type=number] {
    letter-spacing: 10px;
    color: black;
}

.account-box ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 12px;
    color: gray;
}

.account-box ::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    font-weight: 300;
    color: gray;
    font-size: 12px;
}

.account-box :-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 12px;
    color: gray;
}

.account-box :-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 12px;
    color: gray;
}

.account-box .form-account-title {
    padding: 10px 0px;
}

.login-button {
    height: 52px;
    margin: 15px 0px;
}

    .login-button i {
        right: 12px;
    }

    .login-button:before {
        transition: all .3s ease-in-out;
        width: 19%;
        height: 160%;
        position: absolute;
        right: -11px;
        top: -15px;
        background: hsla(0, 0%, 100%, .21);
        content: "";
        border-radius: 50%;
    }

input.input-validation-error {
    border-color: red !important;
}

.account-box .title2 {
    font-weight: 300;
    color: black;
    padding: 20px 0px;
    display: block;
}

.input-label .si-phone:before {
    right: 14px !important;
    top: 15px !important;
}

.sencodeagain {
    color: #0fabc6;
    border: none;
    background: none;
    font-size: 13px;
    display: none
}

.timecn {
    margin-top: 35px;
    font-family: IRANSans-web;
    font-size: 12px;
    font-weight: 300;
}

.topic-block-title h2 {
    display: inline-block;
    width: 100%;
    padding-top: 100px;
    font-weight: 300;
    font-size: 24px;
}

.account-box input::-webkit-outer-spin-button,
.account-box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.account-box input[type=number] {
    -moz-appearance: textfield;
}

.sub-category-grid h3 {
    font-weight: 300;
    font-size: 20px;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px;
}

.sub-category-grid {
    border-bottom: 1px solid #e8e8e8;
}

.sub-category-item {
    border-left: 1px solid #efefef;
}

    .sub-category-item .title {
        font-weight: 300;
        font-size: 17px;
    }

.main-footer > .container {
    max-width: 1450px;
}

.license {
    margin-top: 33px;
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .license a {
        width: 150px;
        display: block;
        background: white;
        padding: 9px;
        height: 150px;
        float: left;
        margin-right: 20px;
        border-radius: 7px;
    }

        .license a img {
            max-width: 100%;
        }

.search-area ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight: 200;
}

.search-area ::-moz-placeholder { /* Firefox 19+ */
    font-weight: 200;
}

.search-area :-ms-input-placeholder { /* IE 10+ */
    font-weight: 200;
}

.search-area :-moz-placeholder { /* Firefox 18- */
    font-weight: 200;
}

.formtype5 {
    padding: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    -webkit-box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
    box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
    position: relative;
    overflow: hidden;
    background: white;
    margin: 0 0 30px;
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 30px 15px;
}
    .formtype5 .inputs {
        margin-bottom: 20px;
    }
    .formtype5 .inputs label{
    }
        .formtype5 .inputs input {
          
        }
    .formtype5 .buttons {
    }

.license a.ssl {
    padding-top: 24px;
}
.blog_post_list {
    margin-top: 30px;
}


    .blog_post_list .post {
        background: white;
        border: 1px solid #d1d7dc;
        -webkit-box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.1);
        box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.1);
    }
    .blog_post_list .post-image {
        height: 220px;
        overflow: hidden;
    }
    .blog_post_list .post-head a {
        line-height: 27px;
        direction: rtl;
        font-size: 15px;
        padding: 20px 20px;
    }
    .blog_post_list .post-head {
        height: 80px;
        overflow: hidden;
    }
    .blog_post_list .post-body {
        height: 66px;
        overflow: hidden;
        font-family: IRANSans-web;
        font-weight: 200;
        font-size: 13px;
        line-height: 22px;
    }
    .blog_post_list .blog-details {
        text-align: left;
      
    }
    .blog_post_list .buttons {
        display: inline-block;
        float: none;
        width: auto;
    }
    .blog_post_list .post-date, .news-date {
        display: inline-block;
        margin: 0 0 15px;
      
        padding: 10px;
        font-style: italic;
        color: #858585;
    }
    .blog_post_list .buttons a {
        color: black !important;
        border: 1px solid #d4d4d4 !important;
        margin-bottom: 10px !important;
        font-size: 14px;
        font-family: IRANSans-web;
        font-weight: 300;
        padding: 5px 13px;
        background: #f6f6f6;
    }
        .blog_post_list .buttons a:hover {
            background: #949494;
            color: white !important;
        }
.tab-content ifram, .page-body iframe {
    width: 900px;
    height: 600px;
}
.html-blog-page .innerpage {
    background: none;
    padding: 0px;
    border: none;
}

.post-body, .post-bodya, .post-body p, .post-body div, .post-body span {
    font-family: IRANSans-web;
    font-weight: 300;
    line-height: 46px;
    direction: rtl;
}

.post-body a{
    color:red;
}

.html-blogpost-page .tags {
}
.html-blogpost-page .tags ul {
}
    .html-blogpost-page .tags ul li {
    }
        .html-blogpost-page .tags ul li a {
            display: inline-block;
            font-size: 13px;
            background: #f8f8f8;
            line-height: 23px;
            /* margin: 6px 0 0 5px; */
            padding: 0 10px;
            color: #83868a;
            border: 1px solid #e5e5e5;
            transition: all .2s ease-in-out 0s;
            font-family: IRANSans-web;
            font-weight: 300;
            padding: 5px 12px;
            margin-left: 7px;
        }
        .html-blogpost-page .tags ul li a {
           text-decoration:none !important;color:black;
           
        }

.specialcn {
    background: #F5F5F5;
    padding: 30px;
}
    .specialcn .owl-carousel .owl-item {
        border-radius: 10px !important;
        overflow: hidden;
    }
        .specialcn .owl-carousel .owl-item .item {
            background-color: white;
            padding-top: 25px;
        }
            .specialcn .owl-carousel .owl-item .item a img {
                max-width: 150px;
                margin: auto;
            }
        .specialcn .owl-carousel .owl-item .post-title {
            padding: 20px 20px;
            height: 90px;
            overflow: hidden;
        }
            .specialcn .owl-carousel .owl-item .post-title a {
                font-weight: 200;
                font-size: 13px;
            }
            .specialcn .owl-carousel .owl-item .post-title a {
                font-weight: 200;
                font-size: 13px;
            }
        .specialcn .owl-carousel .owl-item .price {
            height: 60px;
            display: inline-block;
            width: 100%;
            text-align: center;
        }
            .specialcn .owl-carousel .owl-item .price ins {
                color: #000000;
                font-size: 17px;
            }
            .specialcn .owl-carousel .owl-item .price del {
                color: #909090;
                font-weight: 300;
                text-decoration: line-through;
            }
    .specialcn .timercn .countdown-timer {
        direction: ltr;
        display: inline-block;
    }
    .specialcn .timercn {
        text-align: left;
      
        padding: 15px;
    }
        .specialcn .timercn i {
            font-size: 20px;
            display: inline-block;
            position: relative;
            top: 5px;
            margin-right: 5px;
        }
.oldpricecn {
  
    display: inline-block;
}
    .oldpricecn .discountpr {
        position: absolute;
        left: -52px;
        background-color: #fb3449;
        font-weight: 700;
        color: #fff;
        border-radius: 20px;
        padding: 2px 7px 1px;
        top: -4px;
        direction: ltr;
        font-size: 14px;
    }
        .oldpricecn .discountpr .prs {
            font-size: 13px;
            position: relative;
            top: -1px;
        }

.mainprice {
    position: relative;
}

    .mainprice .discountpr {
        position: absolute;
        right: 11px;
        background-color: #fb3449;
        font-weight: 700;
        color: #fff;
        border-radius: 20px;
        padding: 2px 7px 1px;
        top: -26px;
        direction: ltr;
        font-size: 14px;
    }

        .mainprice .discountpr .prs {
            font-size: 13px;
            position: relative;
            top: -1px;
        }
.category-description{
    padding:30px;
}
.magic-radio[disabled] + label, .magic-checkbox[disabled] + label {
    cursor: not-allowed;
    color: #9c9a9a !important;
    font-size: 12px;
}
.title2 li label {
    font-size: 12px;
}
.post-body h2, .post-body h3, post-body h4 {
    font-family: iranyekan;
    font-size: 15px;
}
.page-body h2, .page-body h3, page-body h4 {
    font-family: iranyekan;
    font-size: 15px;
}
#comparebar {
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 21;
}
    #comparebar .compabrebtn {
        position: fixed;
        bottom: 84px;
        left: 30px;
        background-color: #00bfd6;
        border: 1px solid #36abba;
        border-radius: 8px;
        color: #fff;
        font-size: 14px;
        font-size: 1rem;
        line-height: 25px;
        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;
        padding: 10px 20px 10px 10px;
        width: 145px;
        height: 40px;
        cursor: pointer;
        z-index: 3;
    }
    #comparebar .searchcomparelist {
        width: 235px;
        background-color: #fff;
        border: 1px solid #eaeaea;
        -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.16);
        box-shadow: 0 3px 10px 0 rgba(0,0,0,.16);
        position: fixed;
        left: 20px;
        bottom: 64px;
        z-index: 2;
        border-radius: 5px;
        padding: 12px 12px 56px 12px;
        display:none
    }
    #comparebar .searchcomparelistCN:hover .searchcomparelist {
        display: block
    }
#comparebar .compabrebtn span {
    padding: 1px 5px;
    background-color: rgba(0,0,0,.08);
    border-radius: 3px;
    z-index: 1;
    font-weight: 300;
}
    #comparebar .searchcomparelist li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        position: relative;
        padding: 5px 0;
        border-bottom: 1px solid #eeeeee;
    }
            #comparebar .searchcomparelist li .sc_img {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 65px;
                flex: 0 0 65px;
                width: 65px;
                height: 65px;
                background-color: #fff;
                position: relative;
            }
                #comparebar .searchcomparelist li .sc_img img {
                    max-width: 100%;
                    max-height: 100%;
                }
            #comparebar .searchcomparelist li .sc_title {
                padding-right: 4px;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 calc(100% - 65px);
                flex: 0 0 calc(100% - 65px);
                max-width: calc(100% - 65px);
                font-size: 10px;
                font-size: .714rem;
                line-height: 17px;
                color: #535353;
                text-align: right;
                direction: rtl;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
            }
    #comparebar .scfooter {
    }

.product-item .compare {
    position: absolute;
    z-index: 1;
    left: 6px;
    top: 23px;
    padding: 1px 6px;
    display: none;
}
.item-grid .product-item:hover .compare {
    display: inline-block;
}
   
    .product-item .compare label {
        font-size: 13px;
        font-weight: 200;
        /*border: 1px solid #d2d2d2;*/
        display: inline-block;
        width: 75px;
        height: 27px;
        border-radius: 6px;
        
    }
    .product-item .compare label input {
        position: relative;
        top: -1px;
    }

.compare-products-table thead {
    background: white;
}
    .compare-products-table thead tr th {
        text-align: center;
        border-right: 1px solid #e4e4e4;
        padding: 28px;
        border-bottom: 2px solid #00bfd6;position:relative
    }
.compare-products-table tr td {
    border-bottom: 1px solid #eeeeee;
}



.compare-products-page .floatThead-container {
    overflow: hidden;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.45);
    z-index: 2 !important;
}
.compare-products-page .page-body {
    margin-top: 40px;
}
.btntype6 {
    color: red;
    border: 1px dashed red;
    font-weight: 300;
    font-size: 13px;
    padding: 8px 20px;
}
.compare-products-table .product-picture th .remove-button i:before {
    font: normal normal normal 14px/1 'Nucleo Outline';
    content: "\ea53";
    font-style: normal;
    font-size: 16px;
    position: relative;
    top: 2px;
}

.compare-products-page .product-picture th .picture {
}
.compare-products-page .product-picture th .priceth {
    color: #fb3449;
    display: block;
}
.compare-products-page .product-picture th .titleth {
    font-weight: 300;
    padding: 15px 10px;
    display: block;
    height: 100px;
    overflow: hidden;
}
.compare-products-page .product-price {
}
    .compare-products-page .product-price td {
        background: none;
        height: 19px;
        padding: 0px;
    }

.compare-products-table thead tr th:after {
    width: 0;
    height: 0;
    border-color: transparent transparent #00bfd6;
    border-style: solid;
    border-width: 0 10px 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
}
.compare-products-table thead tr th.empty:after {display:none
}
.fixedtbl  .product-picture th .picture {
    max-width: 64px;
}
.fixedtbl .product-picture th .titleth {
    font-weight: 300;
    padding: 11px 10px;
    display: block;
    height: 50px;
    overflow: hidden;
    font-size: 13px;
}
.rvform {
    margin-top: 30px;
}
    .rvform form .inputs {
    width:50%;margin-bottom:30px;
    }
    .rvform form .inputs label {
    }
        .rvform form .inputs input, .rvform form .inputs textarea {
            border-radius: 5px;
            background: #fff;
            border: 1px solid #c8c8c8;
            color: #717171;
            font-size: 14px;
            line-height: 1.571;
            padding: 11px 12px;
            width: 100%;
            letter-spacing: -.8px;
            text-align: left;
            font-family: iranyekan;
            outline: none;
            direction: rtl;
            text-align: right;
        }
    .rvform .review-rating {
        width: 50%;
    }
    .rvform .buttons {
        width: 50%;
    }

.blog-commentcn {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ededed;
    padding: 16px 24px 24px;
    margin-top: 20px;
}

    .blog-commentcn .title {
        text-align: right;
        margin-top: 25px;
    }
    .blog-commentcn .form-fields input[type=text], .blog-commentcn .form-fields textarea {
        border-radius: 5px;
        background: #fff;
        border: 1px solid #c8c8c8;
        color: #717171;
        font-size: 14px;
        line-height: 1.571;
        padding: 11px 12px;
        width: 100%;
        letter-spacing: -.8px;
        text-align: left;
        font-family: iranyekan;
        outline: none;
        direction: rtl;
        text-align: right;
    }

.cmlist .blog-comment {
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 2px #edeef0;
}
.cmlist .comment-info {
    float: right;
    width: 80px;
}
    .cmlist .comment-info .avatar {
   
    }
        .cmlist .comment-info .avatar img {
            border: 1px solid #e5e5e5;
        }
.cmlist .comment-content {
    float: right;
    width: calc(100% - 150px);
}
.cmlist  .comment-time {
}
    .cmlist .comment-time .username {
        font-weight: 300;
    }
    .cmlist .comment-time .stat-value {
        display: block;
        color: #a8a8a8;
        font-weight: 300;
        padding-top: 5px;
    }

.cmlist .title {
    margin-top: 21px;
    text-align: right;
}

.homepost {
    margin: 20px 0px 60px 0px;
}
    .homepost .p-title {
        display: inline-block;
        position: relative;
    }
        .homepost .p-title:before {
            content: "";
            position: absolute;
            background-color: #ef394e;
            right: 0;
            bottom: -2px;
            height: 2px;
            border-radius: 1px;
            top: 33px;
            width: 100%;
        }

    .homepost .morelink {
        margin-top: 35px;
        text-align:left
    }
        .homepost .morelink a {
            color: #ef394e;
            border: 1px dashed #ef394e;
            padding: 6px 10px;
            font-weight: 300;
        }
            .homepost .morelink a:hover {
                color: #424242;
                border: 1px dashed #424242;
            }
.tab-content iframe {
    width: 900px;
    height: 600px;
}

.image-squares {
}

    .image-squares li {
        width: 60px;
        height: 60px;
    }

        .image-squares li .attribute-square-container {
            width: 60px;
            height: 60px;
        }

        .image-squares li .attribute-square {
            border-radius: 6px;
            width: 100% !important;
            height: 100% !important;
            position: relative;
            top: 0px !important;
            right: 0px !important;
            border: 1px solid #dedede !important;
        }

        .image-squares li.selected-value .attribute-square {
            border-color: red !important;
        }

.tooltip-container {
    box-shadow: 0px 0px 11px 0px #808080b0;
}

    .tooltip-container .tooltip-header {
        text-align: center
    }
.replyto {
    text-align: right;
    color: red;
}

.innerlist {
    display: inline-block;
    width: 90%;
}

    .innerlist li {
        display: inline-block;
        box-shadow: 0px 0px 7px 0px #80808063 !important;
        width: 100%;
        margin-right: 52px;
    }

.replybtn {
    position: absolute;
    top: 37px;
    left: 50px;
    background: none;
    border: none;
    font-family: IRANSans-web;
    font-weight: 200;
    border: 1px dashed red;
    padding: 4px 25px;
    color: #ff0068;
}
.disitem {
    background: #f0f0f0;
    position: relative;
    overflow: hidden;
}
    .disitem label {
        color: #c9c9c9;
    }
    .disitem:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #b9b9b9;
        position: absolute;
        left: 0px;
        right: 0px;
        transform: rotate(-21deg);
        top: 21px;
    }
.prbox2{

}
    .prbox2 .item {
        position: relative;
        color: #525252;
        box-shadow: 0px 3px 8px -4px rgb(0 0 0 / 15%);
        box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);
        padding: 5px 25px 10px;
        background: #fff;
        text-align: center;
        margin-bottom:30px;
    }
        .prbox2 .item:hover {
            box-shadow: 0px 3px 8px -4px #2b2b2b;
        }
        .prbox2 .item .post-title {
            font-family: IRANSans-web;
            font-weight: 300;
            height: 50px;
            margin-bottom: 0;
            padding: 0px 10px;
            font-size: 14px;
        }
        .prbox2 .item .post-title a:hover {
         text-decoration:none  
        }

        .prbox2 .item .price {
            padding-bottom: 20px;
            font-family: iranyekan;
            position: relative;
        }
        .prbox2 .item .price .discountpr {
            left: auto;
            right: 10px;
        }
        .prbox2 .item .timercn {
        }
        .prbox2 .item .price del {
            color: #c1c1c1;
            font-weight: 200;
            text-decoration: line-through;
            font-family: iranyekan;
        }
  

.specialcn .timercn {
    padding: 0px;
    width: 100%;
    text-align: center;
    margin: auto;
    border-bottom: 1px solid whitesmoke;
}
    .specialcn .timercn .countdown-timer {
        direction: ltr;
        display: inline-block;
        width: 100%;
    }
.countdownv2 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: inline-block;
}
    .countdownv2 li {
        display: inline-block;
        width: 23%;
        border-right: 1px solid whitesmoke;
        text-align: center;
        padding-top: 6px;
    }
        .countdownv2 li:last-child {
            border-right: none
        }
        .countdownv2 li > span {
            font-family: iranyekan;
            font-size: 18px;
            font-weight: 200;
            color: red;
        }
        .countdownv2 li .dt {
            font-weight: 200;
            font-size: 9px;
            color: #c7c7c7;
        }
.d-i{display:inline-block}

.specialcn .box-title {
    text-align: center;
    margin-top: 0px;
    margin-top: 45px;
    margin-bottom: 40px;
}
.box-title h3 {
    font-size: 21px;
    color: #fd0d0d;
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
    display: inline-block;
    text-align: center;
}
    .box-title h3:before {
        content: "";
        width: 80%;
        height: 2px;
        background: #ff0000;
        opacity: 0.6;
        filter: alpha(opacity=60);
        position: absolute;
        bottom: -18px;
        left: 10%;
    }
.pdr0 {
    padding-right: 0px;
}
.pdl0 {
    padding-left: 0px;
}
.banner_c1 {
    padding-left: 3px;
}
.banner_c2 {
    padding-right: 2px;
}
.c_benners a{display:block}
.banner_c1 > a {
    padding-bottom: 7px;
}
.banner_c2 > a {
    padding-bottom: 5px;
}

.bannerHover {
    position: relative;
}

    .bannerHover:before, .bannerHover:after {
        position: absolute;
        top: 14px;
        right: 14px;
        bottom: 18px;
        left: 14px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }
    .bannerHover:before {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0,1);
        transform: scale(0,1);
        z-index: 1;
    }
    .bannerHover:after {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1,0);
        transform: scale(1,0);
        z-index: 1;
    }
    .bannerHover:hover:before, .bannerHover:hover:after {
        opacity: 01;
        transform: scale(1);
        -webkit-transform: scale(1);
    }

.BannerText {
    position: absolute;
    z-index: 1;
    left: 50px;
    top: 25px;
}
    .BannerText h3 {
        font-size: 30px;
        font-weight: 300;
        color: white;
        margin-bottom: 0px;
    }
    .BannerText h4 {
        font-family: IRANSans-web;
        color: white;
        font-weight: 200;
        font-size: 14px;
    }
    .BannerText .bannerbtn {
        -webkit-border-radius: 30px;
        border-radius: 30px;
        border: 1px solid;
        color: rgb(255, 255, 255);
        display: inline-block;
        float: left;
        margin-top: 25px;
        padding: 12px 25px;
    }
.c_benners a:hover .bannerbtn {
    color: #009EA3 !important;
    background: #FFF;
    border-color: #FFF;
}

.BannerText .enfont1 {
    text-transform: uppercase;
    font-family: 'open_sans';
    font-size: 35px;
}

.prbox3{

}
.prbox3 .item {
    position: relative;
    color: #525252;
    box-shadow: 0px 3px 8px -4px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);
    padding: 5px 25px 10px;
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
}
    .prbox3 .item:hover {
        box-shadow: 0px 3px 8px -4px #2b2b2b;
    }
    .prbox3 .item .post-title {
        font-family: IRANSans-web;
        font-weight: 300;
        height: 50px;
        margin-bottom: 0;
        padding: 0px 10px;
        font-size: 14px;
    }
        .prbox3 .item .post-title a {
            color: black;
        }
        .prbox3 .item .post-title a:hover {
            color:red;
        }
    .prbox3 .item .price {
        padding-bottom: 20px;
        font-family: iranyekan;
        position: relative;
    }
        .prbox3 .item .price ins span {
            color: red;
        }
        .prbox3 .item .price .discountpr {
            left: auto;
            right: 10px;
        }
        .prbox3 .item .price del {
            color: #c1c1c1;
            font-weight: 200;
            text-decoration: line-through;
            font-family: iranyekan;
        }


    .prbox2 .primg, .prbox3 .primg {
        min-height: 230px;
        display: block;
    }

.prbox3 .prbox3title {
}
    .prbox3 .prbox3title h3 {
        display: inline-block;
        font-size: 18px;
        font-weight: 300;
    }
        .prbox3 .prbox3title h3 span {
            border-bottom: 2px solid red;
            padding-bottom: 5px;
        }
    .prbox3 .prbox3title a {
        float: left;
        position: relative;
        top: 20px;
    }
        .prbox3 .prbox3title a:hover {
           
        }
.homeImages {
    margin-top: 50px;
}
    .homeImages .imbox1 {
    }
.newsletteFotter .input-group-btn {
    margin-top: -4px;
}
.banner-ads4 {
    margin-top: 100px;
}
/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }




.rev_slider_wrapper {
    font-family: 'open_sans';
    font-size: 13px;
    line-height: 24px;
    color: #636363;
    letter-spacing: 1px;
    overflow-x: hidden;
}
a,
a:active,
a:focus,
a:hover,
button,
button:active,
button:focus,
button:hover {
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    


h1, h2, h3, h4, h5, h6 {
    color: #292929;
    font-family: iranyekan;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.inner-head h1, .inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5, .inner-head h6,
.box-primary h1, .box-primary h2, .box-primary h3, .box-primary h4, .box-primary h5, .box-primary h6,
.box-image h1, .box-image h2, .box-image h3, .box-image h4, .box-image h5, .box-image h6,
.cta-wrapper h1, .cta-wrapper h2, .cta-wrapper h3, .cta-wrapper h4, .cta-wrapper h5, .cta-wrapper h6,
.brush-bg h1, .brush-bg h2, .brush-bg h3, .brush-bg h4, .brush-bg h5, .brush-bg h6,
.parallax-container h1, .parallax-container h2, .parallax-container h3, .parallax-container h4, .parallax-container h5, .parallax-container h6,
.animated-wrapper h1, .animated-wrapper h2, .animated-wrapper h3, .animated-wrapper h4, .animated-wrapper h5, .animated-wrapper h6,
.icon-column.box-default h1, .icon-column.box-default h2, .icon-column.box-default h3, .icon-column.box-default h4, .icon-column.box-default h5, .icon-column.box-default h6, .custom-search-head h1, .custom-search-head h2, .custom-search-head h3, .custom-search-head h4, .custom-search-head h5, .custom-search-head h6, .primary-bg h1, .primary-bg h2, .primary-bg h3, .primary-bg h4, .primary-bg h5, .primary-bg h6, .dark-container h1, .dark-container h2, .dark-container h3, .dark-container h4, .dark-container h5, .dark-container h6, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: #fff;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-weight: 300;
}

h1 {
    font-size: 48px;
    line-height: 60px;
}

h2 {
    font-size: 38px;
    line-height: 52px;
}

h3 {
    font-size: 30px;
    line-height: 46px;
}

h4 {
    font-size: 24px;
    line-height: 36px;
}

h5 {
    font-size: 18px;
    line-height: 30px;
}

h6 {
    font-size: 14px;
    line-height: 24px;
}

.heading {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

p {
    margin-bottom: 20px;
}

.heading p {
    margin-bottom: 0;
}

label {
    color: #636363;
}

ul,
ol {
    padding: 0 0 0 13px;
    margin-top: 0;
    margin-bottom: 10px;
}

    ul li,
    ol li {
        padding-bottom: 5px;
    }

.list-icons {
    padding-left: 0;
    list-style: none;
}

    .list-icons li i {
        margin-right: 3px;
    }

.link-list li a {
    color: #636363;
}

footer .link-list li a {
    color: #bababa;
}

.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

.alignright {
    float: right;
    margin: 10px 0 20px 20px;
}

.demo-box button,
.demo-box a,
.demo-box input {
    margin-bottom: 4px;
    display: inline-block;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

pre {
    background: #fbfcfd;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 20px;
}

/*
Images
=========================== */
.img-responsive {
    display: inline-block;
}

.img-fullwidth {
    display: block;
    width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 4px;
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 2px;
    padding: 10px;
}

.thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 30px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 2px;
    padding: 10px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .thumbnail .caption {
        padding: 20px 0 5px 0;
        color: #616161;
        font-size: 13px;
        line-height: 24px;
    }

/*
Highlight
=========================== */
.highlight {
    padding: 5px 15px;
}

    .highlight.default {
        background: #23262a;
        color: #fff;
    }

    .highlight.primary,
    .highlight.blue,
    .highlight.purple,
    .highlight.pink,
    .highlight.yellow,
    .highlight.green,
    .highlight.red {
        color: #fff;
    }

/*
Dropcaps
=========================== */
.dropcaps {
    float: left;
    margin: 5px 20px 10px 0;
    text-transform: uppercase;
}

.drop-default,
.drop-primary {
    font-size: 46px;
    line-height: 46px;
    font-weight: 700;
}

.drop-circle,
.drop-square {
    width: 45px;
    height: 45px;
    font-size: 24px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    background: #23262a;
    border-radius: 50%;
    overflow: hidden;
}

.drop-square {
    border-radius: 0;
}

.drop-primary.drop-circle,
.drop-primary.drop-square {
    color: #fff;
}

/*
Blockquote
=========================== */
blockquote {
    position: relative;
    border: none;
    padding: 0 0 0 30px;
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 32px;
}

    blockquote:before {
        content: "\f10d";
        font-family: 'FontAwesome';
        position: absolute;
        left: 0;
        top: 0;
        font-size: 22px;
        line-height: 22px;
    }

    blockquote.centered {
        border: none;
        padding: 25px 0 0 0;
        text-align: center;
    }

        blockquote.centered:before {
            left: 50%;
            margin-left: -10px;
        }

    blockquote.pull-right {
        border: none;
        padding: 0 30px 0 0;
        text-align: right;
    }

        blockquote.pull-right:before {
            content: "\f10e";
            font-family: 'FontAwesome';
            left: 100%;
        }

/*
Alert
=========================== */
.alert {
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 0;
}

.alert-success {
    color: #fff;
    background-color: #5bc43e;
    border-color: #5bc43e;
}

.alert-info {
    color: #fff;
    background-color: #35bfd4;
    border-color: #35bfd4;
}

.alert-warning {
    color: #fff;
    background-color: #e3b041;
    border-color: #e3b041;
}

.alert-danger {
    color: #fff;
    background-color: #e24040;
    border-color: #e24040;
}

    .alert-success hr,
    .alert-info hr,
    .alert-warning hr,
    .alert-danger hr {
        border-top-color: #fff;
    }

    .alert-success .alert-link,
    .alert-info .alert-link,
    .alert-warning .alert-link,
    .alert-danger .alert-link {
        color: #fff;
        text-decoration: underline;
    }

/*
Modal
=========================== */
.modal-content {
    border-radius: 0;
}

.modal-header,
.modal-body,
.modal-footer {
    padding: 30px;
}

/* MEGAMENU STYLE
=================================*/
.megamenu .dropdown.megamenu-fw {
    position: static;
}

.megamenu .container {
    position: relative;
}

.megamenu .megamenu-fw .dropdown-menu {
    left: auto;
}

.megamenu .megamenu-content {
    padding: 15px;
    width: 100% !important;
}

    .megamenu .megamenu-content .title {
        margin-top: 0;
    }

.megamenu .dropdown.megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
}

/* Navbar
=================================*/
nav.navbar {
    margin-bottom: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: none;
}

    nav.navbar.top-nav-collapse {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999;
    }

.navbar-brand {
    margin-top: 3px;
}

nav.navbar ul.nav > li > a {
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 600;
    background-color: transparent !important;
}

nav.navbar ul.nav li.megamenu-fw > a:hover,
nav.navbar ul.nav li.megamenu-fw > a:focus,
nav.navbar ul.nav li.active > a:hover,
nav.navbar ul.nav li.active > a:focus,
nav.navbar ul.nav li.active > a {
    background-color: transparent;
}

nav.navbar .navbar-toggle {
    background-color: #fff !important;
    border: none;
    padding: 0;
    font-size: 18px;
    position: relative;
    top: 5px;
}

nav.navbar ul.nav .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
}

nav.navbar ul.nav ul.dropdown-menu > li > a {
    white-space: normal;
}


ul.menu-col {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.menu-col li a {
        color: #6f6f6f;
    }

        ul.menu-col li a:hover,
        ul.menu-col li a:focus {
            text-decoration: none;
        }

/* Navbar Full
=================================*/
nav.navbar-full {
    padding-bottom: 10px;
    padding-top: 10px;
}

    nav.navbar-full .navbar-header {
        display: block;
        width: 100%;
    }

    nav.navbar-full .navbar-brand {
        margin-top: 5px;
    }

    nav.navbar-full .navbar-toggle {
        display: inline-block;
        margin-right: 0;
        position: relative;
        z-index: 10;
        top: 6px;
        font-size: 26px;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

        nav.navbar-full .navbar-toggle.fixed {
            position: fixed;
            right: 50px;
            top: 30px;
            padding: 0;
            padding-left: 2px;
        }

    nav.navbar-full .navbar-collapse {
        position: fixed;
        width: 100%;
        height: 100% !important;
        top: 0;
        left: 0;
        padding: 0;
        display: none !important;
        z-index: 9;
    }

        nav.navbar-full .navbar-collapse.on {
            display: block !important;
        }

        nav.navbar-full .navbar-collapse .nav-full {
            overflow: auto;
        }

        nav.navbar-full .navbar-collapse .wrap-full-menu {
            display: table-cell;
            vertical-align: middle;
            overflow: auto;
        }

        nav.navbar-full .navbar-collapse .nav-full::-webkit-scrollbar {
            width: 0;
        }

        nav.navbar-full .navbar-collapse .nav-full::-moz-scrollbar {
            width: 0;
        }

        nav.navbar-full .navbar-collapse .nav-full::-ms-scrollbar {
            width: 0;
        }

        nav.navbar-full .navbar-collapse .nav-full::-o-scrollbar {
            width: 0;
        }


        nav.navbar-full .navbar-collapse ul.nav {
            display: block;
            width: 100%;
            overflow: auto;
        }

            nav.navbar-full .navbar-collapse ul.nav a:hover,
            nav.navbar-full .navbar-collapse ul.nav a:focus,
            nav.navbar-full .navbar-collapse ul.nav a {
                background-color: transparent;
            }

            nav.navbar-full .navbar-collapse ul.nav > li {
                float: none;
                display: block;
                text-align: center;
            }

                nav.navbar-full .navbar-collapse ul.nav > li > a {
                    display: table;
                    margin: auto;
                    text-transform: uppercase;
                    font-weight: bold;
                    letter-spacing: 2px;
                    font-size: 24px;
                    padding: 10px 15px;
                }

/* Side Menu
=================================*/
body {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    body.on-side {
        margin-left: -280px;
    }

.side {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: -280px;
    width: 280px;
    padding: 25px 30px;
    height: 100%;
    display: block;
    background-color: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9;
}

    .side.on {
        right: 0;
    }

    .side .close-side {
        float: right;
        color: #fff;
        position: relative;
        z-index: 2;
        font-size: 16px;
    }

    .side .widget {
        position: relative;
        z-index: 1;
        margin-bottom: 25px;
    }

        .side .widget .title {
            color: #fff;
            margin-bottom: 15px;
        }

        .side .widget ul.link {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .side .widget ul.link li a {
                color: #9f9f9f;
                letter-spacing: 1px;
            }

                .side .widget ul.link li a:focus,
                .side .widget ul.link li a:hover {
                    color: #fff;
                    text-decoration: none;
                }

/* Navbar Tabbed
=================================*/
nav.navbar .tab-nav {
    padding-right: 0;
    border-right: solid 1px #f0f0f0;
}

    nav.navbar .tab-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        nav.navbar .tab-nav ul li a {
            display: block;
            text-align: left !important;
            padding: 10px 15px;
            border-bottom: solid 1px #efefef;
            color: #6f6f6f;
        }

            nav.navbar .tab-nav ul li a .fa {
                margin-right: 5px;
            }

            nav.navbar .tab-nav ul li a:before {
                float: right;
                font-family: 'FontAwesome';
                content: "\f0da";
            }

        nav.navbar .tab-nav ul li.active a:hover,
        nav.navbar .tab-nav ul li.active a:focus,
        nav.navbar .tab-nav ul li.active a {
            color: #3f3f3f !important;
            background-color: #f5f5f5 !important;
            text-decoration: none;
        }


        nav.navbar .tab-nav ul li a:hover {
            text-decoration: none;
        }

nav.navbar .wrap-tabs {
    padding-left: 0;
    margin-left: -1px;
    border-left: solid 1px #f0f0f0;
}

    nav.navbar .wrap-tabs .tab-content {
        padding: 25px 30px;
        display: none;
    }

        nav.navbar .wrap-tabs .tab-content.in {
            display: block;
        }

/* Share
=================================*/
nav.navbar .share {
    padding: 0 30px;
    margin-bottom: 30px;
}

    nav.navbar .share ul {
        display: inline-block;
        padding: 0;
        margin: 0 0 -7px 0;
        list-style: none;
    }

        nav.navbar .share ul > li {
            float: left;
            display: block;
            margin-right: 5px;
        }

            nav.navbar .share ul > li > a {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                width: 35px;
                height: 35px;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
                background-color: #cfcfcf;
                color: #fff;
            }

/*
Navlink right
=========================== */
.navlink-right {
    display: inline-block;
    position: relative;
    z-index: 3;
    float: right;
    margin: 20px 0 0 0;
    padding: 0 0 0 5px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
    .navlink-right .shopping-cart a {
        color: #f43438 !important;
        border: none;
        background: none;
        font-size: 25px;
        line-height: 34px;
    }
        .navlink-right .shopping-cart a span {
            font-family: iranyekan;
            font-size: 13px;
        }
    nav.navbar.menu-center .navlink-right {
        position: absolute;
        right: 15px;
    }

.shopping-cart {
    float: left;
}

.navlink-right button.btn-navlink {
    position: relative;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
    border: none;
    background: none;
    font-size: 18px;
    line-height: 34px;
}

    .navlink-right button.btn-navlink .fa-shopping-basket {
        padding-right: 8px;
    }

.navlink-right span.cart-item {
    position: absolute;
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    right: -2px;
}

/* Navbar Responsive
=================================*/
@media (min-width: 1024px) and (max-width:1400px) {
    body.wrap-nav-sidebar .wrapper .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1024px) {
    /* General Navbar
    =================================*/
    nav.navbar ul.nav .dropdown-menu {
        width: 220px;
        left: 0;
    }

    nav.navbar-center ul.nav.navbar-right .dropdown-menu .dropdown-menu {
        left: -220px;
    }

    nav.navbar ul.nav > li > a {
        padding: 30px 20px 25px 20px;
    }

    nav.navbar li.dropdown ul.dropdown-menu {
        -moz-box-shadow: 0px 0px 0px;
        -webkit-box-shadow: 0px 0px 0px;
        -o-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        padding: 0 20px;
        border: none;
        border-top: solid;
    }

        nav.navbar li.dropdown ul.dropdown-menu > li a:hover,
        nav.navbar li.dropdown ul.dropdown-menu > li a:focus,
        nav.navbar li.dropdown ul.dropdown-menu > li a:active {
            background-color: transparent;
        }

        nav.navbar li.dropdown ul.dropdown-menu > li a {
            padding: 12px 0 8px 0;
            font-size: 14px;
        }

    nav.navbar-center ul.navbar-right li.dropdown ul.dropdown-menu li a {
        text-align: right;
    }

    nav.navbar li.dropdown ul.dropdown-menu li.dropdown ul {
        right: 20px;
    }

    nav.navbar li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before {
        font-family: 'FontAwesome';
        float: right;
        content: "\f105";
    }

    nav.navbar-center ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before {
        font-family: 'FontAwesome';
        float: left;
        content: "\f104";
    }

    nav.navbar li.dropdown ul.dropdown-menu ul.dropdown-menu {
        top: -5px;
    }

    nav.navbar.megamenu ul.dropdown-menu.megamenu-content {
        padding: 0 15px;
    }

        nav.navbar.megamenu ul.dropdown-menu.megamenu-content > li {
            padding: 25px 0 20px;
        }

        nav.navbar.megamenu ul.dropdown-menu.megamenu-content .col-menu {
            padding: 0 30px;
            margin: 0 -0.5px;
        }

            nav.navbar.megamenu ul.dropdown-menu.megamenu-content .col-menu:first-child {
                border-left: none;
            }

            nav.navbar.megamenu ul.dropdown-menu.megamenu-content .col-menu:last-child {
                border-right: none;
            }

        nav.navbar.megamenu ul.dropdown-menu.megamenu-content .content {
            display: none;
        }

            nav.navbar.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
                text-align: left;
                padding: 10px 0 5px 0;
                display: block;
                width: 100%;
                margin-bottom: 0;
            }

    nav.navbar.megamenu.on ul.dropdown-menu.megamenu-content .content {
        display: block !important;
        height: auto !important;
    }


    /* Menu Center
    =================================*/
    nav.navbar.menu-center .container {
        position: relative;
    }

    nav.navbar.menu-center ul.nav.nav-center {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }

    nav.navbar.menu-center .navbar-header {
        position: absolute;
    }

    /* Navbar Brand top
    =================================*/
    nav.navbar-brand-top .navbar-header {
        display: block;
        width: 100%;
        text-align: center;
    }

    nav.navbar-brand-top ul.nav > li.dropdown > ul.dropdown-menu {
        margin-top: 2px;
    }

    nav.navbar-brand-top ul.nav > li.dropdown.megamenu-fw > ul.dropdown-menu {
        margin-top: 0;
    }

    nav.navbar-brand-top .navbar-header .navbar-brand {
        display: inline-block;
        float: none;
        margin: 15px 0 0 0;
    }

    nav.navbar-brand-top .navbar-collapse {
        text-align: center;
    }

    nav.navbar-brand-top ul.nav {
        display: inline-block;
        float: none;
        margin: 0 0 -5px 0;
    }

    /* Navbar Center
    =================================*/
    nav.navbar-center .navbar-header {
        display: block;
        width: 100%;
        position: absolute;
        text-align: center;
        top: 0;
        left: 0;
    }

    nav.navbar-center .navbar-brand {
        display: inline-block;
        float: none;
        margin: 3px 0 0 2px !important;
    }

    nav.navbar-center .navbar-collapse {
        text-align: center;
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
    }

    nav.navbar-center ul.nav > li.dropdown > ul.dropdown-menu {
        margin-top: 2px;
    }

    nav.navbar-center ul.nav > li.dropdown.megamenu-fw > ul.dropdown-menu {
        margin-top: 0;
    }

    nav.navbar-center .navbar-collapse .col-half {
        width: 50%;
        float: left;
        display: block;
    }

        nav.navbar-center .navbar-collapse .col-half.left {
            text-align: right;
            padding-right: 100px;
        }

        nav.navbar-center .navbar-collapse .col-half.right {
            text-align: left;
            padding-left: 100px;
        }

    nav.navbar-center ul.nav {
        float: none !important;
        margin-bottom: -5px !important;
        display: inline-block !important;
    }

        nav.navbar-center ul.nav.navbar-right {
            margin: 0;
        }

    nav.navbar-center.center-side .navbar-collapse .col-half.left {
        text-align: left;
        padding-right: 100px;
    }

    nav.navbar-center.center-side .navbar-collapse .col-half.right {
        text-align: right;
        padding-left: 100px;
    }

    /* Navbar Sidebar
    =================================*/
    body.wrap-nav-sidebar {
        padding-left: 0;
    }

    nav.navbar-sidebar {
        position: fixed;
        width: 260px;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden !important;
        left: 0;
        padding: 0 !important;
        z-index: 999;
    }

        nav.navbar-sidebar .scroller {
            width: 280px;
            overflow-y: auto;
            overflow-x: hidden;
        }

        nav.navbar-sidebar .container-fluid,
        nav.navbar-sidebar .container {
            padding: 0 !important;
        }

        nav.navbar-sidebar .navbar-header {
            float: none;
            display: block;
            width: 260px;
            padding: 95px 40px 20px 25px;
            margin: 0 !important;
        }

        nav.navbar-sidebar .navbar-collapse {
            padding: 0 !important;
            width: 260px;
        }

        nav.navbar-sidebar ul.nav {
            float: none;
            display: block;
            width: 100%;
            padding: 20px 40px 25px 40px !important;
            margin: 0;
        }

            nav.navbar-sidebar ul.nav li {
                float: none !important;
            }

            nav.navbar-sidebar ul.nav > li > a {
                font-weight: 700;
                padding: 10px 0 10px 0;
                font-size: 16px;
            }

            nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu {
                left: 100%;
                top: 0;
                position: relative !important;
                left: 0 !important;
                width: 100% !important;
                height: auto !important;
                background-color: transparent;
                border: none !important;
                padding: 0;
                -moz-box-shadow: 0px 0px 0px;
                -webkit-box-shadow: 0px 0px 0px;
                -o-box-shadow: 0px 0px 0px;
                box-shadow: 0px 0px 0px;
            }

            nav.navbar-sidebar ul.nav > li.dropdown > ul.dropdown-menu {
                margin-bottom: 0;
            }

            nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu {
                padding-left: 0;
                float: none;
                margin-bottom: 0;
            }

    nav.navbar-default.navbar-sidebar li.dropdown ul.dropdown-menu li > a {
        border: none !important;
        color: #7a7a7a;
        padding: 5px 0;
    }

    nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu ul.dropdown-menu {
        margin-top: 0;
    }

    nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li.dropdown > a:before {
        font-family: 'FontAwesome';
        content: "\f067";
        float: right;
        font-size: 12px;
    }

    nav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a:before {
        content: "\f068";
    }

    nav.navbar-sidebar.megamenu ul.dropdown-menu.megamenu-content > li {
        padding: 0 !important;
    }

    nav.navbar-sidebar .dropdown .megamenu-content .col-menu {
        display: block;
        float: none !important;
        padding: 10px 0;
        margin: 0;
        width: 100%;
        border-right: none;
        border-left: none;
    }

    nav.navbar-sidebar.navbar.megamenu ul.dropdown-menu.megamenu-content .col-menu {
        border: none !important;
    }

    nav.navbar.navbar-white .dropdown .megamenu-content .col-menu {
        border-left: solid 1px #efefef;
        border-right: solid 1px #efefef;
    }

    nav.navbar-sidebar .dropdown .megamenu-content .col-menu .title {
        padding: 10px 0 0 0;
        text-transform: none;
        font-weight: 400;
        letter-spacing: 0px;
        margin-bottom: 0;
        cursor: pointer;
        color: #6f6f6f;
    }

        nav.navbar-sidebar .dropdown .megamenu-content .col-menu .title:before {
            font-family: 'FontAwesome';
            content: "\f067";
            float: right;
            font-size: 12px;
        }

    nav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title:before {
        content: "\f068";
    }

    nav.navbar-sidebar .dropdown .megamenu-content .col-menu {
        border: none;
    }

        nav.navbar-sidebar .dropdown .megamenu-content .col-menu .content {
            padding: 0 0 0 15px;
        }

        nav.navbar-sidebar .dropdown .megamenu-content .col-menu ul.menu-col li a {
            padding: 0 !important;
        }

    /* Navbar Full
    =================================*/
    nav.navbar-full .navbar-brand {
        padding-top: 0;
    }

    /* Tabs
    =================================*/
    nav.navbar .wrap-tabs .tab-content {
        margin-right: -2px;
    }
}

@media (max-width: 992px) {
    #warpper {
        overflow-x: hidden;
    }

    .wrap-nav-sidebar #warpper {
        padding: 0 !important;
    }

    /* Navbar Responsive
    =================================*/
    nav.navbar .navbar-brand {
        display: inline-block;
        float: none !important;
        margin: 0 !important;
        padding-top: 5px;
    }

    nav.navbar .navbar-header {
        float: none;
        display: block;
        text-align: center;
        padding: 10px 30px;
    }

    nav.navbar .navbar-toggle {
        display: inline-block;
        float: left;
        margin-right: -200px;
        margin-top: 10px;
    }

    nav.navbar .navbar-collapse {
        border: none;
        margin-bottom: 0;
    }

    nav.navbar.no-full .navbar-collapse {
        max-height: 350px;
        overflow-y: auto !important;
    }

    nav.navbar .navbar-collapse.collapse {
        display: none !important;
    }

        nav.navbar .navbar-collapse.collapse.in {
            display: block !important;
        }

    nav.navbar .navbar-nav {
        float: none !important;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0px -15px;
    }

        nav.navbar .navbar-nav > li {
            float: none;
        }

    nav.navbar li.dropdown a.dropdown-toggle:before {
        font-family: 'FontAwesome';
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
    }

    nav.navbar li.dropdown.on > a.dropdown-toggle:before {
        content: "\f107";
    }

    nav.navbar .navbar-nav > li > a {
        display: block;
        width: 100%;
        padding: 10px 0;
        border-top: solid 1px #555;
        margin-bottom: -1px;
    }

    nav.navbar .navbar-nav > li:first-child > a {
        border-top: none;
    }

    nav.navbar ul.navbar-nav.navbar-left > li:last-child > ul.dropdown-menu {
        border-bottom: solid 1px #e0e0e0;
    }

    nav.navbar ul.nav li.dropdown li a.dropdown-toggle {
        float: none !important;
        position: relative;
        display: block;
        width: 100%;
    }

    nav.navbar ul.nav li.dropdown ul.dropdown-menu {
        width: 100%;
        position: relative !important;
        top: 5px;
        background-color: transparent;
        float: none;
        border: none;
        padding: 0 0 0 15px !important;
        margin: 0 0 -1px 0 !important;
        -moz-box-shadow: 0px 0px 0px;
        -webkit-box-shadow: 0px 0px 0px;
        -o-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px;
        -o-border-radius: 0px 0px 0px;
        border-radius: 0px 0px 0px;
        border-top: solid 1px #555;
    }

        nav.navbar ul.nav li.dropdown ul.dropdown-menu > li > a {
            display: block;
            width: 100%;
            padding: 10px 0;
        }

    nav.navbar ul.nav ul.dropdown-menu li a:hover,
    nav.navbar ul.nav ul.dropdown-menu li a:focus {
        background-color: transparent;
    }

    nav.navbar ul.nav ul.dropdown-menu ul.dropdown-menu {
        float: none !important;
        left: 0;
        padding: 0 0 0 15px;
        position: relative;
        background: transparent;
        width: 100%;
    }

    nav.navbar ul.nav ul.dropdown-menu li.dropdown.on > ul.dropdown-menu {
        display: inline-block;
        margin-top: -10px;
    }

    nav.navbar li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:after {
        display: none;
    }

    nav.navbar.megamenu ul.dropdown-menu.megamenu-content li.menu-grid {
        padding: 25px 15px 25px 0;
    }

    nav.navbar.megamenu ul.dropdown-menu.megamenu-content li.content-grid .row {
        margin: 0 -25px 0 -30px;
    }

    nav.navbar.megamenu ul.dropdown-menu.megamenu-content .content-grid {
        padding: 25px 15px 0 0;
    }

    nav.navbar.megamenu ul.dropdown-menu.content-form {
        width: 100%;
    }

        nav.navbar.megamenu ul.dropdown-menu.content-form > li {
            padding: 25px 15px 0 0;
        }

            nav.navbar.megamenu ul.dropdown-menu.content-form > li .row {
                margin: 0 -25px 0 -30px;
            }

    nav.navbar .dropdown .megamenu-content > li {
        position: relative;
        top: 10px;
    }

    nav.navbar .dropdown .megamenu-content .col-menu {
        border: none !important;
    }

        nav.navbar .dropdown .megamenu-content .col-menu .title {
            padding: 0 15px 10px 0;
            line-height: 24px;
            text-transform: none;
            font-weight: 400;
            letter-spacing: 0px;
            margin-bottom: 0;
            cursor: pointer;
            border-bottom: solid 1px #555;
        }

        nav.navbar .dropdown .megamenu-content .col-menu ul {
            margin-top: -10px;
            margin-bottom: 10px;
            border-bottom: solid 1px #555;
        }

            nav.navbar .dropdown .megamenu-content .col-menu ul > li > a {
                display: block;
                width: 100%;
                padding: 6px 0;
            }

        nav.navbar .dropdown .megamenu-content .col-menu .title:before {
            font-family: 'FontAwesome';
            content: "\f105";
            float: right;
            font-size: 16px;
            margin-left: 10px;
            position: relative;
            right: -15px;
        }

        nav.navbar .dropdown .megamenu-content .col-menu:last-child .title {
            border-bottom: none;
        }

        nav.navbar .dropdown .megamenu-content .col-menu.on:last-child {
            margin-bottom: -5px;
        }

            nav.navbar .dropdown .megamenu-content .col-menu.on:last-child .title {
                border-bottom: solid 1px #555;
            }

        nav.navbar .dropdown .megamenu-content .col-menu:last-child ul.menu-col li:last-child a {
            border-bottom: none;
        }

        nav.navbar .dropdown .megamenu-content .col-menu.on .title:before {
            content: "\f107";
        }

        nav.navbar .dropdown .megamenu-content .col-menu .content {
            padding: 0 0 0 15px;
        }

    .navlink-right {
        position: absolute;
        right: 50px;
    }

    /* Navbar Center
    =================================*/
    nav.navbar-center .navbar-collapse {
        display: block;
    }

    nav.navbar-center ul.nav {
        margin-bottom: 0px !important;
    }

    nav.navbar-center .navbar-collapse .col-half {
        width: 100%;
        float: none;
        display: block;
    }

        nav.navbar-center .navbar-collapse .col-half.left {
            margin-bottom: 0;
        }

        nav.navbar-center .navbar-collapse .col-half.right ul.nav > li:first-child > a {
            border-top: solid 1px #555 !important;
        }

    nav.navbar-center.navbar-white .navbar-collapse .col-half.right ul.nav > li:first-child > a {
        border-top: solid 1px #cfcfcf !important;
    }

    .megamenu .megamenu-content {
        padding: 0;
    }

        .megamenu .megamenu-content .col-menu {
            padding-bottom: 0;
        }

        .megamenu .megamenu-content .title {
            cursor: pointer;
            display: block;
            padding: 10px 15px;
            margin-bottom: 0;
            font-weight: normal;
        }

        .megamenu .megamenu-content .content {
            display: none;
        }

    /* Navbar full Responsive
    =================================*/
    nav.navbar-full ul.nav {
        margin-left: 0;
    }

        nav.navbar-full ul.nav > li > a {
            border: none !important;
        }

    nav.navbar-full .navbar-brand {
        float: left !important;
        padding-left: 0;
    }

    nav.navbar-full .navbar-toggle {
        display: inline-block;
        float: right;
        margin-right: 0;
        margin-top: 10px;
    }

    nav.navbar-full .navbar-header {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Menu Center
    =================================*/
    nav.navbar.menu-center .navlink-right {
        right: 0;
    }

    /* Tabbed
    =================================*/
    nav.navbar .megamenu-content.tabbed {
        padding-left: 0 !mportant;
    }

    nav.navbar .tabbed > li {
        padding: 25px 0;
        margin-left: -15px !important;
    }

    nav.navbar.navbar-sidebar .fixed-network {
        padding: 0 15px;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    /* Navbar White
    =================================*/
    nav.navbar.navbar-white .navbar-nav > li > a {
        border-top: solid 1px #cfcfcf;
    }

    nav.navbar.navbar-white .navbar-nav > li:first-child > a {
        border-top: none;
    }

    nav.navbar.navbar-white ul.nav li.dropdown ul.dropdown-menu {
        border-top: solid 1px #cfcfcf;
    }

        nav.navbar.navbar-white ul.nav li.dropdown ul.dropdown-menu li:first-child > a {
            border-top: none;
        }

    nav.navbar.navbar-white .dropdown .megamenu-content {
        border-bottom: solid 1px #cfcfcf;
    }

        nav.navbar.navbar-white .dropdown .megamenu-content .row {
            position: relative;
            top: -10px;
            margin-bottom: -5px;
        }

        nav.navbar.navbar-white .dropdown .megamenu-content .col-menu .title {
            border-bottom: solid 1px #cfcfcf;
            padding: 10px 15px 10px 0;
        }

        nav.navbar.navbar-white .dropdown .megamenu-content .col-menu:last-child .title {
            border-bottom: none;
        }

        nav.navbar.navbar-white .dropdown .megamenu-content .col-menu.on:last-child .title {
            border-bottom: solid 1px #cfcfcf;
        }

        nav.navbar.navbar-white .dropdown .megamenu-content .col-menu.on:last-child {
            margin-bottom: 0;
        }

    nav.navbar.navbar-center.navbar-white .dropdown .megamenu-content .col-menu.on:last-child {
        margin-bottom: -1px;
    }

    nav.navbar.navbar-white .dropdown .megamenu-content ul.menu-col {
        border-bottom: solid 1px #cfcfcf;
        position: relative;
        top: 10px;
    }

        nav.navbar.navbar-white .dropdown .megamenu-content ul.menu-col:last-child > li > a {
            border-bottom: none;
        }

    nav.navbar-center.navbar-white .navbar-collapse .col-half.right ul.nav > li:first-child > a {
        border-top: solid 1px #cfcfcf;
    }
}

@media (max-width: 767px) {
    nav.navbar .navbar-header {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: -1px;
        position: relative;
    }

    nav.navbar .navbar-nav {
        padding-left: 15px;
        padding-right: 15px;
    }

    nav.navbar-full .navbar-collapse {
        left: 15px;
    }

    nav.navbar-full .navbar-toggle {
        margin-right: -15px;
    }

    nav.navbar-full ul.nav > li > a {
        font-size: 18px !important;
        line-height: 24px !important;
        padding: 5px 10px !important;
    }

    nav.navbar-full .navbar-toggle.fixed {
        right: 30px;
        top: 10px;
    }

    /* Tabbed
    =================================*/
    nav.navbar .tabbed .tab-nav {
        padding-right: 15px;
    }

        nav.navbar .tabbed .tab-nav > ul {
            display: inline-block;
            margin-bottom: -7px;
        }

            nav.navbar .tabbed .tab-nav > ul > li {
                float: left;
                display: block;
            }

                nav.navbar .tabbed .tab-nav > ul > li > a {
                    display: block;
                    border-top: solid 1px #efefef;
                    border-right: solid 1px #efefef;
                    border-bottom: none;
                }

                nav.navbar .tabbed .tab-nav > ul > li:first-child > a {
                    border-left: solid 1px #efefef;
                }

                nav.navbar .tabbed .tab-nav > ul > li > a:before {
                    display: none;
                }

    nav.navbar .tabbed .wrap-tabs {
        padding-left: 15px;
    }

    nav.navbar.navbar-sidebar .fixed-network {
        padding: 0;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .navlink-right {
        right: 15px;
    }
}

@media (min-width: 480px) and (max-width: 640px) {
    nav.navbar-full ul.nav {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    nav.navbar.no-full .navbar-collapse {
        max-height: 250px !important;
    }
}

/*
Search
=========================== */
.search-wrapper {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0;
}

    .search-wrapper input.form-search {
        display: block;
        width: 100%;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        box-shadow: 0px 0px 0px;
        font-size: 18px;
        height: 80px;
        padding: 10px 20px;
        background: none;
        border: none;
        color: #f3f3f3;
    }

.form-search::-moz-placeholder {
    color: #c1c1c1;
    opacity: 1;
}

.form-search:-ms-input-placeholder {
    color: #c1c1c1;
}

.form-search::-webkit-input-placeholder {
    color: #c1c1c1;
}


.close-form {
    position: relative;
    display: none;
    z-index: 4;
}

.cart-dropdown {
    margin-top: 25px;
    width: 220px;
    left: -160px;
    padding: 20px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-top: 3px solid;
    z-index: 3;
}

    .cart-dropdown ul li a,
    .cart-dropdown ul li a:hover,
    .cart-dropdown ul li a:focus,
    .cart-dropdown ul li a:active {
        border: none;
    }

.cart-list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .cart-list li {
        float: left;
        list-style: none;
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
        color: #c1c1c1;
        border-bottom: 1px solid #424242;
    }

        .cart-list li a {
            display: inline;
        }

.cart-thumb {
    float: left;
    display: inline-block;
    margin: 5px 15px 0 0;
}

.cart-list li h6 {
    margin: 0;
}

    .cart-list li h6 a {
        font-weight: 700;
        color: #ececec;
    }

/* Navbar Dark
=================================*/
nav.navbar.navbar-dark {
    background-color: #222222;
}

    nav.navbar.navbar-dark .navbar-collapse .wrap-full-menu,
    nav.navbar.navbar-dark.top-nav-collapse {
        background-color: rgba(26, 26, 26, 0.99);
    }

    nav.navbar.navbar-dark .navbar-toggle {
        background: #222222 !important;
        color: #fff !important;
        padding: 0;
    }

    nav.navbar.navbar-dark ul.nav > li > a {
        color: #f3f3f3;
    }

    nav.navbar.navbar-dark li.dropdown ul.dropdown-menu {
        background: #2a2a2a;
    }

        nav.navbar.navbar-dark li.dropdown ul.dropdown-menu li > a {
            color: #c1c1c1;
            border-top: 1px solid #494949;
        }

        nav.navbar.navbar-dark li.dropdown ul.dropdown-menu li:first-child > a {
            border-top: 1px solid transparent;
        }

    nav.navbar.navbar-dark.megamenu ul.dropdown-menu.megamenu-content .title {
        color: #ececec;
        margin-bottom: 10px;
    }

    nav.navbar.navbar-dark.megamenu ul.dropdown-menu.megamenu-content .col-menu {
        border-left: solid 1px #494949;
        border-right: solid 1px #494949;
    }

        nav.navbar.navbar-dark.megamenu ul.dropdown-menu.megamenu-content .col-menu:first-child {
            border-left: none;
        }

        nav.navbar.navbar-dark.megamenu ul.dropdown-menu.megamenu-content .col-menu:last-child {
            border-right: none;
        }

    nav.navbar.navbar-dark .cart-dropdown {
        background: #2a2a2a;
    }

    nav.navbar.navbar-dark .search-wrapper {
        background: #222222;
    }

    nav.navbar.navbar-dark.navbar-full.top-nav-collapse .navbar-collapse .wrap-full-menu,
    nav.navbar.navbar-dark.navbar-full .navbar-collapse .wrap-full-menu,
    nav.navbar.navbar-dark.navbar-full .navbar-collapse,
    nav.navbar.navbar-dark.navbar-full {
        background-color: #222222 !important;
    }

/* Navbar White
=================================*/
nav.navbar.navbar-white {
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 3px -1px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 1px 3px -1px rgba(0,0,0,0.23);
    box-shadow: 0px 1px 3px -1px rgba(0,0,0,0.23);
}

nav.navbar-sidebar.navbar-white {
    overflow: hidden;
}

nav.navbar.navbar-white .navbar-collapse .wrap-full-menu,
nav.navbar.navbar-white.top-nav-collapse {
    background-color: rgba(255, 255, 255, 0.99);
}

nav.navbar.navbar-white li.dropdown ul.dropdown-menu {
    background: #fff;
    border-left: solid 1px #f4f4f4;
    border-bottom: solid 1px #f4f4f4;
    border-right: solid 1px #f4f4f4;
}

    nav.navbar.navbar-white li.dropdown ul.dropdown-menu li > a {
        border-top: 1px solid #f4f4f4;
    }

nav.navbar.navbar-white .cart-dropdown {
    background: #fff;
    border-left: solid 1px #f4f4f4 !important;
    border-bottom: solid 1px #f4f4f4 !important;
    border-right: solid 1px #f4f4f4 !important;
}

nav.navbar.navbar-white .cart-list li h6 a {
    color: #292929;
}

nav.navbar.navbar-white .cart-list li {
    border-bottom: 1px solid #f4f4f4;
}

nav.navbar.navbar-white .cart-list li {
    color: #636363;
}

nav.navbar.navbar-white .cart-dropdown .btn-bordered {
    border: solid 1px #f4f4f4 !important;
}

nav.navbar.navbar-white .search-wrapper {
    background: #fff;
}

    nav.navbar.navbar-white .search-wrapper input.form-search {
        color: #636363;
    }

/*
Breadcrumb
=========================== */
.jumbotron {
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #d4d4d4;
    border-bottom: 3px double #d4d4d4;
}

    .jumbotron p {
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 24px;
        font-weight: 400;
    }

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 2px;
}

/*
Breadcrumb
=========================== */
.breadcrumb {
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
    background: none;
    border-radius: 0;
}

    .breadcrumb > li {
        font-size: 13px;
    }

        .breadcrumb > li a {
            color: #fff;
        }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #fff;
            content: "|";
        }

/*
Tabs
=========================== */
.tab-default .nav-tabs,
.tab-icons .nav-tabs {
    border-bottom: none;
}

.tab-secondary .nav-tabs {
    border-bottom: 5px solid;
}

.tab-icons .nav-tabs {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.nav-tabs > li {
    margin-bottom: 0;
}

.tab-secondary .nav-tabs > li {
    padding: 0;
}

.tab-icons .nav-tabs li {
    float: none;
    display: inline-block;
}

.nav-tabs > li > a {
    margin-right: 5px;
    border-radius: 0;
    font-weight: 700;
    padding: 10px 24px;
    font-size: 14px;
    border: 1px solid #d4d4d4;
    color: #2b2b2b;
    float: left;
    background-color: #fff;
}

.tab-icons .nav-tabs > li > a {
    padding: 30px 50px;
    margin: 0 5px;
    font-size: 32px;
}

.tab-secondary .nav-tabs > li > a {
    border: 1px solid transparent;
    color: #fff;
    background: #23262a;
}

.nav-tabs > li > a:hover {
    border: 1px solid #d4d4d4;
    background: #f6f7f8;
}

.tab-secondary .nav-tabs > li > a:hover {
    border: 1px solid transparent;
    background: #353535;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fff;
    border: 1px solid transparent;
}

.tab-content {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-bottom: 3px double #d4d4d4;
    padding: 30px 30px 15px 30px;
}

.tab-icons .tab-content {
    padding: 0;
    border: none;
}

.tab-secondary .tab-content {
    border-top: none;
}

.gray-container .nav-tabs > li > a,
.gray-container .nav-tabs > li > a:hover,
.gray-container .tab-content {
    border-color: #bfbfbf;
}

.gray-container .nav-tabs > li.active > a,
.gray-container .nav-tabs > li.active > a:hover,
.gray-container .nav-tabs > li.active > a:focus,
.gray-container .tab-secondary .nav-tabs > li > a {
    border-color: transparent;
}

    .gray-container .tab-secondary .nav-tabs > li > a:hover {
        border-color: transparent;
        background: #353535;
    }

.gray-container .nav-tabs > li > a:hover {
    background: #e8e8e8;
}

/*
Accordion
=========================== */
.panel {
    margin-bottom: 20px;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.panel-heading {
    position: relative;
    padding: 0 0 0 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 10px;
    border: none;
}

.panel-title {
    font-size: 14px;
}

    .panel-title a {
        display: block;
        padding: 10px 15px 10px 20px;
        border: 1px solid #d4d4d4;
        color: #2b2b2b;
        border-radius: 2px;
    }

        .panel-title a .plus,
        .panel-title a .minus {
            background-color: #2b2b2b;
            position: absolute;
            font-size: 12px;
            line-height: 19px;
            width: 20px;
            height: 20px;
            text-align: center;
            color: #fff;
            top: 50%;
            left: 0;
            padding-left: 2px;
            margin-top: -10px;
            border-radius: 2px;
        }

        .panel-title a:hover,
        .panel-title a:focus,
        .panel-title a:active {
            text-decoration: none;
            color: #2b2b2b;
        }

        .panel-title a .minus {
            display: block;
        }

        .panel-title a .plus {
            display: none;
        }

        .panel-title a.collapsed .plus {
            display: block;
        }

        .panel-title a.collapsed .minus {
            display: none;
        }

.panel-body {
    margin-bottom: 10px;
}

.panel-default > .panel-heading {
    color: #2b2b2b;
    background: none;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}

.panel-group .panel-default .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-default .panel-heading + .panel-collapse > .list-group {
    border: 1px solid #d4d4d4;
    border-radius: 2px;
}

.panel-secondary .panel-heading {
    padding: 0;
    margin-bottom: 15px;
}

.panel-secondary .panel-title a {
    border: none;
    border-bottom: none;
    padding: 0 0 15px 30px;
    border-bottom: 1px solid #d4d4d4;
}

    .panel-secondary .panel-title a .plus,
    .panel-secondary .panel-title a .minus {
        margin-top: -18px;
    }

.panel-secondary .panel-body {
    border: none;
    padding: 0;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.gray-container .panel-title a,
.gray-container .panel-group .panel-default .panel-heading + .panel-collapse > .panel-body,
.gray-container .panel-group .panel-default .panel-heading + .panel-collapse > .list-group {
    border: 1px solid #bfbfbf;
}

.gray-container .panel-secondary .panel-title a {
    border: none;
    border-bottom: 1px solid #bfbfbf;
}

/*
progress bar
=========================== */
.progress {
    position: relative;
    height: 28px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: rgba(70, 70, 70, 0.1);
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    padding: 4px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #23262a;
}

.progress.progress-sm {
    height: 14px;
    margin-top: 20px;
    margin-bottom: 40px;
    overflow: visible;
}

    .progress.progress-sm .progress-bar span {
        position: absolute;
        color: #616161;
        top: -25px;
        right: 0;
        font-weight: 700;
    }

.parallax-container .progress.progress-sm .progress-bar span {
    color: #fff;
}

.progress.progress-lg {
    height: 40px;
}

    .progress.progress-lg .progress-bar {
        padding: 10px 0;
    }

.circle-progress {
    display: inline-block;
    padding: 0;
}

/*
Pagination
=========================== */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 20px 0;
    border-radius: 0;
}

    .pagination.pagination-center {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .pagination > li > a,
    .pagination > li > span {
        padding: 6px 12px;
        margin: 0 5px 0 0;
        line-height: 1.42857143;
        color: #616161;
        text-decoration: none;
        background: #ececec;
        border: 1px solid #ececec;
        border-radius: 2px;
    }


    .pagination.pagination-right > li > a,
    .pagination.pagination-right > li > span {
        float: right;
        margin: 0 0 0 5px;
    }

    .pagination.pagination-center > li > a,
    .pagination.pagination-center > li > span {
        float: none;
        display: inline-block;
        margin: 0 2.5px 0 2.5px;
    }

    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        color: #2b2b2b;
        background-color: #dbdbdb;
        border-color: #dbdbdb;
    }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        color: #fff;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #616161;
        text-decoration: none;
        background: #ececec;
        border: 1px solid #ececec;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 4px 9px;
    font-size: 12px;
    line-height: 1.5;
}

.pager {
    margin: 0 0 20px 0;
}

    .pager li > a,
    .pager li > span {
        background-color: #ececec;
        border: 1px solid #ececec;
        border-radius: 2px;
        color: #616161;
    }

        .pager li > a:hover,
        .pager li > a:focus {
            color: #2b2b2b;
            background-color: #dbdbdb;
            border-color: #dbdbdb;
        }

/*
Button
=========================== */
.btn {
    position: relative;
    border-radius: 2px;
    padding: 12px 25px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid transparent;
    color: #292929;
    background-color: #fff;
}

    .btn:hover {
        background-color: #eee;
    }

.btn-default {
    color: #fff;
    background-color: #292929;
    border-color: #292929;
}

    .btn-default.btn-bordered,
    .btn-primary.btn-bordered,
    .btn-blue.btn-bordered,
    .btn-purple.btn-bordered,
    .btn-pink.btn-bordered,
    .btn-yellow.btn-bordered,
    .btn-green.btn-bordered,
    .btn-red.btn-bordered {
        background: none;
        color: #292929;
    }

    .btn-default:focus,
    .btn-default.focus,
    .btn-default:hover,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default,
    .btn-default:active:hover,
    .btn-default.active:hover,
    .open > .dropdown-toggle.btn-default:hover,
    .btn-default:active:focus,
    .btn-default.active:focus,
    .open > .dropdown-toggle.btn-default:focus,
    .btn-default:active.focus,
    .btn-default.active.focus,
    .open > .dropdown-toggle.btn-default.focus {
        color: #fff;
        background-color: #1b1b1b;
        border-color: #1b1b1b;
        outline: none;
    }

        .btn-default,
        .btn-default:focus,
        .btn-default.focus,
        .btn-default:hover,
        .btn-default:active,
        .btn-default.active,
        .open > .dropdown-toggle.btn-default,
        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus,
        .btn-default.btn-bordered:focus,
        .btn-default.btn-bordered.focus,
        .btn-default.btn-bordered:hover,
        .btn-default.btn-bordered:active,
        .btn-default.btn-bordered.active,
        .open > .dropdown-toggle.btn-default.btn-bordered,
        .btn-default.btn-bordered:active:hover,
        .btn-default.btn-bordered.active:hover,
        .open > .dropdown-toggle.btn-default.btn-bordered:hover,
        .btn-default.btn-bordered:active:focus,
        .btn-default.btn-bordered.active:focus,
        .open > .dropdown-toggle.btn-default.btn-bordered:focus,
        .btn-default.btn-bordered:active.focus,
        .btn-default.btn-bordered.active.focus,
        .open > .dropdown-toggle.btn-default.btn-bordered.focus,
        .btn-primary,
        .btn-primary:focus,
        .btn-primary.focus,
        .btn-primary:hover,
        .btn-primary:active,
        .btn-primary.active,
        .open > .dropdown-toggle.btn-primary,
        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus,
        .btn-primary.btn-bordered:focus,
        .btn-primary.btn-bordered.focus,
        .btn-primary.btn-bordered:hover,
        .btn-primary.btn-bordered:active,
        .btn-primary.btn-bordered.active,
        .open > .dropdown-toggle.btn-primary.btn-bordered,
        .btn-primary.btn-bordered:active:hover,
        .btn-primary.btn-bordered.active:hover,
        .open > .dropdown-toggle.btn-primary.btn-bordered:hover,
        .btn-primary.btn-bordered:active:focus,
        .btn-primary.btn-bordered.active:focus,
        .open > .dropdown-toggle.btn-primary.btn-bordered:focus,
        .btn-primary.btn-bordered:active.focus,
        .btn-primary.btn-bordered.active.focus,
        .open > .dropdown-toggle.btn-primary.btn-bordered.focus,
        .btn-blue,
        .btn-blue:focus,
        .btn-blue.focus,
        .btn-blue:hover,
        .btn-blue:active,
        .btn-blue.active,
        .open > .dropdown-toggle.btn-blue,
        .btn-blue:active:hover,
        .btn-blue.active:hover,
        .open > .dropdown-toggle.btn-blue:hover,
        .btn-blue:active:focus,
        .btn-blue.active:focus,
        .open > .dropdown-toggle.btn-blue:focus,
        .btn-blue:active.focus,
        .btn-blue.active.focus,
        .open > .dropdown-toggle.btn-blue.focus,
        .btn-blue.btn-bordered:focus,
        .btn-blue.btn-bordered.focus,
        .btn-blue.btn-bordered:hover,
        .btn-blue.btn-bordered:active,
        .btn-blue.btn-bordered.active,
        .open > .dropdown-toggle.btn-blue.btn-bordered,
        .btn-blue.btn-bordered:active:hover,
        .btn-blue.btn-bordered.active:hover,
        .open > .dropdown-toggle.btn-blue.btn-bordered:hover,
        .btn-blue.btn-bordered:active:focus,
        .btn-blue.btn-bordered.active:focus,
        .open > .dropdown-toggle.btn-blue.btn-bordered:focus,
        .btn-blue.btn-bordered:active.focus,
        .btn-blue.btn-bordered.active.focus,
        .open > .dropdown-toggle.btn-blue.btn-bordered.focus,
        .btn-purple,
        .btn-purple:focus,
        .btn-purple.focus,
        .btn-purple:hover,
        .btn-purple:active,
        .btn-purple.active,
        .open > .dropdown-toggle.btn-purple,
        .btn-purple:active:hover,
        .btn-purple.active:hover,
        .open > .dropdown-toggle.btn-purple:hover,
        .btn-purple:active:focus,
        .btn-purple.active:focus,
        .open > .dropdown-toggle.btn-purple:focus,
        .btn-purple:active.focus,
        .btn-purple.active.focus,
        .open > .dropdown-toggle.btn-purple.focus,
        .btn-purple.btn-bordered:focus,
        .btn-purple.btn-bordered.focus,
        .btn-purple.btn-bordered:hover,
        .btn-purple.btn-bordered:active,
        .btn-purple.btn-bordered.active,
        .open > .dropdown-toggle.btn-purple.btn-bordered,
        .btn-purple.btn-bordered:active:hover,
        .btn-purple.btn-bordered.active:hover,
        .open > .dropdown-toggle.btn-purple.btn-bordered:hover,
        .btn-purple.btn-bordered:active:focus,
        .btn-purple.btn-bordered.active:focus,
        .open > .dropdown-toggle.btn-purple.btn-bordered:focus,
        .btn-purple.btn-bordered:active.focus,
        .btn-purple.btn-bordered.active.focus,
        .open > .dropdown-toggle.btn-purple.btn-bordered.focus,
        .btn-pink,
        .btn-pink:focus,
        .btn-pink.focus,
        .btn-pink:hover,
        .btn-pink:active,
        .btn-pink.active,
        .open > .dropdown-toggle.btn-pink,
        .btn-pink:active:hover,
        .btn-pink.active:hover,
        .open > .dropdown-toggle.btn-pink:hover,
        .btn-pink:active:focus,
        .btn-pink.active:focus,
        .open > .dropdown-toggle.btn-pink:focus,
        .btn-pink:active.focus,
        .btn-pink.active.focus,
        .open > .dropdown-toggle.btn-pink.focus,
        .btn-pink.btn-bordered:focus,
        .btn-pink.btn-bordered.focus,
        .btn-pink.btn-bordered:hover,
        .btn-pink.btn-bordered:active,
        .btn-pink.btn-bordered.active,
        .open > .dropdown-toggle.btn-pink.btn-bordered,
        .btn-pink.btn-bordered:active:hover,
        .btn-pink.btn-bordered.active:hover,
        .open > .dropdown-toggle.btn-pink.btn-bordered:hover,
        .btn-pink.btn-bordered:active:focus,
        .btn-pink.btn-bordered.active:focus,
        .open > .dropdown-toggle.btn-pink.btn-bordered:focus,
        .btn-pink.btn-bordered:active.focus,
        .btn-pink.btn-bordered.active.focus,
        .open > .dropdown-toggle.btn-pink.btn-bordered.focus,
        .btn-yellow,
        .btn-yellow:focus,
        .btn-yellow.focus,
        .btn-yellow:hover,
        .btn-yellow:active,
        .btn-yellow.active,
        .open > .dropdown-toggle.btn-yellow,
        .btn-yellow:active:hover,
        .btn-yellow.active:hover,
        .open > .dropdown-toggle.btn-yellow:hover,
        .btn-yellow:active:focus,
        .btn-yellow.active:focus,
        .open > .dropdown-toggle.btn-yellow:focus,
        .btn-yellow:active.focus,
        .btn-yellow.active.focus,
        .open > .dropdown-toggle.btn-yellow.focus,
        .btn-yellow.btn-bordered:focus,
        .btn-yellow.btn-bordered.focus,
        .btn-yellow.btn-bordered:hover,
        .btn-yellow.btn-bordered:active,
        .btn-yellow.btn-bordered.active,
        .open > .dropdown-toggle.btn-yellow.btn-bordered,
        .btn-yellow.btn-bordered:active:hover,
        .btn-yellow.btn-bordered.active:hover,
        .open > .dropdown-toggle.btn-yellow.btn-bordered:hover,
        .btn-yellow.btn-bordered:active:focus,
        .btn-yellow.btn-bordered.active:focus,
        .open > .dropdown-toggle.btn-yellow.btn-bordered:focus,
        .btn-yellow.btn-bordered:active.focus,
        .btn-yellow.btn-bordered.active.focus,
        .open > .dropdown-toggle.btn-yellow.btn-bordered.focus,
        .btn-green,
        .btn-green:focus,
        .btn-green.focus,
        .btn-green:hover,
        .btn-green:active,
        .btn-green.active,
        .open > .dropdown-toggle.btn-green,
        .btn-green:active:hover,
        .btn-green.active:hover,
        .open > .dropdown-toggle.btn-green:hover,
        .btn-green:active:focus,
        .btn-green.active:focus,
        .open > .dropdown-toggle.btn-green:focus,
        .btn-green:active.focus,
        .btn-green.active.focus,
        .open > .dropdown-toggle.btn-green.focus,
        .btn-green.btn-bordered:focus,
        .btn-green.btn-bordered.focus,
        .btn-green.btn-bordered:hover,
        .btn-green.btn-bordered:active,
        .btn-green.btn-bordered.active,
        .open > .dropdown-toggle.btn-gree.btn-borderedn,
        .btn-green.btn-bordered:active:hover,
        .btn-green.btn-bordered.active:hover,
        .open > .dropdown-toggle.btn-green.btn-bordered:hover,
        .btn-green.btn-bordered:active:focus,
        .btn-green.btn-bordered.active:focus,
        .open > .dropdown-toggle.btn-green.btn-bordered:focus,
        .btn-green.btn-bordered:active.focus,
        .btn-green.btn-bordered.active.focus,
        .open > .dropdown-toggle.btn-green.btn-bordered.focus,
        .btn-red,
        .btn-red:focus,
        .btn-red.focus,
        .btn-red:hover,
        .btn-red:active,
        .btn-red.active,
        .open > .dropdown-toggle.btn-red,
        .btn-red:active:hover,
        .btn-red.active:hover,
        .open > .dropdown-toggle.btn-red:hover,
        .btn-red:active:focus,
        .btn-red.active:focus,
        .open > .dropdown-toggle.btn-red:focus,
        .btn-red:active.focus,
        .btn-red.active.focus,
        .open > .dropdown-toggle.btn-red.focus,
        .btn-red.btn-bordered:focus,
        .btn-red.btn-bordered.focus,
        .btn-red.btn-bordered:hover,
        .btn-red.btn-bordered:active,
        .btn-red.btn-bordered.active,
        .open > .dropdown-toggle.btn-red.btn-bordered,
        .btn-red.btn-bordered:active:hover,
        .btn-red.btn-bordered.active:hover,
        .open > .dropdown-toggle.btn-red.btn-bordered:hover,
        .btn-red.btn-bordered:active:focus,
        .btn-red.btn-bordered.active:focus,
        .open > .dropdown-toggle.btn-red.btn-bordered:focus,
        .btn-red.btn-bordered:active.focus,
        .btn-red.btn-bordered.active.focus,
        .open > .dropdown-toggle.btn-red.btn-bordered.focus {
            color: #fff;
            outline: none;
        }

.btn-icon {
    padding-right: 60px;
}

    .btn-icon .fa {
        position: absolute;
        background: rgba(36, 36, 36, 0.12);
        text-align: center;
        padding: 13px;
        top: -1px;
        right: -1px;
    }

.btn-bordered.btn-icon .fa {
    background: none;
    border-left: 1px solid transparent;
}

.btn-default.btn-bordered.btn-icon .fa {
    border-color: #464646;
}

.btn-default.btn-bordered.btn-icon:hover .fa,
.btn-default.btn-bordered.btn-icon:active .fa,
.btn-defaultbtn-bordered.btn-icon:focus .fa,
.btn-primary.btn-bordered.btn-icon:hover .fa,
.btn-primary.btn-bordered.btn-icon:active .fa,
.btn-primary-bordered.btn-icon:focus .fa,
.btn-blue.btn-bordered.btn-icon:hover .fa,
.btn-blue.btn-bordered.btn-icon:active .fa,
.btn-blue-bordered.btn-icon:focus .fa,
.btn-purple.btn-bordered.btn-icon:hover .fa,
.btn-purple.btn-bordered.btn-icon:active .fa,
.btn-purple-bordered.btn-icon:focus .fa,
.btn-pink.btn-bordered.btn-icon:hover .fa,
.btn-pink.btn-bordered.btn-icon:active .fa,
.btn-pink-bordered.btn-icon:focus .fa,
.btn-yellow.btn-bordered.btn-icon:hover .fa,
.btn-yellow.btn-bordered.btn-icon:active .fa,
.btn-yellow-bordered.btn-icon:focus .fa,
.btn-green.btn-bordered.btn-icon:hover .fa,
.btn-green.btn-bordered.btn-icon:active .fa,
.btn-green-bordered.btn-icon:focus .fa,
.btn-red.btn-bordered.btn-icon:hover .fa,
.btn-red.btn-bordered.btn-icon:active .fa,
.btn-red-bordered.btn-icon:focus .fa {
    border-left: 2px solid transparent;
    background: rgba(36, 36, 36, 0.12);
}

.btn-link {
    background: none;
    position: relative;
    padding: 0 0 0 18px;
    text-transform: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
}

    .btn-link:before {
        content: '';
        position: absolute;
        width: 15px;
        height: 1px;
        display: block;
        bottom: 2px;
        left: 0;
    }

    .btn-link:hover,
    .btn-link:focus,
    .btn-link:active {
        background: none;
    }

.btn-lg,
.btn-group-lg > .btn {
    padding: 20px 35px;
    font-size: 18px;
    line-height: 18px;
    border-radius: 3px;
}

.btn-icon.btn-lg {
    padding-right: 90px
}

    .btn-icon.btn-lg .fa {
        padding: 21px;
    }

.btn-sm,
.btn-group-sm > .btn {
    padding: 8px 15px;
    font-size: 11px;
    line-height: 11px;
    border-radius: 2px;
}

.btn-icon.btn-sm {
    padding-right: 45px
}

    .btn-icon.btn-sm .fa {
        padding: 9px;
    }

.btn-xs,
.btn-group-xs > .btn {
    padding: 6px 12px;
    font-size: 11px;
    line-height: 11px;
    border-radius: 2px;
}

.btn-icon.btn-xs {
    padding-right: 35px
}

    .btn-icon.btn-xs .fa {
        padding: 7px;
    }

.btn-cta {
    text-transform: none;
    position: relative;
    text-align: left;
    line-height: 24px;
    padding: 20px 25px 20px 75px;
}

    .btn-cta i {
        font-size: 48px;
        line-height: 42px;
    }

    .btn-cta .pull-left {
        float: none;
        position: absolute;
        margin-left: -50px;
    }

    .btn-cta span {
        display: block;
        font-weight: 400;
    }

    .btn-cta.btn-bordered {
        background: none;
        border: 2px solid #fff;
        color: #fff;
    }

        .btn-cta.btn-bordered:hover {
            background: #fff;
            color: #464646;
        }

.top-offset {
    margin-top: -15px;
}

.btn-facebook {
    background: #2c90b9;
    color: #fff;
}

    .btn-facebook:hover,
    .btn-facebook:focus,
    .btn-facebook:active {
        background: #207fa7;
        color: #fff;
    }

.btn-twitter {
    background: #4bd0dc;
    color: #fff;
}

    .btn-twitter:hover,
    .btn-twitter:focus,
    .btn-twitter:active {
        background: #38b0bb;
        color: #fff;
    }

.btn-google-plus {
    background: #de5644;
    color: #fff;
}

    .btn-google-plus:hover,
    .btn-google-plus:focus,
    .btn-google-plus:active {
        background: #c84b3a;
        color: #fff;
    }

.btn-linkedin {
    background: #4c92b6;
    color: #fff;
}

    .btn-linkedin:hover,
    .btn-linkedin:focus,
    .btn-linkedin:active {
        background: #4183a5;
        color: #fff;
    }

.btn-dribbble {
    background: #cf60a9;
    color: #fff;
}

    .btn-dribbble:hover,
    .btn-dribbble:focus,
    .btn-dribbble:active {
        background: #b64c92;
        color: #fff;
    }

.btn-pinterest {
    background: #d8434d;
    color: #fff;
}

    .btn-pinterest:hover,
    .btn-pinterest:focus,
    .btn-pinterest:active {
        background: #c2333d;
        color: #fff;
    }

.btn-istagram {
    background: #9d705b;
    color: #fff;
}

    .btn-istagram:hover,
    .btn-istagram:focus,
    .btn-istagram:active {
        background: #815a47;
        color: #fff;
    }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    border-radius: 2px;
}

.btn-rotate {
    position: absolute;
    float: left;
    width: 65%;
    height: 80px;
    text-align: center;
    background: #fff;
    color: #2b2b2b;
    padding: 25px 0 25px 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    border: 1px solid #d5d5d5;
    z-index: 5;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: bottom left;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: bottom left;
    -o-transform: rotate(-90deg);
    -o-transform-origin: bottom left;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

    .btn-rotate.pull-left {
        float: none;
        left: 80px;
        bottom: 0;
        border-bottom: none;
    }

    .btn-rotate.pull-right {
        float: none;
        right: 79px;
        top: 0;
        border-top: none;
        -moz-transform-origin: top right;
        -webkit-transform-origin: top right;
        -o-transform-origin: top right;
    }

    .btn-rotate:hover,
    .btn-rotate:active,
    .btn-rotate:focus {
        text-decoration: none;
        color: #fff;
    }

/*
Form
=========================== */
.form-control {
    padding: 10px 15px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #aeaeae;
    font-size: 13px;
    color: #616161;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .form-control::-moz-placeholder {
        color: #b6b6b6;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #b6b6b6;
    }

    .form-control::-webkit-input-placeholder {
        color: #b6b6b6;
    }

    .form-control:focus {
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

footer .form-control {
    background: none;
    color: #b2b2b2;
    border: 1px solid #fff;
}

    footer .form-control::-moz-placeholder {
        color: #8b8b8b;
        opacity: 1;
    }

    footer .form-control:-ms-input-placeholder {
        color: #8b8b8b;
    }

    footer .form-control::-webkit-input-placeholder {
        color: #8b8b8b;
    }

.form-wrapper {
    display: block;
    width: 100%;
    position: relative;
    padding: 40px;
    background: rgba(255, 255, 255, 0.98);
    color: #636363;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .form-wrapper h1,
    .form-wrapper h2,
    .form-wrapper h3,
    .form-wrapper h4,
    .form-wrapper h5,
    .form-wrapper h6 {
        color: #292929;
    }

    .form-wrapper label {
        color: #292929;
    }

    .form-wrapper:hover {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.8);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.8);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.8);
    }

    .form-wrapper.dark-bg {
        background: rgba(28, 28, 28, 0.9);
        color: #fff;
    }

        .form-wrapper.dark-bg h1,
        .form-wrapper.dark-bg h2,
        .form-wrapper.dark-bg h3,
        .form-wrapper.dark-bg h4,
        .form-wrapper.dark-bg h5,
        .form-wrapper.dark-bg h6,
        .form-wrapper.dark-bg label {
            color: #fff;
        }

    .form-wrapper label {
        color: #fff;
    }

    .form-wrapper.dark-bg .form-control,
    .form-wrapper.dark-bg .jcf-select {
        background: #fff;
        color: #b2b2b2;
        border: 1px solid #fff;
    }

        .form-wrapper.dark-bg .jcf-select .jcf-select-text {
            color: #b2b2b2;
        }

        .form-wrapper.dark-bg .form-control::-moz-placeholder,
        .form-wrapper.dark-bg .jcf-select::-moz-placeholder {
            color: #8b8b8b;
            opacity: 1;
        }

        .form-wrapper.dark-bg .form-control:-ms-input-placeholder,
        .form-wrapper.dark-bg .jcf-select::-ms-input-placeholder {
            color: #8b8b8b;
        }

        .form-wrapper.dark-bg .form-control::-webkit-input-placeholder,
        .form-wrapper.dark-bg .jcf-select::-webkit-input-placeholder {
            color: #8b8b8b;
        }

/* SOURCE ELEMENT (when checkator is enabled on an element) */
.checkator_source {
    position: relative;
    z-index: 2;
    display: block;
}

/* SHARED SETTING */
.checkator_holder { /* Holder for the new element */
    display: inline-block;
    position: relative;
}

.checkator_element { /* New element */
    border: 1px solid #aeaeae;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.checkator_source:checked + .checkator_element:after { /* Checked element dot */
    display: block;
    content: ' ';
    top: 3px;
    left: 3px;
    position: absolute;
    width: 6px;
    height: 6px;
}

.checkator_source:focus + .checkator_element { /* Focused element */
    border: 1px solid;
}

.checkator_source:hover + .checkator_element { /* Hovered element */
    /* Bug: There is a bug in chrome preventing this from working correctly */
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid;
    cursor: ponter;
}

/* RADIO SETTINGS */
.form-horizontal .checkator_element.radio,
.checkator_element.radio {
    border: 1px solid #aeaeae;
    border-radius: 50% !important;
    width: 14px;
    height: 14px;
    margin-top: -5px;
}

    .checkator_element.radio:after {
        border-radius: 50% !important;
    }

/* CHECKBOX SETTINGS */
.form-horizontal .checkator_element.checkbox,
.checkator_element.checkbox { /* New element */
    border: 1px solid #aeaeae;
    width: 14px;
    height: 14px;
    margin-top: -5px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: relative;
    margin-top: 0;
    margin-left: -20px;
    margin-right: 5px;
}

.form-inline .checkator_element.radio,
.form-inline .checkator_element.checkbox {
    margin-top: -8px;
}

/* scrollbars */
.jcf-scrollable-wrapper {
    box-sizing: content-box;
    position: relative;
}

.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    background: #f3f3f3;
    width: 15px;
    bottom: 0;
    right: 0;
    top: 0;
}

    .jcf-scrollbar-vertical .jcf-scrollbar-dec,
    .jcf-scrollbar-vertical .jcf-scrollbar-inc {
        background-image: url(../mainthem1/img/scrollbar-dec.png);
        background-color: #b8b8b8;
        background-position: center center;
        background-repeat: no-repeat;
        height: 15px;
        width: 15px;
        left: 0;
        top: 0;
        cursor: pointer;
    }

    .jcf-scrollbar-vertical .jcf-scrollbar-inc {
        background-image: url(../mainthem1/img/scrollbar-inc.png);
        top: auto;
        bottom: 0;
    }

    .jcf-scrollbar-vertical .jcf-scrollbar-handle {
        background: #cccccc url(../mainthem1/img/scrollbar-handle.png) no-repeat center center;
        height: 1px;
        width: 15px;
        cursor: pointer;
    }

.jcf-scrollbar-horizontal {
    position: absolute;
    background: #e3e3e3;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 14px;
}

    .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
    .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        background: #bbb;
        height: 14px;
        width: 14px;
    }

    .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
        left: auto;
        right: 0;
    }

    .jcf-scrollbar-horizontal .jcf-scrollbar-slider {
        display: inline-block;
        position: relative;
        height: 14px;
    }

    .jcf-scrollbar-horizontal .jcf-scrollbar-handle {
        position: absolute;
        background: #888;
        height: 14px;
    }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3;
}

/* select */
.jcf-select {
    padding: 10px 15px;
    display: block;
    position: relative;
    height: 48px;
    border-radius: 2px;
    border: 1px solid #aeaeae;
    font-size: 13px;
    color: #616161;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .jcf-select ::-moz-placeholder {
        color: #b6b6b6;
        opacity: 1;
    }

    .jcf-select ::-ms-input-placeholder {
        color: #b6b6b6;
    }

    .jcf-select ::-webkit-input-placeholder {
        color: #b6b6b6;
    }

    .jcf-select select {
        z-index: 1;
        left: 0;
        top: 0;
    }

    .jcf-select .jcf-select-text {
        overflow: hidden;
        cursor: pointer;
        display: block;
        font-size: 13px;
        font-style: italic;
        color: #b6b6b6;
        letter-spacing: 0;
    }

    .jcf-select .jcf-select-opener {
        position: absolute;
        text-align: center;
        cursor: pointer;
        background: url(../mainthem1/img/select-arrow.png) no-repeat center center;
        width: 40px;
        bottom: 0;
        right: 0;
        top: 0;
    }

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

    body > .jcf-select-drop.jcf-drop-flipped {
        margin: 1px 0 0;
    }

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select.jcf-compact-multiple {
    max-width: 220px;
}

    .jcf-select.jcf-compact-multiple .jcf-select-opener:before {
        display: inline-block;
        padding-top: 2px;
        content: '...';
    }

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #aeaeae;
    padding: 10px 0;
    background: #fff;
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
    background: none;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
    background: #f5f5f5;
    color: #2b2b2b;
}

    .jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
        display: inline-block;
        content: '';
        height: 4px;
        width: 8px;
        margin: -7px 5px 0 -3px;
        border: 3px solid #777;
        border-width: 0 0 3px 3px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
    }

/* multiple select styles */
.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}
/* select options styles */
.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}

    .jcf-list .jcf-list-content {
        vertical-align: top;
        display: inline-block;
        overflow: auto;
        width: 100%;
    }

    .jcf-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .jcf-list ul li {
            overflow: hidden;
            display: block;
            padding: 0;
        }

    .jcf-list .jcf-overflow {
        overflow: auto;
    }

    .jcf-list .jcf-option {
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
        display: block;
        padding: 10px 20px;
        height: 1%;
    }

    .jcf-list .jcf-disabled {
        background: #fff !important;
        color: #aaa !important;
    }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #f5f5f5;
    color: #2b2b2b;
    cursor: pointer;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: 700;
    display: block;
    padding: 10px 20px;
    cursor: default;
    color: #2b2b2b;
    text-transform: uppercase;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 40px;
}

/* multiple select styles */
.jcf-list-box {
    overflow: hidden;
    display: block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0;
}
/* select options styles */
.jcf-list {
    display: block;
    vertical-align: top;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}

    .jcf-list .jcf-list-content {
        vertical-align: top;
        display: inline-block;
        overflow: auto;
        width: 100%;
        padding: 10px 0 0 0;
    }

    .jcf-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .jcf-list ul li {
            overflow: hidden;
            display: block;
            padding: 0;
            margin: 0;
        }

    .jcf-list .jcf-overflow {
        overflow: auto;
    }

    .jcf-list .jcf-option {
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
        display: block;
        padding: 10px 20px;
        min-height: 14px;
        height: 1%;
    }

    .jcf-list .jcf-disabled {
        background: #fff !important;
        color: #aaa !important;
    }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #f5f5f5;
    color: #2b2b2b;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 10px 20px;
    cursor: default;
    color: #2b2b2b;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 40px;
}

.input-lg,
select.input-lg,
textares.input-lg {
    height: 62px;
}

.input-sm,
select.input-sm,
textares.input-sm {
    height: 37px;
    padding: 4px 15px;
}

.form-control.default_datetimepicker {
    background-image: url(../mainthem1/img/calendar.png);
    -moz-background-size: 13px;
    -webkit-background-size: 13px;
    -o-background-size: 13px;
    background-size: 13px;
    background-position: center right 15px;
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: 50%;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(../mainthem1/img/select-arrow.png);
    -moz-background-size: 10px;
    -webkit-background-size: 10px;
    -o-background-size: 10px;
    background-size: 10px;
    background-position: center right 15px;
    background-position-x: 90%;
    background-position-y: 50%;
    background-repeat: no-repeat;
}

.input-xs,
select.input-xs,
textares.input-xs {
    height: 27px;
    padding: 4px 15px;
}

.input-group-addon {
    color: #616161;
    border-color: #aeaeae;
    border-radius: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 14px;
}

.form-inline > .checkbox {
    border: solid 1px transparent;
}

/*
Divider
=========================== */
.divider {
    background: #e8e8e8;
    float: left;
    width: 100%;
    height: 1px;
    margin: 60px 0;
    display: block;
}

    .divider.divider-2x {
        height: 2px;
    }

    .divider.divider-3x {
        height: 3px;
    }

    .divider.divider-4x {
        height: 4px;
    }

.gray-container .divider {
    background: #d1d1d1;
}




#slider_container {
    background-color: #2b2b2b;
}

#warpper {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-left: 260px;
}

    #warpper .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

.contain-wrapp {
    padding: 60px 0;
}

.gray-container {
    background: #f3f3f3;
    padding: 60px 0;
}

.gray-bg {
    background: #f9f9f9;
}

.dark-container {
    background: #262626;
    padding: 60px 0;
}

.section-wrapp {
    padding: 100px 0;
}

.half-container {
    background: url(../mainthem1/img/half-containerbg.jpg) repeat-y top center;
    padding: 60px 0 40px 0;
}

    .half-container.dark-bg {
        background: url(../mainthem1/img/half-containerbg-dark.jpg) repeat-y top center;
        color: #bababa;
    }

        .half-container.dark-bg h1,
        .half-container.dark-bg h2,
        .half-container.dark-bg h1,
        .half-container.dark-bg h4,
        .half-container.dark-bg h5,
        .half-container.dark-bg h6 {
            color: #fff;
        }

    .half-container .row {
        margin-right: -60px;
        margin-left: -60px;
    }

        .half-container .row .row {
            margin-right: -15px;
            margin-left: -15px;
        }

    .half-container .col-xs-6,
    .half-container .col-sm-6,
    .half-container .col-md-6,
    .half-container .col-lg-6 {
        padding-right: 60px;
        padding-left: 60px;
    }

.half-column-wrapp {
    float: left;
    width: 100%;
    padding: 0;
    background: #212121;
    color: #bababa;
}

    .half-column-wrapp h1,
    .half-column-wrapp h2,
    .half-column-wrapp h3,
    .half-column-wrapp h4,
    .half-column-wrapp h5,
    .half-column-wrapp h6 {
        color: #fff;
    }

    .half-column-wrapp .half-column {
        width: 50%;
        padding: 0;
        margin: 0;
        background: #212121;
    }

        .half-column-wrapp .half-column.pull-right {
            float: left !important;
        }

        .half-column-wrapp .half-column.column-content {
            padding: 60px 60px 40px 60px;
        }

@media (min-width: 1200px) {
    .half-column-wrapp .half-column.column-content {
        width: 585px;
        float: left;
        padding: 60px 15px 40px 60px;
    }
}

.fullwidth {
    float: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .fullwidth .col-xs-1,
    .fullwidth .col-sm-1,
    .fullwidth .col-md-1,
    .fullwidth .col-lg-1,
    .fullwidth .col-xs-2,
    .fullwidth .col-sm-2,
    .fullwidth .col-md-2,
    .fullwidth .col-lg-2,
    .fullwidth .col-xs-3,
    .fullwidth .col-sm-3,
    .fullwidth .col-md-3,
    .fullwidth .col-lg-3,
    .fullwidth .col-xs-4,
    .fullwidth .col-sm-4,
    .fullwidth .col-md-4,
    .fullwidth .col-lg-4,
    .fullwidth .col-xs-5,
    .fullwidth .col-sm-5,
    .fullwidth .col-md-5,
    .fullwidth .col-lg-5,
    .fullwidth .col-xs-6,
    .fullwidth .col-sm-6,
    .fullwidth .col-md-6,
    .fullwidth .col-lg-6,
    .fullwidth .col-xs-7,
    .fullwidth .col-sm-7,
    .fullwidth .col-md-7,
    .fullwidth .col-lg-7,
    .fullwidth .col-xs-8,
    .fullwidth .col-sm-8,
    .fullwidth .col-md-8,
    .fullwidth .col-lg-8,
    .fullwidth .col-xs-9,
    .fullwidth .col-sm-9,
    .fullwidth .col-md-9,
    .fullwidth .col-lg-9,
    .fullwidth .col-xs-10,
    .fullwidth .col-sm-10,
    .fullwidth .col-md-10,
    .fullwidth .col-lg-10,
    .fullwidth .col-xs-11,
    .fullwidth .col-sm-11,
    .fullwidth .col-md-11,
    .fullwidth .col-lg-11,
    .fullwidth .col-xs-12,
    .fullwidth .col-sm-12,
    .fullwidth .col-md-12,
    .fullwidth .col-lg-12 {
        margin: 0;
        padding: 0;
    }

.container-full {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

    .container-full .row {
        margin-right: 0;
        margin-left: 0;
    }

.column-wrapp {
    padding: 35px 30px 30px 30px;
}

    .column-wrapp h3:before,
    .column-wrapp h5:before {
        font-family: 'FontAwesome';
        content: "\f10d";
        float: left;
        font-size: 16px;
        margin-right: 10px;
    }

    .column-wrapp h3:before {
        font-size: 28px;
        margin-right: 15px;
    }

.fixed-network {
    display: block;
    position: relative;
    width: 100%;
    height: 45px;
    padding: 0 40px;
    margin-top: 5px;
}

    .fixed-network a {
        margin-right: 2px;
    }

/*
Top area
=========================== */
.top-container {
    float: left;
    width: 100%;
    color: #fff;
    padding: 5px 0;
}

    .top-container a,
    .top-container a:hover,
    .top-container a:focus,
    .top-container a:active {
        color: #fff;
    }

    .top-container p {
        margin: 0;
    }

.top-column-left,
.top-column-right {
    float: left;
}

.top-column-right {
    float: right;
}

.top-social-network,

ul.register {
    float: right;
    margin: 0;
    padding: 0;
}

ul.contact-line
{
    float: left;
    margin: 0;
    padding: 0;
}

    .top-social-network a {
        margin: 2px;
    }

ul.contact-line li,
ul.register li {
    float: left;
    font-size: 12px;
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    font-weight: 200;
}

        ul.contact-line li:first-child {
            border-left: none;
            padding: 0;
        }

/*
Section heading
=========================== */
.section-heading {
    position: relative;
    background: url(../mainthem1/img/section-heading-line.png) no-repeat bottom center;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #292929;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

    .section-heading .fa {
        position: absolute;
        background: #292929;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        color: #fff;
        font-size: 10px;
        line-height: 20px;
        text-align: center;
        overflow: hidden;
        bottom: -4px;
        left: 50%;
        margin-left: -10px;
        padding-left: 2px;
    }

/*
Parallax
=========================== */
.parallax {
    position: relative;
    padding: 0;
    margin: 0 auto;
    overflow-y: visible;
    width: 100%;
    z-index: 3;
    color: #fff;
}

    .parallax.bg1 {
        background: url(../mainthem1/img/parallax/bg01.jpg) 50% 0 no-repeat fixed;
        background-size: cover;
    }

    .parallax.bg2 {
        background: url(../mainthem1/img/parallax/bg02.jpg) 50% 0 no-repeat fixed;
        background-size: cover;
    }

    .parallax.bg3 {
        background: url(../mainthem1/img/parallax/bg03.jpg) 100% 0 no-repeat fixed;
        background-size: cover;
    }

    .parallax.bg4 {
        background: url(../mainthem1/img/parallax/bg04.jpg) 100% 0 no-repeat fixed;
        background-size: cover;
    }

    .parallax.bg5 {
        background: url(../mainthem1/img/parallax/bg05.jpg) 100% 0 no-repeat fixed;
        background-size: cover;
    }

.parallax-container {
    padding: 60px 0;
    overflow: hidden;
}

/*
Inner head
=========================== */
.inner-head {
    background: url(../mainthem1/img/parallax/innerhead.jpg) 50% 0 no-repeat fixed;
    padding: 60px 0 50px 0;
    position: relative;
    z-index: 1;
}

    .inner-head i {
        float: left;
        width: 47px;
        height: 47px;
        margin: 7px 20px 0 0;
        border: 2px solid #fff;
        text-align: center;
        overflow: hidden;
        font-size: 24px;
        line-height: 42px;
        border-radius: 2px;
    }

    .inner-head h1, .inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5, .inner-head h6 {
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .inner-head .breadcrumb {
        margin-bottom: 0;
    }

/*
Call to action
=========================== */
.cta-wrapper {
    display: block;
    position: relative;
    padding: 50px 0 60px 0;
    color: #bababa;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

    .cta-wrapper h1, .cta-wrapper h2, .cta-wrapper h3, .cta-wrapper h4, .cta-wrapper h5, .cta-wrapper h6 {
        margin-bottom: 5px;
        text-transform: uppercase;
    }

.cta-default,
.cta-primary {
    background-color: #2e2e2e;
    background-repeat: n0-repeat;
    background-position: top center;
    color: #e6e6e6;
}

.cta-primary {
    color: #fff;
}

.cta-parallax {
    background-color: rgba(36, 36, 36, 0.9);
}

/*
Gallery
=========================== */
.filter-items {
    display: block;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
}

.filter-wrapp {
    background: #fff;
    border-bottom: 1px solid #d4d4d4;
    padding: 15px 20px 10px 20px;
    -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
}

.filter-items li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #2b2b2b;
    font-size: 16px;
}

    .filter-items li a,
    .filter-items li a:hover,
    .filter-items li a:focus,
    .filter-items li a:active {
        display: block;
        border: 1px solid #d5d5d5;
        color: #2b2b2b;
        font-weight: 700;
        text-decoration: none;
        padding: 10px 20px;
        border-radius: 2px;
    }

.filter-wrapp li a {
    margin: 0 5px 5px 5px;
}

.filter-items li a:hover,
.filter-items li a.active,
.filter-items li a.active:hover,
.filter-items li a.active:focus,
.filter-items li a.active:active {
    color: #fff;
}

.img-wrapper {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0;
}

    .img-wrapper.half-column {
        float: left;
        width: 50%;
    }

.img-caption {
    position: absolute;
    text-align: center;
    vertical-align: center;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    color: #fff;
}

    .img-caption h5 {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        margin: 2px 0 0 0;
    }

        .img-caption a,
        .img-caption a:hover,
        .img-caption a:active,
        .img-caption h5 a {
            color: #fff;
        }

    .img-caption .zoomer,
    .img-caption .zoomer:hover {
        background: rgba(255, 255, 255, 0.9);
        position: absolute;
        display: inline-block;
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 10px;
        color: #292929;
        border-radius: 50%;
        text-align: center;
        overflow: hidden;
        padding-top: 10px;
        left: 50%;
        top: 50%;
        margin: -54px 0 0 -25px;
    }

        .img-caption .zoomer:hover,
        .img-caption .zoomer:focus,
        .img-caption .zoomer:active {
            background: rgba(255, 255, 255, 1);
        }

.img-categorie {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin: 30px 0 0 0;
}

.column-wrapper {
    float: left;
    width: 100%;
    border: 1px solid #d5d5d5;
}

.img-containt {
    float: left;
    background: #fff;
    width: 100%;
    border: 1px solid #d5d5d5;
    border-top: none;
    padding-top: 20px;
    -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
}

    .img-containt.half-column {
        border: none;
        float: left;
        width: 50%;
        padding: 40px 30px 40px 30px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .img-containt h5 {
        margin-bottom: 5px;
    }

        .img-containt h5 a {
            color: #2b2b2b
        }

.img-footer {
    float: left;
    width: 100%;
    border-top: 1px solid #d5d5d5;
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}

    .img-footer li {
        float: left;
        width: 50%;
        margin: 0;
        padding: 20px 10px 20px 10px;
        list-style: none;
    }

    .img-footer > li + li {
        border-left: 1px solid #d5d5d5;
    }

.img-containt.half-column .img-footer {
    border: 1px solid #d5d5d5;
    margin: 10px 0 0 0;
}

    .img-containt.half-column .img-footer li {
        padding: 15px;
    }

.containt-caption {
    position: absolute;
    width: 60%;
    background: rgba(255, 255, 255, 0.96);
    left: 20%;
    top: 50%;
    padding: 0;
    text-align: center;
    margin-top: -25%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .containt-caption:hover {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.8);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.8);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.8);
    }

    .containt-caption .containt {
        padding: 30px 30px 10px 30px;
    }

.cap-link {
    display: block;
    padding: 20px 20px;
    background: rgba(220, 220, 220, 0.3);
    font-weight: 700;
    color: #292929;
    font-size: 14px;
    line-height: 14px;
}

    .cap-link:after {
        font-family: 'FontAwesome';
        content: "\f178";
        font-size: 14px;
        margin-left: 5px;
    }

    .cap-link:hover,
    .cap-link:active,
    .cap-link:focus {
        text-decoration: none;
        color: #fff;
    }

/*
Photograhy
=========================== */
.home-photography {
    padding: 150px;
    background-image: url(../mainthem1/img/slider/revolution/012.jpg);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
    position: relative;
}

    .home-photography .desc {
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: 0;
    }

    .home-photography .text {
        text-transform: uppercase;
        -moz-text-shadow: 3px 3px 0px rgba(0,0,0,0.3);
        -webkit-text-shadow: 3px 3px 0px rgba(0,0,0,0.3);
        -o-text-shadow: 3px 3px 0px rgba(0,0,0,0.3);
        text-shadow: 3px 3px 0px rgba(0,0,0,0.3);
        margin-bottom: 25px;
    }

.flexslider-photo ul.slides li {
    height: 100px;
}

.gallery-photo {
    padding: 30px;
}

.page-photography {
    height: 0;
    margin-top: 30px;
}

/*
Team
=========================== */
.team-wrapp {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

    .team-wrapp.team-circle .img-caption {
        border-radius: 50%;
    }

    .team-wrapp.team-circle .img-wrapper.wrapp-thumbnail {
        background-color: #fff;
        border: 1px solid #ececec;
        border-radius: 50%;
        overflow: hidden;
        padding: 10px;
    }

    .team-wrapp .caption {
        padding: 15px 0 10px 0;
    }

        .team-wrapp .caption h5 {
            margin-bottom: 0;
        }

        .team-wrapp .caption p {
            margin-bottom: 0;
        }

.team-network {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    margin-top: -17px;
}

    .team-network a {
        display: inline-block;
        width: 34px;
        height: 34px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        color: #292929;
        font-size: 16px;
        line-height: 34px;
        text-align: center;
        margin: 0 1px;
    }

        .team-network a:hover,
        .team-network a:active,
        .team-network a:focus {
            background: rgba(255, 255, 255, 1);
            color: #292929;
        }

/*
Testimoni
=========================== */
.testimoni-single {
    position: relative;
    display: block;
    color: #fff;
    padding: 30px 30px 70px 30px;
    margin-bottom: 50px;
    border-radius: 2px;
    text-align: center;
}

    .testimoni-single a,
    .testimoni-single a:hover,
    .testimoni-single a:focus,
    .testimoni-single a:active {
        color: #fff;
    }

.testimoni-avatar {
    position: absolute;
    left: 50%;
    bottom: -50px;
    margin-left: -50px;
}

.testimoni-wrapp {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

    .testimoni-wrapp.boxed {
        padding-left: 30px;
        margin-bottom: 40px;
    }

    .testimoni-wrapp.boxed-center {
        text-align: center;
    }

.testimoni {
    background: #f7f7f7;
    padding: 20px 30px;
    border-radius: 2px 2px 2px 0;
}

.testimoni-wrapp.boxed-center .testimoni {
    padding: 20px;
    border-radius: 2px;
}

.gray-container .testimoni {
    background: #dedede;
}

.parallax-container .testimoni {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.testimoni-container {
    border: 4px double #d2d2d2;
    padding: 20px 20px 40px 20px;
}

.gray-container .testimoni-container {
    border: 4px double #aaaaaa;
}

.parallax-container .testimoni-container {
    border: 4px double rgba(255, 255, 255, 0.4);
}

.testimoni blockquote {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.testimoni-wrapp.boxed span.block {
    padding-left: 40px;
}

.testimoni-wrapp.boxed img.img-circle {
    position: absolute;
    left: 3px;
    bottom: -15px;
    width: 80px;
    height: 80px;
    z-index: 2;
}

.testimoni-wrapp.boxed:before {
    content: "";
    position: absolute;
    left: -5px;
    bottom: -23px;
    background-color: #fff;
    width: 96px;
    height: 96px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}

.testimoni-wrapp.boxed-center img.img-circle {
    width: 40px;
    height: 40px;
    margin: 10px 0;
}

.gray-container .testimoni-wrapp.boxed img.img-circle {
    border: 8px solid #f9f9f9;
}

.parallax-container .testimoni-wrapp.boxed img.img-circle {
    border: rgba(0, 0, 0, 0.7);
}

.testimoni-sparator {
    background: url(../mainthem1/img/testimoni-quote.png) no-repeat top left;
    display: block;
    width: 100%;
    height: 28px;
    margin: 0 0 10px 0;
}

.gray-container .testimoni-sparator {
    background: url(../mainthem1/img/testimoni-quote-dark.png) no-repeat top left;
}

.parallax-container .testimoni-sparator {
    background: url(../mainthem1/img/testimoni-quote-trans.png) no-repeat top left;
}

/*
Blog
=========================== */
.recent-post {
    margin: 0;
    padding: 0;
}

    .recent-post li {
        border-bottom: 1px dashed transparent;
        border-color: #e8e8e8;
        list-style: none;
        margin: 0 0 20px 0;
        padding: 0;
    }

        .recent-post li a {
            color: #616161;
        }

.post {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

article.post .img-wrapper {
    margin-bottom: 20px;
}

article.post-thumbnail .img-wrapper,
.masonry .grid-item .post {
    margin-bottom: 0;
}

.post-frame {
    float: left;
    width: 100%;
    border: 1px solid #d5d5d5;
    border-bottom: 3px double #d5d5d5;
    padding: 40px 40px 50px 40px;
}

.post .img-wrapper {
    margin-bottom: -1px;
}

.post-data {
    float: left;
    font-size: 18px;
    line-height: 28px;
    margin: 0 15px 0 0;
    padding-left: 2px;
    color: #adadad;
}

.post-heading {
    position: relative;
    display: block;
    margin: 0 0 15px 0;
}

.post-frame .post-heading {
    margin: 0 0 15px 0;
}

.post-heading.post-thumbnail {
    position: relative;
    padding-left: 120px;
    margin: 0;
}

    .post-heading.post-thumbnail h6 {
        margin: 0;
    }

    .post-heading.post-thumbnail .img-thumb {
        position: absolute;
        width: 100px;
        height: auto;
        top: 0;
        left: 0;
    }

.post-heading .rating {
    display: block;
    color: #292929;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
}

.post-frame .post-heading {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.post-heading h5 {
    margin-bottom: 10px;
}

    .post-heading h1 a,
    .post-heading h2 a,
    .post-heading h3 a,
    .post-heading h4 a,
    .post-heading h5 a,
    .post-heading h6 a {
        color: #292929;
    }

.post-meta {
    margin-right: 5px;
    color: #adadad;
}

.post-share {
    position: absolute;
    width: 100%;
    background: rgba(41, 41, 41, 0.95);
    color: #fff;
    z-index: 2;
    left: 0;
    bottom: -80px;
}

html.ie .post-share {
    background-color: #292929;
}

.post-share label,
.post-share a {
    display: inline-block;
    color: #fff;
    padding: 10px 15px 10px 15px;
    border-right: 1px solid #4a4a4a;
    height: 45px;
    margin: 0;
}

.footer-post {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #d5d5d5;
}

    .footer-post .btn-link {
        float: right;
        padding: 10px 20px;
    }

        .footer-post .btn-link:before {
            bottom: 13px;
            left: 0;
        }

    .footer-post ul,
    .footer-post ul li {
        float: left;
        margin: 0;
        padding: 0;
    }

        .footer-post ul li {
            list-style: none;
            border-right: 1px solid #d5d5d5;
            padding: 10px 20px;
            color: #adadad;
            font-size: 14px;
        }

            .footer-post ul li a,
            .footer-post ul li a:hover,
            .footer-post ul li a:focus,
            .footer-post ul li a:active {
                color: #adadad;
                text-decoration: none;
            }

.post-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

    .post-wrapper img {
        width: 100%;
    }

.post-content {
    position: relative;
    float: left;
    width: 90%;
    margin: -55px 5% 0 5%;
    padding: 25px 30px 20px 30px;
    background: #fff;
    background: rgba(255, 255, 255, 0.98);
    z-index: 4;
}

    .post-content h5 a {
        color: #292929;
    }

.post-date {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.post-content .footer-post {
    border: none;
}

    .post-content .footer-post ul li {
        border-right: none;
        padding: 0 10px 0 0;
    }

        .post-content .footer-post ul li a,
        .post-content .footer-post ul li a:hover,
        .post-content .footer-post ul li a:focus,
        .post-content .footer-post ul li a:active {
            color: #e0e0e0;
            text-decoration: none;
        }

    .post-content .footer-post .btn-link {
        float: right;
        padding-top: 0;
        padding-right: 0;
    }

.clearaside,
.clearblog {
    display: none;
}

/*
Aside
=========================== */
aside {
    float: left;
    width: 100%;
}

    aside .widget {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }

.aside-col .widget {
    display: table !important;
    float: none !important;
    margin-bottom: 30px;
}

aside .widget .widget-head {
    border-bottom: 4px solid #2b2b2b;
    padding: 0 0 15px 0;
    margin-bottom: 20px;
}

.recent-widget {
    float: left;
    width: 100%;
    margin: 10px 0 -30px 0;
}

.cat {
    float: left;
    width: 100%;
    margin: 0 0 -10px 0;
    padding: 0;
}

    .cat li {
        position: relative;
        float: left;
        width: 50%;
        margin: 0;
        padding: 0 20px 0 0;
        list-style: none;
    }

    .cat.fullwidth li {
        width: 100%;
    }

    .cat li a {
        display: block;
        color: #616161;
        border-bottom: 1px dashed #d5d5d5;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .cat li span {
        position: absolute;
        top: 0;
        right: 20px;
    }

.recent-comment .comment-author {
    margin-left: 40px;
}

.tag {
    display: inline-block;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    color: #616161;
    text-align: center;
    padding: 8px 20px;
    margin-bottom: 5px;
}

.aside-col .tag {
    margin-right: 5px;
}

.gray-container .tag {
    border: solid 1px #555;
}

.tag:hover,
.tag:focus,
.tag:active {
    text-decoration: none;
    color: #fff;
}

/*
Comments
=========================== */
.media-object {
    border: 1px solid #d5d5d5;
    padding: 5px;
    margin-right: 15px;
    border-radius: 2px;
}

.media-heading a {
    color: #0b0b0b;
}

.media-body {
    border: 1px solid #d5d5d5;
    padding: 30px 30px 0 30px;
    border-radius: 2px;
}

.media,
.media .media {
    margin-bottom: 30px;
}

    .media .media .media-object {
        background: none;
        border-radius: 2px;
    }

    .media .media .media-body {
        background: none;
    }

.reply {
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 30px;
}

/*
Shopping
=========================== */
.product-wrapper {
    float: left;
    margin-bottom: 30px;
}

.product-title {
    text-align: center;
    padding: 15px 0;
}

    .product-title h6 {
        margin-bottom: 5px;
    }

        .product-title h6 a,
        .product-title .rating {
            color: #2b2b2b;
        }

.product-footer {
    float: left;
    width: 100%;
    border: 1px solid #d5d5d5;
}

    .product-footer .price {
        float: left;
        width: 50%;
        border-right: 1px solid #d5d5d5;
        font-size: 16px;
        padding: 10px 20px;
        text-align: center;
    }

        .product-footer .price del,
        .product-footer .price span {
            margin: 0 2.5px;
        }

.buy {
    float: left;
    width: 50%;
    padding: 10px 20px;
    text-align: center;
}

    .buy button,
    .buy a {
        border: none;
        background: none;
        font-size: 16px;
        display: inline-block;
    }

.product-label {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    padding-top: 15px;
    top: 20px;
    right: 20px;
}

.filter-attributes {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
}

    .filter-attributes .form-group {
        padding-right: 10px;
        margin-bottom: 5px;
    }

.product-list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .product-list li {
        float: left;
        width: 100%;
        margin: 0 0 15px 0;
        padding: 0 0 5px 0;
        list-style: none;
        border-bottom: 1px solid #d5d5d5;
    }

        .product-list li h6 {
            margin: 10px 0 5px 0;
        }

            .product-list li h6 a {
                color: #2b2b2b;
            }

    .product-list .price {
        font-size: 14px;
    }

        .product-list .price del {
            margin-right: 5px;
        }

.result {
    float: right;
    margin-top: 50px;
}

.shop-title {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

    .shop-title .product-label {
        top: 0;
        right: 0;
    }

    .shop-title .price {
        font-size: 18px;
    }

        .shop-title .price del {
            margin-right: 5px;
        }

#start {
    margin-bottom: 20px;
}

table.parameter-product {
    width: 100%;
    margin-bottom: 20px;
}

    table.parameter-product tr.active {
        background: #f6f6f6;
    }

    table.parameter-product tr td {
        padding: 10px;
        border: solid 1px #d5d5d5;
    }

        table.parameter-product tr td strong {
            color: #2b2b2b;
        }

.category-product {
    position: relative;
    overflow: hidden;
}

    .category-product img {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    .category-product:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

.option-product {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 25px 30px;
    letter-spacing: 3px;
    background-color: #fff;
    background: rgba(255,255,255,0.7);
}

    .option-product .title {
        margin-bottom: 0;
        text-transform: uppercase;
    }

        .option-product .title small {
            color: #292929;
        }

    .option-product p {
        margin-bottom: 0;
    }

.category-product > a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

/*
Shopping cart
=========================== */
.styled-table {
    clear: both;
    width: 100%;
}

    .styled-table thead th,
    .styled-table thead td {
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
    }

    .styled-table thead th {
        font-weight: 600;
    }

    .styled-table thead td {
        font-weight: 400;
    }

    .styled-table tbody th,
    .styled-table tbody td {
        border-bottom: 1px solid #d5d5d5;
    }

    .styled-table thead th,
    .styled-table tbody th,
    .styled-table thead td,
    .styled-table tbody td {
        text-align: left;
        padding: 15px;
        vertical-align: top;
    }

    .styled-table tbody td {
        padding-top: 30px;
        padding-bottom: 20px;
    }

        .styled-table thead th:first-child,
        .styled-table tbody th:first-child,
        .styled-table thead td:first-child,
        .styled-table tbody td:first-child {
            padding-left: 15px;
        }

        .styled-table thead th:last-child,
        .styled-table tbody th:last-child,
        .styled-table thead td:last-child,
        .styled-table tbody td:last-child {
            padding-right: 15px;
        }

        .styled-table thead th.text-left,
        .styled-table tbody th.text-left,
        .styled-table thead td.text-left,
        .styled-table tbody td.text-left {
            text-align: left;
        }

        .styled-table thead th.text-center,
        .styled-table tbody th.text-center,
        .styled-table thead td.text-center,
        .styled-table tbody td.text-center {
            text-align: center;
        }

        .styled-table thead th.text-right,
        .styled-table tbody th.text-right,
        .styled-table thead td.text-right,
        .styled-table tbody td.text-right {
            text-align: right;
        }

    .styled-table .alignleft {
        margin: 0 20px 0 0;
    }

.item-title a {
    color: #2b2b2b;
}

.shoppingcart-action {
    display: block;
    padding-top: 30px;
}

.cart-total {
    display: block;
    border: 1px solid #d5d5d5;
    padding: 30px;
    box-shadow: 6px 6px 0 0 rgba(43, 43, 43, 0.05);
    -webkit-box-shadow: 6px 6px 0 0 rgba(43, 43, 43, 0.05);
    -moz-box-shadow: 6px 6px 0 0 rgba(43, 43, 43, 0.05);
}

.subtotal {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}

.cart-total .form-inline {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 35px;
    margin-bottom: 30px;
}

.grand-total {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.order-detail {
    float: left;
    width: 100%;
    border: 1px solid #d5d5d5;
    padding: 30px 30px 0 30px;
    box-shadow: 6px 6px 0 0 rgba(43, 43, 43, 0.05);
    -webkit-box-shadow: 6px 6px 0 0 rgba(43, 43, 43, 0.05);
    -moz-box-shadow: 6px 6px 0 0 rgba(43, 43, 43, 0.05);
}

.panel-heading input[type="radio"],
.panel-heading input[type="checkbox"] {
    position: relative;
    float: right;
    margin: 20px 10px 0 0;
    padding: 0;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
}

.basket-shopping,
.basket-shopping label {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px 10px 15px;
    margin: 0;
    border-radius: 2px;
}

    .basket-shopping span {
        font-weight: 400;
    }

.shop-categorie-wrapp {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

.shop-categorie {
    position: relative;
    float: left;
    width: 50%;
    overflow: hidden;
}

/*
Clients
=========================== */
.client-logo {
    opacity: 0.70;
    filter: alpha(opacity=70);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .client-logo:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

/*
Pricing table
=========================== */
.pricing {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #d1d2d4;
    border-bottom: 3px double #d1d2d4;
    background: #fcfcfc;
    height: auto;
    margin-bottom: 30px;
    border-radius: 2px;
    padding: 10px;
    color: #636363;
}

    .pricing.secondary {
        margin-top: 30px;
        margin-bottom: 60px;
    }

.pricing-head {
    text-align: center;
    padding: 5px 20px 15px 20px;
}

.pricing.secondary .pricing-head {
    background: #ececec;
    padding: 70px 0 20px 0;
    border-radius: 5px;
}

.pricing-head h4 {
    margin: 0;
    text-transform: uppercase;
}

.pricing-price {
    background: #ebebeb;
    text-align: center;
    padding: 15px 0 20px 0;
    border-radius: 2px;
    color: #292929;
    font-size: 18px;
    line-height: 18px;
}

    .pricing-price span {
        font-size: 13px;
        line-height: 18px;
    }

.pricing.secondary .pricing-price {
    position: absolute;
    width: 100px;
    height: 100px;
    border: none;
    background: #292929;
    border-radius: 50%;
    z-index: 4;
    top: 0;
    left: 50%;
    padding-top: 30px;
    margin: -30px 0 0 -50px;
    color: #fff;
}

.pricing.popular .pricing-price {
    color: #fff;
}

.pricing-price strong {
    font-size: 48px;
    line-height: 54px;
}

.pricing.secondary .pricing-price strong {
    font-size: 36px;
    line-height: 34px;
}

.pricing-price sup {
    font-size: 18px;
}

.pricing.secondary .pricing-price sup {
    font-size: 18px;
}

.pricing-container {
    position: relative;
    z-index: 2;
    margin-top: 0;
    padding: 0 0 20px 0;
    text-align: center;
}

    .pricing-container ul {
        margin: 0;
        padding: 0;
    }

        .pricing-container ul li {
            list-style: none;
            margin: 0;
            padding: 20px;
            font-size: 16px;
            line-height: 16px;
            border-bottom: 1px solid #eaeaec;
        }

.pricing-action {
    text-align: center;
    padding: 0 20px 20px 20px;
}

/*
Counter
=========================== */
.counter-item {
    text-align: center;
    margin-bottom: 0px;
}

.count-value {
    display: block;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 5px;
}

.counter-item.counter-lg .count-value {
    font-weight: 700;
    font-size: 94px;
    line-height: 94px;
}

.counter-item p {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
}

.counter-item.counter-lg p {
    font-size: 30px;
    line-height: 30px;
}

.cirContainer {
    width: 100px;
    height: 100px;
}

.cir {
    position: relative;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #efefef;
    background-image ' :none;
}

.cirCover {
    position: relative;
    top: 2px;
    left: 2px;
    text-align: center;
    width: 96px;
    height: 96px;
    border-radius: 100%;
    background-color: #efefef;
}

.percent {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 32px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
    color ': #5c93c8;
}

/*
Contact
=========================== */
.contact-detail {
    position: relative;
    display: block;
    border: 1px solid #d5d5d5;
    border-bottom: 3px double #d5d5d5;
    border-radius: 2px;
    padding: 30px 40px 0 40px;
}

    .contact-detail ul {
        position: relative;
        z-index: 3;
    }

.contact-sparator {
    background: url(../mainthem1/img/contact-bg.png) no-repeat top right;
    position: absolute;
    display: block;
    width: 100%;
    height: 68px;
    top: -1px;
    right: -1px;
}

/*
Google Map
=========================== */
.map-wrapper {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.maps {
    height: 450px;
    width: 100%;
}

/*
Form Index
=========================== */
.form-index {
    position: relative;
    z-index: 3;
    margin-top: -81px;
}

    .form-index .tab-content {
        padding: 0;
    }

    .form-index .nav-tabs {
        margin-bottom: -7px;
    }

        .form-index .nav-tabs > li > a {
            margin-right: -1px;
            padding: 25px 30px;
            border: solid 1px #fff;
            background: #fff;
            background: rgba(255,255,255,0.8);
            text-align: center;
        }

            .form-index .nav-tabs > li > a:hover,
            .form-index .nav-tabs > li > a:focus,
            .form-index .nav-tabs > li.active > a {
                border-bottom: solid 1px #fff !important;
            }

            .form-index .nav-tabs > li > a > .fa {
                display: inline-block;
                width: 30px;
                height: 30px;
                background-color: #292929;
                text-align: center;
                color: #fff;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
                padding-top: 7px;
            }

    .form-index .tab-content .form-input {
        padding: 25px 30px;
    }

        .form-index .tab-content .form-input.submit {
            background-color: #f5f5f5;
        }

            .form-index .tab-content .form-input.submit .search {
                text-align: right;
            }

        .form-index .tab-content .form-input .more_input {
            display: none;
        }

/*
Travel
=========================== */
.popular-place .img-wrapper .zoomer {
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

.popular-place .content {
    padding: 10px 0 0 0;
}

    .popular-place .content .price {
        float: right;
        font-size: 18px;
        font-weight: bold;
        padding-top: 3px;
        padding-left: 15px;
        border-left: solid 1px #cfcfcf;
        text-align: right;
    }

        .popular-place .content .price span {
            display: block;
            line-height: 13px;
            font-size: 11px;
            font-weight: normal;
            color: #6f6f6f;
            text-transform: uppercase;
        }

    .popular-place .content .title {
        text-transform: uppercase;
    }

        .popular-place .content .title a {
            text-decoration: none !important;
        }

        .popular-place .content .title small {
            display: block;
        }

/*
Home App
=========================== */
.home-app {
    padding-bottom: 0;
    background-image: url(../mainthem1/img/brick-wall-dark.png);
}

    .home-app .content-home {
        color: #efefef;
        font-weight: 600;
        font-size: 16px;
        padding-top: 60px;
        letter-spacing: 2px;
    }

.btn-app {
    margin-top: 25px;
    display: block;
}

.home-app .content-home .title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 72px;
    line-height: 80px;
    -moz-text-shadow: 6px 6px 0px rgba(0,0,0,0.3);
    -webkit-text-shadow: 6px 6px 0px rgba(0,0,0,0.3);
    -o-text-shadow: 6px 6px 0px rgba(0,0,0,0.3);
    text-shadow: 6px 6px 0px rgba(0,0,0,0.3);
}

.video-player {
    display: block;
    width: 170px;
    position: relative;
    padding-left: 80px;
    padding-top: 15px;
    color: #9f9f9f;
}

    .video-player .fa {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 70px;
        height: 70px;
        border: solid 2px #333;
        text-align: center;
        color: #333;
        font-size: 30px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        padding-top: 18px;
    }

    .video-player:hover,
    .video-player:focus {
        text-decoration: none;
    }

.home-app .wrap-slider {
    width: 360px;
    position: relative;
    display: table;
    margin: auto;
    margin-bottom: -165px;
}

.home-app .img-wrapslider {
    width: 100%;
}

.home-app .slider-app {
    background-color: #999;
    position: absolute;
    display: block;
    width: 264px;
    height: 462px;
    top: 95px;
    left: 48px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

    .home-app .slider-app .owl-item,
    .home-app .slider-app .item {
        margin: 0 !important;
        padding: 0 !important;
    }

/*
Real Estate
=========================== */
.wrap-estate {
    background: #efefef;
    position: relative;
    overflow: hidden;
    position: relative;
}

.form-locations {
    width: 350px;
    padding: 60px 30px;
    background: #fff;
    background: rgba(255,255,255,0.9);
    position: relative;
    z-index: 9;
    border-bottom: solid 1px #efefef;
}

.bg-slideestate {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

table.price-rang tr td {
    border: none;
}

.gallery-home .zoomer {
    position: absolute;
    top: 50% !important;
    margin-top: -25px !important;
}

/*
Restourant
=========================== */
.home-land {
    padding: 100px 0;
    background-position: center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.form-land {
    padding: 25px 30px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.9);
}

.child-map {
    display: block;
}

    .child-map .container {
        position: relative;
    }

.list-map {
    display: block;
    height: 390px;
    margin-top: -390px;
    overflow-y: auto;
    background: #fff;
    background: rgba(255,255,255,0.9);
    padding: 25px 30px;
}

.owl-restaurant,
.owl-restaurant .item {
    padding: 0;
    margin: 0;
}

.list-map .owl-pagination {
    display: none;
    position: absolute;
}

ul.list-restaurant {
    padding: 0;
    margin: 0 0 0 0;
    list-style: none;
}

    ul.list-restaurant li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 10px;
    }

        ul.list-restaurant li .fa {
            position: absolute;
            left: 0;
            top: 5px;
            font-size: 18px;
        }

        ul.list-restaurant li p {
            margin-bottom: 0;
        }

.list-map .btn {
    margin-bottom: 30px;
}

/*
Precess
=========================== */
.precess-column {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

    .precess-column.text-left {
        text-align: left;
    }

    .precess-column.text-right {
        text-align: right;
    }

    .precess-column span.number {
        display: block;
        font-size: 92px;
        line-height: 60px;
        font-weight: 700;
        color: rgba(43, 43, 43, 0.08);
        margin: -5px 0 20px 0;
    }

    .precess-column span.text-title {
        display: block;
        font-style: italic;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 5px;
    }

ol.process-line {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
}

    ol.process-line > li {
        display: block;
        position: relative;
        padding: 0 15px;
        text-align: center;
        margin-bottom: 30px;
    }

        ol.process-line > li:before {
            content: "";
            display: block;
            width: 50%;
            position: absolute;
            top: 60px;
            left: 0;
            height: 1px;
            background-color: #c2c2c2;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            z-index: 1;
        }

        ol.process-line > li:first-child:before {
            display: none;
        }

        ol.process-line > li:after {
            content: "";
            display: block;
            width: 50%;
            position: absolute;
            top: 60px;
            right: 0;
            height: 1px;
            background-color: #c2c2c2;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            z-index: 1;
        }

        ol.process-line > li:last-child:after {
            display: none;
        }

        ol.process-line > li > .icons {
            display: table;
            padding: 0;
            width: 120px;
            height: 120px;
            margin: 0 auto;
            margin-bottom: 20px;
            position: relative;
            z-index: 2;
        }

            ol.process-line > li > .icons > .fa {
                border: solid 1px #c2c2c2;
                display: table-cell;
                width: 120px;
                height: 120px;
                vertical-align: middle;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
                font-size: 24px;
                background-color: #ebebeb;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

        ol.process-line > li.active > .icons > .fa,
        ol.process-line > li:hover > .icons > .fa {
            color: #fff;
        }

        ol.process-line > li > h5 {
            display: block;
            width: 100%;
        }

        ol.process-line > li > p:last-child {
            margin-bottom: 0;
        }

.process-icon {
    position: relative;
    margin-bottom: 30px;
}

    .process-icon > .fa {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .process-icon > span {
        display: block;
    }

    .process-icon > p:last-child {
        margin-bottom: 0;
    }

/*
Fontawesome
=========================== */
.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-default {
    color: #292929;
}

.icon-circle,
.icon-square {
    background-color: #ebebeb;
    color: #292929;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    text-align: center;
    font-size: 15px;
    line-height: 36px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.icon-square {
    border-radius: 2px;
}

    .icon-circle:hover,
    .icon-square:hover {
        color: #fff;
    }

    .icon-circle.icon-bordered,
    .icon-square.icon-bordered {
        background: none;
        color: #292929;
        border-color: #ebebeb;
    }

        .icon-circle.icon-bordered:hover,
        .icon-square.icon-bordered:hover,
        .icon-circle.icon-bordered.fa-primary:hover,
        .icon-square.icon-bordered.fa-primary:hover,
        .icon-circle.icon-bordered.fa-blue:hover,
        .icon-square.icon-bordered.fa-blue:hover,
        .icon-circle.icon-bordered.fa-purple:hover,
        .icon-square.icon-bordered.fa-purple:hover,
        .icon-circle.icon-bordered.fa-pink:hover,
        .icon-square.icon-bordered.fa-pink:hover,
        .icon-circle.icon-bordered.fa-yellow:hover,
        .icon-square.icon-bordered.fa-yellow:hover,
        .icon-circle.icon-bordered.fa-green:hover,
        .icon-square.icon-bordered.fa-green:hover,
        .icon-circle.icon-bordered.fa-red:hover,
        .icon-square.icon-bordered.fa-red:hover {
            background: none;
        }

.fa-2x.icon-circle,
.fa-2x.icon-square {
    width: 60px;
    height: 60px;
    font-size: 22px;
    line-height: 58px;
}

.fa-3x.icon-circle,
.fa-3x.icon-square {
    width: 80px;
    height: 80px;
    font-size: 28px;
    line-height: 78px;
}

.fa-4x.icon-circle,
.fa-4x.icon-square {
    width: 100px;
    height: 100px;
    font-size: 36px;
    line-height: 98px;
}

.fa-5x.icon-circle,
.fa-5x.icon-square {
    width: 120px;
    height: 120px;
    font-size: 48px;
    line-height: 118px;
}

.icon-circle.fa-primary,
.icon-circle.fa-blue,
.icon-circle.fa-purple,
.icon-circle.fa-pink,
.icon-circle.fa-yellow,
.icon-circle.fa-green,
.icon-circle.fa-red,
.icon-square.fa-primary,
.icon-square.fa-blue,
.icon-square.fa-purple,
.icon-square.fa-pink,
.icon-square.fa-yellow,
.icon-square.fa-green,
.icon-square.fa-red {
    color: #fff;
}

.icon-circle.icon-bordered.fa-primary,
.icon-circle.icon-bordered.fa-blue,
.icon-circle.icon-bordered.fa-purple,
.icon-circle.icon-bordered.fa-pink,
.icon-circle.icon-bordered.fa-yellow,
.icon-circle.icon-bordered.fa-green,
.icon-circle.icon-bordered.fa-red,
.icon-square.icon-bordered.fa-primary,
.icon-square.icon-bordered.fa-blue,
.icon-square.icon-bordered.fa-purple,
.icon-square.icon-bordered.fa-pink,
.icon-square.icon-bordered.fa-yellow,
.icon-square.icon-bordered.fa-green,
.icon-square.icon-bordered.fa-red {
    background: none;
}

/*
Icon and text
=========================== */
.col-icon {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

    .col-icon.box {
        padding: 25px 30px !important;
        border: 1px solid #d5d5d5;
        border-bottom: 3px double #d5d5d5;
    }

        .col-icon.box.absolute-left {
            padding-left: 80px !important;
        }

            .col-icon.box.absolute-left .fa {
                top: 30px;
                left: 30px;
            }

        .col-icon.box.absolute-right {
            padding-right: 80px !important;
        }

            .col-icon.box.absolute-right .fa {
                top: 30px;
                right: 30px;
            }

    .col-icon.centered {
        text-align: center;
    }

    .col-icon.pull-right {
        text-align: right;
    }

    .col-icon.pull-left .fa {
        float: left;
        margin: 5px 20px 10px 0;
    }

    .col-icon.pull-right .fa {
        float: right;
        margin: 5px 0 10px 20px;
    }

    .col-icon.centered i {
        float: none;
        margin: 5px 0 10px 0;
    }

.icon-wrapp {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-bottom: 3px double #d5d5d5;
    border-radius: 2px;
}

.icon-boxline {
    float: left;
    width: 33.333333%;
    position: relative;
    margin: 0 -1px;
    padding: 30px 30px 10px 85px;
    border-left: 1px solid #d5d5d5;
}

    .icon-boxline .fa {
        position: absolute;
        top: 30px;
        left: 30px;
    }

.absolute-left,
.absolute-right {
    position: relative;
    padding-left: 45px;
}

    .absolute-left p,
    .absolute-right p {
        margin-bottom: 10px;
    }

    .absolute-left .fa {
        position: absolute;
        top: 5px;
        left: 0;
        margin: 0;
        padding: 0;
    }

.absolute-right {
    padding-left: 0;
    padding-right: 45px;
    text-align: right;
}

    .absolute-right .fa {
        position: absolute;
        top: 5px;
        right: 0;
        margin: 0;
        padding: 0;
    }

.icon-box {
    position: relative;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 10px;
    overflow: hidden;
    border-radius: 2px;
}

    .icon-box .icon-bg {
        position: absolute;
        font-size: 280px;
        line-height: 120px;
        top: 50%;
        right: -20%;
    }

.icon-box-contain {
    position: relative;
    padding: 30px 20px 15px 20px;
    border: 1px solid transparent;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .icon-box-contain .fa {
        margin-bottom: 0;
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        transition-duration: 0.8s;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        transition-property: transform;
        overflow: hidden;
    }

    .icon-box-contain:hover .fa {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }

.box-default {
    background: #fefefe;
    border: 1px solid #eeeeee;
}

    .box-default .icon-bg {
        color: rgba(41, 41, 41, 0.1);
    }

.box-primary .icon-bg {
    color: rgba(255, 255, 255, 0.15);
}

.box-image .icon-bg {
    color: rgba(255, 255, 255, 0.1);
}

.icon-top {
    background: #fefefe;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    padding: 10px;
    margin-top: 40px;
    overflow: visible;
}

    .icon-top .icon-box-contain {
        border: 1px solid #eeeeee;
        background: #fff;
        padding: 55px 20px 10px 20px;
    }

    .icon-top .fa {
        position: absolute;
        width: 80px;
        height: 80px;
        text-align: center;
        font-size: 32px;
        line-height: 50px;
        color: #292929;
        background: #ebebeb;
        border-radius: 50%;
        top: -40px;
        left: 50%;
        padding-top: 15px;
        margin-left: -40px;
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        transition-duration: 0.8s;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        transition-property: transform;
    }

    .icon-top .fa-primary {
        color: #fff;
    }

    .icon-top:hover .fa {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }

.parallax-container .box-default {
    background: rgba(255, 255, 255, 0.9);
    color: #616161;
    border: none;
}

    .parallax-container .box-default h1,
    .parallax-container .box-default h2,
    .parallax-container .box-default h3,
    .parallax-container .box-default h4,
    .parallax-container .box-default h5,
    .parallax-container .box-default h6 {
        color: #2b2b2b;
    }

.box-primary {
    color: #fff;
}

.box-image {
    background: #242424;
    color: #fff;
}

.box-default .icon-box-contain {
    border-color: #eeeeee;
    background: rgba(255, 255, 255, 0.6);
}

.box-default:hover .icon-box-contain {
    border-color: #929292;
}

.box-primary .icon-box-contain {
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.1);
}

.box-primary:hover .icon-box-contain {
    border-color: rgba(255, 255, 255, 0.8);
}

.box-image .icon-box-contain {
    position: relative;
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    z-index: 4;
}

.box-image:hover .icon-box-contain {
    border-color: rgba(255, 255, 255, 0.6);
}

.box-image .box-background {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

    .box-image .box-background img {
        display: block;
        width: 100%;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

.box-default .icon-box-contain i {
    color: #2b2b2b;
}

.icon-column-wrapp {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.icon-column {
    float: left;
    width: 33.33333333%;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 20px;
    margin: 0;
}

    .icon-column .fa {
        margin-bottom: 10px;
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        transition-duration: 0.8s;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        transition-property: transform;
    }

    .icon-column .icon-bg {
        position: absolute;
        font-size: 280px;
        line-height: 120px;
        bottom: 0;
        right: -40px;
        color: rgba(255, 255, 255, 0.45);
    }

    .icon-column.box-default,
    .icon-column.box-primary {
        background: #2b2b2b;
        border: none;
        color: #b2b2b2;
    }

    .icon-column.box-primary {
        color: #fff;
    }

    .icon-column.box-gray {
        background: #d6d6d6;
    }

    .icon-column.box-default .fa,
    .icon-column.box-primary .fa {
        color: #fff;
    }

    .icon-column.box-gray .fa {
        color: #2b2b2b;
    }

    .icon-column.box-default .icon-bg {
        color: rgba(255, 255, 255, 0.1);
    }

    .icon-column.box-primary .icon-bg {
        color: rgba(255, 255, 255, 0.3);
    }

    .icon-column.box-gray .icon-bg {
        color: rgba(255, 255, 255, 0.4);
    }

.icon-column-contain {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    padding: 40px 30px 20px 30px;
    z-index: 5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.icon-column:hover .icon-column-contain .fa {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.icon-column:hover .icon-column-contain {
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.icon-column.box-primary .icon-column-contain {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.icon-column.box-primary:hover .icon-column-contain {
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.icon-column.box-gray .icon-column-contain {
    border: 1px solid rgba(0, 0, 0, 0.0991);
    background: rgba(0, 0, 0, 0.0991);
}

.icon-column:hover.box-gray .icon-column-contain {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

/*
Footer
=========================== */
footer {
    float: left;
    width: 100%;
    background: #222222;
    padding: 50px 0 0 0;
    color: #bababa;
}

    footer .widget {
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }

    footer .recent-post li {
        position: relative;
        border-color: #454545;
        padding: 0 0 10px 50px;
        display: flex;
        align-items: center;
    }

        footer .recent-post li a {
            color: #bababa;
        }

    footer .recent-post-date {
        position: absolute;
        width: 35px;
        height: auto;
        border: 1px solid #bababa;
        text-align: center;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 11px;
        padding: 8px;
        border-radius: 2px;
        left: 0;
        top: 5px;
    }

        footer .recent-post-date strong {
            font-size: 14px;
            line-height: 14px;
        }

.social-network {
    display: block;
    width: 100%;
}

    .social-network .icon-square {
        background: #464646;
        color: #bababa;
    }

.photostream {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .photostream li {
        float: left;
        width: 45px;
        list-style: none;
        margin: 0 5px 5px 0;
        padding: 0;
    }

        .photostream li a:hover {
            opacity: 0.7;
        }

.subfooter {
    float: left;
    width: 100%;
    background: #1a1a1a;
    text-align: center;
    margin-top: 20px;
    padding: 30px 0 10px 0;
    color: #898989;
    font-family: "iranyekan";
}

/*
Twitter Feed
=========================== */
#tweecool ul {
    margin: 0;
    padding: 0;
}

    #tweecool ul > li {
        background: url(../mainthem1/img/twitter.png) no-repeat 0 10px;
        display: none;
        list-style: none;
        -webkit-backface-visibility: hidden;
        margin: 0 0 -10px 0;
        padding: 0 0 0 40px;
        min-height: 35px;
    }

/*
Back to top
=========================== */
.toTop {
    display: none;
    text-decoration: none;
    z-index: 600;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    border: none;
    text-align: center;
    background-color: rgba(33, 33, 33, 0.6);
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    padding-top: 8px;
}

    .toTop:hover,
    .toTop:focus {
        color: #fff;
    }

/*
Clear spacer
=========================== */
.margin-clear {
    margin: 0;
}

.padding-clear {
    padding: 0;
}

.margintop-clear {
    margin-top: 0;
}

.paddingtop-clear {
    padding-top: 0;
}

.marginbot-clear {
    margin-bottom: 0;
}

.paddingbot-clear {
    padding-bottom: 0;
}

.marginleft-clear {
    margin-left: 0;
}

.paddingleft-clear {
    padding-left: 0;
}

.marginright-clear {
    margin-right: 0;
}

.paddingright-clear {
    padding-right: 0;
}

.padding-top40 {
    padding-top: 40px;
}

.padding-topt60 {
    padding-top: 60px;
}

.padding-bot20 {
    padding-bottom: 20px;
}

.padding-bot30 {
    padding-bottom: 30px;
}

.padding-bot40 {
    padding-bottom: 40px;
}

.padding-bot50 {
    padding-bottom: 50px;
}

.padding-bot60 {
    padding-bottom: 60px;
}

.padding-bot70 {
    padding-bottom: 70px;
}

.margin-mintop10 {
    margin-top: -10px;
}

.margin-mintop20 {
    margin-top: -20px;
}

.margin-mintop30 {
    margin-top: -30px;
}

.margin-mintop60 {
    margin-top: -60px;
}

.margin-mintop85 {
    margin-top: -85px;
}

.margin-mintop100 {
    margin-top: -100px;
}

.margin-mintop210 {
    margin-top: -210px;
}

.margin-minbot10 {
    margin-bottom: -10px;
}

.margin-minbot20 {
    margin-bottom: -20px;
}

.margin-minbot30 {
    margin-bottom: -30px;
}

.margin-minbot60 {
    margin-bottom: -60px;
}

/*
Custom left right spacer
=========================== */
.margin-left10 {
    margin-left: 10px;
}

.margin-right10 {
    margin-right: 10px;
}

.margin-left20 {
    margin-left: 20px;
}

.margin-right20 {
    margin-right: 20px;
}

/*
Custom top spacer
=========================== */
.margintop5 {
    margin-top: 5px;
}

.margintop10 {
    margin-top: 10px;
}

.margintop15 {
    margin-top: 15px;
}

.margintop20 {
    margin-top: 20px;
}

.margintop25 {
    margin-top: 25px;
}

.margintop30 {
    margin-top: 30px;
}

.margintop35 {
    margin-top: 35px;
}

.margintop40 {
    margin-top: 40px;
}

.margintop45 {
    margin-top: 45px;
}

.margintop50 {
    margin-top: 50px;
}

.margintop55 {
    margin-top: 55px;
}

.margintop60 {
    margin-top: 60px;
}

.margintop80 {
    margin-top: 80px;
}

/*
Custom bottom spacer
=========================== */
.marginbot5 {
    margin-bottom: 5px;
}

.marginbot10 {
    margin-bottom: 10px;
}

.marginbot15 {
    margin-bottom: 15px;
}

.marginbot20 {
    margin-bottom: 20px;
}

.marginbot25 {
    margin-bottom: 25px;
}

.marginbot30 {
    margin-bottom: 30px;
}

.marginbot35 {
    margin-bottom: 35px;
}

.marginbot40 {
    margin-bottom: 40px;
}

.marginbot45 {
    margin-bottom: 45px;
}

.marginbot50 {
    margin-bottom: 50px;
}

.marginbot55 {
    margin-bottom: 55px;
}

.marginbot60 {
    margin-bottom: 60px;
}

.marginbot80 {
    margin-bottom: 80px;
}

/*
Responsive
=========================== */
@media(max-width:1024px) {
    .product-footer {
        min-height: 70px;
    }

    .wrap-photocontent,
    .wrap-photo {
        height: auto !important
    }

    .photo-content,
    .photo-slide {
        float: none;
        display: block;
    }

    .photo-slide {
        width: 100%;
    }

    .photo-content {
        width: 100%;
    }

    .home-photography {
        padding: 150px 50px;
    }
}

@media(max-width:992px) {
    .cart-dropdown {
        margin-top: 23px;
    }

    .search-wrapper input.form-search {
        height: 77px;
    }

    .pull-right,
    .pull-left {
        display: block;
        width: 100% !important;
    }

    .half-container {
        background: none;
        background: #f3f3f3;
    }

    .img-wrapper img {
        margin-bottom: -1px;
    }

    .containt-caption {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
        left: 0;
        top: 0;
        -moz-box-shadow: 0px 0px 0px;
        -webkit-box-shadow: 0px 0px 0px;
        -o-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px !important;
        border: solid 1px #efefef;
    }

    .icon-column-wrapp {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container .icon-column-wrapp {
        padding-left: 0;
        padding-right: 0;
    }

    .icon-column {
        float: none;
        width: 100%;
        display: block;
    }

    .list-map {
        display: block;
        height: auto;
        margin-top: 0;
        background: #fff;
        padding: 25px 0 0 0;
    }

    .feature-contruction,
    .feature-medical {
        margin-top: 0;
    }

    .home-app .wrap-slider {
        margin-bottom: 0;
    }

    .home-app .content-home .title {
        font-size: 48px;
        line-height: 60px;
    }

    .btn-app a {
        display: block;
        margin-bottom: 5px;
    }

    .form-index {
        margin-top: -51px;
    }

        .form-index .nav-tabs > li > a {
            padding: 15px 20px;
        }

            .form-index .nav-tabs > li > a > .fa {
                display: none;
            }

    .full .widget {
        display: block;
    }

        .full .widget .cat,
        .full .widget .recent-widget {
            margin-bottom: 10px;
            position: relative;
            z-index: 3;
        }

    .grid-item .half-column {
        display: block;
        width: 100%;
    }

    .product-footer {
        min-height: 10px;
    }

    .parallax.bg1 {
        background: #0b0a08;
    }
}

@media(max-width:767px) {
    .column-content {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .icon-boxline {
        float: none;
        width: 100%;
        display: block;
    }

    .icon-boxline {
        border-bottom: solid 1px #d5d5d5 !important;
    }

    ol.process-line > li:after,
    ol.process-line > li:before {
        display: none;
    }

    .contain-wrapp.feature-restaurant {
        margin-top: 0 !important;
        padding-top: 0;
    }

    .styled-table.restaurant {
        margin-bottom: 30px;
    }

    .wrap-slider img.img-wrapslide,
    .home-app .wrap-slider {
        width: 250px !important;
    }

    .home-app .slider-app {
        width: 173px;
        height: 308px;
        top: 67px;
        left: 37px;
    }

        .home-app .slider-app img {
            height: 308px;
        }

    .contain-wrapp.home-app {
        padding-bottom: 60px;
    }

    .filter-attributes .form-group {
        padding: 0 20px;
    }

    .styled-table.mobile-responsive thead {
        display: none;
    }

    .styled-table.mobile-responsive tbody {
        width: 100%;
    }

        .styled-table.mobile-responsive tbody tr {
            overflow: hidden;
            height: auto;
            width: 100%;
            border: 1px solid #e3e3e3;
        }

            .styled-table.mobile-responsive tbody tr td {
                display: block;
                text-align: left;
                padding-left: calc(50% + 10px);
                position: relative;
                overflow: hidden;
                height: auto;
                border-bottom: 1px solid #f0f0f0;
            }

                .styled-table.mobile-responsive tbody tr td:first-child {
                    padding: 10px;
                    padding-left: calc(50% + 10px);
                }

                .styled-table.mobile-responsive tbody tr td.text-right {
                    text-align: left;
                }

                .styled-table.mobile-responsive tbody tr td:before {
                    content: attr(data-title);
                    display: block;
                    font-weight: bold;
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    padding: 10px;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    width: 50%;
                    height: 100%;
                    background-color: #fdfdfd;
                }

    .form-index {
        margin-top: -41px;
    }

        .form-index .nav-tabs > li > a {
            padding: 10px 15px;
        }

    .toTop {
        bottom: 15px;
        right: 15px;
    }

    .form-locations {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        background: #f3f3f3;
    }

    .bg-slideestate {
        position: relative !important;
        height: 250px;
    }

    .gallery-photo {
        padding: 15px;
    }

    .home-photography {
        padding: 100px 30px;
    }

    .flexslider-photo ul.slides li {
        height: 70px;
    }

    .home-photography .text {
        font-size: 36px;
        line-height: 36px;
    }

    .top-container .top-column-left {
        display: none;
    }

    .top-container .top-column-right {
        padding-right: 15px;
    }

    .parallax.bg1 {
        background: #0b0a08;
    }

    .feature-Construction {
        margin-top: -40px !important;
    }
}

/*
Demos
=========================== */
.demo-introduce {
    position: relative;
    padding: 280px 0 80px 0;
    margin: 0 auto;
    overflow-y: visible;
    width: 100%;
    z-index: 3;
    font-size: 32px;
    line-height: 32px;
    color: #292929;
    background: url(../mainthem1/img/demos/demo-heading.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
}

    .demo-introduce h2 {
        font-size: 72px;
        line-height: 72px;
    }

.demo-images {
    float: left;
    width: 100%;
    border: 1px solid #d5d5d5;
    -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
}

    .demo-images p {
        margin-bottom: 25px;
    }

    .demo-images .img-containt {
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.demo-panel {
    background: #f6f6f6;
    width: 360px;
    display: none;
    height: 100%;
    left: 0;
    padding: 40px 0;
    top: 0;
    position: fixed;
    _position: absolute;
    z-index: 9999;
    border-left: none;
}

a.openpanel {
    _background-image: none;
    padding: 10px;
    border-left: none;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: block;
    left: 0;
    text-align: center;
    font-size: 24px;
    top: 165px;
    z-index: 99999;
    position: fixed;
    _position: absolute;
    border-left: none;
}

a.openpanel {
    text-decoration: none;
}

a.active.openpanel {
    border-left: none;
    _position: absolute;
    left: 360px;
}

a.openpanel:hover,
a.openpanel:focus,
a.openpanel:active {
    outline: none;
    color: #fff;
}

.demo-col {
    float: left;
    width: 100%;
    padding: 0 30px;
    margin-bottom: 20px;
}

    .demo-col h6 {
        margin-bottom: 15px;
    }

.stylechanger {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .stylechanger li {
        float: left;
        width: 25%;
        list-style: none;
        margin: 0 0 15px 0;
        padding: 0 10px 0 0;
        text-align: center;
    }

        .stylechanger li a {
            display: block;
            width: 100%;
            height: 50px;
            margin-bottom: 5px;
            border-radius: 2px;
            border: 5px solid #fcfcfc;
        }

            .stylechanger li a:hover,
            .stylechanger li a:focus,
            .stylechanger li a:active {
                border: 5px solid #aeaeae;
            }

#color1 {
    background-color: #f43438;
}

#color2 {
    background-color: #49cdee;
}

#color3 {
    background-color: #5fc87a;
}

#color4 {
    background-color: #f4a534;
}

#color5 {
    background-color: #f47334;
}

#color6 {
    background-color: #a063a9;
}

#color7 {
    background-color: #d75c90;
}

#color8 {
    background-color: #ca8a6b;
}

a,
a:hover,
a:focus,
a:active,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.btn-link,
.btn-link:hover,
.btn-link:active,
.primary,
.fa-primary,
.noempaty,
.error,
.btn-primary.btn-bordered,
.icon-circle.icon-bordered:hover,
.icon-square.icon-bordered:hover,
.icon-circle.icon-bordered.fa-primary,
.icon-square.icon-bordered.fa-primary,
nav.navbar ul.nav > li > a:hover,
nav.navbar ul.nav > li > a:focus,
nav.navbar ul.nav > li > a:active,
nav.navbar ul.nav > li.active > a,
nav.navbar ul.nav > li.active > a:hover,
nav.navbar ul.nav > li.active > a:active,
nav.navbar ul.nav > li.active > a:focus,
nav.navbar li.dropdown ul.dropdown-menu > li a:hover,
nav.navbar li.dropdown ul.dropdown-menu > li a:focus,
nav.navbar li.dropdown ul.dropdown-menu > li a:active,
nav.navbar li.dropdown ul.dropdown-menu > li.active > a,
nav.navbar li.dropdown ul.menu-col > li.active > a,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu ul.menu-col li a:hover,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu ul.menu-col li a:focus,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:focus,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu ul.menu-col li a:active,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:active,
nav.navbar-full .navbar-toggle:hover .fa,
.btn-navlink,
.cart-dropdown ul li a:hover,
.cart-dropdown ul li a:focus,
.cart-dropdown ul li a:active,
.captionHeadline1,
.breadcrumb > li a:hover,
.breadcrumb > li a:focus,
.breadcrumb > li a:active,
.breadcrumb > .active,
.leftControls-right.owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.leftControls-right.owl-theme .owl-controls .owl-buttons div.owl-next:hover,
.recent-post li a:hover,
.post-heading .post-data,
.post-heading h1 a:hover,
.post-heading h2 a:hover,
.post-heading h3 a:hover,
.post-heading h4 a:hover,
.post-heading h5 a:hover,
.post-heading h6 a:hover,
.post-meta a:hover,
.footer-post ul li a:hover,
.cat li a i,
.cat li a:hover,
.post-content h5 a:hover,
.post-content h5 a:focus,
.post-content h5 a:active,
.post-content .footer-post ul li a:hover,
.post-content .footer-post ul li a:focus,
.post-content .footer-post ul li a:active,
.post-date,
.img-containt strong,
.img-containt h5 a:hover,
.content-photo .content .title small,
.option-product p,
.list-icons .fa,
.popular-place .content .price,
.product-footer button:hover,
.captionHeadline3 span,
.captionHeadline2 span,
footer .link-list li a:hover,
footer .recent-post li a:hover,
.process-icon > span,
.precess-column .text-title {
    color: #f43438;
}

    /*
Primary background
=========================== */
    .cart-item,
    .top-container,
    .toTop:hover,
    a.openpanel,
    .primary-bg,
    .slider-selection,
    .btn-primary,
    .btn-link:before,
    .navbar-toggle:hover .icon-bar,
    .navbar-toggle:focus .icon-bar,
    .navbar-toggle:active .icon-bar,
    .navbar.navbar-white .navbar-toggle:hover .icon-bar,
    .navbar.navbar-white .navbar-toggle:focus .icon-bar,
    .navbar.navbar-white .navbar-toggle:active .icon-bar,
    #parallax-nav li.page-scroll.active a,
    #parallax-nav li.page-scroll a.selected,
    #parallax-nav li.page-scroll:focus a,
    .drop-primary.drop-circle,
    .drop-primary.drop-square,
    .heading-section span,
    .highlight.primary,
    .icons-wrapp .count,
    .text-block .fa,
    .precess-column.hover .precess-icons,
    .icon-circle:hover,
    .icon-square:hover,
    .icons-wrapp.icons-primary,
    .icon-circle.fa-primary,
    .icon-square.fa-primary,
    .box-primary,
    .icon-column.box-primary,
    .icon-top .fa-primary,
    .filter-items li a:hover,
    .filter-items li a.active,
    .filter-items li a.active:hover,
    .filter-items li a.active:focus,
    .filter-items li a.active:active,
    .donut-chart.chart-primary .pie,
    .line-chart li span:before,
    .line-chart li span:after,
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus,
    .gray-container .nav-tabs > li.active > a,
    .gray-container .nav-tabs > li.active > a:hover,
    .gray-container .nav-tabs > li.active > a:focus,
    .panel-title a:hover .plus,
    .panel-title a .minus,
    .panel-title a:hover .minus,
    .cta-primary,
    .show-caption,
    .hephaistos .tp-bullet:hover,
    .hephaistos .tp-bullet.selected,
    .captionTextline3,
    .circle-progress.primary span,
    .progress.progress-primary .progress-bar,
    div.pp_default .pp_close:hover,
    div.pp_default .pp_expand:hover,
    div.pp_default .pp_contract:hover,
    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus,
    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span,
    .owl-theme .owl-controls.clickable .owl-buttons div:hover,
    .tag:hover,
    .tag:focus,
    .tag:active,
    .product-label,
    .price-lg,
    .flexslider:hover .flex-next:hover,
    .flexslider:hover .flex-prev:hover,
    .flex-control-paging li a:hover,
    .flex-control-paging li a.flex-active,
    .styled-table thead th,
    .styled-table thead td,
    .basket-shopping,
    .maintenance-icon,
    .btn-rotate:hover,
    .btn-rotate:active,
    .btn-rotate:focus,
    .maps.map-primary i,
    .pricing.popular .pricing-price,
    .jcf-scrollbar-vertical .jcf-scrollbar-handle:hover,
    .jcf-scrollbar-vertical .jcf-scrollbar-handle:focus,
    .jcf-scrollbar-vertical .jcf-scrollbar-handle:active,
    .jcf-scrollbar-vertical .jcf-scrollbar-dec:hover,
    .jcf-scrollbar-vertical .jcf-scrollbar-inc:hover,
    .custom-search-head,
    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current,
    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint,
    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default,
    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today,
    .xdsoft_datetimepicker .xdsoft_calendar td:hover,
    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover,
    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover,
    .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current,
    .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover,
    .testimoni-single,
    ol.process-line > li.active > .icons > .fa,
    ol.process-line > li:hover > .icons > .fa,
    .maps.map-primary i,
    .rev-linner,
    .cap-link:hover,
    .cap-link:active,
    .img-caption,
    .home-app,
    .cap-link:focus {
        background-color: #f43438;
    }

.checkator_source:checked + .checkator_element:after,
.bar-chart li:nth-child(2n+1) span {
    background-color: #f43438;
}

.slider-handle,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.show-caption:hover,
.navlink-right span.cart-item,
.icon-circle.fa-primary:hover,
.icon-square.fa-primary:hover {
    background-color: #d8292c;
}

.img-caption {
    background-color: rgba(244, 52, 56, 0.9);
}

/*
Primary border
=========================== */
nav.navbar li.dropdown ul.dropdown-menu,
.cart-dropdown,
.primary-border,
.btn-primary,
.btn-primary.btn-bordered.btn-icon .fa,
.navbar-nav > li.active > a,
.dropdown-menu,
.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-toggle:active,
.navbar.navbar-white .navbar-toggle:hover,
.navbar.navbar-white .navbar-toggle:focus,
.navbar.navbar-white .navbar-toggle:active,
#parallax-nav li.page-scroll.active,
#parallax-nav li.page-scroll:active,
#parallax-nav li.page-scroll:focus,
.icons-wrapp.icons-primary:before,
.icon-circle.icon-bordered:hover,
.icon-square.icon-bordered:hover,
.icons-wrapp.icons-primary,
.icon-circle.icon-bordered.fa-primary,
.icon-square.icon-bordered.fa-primary,
.line-chart li span:before,
.line-chart li span:after,
.form-control:focus,
.jcf-select:focus,
.checkator_source:focus + .checkator_element,
.checkator_source:hover + .checkator_element,
.tab-secondary .nav-tabs,
.filter-items li a:hover,
.filter-items li a.active,
.filter-items li a.active:hover,
.filter-items li a.active:focus,
.filter-items li a.active:active,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.post-heading .post-data,
.tag:hover,
.tag:focus,
.tag:active,
.flex-control-thumbs img:hover,
.flex-control-thumbs .flex-active,
.btn-rotate:hover,
.btn-rotate:active,
.btn-rotate:focus,
.wrap-form .nav-tabs > li.active > a,
.pricing.popular,
.pricing:hover,
.pricing.secondary:hover .pricing-price,
.pricing.popular .pricing-price,
.custom-search-wrapp,
.custom-search-wrapp .pull-right,
.icon-top.selected .icon-box-contain,
ol.process-line > li.active > .icons > .fa,
ol.process-line > li:hover > .icons > .fa {
    border-color: #f43438;
}

    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary,
    .btn-primary:active:hover,
    .btn-primary.active:hover,
    .open > .dropdown-toggle.btn-primary:hover,
    .btn-primary:active:focus,
    .btn-primary.active:focus,
    .open > .dropdown-toggle.btn-primary:focus,
    .btn-primary:active.focus,
    .btn-primary.active.focus,
    .open > .dropdown-toggle.btn-primary.focus,
    .icon-circle.icon-bordered.fa-primary:hover,
    .icon-square.icon-bordered.fa-primary:hover {
        border-color: #d8292c;
    }


/*
Blue color
=========================== */
.blue,
.btn-blue.btn-bordered,
.fa-blue,
.icon-circle.icon-bordered.fa-blue,
.icon-square.icon-bordered.fa-blue {
    color: #35bfd4;
}

    .icon-circle.icon-bordered.fa-blue:hover,
    .icon-square.icon-bordered.fa-blue:hover {
        color: #2ea6b8;
    }

.blue-bg,
.btn-blue,
.highlight.blue,
.icon-circle.fa-blue,
.icon-square.fa-blue,
.donut-chart.chart-blue .pie,
.progress.progress-blue .progress-bar {
    background-color: #35bfd4;
}

    .btn-blue:focus,
    .btn-blue.focus,
    .btn-blue:hover,
    .btn-blue:active,
    .btn-blue.active,
    .open > .dropdown-toggle.btn-blue,
    .btn-blue:active:hover,
    .btn-blue.active:hover,
    .open > .dropdown-toggle.btn-blue:hover,
    .btn-blue:active:focus,
    .btn-blue.active:focus,
    .open > .dropdown-toggle.btn-blue:focus,
    .btn-blue:active.focus,
    .btn-blue.active.focus,
    .open > .dropdown-toggle.btn-blue.focus,
    .icon-circle.fa-blue:hover,
    .icon-square.fa-blue:hover {
        background-color: #2ea6b8;
    }

    .blue-border,
    .btn-blue,
    .btn-blue.btn-bordered,
    .btn-blue.btn-bordered.btn-icon .fa,
    .icon-circle.icon-bordered.fa-blue,
    .icon-square.icon-bordered.fa-blue {
        border-color: #35bfd4;
    }

        .btn-blue:focus,
        .btn-blue.focus,
        .btn-blue:hover,
        .btn-blue:active,
        .btn-blue.active,
        .open > .dropdown-toggle.btn-blue,
        .btn-blue:active:hover,
        .btn-blue.active:hover,
        .open > .dropdown-toggle.btn-blue:hover,
        .btn-blue:active:focus,
        .btn-blue.active:focus,
        .open > .dropdown-toggle.btn-blue:focus,
        .btn-blue:active.focus,
        .btn-blue.active.focus,
        .open > .dropdown-toggle.btn-blue.focus,
        .icon-circle.icon-bordered.fa-blue:hover,
        .icon-square.icon-bordered.fa-blue:hover {
            border-color: #2ea6b8;
        }

.btn-blue {
    border-bottom-color: #2ea6b8;
}

    .btn-blue:focus,
    .btn-blue.focus,
    .btn-blue:hover,
    .btn-blue:active,
    .btn-blue.active,
    .open > .dropdown-toggle.btn-blue,
    .btn-blue:active:hover,
    .btn-blue.active:hover,
    .open > .dropdown-toggle.btn-blue:hover,
    .btn-blue:active:focus,
    .btn-blue.active:focus,
    .open > .dropdown-toggle.btn-blue:focus,
    .btn-blue:active.focus,
    .btn-blue.active.focus,
    .open > .dropdown-toggle.btn-blue.focus,
    .icon-circle.icon-bordered.fa-blue:hover,
    .icon-square.icon-bordered.fa-blue:hover {
        border-bottom-color: #228e9e;
    }

/*
Purple color
=========================== */
.purple,
.btn-purple.btn-bordered,
.fa-purple,
.icon-circle.icon-bordered.fa-purple,
.icon-square.icon-bordered.fa-purple {
    color: #8f64a2;
}

    .icon-circle.icon-bordered.fa-purple:hover,
    .icon-square.icon-bordered.fa-purple:hover {
        color: #704e7f;
    }

.purple-bg,
.btn-purple,
.highlight.purple,
.icon-circle.fa-purple,
.icon-square.fa-purple,
.donut-chart.chart-purple .pie,
.progress.progress-purple .progress-bar {
    background-color: #8f64a2;
}

    .btn-purple:focus,
    .btn-purple.focus,
    .btn-purple:hover,
    .btn-purple:active,
    .btn-purple.active,
    .open > .dropdown-toggle.btn-purple,
    .btn-purple:active:hover,
    .btn-purple.active:hover,
    .open > .dropdown-toggle.btn-purple:hover,
    .btn-purple:active:focus,
    .btn-purple.active:focus,
    .open > .dropdown-toggle.btn-purple:focus,
    .btn-purple:active.focus,
    .btn-purple.active.focus,
    .open > .dropdown-toggle.btn-purple.focus,
    .icon-circle.fa-purple:hover,
    .icon-square.fa-purple:hover {
        background-color: #704e7f;
    }

    .purple-border,
    .btn-purple,
    .btn-purple.btn-bordered,
    .btn-purple.btn-bordered.btn-icon .fa,
    .icon-circle.icon-bordered.fa-purple,
    .icon-square.icon-bordered.fa-purple {
        border-color: #8f64a2;
    }


        .btn-purple:focus,
        .btn-purple.focus,
        .btn-purple:hover,
        .btn-purple:active,
        .btn-purple.active,
        .open > .dropdown-toggle.btn-purple,
        .btn-purple:active:hover,
        .btn-purple.active:hover,
        .open > .dropdown-toggle.btn-purple:hover,
        .btn-purple:active:focus,
        .btn-purple.active:focus,
        .open > .dropdown-toggle.btn-purple:focus,
        .btn-purple:active.focus,
        .btn-purple.active.focus,
        .open > .dropdown-toggle.btn-purple.focus,
        .icon-circle.icon-bordered.fa-purple:hover,
        .icon-square.icon-bordered.fa-purple:hover {
            border-color: #704e7f;
        }

.btn-purple {
    border-bottom-color: #704e7f;
}

    .btn-purple:focus,
    .btn-purple.focus,
    .btn-purple:hover,
    .btn-purple:active,
    .btn-purple.active,
    .open > .dropdown-toggle.btn-purple,
    .btn-purple:active:hover,
    .btn-purple.active:hover,
    .open > .dropdown-toggle.btn-purple:hover,
    .btn-purple:active:focus,
    .btn-purple.active:focus,
    .open > .dropdown-toggle.btn-purple:focus,
    .btn-purple:active.focus,
    .btn-purple.active.focus,
    .open > .dropdown-toggle.btn-purple.focus,
    .icon-circle.icon-bordered.fa-purple:hover,
    .icon-square.icon-bordered.fa-purple:hover {
        border-bottom-color: #563564;
    }

/*
Pink color
=========================== */
.pink,
.btn-pink.btn-bordered,
.fa-pink,
.icon-circle.icon-bordered.fa-pink,
.icon-square.icon-bordered.fa-pink {
    color: #d96ba1;
}

    .icon-circle.icon-bordered.fa-pink:hover,
    .icon-square.icon-bordered.fa-pink:hover {
        color: #b75a88;
    }

.pink-bg,
.btn-pink,
.highlight.pink,
.icon-circle.fa-pink,
.icon-square.fa-pink,
.donut-chart.chart-pink .pie,
.progress.progress-pink .progress-bar {
    background-color: #d96ba1;
}

    .btn-pink:focus,
    .btn-pink.focus,
    .btn-pink:hover,
    .btn-pink:active,
    .btn-pink.active,
    .open > .dropdown-toggle.btn-pink,
    .btn-pink:active:hover,
    .btn-pink.active:hover,
    .open > .dropdown-toggle.btn-pink:hover,
    .btn-pink:active:focus,
    .btn-pink.active:focus,
    .open > .dropdown-toggle.btn-pink:focus,
    .btn-pink:active.focus,
    .btn-pink.active.focus,
    .open > .dropdown-toggle.btn-pink.focus,
    .icon-circle.fa-pink:hover,
    .icon-square.fa-pink:hover {
        background-color: #b75a88;
    }

    .pink-border,
    .btn-pink,
    .btn-pink.btn-bordered,
    .btn-pink.btn-bordered.btn-icon .fa,
    .icon-circle.icon-bordered.fa-pink,
    .icon-square.icon-bordered.fa-pink {
        border-color: #d96ba1;
    }

        .btn-pink:focus,
        .btn-pink.focus,
        .btn-pink:hover,
        .btn-pink:active,
        .btn-pink.active,
        .open > .dropdown-toggle.btn-pink,
        .btn-pink:active:hover,
        .btn-pink.active:hover,
        .open > .dropdown-toggle.btn-pink:hover,
        .btn-pink:active:focus,
        .btn-pink.active:focus,
        .open > .dropdown-toggle.btn-pink:focus,
        .btn-pink:active.focus,
        .btn-pink.active.focus,
        .open > .dropdown-toggle.btn-pink.focus,
        .icon-circle.icon-bordered.fa-pink:hover,
        .icon-square.icon-bordered.fa-pink:hover {
            border-color: #b75a88;
        }

.btn-pink {
    border-bottom-color: #b75a88;
}

    .btn-pink:focus,
    .btn-pink.focus,
    .btn-pink:hover,
    .btn-pink:active,
    .btn-pink.active,
    .open > .dropdown-toggle.btn-pink,
    .btn-pink:active:hover,
    .btn-pink.active:hover,
    .open > .dropdown-toggle.btn-pink:hover,
    .btn-pink:active:focus,
    .btn-pink.active:focus,
    .open > .dropdown-toggle.btn-pink:focus,
    .btn-pink:active.focus,
    .btn-pink.active.focus,
    .open > .dropdown-toggle.btn-pink.focus,
    .icon-circle.icon-bordered.fa-pink:hover,
    .icon-square.icon-bordered.fa-pink:hover {
        border-bottom-color: #9e4672;
    }

/*
Yellow color
=========================== */
.yellow,
.btn-yellow.btn-bordered,
.fa-yellow,
.icon-circle.icon-bordered.fa-yellow,
.icon-square.icon-bordered.fa-yellow {
    color: #e3b041;
}

    .icon-circle.icon-bordered.fa-yellow:hover,
    .icon-square.icon-bordered.fa-yellow:hover {
        color: #c69939;
    }

.yellow-bg,
.btn-yellow,
.highlight.yellow,
.icon-circle.fa-yellow,
.icon-square.fa-yellow,
.donut-chart.chart-yellow .pie,
.progress.progress-yellow .progress-bar {
    background-color: #e3b041;
}

    .btn-yellow:focus,
    .btn-yellow.focus,
    .btn-yellow:hover,
    .btn-yellow:active,
    .btn-yellow.active,
    .open > .dropdown-toggle.btn-yellow,
    .btn-yellow:active:hover,
    .btn-yellow.active:hover,
    .open > .dropdown-toggle.btn-yellow:hover,
    .btn-yellow:active:focus,
    .btn-yellow.active:focus,
    .open > .dropdown-toggle.btn-yellow:focus,
    .btn-yellow:active.focus,
    .btn-yellow.active.focus,
    .open > .dropdown-toggle.btn-yellow.focus,
    .icon-circle.fa-yellow:hover,
    .icon-square.fa-yellow:hover {
        background-color: #c69939;
    }

    .yellow-border,
    .btn-yellow,
    .btn-yellow.btn-bordered,
    .btn-yellow.btn-bordered.btn-icon .fa,
    .icon-circle.icon-bordered.fa-yellow,
    .icon-square.icon-bordered.fa-yellow {
        border-color: #e3b041;
    }

        .btn-yellow:focus,
        .btn-yellow.focus,
        .btn-yellow:hover,
        .btn-yellow:active,
        .btn-yellow.active,
        .open > .dropdown-toggle.btn-yellow,
        .btn-yellow:active:hover,
        .btn-yellow.active:hover,
        .open > .dropdown-toggle.btn-yellow:hover,
        .btn-yellow:active:focus,
        .btn-yellow.active:focus,
        .open > .dropdown-toggle.btn-yellow:focus,
        .btn-yellow:active.focus,
        .btn-yellow.active.focus,
        .open > .dropdown-toggle.btn-yellow.focus,
        .icon-circle.icon-bordered.fa-yellow:hover,
        .icon-square.icon-bordered.fa-yellow:hover {
            border-color: #c69939;
        }

.btn-yellow {
    border-bottom-color: #c69939;
}

    .btn-yellow:focus,
    .btn-yellow.focus,
    .btn-yellow:hover,
    .btn-yellow:active,
    .btn-yellow.active,
    .open > .dropdown-toggle.btn-yellow,
    .btn-yellow:active:hover,
    .btn-yellow.active:hover,
    .open > .dropdown-toggle.btn-yellow:hover,
    .btn-yellow:active:focus,
    .btn-yellow.active:focus,
    .open > .dropdown-toggle.btn-yellow:focus,
    .btn-yellow:active.focus,
    .btn-yellow.active.focus,
    .open > .dropdown-toggle.btn-yellow.focus,
    .icon-circle.icon-bordered.fa-yellow:hover,
    .icon-square.icon-bordered.fa-yellow:hover {
        border-bottom-color: #ad8328;
    }

/*
Green color
=========================== */
.green,
.btn-green.btn-bordered,
.fa-green,
.icon-circle.icon-bordered.fa-green,
.icon-square.icon-bordered.fa-green {
    color: #5bc43e;
}

    .icon-circle.icon-bordered.fa-green:hover,
    .icon-square.icon-bordered.fa-green:hover {
        color: #4ca334;
    }

.green-bg,
.btn-green,
.highlight.green,
.icon-circle.fa-green,
.icon-square.fa-green,
.donut-chart.chart-green .pie,
.progress.progress-green .progress-bar {
    background-color: #5bc43e;
}

    .btn-green:focus,
    .btn-green.focus,
    .btn-green:hover,
    .btn-green:active,
    .btn-green.active,
    .open > .dropdown-toggle.btn-green,
    .btn-green:active:hover,
    .btn-green.active:hover,
    .open > .dropdown-toggle.btn-green:hover,
    .btn-green:active:focus,
    .btn-green.active:focus,
    .open > .dropdown-toggle.btn-green:focus,
    .btn-green:active.focus,
    .btn-green.active.focus,
    .open > .dropdown-toggle.btn-green.focus,
    .icon-circle.fa-green:hover,
    .icon-square.fa-green:hover {
        background-color: #4ca334;
    }

    .green-border,
    .btn-green,
    .btn-green.btn-bordered,
    .btn-green.btn-bordered.btn-icon .fa,
    .icon-circle.icon-bordered.fa-green,
    .icon-square.icon-bordered.fa-green {
        border-color: #5bc43e;
    }

        .btn-green:focus,
        .btn-green.focus,
        .btn-green:hover,
        .btn-green:active,
        .btn-green.active,
        .open > .dropdown-toggle.btn-green,
        .btn-green:active:hover,
        .btn-green.active:hover,
        .open > .dropdown-toggle.btn-green:hover,
        .btn-green:active:focus,
        .btn-green.active:focus,
        .open > .dropdown-toggle.btn-green:focus,
        .btn-green:active.focus,
        .btn-green.active.focus,
        .open > .dropdown-toggle.btn-green.focus,
        .icon-circle.icon-bordered.fa-green:hover,
        .icon-square.icon-bordered.fa-green:hover {
            border-color: #4ca334;
        }

.btn-green {
    border-bottom-color: #4ca334;
}

    .btn-green:focus,
    .btn-green.focus,
    .btn-green:hover,
    .btn-green:active,
    .btn-green.active,
    .open > .dropdown-toggle.btn-green,
    .btn-green:active:hover,
    .btn-green.active:hover,
    .open > .dropdown-toggle.btn-green:hover,
    .btn-green:active:focus,
    .btn-green.active:focus,
    .open > .dropdown-toggle.btn-green:focus,
    .btn-green:active.focus,
    .btn-green.active.focus,
    .open > .dropdown-toggle.btn-green.focus,
    .icon-circle.icon-bordered.fa-green:hover,
    .icon-square.icon-bordered.fa-green:hover {
        border-bottom-color: #3a8825;
    }

/*
Red color
=========================== */
.red,
.btn-red.btn-bordered,
.fa-red,
.icon-circle.icon-bordered.fa-red,
.icon-square.icon-bordered.fa-red {
    color: #e24040;
}

    .icon-circle.icon-bordered.fa-red:hover,
    .icon-square.icon-bordered.fa-red:hover {
        color: #c13636;
    }

.red-bg,
.btn-red,
.highlight.red,
.icon-circle.fa-red,
.icon-square.fa-red,
.donut-chart.chart-red .pie,
.progress.progress-red .progress-bar {
    background-color: #e24040;
}

    .btn-red:focus,
    .btn-red.focus,
    .btn-red:hover,
    .btn-red:active,
    .btn-red.active,
    .open > .dropdown-toggle.btn-red,
    .btn-red:active:hover,
    .btn-red.active:hover,
    .open > .dropdown-toggle.btn-red:hover,
    .btn-red:active:focus,
    .btn-red.active:focus,
    .open > .dropdown-toggle.btn-red:focus,
    .btn-red:active.focus,
    .btn-red.active.focus,
    .open > .dropdown-toggle.btn-red.focus,
    .icon-circle.fa-red:hover,
    .icon-square.fa-red:hover {
        background-color: #c13636;
    }

    .red-border,
    .btn-red,
    .btn-red.btn-bordered,
    .btn-red.btn-bordered.btn-icon .fa,
    .icon-circle.icon-bordered.fa-red,
    .icon-square.icon-bordered.fa-red {
        border-color: #e24040;
    }

        .btn-red:focus,
        .btn-red.focus,
        .btn-red:hover,
        .btn-red:active,
        .btn-red.active,
        .open > .dropdown-toggle.btn-red,
        .btn-red:active:hover,
        .btn-red.active:hover,
        .open > .dropdown-toggle.btn-red:hover,
        .btn-red:active:focus,
        .btn-red.active:focus,
        .open > .dropdown-toggle.btn-red:focus,
        .btn-red:active.focus,
        .btn-red.active.focus,
        .open > .dropdown-toggle.btn-red.focus,
        .icon-circle.icon-bordered.fa-red:hover,
        .icon-square.icon-bordered.fa-red:hover {
            border-color: #c13636;
        }

.btn-red {
    border-bottom-color: #c13636;
}

    .btn-red:focus,
    .btn-red.focus,
    .btn-red:hover,
    .btn-red:active,
    .btn-red.active,
    .open > .dropdown-toggle.btn-red,
    .btn-red:active:hover,
    .btn-red.active:hover,
    .open > .dropdown-toggle.btn-red:hover,
    .btn-red:active:focus,
    .btn-red.active:focus,
    .open > .dropdown-toggle.btn-red:focus,
    .btn-red:active.focus,
    .btn-red.active.focus,
    .open > .dropdown-toggle.btn-red.focus,
    .icon-circle.icon-bordered.fa-red:hover,
    .icon-square.icon-bordered.fa-red:hover {
        border-bottom-color: #a22626;
    }
.navbar-right {
    float: right !important;
    margin-right: -15px;
}
.nav > li {
    position: relative;
    display: block;
    float: right;
}
#navbar-menu {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}
.nav3 {
    float: right;
    position: relative;
    top: 7px;
    margin-right: 23px;
}
    .nav3  > li {
        float: right;
        margin-left: 22px;
        font-weight: 300;
    }
        .nav3 li a:hover {
            text-decoration: none;
            color: #f23438 !important;
        }
main.mainproduct {
    margin: 50px 0px;
}
.search-box {
    float: right;
    position: relative;
    top: 10px;
    right: 50px;
}
    .search-box .search-box-text {
        padding: 8px 5px;
        width: 100%;
        background-color: black;
        border: none;
        color: white !important;
    }
    .search-box form.search {
        position: relative;
        min-width: 270px;
    }
    .search-box .search-box-button {
        position: absolute;
        left: 6px;
        top: 6px;
        background: none;
        border: none;
        width: 24px;
        opacity: .5;
    }
        .search-box .search-box-button:hover {
            opacity: 1;
        }

a,
a:hover,
a:focus,
a:active,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.btn-link,
.btn-link:hover,
.btn-link:active,
.primary,
.fa-primary,
.noempaty,
.error,
.btn-primary.btn-bordered,
.icon-circle.icon-bordered:hover,
.icon-square.icon-bordered:hover,
.icon-circle.icon-bordered.fa-primary,
.icon-square.icon-bordered.fa-primary,
nav.navbar ul.nav > li > a:hover,
nav.navbar ul.nav > li > a:focus,
nav.navbar ul.nav > li > a:active,
nav.navbar ul.nav > li.active > a,
nav.navbar ul.nav > li.active > a:hover,
nav.navbar ul.nav > li.active > a:active,
nav.navbar ul.nav > li.active > a:focus,
nav.navbar li.dropdown ul.dropdown-menu > li a:hover,
nav.navbar li.dropdown ul.dropdown-menu > li a:focus,
nav.navbar li.dropdown ul.dropdown-menu > li a:active,
nav.navbar li.dropdown ul.dropdown-menu > li.active > a,
nav.navbar li.dropdown ul.menu-col > li.active > a,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu ul.menu-col li a:hover,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu ul.menu-col li a:focus,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:focus,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu ul.menu-col li a:active,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:active,
nav.navbar-full .navbar-toggle:hover .fa,
.btn-navlink,
.cart-dropdown ul li a:hover,
.cart-dropdown ul li a:focus,
.cart-dropdown ul li a:active,
.captionHeadline1,
.breadcrumb > li a:hover,
.breadcrumb > li a:focus,
.breadcrumb > li a:active,
.breadcrumb > .active,
.leftControls-right.owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.leftControls-right.owl-theme .owl-controls .owl-buttons div.owl-next:hover,
.recent-post li a:hover,
.post-heading .post-data,
.post-heading h1 a:hover,
.post-heading h2 a:hover,
.post-heading h3 a:hover,
.post-heading h4 a:hover,
.post-heading h5 a:hover,
.post-heading h6 a:hover,
.post-meta a:hover,
.footer-post ul li a:hover,
.cat li a i,
.cat li a:hover,
.post-content h5 a:hover,
.post-content h5 a:focus,
.post-content h5 a:active,
.post-content .footer-post ul li a:hover,
.post-content .footer-post ul li a:focus,
.post-content .footer-post ul li a:active,
.post-date,
.img-containt strong,
.img-containt h5 a:hover,
.content-photo .content .title small,
.option-product p,
.list-icons .fa,
.popular-place .content .price,
.product-footer button:hover,
.captionHeadline3 span,
.captionHeadline2 span,
footer .link-list li a:hover,
footer .recent-post li a:hover,
.process-icon > span,
.precess-column .text-title {
    color: #f43438;
}

    /*
Primary background
=========================== */
    .cart-item,
    .top-container,
    .toTop:hover,
    a.openpanel,
    .primary-bg,
    .slider-selection,
    .btn-primary,
    .btn-link:before,
    .navbar-toggle:hover .icon-bar,
    .navbar-toggle:focus .icon-bar,
    .navbar-toggle:active .icon-bar,
    .navbar.navbar-white .navbar-toggle:hover .icon-bar,
    .navbar.navbar-white .navbar-toggle:focus .icon-bar,
    .navbar.navbar-white .navbar-toggle:active .icon-bar,
    #parallax-nav li.page-scroll.active a,
    #parallax-nav li.page-scroll a.selected,
    #parallax-nav li.page-scroll:focus a,
    .drop-primary.drop-circle,
    .drop-primary.drop-square,
    .heading-section span,
    .highlight.primary,
    .icons-wrapp .count,
    .text-block .fa,
    .precess-column.hover .precess-icons,
    .icon-circle:hover,
    .icon-square:hover,
    .icons-wrapp.icons-primary,
    .icon-circle.fa-primary,
    .icon-square.fa-primary,
    .box-primary,
    .icon-column.box-primary,
    .icon-top .fa-primary,
    .filter-items li a:hover,
    .filter-items li a.active,
    .filter-items li a.active:hover,
    .filter-items li a.active:focus,
    .filter-items li a.active:active,
    .donut-chart.chart-primary .pie,
    .line-chart li span:before,
    .line-chart li span:after,
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus,
    .gray-container .nav-tabs > li.active > a,
    .gray-container .nav-tabs > li.active > a:hover,
    .gray-container .nav-tabs > li.active > a:focus,
    .panel-title a:hover .plus,
    .panel-title a .minus,
    .panel-title a:hover .minus,
    .cta-primary,
    .show-caption,
    .hephaistos .tp-bullet:hover,
    .hephaistos .tp-bullet.selected,
    .captionTextline3,
    .circle-progress.primary span,
    .progress.progress-primary .progress-bar,
    div.pp_default .pp_close:hover,
    div.pp_default .pp_expand:hover,
    div.pp_default .pp_contract:hover,
    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus,
    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span,
    .owl-theme .owl-controls.clickable .owl-buttons div:hover,
    .tag:hover,
    .tag:focus,
    .tag:active,
    .product-label,
    .price-lg,
    .flexslider:hover .flex-next:hover,
    .flexslider:hover .flex-prev:hover,
    .flex-control-paging li a:hover,
    .flex-control-paging li a.flex-active,
    .styled-table thead th,
    .styled-table thead td,
    .basket-shopping,
    .maintenance-icon,
    .btn-rotate:hover,
    .btn-rotate:active,
    .btn-rotate:focus,
    .maps.map-primary i,
    .pricing.popular .pricing-price,
    .jcf-scrollbar-vertical .jcf-scrollbar-handle:hover,
    .jcf-scrollbar-vertical .jcf-scrollbar-handle:focus,
    .jcf-scrollbar-vertical .jcf-scrollbar-handle:active,
    .jcf-scrollbar-vertical .jcf-scrollbar-dec:hover,
    .jcf-scrollbar-vertical .jcf-scrollbar-inc:hover,
    .custom-search-head,
    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current,
    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint,
    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default,
    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today,
    .xdsoft_datetimepicker .xdsoft_calendar td:hover,
    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover,
    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover,
    .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current,
    .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover,
    .testimoni-single,
    ol.process-line > li.active > .icons > .fa,
    ol.process-line > li:hover > .icons > .fa,
    .maps.map-primary i,
    .rev-linner,
    .cap-link:hover,
    .cap-link:active,
    .img-caption,
    .home-app,
    .cap-link:focus {
        background-color: #f43438;
    }

.checkator_source:checked + .checkator_element:after,
.bar-chart li:nth-child(2n+1) span {
    background-color: #f43438;
}

.slider-handle,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.show-caption:hover,
.navlink-right span.cart-item,
.icon-circle.fa-primary:hover,
.icon-square.fa-primary:hover {
    background-color: #d8292c;
}

.img-caption {
    background-color: rgba(244, 52, 56, 0.9);
}

/*
Primary border
=========================== */
nav.navbar li.dropdown ul.dropdown-menu,
.cart-dropdown,
.primary-border,
.btn-primary,
.btn-primary.btn-bordered.btn-icon .fa,
.navbar-nav > li.active > a,
.dropdown-menu,
.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-toggle:active,
.navbar.navbar-white .navbar-toggle:hover,
.navbar.navbar-white .navbar-toggle:focus,
.navbar.navbar-white .navbar-toggle:active,
#parallax-nav li.page-scroll.active,
#parallax-nav li.page-scroll:active,
#parallax-nav li.page-scroll:focus,
.icons-wrapp.icons-primary:before,
.icon-circle.icon-bordered:hover,
.icon-square.icon-bordered:hover,
.icons-wrapp.icons-primary,
.icon-circle.icon-bordered.fa-primary,
.icon-square.icon-bordered.fa-primary,
.line-chart li span:before,
.line-chart li span:after,
.form-control:focus,
.jcf-select:focus,
.checkator_source:focus + .checkator_element,
.checkator_source:hover + .checkator_element,
.tab-secondary .nav-tabs,
.filter-items li a:hover,
.filter-items li a.active,
.filter-items li a.active:hover,
.filter-items li a.active:focus,
.filter-items li a.active:active,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.post-heading .post-data,
.tag:hover,
.tag:focus,
.tag:active,
.flex-control-thumbs img:hover,
.flex-control-thumbs .flex-active,
.btn-rotate:hover,
.btn-rotate:active,
.btn-rotate:focus,
.wrap-form .nav-tabs > li.active > a,
.pricing.popular,
.pricing:hover,
.pricing.secondary:hover .pricing-price,
.pricing.popular .pricing-price,
.custom-search-wrapp,
.custom-search-wrapp .pull-right,
.icon-top.selected .icon-box-contain,
ol.process-line > li.active > .icons > .fa,
ol.process-line > li:hover > .icons > .fa {
    border-color: #f43438;
}

    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary,
    .btn-primary:active:hover,
    .btn-primary.active:hover,
    .open > .dropdown-toggle.btn-primary:hover,
    .btn-primary:active:focus,
    .btn-primary.active:focus,
    .open > .dropdown-toggle.btn-primary:focus,
    .btn-primary:active.focus,
    .btn-primary.active.focus,
    .open > .dropdown-toggle.btn-primary.focus,
    .icon-circle.icon-bordered.fa-primary:hover,
    .icon-square.icon-bordered.fa-primary:hover {
        border-color: #d8292c;
    }


/*
Blue color
=========================== */
.blue,
.btn-blue.btn-bordered,
.fa-blue,
.icon-circle.icon-bordered.fa-blue,
.icon-square.icon-bordered.fa-blue {
    color: #35bfd4;
}

    .icon-circle.icon-bordered.fa-blue:hover,
    .icon-square.icon-bordered.fa-blue:hover {
        color: #2ea6b8;
    }

.blue-bg,
.btn-blue,
.highlight.blue,
.icon-circle.fa-blue,
.icon-square.fa-blue,
.donut-chart.chart-blue .pie,
.progress.progress-blue .progress-bar {
    background-color: #35bfd4;
}

    .btn-blue:focus,
    .btn-blue.focus,
    .btn-blue:hover,
    .btn-blue:active,
    .btn-blue.active,
    .open > .dropdown-toggle.btn-blue,
    .btn-blue:active:hover,
    .btn-blue.active:hover,
    .open > .dropdown-toggle.btn-blue:hover,
    .btn-blue:active:focus,
    .btn-blue.active:focus,
    .open > .dropdown-toggle.btn-blue:focus,
    .btn-blue:active.focus,
    .btn-blue.active.focus,
    .open > .dropdown-toggle.btn-blue.focus,
    .icon-circle.fa-blue:hover,
    .icon-square.fa-blue:hover {
        background-color: #2ea6b8;
    }

    .blue-border,
    .btn-blue,
    .btn-blue.btn-bordered,
    .btn-blue.btn-bordered.btn-icon .fa,
    .icon-circle.icon-bordered.fa-blue,
    .icon-square.icon-bordered.fa-blue {
        border-color: #35bfd4;
    }

        .btn-blue:focus,
        .btn-blue.focus,
        .btn-blue:hover,
        .btn-blue:active,
        .btn-blue.active,
        .open > .dropdown-toggle.btn-blue,
        .btn-blue:active:hover,
        .btn-blue.active:hover,
        .open > .dropdown-toggle.btn-blue:hover,
        .btn-blue:active:focus,
        .btn-blue.active:focus,
        .open > .dropdown-toggle.btn-blue:focus,
        .btn-blue:active.focus,
        .btn-blue.active.focus,
        .open > .dropdown-toggle.btn-blue.focus,
        .icon-circle.icon-bordered.fa-blue:hover,
        .icon-square.icon-bordered.fa-blue:hover {
            border-color: #2ea6b8;
        }

.btn-blue {
    border-bottom-color: #2ea6b8;
}

    .btn-blue:focus,
    .btn-blue.focus,
    .btn-blue:hover,
    .btn-blue:active,
    .btn-blue.active,
    .open > .dropdown-toggle.btn-blue,
    .btn-blue:active:hover,
    .btn-blue.active:hover,
    .open > .dropdown-toggle.btn-blue:hover,
    .btn-blue:active:focus,
    .btn-blue.active:focus,
    .open > .dropdown-toggle.btn-blue:focus,
    .btn-blue:active.focus,
    .btn-blue.active.focus,
    .open > .dropdown-toggle.btn-blue.focus,
    .icon-circle.icon-bordered.fa-blue:hover,
    .icon-square.icon-bordered.fa-blue:hover {
        border-bottom-color: #228e9e;
    }

/*
Purple color
=========================== */
.purple,
.btn-purple.btn-bordered,
.fa-purple,
.icon-circle.icon-bordered.fa-purple,
.icon-square.icon-bordered.fa-purple {
    color: #8f64a2;
}

    .icon-circle.icon-bordered.fa-purple:hover,
    .icon-square.icon-bordered.fa-purple:hover {
        color: #704e7f;
    }

.purple-bg,
.btn-purple,
.highlight.purple,
.icon-circle.fa-purple,
.icon-square.fa-purple,
.donut-chart.chart-purple .pie,
.progress.progress-purple .progress-bar {
    background-color: #8f64a2;
}

    .btn-purple:focus,
    .btn-purple.focus,
    .btn-purple:hover,
    .btn-purple:active,
    .btn-purple.active,
    .open > .dropdown-toggle.btn-purple,
    .btn-purple:active:hover,
    .btn-purple.active:hover,
    .open > .dropdown-toggle.btn-purple:hover,
    .btn-purple:active:focus,
    .btn-purple.active:focus,
    .open > .dropdown-toggle.btn-purple:focus,
    .btn-purple:active.focus,
    .btn-purple.active.focus,
    .open > .dropdown-toggle.btn-purple.focus,
    .icon-circle.fa-purple:hover,
    .icon-square.fa-purple:hover {
        background-color: #704e7f;
    }

    .purple-border,
    .btn-purple,
    .btn-purple.btn-bordered,
    .btn-purple.btn-bordered.btn-icon .fa,
    .icon-circle.icon-bordered.fa-purple,
    .icon-square.icon-bordered.fa-purple {
        border-color: #8f64a2;
    }


        .btn-purple:focus,
        .btn-purple.focus,
        .btn-purple:hover,
        .btn-purple:active,
        .btn-purple.active,
        .open > .dropdown-toggle.btn-purple,
        .btn-purple:active:hover,
        .btn-purple.active:hover,
        .open > .dropdown-toggle.btn-purple:hover,
        .btn-purple:active:focus,
        .btn-purple.active:focus,
        .open > .dropdown-toggle.btn-purple:focus,
        .btn-purple:active.focus,
        .btn-purple.active.focus,
        .open > .dropdown-toggle.btn-purple.focus,
        .icon-circle.icon-bordered.fa-purple:hover,
        .icon-square.icon-bordered.fa-purple:hover {
            border-color: #704e7f;
        }

.btn-purple {
    border-bottom-color: #704e7f;
}

    .btn-purple:focus,
    .btn-purple.focus,
    .btn-purple:hover,
    .btn-purple:active,
    .btn-purple.active,
    .open > .dropdown-toggle.btn-purple,
    .btn-purple:active:hover,
    .btn-purple.active:hover,
    .open > .dropdown-toggle.btn-purple:hover,
    .btn-purple:active:focus,
    .btn-purple.active:focus,
    .open > .dropdown-toggle.btn-purple:focus,
    .btn-purple:active.focus,
    .btn-purple.active.focus,
    .open > .dropdown-toggle.btn-purple.focus,
    .icon-circle.icon-bordered.fa-purple:hover,
    .icon-square.icon-bordered.fa-purple:hover {
        border-bottom-color: #563564;
    }

/*
Pink color
=========================== */
.pink,
.btn-pink.btn-bordered,
.fa-pink,
.icon-circle.icon-bordered.fa-pink,
.icon-square.icon-bordered.fa-pink {
    color: #d96ba1;
}

    .icon-circle.icon-bordered.fa-pink:hover,
    .icon-square.icon-bordered.fa-pink:hover {
        color: #b75a88;
    }

.pink-bg,
.btn-pink,
.highlight.pink,
.icon-circle.fa-pink,
.icon-square.fa-pink,
.donut-chart.chart-pink .pie,
.progress.progress-pink .progress-bar {
    background-color: #d96ba1;
}

    .btn-pink:focus,
    .btn-pink.focus,
    .btn-pink:hover,
    .btn-pink:active,
    .btn-pink.active,
    .open > .dropdown-toggle.btn-pink,
    .btn-pink:active:hover,
    .btn-pink.active:hover,
    .open > .dropdown-toggle.btn-pink:hover,
    .btn-pink:active:focus,
    .btn-pink.active:focus,
    .open > .dropdown-toggle.btn-pink:focus,
    .btn-pink:active.focus,
    .btn-pink.active.focus,
    .open > .dropdown-toggle.btn-pink.focus,
    .icon-circle.fa-pink:hover,
    .icon-square.fa-pink:hover {
        background-color: #b75a88;
    }

    .pink-border,
    .btn-pink,
    .btn-pink.btn-bordered,
    .btn-pink.btn-bordered.btn-icon .fa,
    .icon-circle.icon-bordered.fa-pink,
    .icon-square.icon-bordered.fa-pink {
        border-color: #d96ba1;
    }

        .btn-pink:focus,
        .btn-pink.focus,
        .btn-pink:hover,
        .btn-pink:active,
        .btn-pink.active,
        .open > .dropdown-toggle.btn-pink,
        .btn-pink:active:hover,
        .btn-pink.active:hover,
        .open > .dropdown-toggle.btn-pink:hover,
        .btn-pink:active:focus,
        .btn-pink.active:focus,
        .open > .dropdown-toggle.btn-pink:focus,
        .btn-pink:active.focus,
        .btn-pink.active.focus,
        .open > .dropdown-toggle.btn-pink.focus,
        .icon-circle.icon-bordered.fa-pink:hover,
        .icon-square.icon-bordered.fa-pink:hover {
            border-color: #b75a88;
        }

.btn-pink {
    border-bottom-color: #b75a88;
}

    .btn-pink:focus,
    .btn-pink.focus,
    .btn-pink:hover,
    .btn-pink:active,
    .btn-pink.active,
    .open > .dropdown-toggle.btn-pink,
    .btn-pink:active:hover,
    .btn-pink.active:hover,
    .open > .dropdown-toggle.btn-pink:hover,
    .btn-pink:active:focus,
    .btn-pink.active:focus,
    .open > .dropdown-toggle.btn-pink:focus,
    .btn-pink:active.focus,
    .btn-pink.active.focus,
    .open > .dropdown-toggle.btn-pink.focus,
    .icon-circle.icon-bordered.fa-pink:hover,
    .icon-square.icon-bordered.fa-pink:hover {
        border-bottom-color: #9e4672;
    }

/*
Yellow color
=========================== */
.yellow,
.btn-yellow.btn-bordered,
.fa-yellow,
.icon-circle.icon-bordered.fa-yellow,
.icon-square.icon-bordered.fa-yellow {
    color: #e3b041;
}

    .icon-circle.icon-bordered.fa-yellow:hover,
    .icon-square.icon-bordered.fa-yellow:hover {
        color: #c69939;
    }

.yellow-bg,
.btn-yellow,
.highlight.yellow,
.icon-circle.fa-yellow,
.icon-square.fa-yellow,
.donut-chart.chart-yellow .pie,
.progress.progress-yellow .progress-bar {
    background-color: #e3b041;
}

    .btn-yellow:focus,
    .btn-yellow.focus,
    .btn-yellow:hover,
    .btn-yellow:active,
    .btn-yellow.active,
    .open > .dropdown-toggle.btn-yellow,
    .btn-yellow:active:hover,
    .btn-yellow.active:hover,
    .open > .dropdown-toggle.btn-yellow:hover,
    .btn-yellow:active:focus,
    .btn-yellow.active:focus,
    .open > .dropdown-toggle.btn-yellow:focus,
    .btn-yellow:active.focus,
    .btn-yellow.active.focus,
    .open > .dropdown-toggle.btn-yellow.focus,
    .icon-circle.fa-yellow:hover,
    .icon-square.fa-yellow:hover {
        background-color: #c69939;
    }

    .yellow-border,
    .btn-yellow,
    .btn-yellow.btn-bordered,
    .btn-yellow.btn-bordered.btn-icon .fa,
    .icon-circle.icon-bordered.fa-yellow,
    .icon-square.icon-bordered.fa-yellow {
        border-color: #e3b041;
    }

        .btn-yellow:focus,
        .btn-yellow.focus,
        .btn-yellow:hover,
        .btn-yellow:active,
        .btn-yellow.active,
        .open > .dropdown-toggle.btn-yellow,
        .btn-yellow:active:hover,
        .btn-yellow.active:hover,
        .open > .dropdown-toggle.btn-yellow:hover,
        .btn-yellow:active:focus,
        .btn-yellow.active:focus,
        .open > .dropdown-toggle.btn-yellow:focus,
        .btn-yellow:active.focus,
        .btn-yellow.active.focus,
        .open > .dropdown-toggle.btn-yellow.focus,
        .icon-circle.icon-bordered.fa-yellow:hover,
        .icon-square.icon-bordered.fa-yellow:hover {
            border-color: #c69939;
        }

.btn-yellow {
    border-bottom-color: #c69939;
}

    .btn-yellow:focus,
    .btn-yellow.focus,
    .btn-yellow:hover,
    .btn-yellow:active,
    .btn-yellow.active,
    .open > .dropdown-toggle.btn-yellow,
    .btn-yellow:active:hover,
    .btn-yellow.active:hover,
    .open > .dropdown-toggle.btn-yellow:hover,
    .btn-yellow:active:focus,
    .btn-yellow.active:focus,
    .open > .dropdown-toggle.btn-yellow:focus,
    .btn-yellow:active.focus,
    .btn-yellow.active.focus,
    .open > .dropdown-toggle.btn-yellow.focus,
    .icon-circle.icon-bordered.fa-yellow:hover,
    .icon-square.icon-bordered.fa-yellow:hover {
        border-bottom-color: #ad8328;
    }

/*
Green color
=========================== */
.green,
.btn-green.btn-bordered,
.fa-green,
.icon-circle.icon-bordered.fa-green,
.icon-square.icon-bordered.fa-green {
    color: #5bc43e;
}

    .icon-circle.icon-bordered.fa-green:hover,
    .icon-square.icon-bordered.fa-green:hover {
        color: #4ca334;
    }

.green-bg,
.btn-green,
.highlight.green,
.icon-circle.fa-green,
.icon-square.fa-green,
.donut-chart.chart-green .pie,
.progress.progress-green .progress-bar {
    background-color: #5bc43e;
}

    .btn-green:focus,
    .btn-green.focus,
    .btn-green:hover,
    .btn-green:active,
    .btn-green.active,
    .open > .dropdown-toggle.btn-green,
    .btn-green:active:hover,
    .btn-green.active:hover,
    .open > .dropdown-toggle.btn-green:hover,
    .btn-green:active:focus,
    .btn-green.active:focus,
    .open > .dropdown-toggle.btn-green:focus,
    .btn-green:active.focus,
    .btn-green.active.focus,
    .open > .dropdown-toggle.btn-green.focus,
    .icon-circle.fa-green:hover,
    .icon-square.fa-green:hover {
        background-color: #4ca334;
    }

    .green-border,
    .btn-green,
    .btn-green.btn-bordered,
    .btn-green.btn-bordered.btn-icon .fa,
    .icon-circle.icon-bordered.fa-green,
    .icon-square.icon-bordered.fa-green {
        border-color: #5bc43e;
    }

        .btn-green:focus,
        .btn-green.focus,
        .btn-green:hover,
        .btn-green:active,
        .btn-green.active,
        .open > .dropdown-toggle.btn-green,
        .btn-green:active:hover,
        .btn-green.active:hover,
        .open > .dropdown-toggle.btn-green:hover,
        .btn-green:active:focus,
        .btn-green.active:focus,
        .open > .dropdown-toggle.btn-green:focus,
        .btn-green:active.focus,
        .btn-green.active.focus,
        .open > .dropdown-toggle.btn-green.focus,
        .icon-circle.icon-bordered.fa-green:hover,
        .icon-square.icon-bordered.fa-green:hover {
            border-color: #4ca334;
        }

.btn-green {
    border-bottom-color: #4ca334;
}

    .btn-green:focus,
    .btn-green.focus,
    .btn-green:hover,
    .btn-green:active,
    .btn-green.active,
    .open > .dropdown-toggle.btn-green,
    .btn-green:active:hover,
    .btn-green.active:hover,
    .open > .dropdown-toggle.btn-green:hover,
    .btn-green:active:focus,
    .btn-green.active:focus,
    .open > .dropdown-toggle.btn-green:focus,
    .btn-green:active.focus,
    .btn-green.active.focus,
    .open > .dropdown-toggle.btn-green.focus,
    .icon-circle.icon-bordered.fa-green:hover,
    .icon-square.icon-bordered.fa-green:hover {
        border-bottom-color: #3a8825;
    }

/*
Red color
=========================== */
.red,
.btn-red.btn-bordered,
.fa-red,
.icon-circle.icon-bordered.fa-red,
.icon-square.icon-bordered.fa-red {
    color: #e24040;
}

    .icon-circle.icon-bordered.fa-red:hover,
    .icon-square.icon-bordered.fa-red:hover {
        color: #c13636;
    }

.red-bg,
.btn-red,
.highlight.red,
.icon-circle.fa-red,
.icon-square.fa-red,
.donut-chart.chart-red .pie,
.progress.progress-red .progress-bar {
    background-color: #e24040;
}

    .btn-red:focus,
    .btn-red.focus,
    .btn-red:hover,
    .btn-red:active,
    .btn-red.active,
    .open > .dropdown-toggle.btn-red,
    .btn-red:active:hover,
    .btn-red.active:hover,
    .open > .dropdown-toggle.btn-red:hover,
    .btn-red:active:focus,
    .btn-red.active:focus,
    .open > .dropdown-toggle.btn-red:focus,
    .btn-red:active.focus,
    .btn-red.active.focus,
    .open > .dropdown-toggle.btn-red.focus,
    .icon-circle.fa-red:hover,
    .icon-square.fa-red:hover {
        background-color: #c13636;
    }

    .red-border,
    .btn-red,
    .btn-red.btn-bordered,
    .btn-red.btn-bordered.btn-icon .fa,
    .icon-circle.icon-bordered.fa-red,
    .icon-square.icon-bordered.fa-red {
        border-color: #e24040;
    }

        .btn-red:focus,
        .btn-red.focus,
        .btn-red:hover,
        .btn-red:active,
        .btn-red.active,
        .open > .dropdown-toggle.btn-red,
        .btn-red:active:hover,
        .btn-red.active:hover,
        .open > .dropdown-toggle.btn-red:hover,
        .btn-red:active:focus,
        .btn-red.active:focus,
        .open > .dropdown-toggle.btn-red:focus,
        .btn-red:active.focus,
        .btn-red.active.focus,
        .open > .dropdown-toggle.btn-red.focus,
        .icon-circle.icon-bordered.fa-red:hover,
        .icon-square.icon-bordered.fa-red:hover {
            border-color: #c13636;
        }

.btn-red {
    border-bottom-color: #c13636;
}

    .btn-red:focus,
    .btn-red.focus,
    .btn-red:hover,
    .btn-red:active,
    .btn-red.active,
    .open > .dropdown-toggle.btn-red,
    .btn-red:active:hover,
    .btn-red.active:hover,
    .open > .dropdown-toggle.btn-red:hover,
    .btn-red:active:focus,
    .btn-red.active:focus,
    .open > .dropdown-toggle.btn-red:focus,
    .btn-red:active.focus,
    .btn-red.active.focus,
    .open > .dropdown-toggle.btn-red.focus,
    .icon-circle.icon-bordered.fa-red:hover,
    .icon-square.icon-bordered.fa-red:hover {
        border-bottom-color: #a22626;
    }

@keyframes hover-color {
  from {
    border-color: #c0c0c0; }
  to {
    border-color: #3e97eb; } }

.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none; }

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed; }

    .magic-radio + label,
    .magic-checkbox + label {
        position: relative;
        display: block;
        padding-right: 30px;
        cursor: pointer;
        vertical-align: middle;
    }
  .magic-radio + label:hover:before,
  .magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color; }
        .magic-radio + label:before,
        .magic-checkbox + label:before {
            position: absolute;
            top: 8px;
            right: 0;
            display: inline-block;
            width: 20px;
            height: 20px;
            content: '';
            border: 1px solid #c0c0c0;
        }
  .magic-radio + label:after,
  .magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: ''; }

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4; }
  .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
  .magic-checkbox[disabled] + label:hover,
  .magic-checkbox[disabled] + label:before,
  .magic-checkbox[disabled] + label:after {
    cursor: not-allowed; }
  .magic-radio[disabled] + label:hover:before,
  .magic-checkbox[disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none; }
  .magic-radio[disabled] + label:before,
  .magic-checkbox[disabled] + label:before {
    border-color: #e4e4e4; }

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none; }

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block; }

.magic-radio + label:before {
  border-radius: 50%; }

    .magic-radio + label:after {
        top: 14px;
        right: 6px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #3e97eb;
    }

.magic-radio:checked + label:before {
  border: 1px solid #3e97eb; }

.magic-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9; }

.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9; }

.magic-checkbox + label:before {
  border-radius: 3px; }

    .magic-checkbox + label:after {
        top: 10px;
        right: 7px;
        box-sizing: border-box;
        width: 6px;
        height: 12px;
        transform: rotate(45deg);
        border-width: 2px;
        border-style: solid;
        border-color: #fff;
        border-top: 0;
        border-left: 0;
    }

.magic-checkbox:checked + label:before {
  border: #3e97eb;
  background: #3e97eb; }

.magic-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../mainthem1/css/plugins/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

    .owl-theme .owl-nav [class*=owl-] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px
    }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: #f0f0f0;
            color: #FFF;
            text-decoration: none
        }

    .owl-theme .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px
        }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #869791
    }

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

    .mfp-preloader a {
        color: #ccc
    }

        .mfp-preloader a:hover {
            color: #fff
        }

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 36px;
    top: 28px;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
    background: 0 0;
    border: none;
    cursor: pointer;
    outline: 0
}

    .mfp-close:focus, .mfp-close:hover {
        opacity: 1
    }

.mfp-close-btn-in .mfp-close:before {
    color: #c3c3c3;
    font-family: shirazsunshopfont;
    content: "\E0F0\00FE0E";
    font-size: 31px;
}

.mfp-close-btn-in .mfp-close:hover:before {
    color: #fff
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 10px;
    color: #e0e0e0;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    font-size: 15px
}

.mfp-arrow {
    position: absolute;
    opacity: 1;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 49px;
    height: 90px;
    -webkit-tap-highlight-color: transparent;
    background: 0 0;
    border: none
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:focus, .mfp-arrow:hover {
        opacity: 1
    }

    .mfp-arrow:before {
        font-family: shirazsunshopfont
    }

.mfp-arrow-left {
    left: 0;
    color: #a8a8a8;
    -webkit-box-shadow: 1.5px 0 4px 0 rgba(0,0,0,.15);
    box-shadow: 1.5px 0 4px 0 rgba(0,0,0,.15);
    border-radius: 0 5px 5px 0;
    background: #fff
}

    .mfp-arrow-left:after {
        border-right: 17px solid #fff;
        margin-left: 31px
    }

    .mfp-arrow-left:before {
        content: "\E0C3\00FE0E";
        font-family: shirazsunshopfont;
        font-size: 34px;
        position: relative;
        top: 2px;
        right: 5px
    }

.mfp-arrow-right {
    right: 0;
    color: #a8a8a8;
    -webkit-box-shadow: -1.5px 0 4px 0 rgba(0,0,0,.15);
    box-shadow: -1.5px 0 4px 0 rgba(0,0,0,.15);
    border-radius: 5px 0 0 5px;
    background: #fff
}

    .mfp-arrow-right:after {
        border-left: 17px solid #fff;
        margin-left: 39px
    }

    .mfp-arrow-right:before {
        content: "\E0C7\00FE0E";
        font-family: shirazsunshopfont;
        font-size: 34px;
        position: relative;
        top: 2px;
        right: -3px
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #000
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
    max-width: 800px
}

.mfp-figure {
    line-height: 0
}

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px
    }

    .mfp-figure figure {
        margin: 0
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    font-family: IRANSans-web;
    font-weight: 400;
    font-size: 14px;
    text-align: center
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
    background: #fff;
    border-radius: 10px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}
