@media only screen and (min-width: 767px) {
    .disclaimer1 {
	text-align: left;
    }
    .wrapper {
	max-width:1100px;
    }
    .info {
	text-align: left;
    }
    .error {
	text-align: left;
    }
    .main {
	margin-bottom:6rem;
    }
    label {
	display: inline-block;
	width: auto;
    }
    input[type='text'], input[type='email'], input[type='tel'], input[type='password'], select, textarea {
	/*width: auto;
	display: inline-block;*/
    }
    .menu-item {
	width: auto;
	text-align: left;
    }
    .menu-item>li {
	display: inline-block;
	width: auto;
	text-align: left;
    }
    .menu-item>li:first-child {
	margin-left:0;
    }
    .menu-item>li>a {
	width: auto;
    }
    .maintitle {
	text-align: left;
	margin-bottom:1.5rem;
    }
    .secondtitle {
	text-align: left;
	margin-bottom:1.5rem;
    }
    .buton1 {
	display: inline-block;
	padding-left:1rem;
	padding-right:1rem;
	width: auto;
    }
    .buton1:hover {
	background: #eaa77a;
    }
    .buton2:hover {
	color:#eaa77a;
    }
    .form1 {
	max-width: 500px;
	margin-left:auto;
	margin-right:auto;
    }
    .form1 input[type='email'], .form1 input[type='password'], .form1 input[type='text'], .form1 input[type='tel'] {
	display:block;
	width:100%;
    }
    .form1 .error, .form1 .info {
	text-align: center;
    }
    
    /* BREADCRUMBS START ----------------------------------------------------------------------------------- */
    .breadcrumbs-wrapper {
	padding:0.6rem 0;
	border-bottom:5px solid #e20613;
	display: block;
	margin-bottom:1rem;
    }
    .breadcrumbs {
	display: block;
    }
    .breadcrumbs li {
	float:left;
	margin-left:1rem;
    }
    .breadcrumbs li:first-child {
	margin-left:0;
    }
    .breadcrumbs li a {
	font-size: 0.9rem;
	line-height: 1;
	font-weight: normal;
	color:#b2b2b2;
	text-decoration: none;
    }
    .breadcrumbs li a:hover {
	color:#e20613;
    }
    .breadcrumbs li:before {
	display: inline-block;
	content: '';
	width: 7px;
	height: 11px;
	background: url(../media/breadcrumbs-separator.png) left top no-repeat;
	margin-right: 1rem;
	vertical-align: middle;
    }
    .breadcrumbs li:first-child:before {
	display: none;
    }
    
    /* HEADER ----------------------------------------------------------------------------------- */
    .topbar {
	padding-top:1.5rem;
	padding-bottom:1.5rem;
    }
    .logo {
	float:left;
	max-width: none;
    }
    .logo img {
	width: 395px;
	height:85px;
    }
    .logo-kassbohrer {
	width: 178px;
	height: 17px;
	margin-left:2.5rem;
	margin-top:0;
    }
    .topbar-right {
	float: right;
	margin-top:0.5rem;
    }
    .header-tel {
	float:left;
	position: relative;
	top:-7px;
    }
    .lang_url {
	float:left;
	margin-left:2.5rem;
    }
    .lang_url:hover ul {
	display:block;
    }
    .lang_url ul>li>a:hover {
	background: #e20613;
    }
    .mainmenu-wrapper {
	position: static;
	background:#f1f1f1;
    }
    .mainmenu-wrapper.fixed {
	position:fixed;
	top:0;
	left:0;
	bottom: auto;
    }
    .mainmenu li a {
	text-align: left;
    }
    .mainmenu>li ul li {
	float:none;
	display: block;
	margin:0;
    }
    .mainmenu>li>a:hover, .mainmenu>li:hover>a {
	background: #e20613;
	color:#fff;
    }
    .mainmenu>li>ul>li>a:hover, .mainmenu>li>ul>li:hover>a {
	background: #000;
    }
    .mainmenu>li>ul>li>ul>li>a:hover, .mainmenu>li>ul>li>ul>li:hover>a {
	background: orange;
    }
    .mainmenu>li:hover>ul {
	display:block;
    }
    .mainmenu>li>ul>li:hover>ul {
	display:block;
	left: 100%;
    }
    .mobile-menu {
	display:none;
    }
    .mobile-menu-button {
	display: none;
    }
    
    /* FOOTER ----------------------------------------------------------------------------------- */
    .footer-top-line>.wrapper {
	text-align: left;
    }
    .footer-middle-line {
	padding: 2rem 0;
    }
    .cookies-disclaimer {
	margin-top:0;
	position: fixed;
	left:0;
	bottom:0;
	width: auto;
	padding:1.5rem 1.5rem;
	background: url('../media/bg-black-60.png');
	color: #fff;
	font-size:0.9rem;
	line-height: 1.3;
	font-weight: normal;
    }
    .cookies-disclaimer-more {
	color: #fff;
	float: left;
	width: 85%;
	text-align: left;
    }
    .cookies-disclaimer-more:hover {
	color: #fff;
    }
    .cookies-agree {
	float: right;
	margin-left: 1rem;
	width: 10%;
	margin-top:0;
    }
    .cookies-agree:hover {
	background: #e20613;
    }
    .coperta {
	float:right;
    }
    .footer-contact-item {
	float:left;
	margin-left:3rem;
    }
    .footer-contact-item p {
	display: inline-block;
	vertical-align: middle;
    }
    .footer-contact-item:first-child {
	margin-left:0;
    }
    .footer-contact-item:hover {
	color:#ccc;
    }
    .footer-bottom-line {
	padding-bottom:1rem;
	margin-top:1rem;
    }
    .footer-contact-title {
	font-size:1.2rem;
	line-height: 1;
	top:-0.75rem;
	padding:1.3rem 3rem;
    }
    
    /* STATIC PAGE ------------------------------------------------------------------------------------------ */
    .cnt ul, .cnt ol {
	margin-left:3rem;
    }
    .cnt h2, .cnt h3 {
	text-align: left;
    }
    .cnt a:hover {
	text-decoration: none;
    }
    .static-intro {
	height: 495px;
	margin-bottom: 2rem;
    }
    .static-intro .introimg {
	position: absolute;
	z-index: 1;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	height: 100%;
	max-width: none;
	width: auto;
    }
    .static-content {
	margin-top:2rem;
    }
    
    /* CONTACT ------------------------------------------------------------------------------------------ */
    .contact {
	margin-top:3rem;
    }
    .contact-item {
	float:left;
	width: 47.5%;
	margin-left:5%;
	text-align: left;
	margin-top:0;
	padding-top:0;
	border-top:0;
    }
    .contact-item:first-child {
	margin-left: 0;
    }
    .contact-item h2, .contact-item h3, .contact-item h4, .contact h5 {
	text-align: left;
    }
    .contact-item p {
	text-align: left;
    }
    .contact-left {
	float:left;
	width: 65%;
    }
    .contact-right {
	margin-top:0;
	float:right;
	width: 35%;
	padding-left:3rem;
    }
    .contact-item a:hover {
	color:#999;
    }
    .map {
	height: 400px;
    }
    .csend {
	float: right;
    }
    .form-actions {
	margin-top:1rem;
    }
    .contact-form .loader {
	font-size:2.5rem;
	float:right;
    }
    
    .hcaption {
	font-size:1.8rem;
	line-height: 1;
	font-weight: 300;
	border-bottom:1px solid #e20613;
	margin-bottom:2rem;
    }
    .hcaption p {
	display: inline-block;
	padding:5px 10px;
	background: #fff;
	position: relative;
	bottom:-10px;
    }
    .hcategs {
	margin-top:2rem;
    }
    
    .categs li:hover .categs-img img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    }
    .categs li:hover .categs-img span {
	display: block;
    }
    
    .produse {
	margin-top:2rem;
    }
    .empty {
	margin-top:3rem;
	font-size: 1.5rem;
	line-height: 1.4;
    }
    .left {
	float:left;
	width:55%;
    }
    .right {
	float:right;
	width: 45%;
	padding-left:2rem;
	margin-top:0;
    }
    .categ-introimg {
	margin-bottom:2rem;
    }
    .produse .maintitle, .produs .maintitle {
	margin-bottom:0.2rem;
    }
    .produs {
	margin-top:3rem;
    }
    .produs-mainimg {
    }
    .produs-desc h2, .produs-desc h3 {
	text-align: left;
    }
    .produs-album {
	margin-top:4rem;
    }
    .produs-tehnic li {
	position: relative;
	padding-left:31%;
    }
    .produs-tehnic li strong {
	display: inline-block;
	width: 30%;
	font-weight: normal;
	position: absolute;
	left:0;
	margin-right:0;
	padding-right:0;
    }
    
    .album li a:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    }
    
    .stiri-wrapper, .stire-wrapper {
	margin-top:2rem;
    }
    .stiri-img {
	display: block;
	float:left;
	margin-right:1.5rem;
	width:200px;
	overflow: hidden;
    }
    .stiri li:hover a {
	color: #808080;
    }
    .stiri li:hover .stiri-img img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    }
    
    .hslider-wrapper {
	/*min-height: 474px;*/
	background: #f1f1f1;
    }
    .slider-banner {
	position: absolute;
	left:0;
	bottom:30px;
	z-index: 100;
	width: 540px;
    }
    
    .footermenu {
	margin-bottom:0;
    }
    .footermenu a:hover{
	color: #000;
    }
    .footermenu li {
	margin-left:1.5rem;
    }
    .footermenu li:first-child {
	margin-left:0;
    }
}
@media only screen and (min-width: 1100px) {
    .mainmenu>li>a {
	padding: 1.5rem 1.7rem;
    }
    .right {
	padding-left:3rem;
    }
}
@media only screen and (min-width: 1200px) {
    .main {
	margin-bottom:8rem;
    }
}
@media only screen and (min-width: 380px) and (max-width: 669px) and (orientation: landscape) {
    .categs li {
	float:left;
	width: 49%;
	margin-top:2rem;
	margin-left:2%;
    }
    .categs li:nth-child(-n+2) {
	margin-top:0;
    }
    .categs li:nth-child(2n+1) {
	margin-left:0;
    }
    .album li {
	float:left;
	width:49%;
	margin-left:2%;
	margin-top:2%;
    }
    .album li:nth-child(-n+2) {
	margin-top:0;
    }
    .album li:nth-child(2n+1) {
	margin-left:0;
    }
}
@media only screen and (min-width: 670px) and (max-width: 766px) {
    .categs li {
	float:left;
	width: 32%;
	margin-top:2rem;
	margin-left:2%;
    }
    .categs li:nth-child(-n+3) {
	margin-top:0;
    }
    .categs li:nth-child(3n+1) {
	margin-left:0;
    }
    .album li {
	float:left;
	width:24%;
	margin-left:1.33333333%;
	margin-top:1.33333333%;
    }
    .album li:nth-child(-n+4) {
	margin-top:0;
    }
    .album li:nth-child(4n+1) {
	margin-left:0;
    }
}
@media only screen and (max-width: 350px) {
    .categs-title {
	font-size:1rem;
	line-height: 1;
    }
    .produse-title {
	font-size:1rem;
	line-height: 1;
    }
    .produse-code {
	font-size:1rem;
	line-height: 1;
    }
}
@media only screen and (max-width: 767px) {
    .just-desktop {
	display: none;
    }
}
@media only screen and (min-width: 767px) {
    .just-mobile {
	display: none;
    }
    .categs li {
	float:left;
	width: 32%;
	margin-top:2rem;
	margin-left:2%;
    }
    .categs li:nth-child(-n+3) {
	margin-top:0;
    }
    .categs li:nth-child(3n+1) {
	margin-left:0;
    }
    .album li {
	float:left;
	width:24%;
	margin-left:1.33333333%;
	margin-top:1.33333333%;
    }
    .album li:nth-child(-n+4) {
	margin-top:0;
    }
    .album li:nth-child(4n+1) {
	margin-left:0;
    }
    
    .produs-left-right .categs li {
	float:left;
	width: 49%;
	margin-top:2rem;
	margin-left:2%;
    }
    .produs-left-right .categs li:nth-child(-n+3) {
	margin-top:2rem;
    }
    .produs-left-right .categs li:nth-child(3n+1) {
	margin-left:2%;
    }
    .produs-left-right .categs li:nth-child(-n+2) {
	margin-top:0;
    }
    .produs-left-right .categs li:nth-child(2n+1) {
	margin-left:0;
    }
}