
.cursor {cursor: pointer !important;}
.premium-thumbnail-circle .spinner.startspin {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.ava-edit {
	z-index: 999;position: absolute;top: 0;right: 0;margin: 0;height: 100%; width: 100%; text-align: center; cursor: pointer; opacity: 0.5; padding-top: 80px;
}

.heroimg-edit {
	z-index: 999;cursor: pointer; opacity: 0.5;
}
#hero {
	width: 100%; height: 100%; z-index: 999; position: absolute;top: 0;right: 0;margin: 0; opacity: 0; cursor: pointer; 
}
#portfolio .portfolio-item h2, #portfolio .portfolio-item h3 {
    white-space: break-spaces !important;
}
/* Common ELEMENTS */
.doselectable {
  -webkit-touch-callout: default; /* iOS Safari */
    -webkit-user-select: text; /* Safari */
     -khtml-user-select: default; /* Konqueror HTML */
       -moz-user-select: all; /* Old versions of Firefox */
        -ms-user-select: all; /* Internet Explorer/Edge */
            user-select: all; /* Non-prefixed version, currently*/
}
.mdl-js-button {
  -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*/
}
.unselectable, .notifyjs-container {
  -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*/
}
img,figcaption,.page_toc {
  -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*/
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  -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*/
}
::-moz-placeholder { /* Firefox 19+ */
  -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*/
}
:-ms-input-placeholder { /* IE 10+ */
  -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*/
}
:-moz-placeholder { /* Firefox 18- */
  -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*/
}

.text-blood,.text-blood a,.text-blood a:visited,.text-blood a:focus,.text-blood a:hover {
    color: #CD2122 !important;
}
.text-sky {
    color: #1265A8 !important;
}
.text-white,.text-white a, .text-white a:hover {
    color: white !important;
}
.underline, .underline a, .underline a:hover, .underline a:active {
	text-decoration: underline !important;
}
.nounderline, .nounderline a, .nounderline a:hover, .nounderline a:active {
	text-decoration: none !important;
}
.dash-underline {
	font-style: normal;
    text-decoration: none !important;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.dash-underline2 {
	font-style: normal;
	line-height: 24px;
    text-decoration: none !important;
    border-bottom: 2px dashed rgba(255, 255, 255, 0.5);
}

.dashed-black,.dashed-black a {
    border-bottom: 1px dashed;
}
.alert-notify {
    background: #f443360d;
}
.new-form-tags{
    border: 0;
    background-image: linear-gradient(#CD2122, #CD2122), linear-gradient(#D2D2D2, #D2D2D2);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 300;
}
.new-form{
    border: 0;
	background-image: linear-gradient(#1165a8, #1165a8), linear-gradient(#D2D2D2, #D2D2D2);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 300;
}
/** Убрал тк не знаю окуда это стиль взялся **/
 .new-form.active {
    outline: none;
	background-image: linear-gradient(#1165a8, #1165a8), linear-gradient(#D2D2D2, #D2D2D2);
    background-size: 100% 2px, 100% 1px;
    box-shadow: none;
    transition-duration: 0.3s;
}
 .new-form:focus {
	 background-color: transparent;
}

.new-form.filled {
    outline: none;
    background-image: linear-gradient(#CD2122, #CD2122), linear-gradient(#D2D2D2, #D2D2D2);
    background-size: 100% 2px, 100% 1px;
    box-shadow: none;
    background-color: white;
}
input.new-form:focus::-webkit-input-placeholder{ /* WebKit browsers */
   color: transparent !important;
}
input.new-form:focus::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: transparent !important;
}
input.new-form:focus::::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: transparent !important;
}
input.new-form:focus:::-ms-input-placeholder { /* Internet Explorer 10+ */
   color: transparent !important;
}
._on-img-title {
    display: block;
    position: absolute;
    text-align: left;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px;
    color: #fff;
    background-color: rgba(0,0,0,0.2);
    color: #fff;
    z-index: 100;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 300;
    max-height: 50%;
    overflow: hidden;
}


.income {
	background: #17a086;
}
.outcome {
	background: #f5a59d;
}
.cardform {
	z-index: 10;
	padding-left: 15px !important;
}
.card-wrapper {
	display: none;
	position: absolute;
	top: 20px;
	right: -280px;
	z-index: 5;
	-webkit-transition:1s;
	transform: translate3d(0, 0, 0);
    transform-style: preserve-3d;
}

.card-wrapper .jp-card-container:after {
  position: absolute;
  top: -70px;
  left: 0;
  content: '';
  width: 200%;
  height: 200%;
  /** background-image: linear-gradient(60deg, rgba(255,255,255,0) 20%, rgba(255,255,255,0.2), rgba(255,255,255,0) 80%); **/
  transform: translateX(-100%);
}
.card-wrapper .jp-card-container.go:after{
  transform: translateX(100%);
  transition: all 1.2s ease-in-out;
}
.card_suppl {
	z-index: 2;
}
.jp-card {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.affiliate .tree ul, .affiliate .tree ul > li > ul, .affiliate .tree ul > li > ol, .affiliate .tree ol > li > ol, .affiliate .tree ol > li > ul {
    padding-inline-start: 14px;
}
.affiliate .tree li {
    list-style-type:none;
    margin:0;
    padding: 10px 0px 0 5px;
    position:relative;
}
.affiliate .tree li::before, .affiliate .tree li::after {
    content:'';
    left:-8px;
    position:absolute;
    right:auto
}
.affiliate .tree li::before {
    border-left: 1px dashed #c7c7c7;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.affiliate .tree li::after {
    border-top: 1px dashed #c7c7c7;
    height:20px;
    top:28px;
    width:25px
}
/*
.affiliate .tree li>.uk-card {
    background: #d3d0d0;
    border: 1px solid #dcdcdc;
}
*/
.affiliate .tree li.parent_li>.uk-card {
    cursor:pointer
}
.affiliate .tree>ul>li::before, .affiliate .tree>ul>li::after {
    /*border:0*/
}
.affiliate .tree li:last-child::before {
    height:30px
}
.affiliate .tree li.parent_li>span:hover, .affiliate .tree li.parent_li>span:hover+ul li span {
    background-color: #ececec;
}
.affiliate .tree li.parent_li>span:hover a {
    background-color: #ececec;
    text-decoration: underline;
}
.affiliate .tree li.parent_li>.uk-card .uk-card-badge {
    display: block !important;
}


.affiliate .tree li.parent_li>.uk-card {
  position: relative;
}

.affiliate .tree li.parent_li>.uk-card.closed::before,
.affiliate .tree li.parent_li>.uk-card.closed::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.affiliate .tree li.parent_li>.uk-card::before,
.affiliate .tree li.parent_li>.uk-card::after {
  border: 1px solid #01937c;
  transition: transform 0.01s;
  border-radius: 0px;
}

.affiliate .tree li.parent_li>.uk-card::before {
  background: white;
  border: 1px solid #dcdcdc;
  transform: translate(3px, 3px);
  z-index: 2 !important;
}

.affiliate .tree li.parent_li>.uk-card::after {
  background: white;
  border: 1px solid #dcdcdc;
  transform: translate(6px, 6px);
  z-index: 1 !important;
}

/*
.affiliate .tree li.parent_li>.uk-card::before,
.affiliate .tree li.parent_li>.uk-card-inner {
  z-index: 2 !important;
}
*/
.affiliate .tree li.parent_li>.uk-card .uk-card-inner .uk-card-badge {
	background: none !important;
	color: #565656;
}

.affiliate .tree li.parent_li>.uk-card.open .uk-card-inner .uk-card-badge {
	rotate: 180deg;
}

.affiliate .tree li>.uk-card .uk-card-inner, .affiliate .tree li.parent_li>.uk-card .uk-card-inner {
  position: relative;
  z-index: 3 !important;
  background: white;
  border: 1px solid #dcdcdc;
}


/*
.affiliate .tree li.parent_li>.uk-card:hover::before {
  transform: translate(4px, 4px);
}

.affiliate .tree li.parent_li>.uk-card:hover::after {
  transform: translate(8px, 8px);
}
*/

.affiliate .tree li.parent_li>.uk-card.open:hover::before, .affiliate .tree li.parent_li>.uk-card.open:hover::after {
  display: none;
}
.affiliate .tree li.parent_li>.uk-card.closed:hover::before, .affiliate .tree li.parent_li>.uk-card.closed:hover::after {
  display: block;
}



.container-wide {
	width: 97% !important;
}

ul.orientation {
		display: none;
}

.article-door .post-head {
    margin: 0 0 5px;
    position: relative;
    border-bottom: 2px solid #e74c3c;
}
.article-door .post-header {
    line-height: 1.6;
}
.article-door h1,.article-door h2,.article-door h3 {
    margin: 0;
    position: relative;
}
h1.post-title, h1.post-title a, h1.post-title a:hover, h2.post-title, h2.post-title a, h2.post-title a:hover {
    color: #e74c3c;
    font-size: 31px;
    line-height: 1.5em;
    font-weight: 300 !important;
    position: relative;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
}
.alpha-stories__add_edit__post-title,.alpha-events__add_edit__post-title,.alpha-pages__post-title,.alpha-pages__add_edit__post-title {
    font-family: 'Oswald', sans-serif;
    color: #343a40 !important;
}
.title-underline {
	top: 2px;
    padding-bottom: 5px;
    border-bottom: 2px solid #222222;
}
.ava_shad {
	box-shadow: -2px 3px 15px -8px rgb(0 0 0 / 24%), 0px 4px 10px -5px rgb(0 0 0 / 20%);
}
.ava_shad_light {
    box-shadow: -2px 3px 15px -8px rgb(0 0 0 / 4%), 0px 4px 10px -5px rgb(0 0 0 / 5%);
}
.butt_shad {
    box-shadow: 1px 2px 15px -8px rgb(0 0 0 / 40%), -1px 4px 10px -3px rgb(0 0 0 / 32%);
}
.article-door .puller .media {
    width: 100%;
    /* padding-top: 20px; */
}
.article-door .ava-cont {
    position: relative;
}
.article-door .media .media-body {
    height: 100%;
}
.article-door .big_author-no-white, .article-door a.big_author-no-white, .article-door a.big_author-no-white:hover {
    color: #2b2b2b;
    font-style: normal;
    font-size: 16px;
    text-decoration: underline;
}
.article-door .small-ava-no-shad {
    height: 65px;
    width:65px;
    border-radius: 100%;
}
.article-door .small-ava-no-shad2 {
    height: 72px;
    width:72px;
    border-radius: 100%;
}

.article-door .inusers.ava-cont .user-status {
    font-size: 16px;
    border: 5px #f8fafc solid;
    border-radius: 50%;
}
.article-door .inusers.ava-cont .user-status-small {
    position: absolute;
    top: -6px;
    right: -8px;
    z-index: 10;
}

.inusers .fa-circle:before {
    margin-left: -1px;
}
.inusers .fa,.inusers .fab,.inusers .fad,.inusers .fal,.inusers .far,.inusers .fas {
    line-height: 14px;
}
.single-background {
	height: 200px;
	width: auto;
}
.page_hero {
	height: 250px;
}
.single-background-small {
	height: 220px;
	width: auto;
-webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
  }
.badge-padding {
	padding: .3em .6em .3em !important;
}

.item-box-overlay-title {
	height: 75px;
    overflow: hidden;
}



.read-also,.read-also:active,.read-also:focus {
	width: 100%;
    display: inline-block;
    color: #353535 !important;
    transition: box-shadow .2s;
    box-shadow: 0 0 12px rgba(0,0,0,.15) !important;
    border-radius: 3px;
    /** overflow: hidden; **/
    background: white;
}
.read-also:hover {
    box-shadow: 0 0 12px rgba(0,0,0,.15);
}
.read-also-inner {
    padding: 5px 15px 15px;
    height: 90px;
    overflow: hidden;
    min-height: 98px !important;
}
.read-also-info {
    font-size: 11px;
    line-height: 13px;
    position: relative;
    display: none;
}
.read-also-info:after {
    content: ' ';
    display: table;
    clear: both;
}
.read-also-info-1 {
    float: left;
    width: calc(100% - 230px);
    max-height: 15px;
    overflow: hidden;
}
@media (min-width: 640px) { 
	.read-also-info {
	    font-size: 11px;
	    line-height: 13px;
	    position: relative;
	    display: block;
	}
}

.read-also-info-2 {
    float: right;
    color: #9B9B9B;
}
.read-also-info-2-item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.read-also-title {
	color: #2f2f2f;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 7px;
    height: 49px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    visibility: visible;
}
.read-also-text {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 10px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    visibility: visible;
}

.read-also,.read-also:active,.read-also:focus {
	width: 100%;
    display: inline-block;
    color: #353535 !important;
    transition: box-shadow .2s;
    box-shadow: 0 0 12px rgba(0,0,0,.15) !important;
    border-radius: 3px;
    /** overflow: hidden; **/
    background: white;
}
.read-also:hover {
    box-shadow: 0 0 12px rgba(0,0,0,.15);
}

.timeline	{
	margin-top: 0;
	padding-left: 0;
}
.projects .timeline .timeline-entry {
	height: 84px;
}
.projects .timeline .timeline-entry>span {
	margin-top: 1px;
}
.projects .timeline .timeline-entry>span.yearspan {
	font-size: 15px;
	font-weight: 300;
	margin-top: 3px;
}
.timeline .timeline-entry,.timeline-hline {
    top: 0;
    display: none;
}
.status_border {
	border: 2px #eceff1 solid;
    border-radius: 50%;
}
.article-door .ava-cont .user-status-ex-small {
    position: absolute;
    top: 3px !important;
    right: 4px !important;
    z-index: 10;
}
.article-door .ava-cont .user-status-small {
    position: absolute;
	top: 2px;
    right: 2px;
    font-size: 7px;
    z-index: 10;
}
.article-door .ava-cont .square-small, .article-door .ava-cont .user-status {
    font-size: 7px;
}
.article-door .iamplace-static-nomargin {
    line-height: 1.3;
    font-size: 12px;
    color: #181818;
    font-weight: 300;
    text-shadow: none;
}
.article-door .iamplace-static-nomargin i{
    padding-right: 8px;
    font-size: 15px;
}
.article-door .iamplace-static-nomargin a{
    color: #0a0a0a;
}

.article-door .author2, .article-door .author2 a {
    line-height: 1.3;
    font-size: 14px;
    color: #ff4142;
}

.article-door .gray-plate, .article-door .gray-plate:active {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.005);
    border-radius: 4px 4px 0px 0px;
    -webkit-box-shadow: 0 2px 1px 1px rgba(0,0,0,0.10) !important;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,0.10) !important;
}
.article-door .gray-plate-paddings {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.article-door ._right-corner {
    position: absolute;
    top: -3px;
    right: -7px;
    width: 22px;
    height: 110px;
    background: url(../../img/right-corner.png) 100% 0 no-repeat;
    z-index: 99;
}
.article-door .post-head {
    margin: 0 0 5px;
    position: relative;
    border-bottom: 2px solid #e74c3c;
}
.article-door .post-header {
    line-height: 1.6;
}
.article-door .post-title a, .article-door .post-title a:hover, .article-door .post-title a:active, .article-door .post-title a:focus {
    color: #121212 !important;
    font-size: 28px;
    line-height: 1.5em;
    font-weight: 300;
    position: relative;
    display: inline-block;
    -webkit-text-stroke: 0.01px;
}
.article-door h1 {
    margin: 0;
    position: relative;
}

#page-menu ul.single {
    display: inline-block;
    position: initial;
    min-width: auto;
}	
	
/**
	BETA-MAIN
** ***************************** **/
.badge {
    	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.badge.badge_selectable {
    -webkit-touch-callout: all;
    -webkit-user-select: all;
    -khtml-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
}

.ui-datepicker-trigger {
	height: 32px;
    width: 32px;
    position: relative;
    top: -38px;
    right: 10px;
    text-align: right;
    float: right;
    cursor: hand;
    	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ui-datepicker-calendar {
	margin-bottom: 0 !important;	
	background: beige;
	border-bottom: 1px solid #bbbbbb;
}
.mob-center {
	text-align: center !important;
}

.slogan {
	margin: 0 auto;
	width: 90%;
    box-sizing: border-box;
    padding: 15px 25px;
    background-color: #fff;
    position: relative;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 2px 4px 17px 0px hsla(0, 0%, 87%, 0.98);
    min-height: 100px;
    text-align: center;
    color: #757575;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor:default
}
.slogan:active,.slogan:focus {
	    box-shadow: 2px 4px 17px 0px hsla(0, 0%, 87%, 0.98) !important;
}

.slogan:before {
        display:none
    }

.slogan-text {
        text-align: center;
        color: black;
    }
    
.my-shadow-is-active,.my-shadow-is-active:hover, .my-shadow-is-active:active {
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.18), 2px 1px 15px 0px rgba(0, 0, 0, 0.21) !important;
}

.faq .toggle.active label {
    font-weight: 300 !important;
}

.radio i, .checkbox i {
    width: 19px;
    height: 19px;
}
.checkbox input + i:after {
	top: 0;
    left: 0px;
    width: 15px;
    height: 15px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}
.nofullwidht {
	width: 100% !important;
	margin-bottom: 20px !important;
}

.page-controls {
	float: none;
}


.leftimg {
    float:left;
    margin: 0 24px 15px 0;
    width: 250px;
}
.rightimg {
    float:right;
    margin: 6px 0 15px 24px;
    width: 250px;
}
.leftimg_big {
    float:left;
    margin: 0 24px 15px 0;
    width: 450px;
}
.rightimg_big {
    float:right;
    margin: 6px 0 15px 24px;
    width: 450px;
}  
figure.img250-left {
	width: 100%;
    height: auto;
    float: left;
    margin: 6px 24px 15px 0;
}
figure.img250-left figcaption {
    font-size: 14px;
    font-weight: 500;
    float: left;
    width: 300px;
}
figure.imgmain {
	margin-top: 20px;
	position: relative;
}
figure.imgmain figcaption {
    font-size: 13px;
}
@media (max-width: 670px) {
	figure.img250-left {
	    width: 100%;
	    height: auto;
	    float: left;
	    margin: 6px 24px 15px 0;
	}
	.figure.img250-left figcaption{
		font-size: 14px;
		font-weight: 500;
		float:none;
		width: auto;
	}
}

.table-info th {
    border: none !important;
    font-weight: 500;
}


.avatar .dropdown-toggle::after {
    content:none !important;
    border-top: none !important;
    border-right:none !important;
    border-left: none !important;
}

/** Fix ошибки при изначальной верстке **/
	#slidetop a.slidetop-toggle:after {
		content: none !important;
	}    
	blockquote:after {
	    content: none !important;
	}
	blockquote:before {
	    content: none !important;
	}

	#sidepanel ul {
	    border-bottom: none !important;
	}
	#sidepanel ul li a>i.ico-category {
	    width: 20px !important;
	    padding: 1px;
	    margin: 0 auto;
	    text-align: center;
	    margin-right: 10px;
	}

/** Иконка дропдауна в новых fontawsome **/


#sidepanel a:hover, #sidepanel .list-group-item a:hover {
    color: #ddd !important;
}
#sidepanel ul li a {
    color: #ddd !important;
}


#emailnotes {
	display: none;
}
#emailnotes.act {
	display: block;
}

.btn-extrsm {
	font-size: 10px !important;
    padding: 1px 6px;
}
.btn-lite {
    background-color: #e5e5e5;
    color: #464646 !important;
}
a.btn-info.selected {
	text-decoration: underline;
}
a.btn-info,a.btn-info:hover,a.btn-info:focus,a.btn-info:active {
	color: white;
}
a.btn-info.selected,a.btn-info.selected:hover,a.btn-info.selected:focus,a.btn-info.selected:active {
	color: white;
}
.alpha-process__run {
  border: 5px solid rgba(100, 100, 100, 0.4);
  border-top: 5px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 35px;
  width: 35px;
  -webkit-animation: task-processing .8s infinite linear;
  animation: task-processing .8s infinite linear;
  background: transparent;
  position: fixed;left: 30px; top: 50px;
  z-index: 1706; 
    margin: 40px auto;
    visibility: hidden;
    display: none;
}

.locselect_processing {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: task-processing .8s infinite linear;
  animation: task-processing .8s infinite linear;
  background: transparent;
position: absolute;left: 0; top: 190px; right: 0; bottom: 0;
  z-index: 1600; 
    margin: 40px auto;
    display: none;
    visibility: hidden;
}
.top_menu__container_processing {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: task-processing .8s infinite linear;
  animation: task-processing .8s infinite linear;
  background: transparent;
position: absolute;left: 0; top: 190px; right: 0; bottom: 0;
  z-index: 1600; 
    margin: 40px auto;
    display: none;
    visibility: hidden;
}

.processing {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: task-processing .8s infinite linear;
  animation: task-processing .8s infinite linear;
  background: transparent;
position: absolute;left: 0; top: 190px; right: 0; bottom: 0;
  z-index: 1600; 
    margin: 40px auto;
    display: none;
    visibility: hidden;
}
.processing_alt {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: task-processing .8s infinite linear;
  animation: task-processing .8s infinite linear;
  background: transparent;
position: absolute;left: 0; top: 190px; right: 0; bottom: 0;
  z-index: 1600; 
    margin: 40px auto;
    display: none;
    visibility: hidden;
}

@-webkit-keyframes task-processing {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes task-processing {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }



/** AJAX SIMPLE PRELOADER **/
.sk-chasing-dots {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
    animation: sk-chasingDotsRotate 2s infinite linear;
    position: absolute;left: 0; top: 0; right: 0; bottom: 0;z-index: 10000;
    display: none;
    visibility: hidden;
}

.sk-chasing-dots .sk-child {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
    animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}
.sk-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@-webkit-keyframes sk-chasingDotsBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1); } }

@keyframes sk-chasingDotsBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1); }
}

.ava-bl {
    height: 250px;
    width: 250px;
}
.ava-real {
    height: 251px;
    width: 251px;
    position: absolute;
	top: 5px;
	left: 10px;
}
#toclonecanvas {
	margin-bottom: 50px;
}

/*img, div {
	-webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}*/

a {
 font-weight:400 !important;
}
.ahover a:hover {
	text-decoration: underline !important;
}


.searchsingle .dropdown-menu>.active>a,.searchsingle .dropdown-menu>.active>a:focus,.searchsingle .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background: none;
    outline: 0;
}


/*select {
    !* Required for IE 5, 6, 7 *!
    !* ...or something to trigger hasLayout, like zoom: 1; *!
    width: 100%;
    height: 40px;

    !* Theoretically for IE 8 & 9 (more valid) *!
    !* ...but not required as filter works too *!
    !* should come BEFORE filter *!
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";

    !* This works in IE 8 & 9 too *!
    !* ... but also 5, 6, 7 *!
    filter: alpha(opacity=0.1);

    !* Older than Firefox 0.9 *!
    -moz-opacity:0.1;

    !* Safari 1.x (pre WebKit!) *!
    -khtml-opacity: 0.1;

    !* Modern!
    !* Firefox 0.9+, Safari 2?, Chrome any?
    !* Opera 9+, IE 9+ *!
    opacity: 0.1;
}*/

/* USERS */





.snehainput {
    border: 0px;
    outline: none;
    margin-left: -4px;
    min-width: 250px;
    background: #f5f5f5;
}
.user-actions .btn {
	margin-bottom: 10px;
}
/** .for_ukarma .btn.btn-reveal.btn-sm i {
    height: 26px;
}
@media only screen and (max-width: 992px)
{
.for_ukarma {
    float: right;
    width: 300px;
    z-index: 999;
}
}**/

._in-littlehackforios {
     position: absolute;
     z-index: -1;
    /*scrolling top header on modile devices*/
}

.sticky-side {
    position: fixed;
    top: 45%;
    left: 6px;
    width: 36px;
    z-index: 1000;
}
span.social-icon.social-icon-light {
    background-color: rgba(0,0,0,0.1);
    text-shadow: none;
    color: #888 !important;
}
span.social-icon>i[class*=" icon-"], span.social-icon>i[class^=icon-] {
    font-size: 20px;
}
.ratingslike_cont .strait_left{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 99;
}
.ratingslike_cont .strait_right{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none !important;
}
ul.blog-post-info li i {
    color: #5770a7;
    margin-right: 5px;
}
.img-circle {
    border-radius: 50%;
}
form label {
    font-weight: 300 !important;
}
#toast-container > .toast-error {
	display: none !important;
}
.no-animation * {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
}
/* No Tramsition */
.no-transition * {
	-webkit-transition: all 0s !important;
	   -moz-transition: all 0s !important;
		 -o-transition: all 0s !important;
			transition: all 0s !important;
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-top: 1px solid rgba(200, 200, 200, 1) !important;
    border-bottom: 1px solid rgba(200, 200, 200, 1) !important;
    border-radius: 0;
}

.page-menu-dark:after {
	content: '';
	display: block;
	width: 100%;
	height: 24px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiIHZpZXdCb3g9IjAgMCA1IDUiPjxjaXJjbGUgZmlsbD0iIzAwYWNlNSIgY3g9IjIuNSIgY3k9IjIuNSIgcj0iLjUiLz48L3N2Zz4=');
	background-position: center center;
	left: 0;
	position: absolute;
	bottom: 11px;
    z-index: 1;
    opacity: 0.5;
}
#page-menu nav, #page-menu nav.float-right #page-menu-mobile {
	background: #444;
	z-index: 10;
}
#page-menu {
	line-height: inherit !important;
}

#page-menu {
	z-index: 102 !important;
}
#page-menu-mobile {
    color: white;
}

.sha {
    position: relative; 
     -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
}
.sha:before, .sha:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100% 20px;
    z-index: 2;
}
.sha:before {
    top: 0;
    background-image: url('../../img/sha-up.png');
	opacity:0.7;
	filter:alpha(opacity=70);
	z-index: 2;
}


.slider_smoothness__200 {
	width: 200px;
	margin-left: 14px;
}
.slider_smoothness__auto {
    width: auto;
    max-width: 280px;
    margin-left: 14px;
    margin-right: 34px;
}
#slidersmoothposition.ui-slider, #sliderplacemarksaccuracy.ui-slider {
  height: 9px;
  background: #dddddd;
  border: none;
  border-radius: 0;
}
                    
  #slidersmoothposition.ui-slider .ui-slider-handle, #sliderplacemarksaccuracy.ui-slider .ui-slider-handle {
    background: #3b99fc;
    border: none;
    width: 17px;
    height: 17px;
    margin-left: -7px;
    border-radius: 100%;
    transition: box-shadow 0.2s ease;
    top: -1px;
	}
                    
    #slidersmoothposition.ui-slider .ui-slider-handle.ui-state-hover, 
    #slidersmoothposition.ui-slider .ui-slider-handle.ui-state-focus, 
    #slidersmoothposition.ui-slider .ui-slider-handle.ui-state-active,
    #sliderplacemarksaccuracy.ui-slider .ui-slider-handle.ui-state-hover, 
    #sliderplacemarksaccuracy.ui-slider .ui-slider-handle.ui-state-focus, 
    #sliderplacemarksaccuracy.ui-slider .ui-slider-handle.ui-state-active {
      box-shadow: none !important;  }
                    
  #slidersmoothposition.ui-slider .ui-slider-pip, #sliderplacemarksaccuracy.ui-slider .ui-slider-pip {
    top: -4px; }
                    
    #slidersmoothposition.ui-slider .ui-slider-pip .ui-slider-line, #sliderplacemarksaccuracy.ui-slider .ui-slider-pip .ui-slider-line {
      background: #9e9e9e;
      width: 16px;
      height: 16px;
      margin-left: -6px;
      box-shadow: 0 1px 3px 0px rgb(0 0 0 / 40%); 
      border-radius: 100%;
      transition: all 0.4s ease; }
                    
    #slidersmoothposition.ui-slider .ui-slider-pip .ui-slider-label,
    #slidersmoothposition.ui-slider .ui-slider-pip .ui-slider-label i,
    #sliderplacemarksaccuracy.ui-slider .ui-slider-pip .ui-slider-label,
    #sliderplacemarksaccuracy.ui-slider .ui-slider-pip .ui-slider-label i {
      width: 100px;
      margin-left: -48px;
      text-align: center; }
                    
    #slidersmoothposition.ui-slider .ui-slider-pip .ui-slider-label, #sliderplacemarksaccuracy.ui-slider .ui-slider-pip .ui-slider-label {
      color: #888888; }
                    
      #slidersmoothposition.ui-slider .ui-slider-pip .ui-slider-label i {
        font-style: normal;
        font-size: 14px;
        font-weight: 100 !important;
        color: black;
        position: absolute;
        top: 22px; }
        
      #sliderplacemarksaccuracy.ui-slider .ui-slider-pip .ui-slider-label i {
        font-style: normal;
        font-size: 12px;
        font-weight: 100 !important;
        color: white;
        position: absolute;
        top: 22px; }
                    
        @media screen and (min-width: 500px) {
          #slidersmoothposition.ui-slider .ui-slider-pip .ui-slider-label i, #sliderplacemarksaccuracy.ui-slider .ui-slider-pip .ui-slider-label i {
            font-size: 14px; font-weight: 100 !important;} 
      }




.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
	width: 20px;
    height: 20px;
    background-color: #337ab7;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    border: 0px solid transparent;
}
.ui-slider .ui-slider-handle:before {
	display: none !important;
}
.info-slider .ui-slider .ui-slider-handle:before, .info-slider .ui-slider .ui-slider-range {
    background-color: #3498db;
}
.ui-slider .ui-slider-range, .progress > button[type="submit"]:hover, .progress > button[type="submit"], .progress-bar > .bar {
    background-image: none !important;
}
.pull-left {
    float: left!important;
}

.newslider{
	border: 1px solid #3598da !important;
    background: #ffffff url(../../img/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x !important;
    color: #222222 !important;
}
.slider-wrapper.newslider, .sliderv-wrapper.newslider {
    position: relative !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
}
.newslider{
	border: 1px solid #3598da !important;
    background: #ffffff url(../../img/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x !important;
    color: #222222 !important;
    height: .7em !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.newslider.state-disabled {
    border: 1px solid #b5b9bb !important;
}
.newslider.state-disabled .ui-slider .ui-slider-handle:before, .newslider.state-disabled .ui-slider .ui-slider-range {
    background-color: #b5b9bb;
}
.newslider .ui-slider-horizontal,.newslider .ui-slider-horizontal:active,.newslider .ui-slider-horizontal:focus {
	height: .6em !important;
}
.newslider .ui-slider .ui-slider-range {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
    /*height: .8em !important;*/
    margin-left: -1px !important;
    margin-right: -1px !important;
}

.newslider .ui-slider .ui-slider-handle {
    border: 1px solid #d3d3d3 !important;
    background: #e6e6e6 url(../../img/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x !important;
    font-weight: 300 !important;
    color: #555555 !important;
    width: 19px !important;
    height: 19px !important;
    cursor: default !important;
    -ms-touch-action: none !important;
    touch-action: none !important;
    top: -3px !important;
    margin-left: -.6em !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.newslider .ui-slider .ui-slider-handle.ui-state-hover,.newslider .ui-slider .ui-slider-handle.ui-state-active,.newslider .ui-slider .ui-slider-handle.ui-state-focus {
    border: 1px solid #999999 !important;
    background: #dadada url(../../img/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x !important;
    font-weight: 300 !important;
    color: #212121 !important;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 400 !important;
}
.badge {
    font-weight: 500 !important;
}
.pro-badge {
    position: relative;
    top: -9px;
    padding: .2em .4em .4em !important;
    font-weight: 500 !important;
}
.eye-badge {
    position: relative;
    top: -6px;
}

.outline-img {
	/*outline: 1px solid #0c0c0c29 !important;*/
}
span.rating-icon-white {
    height: 7px;
    width: 7px;
    background: url(../../img/rating-icon-ccc.svg) no-repeat 0 -1px;
    background-size: cover;
}
span.rating-icon {
    height: 7px;
    width: 7px;
    background: url(../../img/single-rating-icon.svg) no-repeat 0 -1px;
    background-size: cover;
}
span.real-rating-icon {
    height: 7px;
    width: 7px;
    background: url(../../img/rating-icon-transparent-red.svg) no-repeat 0 -1px;
    background-size: cover;
}

/* Pure CSS Post Tags */

@media (min-width: 767px) { 
._double {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    text-align: left;
    min-height: inherit !important;
}
}
	#myUL {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 200px;
    overflow: hidden;
}

#myUL li {
    display: none; /* Make it into a block element to fill the whole list */
}







.jBox-tranparent .jBox-container {
    box-shadow: none !important;
    background: transparent !important;
}

.jBox-tranparent .nav-tabs .nav-link,.jBox-tranparent .nav-tabs .nav-link.active {
    background: white !important;
    color: black !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
 .jBox-tranparent .nav-tabs .nav-link.active {
    background: rgba(58, 74, 83, 0.32)!important;
    color: black !important;
}
.jBox-wrapper {max-width: 400px;}






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

#sidepanel .list-group-item >i {
    margin-right: 6px;
}

.ava-cont .mid-ava {
    border-radius: 4px;
    height: 80px;
    width: 80px;
}
.userlist-ava-cont .user-status {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
    font-size: 8px !important;
}
.ava-cont .user-status {
    position: absolute;
    top: 1px;
    right: 17px;
    z-index: 2;
    font-size: 11px;
}

div.heading-title.heading-border.heading-color.hred, div.heading-title.heading-border.heading-inverse.heading-color.hred {
    border-color: #dc3546;
    margin-left: 7px;
}

/* Возможно лишний стиль*/
.hero-500 {
    height: 500px !important;
}
/* Возможно лишний стиль*/
@media (max-width: 767px) { 
.loginform {
	width: 90% !important;
}
}


/* .travelwith { */
    /* background-blend-mode: luminosity; */
/* } */

.inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 250px;
    height: 50px;
    margin: auto;
}






/**
REWRITE LAYOUT OR ESSENTIAL
** ***************************** **/
#toTop {
    height: 30px;
    width: 40px;
    left: 16px;
    bottom: 16px;
    line-height: 1px;
}
/*
#toTop:before {
	content: '\f077';
	font-family: 'Font Awesome\ 5 Free'; 
	font-weight: 900; 
}
*/
#header.fixed #topNav button.btn-mobile-active, #topNav button.btn-mobile-active {
	opacity: 1;
}

#header.fixed #topNav button.btn-mobile.collapsed i {
	display: none;
}
#header.fixed #topNav button.btn-mobile.btn-mobile-active i {
	display: block !important;
}
@media only screen and (max-width: 991px)
{
	#topNav button.btn-mobile-active>i {
	    float: right;
	    margin-right: 18px;
	    margin-left: 10px;
	    color: #fff !important;
	    font-size: 20px;
	    padding-top: 4px;
	}
}
span.social-icon.social-icon-transparent {
    background-color: transparent;
    text-shadow: none;
    color: #666 !important;
}
span.social-icon.social-icon-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
span.social-icon.social-icon-sm, span.social-icon.social-icon-sm>i {
    width: 30px;
    height: 30px;
    margin-top: 3px;
    font-size: 17px;
    line-height: 23px;
}
span.social-icon>i[class*=" icon-"], span.social-icon>i[class^=icon-] {
    font-size: 15px;
    line-height: 1.7;
}
span.social-icon.social-icon-sm>i:last-child {
    padding-top: 7px;
}
/**
Forms rewrite
** ***************************** **/
.paypro .dropdown-menu.show {
	transform: translate3d(0px, 39px, 0px) !important;
}
.titling, .titling a, .titling a:hover  {
	color: #CD2122;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    display: inline-block;
}

/** пока что закоментировал, не понимаю на что виляет **/
/**.gm-style-iw {top: 17px !important;}**/

.on-img-number {
    z-index: 3000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 110%;
    color: white;
    text-shadow: 0 0 5px rgba(0,0,0,0.65), 0 0 5px rgba(0,0,0,0.65), 0 1px 1px #000;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    opacity:0.5;
    filter:alpha(opacity=50);
    text-align: center;
}

.right-column {
	padding: 0px 15px 0px 15px;
}



/**.form-control {
    border: 1px solid rgba(0,0,0,.15);
}**/

/** TITLE BG TEXT **/
#topcontainer h1 {
    text-shadow: #000 1px 1px 1px;
    position: absolute;
}
 .touch #topcontainer h1:before {
	/* color: rgba(255, 255, 255, 0.20); */
	font-size: 80px;
}
#topcontainer h1:before {
	content: attr(data-bgtext);
	color: rgba(255, 255, 255, 0.35);
	font-size: 100px;
	font-weight:300;
	letter-spacing: 0;
	font-family:Arial,Helvetica,sans-serif;
	line-height: 0.3;
	display: block;
	text-align: center;
	position: absolute;
	left:0;
	right: 0;
	margin: auto;
	z-index: -1;
	top: -4px;
	text-shadow: none !important;
}
	.div-video-h {
	    height: 350px !important;
	}
	.hero-users-xxt{
	    height: 350px !important;
	}




.ad-header {
	text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    margin: auto;
	z-index: 10000;
}
.ad-header a{
	height: 90px !important;
}


.btn-google {
	background: #d64a2d;
	border-bottom-color: #d64a2d;
}
.btn-fb {background: #3b5998;}
.btn-fb i, .btn-google i {
	font-size: 20px;
}
.btn-Google {
	background: #d64a2d;
	border-bottom-color: #d64a2d;
}
.btn-Facebook {background: #3b5998;}

.btn-instagram {
    color: #fff !important;
    background-color: #ce2c88 !important;
    border-color: rgba(0,0,0,0.2);
}
.btn-Instagram {background: #ce2c88;}

.btn-Instagram i, .btn-Facebook i, .btn-Google i, .btn-social i {
	font-size: 20px;
}
.icon-Facebook:before {
    content: "\e86f";
}
.icon-Instagram:before {
    content: "\e889";
}
.icon-Google:before {
    content: "\e838";
}

.touch #topcontainer div.pt:before {
	color: rgba(255, 255, 255, 0.10);
	font-size: 80px;
}
#topcontainer div.pt:before {
	content: attr(data-bgtext);
	color: rgba(255, 255, 255, 0.15);
	font-size: 70px;
	font-weight:300;
	letter-spacing: 0;
	font-family:Arial,Helvetica,sans-serif;
	line-height: 0.3;
	display: block;
	text-align: center;
	position: absolute;
	left:0; right: 0; margin: auto;
	z-index: -1;
	top: -4px;
	text-shadow: none !important;
}

/** TITLE BG TEXT **/
/** h1:before,h2:before,h3:before,h4:before,h5:before,h6:before {
	content: attr(data-bgtext);
	color: rgba(148,149,150,0.07);
	font-size: 80px;
	font-weight:300;
	letter-spacing: 0;
	font-family:Arial,Helvetica,sans-serif;
	line-height: 0.3;
	display: block;
	text-align: center;
	position: absolute;
	left:0; right: 0; margin: auto;
	z-index: -1;
	top: 6px;
}**/
h1:before {
	content: attr(data-bgtext);
	color: rgba(148,149,150,0.07);
	font-size: 80px;
	font-weight:300;
	letter-spacing: 0;
	font-family:Arial,Helvetica,sans-serif;
	line-height: 0.3;
	display: block;
	text-align: center;
	position: absolute;
	left:0; right: 0; margin: auto;
	z-index: -1;
	top: 6px;
}

@media (min-width: 1200px) {
    .travelto {
        font-size: 19px !important;
    }
}

@media (max-width: 1199px) {
    .travelto {
        font-size: 19px !important;
    }

    #topcontainer h1:before {
        font-size: 60px;
    }
}
@media (max-width: 767px) {
    .travelto {
        font-size: 18px !important;
    }
    #topcontainer h1:before {
        font-size: 60px;
    }

}

@media (max-width: 575px) {
    .travelto {
        font-size: 16px !important;
    }
    h1:before,h2:before,h3:before,h4:before,h5:before,h6:before {
        display: none !important;
    }
    #topcontainer h1:before {
        display: none !important;
    }
}
#onliner {
	display: none;
}

#onliner_widget {
    position: fixed;
    bottom: 30%;
    left: 0px;
    background-color: #3172e0;
    padding: 10px 10px 20px 10px;
    border: #CCC solid 1px;
    width: 19%;
    z-index: 100;
}

#chat_widget {
    position: fixed;
    bottom: 100px;
    right: 0px;
    background-color: #FCF4ED;
    border: #CCC solid 1px;
    width: 19%;
    min-width: 200px;
    z-index: 10000;
}

input#changepass {
  pointer-events: none;
}



@media only screen and (max-width: 767px) {
	section div.row>div {
		margin-bottom:20px;
	}
	form.tight section div.row>div {
	    margin-bottom: 0;
	}
}
div.mega-price-table .pricing-title, div.mega-price-table .pricing-head, div.mega-price-table .pricing.popular {
    background-color: #245175;
}
div.mega-price-table .pricing.popular li.dark{
    color: #343a40 !important;
}

/* Product Orientation */
			.orientation div {
			display: inline-block;
			}
			.orientation input[type="radio"] {
			display: none;
			}
			.orientation input[type="radio"] + label span {
			background-color: #b7b8b9;
			display: inline-block;
			vertical-align: bottom;
			cursor: pointer;
			/* border-radius: 50%; 
			border: 2px solid #FFFFFF;
			box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);*/
			}
			.orientation input[type="radio"]#Tall + label span {
			width: 30px;
			height: 40px;
			margin: -1px 2px 0 0;
			}
			.orientation input[type="radio"]#Wide + label span {
			width: 40px;
			height: 32px;
			margin: -1px 2px 0 0;
			}
			.orientation input[type="radio"]#Square + label span {
			width: 35px;
			height: 35px;
			margin: -1px 2px 0 0;
			}
			.orientation input[type="radio"]#Panorama + label span {
			width: 55px;
			height: 24px;
			margin: -1px 2px 0 0;
			}
			.orientation input[type="radio"]:checked + label span {
				background-color: #3172e0;
				background-image: url(../../img/check-icn.svg);
				background-repeat: no-repeat;
				background-position: center;
			}
			
.jqmWindow {
    display: none;
  position: fixed;
  top: -50px;
  z-index: 9999;
  left: 10px;
  right: 10px;
  border: 0 none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.52);
  font-size: 14px;
  line-height: 1.4286;
  text-align: left;
  animation: alertanim 1s ease forwards;
    animation-delay: 5s;
	z-index: 9999;
}

.jqmWindow h4 {
	border-bottom: 1px dotted #b0c4de;
	font-size: 14px;
	margin: 0 0 7px 0;
	padding: 0 0 5px 0;
	text-align: left;
	color: #3E606F;
}

.jqmWindow p{
	text-align: right;
	margin: 15px 0 0 0;
	font-size: x-small;
	text-transform: lowercase;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* Clear tpl */
.nav-item h5 {font-size: 12px}
.process-steps .nav-item h5 {display: none !important;}
.no-box-shadow {box-shadow: none !important}
.gray-menu {margin-top: 0;padding-bottom: 10px;height: 58px;}
.gray-menu2 {margin-top: 69px;}

.ratingslike_cont { float: right};

h1.article-title {
	font-weight: 600 !important;
	color: black !important;
    font-size: 40px;
    line-height: 60px;
    font-weight: 300;
    margin-top: 40px;
    margin-bottom: 0;
    letter-spacing: 0px;
    font-family: 'Oswald', sans-serif;
    text-shadow: #dedede 2px 1px 0px;
}
h1.article-title::selection {
    color: #ff0; /* Цвет текста */
    background: #000; /* Цвет фона */
}

.small-rotator {
	text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    font-size: 15px;
    color: #BACDD6;
    letter-spacing: 2px;
}
.big-rotator {
    font-size: 50px;
    line-height: 50px;
    font-weight: 300;
    margin: 0;
    color: #547698;
    height: 58px;
}
.big-rotator em {
    font-size: 14px;
    font-style: normal;
}
.big-rotator sup {
    position: relative;
    font-size: 20px;
    line-height: 25px;
    vertical-align: top;
    top: 3px;
}
.maintext::selection {
    color: #ff0; /* Цвет текста */
    background: #000; /* Цвет фона */
}

.anim {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes animbounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes animbounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.animbounce {
  -webkit-animation-name: animbounce;
  animation-name: animbounce;
}
.single-rating {
	padding-bottom: 20px;
	margin: 0 auto;
}
.favusers {padding-bottom: 30px;}

/** HAMBURGER */
#page-menu-mobile.menu__wrapper {
    height: auto;
    width: 44px;
    color: white;
}
.line,
.box {
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.line {
  height: 2px;
  width: 25px;
  background: #000000;
  margin: 1px auto;
}
#page-menu-mobile .line{
  height: 2px;
  width: 25px;
  background: white;
  margin: 1px auto;
}

.box {
  width: 10px;
  height: 10px;
  background: #000000;
  margin: 3px 3px;
  display: inline-block;
}

.circle {
  width: 12px;
  height: 12px;
  margin: 3px;
  background: #fff;
  border-radius: 50%;
  display: block;
}

.menu__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.menu__wrapper > div {
  width: 25px;
  height: 15px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.menu__wrapper > div:hover, .menu__wrapper > div:focus {
  outline: none;
}
.menu__wrapper > span {
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  padding: 20px;
  margin-top: auto;
}

.menu__item--hamburger:hover .line:nth-child(1), .menu__item--hamburger:focus .line:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}
.menu__item--hamburger:hover .line:nth-child(2), .menu__item--hamburger:focus .line:nth-child(2) {
  visibility: hidden;
}
.menu__item--hamburger:hover .line:nth-child(3), .menu__item--hamburger:focus .line:nth-child(3) {
  transform: rotate(-45deg) translate(3px, -4px);
}

.menu__item--doner {
  flex-direction: column;
}
.menu__item--doner .line:nth-child(2) {
  width: 32px;
}
.menu__item--doner .line:nth-child(3) {
  width: 20px;
}
.menu__item--doner:hover .line:nth-child(1), .menu__item--doner:focus .line:nth-child(1) {
  transform: rotate(45deg) translate(12px, 12px);
}
.menu__item--doner:hover .line:nth-child(2), .menu__item--doner:focus .line:nth-child(2) {
  width: 20px;
  transform: rotate(-45deg) translate(-12px, -1.5px);
}
.menu__item--doner:hover .line:nth-child(3), .menu__item--doner:focus .line:nth-child(3) {
  transform: rotate(-45deg) translate(25px, -14px);
}

.menu__item--bento:hover .box:nth-child(2),
.menu__item--bento:hover .box:nth-child(4),
.menu__item--bento:hover .box:nth-child(6),
.menu__item--bento:hover .box:nth-child(8), .menu__item--bento:focus .box:nth-child(2),
.menu__item--bento:focus .box:nth-child(4),
.menu__item--bento:focus .box:nth-child(6),
.menu__item--bento:focus .box:nth-child(8) {
  opacity: 0;
}

.menu__item--kebab {
  flex-direction: column;
  position: relative;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.menu__item--kebab .circle:nth-child(4),
.menu__item--kebab .circle:nth-child(5) {
  position: absolute;
  opacity: 0;
  top: 50%;
  margin-top: -6px;
  left: 50%;
}
.menu__item--kebab .circle:nth-child(4) {
  margin-left: -25px;
}
.menu__item--kebab .circle:nth-child(5) {
  margin-left: 13px;
}
.menu__item--kebab:hover, .menu__item--kebab:focus {
  transform: rotate(45deg);
}
.menu__item--kebab:hover .circle, .menu__item--kebab:focus .circle {
  opacity: 1;
}

.menu__item--meatball {
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.menu__item--meatball:hover, .menu__item--meatball:focus {
  transform: rotate(45deg);
}

