::selection {
	background: #ff8bb4; /* Safari */
	color:#fff;
}
::-moz-selection {
	background: #ff8bb4; /* Firefox */
	color:#fff;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, button, input, select, textarea {
	outline: none !important;
}
img {
	border:none 0;
	outline:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
ul {padding:0;margin:0;
}
li {padding:0;margin:0;
}
.fleft {float:left;
}
.fright {float:right;
}

/** MAIN **/
body, html {
    margin: 0;
    padding: 0;
	width:100%;
	height:100%;
}
body {
	/*color: #454545;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;*/
	font-family: Arial; 
	font-size:14px;  
	color:#0a0a0a;
	line-height:18px;
	margin: 0;
	padding: 0;
	overflow-x:hidden !important;
	/*background: url(../images/bg/bg.png) repeat-x center 0 #fee8dc;*/
	background-size:100% auto;
	word-wrap:break-word;
}
html { font-size: 100%;
}
a {color: #0094e1;text-decoration:none;
}
a:hover { color: #676a6c;
}
a:focus { text-decoration:none;
}
.container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.mb {
	margin-bottom:20px !important;
	overflow: hidden;
}
.mt {
	margin-top:20px !important;
}
.pt {
	padding-top:20px;
}
.pt30 {
	padding-top:30px !important;
}
.pb30 {
	padding-bottom:30px !important;
}
.row-fl {
	margin-left: -5px;
    margin-right: -5px;
}
.row-fl:before,
.row-fl:after {
  display: table;
  content: " ";
}
.row-fl:after {clear: both;
}
.row-fl:before,
.row-fl:after {
  display: table;
  content: " ";
}
.row-fl:after {clear: both;
}

.slist li {
	list-style:none;
}

#preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:9900; /* makes sure it stays on top */
}
#status {
	width:350px;
	height:150px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/load.png); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-75px 0 0 -175px; /* is width and height divided by two */
}

/*****bootstrap******/
/*****/


/*******************************************************************

                    top-panel

*******************************************************************/
.top-panel {
	height: 71px;
	position:fixed;
	z-index:1005;
	width:100%;
	border-bottom:rgba(189,189,189,0.6) solid 1px;
	background: #fdf3d7;
	background: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background: -moz-linear-gradient(top,  #fffffd,  #fdf3d7);
	background: -o-linear-gradient(top,  #fffffd,  #fdf3d7);
	background: -ms-linear-gradient(top,  #fffffd,  #fdf3d7);
	box-shadow:0 0 1px 0 rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 1px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 1px 0 rgba(0,0,0,0.5);
	-ms-box-shadow:0 0 1px 0 rgba(0,0,0,0.5);
}
.color-line,
.color-line2 {
	background: #84b3ea;
	height:6px;
	position:relative;
	z-index:4;
	box-shadow:0 -2px 2px 0 rgba(0,0,0,0.2);
	-moz-box-shadow:0 -2px 2px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow:0 -2px 2px 0 rgba(0,0,0,0.2);
	-ms-box-shadow:0 -2px 2px 0 rgba(0,0,0,0.2);
}
.color-line2 {
	height:11px;
}
.navbar-toggle-menu {
	display:none;
	float:left;
	/*background:url(../images/navbar-toggle.png) no-repeat;*/
	background:none;
	width:42px;
	height:33px;
	border:none;
	margin:23px 10px 0 0; 
}
.navbar-toggle-menu span {margin: 0 0 0;
}
.navbar-toggle-menu:hover span {
	background-color: rgba(246,126,167,0.0);
}
.navbar-toggle-menu span,
.navbar-toggle-menu span:before,
.navbar-toggle-menu span:after {background-color: #f67ea7;
}
.menu1-toggle-btn {
	display:none;
	float:right;
	/*background:url(../images/menu1-toggle.png) no-repeat right 1px;*/
	background:none;
	padding:0 50px 18px 0;
	font-size: 20px;
	color:#0094E1;
	min-height:48px;
	border:none;
	margin:15px 0 0;
	width:auto;
	height:auto;
}
.menu1-toggle-btn span {
	float:right;
	margin-right:-43px;
}
.menu1-toggle-btn div.reveal {display:none;
}
.menu1-toggle-btn div.closed {display:block;
}
.menu1-toggle-btn.collapsed div.closed  {display:none;
}
.menu1-toggle-btn.collapsed div.reveal {display:block;
}
.main-nav .clear.clr {display:none;		
}
.top-visible > .clear {display:none;		
}
.top-menu {display: inline-block; margin: 0 0 -4px;
}
.top-menu > ul > li {
	float:left;
	list-style:none;
	margin: 0 -1px 0 0;
}
.top-menu > ul > li > a {
	line-height:14px;
	padding: 12px 3px 0 0;
	text-decoration:none;
	font-size:11px;
	color:#696363;
	width:65px;
	min-height:70px;
	display:inline-block;
	text-align:center;
	position:relative;
}
.top-menu > ul > li >  a:before {
	content:'';
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	background:url(../images/bg/list-top-menu.png) no-repeat right center;
	width:2px;
	display:block;
}
.top-menu > ul > li:first-child > a:before,
.top-menu > ul > li > a:hover:before,
.top-menu > ul > li > a.active:before {display:none;
}
.top-menu > ul > li > a b {font-weight:normal;
}
.top-menu > ul > li > a span {
	display:block;
	position:relative;
	height:36px;
	background-position:center 2px;
	background-repeat:no-repeat;
}
.top-menu > ul > li > a span.icon1 {background-image:url(../images/header/menu-i1.png);}
.top-menu > ul > li > a span.icon2 {background-image:url(../images/header/menu-i2.png);}
.top-menu > ul > li >a span.icon3 {background-image:url(../images/header/menu-i3.png);}
.top-menu > ul > li > a span.icon4 {background-image:url(../images/header/menu-i4.png);}
.top-menu > ul > li > a span.icon5 {background-image:url(../images/header/menu-i5.png);}
.top-menu > ul > li > a span.icon6 {background-image:url(../images/header/menu-i6.png); background-position:center 2px !important;}
.top-menu > ul > li > a span.icon7 {background-image:url(../images/header/menu-i7.png);}

.top-menu > ul > li > a:hover span,
.top-menu > ul > li > a.active span {background-position:center -92px;
}
.top-menu > ul > li > a span i {font-size: 35px;color:#a4a4a4;
}
.top-menu > ul > li > a span em {
	z-index:5;
	position:absolute;
	top:-6px;
	right:5px;
	display:inline-block;
	border:#fff solid 1px;
	font-size:12px;
	color:#fff;
	font-style:normal;
	border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:1px 1px 0 0 rgba(0,0,0,0.3);
	padding:1px 5px;
	background: #b10000;
	background: -webkit-linear-gradient(top, #fd0000, #b10000);
	background: -moz-linear-gradient(top,  #fd0000,  #b10000);
	background: -o-linear-gradient(top,  #fd0000,  #b10000);
	background: -ms-linear-gradient(top,  #fd0000,  #b10000);
}
.top-menu > ul > li > a:hover,
.top-menu > ul > li > a.active {
	z-index:10;
	background: #ffdd72;
	background: -webkit-linear-gradient(top, #ffdd72, #ffedb3);
	background: -moz-linear-gradient(top,  #ffdd72,  #ffedb3);
	background: -o-linear-gradient(top,  #ffdd72,  #ffedb3);
	background: -ms-linear-gradient(top,  #ffdd72,  #ffedb3);
}
.top-menu .dropdown-menu,
.dropdown-st {
	left: -105px;
	top: 108%;
    min-width: 270px;
    padding: 17px 30px 15px;
}
.top-menu .dropdown-menu li,
.dropdown-st li {
    border-top: 1px solid #E5E5E5;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
	text-align:left;
}
.top-menu .dropdown-menu li:first-child,
.dropdown-st li:first-child {
    border-top: medium none;
}
.top-menu .dropdown-menu li a,
.dropdown-st li a {
    background: none repeat scroll 0 0 #FFFFFF !important;
    line-height: 22px;
    margin: 6px 0;
    padding: 0;
}
.top-menu .dropdown-menu li a img {margin: 0 10px 0 -5px;
}
.top-menu .dropdown-menu li a:hover,
.dropdown-st li a:hover {color: #FF8DB4;
}
.top-panel .select-city {
	float:left;
	padding:0 13px 0 0;
	margin:17px 15px 0 0;
	border-right:#d6d2c7 solid 1px;
}
.top-panel .select-city a {text-decoration:none !important;
}
.top-panel .select-city a i {font-size:11px;
}
.top-panel .select-city span {
	padding-top:1px;
	display:block;
	color:#656565;
	text-transform:uppercase;
}
.top-panel .select-city .dropdown-menu {
	left: -4px;
    top: 59px;
	width: 272px;
}
.top-panel .select-city .dropdown-menu a {
	white-space: normal;
}
.top-panel .select-city .dropdown-menu:after,
.top-panel .select-city .dropdown-menu:before {left: 9%;
}
.top-panel .date {
	margin:17px 30px 0 0;
	width:110px;
	float:left;
	font-size:11px;
	color:#cb1954;
}
.top-panel .date span {
	display:block;
	font-size:22px;
	color:#050505;
}
.top-panel .search-box {
	display:none;
}
.top-panel .main-collapse {
	text-align:center;
}
.search-box {
	float:left;
	margin:20px 45px 0 0;
	width: 240px;
}
.top-panel .login-user {
	 float:right;
	 width:230px;
	 margin:11px 0 0;
	 padding:0 0 5px;
	 text-align: right;
}
.top-panel .login-user .img {
	float:right;
	background:#FFF;
	padding:6px;
	border-radius:50%;
	-webkit-border-radius:50%;
	margin: -11px 0 -2px;
	box-shadow:0 2px 2px rgba(0,0,0,0.4);
}
.top-panel .login-user .img img {
	border-radius:50%;
	-webkit-border-radius:50%;
}
.top-panel .login-user span {
	display:block;
	padding:1px 74px 0 0;
	text-align:right;
	font-size:12px;
	line-height:16px;
}
.top-panel .login-user b {
	display:block;
	font-weight:normal;
	color:#222222;
}
.top-panel .login-user a {text-decoration:underline;
}
.top-panel .widget-weather {float:left;margin: 17px 0 0 0;
}
.top-panel .widget-weather span {
	display: inline-block;
    margin: 0 0 0 10px;
}
.output-user {
	color:#ff0000 !important;
	background:url(../images/output-user.png) no-repeat 0 4px;
	padding:0 0 0 12px;
}
.output-user:hover {
	text-decoration:none !important;
}
.top-panel.not_user .top-visible {margin: 0 auto;width: 500px;
}
.top-panel.not_user .search-box{display:none;
}
/*********/


/*******************************************************************

                    nav main

*******************************************************************/
.logo {
	padding-left:24px;
	margin-top:-85px;
	position:relative;
	z-index:50;
	float:left;
	display: flex;
	align-items: center;

	/* min-width:190px; */
}
.logo a {text-decoration:none;text-align:left;
}
.logo .img-text {margin: 50px 0 0 -19px;
}
.logo .town,
.logo .slogan {
	position:absolute;
	top:84px;
	right:8px;
	font-size:13px;
	line-height:12px;
	color:#000;	
}
.logo .town i,
.logo .slogan i {
	display:block;
	height:24px;
	width:115px;
	display:table-cell;
	vertical-align:middle;
	font-style:normal;
	padding-right:5px;
	text-align:right;
}
.logo .slogan {
	top:125px;
	font-size:9px;
	color:#7b7b7b;
}
.logo .slogan i {
	width:210px;
	text-transform:uppercase;
}
.main-nav {
	background:#fff;
	margin-bottom:20px;
	text-align:center;
}
.main-nav .search-box {display:none;margin:16px 0 18px 10px;
}
.main-menu2 {
	min-height:44px;
	background: #ff89b1;
	background: -webkit-linear-gradient(top, #ffb0cb, #ff89b1);
	background: -moz-linear-gradient(top,  #ffb0cb,  #ff89b1);
	background: -o-linear-gradient(top,  #ffb0cb,  #ff89b1);
	background: -ms-linear-gradient(top,  #ffb0cb,  #ff89b1);
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.4);
	-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.4);
	-ms-box-shadow:0 1px 2px 0 rgba(0,0,0,0.4);
	position: relative;
    z-index: 50;
	text-align:left;
}
.main-menu1 {padding:10px 0;float:right;
}
.main-menu1 ul {text-align:right;
}
.main-menu1 ul li {
	display:inline-block;
	margin:12px 15px 12px 15px;
}
.main-menu1 a {
	color:#3f3f3f;
	text-transform:uppercase;
	text-decoration:none !important;
	border-bottom:#fff solid 2px;
}
.main-menu1 a:hover,
.main-menu1 a.active {
	color:#ce43ae;
	border-bottom-color:#a8dcff;
	text-decoration:none;
}
.main-menu2 ul li {
	float:left;
	position:relative;
	margin:0 1px 0 0;
	list-style:none;
}
.main-menu2 ul li.home span a {
	background: #8bc700;
	background: -webkit-linear-gradient(top, #b1d900, #8bc700);
	background: -moz-linear-gradient(top,  #b1d900,  #8bc700);
	background: -o-linear-gradient(top,  #b1d900,  #8bc700);
	background: -ms-linear-gradient(top,  #b1d900,  #8bc700);

}
.main-menu2 ul li span > a {
	padding:11px 16px 10px 15px;
	color:#fff;
	font-size:15px;
	line-height:24px;
	display:inline-block;
	position:relative;
}
.main-menu2 ul li a table td:first-child {width:60px;
}
.main-menu2 ul li a table td:first-child img {max-width:40px;
}
.main-menu2 ul li a:hover,
li.menu-sub1:hover,
li.menu-sub2:hover {
	text-decoration:none;
	background: #ffb0cb;
	background: -webkit-linear-gradient(top, #ff89b1, #ffb0cb);
	background: -moz-linear-gradient(top,  #ff89b1,  #ffb0cb);
	background: -o-linear-gradient(top,  #ff89b1,  #ffb0cb);
	background: -ms-linear-gradient(top,  #ff89b1,  #ffb0cb);
	
}
.main-menu2 ul li span {
	position:relative;
	display:inline-block;
	overflow:visible !important;
}
.main-menu2 ul li span:before  {
	content:'';
	position:absolute;
	background:url(../images/bg/list-style-menu.png) no-repeat;
	left:-2px;
	top:0px;
	width:2px;
	height:44px;
}
.main-menu2 ul li:first-child span:before  {background:none !important;
}
.dropdown-m .main-menu2 ul li a table td:first-child {display:none !important;
}

/************************dropdown 1********************/
	ul.dropdown {
		position: relative;
		z-index: 597;
		height: 44px;
	}
	.menu-sub1 .level1 {
		opacity:0;
		visibility:hidden;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 598;
		padding:5px 0 0;
	}
	.menu-sub1 .level1 ul {
		background:#fff;
		padding:0;
		border:#a2c6f5 solid 1px;
		box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);
		-webkit-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);
		border-radius:5px;
		-webkit-border-radius:5px;
		position:relative;
	}
	.menu-sub1 .level1 > ul:after,.menu-sub1 .level1 > ul:before {border: medium solid rgba(0, 0, 0, 0);bottom: 100%;content: " ";height: 0;pointer-events: none;position: absolute;width: 0;}
	.menu-sub1 .level1 > ul:after {border-color: rgba(247, 252, 255, 0) rgba(247, 252, 255, 0) #fff;border-width: 7px;left: 31px;}
	.menu-sub1 .level1 > ul:before {border-color: rgba(222, 242, 255, 0) rgba(222, 242, 255, 0) #a2c6f5;border-width: 8px;left: 30px;}
	
	li.menu-sub1 span a:before,
	li.menu-sub2 span:after {
		border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;
		border-color: rgba(136, 183, 213, 0); border-top-color: #fff; border-width: 7px 5px 0 5px; right:5px; top: 21px; 
		display: block !important;
	}
	.menu-sub1 .level1 > ul {
		width:300px;
	}
	.menu-sub1 ul li {
		position:relative;
		padding:0px;
		margin:0px;
		float: none;
		border-top:#edf5ff solid 1px;
	}
	.menu-sub1 ul li:first-child  {border-top:none;
	}
	.menu-sub1 ul li:first-child a {
		border-top:none;
		border-radius:4px 4px 0 0;
	}
	.menu-sub1 ul li:last-child a {
		border-radius:0 0 4px 4px;
	}
	.menu-sub1 ul li:before {
		display:none;
	}
	.menu-sub1 ul li a {
		font-size:15px;
		display:block;
		padding:10px 25px 11px 25px;
		position:relative;
		color:#565655;
	}
	.menu-sub1 ul li a.active {
		background-color:#c5deff;
		color:#000;	
		cursor:default !important;
		text-decoration:none;
	}
	.menu-sub1 ul li a:hover,
	li.menu-sub1-s:hover {
		color:#000;
		background:#c5deff;
		text-decoration:none;
	}
	li.menu-sub1:hover > div {
		visibility: visible;
		opacity:1;
	}
	
	/****level2****/
	.menu-sub1-s {
		position:relative;
	}	
	.menu-sub1-s .level2 {
		opacity:0;
		visibility:hidden;
		position: absolute;
		top: 0;
		left: 100%;
		z-index: 598;
		padding:0 ;
	}
	.menu-sub1-s .level2 > ul {width:190px;
	}
	.menu-sub1-s .level2 > ul li a {padding:10px 12px 11px 12px;
	}
	li.menu-sub1-s:hover .level2 {
		visibility: visible;
		opacity:1;
	}
	li.menu-sub1-s:hover {background:url(../images/arrow-sub.png) no-repeat right 15px #c5deff !important;
	}
	.menu-sub1 ul li.menu-sub1-s {background:url(../images/arrow-sub.png) no-repeat right 15px;
	}
	.menu-sub1 ul li.menu-sub1-s > a {background:none;
	}
	li.menu-sub1-s:hover li a {
		font-weight:normal !important;
		color:#565655;
	}
	li.menu-sub1-s:hover li a:hover {
		color:#000 !important;
	}
	li.menu-sub1-s:hover a {
		color:#000;
	}
	.menu-sub1-s .level2 > ul:after, .menu-sub1-s .level2 > ul:before { right: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
	.menu-sub1-s .level2 > ul:after { border-color: rgba(136, 183, 213, 0); border-right-color: #fff; border-width: 7px; top: 13px; }
	.menu-sub1-s .level2 > ul:before { border-color: rgba(194, 225, 245, 0); border-right-color: #a2c6f5; border-width: 8px; top: 12px; }
	
	#tab-navigation-container .level1.active ul li {
		margin:0px;
		position:relative;
	}
	#tab-navigation-container .level1.active ul li:before {
		content: "—";
		left: 25px;
		position: absolute;
		top: 11px;
		z-index: 10;
	}
	#tab-navigation-container .level1.active ul li a {
		color: #565655;
		display: block;
		font-size: 15px;
		padding: 10px 25px 11px 40px !important;
		position: relative;
	}
	#tab-navigation-container .level1.active ul li a:hover {
		color:#000;
		background:#c5deff;
		text-decoration:none;
	}
	#tab-navigation-container .level1.active ul li a table td:first-child {display:none;
	}
	#tab-navigation-container .tab-sub {
		position:relative;
		display:block !important;
	}
	#tab-navigation-container .tab-sub:before {
		content: "+";
		position: absolute;
		right: 16px;
		top: 10px;
		z-index: 10;
	}
/***/
	
	

/*********************dropdown 2*********************/
	.menu-sub2 {position:static !important;
	}
	.menu-sub2 > span a {position:relative;
	}
	.menu-sub2 > span a:after,
	.menu-sub2 > span a:before {border: medium solid rgba(0, 0, 0, 0);bottom: -14%; left: 50%; z-index:1000; content: " ";height: 0;pointer-events: none;position: absolute;width: 0;opacity:0;	visibility:hidden;}
	.menu-sub2 > span a:after {border-color: rgba(247, 252, 255, 0) rgba(247, 252, 255, 0) #fff; border-width: 7px; margin-left:-4px;}
	.menu-sub2 > span a:before {border-color: rgba(222, 242, 255, 0) rgba(222, 242, 255, 0) #a2c6f5;border-width: 8px; margin-left:-5px; }
	
	.menu-sub2 > span a:hover:after,
	.menu-sub2 > span a:hover:before,
	li.menu-sub2:hover > span a:after,
	li.menu-sub2:hover > span a:before {visibility: visible;opacity:1;}
	
	.menu-sub2 .wrap-menu-sub {
		opacity:0;
		visibility:hidden;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 590;
		padding:5px 0 0;
	}
	.menu-sub2:hover .wrap-menu-sub {
		visibility: visible;
		opacity:1;
	}
	.menu-sub2 .box-menu-sub2 {
		background:#fff;
		padding:0;
		border:#a2c6f5 solid 1px;
		box-shadow:1px 1px 8px 0 rgba(0,0,0,0.4);
		-webkit-box-shadow:1px 1px 8px 0 rgba(0,0,0,0.4);
		border-radius:5px;
		-webkit-border-radius:5px;
		position:relative;
		min-height:50px;
	}
	.box-menu-type {
		width:1170px;
		padding:20px 70px 25px 60px !important;
		min-height:100px;
	}
	.box-menu-type ul li a,
	.box-menu-type a,
	.box-menu-type ul li {
		padding:0px;
		margin:0px;
		background:none;
		color:#343434;
		float: none;
		font-size:14px;
	}
	.box-menu-type ul li a:hover,
	.box-menu-type a:hover {
		background:none;
	}
	/***/
	.box-menu-type .col410 {
		float:left;
		width:410px;
		padding:0 20px 0 0;
		border-right:#6f6f6f dashed 1px;	
	}
	.box-menu-type h3 {
		font-size:14px;
		color:#e0165e;
		margin:0px 0 13px;
		padding:0px;
		font-weight:bold;
	}
	.box-menu-type .column ul li {
		margin-bottom:10px;
	}
	.box-menu-type .column ul li a:hover {
		text-decoration:underline;
	}
	.box-menu-type .add-link {
		background:url(../images/add-link.png) no-repeat left 3px !important;
		padding:0 0 0 22px !important;
		font-size:13px;
		color:#3b7a04 !important;
	}
	.box-menu-type .add-link:hover,
	.box-menu-type .email-link:hover {
		text-decoration:underline;
	}
	.box-menu-type .col270 {
		float:left;
		width:270px;
		padding:0 15px 0 34px;
		border-right:#6f6f6f dashed 1px;	
	}
	.box-menu-type .col270 ul li a {
		font-size:12px;
		color:#676767 !important;
		text-transform:uppercase;
		padding:0 0 0 29px !important;
	}
	.box-menu-type .col270 ul li a.link1 {background:url(../images/link-menu/1.png) no-repeat left 1px;
	}
	.box-menu-type .col270 ul li a.link2 {background:url(../images/link-menu/2.png) no-repeat left 1px;
	}
	.box-menu-type .col270 ul li a.link3 {background:url(../images/link-menu/3.png) no-repeat left 1px;
	}
	.box-menu-type .col270 ul li a.link4 {background:url(../images/link-menu/4.png) no-repeat left 1px;
	}
	.box-menu-type .col270 ul li a.link5 {background:url(../images/link-menu/5.png) no-repeat left 1px;
	}
	.box-menu-type .email-link {
		background:url(../images/email-link.png) no-repeat left 2px !important;
		font-size:12px;
		padding:0 0 0 29px !important;
		color:#1089fd !important;
		text-transform:uppercase;
	}
	.box-menu-type .col350 {
		float:left;
		width:350px;
		padding:15px 0 0 28px;
	}
	.news-list li {
		margin-bottom:4px !important;
		padding-bottom:7px !important;
		border-bottom:#f0f0f0 solid 1px;
		min-height: 56px;
	}
	.news-list li:last-child {
		border-bottom:none;
	}
	.news-list li img {
		float:left;
		margin:3px 12px 0 0 !important;  
	}
	.news-list li a {
		font-size:13px !important;
		line-height:16px !important;
	}
/***/

/*********************dropdown 3*********************/
	.box-menu-type2  {
		padding:20px 0 25px 0 !important;
	}
	.box-menu-type2 .col3 {
		width:265px;
		padding:0 20px 0 25px;
		float:left;
	}
	.box-menu-type2 .col350 {
		float: left;
		padding: 0 0 0 28px;
		width: 350px;
		border-left:#cccccc solid 1px;
	}
/****/

/*********************dropdown 4*********************/
	.box-menu-type3  {
		padding:20px 13px 25px 0 !important;
		width:auto;
	}
	.box-menu-type3 .col3 {
		width:265px;
		padding:0 20px 0 25px;
		float:left;
	}
	.box-menu-type3 .col-theme {
		width:370px;
		padding:0 10px 0 10px;
		margin-right:10px;
		float:left;
		border-left:#cccccc solid 1px;
		border-right:#cccccc solid 1px;
	}
	.box-menu-type3 .new-theme li {
		margin-bottom:0px !important;
	}
	.box-menu-type3 .new-theme ul li a img {
		margin: 0 0 0 !important;
	}
	.box-menu-type3 .new-theme li span:before,
	.box-menu-type3 .new-theme li span:after {display:none;
	}
/****/


.menu-sub1 ul li a,
li.menu-sub1-s,
li.menu-sub1> div,
li.menu-sub1:hover > div,
li.menu-sub1-s:hover .level2,
.menu-sub2 .wrap-menu-sub,
.menu-sub2 > span a:after,
.menu-sub2 > span a:before,
li.menu-sub2:hover {
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.menu2-toggle-btn {
	display:none;
	float:right;
	background:url(../images/menu2-toggle.png) no-repeat;
	width:39px;
	height:31px;
	border:none;
	margin:7px 0 0;
}

/********super tab*****/
.tab-navigation-plus {overflow:visible !important;
}
.tab-navigation b {font-weight:normal;
}
.tab-navigation-plus {
	position:absolute;
	top:13px;
	right:0px;
	margin:0px;
	z-index: +10000;
}
.tab-navigation-plus > a {
	border:#ccc solid 1px;
	border-radius:3px;
	z-index: +10000;
	opacity: 1;
	padding: 8px 12px;
	background:#fff;
	text-decoration:none !important;
	cursor:pointer;
}
.dropdown-m-arrow {
	background:#ff8bb4;
	border-radius:40px;
	padding:0px 4px;
	color:#fff !important;	
}
.dropdown-m {
	width:300px;
	position:absolute;
	top:36px;
	right:0px;
	background:#fff;
	padding:0;
	border:#a2c6f5 solid 1px;
	box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);
	border-radius:5px;
	-webkit-border-radius:5px;
}
.dropdown-m:after,
.dropdown-m:before {border: medium solid rgba(0, 0, 0, 0);bottom: 100%;content: " ";height: 0;pointer-events: none;position: absolute;width: 0;}
.dropdown-m:after {border-color: rgba(247, 252, 255, 0) rgba(247, 252, 255, 0) #fff;border-width: 7px;right: 13px;}
.dropdown-m:before {border-color: rgba(222, 242, 255, 0) rgba(222, 242, 255, 0) #a2c6f5;border-width: 8px;right: 12px;}

.dropdown-m a {
	font-size:15px;
	display:block;
	padding:10px 25px 11px 25px;
	position:relative;
	color:#565655;
}
.dropdown-m a.active {
	background-color:#c5deff;
	color:#000;	
	cursor:default !important;
	text-decoration:none;
}
.dropdown-m a:hover {
	color:#000;
	background:#c5deff;
	text-decoration:none;
}
.dropdown-m span:first-child a {
	border-radius:4px 4px 0 0;
}
.dropdown-m span:last-child a {
	border-radius:0 0 4px 4px;
}
/***/


/*---------------------------------------------------

					section 1
						
----------------------------------------------------*/
.head-title {background: #84b3ea;
}
.row .head-title {margin:0 -5px;
}
.item-white .head-title {margin:0;
}
.head-title .title {
	min-height:46px;
	font-size:18px;
	color:#fff;
	padding:14px 8px 14px 17px;
	float:left;
}
.head-title .title a {
	color:#fff;
}
.head-title .title h1 {
	font-size:18px;
	color:#fff;
	margin:0px;
	padding:0px;
	font-weight: normal;
    line-height: 1;
}
.place_h1_style{
	font-size: 36px;
	line-height: 32px;
	margin-top: 16px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.head-title .title.black {color:#585858;
}
.head-title .title.black span {color:#000;
}
.banners-icon {
	line-height:16px;
	position:static !important;
}
.banners-icon .item-white {
	margin-left:0;
	margin-right:0;
}
.row .item-white,
.row .order-item  {
	margin-left:-5px;
	margin-right:-5px;
}
.item-white {
	display:block;
	background:#FFF;
	
	margin-bottom: 20px !important;
	/*box-shadow:1px 1px 2px 0 rgba(0,0,0,0.5);
	-moz-box-shadow:1px 1px 2px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow:1px 1px 2px 0 rgba(0,0,0,0.5);
	-ms-box-shadow:1px 1px 2px 0 rgba(0,0,0,0.5);*/
}
.item-shadow {
	/*box-shadow:1px 1px 2px 0 rgba(0,0,0,0.5);
	-moz-box-shadow:1px 1px 2px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow:1px 1px 2px 0 rgba(0,0,0,0.5);
	-ms-box-shadow:1px 1px 2px 0 rgba(0,0,0,0.5);*/
}
.item-container .row {
	margin-left: -10px;
    margin-right: -10px;
}
.banners-icon a {
	text-decoration:none;
	color:#3f3f3f;
}
.banners-icon .item-white {
	text-align:center;
	padding:14px 7px;
	margin:0px;
	min-height:100px;
	left:0px;
	right:0px;
	top:0px;
}
.banners-icon ul li {
	float:left;
	list-style:none;
	margin-top:19px !important;
}
.banners-icon ul li a {
	display: inline-block;
    width: 100%;
}
.banners-icon h3 {
	font-size:15px;
	font-weight:normal;
	margin:0px;
}
.banners-icon p {
	margin:0px;
}
.banners-icon .item-white span {
	width:67px;
	height:67px;
	display:block;
	margin:0 auto 10px;
	border-radius:50%;
	background-position:39% 7px;
}
.iw1 .c-icon {
	background:url(../images/banners-icon/1.png) no-repeat;
	background-color:#9fd000;
}
.iw2 .c-icon {
	background:url(../images/banners-icon/2.png) no-repeat;
	background-color:#ffbd76;
}
.iw3 .c-icon {
	background:url(../images/banners-icon/3.png) no-repeat;
	background-color:#ff8b73;
}
.iw4 .c-icon {
	background:url(../images/banners-icon/4.png) no-repeat;
	background-color:#faa5c2;
}
.iw5 .c-icon {
 background:url(../images/banners-icon/5.png) no-repeat;
 background-color:#00c6e2;
}
.iw6 .c-icon {
 background:url(../images/banners-icon/6.png) no-repeat;
 background-color:#d290c2;
}

.banners-icon .jcarousel-clip a:hover {background:#fff4f8;
}
.banners-icon a:hover span {
	width:77px;
	height:77px;
	margin:-10px auto 10px;
}
.iw1 h3 {color:#9fd000 !important;
}
.iw2 h3 {color:#ffbd76 !important;
}
.iw3 h3 {color:#ff8b73 !important;
}
.iw4 h3 {color:#faa5c2 !important;
}
.iw5 h3 {color:#00c6e2 !important;
}
.iw6 h3 {color:#d290c2 !important;
}
.control-carousel {
	float:right;
	padding-top:5px;
	padding-bottom:5px;
}
.advertising {
	padding:7px 7px 7px;
	text-align:center;
}
.advertising img {
	width:100%;
	max-width:297px;
}
.advertising .head {
	overflow:hidden;
	margin:3px 0 20px;
}
.advertising .head .sponsor {
	float:left;
	color:#9f9f9f;
	font-size:14px;
	text-transform:uppercase;
}
.advertising p {margin:0px;
}
.advertising a {text-decoration:underline;
}
.advertising .cont {
	text-align:left;
	padding:8px 7px 2px;
}
.ad-block {
	text-align:left;
	color:#000;
	font-size:12px;
	line-height:17px;
}
.ad-block h6 {
	font-size:16px;
	margin:0 0 7px;
}
.ad-block ul li {
	list-style:none;
	overflow:hidden;
	border-bottom:#e5e5e5 solid 1px;
	padding-bottom:13px;
	margin-bottom:13px;
}
.ad-block ul li:last-child {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
.ad-block img {
	width:auto;
	float:left;
	margin:-2px 7px 7px 0;
}
.ad-block a {
	text-decoration:none;
	color:inherit;
}
/***/



/*---------------------------------------------------

					section 2
					
----------------------------------------------------*/

/********review-block************/
.review-block {padding:0 20px 0;
}
.review-block > ul li {
	list-style:none;
	margin:0px;
	padding:16px 0 16px 0;
	border-top:#e7e7e7 dashed 1px;
	font-size:15px;
}
.review-block > ul li a {color:#000;
}
.review-block > ul li:first-child {border:none;
}
.review-block > ul li .img {
	float:left;
	box-shadow:1px 1px 2px rgba(0,0,0,0.5);
}
.review-block > ul li .cont {
	padding:0 0 37px 125px;
	position:relative;
	min-height:100px;
}
.rating-result {
	position:absolute;
	left:125px;
	bottom:-1px;
}
.rating-result .item {
	float:left;
	min-width:24px;
	text-align:center;
	padding:25px 0 0;
	line-height:12px;
	font-size:12px;
	margin-right:12px;
	color:#000;
}
.rating-result .item.norm {background:url(../images/norm.png) no-repeat top center;
}
.rating-result .item.poorly {background:url(../images/poorly.png) no-repeat top center;
}
.rating-result .item.wells {background:url(../images/well.png) no-repeat top center;
}
.pagination-box {text-align:center;
}
.review-block .pagination-box{
	background:#eff5f8;
	margin:10px -20px 11px;
	padding: 3px 0 0;
}
.review-block .add-review{
	background:#e9e9e9;
	margin:11px -20px 0;
}
.review-block .text-center span {
	display:block;
	font-size:17px;
	color:#ef5586;
}
.review-block .text-center {padding:12px 0;
}
/***/

/*****news-block***/
.news-block {padding-bottom:13px;
}
.news-block.news-block-t1 ul {padding:25px 15px 5px;
}
.news-block.news-block-t1 ul li {
	margin:0px;
	list-style:none;
	padding:3px 10px 4px;
}
.news-block.news-block-t1 ul li:nth-child(odd) {background:#eff5f8;
}
.news-block.news-block-t1 ul li .head .date {
	float:left;
	width:8%;
	color:#11a0d6;
	font-size:11px;
}
.news-block.news-block-t1 ul li .head .cont {
	float:right;
	width:91%;
}
.news-block.news-block-t1 a {
	text-decoration:none;
	color:#3f3f3f;
}
.news-block.news-block-t1 a.color1 {color:#000;}
.news-block.news-block-t1 a.color2 {color:#ff0000;}

.news-block .more-all {
	margin:0 15px;
}
.hide { position: absolute; top: -9999px; left: -9999px; }
.head-title .nav {float:right;
}
.list-wrap {height:auto !important;
}
.head-title .nav-tabs {
	float:right;
	border:none;
}
.head-title .nav-tabs li {
	margin:0px;
	list-style:none;
	border:none;
	background:none;
}
.head-title .nav-tabs li a {
	margin:0px;
	border:none;
	padding:15px 20px 9px;
	background:none;
	border-radius: 0;
    line-height: 18px;
	display:inline-block;
	text-decoration:underline;
	color:#676a6c;
	position:relative;
	cursor:pointer;
}
.head-title .nav-tabs li a i {
	color: #FFFFFF;
    font-size: 18px;
    line-height: 16px;
	margin: 0 0 0 5px;
	position: relative;
	bottom:-2px;
}
.head-title .nav-tabs li a:hover {text-decoration:none;
}
.head-title .nav-tabs > li.active > a,
.head-title .nav-tabs > li.active > a:hover,
.head-title .nav-tabs > li.active > a:focus {
  	margin:0px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-radius: 0;
    line-height: 18px;
	text-decoration:none;
}
.head-title .nav-tabs li.active {
	margin-bottom:-4px;
}
.head-title .nav-tabs li.active a {
	border-bottom:#6e8cb2 solid 4px;
	background: #c1deff;
}

.head-title .nav-tabs li.active a:after,
.head-title .nav-tabs li.active a:before { bottom: 0; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.head-title .nav-tabs li.active a:before { border-color: rgba(109, 140, 178, 0); border-bottom-color: #6d8cb2; border-width: 6px; left: 50%; margin-left:-6px;}

/****/

/*****articles-block***/
.news-block.news-block-t2 ul {padding:25px 13px 2px;
}
.news-block.news-block-t2 ul li {
	list-style:none;
	width:49%;
	display:inline-block;
	vertical-align:top;
	margin:0 2px 6px;
}
.news-block.news-block-t2 ul li img {
	margin:11px 11px 12px 7px;
	float:left;
}
.news-block.news-block-t2 ul li span {
	padding:10px 0 10px;
	display:block;
}
.news-block.news-block-t2 ul li a {
	color:#454545;
	font-size:16px;
	line-height:20px;
	text-decoration:none !important;
	display:inline-block;
	background:#eff5f8;
	width:100%;
}
.news-block.news-block-t2 ul li a:hover {
	background:#c6d4db;
}
.news-block.news-block-t2 a.color1 {color:#000; font-weight:bold;}
.news-block.news-block-t2 a.color2 {color:#ff0000; font-weight:bold;}

.news-block .album {
	margin:4px 0 2px;
	height:45px;
	overflow:hidden;
}
.news-block .album div {width:1000px;
}
.news-block .album a {margin:0 2px 0 0;
}
.news-block .album a:hover {
	opacity:0.7;
}
.total-blue {
	background:#b1d1f7;
	padding:12px 26px 10px;
}
.total-blue span {
	font-size:12px;
	margin:0 10px;
}
.total-blue a {text-decoration:underline;
}
.btn-blue {
	font-size:16px;
	text-transform:uppercase;
	font-family:"Trebuchet MS";
	color:#fff !important;
	text-decoration:none !important;
	padding:5px 31px 6px;
	display:inline-block;
	border-bottom:#217aba solid 2px;
	background: #44aaff;
	background: -webkit-linear-gradient(top, #82d2ff, #44aaff);
	background: -moz-linear-gradient(top,  #82d2ff,  #44aaff);
	background: -o-linear-gradient(top,  #82d2ff,  #44aaff);
	background: -ms-linear-gradient(top,  #82d2ff,  #44aaff);
	box-shadow:0 -1px 1px 0 rgba(255,255,255,0.4) inset, 0 1px 2px 0 #000;
	-moz-box-shadow:0 -1px 1px 0 rgba(255,255,255,0.4) inset, 0 1px 2px 0 #000;
	-webkit-box-shadow:0 -1px 1px 0 rgba(255,255,255,0.4) inset, 0 1px 2px 0 #000;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.btn-blue:hover {
	background: #82d2ff;
	background: -webkit-linear-gradient(top, #44aaff, #82d2ff);
	background: -moz-linear-gradient(top,  #44aaff,  #82d2ff);
	background: -o-linear-gradient(top,  #44aaff,  #82d2ff);
	background: -ms-linear-gradient(top,  #44aaff,  #82d2ff);
}
/****/



/*---------------------------------------------------

				section place
				
----------------------------------------------------*/
.place-block {
	padding:19px 17px 0;
	/*min-height: 412px;*/
}
.place-block > .btn {
	margin-bottom:6px;
	margin-right:3px
}
.place-block .control-search {
	background:#efefef;
	margin:9px -17px 6px;
	padding:18px 15px 3px;
}
.place-block .control-search .item {padding:5px 0 0;
}

.control-search {padding:18px 0 3px;
}
.control-search .col-sm-3,
.control-search .col-sm-5,
.control-search .col-sm-4 {padding-bottom:15px;
}
ul.placelist li {
	list-style:none;
	padding-bottom:18px;
	padding-top:12px;
	vertical-align:top;
	display:inline-block;
	float:none;
	margin-left:-3px;
}
ul.placelist li .img {
	float:left;
	background:#00AFFF;
	padding: 3px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
ul.placelist li .img img {
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
ul.placelist li .cont {
	padding:0 0 0 90px;
	color:#0094e1;
	font-size:12px;
}
ul.placelist li .cont a {
	color:#0094e1;
}
ul.placelist li .cont a.all {
	text-decoration:underline;
}
ul.placelist li .cont a.all:hover {
	color:#000;
}
ul.placelist li h3 {
	font-family:"Trebuchet MS";
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	margin:0px;
	color:#636363;
}
.handbook {
	background:url(../images/handbook.png) no-repeat;
	position:relative;
	display:block;
	width:271px;
	height:91px;
	padding:10px 88px 0 0;
	margin:-61px 15px -48px 0;
	text-decoration:none !important;
	color:#fff !important;
	text-align:right;
	font-size:13px;
	line-height:14px;
}
.handbook span {
	background:url(../images/handbook-arrow.png) no-repeat right center;
	padding:0 20px 0 0;
	text-align:right;
	display:block;
}
.handbook2 {
	background:url(../images/handbook2.png) no-repeat;
	position:absolute;
	bottom:0;
	left:0px;
	width:84px;
	height:91px;
	z-index:10;
}
.map-wrap {
	position:relative;
	overflow:hidden;
}
.map-place {
	height:400px;
	width:100%;
}
.map-action-hint {
	background:url(../images/map-action-hint.png) repeat-y;
	width:315px;
	padding:24px 25px 17px 40px;
	position:absolute;
	top:0;
	left:28px;
	color:#000;
	z-index:10;
}
.map-action-hint:before {
	content:'';
	position:absolute;
	bottom:-26px;
	left:0px;
	background:url(../images/map-action-hint-arrow.png)  no-repeat;
	width:315px;
	height:26px;
}
.map-action-hint ul {
	padding:18px 0 0 0;
}
.map-action-hint ul li {
	list-style:none;
	
	margin:0 0 12px;
}
.map-action-hint a {
	text-decoration:none !important;
	background:none;
	padding:0 0 0 16px;
	margin:0 0 0 -16px;
	 color: #000000;
}
.map-action-hint a span {
	color:#000;
	border-bottom:#c6c6c6 dashed 1px;
}

.map-action-hint ul li a.active {
	background:url(../images/map-action-hint-list.png) no-repeat left 6px;
}
.map-action-hint ul li a.active span,
.map-action-hint ul li a:hover span {
	border-bottom:#99d2f3 dashed 1px;
	color:#0094e1 !important;
}

.container-map {
	display: none;
	position:relative;
}
.container-map.show {display: block;
}
.pageload-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility: hidden;
}
.pageload-overlay.show {
	visibility: visible;
}
.pageload-overlay svg {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 15;
}
.pageload-overlay svg path {
	fill: #fff;
}
.pageload-overlay::after,
.pageload-overlay::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	border-radius: 50%;
	visibility: hidden;
	opacity: 0;
	z-index: 1000;
	-webkit-transition: opacity 0.15s, visibility 0s 0.15s;
	transition: opacity 0.15s, visibility 0s 0.15s;
}
.pageload-overlay::after {
	background: #84B3EA;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	-webkit-animation: moveRight 0.6s linear infinite alternate;
	animation: moveRight 0.6s linear infinite alternate;
}
.pageload-overlay::before {
	background: #F377A1;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-animation: moveLeft 0.6s linear infinite alternate;
	animation: moveLeft 0.6s linear infinite alternate;
}
@-webkit-keyframes moveRight {
	to { -webkit-transform: translateX(20px); }
}
@keyframes moveRight {
	to { transform: translateX(20px); }
}
@-webkit-keyframes moveLeft {
	to { -webkit-transform: translateX(-20px); }
}
@keyframes moveLeft {
	to { transform: translateX(-20px); }
}
.pageload-loading.pageload-overlay::after,
.pageload-loading.pageload-overlay::before {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
/***/


/*---------------------------------------------------

				section DIRECTORY
				
----------------------------------------------------*/
.directorylist li {list-style:none;
}
.directorylist li .item-white {
	margin-left:0px;
	margin-right:0px;
}
.directory-block .img  {float:left;
}
.directory-block .cont  {
	padding:0 0 0 149px;
	position:relative;
}
.directory-block .cont .title {
	background:#f377a1;
	color:#fff;
	padding:8px 19px;
	font-size:17px;
	min-height:80px;
	/*word-break: break-all;*/
}
.directory-block .cont .title-info {
	position:absolute;
	bottom:50px;
	right:0px;
	background:#f377a1;
	z-index: 10;
	opacity:0;
	visibility:hidden;
	font-size:11px;
	line-height:16px !important;
}
.not-reviews {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	height:57px;
	vertical-align:middle;
	display:table-cell;
	width: 50%;
	word-break: normal !important;
}
.directory-block .cont .title-info .title-info-cont {
	padding:0 19px 5px;
	margin-top:-10px;
}
.directory-block .cont .title-info .title-info-cont span {
	font-weight:bold;
	font-size:13px;
	float:left;
}
.directory-block .cont .title:hover .title-info {
	opacity:1;
	visibility:visible;
	bottom:0px;
}
.directory-block .cont .rating-star {
	margin-left:8px;
	float:left;
}
.rating-star {
	background:url(../images/stars.png) no-repeat;
	width:96px;
	height:16px;
}
.rating-star.star0 {background-position:0 0;
}
.rating-star.star1 {background-position:0 -16px;
}
.rating-star.star2 {background-position:0 -32px;
}
.rating-star.star3 {background-position:0 -48px;
}
.rating-star.star4 {background-position:0 -64px;
}
.rating-star.star5 {background-position:0 -80px;
}

.directory-block .cont .title a {color:#fff;
}
.directory-block .addr {min-height:68px;
}
.directory-block .addr:before {
	background: url(../images/place.png) no-repeat 6px center #ededed;
    content: "";
    width: 60px;
	height:68px;
	float:left;
	content:'';
}
.directory-block .addr .place-icon {
	float:left;
	width:70px;
	position:relative;
	z-index:1;
}
.directory-block .addr .place {
	padding:9px 8px 4px 65px;
	font-size:12px;
	color:#969696;
	line-height:14px;
	word-break: break-word;
}
.directory-block .addr .addr-info {
	position:absolute;
	top:-30px;
	left:0px;
	right:0px;
	bottom:0px;
	background:#fff;
	z-index:10;
	opacity:0;
	visibility:hidden;
	padding:5px 0 5px 85px;
	font-size:14px;
	color:#a7a7a7;
	line-height:22px;
}
.directory-block .addr .addr-info span {
	color:#414141;
}
.directory-block .addr .addr-info b {
	color:#000;
	font-weight:bold;
}
.soc-icon {
	display:block;
    padding: 1px 0 0;
}
.soc-icon a {
	color:#fff;
	font-size:15px;
	background:#84b3ea;
	border-radius:50%;
	display: block;
    float: left;
    text-align: center;
    width: 27px;
	height:26px;
	padding: 2px 0 0;
	margin: 0 10px 0 0;
	line-height: 22px;
}
.soc-icon a:hover {
	background:#f2709c;
	text-shadow:1px 1px 0 rgba(0,0,0,0.4);
}
.directory-block .cont .addr:hover .addr-info {
	opacity:1;
	visibility:visible;
	top:0px;
}
.directory-block .addr .addr-info:before {
	background: url(../images/place.png) no-repeat 11px center #ededed;
    content: "";
    width: 70px;
	height:68px;
	position:absolute;
	top:0px;
	left:0px;
	content:'';
}
.directory-block .addr .addr-info,
.directory-block .cont .title-info{
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
/***/


/*---------------------------------------------------

				section MARKET
				
----------------------------------------------------*/
.market-block .control-search {
	padding:18px 15px 3px;
	background:#fff;
	margin-bottom:19px;
}
ul.marketlist li {
	list-style:none;
	display: inline-block;
    float: none;
    margin-right: -2px;
    vertical-align: top;
	max-width: 300px;
}

ul.marketlist li .img {
	padding:10px;
	text-align:center;
	position:relative;
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
}
.img .label {
	width:65px;
	height:64px;
	position:absolute;
	top:5px;
	left:5px;
	display:block;
	z-index:5;
}
.label.hot {
	background:url(../images/label-hot.png) no-repeat;
}
ul.marketlist li .img img {
	width:100%;
	max-width:257px;
}
ul.marketlist li .title {
	padding:0 17px 6px;
	margin:-3px 0 0;
	border-bottom:#dedede solid 1px;
	min-height: 43px;
}
ul.marketlist li .title a {
	color:#282828;
}
ul.marketlist li .total {
	border-top:#fff solid 1px;
	background:#f4f4f4;
	padding:7px 10px;
}
ul.marketlist li .total .info {float:left;
}
ul.marketlist li .total .price {
	float:right;
	color:#939393;
	line-height:21px;
}
ul.marketlist li .total .price span {
	font-size:17px;
	color:#1588e4;
}
.condition {
	float:left;
	color:#fff;
	padding:1px 10px 2px;
	border-radius:10px;
	-webkit-border-radius:10px;
}
.condition.c-new {background:#9bc011;
}
.condition.c-bu {background:#ff8db4;
}
ul.marketlist li .control {
	text-align:center;
	padding:7px 0 0;
	margin:0 0 -3px;
	font-size:12px;
}
ul.marketlist li .control label,
.control-lab  label  {
	font-weight:normal;
	position:relative;
	padding:0 14px;
	margin:0px;
	cursor:pointer;
}
.control-lab  label {
	padding:2px 14px;
}
ul.marketlist li .control i,
.img-list .control i,
.delete-i i {
	font-size: 15px;
	margin-right:5px;
}
ul.marketlist li .control {
	font-size:13px;
}
ul.marketlist li .control input,
.control-lab input  {
	float:left;
    margin: 3px 4px 0 0;
}
ul.marketlist li .control input,
ul.marketlist li .control span,
.control-lab input,
.control-lab span {
	position:relative;
	z-index:5;
}
ul.marketlist li .control label .bg,
.control-lab .bg {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background:#d3dff5;
	border-radius:15px;
}
ul.marketlist li .control input:checked ~ .bg,
.control-lab input:checked ~ .bg {
	background:#fa6567;
}
.prod_box_list ul.marketlist li .control {
	padding-top:0px;
}
.white-more {
	background:rgba(255,255,255,0.7);
	text-align:center;
	padding:17px 15px 20px;
	margin-bottom:19px;
}
.white-more a {
	font-size:17px;
	text-decoration:underline;
}
.white-more sup {
	font-size:10px;
	color:#000;
}
/****grid product****/
.prod_box_list ul.marketlist {margin:0 10px 20px !important;
}
.prod_box_list ul.marketlist li {
	float:none;
	display:block;
	width:100% ;
	max-width:100%;
	padding:0px;
}
.prod_box_list ul.marketlist li > div {
	padding:7px;
	overflow:hidden;
} 
.prod_box_list ul.marketlist li .img {
	float:left;
	padding:0px;
}
.prod_box_list ul.marketlist li .img img {
	width:75px;
	height:75px;
}
.prod_box_list ul.marketlist li .img .label {
    left: -5px;
    top: -5px;
}
.prod_box_list ul.marketlist li .title {
	float:left;
	border-bottom:none;
    margin:0 7px 0;
    padding:0;
	width:63%;
	font-size:15px;
	font-weight:700;
}
.prod_box_list ul.marketlist li .total {
	float:left;
	border:none;
	background:none;
    margin:0;
    padding:0;
	width:150px;
	text-align:center;
}
.prod_box_list ul.marketlist li .total .price {
	float:left;
	text-align:center;
	width:96px;
}
.prod_box_list ul.marketlist li .total .price span {display:block;
}
.prod_box_list ul.marketlist li .total .info {float:right;
}
.prod_box_list ul.marketlist li .total .condition {
	float:right;
	width:48px;
	height:48px;
	padding:14px 0px;
	margin:13px 0 10px;
	border-radius:50%;
	-webkit-border-radius:50%;
}
ul.marketlist li .user-info {
	display:none;
	margin:0 7px 0 0;
}
.prod_box_list ul.marketlist li .user-info {
	display:block;
	float:left;
	width:180px;
	text-align:center;
}
.prod_box_list ul.marketlist li .table-cell {
    display: table-cell;
    height: 75px;
    vertical-align: middle;
	padding:5px 0;
	width: 10%;
}
/*
.prod_box_list ul.marketlist li:nth-child(even) {
	background:#f0f7ff;
}
*/

.prod_box ul.marketlist li {
	background:none !important;
}
.market-block-directory .prod_box_list ul.marketlist {
	margin:0 10px 0;
	padding-top:0px;
}
.market-block-directory .prod_box_list ul.marketlist li .title {width: 50%;
}
.market-block-directory ul.marketlist li {margin-right:0px !important;
}
.marketlist.isotope {padding-bottom:40px;
}
/**/

.market-link-view {cursor: pointer;
}
.display-none {display:none
}
.market-show a {color: #428BCA !important;
}
.market-show a:hover {color: #676A6C !important;
}

/***/



/*---------------------------------------------------

				section STORES
				
----------------------------------------------------*/
ul.storeslist li {
	list-style:none;
	font-family: 'Open Sans', sans-serif;
}
.storeslist .head {
	background:#9bc011;
	position:relative;
	min-height:100px;
}
.storeslist .head:before {
	content:"";
	position:absolute;
	top:0px;
	bottom:0px;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:100%;
	display:block;
	z-index:5;
	background:#fff;
}
.storeslist .head .img {
	float:left;
	width:50%;
	text-align:center;
}
.storeslist .head .img img {width:100%;
}
.storeslist .head .name-store {
	float:right;
	width:50%;
	padding:8px 14px;
	color:#000;
	font-size:12px;
}
.storeslist .head .name-store span {
	display:block;
	color:#fff;
	font-size:16px;
	line-height:24px;
	text-transform:uppercase;
}
.storeslist .info {
	background:#edffe2;
	padding:11px 29px 6px;
	position:relative;
	min-height:45px;
}
.storeslist .info .number-prod {
	background:#e6e6e6;
	border:#fff solid 6px;
	position:absolute;
	top:-40px;
	left:50%;
	margin-left:-40px;
	border-radius:50px;
	z-index:8;
	font-size:11px;
	color:#9b9b9b;
	text-align:center;
	width:80px;
	height:80px;
	padding:16px 0 0;
	box-shadow:0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
}
.storeslist .info .number-prod span {
	display:block;
	font-size:22px;
	color:#363636;
}
.storeslist .info .fleft,
.storeslist .info .fright {
	width:32%;
}
.storeslist .info .icon {
	float:left;
	height:23px;
	margin:0 10px 5px 0;
}

.storeslist .info .icon.med {width:19px;background:url(../images/icon/med.png) no-repeat;}
.storeslist .info .icon.cup {width:22px;background:url(../images/icon/cup.png) no-repeat;}
.storeslist .info .icon.bowl {width:17px;background:url(../images/icon/bowl.png) no-repeat;}
.storeslist .info .icon.cart {width:27px;background:url(../images/icon/cart.png) no-repeat;}
.storeslist .info .icon.peop {width:28px;background:url(../images/icon/peop.png) no-repeat;}

.storeslist .info .icon.blue {background-position:0 -23px;}
.storeslist .info .icon.green {background-position:0 -46px;}
.storeslist .info .icon.orange {background-position:0 0;}

.storeslist .control {
	background:#f1f1f1;
	border-top:#d8d8d8 dashed 1px;
	text-align:center;
	min-height:28px;
}
.storeslist .control .btn {margin-top:-27px;
}
.storeslist .scrolling {
	padding:0 32px 0 34px;
	margin:5px 0 29px;
	position:relative;
}
.col-md-3 .storeslist .scrolling {
	padding:0 0;
}
.modal-profile .big-img .prev,
.modal-profile .big-img .next,
.storeslist .scrolling .prev,
.storeslist .scrolling .next {
	position:absolute;
	top:0px;
	bottom:0px;
	height:100%;
	width:29px;
	background:#dddddd center center;
	cursor:pointer;
	color:#fff;
	text-decoration:none;
}
.modal-profile .big-img .prev.no-active,
.modal-profile .big-img .next.no-active,
.storeslist .scrolling .prev.no-active,
.storeslist .scrolling .next.no-active {
	cursor:default;
	background-color:#ddd !important;
	opacity:0.8;
}
.modal-profile .big-img .prev:hover,
.modal-profile .big-img .next:hover,
.storeslist .scrolling .prev:hover,
.storeslist .scrolling .next:hover {background:#999;
}
.storeslist .scrolling .prev,
.modal-profil .big-img .prev {left:0px;
}
.storeslist .scrolling .prev.glyphicon-chevron-left:before,
.storeslist .scrolling .next.glyphicon-chevron-right:before,
.modal-profile .big-img .prev.glyphicon-chevron-left:before,
.modal-profile .big-img .next.glyphicon-chevron-right:before {
  position: absolute;
  top: 50%;
  left:50%;
  margin:-6px 0 0 -6px;
}
.storeslist .scrolling .next,
.modal-profile .big-img .next {
	right:0px;
}
/***/


/*---------------------------------------------------

				section PHOTO
				
----------------------------------------------------*/
.photolist .box img  {
	width:100%;
}
.photolist .item-white .info {
	padding:9px 11px 9px;
	font-size:11px;
	color:#bebdbd;
}
.photolist .item-white .info a {
	word-break: break-word;
}
.photolist .item-white .info i {
	font-size: 14px;
	margin-right:5px;
}
.photolist .item-white > a {
	display:inline-block;
	position:relative;
	/*width: 100%;*/
	margin-bottom: -4px;
    overflow: hidden;
}
.photolist .item-white > a span {
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:5;
	display:block;
	background:rgba(0,0,0,0.7);
	font-size: 60px;
	color:#fff;
	text-decoration:none;
	opacity:0;
	visibility:hidden;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.photolist .item-white > a:hover span {
	opacity:1;
	visibility:visible;
}
.photolist .item-white > a span:before {
	position:absolute;
	top:0;
	left:50%;
	margin:-30px 0 0 -30px;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.photolist .item-white > a:hover span:before {
	top:50%;
}
.photolist .photo {
	float: left;
	margin:0 15px 20px;
	width: 140px;
}
.photolist-col9 .photo {
	width: 148px;
}
.photo img {
	max-width:100%;
}
.photolist .item-white {
	margin-bottom:0px !important;
}
/***/


/*---------------------------------------------------

				section BILLBOARD
				
----------------------------------------------------*/
.billboard-block .img {
	text-align:center;
}
.billboard-block .nav-tabs {
	margin-right:20px;
}
.billboard-block li {
	list-style:none;
}
.billboard-block li .item-white {
	margin-left:0px;
	margin-right:0px;
}
.billboard-block .img img {
	max-width:100%;
}
.billboard-block .block-info1 {
	background:#ffe9fa;
	border-bottom:#e5d1e1 solid 1px;
	position:relative;
	min-height:76px;
}
.billboard-block .block-info1:before {
	background:#D18FC2;
	border-bottom:#bc80ae solid 1px;
    bottom: -1px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 77px;
	content:'';
}
.billboard-block .block-info1 .date {
	float:left;
	width:77px;
	padding:10px 5px;
	position:relative;
	z-index:1;
	color:#fff;
	text-align:center;
	line-height:14px;
}
.billboard-block .block-info1 .date span {
	display:block;
	font-size:31px;
	line-height:30px;
}
.billboard-block .block-info1 .title {
	padding:17px 15px 10px 98px;
	font-size:17px;
	color:#be3ca1;
	font-weight:bold;
}
.billboard-block .block-info1 .title a {
	color:#be3ca1;
}
.billboard-block .block-info2 {
	position:relative;
	min-height:76px;
}
.billboard-block .block-info2:before {
	background: url(../images/place.png) no-repeat center center #ededed;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
	bottom:0px;
    width: 77px;
	content:'';
}
.billboard-block .block-info2 .place-icon {
	float:left;
	width:77px;
	position:relative;
	z-index:1;
}
.billboard-block .block-info2 .place {
	padding:17px 13px 10px 98px;
	font-size:12px;
	color:#969696;
	line-height:14px;
}
.billboard-block .block-info2 .place span {
	display:block;
}
/***/



/*---------------------------------------------------

				section DISCOUNT
				
----------------------------------------------------*/
.discount-block .item-white {
	padding:10px;
	margin-left:0;
	margin-right:0;
}
.discount-block-full .item-white {
	margin-left:-5px;
	margin-right:-5px;
}
.discount-block .img {
	text-align:center;
}
.discount-block .img img {
	max-width:100%;
}
.discount-block .item-white .title {
	min-height: 50px;
	padding:1px 10px 5px;
	font-size:17px;
	line-height:22px;
	color:#464545;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.discount-block .item-white .title a {
	color:#464545;
}
.discount-block .item-white .info {
	padding:15px 10px 3px;
	line-height:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.discount-block .item-white .info .fleft span  {
	margin:0 14px 0 0;
}
.discount-block .item-white .info .fleft span.discount  {
	font-size:18px;
	color:#000;
}
.discount-block .item-white .info .fleft span.discount b {
	color:#ff3000;
	font-size:22px;
	font-weight:normal;
}
.discount-block .item-white .info .fleft span.price  {
	font-size:12px;
	color:#838181;
}
.discount-block .item-white .info .fleft span.price b  {
	font-size:18px;
	color:#1588e4;
	font-weight:normal;
}
.discount-block .item-white .info .fleft span.old-price  {
	font-size:12px;
	color:#838181;
}
.discount-block .item-white .info .fleft span.old-price del  {
	font-size:15px;
	color:#fc3700;
}
.discount-block .item-white .info .look  {
	font-size:18px;
	color:#0c9cff;
	margin-top: -7px;
}

.discount-block .item-white .info .look:before {
    left: -33px;
    position: absolute;
    top: 3px !important;
}

.discount-block .item-white .info .look span  {
	color:#9c9c9c  !important;
	font-size:14px;
	margin:0 0 0 -6px;
}
.discount-block .station {
	position:relative;
	border:#ebebeb solid 1px;
	min-height:55px;
	padding:5px 5px 5px 72px;
	margin:9px 0 0;
	font-size:11px;
	color:#969696;
	line-height:14px;
}
.discount-block .station span {
	display:block;
}
.discount-block .station:before {
	background: url(../images/place.png) no-repeat 6px center #f4f4f4;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
	bottom:0px;
    width: 60px;
	content:'';
}
.discount-block .control {
	float:right;
	padding-bottom: 5px;
    padding-top: 5px;
}
.discount-block .control .form-control {
	margin: 1px 8px 0 0;
	width:250px;
}
/****/


/*---------------------------------------------------

 				section FORUM-REVIEWS
				
----------------------------------------------------*/
.new-theme ul li{
	list-style:none;
	
}
.new-theme ul li a {
	display:inline-block;
	font-size:18px;
	color:#000;
}
.new-theme ul li td {
	padding:5px 15px 5px 0;
}
.new-theme ul li td:first-child {
	width:20px;
	padding:5px 20px 5px;
}
.new-theme ul li img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.new-theme ul li span {
	display:block;
	padding:0;
}
.new-theme ul li span b {
	
}
.new-theme ul li:nth-child(odd) {
	background:#eff5f8;
}
.new-theme .total {
	padding:26px 17px 15px;
}
.forum-reviews-block .theme-day {
	padding:0 17px 0;
}
.forum-reviews-block .theme-day .title {
	font-size:29px;
	line-height:28px;
	color:#000;
	padding:12px 0 12px;
}
.forum-reviews-block .theme-day .user-info {
	padding:0 0 18px;
}
.forum-reviews-block .theme-day .user-info .img {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    float: left;
    margin: 0 0 0 -6px;
    padding: 6px;
}
.forum-reviews-block .theme-day .user-info .img img {
	border-radius:50%;
	-webkit-border-radius:50%;
}
.forum-reviews-block .theme-day .user-info .user-cont {
    padding:8px 0 0 72px;
	font-size:11px;
	color:#bebdbd;
}
.forum-reviews-block .theme-day .user-info .user-cont a {
	font-size:13px;
	text-decoration:underline;
}
.forum-reviews-block .theme-day .cont {
	position:relative;
	background:#fff;
    border: 1px solid #ccdef3;
    border-radius: 8px;
	color:#000;
	padding:18px 13px 48px;
}
.forum-reviews-block .theme-day .cont:after,
.forum-reviews-block .theme-day .cont:before {
    border: medium solid rgba(0, 0, 0, 0);
    bottom: 100%;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.forum-reviews-block .theme-day .cont:after {
    border-color: rgba(247, 252, 255, 0) rgba(247, 252, 255, 0) #fff;
    border-width: 8px;
    left: 19px;
}
.forum-reviews-block .theme-day .cont:before {
    border-color: rgba(222, 242, 255, 0) rgba(222, 242, 255, 0) #ccdef3;
    border-width: 9px;
    left: 18px;
}
.forum-reviews-block .theme-day .total-info {
	background:#eff5f8;
	margin:-31px -17px 0;
	padding:36px 28px 17px;
}
.forum-reviews-block .theme-day .total-info .control .item,
.foru-item .total-info .control .item {
	float:left;
	font-size:18px;
	color:#0C9CFF;
	margin:5px 0 10px 30px;
}
.forum-reviews-block .theme-day .total-info .control .item:first-child,
.foru-item .total-info .control .item:first-child {
	margin-left:0px;
}
.forum-reviews-block .theme-day .total-info .control .item span,
.foru-item .total-info .control .item span {
	font-size:26px;
	padding:0 0 0 10px;
	font-family: 'Open Sans', sans-serif;
}

/**/
.developments {
	padding:0;	
}
.developments .item {
	/*padding:12px 26px 12px;*/
	padding:11px 26px 3px;
	border-top:#bababa dashed 1px;
	transition:background 5s ease;
	-webkit-transition:background 5s ease;
	-moz-transition:background 5s ease;
	
}
.developments .item.liveNewPost {
	background:#ffe696;
	transition:background 1.5s ease;
	-webkit-transition:background 1.5s ease;
	-moz-transition:background 1.5s ease;
	
}
.developments .item:first-child {
	border-top:none;
}
.developments .item .img,
.order-item .head .user-info .img,
.foru-item .img-user,
.profile-photo-cont .comments .img,
.head-topic-forum .title .img,
.user_img_style {
    background: #FFFFFF;
    border-radius: 200px;
	-webkit-border-radius: 200px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    float: left;
    margin: -4px 0 0 -19px;
    padding: 6px;
}
.user_img_style {
	margin:0;
}
.developments .item .img img,
.order-item .head .user-info .img img,
.foru-item .img-user img,
.profile-photo-cont .comments .img img,
.head-topic-forum .title .img img,
.user_img_style img {
	border-radius:200px;
	-webkit-border-radius:200px;
}
.developments .item .head {
	padding:0 0 6px;
}
.developments .item .head-cont {
	padding:0 0 0 60px;
}
.developments .item .head-cont i {
	font-style:normal;
	font-size:11px;
	color:#7c7c7c;
}
.developments .item .head-cont span.date {
	font-style:normal;
	font-size:11px;
	color:#bebdbd;
}
.developments .total {
	padding:41px 17px 15px;
}

.more-all {
	display:inline-block;
	float:right;
	font-size:11px;
	color:#00a2f0 !important;
	text-decoration:underline;
}
.more-all sup {
	color:#000;
	text-decoration:none !important;
}
.more-all:hover {
	color:#454545 !important;
}
/***/



/*---------------------------------------------------

 				section VIDEO
				
----------------------------------------------------*/
.video-block .videolist .img {
	text-align:center;
}
.video-block .videolist .img a {
	position:relative;
}
.video-block .videolist .img a span  {
	position:absolute;
	display:block;
	top:50%;
	left:50%;
	margin:-55px 0 0 -55px;
	width:110px;
	height:110px;
	background:rgba(0,0,0,0.6);
	color:rgba(255,255,255,0.6);
	line-height: 98px;
	font-size:50px;
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-ms-border-radius:100px;
}
.video-block .videolist .img img {
	max-width:100%;
}
.video-block .videolist .cont {
	padding:21px 15px 23px;
}
.video-block .videolist .cont .head {
	font-size:15px;	
	padding-bottom:3px;
}
.video-block .videolist .cont span {
	font-size:11px;	
	color:#bebdbd;
}
/***/



/*---------------------------------------------------

 				section USER
				
----------------------------------------------------*/
.user-block li {
	list-style:none;
}
.user-block .board {
	padding:23px 20px 14px;
}
.user-block .board ul {
	padding:10px 0 24px;
}
.user-block .board ul li {
	list-style:none;
	border-top:#e7e7e7 dashed 1px;
	font-size:12px;
	color:#818181;
	line-height:14px;
	padding:11px 0 11px;
}
.user-block .board ul li:first-child {
	border-top:none;
}
.user-block .board ul li img {
	float:left;
	border-radius: 200px;
	-webkit-border-radius: 200px;
}
.user-block .board ul li span  {
	display:block;
	padding:0 0 0 80px;
}
.user-block .board ul li p {
	margin:0px;
}
.user-block .board ul li a {
	font-size:18px;
}
.list-140 .tab-content {
	padding: 0 14px 0 16px;
	text-align:center;
}
.list-140 .tab-content ul li img {
	border-radius:50%;
	-webkit-border-radius:50%;
	width:140px;
	height:140px;
}
.user-block .tab-content {
	padding-bottom:14px;
}
.user-block .nav-tabs {
	padding: 18px 18px 8px;
	display:inline-block;
	border:none;
}
.user-block .nav-tabs li {
	margin:0 5px 5px 0;
}
.user-product-tabs .nav-tabs{
	list-style:none;
	border:none;
}

.user-block .nav-tabs li a,
.color-tabs .nav-tabs li a,
.user-product-tabs .nav-tabs li a {
	border:#8ebcf4 solid 1px !important;
	background:#8ebcf4;
	border-radius:10px;
	padding:5px 12px;
	display:inline-block;
	text-decoration:none;
	color:#fff;
	position:relative;
}
.color-tabs .nav-tabs li span,
.user-product-tabs .nav-tabs li span {
	padding:5px 12px;
	display:inline-block;
}
.user-block .nav-tabs li a:hover,
.color-tabs .nav-tabs li a:hover,
.user-product-tabs .nav-tabs li a:hover {
	background:#6e9ed9;
	text-decoration:none;
}
.user-block .nav-tabs li.active a,
.color-tabs .nav-tabs li.active a,
.user-product-tabs .nav-tabs li a.active {
	border:#f377a1 solid 1px !important;
	background:#f377a1;
	color:#fff;
	text-decoration:none !important;
}
.user-block .nav-tabs li.active a:after,
.user-block .nav-tabs li.active a:before,
.color-tabs .nav-tabs li.active a:after,
.color-tabs .nav-tabs li.active a:before { top: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; display:none; }
.user-block .nav-tabs li.active a:before,
.color-tabs .nav-tabs li.active a:before  { border-top-color: #f377a1; border-width: 6px; left: 50%; margin-left: -6px;}

.list-140 .tab-content ul li {
	text-align:center;
	width:140px;
	margin:0 13px 18px;
	display:inline-block;
	vertical-align:top;
}
.list-140 .tab-content ul li a {
    font-size: 13px;
}
.color1 {color:red !important;}
.color2 {color:#ff701a !important;}
.color3 {color:#007800 !important;}
.color4 {color:#ff4ffb !important;}
.color5 {color:#8429d9 !important;}
.color6 {color:#b31fb0 !important;}
.color7 {color:#5c7bd6 !important;}
.color8 {color:#3653ab !important;}
.color9 {color:#0100ff !important;}
.color10 {color:#00dce4 !important;}
.list-140 .tab-content ul li span {
	display:block;
}
.list-140 .more-all {
	margin:7px 5px 0 0;
}
.user-block .more-all {
	text-decoration:none;
}
.user-block .more-all a {
	text-decoration:underline;
}
.links-user a {
	background:url(../images/male-ico.gif) no-repeat left 8px;
	padding: 5px 5px 5px 20px;
    font-size: 13px;
	display:inline-block;
	margin:0 6px 2px 0;
}
.user-block .links-user {
	padding:0 18px 0;
	margin:-2px 0 15px;
}
.links-user-box .more-all {
	margin:72px 20px 0 0;
}
.btn {
	text-decoration:none !important;
}
/****/



/*---------------------------------------------------

				section FOOTER
				
----------------------------------------------------*/
.footer {
	margin-top:25px;
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	color:#888888;
	font-size: 12px;
}
.footer-not-logo .container {
	margin-top:30px;
}
.footer a {
	text-decoration:underline;
}
.footer-header {
	display: inline-block;
    margin: -85px 0 -38px;
    width: 100%;
	position:relative;
	z-index:20;
}
.footer-header .btn {
	float:left;
	margin-top:21px;
}
.btn-orange {
	font-family:"Trebuchet MS";
	color:#060606 !important;
	text-decoration:none !important;
	padding:5px 43px 6px;
	display:inline-block;
	border-bottom:#c17600 solid 2px;
	background: #ffbc00;
	background: -webkit-linear-gradient(top, #ffdc00, #ffbc00);
	background: -moz-linear-gradient(top,  #ffdc00,  #ffbc00);
	background: -o-linear-gradient(top,  #ffdc00,  #ffbc00);
	background: -ms-linear-gradient(top,  #ffdc00,  #ffbc00);
	box-shadow:0 -1px 1px 0 rgba(255,255,255,0.4) inset, 0 1px 2px 0 #000;
	-moz-box-shadow:0 -1px 1px 0 rgba(255,255,255,0.4) inset, 0 1px 2px 0 #000;
	-webkit-box-shadow:0 -1px 1px 0 rgba(255,255,255,0.4) inset, 0 1px 2px 0 #000;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.btn-orange:hover {
	background: #ffdc00;
	background: -webkit-linear-gradient(top, #ffbc00, #ffdc00);
	background: -moz-linear-gradient(top,  #ffbc00,  #ffdc00);
	background: -o-linear-gradient(top,  #ffbc00,  #ffdc00);
	background: -ms-linear-gradient(top,  #ffbc00,  #ffdc00);
}
.footer .logo-bottom {
	float:left;
	margin:0 15px 0 12px;
	
}
.footer .baner-img {
	float:left;
	margin:-9px 16px 0 0;
}
.footer .baner-img img {
	width:100%;
}
.footer h3 {
	font-weight:normal;
	margin:0px 0 27px;
	font-size:17px;
	color:#6289a2;
	font-family:"Trebuchet MS";
}
.footer h4 {
	font-weight:normal;
	margin:0px;
	font-size:16px;
	color:#000;
}
.social-bottom {
	border-top:#d6d6d6 solid 1px;
	box-shadow:0 -1px 0 1px #f5f5f5;
	padding:14px 0 11px;
	margin-top:19px;
}
.social-bottom .container {
	margin-top:1px;
}
.social-bottom a {
	margin:0 0 3px;
	display: inline-block;
}
.social-bottom a.odn {
	background:#ef7800;
}
.social-bottom a.vk {
	background:#3883ad;
}
.social-bottom a.mail {
	background:#005e9b;
}
.social-bottom a.fb {
	background:#5b6ba6;
}
.social-bottom span {
	padding:0 0 0 16px;
	vertical-align:middle;
	height:49px;
	display: table-cell;
	width:10%;
}
.social-bottom a:hover {
	opacity:0.7;
}
.social-bottom h3 {
	margin:0px;
}
.footer .about-us ul li {
	list-style:none;
	font-size:11px;
	line-height:14px;
	padding:10px 0 3px;
	border-top:#e6e6e6 dashed 1px;	
}
.footer .about-us ul li:first-child {
	border-top:none;	
	padding-top:0;
}
.footer .about-us ul li img  {
	float:left;
}
.footer .about-us ul li div  {
	padding:0 0 0 83px;
}
.footer-list ul li {
	list-style:none;
	padding:5px 0 4px;
	border-top:#e6e6e6 dashed 1px;	
}
.footer-list ul li:first-child {
	border-top:none;	
	padding-top:0px;
}
.footer-list ul li a {
	text-decoration:none;
	background:url(../images/f-list.png) no-repeat 0 4px;
	padding:0 0 0 23px;
	font-size:16px;
	color:#000;
	display: inline-block;
}
.footer-list ul li a:hover {
	background-position:7px 4px;
	color:#d18fc2;
}
.footer .form  {
	margin-top:-15px;
}
.form .item {
	padding-bottom:17px;
}
.form input[type="text"],
.form textarea {
	font-size:13px;
	color:#616161;
}
.form textarea {
	resize:none;
	height:123px;
}
/****/








/*************************************************************************************

								page business-directory
				
*************************************************************************************/
.top-bg {
	background-position:center 0px !important;
}
.top-panel2 {
	height:auto;
}
.top-panel .logo {
	margin:0px 0px -2px 0;
	padding:0px;
	min-height: 72px;
}
.top-panel .logo .img-text {
    margin: -18px 0 0 0;
}

.top-panel .logo .town,
.top-panel .logo .slogan {
	top:8px;
	right:2px;
}
.top-panel .logo .slogan {
	top:49px;
}
.top-panel2 .login-user {
	float: right;
	margin: 11px 0 -1px;
	width:auto;
}
.map-city {
	position:relative;
	overflow:hidden;
	width:100%;
}
#map {
	background:#fff;
	position:absolute;
	top:0;
	left:0;
}
.map-info {
	float:right;
	width:313px;
	position:relative;
	z-index:10;
}
.map-info .item-white {
	margin:10px 0 0 !important;
	padding:10px 20px 14px;
	line-height:16px;
	font-size:12px;
	color:#3a3a3a;
}
.map-info .item-white:first-child {
	margin:0px !important;
}
.map-info .item-white a {
	color:#3a3a3a;
	text-decoration:underline;
}
.map-info .item-white a:hover,
.map-info .item-white a:hover span {
	text-decoration:none !important;
}
.map-info h4 {
	font-size:20px;
	margin:0 0 4px;
	line-height:20px;
}
.map-info select {
	margin:8px 0 8px;
}
.map-info .link {
	font-size:13px;
	color:#0094e1 !important;
	margin-bottom:12px;
	display:inline-block;
	text-decoration:none !important;
}
.map-info .link span {
	color:#0094e1;
	display:block;
}
.map-info .link.active span.turn {
	display:none !important;
}
.map-info .link.active span.expand {
	display:block !important;
}
.map-info .link span.expand {
	display:none;
}
.map-info .link span.turn {
	display:block;
	color:#7f7f7f;
}
.map-info .link.active {
	text-decoration:underline !important;
}
.map-info .link i {
	color:#0094e1 !important;
}
.map-info  .btn {
	color:#fff !important;
	width:100%;
}
#map-box {
}
.button-tog  {
	float:left;
}
.button-tog .buttontext {
	margin:21px 0 10px 19px;
	float:left;
}
.button-tog img {
	float:left;
	margin:11px 0 8px 0;
}
.buttontext {
	cursor:pointer;	
}
.buttontext .turn,
.buttontext .expand {
	padding:0 0 0 26px;
	height:17px;
	display:none;
	float:left;
	font-size:14px;
	text-transform:uppercase;
	color:#008ee1;
	text-decoration:underline;
}
.buttontext .turn:hover,
.buttontext .expand:hover {
	text-decoration:none;
}
.buttontext .turn {
	background:url(../images/arrow-toggle.png) no-repeat left 3px;
}
.buttontext .expand {
	background:url(../images/arrow-toggle2.png) no-repeat left 3px;
}
.button-tog.active .buttontext .turn,
.button-tog .buttontext .expand {
	display:block;
}
.button-tog.active .buttontext .expand {
	display:none;
}
.head-container {
	text-align:center;
	padding:0 20px 28px;
}
.head-container h1 {
	font-size:36px;
	line-height:32px;
	margin-top:16px;
	margin-bottom:40px;
	text-transform:uppercase;
}
.placelist-big {
	padding:34px 23px 33px 33px;
}
.placelist-big li {
	width:49%;
	display:inline-block;
	vertical-align:top;
	padding:0 20px;
	margin-bottom:45px;
}
.placelist-big li .img {
	float:left;
	margin: 0 30px 20px 0;
}
.placelist-big li .img img {
	border:#9fcae3 solid 2px;
	border-radius:500px;
	-webkit-border-radius:500px;
	max-width:122px;
}
.placelist-big li .cont {
	padding:12px 0 0 158px;
	line-height:22px;
}
.placelist-big li .cont h3 {
	margin:0 0 7px;
	font-size:18px;
	color:#636363;
	font-weight:bold;
	text-transform:uppercase;
}
.placelist-big li .cont a {
	font-size:14px;
	margin:0;
}
.placelist-big li .cont span {
	background:#f47ea6;
	width:6px;
	height:6px;
	display:inline-block;
	border-radius:10px;
	-webkit-border-radius:10px;
	margin:2px 5px 2px 8px;
}
.sub-item .directorylist li .item-white {
    margin-left: -5px;
    margin-right: -5px;
}
.sub-item ul.marketlist li {
    display: inline-block;
    float: none;
    list-style: none outside none;
    margin-right: -3px;
    vertical-align: top;
}
.billboard-block.sub-item .list_carousel {
	margin:0 -6px 0 -10px;
}
.visitor-review-block {
	padding:45px 15px 0;
}
.visitor-review-block ul li {
	background:#eeeeee;
	padding:10px;
	list-style:none;
	margin:45px 0 0;
}
.visitor-review-block ul li:first-child {
	margin-top:0px;
}
.visitor-review-block ul li .head .img {
	margin-top:-39px;
	float:left;
	padding:5px;
	background:#fff;
	box-shadow:1px 2px 2px 0 rgba(0,0,0,0.3);
}
.visitor-review-block ul li .head .img img {
	max-width:75px;
}
.visitor-review-block ul li .head .title {
	padding:0 0 0 103px;
	font-size:18px;
	color:#000;
}
.visitor-review-block .post-info {
	padding:5px 0 0 8px;
	margin-bottom:8px;
}
.visitor-review-block .post-info a {
  background: url(../images/female-ico.gif) no-repeat left 8px;
  display: inline-block;
  font-family: Calibri;
  font-size: 16px;
  padding: 5px 5px 5px 20px;
  
}
.visitor-review-block .post-info .link {
	float:left;
	width:49%;
}
.visitor-review-block .post-info .date {
	width:49%;
	float:right;
	text-align:right;
	padding:5px 0;
	font-size:11px;
	color:#8e8e8e;
}
.visitor-review-block .cont {
	background:#fff;
	padding:13px 10px 19px;
	position:relative;
}
.visitor-review-block .cont img{
	max-width:100%!important;
	height:auto!important;
}
.visitor-review-block .cont span {
	font-size:14px;
	text-transform:uppercase;
	display:block;
	margin-bottom:6px;
}
.visitor-review-block .cont a {
	color:#000;
}
.visitor-review-block .cont:before { top: -8px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.visitor-review-block .cont:before { border-color: rgba(255, 255, 255, 0); border-bottom-color: #fff; border-width:  0 12px 8px 0px; left: 29px;}

.rules-list,
.category-list {
	padding:18px 20px 10px;
}
.rules-list ul li,
.category-list ul li {
	list-style:none;
	padding:11px 0 9px;
	border-top:#e6e6e6 dashed 1px;	
}
.rules-list ul li:first-child,
.category-list ul li:first-child {
	border-top:none;	
	padding-top:0px;
}
.rules-list ul ul li,
.category-list ul ul li {
	padding:5px 0 0 23px !important;
	border-top:none;	
}
.rules-list ul ul li a,
.category-list ul ul li a {
	
}
.rules-list ul li a,
.sitemap ul li a,
.sitemap-admin-list li span {
	text-decoration:none;
	background:url(../images/r-list.png) no-repeat 0 4px;
	padding:0 0 0 23px;
	font-size:14px;
	color:#3c3c3c;
	display: inline-block;
	cursor:pointer;
}
.category-list ul li a {
	color: #F377A1;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.category-list ul li a:hover {
	color:#676A6C;
}
.rules-list ul li a:hover,
.sitemap ul li a:hover,
.sitemap-admin-list li span:hover,
.sitemap-admin-list li span.active {
	background-position:7px 4px;
	text-decoration:underline;
}

.rules-list ul li a.active {
	color:#d18fc2;
}

.news-block-l {
	padding:10px 25px 1px;
}
.news-block-l ul li {
	list-style:none;
	border-top:#e5e5e5 solid 1px;
	padding:11px 0;
}
.news-block-l ul li:first-child {
	border-top:none;
}
.news-block-l ul li .date {
	float:left;
	border-right:#dae8f9 solid 1px;
	width:65px;
	text-align:center;
	font-size:11px;
	color:#000;
}
.news-block-l ul li .date span {
	display:block;
	font-size:42px;
	color:#f377a1;
	line-height:36px;
}
.news-block-l ul li .date b {
	display:block;
}
.news-block-l ul li .cont {
	padding:0 0 0 75px;
}
.articles-seats {
	padding:10px 15px 1px;
}
.articles-seats ul li {
	list-style:none;
	border-top:#e5e5e5 solid 1px;
	padding:11px 17px;
}
.articles-seats ul li:first-child {
	border-top:none;
}
.articles-seats ul li .img  {
	float:left;
}
.articles-seats ul li .cont {
	padding:0 0 0 74px;
}
.articles-seats ul li .cont span {
	display:block;
}
.sub-item .directorylist li {
	list-style:none;
	display:inline-block;
	vertical-align:top;
	float:none;
	margin-right:-2px;
}
/***/

/*************************************************************************************

								page business-directory-grid
				
*************************************************************************************/
.top-bg-none {
	background-position:center 0px !important;
}
.radio-box {
	font-size:14px;
	padding:8px 0 7px;
}
.radio-box .radio-inline {
	margin-left:15px;
}
.radio-box label {
    font-weight: normal;
}
.radio-box .radio-inline input[type="radio"] {
    margin: 3px 0 0 -20px;
}
.checkbox-box {
	padding:8px 0 7px;
}
.checkbox-box label {
	margin-right:20px;
	margin-left:0px !important;
	margin-bottom:10px;
}
.checkbox-box input[type="checkbox"] {
    margin: 3px 0 0 -20px;
}
.checkbox-box i {
	color:#0084d6;
	font-size:19px;
	float: left;
    margin: 1px 9px 0 2px;
}
.control-select {
	width:165px;
	padding:7px 5px 7px 10px;
}
/***/


/*************************************************************************************

								page business-directory-list
				
*************************************************************************************/

.search-result 	ul li {
	list-style:none;
	padding:14px 0 14px;
	border-bottom:#e5e5e5 solid 1px;
}
.search-result .item-white {
	padding:6px 20px 0;
} 
.search-result ul li .img {
	float:left;
	position:relative;
	text-align:center;
} 
.search-result ul li .img img {
	max-width:149px;
}
.search-result ul li .img .label {
	top:-5px;
	left:-5px;
}
.info-rating {
	float:right;
	width:27.9%;
	background:#f2f2f2;
	min-height:50px;
	line-height:14px;
}
.info-rating > div {
	padding:15px 20px;
}
.info-rating b {
	padding:10px 0 5px;
	display:block;
}
.info-rating span {
	display:block;
	font-size:11px;
	padding:5px 0;
}
.search-result ul li .cont {
	padding:0 0 0 163px;
}
.search-result ul li .cont-sub {
	padding:0 0 0 0;
	float:left;
	width:69.7%;
	font-size:14px;
}
.search-result ul li .cont .title {
	font-size:22px;
	line-height:24px;
	padding-bottom:9px;
	color:#0075d1;
}
.search-result ul li .cont-sub span {
	display:block;
	padding-bottom:10px;
	color:#a7a7a7;
}
.search-result ul li .cont-sub span b {
	color:#000;
}
.search-result ul li .soc-icon {
    padding: 5px 0 0;
	display: inline-block;
}
.carousel-full {
	padding:5px 184px 10px;
	position:relative;
	min-height: 304px;
	background: #428bd0;
	background: -webkit-linear-gradient(top, #428bd0, #5cabdd);
	background: -moz-linear-gradient(top,  #428bd0,  #5cabdd);
	background: -o-linear-gradient(top,  #428bd0,  #5cabdd);
	background: -ms-linear-gradient(top,  #428bd0,  #5cabdd);
	overflow:hidden;
}
.carousel-full .item-white {
	margin:10px 16px !important;
	text-align:center;
}
.carousel-full .owl-carousel {
    position: static;
}
.carousel-full .owl-prev,
.carousel-full .owl-next {
	position:absolute;
	top:0px;
	bottom:0px;
	background:#81b4e0;
	width:168px;
	text-align:center;
	overflow:hidden;
}
.carousel-full .owl-prev i,
.carousel-full .owl-next i {
	line-height:320px !important;
	color:#438bd0;
	font-size:400px;
	margin:-165px 0 0;
	position: absolute;
    top: 50%;
}
.carousel-full .owl-prev i {
	left:9px;
}
.carousel-full .owl-next i {
	right:9px;
}
.carousel-full .owl-prev {
	left:0px;
	text-align:left;
}
.carousel-full .owl-next {
	right:0px;
	text-align:right;
}
.carousel-full .img img {
    width:100%;
}
.item-place-like {
	text-align:center;
}
.item-place-like .img img {
	max-width:100%;
}
.carousel-full .rating-box,
.item-place-like .rating-box {
	background:#f2f2f2;
	padding:13px 0 14px;
}
.carousel-full .rating-box .rating-star,
.item-place-like .rating-box .rating-star {
	margin:0 auto;
}
.carousel-full .title,
.item-place-like .title {
	font-size:14px;
	line-height:22px;
	padding:3px 10px 16px;
}
.carousel-full .title {
	min-height: 63px;
}
.carousel-full .addr,
.item-place-like .addr {
	font-size:14px;
	color:#a7a7a7;
	margin-bottom:11px;
}
.carousel-full .addr i.fa,
.item-place-like .addr i.fa {
	font-size:18px;
}
.carousel-full .addr span,
.item-place-like .addr span {
	display:block;
}
.tooltip h3 {
	margin:0px 0 5px;
	font-size:17px;
	font-weight:bold;
}
.tooltip-inner {
	padding:15px 15px;
	font-size:13px;
	line-height:16px;
	text-align:left !important;
}
/***/


/****tooltip****/
.tooltip {
	margin-left:76px;
}
.tooltip-inner {
  width: 200px;
  color: #6b6b6b;
  background-color: #fff7cc;
  border:#e5e5e5 solid 1px;
  box-shadow:1px 1px 8px 0 rgba(0,0,0,0.2);
}
.tooltip h3 {
	color:#000;
}
.tooltip-arrow {
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top .tooltip-arrow {
  border-top-color: #fff7cc;
  bottom: -2px;
  border-width: 8px 7px 0 7px;
  left: 10%;
  margin-left: -3px;
}
.tooltip.bottom .tooltip-arrow {
  display:none;
}
/***/


/*************************************************************************************

								page add-new-place
				
*************************************************************************************/
.editor-listing {
	padding:24px 30px 25px;
	font-size:14px;
}
.editor-listing .head-block {
	padding:0 0 13px;
}
.editor-listing .head-block h2 {
	font-size:30px;
	margin:0 0 17px;
	color:#000;
}
.editor-listing .action {
	color:#6e6e6e;
	line-height: 28px;
} 
.editor-listing .action span {
	color:#000;
}
.editor-listing .action .btn {
	margin-top:-3px;
}
.editor-listing .section-title {
	background:#dedede;
	cursor:pointer;
	font-size:18px;
	color:#000;
	padding:14px 66px 14px 22px;
	margin-bottom:25px;
	position:relative;
}
.editor-listing .section-item:last-child {
	margin-bottom:-15px !important;
}
.editor-listing .section-title i {
	position:absolute;
	top:16px;
	right:19px;
	font-size:40px;
	line-height:16px;
	color:#fff;
}
.editor-listing .section-item .item  {
	padding-bottom:25px;
}
.editor-listing .section-item .item > label {
	font-weight:normal;
	margin-bottom:8px;
	padding:0 8px;
	display:block;
}
.editor-listing .section-item .item > label span,
.editor-listing .section-item .it > label span,
.iframe-popup .form-box .item > label span {
	color:#ff0000;
}
.editor-listing .section-item small {
	color:#8b8b8b;
	padding:5px 8px;
	display:block;
}
.checkbox-list  {
	border:#e0e0e0 solid 1px;
	padding:12px 8px;
	height:160px;
	max-width:370px;
	overflow-y:scroll;
	position: relative;
    z-index: 10;
}
.editor-listing label {
	font-weight:normal;
	color:#000;
}
.checkbox-list label {
	font-weight:normal;
	margin:0px;	
}
.checkbox-list .checkbox {
	margin:0px;
}
.checkbox-list .checkbox input {
	margin-top:2px;
}
.checkbox-list ul li {
	margin:0 0 3px;
	list-style:none;
}
.checkbox-list ul ul {
	padding:0 0 0 17px;
}
.editor-listing .form-block {
	max-width:370px;
}
.editor-listing .form-block .it {
	margin-bottom:17px;
}
.editor-listing .form-block .it label {
	padding-left:8px;
}
.input-block .item {
	padding-bottom: 17px !important
}
.editor-listing .checkbox-box {
	padding:29px 30px 18px;
	background:#f2f2f2;
	margin-right:26px;
}
.editor-listing .item.send-block {
	padding-left:8px;
	padding-right:17px;
}
.editor-listing .item.send-block .btn  {
	margin-left:-8px;
}
.editor-listing .item.send-block .checkbox {
	margin-bottom:25px;
}
.editor-listing .item.send-block input[type="checkbox"] {
	margin-top:3px;
}
.hours-block {
	line-height: 32px;
	color:#000;
	padding: 0 8px;
}
.hours-block .form-control {
	width:106px;
	display: inline;
	margin-left:9px;
}
.hours-block .date {
	width:137px;
	padding:0 10px 0 0;
	float:left;
	margin-bottom:4px;
}
.hours-block .from {
	/*width:155px;*/
	padding:0 27px 0 0;
	float:left;
	color:#696969;
	margin-bottom:4px;
}
.hours-block .to {
	/*width:136px;*/
	padding:0 40px 0 8px;
	float:left;
	color:#696969;
	margin-bottom:4px;
}
.hours-block .checkbox {
	float:left;
	margin:0px;
	margin-bottom:4px;
}
.hours-block .checkbox  input[type="checkbox"] {
    margin-top:10px;
	margin-right: 35px;
}
.hours-block .not-active {
	color:#d2d2d2;
}
.hours-block .not-active .from,
.hours-block .not-active .to {
	color:#d2d2d2;
}
.hours-block .not-active .form-control {
	border-color:#eaeaea;
}
.column-three .item-white {
	padding:25px 26px;
	font-size:14px;
	color:#000;
}
.column-three .item-white h3 {
	font-size:20px;
	line-height:22px;
	color:#000;
	padding-bottom:9px;
	margin:0 0 8px;
	border-bottom:#dedede solid 1px;
}
.column-three .item-white a {
	text-decoration:underline;
}
.price-block {
	font-size:12px;
	color:#707070;
	line-height:14px;
	margin:18px 0 9px;
}
.price-block .item {
	padding-bottom:18px;
}
.price-block .head {
	background-color:#caf1ff;
	background-position: 11px center;
	background-repeat:no-repeat;
	padding:6px 20px 6px 55px;
	text-transform:uppercase;
	color:#000;
	font-size:14px;
	margin:0 -12px 4px;
}
.price-block .head span {
	height:31px;
	display:table-cell;
	vertical-align:middle;
}
.price-block .free {background-image:url(../images/free.png);
}
.price-block .bronse {background-image:url(../images/bronse.png);
}
.price-block .silver {background-image:url(../images/silver.png);
}
.price-block .gold {background-image:url(../images/gold.png);
}

.col707 {max-width:707px;}
.col608 {max-width:608px;}

.chart-box .item {
	font-size:12px;
	line-height:16px;
	text-align:center;
	color:#707070;
	margin:28px 0 20px;
}
.chart {
	position: relative;
	display: inline-block;
	width: 226px;
	height: 226px;
	text-align: center;
	margin-bottom:10px;
}
.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.chart .cont {
	background:#ebebeb;
	margin:20px;
	padding:22px 0 0;
	height:186px;
	overflow:hidden;
	border-radius:50%;
	font-size:14px;
}
.chart .title {
	line-height:28px;
	font-size:28px;
	border-bottom:#dfdfdf solid 1px;
	padding:5px 0 6px;
	margin:0 30px 5px;
	position:relative;
	color:#ff3939;
}
.chart .price {
	font-size:16px;
	color:#ff0058;
	margin-top:10px;
}
.chart .title:before {
	content:'';
	position:absolute;
	background:#f9f9f9;
	height:1px;
	width:100%;
	left:0px;
	right:0px;
	bottom:-2px;
	display:block;
}
.chart .percent {
	display: inline-block;
	z-index: 2;
	font-size:68px;
	font-weight:bold;
	color:#000;
	line-height:54px;
	margin-bottom:6px;
}
.chart .percent:after {
	content: '%';
	font-weight:normal;
}
.chart.planA .title {color:#ff3939;}
.chart.planB .title {color:#0098d6;}
.chart.planC .title {color:#98c800;}
.chart.planD .title {color:#ff8b73;}
/****/

/*************************************************************************************

				modal
				
*************************************************************************************/
.modal-dialog {
	padding-bottom: 0;
    padding-top: 0;
	margin-bottom: 2%;
    margin-top: 2%;
}
.modal-content {
    box-shadow: none;
	border-radius: 0;
	border:0px;
	padding:11px 34px 34px;	
	color:#000;
}
@media screen and (min-width: 768px) {
	.modal-dialog {
		width: 640px;
	}
}
.modal-title {
	font-size:30px;
	line-height:30px;
	margin-bottom:12px;
}
.modal-header {
	padding:15px 0 20px;
	line-height:22px;
	font-size:14px;
	border-bottom:none;
	min-height: 77px;
}
.modal-header  a img {
	margin-right:5px;
}
.modal-content .close {
	margin:8px 0 0 0;
	padding:0 0 0 15px;
    color:#ff0000;
	font-size:15px;
	font-weight: normal;
    opacity: 1;
    text-shadow:none;
	background:url(../images/close-b.png) no-repeat 0 5px;
}
.modal-content .close:hover {
	text-decoration:underline;
}
.modal-body {
    padding: 0;
}
.modal-footer {
    border-top: none;
    margin-top: 0;
    padding: 10px 0 20px;
    text-align: right;
}
.modal-content .delete {
	float:left;
	color:#fe0000;
	font-size:14px;
	margin-top:6px;
}
.modal-content .delete i {
	margin:0 5px 0 0;
	position: relative;
    top: -1px;
}
.avatar-box {
	padding:10px 0 20px;
}
.avatar-label {
	width:77px;
	height:77px;
	background:#fff;
	border:#a9a9a9 solid 1px;
	margin:-40px 0 0 30px;
	position:relative;
	z-index:10;
}
.avatar-label span {
	display:table-cell;
	vertical-align:middle;
	height:77px;
	width:50%;
	text-align:center;
	color:#9b9b9b;
	text-transform:uppercase;
}
.avatar157,
.avatar80 {
	margin:0 15px 0 0;
	float:left;
}
.avatar157 {
	width:157px;
	height:157px;
}
.avatar80 {
	width:80px;
	height:80px;
}
.avatar-form {
	padding-bottom:0px;
}
.avatar-form label,
.iframe-popup .form-box label{
	display:block;
	font-weight:normal;
}
.avatar-form textarea {
	resize:none;
}
.avatar-form .item,
.iframe-popup .form-box .item {
	padding:10px 0 10px;
}
/***/


/*************************************************************************************

								page place-template
				
*************************************************************************************/
.place-temlate-info-top {
	min-height:242px;
	position:relative;
	overflow: hidden;
}
.place-temlate-info-top.img{
	background:url(../images/place-temlate/place-img-edit.jpg) no-repeat center top;
}
.list-photo-edit {
	position:absolute;
	left:0px;
	right:0px;
	bottom:-95px;
}
.place-temlate-info-top:hover .list-photo-edit {
	bottom:0px;
}
.list-photo-edit-wrap {
	background:rgba(255,255,255,0.8);
	z-index:3;
	height:92px;
	overflow: hidden;
	padding:0 0 0 216px;
	position:relative;
}
.ie8 .list-photo-edit-wrap,
.ie8 .edit-link {
	background:#fff;
}
.list-photo-edit-wrap a {
	float:left;
	margin:9px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	opacity:0;
}
.list-photo-edit-wrap a:hover {
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
}
.place-temlate-info-top .img-responsive {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
.place-temlate-info-top:hover .edit-link,
.user-profile-head .carpet:hover .edit-link  {
	top:0px !important;
	opacity:1;
}
.title-place-temlate .img:hover .edit-link {
	top:10px !important;
	opacity:1;
}
.place-temlate-info-top .edit-link,
.title-place-temlate .img .edit-link,
.user-profile-head .carpet .edit-link {
	top:-35px !important;
	opacity:0;
}
.edit-link {
	position:absolute;
	top:0px;
	right:0px;
	background:rgba(255,255,255,0.9);
	width:118px;
	padding:9px 0;
	text-align:center;
	z-index:15;
}
.edit-link i {
	margin-right:5px;
	font-size:15px;
}
.place-temlate-head-cont {
	padding:0 11px 11px;
	background:#fff;
	position: relative;
    z-index: 20;
}
.title-place-temlate {
	padding:0 9px 0 0px;
}
.title-place-temlate .img {
	overflow:hidden;
	position:relative;
	z-index:4;
	margin:-83px 0 -5px 13px;
	float:left;
	background:#fff;
	padding:10px;
	box-shadow:1px 1px 3px 0 rgba(0,0,0,0.5); 
	-webkit-box-shadow:1px 1px 3px 0 rgba(0,0,0,0.5);
}
.title-place-temlate .img .edit-link {
	top:10px;
	right:10px;
}
.title-place-temlate .title-cont {
	padding:13px 0 0 198px;
}
.title-place-temlate .title-cont .name {
	float:left;
	position:relative;
	padding:0 62px 0 0;
}
.title-place-temlate .title-cont .name .status {
	background:#ff0000;
	text-align:center;
	width:54px;
	font-size:10px;
	line-height:17px;
	color:#fff;
	position:absolute;
	top:-5px;
	right:0px;
	
}
.title-place-temlate .title-cont h1 {
	color:#0075d2;
	font-size:22px;
	font-weight:normal;
	margin:0px;
}
.claim {
	background:url(../images/important.png) no-repeat;
	padding:0 0 0 22px;
	text-decoration:underline;
	cursor:pointer;
}
.title-place-temlate .title-cont .regime {
	color:#a7a7a7;
	padding:6px 0 0;
	font-size:14px;
}
.title-place-temlate .title-cont .regime span {
	float:left;
	margin:0 25px 15px 0 ;
}
.title-place-temlate .title-cont .regime b {
	color:#000;
}
.title-place-temlate .title-cont .regime i {
	font-size:20px;
	display:inline-block;
	margin:0 5px 0 0;
	float:left;
}
.place-temlate-head-cont .silver-item a {
	text-decoration:underline;
}
.place-temlate-head-cont .silver-item {
	background:#f6f6f6;
	margin:0 -10px 11px;
	padding:15px 25px 15px;
	font-size:12px;
	min-height: 84px;
}
.place-temlate-head-cont .silver-item .rating-star {
	margin:0 auto 11px;
}
.place-temlate-head-cont .rating-box  {
	text-align:center;
}
.place-temlate-head-cont .rating-box  a {
	font-size:26px;
	font-weight:700;
}
.place-temlate-head-cont .silver-item .control {
	padding:10px 0 0;
	font-size:13px;
	color:#f377a1;
}
.place-temlate-head-cont .silver-item .control.not {
	color:#b2b2b2;
}
.place-temlate-head-cont .silver-item .control .fright {
	padding:9px 0 0;
}
.menu-page table {
	border:#ebebeb solid 1px;
}
.menu-page table td {
	text-align:center;
	border-left:#ebebeb solid 1px;
}
.menu-page table td:first-child {
	border-left:0px none;
}
.menu-page table td  a {
	font-size:14px;
	display: block;
	padding:10px 5px;
	margin: -1px 0;
	position:relative;
}
.menu-page table td  a.active {
	background:#ff8db4;
	color:#fff;
	text-decoration:none;
}
.menu-page table td  a.active:before {
	top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;
	border-color: rgba(194, 225, 245, 0); border-top-color: #ff8db4; border-width: 7px 6.5px 0 6.5px; margin-left: -7px;
}
.menu-page table td i {
	color:#fc3e00;
	margin-right:5px;
	font-size:19px;
}
.place-temlate-head-cont .tools-place,
.place-temlate-head-cont .attention-place {
	margin:11px -10px 0;
	color:#000;
	font-size:14px;
}
.tools-place .dropdown {
	float:left;
}
.tools-place .dropdown-menu {
	top: 90%;
	left:-35px;
	min-width:270px;
	padding:17px 30px 15px;
}
.tools-place .dropdown-menu li {
	margin:0px;
	padding:0px;
	width: 100%;
	display:inline-block;
	border-top:#e5e5e5 solid 1px;
}
.tools-place .dropdown-menu li:first-child {
	border-top:none;
}
.tools-place .dropdown-menu li a {
	padding:0px;
	background:#fff !important;
	line-height:22px;
	margin:6px 0 6px;
}
.tools-place .dropdown-menu li a img {
	margin:0 10px 0 -5px;
}
.tools-place .dropdown-menu li a:hover {
	color:#ff8db4;
}
.dropdown .dropdown-menu:after,
.dropdown .dropdown-menu:before { bottom: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.dropdown .dropdown-menu:after { border-color: rgba(255, 255, 255, 0); border-bottom-color: #ffffff; border-width: 7px; margin-left: -7px; }
.dropdown .dropdown-menu:before { border-color: rgba(217, 217, 217, 0); border-bottom-color: #d9d9d9; border-width: 8px; margin-left: -8px; }
.dropdown .dropdown.open > a  {
	color:#000 !important;
	text-decoration:underline;
}
.tools-place .dropdown.open > a i {
	color:#ff8db4;
}

.place-temlate-head-cont .tools-place {
	background:#ebf4ff;
	padding: 15px 10px 0;
}
.place-temlate-head-cont .attention-place {
	background:#ffd9e6;
	padding:14px 30px;
}
.place-temlate-head-cont .attention-place a {
	text-decoration:underline;
}
.place-temlate-head-cont .attention-place .fleft {
	margin-top:-2px;
}
.place-temlate-head-cont .attention-place .fleft span {
	display:block;
}
.place-temlate-head-cont .tools-place a {
	float:left;
	margin:5px 0 5px 20px;
}
.place-temlate-head-cont .tools-place a i {
	float:left;
	font-size: 50px;
	margin: -13px 8px 0 0;
}
.place-temlate-head-cont .tools-place a:hover {
	color:#ff8db4;
}
.place-temlate-head-cont .tools-place a:hover i {
	color:#ff8db4;
}
.news-block-big {
	font-size:17px;
}
.news-block-big ul li .cont {
    padding: 0 0 0 12px;
	height:54px;
	display:table-cell;
	vertical-align:middle;
}
.custom-block {
	padding:25px 38px 10px;
	font-size:14px;
	line-height:20px;
	color:#000;
}
.custom-block img{
	max-width:100%;
	height:auto;
}
.custom-block h2 {
	font-size:30px;
	margin:0 0 20px;
	color:#585858;
}
.custom-block ul.list {
	padding:25px 0 0;
}
.custom-block ul.list li {
	display:inline-block;
	list-style:none;
	vertical-align:top;
	width:49%;
	padding: 0 2% 30px 0;
	font-size:12px;
}
.custom-block ul.list li img {
	float:left;
	margin:-30px 16px 10px 0;
}
/************news-left******************/
.news-left {
	padding:15px 48px 1px;
}
.news-left .item {
	padding:12px 0 32px;
}
.news-left .head,
.event-post .head  {
	font-size:14px;
}
.news-left .head .class-categ {
	font-size:15px;
	color:#f377a1;
	text-transform:uppercase;
	font-weight:600;
}
.news-left .head h2,
.news-left .head h1,
.event-post .head h2,
.event-post .head h1 {
	margin:9px 0 16px;
	font-size:40px;
	line-height:46px;
	word-break: break-word;
}
.news-left .head .info span,
.news-left .head .info .left-col > a,
.event-post .head .info span,
.event-post .head .info .left-col > a {
	margin-right:17px;
}
.news-left .head .info span i,
.event-post .head .info span i {
	font-size:16px;
}
.news-left .head .info span a,
.item-dialog .control a,
.event-post .head .info span a {
	color:#7C7C7C;
	text-decoration:none;
}
.news-left .head .info span a:hover i,
.item-dialog .control a:hover i,
.item-messages .control a:hover i,
.event-post .control a:hover i,
.event-post .head .info span a:hover i {
	color:#0094E1;
}
.news-left .head .info span a.not i,
.item-dialog .control a.not i,
.event-post .head .info span a.not i {
	color:#F377A1;
}
.news-left .head .info,
.event-post .head .info  {
	color:#7c7c7c;
	overflow:hidden;
	margin-bottom: 10px;
}
.news-left .head .info .left-col,
.event-post .head .info .left-col {
	float:left;
	width:70%;
}
.news-left .head .info .right-col,
.event-post .head .info .right-col {
	float:right;
	width:30%;
}
.news-left .head .info .date,
.event-post .head .info .date {
	text-align:right;
	font-style:italic;
}
.news-left .img,
.event-post .img  {
	padding:20px;
	margin:0 -5px 18px;
	text-align:center;
	position:relative;
}
.news-left .img.video-block,
.event-post .img.video-block  {
	padding:20px 0;
	margin:0;
}
/*.news-left .img img,*/
.event-post .img img {
	max-width:100%;
	/*box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);*/
}
.news-left p {
	margin-bottom:20px;
}
.link-admin {
	margin-bottom:20px;
}
.link-admin a {
	margin:0 10px 0 0;
}
.head .info span .claim {
	color: #0094e1 !important;
	text-decoration:underline !important;
}
.head .info span .claim:hover {
	color: #676a6c !important;
}
/************news-right******************/
.news-right {
	padding:6px 17px 1px;
}
.news-right .item {
	padding:12px 0 19px;
}
.news-right .head {
	margin-bottom:15px;
}
.news-right .head .class-categ {
	font-size:11px;
	color:#f377a1;
	text-transform:uppercase;
	font-weight:600;
}
.news-right .head h2 {
	margin:0 0 2px;
	font-size:20px;
	line-height:24px;
	font-weight:700;
	word-break: break-word;
}
.news-right .head .info em {
	display:block;
	font-size:11px;
	margin-bottom: 12px;
}
.news-right .head .info span {
	margin-right:17px;
}
.news-right .head .info span i {
	font-size:16px;
}
.news-right .head .info  {
	color:#7c7c7c;
}
.news-right .img {
	margin:0 0 10px;
}
.news-right .img img {
	width:100%;
}
.news-right p {
	margin-bottom:0;
}
.news-right a {
	text-decoration:underline;
}
/************review-left***********/
.review-left {
 padding:27px 27px 1px 26px;
}
.review-item {
 margin-bottom:28px;
}
.review-item:hover{
	opacity:1!important;
}
.review-item .img {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    float: left;
    padding: 6px;
}
.review-item .descr .head {
	padding-bottom:6px;
	overflow: hidden;
	padding-right: 55px;
}
.not-like .review-item .descr .head {
	padding-right: 0;
}
.not-like .review-item .descr .cont {
	padding-right: 28px !important;
}
.review-item .control-panel {
	padding:15px 0 0;
	margin:0 0 -5px;
}
.review-item .control-panel a {
	margin:0 5px 5px 0;
}
.review-item .control-panel .control-lab {
	display:inline-block;
	margin:0 5px 5px 0;
}
.review-item .descr {
	padding:4px 0 0 88px;
	width:100%;
}
.review-item .descr .user {
	font-size:14px;
	font-weight:600;
	float:left;
	color:#858585;
}
.review-item .descr .date {
 float:right;
 font-size:11px;
}
.review-item .descr .user span {
 text-transform:uppercase;
}
.review-item .descr .user a {
 position:relative;
}
.review-item .descr .user i {
 color:#0094E1;
 margin:0 10px;
}
.review-item .descr .cont {
	background:#eff6ff;
	position:relative;
	padding:20px 60px 20px 28px;
	font-size:12px;
	min-height: 75px;
	position: relative;
}
.review-item.gray .descr .cont {
 background:#f5f5f5;
}
.review-item .descr .cont .repost {
 background:#fff;
 margin-right:24px;
 padding:15px 17px;
 margin-bottom:10px;
}
.review-item .descr .cont .like {
 position:absolute;
 top:23px;
 right:10px;
 color:#868686;
}

.review-item .descr .cont .like2 {
 position:absolute;
 top:23px;
 right:10px;
 color:#868686;
}
.review-item .descr .cont .reply-block {
	background:#fff;
	padding:15px 17px;
	margin-bottom:10px;
}
.review-item {right:0px;
}
.review-item > .img img {
	border-radius:200px;
	-webkit-border-radius:200px;
	height: 56px;
    width: 56px;
}
/***like***/
.like i {
 font-size:13px;
}
.like a {
	color: #676a6c;
}
.like a:hover i {
	color: #0094e1;
}
.like2 i {
	font-size:13px;
}
.like a.not {
	cursor:default;
}
.like2 a:hover {
	cursor:pointer;
	text-decoration:none
}
.like2 a.not {
	cursor:default;
}
.like a.not i {color:#F377A1;
}
.like2 a.not i {color:#F377A1;
}
/**/

.review-item .descr .cont .control {
	font-size:18px;
	text-align:right;
	padding:6px 0 0;
	position:relative;
	right:-49px;
}
.review-item .descr .cont .control a,
.order-item .head .operation a {
	margin:0 0 0 10px;
	color: #676A6C;
}
.review-item .descr .cont .control a:hover,
.order-item .head .operation a:hover {color: #0094E1;
}
.fa-trash-o {
	color: #676A6C !important;
}
a:hover i.fa-trash-o {color: #FF3700 !important;
}
.review-item .descr .cont:before {
	left: -17px;
	top: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #eff6ff;
	border-width: 0px 20px 20px 0;
	transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
}
.review-item.gray .descr .cont:before {border-right-color: #f5f5f5;
}
.billboard-block-left > .row {margin:0 -12px 0 -15px;
}
.list_carousel-left .item-white {
    margin-left: -5px;
    margin-right: -5px;
} 
.visitor-review-block-col3 ul li {
    background: #fff;
    padding: 5px;
}
.visitor-review-block-col3 .cont {background:#eeeeee;
}
.visitor-review-block-col3 .cont:before { border-color: rgba(238, 238, 238, 0); border-bottom-color: #eeeeee;}

.visitor-review-block-col3 ul li {margin: 5px 0 0;
}
.visitor-review-block-col3  {
	padding: 5px 15px 0;
	word-wrap:break-word;
}
.news-block-l3 {padding: 10px 11px 1px;
}
.list_carousel-right li,
.list_carousel-full li {
	margin: 0;
	float:none;
}

/***************band-news*************/
.band-news {
	padding:16px 40px 18px;	
}
.band-news .band-post {
	border-top:#e5e5e5 solid 1px;
	padding:18px 0 0;
	margin:0 0 19px;
	position:relative;
}
.band-news .band-post:first-child {
    border-top: 0 none;
    margin-top: -19px;
}
.band-news .band-post:last-child {
    margin-bottom:0px;
}
.band-news .band-post .img {
	float:left;
	margin:1px 17px 10px 1px;
}
.band-news .band-post .review-item > .img img {
	border-radius:100px;
}
.band-news .band-post .desc {
	overflow:hidden;
	position:relative;
}
.band-news .band-post .head .title {
	overflow:hidden;
	font-size:16px;
	color:#000;
}
.band-news .band-post .head .title b {
	font-size:18px;
	color:#3492fb;
}
.band-news .band-post .head .date {
	float:right;
	margin:0 0 0 15px;
	font-size:11px;
	color:#665f5f;
}
.band-news .band-post .head .class-categ {
	overflow:hidden;
}
.band-news .band-post .head .info {
	padding:10px 0 0;
}
.band-news .band-post .head .like {
	float:right;
	color:#868686;
}
.band-news .band-post .head .class-categ span {
	font-size:12px;
	color:#f377a1;
	text-transform:uppercase;
}
.band-news .band-post .head h3 {
	margin:2px 0 0;
	font-size:24px;
	font-weight:700;
}	
.band-news .sub-post {
	padding: 10px 0 0;	
}
.band-news .sub-post .img {
	margin-top:2px;
}
.band-news .sub-post .title {
	margin-bottom:4px;
}
.band-news .sub-post .title b {
	color:#ff0f60 !important;
}
.band-news .sub-post .regime {
	color: #A7A7A7;
	font-size: 14px;
	padding: 6px 0 0;
}
.band-news .sub-post .regime i {
	display: inline-block;
	float: left;
	font-size: 20px;
	margin: 0 5px 0 0;
}
.band-news .sub-post .regime span {
	display: block;
    margin: 0 0 8px;
    overflow: hidden;
}
.band-news .sub-post .regime b {
  color: #000000;
}
.band-news .review-left {
	padding:3px 0 0;
}
.band-news .review-item {
    margin-bottom: 10px;
}
.band-news .review-item .descr .cont {
	margin-top:4px;
	min-height: 70px;
}
.text-decor {
	text-decoration:underline;
}
.band-news ul.marketlist {
	padding:16px 0 0;
	margin-left:-4px;
}
.band-news ul.marketlist .img {
	margin:0px;
	float:none;
}
.band-news ul.marketlist .title {
	overflow:inherit !important;
	font-size:13px !important;
}
.band-news .img-list {
	padding:14px 0 10px;
}
.band-post .like {
    position: absolute;
    right: 0;
    top: 22px;
}
.img-list li {
	float:left;
	list-style:none;
	margin:0 6px 6px 0;
}
.img-list li a:hover {
	opacity:0.8;
}
.band-news .white-more {
	margin:0px;
	padding:0 0 2px;
}
.band-news .white-more a {
    font-size:30px;
	text-decoration:none;
}
.band-news .control {
	padding:0 0 17px;
}
.color-tabs .nav-tabs {
	border:none;
}
.color-tabs .nav-tabs li {
	list-style:none;
	margin:0 14px 14px 0; 
}

/*******menu tab*********/
.menu-tab-toggle-btn {
	display:none;
	background:url(../images/menu1-toggle.png) no-repeat;
	width:170px;
	height:31px;
	font-size: 14px;
	border:none;
	margin:0;
}
.menu-tab-collapse ul {
	padding:10px 0 5px;
}
.menu-tab-collapse ul li {
	list-style:none;
}
.menu-tab-collapse ul li a {
	font-size: 14px;
    padding: 6px 15px;
	display:block;
}
.menu-tab-collapse ul li a.active {
	background:#FF8DB4;
    color: #FFFFFF;
    text-decoration: none;
}
/***/
/*****block-list-post*****/
.block-list-post .news-post .img {
	margin-left:0px;
	margin-right:0px;
}
.news-post-l-img .img {
	padding:0px;
}
.block-list-post .news-left .head h2 a {
	color:#000;
}
.block-list-post .news-left .head .class-categ a {
	color: #F377A1;
}
.head-block-list-post {
	padding: 15px 17px 5px;
}
/***/


/*************************************************************************************

								place-template-head-bigimage
				
*************************************************************************************/

.bigimage {
	background:url(../images/bigimage.jpg) no-repeat center top #000;
	background-size:100% auto;
}
.title-place-temlate .title-cont .regime .links-user {
    font-size: 14px;
	float:left;
	margin: -5px 5px 0 0;
}
.place-temlate-head-cont .rating-box span {
    font-size:26px;
	color:#c6c6c6;
	display: block;
    margin: 15px 0 0;
}
.custom-block .img-block {
	padding:19px 0 37px;
}
.custom-block .head .info {
	background:#f2f2f2;
	float:right;
	padding:19px 30px 34px;
	width:315px;
	color:#a7a7a7;
	margin:2px 0 10px 40px;
}
.custom-block .head .link {
	font-size:16px;
	color:#0094e1;
	margin-bottom:33px;
}
.custom-block .head .info span {
	color:#484848;
}
.custom-block .head .info b {
	color:#000;
}
.custom-block .head .info .soc-icon {
	margin-bottom:22px;
	display: inline-block;
}
.custom-block .head {
	color:#585858;
	margin-bottom:23px;
}
.custom-block .head .info ul li {
	list-style:none;
	padding:7px 0;
	margin-bottom:5px;
	border-bottom:#d9d9d9 solid 1px;
}
/***/

/*************************************************************************************

								place-template-head-map
				
*************************************************************************************/
body.blue {
	background:url(../images/bg/body-blue.jpg) no-repeat center top #def2ff;
	background-size:100% auto;
}
.map-bg {
	position:absolute;
	height:470px;
	width:100%;
	margin-top:44px;
}
.place-temlate-info-top .banner {
	position:absolute;
	bottom:100px;
	left:197px;
	right:-6px;
}
.breadcrumb-box {
	padding:11px 25px 12px;
	font-size:14px;
	color:#565656;
}
.breadcrumb-box a,
.breadcrumb-box b {
	position:relative;
	margin: 0 17px 0 0;
}
.breadcrumb-box a:after,
.breadcrumb-box a:before,
.breadcrumb-box b:after,
.breadcrumb-box b:before { left: -11px; top: 10px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.breadcrumb-box a:after,
.breadcrumb-box b:after{ border-color: rgba(0, 184, 245, 0); border-left-color: #00b8f5; border-width: 3px; margin-top: -3px; }
.breadcrumb-box a:before,
.breadcrumb-box b:before { border-color: rgba(0, 184, 245, 0); border-left-color: #00b8f5; border-width: 4px; margin-top: -4px; }

.breadcrumb-box b:after,
.breadcrumb-box b:before {border-color: rgba(86, 86, 86, 0); border-left-color: #565656;}

.breadcrumb-box a:first-child:after,
.breadcrumb-box a:first-child:before {
	display:none;
}
.map-tog-box {
	display:none;
}
.marg-map {
	margin-top:222px;
}
/***/

/*************************************************************************************

								page article-template
				
*************************************************************************************/
.news-post img.img {
	box-shadow: none;
	-webkit-box-shadow: none;
    float: left;
    margin: 0 26px 25px 0;
    max-width: 100%;
    padding: 0;
}
.news-post {
	font-size:14px;
	color:#000;
}
.news-post .others-news {
	background:url(../images/bg/silver-wave.png) repeat-x #eeeeee;
	margin: 0 -48px;
	padding: 30px 19px 7px;
	color:#292929;	
}
.news-post .others-news .item {
	padding:0 24px 30px;
	font-size:12px;
}
.news-post .others-news .item .head {
	margin:0 0 7px;
	min-height: 91px;
}
.news-post .others-news .item .img {
	margin:0 0 3px;
	padding:0px;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.news-post .others-news .item p {
	margin:0px;
}
.news-post .others-news h4 {
	color: #3F3F3F;
    /*font-size: 20px;*/
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 1px;
}
.news-post .others-news h3 {
	font-size:22px;
	line-height:24px;
	font-weight:600;
	color:#898989;
	margin:0 0 16px;
	padding: 0 28px;
}
.news-post .others-news em {
	font-size:11px;
	color:#7c7c7c;
}
.info-post {
	padding:34px 48px 48px;
}
.info-post h2 {
	color:#4c4c4c;
	font-size:22px;
	line-height:24px;
	text-transform:uppercase;
	margin:0 0 22px;
}
.info-post h3 {
	color:#4c4c4c;
}
.info-post .review-block {
	padding:0px;
}
.info-post .review-block img{
	max-width:100%!important;
	height:auto!important;
}
.info-post form .item {
	margin-bottom:20px;
}
.info-post form	 .form-group {
	padding: 0 10px;
}
.form-coment,
.form-review {
	color:#8b8b8b;
}
.form-coment.comment-login,
.form-review.comment-login {
	text-align:center;
	margin-bottom:-10px;
}
.form-review {
	margin-top:80px;
}
.radio-rating label {
	display:block;
	min-height:34px;
	margin:0px;
	padding: 8px 0;
	text-align:center;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
.radio-rating label input {
	margin:0;
}
.radio-rating label span {
	background:#fff;
	width:20px;
	height:19px;
	margin:0 10px 0 0;
	padding: 0 0 0 1px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    display: inline-block;
}
.radio-rating label.positive {background-color:#408800;}
.radio-rating label.neitral {background-color:#818181;}
.radio-rating label.negative {background-color:#ff0000;}

.info-post form .btn {
	/*margin:0 0 10px 20px;*/
}
.upload-photo {
	float:left;
	margin: -8px 0 0;
}
.upload-photo ul li {
	list-style:none;
	float:left;
	margin:0 10px 10px 0;
	border-radius:3px;
	-webkit-border-radius:3px;
	position:relative;
}
.upload-photo ul li:hover {
	box-shadow:0 0 0 3px #ff0000;
}
.upload-photo ul li:hover .delete {
	opacity:1;
	visibility:visible;
}
.delete {
	background:url(../images/delete.png) no-repeat;
	width:24px;
	height:24px;
	position:absolute;
	right: -13px;
    top: -11px;
	opacity:0;
	visibility:hidden;
	cursor:pointer;
}
.place-item-small {
	padding:22px 20px 15px;
	font-size:12px;
	line-height:16px;
}
.place-item-small .img {
	background:#FFFFFF;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
    padding: 10px;
    position: relative;
    z-index: 4;
	display:block;
	width:168px;
	margin:0 auto -40px;
}
.place-item-small .silver {
	background:#f1f1f1;
	padding:51px 30px 25px;
	margin-bottom:10px;
}
.place-item-small .silver .title {
	font-size:18px;
	line-height:24px;
	text-align:center;
	margin-bottom:12px;
}
.place-item-small .rating-star {
	margin:0 auto 15px; 
}
.place-item-small .silver p {
	margin-bottom:15px;
}
.place-item-small .info {
	padding:0 19px;
	color:#a7a7a7;
}
.place-item-small .info span {
	display:block;
	margin-bottom:10px;
}
.place-item-small .info span b {
    color: #000000;
}
.place-item-small .info span i {
    font-size:14px;
	margin: 0 5px 0 0;
}
.place-item-small .info .link {
  background: url(../images/female-ico.gif) no-repeat left 8px;
  display: inline-block;
  font-family: Calibri;
  font-size: 16px;
  padding: 5px 5px 5px 20px;
  margin: 0 0 0 -2px;
}
.place-item-small .info .soc-icon {
	margin-bottom:16px;
	display:inline-block;
}
.place-item-small .info .text-center .btn {
	margin-bottom:15px;
}
/***/

/*************************************************************************************

								regirtration, listing-packages-user page 
				
*************************************************************************************/
.data-form {
	padding:20px 30px 0;
	color:#000;
}

.data-form h2 {
	margin:0 0 23px;
	color:#585858;
}
.data-form label {
	font-weight:normal;
}
.data-form .type-account .head {
	margin-bottom:10px;
}
.data-form .type-account .head .title {
	float:left;
	font-size:19px;
}
.data-form .type-account .head p {
	font-size:15px;
}
.data-form .type-account .item {
	text-align:center;
	padding:7px 0 15px;
}
.data-form .type-account .item i {
	width:110px;
	height:110px;
	display:block;
	margin:0 auto 12px;
	color:#478ac6;
	font-size:50px;
	line-height:110px;
	border:#478ac6 solid 2px;
	border-radius:50%;
	-webkit-border-radius:50%;
	background:#fff;
}
.data-form .form-block label{
	font-size:14px;
	color:#6f6f6f;
}
.data-form .form-block {
	padding-bottom:65px;
	/*padding-top: 10px;*/
}

.data-form .form-block .head {
	border-bottom:#e5e5e5 solid 1px;
	padding:9px 0;
	margin-bottom:14px;
}
.data-form .form-block .head em {
	color:#757575;
}
.data-form .form-block .item {
	margin-bottom:12px;
}
.data-form .form-block .item label {
	/*float:left;
	width:125px;*/
	color:#6f6f6f;
	font-weight:normal;
	padding:7px 0 0;
}
.data-form .form-block .item label span {
	color:#ff0000;
}
.form-control.hasDatepicker {
    float: left;
    width: 86%;
}
img.ui-datepicker-trigger {
	margin:5px 0 0 16px;
	cursor: pointer;
}
.data-form .form-block .item .i-input {
	overflow:hidden;
}
.data-form .form-block .foot {
	margin: 16px 0 0;
	padding:7px 0 0;
}
.data-form .form-block .foot button {
	margin:0 0 10px 8px;
}
.data-form .form-block .foot .checkbox {
	margin:32px 0 36px;
}
.data-form .silver {
	background: url(../images/bg/silver-wave.png) repeat-x #EEEEEE;
    color: #292929;
    margin: 0 -30px;
    padding: 20px 44px 10px;
}
.data-form .silver h3 {
	font-size:22px;
	margin:0 0 15px;
	padding:0 11px;
}
.data-form .silver .content p {
	margin-bottom:22px;
}
.data-form .silver .content ul {
	margin-bottom:22px;
}
.data-form .silver .content ul li {
	margin: 2px 0 0 16px;
}
.data-form .cont-user-reg {
	overflow:hidden;
	padding:5px 0 10px;
}
.data-form .cont-user-reg .img-user-reg {
	float:left;
}
.data-form .cont-user-reg .desc-user-reg {
	padding:0 0 0 125px;
}

.data-form-new .form-block .item {
    margin-bottom: 12px;
	overflow:hidden;
	height:auto;
}

.data-form-new .form-block .item label {
    color: #6f6f6f;
    /*float: left;*/
    font-weight: normal;
    padding: 0 0 0;
	margin-right:5px;
    /*width: 170px;*/
	clear:both
}

.data-form-new .form-block .item label span {
    color: #ff0000;
}

.data-form-new .form-block .item .i-input {
    overflow: hidden;
}

.data-form-new .form-block .foot {
    margin: 16px 0 0;
    padding: 7px 0 0;
}

.benefits-account {
	border-bottom:#d6d6d6 solid 1px;
	margin:0 -10px 20px;
	padding-bottom:12px;
}
.benefits-account .item {
	text-align:center;
	padding:7px 0 15px;
	font-size:18px;
}
.benefits-account .item i {
	width:104px;
	height:104px;
	display:block;
	margin:0 auto 8px;
	color:#000;
	font-size:50px;
	line-height:110px;
	background:#fff;
	border-radius:50%;
	-webkit-border-radius:50%;
	opacity:0;
}
.table-price-block {
	margin:33px 0 32px -17px;
}
.table-price-block table {
	width:100%;
}
.table-price-block  tr td,
.table-price-block  tr th {
	width:25%;
	text-align:center;
	padding:12px 15px;
	line-height:24px;
	font-size:20px;
	color:#000;
	border:#fff 2px solid;
}
.table-price-block  tr td.active {
	background:#d8ffd3;
	background: -webkit-linear-gradient(top, #e7ffe4 #d8ffd3);
	background: -moz-linear-gradient(top,  #e7ffe4,  #d8ffd3);
	background: -o-linear-gradient(top,  #e7ffe4,  #d8ffd3);
	background: -ms-linear-gradient(top,  #e7ffe4,  #d8ffd3);
}
.table-price-block  tr td.not_active {
	background:#f7f7f7;
}
.table-price-block  tr td:first-child {
	text-align:left;
	font-size:14px;
	line-height:20px;
}
.table-price-block  tr td .first {
	position:relative;
}
.table-price-block  tr td:first-child .first:before {
	content:'';
	position:absolute;
	z-index:1;
	width:110%;
	left:-15px;
	right:0;
	bottom:-15px;
	background:#f5f5f5;
	height:1px;
}
.table-price-block  tr th {
	font-weight:normal;
	vertical-align:top;
	font-size:18px;
}
.table-price-block .price {
	font-size:24px;	
	margin:9px 0 3px;
}
.table-price-block table .btn {
	min-width: 128px;
	margin:5px 0;
}
.user-plan-icon {
	background:url(../images/user-plan.png) no-repeat 0 2px;
	padding:0 0 0 20px;
}
/***/


/*************************************************************************************

								page user-panel
				
*************************************************************************************/
.user-panel {
	position:relative;
	color:#000;
	font-size:12px;
	/*width:270px;*/
	padding:7px 18px 14px;
	background:url(../images/bg/user-panel.png) repeat-x left bottom #fff;
}
.user-panel .icon {
	padding:5px 50px 0 0;
}
.user-panel .icon b {
	font-weight:normal;
	color:#ff0000;
}
.user-panel .icon span {
	margin:0 11px 0 0;
}
.user-panel .icon span a {
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:0 0 0 20px;
	color:#000;
	text-decoration:none;
}
.user-panel .icon span a:hover {
	background-position:0 -41px;
	color:#1fa2ff !important;
}
.user-panel .icon span.icon1 a {background-image:url(../images/header/s-icon1.png);}
.user-panel .icon span.icon2 a {background-image:url(../images/header/s-icon2.png);}
.user-panel .icon span.icon3 a {background-image:url(../images/header/s-icon3.png);}

.user-panel .arrrow {
	padding:0 11px 0 0;
	position:absolute;
	bottom:12px;
	font-size:16px;
	right:20px;
	color:#1E8DFF;
}
.user-panel .link-toggle {
	font-weight:700;
	padding:7px 0 0;
}
.user-panel .link-toggle a {
	color:#1e8dff ;
}
.user-panel .link-toggle a.active span.shows {
	display:none;
}
.user-panel .link-toggle a span.shows {
	display:inline-block;
}
.user-panel .link-toggle a.active span.hides {
	display:inline-block;
}
.user-panel .link-toggle a span.hides {
	display:none;
}
.user-panel .link-toggle i {
	font-size:14px;
	position:relative;
	bottom:-1px;
}
.user-panel .user-box {
	border-bottom:#f2f0ea solid 1px;
	padding:0 18px 13px;
	color:#7c7c7c;
	margin:0 -18px 0;
}
.user-panel .user-box .img,
.user-account-col .user-head .img,
.item-dialog .img {
	background:#FFFFFF;
	border-radius: 50%;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
	float: left;
	margin: 0 0 0 -5px;
	padding: 6px;
}
.user-panel .user-box .img img,
.user-account-col .user-head .img img,
.item-dialog .img img {
	border-radius:100px;
	-webkit-border-radius:100px;
}
.user-panel .user-box .right-col {
	padding:4px 0 0 75px;
}
.user-panel .user-box .name,
.user-account-col .user-head .name {
	font-size:16px;
	padding:5px 0 1px;
	color:#000;
}
.user-panel .user-box .out,
.user-account-col .user-head .out {
	color:#ff0000;
	text-decoration:none;
}
.user-panel .user-box .out:hover,
.user-account-col .user-head .out:hover {
	color:#000;
}
.user-panel .user-box .out i,
.user-account-col .user-head .out i {
	position:relative;
	bottom:-1px;
	right:-2px;
}
.user-panel .menu-panel {
	font-size:13px;
	margin:8px 0 0;
	display:none;
}
.user-panel .menu-panel ul li {
	list-style:none;
	border-top:#f2f0ea solid 1px;
	padding:5px 0 6px;
}
.user-panel .menu-panel ul li a {
	color:#464646;
}
.user-panel .menu-panel ul li a:hover {
	margin-left:10px;
}
.user-panel .menu-panel ul.add {
	border-top:#9fd000 solid 3px;
}
.user-panel .menu-panel ul.add li a{
	background:url(../images/header/add.png) no-repeat 3px 4px;
	padding:0 0 0 24px;
	color:#5c7800;
	margin-left:0 !important;
}
.user-panel .menu-panel ul.add li:first-child {
	border:none;
}
.user-panel .user-box,
.user-panel .link-toggle {
	display:none;
}
.user-panel:hover .user-box,
.user-panel:hover .link-toggle {
	
}
/****/


/*************************************************************************************

								page business-directory-market
				
*************************************************************************************/
.head-title .btn-group {margin:7px -3px 7px 7px;
}
.head-title .btn-group.fright {margin-right:7px;
}
.main-nav .btns {float:left;
}
.main-nav .btns .btn {margin:14px 20px 14px 0;
}
.categories-col {padding:6px 6px 20px;
}
.search-block .fa {
	color:#cfcfcf;
	font-size:18px;
}
.search-block {margin-bottom:10px;
}
.gray-search {padding-bottom:6px;
}
.gray-search .search-block {margin-bottom:0px;
}
.search-block .form-control.hasDatepicker {
    width: 100%;
}
.search-block img.ui-datepicker-trigger,
.forum-cont .top-head .control-search img.ui-datepicker-trigger {
    float: left;
    margin: 6px 0 0 -31px;
}
.forum-cont .top-head .control-search .form-control.hasDatepicker {
    width: 100%;
}
.search-block > .text-right {
	padding:4px 14px 0;
}
.search-block .cont {
	background:#ffcedf;
	padding: 10px 12px 10px;
}
.search-block .item {
	display: inline-block;
    padding-top: 12px;
    width: 100%;
}
.toggle-box .link.active .turn  {display:none;
}
.toggle-box .link .turn  {display:inline;
}
.toggle-box .link.active .expand {display:inline;
}
.toggle-box .link .expand  {display:none;
}
.toggle-slide {display:none;
}
.categories-col .item-block {margin-bottom:28px;
}
.categories-col .item-block .title {
	font-size:18px;
	color:#575757;
	padding:13px 25px 13px;
	margin:0 -6px 19px;
	background:#f1f1f1;
}
.categories-list {
	padding:0 10px;
}
.categories-list li {
	list-style:none;
	margin-bottom:-1px;
}
.categories-list > li .wr,
.categories-list ul li {
	list-style:none;
	font-size:12px;
	color:#616161;
	padding:10px 10px 10px;
	border-bottom:#e5e5e5 solid 1px;
	position:relative;
}
.categories-list > li:last-child .wr,
.categories-list ul li:last-child,
.categories-list > li:last-child li:last-child {
	border-bottom:none 0px;
}
.categories-list > li.active >.wr {
	background:#f3739e;
	color:#fff;
	border-bottom:#F3739E solid 1px;
}
.categories-list > li.active > .wr:before {
	top: 50%; left: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;
	border-color: rgba(243, 115, 158, 0); border-left-color: #f3739e; border-width:6px; margin-top: -5px;
}
.categories-list > li.active > .wr a {
	color:#fff;
	text-decoration:none;
}
.categories-list li a {
	font-size:13px;
	color:#000000;
}
/*******/
.rules-list .categories-list {
	padding:0px;
	margin: 0 -11px;
}
.rules-list .categories-list ul li {
	padding:0 0 0 23px !important;
	margin-bottom:0px;
	margin-top: 2px;
	border-bottom:none;
}
.rules-list .categories-list ul li a {
	font-size:13px;
}
.rules-list .categories-list > li.active > .wr > a,
.rules-list .categories-list ul li.active > .wr > a {
	cursor:default;
    background-position: 0 4px !important;
	background-image:url(../images/r-list-w.png);
}

.rules-list .categories-list ul li.active >.wr {
	background:#f3739e;
	color:#fff;
	border-bottom:#F3739E solid 1px;
}
.rules-list .categories-list ul li.active > .wr:before {
	top: 50%; left: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;
	border-color: rgba(243, 115, 158, 0); border-left-color: #f3739e; border-width:6px; margin-top: -5px;
}
.rules-list .categories-list ul li.active > .wr a {
	color:#fff;
	text-decoration:none;
}
/*******/

.categories-list ul li {
	padding:10px 10px 10px 25px;
}
.categories-range {
	padding:0 10px 0 20px;
}
.categories-range .item {
	margin-bottom:9px;
}
.categories-range .item > label {
	font-weight:600;
	font-size:14px;
	padding:8px 0;
	margin:0px;
}
.categories-range .item .i-input {
	overflow:hidden;
}
.color-range .i-input label {
	float:left;
	width:30px;
	height:30px;
	margin:0 8px 0 0;
	overflow:hidden;
	cursor:pointer;
}
.color-range .i-input label:hover {
	opacity:0.6;
}
.color-range .i-input label.type1 {background:#408800;}
.color-range .i-input label.type2 {background:#a73643;}
.color-range .i-input label.type3 {background:#03d8e3;}
.color-range .i-input label.type4 {background:#ff0000;}
.color-range .i-input label.type5 {background:#000;}
.color-range .i-input label.type6 {background:#fff; border:#c4c4c4 solid 1px;}

.color-range .i-input label input {
	position:relative;
	z-index:-1;
	left:-50px;
}
.categories-col .price-range {
	padding:0 0 3px;
}
.categories-col .price-range > span {
    margin: 0 0 6px;
}
.categories-col .price-range label {
	font-weight:600;
	font-size:14px;
}
.slider_price,
.slider_price a {
	border-radius:0px !important;
	border:none !important;
	height:20px !important;
}
.slider_price .ui-state-hover span,
.slider_price .ui-state-focus span {
	background:#f6286d !important;
	z-index:10;
}
.ui-datepicker .ui-state-focus .ui-icon-circle-triangle-e,
.ui-datepicker .ui-state-hover .ui-icon-circle-triangle-e {
    background-position: -49px -191px;
}
.ui-datepicker .ui-state-hover .ui-icon-circle-triangle-w,
.ui-datepicker .ui-state-hover .ui-icon-circle-triangle-w {
	background-position:-79px -191px;
}

.slider_price  {
	background:#e9e9e9 !important;
	/*padding:0 0 0 34px;
	margin:0 0 0 34px;*/
}
.slider_price a {
	font-size:12px;
	color:#fff !important;
	top:0px !important;
	width:5px !important;
	text-decoration:none;
	margin-left: 0 !important;
	cursor:pointer !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.slider_price a span {
	position:absolute;
	top:0px;
	bottom:0px;
	background:#f3739e;
	line-height: 20px;
	padding:0 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#app_min_price {
	left:0px;
}
#app_max_price {
	right:0px;
}
.slider_price .ui-slider-range   {
	background:#ffd0e0 !important;
}
.checkbox-range input {
	margin: 2px 10px 0 0 !important;
}
.categories-col .reset {
	color:#ff0000;
	text-decoration:underline;
	margin-left:19px;
}
.categories-col .reset:hover {
	text-decoration:none;
}
.categories-col .reset i {
	margin-right:5px;
	position:relative;
	bottom:-2px;
}
.carousel-category {
	padding:0 50px ;
	position:relative;
}
.carousel-category .owl-prev,
.carousel-category .owl-next,
.carousel-product .owl-prev,
.carousel-product .owl-next {
	position:absolute;
	top:0px;
	width:50px;
	background:#cde5ff;
	bottom:0px;
}
.carousel-product .owl-prev,
.carousel-product .owl-next {
	background:#fff;
	background:rgba(255,255,255,0.8);
}
.carousel-category .owl-prev {
	left:-50px;
}
.carousel-category .owl-next {
	right:-50px;
}
.carousel-product .owl-prev {
	left:0px;
}
.carousel-product .owl-next {
	right:0px;
}
.carousel-category .owl-prev i,
.carousel-category .owl-next i,
.carousel-product .owl-prev i,
.carousel-product .owl-next i {
    color: #fff;
    font-size: 60px;
    line-height: 60px !important;
    margin: -33px 0 0;
    position: absolute;
    top: 50%;
}
.carousel-product .owl-prev i,
.carousel-product .owl-next i {
    color: #000;
}
.carousel-category .owl-prev i,
.carousel-product .owl-prev i {
	left:14px;
}
.carousel-category .owl-next i,
.carousel-product .owl-next i {
	right:14px;
}
.carousel-category .item {
	text-align:center;
	font-size:14px;
	color:#000;
	margin:16px 0 18px;
}
.carousel-category .item:hover .img {
	border-color:#84b3ea;
	box-shadow:0 0 0 5px #84b3ea;
}
.carousel-category .item:hover b {
	color:#000;
}
.carousel-category .item .img {
	border-radius:50%;
	-webkit-border-radius:50%;
	border:#c1deff solid 2px;
	display:block;
	margin:0 auto 9px;
	box-shadow:0 0 0 5px #fff;
	max-width:122px;
}
.carousel-category .item .img img {
	border-radius:50%;
	-webkit-border-radius:50%;
	max-width:118px;
}
.carousel-category .item a {
	display:inline-block;
	text-decoration:none;
	color:#585858;
}
.carousel-category .item b {
	display:block;
	font-weight:normal;
}
.carousel-product .owl-carousel {
	padding:0 4px;
}
.carousel-product .item {
	position:relative;
	margin:8px 4px 8px;
	background:#999;
}
.carousel-product .item a {
	display:block;
}
.carousel-product .item img {
	width:100%;
}
.carousel-product .item .price {
	position:absolute;
	top:0px;
	right:0px;
	background:#009EFE;
	width:50px;
	height:50px;
	padding:8px 0 0;
	display:block;
	text-align:center;
	color:#000;
	font-size:14px;
	line-height:16px;
	z-index:10;
}
.carousel-product .item .price b {
	display:block;
	color:#fff;
}
.carousel-product .item .title {
	position:absolute;
	bottom:0px;
	right:0px;
	left:0px;
	background:#fff;
	background:rgba(255,255,255,0.8);
	min-height:40px;
	padding:2px 12px;
	font-size:12px;
}
.carousel-product .item a {
	color:#000;
	text-decoration:none;
}
.carousel-product .item:hover {
	opacity:0.8;
}
/****/

/*************************************************************************************

								product-page
				
*************************************************************************************/
.product-page {padding:25px 45px;
}
.product-page .col-page {padding:5px 12px;
}
.product-page .social {margin-bottom:20px;
}
.social {
	color:#8d8d8d;
	font-size:14px;
}
.social span {margin:0 9px;
}
.social span a {margin:0 2px;
}
.social span a:hover {opacity:0.7;
}
.more-product-slider {
	font-size:24px;
	text-decoration:underline;
}
.more-product-slider.active .turn {display:none;
}
.more-product-slider.active .expand {display:inline;
}
.more-product-slider .turn {display:inline;
}
.more-product-slider .expand {display:none;
}
.more-product-slider i {margin-left:10px;
}
.product-page .review-block {
	padding:17px 0 9px;
	background:none;
	/*padding:17px 20px 9px;
	background:#ffecec;*/
	margin:18px 0 0;
}
.product-comment .review-block  > .review-item > .descr .cont {
	background:#f5f5f5 ;
}
.product-comment .review-block  > .review-item > .descr .cont:before {
   border-color: rgba(245, 245, 245, 0);
	border-right-color: #f5f5f5;
}
.product-page .review-block .review-item {
	margin-bottom:10px;
}
.product-page .review-block .review-item .descr .cont {
	/*background:#fff;*/
	padding: 20px 60px 20px 28px;
}
.product-page .review-block .review-item .descr .cont:before {
	/*border-color: rgba(255, 255, 255, 0);*/
	/*border-right-color: #fff;*/
}
.product-page .review-block .title {
	padding-bottom:8px;
}
.product-page .review-block .title span {
	font-size:22px;
	color:#4c4c4c;
	text-transform:uppercase;
}
.product-page .review-block .title .rating-star {
	display:inline-block;
	margin: 0 10px;
}
.product-descr {
	margin:-3px 0 0;
	padding:0 25px 0 62px;
	color: #838383;
}
.product-page-user  .product-descr {
	padding:0 0 0 62px;
}
.product-descr .title,
.product-descr .title h1 {
	font-size:22px;
	line-height:28px;
	font-weight:700;
	color:#000;
}
.product-descr .title {
	margin:7px 0 6px;
}
.product-descr .cont {
	padding:12px 0 0;
}
.product-descr .cont p {
	color:#000;
}
.product-descr .cont .rating-star {
	display:inline-block;
	margin:0 10px;
	position:relative;
	bottom:-1px;
}
.product-descr .toggle-box.cont a {
	text-decoration:underline;
}
.information {
	background:url(../images/info.png) no-repeat right 2px;
	padding:0 24px 2px 0;
}
.product-descr .price-box {
	padding:23px 0 0;
	margin: 0 0 40px;
	font-size:14px;
}
.product-descr .price-box .item {
	overflow:hidden;
	font-weight:600;
	margin-bottom:4px;
}
.product-descr .price-box .item.old-price {
	color:#8d8d8d;
}
.product-descr .price-box .item span {
	color:#F00;
}
.product-descr .price-box .item label {
	float:left;
	width:74px;
	margin:0px;
	font-weight:600;
}
.product-descr .price {
	background:#d6faff;
	font-size:16px;
	color:#242424;
	padding:12px 15px 3px 29px;
	min-height:62px;
	line-height:37px;
	position:relative;
	margin:0 28px 7px -28px;
}
.product-descr .price b {
	font-weight:normal;
	float:left;
	margin-right:12px;
	margin-top: 1px;
}
.product-descr .price span {
	font-size:38px;
	color:#d65b85;
	font-weight:600;
	text-shadow:1px 1px 0 #fff;
}
.product-descr .price:before { right: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(214, 250, 255, 0); border-right-color: #d6faff; border-width: 31px 18px 31px 0; margin-top: -31px; }
.product-descr .price:after { right:0; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-right-color: #fff; border-width: 31px 18px 31px 0; margin-top: -31px; }

.product-descr .categories-range {
	padding:0px;
}
.product-descr .form-control {
	width:auto;
	min-width: 70px;
}
.product-descr .separ {
	border-bottom:#e1e1e1 solid 1px;
	margin:25px -25px 19px -62px;
}
.product-descr .control {
	color:#868686;
}
.product-descr .control .item {
	margin-bottom:10px;
}
.product-descr .control .sub-item {
	margin-bottom:15px;
}
.product-descr .control .fa {
	margin-right:5px;	
}
.product-descr .control .total-price {
	font-size:18px;
	font-weight:600;
	overflow:hidden;
	margin-bottom: 20px;
}
.product-descr .control .total-price label {
	color:#8d8d8d;
	font-weight:600;
	width:65px;
	float:left;
	margin:0px;
} 
.product-descr .control .total-price label span {
	color:#4c4c4c;
} 
.product-descr .control .total-price span {
	color:#F00;
}
.product-descr .control .btn {
	max-width:210px;
	display:inline-block;
	vertical-align:top;
	margin:0 10px 10px 0;
}
.product-descr .btn-block + .btn-block {margin: 0;
}
.question-product,
.write-product {
	padding:25px 15px 24px 100px;
	margin: 22px 0 0;
	font-size:12px;
	color:#6e6e6e;
	font-family:Tahoma, Geneva, sans-serif;
	background:url(../images/who.png) no-repeat 52px 31px #fff5d2;
	display:block;
	text-decoration: none !important;
}
.product-page-user .question-product,
.product-page-user .write-product  {
	padding:25px 15px 24px 75px;
}
.product-page-user .question-product {
	background-position:25px 31px;
}
.product-page-user .write-product  {
	background-position:25px 28px;
}
.product-page-user .question-product .title {
	color:#1bb7cd !important;
}
.product-page-user .write-product .title {
	color:#f3739e !important;
}
.write-product  {
	background:url(../images/write.png) no-repeat 52px 28px #ffeef4;
}
.question-product .title,
.write-product .title {
	color:#000 !important;
	font-size:18px !important;
	line-height: 18px !important;
	font-weight:normal !important;
	margin:0 0 0px !important;
	padding:0px;
}
.question-product a,
.write-product a {
	text-decoration:underline;
}

.product-tabs {
	margin:37px 0 0;
	font-size:14px;
	color:#363636;
}
.product-tabs .tab-content {
	padding:26px 0 20px;
}
.product-tabs .nav-tabs {
	overflow: hidden;
	border:none;
	border-bottom:#e1e1e1 solid 2px !important;
}
.product-tabs .nav-tabs li {
	list-style:none;
	padding:13px 30px 11px;
	font-size:16px;
	font-weight:700;
	color:#000;
}
.product-tabs .nav-tabs li.active {
	background:#dedede;
}
.product-page-user .nav-tabs li {
	color:#848484;
}
.product-page-user .nav-tabs li.active {
	background:#ff8db4;
	color:#fff;
}
.product-page-user .nav-tabs {
	border-bottom-color:#ff8db4 !important;
}
.product-page-user .nav-tabs li.active a {
	color:#fff;
}
.product-tabs .nav-tabs li.active a {
	text-decoration:none;
	cursor:pointer;
}
.product-tabs .nav-tabs li a {
	border:none !important;
	background:none !important;
	font-weight:normal;
}
.list-text {
	padding:26px 0 0;
	margin:0 0 18px;
}
.list-text li {
	margin:0px;
	list-style:url(../images/bl.png);
	margin:0 0 0 15px;
}

.product-descr .info-by {
	padding:25px 16px 15px 23px;
	width:240px;
	font-size:13px;
	top: 140%;
	left:-104px;
}
.user-by {
	margin-top:-10px;
	padding: 5px 0 0;
	color:#7c7c7c;
	font-size:11px;
}
.user-by p {
	margin:0px;
	padding:0px;
}
.user-by a {
	font-weight:bold;
	font-size:13px;
}
.user-by .img {
	background:#FFFFFF;
    border-radius: 50%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    float: left;
    padding: 6px;
	margin:-11px 12px 0 -5px;
}
.user-by .img img {margin:0px !important;
}
.product-descr .info-by .img {
	overflow:hidden;
	font-size:15px;
	margin-bottom:10px;
}
.product-descr .info-by .img img {
	width:50px;
	height:50px;
	float:left;
	margin:0 10px 0 0;
	border-radius:200px;
	-webkit-border-radius:200px;
}
.product-descr .info-by strong {
	display:block;
	font-size:15px;
	color:#000;
	font-weight:normal;
	margin-bottom:7px;
}
.product-descr .info-by .regime span {
	display:block;
	margin-bottom:10px;
}
.product-descr .info-by .regime i {
	margin:0 9px 0 0;
	font-size:14px;
}
.product-descr .info-by .regime {
	color:#a7a7a7;
	font-size:12px;
	margin-top:12px;
}
.product-descr .info-by .regime b {
	color:#000;
}
.product-tabs .customers-block .head .title,
.product-tabs .reviews-block .head .title {
	font-size:22px;
	float:left;
	margin-bottom:20px;
	text-transform:uppercase;
	padding-left:18px;
}
.product-page-user .reviews-block .head .title,
.product-page-user .customers-block .head .title {
	color:#ff8db4 !important;
}
.product-tabs .reviews-block .head .title .rating-star {display:inline-block;
}
.product-tabs .customers-block .head .btn {margin:-12px 0 0;
}
.product-tabs .customers-block .head .link {
	float:left;
	margin:-8px 90px 25px 0;
}
.product-page-user .customers-block .head .link {
	margin-right:0px;
}
.product-tabs .customers-block .head .link ul li {
	margin:0px;
	list-style:none;
	float:left;
	font-size:16px;
	padding:11px 19px;
	position:relative;
}
.product-tabs .customers-block .head .link a {
	text-decoration:underline;
}
.product-tabs .customers-block .head .link ul li.active {
	background:#ff8db4;
}
.product-tabs .customers-block .head .link ul li.active:before {
	top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;
	border-color: rgba(194, 225, 245, 0); border-top-color: #ff8db4; border-width: 7px 6.5px 0 6.5px; margin-left: -7px;
}
.product-tabs .customers-block .head .link ul li.active a {
	color:#fff !important;
	text-decoration:none;
	cursor:default;
}
.review-item.bg1 {background:#ffecec !important;}
.review-item.bg2 {background:#dcf1c9 !important;}
.review-item.bgcol1 .descr .cont {background:#f5f5f5;}
.review-item.bgcol1 .descr .cont:before {border-color: rgba(245, 245, 245, 0);border-right-color: #f5f5f5;}

.reviews-block .from-reviews .review-item {
	background:#ebebeb;
	padding:10px 20px 14px;
	margin-bottom: 8px;
}
.reviews-block .from-reviews .cont {background:#fff;}
.reviews-block .from-reviews .cont:before {border-color: rgba(255, 255, 255, 0);border-right-color: #fff;}

.review-item .review-item {padding:13px 0 14px 88px !important;
}
.review-item .review-item .review-item .review-item .review-item .review-item {
    padding-left: 11px !important;
}
.review-item .review-item .review-item .review-item {
    padding-left: 22px !important;
}
.review-item .review-item .review-item {
    padding-left: 44px !important;
}
.review-item > .review-item.last {
	margin-bottom:-11px;
}
.link-rating {float:left;
}

.link-rating a {
	display:inline-block;
	margin:0 0 14px 21px;
	font-size:14px;
	text-decoration:underline;
}
.link-rating a.all {
	margin-bottom:30px;
}
.link-rating a:hover,
.link-rating a:focus {
	color:#000;	
	text-decoration:none;
}
.link-rating a span {
	display: inline-block;
	width:54px;
	height:54px;
	font-weight:bold;
	color:#000;
	line-height:50px;
	border:#87beea solid 1px;
	text-align:center;
	background:#fff;
	border-radius:50%;
	-webkit-border-radius:50%;
	margin:-17px 0 0 10px;
}
.link-rating a:hover span,
.link-rating a.selected span {
	color:#fff;
	border:#f377a1 solid 1px;
	background:#f377a1;
}
.product-tabs .reviews-block .head .all {
	float:left;
	font-size:18px;
	text-decoration:underline;
	margin-right:80px;
	opacity:0;
	visibility:hidden;
}
.carousel-product .marketlist {padding:0 72px 0 70px;
}
.carousel-product .marketlist li {margin:0 7px;
}
.carousel-product .marketlist li .item-white {margin:0 0 4px !important;
}
.carousel-product .marketlist {
	
}
.carousel-product .marketlist .owl-prev,
.carousel-product .marketlist .owl-next {
	width:62px;
	background:#fff;
	background:rgba(255,255,255,0.8);
	bottom:4px;
	box-shadow:1px 1px 2px 0 rgba(0,0,0,0.5);
	-moz-box-shadow:1px 1px 2px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow:1px 1px 2px 0 rgba(0,0,0,0.5);
	-ms-box-shadow:1px 1px 2px 0 rgba(0,0,0,0.5);
}
.carousel-product .marketlist .owl-prev i,
.carousel-product .marketlist .owl-next i{
	color:#428bd0;
	font-size: 100px;
    margin: -34px 0 0;
}
.carousel-product .marketlist .owl-prev i {
	left:10px;
}
.carousel-product .marketlist .owl-next i {
	right: 10px;
}
.silver-slider {
	background: url(../images/bg/silver-wave.png) repeat-x #EEEEEE;
    padding: 30px 0 57px;
}
.silver-slider .head-title {
	background:none;
	margin:0px;
	padding:0 60px 6px;
}
.silver-slider .carousel-product .marketlist .owl-prev,
.silver-slider .carousel-product .marketlist .owl-next {
	background:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-ms-box-shadow:none;
}
.silver-slider .carousel-product .marketlist .owl-prev i,
.silver-slider .carousel-product .marketlist .owl-next i {
	font-size:140px;
}
.form-product-order textarea {
	width:100% !important;
}
/****user side****/
.product-page-user .col-page-user {
    padding: 15px 12px 5px;
	margin:0 12px 18px;
	border:#ffdede solid 1px;
	background:#fff5f5;
	font-size:14px;
	text-align: center;
}
.product-page-user .col-page-user .link i {
	font-size:18px;
	margin:0 7px 0 0 ;
}
.product-page-user .col-page-user .link li {
	display:inline-block;
	vertical-align:top;
	list-style:none;
	margin:0 8px 10px;
}
.product-page-user .col-page-user .link span a {
	text-decoration:underline;
}
.product-page-user .col-page-user .link a:hover {
    color: #676a6c !important;
}
.product-page-user .product-descr .title,
.product-page-user .product-descr .title h1 {
    color: #4b4b4b;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
	margin:0px;
}
.product-page-user .product-descr .title {
    margin: -4px 0 5px;
}
.product-page-user .product-descr p {
    margin: 0 0 7px;
}
.product-page-user .product-descr .price-box {
    margin: 0 -32px 3px;
    padding: 11px 0 0;
}
.product-page-user .product-descr .price {
    font-size: 20px;
	text-shadow: 1px 1px 0 #fff;
	padding-right: 50px;
	margin: 0 -12px 10px 0;
	float:left;
	min-width:200px;
}
.product-page-user .product-descr .price.state {
	background:#effdff;
	color:#838383;
	font-size: 14px;

}
.product-page-user .product-descr .price.state .condition  {
	float:none;
	display:inline-block;
	text-shadow:none;
	line-height: 18px;
}
.product-page-user .product-descr .price.state:before {border-color: rgba(239, 253, 255, 0); border-right-color: #effdff;}

.product-page-user .product-descr .price span {
    font-size: 35px;
}
.product-page-user .product-descr .control .btn {
    max-width: inherit;
}
.product-page-user  .product-descr .cont {
    padding: 12px 0 15px;
}
.product-page-user  .product-descr .cont .link {
    position: relative;
    top: -7px;
}
.product-page-user .table td {
	padding-top:11px;
	padding-bottom:12px;
	text-align:center;
}
.product-page-user .table {
	margin-bottom:27px;
}
.product-page-user .prod-user-info {
	padding-top:14px;
	padding-bottom:0;
}
.product-page-user .prod-user-info .user-block > .img {
	margin-right:10px;
}
.product-page-user .prod-user-info .dropdown .img {
	 margin: -11px 12px 10px -5px !important;
}
.product-page-user .prod-user-info .user-block .cont {
	padding:9px 0 0 80px;
}
.product-page-user .prod-user-info .user-block span {
	color:#0094e1;
}
.product-page-user .prod-user-info .item {
	overflow:hidden;
	margin-top:7px;
	color:#282828;
}
.product-page-user .prod-user-info .item .fa {
	float:left;
	color:#0094e1;
	font-size:18px;
	position:relative;
	bottom:-1px;
}
.product-page-user .prod-user-info .item .cont-sub {
	padding:0 0 0 30px;
}
.product-page-user .prod-user-info .item .cont-sub p {
    margin: 0 0 4px;
}
/**/
/****/


/*************************************************************************************

								place-template-photo
				
*************************************************************************************/

.albums-box {
	margin:0 -5px 0;
}
.albums-box .item-white {
	overflow:hidden;
	position:relative;
	text-align:center;
}
.albums-box .item-white .edit-link {
	top:-60px;
}
.albums-box .item-white:hover .edit-link {
	top:0;
}
.albums-box .item-white:hover .info {
	bottom:0px;
}
.albums-box .item-white .info {
	background:##fff;
	background:rgba(255,255,255,0.9);
	min-height:20px;
	position:absolute;
	bottom:-60px;
	left:0px;
	right:0px;
	overflow:hidden;
	padding:7px 10px 7px 17px;
	color:#000;
	text-align:left;
}
.albums-box .item-white .info .number {
	float:right;
	padding: 0 0 0 5px;
}
.albums-box .edit-link {
	width:auto;
	padding: 9px 10px;
}
.album-fun a i {
	margin: 0 5px 0 0;
}
.album-fun span {
	margin:0 30px;
	font-size:17px;
}
/****/


/*************************************************************************************

                 modal: cart, sign In, Place my order, Thank you 
				
*************************************************************************************/
.cart-items {
	color:#858585;
	font-size:14px;
}
.cart-items .items,
.cart-items .head {
	height: auto;
    overflow: hidden;
    width: 100%;
}
.cart-items .cell {
	display: block;
    float: left;
    overflow: hidden;
    vertical-align: top;
}
.cart-items .detail {
	width:340px;
	padding-right:10px;
}
.cart-items .cost {
	width:110px;
}
.cart-items .quantity {
	width:70px;
}
.cart-items .quantity input {
	width:50px;
	text-align:center;
}
.cell.detail > div {
    overflow: hidden;
}
.cell.detail > div > a {
    font-size:16px;
}
.cart-items .head {
	padding-bottom:7px;
}
.cart-items .items {
	border-top:#e5e5e5 solid 1px;
	border-bottom:#e5e5e5 solid 1px;
	padding:15px 0;
	margin-bottom:14px;
}
.cart-items .items .cost {
	width:110px;
	font-weight:bold;
	color:#F00;
}
.cart-items .detail .img {
	float:left;
	border:#f2f2f2 solid 1px;
	margin:0 15px 0 0;
}
.cart-items .detail .control {
	font-size:13px;
	margin-top:15px;
}
.cart-items .detail .control a {
	color:#868686;
	margin-right:6px;
}
.cart-items .detail .control i {
	margin:0 5px 0 0;
}
.cart-items .detail .control .del {
	color:#F00;
}
.cart-items .foot {
	text-align:right;
	padding-bottom:20px;
}
.cart-items .foot span {
	color:#000;
}
.cart-items .foot .total {
	margin-bottom:30px;
}
.cart-items .foot .total div {
	margin-bottom:7px;
}
.subtotal {
	font-weight:bold;
	color:#000;
}
.subtotal span {
	color:#F00 !important;
}
.cart-items .foot .control span {
	margin:0 26px;
	color:#858585;
}
.clear-cart {
	background:url(../images/del-cart.png) no-repeat;
	padding:0 0 0 25px;
	color:#F00;
}

.sign-box {
	border-top:#e5e5e5 solid 1px;
	padding:4px 0 12px;
}
.sign-box .item {
	overflow:hidden;
	margin:20px 0;
}
.sign-box .item .sub-item {
	margin-bottom:18px;
}
.sign-box .label-si,
.sign-box .item input[type="radio"],
.sign-box .item input[type="text"] {
	float:left;
}
.sign-box .item input[type="radio"] {
	margin:3px 16px 0 0;
}
.sign-box label {
	font-weight:normal;
	float: left;
}
.sign-box .label-si {
	width:247px;
	padding-right:10px;
}
.sign-box .label-si {
	width:247px;
	padding-right:10px;
	margin-left:29px;
}
.sign-box label .label-si {
	margin:0px !important;
}
.sign-box .item .form-control {
	width:244px;
}
.sign-box .item small {
	font-size:12px;
	color:#898989;
	display:block;
	padding: 0 0 0 28px;
}
.sign-box .foot {
	color:#898989;
	margin-bottom:-17px;
	padding: 0 0 0 28px;
}
.sign-box .foot .social {
	text-align:center;
	padding:8px 0 17px;
}
.sign-box .foot .social a {
	margin:0 4px;
}
.sign-box .foot .social a:hover {
	opacity:0.6;
}
.sign-box .foot a {
	text-decoration:underline;
}

.modal-header .subtotal {
    float: right;
}
.place-order-box,
.thank-order-box {
	color:#858585;
	/*padding-bottom:19px;*/
}
.place-order-box label {
	font-weight:normal;
}
.place-order-box textarea {
	resize:none;
}
.place-order-box .item {
	margin-bottom:24px;
	overflow:hidden;
}
.place-order-box .item.line label {
	float:left;
	width:180px;
}
.place-order-box .item.line label {
	padding: 9px 0 0;
}
.place-order-box .item.line .form-control {
	float:left;
	width: 340px;
}
.title-product-order h5 {
	font-size:inherit;
	margin:3px 0;
}
/****/


/*************************************************************************************

                 user-settings 
				
*************************************************************************************/
.menu-tips ul {
	padding:13px 30px 23px 15px;
}
.menu-tips ul li {
	padding:11px 15px 11px;
	margin:0px;
	list-style:none;
	border-bottom:#e5e5e5 dashed 1px;
	position:relative;
}
.menu-tips ul li:last-child {
	border-bottom:none;
}
.menu-tips ul li.active {
	background:	#ffd9e6;
	margin-top:-1px;
	padding-top:12px;
}
.menu-tips ul li.active:before { 
	left: 100%;
	top: 50%;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	margin-top: -20px;
	border-style: solid;
	border-width: 20.5px 0 20.5px 13px;
	border-color: rgba(255, 217, 230, 0);
	border-left-color: #ffd9e6;
}
.menu-tips ul li.active a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.menu-tips ul li span {color:#F00;
}
.user-settings {padding:35px 35px;
}
.user-settings .user-head {overflow:hidden;
}
.user-settings .user-head h2 {
	margin:0 0 20px;
	font-size:30px;
	color:#585858;
	float:left;
}
.user-settings .account-plan {
	float:right;
	padding:9px 0 0;
}
.account-plan {color:#b3b3b3;
}
.account-plan span {
	color:#000;
	margin-right:5px;
}
.account-plan a img {
	margin:-2px 6px 0 2px;
}
.user-tab .nav-tabs {
	display:block;
	overflow: hidden;
	margin-bottom:-1px;
	border-bottom:none;
}
.user-tab .nav-tabs li {
	list-style:none;
	padding:15px 30px;
	margin:1px;
	border-radius:3px 3px 0 0;
}
.user-tab .nav-tabs li.active {
	background:#f6f6f6;
	border:#d4d4d4 solid 1px;
	border-bottom:#f6f6f6 solid 1px;
	margin:0;
}
.user-tab .nav-tabs > li > a {
    border: none !important;
    border-radius:0;
    margin: 0;
	text-decoration:none;
	background:none !important;
	color:#585858 !important;
	font-size:16px;
}
.user-tab .tab-content {
	background:#f6f6f6;
	border:#d4d4d4 solid 1px;
	padding:15px 15px 40px;
}
.account-overview {
	padding:0px;
	font-size:14px;
}
.block-warnings {margin-bottom:14px;
}
.alert {
    border: 1px solid #dcdcdc;
    border-radius: 0;
    margin-bottom: 0 !important;
    padding-bottom: 0;
    padding-top: 15px;
}
.alert a {text-decoration:underline;
}
.alert b {color:#000;
}
.alert p {margin-bottom:20px;
}
.alert p:last-child {margin-bottom:5px;
}
.alert-danger {
    background-color: #fff6f6;
    color: #000;
}
.alert-success {
    background-color: #e5f5da;
    color: #747474;
}
.alert-white {
	border:#fff solid 1px;
	background:#fff;
}
.alert .status {padding-bottom:5px;
}
.alert .close {
	font-size:15px;
	color:#ff0000;
	background:url(../images/close-al.png) no-repeat 0 1px;
	padding:0 0 2px 24px;
	opacity: 1;
	font-weight:normal;
}
.type-account {padding-bottom: 1px
}
#AdminSubmit {margin-right: 8px;
}
.account-overview .type-account .item {
    padding: 17px 0 15px;
    text-align: center;
	font-size:13px;
}
.account-overview .type-account {
	margin-bottom:44px;
}
.user-plan h3 {
	margin:0 0 13px;
	color:#686868;
	font-size:18px;
}
.user-plan h3 b {
	font-weight:bold;
	color:#0098d6;
}
.user-plan .chart-box h3 {
	margin-bottom:34px;
}
.user-plan ul li {
	margin:0 0 12px;
	list-style:none;
	font-size:13px;
	color:#0098d6;
}
.user-plan ul li span {color:#000;
}
.payments-block {padding:30px 0 0;
}
.payments-block .head {
	margin-bottom:10px;
	display: inline-block;
}
.payments-block .head .item,
.payments-block .head .item .i-input {float:left;
}
.payments-block .head .item {margin:0 34px 10px 0;
}
.payments-block .head .item  .hasDatepicker{width:107px;
}
.payments-block .head .item label {
	float:left;
	font-weight:normal;
	margin:7px 8px 9px 0;
	color:#636363;
}
.payments-block .head img.ui-datepicker-trigger {margin: 5px 0 0 13px;
}
.payments-block .head h5 {
    margin-top: 9px;
	margin-bottom: 8px;
}
.payments-block .head select {
	width:145px;
}
.payments-block table {
	width:100%;
	color:#6d6d6d;
}
.payments-block table th,
.payments-block table td {width:25%;
}
.payments-block table th {
	font-weight:normal;
	padding:0 20px 7px;
	border-bottom:#dddddd solid 1px;
	border-left:#dddddd solid 1px;
}
.payments-block table td {
	font-size:12px;
	padding:13px 20px;
	border-left:#dddddd solid 1px;
}
.payments-block table td span {
	color:#000;
}
.payments-block table td b {
	color:#000;
	font-weight:bold;
}
.payments-block table th:first-child,
.payments-block table td:first-child {
	border-left:none;
}
.payments-block table .preview-li {
	margin-right:20px;
}
.preview-li {
	background:url(../images/preview.png) no-repeat;
	padding:0 0 0 20px;
}
.renew-li {
	background:url(../images/renew.png) no-repeat;
	padding:0 0 0 20px;
}

.contact-details {
	font-size:14px;
	color:#6f6f6f;
}
.contact-details .head {
	color:#000;
	margin-bottom:16px;
}
.contact-details .head a {
	margin-left:12px;
}
.contact-details .head a i {
	margin-right:5px;
}
.contact-details .item {
	border-bottom:#efefef solid 1px;
	padding:13px 15px;
}
.contact-details .item label {
	font-weight:normal;
	color:#000;
	margin:0;
	float:left;
	width:184px;
}
.contact-details .sb-item {
	padding-bottom:9px;
}
.contact-details .sb-item label {
	font-size:12px;
	width:65px;
	margin: 8px 0 5px;
}
.contact-details .sb-item input.form-control  {
	margin:0px !important;
}
.contact-details .item input.form-control {
	width:340px;
	float:left;
	margin:-8px 0;
}
.contact-details .item select.form-control {
	width:120px;
	float:left;
	margin:-8px 0;
}
.contact-details .item .all-link {
	float:left;
	margin:0 0 0 12px;
}
.contact-details .item .all-link i {
	margin:0 5px 0 0;
}
.contact-details .item .text-block {
	float:left;
	width:433px;
	padding:0 0 0 22px;
}
.contact-details .item .text-block .sub-link {
	float:right;
	margin-right:0;
	font-size:13px;
}
.dropdown-con .dropdown-menu {
    left: 50%;
    margin: 7px 0 0 -135px;
	width:275px;
	padding:19px 25px;
	font-size:13px;
	color:#808080;
}
.dropdown-con .dropdown-menu ul {
	margin:7px 0 0;
}
.dropdown-con .dropdown-menu ul li {
	margin:0 -12px 0;
	padding:6px 12px;
	list-style:none;
}
.dropdown-con .dropdown-menu ul li.active {
	background:#0089cb;
}
.dropdown-con .dropdown-menu ul li.active a {
	color:#fff !important;
	text-decoration:none;
}
.dropdown-con .dropdown-menu ul li a:hover {
	color:#000;
}
.dropdown-con .dropdown-menu ul li a i {
	margin:0 5px 0 0;
}
.contact-details .item .text-block .dropdown {
	float:right;
}
.contact-details .item .text-block .sub-link i {
	margin-right:5px;
	color:#000;
}
.contact-details .item .text-block .panels {
	display:none;
	padding:17px 0 0;
}
.contact-details .item .change {
	float:right;
	margin-right:10px;
	text-decoration:underline;
	cursor:pointer;
}
.item-change:hover,
.item-change.active {
	background:#d9f1ff;
}

.contact-details .foot {
	padding:20px 0 0;
}
.contact-details .foot button {
	margin:0 20px 10px 0;
}
/****/



/*************************************************************************************

                 add-new-event page
				
*************************************************************************************/
.editor-event .head-block {
	padding:0 0 13px;
}
.editor-event .head-block .action {
	color:#000;
	line-height: 20px;
}
.editor-event .item-cl label {
	font-weight:normal;
	margin-bottom:8px;
	padding:0 8px;
	display:block;
}
.editor-event .checkbox-type {
	padding-left:8px;
}
.editor-event .checkbox-type span{
	color:#000;
}
.editor-event .checkbox-type input[type="checkbox"] {
    position:relative;
	bottom:-1px;
	margin:0 5px;
}
.editor-event .select-box .it {
	margin-bottom:15px;
	padding-left:8px;
}
.editor-event .select-box .it > label {
	float:left;
	width:145px;
	margin-top:8px;
}
.editor-event .select-box .it select {
	width:170px;
	float: left;
}
.editor-event .select-box .it .radio-box {
	padding:0 40px 7px 0;
	float: left;
}
.editor-event .select-box .it .radio-box .radio {
	float:left;
	margin:8px 0 0 35px;
}
.editor-event .select-box .it .input-inline {
	float: left;
	margin:0 10px 0 0;
}
.editor-event .select-box .it .input-inline input[type="text"] {
	width:115px;
	float: left;
}
.editor-event .select-box .it .input-inline label {
	float: left;
	margin:8px 18px 0 0;
}
.editor-event .radio-status {
	margin:10px 0 -20px;
}
.editor-event .radio-status label {
	color:#cccccc !important;
}
.editor-event .radio-status > label {
	float:left;
	width:121px;
}
.editor-event .radio-status .radio-box {
	padding:0px;
}
.editor-event .radio-status .radio {
	margin:0 25px 0 0;
	float:left;
}
.editor-event .radio-status .radio label input,
.editor-event .select-box .it .radio-box .radio label input {
	margin-top:3px;
}
/****/



/*************************************************************************************

                 event-template page
				
*************************************************************************************/
.events-box {
	padding: 15px 48px 1px;
}
.events-box .others-events {
	background: url(../images/bg/silver-wave.png) repeat-x #EEEEEE;
	color: #292929;
	margin: 0 -48px;
	padding: 30px 49px 7px;
}
.others-events .img {
    box-shadow: none;
	-webkit-box-shadow: none;
    margin: 0;
    padding: 0;
}
.others-events .control-carousel {
    float:none;
	display:inline-block;
}
.others-events .head {
    margin: 0 0 24px;
	font-size:14px;	
}
.others-events .head a {
    text-decoration:underline;
}
.others-events h3 {
    color: #898989;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
	display:inline;
}
.others-events .billboard-block {
    padding:0 65px;
	position:relative;
}
.others-events .billboard-block .btn-next,
.others-events .billboard-block .btn-prev {
	position:absolute;
	top:50%;
	margin-top:-75px;
}
.others-events .billboard-block .btn-next i,
.others-events .billboard-block .btn-prev i{
	color:#fff;
	font-size:150px;
	line-height:100px;
}
.others-events .billboard-block .btn-prev {
	left:-24px;
}
.others-events .billboard-block .btn-next {
	right:-24px;
}

.event-post {
	margin-bottom:60px;
}
.event-post .social {
	margin-bottom:16px;
}
.event-post .declaration .img {
	max-width:100%;
}
.event-post .declaration h2 {
	font-size:40px;
	font-weight:700;
	margin:-6px 0 26px;
}
.event-post .ev-info {
	margin-bottom:20px;
}
.event-post .ev-info .item {
	background:#84b3ea;
	border-bottom:#fff solid 1px;
	padding:14px 32px;
}
.event-post .ev-info .date {
	font-size:28px;
	color:#fff;
	padding: 30px 32px 23px;
}
.event-post .ev-info .date .date-interval {
	font-size:44px;
	line-height:30px;
	overflow:hidden;
	margin-bottom:15px;
}
.event-post .ev-info .date .date-interval span {
	float:left;
	text-align:center;
}
.event-post .ev-info .date .date-interval b {
	font-size:11px;
	line-height:14px;
	color:#000;
	display:block;
	font-weight:normal;
	padding:5px 0 0;
}
.event-post .ev-info .price {
	color:#000;
	padding:16px 32px 22px;
}
.event-post .ev-info .price span {
	font-size:41px;
	line-height:40px;
	color:#fff;
	text-shadow:1px 1px 0 rgba(0,0,0,0.3);
	display:block;
}
.event-post .ev-info p {
	font-size: 20px;
    line-height: 22px;
	margin: 10px 0 0;
}
.event-post .ev-info .now {
	text-align:center;
	color:#39689f;
}
.event-post .ev-info .now span {
	display:block;
	padding:10px 0 0;
}
.event-post .ev-info .now b {
	color:#000;
}
.event-post .ev-info .total {
	background:#ff9cbe;
	color:#fff;
	font-size:18px;
}
.event-post .ev-info .total i {
	font-size:18px;
	display: block;
	margin-bottom: 5px;
}
.event-post .ev-info .total table {
	width:100%;
}
.event-post .ev-info .total table td {
	width:33.3%;
	text-align:center;
	border-left:#fff solid 1px;
	padding:15px 5px 16px;
}
.event-post .ev-info .total table td:first-child {
	border-left:none;
}

.events-tab {
	margin:31px 0 0;
}
.events-tab .nav-tabs {
	display:block;
	overflow: hidden;
	margin-bottom:20px;
	padding-bottom: 10px;
	border:0px;
}
.events-tab .nav-tabs li {
	list-style:none;
	margin:0 5px 0 0;
	padding:3px 20px 4px;
	font-size:15px;
	position:relative;
	border-radius:10px;
}
.events-tab .nav-tabs li.active {
	background:#84b3ea;
}

.events-tab .nav-tabs li.active:before { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;border-color: rgba(132, 179, 234, 0); border-top-color: #84b3ea; border-width: 6px; margin-left: -6px; }

.events-tab .nav-tabs li.active a {
	color:#fff;
	text-decoration:none;
}
.events-tab .nav-tabs li a {
	border:0px !important;
    border-radius:0px;
	-webkit-border-radius:0px;
    margin:0;
	background:none !important;
}
.event-person {
	border-left:#dddddd solid 1px;
}
.add-view {
	position:absolute;
	background:#d8faff;
	border:#00c7e2 solid 2px;
	font-size:13px;
	color:#000;
	text-transform:none;
	padding:4px 10px;
	top:-60px;
	right:-120px;
	visibility:hidden;
	opacity:0;
	transition:all 0.4s ease 0.2s;
	-moz-transition:all 0.4s ease 0.2s;
	-webkit-transition:all 0.4s ease 0.2s;	
}
.add-view > div {
	background:#d8faff;
	border:#00c7e2 solid 2px;
	border-top:none;
	position:absolute;
	bottom: -41px;
    left: -2px;
	padding:10px 12px;
}
.event-person .head:hover .add-view {
	visibility:visible;
	opacity:1;
	right:-100px;
}
.add-view > div i {
	font-size:18px;
}
.event-person .head {
	border:#fff solid 2px;
	font-size:18px;
	color:#959595;
	text-transform:uppercase;
	text-align:center;
	padding:9px 4px;
	position:relative;
	top:-15px;
}
.event-person .head:hover {
	border-color:#00c7e2;
}
.event-person .user-by {
	margin:0 0 12px -19px;
	padding:0px;
}
.event-person .cont {
	margin: -2px 0 0;
	padding:0 0 0 53px;
}
.event-person .social-sm li {
	margin:0 0 12px;
	list-style:none;
}
.event-person .social-sm img {
	margin:0 8px 0 0;
}
.event-person .social-sm i.fa {
	margin:0 8px 0 0;
	font-size:14px;
}
.events-tab .review-block {
	padding:0px;
}
.events-tab .review-block h2,
.user-event h2 {
	font-size:22px;
	text-transform:uppercase;
	margin:0 0 22px;
	color:#6e6e6e;
}
.events-tab .review-block h2 span {
	color:#000;
}
.user-event .head {
	margin-bottom:20px;
	font-size:14px;
}
.user-event h2 {
	display:inline;
	color:#4c4c4c;
	margin:0px;
}
.user-event ul {
	margin:0 -5px 0 0;
}
.user-event ul li {
	margin:0 17px 22px 0;
	list-style:none;
	vertical-align:top;
	display:inline-block;
}
.user-event ul li .cont {
	padding:15px 0 0 0;
	color:#737373;
	display: inline-block;
	max-width: 200px;
}
.user-event ul li .cont i.fa {
	color:#999999;
}
.user-event ul li .cont > a {
	font-size:14px;
	color:#5d5d5d;
	font-weight:700;
}
.user-event .img {
	background:#FFFFFF;
    border-radius: 50%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    float: left;
    margin: 0 10px 0 0;
    padding: 6px;
}
.edit-mode-box .foot {
	padding-top:20px;
	text-align:right;
}
.edit-mode-box .item {
	margin-bottom:20px;
}
.edit-mode-box .item .checkbox {
    float: right;
    margin: 0;
}
.edit-mode-box .item label {
	font-weight:normal;
	margin-bottom:8px;
}
.edit-mode-box .item label img {
	margin:-2px 7px 0 0;
}
/*****/


/*************************************************************************************

                                   buzz page
				
*************************************************************************************/
.categories-col-buzz {
    padding-top:0px;
}
.categories-col-buzz .search-block .cont {
	background:none;
	margin: -25px 0 0;
}
/*.categories-col-buzz .checkbox-range ul li {
	list-style:none;
	border-bottom:#e5e5e5 dashed 1px;
	margin:0 15px;
	padding:0 5px;
	color:#0094e1;
}*/
.categories-col-buzz .checkbox-range ul li:last-child {
	border-bottom:none;
}
.categories-col-buzz .checkbox-range .checkbox {
	padding:0px;
}
.news-news-r .news-block-l ul li .date {
    color: #000000 !important;
    float: left !important;
	margin:0px !important;
}
.news-news-r .news-block-l {
	padding:0px;
}
.news-news-r .title-place-temlate .img {
	margin: -83px 0 15px 13px;
}
.news-news-r .title-place-temlate .title-cont .regime span {
    float: none;
    display:block;
	margin-bottom:5px;
}
.news-news-r .title-place-temlate .title-cont h1 {
    font-size: 18px;
}
/*****/

/*************************************************************************************

                                   market page
				
*************************************************************************************/
.market-kategory {
	background:#fff;
	padding:17px 5.5%;
}
.market-kategory p {
	font-size:14px;
	line-height:22px;
	color:#696969;
}
.marketlist-big li {
	display: inline-block;
    margin-bottom: 30px;
    padding: 0 20px;
    vertical-align: top;
    width: 33%;
}
.marketlist-big {
	margin:31px -20px 0;
}
.marketlist-big .img  {
	background:#00afff;
	padding:3px;
	float:left;
	border-radius:50%;
	-webkit-border-radius:50%;
	margin:0 20px 12px 0;
}
.marketlist-big .img img {
	border-radius:50%;
	-webkit-border-radius:50%;
}
.marketlist-big .head {
	overflow:hidden;
}
.marketlist-big .head h3 {
	font-size:18px;
	color:#000;
	margin-top: 22px;
	line-height:26px;
}
.marketlist-big a {
	color:#575757;
}
.marketlist-big a:hover {
	color:#0094E1;
}
.marketlist-big .cont {
	line-height:26px;
}
.marketlist-big .cont span {
    background:#00afff;
    border-radius: 10px;
    display: inline-block;
    height: 6px;
    margin: 2px 5px 2px 8px;
    width: 6px;
}
.full-banner {
	text-align:center;
	position:relative;
	overflow:hidden;
	background-size:cover;
	background-position:center top;
	min-height:290px;
}
.full-banner .cont {
	max-width:615px;
	padding:12px 43px 20px;
	float:right;
	margin:55px 8% 50px 40px;
	background:#fff;
	background:rgba(255,255,255,0.9);
	text-align:left;
	color:#787878;
}
.full-banner .cont h3 {
	
	font-size:26px;
	margin:0px;
	color:#000;
}
.full-banner .cont .control {
	text-align:center;
	line-height: 33px;
	color:#000;
	padding:12px 0 0;
}
.full-banner .cont .control .btn {
	margin-bottom:10px;
}
.price-info,
.help-info {
	padding:22px 23px 20px;
}
.price-info .title,
.help-info .title {
	font-size:26px;
	text-transform:uppercase;
	font-weight:bold;
	color:#ff74a4;
	line-height:26px;
	margin-bottom:2px;
}
.price-info .title span,
.help-info .title span {
	color:#009efe;
	font-size:23px;
	text-transform:none;
	font-weight:normal;
}
.price-info ul {
	margin:12px 0 -8px;
}
.price-info ul li {
	list-style:none;
	margin:0 0 12px;
	color:#6c6c6c;
	font-size:16px;
}
.price-info span,
.help-info span {
	color:#000;
}
.price-info ul li b {
	color:#f23d7a;	
}
.price-info small {
	font-size:10px;
}
.price-info small a {
	text-decoration:underline;
}
.price-info .control {
	background:#f2f2f2;
	margin:20px -23px -20px;
	padding:23px;
}
.price-info .control .btn {
	width:100%;
}
.help-info .control {
	background:#e9e9e9;
	text-align:center;
	padding:16px 0 17px;
	margin:8px -13px -10px;
}
.help-info .control .fa {
	color:#0094E1;
}
.help-info ul {
	margin:3px 0 0;
}
.help-info ul li {
	margin:0 0 2px;
	padding:5px 0 0;
	list-style:none;
	overflow:hidden;
}
.help-info ul li .fa {
	color:#0094E1;
	font-size:26px;
	float: left;
	margin:-4px 8px 0 0;
}
.banner-slider {
	background:#fff;
	padding:10px;
}
.banner-slider .slides img {
	width:100%;
}
/*****/


.no-login {
    margin-top: 19px !important;
}

.status-text {
	margin-top: 155px;
	text-align:center
}

/*-----iframe popup----*/
iframe {
	border:none;
}
.iframe-bg {
	background:none !important;
}
.loading-bibb {
	text-align:center;
}
.loading-bibb table {
    width: 100%;
}
.loading-bibb img {
	display:none;
}
.error-inp {
	border:#F00 solid 1px;
}

/***/

/*************************************************************************************

                                   shop-template page
				
*************************************************************************************/
.shop-head {
	padding: 27px 22px 28px;
}
.shop-head .banner-slider {
	padding:0px;
}
.shop-head .flex-control-nav {
    left: 0;
    right: 0;
	bottom: 5px;
}
.shop-head .menu {
	margin-top:22px;
}
.shop-head .menu ul,
.user-profile-head .panel .menu ul,
.color-menu ul {
	padding:0 0 0 1px;
}
.shop-head .menu li,
.user-profile-head .panel .menu li,
.color-menu li {
	text-align:center;
	vertical-align: top;
	list-style:none;
	background:#fff;
}
.shop-head .menu a,
.user-profile-head .panel .menu a,
.color-menu a,
.color-menu div.title {
    border:#dedede solid 1px;
	display: block;
	padding:0 5px;
	min-height:54px;
	margin:0 0 -1px -1px ;
	color:#b42773;
	text-transform:uppercase;
	font-size:16px;
	text-decoration:none;
	text-align:-webkit-center !important;
}
.color-menu div.title {
	color:#000;
	text-transform:none;
}
.shop-head .menu a:hover,
.shop-head .menu a.active,
.user-profile-head .panel .menu a:hover,
.user-profile-head .panel .menu a.active,
.color-menu a:hover,
.color-menu a.active  {
	background:#f3739e !important;
	border:#f3739e solid 1px !important;
	color:#fff !important;
}
.shop-head .menu a > span,
.user-profile-head .panel .menu a > span,
.color-menu a > span,
.color-menu div.title > span {
    display: table-cell;
    height: 54px;
    vertical-align: middle;
    width: 5%;
}
.shop-head .menu a b,
.user-profile-head .panel .menu a b,
.color-menu a b {
	border-radius:5px;
	-webkit-border-radius:5px;
	background:#f3739e;
	color:#fff;
	font-size:12px;
	padding:0 4px;
	position: relative;
    top: -1px;
}
.shop-head .menu a i,
.user-profile-head .panel .menu a i,
.color-menu a i {
	color:#f3739e;
	font-size:14px;
	margin-top:-2px;
	position:relative;
	top:-1px;
}
.shop-head .menu a:hover i,
.shop-head .menu a.active i,
.user-profile-head .panel .menu a:hover i,
.user-profile-head .panel .menu a.active i,
.color-menu a:hover i,
.color-menu a.active i {
	color:#fff;
}
.shop-head .menu a:hover b,
.shop-head .menu a.active b,
.user-profile-head .panel .menu a:hover b,
.user-profile-head .panel .menu a.active b,
.color-menu a:hover b,
.color-menu a.active b {
	background:#fff !important;
	color:#f3739e !important;
}
.shop-head .user-block h2,
.shop-head .user-block h1 {
	font-size:22px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	margin:0 0 2px;
}
.shop-head .user-block .links-user {
	margin:0 0 7px;
	padding:0px;
}
.shop-head .user-block .info {
	margin-bottom:14px;
}
.shop-head .user-block .info span {
	font-size:15px;
}
.shop-head .user-block .phone {
	margin-top:0px;
}
.shop-head .phone {
	font-size:12px;
	color:#000;
	margin-bottom:5px;
	margin-top: 6px;
}
.shop-head .phone i {
	font-size:20px;
	color:#999;
	margin:0 14px 0 0;
	float: left;
}
.shop-head .gray-control {
	padding:17px 17px;
	margin:11px 0 5px;
	background:#efefef;
}
.shop-head .gray-control > a {
	margin-left:20px;
	text-decoration:underline;
}
.shop-head .dropdown-st,
.gray-control .dropdown-st {
	min-width:240px;
	left: -57px;
	top: 120%;
}
.shop-head .dropdown-st:after,
.shop-head .dropdown-st:before,
.gray-control .dropdown-st:after,
.gray-control .dropdown-st:before {
    left: 75px !important;
}
.gray-control a i {
	margin-right:5px;
}
.shop-head .user-block p {
	margin-bottom:3px;
}
.shop-head .control  {
	margin:10px -10px 0;
}
.col-md-5 > .control,
.col-sm-5 > .control {
	margin-top:0px;
}
.shop-head .control ul li {
    list-style: none;
    padding: 0 10px 5px;
    text-align: center;
    vertical-align: middle;
}
.shop-head .control .btn {
	width:100%;
	display:block;
	margin-bottom:1px;
	font-size:12px;
	overflow: hidden;
    text-overflow: ellipsis;
}
.shop-head .user-block .control ul {
	margin:0px;
}
.form-box {
    background: #fff !important    
}
.form-box .item {
    margin-top: 10px;    
}
.form-box label {
    font-weight: normal
}
.form-box span {
    color: red;
}
.input-area-error {
	color: red;
}
#filters > li {
	cursor:pointer;
}
.review-item .control i {
	font-size:18px;
}
.head-question {
	overflow:hidden;
}
.head-question h3 {
	margin:0 0 15px;
}
.block-warnings-head {
	padding:22px 27px 10px;
	font-size:15px;
}
.block-warnings-head .head {
	margin:0 -5px 22px;
}
.block-warnings-head .head h3 {
	color: #707070;
    font-size: 21px;
    margin: 0;
}
.block-warnings-head .head .link {
	text-align:right;
	margin-top:8px;
} 
.block-warnings-head .alert { margin-bottom: 19px;
}
.block-warnings-head .alert:last-child { margin-bottom:0px;
}
/*****/

/************edit more***************/
.add_admin {
	background:#FFFFFF !important;
    border: 2px solid #B1D1F7 !important;
    position: absolute !important;
	border-radius:3px;
	-webkit-border-radius:3px;
	z-index:30;
}
.edit-div {
	z-index:10;
	border: 1px solid #FF0000;
	border-radius:3px;
	-webkit-border-radius:3px;
}
.CMSFormAdmin-act,
.CMSFormAdmin {
    position: relative !important;
}
.CMSFormAdmin-act:hover .edit-but,
.CMSFormAdmin:hover .edit-but {
	*display:block;
	visibility:visible;
	opacity:1;
	top:-32px !important;
}
.edit-but {
    background:#000 !important;
	border: 1px solid #000 !important;
    color: #fff !important;
    font-family: Tahoma !important;
    font-size: 14px !important;
    font-weight: bold;
    position: absolute !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    top:-25px !important;
	left: 50%;
    margin: 0 0 0 -40px;
	padding: 6px 5px !important;
    width:80px !important;
    z-index:180 !important;
	
	border-radius:0px !important;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	-o-border-radius:0px !important;
	*display:none;
	visibility:hidden;
	opacity:0;
}
.edit-but:after,
.edit-but:before { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.edit-but:after { border-color: rgba(0, 0, 0, 0); border-top-color: #000; border-width: 4px; margin-left: -4px; }
.edit-but:before { border-color: rgba(0, 0, 0, 0); border-top-color: #000; border-width: 5px; margin-left: -5px; }

.edit-but:hover {
	background:#666 !important;
	border-color:#666 !important;
}
.edit-but:hover:before,
.edit-but:hover:after {
	border-color:rgba(102, 102, 102, 0);
	border-top-color: #666;
}


.edit-but span {
	display: block !important;
    padding: 0 !important;
    text-align: center !important;
	font-family: Tahoma !important;
    font-size: 14px !important;
	color: #fff !important;
	width:auto !important;
	height:auto !important;
	margin:0px !important;
}
.edit-but span:before,
.edit-but span:after {
	display:none !important;
}

.caroufredsel_wrapper {

}
.caroufredsel_wrapper .CMSFormAdmin,
.caroufredsel_wrapper .CMSFormAdmin-act {
	float:left;
}
.caroufredsel_wrapper .CMSFormAdmin-act:hover .edit-but,
.caroufredsel_wrapper .CMSFormAdmin:hover .edit-but {
	top:10px !important;
}
.hide-title {
	display:none;
}
/****/

/***********start-page**************/
.start-page {
	padding:20px;
}
.start-page .title h1 {
	margin:20px 0 20px;
}
.social-wrap .social {
	padding:7px 0 0;
}
.social-wrap .social a {
	display:inline-block;
	margin:0 0 4px 0;
}
/***/

/* like */
.like a span {
 color:#868686;
 text-decoration:none
}
.like2 a span {
 color:#868686;
 text-decoration:none
}
.like a:hover  {
 color:#868686;
 text-decoration:none;
 cursor:pointer
}
/**/

/* template-orders */
.s-template-orders .color-menu a {
	font-size:13px;
	border:none !important;
}
.s-template-orders .color-menu {
	margin:0 -5px 0 0;
	border-bottom:#dedede solid 1px;
}
.s-template-orders .color-menu .nav-justified > li {
    /*min-width: 87px;
    width:auto !important;*/
}
.s-template-orders .color-menu a {
    min-height: 48px;
}
.s-template-orders .color-menu a > span {
    height: 48px;
}
.s-template-orders .head-orders {
	overflow:hidden;
}
.s-template-orders .head-orders .total-info {
	padding:38px 31px 12px;
}
.s-template-orders .head-orders .total-info .left-col {
	float:left;
	width:40%;
	margin-bottom:25px;
}
.s-template-orders .head-orders .total-info .right-col {
	float:right;
	margin-bottom:25px;
	text-align: center;
}
.s-template-orders .head-orders .total-info .left-col .title {
	padding-left:13px;
}
.s-template-orders .head-orders .total-info .title {
	font-size:14px;
	font-weight:600;
	color:#000;
	margin-bottom:14px;
}
.s-template-orders .head-orders .total-info .price {
	font-size:18px;
	font-weight:700;
	color:#fff;
	background:#f3739e;
	padding:8px 12px;
	min-width:180px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: right;
}
.order-items {
	color:#000;
}
.order-item {
	position:relative;
	display:block;
	background:#FFF;	
	min-height:20px;
	margin-bottom: 20px !important;
	padding:10px 7px 0;
	box-shadow:1px 1px 2px 0 rgba(0,0,0,0.5);
	-moz-box-shadow:1px 1px 2px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow:1px 1px 2px 0 rgba(0,0,0,0.5);
	-ms-box-shadow:1px 1px 2px 0 rgba(0,0,0,0.5);
}
.order-item .head  {
	padding:0 0 13px 4px;
	margin-bottom:10px;
	border-bottom:#e5e5e5 dashed 1px;
}
.order-item-sub .head {
	border-bottom:#d4d4d4 dashed 1px;
}
.order-item .head .user-info {
	float:left;
	width:45%;
	padding:0 1% 0 0;
}
.order-item .head .order-info {
	float:left;
	width:29%;
	padding:13px 1% 0 0;
}
.order-item .head .operation {
	display:inline-block;
}
.order-item .head .operation a, 
.order-item .head .operation i {
	font-size:18px;
}
.order-item .head .com-control {
	float:left;
	width:21%;
	padding:22px 1% 0 0;
}
.order-item .head .user-info .img {
	float:left;
	margin:0px;
}
.order-item .head .user-info .cont {
	padding:14px 0 0 85px;
}
.order-item .head .user-info .num-item b,
.filter-box a b {
	background:#70dcdd;
	font-size:12px;
	line-height:13px;
	color:#fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	display:inline-block;
	padding:0 4px;
	min-width:15px;
	margin:0 2px 0 0;
}
.order-item .head .user-info a b {
	font-size:15px;
}
.order-item .head .user-info p {
	padding:0px;
	margin:4px 0 3px;
}
.order-item .head .order-number h4 {
	font-size:15px;
	font-weight:700;
	margin:0 10px 5px 0;
	display:inline-block;
}
.order-item .order-product {
	padding:3px 0 4px;
	margin-bottom:10px;
	color:#000;
	border-bottom:#e5e5e5 dashed 1px;
}
.order-item-sub .order-product {
	border-bottom:#d4d4d4 dashed 1px;
}
.order-item .order-product .item-ico {
	float:left;
	margin:7px 13px 13px;
}
.order-item .order-product .item-ico img {
	width:50px;
	height:50px;
}
.order-item .order-product .cont {
	padding:0 0 0 88px;
}
.order-item .order-product .left-col{
	float:left;
	width:80%;
	padding:0 3% 0 0;
}
.order-item .order-product h3 {
	margin:0 0 4px;
	font-size:15px;
	line-height:20px;
	font-weight:700;
}
.order-item .order-product p {
	margin-bottom:4px;
}
.order-item .head .filter-box a.act  {
	margin:3px 0 0;
	text-transform:uppercase;
}
.order-item .head .dropdown-st {
    top: 130%;
	margin-left: -135px;
	left:50%;
}
.order-item .head .dropdown-st li {
    border:none;
	text-align:center;
}
.order-item .head .filter-box a {
	cursor:pointer;
	text-transform:uppercase;
	margin:5px 0;
	
}
.price-label {
	background:#fff;
	position:relative;
	height:29px;
	border:#ccc solid 1px;
	border-left:0px;
	border-radius:0 5px 5px 0;
	display:inline-block;
	padding:4px 8px 0 11px;
	color:#6abf1e;
}
.price-label b {
	font-size:15px;
}
.price-label:before {
	content:'';
	position:absolute;
	background:url(../images/bg/price-label.png) no-repeat;
	width:15px;
	height:29px;
	top:-1px;
	left:-15px;
}
.order-item .order-product .price-label {
	margin:18px 0 15px;
	float:left;
}
.sum-it-order {
	text-align:right;
	font-size:14px;
	padding:4px 25px 10px;
	margin-right:-7px;
	margin-left:-7px;
	min-height:43px;
	color:#888;
	font-weight:bold;
	position:relative;
}
.sum-it-order.active {
	background:#f1f1f1;
}
.sum-it-order:before {
	content:'';
	position:absolute;
	background:url(../images/bg/white_wave.png) repeat-x #FEE8DC;
	width:100%;
	height:7px;
	bottom:-4px;
	right:0px;
	left:0px;
}
.sum-it-order b {
	color:#000;
	font-size:18px;
}
.order-item .reviews {
	padding:10px 13px 8px;
	margin-bottom:-4px;
}
.order-item .reviews .item {
	border:#f2d8cb solid 1px;
	background:#fff9e5;
	padding:6px 14px 11px;
	margin-bottom:10px;
}
.order-item .reviews .item .title {
	color:#b2b2b2;
	margin-bottom:4px;
	overflow: hidden;
}
.order-item .reviews .item .title .status {
	float:right;
	color:#ff0000;
}
.order-item .reviews .item .title .status.active {
	color:#1caa00;
	font-style:italic;
}
.order-item .view-all {
	font-size:13px;
	font-weight:normal;
	display:inline-block;
	margin:14px 0 10px;
	cursor:pointer;
}
.sum-it-order.active .view-all i {
	top: 3px;
}
.order-item .view-all i {
	margin:0 0 0 5px;
	position: relative;
    top: -2px;
}
.order-item-sub {
	background:#f1f1f1;
	padding:9px 7px 6px;
	margin:14px -7px -11px;
	position:relative;
	display:none;
}
.order-item .suborder-wrap {
	padding:0 7px 0;
	margin:0 -7px 0;
}
.order-item .toggle-slide {
	padding:0 7px;
	margin:0 -7px;
	background:#f1f1f1;
}
.order-item-sub:before {
    background: url(../images/bg/gray_wave.png) repeat-x;
    top: -4px;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.order-item-sub:first-child:before  {
    background: url(../images/bg/white_wave.png) repeat-x;
}
.sum-it-order.active:before {
	background:url(../images/bg/gray_wave.png) repeat-x #FEE8DC;
}

.color-st {color:#000 !important;}
.color-st-check {color:#68c5cf !important;}
.color-st-confirmed {color:#7fae0d !important;}
.color-st-waitpay {color:#ce9b00 !important;}
.color-st-delivered {color:#698dff !important;}
.color-st-get {color:#800502 !important;}
.color-st-completed {color:#f3739e !important;}
.color-st-canceled {color:#b9b9b9 !important;}

.color-st span b {background:#000 !important;}
.color-st-check span b {background:#68c5cf !important;}
.color-st-confirmed span b {background:#7fae0d !important;}
.color-st-waitpay span b {background:#ce9b00 !important;}
.color-st-delivered span b {background:#698dff !important;}
.color-st-get span b {background:#800502 !important;}
.color-st-completed span b {background:#e2687d !important;}
.color-st-canceled span b {background:#b9b9b9 !important;}


.color-list li {
	margin-bottom:7px;
}
.poster,.date2,.pink-lr,.blue-lr {
	display:inline-block;
	border-radius:4px;
	padding:3px 5px;
	font-size: 12px;
    line-height: 13px;
}
.pink-lr {background:#faa4c1;
}
.blue-lr {background:#b1d1f7;
}
/*****/

/*---------------------------------------------------

				 admin panel
				
----------------------------------------------------*/
.admin-block {
    background:#056abc;
    border-bottom: 1px solid #CCCCCC;
    position: fixed;
    width: 100%;
    z-index: 1010;
}
.admin-block .nav {
	display:inline-block;
	margin: 0 0 -4px;
}
/**/
.control-admin-panel {
	padding:24px 0 0;
}
.control-admin-panel .cont-block {
	padding:0 0 25px;
}
.control-admin-panel .section-title {
    margin-bottom: 15px !important;
}
.user-group-block .item {
	padding:0 0 4px !important;
	margin-bottom:4px;
}
.user-group-block .item .left-col {
	float:left;
	width:50%;
	padding:8px 0 3px;
	border-bottom: 1px solid #F5F5F5;
}
.user-group-block .item .right-col {
	float:right;
	width:45%;
}
.user-group-block .item .left-col label {
	font-size:14px;
	color:#8d8d8d;
}
.user-group-block .item input[type="radio"],
.user-group-block .item input[type="checkbox"] {
	margin-top:3px;
}
.user-group-block .item .radio-inline,
.user-group-block .item .checkbox-inline {
	padding-top:8px;
}
.user-group-block .control {
	text-align:right;
	margin-top:25px;
}
.col-md-9-center {
	margin:0 12%;
}
.admin-block .dropdown-menu:before,
.admin-block .dropdown-menu:after {
	display:none;
}
.admin-block .logo-ad {
	float:left;
	padding:3px 0 1px;
	margin:0 21px 0 0;
}
.admin-block ul.nav > li {
	float:left;
	margin:0 1px 0 0;
}
.admin-block .nav > li.dropdown > a {
	padding-left:24px;
}
.admin-block .nav > li > a {
	font-size:17px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding: 11px 15px;
}
.dropdown-pink .dropdown-menu > li > a:hover,
.dropdown-pink .dropdown-menu > li > a:focus {
	background-color:#f3739e;
}
.dropdown-pink .dropdown-submenu:hover > a {
	background: #f3739e;
}
.admin-block .nav > li > a:hover,
.admin-block .nav > li > a:focus,
.admin-block  .nav .open > a,
.admin-block  .nav .open > a:hover,
.admin-block  .nav .open > a:focus {
	text-decoration: none;
	background-color: #65a5f0;
}
.admin-block .nav .caret,
.nav a:hover .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}
.admin-block .dropdown-menu {
	border-radius: 0;
	-webkit-border-radius: 0;
	margin:0px;
}
.admin-block .dropdown-menu a {
	font-size:13px;
	color:#0094e1;
}
.admin-block .dropdown-menu > li > a {
    padding: 5px 22px 6px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	/*background-color: #65a5f0 !important;*/
}
.admin-block .dropdown-menu {
    min-width: 210px;
	padding: 12px 0;
}
.add-list i {
	color:#f92d73;
	font-size:19px;
	margin:0 9px 0 0;
	position:relative;
	top:2px;
}
.add-list li {
	list-style:none;
	width:48%;
	padding:0 2% 0 0;
	margin:0 0 10px;
	display: inline-block;
	vertical-align:top;
	color: #454545;
}
.add-list a {
    color: inherit;
}
.control-admin-panel2 .cont-block {
	padding:10px 0 16px;
}
.price-listing1,
.price-listing2 {
	margin-bottom:20px;
}
.price-listing1 .item,
.price-listing2 .item {
	border-right:#e5e5e5 solid 1px;
	display:inline-block;
	vertical-align:top;
	width:25%;
	margin:0 -3px 0 0;
	padding:0 0 0 15px;
}
.price-listing2 .item {
	width:33.3%;
}
.price-listing1 .item:nth-child(4n+4),
.price-listing2 .item:nth-child(3n+3) {
	border-right:none;
}
.price-listing1 .item .price,
.price-listing2 .item .price {
	font-family:Georgia;
	font-size:30px;
	padding:13px 0 0;
}
.price-listing1 .item .price span,
.price-listing2 .item .price span {
	font-size:14px;
	vertical-align:middle;
}
.price-listing1 .item .price span.up,
.price-listing2 .item .price span.up {
	color:#108c00;
}
.price-listing1 .item .price span.down,
.price-listing2 .item .price span.down {
	color:#ff0000;
}
.price-listing1 .item .price span i,
.price-listing2 .item .price span i {
	font-size:16px;
	margin:0 5px 0 0;
}
.table-period {
	width:100%;
	color:#000;
	font-family:Georgia;
	font-size:16px;
}
.table-period.full-col {
	font-size:14px;
	color:#464646;
}
.table-period b {
	color:#000;
}
.table-period b,
.table-period span {
	font-size:18px;
}
.table-period td,
.table-period th {
	padding:9px 15px;
}
.table-period td:last-child,
.table-period th:last-child {
	text-align:right;
}
.table-period td:first-child,
.table-period th:first-child {
	text-align:left;
}
.table-period td.color {
	background:#dff0ff;
}
.table-period.full-col td.color {
	background:#e7e7e7;
}
.table-period th {
	font-weight:normal;
	font-size:12px;
	color:#7f7f7f;
	padding-bottom:7px;
}
.dropdown-menu {
    min-width: 178px;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display:block;
}
.dropdown-submenu > a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover > a {
	background:#65a5f0;
	color:#fff;
}
.dropdown-submenu:hover > a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu .pull-left{
    float:none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left:-100%;
    margin-left:10px;
}
.dropdown-menu .dropdown-menu:after,
.dropdown-menu .dropdown-menu:before {
	display:none;
}
/*****/


/*---------------------------------------------------

				user profile panel
				
----------------------------------------------------*/
.user-profile-head .carpet {
	min-height:237px;
	position:relative;
	overflow:hidden;
}
.user-profile-head .carpet .edit-link {
	width: 148px;
}
.user-profile-head .panel {
	background:#eaedf0;
	padding:10px 17px 17px;
}
.user-profile-head .img-user {
	padding:7px;
	background:#fff;
	float:left;
	box-shadow:1px 1px 1px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:1px 1px 1px 0 rgba(0,0,0,0.1);
	position:relative;
	margin:-110px 0 10px;
}
.user-profile-head .img-user,
.img-user .reward,
.user-profile-head .img-user > img,
.user-family .item,
.user-family .item img {
	border-radius:200px;
	-webkit-border-radius:200px;
	-moz-border-radius:200px;
}
.img-user .edit-link {
	bottom: 54px;
    right: 16px;
    top: auto;
	opacity:0;
	visibility:hidden;
}
.img-user:hover .edit-link {
	opacity:1;
	visibility:visible;
}
.img-user .reward img {
	border-radius:60px;
	-webkit-border-radius:60px;
}
.img-user .reward {
	position:absolute;
	width:36px;
	height:36px;
	background:#fff;
	box-shadow:1px 1px 1px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:1px 1px 1px 0 rgba(0,0,0,0.1);
}
.img-user .reward .dropdown-menu {
	left: -72px;
	top: 43px;
}
.img-user .rewards .reward:nth-child(1) {bottom:-17px; left:58px;
}
.img-user .rewards .reward:nth-child(2) {bottom:-10px; left:19px;
}
.img-user .rewards .reward:nth-child(3) {top:94px; left:-10px;
}
.img-user .rewards .reward:nth-child(4) {top:57px; left:-23px;
}
.img-user .rewards .reward:nth-child(5) {top:20px; left:-12px;
}
.img-user .rewards .reward:nth-child(6) {top:-10px; left:19px;
}
.img-user .rewards .reward:nth-child(7) {top:-17px; right:54px;
}
.img-user .rewards .reward:nth-child(8) {top:-11px; right:14px;
}
.img-user .rewards .reward:nth-child(9) {top:18px; right:-15px;
}
.img-user .rewards .reward:nth-child(10) {top:58px; right:-18px;
}
.img-user .rewards .reward:nth-child(11) {top:94px; right:-7px;
}
.img-user .rewards .reward:nth-child(12) {top:125px; right:16px;
}
.user-profile-head .img-user > img {
	width:136px;
	height:136px;
}
.user-profile-head .user-name {
	width:210px;
	margin:2px 7px 10px 7px;
	float:left;
	color:#898989;
	font-size:14px;
}
.user-profile-head .user-name.active {
	width: 360px;
}
.user-profile-head .user-name.active div span {
	color:#2fa800;
	font-size:12px;
}
.user-profile-head .user-name div {
	font-size:22px;
	color:#000;
	font-weight:600;
	margin-bottom:3px;
}
.user-profile-head .user-family {
	width:230px;
	float:left;
	margin:-5px 10px 0 0;
}
.user-family .item {
	background:#fff;
	padding:4px;
	display:inline-block;
	margin:0 0 6px 3px;
	box-shadow:1px 1px 1px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:1px 1px 1px 0 rgba(0,0,0,0.1);
	position:relative;
}
.user-family .item img {
	border:#e8e8e8 solid 1px;
	width:42px;
	height:42px;
}
.user-profile-head .user-ccntrol {
	float:left;
	padding:4px 0 4px;
	margin-bottom:5px;
}
.user-profile-head .user-ccntrol a {
	margin:0 0 0 6px;
}
.user-profile-line {
	background:#eaedf0;
	padding:13px 17px 14px;
	overflow: hidden;
}
.user-profile-line .user-name {
	color:#979797;
	font-size:22px;
	line-height:26px;
}
.user-profile-line .user-name .title {
	float:left;
	padding:3px 0 5px;
}
.user-profile-line .user-name .fright .dropdown .btn i {
	color:#fff;
}
.user-profile-line .fright .btn i {
	font-size:18px;
	position:relative;
	top:1px;
	color:#0094e1;
	margin:0 5px 0 0;
}
.user-profile .band-news {
    padding: 16px 17px 18px;
}
.user-family .info {
    font-size: 13px;
    left: -5px;
    padding: 12px 10px 12px 10px;
    top: 140%;
    width: 350px;
}
.user-profile .band-news .color-link a {
	font-weight:700;
	margin:0 10px 10px 0;
	display:inline-block;
}
.user-family .dropdown-menu:after,
.user-family .dropdown-menu:before {
	left: 24px !important;
}
.user-family .dropdown .img,
.product-page-user .prod-user-info .img,
.user-profile-description .user-block .user .img {
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    float: left;
    margin:0 15px 0 0;
    padding:6px;
}
.user-family .dropdown .img img,
.user-profile-description .user-block .user .img img,
.product-page-user .prod-user-info .user-block .img img {
	width:56px;
	height:56px;
	border:none !important;
	border-radius: 50%;
}
.user-family .dropdown .cont,
.user-profile-description .user-block .cont {
	padding:0 0 0 84px;
	font-size:12px;
	color:#9e9e9e;
	text-align:left;
}
.user-family .dropdown .cont span,
.user-profile-description .user-block .cont span {
	color:#000;
	font-size:13px;
}
.user-family .dropdown .cont a,
.user-profile-description .user-block .cont a {
	font-size:13px;
}
.user-family .dropdown p,
.user-profile-description p {
	padding:0px;
	margin:0px;
}
.user-profile .family-panel .btn {margin:10px 5px 0 0;
}
.user-profile-description {padding:23px 17px 20px;
}
.user-profile-description .item-block {
	width:50%;
	display:inline-block;
	vertical-align:top;
	border-top:#e5e5e5 solid 1px;
	margin:0 -4px 0 0;
	padding-top:27px;
	padding-bottom:24px;
	position:relative;
}
.user-profile-description .item-block:nth-child(1),
.user-profile-description .item-block:nth-child(2) {
	border-top:0px;
	padding-top:0px;
}
.user-profile-description .item-block:nth-child(odd) {
	border-right:#e5e5e5 solid 1px;
	padding-right:4%;
}
.user-profile-description .item-block:nth-child(even) {
	border-left:#e5e5e5 solid 1px;
	padding-left:4%;
}
.user-profile-description .list {
	width:100%;
}
.user-profile-description .list td {
	width:50%;
	padding:2px 2% 5px 0;
	border-bottom:#f2f2f2 solid 1px;
}
.user-profile-description .list tr:last-child td {
	border-bottom:0px;
}
.user-profile-description .list td:first-child,
.user-profile-description .list span {
	color:#8e8e8e;
	font-size:12px;
}
.user-profile-description .list .del {
	margin:6px 0 0 5px;
	width:9px;
	height:9px;
	float: right;
	background:url(../images/close-b.png) no-repeat;
	cursor:pointer;
}
.user-profile-description .title {
	font-size:20px;
	color:#000;
	margin-bottom:17px;
	padding-right:110px;
}
.user-profile-description .user-block .user {margin-bottom:24px;
}
.user-profile-description .user-block .user:last-child {margin-bottom:4px;
}
.user-profile-description .item-block:nth-child(1) .change,
.user-profile-description .item-block:nth-child(2) .change {
	top:3px;
}
.user-profile-description .item-block:nth-child(even) .change {
	right:0;
}
.user-profile-description .change {
	position:absolute;
	top:30px;
	right:15px;
	font-size:12px;
}
.user-profile-description .change a i,
.user-profile .change-family i {
	font-size:15px;
	margin-right:5px;
}
.user-profile .change-family a {
	margin: 8px 5px 0 0;
	display:inline-block;
}
.user-profile-description .change > i {
	color:#000;
	font-size:15px;
	margin-left:10px;
}
.user-profile .change-family i {
	color:inherit;
}
.user-profile-friend {
	padding:0px;
}
.user-profile-friend .item-block {
	padding-top:12px;
	padding-bottom:12px;
	padding-right:7px !important;
	padding-left:12px !important;
	color: #818181;
    font-size: 12px;
	line-height: 14px;
}
.user-profile-friend .item-block:nth-child(odd) {
	padding-left:0 !important;
}
.user-profile-friend .item-block img {
    border-radius: 200px;
	-webkit-border-radius: 200px;
    float: left;
}
.user-profile-friend .item-block .cont {
    display: block;
    padding: 0 80px 0 80px;
}
.user-profile-friend .item-block .control {
    float:right;
	width:80px;
	padding:3px 0 0;
	text-align:right;
}
.user-profile-friend .item-block .control a {
	font-size:12px;
	margin-bottom:10px;
	display:inline-block;
}
.user-profile-friend .item-block a {font-size: 18px;
}
.user-profile-friend .item-block p {margin: 0;
}
.user-profile .band-news .search-box .fa {
    color: #CFCFCF;
    font-size: 18px;
}
.user-profile .band-news .search-box {
    float:right;
	margin:0px;
}
.user-profile-product .control {
    padding: 0;
}
.user-profile-product {
	padding-bottom:6px !important;
}
.user-profile-product .desc h1,
.user-profile-product .desc h2,
.user-profile-product .desc h3,
.user-profile-product .desc h4,
.user-profile-product .desc h5 {
	margin-top:0px;
}
.user-profile-product .desc {
	padding:0 0 14px;
}
.form-edit-text {
	background:#fef7db;
    border: 1px solid #ffc9c7;
    border-radius: 3px;
	-webkit-border-radius: 3px;
    margin-bottom: 15px;
    padding: 15px 15px;
}
.form-edit-text p:last-child {
	margin-bottom:0px;
}
.form-edit-text ul.petal-list {
	margin-bottom:10px;
}
.form-edit-text ul.petal-list li {
    font-size: 13px;
    margin: 0 0 1px;
}
.action-mod {
	text-align:right;
	padding:0 0 10px;
}
.action-mod span {
	font-size:14px;
	line-height:34px;
	margin:0 5px 10px 0;
}
.action-mod select {
	display:inline-block;
	width:200px;
	margin:0 5px 10px 0;
}
.action-mod .btn,
.action-mod span {
	vertical-align:top;
}
.user-profile ul#container li {
	margin:0;
}
.user-profile .prod_box_list ul.marketlist li .title {
	width: 50%;
}
.pager-box {
	text-align:center;
}
.pager-box .pagination {
	margin-bottom:16px;
}
.user-profile .photolist .photo {
    width: 118px;
}
.user-sub-cont-wrap {
	padding: 16px 30px 18px;
}
.user-sub-cont-wrap .news-block-l  {
	padding:0px;
}
.user-sub-cont-wrap .news-left {
    padding: 20px 0 20px;
	border-bottom:#e5e5e5 dashed 1px;
}
.user-sub-cont-wrap .news-left:first-child {
    padding-top:10px;
}
.user-sub-cont-wrap .news-left:last-child {
    padding-bottom:0px;
	border-bottom:none;
}
.user-sub-cont-wrap .news-left .item {
    padding:0;
}
.user-profile .search-result ul li:last-child {
	padding-bottom: 8px;
	border-bottom:none;
}
.user-profile .video-block {
	padding:10px 0 0;
}
.user-profile .news-block-big ul li .cont {
    height: 72px;
}
/*-modal-profile-*/
.modal-profile {
	padding:10px 30px;
}
.modal-profile .modal-header {
	padding: 3px 0 10px;
	min-height: inherit;
}
.modal-profile .close {
    margin: 3px 0 0;
}
.profile-photo-cont {
	font-size:12px;
	color:#9b9b9b;
	padding:18px 0 20px;
}
.profile-photo-cont p {
	margin:0px;
}
.profile-photo-cont .comments {
	padding:29px 0 0;
}
@media screen and (min-width: 768px) {
	#profileModal .modal-dialog {
		width: 684px;
	}
}
.profile-photo-cont ul li {
	list-style:none;
	margin-bottom:10px;
}
.profile-photo-cont .item {
	border-bottom:#f3f3f3 solid 1px;
	padding:0 0 13px;
	margin-bottom:13px;
	color:#7a7a7a;
}
.profile-photo-cont .right-col {
	float:right;
	width:31%;
	padding:5px 0 0;
}
.profile-photo-cont .left-col {
	float:left;
	width:66%;
	padding:0 18px 0 0;
	border-right:#e1e1e1 solid 1px;
}
.profile-photo-cont .title {
	font-size:15px;
	color:#000;
}
.profile-photo-cont .comments .img  {
	float:left;
	margin-top:-7px !important;
}
.profile-photo-cont .comments .cont  {
	padding:0 0 0 80px;
}
.profile-photo-cont .comments .cont .claim {
	margin-right:20px;
}
.profile-photo-cont .like {
	display:inline-block;
}
.profile-photo-cont .comments .control {
	overflow:hidden;
}
.profile-photo-cont .comments textarea {
	margin:5px 0 15px;
}
.modal-profile .big-img {
	position:relative;
	overflow:hidden;
}
.modal-profile .big-img iframe {
	margin-bottom:-4px;
}
.modal-profile .big-img .prev,
.modal-profile .big-img .next {
	opacity:0;
	visibility:hidden;
}
.modal-profile .big-img:hover .prev,
.modal-profile .big-img:hover .next {
	opacity:1;
	visibility:visible;
}
.modal {
    padding: 0 17px 0 0;
    right: -17px;
}
.modal-open {
    overflow: visible;
}
.modal textarea {
	resize:none;
}
/**/
/*****/

/*---------------------------------------------------

				user-account-messages
				
----------------------------------------------------*/
.user-account-col {
	padding:11px 17px 10px;
}
.user-account-col .user-head .img {margin:0 10px 10px -6px;
}
.user-account-col .user-head .right-col {
	padding:5px 0 5px 74px;
	color: #7C7C7C;
}
.user-account-col .menu {
	margin-bottom:28px;
	padding-top:7px;
}
.user-account-col .menu ul li {
	list-style:none;
	margin:0px;
	padding:0;
	border-bottom:#f2f2f2 solid 1px;
}
.user-account-col .menu ul li:last-child {border-bottom:none;
}
.user-account-col .menu ul li a {
	margin:0 -17px;
	padding:6px 17px 5px 27px;
	display:block;
	text-decoration:none;
	color:#585858;
}
.user-account-col .menu ul li a:hover b {
	text-decoration:underline !important;
}
.user-account-col .menu ul li a:hover,
.user-account-col .menu ul li a:hover i,
.user-account-col .menu-add li a:hover b  {color:#0094E1;
}
.user-account-col .menu ul li a.active {
	background:#f377a1;
	color:#fff !important;
}
.user-account-col .menu ul li a.active,
.user-account-col .menu ul li a.active span,
.user-account-col .menu ul li a.active i {
	color:#fff !important;
}
.user-account-col .menu ul li a.active b {
	font-weight:normal !important;
	text-decoration:none !important;
}
.user-account-col .menu ul li a i {
	margin:0 16px 0 0;
	font-size:15px;
	width:16px;
}
.user-account-col .menu-user ul li a i,
.user-account-col .menu ul li a span {color:#000;
}
.user-account-col .menu ul li a b {
	text-decoration:none !important;
	font-weight:normal;
}
.user-account-col .menu-gray {border-top:#c5c5c5 solid 3px;
}
.user-account-col .menu-gray ul li a i {color:#adadad;
}
.user-account-col .menu-add {border-top: 3px solid #add500;
}
.user-account-col .menu-add li a {color: #6e8800 !important;
}
.posts-placeholder-box {
	margin-bottom: -40px;
}
.posts-placeholder-box .search-block .navbar-form {
	margin:0px;
	padding:15px 6px 5px;
}
.posts-placeholder-box .search-block .form-control {
	min-width:370px;
}
.posts-placeholder-box .search-block .form-group {margin:0 15px 15px 0; vertical-align: top;
}
.posts-placeholder-box .posts-placeholder {
	margin:0 -15px;
}
.posts-placeholder {
	background:#fff;
	position:relative;
}
.posts-placeholder .foot {
	text-align:center;
	padding:23px 0;
}
.item-dialog {
	padding:24px 30px 15px 19px;
	position:relative;
	border-bottom:#d4d4d4 solid 1px;
	overflow:hidden;
	min-height: 100px;
	/*cursor:pointer;*/
}
.gray-t {
	background:#f9f1d9;
}
.item-dialog:hover,
.item-messages:hover,
.item-dialog.active,
.item-messages.active {
	background:#e8f4ff;
}
.item-dialog.not-active {
	background:none !important;
	cursor:default;
}
.item-dialog .img {
	margin:-9px 16px 1px 0;
}
.item-dialog .message-info {
	float:left;
	width:40%;
	padding:0 1% 0 0;
}
.item-dialog .message-info .date {color:#7c7c7c;
}
.item-dialog .message-info .status.active {font-style:italic;color:#7c7c7c;
}
.item-dialog .message-info .name {font-weight:700;
}
.item-dialog .message-content {
	float:left;
	width:59%; 
	color:#000;
	padding:0 1% 0 0;
	overflow: hidden;
}
.item-dialog:hover .control,
.item-messages:hover .control {
	opacity:1;
	visibility:visible;
	right:8px;
}
.item-dialog .control,
.item-messages .control {
	position:absolute;
	top:0px;
	right:0;
	bottom:0px;
	width:16px;
	color: #7C7C7C;
	opacity:0;
	visibility:hidden;
}
.item-dialog.not-active .control,
.item-messages.not-active .control {
	opacity:0 !important;
	visibility:hidden !important;
}
.item-dialog .control .del,
.item-messages .control .del {
	top:7px;
	position:absolute;
	font-size:22px;
	color:#b0c2d3;
}
.item-dialog .control .tape,
.item-messages .control .tape {
	bottom:9px;
	position:absolute;
}
.item-dialog .control .tape.active i,
.item-messages .control .tape.active i  {
	color:#0094E1;
}
.item-dialog .control a,
.item-messages .control a {
	font-size:17px;
}
.item-messages .cont-mess .title{
	margin-bottom:15px;
}
.posts-placeholder .dialog-wrap {
	background:#fff;
	border:#d4d4d4 solid 1px;
	/*position:absolute;
	top:0px;
	right:-1px;
	left:102px;*/
	padding:10px 0 0;
	z-index:10;
}
.dialog-wrap .control-messages {
    font-size: 14px;
	padding:15px 7px;
	margin-bottom:6px;
}
.dialog-wrap .control-messages a {
    vertical-align: middle;
	margin: 5px 0 5px 12px;
}
.dialog-wrap .control-messages a.hide-d {
    color:#ff0000;
}
.dialog-wrap .control-messages a i {
	margin-right:5px;
}
.dialog-wrap .list-messages {
	/*overflow-y:auto;
	height:350px;*/
}
.item-messages {
	padding:10px 30px 10px 5px;
	overflow: hidden;
	margin:0;
	/*cursor:pointer;*/
	position:relative;
}
.item-messages .img img,
.dialog-wrap .review-mass .img  img {
	border-radius:100px;
	-webkit-border-radius:100px;
	max-width:33px;
}
.item-messages .img,
.dialog-wrap .review-mass .img {
	float:left;
	margin:4px 0 5px;
}
.item-messages .cont-mess,
.dialog-wrap .review-mass .cont {
	padding:0 0 0 47px;
}
.item-messages .cont-mess .title .name,
.dialog-wrap .review-mass .head .name {
	float:left;
	width:60%;
	font-weight:bold;
}
.item-messages .cont-mess .title .date {float:right; color:#7c7c7c;
}
.item-messages .cont-mess .title .head,
.dialog-wrap .review-mass .head {
	overflow: hidden;
}
.item-messages .cont-mess .title .status.active {
	font-style:italic;
	font-weight:normal;
	color:#949494;
}
.item-messages .cont-mess .title .status {
	font-style:normal;
	font-weight:700;
	color:#949494;
}
.dialog-wrap .review-mass {
	margin-top:26px;
	padding:10px 5% 23px 13%;
	background:#f6f6f6;
	overflow:hidden;
}
.dialog-wrap .review-mass .nav {
	text-align:right;
	padding:23px 0 0;
}
.dialog-wrap .review-mass .head {
	margin-bottom:4px;
}
.item-messages > .fa {
	position:absolute;
	top:13px;
	left:2%;
	font-size:35px;
	color:#b0c2d3;
}
.hide-mess {
	position:absolute;
	z-index:10;
	background:#fff;
	background:rgba(255,255,255,0.9);
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
.hide-mess > div {
	position:absolute;
	top:50%;
	padding:0 4%;
	width: 100%;
	text-align:right;
	margin-top:-11px;
}
.hide-mess b {
	font-size:18px;
	color:#9b9b9b;
	margin:0 13px 0 0;
}
.hide-mess a {text-decoration:underline;
}
.wrap-dialog-load {
	display:none;
}
.wrap-dialog-load .item-dialog {
	opacity: 0;
	top: -40px;
	transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
	visibility: hidden;
	transition:all 0.7s ease;
	position:relative;
}
.wrap-dialog-load .item-dialog.visible {
	opacity: 1;
	top:0;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	visibility: visible;
}
.posts-placeholder .btn-load {
	position:relative;
	overflow:hidden;
}
.posts-placeholder .btn-load span {
	position:absolute;
	width:100%;
	text-align:center;
	background:#fff;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	line-height: 30px;
}
/*****/


/*---------------------------------------------------

					forum
				
----------------------------------------------------*/
.forum-cont {padding:0 40px;
}
.forum-cont h1 {
	margin:0px;
	font-size:30px;
}
.forum-cont .top-head {padding:23px 0 0;
}
.forum-cont .top-head h1 {margin-bottom:14px;
}
.forum-cont .top-head .control-search {
	margin:25px -40px 0;
	padding:18px 41px 3px;
	background:#efefef;
}
.forum-cont .top-head .control-search a {cursor:pointer;
}
.forum-cont .top-head .control-search .extended-search .item > label,
.search-block .item label  {
	display:block;
	font-weight:normal;
	padding:0;
}
.forum-cont .top-head .control-search .extended-search .item {
	margin-bottom:10px;
}
.forum-cont .top-head .control-search .extended-search input[type="radio"],
.forum-cont .top-head .control-search .extended-search input[type="checkbox"] {
	margin-top:3px;
}
.forum-cont .top-head .control-search .row > div {
	padding-left:9px;
	padding-right:9px;
}
.forum-page .developments .cont {display:none;
}
.forum-page .developments .total {padding-top:1px;
}
.forum-page  .theme-day .title {
    font-size: 23px;
    line-height: 26px;
}
.forum-page .theme-day .total-info .control .item,
.foru-item .total-info .control .item {
	font-size: 14px;
    margin: 5px 0 10px 13px;
}
.forum-page .theme-day .total-info .control .item span,
.foru-item .total-info .control .item span {
	font-size: 19px;
}
.forum-page .theme-day .cont {
	padding-bottom:21px; 
	height: 279px;
	word-wrap:break-word;
}
.forum-page .theme-day .total-info {padding-bottom: 5px;
}
.market-list-small {padding:11px 20px 1px 11px;
}
.market-list-small li {
	list-style:none;
	color:#ababab;
	margin-bottom:11px;
}
.market-list-small .price b {color:#000;
}
.market-list-small .condition {
	float:none;
	padding:0 4px 1px;
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
}
.market-list-small .img {float:left;
}
.market-list-small .cont {
	margin:0 0 0 60px;
	padding:6px 0;
	border-bottom: 1px dashed #e6e6e6;
}
.market-list-small .cont div {font-size:12px;
}
.market-list-small .cont div span {margin:0 5px 0 0;
}
.forum-page .advertising {padding:18px;
}
.forum-page .advertising img {
	display:inline;
	width:auto;
}
.chat-box {
	padding-top:35px;
	padding-bottom:40px;
}
.chat-box .control {margin:20px 0;
}
.forum_post_text {
	margin-bottom: 18px;
	word-wrap:break-word;
	line-height:19px;
}
.forum_post_text img{
	max-width:100%!important;
	height:auto!important;
}
.banner-23-img img{
	max-width:100%!important;
	height:auto!important;
}
.forum_post_text ul {
	margin-left:15px;
}
.advert-reklama-img img{
	max-width:100%!important;
	height:auto!important;
}
/****toTop****/
#toTop {
	text-decoration:none;
	position:fixed;
	top:40%;
	left:0;
	overflow:hidden;
	width:7.4%;
	height:110px;
	min-width:80px;
	padding:7px 0;
	border:none;
	z-index: 20;
	color:#fff;
	font-size:14px;
	background:#000;
	background:rgba(0,0,0,0.4);
	text-align:center;
	border-radius:0 10px 10px 0;
	-webkit-border-radius:0 10px 10px 0;
}
#toTop:hover {background:rgba(0,0,0,0.5);
}
#toTop i {font-size:65px;
}
#toTopHover {display:block;
}
#toTop:active, #toTop:focus {outline:none;
}
.forum-admin ul li {
	display:inline-block;
	list-style:none;
	margin:0 9px 10px 0;
}
.forum-admin ul li a {
	
}
/***/

/*****forum item****/
.foru-item {
	position:relative;
	margin-bottom:9px;
}
.foru-item .foru-section {
	float:left;
	width:63%;
	padding:10px 0 0;
}
.foru-item .foru-section .img {
	float:left;
	padding:0;
}
.foru-item .foru-section .cont {
	margin:0 0 0 80px;
	padding:0 5px 10px 0;
	font-size:12px;
	border-bottom: 1px solid #eee;
}
.foru-item .foru-section .cont .title,
.foru-item .foru-section .cont .title a {
	font-size:28px;
	line-height: 24px;
	font-weight:600;
	color:#2f2f2f;
}
.foru-item .foru-section .cont .title {
	margin-bottom:6px;
}
.foru-item .foru-section .cont ul.petal-list {
	margin:20px 0 0;
}
ul.petal-list li {
	margin:0px;
	font-size:14px;
	list-style:none;
	padding:1px 0 1px 30px;
	margin-bottom:15px;
	background:url(../images/petal-list.png) no-repeat;
}
.foru-item .last-theme {
	float:right;
	width:32%;
	background:#e5f4ff;
	position:absolute;
	top:0px;
	right:0px;
	color:#a7a7a7;
	border-radius:8px;
	-webkit-border-radius:8px;
	padding:4px 20px 7px 40px;
	line-height:20px;
	font-size:12px;
	min-height: 91px;
	z-index: 20;
	transition:width 0.5s ease 0.1s;
	-moz-transition:width 0.5s ease 0.1s;
	-webkit-transition:width 0.5s ease 0.1s;
}
.foru-item .last-theme:hover {
	/*width:100%;*/
}
.foru-item .last-theme .last-mes {
	display:none;
	line-height:17px;
}
.foru-item .last-theme .img,
.forum-modal .img  {
	position:absolute;
	top:12px;
	left:-36px;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;	
}
.foru-item .last-theme .img:hover,
.forum-modal .img  {
	top:0;
}
.foru-item .last-theme .img img,
.forum-modal .img img {
	border-radius:100px;
	-webkit-border-radius:100px;
	border:#fff solid 9px;
	box-shadow:0 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0);
}
.foru-item .last-theme .img:hover img,
.forum-modal .img img {
	box-shadow:5px 10px 10px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow:5px 10px 10px 0 rgba(0,0,0,0.2);
}
.foru-item .last-theme p,
.foru-item .last-theme p a {
	color:#585858;
	margin:0px;
}
.foru-item .last-theme .title {
	font-size:13px;
}
.vertial-center {
	vertical-align:middle;
	display:table-cell;
	width:10%;
}
.vertial-center img{
	max-width:100%;
	height:auto;
}
.foru-item .foru-section .vertial-center {
	height:60px;
}
.forum-modal {
	background:#e5f4ff;
	border-radius:8px;
	-webkit-border-radius:8px;
	padding:15px 40px 40px 50px;
	font-size:12px;
	position:relative;
	min-height:80px;
}
.forum-modal .title {
	font-size:24px;
	line-height:28px;
	margin-bottom:21px;
}
.forum-modal .head {
	color:#b0b0b0;
}
.side-wrap {
	position: relative;
}
.moderator-box {
	background:#efefef;
	padding:7px 14px;
	margin-bottom:-16px;
}
.moderator-box ul li {
	display:inline-block;
	list-style:none;
	margin:0 25px 10px 0;
}
.moderator-box h3 {
	font-size: 13px;
	color:#000;
	font-weight:700;
}
.moderator-box img {
	margin-right:4px;
}
.forum-section-list .section-title {
	overflow:hidden;
	/*padding:0 14px;*/
}
.forum-section-list .section-title .title {
	font-size:22px;
	padding-bottom:13px;
	font-weight:600;
	color:#9b9b9b;
}
.forum-section-list {
	margin-bottom:17px;
}
.forum-section-list .foru-item .foru-section .cont .title,
.forum-section-list .foru-item .foru-section .cont .title a {
	font-size:22px;
}
.forum-section-list .foru-item .foru-section .cont {border-bottom:none;
}
.forum-section-list .foru-item {border-bottom:#d5eeff dashed 1px;
}
.forum-section-list.section-important .foru-item {border-bottom:#fbd5e2 dashed 1px;
}
.forum-section-list.section-important .foru-item:last-child {border-bottom:none;
}
.forum-section-list.section-important .foru-item .last-theme {
    background:#ffeff4;
}
.forum-section-list.section-important .foru-item .foru-section .cont .title,
.forum-section-list.section-important .foru-item .foru-section .cont .title a {
	color:#f3739e;
}
.foru-item .total-info .control {
	margin:0px;
}
.ftemas ul {
    list-style: none;
}
ul.otvtext1 {
	margin:0 0 0 -3px;
}
ul.otvtext1 li {
    color: #0094e1;
    display: block;
    display:inline-block;
    margin-left: 3px;
	font-size:14px;
}
.foru-item .img-user {
	padding:6px !important;
	margin:-5px 0 0;
	position:relative;
}
.foru-item .img-user span {
	position:absolute;
	top:69px;
	text-align:center;
	min-width:34px;
	left:10px;
	right:0px;
	color:#adacac;
	font-size:10px;
}
.profile-photo-cont .comments .img {
	margin:0px;
}
.profile-photo-con {
	line-height:18px;
}

/***-forum topic-****/
ul.list-user-60 {
	padding:20px 9px 10px;
}
ul.list-user-60 li {
	display:inline-block;
	vertical-align:top;
	margin:0 -3px 12px 0;
	text-align:center;
	width:33%;
	padding: 0 2%;
	line-height:12px;
	/***text***/
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.list-user-60 li .img {
	margin-bottom:4px;
}
.head-topic-forum {
	padding:10px 32px 10px;
}
.head-topic-forum .title {
	/*margin-bottom:22px;*/
}
.head-topic-forum .title .img {
	margin:3px 0 0 -4px;
}
.head-topic-forum .title .cont {
	padding:0 0 0 80px;
}
.head-topic-forum  img{
	max-width:776px!important;
	height:auto!important;
}
.head-topic-forum .title h1,
.head-topic-forum .title h2 {
	line-height:35px;
	font-size:28px;
	color:#000;
	margin:0px;
}
.head-topic-forum .user-info {
	margin:0 -32px 18px -32px;
	color:#7c7c7c;
	border-bottom:#f5f5f5 solid 1px;
	padding:7px 32px 0;
}
.head-topic-forum .user-info ul li {
	display:inline-block;
	margin:0 5px 0 0;	
}
.head-topic-forum .user-info span {
	color:#272727;
}
.head-topic-forum .user-info .right-col {
	float:right;
}
.head-topic-forum .user-info .number,
.forum-big-item .cont-col .head-post span b,
blockquote .head span b {
	color:#3492fb;
}
.head-topic-forum p {
	margin-bottom:26px;
}
.head-topic-forum .caption {
	color:#a5a5a5;
	border-top:#f5f5f5 solid 1px;
	margin:0 -32px 0;
	padding:7px 32px 20px;
}
.head-topic-forum .caption > i {
	display:block;
}
.head-topic-forum .control {
	text-align:right;
	margin-bottom:11px;
}
.share-link i {
	margin:0 4px 0 0;
	position:relative;
	bottom:-2px;
}
.head-topic-forum .options-bottom {
	background:#84b3ea;
	margin:0 -32px -10px;
	padding:15px 30px 0;
}
.head-topic-forum .options-bottom .dropdown-menu {
	min-width: 245px;
}
.head-topic-forum .dropdown .dropdown-menu:after,
.head-topic-forum .dropdown .dropdown-menu:before {
    left: 35%;
}
.head-topic-forum .options-bottom .dropdown-menu > li > a {
    white-space: normal;
}
.head-topic-forum .options-bottom a.btn {
	margin-bottom:10px;
}
.fa-cog {
    font-size: 18px;
    margin: 0 5px 0 0;
    position: relative;
    top: 2px;
}
.pager-color > a {
	display:inline-block;
	vertical-align:middle;
	margin:0 11px;
}
.pager-color > a:first-child {margin-left:0px;
}
.pager-color > a:last-child {margin-right:0px;
}
.pager-color .pager-number {
	display:inline-block;
	vertical-align:middle;
}
.pager-color .pager-number ul li {
	display:inline-block;
	vertical-align:top;
}
.pager-color .pager-number ul li a {
	padding:14px 16px 13px;
	display:block;
}
.pager-color .pager-number ul li.active a {
	cursor:default;
	color:#fff;
	text-decoration:none;
}
.pager-color .pager-number ul li.active  {
	background:#f377a1;
}
.wrap20 {
	padding:0 20px;
}
.wrap10 {
	padding:0 10px;
}
.forum-big-item {
	/*display: flex;*/
}
.forum-big-item .user-col {
	float:left;
	padding:13px 10px 0 0;
	width:24%;
	background-color:#fffbe8;
	text-align:center;
	position:relative;
}
.forum-big-item .cont-col {
	position:relative;
	background:#fff;
	float:right;
	width:76%;
	padding:18px 20px 46px;
	position:relative;
	min-height:350px;
	box-shadow:0 0 1px 1px rgba(0,0,0,0.17);
	-webkit-box-shadow:0 0 1px 1px rgba(0,0,0,0.17);
}
.forum-big-item .cont-col:before {
	left: -17px;
	top: 70px;
	content: " ";
	height: 33px;
	width: 17px;
	position: absolute;
	background:url(../images/arrow-white.png) no-repeat;
}
.forum-big-item .user-col > .edit-link {
	bottom:12px;
	top:auto;
	left:50%;
	margin:0 0 0 -54px;
}
.forum-big-item .user-col .img-user {
	position:relative;
	padding:7px;
	background:#fff;
	width:150px;
	border-radius:200px;
	-webkit-border-radius:200px;
	box-shadow:1px 1px 1px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:1px 1px 1px 0 rgba(0,0,0,0.1);
	position:relative;
	margin:0 0 7px 25px;
}
.forum-big-item .user-col .img-user a > img.avatar-img {
	border-radius:200px;
	-webkit-border-radius:200px;
	width:136px;
}
.forum-big-item .user-col .name {
	line-height:14px;
	font-size:15px;
	color:#000;
	font-weight:600;
	padding:0 5px;
	margin-top:10px;
	margin-left:15px;
	margin-bottom:0px;
	display: inline-block;
}
.forum-big-item .user-col .user_rank {
	font-weight:700;
	font-size:11px;
	margin-bottom:0px;
	padding:3px 5px;
	display: inline-block;
	margin-left:15px;
}
.forum-big-item .cont-col .head-post {
	margin-bottom:15px;
	color:#9b9b9b;
	font-size:12px;
}
.forum-big-item .cont-col .head-post .like {
	display:inline-block;
	margin:0 0 0 20px;
}
.forum-big-item .cont-col p {
	margin-bottom:18px;
}
.forum-big-item .cont-col .head-post .cancel-inp  {
	margin:0 0 0 15px;
}
.forum-big-item .user-col.edit-block .name,
.forum-big-item .user-col.edit-block  .user_rank {
	background:#fff5f8;
}
.cancel-inp {
	display:inline-block;
}
.cancel-inp label {
	font-weight:normal;
	position:relative;
	color:#f00;
}
.cancel-inp input {
	position:relative;
	bottom:-2px;
	margin:0 0 0 17px;
}
.cancel-inp span {
	content:'';
	width:28px;
	height:28px;
	right: -7px;
    top: -5px;
	border:#ffaaaa solid 1px;
	position:absolute;
	border-radius:4px;
	-webkit-border-radius:4px;
}
.forum-big-item .cont-col .img-list {
	display:block;
	margin:0 -20px 15px;
	padding:0 20px;
}
.forum-big-item .cont-col .img-list li,
.head-topic-forum .img-list li {
	margin:0 22px 22px 0;
	text-align:center;
	display:inline-block;
	float:none;
}
.forum-big-item .cont-col .img-list .control {
	padding:5px 0 0;
	margin-bottom:-9px;
}
.forum-big-item .cont-col .signature {
	/*margin-bottom:15px;
	margin-top:10px;*/
	color:#a5a5a5;
	font-style:italic;
	border-top:#e5e5e5 solid 1px;
	
	left: 20px;
    right: 20px;
	bottom: 48px;
    position: absolute;
}
.head-topic-forum .caption a,
.forum-big-item .cont-col .signature a {
	color:#0094e1 !important;
}
.head-topic-forum .caption a i,
.forum-big-item .cont-col .signature a i {
	margin:0 2px 0 0;
}

.fast-answer {
	cursor:pointer;
}

.message-content a {
	color: #000;
}

.message-content a:hover {
	text-decoration:underline;
}

/*.forum-big-item .cont-col .signature {
	border-top:#e5e5e5 solid 1px;
    bottom: 0;
    color: #a5a5a5;
    font-style: italic;
    left: 0;
    margin-bottom: 40px;
    padding: 22px;
    position: absolute;
    right: 0;
}*/
.forum-big-item .cont-col .bottom-control,
.head-topic-forum .bottom-control {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	padding:15px 8px;
	text-align:right;
	min-height: 46px;
	font-size:12px;
}
.head-topic-forum .bottom-control {
	position:relative;
	margin: 0 -13px;
}
.forum-big-item .cont-col .bottom-control.active,
.head-topic-forum .bottom-control.active{
	background:#efefef;
}
.forum-big-item .cont-col .bottom-control.active .fleft,
.forum-big-item .cont-col .bottom-control.active .fright,
.head-topic-forum .bottom-control.active .fleft,
.head-topic-forum .bottom-control.active .fright {
	display:none;
}
.forum-big-item .cont-col .bottom-control:hover,
.head-topic-forum .bottom-control:hover {
	background:#efefef;
}
.forum-big-item .cont-col .bottom-control ul li,
.head-topic-forum .bottom-control ul li {
	display:inline-block;
	list-style:none;
	margin:0 0 5px 9px;
}
.forum-big-item .cont-col .bottom-control .fleft,
.head-topic-forum .bottom-control .fleft {
	/*opacity:0;
	visibility:hidden;*/
}
.forum-big-item .cont-col .bottom-control:hover .fleft,
.head-topic-forum .bottom-control:hover .fleft {
	opacity:1;
	visibility:visible;
}
.forum-big-item .cont-col .bottom-control .fleft ul li,
.head-topic-forum .bottom-control .fleft ul li {
	margin:0 9px 5px 0;
}
.forum-big-item .cont-col .bottom-control i,
.head-topic-forum .bottom-control i {
	font-size: 15px;
	margin-right:5px;
}
.forum-big-item .cont-col .bottom-control label, 
.head-topic-forum .bottom-control label {
	font-weight:normal;
}
.forum-big-item .cont-col .bottom-control label input[type="checkbox"],
.head-topic-forum .bottom-control label input[type="checkbox"] {
	float:left;
	margin:3px 4px 0 0;
}
.moderator_style {
	background-color:#fdf7e4 !important;
}
blockquote {
	color:#3b5998;
	font-style:italic;
	margin-left:40px;
	border-left:#b8b8b8 solid 1px;
	padding: 0 10px!important;
	position:relative;
}
blockquote:before {
	content:'';
	position:absolute;
	top:2px;
	left:-38px;
	background:url(../images/blockquote.png) no-repeat;
	width:31px;
	height:20px;
}

blockquote ul {
	margin:0 0 10px 15px;
}

blockquote p {
	font-size:14px;
}

blockquote .head {
	font-style:normal;
	color:#6e6b6b;
	font-size:11px;
	margin-bottom:9px;
}
blockquote .head span {
	color:#6e6b6b;
}
.block-editor {
	background:#eef6fe;
	border:#ccc solid 1px;
	border-radius:5px;
	padding:11px 15px;
	/*margin-bottom:-26px;*/
	position:relative;
	z-index:10;
}
.block-editor .control {
	overflow:hidden;
	padding:11px 0 0;
}
.block-editor .control a i {
	text-align:right;
}
.block-editor .control a {
	margin:0 30px 0 0;
}
.left_fixed_panel {
	position:fixed;
	left:-195px;
	top:50%;
	height:98px;
	width:300px;
	padding:20px 108px 15px 18px;
	margin:-50px 0 0;
	background: url(../images/arrow-op-blue.png) no-repeat right 17px #fff;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.65);
	font-size:14px;
	line-height:16px;
	z-index: 60;
	transition:all 0.5s ease 0.1s;
	-moz-transition:all 0.5s ease 0.1s;
	-webkit-transition:all 0.5s ease 0.1s;
}
.left_fixed_panel:hover {
	left:0;
}
.left_fixed_panel .title {
	color:#4484c3;
	font-weight:700;
}
.left_fixed_panel .social {
	padding:8px 0 0;
}
.left_fixed_panel .social a {
	margin:0 4px 4px 0;
}
.left_fixed_panel .social a:hover {
	opacity:0.8;
}
.reply_post {
	padding:20px 40px 40px;
}
.reply_post .title {
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-bottom:20px;
}
.reply_post .title span {
	color:#7e7e7e;
	font-weight:600;
	text-transform:uppercase;
}
.reply_post .cont-block .user {
	float:left;
	width:12%;
}
.reply_post .cont-block .user .user_img_style {
	margin:14px 0 5px -6px;
}
.reply_post .cont-block .cont {
	padding:0 0 0 12%;
}
.reply_post .cont-block .cont .link {
	text-align:right;
	margin-bottom:6px;
}
.reply_post .cont-block .cont .message-block {
	background:#edf5fd;
	border:#ccc solid 1px;
	min-height:50px;
	border-radius:5px;
	padding:15px;
	margin-bottom:15px;
	position:relative;
}
.reply_post .cont-block .cont .message-block:before {
	left: -16px;
	top: 44px;
	content: " ";
	height: 33px;
	width: 17px;
	position: absolute;
	background:url(../images/arrow-blue.png) no-repeat;
}
.reply_post .cont-block .cont .control {
	text-align:right;
}
.reply_post .cont-block .cont .control a {
	margin:0 58px 0 0;
}
.reply_post .cont-block .cont .control a i,
.reply_post .cont-block .cont .link a i,
.block-editor .control a i {
	font-size:15px;
	margin:0 5px 0 0;
}
/**/
/***/


/*---------------------------------------------------

					photo, video
				
----------------------------------------------------*/
.sub-cont-wrap {
	padding:13px 17px 1px;
}
.sub-cont-wrap h1,
.sub-cont-wrap h2,
.sub-cont-wrap h3 {
	margin-top:0px;
}
.sub-cont-wrap h3 {
	margin-bottom:15px;
}
.sub-cont-wrap .sub-head {
	margin-bottom:30px;
}
/***/


/*************************************************************************************

									site-map 
				
*************************************************************************************/
.sitemap ul li {
	list-style:none;
	margin-bottom:5px;
}
.round_img {
	background: #3276b1;
	padding:5px;
	border-radius: 13px;
	vertical-align:top;
}
/***/



/*************************************************************************************

					afisha, photo-inside, video-inside, photo-contest
				
*************************************************************************************/
.afisha-in .event-post .head {
	margin-bottom:20px;
}
.declaration .img {
	padding:0px;
	margin:0 0 20px;
}
.afisha-in .info-place {
	padding: 0 0 15px;
}
.afisha-in .event-post {
	margin-bottom:10px;
}
.meet {
	background:#eeeeee;
    color: #000;
    font-size: 18px;
	text-align:center;
	float:left;
	padding:15px 17px  10px;
	width: 300px;
	margin: 0 20px 20px 0;
}
.meet .btn {
	width:100%;
}
.meet .pls {
	margin:15px 0 0;	
}
.meet .pls li {
	list-style:none;
	margin:0 0 10px;
}
.container-foto-center .photo {
	text-align:center;
}
.user-sub-cont-wrap .event-post .head {
	padding: 15px 0 10px;
}
.photo .soc-icon {
	text-align:center;
	padding:7px 5px;
}
.photo .soc-icon a {
	display: inline-block;
	float:none;
	margin: 0 5px 0;
}
.photo .soc-icon .tooltip-inner {
  width: 100%;
  padding:5px !important;
  text-align:center !important;
}
.photo .soc-icon .tooltip {
  width: 100%;
  margin:0px;
  top:35px !important;
  left:0px !important;
  right:0px !important;
}
/***/


/*************************************************************************************
	
				               claim page 
				
*************************************************************************************/

.col-admin-cont-wrap {padding:16px 30px 18px;}
.col-admin-cont-wrap .color-tabs .nav-tabs li {margin: 0 9px 9px 0;}

.claims-list {
	padding:20px 0 0;
}
.claims-list .item-post {
	border-bottom: 1px dashed #e5e5e5;
	margin-bottom:20px;
	padding-bottom:10px;
}
.claims-list .item-post:last-child {
	border-bottom:none;
}
.claims-list .item-post .claim-state {
	float:left;
	width:90px;
	border:solid 2px;
	border-radius:5px;
	-webkit-border-radius:5px;
	background:#fff;
	text-align:center;
}
.claims-list .item-post .claim-state span {
	height:80px;
	width:10%;
	display:table-cell;
	vertical-align:middle;
	padding:0 5px;
}
.claims-list .item-post .claim-state.resolved {
	border-color:#9fd000;
	color:#9fd000;
}
.claims-list .item-post .claim-state.new {
	border-color:#f00;
	color:#f00;
}
.claims-list .item-post .claim-body {
	padding:0 40px 0 110px;
	min-height:80px;
	position:relative;
}
.claims-list .item-post .claim-body .cont span {
	color:#999;
}
.claims-list .item-post .claim-body h4 {
	margin-top:0px;
}
.claims-list .item-post .claim-body .control {
	padding-top:15px;
}
.claims-list .item-post .claim-body .control .type_section {
	padding:5px 0 5px 0;
	float:left;
}
.claims-list .item-post .claim-body .control .type_section span {
	background:#8ebcf4;
	color:#fff;
	padding:0 6px 0 5px;
	border-radius:11px;
	-webkit-border-radius:11px;
}
.claims-list .item-post .claim-body .control .btn {
	margin-right:-40px;
}
.claims-list .item-post .del {
    font-size: 22px;
    position: absolute;
    top: 0;
	right: 0;
}
.del {cursor:pointer}


/*************************************************************************************
	
				               pay admin page 
				
*************************************************************************************/
.admin-list-post .item_cont,
.admin-list-post .item_head {
	padding:17px;
}
.admin-list-post .item_head h2,
.admin-list-post .item_cont h2 {
	margin:0 0 20px;
	font-size:30px;
	color:#585858;
}
.admin-list-post .control ul li {
	display:inline-block;
	margin:0 5px 7px 0;
	list-style:none;
	vertical-align: middle;
}
.admin-list-post .action {
	font-size:18px;
	font-weight:700;
	color:#9fd100;
	padding-top:5px;
}
.pay_table tr th {
	text-align:center;
	vertical-align:middle !important;
}
.pay_table tr td {
	vertical-align:middle !important;
}
.pay_table tr:nth-child(even) td {
	background:#f0f7ff;
}
.pay_table tr.total td {
	background:none;
}




/*************new class***************/
.keyword {margin-left: 5px;
}
.keyword-block {
    margin-bottom: 0 !important;
    margin-top: 15px;
}
.news-left .item2 {padding: 0 0 31px;
}
.img-about {
    margin-bottom: 15px;
    text-align: center;
}
.get-buyers ul li {
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	list-style:none;
	margin: 0 10px 10px;
}
.get-buyers {
	padding:17px 10px 0;
}
.get-buyers ul li a img {
	background: #FFFFFF;
	padding:6px;	
    border-radius: 200px;
	-webkit-border-radius: 200px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.get-buyers ul li p {
	margin-top:10px;
}
.shop-comment-block .form-coment {
	padding: 0 20px;
	margin-bottom:-50px;
}
.shop-comment-block .form-coment .btn {
	margin-top:20px;
	margin-bottom:40px;
}
.product-comment .form-coment .btn {
	margin-top:20px;
}
.carousel-category .active img {
    border-color: #f3739e;
    box-shadow: 0 0 0 5px #f3739e;
}
.band-post.load-item {
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	transform:scale(0.9,0.9);
	-webkit-transform:scale(0.9,0.9);
	position:relative;
	top:-40px;
	opacity:0;
	visibility:hidden;
}
.band-post.load-item.active {
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	top:0px;
	opacity:1;
	visibility:visible;
}
.forum-empty-search {
	padding:15px;
}
.friends-remove {
	margin: 0 0 0 4px !important;
}
.CMSFormSlide.red {
    color: rgba(255, 0, 0, 0.2);
    cursor: not-allowed;
}
.order-item .order-product-no-line {
	padding:3px 0 4px;
	color:#000;
}
.order-item .order-product-no-line .item-ico {
	float:left;
	margin:7px 13px 13px;
}
.order-item .order-product-no-line .item-ico img {
	width:50px;
	height:50px;
}
.order-item .order-product-no-line .cont {
	padding:0 0 0 88px;
}
.order-item .order-product-no-line .left-col{
	float:left;
	width:80%;
	padding:0 3% 0 0;
}
.order-item .order-product-no-line h3 {
	margin:0 0 4px;
	font-size:15px;
	line-height:20px;
	font-weight:700;
}
.order-item .order-product-no-line p {
	margin-bottom:4px;
}

.order-item .order-product-no-line .price-label {
	margin:18px 0 15px;
	float:left;
}
.sum-it-order-no-line {
	text-align:right;
	font-size:14px;
	padding:4px 25px 10px;
	margin-right:-7px;
	margin-left:-7px;
	color:#888;
	font-weight:bold;
	position:relative;
}
.sum-it-order-no-line.active {
	background:#f1f1f1;
}
.sum-it-order-no-line:before {
	content:'';
	position:absolute;
	background:url(../images/bg/white_wave.png) repeat-x #FEE8DC;
	width:100%;
	height:7px;
	bottom:-4px;
	right:0px;
	left:0px;
}
.sum-it-order-no-line b {
	color:#000;
	font-size:18px;
}
.btn-pink {
  color: #ffffff;
  background-color: #f3739e;
  border-color: #f15c90;
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.open .dropdown-toggle.btn-pink {
  color: #ffffff;
  background-color: #ee4580;
  border-color: #e0457b;
}

.item-radio-yn .i-input {
	overflow: hidden;
	display: inline-block;
	vertical-align:top;
}
.item-radio-yn .i-input input {
	float:left;
}
.item-radio-yn .i-input label {
	float:left;
	width:auto !important;
	padding:4px 0 0 !important;
}
.data-form-new .item-radio-yn .i-input label {
	float:none !important;
}
.select-block-list {
	position:relative;
}
.select-block-list .select-js-hldr {
	position:relative;
	background: #ffffff;
	border: 1px solid #cccccc;
	left: 0px;
	right:0px;
	/*top: 32px;*/
	border-radius:0 0 4px 4px;
	z-index:10;
	padding:3px 0 0;
	overflow-y:scroll;
	max-height:300px;
}
.select-block-list .select-js-hldr ul li {
	list-style:none;
}
.select-block-list .select-js-hldr ul li span {
	padding: 3px 11px;
	display:block;	
}
.select-block-list .select-js-hldr ul li.arrow span {
	font-weight:bold;	
}
.select-block-list .select-js-hldr ul li.nrm span:hover,
.select-block-list .select-js-hldr ul li.nrm.act span{
	background:#428bca;
	color:#fff;
	cursor:pointer;
}
.select-block-list .select-js-bg:before {
	content:'';
	top: 13px;
	right:8px;
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0;
	border-color: #000 transparent transparent transparent;
}
.select-block-list .select-js-bg {
	position:relative;
	z-index:20;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 30px 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.select-block-list .select-js-bg:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
		  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.user_panel_btn {
	padding:5px;
	text-align:center;
}
/***/





/****************css3 eff******************/
.left_fixed_panel .social a,
#status,
.link-rating a span,
.link-rating a,
.directory-block .addr .addr-info .icon a,
#featured ul.ui-tabs-nav a,
.news-block.news-block-t2 ul li a,
.social-bottom a {
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.flex-control-thumbs li:first-child{
	margin-left:0!important;
}
.flex-control-thumbs li b,
.select-block-list .select-js-hldr ul li span,
.albums-box .item-white .info,
.forum-big-item .cont-col .bottom-control .fleft,
.forum-big-item .cont-col .bottom-control,
.head-topic-forum .bottom-control .fleft,
.head-topic-forum .bottom-control,
.sitemap ul li a,
.admin-block a,
.modal-profile .big-img .next,
.modal-profile .big-img .prev,
.foru-item .last-theme .img img,
.foru-item .last-theme .img,
#toTop,
.item-messages,
.item-dialog .control,
.item-messages .control,
.item-dialog,
.user-account-col .menu ul li a,
ul.marketlist li .control .bg,
.edit-but,
.edit-but:after,
.edit-but:before,
.shop-head .menu a b ,
.shop-head .menu a,
.color-menu a b ,
.color-menu a,
.user-profile-head .panel .menu a,
.user-profile-head .panel .menu a b,
.shop-head .menu a i,
.user-profile-head .panel .menu a i,
#menu-right > ul > li > a,
.event-person .head,
.item-change,
.sign-box .foot .social a,
.product-tabs .reviews-block .head .all,
.social span a,
.carousel-category .item .img,
.carousel-product .item,
.color-range .i-input label,
.user-panel .menu-panel ul li a,
.delete,
.upload-photo ul li,
.list-photo-edit,
.edit-link,
.img-list li a,
.buttontext .turn,
.buttontext .expand,
.storeslist .scrolling .prev,
.storeslist .scrolling .next,
.main-menu1 ul li a,
.banners-icon .item-white span,
.banners-icon a,
.developments .cont .album a,
.news-block .album a,
.footer-list ul li a,
.top-menu ul li a,
#featured ul.ui-tabs-nav li,
.btn,
.nav-tabs li a,
.rules-list ul li a  {
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;	
}
.user-account-col .menu ul li a b,
a,
a i {
	transition:color 0.4s ease;
	-moz-transition:color 0.4s ease;
	-webkit-transition:color 0.4s ease;
}
/*********/

.fa-check-square-o {
	vertical-align:middle;
	color:#a5a5a5
}
.fa-check-square-o {
	vertical-align:middle;
	color:#23ba00 
}
.fa-square-o {
	vertical-align:middle;
	color:#a5a5a5
}
.forum-like-margin {
	margin-right:10px
}
.photo-top {
   text-align: center;
}
.theme-main {
	margin-bottom:40px;
	clear:both
}
.theme-main ul li {
	list-style:none;
}
.theme-main li {
	float:left;
	margin-right:20px
}
.form-page-block {
	padding:40px;
}
.form-page-block .item {
    margin-bottom: 12px;
}

.form-page-block .item label {
    color: #6f6f6f;
    font-weight: normal;
    padding: 7px 0 0;
    width: 100%;
}
.form-page-block .item label span {
    color: #ff0000;
}
.ImgCalendar {
	position:relative;
}
.ImgCalendar:before {
	content:'';
	background:url(../images/calendar.png) no-repeat ;
	position:absolute;
	height: 22px;
    right: 7px;
    top: 6px;
    width: 23px;
}

.ImgCalendar .CMSCalendar {
	cursor:pointer;
} 
.hasError {
	border: 1px solid #ff0000
}
.info-none {
	text-align: center;
	margin-top: 20px;
}
.pathway-link-add {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
.pathways-box {
	margin-bottom:15px;
}
.marks {
	float:left;
	margin:0 10px;
	font-size: 12px;
}
.marks img {
    margin: 0 2px;
}
.p30 {
	padding:30px
}
.ppp-inparea {
	margin-left:94px;
	margin-bottom:20px;
	margin-top:-10px
}
.ml_none {
	margin-left:0px;
}
.CMSInvisible {
	opacity:0.2
}
.p10 {
	padding:10px;
	text-align:center
}
.prod_box_list .product-style-even {background: #f0f7ff;}

.float_l{
	float:left;
}

.float_r{
	float:right;
}

.shop-title{
	color:#fff;
}

.market-thumbs-images{
	list-style:none;
}
.market-thumbs-images li{
	margin:10px;
}
.false-link{
	color:#428bca;
	cursor:pointer;
}

.market-comment-link a{
	font-size:9px;
}

.review-place-title{
	font-size: 22px!important; 
	line-height: 24px; 
	padding-bottom: 9px; 
	color: #0075d1;
	background:none!important;
	padding-left:0!important;
}
.users-news img{
	max-width:650px!important;
	height:auto!important;
}
.color_black_gradient_1{
	color:#222222!important;
}
.float_none{
	float:none!important;
}
.display_inline {
	display:inline!important;
}
.forum-threads-search-sort{
	padding:25px 0 0 40px;
}
.forum-threads-search-sort li{
	display:block;
	float:left;
	margin:0 10px;
}
.forum-threads-search-sort li a.active{
	text-decoration:underline;
}
#scrollup {
	position: fixed; 
	opacity: 0.4; 
	padding: 10px 30px; 
	background: #000;
	border-radius: 5px 0 0 5px; 
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	right: 0; 
	bottom: 20px; 
	display: none; 
	cursor: pointer;
	color:#fff;
	text-align:center;
	font-size:14px;
	z-index:10000;
}
#scrollup i{
	font-size:40px;
}
.opacity_active{
	opacity:0.3;
}
.opacity_active:hover{
	opacity:1;
}	
.market-images img{
	max-width:100%!important;
	height:auto!important;
}
.st-container .form-block img{
	max-width:100%!important;
	height:auto!important;
}
.cke_button__doksoft_easy_image_label, .cke_button__image_label{
	display:inline!important;
}
.black-link{
	text-decoration:underline!important;
}
.black-link:hover{
	color:#000!important;
	text-decoration:none!important;
}
.search-label{
	font-size:11px;
}

.highlight_keyword{
	background-color:yellow;
	padding:1px;
}
.news-post img{
	max-width:100%;
	height:auto;
}

.black_to_blue{
	color:#000;
}
.black_to_blue:hover{
	color:#0094e1;
}

.male-icon{
	background:url(../images/male-ico.gif) no-repeat left 8px;
	padding: 5px 5px 5px 20px;
    font-size: 13px;
	display:inline-block;
	margin:0 6px 2px 0;
}

.female-icon{
	background: url(../images/female-ico.gif) no-repeat left 8px;
	padding: 5px 5px 5px 20px;
    font-size: 13px;
	display:inline-block;
	margin:0 6px 2px 0;
}

.install_step{
	margin:10px auto 0 auto;
	max-width:400px;
}

.install_step .install_input{ 
	width:300px;
	border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:1px 1px 0 0 rgba(0,0,0,0.3);
	margin-top:6px;
	height:25px;
}

.install_step .install_button{ 
	padding:3px 12px;
	border-radius:5px;
	-webkit-border-radius:5px;
	color:#fff;
	font-weight:bold;
	margin-top:6px;
	height:25px;
	cursor:pointer;
	background-color:#ffb0cb;
}

.user-col .part_2{
	font-size:12px;
	text-align:left;
	display:none;
	margin-left:25px;
}

.user-col .part_2 .item{
	border-bottom:#e5e5e5 solid 1px;
	margin:3px 3px;
}

.user-col .part_2 .item span{
	color:#a1a2a3
}

ul.select-js li.sel-lvl-0 span { padding-left: 12px !important; }
ul.select-js li.sel-lvl-1 span { padding-left: 24px !important; }
ul.select-js li.sel-lvl-2 span { padding-left: 36px !important; }
ul.select-js li.sel-lvl-3 span { padding-left: 48px !important; }

.place-top-blocks .silver-item{
	padding:8px 0 8px 25px;
	background:#e8e7e7!important;
	margin-top:6px;
}
.place-top-blocks .views{
	font-size: 26px;
	font-weight: normal;
	color:#a6a4a4;
}


/*...................................*/
.head-title, .row .head-title, .categories-col .item-block .title { background-color:#fff5e8; border-color:#FFF; border-width:15px; border-style:solid; color:#000; }
.head-title .title { color:#000}
.control-carousel { position:absolute; right:0; top:0;}

.messagemobile { display:block; }
.messagemobile li { line-height:70px; list-style:none; font-size:14px;}
.messagemobile span { color:#F00; font-size:20px;}
#dm_index_last_for .new-theme { margin-top:0px; padding:15px 20px;}


.top-menu > ul > li > a b { display:none;}
.top-menu > ul > li > a span i { font-size:20px; }
.top-menu > ul > li > a { width:38px; min-height:45px;}
.top-menu > ul > li > a span em { font-size:10px; top:-8px; right:3px; }
/* .top-panel .logo { display:none !important;} */
/* .top-panel .logo { width:282px !important; height:70px !important;} */

.dm_mobile_menu_modern { margin-left:-10px; }

@media screen and (min-width: 540px) {
	/*.messagemobile { display:none;}*/
	/* .top-panel .logo { display:none !important;} */
	
	.top-menu > ul > li > a b { display: block;}
	.top-menu > ul > li > a span i { font-size:35px; }
	.top-menu > ul > li > a { width:65px; min-height:70px;}
	.top-menu > ul > li > a span em { font-size:12px; top:-6px; right:5px;}

}
@media screen and (min-width: 768px) {
	/*.messagemobile { display:none;}*/
	/* .top-panel .logo { display:block !important;} */
	
	/*.top-menu > ul > li > a b { display: block;}
	.top-menu > ul > li > a span i { font-size:35px; }
	.top-menu > ul > li > a { width:65px; min-height:70px;}
	.top-menu > ul > li > a span em { font-size:12px; top:-6px; right:5px;}*/

}
@media screen and (min-width: 922px) {

	/* .top-panel .logo { display:block !important; } */
	.dm_mobile_menu_modern { margin:0px auto; text-align:center; }	

}
@media screen and (min-width: 1200px) {

}

.registration-data div{
	line-height:21px;
}

.article-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 22px;
    grid-row-gap: 24px;
}
@media (max-width: 1200px) {
	.article-list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 22px;
		grid-row-gap: 24px;
	}
}
@media (max-width: 1000px) {
	.article-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 22px;
		grid-row-gap: 24px;
	}
}
@media (max-width: 500px) {
	.article-list {
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 22px;
		grid-row-gap: 24px;
	}
}

.article-content-redactor-redefine > * {
	display: block !important;
	font-size: 17px !important;
	line-height: 1.7 !important;
	text-align: justify !important;
	color: #575757 !important;
	font-family: 'FiraSansRegular' !important;

}

.article-content-redactor-redefine span {
	display: block !important;
	font-size: 17px !important;
	line-height: 1.7 !important;
	text-align: justify !important;
	color: #575757 !important;
	font-family: 'FiraSansRegular' !important;
}

.article-content-redactor-redefine p {
	display: block !important;
	font-size: 17px !important;
	line-height: 1.7 !important;
	text-align: justify !important;
	color: #575757 !important;
	font-family: 'FiraSansRegular' !important;
}

.article-content-redactor-redefine div {
	display: block !important;
	font-size: 17px !important;
	line-height: 1.7 !important;
	text-align: justify !important;
	color: #575757 !important;
	font-family: 'FiraSansRegular' !important;
}

.article-content-redactor-redefine img {
	width: 100% !important;
}

.article-content-redactor-redefine {
	display: block !important;
	font-size: 17spx !important;
	line-height: 1.7 !important;
	text-align: justify !important;
	color: #575757 !important;
	font-family: 'FiraSansRegular' !important;
}


@font-face {
	font-family: 'Gabriela';
	src: url('../fonts/Gabriela-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FiraSansRegular';
	src: url('../fonts/FiraSans-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}

.article-category {
	font-size: 14px;
	font-weight:700;
	color:#F39CB7;
	font-family: Gabriela, serif !important;
}