@import url(css/font-awesome.min.css);
@import url(css/iconmoon.css);
@import url(css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700&subset=latin-ext,latin);

body {
	font-family: 'Oxygen', sans-serif;
	background:#f1f1f1;
	font-size:14px;
	color:#666;
}
a {
	outline:none;
}
a:hover, a:focus {
	text-decoration:none;
	outline:none;
}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 10px 0;
	line-height:normal;
	color:#444;
}

header {
	margin-bottom:30px;
	font-size:85%;
}
#head-top a.navbar-brand {
	font-size:24px;
	font-weight:600;
	padding-left:0;
}
#head-top {
	background:#f6f6f6;
	border-bottom:1px solid #eee;
}
#head-top .logo,
#head-top .logo2 {
	height:50px;
	overflow:hidden;
}
#head-top .nav > li {
	border-left:1px solid #e5e5e5;
}

#head-top .nav > li > a {
	color:#666;
}
#head-top .nav > li.open > a, #head-top .nav > li > a:focus { 
	background:none;
}
#head-top .nav > li:last-child  {
	border-right:1px solid #e5e5e5;
}
#head-top .nav > li a:hover {	
	background:none;
}
#head-top .nav > li.first > a:after {
	font-family: "Ionicons";
	content:"\f104";
	padding-left:10px;
}
#head-top .dropdown-menu {
	font-size:100%;
	padding:0;
}
#head-top .nav .publish_btn a {
	font-weight:600;
}
#head-top .nav .publish_btn a:hover {
	
}

#head-top .dropdown-menu {
	background:#f6f6f6;
	width:100%;
	border:0;
	border-radius:0;
}
#head-top .dropdown-menu > li > a {
	color:#666;
	padding:10px 15px;
	border-bottom:1px solid #e5e5e5;
}
#head-top .dropdown-menu > li > a:hover {
	color:#444;
	background:none;
}
#head-top .dropdown-menu .ico-lg {
	vertical-align:0;
}

#head-search {
	background:#fff;
	border-bottom:1px solid #e5e5e5;
}
#head-search form.search {
	padding:20px 0;
}
#head-search input[type=text], 
#head-search select {
	padding:12px 15px;
	width:100%;
}
#head-search select {
	-webkit-appearance:none;
    -moz-appearance:none;
}

#head-search .select-wrap:before {
	font-family:FontAwesome;
	content:"\f107";
	color:#444;
	font-size:1.5em;
	position:absolute;
	right:30px;
	top:10px;
	cursor:pointer;
}
#head-search .select-wrap option.maincat {
	font-weight:600;
}
#head-search .select-wrap option.subcat {
	padding-left:10px;
}
#head-search .btn {
	padding:4px 15px;
	width:100%;
	font-size:2em;
}

body.home h2 {
	font-size:1.8em;
	margin-bottom:15px;
}
#welcome {
	margin-bottom:30px;
}
#welcome .info {
	background:#fff;
	border:1px solid #ddd;
	padding:30px;
	border-radius:4px;
}

#main-categories {
	margin-bottom:30px;
}
#main-categories .catbox {
	background:#fff;
	border:1px solid #ddd;
	padding:25px 10px;
	margin-bottom:20px;
	text-align:center;
}
#main-categories .catbox > a {
	display:block;
	height:60px;
	overflow:hidden;
	padding:10px;
}
#main-categories .catbox i {
	font-size:3em;
	color:#555;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
#main-categories .catbox:hover i {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
#main-categories .catbox h4 {
	font-weight:600;
	margin:10px 0 2px 0;
}
#main-categories .catbox h4 a {
	display:block;
	color:#666;
}
#main-categories .catbox .count {
	font-size:85%;
}
#main-categories .catbox:hover {
	
}

/***
USER
***/
.user-access h3 {
	background:#f7f7f7;
	padding:10px 15px;
	border-bottom:1px solid #eee;
	margin:0;
}
.user-access hr {
	border-top:1px solid #eee;
	border-bottom:1px solid #fff;
	margin:15px 0;
}
.user-access {
	width:420px;
	margin:60px auto;
	background:#fff;
	border:1px solid #ddd;
}
.user-access form {
	padding:15px;
	padding-bottom:0;
}
/***
SEND TO FRIEND / CONTACT
***/
.contact-form h3 {
	background:#f7f7f7;
	padding:10px 15px;
	border-bottom:1px solid #eee;
	margin:0;
}
.contact-form hr {
	border-top:1px solid #eee;
	border-bottom:1px solid #fff;
	margin:15px 0;
}
.contact-form p > i {
	font-size:18px;
}
.contact-form {
	width:520px;
	margin:60px auto;
	background:#fff;
	border:1px solid #ddd;
}
.contact-form form {
	padding:15px;
}

/***
SIDEBAR
***/
/** Item post **/
.item-post #sidebar .widget:first-child {
	margin-top:50px;
}
.item-post #sidebar .widget > h3, .item-post #sidebar .widget > .widget-content {
	padding:10px 15px;
}
/** Item post **/
#user-sidebar .user-menu a {
	color:#444;
}
/***
WIDGET
***/
.widget {
	border:1px solid #ddd;
	background:#fff;
	margin-bottom:20px;
}

.widget > h3 {
	background:#f6f6f6;
	border-bottom:1px solid #e5e5e5;
	padding:10px;
	margin:0;
	font-size:1.5em;
}
.widget > h3 i {
	margin-right:5px;
}
.widget-content {
	padding:10px;
}
.widget.search-filter .widget-content {
	padding:15px;
}
.widget-content h3 {
	font-size:1.0em;
	font-weight:600;
	margin-top:15px;
}
.widget-content h3.first {
	margin-top:0;
}
.widget-content h3 i {
	font-size:14px;
	color:#bbb!important;
	margin-right:5px;
}
.widget ul, .widget ol {
	margin:0 0 0 5px;
	padding:0;
	list-style:none;
	font-size:90%;
	line-height:24px;
}
.widget ul ul {
	font-size:100%;
}
.widget.premium .widget-content {
	padding:0;
}
.widget.premium .item .image {
	padding:10px;
}
.widget.premium .item .content {
	padding:10px;
	border-top:1px solid #e5e5e5;
	background:#fafafa;
}
.widget.premium .item .content h4 {
	font-size:14px;
	font-weight:600;
	margin:0;
}
.widget.premium .item .content .price {
	margin-top:10px;
	font-weight:600;
}

.widget.location ul li:before {
	font-family:FontAwesome;
	content:"\f124";
	color:#aaa;
	padding-right:10px;
}
.widget ol {
	line-height:18px;
	list-style:square;
	margin-left:15px;
}
.widget ol li {
	margin-bottom:10px;
	padding-left:5px;
}
.widget .active.delete {
	color:#E23329;
}

.widget-item-share {
	margin-bottom:15px;
	background:#fff;
	border:1px solid #ddd;
	padding:15px;
}
.widget-item-share h3 {
	font-size:14px;
	font-weight:600;
	margin:0;
	display:none;
}
.widget-social ul {
	margin:0;
	text-align:center;
	line-height:normal;
	padding:0;
}
.widget-social ul li {
	display:inline-block;
}
.widget-social ul li .fa-lg {
	font-size:1.5em;
}
.widget-social ul li.fb span {
	color:#3B5998;
}
.widget-social ul li.tw span {
	color:#56A3D9;
}
.widget-social ul li.wa span {
	color:#25d366;
}
.widget-social ul li.em span {
	color:#536270;
}
.widget-social ul li.wl span {
	color:#FAB81B;
}
.widget-social ul li:hover span {
	opacity:0.8;
}

.usefulinfo {
	font-size:95%;
}
.contact-seller p {
	margin-bottom:0!important;
}
.seller-detail .seller-head {
	border-bottom:1px solid #eee;
	margin-bottom:10px;
}
.seller-detail .seller-image {
	float:left;
	margin-bottom:15px;
	margin-right:10px;
}
.seller-detail h5 {
	font-weight:600;
}
.seller-detail p {
	margin-bottom:10px!important;
	background:#f7f7f7;
	padding:10px;
	border-radius:4px;
}
.seller-detail p > i {
	font-size:16px;
	width:25px;
	text-align:center;
}
.seller-detail p:last-child {
	margin-bottom:0!important;
}
.seller-related ol {
	list-style:none;
	margin:-5px;
}
.seller-related ol li {
	float:left;
	width:29.34%;
	padding:0;
	margin:5px;
	overflow:hidden;
	height:60px;
	position:relative;
	border:1px solid #f1f1f1;
}
.seller-related ol li:hover {
	border-color:#ddd;
}
.seller-related .seemore {
	border-top:1px solid #eee;
	margin-top:10px;
	padding-top:10px;
	font-weight:600;
}
.list {
	margin-bottom:20px;
}
.list .item {
	background:#fff;
	border:1px solid #ddd;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}

.list .item .image {
	text-align:center;
	position:relative;
	overflow:hidden;
}
.list .item:hover .image img {
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
.list .item .image img {
	margin:0 auto;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.list .item .content {
	padding:15px;
}
.list .item .content h4 {
	font-size:16px;
	font-weight:600;
	margin-bottom:3px;
	height:24px;
	overflow:hidden;
}

.list .item .content .price {
	font-weight:600;
	font-size:14px;
}
.list .item .content .short-desc {
	font-size:90%;
	margin:10px 0;
	height:58px;
	overflow:hidden;
}
.list .item .metas {
	background:#f9f9f9;
	padding:10px 15px;
	border-top:1px solid #e5e5e5;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	font-size:90%;
	color:#777;
}
.list .item.premium .metas {
	background:#fbcc49;
	border-color:#f0c13f;
	color:#222;
}
span.premiumtag {
	background:#FAB81B;
	border-radius: 3px;
    color: #fff;
    font-size: 85%;
    padding: 3px 10px 5px;
    position: absolute;
    right: 10px;
    top: 10px;
}
#item-container h3 {
	font-weight:600;
	font-size:1.4em;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	margin-bottom:15px;
}
.item-detail {
	background:#fff;
	border:1px solid #ddd;
	padding:15px;
}
.item-head {	
	border-bottom:1px solid #eee;
}
.item-head h2 {
	font-weight:600;
	font-size:2em;
	margin-bottom:15px;
}
.item-head h2 > span.price {
	float:right;
	background:#FAB81B;
	font-size:.7em;
	color:#fff;
	padding:5px 15px 5px 10px;
	margin-right:-16px;
	position:relative;
}
.item-head h2 > span.price:before {
	content:"";
	border-bottom: 18px solid transparent;
    border-right: 18px solid #FAB81B;
    border-top: 18px solid transparent;
	height: 0px;
    width: 0px;
    margin-left:-20px;
	position:absolute;
	left:2px;
	top:0;
}

.item-metas {
	background:#f7f7f7;
	border-top:1px solid #eee;
	padding:10px 15px;
	margin:0 -15px -15px;
}
.item-metas span {
	margin-right:10px;
}
.item-metas span.edit-item,
.item-metas span.report-item {
	margin-right:0;
}
.item-metas span i {
	font-size:16px;
	color:#aaa;
	margin-right:3px;
}
.item-location {
	margin-top:15px;
	background:#fff;
	border:1px solid #ddd;
	padding:15px;
}
.item-location .location {
	font-weight:normal;
	font-size:14px;
	color:#aaa;
	padding-top:3px;
}
.item-comments {
	margin-top:15px;
	background:#fff;
	border:1px solid #ddd;
	padding:15px;
}
.item-head, .item-description {
	margin-bottom:15px;
}
.item-description h3 {
	margin-top:15px;
}
.item .meta_list .meta, .item .cf-list {
	line-height:28px;
}
.item .custom_attributes table td:first-child.detail_label {
	font-weight:600;
}

.item-comment {
	margin-bottom:10px;
	padding:10px;
	border:1px solid #eee;
	border-radius:4px;
}
.item-comment .author-image {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.item-comment h5 {
	font-weight:600;
	margin-bottom:0;
}
.item-comment small {
	font-size:70%;
}
.item-comments .alert {
	margin:0;
}

/***
ITEM IMAGES
***/
.item-images {
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease
}
#pixCarousel  {
}
#pixCarousel .item { 
	padding:0 0 15px 0; 
	text-align:center;
}
#pixCarousel .item img { margin:0 auto; width:auto;  }
.slider-thumbs { 
	text-align:center; 
	padding:7px 10px; 
	background:#f7f7f7; 
	margin:0 -15px;  
	border-top:1px solid #e9e9e9; 
	border-bottom:1px solid #e9e9e9; 
}
.slider-thumbs ul { margin:0; padding:0; list-style:none; }
.slider-thumbs ul li { float:left; margin-left:8px; cursor:pointer; }
.slider-thumbs ul li:first-child { margin-left:0; }
.slider-thumbs ul li img { height:70px; }
.slider-thumbs ul li a { display:inline-block; opacity:0.7; border:1px solid #eee;  }
.slider-thumbs ul li a:hover, .slider-thumbs ul li a.active { opacity:1; border:1px solid #ddd;  }
.carousel-control {
    font-weight: 100;
    height: 40px;
    line-height: 30px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
	width:10%;
	text-shadow:none;
	color:#333!important;
	opacity:0.3;
}
.carousel-control:hover {
	color:#333!important;
}
.carousel-control.right, .carousel-control.left { 
background:none; 
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
filter: none;
}
/***
USER ALERTS
***/
.alert-item {
	background:#fff;
	padding:15px;
	border:1px solid #ddd;
	font-size:90%;
	margin-bottom:15px;
}
.alert-item h4 {
	background:#f7f7f7;
	margin:-15px -15px 10px -15px;
	padding:10px;
	border-bottom:1px solid #e5e5e5;
}
.alert-item .delete {
	font-size:12px;
	padding-top:4px;
	color:#E23329;
	font-weight:600;
}
.alert-item a.btn {
	margin-top:10px;
	display:block;
}
/***
ITEM POST/EDIT
***/
#itempost h1 {
	font-size:2.2em;
}
#itempost h2 {
	font-size:1.4em;
	border-bottom:1px dotted #eee;
	padding-bottom:10px;
}
#itempost form {
	background:#fff;
	padding:15px;
	border:1px solid #ddd;
}
#itempost ul#error_list {
	padding:0;
	list-style:none;
	margin:0;
}
#itempost #select_1,
#select_2,
#select_4,
#select_3 {
	margin-bottom:10px;
}
/***
CUSTOM FIELDS
***/
#itempost #plugin-hook .row {
	margin:0;
}
#itempost #plugin-hook .meta_list ul {
	list-style:none;
	padding:0 0 0 10px;
	margin:0;
}
#itempost #plugin-hook .meta_list ul li label {
	font-weight:normal;
}
#itempost #plugin-hook .meta_list > div.meta {
	margin-bottom:15px;
}
#itempost #plugin-hook .meta_list input[type=radio],
#itempost #plugin-hook .meta_list input[type=checkbox] {
	margin-right:5px;
}
#itempost #custom_attributes .radio, 
#itempost #custom_attributes .checkbox {
	padding-left:10px;
	margin-top:0;
}
/***
IMAGE UPLOADER
***/
.photo-uploader h3 {
	border-bottom: 1px dotted #eee;
    font-size: 1.4em;
    padding-bottom: 10px;
	margin-bottom:0;
}
#restricted-fine-uploader {
	margin-bottom:15px;
}
div.qq-uploader {
	width:100%;
	border:4px dashed #e5e5e5;
}
div.qq-uploader .qq-upload-button {
	background:#f7f7f7;
	border:0;
	color:#888;
	padding:25px;
	font-size:14px;
	outline:none;
	transition: all 0.15s ease 0s;
}
div.qq-uploader .qq-upload-button > div::before {
    content: "\e046";
    font-family: Glyphicons Halflings;
    font-size: 40px;
    padding-right: 10px;
    position: relative;
	display:block;
}
div.qq-uploader .qq-upload-button:hover,
div.qq-uploader .qq-upload-drop-area, 
div.qq-uploader .qq-upload-extra-drop-area {
	background:#f3f3f3;
	color:#444;
}
div.qq-uploader .qq-upload-drop-area span {
	margin:0;
	font-size:14px;
	top:25px;
}
ul.qq-upload-list {
	display:table;
	width:100%;
}
ul.qq-upload-list li,
ul.qq-upload-list li.qq-upload-success {
	width:22.18%;
	background:#F7F7F7;
	padding:8px;
	float:left;
	margin:10px;
	display:block;
	color:#333;
	position:relative;
}
ul.qq-upload-list li .qq-upload-file,
ul.qq-upload-list li .qq-upload-size {
	display:none!important;
}
ul.qq-upload-list li .qq-progress-bar {
	width:100%;
}
ul.qq-upload-list li .qq-upload-spinner {
	float:right;
}
ul.qq-upload-list li .qq-upload-status-text {
	font-size:12px;
}
ul.qq-upload-list li .qq-upload-delete:before {
	content: "\e020";
    font-family: Glyphicons Halflings;
	font-size:18px;
	color:#E23329;
}
ul.qq-upload-list li .qq-upload-delete {
	position:absolute;
	padding:5px 10px;
	line-height:normal;
	background:rgba(255, 255, 255, 0.4);
	font-size:0;
	margin-right:8px;
	right:0;
}
ul.qq-upload-list li .ajax_preview_img {
	height:105px;
	overflow:hidden;
	background:#333;

}
ul.qq-upload-list li img {
	width:100%;
}

.primary_image:before {
	font-family: "Glyphicons Halflings";
	content:"\e006";
	font-size:18px;
}
.primary_image {
	cursor:pointer;
	background:rgba(255, 255, 255, 0.4);
	padding:5px 10px;
	line-height:normal;
	position:absolute;
}
.primary_image.primary {
	color:#FFBF00;
}

/***
SEARCH
***/
#search-container hr {
	margin:15px 0;
}
.search-header .sortby button {
	background:#f9f9f9;
	border:1px solid #ddd;
}
.search-header .sortby button span {
	margin-left:10px;
}
.search-header .sortby .checkbox {
	margin: 0 10px 0 0;
	padding:7px 0;
}
.search-header .result-count {
	padding:7px 0;
}
.no-results {
	text-align:center;
	padding:50px 0;
}

/***
CUSTOM FIELD SEARCH
***/
.plugin-search-hook fieldset > div.row {
	margin:0 0 15px 0;
}
.plugin-search-hook h6 {
	font-weight:600;
	font-size:14px;
}
.plugin-search-hook input[type=checkbox] {
	margin-left:0;
}
.plugin-search-hook #custom_attributes input[type=checkbox] {
	margin-left:-20px;
}

.page-content {
	background:#fff;
	border:1px solid #ddd;
	padding:15px;
}
/***
404 PAGE
***/
.page-notfound {
	text-align:center;
	padding-top:80px;
	padding-bottom:100px;
}
.page-notfound > h1 {
    font-size: 10em;
    line-height: 1em;
    margin: 0;
	color: #bbb;
}
.page-notfound > h3 {
	font-size:2em;
	color: #bbb;
	margin-bottom:30px;
}

#report_error p {
	text-align:center;
	border:1px dotted #d9534f;
	padding:10px;
}
.report-options {
	padding:0;
	margin:0;
	list-style:none;
}
.report-options li label {
	display:block;
	border: 1px dotted #ddd;
    padding: 10px 15px;
}
.report-options li label {
}
.report-options li label input[type=radio]{
	position:relative;
	top:1px;
	margin-right:10px;
}
.report-options li {
	margin-bottom:10px;
}
.report-options li:last-child {
	margin-bottom:0;
}
/***
SELLER PROFILE
***/
body.user h1 {
	font-size:26px;
	margin:0 0 15px 0;
}
.user-picture {
	padding:0;
	border-bottom:1px solid #eee;
	display:flex;
	justify-content:center;
}
.user-picture .image { margin:5px;}
.user-picture .tool{
	background: #f6f6f6;
    border-top: 1px solid #e5e5e5;
    padding: 10px;
}
.user-picture form {
	padding:5px;
}
.user-picture form input#file {
	margin:5px 0;
}
.user-menu li {
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight:600;
	font-size:110%;
}
.user-menu li:last-child {
	border:none;
	padding:0;
	margin:0;
}
.user-menu li.umenu a:before, .user-menu li a:before {
	font-family: "Ionicons";
	content:"\f3a7";
	padding-right:10px;
	font-size:16px;
}
.user-menu li.umenu.user_items a:before {
	content:"\f13f";
}
.user-menu li.umenu.user_alerts a:before {
	content:"\f39b";
}
.user-menu li.umenu.user_account a:before {
	content:"\f213";
}
.user-menu li.umenu.user_logout a:before {
	content:"\f385";
}
.user-menu li.umenu.user_watchlist a:before {
	content:"\f388";
}
.user-menu li a {
	display:block;
}

.delete-account a{
	padding:10px;
}
.delete-account i {
	font-size:16px;
}

ul.sub-usermenu {
	list-style:none;
	margin:0 0 -1px 0;
	padding:0;
	background:#f6f6f6;
	border:1px solid #e5e5e5;
	border-bottom:0;
}
ul.sub-usermenu li {
	float:left;
}
ul.sub-usermenu li a {
	padding:15px;
	display:block;
	font-weight:600;
	color:#666;
}
ul.sub-usermenu li a:hover {
	opacity:0.8;
}
ul.sub-usermenu li a.active{
	background:#fff;
	border-right:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
}
ul.sub-usermenu li:first-child a.active{
	border-left:0;
}

.user-form {
	background:#fff;
	border:1px solid #ddd;
	padding:15px;
}

.admin-option .edit_item, .admin-option .delete_item {
	margin-right:10px;
}
.admin-option .edit_item > a {
	color:#536270;
	font-weight:600;
}
.admin-option .delete_item > a {
	color:#E23329;
	font-weight:600;
}
.admin-option .active_item > a {
	color:#4cae4c;
	font-weight:600;
}

.user-public-head {
	background:#fff;
	border:1px solid #ddd;
	margin-bottom:25px;
}
.user-public-picture{
	width:200px;
	float:left
}
.user-public-detail {
	padding:15px 20px;
	margin-left:200px;
	font-size:98%;
}
.user-public-detail h3 {
	font-weight:600;
	font-size:1.6em;
	margin-bottom:15px;
}
.user-public-detail p > i {
	width:20px;
	display:inline-block;
}
.user-public-description{
	padding:15px;
	border-top:1px solid #eee;
	background:#f9f9f9;
}
.pagination ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:90%;
}
.pagination ul li {
	float:left;
	background:#fff;
	border:1px solid #ddd;
	margin-right:5px;
}
.pagination ul li span {
	color:#aaa;
}
.pagination ul li a, .pagination ul li span {
	display:block;
	padding:8px 13px;
}

footer {
	background:#fff;
	border-top:1px solid #e5e5e5;
	font-size:90%;
	padding:30px 0;
	margin-top:25px;
}

footer ul {
	margin:0 0 5px 0; 
	padding:0;
	list-style:none;
	display:inline-block;
}
footer ul li {
	float:left;
}
footer ul li a {
	margin-right:15px;
	color:#444;
}
footer ul li:last-child a {
	margin-right:0;
}
footer ul.social-links li a {
	border:1px solid #999;
	border-radius:100%;
	height:30px;
	width:30px;
	padding:5px 0;
	text-align:center;
	color:#666;
	display:inline-block;
}
footer ul.social-links li a:hover {
	color:#333;
	border:1px solid #aaa;
	background:#fff;
}
.poweredby {
	text-align:right;
}

.breadcrumbs {
	margin:-30px 0 20px 0;
	background:#fff;
	border-bottom:1px solid #e5e5e5;
}
.breadcrumb {
	font-size:90%;
	background:#fff;
	margin-bottom:0;
	padding:8px 0;
}
.search .breadcrumbs {
	display:none;
}

#notification {
	
}
#notification .flashmessage:last-child {
	margin-bottom:20px;
}
.flashmessage {
	font-size:95%;
	font-weight:600;
	padding:12px 15px 12px 25px;
	border-radius:4px;
	margin-bottom:5px;
	position:relative;
	transition: all 0.15s ease-in-out 0s;
}
.flashmessage .btn-close {
	cursor:pointer;
	font-weight:600;
	font-size:20px;
	color:#fff;
	line-height:normal;
	position:relative;
	top:-5px;
	opacity:0.4;
}
.flashmessage .btn-close:hover {
	opacity:1;
}
.flashmessage-error {
	background:#e23329;
	color:#fff;
}
.flashmessage-error:before {
	font-family:"Ionicons";
	content:'\f129';
	padding-right:10px;
}
.flashmessage-warning {
	background:#FFA100;
	color:#fff;
}
.flashmessage-warning:before {
	font-family:"Ionicons";
	content:'\f101';
	padding-right:10px;
}
.flashmessage-info {
	background:#0070AF;
	color:#fff;
}
.flashmessage-info:before {
	font-family:"Ionicons";
	content:'\f14a';
	padding-right:10px;
}
.flashmessage-ok {
	background:#80C74E;
	color:#fff;
}
.flashmessage-ok:before {
	font-family:"Ionicons";
	content:'\f383';
	padding-right:10px;
}

/***
ADS
***/
.ad-sidebar .widget-content {
	text-align:center;
}
.ad-center {
	text-align:center;
}
.adbox {
	background:#fff;
	border:1px solid #ddd;
	padding:10px;
	text-align:center;
}
.between-ad {
	margin-bottom:20px;
	padding:10px;
	text-align:center;
}
.item .ad-wider {
	margin-top:20px;
}

.ui-widget-content {
	border:1px solid #ddd!important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-radius:0!important;
}
.ui-menu .ui-menu-item a {
	padding:5px 15px!important;
	cursor:pointer;
}
/***
MISC
***/
input[type=text],
input[type=password],
input[type=email],
select,
textarea {
	border:1px solid #e5e5e5;
	width:100%;
	padding:8px 10px;
	background:#fafafa;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus, 
select:focus,
textarea:focus {
	border:1px solid #51cbee;
	box-shadow: 0 0 3px #51cbee;
}

label.error {
	font-weight:normal;
	font-size:90%;
	color:#E23329;
}
input.error,
textarea.error {
	border-color:#E23329;
	color:#E23329;
}
.breadcrumb > li + li::before {
	font-family:FontAwesome;
	content:"\f105";
}
.btn:focus {
	outline:none!important;
}

.btn-primary {
	color:#fff!important;
	background:#51ADED;
	border:0;
}
.btn-primary:hover, 
.btn-primary:active, 
.btn-primary:focus, 
.btn-primary:active:focus, 
.btn-primary:active:hover {
	color:#fff;
	background:#51ADED;
	opacity:0.9;
}
.btn-danger,
a.btn-danger {
	color:#fff!important;
	background:#ED5153;
	border:0;
}
.btn-danger:hover, 
.btn-danger:active, 
.btn-danger:focus, 
.btn-danger:active:focus, 
.btn-danger:active:hover {
	color:#fff;
	background:#ED5153;
	opacity:0.9;
}
.btn-success,
a.btn-success {
	color:#fff!important;
	background:#4cae4c;
	border:0;
}
.btn-success:hover, 
.btn-success:active, 
.btn-success:focus, 
.btn-success:active:focus, 
.btn-success:active:hover {
	color:#fff;
	background:#4cae4c;
	opacity:0.9;
}

.btn-info, a.btn-info,
.btn-warning, a.btn-warning {
	color:#fff!important;
	border:0;
}

.modal-dialog {
	width:300px;
	margin:20px auto;
}
.modal-header {
	background:#f9f9f9;
	border-bottom:1px solid #eee;
}
.modal-header .close {
	font-size:1.8em;
}
.modal-content {
	border: 1px solid #bbb;
    border-radius: 0;
}
.modal-footer {
	text-align:inherit;
}
.small {
	font-size:85%;
}
.gray, .gray a, a.gray {
	color:#aaa;
}
.avatar-icon {
	background:#d7d7d7;
	padding:1px;
	position:relative;
	top:-2px;
}
.ico-lg {
	font-size:1.2em;
	line-height: 0.55em;
	vertical-align: -15%;
}
.owl-buttons div { 
	position:absolute;
	background:#fbfbfb;
	border:1px solid #e5e5e5;
	top:-40px; 
	right:7px; 
	margin:0; 
	height:32px; 
	line-height:28px; 
	width:32px;
	text-align:center;
}
.owl-buttons div:hover {
	background:#fff;
}
.owl-buttons .owl-prev { 
	right:38px;
}
.owl-buttons .owl-prev:before {
	font-family:"fontawesome";
	content: "\f104";
    padding: 0 3px;
	font-size:25px;
	-webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
	color:#666;
}
.owl-buttons .owl-next:before {
	font-family:"fontawesome";
	content: "\f105";
    padding: 0 3px;
	font-size:25px;
	color:#666;
	-webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}
.scrollToTop{
	padding:0 5px 5px 5px; 
	text-align:center; 
	font-weight: bold;
	text-decoration: none;
	position:fixed;
	bottom:35px;
	right:2%;
	display:none;
	z-index: 9999;
	opacity:0.5;
	border-radius:3px;
	-webkit-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
}
.scrollToTop:hover{
	text-decoration:none;
	opacity:0.8;
}
.scrollToTop span {
    border: medium none;
    display: block;
	line-height:normal;
}
/*** ICOMOON FIX for Rotate ***/
.icon {
	display:inline-block;
}
.disable-select {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

/*Comment rating system*/
.comment-rating {margin:0 0 -6px 0;}
.comment-rating i {margin:0 -3px 0 0;font-size:16px;line-height:16px;color:#ccc;}
.comment-rating i.fill, .comment-leave-rating i.is-rating-item.fill {color:#ffb900;}
.comment-leave-rating {margin:3px 0 0 0;float:left;}
.comment-leave-rating i.is-rating-item {cursor:pointer;float:left;width:26px;text-align:center;height:26px;line-height:26px;font-size:22px;color:#ccc;margin:0;display:block;}
.comment-leave-rating:hover i.is-rating-item {color:#ffb900;}
.comment-leave-rating:hover i.is-rating-item:hover ~ i.is-rating-item {color:#ccc;}
.comment-rating-selected {float:left;margin:8px 0 0 5px;line-height:16px;font-size:13px;}
.comment-rating span {margin: 0 0 0 4px; font-size: 12px;}

/* Osclass Pay User Dash Fix */
@media only screen and (min-width: 769px){
  .osp-body, .osp-um {width: 65% !important;}
}
