/**#onliner {display: none} **/


.stacked_gallery {
  display: grid;
  width: 170px; /* ширина галереи */
  position: relative; /* позиционирование для наложения изображений */
  height: 200px;
  margin-top: 25px;
  margin-left: 40px;
  margin-bottom: 10px;
}

.stacked_gallery figcaption {
	padding-top: 15px !important;
	transform: rotate(2deg);
}


.stacked_gallery > figure {
  position: absolute; /* для наложения изображений друг на друга */
  top: 0;
  left: 0;
  width: 100%; /* Занимаем всю ширину родителя */
}

.stacked_gallery > figure > a > div {
  display: block;
  position: relative; /* Для позиционирования изображения */
}

.stacked_gallery > figure > a > div > img {
  width: 100%; /* Изображение занимает всю ширину родителя */
  aspect-ratio: 1; /* Сохраняем квадратное соотношение сторон */
  object-fit: cover; /* Обрезаем изображение, чтобы оно заполнило контейнер */
  border: 10px solid #f2f2f2; /* Граница для изображения */
  box-shadow: 0 0 4px #0007; /* Тень для изображения */
}

/* Стили для каждого изображения */
.stacked_gallery > figure:nth-child(1) {
  z-index: 6; /* максимальный z-index */
  transform: rotate(-2deg); /* без поворота */
}

.stacked_gallery > figure:nth-child(2) {
  z-index: 5; /* следующий z-index */
  transform: rotate(9deg); /* поворот на 5 градусов */
}

.stacked_gallery > figure:nth-child(3) {
  z-index: 4; /* следующий z-index */
  transform: rotate(0deg); /* поворот на -15 градусов */
}

.stacked_gallery > figure:nth-child(4) {
  z-index: 3; /* следующий z-index */
  transform: rotate(3deg); /* поворот на 15 градусов */
}

.stacked_gallery > figure:nth-child(5) {
  z-index: 2; /* минимальный z-index */
  transform: rotate(-13deg); /* поворот на -25 градусов */
}
.stacked_gallery figure:nth-child(2) img:hover,.stacked_gallery figure:nth-child(3) img:hover,.stacked_gallery figure:nth-child(4) img:hover,.stacked_gallery figure:nth-child(5) img:hover {
  transform: scale(1);
}


.touch .toggle-password {display: none;}
.scroll-line{
  height: 2px;
  background: #1165a8;
  width: 0%;
  position: fixed;
  top: 0;
  z-index: 1705;
}
.link_local, .link_local:hover {
    color: #457edb;
    border-bottom: 1px dashed;
    cursor: pointer;
}
.link_underline:hover, .link_underline a:hover, .link_underline:focus, .link_underline a:focus,.link_underline:active, .link_underline a:active 
{
	text-decoration: underline !important;
}
.mdl-card {
	min-height: 115px !important;
}
#commentform .mifiles, #commentform .mifiles a, #commentform .mifiles a:hover, #commentform .mifiles a:focus, #commentform .mifiles a:active {
	color: #e0dfdf !important;
}
.questions_mifiles #commentform .mifiles,.questions_mifiles  #commentform .mifiles a,.questions_mifiles  #commentform .mifiles a:hover,.questions_mifiles  #commentform .mifiles a:focus,.questions_mifiles  #commentform .mifiles a:active {
	color: #111 !important;
}

#comments_div #commentform .mifiles, #comments_div #commentform .mifiles a, #comments_div #commentform .mifiles a:hover, #comments_div #commentform .mifiles a:focus, #comments_div #commentform .mifiles a:active {
	color: #444;
}
.mifiles, .mifiles a, .mifiles a:hover, .mifiles a:focus, .mifiles a:active {
	color: #333 !important;
}
.progress .bg-success
{
	background-color: #67886f!important;
}
.thisformsubmit, .thisformsubmitdraft
{
	display: block;
}
.plus_right-corner4 {
	cursor: zoom-in;position: relative;display: block;width: fit-content;
}
.file-man-box {
    padding: 20px;
    border: 1px solid #e3eaef;
    border-radius: 5px;
    position: relative;
}
.file-man-box .file-img-box {
    line-height: 120px;
    text-align: center;
}
.file-man-box .file-img-box img {
    height: 64px;
}
.file-man-box .file-download {
    font-size: 32px;
    color: #98a6ad;
    position: absolute;
    right: 10px;
}
.file-man-box .text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
}
.info-block {
    top: 0;
    width: 100%;
    float: right;
    position: relative;
    border: 1px solid #eee;
    background: #fafafa;
    padding: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.info-block_animation,.info-block_animation .info-block__text {
    transition: 0.4s ease-in
}

.info-block__text {
    overflow: hidden
}

.info-block_rolled .info-block__link {
    line-height: 22px;
}

.info-block_rolled {
    border: 1px solid transparent;
    background: inherit;
	padding: 2px 5px 5px 7px;
    border-radius: 6px;   
    margin-top: -45px;
    width: 120px;
    background: aliceblue;
}

.info-block_rolled .info-block__text {
    height: 0 !important;
    
    opacity: 0
}

.info-block:after {
    content: '';
    display: block;
    clear: both
}

.info-block__ico {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 15px;
    margin-top: 3px
}

.info-block_rolled .info-block__ico {
    margin-right: 10px;
    margin-top: 1px;
}
#sidepanel {
    width: 350px !important;
}
#sidepanel_overlay {
	background:rgba(0,0,0,.1);opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear;
}
.cke_button__image {display: none !important;}
.areblocked.btn-link.disabled {text-decoration: line-through;}
.tellmore {
	font-size: 12px;
    color: #2196f3;
    text-decoration: underline;
    font-weight: 400;
}
.cust-place:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333 !important;
}

.cust-place::-ms-input-placeholder { /* Microsoft Edge */
  color: #333 !important;
}
.fa-ico-5x {
	font-size: 2em;
}
.alpha-top-menu--icon__down {
	position: absolute;
    /* right: 47px; */
    top: 2px;
    /* padding-top: 2px; */
    margin-left: 10px;
}
.thepoll .pollable {
	width: 100%;
}
/**
div.heading-title.heading-dotted h4{
	margin-top: -4px !important; 
}
**/
.btn-group_btn:hover {background: #f0f8ff;}
.ds .fancybox-button--share, .ds .fancybox-button--play, .ds .fancybox-button--download {display: none !important;}

.figure-cke {margin: 10px 0 1rem;display: inline-block;width: calc(100% - 22px);}
.figure-cke-crop {margin: 0 15px 15px 0;display: inline-block;width: 250px;}
.file-cke-crop {margin: 10px 15px 15px 0;display: inline-block;width: 220px;}
.figure-cke-image {
    max-width: 100%;
    height: auto;
}
.figure-cke-biggallery_image-shad {
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
    min-height: 210px;
    display: block;
    cursor: zoom-in;
}

.figure-cke-image-shad {
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
    min-height: 110px;
    display: block;
}
.figure-cke .figure-cke-image-shad {
    cursor: zoom-in;
}

.figure-caption-cke {
    font-size: 11px !important;
    color: #6c757d;
    /**
    text-align: right!important;
    **/
    display: block;
	margin-top: 0;
    width: 240px;
    line-height: 1.3;
}
.figure-cke figcaption,.imgmain figcaption {
font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    color: #383838 !important;
	font-style: italic;
    width: fit-content;
    padding: 2px 9px 2px 0;
    margin-bottom: 10px;
}
.imgmain figcaption {
	max-width: 60%;
	margin-bottom: 10px;
}
.figure-caption-cke:empty {
	display: none;
}
.email {
	 position: relative;
	 width: 100%;
}
 .email input {
	 outline: none;
	 width: 100%;
	 padding: 8px 36px 8px 14px;
}
 .email input::-webkit-input-placeholder {
	 color: #c7c8cc;
}
 .email input:-moz-placeholder {
	 color: #c7c8cc;
}
 .email input::-moz-placeholder {
	 color: #c7c8cc;
}
 .email input:-ms-input-placeholder {
	 color: #c7c8cc;
}
 .email svg {
	 position: absolute;
	 z-index: 1;
	 right: 14px;
	 top: 50%;
	 width: 16px;
	 height: 16px;
	 fill: none;
	 margin: -7px 0 0 0;
}
 .email svg polyline, .email svg path {
	 stroke: #d1d7e3;
	 stroke-width: 1.4;
	 stroke-linecap: round;
	 stroke-linejoin: round;
	 transition: stroke 0.3s ease 0s;
}
 .email svg path {
	 stroke-dasharray: 64;
	 stroke-dashoffset: 127;
	 transition: stroke-dasharray 0.8s ease 0.8s, stroke-dashoffset 0.8s ease 0.5s;
}
 .email svg polyline {
	 stroke-dasharray: 18;
	 stroke-dashoffset: 18;
	 transition: stroke-dashoffset 0.5s ease 0s;
}
 .email.success svg polyline, .email.success svg path {
	 stroke: #69dd95;
}
 .email.success svg path {
	 stroke-dasharray: 46;
	 stroke-dashoffset: 150;
	 transition: stroke-dasharray 0.6s ease 0s, stroke-dashoffset 0.8s ease 0.3s, stroke 0.3s ease 0.6s;
}
 .email.success svg polyline {
	 stroke-dashoffset: 0;
	 transition: stroke-dashoffset 0.5s ease 0.6s, stroke 0.3s ease 0.6s;
}
.no_scrollbar {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.no_scrollbar::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}
#user-menu_butt {
	position: absolute;
    right: 0px;
    top: 4px;
}
.user-menu_drop a.btn-link,.user-menu_drop a.btn-link:hover,.user-menu_drop a.btn-link:focus,.user-menu_drop a.btn-link:active,.user-menu_drop span.btn-link,.user-menu_drop span.btn-link:hover,.user-menu_drop span.btn-link:focus,.user-menu_drop span.btn-link:active{
	color: #000;
}
.uk-sticky.uk-sticky-fixed.uk-active #user-menu_butt {
	position: absolute;
    right: 0px;
    top: -1px;
}
.mainuseractions .uk-dropdown {
    padding: 15px 20px !important;
}
.block_cover {
	position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: #ffffffeb;z-index: 999;border-radius: 4px;
}
.block_text {
	position: absolute;top: calc((100% - 100px) / 2);left: 0px;right: 0px;line-height: 30px;text-align: center;color: #a4a4a4;
}
.userpagename .btn-default.btn-link,.userpagename .btn-default.btn-link:hover,.userpagename .btn-default.btn-link:active,.userpagename .btn-default.btn-link:focus {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	border-width: 1px;
	text-decoration: none;
}

.btn-light-small, .btn-light-small:hover, .btn-light-small:active, .btn-light-small:focus {
	font-size: 11px;
    background: #469cf9;
    padding: 3px 7px 4px 7px;
    color: white;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}

#js-header--notify-container__wrapper .uk-nav.uk-dropdown-nav li{padding: 5px;}
i.offline {display: none;}
/**.users i.offline, .ds i.offline{display: block;}**/
/**.touch .hidden-touch {display: none;}**/
._right-corner_div {
    position: absolute;
    top: 0px;
    right: -21px;
    width: 22px;
    height: 110px;
    background: url(../../img/right-corner.png) 100% 0 no-repeat;
    z-index: 0;
}

.multicat {position: relative;}/**for multicat plugin**/

/* class applies to select element itself, not a wrapper element */
.select2-css {
	line-height: 1.4 !important;
	background-color: #fff;
    border: 1px solid rgba(0,0,0,.15) !important;
    border-radius: 4px;
    height: 46px !important;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    color: #626262 !important;
    font-weight: 400 !important;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
}

.select2-css {
	width: 100%;
}
.select2-css::after {
  grid-area: select;
}

.select2-css-cont {
	position: relative;
	width: calc(100% - 50px) !important;
}
.select2-css-cont::after {
  content: "";
    width: 0.6em;
    height: 0.4em;
    -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
    position: absolute;
    right: 17px;
    top: 22px;
    background-color: #888888;
}

/*---------------------------------------------------------------------- /
marketorders
----------------------------------------------------------------------- */
	.shop-item-list>.col-lg-12>.shop-item h2 {
    font-size: 20px;
	}
	.shop-item-list>.col-lg-12>.shop-item {
		min-height:100px;
	}
	.shop-item-list>.col-lg-12>.shop-item>.thumbnail{
		float:none;
		width:100%;
		max-width: 300px;
		margin: 0 auto;
	}
	.shop-item-list>.col-lg-12>.shop-item>.shop-item-summary{
		position:relative;
		left:0;
	}
	.shop-item-list>.col-lg-12>.shop-item>.shop-item-summary>.shop-item-price>span,
	.shop-item-list>.col-md-12>.shop-item>.shop-item-summary>.shop-item-price>span {
		padding:0 10px;
	}
.shop-item-list>.col-lg-12>.shop-item>.shop-item-buttons, .shop-item-list>.col-md-12>.shop-item>.shop-item-buttons, .shop-item-list>.col-lg-12>.shop-item>.shop-item-summary, .shop-item-list>.col-md-12>.shop-item>.shop-item-summary {
    float: none;
    text-align: center !important;
}

/*---------------------------------------------------------------------- /
CARDS
----------------------------------------------------------------------- */
.deloption {
}
.new_card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.new_card .card-image {
    height: 60%;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.new_card .card-image2 {
	height: 220px;
    width: auto;
    background-position: 50% 50%;
    background-color: #fff;
    background-size: cover !important;
    background-repeat: no-repeat !important;    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.new_card .card-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    pointer-events: none;
}

.new_card .card-image2 img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    pointer-events: none;
}

.new_card .card-description {
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    visibility: visible;
    margin-bottom: 10px !important;
}

.new_card .card-image .card-caption,.new_card .card-image2 .card-caption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 1.3em;
    text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
}

.new_card .card-caption {
    height: 52px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    visibility: visible;
}

.new_card img {
    width: 100%;
    height: auto;
}

.img-raised {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.new_card .ftr {
    margin-top: 15px;
}

.new_card .ftr div {
    display: inline-block;
}

.new_card .ftr .author {
    color: #888;
}

.new_card .ftr .stats {
    float: right;
    line-height: 30px;
}

.new_card .ftr .stats {
    position: relative;
    top: 1px;
    font-size: 14px;
}


/* ============ Card Table ============ */

.new_card .table {
    margin-bottom: 0px;
}

.new_card .table {
    padding: 15px 30px;
}

.new_card .table-primary {
    background: linear-gradient(60deg, #ab47bc, #7b1fa2);
}

.new_card .table-info {
    background: linear-gradient(60deg, #26c6da, #0097a7);
}

.new_card .table-success {
    background: linear-gradient(60deg, #66bb6a, #388e3c);
}

.new_card .table-warning {
    background: linear-gradient(60deg, #ffa726, #f57c00);
}

.new_card .table-danger {
    background: linear-gradient(60deg, #ef5350, #d32f2f);
}

.new_card .table-black {
    background: linear-gradient(60deg, #989797, #000000);
}


.new_card .table-rose {
    background: linear-gradient(60deg, #ec407a, #c2185b);
}

.new_card [class*="table-"] {
    color: #FFFFFF;
    border-radius: 6px;
}

.new_card [class*="table-"] .card-caption a,
.new_card [class*="table-"] .card-caption,
.new_card [class*="table-"] .icon i {
    color: #FFFFFF;
}

.new_card [class*="table-"] .icon i {
    border-color: rgba(255, 255, 255, 0.25);
}

.new_card [class*="table-"] .author a,
.new_card [class*="table-"] .ftr .stats,
.new_card [class*="table-"] .category,
.new_card [class*="table-"] .card-description {
    color: rgba(255, 255, 255, 0.8);
    background-color: transparent;
}

.new_card [class*="table-"] .author a:hover,
.new_card [class*="table-"] .author a:focus,
.new_card [class*="table-"] .author a:active {
    color: #FFFFFF;
}

.new_card [class*="table-"] h1 small,
.new_card [class*="table-"] h2 small,
.new_card [class*="table-"] h3 small {
    color: rgba(255, 255, 255, 0.8);
}



/* ============ Card Profile ============ */

.new_card.card-profile {
    margin-top: 30px;
    text-align: center;
    max-width: 450px;
}


/* ============ Card Category ============ */

.new_card .category {
    position: relative;
    line-height: 0;
    margin: 15px 0;
}

.new_card  .category-social .fa {
    font-size: 24px;
    position: relative;
    margin-top: -4px;
    top: 2px;
    margin-right: 5px;
}


/* ============ Card Author ============ */

.new_card  .author .avatar {
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}

.new_card  .author a {
    color: #333;
    text-decoration: none;
}

.new_card  .author a .ripple-cont {
    display: none;
}


.new_card .card-description p {
    color: #888;
}

.new_card .card-caption,
.new_card .card-caption a {
    color: #333;
    text-decoration: none;
}

.new_card .card-caption {
    font-weight: 600;
}

.about_me {
	line-height: 16px;
    font-size: 13px;
    font-weight: 300 !important;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    background: aliceblue;
    padding: 10px;
}

.more_back_white {
	background: white;
}
.more_back_white:hover, .more_back_white:active, .more_back_white:focus {
	background: #eceff1;
}
.more_back_gray {
	background: #eceff1;
}
.more_back_light_gray {
	background: #f7fafc;
}
.more_back_light_gray.uk-open {
	background: rgba(158,158,158,.4);
}
.more_back_trans {
	background: transparent;
}
.card.card-profile .card-body {
    padding: .25rem 3.25rem .5rem 3.25rem;
}
.card.card-profile h3 {
    font-size: 17px !important;
}
.author_card {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 0;
}
@media (min-width: 960px) {
	.card.card-profile .card-body {
	    padding: .25rem 3.25rem 1.5rem 3.25rem;
	}
	.card.card-profile h3 {
	    font-size: 22px !important;
	}
	.author_card {
		font-size: 17px;
		line-height: 20px;
		margin-bottom: 0;
	}
}
.card.card-profile {
	overflow: visible;
	max-width: 450px;margin-right: auto;margin-left: auto;box-shadow: none !important;border: none; border-radius: 0 !important;border: 1px solid #e8e8e8;background: white;
}
/**
.card.card-profile.marj {
	margin-top: 80px;
}
.card.card-profile.marjprj {
    margin-top: 55px;
}
**/
.card.card-profile.shadow {
    -webkit-box-shadow: 0 15px 20px 0 rgb(0 0 0 / 7%) !important;
    -moz-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.065) !important;
    -o-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.065) !important;
    box-shadow: 0 15px 20px 0 rgb(0 0 0 / 7%) !important;
}
.card-profile-image {
  position: relative;
  max-width: 180px;
  width: 60px;
    margin: 0 auto;
}
.card.card-profile.shadow .about_me {
	font-size: 12px;
	line-height: 18px;
}
.card-profile-image .user-status-small {
    position: absolute;
	top: -30px;
    right: -2px;
    z-index: 10;
    font-size: 11px;
	border: 2px #eceff1 solid;
    border-radius: 100%;
}
.card-profile-image .user-pro-small {
	top: -30px;
    left: -14px; 
    padding: 0.4em 0.4em !important;
    position: absolute !important;
    z-index: 99;
    font-size: 9px !important;
}
.card-profile .card-header {
    margin-bottom: 0;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    background-color: #fff;
}
/**
.card-profile-image .incard {
  max-width: 90px;
  box-shadow: 0 5px 15px -8px rgb(0 0 0 / 24%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}
**/
.card-profile-image img {
  position: absolute;
  left: 50%;
  transition: all .15s ease;
  transform: translate(-50%, -50%);
  border-radius: .375rem;
}

.card-profile-stats {
	line-height: 0.9;
    margin-top: 10px;
}

.card-profile-stats>div {
  margin-right: 1rem;
  padding: .875rem;
  text-align: center;
}

.card-profile-stats>div:last-child {
  margin-right: 0;
}

.card-profile-stats>div .heading {
  font-weight: 400 !important;
  font-size: 18px;
    color: #454c52;
    line-height: 1;
      display: block;
}

.card-profile-stats>div .description {
  font-size: 13px;
  color: #73787d!important;
  font-weight: 400;
    line-height: 16px;
    min-height: 130px;
    text-transform: lowercase;
}


.label-danger {color: #dc3545}
.hover_opacity7 {
   opacity: 1.0;
   filter: alpha(opacity=100);
}
.hover_opacity7:hover {
   opacity: 1.0;
   filter: alpha(opacity=100);
}
.hover_opacity8 {
   opacity: 1.0;
   filter: alpha(opacity=100);
}
.hover_opacity8:hover {
   opacity: 1.0;
   filter: alpha(opacity=100);
}
.hover_opacity9 {
   opacity: 1.0;
   filter: alpha(opacity=100);
}
.hover_opacity9:hover {
   opacity: 1.0;
   filter: alpha(opacity=100);
}

.btn-group-sm>.btn, .btn-sm {
    padding: 3px 13px;
    font-size: 12px !important;
    line-height: 1.5 !important;
}
.custom-upload-field.form-control {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.fileinp input.form-control {
    border-color: #cccccc !important;
    border-left: none !important;
    border-right: none !important;
}
.fileinp .input-group-addon {
    background-color: white !important;
}
#sidepanel {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
#sidepanel::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}
.basepopup {
    position: absolute;
    min-width: 120px;
    max-width: 300px;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #FFF;
    border: 1px solid #D4DCE0;
    box-shadow: 0 8px 12px 0 rgb(0 0 0 / 12%), 0 0 1px 0 rgb(0 0 0 / 12%);
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}
.basepopup__title {
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.3;
}
.popup-suggestion {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: block;
    max-width: 280px;
    margin: 16px;
}
.popup-suggestion>* {
    position: relative!important;
}

	#footer ul.footer-links>li span {
		padding-bottom:0;
		font-weight:300;
		font-size: 13px;
	}
	#footer ul.footer-links>li>span {
		color: rgba(255,255,255,0.6);
	}
	#footer ul.footer-links>li>span:before {
		content: "\f105";
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		padding-right:10px;
	}
#footer>.container {
    padding-top: 30px;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

/** FIX CKE add extra Paragraph **/
p:empty {
    display:none;
    height: 0;
}
.last-child-none span {
	display:none;
}
/** Guide Countr **/
.svgflag {
	width: 17px;
	height: auto;
}
#guidecountr i {
	font-size: 50px;
	margin-bottom: 8px;
	margin-top: 8px;
}	
#guidecountr span {
	font-size: 11px;
}	
#guidecountr .cim {
	background-color: #255173;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 0;
}
.mt-min-4 {
	margin-top: -4px !important;
}
.mt-min-5 {
	margin-top: -5px !important;
}
.mt-min-10 {
	margin-top: -10px !important;
}
.mt-min-15 {
	margin-top: -15px !important;
}
.mt-min-20 {
	margin-top: -20px !important;
}
.mt-min-25 {
	margin-top: -25px !important;
}
.mt-min-30 {
	margin-top: -30px !important;
}
.mb-min-2 {
	margin-bottom: -2px !important;
}
.mb-min-3 {
	margin-bottom: -3px !important;
}
.mb-min-5 {
	margin-bottom: -5px !important;
}
.mb-min-10 {
	margin-bottom: -10px !important;
}
.mb-min-15 {
	margin-bottom: -15px !important;
}
.mb-min-20 {
	margin-bottom: -20px !important;
}
.mb-min-25 {
	margin-bottom: -25px !important;
}
.mb-min-30 {
	margin-bottom: -30px !important;
}
form.tight .row {
    margin-bottom: 0;
}
/** Search+Map**/
#aboutcountrymenu #searchmap{
	padding: 0 !important;
    margin: 0 auto;
    display: inline-block;
    cursor: pointer;
width:0px;
height:0px;
border:8px solid #4681b7 !important;
-webkit-transform:rotate(45deg);
   -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
     -o-transform:rotate(45deg);
        transform:rotate(45deg);
-webkit-border-radius:20px 20px 0px 20px !important;
   -moz-border-radius:20px 20px 0px 20px !important;
        border-radius:20px 20px 0px 20px !important;
    z-index: 999999;
}
#aboutcountrymenu:hover #searchmap, #aboutcountrymenu #searchmap.active{
    width: 14px;
    height: 14px;
    border: 3px solid #4681b7 !important;
        z-index: 999999;
    -webkit-border-radius: 60px !important;
    -moz-border-radius: 60px !important;
    border-radius: 60px !important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
#aboutcountrymenu #searchmap:after{
content: '';
    display: block;
    margin: -4px -4px;
    width: 8px;
    height: 8px;
-webkit-border-radius:10px;
   -moz-border-radius:10px;
        border-radius:10px;
background:#fff;
    z-index: 999999;
-webkit-transition:.5s;
   -moz-transition:.5s;
     -o-transition:.5s;
        transition:.5s;
        z-index: 999999;
}
#aboutcountrymenu:hover #searchmap:after, #aboutcountrymenu #searchmap.active:after{
content: '';
    display: block;
    margin: 10px auto;
    width: 4px;
    height: 6px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #4681b7;
-webkit-transition:.5s;
   -moz-transition:.5s;
     -o-transition:.5s;
        transition:.5s;
        z-index: 999999;
}
.inddesc {font-size: 14px;}

.demo-card-square {margin: 0 auto;}
.demo-card-square {
	width: auto !important;
	max-width: 300px;
	background-color: #1065a8;
	border-radius: 4px;
	padding: 20px 30px;
	margin: 0 auto;
}
.demo-card-square .mdl-card__actions span {background-color: #1065a8;padding: 1px 10px;color: white !important;}
.card-review img {
    width: auto !important;
}
.page_toc {
	padding-inline-start: 15px;
    list-style-type: none;
}


/** CKE EDITOR **/
.imp_p {
	padding: 10px 15px;
	background: #eee;
	border: 1px solid #ccc;
}
.imp_p_red {
    padding: 10px 15px;
    background: #f4c8c8;
    border: 1px solid #ee5454;
    color: #242424;
}
.imp_p_info {
    padding: 10px 15px;
	background: #bcd8f5;
    border: 1px solid #93c1f2;
    color: #242424;
}
.ppp:first-letter{
    display: block;
    margin: 12px 0px 0px 0px;
    padding-right: 7px;
    float: left;
    color: #e84b3d;
    font-size: 52px;
    font-family: Georgia, Times New Roman, serif;
}
@-moz-document url-prefix() {
	.ppp:first-letter{
	    margin: 8px 0px 0px 0px;
	}
}
a.anchor {
    display: block;
    position: relative;
    top: -78px;
    visibility: hidden;
}
.img-none {
	position: absolute;
	left: -10000px;
	top: -10000px;
	height: 1px;
	width: 1px;
}
nav.alpha-top-menu--nav {
	width: 100%;
}
ul.smallpag .page-link{
	font-size: 14px !important;
	padding: .2rem .3rem !important;
}
#alpha-header ul.dropdown-menu.menu_guide {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.forumsectionname {
	color: black;
}
#forsect.table tbody+tbody {
    border-top: 1px solid #dee2e6;
}
#forsect .maincoll {
	width: 220px;
}
#forsect .beforelast {
	padding-right: 30px;
}
#forsect .beforebeforelast {
	padding-right: 50px;
}

.forumssection .fa-caret-down {
    position: absolute;
	right: 7px;
    color: #313030;
    font-size: 1.3em;
    margin-top: -2px;
}
.forumssection .fa-caret-left {
    position: absolute;
	right: 10px;
    color: #313030;
    font-size: 1.3em;
    margin-top: -1px;
}
#aboutcountrymenu li.locat{
    font-size: 18px;
    font-weight: 300;
    color: #1365a8;
    padding: 9px;
}
#aboutcountrymenu .nav-tabs .nav-item.show .nav-link,#aboutcountrymenu .nav-tabs .nav-link.active {
    background-color: #f8fafc !important;
}
#aboutcountrymenu  a.nav-link:hover {
    border-bottom: 2px solid #1065a8 !important;
    webkit-border-radius: 3px 3px 0 0 !important;
    -moz-border-radius: 3px 3px 0 0 !important;
    border-radius: 3px 3px 0 0 !important;
}
#aboutcountrymenu .nav-tabs.nav-bottom-border.nav-bottom-border-red>li>a,#aboutcountrymenu .nav-tabs.nav-bottom-border.nav-bottom-border-red>li>a.active,#aboutcountrymenu .nav-tabs.nav-bottom-border>li>a.active:hover {
    border-bottom: #1065a8 2px solid !important;
}
#aboutcountrymenu .dropdown-menu {border: none}

#storiescountry .controlls-over .owl-controls .owl-prev,#storiescountry .controlls-over .owl-controls .owl-next{
    margin-top: -60px;
}
#storiescountry .controlls-over .owl-controls .owl-prev{
    left: 6px;
}
#storiescountry .controlls-over .owl-controls .owl-next{
    right: 4px;
}
#projectscountry .controlls-over .owl-controls .owl-prev,#projectscountry .controlls-over .owl-controls .owl-next{
    margin-top: -60px;
}
#projectscountry .controlls-over .owl-controls .owl-prev{
    left: 6px;
}
#projectscountry .controlls-over .owl-controls .owl-next{
    right: 4px;
}
.owl-carousel.buttons-autohide .owl-buttons {
	display: none !important;
}
#page-menu.page-menu-light {
    color: #151515;
    text-shadow: rgba(255,255,255,.1) 1px 1px 1px;
    background-color: rgba(148,149,150,0.12);
}
#page-menu ul>li:hover, #page-menu ul>li.active {
    background-color: rgb(236, 239, 241);
}
.toploc {
	font-size: 30px;
    line-height: 30px;
    color: white;
    font-weight: 300;
    letter-spacing: 0px;
    font-family: 'Oswald', sans-serif;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    text-shadow: #000 1px 1px 1px;
}
.gm-fullscreen-control, .gm-bundled-control {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.makenewAvaText {
	font-size: 13px;
	padding-top: 3px;
}
#cookie-alert {
    z-index: 1000000 !important;
}
.textarea-autoresize_sm {min-height: 40px !important;}
.newquote {
    border-left: 5px solid rgba(0,0,0,0.1);
    margin: 5px 0px;
    padding: 0 0 0 10px;
    position: relative;
}
.indextitle {font-size: 26px;}
/** SLIDER INDEX **/
.faya {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  -webkit-transform: rotate(-60deg) !important;transform: rotate(-60deg) !important;
}
.faya:before {
  position: absolute;
  content: '';
  display: block;
  width: 220px;
  height: 20px;
  left: 0;
  top: 0;
  border-radius: 100%;
  background-color: #f45224;
  -webkit-animation: vrouming 200ms infinite;
  animation: vrouming 200ms infinite;
}
.faya:after {
  position: absolute;
  content: '';
  display: block;
  width: 220px;
  height: 10px;
  left: 10px;
  top: 5px;
  border-radius: 100%;
  background-color: #ffedd5;
  -webkit-animation: vrouming 200ms infinite;
  animation: vrouming 200ms infinite;
}
@-webkit-keyframes vrouming {
  0% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}
@keyframes vrouming {
  0% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}
.hand  {
    -webkit-animation: handa 16s ease-in-out infinite;
    -moz-animation: handa 16s ease-in-out infinite;
    -o-animation: handa 16s ease-in-out infinite;
    animation: handa 16s ease-in-out infinite;
}
.hand2  {
    -webkit-animation: hand2 6s ease-in-out infinite;
    -moz-animation: hand2 6s ease-in-out infinite;
    -o-animation: hand2 6s ease-in-out infinite;
    animation: hand2 6s ease-in-out infinite;
}

.girl  {
    -webkit-animation: girl 4s ease-in-out infinite;
    -moz-animation: girl 4s ease-in-out infinite;
    -o-animation: girl 4s ease-in-out infinite;
    animation: girl 4s ease-in-out infinite;
}
.cat  {
    -webkit-animation: cat 6s ease-in-out infinite;
    -moz-animation: cat 6s ease-in-out infinite;
    -o-animation: cat 6s ease-in-out infinite;
    animation: cat 6s ease-in-out infinite;
}

.balloons  {
    -webkit-animation: balloon2 26s ease-in-out infinite;
    -moz-animation: balloon2 26s ease-in-out infinite;
    -o-animation: balloon2 26s ease-in-out infinite;
    animation: balloon2 26s ease-in-out infinite;
}
.acro  {
    -webkit-animation: acro 6s ease-in-out infinite;
    -moz-animation: acro 6s ease-in-out infinite;
    -o-animation: acro 6s ease-in-out infinite;
    animation: acro 6s ease-in-out infinite;
}
.yog  {
    -webkit-animation: yog 8s ease-in-out infinite;
    -moz-animation: yog 8s ease-in-out infinite;
    -o-animation: yog 8s ease-in-out infinite;
    animation: yog 8s ease-in-out infinite;
}

.clooouds  {
    -webkit-animation: clooouds 16s ease-in-out infinite;
    -moz-animation: clooouds 16s ease-in-out infinite;
    -o-animation: clooouds 16s ease-in-out infinite;
    animation: clooouds 16s ease-in-out infinite;
}


.balloon  {
    -webkit-animation: balloon 8s ease-in-out infinite;
    -moz-animation: balloon1 8s ease-in-out infinite;
    -o-animation: balloon1 8s ease-in-out infinite;
    animation: balloon1 8s ease-in-out infinite;
}
@-webkit-keyframes hand2 {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(-4deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(2deg);
  }
}
@-moz-keyframes hand2 {
  0%,
  100% {
    -moz-transform: translateY(0) rotate(-4deg);
  }
  50% {
    -moz-transform: translateY(0) rotate(2deg);
  }
}
@-o-keyframes hand2 {
  0%,
  100% {
    -o-transform: translateY(0) rotate(-4deg);
  }
  50% {
    -o-transform: translateY(0) rotate(2deg);
  }
}
@keyframes hand2 {
  0%,
  100% {
    transform: translateY(0) rotate(-4deg);
  }
  50% {
    transform: translateY(0) rotate(2deg);
  }
}

@-webkit-keyframes handa {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(-6deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(8deg);
  }
}
@-moz-keyframes handa {
  0%,
  100% {
    -moz-transform: translateY(0) rotate(-6deg);
  }
  50% {
    -moz-transform: translateY(-10px) rotate(8deg);
  }
}
@-o-keyframes handa {
  0%,
  100% {
    -o-transform: translateY(0) rotate(-6deg);
  }
  50% {
    -o-transform: translateY(-10px) rotate(8deg);
  }
}
@keyframes handa {
  0%,
  100% {
    transform: translateY(0) rotate(-6deg);
  }
  50% {
    transform: translateY(-10px) rotate(8deg);
  }
}
@-webkit-keyframes girl {
  0%,
  100% {
    -webkit-transform: scaleY(1) rotateY(0);
  }
  50% {
    -webkit-transform: scaleY(1.1) rotateY(10deg);
  }
}
@-moz-keyframes girl {
  0%,
  100% {
    -moz-transform: scaleY(1) rotateY(0);
  }
  50% {
    -moz-transform: scaleY(1.1) rotateY(10deg);
  }
}
@-o-keyframes girl {
  0%,
  100% {
    -o-transform: scaleY(1) rotateY(0);
  }
  50% {
    -o-transform: scaleY(1.1) rotateY(10deg);
  }
}
@keyframes girl {
  0%,
  100% {
    transform: scaleY(1) rotateY(0);
  }
  50% {
    transform: scaleY(1.1) rotateY(10deg);
  }
}
@-webkit-keyframes cat {
  0%,
  100% {
    -webkit-transform: scaleY(1) scaleX(1);
  }
  50% {
    -webkit-transform: scaleY(1) scaleX(1.2);
  }
}
@-moz-keyframes cat {
  0%,
  100% {
    -moz-transform: scaleY(1) scaleX(1);
  }
  50% {
    -moz-transform: scaleY(1) scaleX(1.2);
  }
}
@-o-keyframes cat {
  0%,
  100% {
    -o-transform: scaleY(1) scaleX(1);
  }
  50% {
    -o-transform: scaleY(1) scaleX(1.2);
  }
}
@keyframes cat {
  0%,
  100% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(1) scaleX(1.2);
  }
}

@-webkit-keyframes balloon1 {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(-6deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(8deg);
  }
}
@-moz-keyframes balloon1 {
  0%,
  100% {
    -moz-transform: translateY(0) rotate(-6deg);
  }
  50% {
    -moz-transform: translateY(-20px) rotate(8deg);
  }
}
@-o-keyframes balloon1 {
  0%,
  100% {
    -o-transform: translateY(0) rotate(-6deg);
  }
  50% {
    -o-transform: translateY(-20px) rotate(8deg);
  }
}
@keyframes balloon1 {
  0%,
  100% {
    transform: translateY(0) rotate(-6deg);
  }
  50% {
    transform: translateY(-20px) rotate(8deg);
  }
}
@-webkit-keyframes balloon2 {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(6deg);
  }
  50% {
    -webkit-transform: translateY(-30px) rotate(-8deg);
  }
}
@-moz-keyframes balloon2 {
  0%,
  100% {
    -moz-transform: translateY(0) rotate(6deg);
  }
  50% {
    -moz-transform: translateY(-30px) rotate(-8deg);
  }
}
@-o-keyframes balloon2 {
  0%,
  100% {
    -o-transform: translateY(0) rotate(6deg);
  }
  50% {
    -o-transform: translateY(-30px) rotate(-8deg);
  }
}
@keyframes balloon2 {
  0%,
  100% {
    transform: translateY(0) rotate(6deg);
  }
  50% {
    transform: translateY(-30px) rotate(-8deg);
  }
}
@-webkit-keyframes acro {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(6deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(-8deg);
  }
}
@-moz-keyframes acro {
  0%,
  100% {
    -moz-transform: translateY(0) rotate(6deg);
  }
  50% {
    -moz-transform: translateY(0) rotate(-8deg);
  }
}
@-o-keyframes acro {
  0%,
  100% {
    -o-transform: translateY(0) rotate(6deg);
  }
  50% {
    -o-transform: translateY(0) rotate(-8deg);
  }
}
@keyframes acro {
  0%,
  100% {
    transform: translateY(0) rotate(6deg);
  }
  50% {
    transform: translateY(0) rotate(-8deg);
  }
}
@-webkit-keyframes yog {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
  }
}
@-moz-keyframes yog {
  0%,
  100% {
    -moz-transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(-20px) rotate(0g);
  }
}
@-o-keyframes yog {
  0%,
  100% {
    -o-transform: translateY(0) rotate(0);
  }
  50% {
    -o-transform: translateY(-20px) rotate(0);
  }
}
@keyframes yog {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
}

@-webkit-keyframes clooouds {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-60px);
  }
}
@-moz-keyframes clooouds {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(-60px);
  }
}
@-o-keyframes clooouds {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  50% {
    -o-transform: translateX(-60px);
  }
}
@keyframes clooouds {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-60px);
  }
}

/** MAP PINS **/
.pin {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: 115px;
    border-radius: 50%;
    border: 8px solid #fff;
    width: 8px;
    height: 8px;
}
.pin::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    bottom: -30px;
    left: -6px;
    border: 10px solid transparent;
    border-top: 17px solid #fff;
}
.elem-status {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 20;
}
.elem-status-right {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 20;
}

/***  Пагинация  ***/
.flickr-embed-frame {
	max-width: -webkit-fill-available !important;
	margin-bottom: 10px !important;
}
._fitwidth {margin-bottom: 10px !important;}
ul.pagination>span {
	float: left;
}
.pagination > span {
    margin-right: 4px;
    color: #666 !important;
}
.pagination > .pagenav a{
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #6d6d6d;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}
.pagination > .pagenav:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.pagination > span.pagenav_current {
}
.pagination > span.pagenav_current>a {
	color:#fff !important;
    background-color: #3072e0;
}
/** PAGINATION **/
.pagination {
    display: inline-flex;
    display: -webkit-inline-flex;
    position: relative;
}
.pagination > li {
    margin-top: 10px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background: rgb(232, 232, 232);
}
.pagination > li.disabled > a, .pagination > li.disabled > span, .pagination > li.disabled > a, .pagination > li.disabled > span {
    background: none;
    cursor: default;
    margin-right: 4px;
    color: gray;
}
.pagination > li.disabled > a:hover, .pagination > li.disabled > span:hover, .pagination > li.disabled > a:focus, .pagination > li.disabled > span:focus {
    background: none;
    cursor: default;
    margin-right: 4px;
    color: gray;
}
.smallpag > li.disabled > a, .smallpag > li.disabled > span, .smallpag > li.disabled > a, .smallpag > li.disabled > span {
font-size: 14px;
    line-height: 9px;
    vertical-align: top;
}




    
    
    
/*** CARDS ***/
.sidebar-card {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border: 1px solid #EEE9E5;
    margin-bottom: 30px;
}

/**LOADING BUTTON STATES **/
.ld-ext-right,.ld-ext-left,.ld-ext-bottom,.ld-ext-top,.ld-over,.ld-over-inverse,.ld-over-full,.ld-over-full-inverse{position:relative;transition:all .3s;transition-timing-function:ease-in}.ld-ext-right>.ld,.ld-ext-left>.ld,.ld-ext-bottom>.ld,.ld-ext-top>.ld,.ld-over>.ld,.ld-over-inverse>.ld,.ld-over-full>.ld,.ld-over-full-inverse>.ld{position:absolute;top:50%;left:50%;width:1em;height:1em;margin:-0.5em;opacity:0;z-index:-1;transition:all .3s;transition-timing-function:ease-in}.ld-ext-right>.ld>*,.ld-ext-left>.ld>*,.ld-ext-bottom>.ld>*,.ld-ext-top>.ld>*,.ld-over>.ld>*,.ld-over-inverse>.ld>*,.ld-over-full>.ld>*,.ld-over-full-inverse>.ld>*{width:1em;height:1em;position:absolute;top:50%;left:50%;transform:translate(-0.5em,-0.5em)}.ld-ext-right.running>.ld,.ld-ext-left.running>.ld,.ld-ext-bottom.running>.ld,.ld-ext-top.running>.ld,.ld-over.running>.ld,.ld-over-inverse.running>.ld,.ld-over-full.running>.ld,.ld-over-full-inverse.running>.ld{opacity:1;z-index:auto;visibility:visible}.ld-ext-right.running{padding-right:2.5em !important}.ld-ext-right>.ld{top:50%;left:auto;right:1.25em}.ld-ext-left.running{padding-left:2.5em !important}.ld-ext-left>.ld{top:50%;right:auto;left:1.25em}.ld-ext-bottom.running{padding-bottom:2.5em !important}.ld-ext-bottom>.ld{top:auto;left:50%;bottom:1.25em}.ld-ext-top.running{padding-top:2.5em !important}.ld-ext-top>.ld{bottom:auto;left:50%;top:1.25em}.ld-over:before,.ld-over-inverse:before,.ld-over-full:before,.ld-over-full-inverse:before{content:" ";display:block;opacity:0;position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;transition:all .3s;transition-timing-function:ease-in;background:rgba(240,240,240,0.8)}.ld-over.running>.ld,.ld-over-inverse.running>.ld,.ld-over-full.running>.ld,.ld-over-full-inverse.running>.ld{z-index:4001}.ld-over.running:before,.ld-over-inverse.running:before,.ld-over-full.running:before,.ld-over-full-inverse.running:before{opacity:1;z-index:4000;display:block}.ld-over-full.running>.ld,.ld-over-full-inverse.running>.ld,.ld-over-full.running:before,.ld-over-full-inverse.running:before{position:fixed}.ld-over-full>.ld{color:rgba(0,0,0,0.8)}.ld-over-full:before,.ld-over-full-inverse:before{background:rgba(255,255,255,0.8)}.ld-over-inverse>.ld{color:rgba(255,255,255,0.8)}.ld-over-inverse:before{background:rgba(0,0,0,0.6)}.ld-over-full-inverse>.ld{color:rgba(255,255,255,0.8)}.ld-over-full-inverse:before{background:rgba(0,0,0,0.6)}

/**LOADING CSS MIN */
/**all animation https://loading.io/animation/ **/
.ld {
    transform-origin: 50% 50%;
    transform-box: fill-box;
}
@keyframes ld-spin{0%{animation-timing-function:cubic-bezier(0.5856,0.0703,0.4143,0.9297);transform:rotate(0)}100%{transform:rotate(360deg)}}
.ld.ld-spin {
    animation: ld-spin 1s infinite linear;
}
.ld-ring:after {
    content: " ";
    display: block;
    width: 2em;
    height: 2em;
    box-sizing: border-box;
    transform-origin: 0 0;
    transform: translateZ(0) scale(0.5);
    backface-visibility: hidden;
}
.ld-ring:after {
    border-radius: 50%;
    border: .3em solid currentColor;
    border-left-color: transparent;
}
/***  placeholder  ***/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #b5b5b5 !important;
    font-weight: 300 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #b5b5b5 !important;
   	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity:1 !important;
	-khtml-opacity: 1 !important;
	opacity: 1 !important;
    font-weight: 300 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #b5b5b5 !important;
   	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity:1 !important;
	-khtml-opacity: 1 !important;
	opacity: 1 !important;
    font-weight: 300 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #b5b5b5 !important;
    font-weight: 300 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color:    #b5b5b5 !important;
    font-weight: 300 !important;
}
::placeholder { /* Most modern browsers support this now. */
    color:    #b5b5b5 !important;
    font-weight: 300 !important;
}
/***  select2 JS  ***/
.select2 {
    min-width: 314px !important;
}
.locselect span .select2{
	max-width: 300px !important;
}
.shortselect .select2{
	max-width: 150px !important;
	min-width: 150px !important;
}
#destinaton .insquare .select2 {
	min-width: 260px !important;
}
#destinaton .insquare .locselect span .select2 {
	width: calc(100% - 15px) !important;
}
#destinaton .inlines .select2 {
	min-width: 300px !important;
}
#destinaton .inlines .locselect span .select2 {
    width: calc(100% - 15px) !important;
}
.insearch .select2 {
	min-width: 114px !important;
    width: calc(100% - 15px) !important;
}
.shorty .select2 {
	min-width: 74px !important;
    width: calc(100% - 15px) !important;
	max-width: 74px !important;
}
.shorts .select2 {
	min-width: 200px !important;
    width: calc(100% - 15px) !important;
	max-width: 200px !important;
}

.shorter .select2 {
	min-width: 274px !important;
    width: calc(100% - 15px) !important;
	max-width: 274px !important;
}
.midi .select2 {
	min-width: 320px !important;
    width: calc(100% - 15px) !important;
	max-width: 320px !important;
}
#destinaton .inlines .locselect span .select2 {
	min-width: 114px !important;
}
.shortdate .select2-container--default {
	padding-bottom: 5px;
}
.select2-container--disabled {
    display: none;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	margin-right: 10px !important;
}
.locselect span {
	margin-bottom: 4px;
}
.select2-dropdown {
    border-width: 1px !important;
}
.select2-dropdown, #jBox1-overlay > * {
    z-index: 100001;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    padding-right: 10px;
    padding-top: 2px;
    color: #888888;
    font-size: 17px;
}
.select2-results__option .wrap:before{
    /*font-family: 'Font Awesome\ 5 Free';*/
    color:#999;
    content:"\f0c8";
    width:25px;
    height:25px;
    padding-right: 10px;
}
.select2-results__option[aria-selected=true] .wrap:before{
    content:"\f14a";
}
.dropzone {
    background: #ffffff !important;
    border: 1px dashed #0594f3 !important;
    color: #ada8a8 !important;
}
/*  SNAZZY иконки на картах */
.si-close-button {
	position: fixed !important;
    top: -23px !important;
    right: -23px !important;
    padding: 5px !important;
}
.si-frame {
    border-radius: 12px !important;
}
.si-content-wrapper {
    padding: 12px 12px 6px 12px !important;
    background-color: #fff !important;
    margin: 0 auto !important;
    text-align: center !important;
    border-radius: 8px !important;
}
.img-snazzy {
	height: 80px !important;
	width: 80px !important;
	vertical-align: middle !important;
    border-radius: 12% !important;
}
.snazzyname, .snazzyname a {
	padding-top: 8px !important;
	color: red !important;
	font-size: 14px !important;
	max-width: 80px !important;
}
.user-status-snazzy {
	font-size: 8px !important;
	position: absolute !important;
    top: 16px !important;
    right: 16px !important;
    z-index: 10 !important;
}

.snazzyava .offline {
    display: none !important;
} 
	
/*********************** ГУГЛ КАРТЫ ***************************** **/
#map, #map-canvas {
	margin-left: 0; margin-right: 0;
	/** Experimental, prevents lags on big screens while dragging **/
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: all 0s ease;
	transition: none;
}
#wrapMap {
    position: relative;
    overflow: hidden;
}
.mapTitle {
    position: absolute;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
    display: none;
    padding: 5px 20px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}

/** prevenr blue border on gmaps layers **/
div.gm-style > div {
    border: none !important;
}
/**
#map img[src*="drag-cross"],#map-canvas img[src*="drag-cross"] {
  display: none !important;
}
img[src*="drag-cross"] {
  display: none !important;
}
#map img[src="https://maps.gstatic.com/mapfiles/api-3/images/drag-cross_hdpi.png"], #map-canvas img[src="https://maps.gstatic.com/mapfiles/api-3/images/drag-cross_hdpi.png"], img[src="https://maps.gstatic.com/mapfiles/api-3/images/drag-cross_hdpi.png"] {
  display: none !important;
}
*/
.smallmap {
	min-height: 200px;
	transition: min-height 0.5s ease-in-out;
}
.bigmap {
	min-height: 400px;
	height: -webkit-calc(80vh - 63px);
    height:    -moz-calc(80vh - 63px);
    height:         calc(80vh - 63px);
	transition: min-height 0.5s ease-in-out;
}
#filtermap {
	border: 0px;
    margin: 10px;
    cursor: pointer;
    border-radius: 2px;
    height: 40px;
    width: 210px;
    overflow: hidden;
    color: rgb(86, 86, 86);
    user-select: none;
    font-size: 18px;
    overflow: hidden;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    padding: 7px 23px;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    min-width: 165px;
    font-weight: 300;
}
#filtermap.usersmap{
    position: absolute;
    top: 59px;
}
.popover.show{
	z-index: 10000000 !important;
}
#filtermap.photosmap{
    position: absolute;
    top: 59px;
    left: 0;
	z-index: 9;
    width: 40px !important;
    min-width: 40px;
    padding: 7px 0;
    box-shadow: none;
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    border-radius: 2px;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.map-control_cust {
	border: 0px;
	margin: 10px;
    cursor: pointer;	
	height: 40px;
	width: 40px;
	user-select: none;
    font-size: 18px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    background-color: rgb(255, 255, 255);	
	background-clip: padding-box;
	font-weight: 300;
    position: absolute !important;
    top: 1px;
    left: 50px;
    z-index: 9;	
	min-width: 40px;
    padding: 7px 0;
	box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    border-radius: 2px;    
    display: inline-flex;
    display: -webkit-inline-flex;
}

/* Display the control once it is inside the map. 
#map-canvas .map-control_cust {
  display: inline-flex;
}*/

.map-control_cust i {
	font-size: 25px;
	height: 40px;width: 40px;line-height: 27px;
	color: rgb(86, 86, 86);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.type-control_cust {
	border: 0px;
	margin: 10px;
    cursor: pointer;	
	height: 40px;
	width: 40px;
	user-select: none;
    font-size: 18px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    background-color: rgb(255, 255, 255);	
	background-clip: padding-box;
	font-weight: 300;
    position: absolute !important;
    top: 1px;
    left: 100px;
    z-index: 9;	
	min-width: 40px;
    padding: 7px 0;
	box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    border-radius: 2px;    
    display: inline-flex;
    display: -webkit-inline-flex;
}

/* Display the control once it is inside the map. 
#map-canvas .map-control_cust {
  display: inline-flex;
}*/

.type-control_cust i {
	font-size: 25px;
	height: 40px;width: 40px;line-height: 27px;
	color: rgb(86, 86, 86);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}


#js-delete_placemark.removemark,#js-add_edit_event_route_delete.removemark{
	border: 0px;
    margin: 10px;
    cursor: pointer;
    border-radius: 2px;
    height: 40px;
    overflow: hidden;
    color: rgb(100, 100, 100);
    user-select: none;
    font-size: 18px;
    overflow: hidden;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    padding: 7px 23px;
    background-clip: padding-box;
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 15px;
	z-index: 9;
    width: 40px !important;
    min-width: 40px;
    padding: 7px 0;
    box-shadow: none;
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    border-radius: 2px;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

#js-delete_placemark.storiesmap{
border: 0px;
    margin: 10px;
    cursor: pointer;
    border-radius: 2px;
    height: 40px;
    width: 210px;
    overflow: hidden;
    color: rgb(86, 86, 86);
    user-select: none;
    font-size: 18px;
    overflow: hidden;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    padding: 7px 23px;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    min-width: 165px;
    font-weight: 300;
    position: absolute;
    bottom: 22px;
    z-index: 999;
}
/** INDEX PORTLETS DRAGGABLE SORTABLE **/
.ui-sortable-placeholder {
    border: 1px dashed #999;
    visibility: visible !important;
    height: 90px !important;
	max-height: 90px;
	background: aliceblue !important;
	width:100%;
	}
.ui-sortable-placeholder * { visibility: hidden;  }
.ui-state-highlight {  }
.portlet {
	background: #fcfcfd;
	margin-bottom: 30px;
}
.portlet button.close {
  font-size: 12px !important;
  padding-top: 10px;
}
.portlet-header {
	margin-top: 25px;
	margin-bottom: 15px !important;
	cursor: move;
}
.portlet .heading-title h1, .portlet .heading-title h2, .portlet .heading-title h3, .portlet .heading-title h4, .portlet .heading-title h5, .portlet .heading-title h6 {
	background: #fcfcfd;
}
.portlet-content {
}
/***  #radar  ***/
.ds #radar {
	display: none;
}

#radar {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #075ea4;
	background-attachment: fixed;
	position: fixed;
	bottom: -55px;
	right: 20px;
	box-shadow: 2px 3px 5px 0 rgba(0,1,1,.2);
}
#radar.float {
	position: fixed;
	bottom: 15px;
	right: 20px;
	transform: translateY(70px);
	transition: all 250ms ease-out;
	border-radius: 50%;
   	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
	filter: alpha(opacity=0) !important;
	-moz-opacity:0 !important;
	-khtml-opacity: 0 !important;
	opacity: 0 !important;
	z-index: 1704;
}
#radar.float.enter {
	transform: translateY(0);
	opacity: 1 !important;
}
#rad{
	position:absolute;
	width:40px;
	height:40px; background:url(../../img/radar-ray.png);
	background-size: cover;
}
.obj{
	background:#cf5;
	position:absolute;
	border-radius: 50%;
	width:2px; height:2px; margin:-2px;
	box-shadow:0 0 3px 2px rgba(100,255,0,0.5);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
/** FAB BUTTON **/
.fab {
  cursor: pointer;
}
.fab-backdrop {
  color: rgb(255, 255, 255);
}
.fab-primary, .fab-secondary {
  transition: all 0.35s ease-in-out;
}
.fab.active .fab-primary {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter: alpha(opacity=00);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
  transform: rotate(225deg);
}
.fab-secondary {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter: alpha(opacity=00);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
  transform: rotate(-225deg);
}
.fab.active .fab-secondary {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
  transform: rotate(0);
  margin-top: -2px;
}
.ds #fabbutton {display: none}
#fabbutton.mdl-badge,#fabbutton .mdl-badge {
	margin-right: 0 !important;
}
#fabbutton.mdl-badge[data-badge]:after,#fabbutton .mdl-badge[data-badge]:after {
    right: -4px !important;
    font-weight: 500 !important;
    font-size: 10px !important;
    border: 1px white solid !important;
    background: red !important;
}
#fabbutton {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: fixed;
    bottom: -55px;
    right: 20px;
    width: 40px;
    height: 40px;
    transform: translateY(0);
    transition: all 250ms ease-out;
    border-radius: 50%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter: alpha(opacity=00);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
    z-index: 99999999;
    box-shadow: 2px 3px 5px 0 rgba(0,1,1,.2);
}
#fabbutton.enter {
    position: fixed;
    bottom: 70px;
    right: 20px;
    transform: translateY(0);
    opacity: 1;
}
#fabbutton .dropup .dropdown-toggle::after {
    display: none !important;
}

#fabbutton .show-on-hover:hover > ul.dropdown-menu {
    display: block;
}

#fabbutton .btn-io{
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 0 !important;
}
#fabbutton .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
	margin-bottom: -15px;
	padding-bottom: 30px;
	cursor: pointer;
}
#fabbutton .dropdown-menu-right {
	right: 0 !Important;
	left: auto !Important;
}
#fabbutton .dropdown-menu {
	cursor: pointer;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 199999999;
	display: none;
	float: left;
	min-width: 40px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: center;
	list-style: none;
	background-color: rgba(255, 255, 255, 0) !Important;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none;
	border-radius: 0px;
}
#fabbutton .fa-iox{
    font-size: 22px;
}
#fabbutton .dropdown-menu > li > a {
	cursor: pointer;
	display: block;
	padding: 0;
	padding-top: 8px;
	margin-top: 20px;
	clear: both;
	font-weight: 300;
	line-height: 1.42857143;
	color: #333;
	background: #fff;
	white-space: nowrap;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	font-size: 16px;
}
#fabbutton .dropdown-menu > li:first-child>a {
    color: #255173;
    background: #fff;
}
#fabbutton .dropdown-menu > li:last-child>a {
    color: #255173;
    background: #fff;
}
#fabbutton .dropdown-menu > li:nth-child(3)>a {
    color: #255173;
    background: #fff;
}
#fabbutton .dropdown-menu > li:nth-child(2)>a {
    color: #255173;
    background: #fff;
}
#fabbutton .dropdown-menu > li.fab-pro>a {
    color: #255173;
    background: #fff;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
}
#fabbutton .dropdown-menu > li.fab-ver>a {
    color: #255173;
    background: #fff;
}
#fabbutton .dropdown-menu > li.fab-foli>a {
    color: #255173;
    background: #fff;
}
#fabbutton .dropdown-menu > li>a {
    box-shadow: 2px 3px 5px 0 rgba(0,1,1,.2);
}
#fabbutton .fa-iosm{
    margin-top: 7px;
}

/** https://cdpn.io/JohnOSTend/fullpage/ZXrwoM **/
.new_ribbon {
  position: relative;
  float: left;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
}
.new_ribbon:nth-child(even) {
  margin-right: 4%;
}
@media (max-width: 500px) {
  .new_ribbon {
    width: 100%;
  }
  .new_ribbon:nth-child(even) {
    margin-right: 0%;
  }
}
.new_ribbon1 {
  position: absolute;
  top: -6.1px;
  right: 10px;
  z-index: 2;
}
.new_ribbon1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 10px solid #F8463F;
}
.new_ribbon1 span {
  position: relative;
  display: block;
  text-align: center;
  background: #F8463F;
  font-size: 13px;
  line-height: 1.3;
  padding: 12px 15px 10px;
  border-top-right-radius: 8px;
  width: 90px;
  min-height: 45px;
  box-shadow: 4px 3px 3px rgb(0 0 0 / 30%);
}
.new_ribbon1 span:before, .new_ribbon1 span:after {
  position: absolute;
  content: "";
  box-sizing: content-box;
}
.new_ribbon1 span:before {
 height: 6px;
 width: 6px;
 left: -6px;
 top: 0;
 background: #F8463F;
}
.new_ribbon1 span:after {
 height: 6px;
 width: 8px;
 left: -8px;
 top: 0;
 border-radius: 8px 8px 0 0;
 background: #C02031;
}
.new_ribbon2 {
 width: 60px;
 padding: 10px;
 position: absolute;
 top: -6px;
 left: 25px;
 text-align: center;
 border-top-left-radius: 3px;
 background: #F47530;
 z-index: 2;
 font-size: 11px;
}
.new_ribbon2:before {
 height: 0;
 width: 0;
 right: -5.5px;
 top: 0.1px;
 border-bottom: 6px solid #8D5A20;
 border-right: 6px solid transparent;
}
.new_ribbon2:before, .new_ribbon2:after {
  content: "";
  position: absolute;
  box-sizing: content-box;
}
.new_ribbon2:after {
  height: 0;
  width: 0;
  bottom: -29.5px;
  left: 0;
  border-left: 30px solid #F47530;
  border-right: 30px solid #F47530;
  border-bottom: 30px solid transparent;
}
.new_ribbon3 {
  width: 120px;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  position: absolute;
  left: -8px;
  top: 20px;
  background: #59324C;
  z-index: 2;
  font-size: 13px;
  box-shadow: 4px 2px 3px rgb(0 0 0 / 30%);
}
.new_ribbon3:before, .new_ribbon3:after {
  content: "";
  position: absolute;
  box-sizing: content-box;
}
.new_ribbon3:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}
.new_ribbon3:after {
  height: 0;
  width: 0;
  right: -14.5px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid #59324C;
}
.new_ribbon4 {
  position: absolute;
  top: 15px;
  padding: 8px 16px 8px 10px;
  background: #00B3ED;
  box-shadow: -1px 2px 3px rgba(0,0,0,.3);
  z-index: 2;
  font-size: 12px;
}
.new_ribbon4:before, .new_ribbon4:after {
  content: "";
  position: absolute;
  box-sizing: content-box;
}
.new_ribbon4:before {
  width: 7px;
  height: 100%;
  top: 0;
  left: -6.5px;
  padding: 0 0 7px;
  background: inherit;
  border-radius: 5px 0 0 5px;
}
.new_ribbon4:after {
  width: 5px;
  height: 5px;
  bottom: -5px;
  left: -4.5px;
  background: lightblue;
  border-radius: 5px 0 0 5px;
 }
.new_ribbon6 {
  width: 200px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 30px;
  right: -50px;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px dashed;
  box-shadow:0 0 0 3px #57DD43,  0px 21px 5px -18px rgba(0,0,0,0.6);
  background: #57DD43;
  text-align: center;
  z-index: 2;
}
.new_ribbon6_wrap {
  width: 100%;
  height: 188px;
  position: absolute;
  top: -8px;
  left: 8px;
  overflow: hidden;
}
.new_ribbon6_wrap:before, .new_ribbon6_wrap:after {
  content: ""; 
  position: absolute;
}
.new_ribbon6_wrap:before {
  width: 40px;
  height: 8px;
  right: 100px;
  background: #4D6530;
  border-radius: 8px 8px 0px 0px;
}
.new_ribbon6_wrap:after {
  width: 8px;
  height: 40px;
  right: 0px;
  top: 100px;
  background: #4D6530;
  border-radius: 0px 8px 8px 0px;
}


/***  Redraw default jquery ui slider-pips	***/
.newslider {
	width: 80%;
	margin: 0 auto;
}
.newslider .ui-slider-tip {
    visibility: visible;
    opacity: 1;
    top: -30px;
  -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*/
}
#slidermarketprice .ui-slider-tip {
	width: 75px;
	margin-left: -38px;
}
#slidermarketcopies .ui-slider-tip, #marketfilter-range .ui-slider-tip {
	width: 83px;
	margin-left: -41px;
}
.newslider .ui-slider-pips .ui-slider-label {
    left: 50%;
    margin-left: -35px;
    width: 70px;
}
.newslider .ui-slider-tip,#slidermarketcopies .ui-slider-tip-label {
    position: absolute;
    top: -30px;
    display: block;
    width: 34px;
    margin-left: -18px;
    left: 50%;
    height: 30px;
    line-height: 20px;
	background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    color: #626262 !important;
    font-weight: 400 !important;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    -webkit-transition-property: opacity,top,visibility;
    transition-property: opacity,top,visibility;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-duration: 200ms,200ms,0ms;
    transition-duration: 200ms,200ms,0ms;
    -webkit-transition-delay: 0ms,0ms,200ms;
    transition-delay: 0ms,0ms,200ms;
}
.newslider .ui-slider-tip-label:before,.newslider .ui-slider-tip:before {
    content: " ";
    width: 0;
    height: 0;
    border: 5px solid rgba(255,255,255,0);
    border-top-color: rgba(0,0,0,.15) !important;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -5px;
}
.newslider .ui-slider-tip-label:after,.newslider .ui-slider-tip:after {
    content: " ";
    width: 0;
    height: 0;
    border: 5px solid rgba(255,255,255,0);
    border-top-color: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
}
.newslider .ui-slider-disabled .ui-slider-tip {
	display: none;
}

/** RATINGS LIKE **/
/*
.rateplus {
	font-size: 24px;
    color: #02B700 !important;
}

.rateminus{
	font-size: 24px;
    color: #b92c28 !important;
}

.rateplus:hover,.rateminus:focus,.rateminus:active,.rateminus:hover,.rateminus:focus,.rateminus:active  {
    color: #245273 !important;
}
*/
.rateplus,.rateminus,.ukarmaplus,.ukarmaminus {
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    border-radius: 500px;
    background: transparent;
    color: #999;
    vertical-align: middle;
    display: inline-flex;
    display: -webkit-inline-flex;
    justify-content: center;
    align-items: center;
    transition: .1s ease-in-out;
    transition-property: color,background-color;
}
.alpha-dark.forums .ukarmaplus,.alpha-dark.forums .ukarmaminus {
	background: #3f3e3e;
}
.rateplus:hover,.rateplus:focus,.rateplus:active,.rateminus:hover,.rateminus:focus,.rateminus:active  {
    background: #f8f8f8;
}

.ukarmaplus:hover,.ukarmaplus:focus,.ukarmaplus:active,.ukarmaminus:hover,.ukarmaminus:focus,.ukarmaminus:active  {
    background: #f8f8f8;
}
.rateminus-voted,.ukarmaminus-voted {
	font-size: 24px;
    color: #dedfdf !important;
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    display: inline-flex;
    display: -webkit-inline-flex;
    justify-content: center;
    align-items: center;
}
.rateplus-voted,.ukarmaplus-voted {
	font-size: 24px;
    color: #dedfdf !important;
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    display: inline-flex;
    display: -webkit-inline-flex;
    justify-content: center;
    align-items: center;
}
.alpha-dark.forums .ukarmaplus:hover,.alpha-dark.forums .ukarmaplus:focus,.alpha-dark.forums .ukarmaplus:active,.alpha-dark.forums .ukarmaminus:hover,.alpha-dark.forums .ukarmaminus:focus,.alpha-dark.forums .ukarmaminus:active  {
    background: #494949;
}
/** TAGS aka CAMERAS AND LENSES **/
.tags{
	margin:0;
	padding:0;
	right:24px;
	bottom:-12px;
	list-style:none;
	}
.tags li, .tags a{
	float:left;
	height:28px;
	line-height:28px;
	position:relative;
	font-size:12px;
	margin-bottom: 14px;
	}
.tags a{
	margin-left:5px;
	padding:0 10px 0 12px;
	background: #ffffff;
    color: #000000;
    text-decoration:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border: 1px #0000001f solid;
	}
.tags span{
	margin-top: 3px;
	font-weight: bold;
}
/**
 *	This is all the elements used to house all text used
 * in time circles
 **/
.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}
.time_circles > div {
    position: absolute;
    text-align: center;
}
/**
 *	Titles (Days, Hours, etc)
 **/
.time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Century Gothic', Arial;
}
/**
 *	Time numbers, ie: 12
 **/
.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Century Gothic', Arial;
    font-size: 300%;
    margin-top: 0.4em;
    font-weight: bold;
}

#cookie-alert.alert-position-bottom {
    top: auto;
    bottom: -450px;
}

.form-control-label {
	        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}
.alert-darker {
    color: white;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
    font-weight: 100;
}
.alert-darker a{
    color: white;
    text-decoration: underline;
}
.alert-darker_in {
    white-space: initial !important;
}
/**
 *	ALERT JS NOTIFICATIONS
 **/
.notifyjs-wrapper {
	z-index: 2;
}
.notifyjs-corner .notifyjs-wrapper, .notifyjs-corner .notifyjs-container {
    width: auto;
  -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*/
}
.notifyjs-corner {
    position: fixed;
    margin: 10px;
    z-index: 2999 !important;
}
.notifyjs-bootstrap-base {
    white-space: normal !important;
    min-width: 200px;
    width: 240px;
    margin: 0 auto;
    text-align: center;
}
.notifyjs-radalert-base {
  width: 260px;
  background: #e84b3d !important;
  padding: 5px;
  border-radius: 4px;
}
.notifyjs-radalert-base .title {
  width: 220px;
  margin: 10px 0 0 10px;
  text-align: left;
  font-weight: 400;
  color: #ffffff;
}
.notifyjs-radalert-base .buttons {
  width: auto;
  font-size: 9px;
  padding: 5px;
  margin: 2px;
}
.notifyjs-radalert-base button {
  font-size: 12px;
  padding: 5px 10px;
  margin: 2px;
  width: auto;
  color: #ffffff;
    background-color: #59ba41;
    border-color: #3a4a52;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.notifyjs-radalert-base button.yes {
	color: black;
    background-color: #ffffff;
    border-color: #ff0000;
}
.notifyjs-radalert-base button.no {
	color: black;
    background-color: #ffffff;
    border-color: #ff0000;
}
.notifyjs-greenalert-base {
  /* opacity: 0.85; */
  width: 260px;
  background: #59BA41;
  padding: 5px;
}
.notifyjs-greenalert-base .title {
  width: 220px;
  margin: 10px 0 0 10px;
  text-align: left;
  font-weight: 400;
  color: white;
}
.notifyjs-greenalert-base .buttons {
  width: auto;
  font-size: 9px;
  padding: 5px;
  margin: 2px;
}
.notifyjs-greenalert-base button {
  font-size: 12px;
  padding: 5px 10px;
  margin: 2px;
  width: auto;
	color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.notifyjs-greenalert-base button.no {
	color: #f8f5f5;
    background-color: #ff0000;
    border-color: #ff0000;
}
.notifyjs-grayalert-base {
  width: 260px;
  background: #f2f2f2;
  padding: 5px;
  border-radius: 4px;
}

.notifyjs-grayalert-base .title {
  width: 220px;
  margin: 10px 0 0 10px;
  text-align: left;
  font-weight: 400;
  color: #292929;
}

.notifyjs-grayalert-base .buttons {
  width: auto;
  font-size: 9px;
  padding: 5px;
  margin: 2px;
}

.notifyjs-grayalert-base button {
  font-size: 12px;
  padding: 5px 10px;
  margin: 2px;
  width: auto;
  color: #ffffff;
    background-color: #59ba41;
    border-color: #3a4a52;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.notifyjs-grayalert-base button.yes {
}
.notifyjs-grayalert-base button.no {
	color: white;
    background-color: #c1c1c1;
    border-color: #ff0000;
}
.notifyjs-bootstrap-error {
    color: #ffffff !important;
    background-color: #e84b3d !important;
    border-color: #da2f23 !important;
    font-weight: 500 !important;
}
/** SWITCHERS AND CHECKBOXES **/
/***  Чекбоксы и радио  ***/
.radio, .checkbox {
    margin: 0 25px 3px 0 !important;
    padding-left: 30px !important;
}
.radio, .checkbox {
    font-size: 14px;
    line-height: 29px;
    color: #0e0e0e;
}
.checkbox input + i:after {
	content: '\f00c';
	/*font-family: 'Font Awesome\ 5 Free';*/
	font-weight: 900;
}
.sky-form .checkbox input+i:after {
	content: '\f00c';
	/*font-family: 'Font Awesome\ 5 Free';*/
	font-weight: 900;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	text-align: center;
}
.danger .radio i, .danger .checkbox i {
	border-color: #b92c28 !important;
	background: rgba(255,255,255,0.3);
}
.switchradio-light {
	margin-top: -2px;
}
.switch-light label .lever,
.switch-light label .lever:after {
    content: "";
    display: inline-block;
}
.switchradio-light label input[value="DESC"] + span.goo:after,
.switchradio-light label input[value="no"] + span.goo:after,
.switchradio-light label input[value="0"] + span.goo:after,
.switchradio-light label input[value="-1"] + span.goo:after,
.switchradio-light label input[value="gallery"] + span.goo:after,
.switchradio-light.switch-blue label input[value="DESC"] + span.goo:after,
.switchradio-light.switch-blue label input[value="no"] + span.goo:after,
.switchradio-light.switch-blue label input[value="0"] + span.goo:after,
.switchradio-light.switch-blue label input[value="-1"] + span.goo:after,
.switchradio-light.switch-blue label input[value="gallery"] + span.goo:after {
    animation: rippleOn 0.3s;
}
.switch-light,
.switch-light * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
.switch-light label {
    cursor: pointer;
}
.switch-light label input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch-light label input[type="checkbox"]:checked + .lever {
    background-color: #eee;
}
.switch-light.switch-red label input[type="checkbox"]:checked + .lever:after {
    background-color: #fa0404;
}
.switch-light.switch-blue label input[type="checkbox"]:checked + .lever:after {
    background-color: #3b99fc;
}
.switch-light label .lever {
    position: relative;
    width: 30px;
    height: 11px;
    background-color: rgba(221, 221, 221, 0.51);
    border-radius: 15px;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 16px 0 0;
}
.switch-light label .lever:after {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #eee;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -5px;
    top: -3px;
    transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}
.switch-light label input[type="checkbox"]:checked + .lever:after {
    left: 19px;
}
.switch-light input[type="checkbox"][disabled] + .lever {
    cursor: default;
}
.switch-light.switch-blue label input[type="checkbox"][disabled] + .lever:after,
.switch-light.switch-blue label input[type="checkbox"][disabled]:checked + .lever:after {
    background-color: #bdbdbd;
}
.switch-light.switch-red label input[type="checkbox"][disabled] + .lever:after,
.switch-light.switch-red label input[type="checkbox"][disabled]:checked + .lever:after {
    background-color: #1208d0;
}
.switchradio-light,
.switchradio-light input,
.switchradio-light label input + span,
.switchradio-light label input + span label,
.switchradio-light label input:checked + span label,
.switchradio-light label input[value="ASC"]:checked + span,
.switchradio-light label input[value="yes"]:checked + span,
.switchradio-light label input[value="DESC"]:checked + span,
.switchradio-light label input[value="no"]:checked + span,
.switchradio-light label input[value="-1"]:checked + span,
.switchradio-light label input[value="1"]:checked + span,
.switchradio-light label input[value="0"]:checked + span,
.switchradio-light label input[value="full"]:checked + span,
.switchradio-light label input[value="gallery"]:checked + span {
    position: absolute;
    vertical-align: middle;
    width: 30px;
    height: 11px;
    cursor: pointer;
    font-size: 11px;
}
.switchradio-light label input + span label {
    overflow: hidden;
    line-height: 11px;
    text-align: center;
    width: 0;
}
.switchradio-light,
.switchradio-light input,
.switchradio-light label input + span {
    position: absolute;
}
.switchradio-light label input + span {
    top: 0;
    width: 8px;
}
.switchradio-light {
    position: relative;
    display: inline-block;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.switchradio-light input {
    top: -4px;
    left: 0;
    opacity: 0;
    z-index: 1;
}
.switchradio-light input:checked {
    z-index: 0;
}
.switchradio-light label input[value="ASC"] + span label,
.switchradio-light label input[value="yes"] + span label,
.switchradio-light label input[value="1"] + span label,
.switchradio-light label input[value="full"] + span label {
    text-indent: -14px;
    color: #fff;
}
.switchradio-light label input[value="DESC"] + span label,
.switchradio-light label input[value="no"] + span label,
.switchradio-light label input[value="0"] + span label,
.switchradio-light label input[value="-1"] + span label,
.switchradio-light label input[value="gallery"] + span label {
    text-indent: 14px;
    color: rgba(219, 30, 6, 1);
}
.switchradio-light label input[value="ASC"] + span,
.switchradio-light label input[value="yes"] + span,
.switchradio-light label input[value="1"] + span,
.switchradio-light label input[value="full"] + span,
.switchradio-light.switch-blue label input[value="ASC"] + span,
.switchradio-light.switch-blue label input[value="yes"] + span,
.switchradio-light.switch-blue label input[value="1"] + span,
.switchradio-light.switch-blue label input[value="full"] + span {
    background-color: rgba(210, 210, 210, 0.81);
}
.switchradio-light label input[value="DESC"]:checked + span,
.switchradio-light label input[value="no"]:checked + span,
.switchradio-light label input[value="0"]:checked + span,
.switchradio-light label input[value="-1"]:checked + span,
.switchradio-light label input[value="gallery"]:checked + span {
    left: 0;
}
.switchradio-light label input[value="ASC"]:checked + span,
.switchradio-light label input[value="yes"]:checked + span,
.switchradio-light label input[value="1"]:checked + span,
.switchradio-light label input[value="full"]:checked + span {
    right: 0;
}
.switchradio-light label input[value="DESC"] + span,
.switchradio-light label input[value="no"] + span,
.switchradio-light label input[value="0"] + span,
.switchradio-light label input[value="-1"] + span,
.switchradio-light label input[value="gallery"] + span {
    background-color: rgba(210, 210, 210, 0.81);
    left: 23px;
}
.switchradio-light label input[value="ASC"] + span,
.switchradio-light label input[value="yes"] + span,
.switchradio-light label input[value="1"] + span,
.switchradio-light label input[value="full"] + span {
    right: 23px;
    background-color: rgba(210, 210, 210, 0.81);
}
.switchradio-light label input + span,
.switchradio-light label input + span label,
.switchradio-light label input:checked + span,
.switchradio-light label input:checked + span label {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.switchradio-light label input[value="DESC"] + span:after,
.switchradio-light label input[value="no"] + span:after,
.switchradio-light label input[value="0"] + span:after,
.switchradio-light label input[value="-1"] + span:after,
.switchradio-light label input[value="gallery"] + span:after {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #cd2122;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.4);
    left: -5px;
    top: -2px;
    transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
    content: "";
    z-index: 2;
}
.switchradio-light.switch-blue label input[value="DESC"] + span:after,
.switchradio-light.switch-blue label input[value="no"] + span:after,
.switchradio-light.switch-blue label input[value="0"] + span:after,
.switchradio-light.switch-blue label input[value="-1"] + span:after,
.switchradio-light.switch-blue label input[value="gallery"] + span:after {
    background-color: #3b99fc;
}
.switchradio-light.switch-blue.imblue label input[value="DESC"] + span:after,
.switchradio-light.switch-blue.imblue label input[value="no"] + span:after,
.switchradio-light.switch-blue.imblue label input[value="0"] + span:after,
.switchradio-light.switch-blue.imblue label input[value="-1"] + span:after,
.switchradio-light.switch-blue.imblue label input[value="gallery"] + span:after {
    background-color: #3b99fc !important;
}

.switchradio-light.delswitch label input[value="DESC"] + span.checked:after,
.switchradio-light.delswitch label input[value="no"] + span.checked:after,
.switchradio-light.delswitch label input[value="0"] + span.checked:after,
.switchradio-light.delswitch label input[value="-1"] + span.checked:after,
.switchradio-light.delswitch label input[value="gallery"] + span.checked:after {
    background-color: #9e9e9e !important;
}

.switchradio-light.switch-blue label input[value="DESC"] + span.checked:after,
.switchradio-light.switch-blue label input[value="no"] + span.checked:after,
.switchradio-light.switch-blue label input[value="0"] + span.checked:after,
.switchradio-light.switch-blue label input[value="-1"] + span.checked:after,
.switchradio-light.switch-blue label input[value="gallery"] + span.checked:after {
    background-color: #9e9e9e;
}

@keyframes rippleOn {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.5);
    }
}
.switchradio-light label input[value="DESC"] + span:after:active:after,
.switchradio-light label input[value="no"] + span:after:active:after,
.switchradio-light label input[value="0"] + span:after:active:after,
.switchradio-light label input[value="-1"] + span:after:active:after,
.switchradio-light label input[value="gallery"] + span:after:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}
.switchradio-light,
.switchradio-light input,
.switchradio-light label input + span,
.switchradio-light label input[value="DESC"] + span:after,
.switchradio-light label input[value="no"] + span:after,
.switchradio-light label input[value="0"] + span:after,
.switchradio-light label input[value="-1"] + span:after,
.switchradio-light label input[value="gallery"] + span:after,
.switchradio-light.swbox label input[value="DESC"] + span:after,
.switchradio-light.swbox label input[value="no"] + span:after,
.switchradio-light.swbox label input[value="0"] + span:after,
.switchradio-light.swbox label input[value="-1"] + span:after,
.switchradio-light.swbox label input[value="gallery"] + span:after {
    border-radius: 30px;
}
