@import "/shops/fashion/design/1008/design.css"; /* Import Blocks template */

/* ColorCombo 121 */


/* Navigation hover */
nav a:hover,
#lang a:hover,
#catbutton ul ul a:hover,
#cart span,
footer #cat a:hover,
#footnav a:hover,
.slidelang a:hover		{  background: #06c; }
#searchbox:hover svg,
#searchbox:hover svg path,
#cart:hover svg,
#cart:hover svg path,
#mnav a:hover svg,	
#mnav a:hover svg path		{ fill: #fc0; }


/* Sunset on bottom */
#cont5 {
	background-image: url(/shops/fashion/cms/communication.jpg);
	background-repeat: no-repeat; background-position: center bottom; background-size: contain;
	padding-bottom: 300px;
}

/* Responsive */
@media all and (max-width: 1400px) {
	#cont5 { padding-bottom: 100px;	}
}
@media all and (max-width: 1000px) {
	#cont5 { padding-bottom: 20px;	}
}
@media all and (max-width: 600px) {
	#cont5 { padding-bottom: 0px;	}
}