/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
	position:relative;
}
strong, b{
	font-weight: bold;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
input, textarea, select{
	outline:none;
	resize: none
}
a{
	text-decoration:none;
	color:#0b73c1;
	outline:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-ms-touch-action: none !important;
}

/* root */
html,body{
	background:#eee;
	font-size:17px;
	font-family:'Open Sans', sans-serif;
	left:0%;
	-webkit-transition:all 50ms ease-in-out;
}
.inner{
	overflow:hidden;
	margin:0px auto;
	padding:2px 0px;
	max-width:1280px;
	width:90%;
	height:auto;
	border:0px;
}
h1,h2,h3,h4,h5,h6{
	display:block;
	position:relative;
	margin:0;
	padding:0;
	font-family:inherit;
	-webkit-font-smoothing:antialiased
}


/* standards */
.col{
	font-size:0;
	text-align: center
}
.col > div{
	display:inline-block;
	text-align:left;
	box-sizing: border-box;
}
.col-3 > div{
	width:30%;
	font-size:16px;
	padding:13px;
	vertical-align:top;
	box-sizing:border-box;
	-moz-box-sizing:border-box
}
.col-3 > div:first-child{
	margin-left:0px;
}
.col-3 > div:last-child{
	margin-right:0px;
}

.col-30-70 > div{
	font-size:16px;
	vertical-align:top;
}
.col-30-70 > div:first-child{
	width:30%;
}
.col-30-70 > div:last-child{
	width:70%;
}

.col-25-75 > div{
	font-size:16px;
	vertical-align:top;
}
.col-25-75 > div:first-child{
	width:25%;
	padding-right:25px;
}
.col-25-75 > div:last-child{
	width:75%;
}

.col-40-60 > div{
	vertical-align:top
}
.col-40-60 > div:first-child{
	width:40%;
}
.col-40-60 > div:last-child{
	width:60%;
}



/* body */
#logo{
}
#logo a{
	font-size:0px !important;
	width:180px;
	height:20px;
	background: url(images/logo.png) no-repeat;
	display: block;
	position: absolute;
	vertical-align: middle;
	padding: 0px !important;
	background-size: contain;
	margin-top:0px;
}
#logo a:hover{
	border: none !important
}
#toplogo{
	font-size:0px;
	width:50px;
	height:50px;
	background: url(images/logo2.png);
	display: block;
	position: absolute;
	vertical-align: middle;
	margin-right: 20px;
	padding: 0px !important;
	background-size: contain;
	left:50%;
	margin-left:-25px;
	margin-top:7px;
	opacity: .7;
	z-index: 16
}
#toplogo:hover{
	opacity: 1
}
#body{
	min-height:500px;
	background: #FFF;
	padding-top:20px;
	padding-bottom:140px;
}
.active #body{
	background: #F8F8F8;
}
header{
	height: 150px;
	z-index: 100;
	background: #FFF;
}
footer{
	height: 100px;
	padding:40px 0;
	-webkit-font-smoothing: antialiased
}
footer p{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
}
footer a{
	margin:0 20px;
	color: #000
}



/* floater */
.floater::-webkit-scrollbar{
	display:none;
	width:0px;
	height:auto;
	-webkit-appearance:none;
}
.floater{
	position:fixed;

	top:0;
	right:0;
	bottom:0;
	left:0;

	z-index:1000;
	display:none;

	overflow-y: scroll;
	background:rgba(0,0,0,.3);
	-webkit-overflow-scrolling:touch;
}
.dispatches{
	position:relative;
	display:table;
	margin:30px auto;
	height:auto; border-radius:3px; background:#f9f9f9;

	box-shadow:0 0 10px rgba(0,0,0,.3); vertical-align:middle;
	text-align:left;
	width:600px;
}
.dispatches .exit {
	position: absolute;
	top: 14px;
	right: 10px;
	z-index: 1000;
	padding: 5px 10px;
	color: #000;
	font-size: 22px;
	opacity: .3;
}
.dispatch h2 {
	margin: 0;
	padding: 20px;
	font-weight: 400;
	font-size: 20px;
	border-bottom: 1px #ddd solid;
	padding-bottom:20px;
}
.splitter{
	width:100%;
	border-bottom: 1px #ddd solid;
}


/* navigation */
#navigation{
	display: block;
	list-style: none;
	position: absolute;
	top:115px;
	width: 100%;
	font-weight: 200;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
}

#navigation li{
	display: inline-block;
	vertical-align: middle
}

#navigation a{
	padding:0px;
	margin:10px 35px;
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	margin-top:-9px;
}
header .inner{
	overflow: visible
}
#navigation a:hover, #navigation li.active a{
	color: #FD1837;
	border-bottom:2px solid #FD1837;
}
#navigation li:hover > ul{
	display: block;
	opacity: 1;
}
#navigation ul{
	display: none;
	position: absolute;
	right: 0px;
	top:25px;
	background: #FFF;
	padding:10px 0;
	border:1px #ddd solid;
	box-shadow: 0 3px 5px rgba(0,0,0,.03);
	width:180px;
	opacity: 0;
}
#navigation ul li > a{
	color:#444 !important;
	display: block;
	text-indent:3px;
	font-size: 14px
}
#navigation ul li{
	display: block;
}
#navigation ul a:hover{
	color:#000 !important
}


/* side navigation */
.side-nav{
	border:1px #bbb solid;
}
.side-nav li{
	display: block;
	padding:25px 20px;
	box-sizing: border-box;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	border-bottom:1px #bbb solid;
}
.side-nav li:first-child{
	background: #000;
	color:#fff;
	text-align: center
}
.side-nav li:last-child{
	border: none;
	text-align: center;
	text-transform: none;
}
.side-nav li:last-child a{
	text-decoration: underline
}
.side-nav p{
	font-size:14px;
	font-weight: 600
}
.side-nav a{
	color: #000
}
.side-nav label{
	text-transform: none;
	font-size: 14px;
	font-weight: bold;
	margin:0;
	padding:2px 0;
}




/* buttons */
.button, input[type=submit], input[type=button]{
	display:inline-block;
	padding:.8em 1.1em;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	border-radius:4px;
	box-shadow:0 -2px 0 rgba(0,0,0,.3) inset;
	font-size:14px;
	background: #4285f4;
}

.button:hover, input[type=submit]:hover{
	background:#2e5caa !important;
}
.smaller{
	font-size:11px;
}
.larger{
	font-size:22px;
}

/* input */
::-webkit-input-placeholder {
	font-family:inherit;
	font-size:inherit
}
input[type=text],
input[type=password],
select, textarea{
	background:#fff;
	border:1px #dcdcdc solid;
	width:100%;
	font-size:16px;
	padding:10px;
	font-family:inherit;
	font-size:16px;
	z-index:100;
	-webkit-appearance: none;
	border-radius:3px;
}
input[type=text]:focus,
input[type=password]:focus{
	border:1px #333 solid;
}
select{
	border-radius:0px;
	background:#fff url(/images/arrows.png) 95% 50% no-repeat;
}
input[type=submit]{
	border:none;
	cursor: pointer;
	-webkit-appearance: none;
}
input[type=button]{
	cursor: pointer;
	border:none;
}


/* login page */
.login form{
	padding:60px 0;
}
.login h2{
	font-weight:bold;
	font-size: 22px;
	margin:0 0 10px;
}
form label{
	position:relative;
	display:block;
	padding:8px 0;
}
form label span{
	display: block;
	margin:4px 0;
}
form label span small{
	font-size:10px
}


/* dispatch form */
.dispatch label {
	padding:20px;
}
.dispatch form{
	font-size: 0px;
}
.dispatch label.submit {
	background: #ffffff
}
.dispatch label span{
	display: inline-block;
	width:120px;
	font-size:14px;
	vertical-align: middle
}
.dispatch label input[type=text], .dispatch label textarea, .dispatch label select{
	display: inline-block;
	width:75%;
	font-size: 16px;
	padding:7px 5px;
	vertical-align: middle;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.dispatch label.half_label{
}
.dispatch label.half_label input{
}
.dispatch .currency input, .dispatch .address input{
	text-indent: 20px
}
.dispatch .currency span:after{
	content: "$";
	display: block;
	font-size: 16px;
	position: absolute;
	right:-18px;
	top:-1px;
	vertical-align: middle;
	color: #888
}

.dispatch .address span:after{
	font-family: 'icomoon';
	content: "\e605";
	display: block;
	font-size: 16px;
	position: absolute;
	right:-23px;
	top:-1px;
	vertical-align: middle;
	color: #888
}

.image-drop{
	min-height: 32px
}
.image-drop > div{
	display: inline-block;
	width:150px; height:100px;
	background-position: center center;
	background-size: cover;
	margin:5px;
}

.dispatch .image-drop{
	padding:20px;
	border:3px dashed #ccc;
	margin:20px;
	text-align: center;
	cursor: pointer
}

.dispatch .uploading{
	-webkit-animation: rotateBorder 1s linear infinite;
}

@-webkit-keyframes rotateBorder{
	 0%   {
	 	box-shadow: 0px 0 20px -20px rgba(0,0,0,0) inset;
	 }
	 100% {
	 	box-shadow: 600px 0 20px -20px rgba(0,0,0,.1) inset;
	 }

}


.products{
	font-size: 0px;
}
.products > li{
	width:30%;
	background: #FFF;
	display: inline-block;
	box-sizing: border-box;
	margin:0 10px;
	margin-bottom:20px;
	box-sizing:border-box;
	cursor: pointer;
	overflow: hidden;
	border:1px #ccc solid !important;
}
.products > div:hover{
	box-shadow: 0 0 9px #ccc;
}
.products .image{
	width:100%;
	padding-bottom: 100%;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.inner .products .desc{
	display: none;
	font-size:14px;
	width:100%;
	height: 100%;
	position: absolute !important;
	left:0;
	top:0;
	box-sizing: border-box;
	text-align: center;
	padding:20px;
	padding-top:90px !important;
	text-transform: uppercase;

	box-shadow:0 220px 190px rgba(255,255,255,.5) inset;
}
.products > li:hover .desc{
	display: block;
}
.products > li:hover .image{
	-webkit-filter: blur(10px);
}

.inner .products .name{
	display: block;
	font-size: 22px !important;
	font-weight: 400 !important;
}
.inner .products .price{
	display: block;
	margin-top:5px !important;
	font-size: 13px !important;
}

.inner .products a{
	display: block;
	position: absolute;
	width:100% !important;
	height: auto !important;
}
.inner .products a:hover{
	text-decoration: underline !important;
}


/* system alerts */
#alert{
	position:fixed; bottom:10%; left:50%;
	z-index:10000; display:none; margin-left:-320px; padding:20px 10px; 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;
}

#alert2{
	display:none;
	position:fixed;
	bottom:0px; right:0px;
	background:#fa3030;
	color:#fff;
	padding:20px;
}

#alertText{
	color:#000;
	font-size:26px;
}






/* mobile controller */
.mobile{
	visibility:hidden;
	position:absolute;
}
.desktop-only{
}

a:hover{
	color:#FD1837
}


@media screen
and (min-width:769px)
{
	.inner, html, body{
		min-width:1000px;
	}
}


@media only screen
and (max-width:768px){
	html,body{
	}
	body::-webkit-scrollbar{
		display:none;
		width:0px;
	}
	.overflow{
		overflow-x: auto;
		overflow-y: hidden;
	}
	.col > div, #body .col-25-75 > div{
		display:block;
		width:auto;
		margin:15px 0px
	}
	.mobile{
		visibility:visible;
		position:relative;
	}

}


@media only screen
and (max-width:568px){
	html,body{

	}
	.inner{
		width:95%;
	}
	.nomobile{
		display: none !important;
	}
	.desktop-only{
		visibility: hidden !important;
		position:absolute !important;
		overflow:hidden;
		width:0px;
		height:0px;
	}
	#logo{
		display: none !important
	}

}











@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-slw6pe');
	src:url('fonts/icomoon.eot?#iefix-slw6pe') format('embedded-opentype'),
		url('fonts/icomoon.woff?-slw6pe') format('woff'),
		url('fonts/icomoon.ttf?-slw6pe') format('truetype'),
		url('fonts/icomoon.svg?-slw6pe#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;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	content: "\e600";
}
.icon-pencil:before {
	content: "\e601";
}
.icon-image:before {
	content: "\e602";
}
.icon-camera:before {
	content: "\e603";
}
.icon-file:before {
	content: "\e604";
}
.icon-credit:before {
	content: "\e617";
}
.icon-location:before {
	content: "\e605";
}
.icon-clock:before {
	content: "\e606";
}
.icon-download:before {
	content: "\e607";
}
.icon-upload:before {
	content: "\e608";
}
.icon-bubble:before {
	content: "\e609";
}
.icon-user:before {
	content: "\e60a";
}
.icon-search:before {
	content: "\e60b";
}
.icon-key:before {
	content: "\e60c";
}
.icon-lock:before {
	content: "\e60d";
}
.icon-unlocked:before {
	content: "\e60e";
}
.icon-settings:before {
	content: "\e60f";
}
.icon-cog:before {
	content: "\e610";
}
.icon-cog2:before {
	content: "\e611";
}
.icon-remove:before {
	content: "\e612";
}
.icon-earth:before {
	content: "\e613";
}
.icon-attachment:before {
	content: "\e614";
}
.icon-smiley:before {
	content: "\e615";
}
.icon-sad:before {
	content: "\e616";
}
