
/* ---------------------------------------------------------------------- */
/*	THEME SPECIFIC MEDIA QUERIES
/* ---------------------------------------------------------------------- */

/* Desktop standard 960 and up */
@media only screen and (min-width: 980px) {

	/* -------------------------------------------------- */
	/*	Header
	/* -------------------------------------------------- */

}

/* Smaller than standard 960 */
@media only screen and (max-width: 979px) {
		
	/* -------------------------------------------------- */
	/*	Header
	/* -------------------------------------------------- */

	#logo { max-height: 100%; padding: 10px 0; }

	#closecart { display: block; }

}

/* Tablet Portrait size to standard 960 */
@media only screen and (min-width: 768px) and (max-width: 979px) {

	/* -------------------------------------------------- */
	/*	Header
	/* -------------------------------------------------- */



}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {

	/* -------------------------------------------------- */
	/*	Header
	/* -------------------------------------------------- */

	.leftbox { text-align:center; }

		/*	Search
			-------------------------------------------------- */

			.rightbox { padding-top:18px; }

				#search { margin-top:6px; }

			#wrapselector { position: absolute; top:0; }

			#language_selector, 
			#currency_selector {
				margin: 0px 0 10px;
				position: relative;
				float: left;
				top:0;
			}


	/* -------------------------------------------------- */
	/*	Flexslider
	/* -------------------------------------------------- */

	.flex-caption  {
		position: relative;
		text-align: center;
		background: #F9F9F9;
		color: #333;
		text-shadow: none;
		padding-bottom:30px;
	}
	.flexslider .slides {
		margin: 0;
	}

	#content-wrapper #featured-slider {margin-top:13px;}


	/* Main content 
		-------------------------------------------------- */

			#content-wrapper {
				margin-top: 0px;
			}

			/*.wrapper-inner { padding: 0; }*/

			#maincontent { margin: 0px !important; }

			.mainborder {padding: 7px 10px !important; border:0 !important; }
			
			#toggle_sidebar {display: none;}

			.breadcrumb { padding-top: 14px; }

			header.page-header { margin-left: 10px; margin-right: 10px; }

	/*	Mobile menu
		-------------------------------------------------- */

			#mobileMenuWrap {
				display: block;
				text-align: center;
				border: 1px solid #CCC;
				background: #EEE;
				padding: 6px 8px;
			}
			#mobileMenu {
				width: 100%;
				max-width: 700px;
				padding: 4px 8px;
				margin: 0;
			}
			.navbar {
				margin-top: 0px;
			}
			.navbar-collapse .dropdown-menu {
				display: block; 
				float: none;
				left:0 !important;
				position: relative;
				-webkit-box-shadow: none;
				box-shadow: none;
			}
			.navbar-collapse li { border-top: 1px solid #eee; }
			.navbar-collapse li:first-child { border: 0; }
			.navbar .nav { display: block; padding: 10px 10px 0;}

			.navbar .nav > li > a {
				margin: 0;
				border: 0;
			}
			.navbar .nav > li:first-child > a { padding-left: 9px; }
			.navbar .dropdown-menu > li.column-menu {	
				display: block;
				float: none;
				border-right:0;
			}

	/* -------------------------------------------------- */
	/*	Minicart
	/* -------------------------------------------------- */

		#minicart {	
		position: absolute;
		right: 0px;
		top: 20px;
	}


	/*	Shopping Cart
		-------------------------------------------------- */

		.cart-inner { padding: 0; }
	
	/* -------------------------------------------------- */
	/*	Grid view
	/* -------------------------------------------------- */

		.grid-box {
			display: inline-block;
			min-width: 49% !important;
			max-width: 49% !important;
			*width: 49% !important;
		}

		.grid-box.alpha3,
		.grid-box.alpha4 {
			clear: none !important;
		}
			.grid-box.odd {
				clear: left !important;
			}

	/* -------------------------------------------------- */
	/*	Product
	/* -------------------------------------------------- */

	.product-info .price,
	.product-info .cart {
		text-align: center;
	}

	/* -------------------------------------------------- */
	/*	Footer links
	/* -------------------------------------------------- */

	#footer .column { margin-bottom:-1px; }

			#footer h3.header {

				font-size: 14px;
				font-weight: bold;
				text-transform:uppercase;
				font-family: sans-serif;
				color: #666 !important;

				text-align: center;
				text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
				vertical-align: middle;
				background-color: whiteSmoke;
				background-image: -moz-linear-gradient(top, white, #E6E6E6);
				background-image: -ms-linear-gradient(top, white, #E6E6E6);
				background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
				background-image: -webkit-linear-gradient(top, white, #E6E6E6);
				background-image: -o-linear-gradient(top, white, #E6E6E6);
				background-image: linear-gradient(top, white, #E6E6E6);
				background-repeat: repeat-x;
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
				border-color: #E6E6E6 #E6E6E6 #BFBFBF;
				border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
				filter: progid:dximagetransform.microsoft.gradient(enabled=false);
				border: 1px solid #CCC;
				

				padding: 8px;
				margin: 0;

				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px;

				-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
				-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
				box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
				cursor: pointer;

				}

				#footer h3.header:hover,
				#footer h3.header:active,
				#footer h3.header.active {
					background-image: none;
					-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
					-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
					box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
					background-color: #E6E6E6;
					background-color: #D9D9D9 9;
					outline: 0;
				}
				#footer h3.header.active {
					-webkit-border-bottom-left-radius: 0;
					-moz-border-bottom-left-radius: 0;
					border-bottom-left-radius: 0;
					-webkit-border-bottom-right-radius: 0;
					-moz-border-bottom-right-radius: 0;
					border-bottom-right-radius: 0;
					border-bottom: 0;
				}
				
				#footer ul.content { 
					background: #FFF; 
					border: 1px solid #CCC; 
					border-width: 0 1px;
					display: none; 
				}
					
					#footer ul li a { border-bottom:1px solid #DDD; padding: 8px 12px; 
						font-size:14px; display: block; text-shadow: 0 1px 0 #FFF; }

					#footer ul li a:hover, 
					#footer ul li a:active { 
						background-color: #f2f2f2; 
						text-decoration:none; 
					}
						
					#footerlinks li a {
						font-size:1em;
						font-weight:bold;
						line-height: 1.9em;
					}

					#footer .contact {
						text-align: center;
						margin-top: 14px;
					}
					
				/* Mobil login box in cart, search*/

			.login {
			    position: absolute;
			    right: 100px;
			    top: 20px;
			    border-right: 1px solid #e0e0e0;
			    padding: 8px 0;
			    font-size: 18px;
			    z-index: 1;
			}
			.login .fa.fa-user {
			    padding: 0 12px;
			}
}

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {
		

}

/* Mobile Portrait Size to Mobile Landscape Size */
@media only screen and (max-width: 479px) {

	/* -------------------------------------------------- */
	/*	Shopping Cart
	/* -------------------------------------------------- */
	
		#cart-info .image,
		#cart-info .price,
		#cart-info .model,
		#cart-info .headings {
			display: none;
		}

			#cart-info .image,
			#cart-info .name,
			#cart-info .model,
			#cart-info .quantity,
			#cart-info .price,
			#cart-info .total {
				text-align:center;
				margin-bottom:5px;
			}

			#cart-info .quantity input[type="text"] {
				display: inline-block;
			}

		#cart-info .tag { 
			display: inline; 
			margin-right: 5px; 
			color: #777; 
			font-weight:normal;
		}

		#total-cart table {
			float: none;
			margin: 0 auto;
		}

		#total-cart .buttons {
			text-align: center;
			margin-bottom: 14px;
		}
		#total-cart .buttons a {
			float: none;
		}
		#total-cart #checkout {
			display: block;
			margin: 0 15%;
		}


	/* -------------------------------------------------- */
	/*	Order Detail
	/* -------------------------------------------------- */

	#order-item-list td,
	#order-item-list th {
		padding:2px;
		font-size:11px;
	}

}