/********************************************
 * Responsive Dropdown Menu
 * Mobile devices stylesheet
 * 
 * Contents:
 * 1) Responsive Dropdown Menu: General styles
 * 2) Responsive Dropdown Menu: Top level styles
 * 3) Responsive Dropdown Menu: Dropdown panel styles
 * 4) Responsive Dropdown Menu: Submenu columns
 * 5) Responsive Dropdown Menu: Social links
 * 6) Responsive Dropdown Menu: Media Queries
 * 
 ********************************************/

/***********************************
 * Responsive Dropdown Menu: General styles *
 ***********************************/

.rdd-menu {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 22px;
    /* Webkit browsers fonts rendering fix */
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}



/*************************************
 * Responsive Dropdown Menu: Top level styles *
 *************************************/

.rdd-menu > ul {
    float: left;
    width: 100%;
    position: relative;
    z-index: 100;
}

.rdd-menu > ul > li {
    float: left;
    width: 100%;
    position: relative;
}

.rdd-menu > ul > li > a,
.rdd-menu > ul > li > span {
    display: block;
    height: 40px;
    line-height: 39px;
    padding: 0 7%;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    z-index: 101;
}


.rdd-menu > ul > li > span {
    cursor: default;
}

.rdd-menu .ico-arrow {
    display: none;
    width: 51px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: -325px -6px;
}

/******************************************
 * Responsive Dropdown Menu: Dropdown panel styles *
 ******************************************/

.rdd-menu .submenu-panel {
    /* display: none; */
    width: 100%;
    padding: 20px 0 10px 0;
    font-size: 11px;
    line-height: 18px;
    position: relative;
    z-index: 950;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    -o-box-shadow: 0 0 0;
    -khtml-box-shadow: 0 0 0;
    -ms-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.rdd-menu li:target > .submenu-panel {
    display: block;
}

.rdd-menu li:target > .open {
    display: none;
}

.rdd-menu li:target > .close {
    display: block;
}

.rdd-menu ul ul li a {
	display: block;
    float: left;
    line-height: 16px;
	border-bottom: 1px dotted #ffffff;
}



.rdd-menu ul ul > li > a {
    display: block;
    float: left;
    font-size: 16px;
    padding: 0;
    text-decoration: none;
	width: 100%;
}

.rdd-menu ul ul ul {
    position: absolute;
	left: 655px;
	top: 9px;
    width: 200px;
    padding: 2% 0;
	display: none;
	height: 300px;
}

.rdd-menu #closures ul ul {
	width: 350px;
}

.rdd-menu .submenu-panel h2,
.rdd-menu .submenu-panel .h2 {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
}

.rdd-menu .submenu-panel h3,
.rdd-menu .submenu-panel .h3 {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.rdd-menu .submenu-panel h4,
.rdd-menu .submenu-panel .h4 {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
}

.rdd-menu .submenu-panel .submenu-separator {
    display: none;
}

/************************************
 * Responsive Dropdown Menu: Submenu columns *
 ************************************/

.rdd-menu .submenu-panel .col {
    float: left;
    width: 86%;
    padding: 0 15px 20px 15px;
    /* Hide all content except Submenu links on small screens */
    display: none;
}

.rdd-menu .submenu-panel .col.submenu-links {
    display: block;
}

/* Column with Submenu related info (headline, image and text): Static */
.rdd-menu .submenu-panel .col.submenu-info {
    display: none;
}

header { display: none; }

.rdd-menu > ul > li {
	width: 110px;
	margin-right: 3px;
}

.rdd-menu > ul > li > a {
	line-height: 18px;	
	padding-top: 8px;
}

.rdd-menu #decorating ul li a { width: 220px; }

/**********************************
 * Responsive Dropdown Menu: Media Queries *
 **********************************/

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/* @media only screen and (max-width: 1129px) { */
@media only screen and (max-width: 1259px) {
	body { overflow-x: hidden; }
	header { display: block; position: fixed; width: 100%; z-index: 6; background: #191919; }
	
	.rdd-menu #containers, .rdd-menu #closures, .rdd-menu #decorating, .rdd-menu #custom, .rdd-menu #logistics, .rdd-menu #about_us, .rdd-menu #crashcourse { background: none; }
	
	.menu { width: 100%; z-index: 1; }
	
	#hamburger { cursor: pointer; display: block; height: 24px; padding: 3px 4px 3px; position: relative; float: left; width: 25px; top: 8px; left: 5px; z-index: 9999; }
	#filtering { cursor: pointer; display: block; height: 24px; padding: 3px 4px 3px; position: relative; float: right; width: 25px; top: 8px; right: 5px; background: url(/resource/1440184034000/filteringIcon) 0 3px no-repeat; z-index: 9999; }

	/* The white stripes in the hamburger button */
	#hamburger div { background-color: #fff; border: 1px solid #eee; border-radius: 2px 2px 2px 2px; height: 2px; margin-top: 3px; width: 90%; }
	
	.menu #logo { width: auto; margin: 0 auto; }
	#nav { left: 0; top: 0; z-index: 0; width: 70%; }
	
	nav { left: 0px; top: 0px; position: fixed; z-index: 0; width: 80%; height: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow-x:hidden; overflow-y:auto ; background: #3e3c3d; background: -moz-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3c3d), color-stop(100%,#2d2c2d)); background: -webkit-linear-gradient(top, #3e3c3d 0%,#2d2c2d 100%); background: -o-linear-gradient(top, #3e3c3d 0%,#2d2c2d 100%); background: -ms-linear-gradient(top, #3e3c3d 0%,#2d2c2d 100%); background: linear-gradient(to bottom, #3e3c3d 0%,#2d2c2d 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3c3d', endColorstr='#2d2c2d',GradientType=0 ); }
	
	.rdd-menu .submenu-panel { padding: 0; margin-left: -10px; position: inherit; float: left; }
	.rdd-menu .submenu-panel .col { width: 100%; padding: 0; }
	.rdd-menu #decorating .submenu-links { width: 100%; }
	
	.rdd-menu > ul > li { height: auto; border-bottom: 1px solid #222222; border-top: 1px solid #444444; background: none; line-height: 40px; border-radius: 0; width: 100%; }
	.rdd-menu > ul > li > a { line-height: 40px; }
	.submenu-links > ul > li { float: left; border-bottom: 1px solid #222222; border-top: 1px solid #444444; width: 100%; }
	.submenu-links > ul > li > a { margin-left: 30px; }
	.rdd-menu > ul > li > a { margin: 0; padding: 0; }
	.rdd-menu #containers a:hover { color: #f1822e; }
	.rdd-menu #closures a:hover { color: #f1ae27; }
	.rdd-menu #decorating a:hover { color: #3c6db5; }
	.rdd-menu #custom a:hover { color: #73428f; }
	.rdd-menu #logistics a:hover { color: #b71f43; }
	.rdd-menu #about_us a:hover { color: #3ebca4; }
	.rdd-menu #crashcourse a:hover { color: #0c3b7e; }
	
	.rdd-menu ul ul li a { line-height: 52px; border-bottom: 0; }

	.rdd-menu #about_us ul li a { width: 300px; }
	
	.panel { position: fixed; top: 0; left: 0; padding: 0; left: -330px; width: 330px; z-index: 9999; border-top: 2px solid #212121; }
	
	.menu-link { float: left; margin: 5px 0 0 0; }
	
	.panel > ul { float: left; margin: 0; width: 300px; }
	.panel > ul > li {
		float: left;
		width: 300px;
		padding: 0;
		text-transform:uppercase;
		font-family:'PT Sans';
		font-weight:400;
		font-size: 120%;
	}
	
	.panel ul li a { display: block; float: left; line-height: 45px; padding: 0 15px; margin: 0; color: #ffffff; background: #292929; border-bottom: 2px solid #212121; height: 45px; width: 300px; }
	
	.panel ul { clear: both; }
	.panel ul ul { display: block; float: left; width: 100%; margin: 0; padding: 0; }
	
	.panel ul ul li { display: block; line-height: 45px; float: left; clear: both; width: 100%; font-size: 16px; }
	.panel ul ul li a { width: 285px; padding-left: 30px; background: #333333; transition: background 0.4s ease-in-out; -moz-transition: background 0.2s ease-in-out; -webkit-transition: background 0.2s ease-in-out; -o-transition: background 0.2s ease-in-out; }
	.panel a:hover { text-decoration: none; background: #3ebca4; }
	
	#contentLayer { background: rgba(0,0,0,0.2); display: none; height: 100%; overflow-x: hidden; overflow-y: auto; position: fixed; right: 0; top: 0; width: 20%; z-index: 9999; }
	#filterLayer { background: rgba(0,0,0,0.2); display: none; height: 2000%; overflow-x: hidden; overflow-y: auto; position: absolute; left: 0; top: 0; width: 20%; z-index: 9999; min-height: 1062px; }
	
	#main-content { background: #ffffff; position: relative; width: auto; min-height: 1000px; z-index: 1; box-shadow: 0px 0px 18px 9px rgba(0, 0, 0, 0.4); }
	
	#slide9 { margin-bottom: 0; }
	#slide9 h1 { width: 80%; }
	#slide11 { background: #ffffff; margin: 0; padding-top: 40px; }
	#decorating .submenu-links ul li:first-child { display: none; }
	
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
/* @media only screen and (min-width: 1130px) and (max-width: 1550px) { */
@media only screen and (min-width: 1260px) and (max-width: 1624px) {
	#logo img { width: 200px; margin-top: 10px; }
	.rdd-menu {
		width: 100%;
		padding: 0 5px;
	}
	.rdd-menu > ul > li {
        width: 110px;
		margin-right: 3px;
    }
    
    .rdd-menu .submenu-panel {
        position: absolute;
        top: 100%;
        left: 0;
    }
    
    /* Submenu columns */
    .rdd-menu .submenu-panel .col {
        display: block;
    }
    
    /* Column with submenu related info (headline, image and text): static */
    .rdd-menu .submenu-panel .col.submenu-info {
        display: block;
        background: none;
    }
    
    .rdd-menu .submenu-info img {
        display: block;
        float: left;
        width: 50%;
        max-width: 50%;
        margin: 5px 15px 0 0;
    }
    
    /* Column with map */
    .rdd-menu .submenu-panel .col.submenu-map-wrapper {
        display: block;
        float: none;
        background: none;
    }
	.rdd-menu #containers { background: #f1822e; }
	.rdd-menu #closures { background: #f1ae27; }
	.rdd-menu #decorating { background: #3c6db5; }
	.rdd-menu #custom { background: #73428f; }
	.rdd-menu #logistics { background: #b71f43; }
	.rdd-menu #about_us { background: #3ebca4; }
	.rdd-menu #crashcourse { background: #0c3b7e; }
    .rdd-menu #nextup { background: #D20B7A; }
	
	.rdd-menu > ul > li > a {
    	line-height: 18px;
		padding-top: 8px;
	}
	
	.rdd-menu #containers ul {
		width: 275px;
		margin-top: 0;
		padding-top: 0;
	}
	
	.rdd-menu #containers ul li a {
		width: 255px;	
	}
	.rdd-menu #containers ul li {
		width: 275px;	
	}
	
	.rdd-menu #closures ul {
		width: 275px;
		margin-top: 0;
		padding-top: 0;
	}
	
	.rdd-menu #closures ul li {
		width: 275px;	
	}
	.rdd-menu #closures ul li a {
		width: 255px;
	}
	
	.rdd-menu #decorating ul {
		float: left;
		width: 245px;
		margin-top: 0;
		padding-top: 0;
	}
	
	.rdd-menu #decorating ul li {
		width: 220px;	
	}
	.rdd-menu #decorating ul li a {
		width: 220px;
	}
	
	.rdd-menu #about_us ul {
		width: 275px;
		margin-top: 0;
		padding-top: 0;
	}
	
	.rdd-menu #about_us ul li {
		width: 275px;	
	}
	.rdd-menu #about_us ul li a {
		width: 255px;	
	}
	
	.rdd-menu #containers ul ul {
		left: 575px;
		margin-top: 23px;
		padding-left: 10px;
	}
	
	.rdd-menu #containers ul ul li {
		display: block;
		width: 200px;
		margin-top: 0;
		float: left;
		line-height: 16px;
	}
	
	.rdd-menu #closures ul ul {
		left: 575px;
		margin-top: 23px;
		padding-left: 5px;
	}
	
	.rdd-menu #closures ul ul li {
		display: block;
		width: 350px;
		float: left;
		line-height: 16px;
	}
	
	.rdd-menu #decorating ul ul li {
		display: block;
		width: 200px;
		float: left;
		line-height: 16px;
		border-bottom: 1px dotted #ffffff;
	}
	
	.rdd-menu #about_us ul ul li {
		display: block;
		width: 275px;
		float: left;
		line-height: 16px;
		border-bottom: 1px dotted #ffffff;
	}

}

/* @media only screen and (min-width: 1551px) {	*/
@media only screen and (min-width: 1625px) {	
	.rdd-menu #containers { background: url(/resource/1440184067000/navContainer) 10px 22px no-repeat #f1822e; }
	.rdd-menu #closures { background: url(/resource/1440184096000/navClosures) 10px 22px no-repeat #f1ae27; }
	.rdd-menu #decorating { background: url(/resource/1440184126000/navDecorating) 10px 20px no-repeat #3c6db5; }
	.rdd-menu #custom { background: url(/resource/1440184152000/navCustom) 10px 18px no-repeat #73428f; }
	.rdd-menu #logistics { background: url(/resource/1440184180000/navLogistics) 10px 25px no-repeat #b71f43; }
	.rdd-menu #about_us { background: url(/resource/1440184204000/navAboutUs) 10px 16px no-repeat #3ebca4; }
	.rdd-menu #crashcourse { background: #0c3b7e; }
	.rdd-menu #nextup { background: #D20B7A; }
	
	.rdd-menu > ul > li {
        width: 150px;
    }
    
    .rdd-menu .submenu-panel {
        position: absolute;
        top: 100%;
        left: 0;
    }
    
    /* Submenu columns */
    .rdd-menu .submenu-panel .col {
        display: block;
    }
    
    /* Column with submenu related info (headline, image and text): static */
    .rdd-menu .submenu-panel .col.submenu-info {
        display: block;
        background: none;
    }
    
    .rdd-menu .submenu-info img {
        display: block;
        float: left;
        width: 50%;
        max-width: 50%;
        margin: 5px 15px 0 0;
    }
    
    /* Column with map */
    .rdd-menu .submenu-panel .col.submenu-map-wrapper {
        display: block;
        float: none;
        background: none;
    }
	
	.rdd-menu #decorating ul {
		float: left;
		width: 270px;
		margin-top: 0;
		padding-top: 0;
	}

}
@media only screen and (max-width: 475px) {
    .rdd-menu ul li a {
        font-size:14px;
    }
    .rdd-menu ul ul li a {
        font-size:12px;
    }
}