@font-face {
	font-family: 'RepoRegular';
	font-display: swap;
	src: url('https://fontlibrary.org/assets/fonts/repo/79e09122296134459d9d2e07e87526e4/912abd0a5b7f6107ffb2a88617f0f51e/RepoRegular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #FFF;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'RepoRegular', Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 17px;
}

body.button {
	padding-bottom: 80px;
}

input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	font-family: 'RepoRegular', Arial, Helvetica, sans-serif;
	color: #303030;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

::-webkit-input-placeholder {
	color: #a9a79a;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
	color: #a9a79a;
	font-weight: normal;
	font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #a9a79a;
	font-weight: normal;
	font-style: italic;
}

:-ms-input-placeholder {
	color: #a9a79a;
	font-weight: normal;
	font-style: italic;
}

a {
	color: #772a90;
}

header {
	position: relative;
	z-index: 1300;
	height: 45px;
	text-align: center;
	padding: 5px 0 0;
	background: #772a90;
	border-bottom: 1px solid #111;
}
header a.logo {
	display: inline-block;
	margin-top: 2px;
}

header a.searchButton {
	position: absolute;
	top: 9px;
	right: 10px;
	background: url(/img/ico/search.svg) 0 0 no-repeat;
	width: 32px;
	height: 32px;
}
header a.searchButton i {
	position: absolute;
	z-index: 111111;
	right: 1px;
	top: -1px;
	background: #fff;
	display: inline-block;
	text-align: center;
	color: #772a90;
	font-size: 11px;
	line-height: 14px;
	padding: 0 4px;
	border-radius: 15px;
	font-style: normal;
	/*border: 1px solid #FFF;*/
}
header a.addButton {
	position: absolute;
	top: 9px;
	left: 10px;
	background: url(/img/ico/add-big.svg) 0 0 no-repeat;
	width: 32px;
	height: 32px;
	transition: all .4s;
}
header a.backButton {
	position: absolute;
	top: 9px;
	left: 10px;
	background: url(/img/ico/back.svg) 0 0 no-repeat;
	width: 32px;
	height: 32px;
}

h1.list-title {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	padding: 0;
	margin: 1% 2% 0;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.headerTabs {
	background: #000;
	height: 42px;
}
.headerTabs a{
	display: block;
	line-height: 42px;
	width: 20%;
	float: left;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right: 1px solid #222;
	/*border-top: 1px solid #333;
	border-bottom: 1px solid #333;*/
}
.headerTabs a:hover{
	color: #FFF;
}
.headerTabs a.noborder{
	border-right: none;
}
.headerTabs a img{
	vertical-align: middle;
}
/*
main {
	padding: 15px 15px;
}
*/
.pTitle {
	background: #8f2a90;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}
.pTitle a{
	float: right;
	width: 29px;
	height: 29px;
	margin-top: -6px;
	margin-left: 10px;
	background: url(/img/ico/resizes.svg) 0 -30px no-repeat;
}
.pTitle a.lang{
	float: right;
	width: 29px;
	line-height: 29px;
	margin-top: -6px;
	background: right center no-repeat;
	background-image: url(../img/lang/flag_en.svg);
	padding-right: 16px;
	text-decoration: none;
	font-weight: normal;
	color: rgba(255,255,255,.70);
}
.menuShadow{
	display: none;
	position: fixed;
	z-index: 9999998;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}
.menu {
	display: none;
	position: fixed;
	z-index: 9999999;
	top: 60px;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 280px;
	background: #1e1e1e;
}
.menu .tabs{
	display: inline-block;
	width: 100%;
	padding: 15px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.menu .tabs a{
	display: block;
	width: 33.33%;
	float: left;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
}
.menu .tabs a img{
	width: 40px;
}
.menu .mTitle {
	background: #111;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #EE0000; /* f8006a */
}
.menu .menuItems a{
	display: block;
	position: relative;
	text-decoration: none;
	padding: 12px 20px;
	font-size: 15px;
	border-bottom: 1px solid #111;
}
.menu .menuItems a:hover{
	color: #FFF;
}
.menu .menuItems a img{
	vertical-align: middle;
	margin-right: 5px;
	width: 16px;
	height: auto;
}

.advSearch {
	position: relative;
	padding: 10px 10px 40px;
}
.advSearch input[type="text"]{
	-webkit-appearance:none;
	width:100%;
	border:1px solid #777;
	border-radius:3px;
	background:rgba(255,255,255,0.15); /* #363636 */
	height:34px;
	margin:0;
	padding:0 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-weight:bold;
	font-size:14px;
	color: #777; /* e1dfd2 */
	transition: border-color .4s;
}
/*.advSearch input[type="text"]:hover,
.advSearch input[type="text"]:active,
.advSearch input[type="text"]:focus{
	border-color: #907a98;
}*/
.advSearch label{
	display:inline-block;
	margin:9px 0 0;
	padding:0;
	width:100%;
}
.advSearch label span{
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-bottom:3px;
}
.advSearch select{
	width:100%;
	margin:0;
	padding:0 5px;
	height:33px;
	color: #777; /* e1dfd2 */
	border:1px solid #777;
	border-radius:3px;
	background:rgba(255,255,255,0.15); /* #363636 */
	font-size:14px;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	transition: border-color .4s;
}
/*.advSearch select:hover,
.advSearch select:active,
.advSearch select:focus{
	border-color: #e1dfd2;
}*/
.advSearch label.cb{
	font-size:13px;
}
.advSearch label.cb input{
	margin-right:5px;
	vertical-align:middle;
}
.advSearch .dowble{
	display:table;
	width:100%;
	margin-top:9px;
}
.advSearch .dowble select.left{
	float:left;
	width:49%;
}
.advSearch .dowble select.right{
	float:right;
	width:49%;
}
.advSearch .cbOptions{
	display:inline-block;
	margin:10px 0 0;
}
.advSearch .cbOptions label{
	display:inline-block;
	float:left;
	width:185px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	font-size:14px;
}
.advSearch button{
	display:block;
	width:100%;
	height:56px;
	margin:18px auto 0px;
	background:#772a90; /* ed116d */
	border:none;
	border-radius: 3px;
	color:#fff; /* e5c869 000 */
	cursor:pointer;
	font-size:24px;
	transition: all .4s;
}
.advSearch button img{
	margin-right:7px;
	vertical-align:middle;
}
.advSearch button:hover{
	background:#601d76;
	color: #FFF;
}

.photoBgr {
	background: url(/img/bgrGirls.jpg) center 0 no-repeat;
	background-size: cover;
}


.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
.control {
  display: inline-block;
  position: relative;
  padding-left: 26px !important;
  cursor: pointer;
  font-size: 13px;
  line-height: 19px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: none;
}
.control__indicator {
  position: absolute;
  top: 0px;
  left: 0;
  height: 19px;
  width: 19px;
  background: rgba(255,255,255,0.15); /* fff e6e6e6 */
  border: 1px solid #777; /* #c5d1dd #464646 */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 2px;
  transition: border-color .4s;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
	border-color: #732b8f;	 /* ed116d */
	border-width: 2px;
}
.control input:checked ~ .control__indicator {

	background: #732b8f; /* #fff */
	border:3px solid #732b8f;
	/*border-radius: 4px;
	box-sizing: border-box;*/
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #732b8f; /* fff f5eae1 */
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 4px;
  top: 1px;
  width: 3px;
  height: 7px;
  border: solid #fff; /* ed116d ed116d */
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  visibility: hidden;
  left: -1px;
  top: -1px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #f70;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

@media (max-width: 767px) {
	.list {
		margin-top: 10px;
	}
}

.list .item{
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
.list .item a{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.list .item .photo{
	position: relative;
	height: 200px;
	/*background-image: url(../img/girls/1.jpg);*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 10px;
}
.list .girl{
	margin-bottom: 0px;
}
.list .girl .text{
	margin: 10px 10px 5px;
	padding: 8px 14px 10px!important;
	box-shadow: 0 2px 11px #999;
	border-radius: 5px;
}
.list .girl .photo{
	margin-bottom: 5px;
	height: auto !important;
}
.list .girl a{
	position: relative !important;
}
.ad-photo {
	width: 100%;
	height: auto;
}

.premium-mark {
	position: absolute;
	z-index: 1200;
	top: 10px;
	left: 10px;
	height: 46px;
	width: auto;
}

.list .girl .photo a i.big{
	position: absolute;
	display: inline-block !important;
	bottom: auto;
	top: 10px;
	right: auto;
	left: 0px;
	padding: 6px 12px 6px 36px;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	color: #FFF;
	background: url(/img/ico/photo.svg) 12px center no-repeat rgba(0,0,0,.4);
	font-size: 18px;
}
.list .girl .photo .photoDots {
	position: absolute;
	z-index: 2000;
	width: 100%;
	bottom: 10px;
	text-align: center;
	line-height: 0;
}
.list .girl .photo .photoDots i {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 2px;
	border-radius: 20px;
	background: rgba(180,180,180,.4);
	border: 1px solid #DDD;
}
.list .girl .photo .photoDots i.current{
	background: #772a90;
}




.list .item .text {
	position: relative;
	padding: 0 10px 10px;
	/*border-bottom: 3px solid #9f4aab;
	border-radius: 0 0 16px 16px;*/
}
h1.title {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
	overflow-wrap: break-word;
}
.list .item .text .subtitle{
	font-weight: bold;
	font-size: 17px;
	margin-top: 4px;
	margin-bottom: 8px;
	color: #555;
}
.list .item .text .price{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: right;
}
.list .item .text .price span{
	font-size: 24px;
	display: inline-block;
	padding-left: 2px;
}
.list .item .text .param{
	font-size: 16px;
	line-height: 21px;
	color: #555;
	margin-bottom: 3px;
}
/*.list .item .text .location{
	font-size: 16px;
	line-height: 21px;
	color: #555;
	margin-bottom: 3px;
}
*/.list .item .text .info {
	position: relative;
	margin-top: 6px;
	font-size: 14px;
	line-height: 17px;
	color: #908e81 ;
	margin-bottom: 3px;
	font-style: italic;
}
/*.list .item .text .info i{
	position: absolute;
	top: -19px;
	left: 25px;
	width: 31px;
	height: 19px;
	background: url(/img/ico/chat.svg) 0 0 no-repeat;
}*/
.list .item .text .time{
	font-size: 16px;
	color: #a9a79a;
}
.list .item .text .time i{
	display: inline-block;
	float: right;
	font-size: 12px;
}
.list .item .text .param i{
	display: inline-block;
	float: right;
	font-size: 12px;
}
.list .item .text .param span{
	display: inline-block;
	width: 65px;
}
.list .item .text .price i{
	display: inline-block;
	float: left;
	font-size: 13px;
	font-weight: normal;
	color: #777;
	margin-top: 16px;
}

.r404 {
	border-top: 2px solid #DDD;
	padding-top: 28px;
}
.r404 .listRectangleView .item{
	margin-top:60px !important;
}
.r404 .listRectangleView2 .item a.rub{
	/*background: #DDD;*/
	position:absolute;
	z-index:11;
	top:-32px;
	right:0;
	left:0;
	bottom: auto;
	height: 32px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
}

.call{
	display: none;
	position: fixed;
	z-index: 90000;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px 24px;
	background: rgba(255,255,255,1);
	box-shadow: 0 2px 11px #999;
}
.call button{
	display:block;
	width:100%;
	height:56px;
	margin:0 auto 0px;
	background:#772a90; /* ed116d */
	border:none;
	border-radius: 3px;
	color:#fff; /* e5c869 000 */
	cursor:pointer;
	font-size:24px;
	transition: all .4s;
}
.call button img{
	margin-right:7px;
	vertical-align:middle;
}
.call button:hover{
	background:#601d76;
	color: #FFF;
}


.call2{
	background: rgba(255,255,255,.75);
}
.call2 button{
	display:block;
	width:100%;
	height:56px;
	margin:0 auto 0px;
	background:#772a90; /* ed116d */
	border:none;
	border-radius: 3px;
	color:#fff; /* e5c869 000 */
	cursor:pointer;
	font-size:24px;
	transition: all .4s;
}
.call2 button img{
	margin-right:7px;
	vertical-align:middle;
}
.call2 button:hover{
	background:#601d76;
	color: #FFF;
}


.call3 {
	position: fixed;
	z-index: 9999999999;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 24px;
	background: rgba(255,255,255,1);
	box-shadow: 0 2px 11px #999;
}
.call3 button {
	display:block;
	width:100%;
	height:56px;
	margin:0 auto 0px;
	background:#772a90; /* ed116d */
	border:none;
	border-radius: 3px;
	color:#fff; /* e5c869 000 */
	cursor:pointer;
	font-size:24px;
	transition: all .4s;
}
.call3 button img{
	margin-right:7px;
	vertical-align:middle;
}
.call3 button:hover{
	background:#601d76;
	color: #FFF;
}

.pswp .call3 {
	background: rgba(0,0,0,1);
	box-shadow: none;
}


.flyHeader{
	padding-top: 51px;
}
.flyHeader header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}


.list .GOLD .text {
	border-color: #e5c869;
}
.list .GOLD .text .price{
	color: #FFF;
	background: #e5c869;
	border: none;
}
.list .GOLD .text .title{
	color: #e5c869;
}

.list .SILVER .text {
	border-color: #892c90;
}
.list .SILVER .text .price{
	color: #FFF;
	background: #892c90;
	border: none;
}
.list .SILVER .text .title{
	color: #892c90;
}


.listRectangleView {
	clear: both;
	padding-right: 2%;
}
.listRectangleView .item {
	float: left;
	position: relative;
	display: inline-block;
	width: 48%;
	margin-top: 1%;
	margin-left: 2%;
	margin-bottom: 1%;
	background: #FFF;
	box-shadow: 0 1px 2px #999;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	opacity: 1;
}
@media (min-width: 460px) {
	.listRectangleView .item {
		width:31.333% !important;
	}
}
@media (min-width: 760px) {
	.listRectangleView .item {
		width:23% !important;
	}
}
@media (min-width: 1100px) {
	.listRectangleView .item {
		width:18% !important;
	}
}
.listRectangleView .STATUS {
	position: absolute;
	z-index: 9;
	top: 2px;
	left: 2px;
	width: 24px;
}
.listRectangleView .photo {
	position: relative;
	margin-bottom: 5px;
	height: 150px;
	background-position: center center;
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
}
.listRectangleView .price {
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 3px 7px;
	background-color: rgba(0,0,0,.5);
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
}
.listRectangleView .item .inf{
	padding:0 10px 5px;
}
.listRectangleView .item .name {
	font-size: 13px;
	line-height: 18px;
	height: 38px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
}
.listRectangleView .item .info {
	font-size: 12px;
	color: #aaa;
	margin-top: 2px;
	margin-bottom: 3px;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.listRectangleView .item a{
	position:absolute;
	z-index:10;
	top:0;
	right:0;
	bottom:0;
	left:0;
}


.listRectangleView2 .item .inf{
	padding:0 10px 5px;
}
.listRectangleView2 .item .info{
	font-size:12px;
	line-height: 14px;
	color:#AAA;
	margin-top:2px;
	margin-bottom:3px;
}
.listRectangleView2 .item .time{
	text-align: right;
	font-style: italic;
	font-size:12px;
	line-height: 14px;
	color:#AAA;
	margin-top:2px;
	margin-bottom:3px;
}

.listRectangleView2 .item a{
	position:absolute;
	z-index:10;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.listRectangleView2 .item a.bookmark{
	position:absolute;
	z-index:11;
	top:5px;
	right:5px;
	bottom:auto;
	left:auto;
	width:32px;
	height:32px;
	background:url(../img/ico/book-gallery.svg) 0 0 no-repeat;
}


@media only screen and (min-width: 668px) { /* 768px */
	.list .girl .photo{
		margin: 10px;
	}
	.leftColumn{
		width: 50%;
		float: left;
	}
	.rightColumn{
		width: 50%;
		float: right;
	}
	.rightColumn .girl{
		float:none;
	}
	.thin {
		max-width: 980px !important;
		margin: 0 auto !important;
	}
}

.messageShadow {
	position: fixed;
	z-index: 1900;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}
.message18 {
	position: fixed;
	z-index: 2000;
	width: 100%;
	max-width: 600px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.message18 .inner {
	background: #772a90;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 15px;
	padding: 15px 15px;
	text-align: center;
	border-radius: 5px;
}
.message18 span {
	display: inline-block;
	margin: 10px 0 18px;
	color: #fff;
}
.message18 .inner div {
	display: inline-block;
	width: 100%;
}
.message18 .btnNo {
	cursor: pointer;
	display: inline-block;
	color: #fff;
	float: right;
	width: 48%;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
}
.message18 .btnYes {
	cursor: pointer;
	display: inline-block;
	float: left;
	width: 48%;
	border: 1px solid #fff;
	padding: 5px 10px;
	color: #772a90;
	background: #fff;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	margin: 0;
}
footer {
	text-align: center;
	font-size: 11px;
	color: #333;
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
}
footer .footer-content {
	padding-bottom: 5px;
	margin-bottom: 10px;
}
footer .footer-logo {
	background: #772a90;
	height: 45px;
	display: flex;
	align-items: center;    /* Vertical centering */
	justify-content: center; /* Horizontal centering */
}

footer .footer-logo img {
	margin-top: 5px;
	height: 36px;
}

.noUi-connect {
	background: #772a90;
}
.noUi-handle {
	border-color: #777;
}

.noUi-handle:after, .noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #777 !important;
	left: 14px;
	top: 6px;
}
.noUi-handle:after {
	left: 17px;
}


.pages {
	text-align: center;
	clear: both;
	display: block;
}
.pages a {
	display: inline-block;
	margin: 20px 0;
	padding: 0 15px;
	background: #772a90;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.pages a.disabled {
	opacity: .25;
	text-decoration: none;
	cursor: default;
}
.pages .current {
	display: inline-block;
	padding: 0 15px;
	line-height: 32px;
	font-size: 16px;
}

.loading-results {
	position: relative;
	margin: 0 auto 50px;
	width: 100%;
	height: 50px;
	background-image: url('data:image/gif;base64,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');
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
}

.gallery-cell {
	width: 100%;
	counter-increment: gallery-cell;
	position: relative;
}

.gallery-cell .image img {
	width: 100%;
}
.gallery-cell i {
    display: block;
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 5px;
    background: url("/img/ico/photo.svg") 10px center no-repeat rgba(0,0,0,.5);
    color: #FFF;
    font-size: 14px;
    line-height: normal;
    font-style: normal;
    padding: 5px 10px 5px 40px;
}
.flickity-page-dots {
	bottom: 25px;
}
/* no circle */
.flickity-button {
	background: transparent;
}
.flickity-button:hover {
	background: transparent;
}
/* icon color */
.flickity-button-icon {
	fill: white;
}
/* hide disabled button */
.flickity-button:disabled {
  display: none;
}
.flickity-page-dots .dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 2px;
	border-radius: 20px;
	background: rgba(180,180,180,.4);
	border: 1px solid #DDD;
}

.flickity-page-dots .dot.is-selected {
	background: #772a90;
}

.pad {
	position: relative;
	margin: 10px 10px 0;
	border-radius: 4px;
	background: #FFF;
}
.navbar {
	font-size: 12px;
	padding-left: 35px;
	position: relative;
	color: #772a90;
}
.navbar a {
	text-decoration: none;
}
.navbar a:hover {
	text-decoration: underline;
}
.navbar a.home {
	position: absolute;
	left:10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(/img/ico/home.svg) 0 center no-repeat;
}
@media only screen and (max-width: 668px) {
	.pad {
		margin: 10px 10px 10px !important;
	}
}

.siteMap {
	margin-top: -10px !important;
}
.siteMap li{
	padding-top: 5px;
	padding-bottom: 5px;
}
.siteMap a{
	font-size: 16px;
	text-decoration: underline;
}
.siteMap a:hover{
	font-size: 16px;
	text-decoration: none;
}
.siteMap .big{
	margin-top: 30px;
}
.siteMap .big a{
	font-size: 24px;
	font-weight: bold;
}
.siteMap span{
	display: inline-block;
	font-size: 13px;
	font-style: italic;
	color: #999;
}
.siteMap{
	list-style: none;
	padding-left: 20px;
}
.siteMap ul{
	padding-left: 20px;
}

.fLinks {
	margin: 10px 10px 5px;
	padding: 8px 14px 10px !important;
	box-shadow: 0 2px 11px #999;
	border-radius: 5px;
}
.fLinks .subtitle {
	font-weight: bold;
	font-size: 17px;
	margin-top: 4px;
	margin-bottom: 13px;
	color: #555;
}
.fLinks a{
	display: block;
	line-height: 42px;
	border-top: 1px solid #DDD;
	text-decoration: none;
}

.moreAdsTitle {
	font-weight: bold;
	font-size: 17px;
	margin-top: 15px;
	padding: 0 2%;
	margin-bottom: 8px;
	color: #555;
}

.s-info {
	background: #fff;
	padding: 15px 15px;
	margin: 0 10px;
	border: 1px dashed #ccc;
	border-radius: 5px;
	color: #555;
	font-size: 15px;
}
.s-title {
	font-size: 17px;
	font-weight: bold;
}
.s-more-btn {
	float: right;
    display: inline-block;
    width: 70px;
    margin: 0;
    padding: 0 15px;
    background: #772a90;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
	text-align: center;
	cursor: pointer;
}
.s-more {
	display: none;
}

.net-peak-cloud-suggestions-wrapper {
	list-style-type: none;
	overflow: auto;
	padding: 0 2%;
}

.suggested-item {
	float: left;
	padding: 10px;
	background: #FFF;
	box-shadow: 0 1px 2px #999;
	box-sizing: border-box;
	margin-right: 8px;
	margin-bottom: 5px;
}

.breadcrumb-wrapper {
	overflow: auto;
	padding: 10px 15px 0px 15px;
	white-space: nowrap;
	display: flex;
	font-size: 12px;
}

.breadcrumb-wrapper img {
	position: absolute;
}

.breadcrumb-wrapper .breadcrumb:nth-child(1) .link-wrapper span {
	margin-left: 20px;
}

.breadcrumb-wrapper .arrow-wrapper {
	margin: 0 1px 0 3px;
}

.breadcrumb-wrapper .breadcrumb img {
	width: 14px;
	height: 14px;
}

.not-found-popular-categories-list {
	list-style-type: none;
	padding-left: 0;
}

.not-found-popular-categories-title-wrapper {
	margin-top: 40px;
}
