@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);


/* base elements */
html,body{
	margin:0px; padding:0px; min-width:1000px;
	background:#0e0e0e;
	font-weight:400;
	font-size:16px;
	font-family: "Lato", sans-serif;
	line-height:1.35;
}
body{
	display:block; position:relative;
	overflow-y: scroll;
}
.fixed{
	overflow:hidden;
	overflow-y:hidden;
}


*{
	outline:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
::selection{
	background:rgba(95, 138, 238, 0.9);
	color:#FFF;
}
::-webkit-input-placeholder{
	font-weight:200;
	font-family: sans-serif;
}


@-webkit-viewport {
    width:device-width;
}

@-moz-viewport {
    width:device-width;
}

@-ms-viewport {
    width:device-width;
}

@viewport {
    width:device-width;
}



img{
	border:0;
}
textarea{
	padding:10px;
	min-height:60px;
	width:95%;
	border:1px #c6c6c6 solid;
	border-radius:5px;
	white-space:normal;
	font-size:12px;
	font-family:inherit;
	resize:none;
}
div,section, p{
	position:relative;
	display:block;
	margin:0; padding:0;
	vertical-align:top;
}
p{
	padding: 0 10px;
	font-weight:200;
	font-size:18px;
	line-height:1.3em;
}
.inner{
	position:relative; display:block;
	margin:0px auto; padding:0px;
	width:1000px; height:auto;
}
ul,li{ position:relative;
	display:block; margin:0; padding:0;
	list-style:none;
	vertical-align:top;
}
.splitter{
	margin:50px 0;
	border-bottom:1px rgba(0,0,0,.2) solid;

	box-shadow:0 1px 0 #fff;
}
a{
	color:rgb(95, 138, 238);
	text-decoration:none;
}

.links a{
	text-decoration:underline;
	font-size:14px
}
a:hover{
	color:#4F6FB9;
}


/* top */
header{
	position:relative;
	z-index:10;
	height:80px;
	background:#0e0e0e;
	box-shadow:0 1px 0 rgba(255,255,255,.1);
}
.logo{
	position:absolute;
	top:-10px;
	display:block;
	width: 200px; height: 100px;
	background:url(/images/logo.png) no-repeat center;
	background-size:100%; text-indent:-9999px;
	font-size:0px;
	image-rendering:auto;
}

#body{
	padding:0 0;
	background:#F5F5F5;
}
footer{
	padding:20px 0;
	height:110px;
	box-shadow: 0 -13px 13px -13px rgba(0,0,0,.05);
	color:#999;
	font-size:12px;
	}

/* footer navigation */
footer ul, #footer li{
	display:block;
	margin:0; padding:0; list-style:none;
}
footer ul{
	position:absolute;
	top:50px;
	left:0px;
	margin:0; padding:0;
}
footer ul li:first-child{
	border:none;
}
footer ul li{
	display:inline-block;
	margin-right:10px; padding:0px;
	padding-left:10px;
	border-left:1px #999 solid;
}
footer a{
	color:#999;
}
footer a:hover{
	color:#FFF;
}


/* sections */
section{
	padding:80px 0;
}
.home #spotlight{
	padding:200px 0;
	background: url(/temp.jpg) center center;
	background-size:cover;
}
.home #spotlight h1{
	font-weight:200;
}
.home h2, .home h4{
	font-size: 42px;
	font-weight:200;
	margin:0;
}
.home #spotlight .img{
	position:absolute; top:-170px;
	left:0px;
	width:560px; height: 360px;
	background:url(/images/spotlight.png) top left;
	background-size:100%;
}
.home #spotlight .text{
	display: block;
	position:relative;
	text-align: center;
	margin:0px auto;
	top:-93px;
}

.home #features{
	background:#FFF;
	font-size: 0px;
}
.home #features .feature{
	display: inline-block;
	margin:30px 0px;
	width:50%;
	text-align: left;
}
.home #features .feature h3{
	margin:0;
	font-weight:bold;
	font-size:22px
}
.home #features .feature p{
	line-height:1.6em;
	font-size:17px;
	width:90%
}
.home #features .feature span{
	display: inline-block;
	padding:20px;
	background: #5F8aee;
	color:#FFF !important;
	border-radius:100%;
	font-size:18px;
	float: left;
	margin-right:15px;
	margin-bottom:50px;
}
.home #features .feature > div{
	display: block;
}
.home #features .feature span:before{
	color: #fff
}


.backend #body .inner{
	padding:30px 0 60px;
}
.backend h1{
 padding-bottom:20px;
 text-align:center;
 font-weight: 200;
 font-size:38px
}
.backend #navigation li:last-child a{

}
.backend .bigger{
	font-size:18px;
	padding:13px 15px;
}
.dash{
	padding:0px 0 10px; text-align:left;
}
.dash .orders span{
	display:block;
}
.dash .notifications p{
	display:block;
	margin:3px 0;
	padding:3px;
	border-radius:3px;
	background:#fff;
	text-align:left;
	font-size: 14px;
}
.dash .notifications p a{
	vertical-align:top
}

.dash b{
	position:relative;
	display:inline-block;
	margin-right:10px;
	width:30%;
	text-align:left;
	font-weight:200
}
.dash a.clear{
	padding:0 5px;
	color:red;
	font-weight:bold;
	font-size:18px;
	opacity:.5;
	float:left;
	height:27px;
}
.dash a.clear:hover{
	opacity:1;
}
.dash h2 .button1{
	width:auto;
	display:block;
}
.dash h2{
	margin-bottom:20px;
	padding:20px 0;
	border-bottom:1px #ddd solid;
	font-size:18px;
}
.dash > div{
	display:inline-block;
	margin:0; padding: 0px 15px 15px 15px; width:29%;
}

.home #pricing{
	border-top:1px rgba(0,0,0,.05) solid;
	background:#F4FAFF;
}

.home .shop{
	display: inline-block;
	text-align: center;
	font-size: 0px;
}
.home .shop img{
	width:300px;
	border:1px #ddd solid;
	margin:10px;
}


/* product listing via dash */
.products .micronav{
	display:table;
	margin:0px auto 10px;
}
.backend .media{
	display:block;
	position:relative;
	vertical-align:top;
	text-align:center
}
.backend .media div{
	display:inline-block;
	position:relative;
	width:120px; height:120px;
	vertical-align:top;

	margin:10px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	image-rendering:auto;
	border:1px #ddd solid;
	-webkit-transform: translateZ(0);
}
.backend .media .ui-sortable-helper{
	opacity:.8
}
.backend .media .ui-state-highlight{
	display:inline-block;
	position:relative;
	width:120px; height:120px;
	vertical-align:top;

	margin:10px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	image-rendering:auto;
	border:1px #ddd solid;
	-webkit-transform: translateZ(0);
}
.backend .media .move{
	color:#fff;
	position:absolute;
	left:5px;
	top:0px;
	font-size:24px;
	font-weight:bold;
}
.backend .media .remove{
	color:red;
	position:absolute;
	right:5px;
	top:0px;
	font-size:24px;
	font-weight:bold;
}
.backend .products{
	display:block;
	margin:0; padding:0;
	list-style:none;
	text-align:center;
}
.backend .products .desc{
	padding:10px 5px;
	text-align: center
}
.backend .products .name{
	display:block;
	font-weight:200;
	vertical-align:middle;
}
.backend .products .price{
	display:block;
	top:10px;
	font-weight:normal;
	vertical-align:middle;
}
.backend .products .image{
	width:300px; height:300px;
	background-color: rgba(0,0,0,.8);

	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	image-rendering:auto;
}
.backend .products li{
	display:inline-block;
	margin:10px; padding:0px;
	width:300px;
	list-style: none;
	text-align: left;
	-webkit-transform: translateZ(0);
	background:#FFF;
}
.backend .products .image > div{
	display:none;
}
.backend .products .image:hover > div, .backend .products .image:active > div{
	display:block;
}
.backend .products .image > div{
	font-size:18px;
	background:rgba(0,0,0,.5);
	width:100%;
	height:100%;
	text-align:right;

}
.backend .products a{
	display:inline-block;
	position:relative;
	padding:7px 15px;
	background:rgba(255,255,255,.6);
	color:#000;
	margin:7px 0;
	border-radius:5px;
}
.backend .products a.delete{
	font-weight:bold;
	margin-right:7px;
}
.backend .products a:hover{
	background:rgba(255,255,255,.9);
}
.singleOrder .subtotal{
	margin:30px 0 0; font-size:24px; text-align:right
}
.singleOrder .cart{
	padding:30px 0; margin:20px 10px; border-top:1px #ccc solid; border-bottom:1px #ccc solid;
	text-align:left;
}
.singleOrder .cartHeader{
	padding:20px 0; min-height:60px
}


.settings #body .top h2, .singleOrder h2{
	display:inline-block;
}
.settings #body .top, .singleOrder{
	text-align:center
}


/* search and tag results */
.search{
	display: block;
	position: absolute;
	background: #fafafa;
	border: 1px #f1f1f1 solid;
	width: 280px;
	padding: 7px 10px;
	left: 225px;
	top: 45px;
	z-index: 1000;
	text-align: left;
	max-height:200px;
	overflow-x: hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch
}
.search a{
	display: block;
	margin:2px;
}


/* icons */
.icons{
	display:inline-block;
	margin:0 10px;
	background:url(images/icons.png);
	vertical-align:middle;
	opacity:.8;
	image-rendering:auto;
}
.icons:hover{
	opacity:1;
}
.icon-notshipped{
	width:29px; height:30px;
	background-position:90px 0px;
	background-size:cover;
}
.icon-shipped{
	width:29px; height:30px;
	background-position:0px 0px;
	background-size:cover;
}
.icon-notshipped:hover{
	opacity:1;
}

.orders > span{
	display:inline-block; position:relative;
	width:24%;
	font-size:14px;
}
.orders > span:nth-child(3){
	text-align: center
}
.orders > span:last-child{
	text-align:right
}
.order_list .orders{
	padding:8px 10px;
	background:#FFF;
	margin:10px 0;
}


/* header navigation */
#navigation ul, #navigation li{
	position:relative;
	display:block;
	margin:0; padding:0; list-style:none;
}
#navigation ul{
	position:absolute; top:30px; right:10px;
	display:block;
}
#navigation li{
	display:inline-block;
	margin-top:0px;
	margin-left:20px; padding:0px;
}
#navigation a:hover{
	background:#fff !important;

	box-shadow:0 2px 0 #111;
	color:#000;
}
#navigation a{
	margin:0;
	padding:10px 20px;
	border-radius:5px;
	color:#fff;
	font-weight: 200;
	font-size:17px;
	-webkit-font-smoothing: antialiased;
}

.inner #navigation .navicon{
	font-size: 0px;
}


#navigation li:last-child a{

}
#navigation .navicon{
	display:block;
	opacity:.8;
	width:35px;
	height:35px;
	margin:0px; padding:0px;
	margin-top:-7px;
	background-size:auto 100% !important;
	image-rendering:auto;
	border-radius:0 !important;

}
.inner #navigation .navicon:hover{
	opacity:.99;
}
.inner #navigation .active{
	opacity:.99
}

.inner #navigation a.nav-dashboard, .inner #navigation a.nav-dashboard:hover{
	background:url(/images/icons.png) -70px 0 !important;
	background-size:auto 100% !important;
	width:34px;
}
.inner #navigation a.nav-settings, .inner #navigation a.nav-settings:hover{
	background:url(/images/icons.png) -105px 0 !important;
	background-size:auto 100% !important;
}
.inner #navigation a.nav-products, .inner #navigation a.nav-products:hover{
	background:url(/images/icons.png) -280px 0 !important;
	background-size:auto 100% !important;
	width:35px;
}
.inner #navigation a.nav-orders, .inner #navigation a.nav-orders:hover{
	background:url(/images/icons.png) -245px 0 !important;
	background-size:auto 100% !important;
	margin-top:-4px;
}


/* headings */
h1,h2,h3,h4,h5,h6{
	position:relative;
	display:block;
	margin:0; padding:0 10px;
	font-weight:normal;
}


/* buttons */
input[type=submit], .button1 {
	display: inline-block;
	padding: 8px 20px;
	width: auto;
	border: 0px;
	border-radius: 4px;
	background: #5F8aee;
	box-shadow: none;
	color: #FFF;
	vertical-align: middle;
	text-decoration: none;
	font-weight: 500;
	font-size: 15px;
	cursor: pointer;
	-webkit-appearance: none;
}
.button2{
	display:inline-block;
	margin:5px !important;
}
input[type=submit]{
	margin:10px 0;
}
.button1:hover, input[type=submit]:hover, input[type=button]{
	background:#6e91e3;
	color:#FFF;
	text-decoration:none;
}
.bigger{
	padding:10px 25px;
	font-size:20px;
}
.smaller{
	padding:5px 10px;
	font-size:14px;
}


/* login page */
.login form{
	padding:60px 0;
}
form label{ position:relative;
	display:block;
	padding:10px;
}
form .splitter{
	margin:20px auto;
	width:80%;
}
label.options{
	padding:3px 10px
}
label.options input{
	width:20%
}
label.options input::-webkit-input-placeholder{
	font-size:14px
}
label.options a{
	color:red; font-weight:bold;
}
form label span{
	display:inline-block;
	margin-right:5px;
	width:150px;
	vertical-align:middle;
	text-align:left;
	font-weight:200;
	font-size:15px;
}
form label small{
	display:block;
	margin-top:-2px;
	font-weight:normal;
	font-size:12px;
}
::-webkit-input-placeholder{
	font-size:15px;
	font-family: "Lato", sans-serif;
}
input, select, textarea{
	padding:7px 10px;
	width:280px;

	border:1px #acacac solid;
	border-radius:4px;
	background:#fff;
	color:#000;

	vertical-align:middle;
	font-size:15px;
	font-family:"Lato";
}
input:focus, textarea:focus{
	border:1px #333 solid;
}
input[type=submit]:focus, input[type=button]:focus{
	border:none;
}
select{
	width:300px;
	background:#fff url(/images/arrows.png) no-repeat;
	background-position: right 10px center;
	-webkit-appearance:none;
}

.floater{
	position:fixed;

	top:0;
	right:0;
	bottom:0;
	left:0;

	z-index:1000;
	display:none;
	background:rgba(0,0,0,.3);

	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
}
.floater .stripe{
	position: absolute;
	left: 5px;
	bottom: -33px;
	width: 119px;
}
.dispatches{
	position:relative;
	display:none;
	margin:40px auto;
	padding:20px;
	width:600px;
	height:auto; border-radius:3px; background:#f1f1f1;

	box-shadow:0 0 10px rgba(0,0,0,.3); vertical-align:middle;
	text-align:center;
}
.dispatches p{
	margin:0px auto;
	width:80%;
	font-size:16px;
}
.dispatches .exit{
	position:absolute;
	top:5px; right:5px;
	padding:3px 10px;
	color:#000;
	font-size:20px;
	opacity:.3;
}
.dispatches .exit:hover{
	opacity:.5;
	text-decoration:none;
}
.dispatches{
	text-align:center;
}
.dispatches h2{
	display:inline;
	margin:0 0 10px;
	font-weight:200
}
.desktop{
	display:inline;
	visibility:visible;
}
.mobile{
	display:none !important;
}


@media only screen
and (min-width : 480px )
and (max-width : 1024px)
{
	html,body{
			min-width:760px;
	}
	.inner{
		width:760px;
	}
	#navigation li{
		margin-left:0px
	}
	.home #spotlight .img {
	position: absolute;
	top: -124px;
	left: 0px;
	width: 360px;
	height: 360px;
	background: url(/images/spotlight.png) top left no-repeat;
	background-size: 100%;
	}
	.dash div p{
		font-size:16px;
	}
	.backend .products .image{
		width:200px; height:200px;
	}
	.backend .products li{
		width:200px;
	}
	.backend .products .name{
		font-size:12px;
	}
	.backend .products .price{
		font-size:12px
	}
	.home .shops{
		height: auto;
	}
	.home .shop{
		display: inline-block;
		float: none;
		margin:0;
	}
	.home .shop img{
		width:200px !important;
	}
	.home-page .list li{
		display: block;
		width:100%;
		box-shadow:none;
		font-size:14px
	}
	.home-page .list li span{
		top:-20px;
		right:25px
	}
}

@media only screen
and (max-width : 480px)
{
	html,body{
			overflow-x:hidden;
			min-width:320px;
			-webkit-overflow-scrolling:touch !important;
	}
	.inner{
		width:90%;
	}
	.logo{
		left: 0px;
		width: 90px;
		display: none !important
	}

	.home #spotlight .text{
		position:relative;
		top:0px;
		right:0px;
		display:block;
		background-repeat:no-repeat;
	}
	.home #spotlight .text h1{
		font-size:22px !important;
	}
	.home #spotlight .text p{
		font-size:16px;
	}
	.home #spotlight{
		padding:40px 0 80px;
		text-align:center;
	}
	.home #spotlight .img {
		display:none;
	}
	h2{
		font-size:19px !important;
	}
	h3{
		font-size: 18px !important
	}
	.home #features {
		padding:20px 0;
		text-align:center;
	}
	.home #features .feature {
		margin:10px 0;
		padding:20px 10px;
		width:100%;
		border-radius:0px;
		box-shadow:none;
		text-align:left;
		font-size:12px;
	}
	.home-page .list{
		text-align:center
	}
	.home-page .list li{
		display: block;
		width:88%;
		box-shadow:none;
		font-size:15px
	}
	.home #pricing, .home #friends{
		padding:80px 0 !important
	}
	.home .shop{
		display: inline-block;
		float: none;
		margin:0;
	}
	.home .shop img{
		width:180px !important;
	}

	.home-page .list li span{
		top:-20px;
		right:25px
	}
	.home #features .feature p{
		width:88%;
		font-size:14px;
		line-height:1.5em;
	}

	.home .bigger{ position:relative;
		top:10px;
		display:block;
	}
	footer{
		padding:5px 0 20px;
		height:90px;
		font-size:12px !important;
		height:190px;
	}
	footer a{
		padding:1px 0 !important;
		display: block;
		margin:4px;
	}
	#navigation a{
		font-size:17px;
		padding:10px 3px;
	}
	#navigation ul{
		right:auto;
		display: block;
		position: relative;
		margin:0px auto;
		text-align: center
	}
	#navigation li{
		margin-left:10px;
	}
	footer ul{
		top:30px;
	}
	footer ul li:first-child{
		display: block; margin-bottom:5px;
		font-weight:bold;
	}
	footer ul li:first-child + li{
		border:none;
	}

	.backend h1{
		padding-bottom:10px;
		font-size: 24px;
	}
	.dash > div{
		display:block;
		margin:0px auto;
		padding: 20px 10px;
		width:90%;
	}
	.dash div p{
		font-size:16px;
	}
	#alert{
		top:0%;
		bottom:auto !important;
		left:0 !important;
		margin-left:0px !important;
		padding:20px 5px !important;
		width:100% !important;
		border:none !important;
		border-radius:0px !important;
		background:rgba(0,0,0,.9) !important;
		color:#fff !important;

	}
	#alertText{
		color:#fff !important;
		font-size:18px !important;
	}
	.dispatches{
		position:relative;
		display:none;
		margin:0px auto;
		padding:25px 0px;
		width:100%;
		border-radius:0px;

		box-shadow:0 0 10px rgba(0,0,0,.3); vertical-align:middle;
		text-align:center;
	}
	form label span{
		display:block;
		width:100%;
		text-align:center;
	}
	.login form label span{
		text-align:left;
	}
	.backend .products{
		width:80%;
		margin:0px auto;
	}
	.backend .products .image{
		width:200px; height:200px;
	}
	.backend .products li{
		width:200px;
	}
	.backend .products .name{
		font-size:12px;
	}
	.backend .products .price{
		font-size:12px;
		top:15px
	}
	.desktop{
		display:none !important;
	}
	.mobile{
		display:inline !important;
		visibility:visible;
	}
	.backend .media{
		width:80%;
	}
	.order_list .orders{
		padding:10px 10px;
		margin:10px;
	}
	.orders > span{
		display: block;
		width:100%;
		font-size: 17px;
		vertical-align:top;
		text-align:left !important
	}
	.orders > span:first-child + span{
		font-size:11px
	}
	.orders > span:last-child{
		position:absolute;
		right:15px;
		top:20px;
		text-align:right !important
	}
	.singleOrder .cart{
		font-size:11px
	}
	.singleOrder .cartHeader p{
		font-size: 14px;
		display:block !important;
		float:none !important;
		text-align:left !important;
	}
	.singleOrder .cartHeader p:last-child{
		margin-top:15px;
	}
	.singleOrder .subtotal{
		margin:30px 0 0; font-size:17px; text-align:center
	}
	.singleOrder h1 a{
		display:block;
		margin:2px 0;
	}
	#navigation li:last-child a{
		display:none;
	}
	.settings #body .top h2, .singleOrder h2{
		display:block; margin:5px 0;
	}
	.settings #body .top a, .backend .bigger{
		width:90%;
		padding:10px;
	}
	#storesettings > div{
		display:block !important;
		width:100% !important;
	}
	#storesettings input{
		width:93%
	}
	.search{
		display: block;
		position: relative;
		background: #fafafa;
		border: 1px #f1f1f1 solid;
		width: 280px;
		padding: 7px 10px;
		left: auto;
		top: auto;
		z-index: 1000;
		text-align: left;
		margin:0px auto 10px;
		top:-3px;
	}
	footer ul li{
		margin:3px 0;
		display: block;
		border:none;
	}
}




/* system alerts */
#alert{
	position:fixed; bottom:10%; left:50%;
	z-index:1000; display:none; margin-left:-300px; padding:20px 0px; width:600px; height:auto;
	border:5px solid rgba(0,0,0,.5); border-radius:10px; background:#eee;
	background-clip: padding-box;
	-webkit-box-shadow:0px 5px 15px rgba(0,0,0.4);
	-moz-box-shadow:0px 5px 15px rgba(0,0,0.4);
	box-shadow:0px 5px 15px rgba(0,0,0,.4);
	text-align:center;
	font-weight:200;
}
#alert a, #alert a:hover{
	color:#fff;
}

#alertText{
	color:#000;
	font-size:26px;
	padding:3px 6px;
}

/* append icon fonts */
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align:baseline;
}

.icon-cog:before {
	content: "\e601";
}
.icon-home:before {
	content: "\e600";
}
.icon-camera:before {
	content: "\e602";
}
.icon-image:before {
	content: "\e603";
}
.icon-file:before {
	content: "\e604";
}
.icon-stack:before {
	content: "\e605";
}
.icon-cart:before {
	content: "\e606";
}
.icon-cart2:before {
	content: "\e607";
}
.icon-cart3:before {
	content: "\e608";
}
.icon-mobile:before {
	content: "\e609";
}
.icon-tablet:before {
	content: "\e60a";
}
.icon-download:before {
	content: "\e60b";
}
.icon-bubbles:before {
	content: "\e60c";
}
.icon-user:before {
	content: "\e60d";
}
.icon-settings:before {
	content: "\e60e";
}
.icon-cogs:before {
	content: "\e60f";
}
.icon-remove:before {
	content: "\e610";
}
.icon-truck:before {
	content: "\e611";
}
.icon-attachment:before {
	content: "\e612";
}
.icon-thumbs-up:before {
	content: "\e613";
}
.icon-thumbs-up2:before {
	content: "\e614";
}
.icon-cancel-circle:before {
	content: "\e615";
}
.icon-checkmark-circle:before {
	content: "\e616";
}
.icon-close:before {
	content: "\e617";
}
.icon-spam:before {
	content: "\e618";
	color:red;
}
.icon-checkmark:before {
	content: "\e619";
}
.icon-checkmark2:before {
	content: "\e61a";
}
.icon-upload:before {
	content: "\e61b";
}
.icon-box-add:before {
	content: "\e61c";
}
.icon-box-remove:before {
	content: "\e61d";
}
.icon-exit:before {
	content: "\e61e";
}
.icon-loop:before {
	content: "\e61f";
}
.icon-mail:before {
	content: "\e620";
}
.icon-lock:before {
	content: "\e621";
	color:green;
}