/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/



/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	/* font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif; */
	color:#ffd859;
	background: #3d3d3d;
   	font-size: 28px;
   	font-family: "Impact";
   	font-style: normal;
   	font-weight: 300;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#ffd859;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	/* border:1px solid #04A4CC; */
}


.contactform {

}

.feil {
	border:3px solid red !important;
}

.contactform input[type="text"], .customerinformation input[type="text"], #uploadinfo input[type="text"], #uploadinfo input[type="email"]  {
	width: 100%;
	color:#ffd859;
	background: #3d3d3d;
	text-transform: uppercase;
	border:none;
	font-size:34px;	
	padding-left:5px;
}



.contactform .inputlabel, .customerinformation .inputlabel, #uploadinfo .inputlabel {
	display: block;
	margin-top:20px;
	color:#3d3d3d;
	text-transform: uppercase;	
	text-align: left;
	font-size:28px;
}

.customerinformation .inputlabelshort {
width: calc(50% - 20px);
display: block;
text-transform: uppercase;	
	}

.contactform textarea, .customerinformation textarea, #uploadinfo #message {
	display: block;
	background: #3d3d3d;
	border:none;
	width: 100%;
	min-height: 200px;
	margin-bottom:20px;
	color:#ffd859;
	text-transform: uppercase;
	padding-left:5px;
	font-size:34px;	
	outline:none;
}

#dropfiles .dz-preview {
  background: green;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 10px;
}

.contactform input[type="submit"], .customerinformation input[type="submit"], #uploadinfo input[type="submit"] {
background: #3d3d3d;
outline: none;
border:none;
color:#ffd859;
text-transform: uppercase;
}

h1 {
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 30px;
   	font-family: "Impact";
   	font-style: normal;
   	font-weight: 300;

}

h2 {
	font-size: 26px;
   	font-style: normal;
   	font-weight: 500;
}

h3 {
	font-size: 24px;
   	font-style: normal;
   	font-weight: 500;
}

h4 {
   	text-transform: uppercase;
	font-size: 20px;
   	font-style: normal;
   	font-weight: 500;
	margin-top: 12px;
	line-height: 20px;
}


.nav {

}


.nav ul {
padding-left:0;
}


.nav ul li {
	font-size: 30px;
   	font-family: "Impact";
   	font-style: normal;
   	font-weight: 300;
   	text-transform: uppercase;
   	text-align: bottom;
   	line-height: 70px;
}

.copyright {
	display: block;
	float:right;
	margin-top:40px;
	font-size:15px;
	padding-bottom:20px;
}

.copyright:hover {
	color:#ffd859;
}

.logo {
	display: inline-block;
	float:left;
}

.logo-text {
	display: inline-block;
	font-size: 58px;
   	font-family: "Impact";
   	font-style: normal;
   	font-weight: 300;
   	vertical-align: middle;
   	padding:0;
   	margin:0;
   	margin-top:8px;
   	line-height: 61px;
   	color:#ffd859;
   	text-transform: uppercase;
}

.logo-text:hover {
	background:#ffd859;
	color:#3d3d3d;
}




.headertext {
	position:relative;
	width: 100%;
	height: 44px;
	display: block;
	margin-top:4px;
	margin-bottom:5px;
}


.headertext a {
	width: 320px !important;
	display: inline-block;
	margin:0;
	padding:0;
}



.headertext a:hover, .headertextactive {
	background:#ffd859;
	color:#3d3d3d !important;
}


.headertext h1 {
	z-index: 100;
	font-size: 44px;
	margin:0;
	padding:0;
	line-height: 44px;
}

.normarginright {
	margin-right:0 !important;
}

.left {
	text-align:left;
	float:left;
	border-right:5px solid #3d3d3d;	
}
.center {
	text-align:center;
	float:left;
	
}
.right {
	text-align:right;
	float:left;
	border-left:5px solid #3d3d3d;
}

.headertext .active-archive {
	background:#ffd859;
	color:#3d3d3d !important;

}




/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:960px;
	margin:0 auto;
	position:relative;
}

.container {
	width:100%;
	height:auto;
	display: inline-block;
	position: relative;
}
/* header */
.header {
	height:72px;
	width:100%;
	overflow: hidden;

}
/* logo */
.logo {

}
.logo-img {

}


.nav ul {
	list-style-type:none;
	float:right;
	display: inline-block;	
	margin:0;
	margin-top:14px;
	
}
.nav ul li {
	display: inline-block;
	margin-bottom:0px;
	height: 55px;
	float:right;
}

.nav ul li:hover {
	background:#ffd859;
	color:#3d3d3d !important;
}

nav .current-menu-item {
	background:#ffd859;
	margin-bottom: 0px;
	height: 55px;
}

nav .current-menu-item a {
		color:#3d3d3d;	
	}

.nav ul li a {
	padding-right:10px;
	padding-left:10px;
	padding-top:17px;
	padding-bottom:6px;
	height: 55px;
}

.nav ul li a img {
	vertical-align: middle;
	margin-left:5px;
}

/*
.searchinput {
	width: 138px;
}

.search_menu {
	cursor:pointer;
}

.search_menu .searchinput {
	padding-top:17px;
	padding-bottom:2px;
	padding-right:10px;
	padding-left:10px;
	background: #FFD859;
	color:#3D3D3D;
	border: none;
	text-transform: uppercase;
}
*/

.searchinput {
	width: 138px;
}

.search_menu {
	cursor:pointer;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:4px;
}

.search_menu .searchinput {
	height:36px !important;
	padding-right:6px;
	padding-left:6px;
	background: #3D3D3D;
	color:#FFD859;
	border: none;
	text-transform: uppercase;
	border-bottom: 4px solid #FFD859;
}


.topheader {
	height:40px;
	font-size:12px;
	display: block;
}

.topheader .email {
	height: 40px;
	display: inline-block;
	margin-right:25px;
}

.topheader .cart {
	margin-right:25px;	
}




.cart_menu a #counter {
	position: absolute;
	background:red;
	color:#fff;
	top:14px;
	right: 0px;
	font-size:16px;
	line-height: 16px;
	padding:5px;
}


.topheader .icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right:10px;
}


.loginmenu {
	display: inline-block;
	float:right;
}

.loginmenu ul {
	list-style-type:none;
	margin:0;
	height:40px;
}

.loginmenu li {
	display: inline-block;
	/* margin-right:20px; */
	padding:12px 0px 12px 0px;
}


.content_menu {
	line-height:34px;
	display: inline-block;	
	vertical-align: top;
	width: 100%;
	margin-top:1px;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

.col1 {
	width: 318px;
	margin-right:20px;
	display: inline-block;
	vertical-align: top;
}

.col2 {
	width: 620px;
	width: 442px;	
	margin-right:20px;
	display: inline-block;	
	vertical-align: top;	
}

.col3 {
	width:938px;
	margin-right:20px;
	display: inline-block;	
	vertical-align: top;
}

.col4 {
	width:100%;
	display: inline-block;	
	vertical-align: top;
}

.instagram-feed {
	width: 32%;
	display: inline-block;
	text-align:left;
	vertical-align: top;
	margin:0;
	padding:0;	
}

.instagram-images {
background: #ffd859;
padding:5px 5px 0px 5px;
}

.instagram_photos {
	width: 32.2%;
	margin-bottom:5px;
}

#twitter {
	list-style-type: none;
	margin:0;
	padding:0;
}

#twitter .status { /* Hver enkelt tweet */
	font-family: "Impact";
	font-style: normal;
	text-transform: uppercase;
	font-weight: 300;
	font-size:20px;
}

#twitter .meta { /* Hver enkelt tweet */
font-family: "Impact";
font-style: normal;
font-weight: 300;
font-size: 16px;
display: block;
margin-top:16px;
}

#twitter .meta a {
text-decoration: underline;
}

#twitter .meta:before {
	content:"Posted: ";
}


.twitter-feed h1, .rss-feed h1, .instagram-feed h1 {
	margin-bottom: 0px;
  	margin-top: 0px;
  	padding-top: 0px;
  	padding-bottom: 0px;
  	line-height: 50px;
  	vertical-align: middle;
}

.twitter-feed {
	width: 32%;
	display: inline-block;
	text-align:center;
	vertical-align: top;
	margin:0;
	padding:0;
	margin-left: 14px;
	margin-right: 14px
}

.twitter-feed h2 {
	font-family: "Impact";
	font-style: normal;
	text-transform: uppercase;
	font-weight: 300;
	font-size:20px;
	margin-top:0px;
	line-height: 20px;
}

.twitter-feed a:hover {
	text-decoration: underline;
	color:#ffd859;
}

.rss-feed {
	width: 32%;
	display: inline-block;
	text-align:right;
	vertical-align: top;
	margin:0;
	padding:0;
}

.rss-content {
	margin-bottom:50px;
}

.rss-content a:hover {
	text-decoration: underline;
	color:#ffd859;
}

.rss-feed h2 {
	font-family: "Impact";
	font-style: normal;
	text-transform: uppercase;
	font-weight: 300;
	font-size:20px;
	margin-top:0px !important;	
	line-height: 20px;	
}

.rss-feed p {
	font-family: "Impact";
	font-style: normal;
	font-weight: 300;
	font-size:16px;	
}



.nomarginright {
	margin-right:0px !important;
}

.lastitem {
	
	margin-right:0px !important;
}

section {
	line-height: 0;

}

.searchform {
	display: none;
	margin-top:10px;
	margin-bottom:10px;
	width: 100%;
	background: #ffd859;
	padding:20px;
}

.searchform input[type="text"] {
	width: calc(100% - 120px);
	display: inline-block;
}

.searchform input[type="submit"] {
	width: 100px;
	display: inline-block;
	float:right;
}

.searchresult {
	margin-bottom:20px;
}

.searchresult .searchimage {
	width: 100px;
	display: inline-block;
}

.searchresult .searchtext {
	width: calc(100% - 120px);
	display: inline-block;
	vertical-align: top;
	margin-left:15px;
}

.searchresult h2 {
	width: 100%;
	line-height: 24px;
	text-transform: uppercase;
	vertical-align: top;
	display: inline-block;
	margin:0;
}

.searchresult .searchdescription {
	line-height: 24px;
	font-size: 18px;
	vertical-align: top;
	display: inline-block;
	text-transform: uppercase;
}

.searchtitle {
	height:50px;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/
.red {
	background: red !important;
	color:#fff !important;
}

.item-infogroup, .yellowbox {
	width: 100%;
	/*min-height: 500px;*/
	background:#ffd859; 
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}

.yellowbox {
	color:#3d3d3d;
	padding-top:20px;
}

.yellowbox h1, .customerinformation h1 {
	margin-top:0px;
}

.yellow {
	background: #ffd859 !important;
	padding-top:20px;
}


.customerinformation .leftbox {
	width: calc(50% - 10px);
	display: inline-block;
	margin-bottom:20px;
}

.customerinformation .rightbox {
	width: calc(50% - 10px);
	display: inline-block;
	margin-left:15px;
	margin-bottom:20px;
}

.fileupload {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	vertical-align: middle;
	/* font-size: 12px; */
}

.fileupload .upload_text {
	text-transform: uppercase;
	width: 100px;
	/* color:#3d3d3d; */
	margin-left:auto;
	margin-right:auto;
	font-size: 30px;
}

.fileupload .uploadstatus .error {
	background:red;
	color:#fff;
	font-size:20px;
	padding:20px;
}
.fileupload .uploadstatus .success {
	background:green;
	color:#fff;
	font-size:20px;
	padding:20px;
}

.item-infogroup .backbutton {
	text-align: center;
	background: red;
  	color: #fff;
  	padding: 1px;
  	cursor: pointer;
  	position: absolute;
	right:0;
	padding-left:5px;
	padding-right:5px;
	font-size:18px;
}

.yellowbox .backbutton {
	text-align: center;
	background: red;
  	color: #fff;
  	padding: 1px;
  	cursor: pointer;
  	position: absolute;
	right:0;
	margin-top:-20px;
	padding-left:5px;
	padding-right:5px;
	font-size:18px;
}

.item-infogroup .backbutton:hover,
.yellowbox .backbutton:hover {
	background:#3d3d3d;
	color:#ffd859;
}

.item-infogroup .item-header {
	color:#3d3d3d;
	text-transform: uppercase;
	font-size: 60px;
   	font-family: "Impact";
}

.item-infogroup .item-description {
	color:#3d3d3d;
	text-transform: uppercase;
	font-size: 24px;
   	font-family: "Impact";	
   	width: 49%;
   	display: inline-block;
   	vertical-align: top;
   	float:left;
}

.item-infogroup .item-description p {
	margin-top:0;
	margin-bottom:0;
}

.item-infogroup .item-featuredimage {
	width: 49%;
	display: inline-block;
   	vertical-align: top;
   	text-align:right;
   	display: inline-block;
   	float:right;
}

.item-infogroup .item-featuredimage img {

}

.item-infogroup .information-header {
	width: 100%;
	color:#3d3d3d;
	text-transform: uppercase;
	font-size: 60px;
   	font-family: "Impact";
}

.item-infogroup .information-description {
	color:#3d3d3d;
	text-transform: uppercase;
	font-size: 24px;
   	font-family: "Impact";	
   	width: 100%;
   	display: inline-block;
   	vertical-align: top;
}

.item-infogroup .information-description p {
	margin-top:0;
	margin-bottom:0;
}

.buyorcancel {
	width: 450px;
	margin-top:20px;
	color:#3d3d3d;
	padding:12px 20px 12px 20px;
	border:3px solid #3d3d3d;
	text-transform: uppercase;
	display: block;
	float:right;
	text-align:center;
	font-size:38px;	
}

.buyorcancel {
	width: 450px;
	margin-top:20px;
	color:#ffffff;
	padding:12px 20px 12px 20px;
	border:3px solid #3d3d3d;
	text-transform: uppercase;
	display: block;
	float:right;
	text-align:center;
	font-size:38px;
	background: red;
}

.buyorcancel .item-price {
	display: inline-block;
	float: right;
}

.productadded {
	width: 450px;
	margin-top:20px;
	color:#3d3d3d;
	background: green;
	color:#fff;
	padding:12px 20px 12px 20px;
	/* border:3px solid #3d3d3d; */
	text-transform: uppercase;
	display: block;
	float:right;
	text-align:center;
	font-size:38px;
}

.soldout {
	width: 450px;
	margin-top:20px;
	color:#3d3d3d;
	background: red;
	color:#fff;
	padding:12px 20px 12px 20px;
	/* border:3px solid #3d3d3d; */
	text-transform: uppercase;
	display: block;
	float:right;
	text-align:center;
	font-size:38px;
}

.download {
	width: 450px;
	margin-top:20px;
	color:#ffffff;
	padding:12px 20px 12px 20px;
	border:3px solid #3d3d3d;
	text-transform: uppercase;
	display: block;
	float:right;
	text-align:center;
	font-size:38px;
	background: red;
}

.download a {
	color:#3d3d3d;
}
.download a:hover {
	color: #ffd859;
}

.buyorcancel:hover, .download:hover {
	background:#3d3d3d;
	color: #ffd859;
	cursor: pointer;
}

.carttable {
	width: 100%;
	color:#3d3d3d;
	margin-top:30px;
}

.carttable .unselectable {
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.backtocart {
	text-transform: uppercase;
}


.carttable .qty  {
	width: 100px;
	background: #3d3d3d;
	border:none;
	color:#ffd859;	
	text-align:center;
}

.carttable #addqty, .carttable #subtractqty {
	display:block;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:20px;
}
.carttable #addqty:hover, .carttable #subtractqty:hover  {
	background:#3d3d3d;
	color:#ffd859;
	cursor:pointer;
}

.carttable .cart-item a {
color:#3d3d3d;
text-transform:uppercase;
}

.customerinformation {
	margin-top:20px;
	padding:20px;
	background: #ffd859;
	color:#3d3d3d;
	width: 100%;
	display: block;
}

.redbox {
	background: red;
	color:#fff;
	margin-bottom:20px;
	padding:20px;
}

.greenbox {
	background: green;
	color:#fff;
	margin-bottom:20px;
	padding:20px;	
}

.transporttext {
	display: inline-block;
	width: 85%;
}

#bringthegoods p img {
	margin-left:auto;
	margin-right:auto;
	max-width: 50px;
	display: block;
}

.transportoptions thead td {
text-transform: uppercase !important;
}

.transportoptions td {
	border-top:3px solid #3d3d3d;
}

.transportoptions {
	margin-top:30px;
	border-bottom:3px solid #3d3d3d;
	width: 100%;
}

.transportoptions .transportdesc {
	max-width: 600px;
}

.transportoptions .transportdays {
	width:200px;
	text-align:center;
}

.transportoptions .transportprice {
	text-align:right;
}

.radiotransport {
	width: 40px;
	vertical-align: middle;
	margin-top:-5px;
}

.productcost {
	width: 100%;
	text-transform: uppercase;
	color:#3d3d3d;
	border-bottom:3px solid;
	display: inline-block;	
	padding: 20px 0px 20px 0px;
}

.productcost .sum {
	display: inline-block;
	float:right;
}

.transportcomment {
	margin-bottom:0 !important;
}


.paynow, .backtocart {
	width: 100%;
	text-transform: uppercase;
	color:#ffd869;
	border:3px solid #ffd859;
	padding:20px;
	margin-top:20px;
	display: inline-block;
	cursor: pointer;
}

.paynow .totalprice,
.checkout .totalprice {
	display: inline-block;
	float:right;
}

.checkout {
	width: 100%;
	background: red;
	text-align: center;
	text-transform: uppercase;
	color:#ffffff;
	font-size: 40px;
	border:3px solid #ffd859;
	padding:10px;
	margin-top:20px;
	display: inline-block;
	cursor: pointer;
}

.paynow:hover, 
.backtocart:hover,
.checkout:hover {
	color:#3d3d3d;
	background: #ffd859;
}

.processing {
	width: 100%;
	
	color:#3d3d3d;
	background: #ffd859;
	text-align: center;
	padding-top:150px;
	padding-bottom:150px;
}

.uppercase {
	text-transform: uppercase;
}

.terms {
	text-transform: uppercase;
	margin-top:20px;
	margin-bottom:20px;
}

.terms a:hover {
	text-decoration: underline;
	color:#ffd859;
}

/* PRINT SERVICE */
#dropfiles {
	border:4px dashed #000;
	cursor:pointer;
	min-height:100px;
	margin-bottom:20px;
	margin-top:20px;
	padding:20px;
}

.dz-drag-hover {
	background: #3d3d3d !important;
	border:4px dashed #ffd859 !important;
	color:#ffd859 !important;
}

#sendezip {
	background: none;
	outline: none;
	border: 3px solid #3d3d3d;
	color:#3d3d3d;
	text-transform: uppercase;
	font-size:28px;
	cursor:pointer;
	padding:20px;
}
#sendezip:hover {
	color: #ffd859;
	background: #3d3d3d;
}
/* END OF PRINT SERVICE */


/*------------------------------------*\
    POSTS
\*------------------------------------*/
article {

}

.minicart {
	width:100%;
	background: #fff;
	border:1px solid #c6cbcc;
	padding:20px;
	margin-bottom:20px;	
}

.item-frontpage, .filament-frontpage {
	margin-bottom:5px;
	width:188px;
	background: #ffd859;
	border:2px solid #ffd859;
	text-align: center;
	display: inline-block;
	margin-right:5px;
	vertical-align: top;
	float:left;
	height: inherit;
	min-height: 180px;
	overflow: hidden;
}

.filament-frontpage {
background: #ffd859;
}

.item-frontpage a, .filament-frontpage a {
height: auto;	
display: block !important;
}

.vspace25px {
margin-bottom:25px;
}

.vspace20px {
margin-bottom:20px;
}

/* IF SOLD OUT / OUT OF STOCK */
.unavailable {
	width: 184px;
	line-height: 30px;
	display: block;
	border-bottom:2px solid #ffd859;
	text-transform:uppercase;
	position: absolute;
	background: red;
	margin-top:-184px;
}

.soldout_wrapper {
	background: #3d3d3d;
	color:#ffd859;
	height: 100%;

}

.item_overlay {
	position: absolute;
	z-index:999;
	width:184px;
	height:36px;
	background: #ffd859;
	color:#3d3d3d;
	margin-top:-36px;
	line-height: 36px;
	display: none;	
}

.item_overlay h4 {
	font-size: 30px !important;
   	font-family: "Impact";
   	text-transform: uppercase;
   	margin-top:10px;
}


.title_overlay {
	position: absolute;
	z-index:999;
	width:186px;
	height:22px;
	background: #ffd859;
	color:#3d3d3d;
	margin-top:-20px;
}


.title_overlay_background {
	background: #3d3d3d;
	color:#ffd859;
	width:20%;
	height:22px;
	margin:-20px -2px -2px -2px;
}

.title_overlay h4 {
	margin-top:1px;
}

.post-image-frontpage {
	width:100%;
	overflow: hidden;
	display: inline-block;
	height: auto;
}

.item-frontpage h2, .filament-frontpage h2 {
	font-size:16px;
	margin:10px 20px 10px 20px;
	height:40px;
	
}

.buybutton {
	background: #8fc42c;
	width: 40px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding:11px 12px 10px 10px;
	color:#fff !important;
	border-radius: 20px;
	
	
}

.carticon {

}

.pricebutton {
	background: #cecece;
	display: inline-block;
	padding:10px;
	color:#fff !important;	
	font-size:18px;
	font-weight: 500;
}



.post-type-archive-blog .yellowbox h1 {
	margin-bottom:18px;
}


.blogitem {
	width: 100%;
	min-height: 100px;
	background: #ffd859;
	color:#3d3d3d !important; 
	margin-bottom:30px;
}

.blogitem h2 {
	text-transform: uppercase;
	margin:0;
	color:#3d3d3d !important; 
}

.blogitem p {
	margin:0;
	font-size: 24px;
	color:#3d3d3d !important; 
}

.blogitem img {
	border:2px solid #3d3d3d;
}

.blogitem .readmore {
	text-decoration: underline;
	text-transform: uppercase;
	font-size:26px;
}

.blogitem .readmore::before {
	content: "-";
}






/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.moveme {
	width: 250px;
	max-height:250px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	position: absolute;
	right:120px;
	top:600px;
	z-index:999;
	/* background: rgba(255,255,255,.3); */
}

.moveme img {
	width: 150px;
	display: block;
	margin-left:auto;
	margin-right:auto;
}

.moveme span {
	color:#ffffff;
}

/* Animation */
.moveme {
	animation-name: moveme;
	-webkit-animation-name: moveme;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes moveme {
	0% {
		transform: scale(0.9);
		opacity: 0.7;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 0.7;	
	}			
}

@-webkit-keyframes moveme {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;	
	}			
}



.flexslider {
	height: 412px;
	line-height: 0;	
}

.flexslider img {
	line-height: 0;
}

.flexslider li {
	margin-left:auto;
	margin-right:auto;
}

.flexslider .slides li p {
	position: absolute;
	background: #000;
	color:#fff;
	z-index: 999;
	bottom:50px;
}

.featuredimage {
padding:20px;
margin-left:auto;
margin-right:auto;
text-align:center;
}

.featuredimage img {
	border:4px solid #ffd859;
	padding:10px;
	background:#fff;
	margin:0;
}

.cartimage {
	width: 100px !important;
}

.itemimage {
	width:140px;
}

.itemtitle {
	width: 350px;
}

.itemprice {
	width: 140px;
	text-align: center;
}

.itemremove {
	text-align: center;
	width: 140px;
}

.itemqty {
	width: 140px;
	text-align: center;
}

.itemqty .qty {
	padding-top:2px;
	padding-bottom:2px;
}

.item-row {
	height: 120px;
	border-top:3px solid;
	border-bottom:3px solid;
}



.itemremove .btn:hover {
	text-align:center;
	background: #3d3d3d;
	color:#ffd859;
	padding:0px;
	cursor: pointer;
	padding-left:43px;
	padding-right:43px;
	display: inline;
}

.itemremove .btn {
	text-align:center;
	background: #ffd859;
	color:#3d3d3d;
	border:2px solid #3d3d3d;
	padding:0px;
	cursor: pointer;
	padding-left:43px;
	padding-right:43px;
	display: inline;
}




.customerinformation select {
   background: #3d3d3d;
   color:#ffd859;
   width: 100%;
   padding-left:5px;
   outline: none;
   font-size: 34px;
   text-transform: uppercase;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height:43px;
   -webkit-appearance: none;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
 
	a[href]:after {
    	content: "";
  	}

	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}









/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('js/fonts/flexslider-icon.eot');
	src:url('js/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('js/fonts/flexslider-icon.woff') format('woff'),
		url('js/fonts/flexslider-icon.ttf') format('truetype'),
		url('js/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin-left:auto !important;
	margin-right:auto !important;
	padding: 0; 

}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	display: block;
	margin-left:auto;
	margin-right:auto;

}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* .no-js .slides > li:first-child {display: block;} */

/* FlexSlider Default Theme
*********************************/
.flexslider { 
	margin-bottom:0px; 
	background: #ffd859; 
	border:2px solid #ffd859;
	position: relative; 
	zoom: 1;
	overflow: hidden; 
}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 48px; margin: 0 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; color:rgb(255, 214, 88); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { left: 15px; }
.flexslider:hover .flex-next { right: 15px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 2px; text-align: center; z-index:999;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #ffd859; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #3d3d3d; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}