/* Only Mobile */
@media only screen and (max-width:767px) {
	/* Header */
	.header {background:#ffffff; color:#000000; border-bottom:5px solid #00583d; min-height:85px; padding-top:25px;}
	.header .container {background:none;}
	.header .logo > img {max-width:116px;}
	/* Footer */
	.footer-top {padding-top:10px; padding-bottom:20px; text-align:left; min-height:150px; background:#00583d url('../images/bg-footer.png') 0 -85px repeat-x;}
	.footer-top .logo-footer {display:none;}
	.footer-top a.link {font-weight:400;}
	.footer {margin-bottom:30px;}
	.footer h4 {margin-top:0;}
	.footer .footer-social {margin-top:15px;}
	.footer .footer-cert {text-align:center;}
	/* Icons */
	.nav-toggle {top:2px;}
	.block-search {padding-top:0;}
	.block-search label {top:-30px;}
	/* Toolbar */
	.toolbar-products {margin:20px 0;}
	/* Title */
	h1.page-title {font-size:30px;}
	/* Navigation */
	.navigation .level0.active > a:not(.ui-state-active),
	.navigation .level0.has-active > a:not(.ui-state-active) {border-color:#00583d;}
	.navigation .level0.active .all-category .ui-state-focus {border-color:#00583d;}
	.navigation .level0.has-active > a:not(.ui-state-active) {border-color:#00583d;}
	.navigation .submenu:not(:first-child) .active > a {border-color:#00583d;}
	.nav-sections .switcher-language li.active {border-left:5px solid #00583d;}
	/* Category */
	.products-grid .product-item:nth-last-child(2) {border-bottom:2px solid #d0d0d0; padding-bottom:30px;}

	/* Homepage */
	.bannerslider h2 {font-size:14px;}
	.bannerslider .btn {font-size:14px; padding:5px;}

	.footer-top .text-right {text-align: left !important;}

}

/* Only Desktop */
@media only screen and (min-width:768px) {
	a.showcart {padding:0.75rem 1.25rem; line-height:1.5; background-color:#00583d; border-color:#00583d; color:#ffffff; font-size:16px; float: right; margin-top:25px;}
	a.showcart label {margin-bottom:0;}
	a.showcart i {margin-right:10px;}

	/* Navigation */
	nav#topMenu {background-color:#000000 !important; color:#ffffff; margin-bottom:0 !important;}

	.wsdownmenu {font-family:inherit !important;}
	.wsdownmenu-list li:last-child a {border-radius:0 !important}
	.wsdownmenu-list {text-align:center;}
	.wsdownmenu-list > li {float:none !important; text-align:center; display:inline-block;}
	.wsdownmenu-list > li.level0.active,
	.wsdownmenu-list > li:hover.level0 {background-color:#00583d;}
	.wsdownmenu-list > li > a {color:#ffffff !important;}
	.wsdownmenu-list li:hover > a {background-color:transparent !important;}
	.wsdownmenu-list li:last-child a,
	.wsdownmenu-list li:first-child a {border-radius:0 !important}
}

@media only screen and (max-width:1300px) {
	.cms-home .parallax-message h2 {
		padding-left: 55px;
	}
	.cms-home .parallax-message .list-inline{
		margin-left: 55px;
	}
}
@media only screen and (max-width: 1000px){
	.cms-home .parallax-message iframe{
		position: absolute;
		left: 50%;
		width: 95%;
		transform: translateX(-50%);
	}
	.cms-home .parallax-container{
		min-height: 700px !important;
	}
	.cms-home .parallax-message{
		text-align: center;
		padding-left: 40px;
	}
	.cms-home .parallax-message h2{
		display: inline-block;
		padding-left: 0;
	}
	.cms-home .parallax-message .list-inline{
		margin-left: 0;
	}
}