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

.button.inline {
    display: inline-block;
}

.button.primary.reverse, .button.primary.reverse:active, .button.primary.reverse:focus {
	color: #574e92;
    background: #fff;
    border: 1px solid #574e92;
}
.button.primary.reverse:hover {
    background-color: #413879;
	color: #fff;
}

.button.dark.reverse, .button.dark.reverse:active, .button.dark.reverse:focus {
	color: #39536c;
    background: #fff;
    border: 1px solid #39536c;
}
.button.dark.reverse:hover {
    background-color: #39536c;
	color: #fff;
}

.side-menu .side-menu-title, .side-menu {
	background: #fff;
}

#mobile-menu .inner-dropdown .inner-dropdown-item>a {
	color: #000;
	opacity: 1;
    font-weight: 500;
}

#mobile-menu .inner-dropdown {
	background: #fff;
}

header .account-information .icon-globe {
    font-size: 22px;
}


.header-wrap {
	position: fixed;
    width: 100%;
    height: 65px;
    z-index: 99998;
    top: 0px;
}
.main-menu-wrap {
	margin-top: 65px;
}


.lower-menu .header-wrap {
	box-shadow: 0 3px 5px 0 rgba(0,0,0,.08);
}
.lower-menu .header-wrap header, .lower-menu .header-wrap header .user-board, .lower-menu .header-wrap {
    min-height: 55px;
	max-height: 55px;
}
.lower-menu .header-wrap header .logo, .lower-menu .header-wrap header .logo img {
    height: 45px;
}
.lower-menu .header-wrap .top-search-form {
    margin-top: 10px;
}
.lower-menu .header-wrap .top-search-form .search-widget-form input, .lower-menu .header-wrap .top-search-form .search-widget-form .button {
    height: 35px;
	line-height: 35px;
}
.lower-menu .header-wrap header .user-board .user-quickview {
    height: 45px;
    margin-top: 3px;
}
.lower-menu .header-wrap header .account-information {
    margin: 18px 6px 0 0;
}
.lower-menu .header-wrap .user-avatar {
    width: 35px;
    height: 35px;
}
.lower-menu .user-loginbuttons {
    padding: 8px 0px;
}
.lower-menu header .user-board .user-quickview .dropdown.open {
    top: 52px;
}
.lower-menu .logo {
    width: 210px;
}
.togglemenu {
	float: left;
    line-height: 58px;
    color: #9696c0;
    padding: 0px 15px;
	cursor: pointer;
    display: none;
}
.togglemenu:hover {
	color: #fff;
}
@media (min-width: 1260px) {
	.lower-menu .togglemenu { display: inline-block; }
	.lower-menu.lower-menu-fix .main-menu-wrap {
		position: fixed;
		width: 100%;
		z-index: 99998;
		top: 0px;
		margin-top: 55px;
	}
	.lower-menu.lower-menu-fix .main-menu-wrap .menu-bar, .lower-menu.lower-menu-fix .main-menu-wrap .main-menu {
		min-height: 36px;
	}
	.lower-menu.lower-menu-fix .main-menu-wrap .main-menu .menu-item>a {
		line-height: 1.4;
		padding: 7px 30px;
	}
	.lower-menu.lower-menu-fix .main-menu-wrap .main-menu .menu-item > a:after {
		top: 8px;
		height: 20px;
	}
	.lower-menu.lower-menu-fix .main-menu-wrap .main-menu .menu-item:hover>.content-dropdown, .lower-menu.lower-menu-fix .main-menu-wrap .main-menu .menu-item:hover>.dropdown {
		top: 36px;
	}
	.lower-menu .header-wrap { box-shadow: none; }
}


.user-quickview {
    width: 200px;
}
.user-quickview .user-name {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}

.warning_header {
	position: fixed;
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	z-index: 99998;
	left: 0px;
	right: 0px;
	top: 0px;
	background: #d33d3d;
    color: #fff;
}
.warning_header > a { color: #fff; }

.haswarning .header-wrap {
	top: 30px;
}
.haswarning .main-menu-wrap {
	margin-top: 95px;
}

.keep_modal {
	display: none;
}
.keep_modal.keep_modal_appear {
	display: block;
}
.pac-container { z-index: 9999999 !important; }

.button.weight-normal {
	font-weight: 500;
}

.form-box-item h4 > small {
	display: block;
    font-weight: 500;
    font-size: 14px;
    margin: 5px 0px;
}

.input-container { position: relative; }
.hint-icon {
	position: absolute;
    top: -3px;
    right: 2px;
    color: #ffffff;
    background: #f2c13e;
    padding: 3px 5px 0px 5px;
    border-radius: 4px;
	cursor: pointer;
}
.largeinputs .label-fly.iconinside .hint-icon {
    top: 14px;
    right: 15px;
}
.hint-icon:before {
	font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e05d";
}
.hint-icon.atrow {
	right: 15px;
}
.ui-tooltip, .arrow:after {
    background: #000;
    border: 2px solid #fff;
  }
.ui-tooltip {
	color: #fff;
	font-size: 14px;
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 23px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}



.ms-choice {
	position: relative;
}
.ms-drop ul>li.hide-radio.selected, .ms-drop ul>li.hide-radio.selected label {
	color: #fff;
	background-color: #574e92;
}
.ms-parent.specinput.my-select {
    font-size: 18px;
	padding: 0;
}

.ms-parent.specinput.my-select .ms-choice {
    height: 46px;
    line-height: 46px;
    border: none;
}
.ms-parent.specinput.my-select .ms-choice>span {
	left: 13px;
    top: 10px;
	padding-left: 0px;
    font-weight: 500;
	color: #424242;
    font-size: 14px;
    font-family: 'Barlow', sans-serif;
}
.ms-parent.specinput.my-select .ms-choice>div.icon-caret { display: none; }
.ms-parent.specinput.my-select .ms-drop { margin-top: 2px; }
.ms-parent.specinput.my-select .ms-drop ul>li.hide-radio label {
    margin-bottom: 0;
    padding: 5px 13px;
}
.ms-parent.specinput.my-select .ms-drop .ms-search input {
    padding: 0 11px;
}

.ck-content {
	font-size: 14px;
	font-family: 'Barlow', sans-serif;
	color: #000;
}
.ck-content p {
	font-weight: 500;
    color: #000;
	font-size: 1em;
}
.ck-content a, .ck-content a:active, .ck-content a:focus {
	color: #574e92;
	cursor: pointer;
}
.ck-content a:hover {
	text-decoration: underline;
}
.ck-content ul, .ck-content ol {
	padding-left: 25px;
}
.ck-content ul {
	list-style: disc;
}
.ck-content ol {
	list-style: decimal;
}
.ck-content figure, .ck-content figure.table, .ck-content figure.table > table, .ck-content table {
	width: 100%;
}
.ck-content .table {
	margin: 1em auto;
    display: table;
}
.ck-content .table table, .ck-content table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px double #cccccc;
	width: 100% !important;
}
.ck-content .table table td, .ck-content .table table th,
.ck-content table td, .ck-content table th {
	border: 1px solid transparent;
    border-color: #d9d9d9;
    padding: 8px 10px;
    min-height: 20px;
    line-height: 1.43;
}
.ck-content blockquote {
    overflow: hidden;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: 5px solid #ccc;
}
.ck-content .media {
    clear: both;
    margin: 1em 0;
    display: block;
    min-width: 15em;
}
.ck-content .text-tiny{font-size:.7em}
.ck-content .text-small{font-size:.85em}
.ck-content .text-big{font-size:1.4em}
.ck-content .text-huge{font-size:1.8em}
.ck-content hr {
    border: solid #5e5e5e;
    border-width: 1px 0 0;
    margin: 0;
}

.refresh-data.invisible {
	display: none;
	visibility: 0;
	opacity: 0;
}
.bb {
	border-bottom: 1px solid #ccc !important;
}

.datepicker.dropdown-menu {
	/*z-index: 99999 !important;*/
	z-index: 9100010 !important;
}

body, .section-wrap, #product-sideshow-wrap, .product-sideshow-wrap {
    background: #ebebeb;
}
.utabs .utabs_tabs, .utabs #product-sideshow.utabs_tabs {
    background: #e2e1e1;
}
a, p, h1, h2, h3, h4, h5, h6, label, .button, input, textarea, select, .specOn, .box-widget, .ff, .dropdown.small, .asInput, .success-msg, .ui-tooltip, .bar, .pin-flying, .footer-column, .termin, .simple-box {
	font-family: 'Barlow', sans-serif;
}

h3.post-title.large, .familyTitle {
	font-family: "Roboto Slab";
}
strong {
	font-weight: 600;
	font-size: 1.07em;
}

/** BUG FIX ICONS **/
header .user-board {
    max-height: 65px;
}

img {
    max-width: 100% !important;
}

input[readonly], textarea[readonly], select[readonly] {
    background: #f5f5f5 !important;
    cursor: default !important;
}

/** VIEW PRODUCTS **/
.ul-copy {
	padding-left: 13px;
    background-color: #fff;
    transition: all .4s ease-in-out;
    z-index: 10000;
}
.ul-copy, .ul-copy .ul-copy-item {
	position: relative; 
}
.ul-copy .ul-child:before {
    content: "";
    width: 8px;
    height: 14px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: absolute;
    left: -13px;
    top: 6px;
}
/*.ul-copy .ul-child:after {
    content: "";
    width: 20px;
    height: 18px;
    border-left: 1px solid #ccc;
    position: absolute;
    left: -20px;
    bottom: -1px;
}*/
.ul-copy .ul-child:last-child:after{display:none}
.ul-copy .ul-child.noafter:after{display:none}

.ul-copy .ul-copy-item>a {
    display: block;
    padding-left: 13px;
    line-height: 35px;
    color: #2b373a;
    font-size: 0.875em;
    font-weight: 600;
	z-index: 1555;
	transition: all .15s ease;
	border-bottom: 1px solid #ebebeb;
}
.sidebar>.ul-copy>.ul-copy:last-child>.ul-copy-item:last-child>a { border-bottom: 0px; }
.ul-copy-item > a:hover, .ul-copy-item > a.active, .ul-copy-item.active > a{
	border-left: 3px solid #574e92;
	background: #fdfdfd;
}
.ul-copy .ul-copy-item.ul-child:hover:before {
	border-left: 1px solid #574e92;
	border-bottom: 1px solid #574e92;
}
	

.ul-copy>.ul-copy-item>a { margin-left: -13px; padding-left: 13px; }
.ul-copy>.ul-copy>.ul-copy-item>a { margin-left: -26px; padding-left: 26px; }
.ul-copy>.ul-copy>.ul-copy>.ul-copy-item>a { margin-left: -39px; padding-left: 39px; }
.ul-copy>.ul-copy>.ul-copy>.ul-copy>.ul-copy-item>a { margin-left: -52px; padding-left: 52px; }
.ul-copy>.ul-copy>.ul-copy>.ul-copy>.ul-copy>.ul-copy-item>a { margin-left: -65px; padding-left: 65px; }


.viewproducts .sidebar>.ul-copy,
.viewproducts .sidebar .sidebar-item {
	border-left: 3px solid #574e92;
}
.specification {
	font-size: 14px;
    font-family: 'Barlow', sans-serif;
}
.specification {
    padding-bottom: 1px;
	border-bottom: 1px solid #ebebeb;
}
.s_name {
    color: #39536c;
    padding: 10px 13px;
    background: #ffffff;
    position: relative;
    cursor: pointer;
    font-weight: 500;
}
.s_name .ic {
	width: 24px;
    display: inline-block;
    text-align: center;
}
.s_name .svg-arrow {
	fill: #39536c;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 15px;
    right: 17px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.specification.opened .s_name .svg-arrow {
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.s_parameter {
	color: #fff;
    padding: 0px 13px 9px 13px;
	display: none;
}
.specification.opened .s_parameter { display: block; }

.s_parameter label, input.form-control, select.form-control, .set-additional, select.set-additional, input.set-additional {
	font-size: 14px;
    font-family: 'Barlow', sans-serif;
	margin-bottom: 0px;
}
input.form-control, select.form-control {
    height: 35px;
    line-height: 35px;
    display: block;
    color: #000;
    width: 100%;
}
input.set-additional, select.set-additional {
	width: 100%;
	color: #000;
	display: block;
	font-size: 15px !important;
}

input.set-additional::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #424242;
}
input.set-additional:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #424242;
}
input.set-additional::-ms-input-placeholder { /* Microsoft Edge */
	color: #424242;
}
textarea.set-additional::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #424242;
}
textarea.set-additional:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #424242;
}
textarea.set-additional::-ms-input-placeholder { /* Microsoft Edge */
	color: #424242;
}

input.datepicker.set-additional {
    height: 40px;
	line-height: 40px;
}
.s_parameter label {
	color: #000;
	font-weight: 500;
	margin-bottom: 5px;
}
.s_parameter label.select-block .svg-arrow {
	top: 14px;
	fill: #574e92;
}

.s_parameter .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-size: 12px;
}

.s_parameter .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 12px;
}

.s_parameter .form-control::-ms-input-placeholder { /* Microsoft Edge */
	font-size: 12px;
}
	


.post .post-content.small-p {
	padding: 10px 16px 59px;
}
.post .post-content p.small-p {
	font-size: 12px;
    font-weight: 300;
    margin-bottom: 25px;
}

.m-message-parent {
	position: relative;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
    padding: 25px 30px;
    word-wrap: break-word;
    font-family: 'Barlow', sans-serif;
    background: #fafafa;
}
.m-message-parent.m-newcomment { background: #fffdec; }
.m-message-parent.m-child {
	margin-left: 30px;
    position: relative;
}
.m-message-parent > p {
    margin: 0 0 25px;
	color: #000;
    font-size: 13px;
    font-weight: 500;
}
.m-message-parent:not(.m-reply):hover {
	border-bottom: 1px solid #413879;
}
.m-message-parent .m-meta {
    position: relative;
    padding-top: 10px;
}
.m-message-parent .m-meta:before {
    content: "";
    width: 145px;
    height: 1px;
    background: #cccccc;
    position: absolute;
    top: 0;
    left: 0;
}

.m-message-parent .m-meta .name {
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    margin: 0 10px 0px 0;
}
.m-message-parent .m-meta time {
    font-size: 12px;
    color: #898989;
}
.m-message-parent .button {
	display: inline-block;
}
.m-message-parent .comment-control {
	text-align: right;
	font-size: 14px;
}
.m-message-parent .comment-control li {
    display: inline;
	margin-left: 14px;
}
.m-message-parent .comment-control li a, .m-message-parent .comment-control li a:hover, .m-message-parent .comment-control li a:focus, .m-message-parent .comment-control li a:active {
	color: #000;
	font-size: 13px;
}
.comments-message .m-child:before {
    content: "";
    width: 20px;
    height: 65%;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: absolute;
    left: -20px;
    top: -21px;
}
.comments-message .m-child:after {
    content: "";
    width: 20px;
    height: 60%;
    border-left: 1px solid #ccc;
    position: absolute;
    left: -20px;
    bottom: -1px;
}
.comments-message .m-child:last-child:after{display:none}

.comments-message .m-reply textarea {
    margin-bottom: 14px;
}
.comments-message .m-reply .button {
}

.text-right, .table th.text-right, .table td.text-right { text-align: right; }
.text-center, .table th.text-center, .table td.text-center { text-align: center; }

.m-message-parent .m-meta .name label {
	display: inline-block;margin-left: 5px;
}
.m-message-parent .m-meta .name label>.checkbox {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    border: 1px solid #ebebeb;
    background-color: #f5f5f5;
    position: relative;
    top: 1px;
}


.round-cropper .cropper-view-box, .round-cropper .cropper-face {
    border-radius: 50%;
}

.main-menu .menu-item > a { position: relative; }
.main-menu .menu-item > a:after {
    border-right: 1px solid #ebebeb;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 10px;
    height: 25px;
    width: 1px;
}
.main-menu .menu-item:last-child > a:after {
	display: none;
}
.button.btn-block { width: 100%; }

.main-menu .menu-item { border-right: 0px; }

.custom-round-image.profile-image {
	text-align: center;
}
.custom-round-image.profile-image .profile-image-data {
	display: block;
	width: 100%;
	padding: 0px;
	text-align: center;
}
.custom-round-image.profile-image .profile-image-data .user-avatar {
	position: relative;
    text-align: center;
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.custom-round-image.profile-image .profile-image-data .user-avatar > img { border: 6px solid #574e92; }
.custom-round-image.profile-image .button {
	width: 150px;
    height: 37px;
    line-height: 37px;
    margin: 0px auto;
    margin-top: 15px;
    display: inline-block;
    float: none;
    position: relative;
}
.custom-round-image.profile-image input.uploadFile, input.uploadFile.hidden { display: none; }

.pull-right { float: right !important; }
.multiple-select input[type="radio"], .multiple-select input[type="checkbox"] {
	display: inline-block;
}
.multiple-select.group-design .ms-drop > ul > li:not(.group):not(.ms-select-all) {
	margin-left: 20px;
}

.viewproducts.sidebar-changes .sidebar {
    width: 270px;
}
.sidebar-changes .sidebar {
    width: 285px;
}
.sidebar-changes .sidebar>* {
    margin-bottom: 15px;
}
.sidebar-changes .post { margin-bottom: 15px; }
@media screen and (max-width: 1260px) {
	.section.sidebar-changes .sidebar, .section.viewproducts.sidebar-changes .sidebar, .section.sidebar-changes.view-product .sidebar {
		float: none;
		width: 100%;
	}
}

.author-profile-meta {
    min-height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
	position: relative;
}
.author-profile-info .author-profile-info-item {
	height: 41px;
}

.author-profile-info .author-profile-info-item {
	padding: 0px 15px 0px 15px;
}

.section.relative { position: relative; }

.author-profile-banner {
	min-height: 350px;
}

.profile-section .section .sidebar.author-profile.floating  {
	position: absolute;
	top: -160px;
	width: auto;
	z-index: 1;
}
.profile-section .section .sidebar.author-profile.floating.left { left: 15px; }
.profile-section .section .sidebar.author-profile.floating.right { right: 0px; }

.profile-section .section .sidebar .author-bio {
	padding: 0px;
	background: transparent;
	border: 0px;
	
	position: relative;
    display: block;
    width: 150px;
    height: 150px;
}
.profile-section .section .sidebar .author-bio:after {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA3NiAzMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzYgMzE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjx0aXRsZT5iZ19zb3VyY2VfYmFkZ2VfMTwvdGl0bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTcuNywxMS40Yy0xLjQtMS40LTIuNy0yLjktNC4xLTQuNGMtMC4yLTAuMy0wLjUtMC41LTAuOC0wLjhjLTAuMi0wLjItMC4zLTAuMy0wLjUtMC41bDAsMA0KCUM0OC42LDIuMiw0My41LDAsMzgsMFMyNy40LDIuMiwyMy42LDUuN2wwLDBjLTAuMiwwLjItMC4zLDAuMy0wLjUsMC41Yy0wLjMsMC4zLTAuNSwwLjUtMC44LDAuOGMtMS40LDEuNS0yLjcsMy00LjEsNC40DQoJYy01LDUuMS0xMS43LDYuMS0xOC4zLDYuM1YzMWg5LjRoOC45aDM5LjRoNC45SDc2VjE3LjZDNjkuNCwxNy40LDYyLjcsMTYuNSw1Ny43LDExLjR6Ii8+DQo8L3N2Zz4NCg==);
    top: -2px;
    left: 61px;
    transform: translate(-50%,0);
    z-index: -1;
    top: 66px;
    transform: scale(2);
}
.profile-section .section .sidebar .author-bio > .image {
	position: absolute;
    margin: auto;
    top: 1px;
	left: 60px;
    border-radius: 50%;
    z-index: 9;
	width: 150px;
    height: 150px;
}
.profile-section .section .sidebar .author-bio .user-avatar.medium {
	width: 200px;
	height: 200px;
	background: #fff;
}
.profile-section .section .sidebar .author-bio .user-avatar.medium > img {
	border: 6px solid #fff;
}

.profile-section .section.section-banner {
	padding: 40px 0px 0px;
}
.profile-section .author-profile-info {
    padding-left:0px;
    position: absolute;
    top: 30px;
    left: 222px;
    right: 0px;
    z-index: 10;
}
.profile-section .author-profile-info .text-header .label-check { display: inline-block; }
.profile-section .author-profile-info .text-header .label-check > span { top: 1px; }
.profile-section .author-profile-info .text-header {
	font-size: 0.875em;
	font-weight: 600;
}
.profile-section .author-profile-info .text-header.larger {
	font-size: 1.4em;
	font-weight: bold;
}

.author-profile-meta-wrap, .main-menu-wrap, .section .post-tab.small .post {
    border-bottom: 1px solid #cccccc;
}

@media screen and (min-width: 1261px) {
	.author-profile-info .author-profile-info-item:first-child {
		padding-left: 0px;
	}
	.author-profile-info .author-profile-info-item:last-child {
		padding-right: 0px;
	}
}
@media screen and (max-width: 1260px) {
	.section .sidebar.author-profile.floating {
		position: relative;
		top: 0px;
		left: 0px;
	}
}

.progressbar {
	width: 100%;
    background: #f7f7f7;
    padding: 2px 15px;
    position: relative;
	border-radius: 24px;
	overflow: hidden;
	height: 23px;
}
.progressbar > .fill {
	width: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background: #f2c13e;
    z-index: 1;
}
.progressbar > p {
	position: absolute;
    top: 0px;
    left: 25px;
    right: 15px;
    bottom: 0px;
    height: 24px;
    z-index: 2;
    color: #484545;
}
.counter-clock { position: relative; }
.counter-clock:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -6px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' width='26.471px' height='30px' viewBox='0 0 26.471 30' enable-background='new 0 0 26.471 30' xml:space='preserve'%3E%3Cg%3E%3Ccircle fill='%23FFFFFF' cx='13.235' cy='16.763' r='11.995'/%3E%3C/g%3E%3Cpath fill='%23F33F33' d='M14.761,3.622V2.843h1.084c0.342,0,0.62-0.278,0.62-0.622V0.62C16.467,0.278,16.188,0,15.847,0h-5.221 c-0.341,0-0.621,0.278-0.621,0.621v1.602c0,0.342,0.278,0.622,0.621,0.622h1.084v0.777C5.13,4.382,0,9.982,0,16.766 C0,24.062,5.938,30,13.235,30c7.299,0,13.236-5.939,13.236-13.236C26.471,9.982,21.342,4.382,14.761,3.622z M13.235,27.518 c-5.929,0-10.753-4.824-10.753-10.754c0-5.931,4.824-10.755,10.753-10.755c5.93,0,10.756,4.825,10.756,10.755 S19.163,27.518,13.235,27.518z' style='&%2310; fill: %23f2c13e;&%2310;'/%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_2_)' fill='%23FE0600' points='3.955,23.688 9.488,26.037 3.955,26.037 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_3_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_4_'%3E%3Cuse xlink:href='%23SVGID_3_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_4_)' fill='%23FE0600' points='3.955,23.598 9.703,26.037 9.485,26.037 3.955,23.688 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_5_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_6_'%3E%3Cuse xlink:href='%23SVGID_5_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_6_)' fill='%23FE0700' points='3.955,23.503 9.919,26.037 9.703,26.037 3.955,23.598 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_7_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_8_'%3E%3Cuse xlink:href='%23SVGID_7_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_8_)' fill='%23FE0800' points='3.955,23.412 10.14,26.037 9.919,26.037 3.955,23.503 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_9_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_10_'%3E%3Cuse xlink:href='%23SVGID_9_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_10_)' fill='%23FE0900' points='3.955,23.32 10.355,26.037 10.14,26.037 3.955,23.412 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_11_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_12_'%3E%3Cuse xlink:href='%23SVGID_11_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_12_)' fill='%23FE0A00' points='3.955,23.227 10.573,26.037 10.355,26.037 3.955,23.32 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_13_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_14_'%3E%3Cuse xlink:href='%23SVGID_13_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_14_)' fill='%23FE0B00' points='3.955,23.135 10.789,26.037 10.573,26.037 3.955,23.227 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_15_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_16_'%3E%3Cuse xlink:href='%23SVGID_15_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_16_)' fill='%23FE0C00' points='3.955,23.044 11.006,26.037 10.789,26.037 3.955,23.135 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_17_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_18_'%3E%3Cuse xlink:href='%23SVGID_17_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_18_)' fill='%23FE0D00' points='3.955,22.95 11.225,26.037 11.006,26.037 3.955,23.044 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_19_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_20_'%3E%3Cuse xlink:href='%23SVGID_19_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_20_)' fill='%23FE0E00' points='3.955,22.857 11.441,26.037 11.225,26.037 3.955,22.95 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_21_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_22_'%3E%3Cuse xlink:href='%23SVGID_21_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_22_)' fill='%23FE0F00' points='3.955,22.768 11.657,26.037 11.441,26.037 3.955,22.857 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_23_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_24_'%3E%3Cuse xlink:href='%23SVGID_23_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_24_)' fill='%23FE1000' points='3.955,22.674 11.875,26.037 11.657,26.037 3.955,22.768 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_25_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_26_'%3E%3Cuse xlink:href='%23SVGID_25_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_26_)' fill='%23FE1100' points='3.955,22.582 12.093,26.037 11.875,26.037 3.955,22.674 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_27_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_28_'%3E%3Cuse xlink:href='%23SVGID_27_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_28_)' fill='%23FE1200' points='3.955,22.489 12.309,26.037 12.093,26.037 3.955,22.582 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_29_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_30_'%3E%3Cuse xlink:href='%23SVGID_29_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_30_)' fill='%23FE1300' points='3.955,22.398 12.528,26.037 12.309,26.037 3.955,22.489 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_31_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_32_'%3E%3Cuse xlink:href='%23SVGID_31_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_32_)' fill='%23FE1400' points='3.955,22.307 12.744,26.037 12.528,26.037 3.955,22.398 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_33_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_34_'%3E%3Cuse xlink:href='%23SVGID_33_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_34_)' fill='%23FE1500' points='3.955,22.213 12.853,25.99 12.853,26.037 12.744,26.037 3.955,22.307 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_35_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_36_'%3E%3Cuse xlink:href='%23SVGID_35_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_36_)' fill='%23FE1600' points='3.955,22.12 12.853,25.896 12.853,25.99 3.955,22.213 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_37_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_38_'%3E%3Cuse xlink:href='%23SVGID_37_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_38_)' fill='%23FE1700' points='3.955,22.029 12.853,25.807 12.853,25.896 3.955,22.12 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_39_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_40_'%3E%3Cuse xlink:href='%23SVGID_39_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_40_)' fill='%23FE1800' points='3.955,21.936 12.853,25.713 12.853,25.807 3.955,22.029 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_41_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_42_'%3E%3Cuse xlink:href='%23SVGID_41_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_42_)' fill='%23FE1900' points='3.955,21.846 12.853,25.622 12.853,25.713 3.955,21.936 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_43_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_44_'%3E%3Cuse xlink:href='%23SVGID_43_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_44_)' fill='%23FE1A00' points='3.955,21.752 12.853,25.527 12.853,25.622 3.955,21.846 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_45_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_46_'%3E%3Cuse xlink:href='%23SVGID_45_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_46_)' fill='%23FE1B00' points='3.955,21.66 12.853,25.438 12.853,25.527 3.955,21.752 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_47_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_48_'%3E%3Cuse xlink:href='%23SVGID_47_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_48_)' fill='%23FE1C00' points='3.955,21.568 12.853,25.343 12.853,25.438 3.955,21.66 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_49_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_50_'%3E%3Cuse xlink:href='%23SVGID_49_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_50_)' fill='%23FE1D01' points='3.955,21.477 12.853,25.252 12.853,25.343 3.955,21.568 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_51_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_52_'%3E%3Cuse xlink:href='%23SVGID_51_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_52_)' fill='%23FE1E01' points='3.955,21.385 12.853,25.16 12.853,25.252 3.955,21.477 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_53_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_54_'%3E%3Cuse xlink:href='%23SVGID_53_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_54_)' fill='%23FE1F01' points='3.955,21.291 12.853,25.068 12.853,25.16 3.955,21.385 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_55_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_56_'%3E%3Cuse xlink:href='%23SVGID_55_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_56_)' fill='%23FE2001' points='3.955,21.199 12.853,24.975 12.853,25.068 3.955,21.291 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_57_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_58_'%3E%3Cuse xlink:href='%23SVGID_57_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_58_)' fill='%23FE2101' points='3.955,21.105 12.853,24.884 12.853,24.975 3.955,21.199 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_59_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_60_'%3E%3Cuse xlink:href='%23SVGID_59_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_60_)' fill='%23FE2201' points='3.955,21.014 12.853,24.792 12.853,24.884 3.955,21.105 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_61_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_62_'%3E%3Cuse xlink:href='%23SVGID_61_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_62_)' fill='%23FE2301' points='3.955,20.923 12.853,24.698 12.853,24.792 3.955,21.014 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_63_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_64_'%3E%3Cuse xlink:href='%23SVGID_63_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_64_)' fill='%23FE2401' points='3.955,20.831 12.853,24.607 12.853,24.698 3.955,20.923 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_65_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_66_'%3E%3Cuse xlink:href='%23SVGID_65_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_66_)' fill='%23FE2501' points='3.955,20.736 12.853,24.516 12.853,24.607 3.955,20.831 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_67_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_68_'%3E%3Cuse xlink:href='%23SVGID_67_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_68_)' fill='%23FE2601' points='3.955,20.646 12.853,24.422 12.853,24.516 3.955,20.736 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_69_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_70_'%3E%3Cuse xlink:href='%23SVGID_69_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_70_)' fill='%23FE2701' points='3.955,20.555 12.853,24.328 12.853,24.422 3.955,20.646 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_71_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_72_'%3E%3Cuse xlink:href='%23SVGID_71_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_72_)' fill='%23FE2801' points='3.955,20.461 12.853,24.238 12.853,24.328 3.955,20.555 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_73_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_74_'%3E%3Cuse xlink:href='%23SVGID_73_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_74_)' fill='%23FE2901' points='3.955,20.369 12.853,24.146 12.853,24.238 3.955,20.461 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_75_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_76_'%3E%3Cuse xlink:href='%23SVGID_75_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_76_)' fill='%23FE2A01' points='3.955,20.277 12.853,24.055 12.853,24.146 3.955,20.369 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_77_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_78_'%3E%3Cuse xlink:href='%23SVGID_77_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_78_)' fill='%23FE2B01' points='3.955,20.186 12.853,23.961 12.853,24.055 3.955,20.277 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_79_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_80_'%3E%3Cuse xlink:href='%23SVGID_79_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_80_)' fill='%23FE2C01' points='3.955,20.093 12.853,23.869 12.853,23.961 3.955,20.186 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_81_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_82_'%3E%3Cuse xlink:href='%23SVGID_81_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_82_)' fill='%23FE2D01' points='3.955,20 12.853,23.777 12.853,23.869 3.955,20.093 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_83_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_84_'%3E%3Cuse xlink:href='%23SVGID_83_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_84_)' fill='%23FE2E01' points='3.955,19.908 12.853,23.684 12.853,23.777 3.955,20 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_85_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_86_'%3E%3Cuse xlink:href='%23SVGID_85_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_86_)' fill='%23FE2F01' points='3.955,19.816 12.853,23.594 12.853,23.684 3.955,19.908 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_87_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_88_'%3E%3Cuse xlink:href='%23SVGID_87_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_88_)' fill='%23FE3001' points='3.955,19.725 12.853,23.501 12.853,23.594 3.955,19.816 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_89_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_90_'%3E%3Cuse xlink:href='%23SVGID_89_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_90_)' fill='%23FE3101' points='3.955,19.631 12.853,23.408 12.853,23.501 3.955,19.725 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_91_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_92_'%3E%3Cuse xlink:href='%23SVGID_91_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_92_)' fill='%23FE3201' points='3.955,19.54 12.853,23.314 12.853,23.408 3.955,19.631 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_93_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_94_'%3E%3Cuse xlink:href='%23SVGID_93_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_94_)' fill='%23FE3301' points='3.955,19.447 12.853,23.225 12.853,23.314 3.955,19.54 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_95_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_96_'%3E%3Cuse xlink:href='%23SVGID_95_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_96_)' fill='%23FE3401' points='3.955,19.355 12.853,23.131 12.853,23.225 3.955,19.447 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_97_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_98_'%3E%3Cuse xlink:href='%23SVGID_97_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_98_)' fill='%23FE3501' points='3.955,19.264 12.853,23.039 12.853,23.131 3.955,19.355 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_99_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_100_'%3E%3Cuse xlink:href='%23SVGID_99_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_100_)' fill='%23FE3601' points='3.955,19.172 12.853,22.947 12.853,23.039 3.955,19.264 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_101_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_102_'%3E%3Cuse xlink:href='%23SVGID_101_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_102_)' fill='%23FE3701' points='3.955,19.078 12.853,22.854 12.853,22.947 3.955,19.172 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_103_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_104_'%3E%3Cuse xlink:href='%23SVGID_103_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_104_)' fill='%23FE3801' points='3.955,18.986 12.853,22.764 12.853,22.854 3.955,19.078 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_105_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_106_'%3E%3Cuse xlink:href='%23SVGID_105_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_106_)' fill='%23FE3901' points='3.955,18.895 12.853,22.671 12.853,22.764 3.955,18.986 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_107_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_108_'%3E%3Cuse xlink:href='%23SVGID_107_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_108_)' fill='%23FE3A01' points='3.955,18.802 12.853,22.577 12.853,22.671 3.955,18.895 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_109_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_110_'%3E%3Cuse xlink:href='%23SVGID_109_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_110_)' fill='%23FE3B01' points='3.955,18.71 12.853,22.486 12.853,22.577 3.955,18.802 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_111_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_112_'%3E%3Cuse xlink:href='%23SVGID_111_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_112_)' fill='%23FE3C01' points='3.955,18.616 12.853,22.395 12.853,22.486 3.955,18.71 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_113_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_114_'%3E%3Cuse xlink:href='%23SVGID_113_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_114_)' fill='%23FE3D01' points='3.955,18.525 12.853,22.301 12.853,22.395 3.955,18.616 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_115_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_116_'%3E%3Cuse xlink:href='%23SVGID_115_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_116_)' fill='%23FE3E01' points='3.955,18.434 12.853,22.209 12.853,22.301 3.955,18.525 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_117_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_118_'%3E%3Cuse xlink:href='%23SVGID_117_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_118_)' fill='%23FE3F01' points='3.955,18.342 12.853,22.118 12.853,22.209 3.955,18.434 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_119_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_120_'%3E%3Cuse xlink:href='%23SVGID_119_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_120_)' fill='%23FE4001' points='3.955,18.248 12.853,22.023 12.853,22.118 3.955,18.342 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_121_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_122_'%3E%3Cuse xlink:href='%23SVGID_121_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_122_)' fill='%23FE4101' points='3.955,18.157 12.853,21.934 12.853,22.023 3.955,18.248 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_123_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_124_'%3E%3Cuse xlink:href='%23SVGID_123_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_124_)' fill='%23FE4201' points='3.955,18.062 12.853,21.84 12.853,21.934 3.955,18.157 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_125_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_126_'%3E%3Cuse xlink:href='%23SVGID_125_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_126_)' fill='%23FE4301' points='3.955,17.973 12.853,21.749 12.853,21.84 3.955,18.062 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_127_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_128_'%3E%3Cuse xlink:href='%23SVGID_127_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_128_)' fill='%23FE4401' points='3.955,17.881 12.853,21.656 12.853,21.749 3.955,17.973 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_129_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_130_'%3E%3Cuse xlink:href='%23SVGID_129_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_130_)' fill='%23FE4501' points='3.955,17.789 12.853,21.564 12.853,21.656 3.955,17.881 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_131_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_132_'%3E%3Cuse xlink:href='%23SVGID_131_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_132_)' fill='%23FE4601' points='3.955,17.695 12.853,21.475 12.853,21.564 3.955,17.789 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_133_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_134_'%3E%3Cuse xlink:href='%23SVGID_133_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_134_)' fill='%23FE4701' points='3.955,17.604 12.853,21.38 12.853,21.475 3.955,17.695 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_135_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_136_'%3E%3Cuse xlink:href='%23SVGID_135_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_136_)' fill='%23FE4801' points='3.955,17.512 12.853,21.287 12.853,21.38 3.955,17.604 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_137_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_138_'%3E%3Cuse xlink:href='%23SVGID_137_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_138_)' fill='%23FE4902' points='3.955,17.419 12.853,21.195 12.853,21.287 3.955,17.512 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_139_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_140_'%3E%3Cuse xlink:href='%23SVGID_139_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_140_)' fill='%23FE4A02' points='3.955,17.327 12.853,21.104 12.853,21.195 3.955,17.419 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_141_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_142_'%3E%3Cuse xlink:href='%23SVGID_141_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_142_)' fill='%23FE4B02' points='3.955,17.232 12.853,21.012 12.853,21.104 3.955,17.327 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_143_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_144_'%3E%3Cuse xlink:href='%23SVGID_143_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_144_)' fill='%23FE4C02' points='3.955,17.143 12.853,20.92 12.853,21.012 3.955,17.232 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_145_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_146_'%3E%3Cuse xlink:href='%23SVGID_145_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_146_)' fill='%23FE4D02' points='3.955,17.05 12.853,20.826 12.853,20.92 3.955,17.143 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_147_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_148_'%3E%3Cuse xlink:href='%23SVGID_147_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_148_)' fill='%23FE4E02' points='3.955,16.958 12.853,20.734 12.853,20.826 3.955,17.05 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_149_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_150_'%3E%3Cuse xlink:href='%23SVGID_149_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_150_)' fill='%23FE4F02' points='3.955,16.865 12.853,20.643 12.853,20.734 3.955,16.958 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_151_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_152_'%3E%3Cuse xlink:href='%23SVGID_151_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_152_)' fill='%23FE5002' points='3.955,16.773 12.853,20.55 12.853,20.643 3.955,16.865 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_153_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_154_'%3E%3Cuse xlink:href='%23SVGID_153_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_154_)' fill='%23FE5102' points='3.955,16.682 12.853,20.459 12.853,20.55 3.955,16.773 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_155_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_156_'%3E%3Cuse xlink:href='%23SVGID_155_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_156_)' fill='%23FE5202' points='3.955,16.589 12.853,20.365 12.853,20.459 3.955,16.682 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_157_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_158_'%3E%3Cuse xlink:href='%23SVGID_157_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_158_)' fill='%23FE5302' points='3.955,16.498 12.853,20.273 12.853,20.365 3.955,16.589 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_159_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_160_'%3E%3Cuse xlink:href='%23SVGID_159_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_160_)' fill='%23FE5402' points='3.955,16.404 12.853,20.182 12.853,20.273 3.955,16.498 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_161_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_162_'%3E%3Cuse xlink:href='%23SVGID_161_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_162_)' fill='%23FE5502' points='3.955,16.312 12.853,20.088 12.853,20.182 3.955,16.404 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_163_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_164_'%3E%3Cuse xlink:href='%23SVGID_163_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_164_)' fill='%23FE5602' points='3.955,16.221 12.853,19.997 12.853,20.088 3.955,16.312 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_165_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_166_'%3E%3Cuse xlink:href='%23SVGID_165_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_166_)' fill='%23FE5702' points='3.955,16.127 12.853,19.904 12.853,19.997 3.955,16.221 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_167_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_168_'%3E%3Cuse xlink:href='%23SVGID_167_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_168_)' fill='%23FE5802' points='3.955,16.036 12.853,19.812 12.853,19.904 3.955,16.127 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_169_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_170_'%3E%3Cuse xlink:href='%23SVGID_169_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_170_)' fill='%23FE5902' points='3.955,15.943 12.853,19.721 12.853,19.812 3.955,16.036 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_171_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_172_'%3E%3Cuse xlink:href='%23SVGID_171_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_172_)' fill='%23FE5A02' points='3.955,15.852 12.853,19.629 12.853,19.721 3.955,15.943 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_173_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_174_'%3E%3Cuse xlink:href='%23SVGID_173_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_174_)' fill='%23FE5B02' points='3.955,15.76 12.853,19.535 12.853,19.629 3.955,15.852 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_175_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_176_'%3E%3Cuse xlink:href='%23SVGID_175_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_176_)' fill='%23FE5C02' points='3.955,15.669 12.853,19.443 12.853,19.535 3.955,15.76 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_177_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_178_'%3E%3Cuse xlink:href='%23SVGID_177_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_178_)' fill='%23FE5D02' points='3.955,15.575 12.853,19.352 12.853,19.443 3.955,15.669 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_179_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_180_'%3E%3Cuse xlink:href='%23SVGID_179_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_180_)' fill='%23FE5E02' points='3.955,15.482 12.853,19.259 12.853,19.352 3.955,15.575 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_181_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_182_'%3E%3Cuse xlink:href='%23SVGID_181_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_182_)' fill='%23FF5F02' points='3.955,15.392 12.853,19.167 12.853,19.259 3.955,15.482 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_183_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_184_'%3E%3Cuse xlink:href='%23SVGID_183_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_184_)' fill='%23FF6102' points='3.955,15.3 12.853,19.076 12.853,19.167 3.955,15.392 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_185_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_186_'%3E%3Cuse xlink:href='%23SVGID_185_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_186_)' fill='%23FF6202' points='3.955,15.206 12.853,18.982 12.853,19.076 3.955,15.3 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_187_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_188_'%3E%3Cuse xlink:href='%23SVGID_187_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_188_)' fill='%23FF6302' points='3.955,15.115 12.853,18.891 12.853,18.982 3.955,15.206 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_189_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_190_'%3E%3Cuse xlink:href='%23SVGID_189_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_190_)' fill='%23FF6402' points='3.955,15.021 12.853,18.798 12.853,18.891 3.955,15.115 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_191_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_192_'%3E%3Cuse xlink:href='%23SVGID_191_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_192_)' fill='%23FF6502' points='3.955,14.929 12.853,18.705 12.853,18.798 3.955,15.021 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_193_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_194_'%3E%3Cuse xlink:href='%23SVGID_193_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_194_)' fill='%23FF6602' points='3.955,14.837 12.853,18.614 12.853,18.705 3.955,14.929 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_195_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_196_'%3E%3Cuse xlink:href='%23SVGID_195_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_196_)' fill='%23FF6702' points='3.955,14.746 12.853,18.521 12.853,18.614 3.955,14.837 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_197_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_198_'%3E%3Cuse xlink:href='%23SVGID_197_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_198_)' fill='%23FF6802' points='3.955,14.653 12.853,18.43 12.853,18.521 3.955,14.746 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_199_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_200_'%3E%3Cuse xlink:href='%23SVGID_199_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_200_)' fill='%23FF6902' points='3.955,14.561 12.853,18.338 12.853,18.43 3.955,14.653 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_201_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_202_'%3E%3Cuse xlink:href='%23SVGID_201_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_202_)' fill='%23FF6A02' points='3.955,14.47 12.853,18.245 12.853,18.338 3.955,14.561 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_203_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_204_'%3E%3Cuse xlink:href='%23SVGID_203_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_204_)' fill='%23FF6B02' points='3.955,14.376 12.853,18.152 12.853,18.245 3.955,14.47 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_205_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_206_'%3E%3Cuse xlink:href='%23SVGID_205_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_206_)' fill='%23FF6C02' points='3.955,14.283 12.853,18.061 12.853,18.152 3.955,14.376 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_207_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_208_'%3E%3Cuse xlink:href='%23SVGID_207_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_208_)' fill='%23FF6D02' points='3.955,14.192 12.853,17.971 12.853,18.061 3.955,14.283 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_209_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_210_'%3E%3Cuse xlink:href='%23SVGID_209_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_210_)' fill='%23FF6E02' points='3.955,14.1 12.853,17.876 12.853,17.971 3.955,14.192 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_211_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_212_'%3E%3Cuse xlink:href='%23SVGID_211_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_212_)' fill='%23FF6F02' points='3.955,14.008 12.853,17.784 12.853,17.876 3.955,14.1 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_213_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_214_'%3E%3Cuse xlink:href='%23SVGID_213_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_214_)' fill='%23FF7002' points='3.955,13.917 12.853,17.689 12.853,17.784 3.955,14.008 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_215_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_216_'%3E%3Cuse xlink:href='%23SVGID_215_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_216_)' fill='%23FF7102' points='3.955,13.824 12.853,17.6 12.853,17.689 3.955,13.917 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_217_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_218_'%3E%3Cuse xlink:href='%23SVGID_217_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_218_)' fill='%23FF7202' points='3.955,13.731 12.853,17.508 12.853,17.6 3.955,13.824 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_219_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_220_'%3E%3Cuse xlink:href='%23SVGID_219_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_220_)' fill='%23FF7302' points='3.955,13.639 12.853,17.416 12.853,17.508 3.955,13.731 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_221_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_222_'%3E%3Cuse xlink:href='%23SVGID_221_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_222_)' fill='%23FF7402' points='3.955,13.547 12.853,17.322 12.853,17.416 3.955,13.639 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_223_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_224_'%3E%3Cuse xlink:href='%23SVGID_223_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_224_)' fill='%23FF7502' points='3.955,13.455 12.853,17.23 12.853,17.322 3.955,13.547 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_225_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_226_'%3E%3Cuse xlink:href='%23SVGID_225_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_226_)' fill='%23FF7602' points='3.955,13.361 12.853,17.141 12.853,17.23 3.955,13.455 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_227_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_228_'%3E%3Cuse xlink:href='%23SVGID_227_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_228_)' fill='%23FF7703' points='3.955,13.271 12.853,17.046 12.853,17.141 3.955,13.361 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_229_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_230_'%3E%3Cuse xlink:href='%23SVGID_229_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_230_)' fill='%23FF7803' points='3.955,13.179 12.853,16.955 12.853,17.046 3.955,13.271 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_231_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_232_'%3E%3Cuse xlink:href='%23SVGID_231_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_232_)' fill='%23FF7903' points='3.955,13.084 12.853,16.861 12.853,16.955 3.955,13.179 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_233_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_234_'%3E%3Cuse xlink:href='%23SVGID_233_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_234_)' fill='%23FF7A03' points='3.955,12.994 12.853,16.77 12.853,16.861 3.955,13.084 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_235_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_236_'%3E%3Cuse xlink:href='%23SVGID_235_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_236_)' fill='%23FF7B03' points='3.955,12.902 12.853,16.678 12.853,16.77 3.955,12.994 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_237_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_238_'%3E%3Cuse xlink:href='%23SVGID_237_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_238_)' fill='%23FF7C03' points='3.955,12.809 12.853,16.584 12.853,16.678 3.955,12.902 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_239_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_240_'%3E%3Cuse xlink:href='%23SVGID_239_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_240_)' fill='%23FF7D03' points='3.955,12.718 12.853,16.493 12.853,16.584 3.955,12.809 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_241_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_242_'%3E%3Cuse xlink:href='%23SVGID_241_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_242_)' fill='%23FF7E03' points='3.955,12.625 12.853,16.4 12.853,16.493 3.955,12.718 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_243_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_244_'%3E%3Cuse xlink:href='%23SVGID_243_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_244_)' fill='%23FF7F03' points='3.955,12.531 12.853,16.309 12.853,16.4 3.955,12.625 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_245_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_246_'%3E%3Cuse xlink:href='%23SVGID_245_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_246_)' fill='%23FF8003' points='3.955,12.44 12.853,16.217 12.853,16.309 3.955,12.531 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_247_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_248_'%3E%3Cuse xlink:href='%23SVGID_247_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_248_)' fill='%23FF8103' points='3.955,12.348 12.853,16.125 12.853,16.217 3.955,12.44 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_249_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_250_'%3E%3Cuse xlink:href='%23SVGID_249_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_250_)' fill='%23FF8203' points='3.955,12.255 12.853,16.031 12.853,16.125 3.955,12.348 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_251_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_252_'%3E%3Cuse xlink:href='%23SVGID_251_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_252_)' fill='%23FF8303' points='3.955,12.165 12.853,15.941 12.853,16.031 3.955,12.255 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_253_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_254_'%3E%3Cuse xlink:href='%23SVGID_253_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_254_)' fill='%23FF8403' points='3.955,12.072 12.853,15.85 12.853,15.941 3.955,12.165 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_255_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_256_'%3E%3Cuse xlink:href='%23SVGID_255_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_256_)' fill='%23FF8503' points='3.955,11.979 12.853,15.755 12.853,15.85 3.955,12.072 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_257_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_258_'%3E%3Cuse xlink:href='%23SVGID_257_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_258_)' fill='%23FF8603' points='3.955,11.888 12.853,15.664 12.853,15.755 3.955,11.979 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_259_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_260_'%3E%3Cuse xlink:href='%23SVGID_259_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_260_)' fill='%23FF8703' points='3.955,11.795 12.853,15.572 12.853,15.664 3.955,11.888 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_261_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_262_'%3E%3Cuse xlink:href='%23SVGID_261_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_262_)' fill='%23FF8803' points='3.955,11.704 12.853,15.479 12.853,15.572 3.955,11.795 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_263_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_264_'%3E%3Cuse xlink:href='%23SVGID_263_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_264_)' fill='%23FF8903' points='3.955,11.611 12.853,15.386 12.853,15.479 3.955,11.704 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_265_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_266_'%3E%3Cuse xlink:href='%23SVGID_265_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_266_)' fill='%23FF8A03' points='3.955,11.519 12.853,15.295 12.853,15.386 3.955,11.611 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_267_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_268_'%3E%3Cuse xlink:href='%23SVGID_267_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_268_)' fill='%23FF8B03' points='3.955,11.426 12.853,15.201 12.853,15.295 3.955,11.519 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_269_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_270_'%3E%3Cuse xlink:href='%23SVGID_269_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_270_)' fill='%23FF8C03' points='3.955,11.334 12.853,15.11 12.853,15.201 3.955,11.426 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_271_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_272_'%3E%3Cuse xlink:href='%23SVGID_271_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_272_)' fill='%23FF8D03' points='3.955,11.243 12.853,15.02 12.853,15.11 3.955,11.334 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_273_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_274_'%3E%3Cuse xlink:href='%23SVGID_273_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_274_)' fill='%23FF8E03' points='3.955,11.149 12.853,14.927 12.853,15.02 3.955,11.243 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_275_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_276_'%3E%3Cuse xlink:href='%23SVGID_275_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_276_)' fill='%23FF8F03' points='3.955,11.058 12.853,14.833 12.853,14.927 3.955,11.149 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_277_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_278_'%3E%3Cuse xlink:href='%23SVGID_277_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_278_)' fill='%23FF9003' points='3.955,10.965 12.853,14.742 12.853,14.833 3.955,11.058 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_279_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_280_'%3E%3Cuse xlink:href='%23SVGID_279_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_280_)' fill='%23FF9103' points='3.955,10.873 12.853,14.649 12.853,14.742 3.955,10.965 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_281_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_282_'%3E%3Cuse xlink:href='%23SVGID_281_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_282_)' fill='%23FF9203' points='3.955,10.781 12.853,14.557 12.853,14.649 3.955,10.873 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_283_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_284_'%3E%3Cuse xlink:href='%23SVGID_283_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_284_)' fill='%23FF9303' points='3.955,10.69 12.853,14.465 12.853,14.557 3.955,10.781 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_285_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_286_'%3E%3Cuse xlink:href='%23SVGID_285_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_286_)' fill='%23FF9403' points='3.955,10.596 12.853,14.374 12.853,14.465 3.955,10.69 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_287_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_288_'%3E%3Cuse xlink:href='%23SVGID_287_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_288_)' fill='%23FF9503' points='3.955,10.572 3.98,10.516 12.853,14.28 12.853,14.374 3.955,10.596 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_289_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_290_'%3E%3Cuse xlink:href='%23SVGID_289_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_290_)' fill='%23FF9603' points='3.98,10.516 4.012,10.436 12.853,14.188 12.853,14.28 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_291_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_292_'%3E%3Cuse xlink:href='%23SVGID_291_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_292_)' fill='%23FF9703' points='4.012,10.436 4.045,10.359 12.853,14.097 12.853,14.188 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_293_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_294_'%3E%3Cuse xlink:href='%23SVGID_293_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_294_)' fill='%23FF9803' points='4.045,10.359 4.078,10.279 12.853,14.004 12.853,14.097 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_295_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_296_'%3E%3Cuse xlink:href='%23SVGID_295_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_296_)' fill='%23FF9903' points='4.078,10.279 4.111,10.202 12.853,13.912 12.853,14.004 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_297_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_298_'%3E%3Cuse xlink:href='%23SVGID_297_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_298_)' fill='%23FF9A03' points='4.111,10.202 4.146,10.125 12.853,13.82 12.853,13.912 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_299_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_300_'%3E%3Cuse xlink:href='%23SVGID_299_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_300_)' fill='%23FF9B03' points='4.146,10.125 4.178,10.045 12.853,13.727 12.853,13.82 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_301_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_302_'%3E%3Cuse xlink:href='%23SVGID_301_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_302_)' fill='%23FF9C03' points='4.178,10.045 4.21,9.969 12.853,13.636 12.853,13.727 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_303_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_304_'%3E%3Cuse xlink:href='%23SVGID_303_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_304_)' fill='%23FF9D03' points='4.21,9.969 4.244,9.891 12.853,13.543 12.853,13.636 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_305_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_306_'%3E%3Cuse xlink:href='%23SVGID_305_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_306_)' fill='%23FF9E03' points='4.244,9.891 4.278,9.811 12.853,13.451 12.853,13.543 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_307_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_308_'%3E%3Cuse xlink:href='%23SVGID_307_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_308_)' fill='%23FF9F03' points='4.278,9.811 4.311,9.733 12.853,13.359 12.853,13.451 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_309_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_310_'%3E%3Cuse xlink:href='%23SVGID_309_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_310_)' fill='%23FFA003' points='4.311,9.733 4.345,9.655 12.853,13.267 12.853,13.359 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_311_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_312_'%3E%3Cuse xlink:href='%23SVGID_311_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_312_)' fill='%23FFA103' points='4.345,9.655 4.377,9.576 12.853,13.175 12.853,13.267 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_313_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_314_'%3E%3Cuse xlink:href='%23SVGID_313_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_314_)' fill='%23FFA203' points='4.377,9.576 4.41,9.499 12.853,13.082 12.853,13.175 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_315_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_316_'%3E%3Cuse xlink:href='%23SVGID_315_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_316_)' fill='%23FFA304' points='4.41,9.499 4.444,9.421 12.853,12.989 12.853,13.082 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_317_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_318_'%3E%3Cuse xlink:href='%23SVGID_317_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_318_)' fill='%23FFA404' points='4.444,9.421 4.477,9.342 12.853,12.897 12.853,12.989 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_319_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_320_'%3E%3Cuse xlink:href='%23SVGID_319_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_320_)' fill='%23FFA504' points='4.477,9.342 4.509,9.266 12.853,12.806 12.853,12.897 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_321_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_322_'%3E%3Cuse xlink:href='%23SVGID_321_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_322_)' fill='%23FFA604' points='4.509,9.266 4.541,9.188 12.853,12.712 12.853,12.806 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_323_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_324_'%3E%3Cuse xlink:href='%23SVGID_323_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_324_)' fill='%23FFA704' points='4.541,9.188 4.574,9.108 12.853,12.622 12.853,12.712 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_325_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_326_'%3E%3Cuse xlink:href='%23SVGID_325_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_326_)' fill='%23FFA804' points='4.574,9.108 4.609,9.03 12.853,12.529 12.853,12.622 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_327_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_328_'%3E%3Cuse xlink:href='%23SVGID_327_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_328_)' fill='%23FFA904' points='4.609,9.03 4.642,8.952 12.853,12.436 12.853,12.529 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_329_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_330_'%3E%3Cuse xlink:href='%23SVGID_329_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_330_)' fill='%23FFAA04' points='4.642,8.952 4.676,8.874 12.853,12.345 12.853,12.436 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_331_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_332_'%3E%3Cuse xlink:href='%23SVGID_331_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_332_)' fill='%23FFAB04' points='4.676,8.874 4.707,8.796 12.853,12.253 12.853,12.345 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_333_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_334_'%3E%3Cuse xlink:href='%23SVGID_333_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_334_)' fill='%23FFAC04' points='4.707,8.796 4.741,8.719 12.853,12.159 12.853,12.253 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_335_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_336_'%3E%3Cuse xlink:href='%23SVGID_335_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_336_)' fill='%23FFAD04' points='4.741,8.719 4.776,8.64 12.853,12.068 12.853,12.159 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_337_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_338_'%3E%3Cuse xlink:href='%23SVGID_337_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_338_)' fill='%23FFAE04' points='4.776,8.64 4.808,8.562 12.853,11.975 12.853,12.068 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_339_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_340_'%3E%3Cuse xlink:href='%23SVGID_339_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_340_)' fill='%23FFAF04' points='4.808,8.562 4.843,8.482 12.853,11.883 12.853,11.975 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_341_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_342_'%3E%3Cuse xlink:href='%23SVGID_341_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_342_)' fill='%23FFB004' points='4.843,8.482 4.874,8.405 12.853,11.792 12.853,11.883 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_343_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_344_'%3E%3Cuse xlink:href='%23SVGID_343_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_344_)' fill='%23FFB104' points='4.874,8.405 4.907,8.327 12.853,11.699 12.853,11.792 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_345_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_346_'%3E%3Cuse xlink:href='%23SVGID_345_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_346_)' fill='%23FFB204' points='4.907,8.327 4.941,8.249 12.853,11.607 12.853,11.699 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_347_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_348_'%3E%3Cuse xlink:href='%23SVGID_347_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_348_)' fill='%23FFB304' points='4.941,8.249 4.974,8.172 12.853,11.516 12.853,11.607 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_349_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_350_'%3E%3Cuse xlink:href='%23SVGID_349_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_350_)' fill='%23FFB404' points='4.974,8.172 5.007,8.093 12.853,11.423 12.853,11.516 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_351_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_352_'%3E%3Cuse xlink:href='%23SVGID_351_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_352_)' fill='%23FFB504' points='5.007,8.093 5.041,8.016 12.853,11.33 12.853,11.423 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_353_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_354_'%3E%3Cuse xlink:href='%23SVGID_353_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_354_)' fill='%23FFB604' points='5.041,8.016 5.074,7.936 12.853,11.238 12.853,11.33 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_355_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_356_'%3E%3Cuse xlink:href='%23SVGID_355_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_356_)' fill='%23FFB704' points='5.074,7.936 5.108,7.858 12.853,11.146 12.853,11.238 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_357_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_358_'%3E%3Cuse xlink:href='%23SVGID_357_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_358_)' fill='%23FFB804' points='5.108,7.858 5.14,7.779 12.853,11.054 12.853,11.146 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_359_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_360_'%3E%3Cuse xlink:href='%23SVGID_359_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_360_)' fill='%23FFB904' points='5.14,7.779 5.172,7.702 12.853,10.962 12.853,11.054 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_361_' d='M5.933,18.743c0-3.452,2.393-6.341,5.607-7.107l0.586-4.086c-4.603,0.55-8.171,4.465-8.171,9.216 c0,4.992,3.944,9.069,8.897,9.272C8.997,25.833,5.933,22.646,5.933,18.743z'/%3E%3C/defs%3E%3CclipPath id='SVGID_362_'%3E%3Cuse xlink:href='%23SVGID_361_' overflow='visible'/%3E%3C/clipPath%3E%3Cpolygon clip-path='url(%23SVGID_362_)' fill='%23FFB904' points='5.172,7.702 5.237,7.552 12.853,7.552 12.853,10.962 '/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23F33F33' d='M14.327,14.742l-1.09-7.052l-1.089,7.05c-0.72,0.388-1.21,1.148-1.21,2.023c0,1.27,1.028,2.297,2.297,2.297 c1.27,0,2.298-1.027,2.298-2.297C15.533,15.891,15.044,15.13,14.327,14.742z'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: top left;
    width: 27px;
    height: 30px;
    display: inline-block;
	z-index: 2;
}

.button.green, .bg-green {
    background-color: #67b660;
}
.button.green:hover, .button.green:active, .button.green:focus {
    background-color: #40843a;
}

.button.red, .bg-red {
    background-color: #ed2e40;
}
.bg-red-important {
    background-color: #ed2e40 !important;
}
.button.red:hover, .button.red:active, .button.red:focus {
    background-color: #d01d2e;
}

.lightweight { font-weight: 300; }

.buy-product-buttons .button {
	height: 37px;
	line-height: 37px;
}

.onselect-show, .onselect-show.row { display: none; margin-top: 10px; margin-bottom: 10px; }
.onselect .onselect-show.row { display: flex; }
.onselect .onselect-show { display: block; }

.post-tab .product-item .text-header { font-size: 1em; }
.post-tab .product-item .text-header.tiny {
    font-size: .75em;
    line-height: 1.16667em;
}

.view-product.section .content {
    width: 885px;;
}
@media screen and (max-width: 1260px) {
	.view-product.section .content {
		float: none;
		width: 100%;
	}
}
.view-product .sidebar-item {
	border: 0px;
	border-right: 1px solid #ebebeb;
}
.view-product .post {
	border: 0px;
}

.web-text p {
    /*margin: 0 0 20px !important;*/
}
.web-text * {
    position: relative !important;
}
.web-text .media iframe { 
	position: absolute !important;
}

.show-more {position: relative;}
.web-text .read-more, .read-more { 
  position: absolute !important; 
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin: 0px !important;
  padding: 45px 0; 
	
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, #ffffff);
}
.web-text .read-more > div, .read-more > div {
	position: absolute !important;
	bottom: 0px;
	text-align: center;
	display: block;
    width: 100%;
    right: 0px;
    left: 0px;
}
.web-text .read-more > div > .button, .read-more > div > .button {
	margin: 0 auto;
}

.post .post-paragraph .post-item-list {
	overflow: visible;
}

.text-output.text-title >span:not(.to-name){
	width: 22px;
    display: inline-block;
    text-align: center;
	font-size: 0.8em;
}

/*.to {
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	border-radius: 4px;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
	
	cursor: pointer;
}*/
.to {
    background-color: #fafafa;
    box-shadow: 0 0 1px #cecece;
    color: #333333;
    cursor: pointer;
    line-height: 39px;
    margin-bottom: 4px;
    overflow: hidden;
    padding-right: 10px;
    text-align: right;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 4px;
}
.to:hover { background: #f1f1f1; }
.to .text-output {
	padding: 0px 12px;
}

.to .text-output.text-value {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: auto;
	/*background: #f1f1f1;*/
	min-width: 30px;
    text-align: center;
	
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	
	transition: max-width 1s ease 0s;
	
	font-weight: 700;
}

.text-output.text-title {
	color: #39536c;
	font-weight: 600;
	float: left;
    padding-left: 15px;
    text-align: left;
}
.text-output .bullet-icon {
    font-size: 0.9em;
}

.post .post-paragraph .text-output .post-item-list li p {
	line-height: inherit;
	color: #000000;
    font-weight: 500;
}
.post .post-paragraph .text-output .post-item-list li {
	margin-bottom: 5px;
}

.post .post-paragraph .post-item-list li .bullet-icon {
	font-weight: 300;
    font-size: 0.9em;
	top: 3px;
}

.product-body .row.m-bottom {
	margin-bottom: 25px;
}
.product-body .row h4 {
	font-size: 0.85em;
}

.post .post-image-slides .image-slides .image-slide {
    width: 110px;
}
.product-preview-image.thumbnail {
    width: 108px;
    height: 78px;
}
.post .post-image-slides {
	margin: 15px auto;
}

.post-tab.small .tab-header {
	min-height: 40px;
	background: transparent;
	border: 0px;
	border-bottom: 1px solid #ebebeb;
}
.post-tab.small .tab-header .tab-item {
	float: left;
	width: auto;
	height: 40px;
	background-color: #fbfbfb;
}
.post-tab.small .tab-header .tab-item:not(.selected) {
	border-bottom: 1px solid #ebebeb;
}
.post-tab.small .tab-header .tab-item > p {
	padding: 0px 19px;
	line-height: 40px;
}
.post-tab.small .post {
	border: 0px;
}
.post-tab.small .tab-header .tab-item.pull-right { float: right; }

.post .post-paragraph.smallmargin {
	margin-top: 20px;
}


.selectColor { background: #fbfbfb; }

.frame-container {
	padding: 15px 15px 5px 15px;
    border: 1px solid rgba(0,0,0,.31);
    position: relative;
	margin-bottom: 24px;
	border-radius: 4px;
}
.frame-container > label {
	position: absolute;
	top: -11px;
    left: 5px;
    background: #fff;
    padding: 0px 10px;
}
.frame-container > .icon-close {
	position: absolute;
    top: -10px;
    right: 5px;
    background: #fff;
    color: #888;
    padding: 0px 10px;
    cursor: pointer;
    transition: color .4s;
    font-size: 1.125em;
}
.frame-container > .icon-close:hover {
	color: #574e92;
}
.input-group-addon, .text-output { font-family: "Barlow",sans-serif; }
.input-group-addon > label { margin-bottom: 0px; font-size: 1em; }
.input-group-addon.transparent { background: transparent; border: 0px; padding: 0px 15px 0px 0px; }
.input-group-addon.transparent.bold { text-align: center; padding: 0px 12px; font-weight: 600; }
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group .input-listbox {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .input-listbox:focus {
  z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .input-listbox {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .input-listbox:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .input-listbox:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .button,
.input-group-btn:first-child > .btn-group > .button,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .input-listbox:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .button,
.input-group-btn:last-child > .btn-group > .button,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .button:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .button {
  position: relative;
}
.input-group-btn > .button + .button {
  margin-left: -1px;
}
.input-group-btn > .button:hover,
.input-group-btn > .button:focus,
.input-group-btn > .button:active {
  z-index: 2;
}
.input-group-btn:first-child > .button,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .button,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.button.fontlike {
	background-color: #39536c;
    color: #ffffff;
	box-shadow: inset 0 -0.1em 0 0 rgba(0, 0, 0, 0.2), inset 0 1.15em 0 0 rgba(255, 255, 255, 0.1);
}
.button.fontlike:hover {
	box-shadow: none;
}

.form-box-item .listbox-parent .input-container {
    margin-bottom: 4px;
}

.form-box-item { border: 0px; }
input, select, textarea, div.asInput {
	border: 1px solid rgba(0,0,0,.31) !important;
}
.asInput { cursor: pointer; white-space: nowrap; }

.comment-list { border: 0px; }

textarea { resize: none; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.product-sideshow {
    padding: 0px 0 0px;
}
.product-sideshow.width100 { width: 100%; }
.ipage-paddtop {
	margin-top: 34px;
}

.ui-sortable-placeholder {
	min-height: 30px;
}
.ui-state-highlight {
	background: #ffecb9;
}
.sort-handler { 
	cursor: pointer;
}

.modal-insert .visible-edit {
	display: none;
}
.modal-edit .visible-edit {
	display: inherit;
}


.modal-insert .visible-insert {
	display: inherit;
}
.modal-edit .visible-insert {
	display: none;
}

.no-padding, .form-box-item.no-padding {
	padding: 0px !important;
}
.no-border {
	border: 0px !important;
}
.mfp-container {
	background: rgba(0,0,0,.2);
    overflow: auto;
    position: fixed;
}
.form-popup {
	margin: 30px auto;
}
.form-popup p.highlighted span, p.highlighted span.highlighted {
    color: #2b373a;
    font-weight: 700;
}

.standard-font {font-family: "Barlow",sans-serif;}

.text-inside, .ultrazz {
	font-family: "Barlow",sans-serif;
}
.text-inside h1, .text-inside h2, .text-inside h3, .text-inside h4, .text-inside h5, .text-inside h6, .text-inside h7, .text-inside h8 {
	color: #39536c;
}

.nemate-nalog {
	background: #f4f4f4;
    border-top: 1px solid #e6e6e6;
	text-align: center;
}
.form-popup input, .normal-input input,
.form-popup select, .normal-input select,
.form-popup textarea, .normal-input textarea{
	color: #2b373a;
    font-weight: 600;
	font-size: .875em;
}
.normal-label .label-check {
	color: #2b373a;
}

.section.withheadings {
    padding: 0px 0 90px;
}
.section.withheadings > h4 {
	padding: 1.4em 0em 0.7em 0em;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.disabled { opacity: 0.4; }
.spol_choose .pack-box {
    width: 145px;
	height: 135px;
	padding-top: 0px;
	text-align: center;
	cursor: pointer;
}
.spol_choose .pack-box .button {
    margin: 0px auto 0;
	border-radius: 0px;
}

.register-text h1 {
	color: #39536c;
	text-align: left;
	font-size: 2em;
	text-transform: none;
	margin-top: 43px;
}
.register-text p {  color: #000000; font-weight: 300; }
.register-text p.lead { font-size: 14px; margin-top: 15px; }
.register-text h3 { text-align: left; margin: 36px 0px 10px 0px; }
.register-text .iconh3 {
	font-size: 2.875rem;
	margin-bottom: 10px;
	color: #39536c;
	position: absolute;
	left: 0;
	top: 0;
}
.register-text > div {
	position: relative;
	padding-left: 60px
}

.horizontal-nav {
    margin-bottom: 15px;
    text-align: center;
}
.horizontal-nav__item {
    position: relative;
    display: inline-block;
    max-width: 50%;
    padding: 5px 15px;
}
.horizontal-nav__item__link, .horizontal-nav__item__link:hover, .horizontal-nav__item__link:active, .horizontal-nav__item__link:focus {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    color: #39536c;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
	
	padding: 10px;
    border-radius: 4px;
}
.horizontal-nav__item__link:hover, .horizontal-nav__item--active>.horizontal-nav__item__link {
	color: #ffffff;
    background: #39536c;
}
.horizontal-nav__item:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    height: 16px;
    margin-top: -8px;
    border-left: 1px solid #e1e1e1;
}
.horizontal-nav__item:last-child:after { display: none; }

@media (max-width: 460px) {
	.horizontal-nav__item {
		padding: 5px 0px;
	}
}
@media screen and (max-width: 630px) {
	.pack-boxes {
		width: 100%;
	}
}

.top-search-form {
    display: inline-block;
    margin-top: 10px;
}

.user-quickview .user-name.notloggedin {
	line-height: 32px;
}
.dropdown.small .dropdown-item>a {
	line-height: 44px;
}
.dropdown.small .header-item {
	padding-left: 14px;
	line-height: 22px;
	font-size: .75em;
	color: #a7a7a7;
	background: #f7f7f7;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.validate-parent-text {
    font-family: "Barlow",sans-serif;
}
.validate-relative {
  position: relative;
}
.validate-relative .validate-parent-text {
  background: rgba(0, 0, 0, 0.78);
  position: absolute;
  color: #fff;
  min-width: 120px;
  font-size: 12px;
  border: 0px;
  padding: 4px 10px 4px 10px;
  cursor: pointer;
}
.validate-relative .validate-parent-text:after {
  content: "";
  position: absolute;
  border-left: 7px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.78);
  border-bottom: 7px solid transparent;
  border-right: 7px solid transparent;
  top: 22px;
  right: 7px;
}
.validate-relative .validate-error {
  border: 1px solid #ff9c9c !important;
}

.mt20 { margin-top: 20px; }
.mt40 { margin-top: 40px; }
.mt10 { margin-top: 10px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.pr15 { padding-right: 15px; }
.box {
  font-family: "Barlow",sans-serif;
  display: none;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  line-height: 1.4;
  font-weight: 400;
}
.box.alert-box,
.box.error-box,
.box.success-box {
  display: block;
}
.box.error-box {
  background: #ffe7e7;
  color: #ca0000;
  border: 1px solid #fdc1c1;
}
/*.box.success-box {
  background: #e7ffe8;
  color: #008000;
  border: 1px solid #93da94;
}*/
.box.success-box {
    background: #574e92;
    color: #ffffff;
    border: 1px solid #28234b;
}
.box.alert-box {
	background: #c1eaff;
    color: #006ea7;
    border: 1px solid #574e92;
}
.form-popup .box { margin-top: 20px; }

.validate-relative .validate-parent-text { min-width: 145px !important; }

.top-search-form .search-widget-form input {
    width: 400px;
    height: 45px;
}

.top-search-form .search-widget-form .button{
    height: 45px;
    line-height: 45px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100px;
    background: #f2c13e;
}

.top-search-form input[type="text"]{
    background: #413879;
    border: 0;
	color: #fff;
	border: 0px !important;
}
.top-search-form input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #9696c0;
}
.top-search-form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #9696c0;
}
.top-search-form input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
	color: #9696c0;
}

.header-wrap, .default-bg {
    background: #574e92;
}

header {
    min-height: 65px;
}

header .logo{
    margin-top: 5px;
}
header .logo img {
    height: 56px;
    width: auto;
}

header .user-board .user-quickview {
    float: right;
    height: 50px;
    margin-top: 5px;
}
header .user-board .user-quickview .dropdown.open{
    top: 60px;
}

header .account-information {
    float: right;
    margin: 20px 6px 0 0;
}

.user-quickview .user-avatar {
    top: 7px;
    left: 7px;
    border: .1875rem solid #c4b9d9;
}

header .user-board .user-quickview .dropdown.open{
    top: 60px;
}
header .account-information .account-wishlist-quickview>span:first-child, header .account-information .account-cart-quickview>span:first-child, header .account-information .account-email-quickview>span:first-child, header .account-information .account-settings-quickview>span:first-child{
    color: #fff;
}
.user-money{
    color: #f2c13e;
}

.main-menu .menu-item>a{
    line-height: 45px;
    font-weight: 600;
}

.main-menu,.menu-bar{
    min-height: 45px;
}

.main-menu .menu-item:hover>a{
    /*background: #f2c13e;*/
	color: #574e92;
	background: none;
	border-bottom: 3px solid #574e92;
}
.main-menu .menu-item>a {
    line-height: 43px;
    font-weight: 600;
	border-bottom: 3px solid transparent;
}



header .mobile-menu-handler, header .mobile-account-options-handler, header .mobile-menu-handler.primary, header .mobile-account-options-handler.secondary {
    width: 65px;
    height: 65px;
	background-color: #413879;
}
header .mobile-menu-handler img[alt="pull-icon"], header .mobile-account-options-handler img[alt="pull-icon"] {
    top: 24px;
}
header .mobile-menu-handler .icon-user, header .mobile-account-options-handler .icon-user {
    top: 21px;
}

.menu-bar .search-form { display: none; }

#footer-top .company-info .logo img{
    height: auto;
    width: 100%;
}

.logo.small{
    width: auto;
    height: auto;
}

#footer-top-wrap{
    background-color: #574e92;
}

#footer-bottom-wrap{
    background-color: #413879;
}

#footer-top .company-info p{
    color: #c4b9d9;
}

.link-list .link-item a{
    color: #c4b9d9;
	padding-left: 0px;
}
.link-list .link-item a:hover {
	padding-left: 0px;
}

.link-list .link-item .bullet{
    background-color: #413879;
	display: none;
}

#footer-bottom p, #footer-bottom p a{
    color: #c4b9d9;
	font-weight: 500;
    text-align: left;
	padding: 0px;
}

.footer-title-separator {
    border-bottom: .1875rem solid #413879;
    margin: .8125rem 0 1.25rem;
}

#footer-top .footer-title{
    margin-bottom: 0;
}

.footer-apps{
    margin-top: 15px;
}

.footer-apps .ios-android{
    display: table;
    table-layout: fixed;
    width: 100%;
    line-height: 1.1;
    list-style: none;
    margin: 0 0 1.0625rem;
    padding: 0;
}

.footer-apps .ios-android li:first-child{
    padding-right: .9375rem;
}

.footer-apps .ios-android li{
    display: table-cell;
    vertical-align: top;
}

.footer-apps .ios-android a{
    font-size: 1rem;
    color: #fff;
    padding: .5625rem 3.75rem .5625rem 0.8rem;
    border-radius: .25rem;
    background-color: #413879;
    position: relative;
    display: block;
    text-decoration: none;
}

.footer-apps a strong{
    display: block;
}

.footer-apps a img{
    right: .625rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#footer-top .twitter-feed{
    width: 330px;
}

#footer-top .company-info{
    width: 200px;

}
#footer-top .button.onhoverBG:not(:hover) {
	background: #413879;
}
.telnumber {
    font-size: 14px;
}
.rightTitles {
	font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 0px;
}

.footer-objava{
    background-color: #413879;
    border-radius: .25rem;
    color: #c4b9d9;
    display: table;
    padding: .5625rem .625rem;
    table-layout: fixed;
    width: 100%;
}

.footer-objava .footer-objava-text{
    display: table-cell;
    font-size: .875rem;
    vertical-align: middle;
    font-family: "Barlow",sans-serif;
}

.footer-objava .footer-objava-action{
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 8.5rem;
}

.footer-objava .btn-md{
    font-size: .8125rem;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.5rem;
    padding: .5rem 1.25rem;
    background-color: #67b660;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .3s ease-in-out;
    white-space: nowrap;
    position: relative;
    color: #fff !important;
}

.footer-objava .ikonica{
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    line-height: 1;
    margin-right: .375rem;
    vertical-align: middle;
}

.footer-objava .ikonica svg{
    line-height: 1;
}

.social-links .social-link{
    padding-right: 20px;
}

.social-links .social-link a{
    color: #fff;
}


header .account-information .account-wishlist-quickview .dropdown.open, header .account-information .account-cart-quickview .dropdown.open, header .account-information .account-email-quickview .dropdown.open, header .account-information .account-settings-quickview .dropdown.open {
    top: 45px;
}

.napredno-pretrazivanje {
	color: #888;
	line-height: 50px;
    font-size: 13px;
    font-weight: 400;
}


/** COLLAPSE THING **/
@media (max-width: 1260px) {
	.top-search-form {
		display: none;
	}
	/** Menu and search on mobile **/
	.main-menu, .menu-bar { min-height: 53px; }
	.menu-bar .search-form {
		display: block;
		top: 7px;
	}
}

.relative, .dropdown.relative { position: relative; }

.box-body {
	background: #fff;
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  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%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.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%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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%;
  }
}


@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;
  }
}




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

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.no-border { border: 0px; }
.no-border-top-bottom { border-top: 0px; border-bottom: 0px; }



/** BOOTSTRAP 4 MODAL EDITING **/
.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.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, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.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 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.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-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}






/** THEME EDITING **/
.sh1 {
	box-shadow: 0px 1px 0px #00000030;
}
.with-icons > li > a > i { padding-right: 5px; }
span.iconfast {
	position: absolute;
    top: 7px;
    left: 18px;
}
.with-icons > li > a > span.iconfast > svg { fill: #848484;; }
.with-icons > li > a:hover > span.iconfast > svg { fill: #574e92; }

.number {
	background-color: #39536c;
    border-radius: 50%;
    color: #fff;
	display: inline-block;
    line-height: 1.35rem;
    text-align: center;
    margin-right: .3125rem;
    width: 21px;
    height: 21px;
}
.post-tab .tab-header {
	background-color: #fbfbfb;
	overflow: visible;
    min-height: 61px;
}
.post-tab .tab-header .tab-item.selected {
	background: #ffffff;
}
.post-tab .tab-header .tab-item.selected>p {
	border-top: 3px solid #574e92;
}
.post-tab .text-header {
    font-size: .8625rem;
}
.content-padding {
	padding: 15px 15px;
}
@media(max-width: 500px){
	.content-padding { padding: 15px 0px; }
	.form-box-item { padding: 22px 10px 26px; }
}
.dropdown .dropdown-item.active>a, .dropdown.hover-effect>.dropdown-item>a:hover {
    border-left: 3px solid #574e92;
}
.dropdown:not(.defcss) .dropdown-item.active>a, .dropdown:not(.defcss) .dropdown-item>a:hover {
	background: #fff;
    margin-right: -1px;
}

.dropdown.notifications .dropdown-item {
	height: auto;
}

.category-nav-wrap {
    background: none;
    border: 0px;
	margin-top: 40px;
}
.category-nav .category-tabs {
	width: 100%;
	text-align: center;
	z-index: 0;
}
.category-nav .category-tab {
	float: none;
    display: inline-block;
}

.section.section-custom {
	padding: 60px 0 0px;
}

.utabs .utabs_tabs, .utabs #product-sideshow{
	padding: 25px 25px 0 25px;
}
.utabs >.category-nav.primary {
	background: #fff;
}
.utabs .utabs_tabs {
	background: #ececec;
}

.utabs.utabs_white, .utabs.utabs_white .utabs_tabs {
	background: #fff;
}
.utabs.utabs_white .headline.primary:before {
	display: none;
}
.utabs.utabs_white .headline {
    height: 66px;
}
.utabs.utabs_white .headline h4 {
	line-height: 66px;
}
.utabs.utabs_white {border-left: 3px solid #574e92;}


#footer-top .footer-title {
	font-size: .875em;
    text-transform: uppercase;
}

.sidebar .sidebar-item > h6 {
	padding: 20px;
    margin: 0px;
    color: #909090;
}
.sidebar .sidebar-item:not(.nochange) {
	padding: 0px;
}
.dashboard-content {
    padding: 0px 0 90px;
}

.clists .headline {
	margin-bottom: 0px;
	border: 0px;
}
.clists .product-list {
	background: #ececec;
	margin-left: 0px;
    margin-right: 0px;
    width: 100%;
	padding: 25px 25px 0 25px;	
}

@media (min-width: 1261px) { /** fix for tabs **/
	.column4-wrap .column, 
	.column3-wrap .column, 
	.column3-4-wrap .column, 
	.column-wrap .column {
		margin-right: 13px;
	}
}



/** Slider pocetna **/
.overflow-visible { overflow: visible; }

.fullwidth, .datepicker.fullwidth { width: 100%; }
.slider-col1, .slider-col2, .col-menu, .col-content {
	position: relative;
    min-height: 1px;
}

.slider-col1 { 
	-ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
	padding-left: 15px;
}
.slider-col2 { 
	-ms-flex: 0 0 82%;
    flex: 0 0 82%;
    max-width: 82%;
	
	padding-right: 25px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
	z-index: 1;
}

.row.row-content:not(.standard-row) {
    margin-right: 0px;
}
.col-menu { 
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	padding-left: 15px;
}
.col-content { 
	-ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;

	z-index: 1;
	
	padding-right: 25px;
    padding-left: 10px;
}
.col-content:not(.no-shadow){
	box-shadow: 1px 2px 2px rgba(0,0,0,0.08);
}
.row.row-content.reversepos .col-menu {
	padding-left: 10px;
	padding-right: 25px;
}
.row.row-content.reversepos .col-content {
	padding-right: 0px;
    padding-left: 15px;
}

.col-menu h6 {
	padding: 13px 15px;
    margin: 0px;
	color: #ffffff;
    background: #574e92;
}

.col-menu .dropdown .dropdown-item>a {
	line-height: 40px;
}

.col-menu .dropdown .dropdown-item>a>.num, .num {
	position: absolute;
    top: 10px;
    right: 5px;
    background: #e2e2e2;
    display: inline-block;
    line-height: 1.43;
    padding: 0px 6px;
    border-radius: 4px;
}

.nowrap { white-space: nowrap; }

.slider-col2 > div > div:first-child {
    padding-right: 0px;
}
.slider-col2 > div > div:last-child {
    padding-left: 10px;
}

.dropdown.bg-gray {
    background-color: #fbfbfb;
}
.itemslider .img {
	width: 100%;
    height: 285px;
    margin: 0;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-color: #fbfbfb;
    background-position: center center;
    background-repeat: no-repeat;
}

.carousel-users {
	padding: 15px 0px;
    border-top: 1px solid #ebebeb;
	background-color: #fbfbfb;
}
/*.carousel-users .owl-item {
    margin: 0px 10px 0px 0px;
}
.userslider .img {
	width: 136;
    height: 55px;
    margin: 0;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
	border: 1px solid #ebebeb;
}
*/
.userslider .img {
	height: 55px;
	max-height: 55px;
	max-width: 100%;
}
.userslider a {
	box-shadow: 0 0.0625rem 0.0625rem 0 rgba(0,0,0,.22);
    margin: 0 0 .0625rem;
    display: block;
}
/*.userslider a > .img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .6;
    transition: .3s all;
}

.userslider a:hover > .img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}*/

.banner-default {
	height: 88px;
    width: 100%;
}
.banner-default:not(:last-child){
	margin-bottom: 10px;
}
.banner-default img { width: 100%; max-width: 100%; max-height: 100%; }



/** TEST **/
.carousel-users {
    padding: 15px 5.6625rem;
}
.slick-next, .slick-prev {
    bottom: 0;
    height: auto;
    top: 0;
    -ms-transform: none;
    transform: none;
}
.slick-prev {
    left: 1rem;
}
.slick-next {
    right: 1rem;
}
.slick-slide {
    padding: 0 .9375rem;
}
.slick-next, .slick-prev {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 0.0625rem 0.0625rem 0 rgba(0,0,0,.22);
    cursor: pointer;
    display: block;
    height: 3.125rem;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: background-color .3s ease-in-out;
    white-space: nowrap;
    width: 3.125rem;
    z-index: 1;
}
.slick-prev:before {
    border-bottom: .125rem solid #a9a9a9;
    border-left: .125rem solid #a9a9a9;
    content: "";
    display: block;
    left: 50%;
    height: .75rem;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    width: .75rem;
}
.slick-next:hover:before, .slick-prev:hover:before {
    border-color: #fff;
}
.slick-next:before {
    border-right: .125rem solid #a9a9a9;
    border-top: .125rem solid #a9a9a9;
    content: "";
    display: block;
    left: 50%;
    height: .75rem;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    width: .75rem;
}

.slick-next:hover, .slick-prev:hover {
    background-color: #f1c435;
}

.ultrazz .ultrazz-header {
	padding: 20px 10px;
}
.ultrazz .ultrazz-body {
	padding: 20px 10px;
}
.ultrazz .ultrazz-header h4 {
	padding: 0px;
	margin: 0px;
}

.ultrazz .ultrazz-header {
	border-bottom: 1px solid #ebebeb;
}


/** table plan **/
.table-plan {
	font-family: "Barlow",sans-serif;
}
.table-plan ul {
	display:flex;
	top:0px;
	z-index:10;
	padding-bottom:14px;
}
.table-plan li {
	list-style:none;
	flex:1;
}
.table-plan li:last-child {
	border-right:1px solid #DDD;
}
.table-plan button:not(.button) {
	width:100%;
	border: 1px solid #DDD;
	border-right:0;
	border-top:0;
	padding: 10px;
	background:#FFF;
	font-size:14px;
	font-weight:bold;
	height:60px;
	color:#999
}
.table-plan li.active button:not(.button) {
	background:#F5F5F5;
	color:#000;
}
.table-plan table { border-collapse:collapse; table-layout:fixed; width:100%; }
.table-plan th { background:#F5F5F5; }
.table-plan:not(.nohide) th { display:none; }
.table-plan td, .table-plan th {
	height:53px
}
.table-plan td,.table-plan th { border:1px solid #DDD; padding:10px; empty-cells:show; }
.table-plan td,.table-plan th {
	text-align:left;
}

.table-plan td+td, .table-plan th+th {
	text-align:center;
}
.table-plan:not(.nohide) td+td, .table-plan:not(.nohide) th+th {
	display:none;
}
.table-plan td.default {
	display:table-cell;
}
.table-plan .bg-purple {
	border-top:3px solid #A32362;
}
.table-plan .bg-blue {
	border-top:3px solid #0097CF;
}
.table-plan .sep, .table-plan .bgdifferent {
	background:#F5F5F5;
	font-weight:bold;
}
.table-plan .txt-l { font-size:28px; font-weight:bold; }
.table-plan .txt-top { position:relative; top:-9px; left:-2px; }
.table-plan .tick { font-size:18px; color:#2CA01C; }
.table-plan .untick { font-size:18px; color:#d33d3d; }
.table-plan .hide {
	border:0;
	background:none;
}

@media (min-width: 640px) {
	.table-plan ul {
		display:none;
	}
	.table-plan td,.table-plan th {
		display:table-cell !important;
	}
	.table-plan td,.table-plan th {
		width: 330px;
	}
	.table-plan td+td, .table-plan th+th {
		width: auto;
	}
}



/** BOOTSTRAP TABLE **/
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  text-align: left;
	word-break: break-word;
}
.table.nopadding th,
.table.nopadding td {
  padding: 0px;
  vertical-align: middle;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

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

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

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

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.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 > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.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 > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.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 > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}


.product-list .product-item .text-header.ptitle {
	display: block;
	margin-bottom: 10px;
    height: 59px;
    min-height: 59px;
    max-height: 59px;
    overflow: hidden;
    font-weight: 500;
    line-height: 1.2em;
}
.product-list .product-item.ag .text-header.ptitle {
	height: 20px;
    min-height: 20px;
    max-height: 20px;
	margin-top: 10px;
}
.product-list .product-item.ag p {
    font-weight: 400;
	white-space: nowrap;
}
.product-list .product-item.ag .icolor {
    color: #395375;
}
.product-list.grid .product-item.ag.lcover .product-preview-actions { height: 105px; }
.product-list.grid .product-item.ag.lcover .product-preview-actions .product-preview-image { height: 105px; }
.product-list.grid .product-item.ag.lcover {
    padding: 130px 13px 12px;
}
.slide-control-wrap.underproduct {
	bottom: 16px;
    left: 16px;
    right: 16px;
}
.slide-control-wrap.underproduct .slide-control { width: 50%; background-color: #b9b9b9; padding: 7px; text-align: center; }
.slide-control-wrap.underproduct .slide-control:hover { background-color: #574e92; }
.slide-control-wrap.underproduct .slide-control.left { border-radius: 4px 0px 0px 4px; }
.slide-control-wrap.underproduct .slide-control.right { border-radius: 0px 4px 4px 0px; }


.slide-control-wrap.underproduct .slide-control.left .svg-arrow, .slide-control-wrap.underproduct .slide-control.right .svg-arrow{
	left: inherit;
    right: inherit;
    position: relative;
    top: inherit;
}


.product-info .icons > i {
	padding-right: 10px;
}

.user-rating { position: relative; }
.user-rating .icons {
	position: absolute;
    top: 0px;
    left: 0px;
}
.user-rating .icons > i {
	padding-right: 10px;
}

.product-info .icons > table {
	width: 100%;
	height: 38px;
}

.product-info .icons > table > tbody > tr > td {
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	font-size: 1em;
	border-right: 1px solid #ebebeb;
	font-size: 1em;
    font-weight: 300;
	color: #a9a9a9;
}
.product-info .icons > table:not(.simple) > tbody > tr > td {
	max-width: 0;
	font-size: 0.9em;
}
.product-info .icons > table:not(.simple) > tbody > tr > td > span { font-weight: 300; }

.product-info .icons > table.simple > tbody > tr > td {
	padding: 0px 4px;
}

.product-info .icons > table > tbody > tr > td > p {
    font-weight: 400;
    line-height: 14px;
	color: #4c4c4c;
}
.product-info .icons > table.simple > tbody > tr > td > p > span {
	padding-right: 4px;
	font-weight: 300;
	color: #a9a9a9;
}
.product-info .icons > table > tbody > tr > td:last-child {
	border-right: 0px;
}
.product-info .icons > .icons-2 > tbody > tr > td {
	width: 50%;
	min-width: 50%;
}
.product-info .icons > .icons-3 > tbody > tr > td {
	width: 33.3333%;
	min-width: 33.3333%;
}
.product-info .icons > .icons-4 > tbody > tr > td {
	width: 25%;
	min-width: 25%;
}
.product-info .icons > .icons-5 > tbody > tr > td {
	width: 20%;
	min-width: 20%;
}
.product-info .icons > .icons-6 > tbody > tr > td {
	width: 16.6666%;
	min-width: 16.6666%;
}

.product-list .product-item .user-rating.curved {
	overflow: visible;
	position: absolute;
	bottom: -20px;
    right: 13px;
    width: 87px;
	z-index: 1;
}
.product-list .product-item .user-rating.curved.lsided { right: inherit; }
.user-rating.curved>a { position: relative; display: block; width: 100px; height: 38px; }
.user-rating.curved>a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA3NiAzMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzYgMzE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjx0aXRsZT5iZ19zb3VyY2VfYmFkZ2VfMTwvdGl0bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTcuNywxMS40Yy0xLjQtMS40LTIuNy0yLjktNC4xLTQuNGMtMC4yLTAuMy0wLjUtMC41LTAuOC0wLjhjLTAuMi0wLjItMC4zLTAuMy0wLjUtMC41bDAsMA0KCUM0OC42LDIuMiw0My41LDAsMzgsMFMyNy40LDIuMiwyMy42LDUuN2wwLDBjLTAuMiwwLjItMC4zLDAuMy0wLjUsMC41Yy0wLjMsMC4zLTAuNSwwLjUtMC44LDAuOGMtMS40LDEuNS0yLjcsMy00LjEsNC40DQoJYy01LDUuMS0xMS43LDYuMS0xOC4zLDYuM1YzMWg5LjRoOC45aDM5LjRoNC45SDc2VjE3LjZDNjkuNCwxNy40LDYyLjcsMTYuNSw1Ny43LDExLjR6Ii8+DQo8L3N2Zz4NCg==);
    top: -2px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: -1;
	
	background-size: 100px 38px;
    top: -3px;
}
.user-rating.curved>a>.image {
	position: absolute;
    margin: auto;
	top: 0px;
    right: 34px;
    border-radius: 50%;
    z-index: 9;
    width: 32px;
    height: 32px;
}

.product-list.grid .product-item .pin {
	top: 5px;
    left: 5px;
}

.product-list.grid .product-item:not(.example):hover { border-bottom: 1px solid #39536c; }

.product-list .from-price {
	color: #444444;
    font-weight: 300;
    font-size: .6em;
    padding-right: 9px;
}

.product-list.grid .product-item .product-preview-actions:hover .preview-actions { z-index: 1; }

.product-list .product-item .product-preview-actions > .bar {
	position: absolute;
    bottom: -20px;
    left: 0px;
    right: 0px;
    height: 20px;
    background: #f2c13e;
    color: #fff;
    line-height: 20px;
    padding: 0px 10px;
    font-size: 13px;
    font-weight: 500;
}
.product-list .product-item .product-info {
    margin-top: -3px;
}

/** PANEL HEADINGS FROM 66 to 45 **/
.headline {
    height: 45px;
}
.headline:before {
    height: 46px;
}
.headline.hidebefore:before {
    display: none;
}
.headline h4 {
    line-height: 48px;
}
.headline .slide-control-wrap {
	top: 11px;
	right: 25px;
}
@media screen and (max-width: 460px) {
	.product-sideshow .slide-control-wrap {
		right: 20px;
		bottom: -50px;
		left: inherit;
		margin-left: -33px;
	}
	.product-sideshow .headline {
	    /*margin-bottom: 65px;*/
	}
	.headline:before {
		height: 111px;
	}
	.product-showcase {
	    background: #fff;
	}
}
.dropdown {
    z-index: 100;
}
.clists .product-list {
	background: #fff;
}


.f-group [class^="icon-"]{
	line-height: 2.2;
}
.form-popup .f-group input {
    margin-bottom: 5px;
}

.category-list > div > ul {
    list-style: none;
    padding: 0px;
    max-height: 500px;
    min-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
	border: 1px solid #e3e3e3;
}
.category-list > div > ul > li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e3e3e3;
    padding: 0px 15px;
    position: relative;
    cursor: pointer;
	white-space: nowrap;
    overflow: hidden;
}
.category-list > div > ul > li.selected, .category-list > div > ul > li:hover {
	background: #574e92;
    color: #fff;
}
.subcategory.hasmore:after {
	font-family: 'simple-line-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.subcategory.hasmore:after {
	content: "\e606";
	display: inline-block;
    position: absolute;
    top: 15px;
    right: 9px;
    font-size: 10px;
}


.icon-choser .dropdown, .icon-choser .product-settings+.dropdown {
	top: 68px;
    right: 14px;
    width: 322px;
    height: 281px;
    max-height: 281px;
    overflow: hidden auto;
	padding: 0px;
}

.icon-choser .dropdown > li.dropdown-item {
	display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    padding: 10px 0px;
	border: 1px solid #ebebeb;
	cursor: pointer;
	float: left;
}

.icon-choser .dropdown > li.dropdown-item:hover, .icon-choser .dropdown > li.dropdown-item.selected {
	background: #574e91;
    color: #fff;
}

.icon-choser .dropdown > li.dropdown-item > span {
	font-size: 20px;
}

label>.checkbox.likeradio {
    border-radius: 50%;
}

.accordion.accordion-custom {
    margin-top: 40px;
}
.accordion.accordion-custom:first-child {
	margin-top: 0px;
}
.accordion.opened .accordion-item .accordion-item-content { display: block; }

.accordion .accordion-item .accordion-item-content .with-img img {
	position: absolute;
	top: 15px;
	left: 35px;
	width: auto;
    max-height: 85px;
}

.accordion .accordion-item .accordion-item-content .with-img label>.checkbox {
	position: absolute;
    left: 8px;
    z-index: 1;
    top: 50px;
}
.accordion .accordion-item .accordion-item-content .with-img {
	position: relative;
	padding-left: 145px;
	padding-top: 15px;
    min-height: 115px;
}
.accordion .accordion-item .accordion-item-content .with-img.smaller {
	padding-left: 40px;
}
.form-box-item .accordion-item-content .line-separator {
	margin: 0px 0px;
}
.accordion .accordion-item .accordion-item-content .with-img h4 { margin-bottom: 0px; color: #574e92; }
.accordion .accordion-item .accordion-item-content .with-img p { margin-bottom: 0px; }


.accordion.accordion-custom .accordion-item .accordion-item-content {
	padding: 15px 0px 15px 0px;
}
.accordion.accordion-custom input[type="radio"]:checked+label>span {
	border: 1px solid #574e92;
}
.accordion.accordion-custom input[type="checkbox"]:checked+label>span>span {
	background-color: #574e92;
}

.accordion.accordion-custom.accordion-smaller .accordion-item .accordion-item-content .with-img {
	padding-top: 17px;
}
/*.accordion.accordion-custom.accordion-smaller .accordion-item .accordion-item-content .with-img.anddays {
	padding-top: 10px;
    padding-bottom: 10px;
}*/

.accordion.accordion-custom.accordion-smaller .accordion-item .accordion-item-content .with-img {
	min-height: 60px;
}

/*.accordion.accordion-custom.accordion-smaller .accordion-item .accordion-item-content .with-img.anddays label>.checkbox {
	top: 35px;
}*/

.accordion.accordion-custom.accordion-smaller .accordion-item .accordion-item-content .with-img label>.checkbox {
	top: 21px;
}
.accordion.accordion-custom.accordion-smaller .accordion-item .accordion-item-content .with-img img {
	top: 0px;
	max-height: 60px;
}
/*.accordion.accordion-custom.accordion-smaller .accordion-item .accordion-item-content .with-img.anddays img {
	top: 14px;
	max-height: 60px;
}*/

.accordion.accordion-custom.accordion-smaller .accordion-item .accordion-item-content .with-img {
	padding-left: 100px;
}
.accordion.accordion-custom.accordion-smaller .accordion-item .accordion-item-content .with-img.smaller {
	padding-left: 40px;
	padding-right: 195px;
}
.with-img .label-check {
	margin: 0px;
}
.accordion-custom-item.onclickSelect { cursor: pointer; }
.accordion-custom-item.onclickSelectCheck { cursor: pointer; }

.with-img.smaller .price.large {
	font-family: "Barlow",sans-serif;
	font-size: 2em;
    position: absolute;
    top: 15px;
    right: 10px;
	z-index: 0;
}


figure.product-preview-image {
	text-align: center;
}
figure.product-preview-image>img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.button.xsmall {
	height: 24px;
	line-height: 24px;
}
.button.light {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    color: #777777;
}
.button.light:hover {
	border: 1px solid #777777;
	color: #616161;
}


.product-info .button.xsmall {
	float: left;
    margin-right: 15px;
}
.product-item. .product-preview-image {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	/*min-height: 170px;
	max-height: 170px;*/
}

.product-list.grid .product-item.ledit {
	width: 100%;
    display: block;
}

.product-list.grid .product-item.ledit .product-preview-actions, .product-item.ledit .product-preview-image {
	width: 110px;
    height: 80px;
}

.product-list.grid .product-item.ledit {
	padding: 0px;
}
.product-list .product-item.ledit .product-info {
	float: left;
	display: inline-block;
	padding-left: 130px;
	height: 87px;
	max-width: 79%;
	margin-bottom: 2px;
}
/*.product-list .product-item.ledit .user-rating {
	float: right;
	display: inline-block;
	width: 20%;
	height: 89px;
	background-color: #f5f5f5;
	padding: 0px 5px;
	position: relative;
}*/
.product-list .product-item.ledit .user-rating {
    position: absolute;
    top: 0px;
    right: 0px;
	display: inline-block;
	width: 20%;
	height: 89px;
	background-color: #f5f5f5;
	padding: 0px 5px;
}

.product-list .product-item.ledit .user-rating .box-white {
	background: #fff;
	border-top: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
    position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 24px;
}

.product-list .product-item.ledit .text-header.ptitle {
	height: 43px;
    min-height: 43px;
    max-height: 43px;
	margin-top: 2px;
}

.product-list .product-item.ledit .line-separator {
	display: none;
}
.product-list.grid .product-item.ledit .price {
	float: none;
	position: absolute;
    bottom: 26px;
    left: 5px;
    right: 5px;
    text-align: right;
}

.product-list.grid .product-item {
	margin-bottom: 15px;
}


/** TESTING **/
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .button,
.btn-group-vertical > .button {
  position: relative;
  float: left;
  
    width: auto;
    padding: 0px 12px;
}
.btn-group > .button:hover,
.btn-group-vertical > .button:hover,
.btn-group > .button:focus,
.btn-group-vertical > .button:focus,
.btn-group > .button:active,
.btn-group-vertical > .button:active,
.btn-group > .button.active,
.btn-group-vertical > .button.active {
  z-index: 2;
}
.btn-group .button + .button,
.btn-group .button + .btn-group,
.btn-group .btn-group + .button,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}


.btn-group:not(.radius-use) > .button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .button:first-child {
  margin-left: 0;
}
.btn-group:not(.radius-use) > .button:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group:not(.radius-use) > .button:last-child:not(:first-child),
.btn-group:not(.radius-use) > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group:not(.radius-use) > .btn-group:not(.radius-use):not(:first-child):not(:last-child) > .button {
  border-radius: 0;
}
.btn-group:not(.radius-use) > .btn-group:not(.radius-use):first-child:not(:last-child) > .button:last-child,
.btn-group:not(.radius-use) > .btn-group:not(.radius-use):last-child:not(:first-child) > .button:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}




.form-box-item li .controls {
  display: none;
  position: absolute;
  top: 0px;
  right: 15px;
  line-height: 38px;
}
.form-box-item li .controls i {
  cursor: pointer;
}
.form-box-item li .controls i:hover {
  color: #008bcf;
}
.form-box-item li.hovered .controls {
  display: block;
}
.form-box-item li.active .controls i:hover {
  color: #fff;
}
.cp {
  cursor: pointer;
}

.mailbox-controls {
	height: 65px;
    line-height: 65px;
}
.inbox-messages-preview {
	border: 0px;
}
.ultrazz .ultrazz-body.no-padding-top {
	padding-top: 0px;
}
tr.parent_tr.no-data {
	background-color: rgba(0, 0, 0, 0.075);
}
tr.parent_tr.no-data>td {
	height: 100px;
    line-height: 100px;
    text-align: center;
    color: #828282;
	border-bottom: 1px solid #ccc;
}
label.check-all {
	display: inline-block;
	margin: 0px;
	position: relative;
	float: left;
	width: auto;
	padding: 0px 12px;
	line-height: 1;
}
/*.check-all>.checkbox.primary {
	border-color: #4d4298;
    background-color: #574e92;
}*/
.mailbox-delete { font-weight: 500; }
.mailbox-controls .button, .mailbox-controls select { font-weight: 500; }

.mailbox-controls select option {
    font-size: 1.175em;
}

.mailbox-controls label.select-block {
	font-size: 1em;
}
.mailbox-controls label.select-block select {
	height: 30px;
    line-height: 30px;
    font-size: 0.75em;
    background: #574e92;
    color: #fff;
    border-radius: 4px;
	padding-left: 30px;
}
.mailbox-controls label.select-block .svg-arrow {
    width: 5px;
    height: 8px;
    top: 12px;
    right: 10px;
    fill: #fff;
}

.not-readed {
	color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
	font-weight: 600;
}
.mailbox-name>.label-check {
	display: inline-block;
	margin-left: 5px;
}
.mailbox-name>.label-check>span {
	width: 14px;
    height: 14px;
    margin-right: 0px;
    top: 2px;
}

.modal-question .popup-title {
	font-weight: 400;
}
.modal-question label { font-weight: 400; }
.modal-question .popup-title > strong { font-weight: 600; }
.ucase {
    text-transform: uppercase;
}

.pin.secondary {
	background: #db2e39;
}


.dropdown.w600 .dropdown-item>a { font-weight: 600; }


.favorite>a>.circle { background-color: #f2c13e; }
.favorite>a:hover>.circle { background-color: #D9AD37; }
.favorite .favorite-show { display: block; }
.favorite .unfavorite-show { display: none; }

.unfavorite>a>.circle { background-color: #ff5151; }
.unfavorite>a:hover>.circle { background-color: #f54040; }
.unfavorite .favorite-show { display: none; }
.unfavorite .unfavorite-show { display: block; }


.comment-list .comment-wrap .comment .text-header { line-height: 24px; }
.comment-list .comment-wrap .comment .timestamp { float: right; line-height: 40px; }

.comment > p:nth-child(3) {
	border-radius: 5px;
    position: relative;
    padding: 15px 15px;
    background: #f5f5f5;
    border: 1px solid #ebebeb;
    margin: 0px;
    color: #000;
	font-weight: 400;
    font-size: 1em;
	line-height: 1.4em;
}
.comment > p:nth-child(3):after, .comment > p:nth-child(3):before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #ebebeb;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}
.comment > p:nth-child(3):before {
    border-width: 6px !important;
    margin-top: -6px;
}
.comment-reply-form > .form-control {
	color: #000;
    font-size: 1em;
    font-weight: 400;
}
.comment-reply-form > textarea.form-control:focus {
    border: 1px solid #574e92 !important;
}
.inbox-messages-preview.full .comment-list .comment-wrap {
    padding: 0px 30px 0 116px;
}
.comment-list .comment-wrap .user-avatar { top: 6px; }

.comment-list .m-body {
	padding-top: 20px;
}

.comment p a, .comment-discussion p a {
	font-weight: 500;
    color: #000000;
}
.comment p a:hover, .comment-discussion p a:hover {
	text-decoration: underline;
}

.comment-wrap .user-avatar>img {
	border: 1px solid #ebebeb;
}
.inbox-messages-preview.full .comment-list .comment-wrap.comment-reply {
	padding-top: 15px;
}
.inbox-messages-preview.full .comment-list .comment-wrap.comment-reply .user-avatar {
	top: 15px;
}


.comment-list .comment-wrap .comment .text-header-parent { height: 24px; }
.inbox-messages-preview.full .comment-list .comment-wrap.sent {
	padding: 0px 116px 0 30px;
}
.inbox-messages-preview.full .comment-list .comment-wrap.sent .user-avatar {
	right: 28px;
    left: inherit;
}
.comment-wrap.sent .comment > p:nth-child(3):after, .comment-wrap.sent .comment > p:nth-child(3):before {
	left: 100%;
	right: inherit;
    border-left-color: #ebebeb;
	border-right-color: transparent;
}
.comment-list .comment-wrap.sent .comment .timestamp {
	float: inherit;
    display: inline-block;
    margin: 6px 4px 4px 0;
    line-height: 24px;
}
.comment-list .comment-wrap.sent .comment .text-header { float: right; }
.comment-wrap.sent .comment > p:nth-child(3) {
	color: #39536c;
	font-weight: 500;
}
.comment-wrap.sent .comment > p:nth-child(3):after, .comment-wrap.sent .comment > p:nth-child(3):before {
    /*border-left-color: #39536c;*/
}

.inbox-message-preview .inbox-message-preview-header .text-header > a {
    font-weight: 600;
}
.inbox-message-preview .inbox-message-preview-header .text-header {
    font-weight: 400;
}


/** MENU DROPDOWN **/
.main-menu .menu-item:hover>.content-dropdown, .main-menu .menu-item:hover>.dropdown {
    top: 45px;
	z-index: 99999;
}

.content-dropdown.w100.custom-dropdown {
	width: 100%;
	border-bottom: 1px solid #ccc;
	
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.08);
}


.custom-dropdown .feature-list-title>a {
	color: #2b373a;
    font-size: 1em;
    font-weight: 600;
    margin: 0px;
	text-transform: none;
}
.custom-dropdown .feature-list-title>a:hover {
	color: #000;
}

.custom-dropdown span.iconlength, .iconlength {
	width: 24px;
    display: inline-block;
    text-align: center;
}
.custom-dropdown .feature-list-item>a {
	font-weight: 500;
}


/*
.feature-list.custom-list {
    width: 155px;
    margin-right: 0px;
}

.feature-list.custom-list .feature-list-item>a {
	color: #2b373a;
    font-size: 0.85em;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 10px 0px;
    margin: 0px;
}
.feature-list.custom-list .feature-list-item:last-child > a { border-bottom: 0px; }
.feature-list.custom-list .feature-list-item>a:hover {
	color: #000;
}
.feature-list.custom-list .feature-list-item { margin: 0px; }
.feature-list.custom-list .feature-list-item > a > span {
	width: 24px;
    display: inline-block;
    text-align: center;
}*/

/** SPECS **/
.specFilters {
	padding: 0px 25px;
    float: left;
    display: block;
    width: 100%;
	font-size: 14px;
}
.specOn {
	width: auto;
    background: #ebebeb;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 34px 5px 10px;
    float: left;
    margin: 0px 10px 10px 0px;
    cursor: pointer;
    position: relative;
	overflow: hidden;
}
.specOn .closespec {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 15px;
    background: #d9d9d9;
    color: #757575;
    transition: color 0.3s ease;
    padding: 6px;
}

.specOn .closespec:hover {
    color: #ff2c2c;
}


/** ALFABET **/
.bg-white { background: #fff; }
.bg-padding { padding: 15px; }

.box-widget {
    border: none;
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #ccc;
}
.box-widget .widget-user-header {
    padding: 20px;
    height: 120px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
	position: relative;
	overflow: hidden;
}
.box-widget .widget-user-username {
	margin-top: 0;
    margin-bottom: 5px;
    font-size: 19px;
    font-weight: 500;
    text-shadow: 2px 2px rgba(24, 32, 44, 0.54);
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 103px;
    right: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: left;
}
.box-widget .widget-user-desc {
    margin-top: 0;
}
.box-widget .widget-user-image {
    position: absolute;
    top: 65px;
    left: 6px;
}
.box-widget .widget-user-image>img {
    width: 90px;
    height: auto;
    border: 1px solid #fff;
	border-radius: 50%;
    vertical-align: middle;
}
.box-widget .box-footer {
	border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #cccccc;
    padding: 10px;
    background-color: #fff;
	font-size: 0.85em;
}
.box-widget .border-right {
    border-right: 1px solid #cccccc;
}
.box-widget .description-block {
    display: block;
    margin: 0px 0;
    text-align: center;
	color: #000;
}
.box-widget .description-block>.description-header {
	color: #000;
}
.box-widget .description-block>.description-text {
    text-transform: uppercase;
}
.box-widget .agencija-ime .description-block>.description-header {
	padding: 10px 0px 0px 0px;
    border-top: 1px solid #cccccc;
    margin-top: 10px;
	text-transform: unset;
    font-weight: 600;
}

.alfabet {
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	float: left;
    display: block;
    width: 100%;
	margin-bottom: 15px;
}

.alfabet > li {
	border-right: 1px solid #cccccc;
    display: block;
    float: left;
    text-align: center;
    width: 3.125rem;
}
.alfabet > li:last-child { border-right: 0px; }
.alfabet > li > a {
    display: block;
    padding: .625rem 0;
	background: #fff;
    color: #000;
	transition: all .3s ease;
}
.alfabet > li > a:hover, .alfabet > li > a.selected {
	color: #fff;
	background: #574e92;
}
@media print, screen and (min-width: 64em) {
	.alfabet li {
		width: 3.2%;
	}
}


/** PROIZVODI **/
.headline select, .headline select option {
	color: #000;
    font-size: 13px;
    font-weight: 500;
	line-height: 30px;
}
.section.withheadings > h4.namesmall {
	text-transform: none;
    font-weight: 300;
}


/** Profile image change **/
.profile-section .section .sidebar .author-bio .user-avatar.medium {
    position: relative;
    overflow: hidden;
}
.profile-flying-change {
	display: none;
	position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    height: 50%;
    background: rgba(0, 0, 0, 0.38);
    color: #fff;
    text-align: center;
    line-height: 1em;
    font-size: 13px;
	cursor: pointer;
	padding: 15px 0px 0px 0px;
}
.profile-flying-change > span {
    font-size: 1.3em;
}
.cover-flying-change {
	position: absolute;
    bottom: 15px;
    right: 30px;
    background: rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 0.61);
    text-align: center;
    line-height: 1em;
    font-size: 13px;
    cursor: pointer;
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, 0.61);
    border-radius: 4px;
}
.cover-flying-change:hover {
	color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(255, 255, 255, 1);
}

.author-bio .user-profileimage-url:hover .profile-flying-change, .profile-flying-change:hover { display: block; }


/** BOX-BODY SEARCH **/
.box-body.box-body-search {
	background: transparent;
}

.box-body-search .specinput, .largeinputs:not(.noshadowinputs) .large-input {
	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,.1);
    box-shadow: inset 2px 2px 2px rgba(0,0,0,.1);
}

.box-body-search .specinput, .largeinputs .large-input {
    padding: 15px 40px 0 14px;
    width: 100%;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #fff;
    color: #424242;
    font-size: 14px;
	margin-bottom: 10px;
	line-height: 35px;
    font-weight: 500;
}
.box-body-search .specinput > .ms-choice, .largeinputs .large-input > .ms-choice {
	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,.1);
    box-shadow: inset 2px 2px 2px rgba(0,0,0,.1);
}
.box-body-search .specinput::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #424242;
}
.box-body-search .specinput:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #424242;
}
.box-body-search .specinput::-ms-input-placeholder { /* Microsoft Edge */
	color: #424242;
}
.box-body-search .specinput:focus {
    z-index: 1;
    outline: 2px solid transparent;
    border-width: 2px;
    padding: 15px 13px 0;
    outline-offset: -1px;
}

.o-visible, .post-tab .tab-content.o-visible {
	overflow: visible;
}

.box-body-search .specinput[readonly], .box-body-search .specinput[readonly] {
    background: #ffffff !important;
	cursor: pointer !important;
}
.box-body-search .specinput[readonly], .box-body-search .label-icon {
	cursor: pointer;
}


.box-body-search .input-container.label-fly .svg-arrow, .largeinputs .input-container.label-fly .svg-arrow {
	position: absolute;
    top: 20px;
    right: 15px;
    width: 8px;
    height: 13px;
    fill: #ababab;
    transform: rotateZ(90deg);
	/*transition: all 0.5s ease;*/
}

.box-body-search .input-container.label-fly .specinput.active + .svg-arrow, .largeinputs .input-container.label-fly .specinput.active + .svg-arrow {
	transform: rotateZ(270deg);
}

.box-body-search .input-container.label-fly .label-icon, .largeinputs .input-container.label-fly .label-icon {
	position: absolute;
    top: 16px;
    right: 15px;
    font-size: 18px;
    color: #574e92;
}

.box-body-search .input-container.label-fly, .largeinputs .input-container.label-fly { position: relative; }
.box-body-search .input-container.label-fly > label:not(.select-block), .largeinputs .input-container.label-fly > label:not(.select-block) {
	display: inline-block;
	
	position: absolute;
    top: 14px;
    left: 14px;
    color: #999;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.4;
    cursor: text;
    -webkit-transition: -webkit-transform .2s ease;
    -o-transition: -o-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease,-o-transform .2s ease;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
	
	
	z-index: 2;
    color: #777;
    -webkit-transform: scale(.71428571,.71428571) translateX(0) translateY(-.8em);
    -ms-transform: scale(.71428571,.71428571) translateX(0) translateY(-.8em);
    -o-transform: scale(.71428571,.71428571) translateX(0) translateY(-.8em);
    transform: scale(.71428571,.71428571) translateX(0) translateY(-.8em);
}


.row.cpadd {
	margin-right: -5px;
    margin-left: -5px;
}
.row.cpadd > div {
	padding-left: 5px;
	padding-right: 5px;
}

.row.no-padbetween >div:first-child {
	padding-right: 0px;
}
.row.no-padbetween >div:last-child {
	padding-left: 0px;
}
.row.no-padbetween >div:first-child .specinput {
    /*border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right: 0px !important;*/
	border-radius: 4px 0px 0px 4px!important;
	border-right-color: transparent!important;
}
.row.no-padbetween >div:last-child .specinput {
    /*border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-left: 0px !important;*/
	border-radius: 0 4px 4px 0!important;
}


.input-container.label-fly .dropdown.small {
	top: 50px;
    min-width: 200px;
    padding: 15px;
    border: 1px solid rgba(0,0,0,.31);
    width: 100%;
}
.input-container.label-fly .dropdown.small .specification {
	border-bottom: 0px;
}

.input-container.label-fly .dropdown.small .specification .input-container:not(:last-child) { margin-bottom: 15px; }
.input-container.label-fly .dropdown.small {
    transition: none;
}


.menutop-slider { position: relative; min-height: 380px; }
.theme-img-wrapper {
	min-height: 100%;
    background-position: 50% 50%;
    background-size: 1920px auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.theme-img-wrapper > .blured-bottom {
	position: absolute !important;
    bottom: 0;
    left: 0;
	right: 0;
    width: 100%;
    text-align: center;
    margin: 0px !important;
	height: 90px;
    background-image: -webkit-linear-gradient(top, transparent, #ebebeb);
    background-image: linear-gradient(to bottom, transparent, #ebebeb);
}

.product-list.grid .product-item .product-preview-actions.always-hovered .preview-actions {
    opacity: 1;
    visibility: visible;
}
.product-list.grid .product-item .product-preview-actions.always-hovered .preview-action .circle {
	-webkit-transform: scale(1);
    transform: scale(1);
}
.product-list.grid .product-item .product-preview-actions.always-hovered .preview-action p {
    opacity: 1;
}

.comment-list .product-list.preview  {
	display: block;
    width: auto;
    margin: 0 auto;
	max-width: 285px;
}
.comment-list .product-list.preview .line-separator {
    margin-top: 0px;
}

/** banners **/
.above_view_products {
	text-align: center;
	margin-top: 40px;
}
.above_view_products > img {
	max-width: 100%;
}

.bellow_product_image {
	text-align: center;
	margin-top: 15px;
}
.bellow_product_image > img {
	max-width: 100%;
}



/** SUCCESS **/
.hiddenbtn { display: none !important; visibility: hidden; opacity: 0; }
.success-circle { text-align: center; }
.success-circle>i.icon {
	font-size: 6em;
	color: #67b660;
}
.success-msg, .success-msg p, .success-msg h5, .success-msg h3, .success-msg strong {
	color: #000;
}
.success-msg h3 {
	font-size: 24px;
	margin-top: 20px;
    margin-bottom: 10px;
	margin-left: 0px;
	font-weight: 500;
    line-height: 1.1;
	text-align: center;
}
.success-msg .t-strong { font-weight: 600; }
.success-msg p { margin: 0 0 10px; }
.success-msg .small {
    font-size: 85%;
}
.success-msg h5 {
	font-size: 14px;
	margin-top: 10px;
    margin-bottom: 10px;
	font-weight: 500;
    line-height: 1.1;
}
.success-msg .t-center {
    text-align: center;
}
.success-msg .small h5 {
	color: #353535;
    text-align: left;
    padding: 25px 0px 0px 0px;
    font-weight: 500;
}
.success-msg .small ul {
	list-style: circle;
    padding-left: 30px;
    margin-top: 5px;
	color: #353535;
}
.success-circle>p {
	font-weight: 400;
	color: #353535;
}

.margincenter { margin: 0 auto; }


.input-container.iconinside input, .input-container.iconinside select {
	padding-left: 42px;
}
.iconin {
	position: absolute;
    top: 40px;
    left: 25px;
}
.input-container.iconinside .iconin {
	opacity: 0.5;
}

.largeinputs .iconin {
    top: 24px;
    left: 15px;
}

/** Product view **/
h3.post-title.large{
    /*font-size: 30px;
    line-height: 1em;
    font-weight: 600;*/
	font-size: 30px;
	line-height: 1.1em;
	font-weight: 500;
	letter-spacing: -0.018em;
}

.post-category {
	background: #fff;
    padding-top: 10px;
}
.post-category > h5 {
	font-size: 14px;
    font-weight: 700;
    padding: 6px 9px;
    color: #574e92;
    text-align: left;
    border-left: 6px solid #574e92;
    margin-left: 15px;
}


.top-search-form .search-widget-form .button {
    width: auto;
    padding: 0px 22px;
}
.top-search-form .search-widget-form .button > span {
    font-weight: 900;
    font-size: 1em;
}

.user-loginbuttons {
	padding: 12px 0px;
}
.user-loginbuttons > .btn-group > .button:last-child {
	margin-left: 6px;
}
.user-loginbuttons > .btn-group > .button {
	height: 40px;
    line-height: 36px;
    font-size: 1em;
    background: transparent;
    font-weight: 600;
    color: #fff;
    transition: all 0.2s ease;
	z-index: 99999;
	cursor: pointer;
}

.user-loginbuttons > .btn-group > .button:hover {
    background-color: #D9AD37;
	color: #fff;
}

.user-loginbuttons > .btn-group > .button > span {
	padding-right: 7px;
	font-size: 0.8em;
}

.dropdown-shadow {
	display: none;
	position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 99;
    background: rgba(0, 0, 0, 0.3803921568627451);
}
.active>.dropdown-shadow { display: block; }

.dropdown.cart.login-cart {
	top: 53px;
    right: 0px;
	width: 345px;
}
.form-popup.form-popup-imitate {
    margin: 0px;
    width: 100%;
    border: none;
    max-width: 100%;
	text-align: left;
}

.top-right {
	position: absolute;
    top: 0px;
    right: 0px;
}

.mb10 {
	margin-bottom: 10px !important;
}

.form-popup.form-popup-imitate button {
	margin-top: 0px;
}
.form-popup.form-popup-imitate .label-check {
    margin-bottom: 10px;
}

.form-popup.form-popup-imitate label.rl-label {
	margin-bottom: 8px;
}

.product-list.grid .product-item { overflow: hidden; }
.product-list .product-item .user-rating, .product-list .product-item .product-info { overflow: visible; }
.pin-flying {
	position: absolute;
	bottom: -10px;
	left: 0px;
	
	line-height: 20px;
    font-size: 0.7em;
	color: #fff;
	
	z-index: 22;
}
.user-rating>.pin-flying { bottom: 3px; left: -8px; transform: translateX(-58px); transition: all 0.2s ease; }
.product-item:hover .user-rating>.pin-flying { transform: translateX(0px); }

.pin-flying>span {
	padding: 4px 5px;
}
.pin-flying>div {
	padding: 0px 5px;
}

.user-rating>.pin-flying>div>span {
	max-width: 47px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    float: left;
}
.user-rating>.pin-flying>div>i {
	padding-left: 6px;
}
.product-item:hover .user-rating>.pin-flying>div>span {
	max-width: inherit;
}


.pin-flying .primary { background-color: #6b519d; }
.pin-flying .secondary { background-color: #f2c13e; }
.pin-flying .red { background-color: #ed2e40; }
.pin-flying .orange { background-color: #ee6f3f; }
.pin-flying .blue { background-color: #477baf; }
.pin-flying .green { background-color: #67b660; }

label.select-block select + .svg-arrow {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

label.select-block select:focus-within + .svg-arrow {
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


.sidebar-changes.view-product:not(.viewproducts) .sidebar {
	width: 204px;
}
.sidebar-changes.view-product:not(.viewproducts) .content {
	width: 966px;
	max-width: 100%;
}
.view-product .sidebar-item.banner-sidebar {
	background: transparent;
    padding: 0px;
}


.example_columns>div>div {
    border: 1px solid #b0b0b0;
    padding: 0;
    text-align: center;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
}

.example_columns div.active {
	background: #d3ffbd;
}

.example_columns div.hovered, .example_columns div.hovered.active {
	background: #e2e2e2;
}


.box_this {
	position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #574e92;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.box-header>.box-title {
	font-size: 18px;
    text-align: left;
}
.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.box-header>.box-tools {
    position: absolute;
    right: 5px;
    top: 0px;
}
.btn-box-tool, .form-box-item .button.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
  display: inline-block;
  width: auto;
}
.box_this.nopadd .box-body {
	padding: 0px;
}
.box_this.nopadd .box-header {
	padding: 10px 0px;
}

.table-lowpadd.table td{
	padding: 5px;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.label-gray {
    background-color: #9a9a9a;
}
.label-purple {
    background-color: #574e92;
}

.oh { color: #333; }
.oh:hover { color: #3c8dbc; }
.cp, .ct-sort { cursor: pointer; }



/** Footer **/
#footer-top .link-textVisible, #footer-top .link-textVisible p {
    color: #c4b9d9;
}
#footer-top .title-footer {
    margin-bottom: 0;
    color: #fff;
    font-size: .875em;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    border-bottom: .1875rem solid #413879;
    margin: .8125rem 0 1.25rem;
    padding-bottom: 10px;
}

#footer-top .link-footer, #footer-top .link-text {
    position: relative;
    margin-bottom: 12px;
}
#footer-top .link-footer > a, #footer-top .link-text > a {
    font-size: .8125em;
    font-weight: 500;
    line-height: 1em;
    transition: all .15s ease-in;
	color: #c4b9d9;
    padding-left: 0px;
}
#footer-top {
    min-height: auto;
    padding-bottom: 30px;
    overflow: hidden;
}

.dropdown .dropdown-item.header-item {
    display: block;
    padding-left: 15px;
    line-height: 50px;
    color: #39536c;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
}

.inbox-message-preview .inbox-message-preview-header {
	overflow: hidden;
}


.noselect, .input-group.counter > .minus_input, .input-group.counter > .plus_input {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.input-group.counter > .minus_input, .input-group.counter > .plus_input  {
	background-color: #67b660;
    color: #fff;
	cursor: pointer;
	min-width: 45px;
}
.input-group.counter.smaller > .minus_input, .input-group.counter.smaller > .plus_input  {
	min-width: 30px;
}
.input-group.counter > .minus_input:hover, .input-group.counter > .plus_input:hover {
	background-color: #40843a;
}

/** primary **/
.input-group.counter > .minus_input.primary, .input-group.counter > .plus_input.primary  {
	background-color: #574e92;
    color: #fff;
}
.input-group.counter > .minus_input.primary:hover, .input-group.counter > .plus_input.primary:hover {
	background-color: #413879
}
/** dark **/
.input-group.counter > .minus_input.dark, .input-group.counter > .plus_input.dark  {
	background-color: #39536c;
    color: #fff;
}
.input-group.counter > .minus_input.dark:hover, .input-group.counter > .plus_input.dark:hover {
	background-color: #3b4a4e
}

.input-group.counter > .minus_input {
	border-radius: 4px 0px 0px 4px;
}
.input-group.counter > .plus_input {
	border-radius: 0px 4px 4px 0px;
}

.input-group.counter > input {
	border-radius: 0px;
	text-align: center;
}
.input-group.counter.smaller > input {
    height: 30px;
    line-height: 30px;
}

/** Rezervacija steps **/
.steps {
    text-align: center;
    font-size: 13px;
    color: #999;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #EEE;
}
.steps p {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    display: inline;
    font-weight: bold;
}
.steps .step {
    padding-right: 20px;
    padding-left: 10px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAKCAYAAAB8OZQwAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNC8yNy8xM42XyFEAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAARklEQVQImW2OQQrAMAgEB+kXPadPS67uI+2lDdp2QITdQSQiZmZSx4AhaVKwe7fCirCLg86Q1MzPzYfl7qe9g2ruAIC/5y+5Ry6XG1WitQAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: right 4px;
    color: #574e92;
	font-weight: 500;
	display: inline-block
}
.steps .active, .steps .wasactive {
    color: #574e92;
    position: relative;
    padding-bottom: 23px;
	font-weight: 700;
	cursor: pointer;
}
.steps .active > .stepno {
	background: #574e92;
    color: #fff;
}
.steps .active:after, .steps .active:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.steps .active:before {
    border-color: rgba(238, 238, 238, 0);
    border-top-color: #EEE;
    border-width: 11px;
    left: 50%;
    margin-left: -11px;
}
.steps .active:after {
    border-color: rgba(213, 213, 213, 0);
    border-top-color: #FFF;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
}

.steps .stepno {
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 28px;
    background-color: #F8F8F8;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -2px;
    margin-bottom: 2px;
}
.steps .step.laststep {
    background-image: none;
    padding-right: 8px;
}

.mytable {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
	text-align: left;
}
.mytable th {
    text-align: left;
	font-size: 12px;
    color: #ffffff;
    padding-top: 3px;
    background: #574e92;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
}
.mytable td {
    background-color: #F5F5F5;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    vertical-align: top;
}
.mytable .imgbox {
	display: block;
    height: 80px;
	max-width: 130px;
    margin-bottom: 0px;
	overflow: hidden;
}
.mytable .imgbox img {
	width: 100%;
    height: auto;
}
.mytable h1 {
    font-size: 16px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    width: auto;
    color: #333;
    text-align: left;
    font-weight: 600;
}
.mytable p { font-weight: 400; }
.mytable .price-col {
	font-size: 22px;
    color: #333;
	text-align: right;
	font-weight: 600;
}
.mytable .stock-col input {
	font-size: 16px;
    font-weight: 600;
    color: #333;
	text-align: center;
}

.input-user {
    margin-bottom: 10px;
}

.input-group.input-user > .input-group-addon {
	border-radius: 4px 0px 0px 4px;
	min-width: 45px;
	font-size: 0.95em;
}
.input-group.input-user > input {
	border-radius: 0px 4px 4px 0px;
	color: #000;
    font-weight: 600;
    font-size: 0.95em;
}

p.small {
	font-size: 0.85em;
    font-weight: 500;
    line-height: 1.2em;
}


.stepnumber {
	display: none;
}

.stepnumber.open {
	display: block;
}


.poklon .poklon-hide {
	display: none;
}
.nije-poklon .poklon-show {
	display: none;
}


/** POKLON DEFINICIJA **/
.poklon-zaglavlje {
    background-color: #f5f5f5;
    min-height: 80px;
    /*box-shadow: inset 0px 1px 5px 0px rgba(0,0,0,0.29);*/
	text-align: center;
    padding: 10px;
    height: auto;
}
.poklon-zaglavlje > h2 {
	text-align: center;
    color: #000;
    font-size: 1.5em;
    margin: 10px 0px 20px 0px;
}
.poklon-zaglavlje > ul {
	list-style: none;
	margin: 0 auto;
	max-width: 900px;
}
.poklon-zaglavlje > ul > li {
	display: inline-block;
    width: 33.33333%;
    margin-right: -4px;
    padding-left: 80px;
    position: relative;
    min-height: 80px;
    font-size: 19px;
    text-align: left;
    padding-top: 20px;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 20px;
    font-weight: 500;
}
.poklon-zaglavlje > ul > li > .img-poklon {
    position: absolute;
    left: 0;
    top: 0;
}
.poklon-zaglavlje > ul > li > small {
    font-size: 0.73em;
    color: #808080;
    font-weight: 400;
}

.dropdown.popupit {
	left: 0px;
    bottom: 51px;
    right: 0px;
    width: 100%;
}


/** POPUPS MSGBOX **/
.alert-box.message {
    width: 400px;
    height: 85px;
    padding: 8px 10px 0 124px;
}
.alert-box.message .message-type {
    height: 85px;
	background-position: 25px 19px !important;
}
.alert-box.message .text-header {
	margin-bottom: 8px;
    color: #574e92;
    font-weight: 600;
}
.alert-box p {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
	color: #4e4e4e;
}

.alert-box { border: 0px; }

/** success **/
.alert-box.message.success .message-type {
    background: url(theme/images/dashboard/alert-success.png) no-repeat 25px 19px #1bab12;
}
.alert-box.message.success .text-header {
    color: #1bab12;
}

/** info **/
.alert-box.message.info .message-type {
    background: url(theme/images/dashboard/alert-info.png) no-repeat 25px 19px #73a4fd;
}
.alert-box.message.info .text-header {
    color: #73a4fd;
}

/** error **/
.alert-box.message.error .message-type {
    background: url(theme/images/dashboard/alert-error.png) no-repeat 25px 19px #bd0000;
}
.alert-box.message.error .text-header {
    color: #bd0000;
}



.button_and_text {
	position: relative;
    color: #545454;
    font-weight: 400;
    font-size: 14px;
}
.button_and_text > .button, .button_and_text > .button:hover {
	min-width: 45px;
    max-width: 45px;
    display: inline-block;
    width: 45px;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
}

.button_and_text > .button.gray, .button_and_text > .button.gray:hover {
	background: #eeeeee;
	 color: #574e92;
}

.button_and_text > p {
	position: absolute;
    top: 0px;
    left: 66px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    line-height: 40px;
}
.button_and_text > table {
	position: absolute;
    top: 0px;
    left: 55px;
    right: 0px;
    bottom: 0px;
    height: 100%;
}
.button_and_text > table > tbody > tr > td { vertical-align: middle; padding: 0px; }

.sidebar-overflow > .sidebar {
    width: 270px !important;
}

@media (max-width: 1260px) {
	.button_and_text > .button {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.button_and_text > p {
		position: relative;
		top: inherit;
		left: inherit;
		right: inherit;
		bottom: inherit;
		padding-left: 66px;
		line-height: 40px;
		height: auto;
		min-height: 40px;
	}
	.button_and_text > table {
		position: relative;
		top: inherit;
		left: inherit;
		right: inherit;
		bottom: inherit;
		padding-left: 55px;
		height: auto;
	    min-height: 40px;
	}
}

/** izdvajannje **/
.col-menu .sidebar.s100_posto {
    width: 100%;
}
.row.row-content.reversepos .col-menu.noleftpadding {
    padding-left: 0px;
    padding-right: 0px;
}

.col-menu .sidebar.s100_posto .sidebar-item { border: 1px solid #e2e2e2; border-left: 0px; }
.col-menu .sidebar.s100_posto .sidebar-item h4 {
    padding: 24px 13px 0px;
	font-size: .8625rem;
    text-transform: uppercase;
}

.col-menu .sidebar.s100_posto .sidebar-item > div { padding: 10px 13px 10px 13px; }
.col-menu .sidebar.s100_posto .sidebar-item .text-credit, .col-menu .sidebar.s100_posto .sidebar-item .stock-credit {
	padding: 10px 13px 10px 13px;
    background: #f1f1f1;
    font-size: 20px;
    font-weight: 500;
}
.col-menu .sidebar.s100_posto .sidebar-item .text-credit > small {
	white-space: nowrap;
    font-size: 0.6em;
    text-align: center;
    display: block;
}
.col-menu .sidebar.s100_posto .sidebar-item .text-credit > span {
	display: block;
    text-align: center;
    font-size: 2em;
}
.col-menu .sidebar.s100_posto .sidebar-item .text-credit {
	padding: 20px 13px 20px 13px;
}
.col-menu .sidebar.s100_posto .sidebar-item .stock-credit {
	background: #e2e2e2;
}
.col-menu .sidebar.s100_posto .sidebar-item .line-separator {
    margin-bottom: 0px;
}

.bg-secondary-black {
	background: #ed2e40;
    color: #fff;
}

.col-menu .sidebar.s100_posto .sidebar-item .button.green {
	height: 39px;
    line-height: 39px;
    font-size: 1em;
    border-radius: 0px;
}


.accordion .accordion-item.selected .svg-arrow.notransform {
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
	top: 13px;
}
.accordion.hidden_always {
	display: none;
}
.accordion.hidden_always.shownow {
	display: block;
}

.color-red, .coloring-table td.red {
    color: #ef1818;
}
.color-green, .coloring-table td.green {
	color: #007300;
}
.color-gray, .coloring-table td.gray {
	color: #6d6d6d;
}

span.horizontal-break {
    width: 1px;
    height: 18px;
    background: #ababab;
    display: inline-block;
    margin: 0px 10px;
}
.post-tab:not(.nozindex) { z-index: 1; }


input.time-input {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40'><circle cx='20' cy='20' r='18.5' fill='none' stroke='%23574e92' stroke-width='3' /><path d='M20,4 20,8 M4,20 8,20 M36,20 32,20 M20,36 20,32' stroke='%23bbb' stroke-width='1' /><circle cx='20' cy='20' r='2' fill='%23574e92' stroke='%23574e92' stroke-width='2' /></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40'><path d='M18.5,24.5 19.5,4 20.5,4 21.5,24.5 Z' fill='%23574e92' style='transform:rotate(120deg); transform-origin: 50% 50%;' /></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40'><path d='M18.5,24.5 19.5,8.5 20.5,8.5 21.5,24.5 Z' style='transform:rotate(20deg); transform-origin: 50% 50%;' /></svg>");
	background-position: 5px 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    color: #222;
    padding: 0px 0px 0px 40px;
    transition: backgroundImage 0.25s;
}

/** Početna, border **/
.category-nav .category-tab.active:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #39536c;
    position: absolute;
    bottom: 0;
    left: 0px;
    margin-left: 0px;
}
.category-nav .category-tab {
    width: auto;
    margin: 0px 15px;
}

.category-tabs.withseparator .category-tab>p:after {
    content: "";
    display: inline-block;
    border-right: 1px solid #ebebeb;
    position: absolute;
    top: 20px;
    right: -18px;
    bottom: 15px;
    z-index: 0;
}

.category-nav .category-tab p {
	font-weight: 600;
    color: #39536c;
    font-size: 14px;
}

.card-body  {
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    font-size: 16px;
	border-radius: 4px 4px 0px 0px;
    overflow: hidden;
	color: #525252;
}
.card-body a, .card-body a:focus, .card-body a:active {
	color: #525252;
}
.card-body a:hover { text-decoration: underline; }

.card-body .iconlength, .card-body a>.iconlength {
	color: #574e92;
}

.card-body .card-info table {
	width: 100%;
	border-collapse: collapse;
}
.card-body .card-info table>tbody>tr>td, .card-body .card-info table>thead>tr>th {
	padding: 4px 10px;
	text-align: left;
}
.card-body .card-info table.withborder>tbody>tr>td, .card-body .card-info table.withborder>thead>tr>th {
	border-bottom: 1px solid #ebebeb;
}
.card-body .card-info table.withborder>tbody>tr:last-child>td {
	border-bottom: 0px;
}
.card-body .card-info table.betterpadding>tbody>tr>td, .card-body .card-info table.betterpadding>thead>tr>th {
	padding: 8px 10px;
}
.card-body .card-info table>tbody>tr>td.text-center, 
.card-body .card-info table>thead>tr>th.text-center {
	text-align: center;
}
.pj_name>h4 {
	font-size: 1.3em;
    color: #574e92;
    font-weight: 600;
}


.load-more-div {
	margin-bottom: 15px;
	text-align: center;
}
.load-more-div > .button {
	display: inline-block;
	width: auto;
	padding: 0px 50px;
}
.load-more-div > .button > span { padding-right: 7px; }

/** SIDEBAR ON SEARCH **/
.button.auto {
	width: auto;
    padding: 0px 15px;
}
.onsearch-sidebar { overflow: hidden; }
.onsearch-sidebar .specFilters { padding: 0px; }
.post-tab.overflow { overflow: hidden; }
.onsearch-sidebar > .sidebar-overflow {
	position: absolute;
	left: -350px;
}
.onsearch-sidebar > .content {
	width: 100%;
	max-width: 100%;
}
.onsearch-sidebar:not(.active) > .content.utabs.utabs_white {
    border-left: 0px;
}
 
.product-counter {
	background: #39536c;
	border-radius: 4px;
	padding: 2px 5px;
	margin-left: 5px;
	color: #fff;
}

.onsearch-sidebar .button.auto { margin-right: 15px; }
.onsearch-sidebar.active .button.auto { margin-right: 26px; }


/** CUSTOM TABS **/
.custom-tabs > .custom-tab {
	display: none;
}
.custom-tabs > .custom-tab.active {
	display: block;
}

.on-enough-okredit { display: inline-block; }
.on-enough-okredit.block { display: block; }
.on-no-enough-okredit { display: none; }

.no-enough-okredit .on-no-enough-okredit { display: inline-block; }
.no-enough-okredit .on-no-enough-okredit.block { display: block; }
.no-enough-okredit .on-enough-okredit { display: none; }

.agreement > label {
	color: #545454;
	font-weight: 400;
	font-size: 14px;
}
.agreement > label > a { color: #574e92; }
.agreement > label > a:hover { text-decoration: underline; }

/** button with addon **/
.btn-with-addon { position: relative; overflow: hidden; }
.btn-with-addon > .button {
	width: 100%;
	text-align: left;
    padding: 0px 15px;
}
.btn-with-addon > .addonfly, .btn-with-addon > .button.addonfly {
	position: absolute;
	right: 0px;
	top: 0px;
	width: auto;
    padding: 0px 18px;
	border-radius: 0px 4px 4px 0px;
}


label.middlestrike {
	position: relative;
	letter-spacing: 1.55px;
	margin-top: 35px;
    margin-bottom: 35px;
}
.middlestrike > div {
	position: absolute;
	top: -8px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.middlestrike > div > span {
    background: #fff;
    padding: 0px 20px;
}


.form-box-item.description {
	padding: 0px;
}
.form-box-item.description>h4 {
	margin-bottom: 10px;
}
.form-box-item.description>.line-separator {
	margin-bottom: 10px;
}

.notification-content, .notification-content p, .notification-content strong, .form-popup .notification-content p a {
	font-size: 1em;
	line-height: 1.4377;
	color: #000;
}
.notification-content, .notification-content p, .form-popup .notification-content p a { font-weight: 400; }

.form-popup .notification-content p a { color: #15c; }
.form-popup .notification-content p a:hover {
	color: #15c;
	text-decoration: underline;
}


.success-circle {
    text-align: center;
}
.success-circle>.large-icon {
    font-size: 4em;
    color: #87bc54;
    display: inline-block;
    margin-bottom: 10px;
}
.success-circle>h3 {
	color: #87bc54;
}
.success-circle>p {
	font-weight: 400;
}

.success-circle.yellow>h3, .success-circle.yellow>.large-icon {
	color: #f2c13e;
}

.racun-box {
	font-size: 16px;
	display: block;
    width: 100%;
    height: auto;
    float: left;
}
.racun-box, .racun-box p, .racun-box strong, .racun-box b, .racun-box i {
	color: #000;
}
.racun-box .rb-left, .racun-box .rb-right {
	display: inline-block;
	width: 50%;
	float: left;
	padding-left: 7px;
    padding-right: 8px;
	min-height: 1px;
}
.racun-box .rb-full {
	display: block;
	width: 100%;
	float: left;
	min-height: 1px;
		
	padding-left: 7px;
    padding-right: 8px;
}
.racun-box .rb-text-center { text-align: center; }
.racun-box .rb-text-left { text-align: left; }
.racun-box .rb-text-right { text-align: right; }
.racun-box .rb-paddingright5 { padding-right: 5px; }
.racun-box .rb-paddingright5 { padding-left: 5px; }

.racun-box .rb-clear {
	clear: both;
    content: " ";
    display: block;
    float: left;
	width: 100%;
}
.racun-box p { font-weight: 400; line-height: 1.3em; }
.racun-box .rb-mt10 { margin-top: 10px; }
.racun-box .rb-mt15 { margin-top: 15px; }
.racun-box .rb-mt20 { margin-top: 20px; }
.racun-box .rb-mt55 { margin-top: 55px; }
.racun-box .rb-box {
    padding: 18px;
    margin-bottom: 14px;
    padding-left: 26px;
	position: relative;
	border-radius: 4px 4px 0px 0px;
}
.racun-box .rb-box-title {
	position: absolute;
    top: -8px;
    right: 16px;
    font-size: 0.8em;
    BACKGROUND: whitesmoke;
    padding: 0px 15px;
    border-radius: 4px;
}
.racun-box .rb-gray {
    background: #F5F5F5;
}

.racun-box .rb-logo {
	position: absolute;
	top: 10px;
	right: 0px;
}
.racun-box .rb-logo > img {
	width: 70px;
	max-width: 100%;
}
.racun-box .rb-firma {
	position: relative;
	text-align: right;
    padding: 15px 85px 15px 0px;
	min-height: 75px;
}
.racun-box .rb-racuninfo {
	position: relative;
    padding: 15px 0px 15px 0px;
	min-height: 75px;
}
.racun-box .rb-agencija {

}
.racun-box .rb-agencija-user {
	
}
.racun-box .rb-green, .racun-box .rb-cubes > span.rb-green {
    background: #87bc54;
}
.racun-box .rb-red, .racun-box .rb-cubes > span.rb-red {
    background: #ed2e40;
}
.racun-box .rb-color-white {
	color: #fff;
}
.racun-box .rb-uppercase {
	text-transform: uppercase;
}

.racun-box .rb-text-and-logo { position: relative; }
.racun-box .rb-logo-circle {
	border-radius: 50%;
	overflow: hidden;
	width: 75px;
	height: 75px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.racun-box .rb-logo-text {
	position: relative;
	padding-left: 85px;
}

.racun-box .rb-cubes { margin-top: 10px; }
.racun-box .rb-cubes > span {
	display: inline-block;
    width: auto;
    min-width: 50px;
    text-align: center;
    background: #574e92;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 3px 10px;
    border-radius: 4px;
}





.table-auto span.onhover, .table-auto a.onhover, .table-auto span.onhover:focus, .table-auto span.onhover:active {
	padding: 2px 7px;background:#969696;color: #fff;border-radius: 4px;font-size: 1em; cursor: pointer;
}
.table-auto span.onhover:hover, .table-auto a.onhover:hover { background:#574e92; }

.table-auto a:not(.button):not(.onhover), .table-auto a:not(.button):not(.onhover):active, .table-auto a:not(.button):not(.onhover):focus {
	color: #000;
}
.table-auto a:not(.button):not(.onhover):hover {
	color: #574e92;
}

.table.table-auto>thead>tr:first-child>th {
    /*text-shadow: 1px 0px white;
    border: 1px solid #DDD;
    background: #EEE;
    text-shadow: 1px 1px 0px #FFF;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
	color: #39536c;
	font-size: 13px;
    text-transform: uppercase;
	
	border-top: 0px;
}
.table.table-auto>thead>tr>th, .table.table-auto>tbody>tr>td {
	border-top: 1px solid #dee2e6;
	border-left: 0px !important;
	border-right: 0px !important;
	border-bottom: 0px !important;
}
input.form-control.s-control, select.form-control.s-control {
    border-radius: 0px;
    padding: 0px 12px;
	border: 0px !important;
}

.post-tab .tab-header .tab-item>a {
	display: block;
    color: #b2b2b2;
    line-height: 60px;
    text-align: center;
}
.post-tab.small .tab-header .tab-item > a {
    padding: 0px 20px;
    line-height: 40px;
}
.post-tab .tab-header.primary .tab-item.selected>a {
    border-top-color: #574e92;
}
.post-tab .tab-header .tab-item.selected>a {
    border-top: 3px solid #574e92;
}
.post-tab .tab-header .tab-item.selected>a {
    color: #39536c;
}

.simple-hover-list { padding: 0px 0px; }
.simple-hover-list > li > a {
	display: block;
	width: 100%;
	color: #000;
	line-height: 40px;
	padding: 0px 15px;
	border-bottom: 1px solid #ccc;
}
.simple-hover-list > li:last-child > a { border-bottom: 0px; }
.simple-hover-list > li > a:hover {
	background: #574e92;
	color: #fff;
}


/** Admin LTE **/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #574e92;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li > a.active,
.pagination > li > a.active:hover,
.pagination > li > a.active:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #413879;
  border-color: #413879;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.overflow-hide, .td-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-information>a, .account-information>div {
    min-width: 20px;
	display: inline-block;
	float: left;
}

.enter_unlock_code_parent {
	position: relative;
    display: inline-block;
    vertical-align: top;
}

.form-popup input.enter_unlock_code, input.enter_unlock_code {
    background: #f5f5f5;
    color: #000;
    height: 25px;
    line-height: 25px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 16px;
	margin-bottom: 0px;
}
.enter_unlock_code_parent .button {
	position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
    width: 40px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 25px;
    line-height: 25px;
}

input.enter_unlock_code::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	font-size: 13px;
}
input.enter_unlock_code:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #000;
	font-size: 13px;
}
input.enter_unlock_code::-ms-input-placeholder { /* Microsoft Edge */
	color: #000;
	font-size: 13px;
}

.form-popup .form-popup-content.no-padding {
	padding: 0px;
}
.form-popup.custom-styles p, .pay-types .pay-type {
	font-size: 1em;
    line-height: 1.2;
    color: #000;
    font-weight: 400;
}
.form-popup.custom-styles .modal-padding {
	padding: 25px 20px;
}
.pay-types .pay-type {
	width: 100%;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	padding: 15px 15px 20px 15px;
}
.pay-types .pay-type:hover { background: #ebebeb; }

.pay-types .pay-type > span.radio { background-color: #fff; }

/** FULL WIDTH **/
.product-list.grid .product-item.long {
	width: 100%;
	padding: 0px 0px 12px 13px;
    height: 163px;
}

.product-list.grid .product-item.long .product-preview-actions {
	z-index: 1;
}

.product-list .product-item.long .product-info {
	height: 163px;
    margin-bottom: 0px;
}

.product-list .product-item.long .product-info {
	display: block;
    padding: 15px 160px 5px 260px;
	position: relative;
}
.product-list .product-item.long .product-info > div:first-child { height: 100%; width: 100%; float: left; padding-right: 10px; }
.product-list .product-item.long .product-info .icons { 
	position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px; 
}
.product-list .product-item.long .product-info-right {
	position: absolute;
    top: 15px;
    right: 0px;
    bottom: 8px;
    width: 160px;
    border-left: 1px solid #ebebeb;
    text-align: center;
}
.product-list .product-item.long .text-header.ptitle {
    min-height: 44px;
	height: auto;
    max-height: inherit;
	margin-bottom: 0px;
	font-weight: 500;
	letter-spacing: -0.018em;
	font-size: 1em;
}
.product-list .product-item.long .pin-flying {
	position: relative;
    left: inherit;
    bottom: inherit;
    width: auto;
    height: 20px;
	margin-bottom: 10px;
}
.product-list .product-item.long .product-info-right .pin-flying {
	top: -10px;
}
.product-list .product-item.long .pin-flying>div {
    padding: 0px 5px;
    display: inline-block;
	margin-right: 5px;
	text-transform: uppercase;
	border-radius: 4px;
}
.product-list .product-item.long .pin-flying>div:last-child { margin-right: 0px; }
.product-list .product-item.long .product-info-right .pin-flying { margin-top: 10px; margin-bottom: 0px; }

.product-list .product-item.long .product-info-right .icons {
	/*bottom: 11px;*/
	text-align: center;
}
.product-list .product-item.long .product-info-right .icons > .button { display: inline-block; text-transform: uppercase; }
.product-list.grid .product-item.long .price {
	float: inherit;
    padding: 23px 0px 15px 0px;
    text-align: center;
	font-size: 1.5em;
}
.product-list .product-item.long .from-price {
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
}
.product-list .product-item.long .user-rating.curved {
	right: -45px;
    transform: rotateZ(-90deg);
    bottom: 15px;
}

.product-list .product-item.long .relative>.pin-flying {
	margin-bottom: 54px;
}
.product-list .product-item.long .relative>a {
	position: absolute;
    top: 30px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 1;
}
.product-list .product-item.long .user-rating.curved>a>.image {
	transform: rotate(90deg);
	image-rendering: -webkit-optimize-contrast;
	-webkit-transform-origin: 50%  51%;
}

.author-profile-info {
    overflow: visible;
}
.author-profile-info .share-links {
	text-align: left;
    margin-top: 10px;
}
.author-profile-info .share-links li {
    float: inherit;
	margin-right: 4px;
    width: auto;
    display: inline-block;
}
.author-profile-info ul.share-links > li > a > img {
    width: 23px;
}


.paket-in-menu, a.paket-in-menu, a.paket-in-menu:hover, .paket-in-menu:focus, .paket-in-menu:active, 
.dropdown.hover-effect>.dropdown-item>a.paket-in-menu {
	padding: 15px;
	background: #574e92;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	font-weight: 300;
}
.dropdown.small.hover-effect .dropdown-item>a.nohover:hover {
	border-left: 0px;
	margin-right: 0px;
}


.hiddendata_div { display: none; }
input[type="radio"]:checked+label .hiddendata_div .checkbox.primary, input[type="checkbox"]:checked+label .hiddendata_div {
	display: block;
}

.dropdown.small.mediumrare, header .user-board .user-quickview .dropdown.small.mediumrare { width: 200px; right: 0px; left: inherit; }


/** MOBITEL: **/
header .logo-mobile {
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: -1;
	padding: 10px 0px;
}

header .logo-mobile > img {
	width: 178px;
}
.search-form input[type="image"] {
	border: 0px !important;
}

@media (max-width: 1260px) {
	.box-body.box-body-search .text-header > span.mname {
		display: none;
	}
	.lower-menu .header-wrap header, .lower-menu .header-wrap header .user-board, .lower-menu .header-wrap {
		min-height: 65px;
		max-height: 65px;
	}
	.side-menu {
		z-index: 99999;
	}
	
	.side-menu .logo.small {
		width: 178px;
		margin: 11px 0 0 20px;
	}
	.side-menu .side-menu-header {
		height: 65px;
		background-color: #574e92;
		overflow: hidden;
	}
}

.datepicker.dropdown-menu {
	margin-top: 70px;
}

.radioparent > span > label {
	line-height: 50px;
    margin-bottom: 10px;
	padding-right: 25px;
}

.radioparent > span {
	margin-right: 15px;
    display: inline-block;
}
.radioparent label>.radio {
	width: 30px;
	height: 30px;
	top: 10px;
}
.radioparent label>.radio span {
    width: 18px;
    height: 18px;
}

.step-chose {
    position: relative;
    padding: 15px 15px;
    border-bottom: 1px solid #ccc;
    min-width: 290px;
}
.step-chose:last-child {
    border-bottom: 0px;
}
.step-chose p {
    margin: 0px;
    font-style: italic;
    font-size: 95%;
    color: #808080;
	font-weight: 400;
}
.step-chose .steper {
    position: absolute;
    top: 17px;
    right: 15px;
    width: 116px;
}
.step-chose .steper .button {
	width: 35px;
    height: 35px;
	font-size: 22px;
}
.step-chose .steper input {
	border-radius: 0px;
	text-align: center;
	font-size: 17px;
    font-weight: 700;
    padding: 0px;
}

.section.section-custom.medjunarodne_linije {
	padding: 40px 0 0px;
}
.box-body-search h2.backtitle {
	padding: 15px 0px;
	color: #39536c;
	font-size: 28px;
    font-weight: 500;
}

.bg-padding.large-padding {
	padding: 15px 30px;
}
.simple-box {
    width: 100%;
    text-align: left;
    display: block;
}
.simple-box > h3 {
	text-align: left;
    /*border-bottom: 1px solid #e1e1e1;*/
    padding: 15px 0px;
	font-size: 1.1em;
}

/** NEW BOX **/
.simple-steper {
	counter-reset: section;
    overflow-y: auto;
    overflow-x: hidden;
}

.simple-steper>.simple-box:not(:last-of-type) {
	position: relative;
	/*margin-bottom: .625rem;*/
    -webkit-transition: margin-bottom .4s;
    -o-transition: margin-bottom .4s;
    transition: margin-bottom .4s;
}
.simple-steper>.simple-box[data-last=true] {
    margin-bottom: 0;
}
.simple-steper>.simple-box:before {
    position: absolute;
    top: .6rem;
    counter-increment: section;
    content: counter(section);
    height: 1.75rem;
    width: 1.75rem;
    color: #fff;
    background-color: rgba(0,0,0,.3);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    line-height: 1.75rem;
    font-weight: 400;
}
.simple-steper>.simple-box.active:before {
    background-color: #ed2e40;
}
.simple-steper>.simple-box.finished:before, .simple-steper>.simple-box.active.finished:before {
    background-color: #67b660;
}
.simple-steper>.simple-box {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.simple-steper>.simple-box>h3 {
    margin: 0 -1.3rem;
    cursor: pointer;
    padding: .9688rem 2.75rem 1.5rem 4rem;
    display: block;
	font-weight: 500;
}
.simple-steper>.simple-box:not(:last-of-type):after {
    content: '';
    position: absolute;
    top: 3.125rem;
    left: .8438rem;
    width: .0625rem;
    height: 40%;
    height: -webkit-calc(100% - 38px);
    height: calc(100% - 38px);
    background-color: rgba(0,0,0,.1);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.simple-steper>.simple-box>.uredi-korak {
	position: absolute;
	top: 9px;
	right: 15px;
	line-height: 27px;
}

.simple-box > div { display: none; padding: .9688rem 0.8rem 1rem 2.75rem; }
.simple-box.active > div { display: block; margin-bottom: 50px; }
/*.simple-box.finished > h3 { color: #574e92; }*/
/*.simple-box.active > h3 { color: #f2c13e; }*/


.termin .termin-header {
	position: relative;
    padding-right: 20px;
    padding-left: 35px;
    text-align: left;
    background: #574e92;
}
.termin .termin-header .termin-circled-icon {
	-webkit-box-flex: 0;
    flex: 0 0 60px;
    width: 60px;
    height: 80px;
    text-align: center;
    background: #fff;
	position: absolute;
    top: 0px;
    left: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
	z-index: 1;
}
.termin .termin-header .termin-circled-icon > i {
	width: 59%;
    height: 59%;
	margin: 0;
}
.termin.povratak .termin-header .termin-circled-icon > i {
    width: 59%;
    height: 59%;
    transform: rotate3d(0, 1, 0, 180deg);
}
.termin .termin-header > h3 {
	font-size: 29px;
    font-weight: 600;
    color: #fff;
	text-align: left;
	padding: 20px 0;
	display: inline-block;
}
.termin.povratak .termin-header > h3 {
	display: block;
	text-align: right;
}
.termin.povratak .termin-header > .termin-circled-icon + h3 {
    margin-right: 75px;
}
.termin .termin-header > h3 .icon-arrow-right {
	padding-left: 15px;
	padding-right: 15px;
}
.termin .termin-header > h3 .termin-header-description {
    font-size: 12px;
    line-height: 0px;
    padding: 0px 0px 8px 0px;
    display: block;
}
.termin .termin-header > table {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	height: 30px;
	text-transform: uppercase;
	margin-right: 20px;
}
.termin .termin-header > table td {
	vertical-align: middle;
}
.termin .termin-dates {
	position: relative;
    height: 75px;
    padding: 17px 35px 0;
    overflow: hidden;
    font-size: 0;
    background: #f2f2f2;
}

.termin .termin-dates .termin-pick-days {
	display: flex;
    justify-content: center;
    text-align: center;
	
	position: relative;
	padding: 0;
    margin: 0;
	list-style: none;
	width: 100%;
}
.termin .termin-dates .termin-pick-days > .termin-pick-day {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    vertical-align: middle;
	background: #f2f2f2;
    border-right: 1px solid #e1e1e1;
    border-radius: 3px;
	flex-grow: 1;
	-webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}
.termin .termin-dates .termin-pick-days > .termin-pick-day:last-child, .termin .termin-dates .termin-pick-days > .termin-pick-day.active { border-right: 0px; }
.termin .termin-dates .termin-pick-days > .termin-pick-day.active {
	transform: scale(1.2);
	background: #f2c13e;
}
.termin .termin-dates .termin-pick-days > .termin-pick-day:hover {
	background: #f2c13e;
}
.termin .termin-dates .termin-pick-days > .termin-pick-day.active > label > span, .termin .termin-dates .termin-pick-days > .termin-pick-day:hover > label > span  { color: #fff; }
.termin-pick-days > .termin-pick-day > label {
	display: block;
}
.termin-pick-days > .termin-pick-day > label > span {
	position: relative;
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #343434;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
}

.termin .termin-select {
	box-shadow: 0 3px 5px 0 rgba(0,0,0,.08);
}
.termin .termin-select > .termin-view {
	position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    padding: 20px 35px;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid #c1c1c1;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}
.termin .termin-select > .termin-view:before {
    position: absolute;
    top: 0;
    left: -10px;
    display: block;
    width: 10px;
    height: 100%;
    background: #574e92;
    content: "";
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}
.termin .termin-select > .termin-view:hover:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.termin .termin-select > .termin-view > .termin-linija{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 90px;
}
.termin-linija > .termin-info {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    cursor: pointer;
}
.termin-linija > .termin-info > .termin-details {
	display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.termin-linija > .termin-info > .termin-details > .termin-agencija {
    font-size: 14px;
    line-height: 14px;
    color: #919191;
}

.termin-times {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.termin-time {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    font-size: 32px;
	color: #434343;
}
.termin-time .hour {
    font-weight: 700;
    line-height: 48px;
}
.termin-time .station, .termin-price .station {
    font-size: 14px;
    color: #919191;
}
.termin-time .align-right, .termin-price .align-right {
    align-self: flex-end;
}

.termin-time-info {
    -webkit-box-flex: 1;
    flex: 1 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.termin-time-icons, .termin-time-info {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.termin-time-icons {
    position: relative;
    width: 100%;
    height: 35px;
}
.termin-time-icons .big-arrow {
	display: inline-block;
    vertical-align: middle;
    background: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
	
    position: absolute;
    top: 0;
    left: 50%;
    width: 80%;
    height: 35px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 226 12'%3E%3Cpath fill='%23e1e1e1' d='M225.9 5.71l-3.15-5.4a.57.57 0 00-.9-.15c-.31.15-.46.6-.16.75l2.71 4.5H.6A.65.65 0 000 6a.65.65 0 00.6.6h223.65l-2.7 4.49c-.15.3-.15.6.15.75.15 0 .15.15.3.15a1.14 1.14 0 00.6-.3l3.15-5.39a.37.37 0 00.15-.6z'/%3E%3C/svg%3E");
}
.termin-info-duration {
    font-size: 14px;
    color: #919191;
}

.termin-icon {
	display: inline-block;
    vertical-align: middle;
    background: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
	
    position: absolute;
    background-color: transparent;
    -webkit-animation: fly .8s ease-in-out;
    animation: fly .8s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.termin-icon.bus {
    z-index: 2;
    width: 35px;
    height: 35px;
    padding: 5px 35px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.termin-icon.bus, .bus-icon {
	display: inline-block;
    vertical-align: middle;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='21' height='24' viewBox='0 0 552.506 552.506' style='enable-background:new 0 0 552.506 552.506;fill: rgb(193, 193, 193);' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M103.918,334.136c-23.793,0-43.172,19.376-43.172,43.185s19.373,43.173,43.172,43.173 c23.817,0,43.172-19.364,43.172-43.173C147.09,353.524,127.742,334.136,103.918,334.136z M103.918,404.454 c-14.952,0-27.125-12.179-27.125-27.134c0-14.954,12.167-27.133,27.125-27.133c14.964,0,27.136,12.166,27.136,27.133 C131.054,392.275,118.888,404.454,103.918,404.454z M450.189,334.136c-23.809,0-43.178,19.376-43.178,43.185 s19.363,43.173,43.178,43.173s43.172-19.364,43.172-43.173C493.355,353.524,473.992,334.136,450.189,334.136z M450.189,404.454 c-14.961,0-27.139-12.179-27.139-27.134c0-14.954,12.166-27.133,27.139-27.133c14.949,0,27.127,12.166,27.127,27.133 C477.305,392.275,465.139,404.454,450.189,404.454z M536.461,320.776h16.033V177.858c0-25.325-20.521-45.846-45.84-45.846H45.842 C20.508,132.013,0,152.533,0,177.858v162.008c0,25.337,20.508,45.857,45.842,45.857h11.959c-0.292-2.137-0.487-4.293-0.487-6.503 c0-26.585,21.556-48.147,48.144-48.147c26.588,0,48.144,21.562,48.144,48.147c0,2.21-0.207,4.366-0.487,6.503h250.857 c-0.292-2.137-0.486-4.293-0.486-6.503c0-26.585,21.555-48.147,48.158-48.147c26.586,0,48.129,21.562,48.129,48.147 c0,2.21-0.194,4.366-0.486,6.503h53.219v-19.107h-16.039c-2.533,0-4.591-2.053-4.591-4.579v-36.682 C531.863,322.816,533.922,320.776,536.461,320.776z M305.664,155.706V265.74h-84.049V155.706H305.664z M89.401,265.74H72.586 c-38.584,0-37.811-22.914-37.811-25.441v-80.011c0-2.53,2.046-4.582,4.576-4.582h50.05h38.97V265.74H89.401z M132.957,265.74 V155.706h84.063V265.74H132.957z M402.725,265.74h-92.482V155.706h92.482V265.74z M443.596,261.151 c0,2.542-2.059,4.589-4.573,4.589h-32.011V155.706h32.011c2.515,0,4.573,2.052,4.573,4.582V261.151z M525.805,290.964 c0,0-20.6,1.869-42.983-3.27c-22.371-5.133-25.465-25.383-25.465-25.383v-83.385v-23.602h44.841 c13.031,0,23.602,10.568,23.602,23.602v112.037H525.805z'/%3E%3C/g%3E%3C/svg%3E");
}
.bus-icon-color {
	display: inline-block;
    vertical-align: middle;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='21' height='24' viewBox='0 0 552.506 552.506' style='enable-background:new 0 0 552.506 552.506;fill: %23574e92;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M103.918,334.136c-23.793,0-43.172,19.376-43.172,43.185s19.373,43.173,43.172,43.173 c23.817,0,43.172-19.364,43.172-43.173C147.09,353.524,127.742,334.136,103.918,334.136z M103.918,404.454 c-14.952,0-27.125-12.179-27.125-27.134c0-14.954,12.167-27.133,27.125-27.133c14.964,0,27.136,12.166,27.136,27.133 C131.054,392.275,118.888,404.454,103.918,404.454z M450.189,334.136c-23.809,0-43.178,19.376-43.178,43.185 s19.363,43.173,43.178,43.173s43.172-19.364,43.172-43.173C493.355,353.524,473.992,334.136,450.189,334.136z M450.189,404.454 c-14.961,0-27.139-12.179-27.139-27.134c0-14.954,12.166-27.133,27.139-27.133c14.949,0,27.127,12.166,27.127,27.133 C477.305,392.275,465.139,404.454,450.189,404.454z M536.461,320.776h16.033V177.858c0-25.325-20.521-45.846-45.84-45.846H45.842 C20.508,132.013,0,152.533,0,177.858v162.008c0,25.337,20.508,45.857,45.842,45.857h11.959c-0.292-2.137-0.487-4.293-0.487-6.503 c0-26.585,21.556-48.147,48.144-48.147c26.588,0,48.144,21.562,48.144,48.147c0,2.21-0.207,4.366-0.487,6.503h250.857 c-0.292-2.137-0.486-4.293-0.486-6.503c0-26.585,21.555-48.147,48.158-48.147c26.586,0,48.129,21.562,48.129,48.147 c0,2.21-0.194,4.366-0.486,6.503h53.219v-19.107h-16.039c-2.533,0-4.591-2.053-4.591-4.579v-36.682 C531.863,322.816,533.922,320.776,536.461,320.776z M305.664,155.706V265.74h-84.049V155.706H305.664z M89.401,265.74H72.586 c-38.584,0-37.811-22.914-37.811-25.441v-80.011c0-2.53,2.046-4.582,4.576-4.582h50.05h38.97V265.74H89.401z M132.957,265.74 V155.706h84.063V265.74H132.957z M402.725,265.74h-92.482V155.706h92.482V265.74z M443.596,261.151 c0,2.542-2.059,4.589-4.573,4.589h-32.011V155.706h32.011c2.515,0,4.573,2.052,4.573,4.582V261.151z M525.805,290.964 c0,0-20.6,1.869-42.983-3.27c-22.371-5.133-25.465-25.383-25.465-25.383v-83.385v-23.602h44.841 c13.031,0,23.602,10.568,23.602,23.602v112.037H525.805z'/%3E%3C/g%3E%3C/svg%3E");
}

.termin-icon.plane {
    z-index: 2;
    width: 25px;
    height: 25px;
    padding: 5px 20px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.termin-icon.plane, .plane-icon {
	display: inline-block;
    vertical-align: middle;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.1 24' fill='%23c1c1c1'%3E%3Cpath d='M19.2 10.3l-3.7-.1a19 19 0 01-2-2.3.46.46 0 00.3-.5v-.6a.47.47 0 00-.5-.5h-1.2l-2.5-3C8.5 1.9 7.6.9 7.4.7A3.3 3.3 0 005.3 0l4.3 9.8v.6H6.9a19.35 19.35 0 00-2.9.4L1.2 7.7H.1l1.4 3.6c-.9.2-1.5.5-1.5.8s.7.6 1.6.8L.2 16.7h1.1l2.9-3.3a26.55 26.55 0 002.8.3h2.7v.5L5.4 24a3.46 3.46 0 002.1-.7c.2-.2 4.3-5.2 4.8-5.7h1a.56.56 0 00.5-.6v-.6a.52.52 0 00-.2-.4c.9-1 1.5-1.9 1.9-2.3h3.7c.7 0 3.9-.8 3.9-1.7s-3.3-1.7-3.9-1.7z'/%3E%3C/svg%3E");
}
.plane-icon-color {
	display: inline-block;
    vertical-align: middle;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.1 24' fill='%23574e92' style='&%2310; fill: %23574e92;&%2310;'%3E%3Cpath d='M19.2 10.3l-3.7-.1a19 19 0 01-2-2.3.46.46 0 00.3-.5v-.6a.47.47 0 00-.5-.5h-1.2l-2.5-3C8.5 1.9 7.6.9 7.4.7A3.3 3.3 0 005.3 0l4.3 9.8v.6H6.9a19.35 19.35 0 00-2.9.4L1.2 7.7H.1l1.4 3.6c-.9.2-1.5.5-1.5.8s.7.6 1.6.8L.2 16.7h1.1l2.9-3.3a26.55 26.55 0 002.8.3h2.7v.5L5.4 24a3.46 3.46 0 002.1-.7c.2-.2 4.3-5.2 4.8-5.7h1a.56.56 0 00.5-.6v-.6a.52.52 0 00-.2-.4c.9-1 1.5-1.9 1.9-2.3h3.7c.7 0 3.9-.8 3.9-1.7s-3.3-1.7-3.9-1.7z'/%3E%3C/svg%3E");
}


.termin.povratak .termin-header .termin-circled-icon {
	left: inherit;
	right: 20px;
}
.termin.hasicon:not(.povratak) .termin-header > h3 {
    padding: 20px 0px 20px 60px;
}

.termin-linija > .termin-buttons {
	position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 435px;
    min-width: 200px;
    margin-left: 40px;
}
.termin-linija > .termin-buttons .termin-price, .termin-linija > .termin-buttons .termin-button {
	position: relative;
    z-index: 2;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    width: 50%;
    height: 50px;
    min-width: 115px;
    padding: 0 18px;
    cursor: pointer;
    border-radius: 3px;
	
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
}
.termin-linija > .termin-buttons .termin-price {
	-webkit-box-align: end;
	align-items: flex-end;
}
.termin-linija > .termin-buttons .termin-price div {
    font-size: 34px;
    color: #434343;
    font-weight: 700;
    line-height: 48px;
}

.termin-linija > .termin-buttons .termin-button {
	background: #574e92;
    font-size: 18px;
}
.termin-linija > .termin-buttons .termin-button:hover {
	background: #413879;
}

.termin.back .termin-header .termin-circled-icon > i {
	transform: rotateY(180deg);
}

.termin.small-view .termin-buttons {
	-webkit-box-align: end;
    align-items: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
	
	max-width: 100%;
    margin-left: 0px;
	
	border-top: 1px solid #f0f0f0;
    margin-top: 15px;
	padding-top: 15px;
}

.termin.small-view .termin-linija > .termin-buttons .termin-price {
    padding: 0px;
}
.termin.small-view .termin-select > .termin-view:hover:before {
	display: none;
}

.termin-view-details-container {
	display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    flex-direction: column;
}
.termin-view-details-info {
	position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 15px 30px;
    font-size: 34px;

    color: #fff;
    background-color: #574e92;
	cursor: pointer;
}
.termin-view-details-info-name {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.termin-view-details-info-name > span {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 41px;
    font-weight: 600;
}
.termin-view-details-info-price {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: right;
	font-weight: 600;
}

.termin-view-description {
	list-style: none;
    padding: 30px;
    background: #f2f2f2;
	display: block;
}
.termin-view-description > li {
    display: inline-block;
	width: 49%;
    margin-bottom: 15px;
    margin-left: 0;
    font-size: 14px;
	padding: 5px 15px 5px 23px;
	position: relative;
	vertical-align: top;
}
.termin-view-description > li > span {
    display: inline-block;
}
.termin-view-description > li > span.tvd-icon {
    position: absolute;
    left: 0px;
    top: 6px;
	color: #574e92;
}
.termin-view-description > li.tvd-full {
	width: 100%;
	display: block;
	padding: 5px 0px 5px 0px;
}
.termin-view-description > li.tvd-full > table {
	width: 100%;
	border-collapse: collapse;
}
.termin-view-description > li.tvd-full td.termin-round-number {
	width: 30px;
}
.termin-view-description > li.tvd-full td.termin-round-number > span {
	border-radius: 50%;
    background: #574e92;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 20px;
}
.termin-view-description > li.tvd-full td {
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 0px;
}
.termin-view-description > li.tvd-full th {
	font-weight: 500;
	padding: 5px 0px;
}

.termin.termin-empty {
    border: 2px dashed #bfbfbf;
    border-radius: 3px;
	height: 100%;
}
.termin.termin-empty .termin-content, .termin.termin-empty .termin-select {
    height: 100%;
	box-shadow: 0px;
}
.termin.termin-empty .termin-header {
    background: transparent;
}
.termin.termin-empty .termin-header > h3 {
	color: #c1c1c1;
}
.termin.termin-empty .termin-header .termin-circled-icon {
	height: 78px;
}
.termin.termin-empty .termin-select > .termin-view {
	border-top: 2px dashed #bfbfbf;
}
.termin-input-search-parent {
	display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
	
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.termin-input-search {
	display: inline-block;
    vertical-align: bottom;
	width: 250px;
    margin-right: 20px;
	margin-right: 0;
    margin-bottom: 20px;
	position: relative;
}
.termin-view-details-info:hover {
	background-color: #413879;
}

.label-pretraga-linije {
	font-weight: 400;
    font-size: 18px;
}

.person h6 {
	padding: 15px 0px 10px 0px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
	text-align: center;
}

p.price_p {
	margin: 15px 0px;
    padding: 10px 10px;
    font-size: 1.3em;
    color: #000;
    font-weight: 400;
    text-align: right;
    background: #f5f5f5;
}

.firstdiv_marginauto > div {
	margin: 0 auto;
}

.product-item .pin-flying .category_out, .product-item .ponuda-view { display: none; }
.product-list.grid .product-item {
	max-width: 270px;
}
@media(min-width: 1260px){
	.product-list.slist .product-item:not(.ag) .pin-flying .category_out { display: inline-block; }
	.column3-4-wrap.slist { width: 100%; }
	.product-list.slist .product-item.column:not(.ag) {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	.product-list.slist.grid .product-item:not(.ag) {
		width: 100%;
		padding: 0px 0px 12px 13px;
		height: 163px;
	}

	.product-list.slist .product-item:not(.ag) .user-rating.curved>a>.image {
		transform: rotate(90deg);
		image-rendering: -webkit-optimize-contrast;
		-webkit-transform-origin: 50% 51%;
	}

	.product-list.slist .product-item:not(.ag) .product-info {
		display: block;
		padding: 15px 160px 5px 260px;
		position: relative;
		height: 163px;
		margin-bottom: 0px;
	}

	.product-list.slist .product-item:not(.ag) .user-rating.curved {
		transform: rotateZ(-90deg);
		right: -45px;
		bottom: 15px;
	}

	.product-list.slist .product-item:not(.ag) .product-preview-actions>.pin-flying {
		bottom: inherit;
		top: 7px;
		left: 268px;
	}

	.product-list.slist .product-item:not(.ag) .pin-flying>div {
		padding: 0px 5px;
		display: inline-block;
		margin-right: 5px;
		text-transform: uppercase;
		border-radius: 4px;
	}

	.product-list.slist .product-item:not(.ag)>.product-info>a {
		position: absolute;
		top: 45px;
		left: 260px;
		/*width: 100%;*/
		z-index: 24;
	}
	.product-list.slist .product-item:not(.ag)>.product-info>a>p {
		width: 100%;
		min-height: 44px;
		height: auto;
		max-height: inherit;
		margin-bottom: 0px;
		font-weight: 500;
		letter-spacing: -0.018em;
		font-size: 1em;
		font-size: 18px;
	}

	.product-list.slist.grid .product-item:not(.ag) .line-separator { display: none; }
	.product-list.slist .product-item:not(.ag) .icons {
		position: absolute;
		right: 0px;
		bottom: 5px;
	}
	.product-list.slist .product-item:not(.ag) .icons, .product-list.slist .product-item>.product-info>a {
		left: 260px;
		width: 397px;
	}
	.product-list.slist .product-item:not(.ag) .product-preview-actions>.pin-flying { width: 397px; }

	.product-list.slist .product-item:not(.ag) .product-info .user-rating {
		position: absolute;
		top: 15px;
		right: 0px;
		bottom: 8px;
		width: 160px;
		border-left: 1px solid #ebebeb;
		text-align: center;
	}
	.product-list.slist.grid .product-item:not(.ag) .price {
		float: inherit;
		padding: 53px 0px 15px 0px;
		text-align: center;
		font-size: 1.5em;
	}
	.product-list.slist .product-item:not(.ag) .from-price {
		position: absolute;
		top: 30px;
		left: 0px;
		right: 0px;
		text-align: center;
	}

	.product-list.slist .product-item:not(.ag) .user-rating>.pin-flying {
		transform: translateZ(0px);
		bottom: inherit;
		top: 0px;
		left: 0px;
		right: 0px;
	}
	.product-list.slist .product-item:not(.ag) .user-rating>.pin-flying>div>span { max-width: 100%; float: right; }
	.product-list.slist .product-item:not(.ag) .user-rating>.pin-flying>div>i {
		float: left;
		margin-top: 5px;
		padding-right: 6px;
		padding-left: 0px;
	}
	.product-list.slist .product-item:not(.ag) .ponuda-view {
		display: block;
		position: absolute;
		bottom: 0px;
		right: 0px;
		left: 0px;
		z-index: 24;
	}
	.product-list.slist .product-item:not(.ag) .ponuda-view > .button {
		display: inline-block;
		text-transform: uppercase;
	}
	.product-list.slist.grid .product-item:not(.ag) .product-preview-actions {
		z-index: 24;
	}
}


.mobile-show { display: none !important; }
@media (max-width: 850px) {
	.poklon-zaglavlje > ul > li {
		padding-left: 0px;
		padding-top: 80px;
	}
}
@media (max-width: 1259px) {
	.logo-link {
		top: 0px;
		position: absolute;
		left: 0px;
		right: 0px;
		margin: 0px;
		width: 100%;
		height: 100%;
		padding: 0px 65px;
		z-index: 0;
	}
	header .mobile-menu-handler, header .mobile-account-options-handler, header .mobile-menu-handler.primary, header .mobile-account-options-handler.secondary {
		z-index: 1;
	}
	.onsearch-sidebar > .sidebar-overflow {
		position: absolute !important;
		z-index: 5;
		background: #fff;
		overflow-x: hidden;
		overflow-y: auto;
		height: 100% !important;
	}
	.sidebar-changes.view-product:not(.viewproducts) .sidebar {
		width: 100%;
		max-width: 100%;
	}
	.ultrazz .ultrazz-body > .row { margin-left: 0px; }
	.mobile-show { display: block !important; }
	.mobile-show.inline { display: inline-block !important; }
	.right-menu-mobile-bg {
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.45);
		display: none;
		z-index: 9999998;
	}
	.right-menu-mobile, .col-menu-mobile .col-menu {
		position: fixed;
		top: 0px;
		bottom: 0px;
		-ms-flex: none;
		flex: none;
		max-width: inherit;
		width: 270px;
		right: -270px;
		z-index: 9999999;
		background: #fff;
		border-left: 1px solid #574e92;
		padding: 0px;
		-webkit-transition: right 0.5s ease;
		-moz-transition: right 0.5s ease;
		transition: right 0.5s ease;
		overflow-x: hidden;
		overflow-y: scroll;
		height: 100%;
	}
	.openrightmenu .right-menu-mobile, .openrightmenu .col-menu-mobile .col-menu {
		right: 0px;
	}
	.openrightmenu .right-menu-mobile-bg {
		display: block;
	}
	body.openrightmenu { overflow: hidden; }
	.col-menu-mobile .col-content {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 10px;
	}
}

.onmobile-img { display: none; }
.author-profile-info-item.mw230 { max-width: 230px; }
@media (max-width: 1259px) {
	.mobile-account-options-handler > .dropdown.mediumrare {
		margin-top: 65px;
	}
	
	
	.section-wrap.profile-section .sidebar.author-profile {
		display: none;
	}
	
	.section-wrap.profile-section .author-profile-meta > .author-profile-info {
		position: relative;
		top: inherit;
		left: inherit;
		right: inherit;
		text-align: left;
		width: 100%;
	}
	
	.section-wrap.profile-section .author-profile-meta > .author-profile-info > .author-profile-info-item {
	    display: block;
		width: 100%;
		height: auto;
		padding: 0px;
		text-align: center;
	}
	
	.section-wrap.profile-section .author-profile-meta > .author-profile-info > .author-profile-info-item .share-links {
	    margin: 10px auto 0 auto;
		display: inline-block;
	}
	
	.section-wrap.profile-section .author-profile-meta > .author-profile-info > .author-profile-info-item.pull-right {
		float: none !important;
		margin-top: 15px;
	}
	.section-wrap.profile-section .author-profile-meta > .author-profile-info > .author-profile-info-item.pull-right > .button {
		width: 100%;
		display: block;
	}
	.author-profile-info-item.mw230 { max-width: 100%; }
	
	.onmobile-img {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		background: rgba(0,0,0,.75);
	}
	.onmobile-img > .user-profileimage-src {
		width: 200px;
		height: 200px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		margin: 0 auto;
		display: block;
		margin-top: 50px;
	}
}
@media (min-width: 1260px) {
	.right-menu-mobile-bg {
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.45);
		display: none;
		z-index: 9999998;
	}
	.col-menu-mobile .col-menu.desktop-menu {
		position: fixed;
		top: 0px;
		bottom: 0px;
		-ms-flex: none;
		flex: none;
		max-width: inherit;
		width: 270px;
		right: -270px;
		z-index: 9999999;
		background: #fff;
		border-left: 1px solid #574e92;
		padding: 0px;
		-webkit-transition: right 0.5s ease;
		-moz-transition: right 0.5s ease;
		transition: right 0.5s ease;
		overflow-x: hidden;
		overflow-y: scroll;
		height: 100%;
	}
	body.openrightmenu { overflow: hidden; }
	.openrightmenu .col-menu-mobile .col-menu.desktop-menu {
		right: 0px;
	}
	.openrightmenu .right-menu-mobile-bg {
		display: block;
	}
}