html, body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
  padding-top: 50px;
}
body > .container{
	background: #ffffff;
}
.ajax-loader{
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background: rgba(255,255,255,0.7) url(images/loader.gif) center center no-repeat;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
	zoom: 1;
	z-index: 9999;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}
.text-black{
    color:#333333 !important;
}

body{
    background: url('images/bg_fix.gif') no-repeat;
    background-attachment: fixed;
}
.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555;
}
.display-b{
    display: block;
}
.display-n{
    display: none;
}
.inline-b{
    display: inline-block;
}
.relative-b{
    position: relative !important;
}
.absolute-b{
    position: absolute !important;
}
.fixed-b{
    position: fixed !important;
}
.vat{
    vertical-align: top !important;
}
.vab{
    vertical-align: bottom !important;
}
.br-dashed{
    border-right: 1px dashed #d2d2d2;
}
.b-0{
	border:none;
}
.r-auto{
    right:auto !important;
}
.mt-3{
    margin-top:3px !important;
}
.mb-3{
    margin-bottom:3px !important;
}
.mml-10{
    margin-left: -10px !important;
}
.mmt-t{
    margin-top: -5px !important;
}
.l-0{
    left:0px !important;
}
.t-0{
    top:0px !important;
}
.r-0{
    right:0px !important;
}
/* Padding */
.p0{
	padding:0px !important;
}
.p-20{
	padding:20px !important;
}
.pr-50{
	padding-right:50px !important;
}
.pr-0{
	padding-right:0px !important;
}
.pl-30{
	padding-left:30px !important;
}
.pl-0{
	padding-left:0px !important;
}

/* Text align */
.text-center, .tac{
    text-align: center !important;
}
.text-left{
    text-align: left !important;
}
.text-right{
    text-align: right !important;
}
.tdn,
.tdn:hover{
    text-decoration: none !important;
}
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.bs-glyphicons{
	margin:0 -19px 20px -16px;
	overflow:hidden;
}
.bs-glyphicons-list{
	padding-left:0;
	list-style:none;
}
.bs-glyphicons li{
	float:left;
	width:25%;
	height:115px;
	padding:10px;
	font-size:10px;
	line-height:1.4;
	text-align:center;
	border:1px solid #fff;
	background-color:#f9f9f9;
}
.bs-glyphicons .glyphicon{
	margin-top:5px;
	margin-bottom:10px;
	font-size:24px;
}
.bs-glyphicons .glyphicon-class{
	display:block;
	text-align:center;
	word-wrap:break-word;
}
.bs-glyphicons li:hover{
	color:#fff;
	background-color:#563d7c;
}
.bs-glyphicons li a{
	text-decoration:none;
	color:#666666;
}
.bs-glyphicons li:hover a{
	text-decoration:none;
	color:#fff;
}
@media (min-width:768px){
	.bs-glyphicons{
		margin-left:0;
		margin-right:0;
	}
	.bs-glyphicons li{
		width:12.5%;
		font-size:12px;
	}
}
#footer {
  min-height: 260px;
}
#footer {
	background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
	background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	padding-top:20px;
	padding-bottom:20px;
	min-width: 970px;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
#footer {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 975px;
}
}

#infoMessage
{
    display: none;
    position: fixed;
    z-index: 10002;
    margin-top: 30px;
    width: auto;
    margin-left: 17px;
    right: 0;
    margin-right: 30px;
    top: 0;

}

#infoMessage span.error-message
{
    color: #FF6464;
    display: block;
    background: #FFB3B3;
    margin: 5px;
    padding: 5px 20px 5px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#infoMessage span.warning-message
{
    color: #ac7218;
    display: block;
    background: #ffd491;
    margin: 5px;
    padding: 5px 20px 5px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#infoMessage span.info-message
{
    background: #9fd6ff;
    color: #1e6eaa;
    display: block;
    margin: 5px;
    padding: 5px 20px 5px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#infoMessage span.success-message
{
    background: #C4F1D1;
    color: #6CC084;
    display: block;
    margin: 5px;
    padding: 5px 20px 5px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.closeInfo
{
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(images/close.png) no-repeat center center;
    right: -2px;
    top: -2px;
    cursor: pointer;
}
.closeInfo:hover
{
    top: -1px;
}
.captcha_img{
    float: left;
    padding: 0;
}
.captcha_img img{
    float: left;
    padding: 0;
    margin: 0 2px;
}
.cancel_img{
    position: absolute;
    margin-left: -24px;
    margin-top: -27px;
}
.error_404{
    display: block;
    margin: 0 auto;
    width: 780px;
    height: 535px;
    background: url('images/404error.png') no-repeat bottom center;
}
.error_404 span{
    display:block;
    margin: 0 auto;
    width: 780px;
    text-align: center;
    font: 76px Arial, sans-serif;
    color: #C9C9C9;
}
.left_sidebar{
    height: 100%;
    float:left;
    overflow: auto;
    width: 230px;
    min-height: 200px;
}

/*
* Grid/List view
*/
.thumbnail
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}
.item.list-group-item img
{
    margin-left:10px;
}
.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{
    background: #428bca;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
    width: 110px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}
.item.list-group-item:nth-of-type(odd)
{
    background: #eeeeee;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item img
{
    float: left;
}
.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
    margin: 0 0 11px;
}
.list-group-item .group.list-group-item-text p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: auto !important;
}
.grid-group-item .group.list-group-item-text p{
    height: 145px;
    overflow: hidden;
}
.group.list-group-item-heading{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.offer_block {
    list-style: none;
    padding:0px;
}
.offer_block li:hover div.panel-body {
    box-shadow: 0px 0px 10px #007DDF;
}
.offer_block li div.panel-body {
    padding:0px;
}
.oferta_body{
    width: 100%;
    height: 125px;
    float: left;
    background: #ffffff;
}
.oferta_img{
    display:block;
    float: left;
    width: 216px;
    height: 125px;
    overflow: hidden;
}
.oferta_img img{
    height: 125px;
}
.oferta_info_b{
    display: block;
    float: left;
    margin-left: 10px;
    width: 305px;
    height: 125px;
    border-right: 1px solid #E9E9E9;
    padding-right: 10px;
}
.oferta_info_b h4{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.oferta_info_b h4 > a.title{
    width: 265px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    color: #358EFF;
    text-decoration: none;
    text-overflow: ellipsis;
    float:left;
}
.oferta_info_b h4 > a{
    color: #358EFF;
    float:left;
}
.oferta_info_b h4>a:hover{
    text-decoration: none;
}

.oferta_info_b p{
    font-size: 12px;
    float: left;
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin-bottom: 5px;
}
.oferta_info_b .category-icons{
    float: left;
    width: 100%;
    height: 26px;
    overflow: hidden;
}
.oferta_info_b .category-icons > img{
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 3px;
    margin-left: 5px;
}
.oferta_info_b .category-icons > img:first-child{
    margin-left: 0px;
}
.oferta_info_b .category-icons > img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    opacity: .3;
}
.filter_input_divider{
    width: 40px;
    text-align: center;
    line-height: 34px;
}
.like_item_title{
    width: 335px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.like_item_img{
    float: left;
    margin-right: 10px;
    height: 53px;
    overflow: hidden;
    width: 75px;
}
.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}
.like_heading{
    vertical-align: top;
    border-collapse: collapse;
    border-right: 1px solid #E9E9E9;
    background: #F7F7F7;
}
.like_heading h4{
    background: #E2E2E2;
    padding: 10px;
}
.filter_block_element{
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.filter_block_element .main_property{
    padding:5px 5px 5px 0px;
}
.filter_block_element .main_property > a > .i-filter-control{
    background: url(images/filter-controls.png) no-repeat 0px 3px;
    padding-left: 20px;
    width:16px;
    height: 16px;
    float: left;
    margin-right: 0px;
    cursor: pointer;
}
.filter_block_element .main_property.active > a > .i-filter-control{
    background: url(images/filter-controls.png) no-repeat 0px -16px;
    margin-top: 4px;
}
.filter_block_element > ul{
    list-style: none;
    padding-left: 20px;
}
.filter_block_element > ul li ul{
    list-style: none;
    padding-left: 35px;
}
.filter_block_element a{
    color:#333333;
    text-decoration: none;
}
.filter_block_element a:hover{
    color:#333333;
}
.filter_header_element{
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
    color:#333333;
    text-decoration: none;
}
.second_property{
    padding-left: 25px;
}
.filter_block_element .second_property{
    padding:5px 5px 5px 0px;
    margin-left: -20px;
}
.filter_block_element .second_property > a > .i-filter-control{
    background: url(images/filter-controls.png) no-repeat 0px -42px;
    padding-left: 20px;
    width:16px;
    height: 16px;
    float: left;
    margin-right: 0px;
    cursor: pointer;
}
.filter_block_element .second_property.active > a > .i-filter-control{
    background: url(images/filter-controls.png) no-repeat 0px -30px;
    margin-top: 4px;
}
.main_single_prop{
    padding-left:20px;
}


.wcd{width:33%; height:40px; float:left;}
.wcd-logo{font-size: 36px; color: #fff;text-align: center; float:left; cursor: pointer;  color:#fff; font-size: 32px; font-family: 'Varela Round', sans-serif;
    -webkit-transition:color 0.3s ease-in;  -moz-transition:color 0.3s ease-in; x²-o-transition:color 0.3s ease-in; transition:color 0.3s ease-in;
}
.wcd-logo:hover{color:#3facff;}
.wcd-tuto{ font-family: 'Varela Round', sans-serif; color: #fff; font-size: 16px; line-height: 36px;}
.webcodo-top{width:100%; height:40px; background-color:#232323}

.clear{clear: both;}
.grid, .list{
    border-radius: 3px;
    width: 15px;
    height:15px;
    margin-left: 10px;
    float: left;
    cursor:  pointer;
    padding: 5px;
}

.view-cnt{ width:70px; height: 25px; float: right; margin-right: 15px;}

.grid{background: url(images/grid.png) 50% no-repeat;}
.grid:hover{background: #7eb800 url(images/gridw.png) 50% no-repeat;}
.grid-active{ background: #039fd3 url(images/gridw.png) 50% no-repeat; }

.list{background:  url(images/list.png) 50% no-repeat;}
.list:hover{background: #7eb800 url(images/listw.png) 50% no-repeat;}
.list-active{background: #039fd3 url(images/listw.png) 50% no-repeat;}

.prods-cnt{
    width: 720px; height:auto; min-height: 400px;
    margin: 0px auto; padding: 0px;
    background-color: #fafafa;
    border: #ccc 1px dotted;
    overflow: auto;
}
.item_img_b{
    display: block;
    width: 180px;
    height: 120px;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
    float: left;
}
.valign-img{
    width: 180px;
    height: 120px;
    display: table-cell;
    vertical-align: middle;
}
/* Category menu Style */
.category-menu ul{ padding-left: 15px;}
.category-menu ul li{
    list-style: none; cursor: pointer;
    float: left; margin-right: 10px;
    background-color: #039fd3; color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 3px;
    -webkit-transition:background-color 0.3s ease-in;
    -moz-transition:background-color 0.3s ease-in;
    -o-transition:background-color 0.3s ease-in;
    transition:background-color 0.3s ease-in;
}
.category-menu ul li:hover, .category-menu ul li.cat-active{
    background: #7eb800;
}

.news_img_b{
    overflow: hidden;
    width: 660px;
    text-align: center;
}
.news_img_b img{
    max-width: 660px;
    text-align: center;
}
.prod-cnt:hover > .dropdown{
    display: block;
}
/* Grid Style */
.prod-box{
    width: 200px;
    height: 260px;
    padding: 10px;
    margin: 15px;
    background-color: #fff;
    float: left;
}

.prod-box img:first-child, .prod-box-list img:first-child{width: 180px; float: left;}

.prod-box a.title{
    text-decoration: none;
    width: 180px;
    float: left;
    padding: 0;
    margin: 0;
    color: #888888;
    font: italic normal 16px georgia;
    height: 72px;
    overflow: hidden;
}
.prod-box a.news_title{
    text-decoration: none;
    width: 180px;
    float: left;
    padding: 0;
    margin: 0;
    color: #888888;
    font: italic normal 16px georgia;
    height: 55px;
    overflow: hidden;
}
.prod-box p{ display: none;}

.prod-box .old{
    margin-right: 20px;
    color: #be0000 !important;
    text-decoration: line-through;
}
.prod-box .price{
    width: 60px;
    display: inline;
    float: left;
    font: italic 13px georgia;
    color: #181818;
}

.prod-box .oferta_links{
    width: 180px;
    float: right;
    display: block;
    height: 45px;
    padding: 0px;
    overflow: hidden;
}
.prod-box .news_links{
    width: 180px;
    float: left;
    display: block;
    padding: 0px;
    overflow: hidden;
}
.prod-box .oferta_price{
    width: 125px;
    float: left;
    display: block;
    height: 36px;
    padding: 5px;
    font-size: 26px;
    line-height: 26px;
    text-align: left;
    font-weight: bold;
}
.prod-box .oferta_price span{
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
}
.prod-box .buy-ico{
    border-radius: 20px;
    width: 35px;
    height: 35px;
    float: right;
    margin: 5px;
    cursor: pointer;
    background: #039fd3 url(images/bag-ico.png) 50%  no-repeat;
    -webkit-transition:background-color 0.3s ease-in;
    -moz-transition:background-color 0.3s ease-in;
    -o-transition:background-color 0.3s ease-in;
    transition:background-color 0.3s ease-in;
}
.prod-box .buy-ico:hover{
    background-color: #7eb800;
}
.prod-box .category-icons{
    display: none;
}
.prod-box .s_description{
    color: #888;
    width: 180px;
    float: left;
    line-height: 16px;
    height: 64px;
    overflow: hidden;
}
.prod-box .description{
    color: #888;
    width: 180px;
    float: left;
    line-height: 16px;
    height: 64px;
    overflow: hidden;
	display: none;
}
.prod-box .item_date{
    color: #888;
    width: 125px;
    float: left;
    line-height: 20px;
    font-size: 10px;
    height: 14px;
    overflow: hidden;
}

/* List View Style */
.prod-box-list{
    height: 135px;
    width: 670px;
    margin: 15px;
    padding: 10px;
    background-color: #fff;
}
.prod-box-list a.news_title,
.prod-box-list a.title{
    text-decoration: none;
    width: 320px;
    float: left;
    padding: 0;
    margin: 0px 10px;
    color: #3c2e25;
    font: italic normal 18px georgia;
    height: 32px;
    line-height: 18px;
    margin-bottom: 5px;
}
.prod-box-list a.news_title{
    width: 450px;
}
.prod-box-list div.s_description,
.prod-box-list div.description{
    color: #888;
    width:320px;
    float: left;
    margin: 0px 10px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}
.prod-box-list div.s_description{
    width:450px;
    height: 80px;
}

.prod-box-list .category-icons{
    float: left;
    width: 330px;
    height: 26px;
    overflow: hidden;
    margin-left: 10px;
}
.prod-box-list .category-icons > img{
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 3px;
    margin-left: 5px;
}
.prod-box-list .category-icons > img:first-child{
    margin-left: 0px;
}
.prod-box-list .category-icons > img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    opacity: .3;
}
.prod-box-list .news_links{
    width: 127px;
    float: right;
    display: block;
    height: 125px;
    padding: 10px;
    overflow: hidden;
}
.prod-box-list .oferta_links{
    width: 127px;
    float: right;
    display: block;
    height: 115px;
    padding: 0 10px;
    overflow: hidden;
    border-left: 1px solid #d2d2d2;
}
.prod-box-list .oferta_price{
    width: 100%;
    float: left;
    display: block;
    height: 36px;
    padding: 5px;
    font-size: 26px;
    line-height: 26px;
    text-align: right;
    font-weight: bold;
}
.prod-box-list .oferta_price span{
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
}

.prod-box-list .item_date{
    color: #888;
    width: 107px;
    float: left;
    line-height: 20px;
    font-size: 10px;
    overflow: hidden;
    padding: 2px;
    text-align: right;
    margin-bottom: 35px;
}
.prod-box-list .buy-ico{
    border-radius: 5px;
    width: 85px;
    height: 20px;
    color: #fff;
    padding: 5px 5px 5px 30px;
    font:italic 12px georgia;
    float: right;
    margin: 5px;
    cursor: pointer;

    background: #039fd3 url(../img/bag-ico.png) 5% 50%  no-repeat;
    -webkit-transition:background-color 0.3s ease-in;
    -moz-transition:background-color 0.3s ease-in;
    -o-transition:background-color 0.3s ease-in;
    transition:background-color 0.3s ease-in;
}
.prod-box-list .buy-ico:before{content: "More Details";	line-height: 22px;  }
.prod-box-list .buy-ico:hover{	background-color: #7eb800;}

.prod-box-list .old{
    color: #be0000 !important;
    float: right;
    font-style: 18px;
    text-decoration: line-through;
}
.prod-box-list .price{
    margin-right: 10px;
    display: block;
    font: italic 20px georgia;
    color: #181818;
    margin:7px;
}
.prod-box-list .price-cnt{ width: 95px; height: auto; float: right; text-align: right;}


/* Css Shadow Effect for the prod-box and prod-box-list div */
.shadow{
    -webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.31);
    -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.31);
    box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.31);
}
.stylish-input-group .input-group-addon{
    background: white !important;
}
.stylish-input-group .form-control{
	border-right:0;
	box-shadow:0 0 0;
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}
.comment_date_b{
    font-size: 12px;
    color: #428bca;
}
.image_description_b{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.messages-wr-b{
	display: block;
	float: left;
	width: 700px;
	padding: 0 5px 0 15px;
	height: 430px;
}
.messages-wr-b .user_list{
	display: block;
	width: 200px;
	float: left;
	border-right: 5px solid #d2d2d2;
	height: 430px;
	overflow-y: auto;
}
.messages-wr-b .user_list ul{
	list-style: none;
	padding: 0 5px 0 0;
}
.messages-wr-b .user_list > ul > li{
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	display: block;
	float: left;
	width: 100%;
}
.messages-wr-b ul.users_list{
	height: 310px;
	overflow-y: auto;
	float: left;
}
.messages-wr-b .user_list > ul > li li{
	cursor: pointer;
	display: block;
	float: left;
	width: 100%;
}
.messages-wr-b li.not-found{
	text-align: center;
	color: #D2D2D2;
}
.messages-wr-b .user_list > ul > li a,
.messages-wr-b .user_list > ul > li a:hover{
	text-decoration: none;
}
.messages-wr-b .user_list > ul > li a{
	color:#666666;
	display: block;
	float: left;
}
.messages-wr-b .user_list > ul > li li > a{
	padding: 3px;
}
.messages-wr-b .user_list a.user_link:before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #d2d2d2;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}
.messages-wr-b .user_list a.user_link{
	width: 145px;
}
.messages-wr-b .user_list a.remove_user_link,
.messages-wr-b .user_list a.ban_user_link,
.messages-wr-b .user_list a.unban_user_link,
.messages-wr-b .user_list a.remove_search_user_link,
.messages-wr-b .user_list a.ban_search_user_link{
	color: #d2d2d2;
}
.item_user_link{
	color: #A5A5A5;
}
.offline:before,
.online:before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #d2d2d2;
	float: left;
	margin-top: 6px;
	margin-right: 5px;
	line-height: 16px;
}

.online:before{
	background-color: #ff9300;
}
.online:before{
	-webkit-animation: blink 1s linear infinite;
	-moz-animation: blink 1s linear infinite;
	-ms-animation: blink 1s linear infinite;
	animation: blink 1s linear infinite;
}
.messages-wr-b .user_list a.user_link.new_messages:before{
	background-color: #ff9300;
}
@keyframes blink {
  0% { opacity: 1.0; }
  50% { opacity: 0.2; }
  100% { opacity: 1.0; }
}
@-webkit-keyframes blink {
  0% { opacity: 1.0; }
  50% { opacity: 0.2; }
  100% { opacity: 1.0; }
}
.user-messages-b{
	display: block;
	background: #ffffff;
	border: 5px solid #D2D2D2;
	right: 0px;
	margin-top: 1px;
	height: 440px;
	width: 710px;
}
.user-messages-b.active{
	display: block;
}
.messages-wr-b .user_list a.user_link.new_messages:before{
	-webkit-animation: blink 1s linear infinite;
	-moz-animation: blink 1s linear infinite;
	-ms-animation: blink 1s linear infinite;
	animation: blink 1s linear infinite;
}

.messages-wr-b .user_list > ul > li li > a:hover,
.messages-wr-b .user_list > ul > li li.active > a{
	color:#ffffff;
}
.messages-wr-b .user_list > ul > li li:hover,
.messages-wr-b .user_list > ul > li li.active{
	background-color: #78ADEA;
	color: #ffffff;
}
.messages-wr-b .user_list > ul > li li{
	font-size: 12px;
	font-weight: normal;
}

.messages-wr-b li.not-found:hover,
.messages-wr-b li.not-found{
	text-align: center;
	color: #D2D2D2 !important;
	background: #ffffff !important;
}

.messages-wr-b .messages_block{
	display: block;
	width: 470px;
	float: left;
	margin-left: 10px;
	height: 420px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: 10px;
}

.inbox_list{
	list-style: none;
	width: 100%;
	padding-left: 5px;
	min-height: 100%;
}
.inbox_list li{
	display: block;
	float: right;
	width: 405px;
	padding: 5px;
	color: #0E6150;
	background: #1eceab;
	margin-bottom: 5px;
	margin-right: 10px;
	position: relative;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.inbox_list li:hover{
	opacity: .8;
}
.inbox_list li:before{
	content: "";
	width: 17px;
	height: 20px;
	background: url(img/user_arrow.png) no-repeat 0px 0px;
	margin-left: -20px;
	margin-top: -5px;
	float: left
}
.inbox_list li i{
	display: block;
	position: absolute;
	width: 48px;
	height: 48px;
	left: -52px;
	top: 0px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}
.inbox_list li i.user_no_photo{
	background: url(img/user_no_photo_48.png) no-repeat center center;
}
.inbox_list li .username{
	color: #1E7B68;
	font-weight: bold;
	float: left;
	display: block;
	text-shadow: 1px 1px 2px rgba(173, 247, 232, 0.99);
}
.inbox_list li .date{
	color: #1E7B68;
	text-shadow: 1px 1px 2px rgba(173, 247, 232, 0.99);
	float: right;
	display: block;
	font-size: 12px;
	line-height: 20px;
}
.inbox_list li div{
	display: block;
	clear: both;
	font-size: 13px;
}
.messages_list{
	list-style: none;
	width: 100%;
	padding-left: 5px;
}
.messages_block .messages-scroller{
	width: 450px;
	height: 300px;
	margin-bottom: 15px;
	overflow: hidden;
	margin-top: 5px;
	float: left;
}
.messages_block .inbox_scroller{
	width: 470px;
	height: 420px;
	margin-bottom: 0px;
}
.messages_block .mess_box{
	display: block;
	float: left;
	width: 100%;
}
.messages_block .mess_box textarea{
	width: 382px;
	overflow-y: auto;
	height: 50px;
	float: left;
}
.messages_block .mess_box a.btn{
	line-height: 36px;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.messages_list li.written{
	display: block;
	float: right;
	width: 85%;
	padding: 5px;
	background: #e5f7fd;
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 10px;
}
.messages_list li.written:before{
	content: "";
	width: 10px;
	height: 15px;
	background: url(img/mess_arrow_r.png) no-repeat 0px 0px;
	margin-right: -12px;
	float: right;
}
.messages_list li.written a.remove{
	color: #90B3C0;
	font-size: 11px;
	line-height: 20px;
	position: absolute;
	left: 40px;
}
.messages_list li.received{
	display: block;
	float: left;
	width: 85%;
	padding: 5px;
	background: #c7edfc;
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 35px;
	position: relative;
}
.messages_list li.received a.remove{
	color: #90B3C0;
	font-size: 11px;
	line-height: 20px;
	position: absolute;
	right: -12px;
}
.messages_list li.received:after{
	content: "";
	width: 10px;
	height: 15px;
	background: url(img/mess_arrow_l.png) no-repeat 0px 0px;
	margin-left: -10px;
	float: left
}
.messages_list li.received:before{
	content: "";
	width: 30px;
	height: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #acdbea url(img/user.png) no-repeat center center;
	margin-left: -45px;
	float: left;
	position: absolute;
	top: 0px;
}
.btn-chat-me {
  color: #FFFFFF;
  background-color: #47AFFF;
  border-color: #41A6F2;
}

.btn-chat-me:hover,
.btn-chat-me:focus,
.btn-chat-me:active,
.btn-chat-me.active,
.open .dropdown-toggle.btn-chat-me {
  color: #FFFFFF;
  background-color: #47AFFF;
  border-color: #41A6F2;
}

.btn-chat-me:active,
.btn-chat-me.active,
.open .dropdown-toggle.btn-chat-me {
  background-image: none;
}

.btn-chat-me.disabled,
.btn-chat-me[disabled],
fieldset[disabled] .btn-chat-me,
.btn-chat-me.disabled:hover,
.btn-chat-me[disabled]:hover,
fieldset[disabled] .btn-chat-me:hover,
.btn-chat-me.disabled:focus,
.btn-chat-me[disabled]:focus,
fieldset[disabled] .btn-chat-me:focus,
.btn-chat-me.disabled:active,
.btn-chat-me[disabled]:active,
fieldset[disabled] .btn-chat-me:active,
.btn-chat-me.disabled.active,
.btn-chat-me[disabled].active,
fieldset[disabled] .btn-chat-me.active {
  background-color: #47AFFF;
  border-color: #41A6F2;
}

.btn-chat-me .badge {
  color: #47AFFF;
  background-color: #FFFFFF;
}
.user_chat_info{
	display: block;
	float: left;
	width: 100%;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.35);
	padding-bottom: 5px;
}
.user_chat_info .no_chat_photo_user{
	content: "";
	width: 30px;
	height: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #acdbea url(img/user.png) no-repeat center center;
	margin-right: 10px;
	float: left;
}
.user_chat_info div.logo{
	width: 30px;
	height: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #acdbea;
	margin-right: 10px;
	float: left;
	overflow: hidden;
}
.user_chat_info div.logo div.table-cell{
	display: table-cell;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}
.user_chat_info div.logo img{
	max-width: 30px;
	max-height: 30px;
	float: left;
}
.user_chat_info span{
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 22px;
	font-weight: bold;
	color: #B0B0B0;
}
#loginbox {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#loginbox {
    height: 230px;
	background: #ffffff;
    overflow: hidden !important;
    text-align: center;
    position: relative;
}

#loginbox form {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
#loginbox p {
    margin-top: 15px;
    padding: 0 20px;
}

#loginbox .form-actions {
	padding: 14px 20px 15px;
    border-radius: 0 0 30px 30px;
}
#loginbox .form-actions .pull-left {
	margin-top:-1px;
    text-align: left;
}
#loginbox .form-actions .pull-right {
    margin-top: 2px;
}
#loginbox form#loginform {
	z-index: 200;
}

#loginbox form#recoverform {
	z-index: 100;
	opacity: 0;
    display:none;
}
#loginbox form#registerform {
    z-index: 100;
    opacity: 0;
    display:none;
}

/*
#loginbox form#recoverform .form-actions {
    margin-top: 27px;
}*/

#loginbox form#recoverform .control-group {
	margin: 23px 0;
}

#loginbox .input-group {
    padding: 0 20px 5px;
}

#loginbox .row {
    margin: 0 5px;
}
#loginbox hr {
    margin: 8px 0 -5px;
}

.image-thumbnail-wr{
	display: block;
	float: left;
	height: 130px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 5px;
	margin: 5px;
	position: relative;
}
.image-thumbnail-wr a{
	position: absolute;
	top: 5px;
	left: 5px;
}
.image-thumb{
	display: table-cell;
	width: 180px;
	height: 120px;
	vertical-align: middle;
	text-align: center;
}
.image-thumb img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.user-image-thumbnail-wr{
	display: block;
	float: left;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 5px;
	margin: 0 5px;
	position: relative;
}
.user-image-thumbnail-wr a{
	position: absolute;
	top: 5px;
	left: 5px;
}
.user-image-thumb{
	display: table-cell;
	width: 110px;
	height: 110px;
	vertical-align: middle;
	text-align: center;
}
.user-image-thumb img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.item_category{
	color: #C5C5C5;
}

.likes_items_block{
	max-height: 300px;
	overflow-y: auto;
}