﻿/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*=====================================================
    
    RESPONSIVE

=====================================================*/

@media all and (min-width: 240px) {

    .mega-menu,
    .header-menu .menu-title,
    .dropdown {
	    display: none;
    }
    .mega-menu-responsive {
	    display: block !important;
    }

}

@media all and (max-width: 1000px) {

    .dropdown .topic-wrapper {
	    display: none !important;
    }
    
}


/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 1001px) {

/* MAIN PANEL & DROPDOWN*/

.mega-menu {
	display: block;
	position: relative;
	z-index: 1001;
}
.mega-menu-responsive {
	display: none !important;
}
.mega-menu .dropdown {
	display: none;
	position: absolute;
	z-index: 3;
	border-radius: 0 0 20px 20px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.4);
	overflow: hidden;
	background: rgba(85,187,238,0.9);
	padding: 10px;
	font-size: 13px;
	color: #fff;
}
.mega-menu .dropdown:before {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: -1;
	width: 1000%;
	height: 1000%;
	background: rgba(0,0,0,0.3);
}
.mega-menu .dropdown.fullWidth {
	left: 50%;
	width: 980px;
	margin-left: -490px;
}

/* ROWS AND BOXES */

.mega-menu .row {
	overflow: hidden;
}
.dropdown .box {
	float: left;
	padding: 10px 12px;
}
.categories.fullWidth .box {
	width: 25%;
}
.categories .box,
.manufacturers .box {
	width: 250px;
}
.mega-menu .title {
	margin-bottom: 10px;
	border-bottom: 1px solid #5be;
	padding-bottom: 10px;
	font-size: 15px;
	text-transform: uppercase;
	text-align: left;
}
.mega-menu .title strong {
	font-weight: normal;
}
.mega-menu .title a {
}
.mega-menu .title a:hover {
}
.mega-menu .picture {
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
	background: #fff;
	text-align: center;
}
.mega-menu .picture a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.mega-menu .picture a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.mega-menu .subcategories {
	margin-left: 90px;
}
.mega-menu .box ul {
	margin-top: 5px;
}
.mega-menu .box li {
	margin-top: 5px;
	text-align: left;
}
.mega-menu .box li a {
	display: block;
	position: relative;
	padding: 8px 0 8px 16px;
}
.mega-menu .box li a:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 2px 2px 2px 2px;
	background: url("images/arrow.png") center no-repeat;
}
.mega-menu .box li a:hover {
	color: #5be;
}
.mega-menu .box li a:hover:before {
	top: 11px;
	width: 11px;
	height: 11px;
}
.mega-menu .dropdown li a.view-all {
	font-weight: bold;
	background: none;
}

/* manufacturers */

.mega-menu .manufacturers .box ul,
.mega-menu .manufacturers .box li {
	margin: 0;
}
.mega-menu .box li a.manufacturer {
	padding: 0;
	font-size: 0;
}
.mega-menu a.manufacturer:before {
	display: none;
}

.manufacturers.fullWidth .box {
	width: 16.66%;
}
.manufacturers.fullWidth li * {
	background: none !important;
	padding-left: 0;
}

.mega-menu .topic-wrapper {
	overflow: hidden;
}
.mega-menu .topic-wrapper p {
	font-size: 11px;
	line-height: 20px;
}
.mega-menu .topic-wrapper strong {
	display: block;
	border-bottom: 1px solid #5be;
	padding: 8px 0;
	font-size: 15px;
	text-transform: uppercase;
}

}


@media all and (min-width: 1280px) {
	
.mega-menu .dropdown.fullWidth {
	width: 1200px;
	margin-left: -600px;
}
.fullscreen .mega-menu .dropdown.fullWidth {
	width: 980px;
	margin-left: -490px;
}	

}