body{
	text-align:center;
	padding-top:64px;
	padding-bottom:0 !important;
}
#scroll-me{
	display:none;
	position:absolute;
	bottom:25px;
	left:50%;
	margin-left:-50px;
	width:100px;
	height:100px;
	border-radius:50%;
	cursor:pointer;
	background:url(/admin/res/images/scroll-me.png) center center no-repeat;
	transition:0.8s;
}
#scroll-me:hover{
	background-position:center top;
}
#header{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:500;
	border:1px solid #ddd;
}
#header-title,
#header-subtitle{
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:42px;
	margin:10px;
}
#header-subtitle{
	font-weight:normal;
	font-size:34px;
}
.navbar-brand{
	padding:5px;
}
.header-links li{
	margin:5px 0;
}
.header-links li.divider{
	margin:0;
}
.header-links li.btn-wrapper{
	padding:0;
	margin:0;
}
.header-links li.btn-wrapper a{
	padding:15px 10px !important;
}
.header-links li.btn-wrapper a:hover{
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
}
.dropdown-menu li{
	margin:5px 0 !important;
}
.dropdown-menu li a{
	padding:5px 20px !important;
	font-size:15px;
}
.dropdown-menu li a:hover{
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	text-decoration:underline;
}
.header-links li a{
	vertical-align:middle;
	color:#555 !important;
	font-size:17px;
	text-decoration:none;
	transition:0.5s;
	padding:15px 10px;
}
.header-links li a:hover{
	-webkit-box-shadow:0px 4px 0px 0px #ff5a5a;
	-moz-box-shadow:0px 4px 0px 0px #ff5a5a;
	box-shadow:0px 4px 0px 0px #ff5a5a;
}
.navbar{
	margin-bottom:0px !important;
	border-radius:0;
}
.navbar-default{
	background:#fff;
}
.text-primary{
	color:#155c7d;
}
.bg-primary{
	background:#e91e63;
}
.content-overlay{
	position:relative;
	top:-60px;
}
.title-default,
.title-simple,
.title-big{
	color:#555;
	font-size:22px;
	display:inline-block;
	text-align:left;
	padding:5px 0;
	margin:5px 0;
	text-transform:uppercase;
	background:url(/admin/res/images/bg-line.jpg) left bottom no-repeat;
}
.title-default{
	text-transform:none !important;
	background:none !important;
	font-size:20px;
	color:#111;
}
.title-simple{
	background:none;
}
.title-overview{
	text-transform:uppercase;
	color:#009688;
	font-size:20px;
	margin:10px 0 20px;
	font-weight:bold;
}
.title-big{
	font-size:36px;
	margin:10px 0;
}
.about-wrapper{
	padding:15px 30px;
	color:#fff;
}
.overlay{
	position:relative;
	top:-50px;
	background:#fff;
}
.hiw-step{
	padding:20px 10px;
}
.text-title,
.title{
	font-size:18px;
	font-weight:bold;
	margin:10px 0;
}
.content-abs{
	position:absolute;
	bottom:10%;
	left:20%;
	width:60%;
	background:rgba(255,255,255,.75);
	padding:10px;
}
.center{
	text-align:center;
}
.text-content.small{
	font-size:13px;
	line-height:20px;
}
.text-content,
.content{
	display:block;
	font-size:16px;
	line-height:24px;
	color:#282828;
	margin-top:10px;
	padding:10px;
}
.v-mid{
	vertical-align:middle;
	display:inline-block;
}
.product-info-lg{
	text-align:left;
	padding:5px 10px;
}
.product-info-lg .content{
	line-height:25px;
	color:#5a5a5a;
}
.large-wrapper .product-info{	
	min-height:200px;
}
.product-info{
	text-align:center;
	border-radius:2px;
	margin:30px 0 0;
	padding:5px;
	border:1px solid #efefef;
}
.product-info:hover .title{
	text-decoration:underline;
	cursor:pointer;
	color:#5a5b5b;
}
.product-info a:hover{
	text-decoration:none;
}
.product-info img{
	height:128px;
	transition:0.4s;
}
.product-info img:hover{
	transform:scale(1.05);
	-ms-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
}
.product-info .title{
	font-size:16px;
	color:#646464;
}
.product-info .content{
	color:#646464;
	padding:0 5px;
	line-height:14px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:13px;
}
.faq-item{
	margin-bottom:20px;
}
.faq-item .title{
	font-size:20px;
}
.faq-item .content{
	color:#777;
	line-height:25px;
}
.cover-bg.small{
	height:150px !important;
}
.cover-bg{
	width:100%;
	min-height:220px;
	position:relative;
	margin:20px 0;
}
.cover-bg .title{
	background:#009688;
	font-size:18px;
	padding:10px 15px;
	position:absolute;
	width:250px;
	left:50%;
	top:50%;
	margin-top:-20px;
	margin-left:-125px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
}
#user-wrapper{
}
#user-connect{
	margin:30px 0;
	background:#fff;
}
#user-connect form{
	padding:15px 30px;
}
#user-connect-cover{
	padding:30px 20px;
	font-size:32px;
	color:#fff;
	text-align:left;
	transition:0.4s;
}
#user-connect-cover.login{
	background:#ff5a5a;
}
#user-connect-cover.register{
	background:#009688;
}
#user-connect-cover.recover{
	background:#1276ef;
}
.text-white{
	color:#fff !important;
}
.obj-list.list-block li{
	display:block;
	border:none;
	font-weight:normal;
	border-radius:0;
	text-transform:none;
	margin-bottom:2px;
	padding:5px;
	font-size:16px;
}
.obj-list.list-block li:before{
	content:'» ';
}
.obj-list{
	display:block;
	margin:15px 0 5px !important;
}
.obj-list li{
	margin-bottom:10px;
	margin-right:5px;
	font-size:13px;
	color:#555;
	display:inline-block;
	padding:4px 8px;
	font-weight:bold;
	text-transform:capitalize;
	border:1px dashed #ff5a5a;
	border-radius:4px;
	cursor:pointer;
}
.item-body-big .title-big{
	margin:0 !important;
	padding:0 !important;
	text-transform:none;
}
.item-body-big .title-default{
	text-transform:none;
}
.item-cart .item-logo{
	margin-right:10px !important;
}
.item-qty{
	width:30px;
	display:inline-block;
}
.checkout-nav{
	min-height:500px;
}
.table{
	margin-bottom:0;
}
.table-legend{
	text-align:left;
	padding-left:10px;
	margin-bottom:10px;
	display:block;
}
.formatter-tab{
	padding-left:20px;
	display:inline-block;
}
.formatter-tab.tab-big{
	padding-left:40px;
}
#help-container{
	top:64px;
	right:0;
	position:absolute;
	z-index:501;
}
.user-container{
	background-color:#f5f5f5;
}
#user-panel{
	margin:10px 0;
}
#user-panel.fixed{
	top:40px;
	position:fixed;
	z-index:1000;
}
#user-panel li{
	display:inline-block;
	padding:20px 10px;
	margin:0 14px;
	transition:0.4s;
	text-align:center;
	cursor:pointer;
}
#user-panel li.active,
#user-panel li:hover{
	background:#ff5a5a;
}
#user-panel li:hover span,
#user-panel li.active:hover span{
	color:#fffcfb;
}
#user-panel li.active span{
	text-decoration:underline;
	color:#fffcfb;
	font-weight:bold;
}
#user-panel span{
    color:#333;
    font-size:16px;
    display:block;
    margin-top:5px;
}
.pointer{
	cursor:pointer;
}
.media-frame a{
	margin:10px;
	text-decoration:none;
}
#item-details-bar.fixed{
	position:fixed;
	top:64px;
	left:0;
	right:0;
	z-index:200;
}
.item-body-big #item-details-bar{
	height:60px;
	width:100%;
	border-bottom:1px solid #ddd;
	background:#fff;
}
#item-details-bar ul li{
	display:inline-block;
	margin:10px 20px;
	cursor:pointer;
}
.pattern-colorful{
	background:url(/admin/res/images/pattern-colorful.png) 0 0 repeat #fff;
}
.pattern-concrete{
	background:url(/admin/res/images/pattern-concrete.png) 0 0 repeat #fff;
}
.navbar-center li{
	float:none;
	display:inline-block;
}
.navbar-center{
	display:inline-block;
}
.counter-title{
	color:#fff;
	font-weight:bold;
	display:block;
	font-size:40px;
	margin-bottom:10px;
}
.counter-details{
	font-size:14px;
	line-height:30px;
	border-top:2px solid #fff;
	padding-top:5px;
	display:inline-block;
	text-align:center;
	margin-top:10px;
}
#free-tag{
	position:absolute;
	top:10px;
	left:10px;
	width:30px;
	height:30px;
	text-align:center;
	color:#fffcfb;
	background:#ef3c4f;
	z-index:200;
	font-size:11px;
	line-height:30px;
	border-radius:50%;
	cursor:pointer;
}
.solution-body.filled{
	background-color:#fff !important;
	cursor:default !important;
	border:4px solid #ff5d72;
}
.solution-body.filled span{
	font-size:15px;
	color:#ff5d72;
	background-color:transparent;
	font-weight:bold;
}
.solution-body{
	position:relative;
	height:180px;
	margin:10px 0;
	background:#0a2e3c;
	cursor:pointer;
}
.solution-body .overlay{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:rgba(0,0,0,.01);
	color:#fffcfb;
	font-size:16px;
	z-index:100;
	text-decoration:underline;
	line-height:150px;
	transition:0.3s; 
}
.solution-body:hover .overlay{
	background:rgba(0,0,0,.35);
}
.solution-body .overlay small{
	display:none;
}
.solution-body .overlay:hover small{
	display:block;
}
.solution-body span{
	text-align:center;
	padding:5px 0;
	color:#ff5d72;
	font-weight:bold;
	display:block;
	font-size:15px;
	z-index:110;
}
.solution-body .span2{
	background:rgba(0,0,0,.35);
	color:#fff;
}
.solution-body .span{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	color:#fff;
	background:rgba(255, 93, 114, .5);
	z-index:110;
}
.hover-frame{
	transition:0.5s;
	color:#fff;
}
.hover-frame td, .hover-frame tr{
	color:#fff;
}
.hover-frame:hover{
}
.item-body-big #item-cover{
	height:630px;
	position:relative;
	background-size:cover;
	background-position:center top;
}
.over-cover{
	background:rgba(0, 0, 0, .25);
	position:absolute;
	height:630px;
	left:0;
	top:0;
	right:0;
}
.text-white{
	color:#fff !important;
}