.user-container-wrapper{
	background:#f3f2f1;
}
ul{
	list-style-type:none;
}
.filled{
	background-color:#fff;
}
.form-bg{
	background:#f1f1f1;
}
.form-control{
	border-radius:0;
	border:none;
	border-bottom:2px solid rgba(0,0,0,.13);
	transition:0.6s;
	background:#fff;
	font-weight:bold;
	font-size:15px;
	box-shadow:none;
	padding:0 10px;
	margin:5px 0 20px !important;
	color:#757575;
}
.form-control:focus,
.form-control:hover{
	box-shadow:none;
	border-color:#4285f4;
	background:#fff;
	cursor:pointer;
}
form label{
	font-size:14px;
	color:#555;
	display:block;
	margin:0;
	font-weight:normal;
	text-indent:10px;
}
form.inline label{
}
form.inline .form-control{
	margin:0;
}
.text-success{
	color:#44b39b;
}
.text-danger{
	color:#ee6263;
}
.text-warning{
	color:#dea816;
}
.text-primary{
	color:#659fff;
}
.title-dropdown:hover{
	border-color:#ccc;
}
.title-dropdown .badge{
	display:inline;
}
.title-dropdown{
	font-size:18px;
	display:block;
	text-align:center;
	margin:10px 5px 20px;
	background:url(/admin/res/images/icon-arrow-down-red.png) 98% center no-repeat #fffcfb;
	border:1px dashed #ddd;
	padding:5px;
	text-indent:10px;
	font-weight:bold;
	cursor:pointer;
	color:#ff5a5a;
	transition:0.7s;
}
.dropdown-active{
	background-image:url(/admin/res/images/icon-arrow-up-red.png);
}
.title-info img{
	width:24px;
	vertical-align:middle;
	margin:0 5px;
}
.title-info.title-danger{
	color:#ff5a5a;
}
.title-info{
	font-size:18px;
	color:#544343;
	display:block;
	text-align:center;
	margin:10px 0 20px;
	text-transform:uppercase;
}
.cardview-title{
	display:block;
	border-bottom:1px solid #eee;
	margin-bottom:15px;
	text-align:center;
	text-transform:capitalize;
	font-size:18px;
	color:#333;
	padding:10px 0;
	cursor:pointer;
	transition:0.5s;
}
.cardview-title:hover{
	color:#4285f4;
}
.cardview-title img{
	width:24px;
	height:24px;
	display:inline-block;
	margin-right:5px;
}
.cardview b{
	color:#3d4355;
	margin-right:3px;
}
.cardview{
	position:relative;
	background:#fffcfb;
	border-radius:3px;
}
.cardview-dark{
	background:#f8f8f8;
	border:1px dashed #ccc;
	color:#1a1a1b;
	transition:0.5s;
	font-size:14px;
}
.cardview-dark b{
	color:#423f3d;
}
.cardview-shadow{
	transition:0.4s;
}
.cardview-shadow{
	box-shadow:0 2px 4px rgba(25, 25, 25, 0.1);
	-moz-box-shadow:0 2px 4px rgba(25, 25, 25, 0.1);
	-webkit-box-shadow:0 2px 4px rgba(25, 25, 25, 0.1);
	border-color:rgba(0, 0, 0, 0.06);
}
.cardview-shadow:hover,
.cardview-shadow-active{
	box-shadow:0 3px 4px rgba(66, 66, 66, 0.25);
	-moz-box-shadow:0 3px 4px rgba(66, 66, 66, 0.25);
	-webkit-box-shadow:0 3px 4px rgba(66, 66, 66, 0.25);
}
.cardview-container{
	padding:10px 15px;
	margin:0 5px 10px;
}
#user-container{
	min-height:500px;
	margin:20px 10px;
}
.caps{
	text-transform:uppercase;
}
.no-caps{
	text-transform:none;
}
.capl{
	text-transform:capitalize;
}
.lows{
	text-transform:lowercase;
}
.btn-link{
	cursor:pointer;
}
a.btn-ol:hover{
	text-decoration:none;
}
.btn-ol:active{
	position:relative;
	top:1px;
}
.btn-ol{
	display:inline-block;
	border:3px solid #fff;
	cursor:pointer;
	padding:5px 12px;
	border-radius:4px;
	transition:0.3s;
	margin:0 2px;
	color:#444;
	text-align:center;
	line-height:25px;
	font-size:15px;
}
.btn-ol-faded{
	color:#fff;
}
.btn-ol.btn-ol-sm{
	padding:0 5px;
	border:2px solid #fff;
	font-size:12px;
}
.btn-ol.btn-ol-lg{
	padding:8px 12px;
	border:4px solid #fff;
	font-size:15px;
}
.btn-ol.btn-ol-default{
	border-color:#ccc;
}
.btn-ol.btn-ol-default:hover{
	background:#ccc;
	color:#1a1a1b;
}
.btn-ol.btn-ol-primary{
	border-color:#337ab7;
}
.btn-ol-faded.btn-ol-primary{
	background:rgba(51, 122, 183, .5);
}
.btn-ol-faded.btn-ol-primary:hover,
.btn-ol.btn-ol-primary:hover,
.btn-ol.btn-ol-primary.btn-filled{
	background:#337ab7;
	color:#fff;
}
.btn-ol.btn-ol-primary.btn-filled:hover{
	background:#4b95d5;
	border-color:#4b95d5;
}
.btn-ol-faded.btn-ol-success{
	background:rgba(0, 150, 136, .5);
}
.btn-ol.btn-ol-success{
	border-color:#009688;
}
.btn-ol-faded.btn-ol-success:hover,
.btn-ol.btn-ol-success:hover,
.btn-ol.btn-ol-success.btn-filled{
	background:#009688;
	color:#fff;
}
.btn-ol.btn-ol-success.btn-filled:hover{
	background:#27a99d;
	border-color:#27a99d;
}
.btn-ol.btn-ol-danger{
	border-color:#ff5a5a;
}
.btn-ol.btn-ol-danger:hover,
.btn-ol.btn-ol-danger.btn-filled{
	background:#ff5a5a;
	color:#fff;
}
.btn-ol.btn-ol-danger.btn-filled:hover{
	background:#ed6a6a;
	border-color:#ed6a6a;
}
.order-history{
	color:#555;
}
.order-history .item-logo{
	width:98%;
	margin:1%;
	border:1px solid #eee;
	padding:1px;
	border-radius:4px; 
}
.order-history .order-extra-parser img{
	margin-left:3px;
	width:24px;
	height:24px;
}
.breaker{
	margin:10px 0;
	height:10px;
	display:block;
}
.diblock{
	display:inline-block;
}
.cart-qty-label{
	width:40px;
	font-weight:bold;
	text-align:center;
	font-size:1em;
}
.voucher-wrapper .voucher-body{
	margin:0;
}
#checkout-header-wrapper{
	height:220px;
	background-size:cover;
}
#checkout-header{
	margin:25px 0;
	padding:10px 0;
	background:rgba(255,255,255,.92);
} 
#checkout-header li{
	display:inline-block;
	z-index:25;
	cursor:pointer;
	transition:0.75s;
	color:#423f3d;
}
#checkout-header li a:hover{
	text-decoration:none;
}
#checkout-header li .ball{
	display:block;
	width:25px;
	height:25px;
	border-radius:50%;
	background-color:#ddd;
	margin:0;
	text-align:center;
	line-height:25px;
	z-index:25;
	transition:0.75s;
	cursor:pointer;
}
#checkout-header li .ball.active{
	background-color:#337ab7;
}
#checkout-header li a,
#checkout-header li.active{
	color:#337ab7;
	font-weight:bold;
}
.holder{
	position:relative;
}
#bar-inactive{
	position:absolute;
	top:48px;
	left:0;
	right:0;
	height:4px;
	background:#ddd;
	z-index:0;
}
#bar-active{
	position:absolute;
	top:48px;
	left:0;
	width:0;
	height:4px;
	background:#337ab7;
	z-index:0;
}
#footer-cover{
	padding:15px 0;
	background-color:#323232;
	background-repeat:repeat;
}
.footer-label{
	font-size:22px;
	display:block;
	color:#fff;
	margin-bottom:20px;
	background:url(/admin/res/images/bg-line.jpg) left bottom no-repeat;
}
.socials-follow a img{
	width:36px;
	height:36px;
	margin-right:10px;
}
.footer-group{
	padding:5px 10px;
	list-style-type:square;
}
.footer-group li{
	margin-bottom:10px;
	color:#fff;
}
.footer-group li a{
	color:#f2f2f2;
	font-size:14px;
	display:inline-block;
}
.footer-group.inline{
	text-align:center;
}
.footer-group.inline li{
	display:inline-block;
	margin-right:3px;
}
.footer-group.inline li.divider{
	display:block !important;
	margin-top:5px;
}
@media screen and (max-width:990px) {
	.separator-hidden{
		display:block;
		margin-bottom:5px;
	}
	#footer{
		width:98% !important;
	}
}
.item-cart .b{
	color:#666;
	margin-right:4px;
	font-size:15px;
}
.cart-name{
	color:#4285f4;
	font-size:15px;
}
.font-hg{
	font-size:24px !important;
}
.font-lg{
	font-size:20px !important;
}
.font-sm{
	font-size:14px !important;
}
.font-xs{
	font-size:12px !important;
}
/* LANDING PAGE STYLES */
.landing-page-cover{
	height:100%;
	font-family:'Open Sans', sans-serif;
	min-height:700px;
	padding:25px 0;
	color:#fff;
	background-color:#f3f3f3;
	border-bottom:5px solid #337ab7;
}
.row.panels .cardview small.landing-content{
	font-size:13px;
	color:#337ab7;
	letter-spacing:0px;
}
.row.panels .cardview{
	min-height:130px;
}
.landing-title{
	font-size:60px;
}
.landing-title.big{
	font-size:70px;
}
.landing-title3{
	display:block;
	color:#c25879;
	font-size:70px;
}
.landing-title-bg.big,
.landing-title-bg2.big{
	font-size:50px;
}
.landing-title-bg,
.landing-title-bg2{
	color:#fff;
	font-size:35px;
	background-color:#c25879;
	padding:10px 20px;
	margin:25px 0 10px;
}
.landing-title-bg2{
	background-color:#337ab7;
}
.landing-form{
	border:1px solid #fff;
	border-radius:4px;
	height:60px;
	padding:10px 15px;
}
.landing-content,
.landing-content2{
	color:#c25879;
	margin-top:20px;
	display:block;
	line-height:25px;
	font-size:16px;
	font-weight:400;
	letter-spacing:1px;
}
.landing-content2{
	color:#337ab7;
}
.landing-title2{
	display:block;
	color:#fff;
	font-size:25px;
}
.landing-title2.primary{
	color:#c25879;
}
.landing-list.colored li{
	color:#c25879;
}
.landing-olist,
.landing-list{
	display:block;
	margin-top:20px;
}
.landing-olist.small li{
	color:#c25879;
	font-size:12px;
}
.landing-list.small li{
	font-size:12px;
}
.landing-olist{
	margin:0 20px;
}
.landing-olist li{
	display:block;
	font-size:18px;
	margin:5px 0;
	color:#fff;	
}
.landing-list li{
	font-size:18px;
	color:#fff;
}