/*********************************************************/
/******************** GLOBAL *****************************/
/*********************************************************/

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
 	box-sizing: border-box;
}

.Wrapper:after,
.Content:after,
.Clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.Hidden{ display: none; }
.Clear{ clear: both; }
.Float-Left { float: left; margin-right: 15px; }
.Float-Right { float: right; margin-left: 15px; }

/*********************************************************/
/******************** LAYOUT *****************************/
/*********************************************************/

/*** General ***/

body{
	background-color: #ffffff;
}

body#Secure{ background: transparent; }

#Background{
	
}

#Container{
	position: relative;
	overflow: hidden;
}

.Section{
	position: relative;
}

.Wrapper{
	position: relative;
	margin: 0 auto;
	height: 100%;
	
	transition:all .2s linear;  
    -o-transition:all .2s linear;  
    -moz-transition:all .2s linear;  
    -webkit-transition:all .2s linear;
}

.Content{
	position: relative;
	width: 100%;
}

.Column{
	height: 100%;
	float: left;
	position: relative;
}

#Overlay{
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../images/obj/overlay.png');
	z-index: 999;
}

/*** Header Top ***/

#Header-Top{
	background-color: #e7ecf3;
	z-index: 90;
}

/*** Header ***/

#Header{
	z-index: 80;
}


/*** Header Menu ***/

#Header-Menu{
	background-color: #252161;
	z-index: 70;
}

/*** Header Menu ***/

#Header-Bottom{
	background-color: #e5ebf3;
	z-index: 65;
}

@media only screen and (max-width: 979px) {
	#Header-Bottom{
		display: none;
	}
}

/*** Main ***/

#Main{	
	padding-bottom: 15px;
	z-index: 60;
	background: #ffffff;
	background-image: url('../images/bg/bg.gif');
	background-repeat: repeat-x;
	background-position: top;
}

/*** Breadcrumb ***/

#Main #Breadcrumb{
	
}

/*** Menu Left ***/

#Main aside#Left{
	float: left;
}

/*** Menu Right ***/

#Main aside#Right{
	float: right;
}

/*** Content ***/

#Main #Content{
	float: left;
}

#Main #Content-Bottom{
	float: left;
	width: 100%;
}

#Itemlist #Main #Content{
	background-color: #ffffff;
}

#Homepage #Main #Content{
	margin: 15px 0 0 0;
}

/*** Footer ***/

#Footer{
	background-color: #e8eef4;
	padding-bottom: 15px;
	z-index: 50;
	border-bottom: 40px solid #252161;
}

/*** Footer-Sub ***/

#Footer-Sub{
	background-color: #ffffff;
	height: 92px;
	z-index: 40;
}

/*** Checkout menu fade ***/

#Checkout.Items-In-Cart header,
#PayPal-Checkout header,
#Credit-Card-Payment header,
#Amazon-Checkout header,
#Checkout.Items-In-Cart footer,
#PayPal-Checkout footer,
#Credit-Card-Payment footer,
#Amazon-Checkout footer{
	opacity: 0.3;
	transition:all .1s linear;  
    -o-transition:all .1s linear;  
    -moz-transition:all .1s linear;  
    -webkit-transition:all .1s linear;
}

#Checkout.Items-In-Cart #Main,
#PayPal-Checkout #Main,
#Credit-Card-Payment #Main,
#Amazon-Checkout #Main{
	border-top: 3px solid #466c96;
	border-bottom: 3px solid #466c96;
}

#Checkout.Items-In-Cart header:hover,
#PayPal-Checkout header:hover,
#Credit-Card-Payment header:hover,
#Amazon-Checkout header:hover,
#Checkout.Items-In-Cart footer:hover,
#PayPal-Checkout footer:hover,
#Credit-Card-Payment footer:hover,
#Amazon-Checkout footer:hover{
	opacity: 1.0;
}

/*********************************************************/
/******************** HEADER *****************************/
/*********************************************************/

header #Help{
	float: left;
	font-family: "Nunito";
	font-size: 0.7em;
	line-height: 31px;
	padding: 1px 0 0 0;
}

/************************ ACCOUNT ************************/

header nav#Account{
	float: right;
}

header nav#Account a{
	float: left;
	font-size: 0.7em;
	color: #252161;
	line-height: 31px;
	font-family: "Nunito";
	text-transform: uppercase;
	margin: 0 40px 0 0;
	padding: 1px 0 0 0;
}

header nav#Account a:hover{
	
}

/************************ LOGO ***************************/

header h1{
	margin: 0;
}

header h1 strong{
	display: none;
}

header #Logo{
	float: left;
	max-width: 100%;
	margin: -3px 0 2px -21px;
}

/************************ BASKET *************************/

header #Basket{
	position: relative;
	float: right;
	line-height: 31px;
	padding: 1px 0 0 0;
	background-image: url('../images/icons/basket.png');
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 30px;
}

header #My-Basket{
	color: #252161;
	margin: 0 10px 0 0;
}

header #Info{
	font-size: 0.7em;
	color: #252161;
	font-family: "Nunito";
	text-transform: uppercase;
}

header #Basket #Basket-Details{
	background-color: #252161;
	position: absolute;
	top: 32px;
	right: 0px;
	padding: 5px 15px;
	z-index: 2000;
	width: 240px;
	display: none;
}

header #Basket #Basket-Details a{
	color: #b3b2c2;
}

header #Basket #Basket-Details .Price{
	color: #ffffff;
	font-size: 1.1em;
}

header #Basket #Basket-Details .Remove-Button{
	color: #ec7516;
}

header #Basket:hover #Basket-Details{
	display: block;
}

/************************ SEARCH *************************/

header .Search{
	position: relative;
	width: 292px;
	float: right;
	clear: right; 
	margin: 70px 0 30px 0;
	padding: 0 58px 0 0;
	z-index: 100;
}

header .Search input{
	float: left; 
	width: 100%;
	height: 38px;
	margin: 0;
	font-size: 0.9em;
}

header .Search button{
	position: absolute;
	right: 0px;
	width: 51px;
	height: 38px;
	background-image: url('../images/buttons/search.png');
}

@media only screen and (max-width: 979px) {
	header .Search{
		width: 100%;
	}
}

/************************ CATEGORIES *********************/

header #Menu{
	float: left;
}

header #Menu .Item{
	float: left;
	margin: 70px 0 25px 10px;
}

header #Menu .Item > a{
	cursor: default;
	float: left;
	position: relative;
	color: #252161;
	font-weight: bold;
	font-family: "Nunito";
	text-transform: uppercase;
	font-size: 1.0em;
	line-height: 36px;
	padding: 0 25px 0 18px;
	z-index: 10;
	border: 1px solid #d8e0ec;
	margin: 0 0 5px 0;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eaeef5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeef5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#eaeef5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#eaeef5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#eaeef5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#eaeef5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeef5',GradientType=0 ); /* IE6-9 */
	
	background-image: url('../images/obj/dropdown.png');
	background-repeat: no-repeat;
	background-position: right 15px;
}

header #Menu .Item:hover > a,
header #Menu .Item > a:hover,
header #Menu .Item.Touched > a{
	background-color: #252161;
	background-image: url('../images/obj/dropdown-active.png');
	background-position: right 15px;
	padding-bottom: 5px;
	margin: 0;
	border: 1px solid #252161;
	color: #ffffff;
	text-decoration: none;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

/************************ DROPDOWNS **********************/

header #Menu .Item > div{
	position: absolute;
	top: 113px;
	left: 0px;
	width: 100%;
	padding: 0 0 15px 30px;
	display: none;
	z-index: 120;
	background-color: #252161;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4); 
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4); 
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4); 
}

header #Menu .Item:hover > div,
header #Menu .Item.Touched > div{ display: block; }

header #Menu .Item > div a{
	float: left;
	width: 100%;
	font-size: 0.9em;
	color: #ffffff;
	padding: 0 10px 12px 0;
	font-weight: bold;
	font-family: "Nunito";
}

header #Menu .Item > div nav.Two a{	
	width: 50%;
}

header #Menu .Item > div nav.Four a{
	width: 25%;
}

header #Menu .Item > div nav a.Main{
	color: #fbe34c;
	text-transform: uppercase;
	width: 100%;
}

header #Menu .Item > div a:first-child{ padding: 24px 0; }

header #Menu .Item > div a:hover{
	color: #b3b2c2;
	text-decoration: none;
}

@media only screen and (max-width: 979px) {
	header #Menu{
		display: none;
	}
}

/************************ ORDER DEADLINE *****************/

#Header-Menu .Label{
	float: left;
	font-family: "Nunito";
	color: #ffffff;
	font-size: 0.8em;
	line-height: 38px;
	padding: 2px 0 0 0;
	font-weight: bold;
	text-transform: uppercase;
}

#Header-Menu a{
	float: left;
	font-family: "Nunito";
	color: #b3b2c2;
	font-size: 0.8em;
	line-height: 38px;
	padding: 2px 0 0 0;
	text-transform: uppercase;
	margin: 0 0 0 45px;
	font-weight: bold;
}


#Header-Menu a:hover{
	text-decoration: none;
	color: #ffffff;
}

#Header-Menu a[title="Ideas"]{
	background-image: url('../images/icons/ideas.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
}

#Header-Menu #Order-Deadline{
	float: right;
}

#Header-Menu #Order-Deadline #Deadline{
	float: left;
	background-color: #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.2); 
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
	margin: 7px 10px;
	line-height: 24px;
	padding: 2px 10px 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #252161;
	font-family: "Nunito";
	font-size: 0.8em;
}

#Header-Menu #Order-Deadline #Deadline span{
	font-size: 0.8em;
}

/************************ TICKS **************************/

.Tick{
	float: left;
	background-image: url('../images/elem/tick.png');
	background-repeat: no-repeat;
	background-position: left;
	font-family: "Nunito";
	color: #ee371f;
	line-height: 45px;
	padding-left: 16px;
	margin: 0 22px;
}

@media only screen and (min-width: 1176px) {
	.Tick{
		margin: 0 46px;
	}
}
@media only screen and (min-width: 784px) and (max-width: 979px) {
	.Tick{
		margin: 0;
		width: 50%;
	}
}
@media only screen and (min-width: 588px) and (max-width: 783px) {
	.Tick{
		margin: 0 40px 0 0;
	}
}
@media only screen and (max-width: 587px) {
	.Tick{
		margin: 0;
		width: 100%;
	}
}

/*********************************************************/
/******************** RESPONSIVE HEADER ******************/
/*********************************************************/

header #Header-Responsive-Tabs{
	display: none;
	background-color: #252161;
}

header #Header-Responsive-Content{
	display: none;
	padding-top: 15px;
}

header #Header-Responsive-Tabs .Tabs{
	float:left; 
	width: 100%;
	border-left: 2px solid #ffffff;
}

header #Header-Responsive-Tabs .Tabs a{
	float: left;
	width: 25%;
	text-align: center;
	border-right: 2px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	font-family: "Nunito";
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 36px;
}

header #Header-Responsive-Content .Search{
	margin: 0 0 15px;
}

header #Header-Responsive-Tabs .Tabs a:hover, 
header #Header-Responsive-Tabs .Tabs a.Selected{
	color: #ec7516;
	text-decoration: none;
}

@media only screen and (max-width: 979px) {
	header #Logo { margin: 10px 0 10px; }
	header #Header-Top{ display: none; }
	header #Header .Search { display: none; }
	header #Header #Basket { display: none; }
	header #Header-Menu{ display: none; }
	header #Header-Responsive-Tabs{ display: block; }
	header #Header-Responsive-Content{ display: block; }
}

/*********************************************************/
/************************ MAIN ***************************/
/*********************************************************/

#Start{
    position: absolute;
    color: #EE7B1F;
    font-size: 1.05em;
    font-family: "Nunito";
    left: 200px;
    top: 48px;
}

@media only screen and (max-width: 979px) {
    #Start{
        display: none;
    }
}

#Featured{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

#Featured .Img{
	margin-left: 4px;
	margin-right: 4px;
}

#Featured .Img:hover{
	opacity: 0.9;
}

.Show-All{
	float: right;
	color: #252161;
	font-size: 0.7em;
	font-family: "Nunito";
	text-transform: uppercase;
	padding-left: 9px;
	background-image: url('../images/elem/arrow-blue.png');
	background-repeat: no-repeat;
	background-position: left 1px;
	margin-top: 6px;
}

.Show-All:hover{
	text-decoration: none;
}

/************************ BREADCRUMB *********************/

#Main #Breadcrumb{
	font-size: 0.7em;
	font-family: "Nunito";
	text-transform: uppercase;
	color: #ee7b1f;
	line-height: 48px;
}

#Main #Breadcrumb span.Arrow{
	margin: 0 10px;
}
 

#Main #Breadcrumb div{
    display: inline;
} 

#Main #Breadcrumb a,
#Main #Breadcrumb strong{
	color: #252161;
}

/*********************************************************/
/************************ FOOTER *************************/
/*********************************************************/

#Footer p{
	color: #ffffff;
}

#Footer nav{
	float: left;
	margin: 10px 0 15px 0;
}

#Footer nav.Pages a{
	float: left;
	color: #252161;
	line-height: 1.75;
	font-size: 0.9em;
	font-weight: bold;
	width: 100%;
	font-family: "Nunito";
}

#Footer nav#Social a{
	float: left;
	margin: 0 7px 0 0;
}

#Footer nav a:hover{
	
}

#Footer-Logo{
	float: right;
	position: relative;
	right: -20px;
}

@media only screen and (max-width: 979px) {
	#Footer-Logo{
		float: left;
		right: auto;
		left: -20px;
	}
}

/************************ NEWSLETTER *********************/

#Newsletter{
	float: left;
	width: 100%;
	margin: 15px 0 15px 0;
	padding: 15px 0;
	border-bottom: 1px solid #dde5ef;
}

#Newsletter p{
	text-align: right;
	float: right; 
	font-family: "Nunito";
	color: #252161;
	font-size: 1.0em;
	text-transform: uppercase;
	line-height: 38px;
	font-weight: bold;
}

#Newsletter input{
	float: right; 
	width: 258px;
	margin-left: 15px;
}

#Newsletter button{
	float: right; 
}

/************************ COPYRIGHT **********************/

#Footer-Sub .Wrapper{
	text-align: center;
}

#Footer-Sub #Copyright{
	padding: 24px 0 0 0;
	color: #6b6b6b;
	font-size: 0.7em;
}

#Footer-Sub #Copyright a#Volo{
	background-image: url('../images/obj/volo.png');
	position: relative;
	top: 6px;
	display: inline-block;
	width: 80px;
	height: 21px;
	margin-left: 2px;
}