@font-face {
	font-family: "AvantGardeBook";
	src: url("fonts/Avgardn.ttf") format("truetype");
	/*src: url("fonts/pompadur.ttf") format("truetype");*/
}

@font-face {
	font-family: "Century Gothic";
	src: url("fonts/CenturyGothic.eot");
	src: url("fonts/CenturyGothic.eot?#iefix")format("embedded-opentype"),
		url("fonts/CenturyGothic.woff") format("woff"),
		url("fonts/CenturyGothic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'AvantGardeBook';
	src: url('fonts/AvantGardeBook.eot');
	src: url('fonts/AvantGardeBook.woff') format('woff'), url('fonts/AvantGardeBook.ttf') format('truetype'), url('fonts/AvantGardeBook.svg') format('svg');    font-weight: normal;
	font-style: normal;

}




@font-face {
	font-family: 'AvantGardeDemi';
	src: url('fonts/AvantGardeDemi.eot');
	src: url('fonts/AvantGardeDemi.woff') format('woff'), url('fonts/AvantGardeDemi.ttf') format('truetype'), url('fonts/AvantGardeDemi.svg') format('svg');
	font-weight: normal;
	font-style: normal;

}

body {
	margin: 0;
	background-color: #1f1f1f;
	font-family: "AvantGardeBook", "Century Gothic";
	color: #f2e7d1;
}

a {
	text-decoration: inherit;
	color: inherit;
}

table {
	border-spacing: 0;
}

td {
	padding: 0;
}

#header-container {
	/*position: absolute;*/
	left: 0;
	top: 0;
	width: 100%;
	z-index: 3;
}

#header {
	width: 1100px;
	/*height: 119px;*/
	height: 79px;
	/*margin-left:auto;*/
	/*margin-right: auto;*/
	color: #f2e8cf;
	/*position: relative;*/
	xoverflow: hidden;
	z-index: 10;
}

#header-bg {
	width: 100%;
	height: 119px;
	/*position: absolute;*/
	background-color: #1f1f1f;
	/*opacity: 0.7;*/
	border-bottom: 1px solid #CD2122;
	z-index: 5;
}

#header .logotable {
	float: left;
}

#header .logotable a {
	color: #f2e8cf;
	text-decoration: none;
	font-family: 'AvantGardeDemi';
}

#header .logo, .logo2 {
	/*height: 79px;*/
	/*width: 75px;*/
	height: 42px;
	width: 33px;
	padding-top: 40px;
	display: inline-block;
	background-image: url("/img/logo.png");
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	background-size: contain;
}

#header .title {
	font-size: 28px;
	line-height: 1.1em;
}

#header .tel, .tel2 {
	font-family: 'AvantGardeDemi';
	font-size: 24px;
	line-height: 1.1em;
	position: relative;
}

.tel2 {
	color: #CD2122;
}

#header .logo small {
	font-size: 24px;
}

#header span.icon {
	/*width: 19px;*/
	/*height: 20px;*/
	width: 38px;
	height: 40px;
	display: inline-block;
	padding-right: 3px;
	background-position: center;
	background-repeat: no-repeat;
}
span.icon-vk {
	background-image: url(/img/icon-vk.png);
	background-size: 120%;
}

span.icon-ok {
	background-image: url(/img/icon-ok.png);
	background-size: 120%;
}

span.icon-inst {
	background-image: url(/img/icon-inst.png);
	background-size: 120%;
}
span.icon-teleg{
	background-image: url(/img/icon-teleg.png);
	background-size: 120%;
}

#header span.icon-wifi {
	background-image: url(/img/icon-wifi.png);
	width: 55px;
	height: 55px;
	display: inline-block;
	padding-right: 3px;
	background-position: center;
	background-repeat: no-repeat;
}

.toptable {
	padding-top: 10px; 
	padding-left: 50px;
}

a.toptop {
	border-top: 1px solid white;
	color: #f2e8cf;
	text-decoration: none;
	/*background-image: url(/img/opacity20.png);*/
	padding: 3px 6px 8px;
	display: inline-block;
	width: 160px!important;
	text-align: center;
	margin-left: 14px;
	margin-bottom: 6px;
	z-index: 100;
	position: relative;
}

a.toptop:hover {
	/*background-image: url(/img/opacity40.png);*/
}

a.toptopred {
	color: #f2e8cf;
	border-top: 1px solid #CD2122;
	text-decoration: none;
	background: #CD2122;
	background: linear-gradient(to bottom, #CD2122 0%, #CD2122 70%, rgba(0,0,0,0) 100%);
	padding: 3px 6px 8px;
}
a.toptopred:hover {
	border-top: 1px solid #D46868;
	background: #D46868;
	background: linear-gradient(to bottom, #D46868 0%, #D46868 70%, rgba(0,0,0,0) 100%);
}

.menutable {
	margin-top: 5px;
	padding-top: 10px;
	border-spacing: 0px;
}

.menutable td {
	padding: 0px;
	xborder-left: 1px solid #CD2122;
	xborder-width: 2px;
	xborder-style: solid;
	xborder-image: linear-gradient(to top, #CD2122 0%, #CD2122 40%, rgba(0,0,0,0) 100%);
	background-image: url(/img/menu-vert-line2.png);
	background-position: left;
	background-repeat: no-repeat;
	x_transition: 0.3s;
	padding: 3px;
}

.menutable td:first-of-type {
	padding-left: 0px;
	border-left: none;
	background-image: none;

}

.menutable td a {
	padding: 6px;
	color: #f2e8cf;
	text-decoration: none;
	height: 100%;
	display: block;
	position: relative;
}

.menutable td:hover {
	xbackground: linear-gradient(to top, #CD2122 0%, #CD2122 70%, rgba(0,0,0,0) 100%);
	background-repeat: repeat-x;
	background-image: url(/img/menu-vert-line2.png);
}

.menutable td:hover a:after {
	content: " ";
	display: block;
	width: 100%;
	height: 50px;
	clip: rect(25px, auto, 59px, 0);

	position: absolute;
	content: '';
	left: 0;
	right: 0;

	top: 0px;
	background-color: #CD2122;
	border-radius: 50% / 20px; 
	box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px;
}

.moveup, .moveup2 {
	position: relative;
}

#topbanner {
	xmargin-top: -120px;
	width: 100%;
	height: 430px; /* 380 */
	background-image: url(/img/bg2.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
	background-size: cover;
}

#topbanner-main {
	xmargin-top: -120px;
	width: 100%;
	height: 550px; /* 380 */
	background-image: url(/img/mainslider1.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	background-size: cover;
}

/*
#topbanner-main.mini {
	height: 400px!important;
}

#topbanner-main.mini .bannertext.left{
	top: 180pximportant;
}
*/
.bannerwrapper {
	width: 100%;
	height: 100%;
	positionx: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

/**
Поля 410px

*/

.footer {
	border-top: 7px solid #CD2122; 
	border-bottom: 7px solid #CD2122;
	text-align: center;
}

.footer .fdiv {
	width: 1100px; 
	display: inline-block; 
	padding: 15px;
	box-sizing: border-box;
}

.footer .ldiv {
	float: left; 
	width: 50%; 
	text-align: left;
}

.footer .rdiv {
	float: left;
	width: 50%;
	text-align: right;
}



.kroshki {
	border-top: 1px solid #CD2122;
	margin-left: -1090px;
	width: 680px;
	height: 30px;
	text-align: right;
	font-weight: normal;
	font-size: 16px;
	position: absolute;
	top: 173px;
	x_transition: 0.5s;
}

.kroshki table {
	display: inline-block;
	border-spacing: 0px;
}

.kroshki table td {
	/*background-image: url(/img/opacity30b.png);*/
	padding: 0;
}

.kroshki a {
	background-image: url(/img/kroshki-palka.png);
	background-position: right;
	background-repeat: no-repeat;
	padding: 5px 12px;
	margin: 2px 0 0 0;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
}

.kroshki a.last {
	background-image: none;
	border-right: 7px solid #CD2122;
}

.bannertext {
	padding: 0px 0px 0px 0px;
	width: 910px;
	height: 30px;
	font-weight: normal;
	font-size: 16px;
	position: absolute;
	color: #fff;
	text-align: left;
	x_transition: 0.5s;
}

.bannertext.right {
	top: 263px;
	right: 0px;
	margin-right: -1320px;
	x_transition-delay: 0.5s;
}

.bannertext.left {
	top: 300px;
	left: 0px;
	margin-left: -1320px;
	text-align: right;
}


.bannertext table {
	display: inline-block;
	border-spacing: 0px;
}

.bannertext table tr {
	height: 95px;
}

.bannertext table td {
	padding: 0;
}

.bannertext table td.space {
	width: 548px;
}

.bannertext table td.text, .bannertext table td.polos {
/*	background-image: url(/img/opacity30b.png);*/
}

.bannertext.right table td.arrows {
	background-image: url(/img/arrows-left.png);
	width: 25px;
}

.bannertext.left table td.arrows {
	background-image: url(/img/arrows-right.png);
	width: 25px;
}

.bannertext table td.space, .bannertext table td.text, .bannertext table td.polos {
	border-top: 1px solid #CD2122;
}

.bannertext table td.polos {
	width: 7px;
}

.bannertext table td.text {
	/* width: 330px;*/
	width: 460px;
}

.bannertext.right table td.text {
	border-left: 7px solid #CD2122;
}

.bannertext.left table td.text {
	border-right: 7px solid #CD2122;
}

.bannertext table td.text span {
	line-height: 16px;
	margin: 0px 10px 2px 10px;
	display: block;
}

.bannertext table td.text div {
	margin: 0px;
	line-height: 45px;
	padding: 5px 10px 2px 2px;
}
.bannertext div {
	font-size: 48px;

}

.bannertext-mini {
	border-top: 1px solid #CD2122;
	border-right: 7px solid #CD2122;
	line-height: 27px;
	padding-right: 10px;
	padding-left: 10px;
	/*background-image: url(/img/opacity30b.png);*/
	width: 265px;
	/* height: 30px; */
	text-align: right;
	font-weight: normal;
	font-size: 16px;
	position: absolute;
	top: 395px;
	left: -685px;
	color: #fff;
	x_transition: 0.5s;
	x_transition-delay: 0.5s;
}


.topbanner-content {
	width: 1100px;
	margin-left:auto;
	margin-right: auto;
	position: relative;
}

.karusel-container {
	width: 100%;
	height: 100px;
	background-size: 1830px;
	background-image: url(/img/karusel-bg.png);
}

.karusel {
	width: 1100px;
	height: 100px;
	xborder: 1px solid red;
	position: relative;
	xmargin-left: -549px;
	bottom: 0px;
	overflow: hidden;
}

.karusel table {
	border-spacing: 0px;
}

.karusel table td {
	padding: 0px;
}

.karusel-img {
	display: inline-block;
	width: 183px;
	height: 100px;
	background-size: cover;
	cursor: pointer;
	transition: 0.5s;
	background-position: center;
}

.karusel-img:hover {
	transform: scale(1.1);
}

.karusel .btn {
	width: 25px;
	position: absolute;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0px;
	cursor: pointer;
}

.karusel .btn.left {
	background-image: url(/img/arrows-left.png);
	left: 0px;
}

.karusel .btn.right {
	background-image: url(/img/arrows-right.png);
	right: 0px;
}
/*
.karusel-img:nth-of-type(1) {
	filter: blur(7px);
}

.karusel-img:nth-of-type(2) {
	filter: blur(5px);
}

.karusel-img:nth-of-type(3) {
	filter: blur(3px);
}

.karusel-img:nth-of-type(10) {
	filter: blur(3px);
}

.karusel-img:nth-of-type(11) {
	filter: blur(5px);
}

.karusel-img:nth-of-type(12) {
	filter: blur(7px);
}
*/

.content {
	width: 1100px;
	margin-left:auto;
	margin-right: auto;
	xborder: 1px solid red;
}

h2 {
	background-color: #2b2a28;
	border-top: 1px solid #CD2122;
	border-right: 7px solid #CD2122;
	padding: 7px 20px 7px 480px;
	margin-left: -450px;
	min-width: 450px;
	text-align: left;
	font-weight: normal;
	font-size: 26px;
	display: inline-block;
}

h3 {
	font-size: 24px;
	padding-left: 10px;
	display: inline;
	font-weight: normal;
}

h3:after {
	content:"\a"; 
	white-space:pre;
}

h3 a {
	color: inherit;
	text-decoration: none;
}


.pled {
	width: 100%;
	/*background: #CD2122;*/
	/*background-image: url(/img/pled.png);*/
	/*background-position: center;*/
	/*background-repeat: no-repeat;*/
	border-top: 7px solid #CD2122;
	border-bottom: 7px solid #CD2122;
	/*height: 350px;*/
	text-align: center;
	font-size: 12px;
	margin-bottom: 15px;
}

.pled > div {
	width: 1100px;
	height: 100%;
	display: inline-block;
	text-align: left;
}
.pled a{
	text-decoration: underline;
	color: #CD2122;
}

.pled > div > table {
	width: 100%;
	height: 100%;
}

.pled > div > table td:first-of-type {
	width: 265px;
	text-align: center;
}

.pled > div > table td:first-of-type > div {
	width: 217px;
	height: 217px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 100%;
	display: inline-block;
}

.pled > div > table td:first-of-type > div > span {
	width: 187px;
	height: 187px;
	border: 10px solid #f2e8cf;
	border-radius: 100%;
	display: inline-block;
	margin-top: 5px;
}

.pled > div > table td {
	vertical-align: middle;
}

/* end old pled */

.pled .img {
	width: 217px;
	height: 217px;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 100%;
	display: inline-block;	
	text-align: center;
	padding: 0px;
	margin: 40px 30px 15px 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}

.pled .img span {
	width: 187px;
	height: 187px;
	border: 10px solid #f2e8cf;
	border-radius: 100%;
	display: inline-block;
	margin-top: 5px;	
}

.pled p {
	padding: 20px;
}

.plit {
	float: left;
	width: 275px;
	height: 280px;
	/*margin: 22.5px;*/
	border: 0px solid red;
	position: relative;
	xtransition: 0.5s;
}

.plit .img {
	display: inline-block;
	width: 225px;
	height: 225px;
	position: relative;
	background-repeat: no-repeat;
	xtransition: 0.5s;
}

.plit.plit1 .img {
	overflow: hidden;
}

.plit .img .line {
	display: inline-block;
	position: absolute;
	height: 225px;
	left: 225px;
	width: 0px;
	background-color: #CD2122;

}

.plit1 .img .line {
	transition: 0.5s;
}

.plit1 .img:hover .line {
	width: 10px;
	left: 215px;
}

.plit .label {
	display: inline-block;
	position: absolute;
	padding: 5px;
	left: 225px;
	top: 180px;
	width: 105px;
	text-align: center;
	background-color: #CD2122;
}

.plit1 .label {
	transition: 0.5s;
}

.plit .img:hover .label {
	left: 110px;
}

.plit  .title {
	display: block;
	font-weight: bold;
	text-align: center;
	margin: 5px;
}

.plit  .text {
	display: block;
	text-align: center;
	font-size: 12px;
}

.plit .bigtext {
	position: absolute;
	border-top: 1px solid #CD2122;
	border-right: 10px solid #CD2122;
	background-color: #151515;
	left: 0px;
	top: 0px;
	width: 195px;
	height: 204px;
	z-index: -1;
	font-size: 12px;
	padding: 10px;
	xtransition: 0.5s;
	overflow: hidden;
}

.plit .text_wrapper .title {
	transition: 0.3s;
}

.plit:hover .text_wrapper .title {
	color: #CD2122;
}

.plit .bigtext .label {
	left: 165px!important;
	top: 190px!important;
	font-size: 14px;
}

.plit2 {
	transition: 0s!important;
}

.plit2 .text_wrapper {
	width: 225px;
}

.plit .bigtext .bigtext_wrapper {
	width: 250px;
	height: 205px;
}

/*

.plit2:hover .bigtext {
	left: 225px;
	width: 250px;
}

.plit2:hover {
	width: 495px;
}

.plit2:hover .img {
	width: 495px;
}
*/
.plit2holder {
	width: 1100px;
	overflow: hidden;
}

.div200 {
	width: 200%;
}

/*
	CSS MENU

*/

#menu-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 4;
}

#menu {
	xmargin-top: 12px;
	position: relative;
	z-index: 9;	
	width: 1100px;
	margin-left:auto;
	margin-right: auto;
	xxpadding-top: 64px;
	padding-top: 0px;
	margin-top: 74px;
}

.cssMenu {
	margin-left: 280px;
}

ul.cssMenu li ul {
	background-image: url(/img/1f1f1f-70.png);
}

ul.cssMenu > li > span, ul.cssMenu > li > a {
	padding: 9px 0px;
	background-image: url(/img/menu-vert-line2.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 19px;
}

ul.cssMenu li table {
	width: 100%;
}

ul.cssMenu li table td:first-of-type {
	width: 98%;
	padding-right: 10px;
}

ul.cssMenu > li:hover {
	background-repeat: repeat-x;
	background-image: url("/img/menu-vert-line2.png");
	display: block;
	position: relative;
}

ul.cssMenu {
	position: relative;

}

ul.cssMenu li.active {
	background-image: url("/img/menu-vert-line2.png");
	display: block;
	position: relative;
}

ul.cssMenu li.active:after {
	content: " ";
	display: block;
	width: 100%;
	height: 50px;
	clip: rect(25px, auto, 59px, 0);

	position: absolute;
	content: '';
	left: 0;
	right: 0;

	top: 12px;
	background-color: #CD2122;
	border-radius: 50% / 20px; 
	box-shadow: rgba(0, 0, 0, 0.5) 0 5px 7px;
}
ul.cssMenu li.active:hover:after {
	display: none;
}
ul.cssMenu li ul a:hover {
	/* по наведению */
	background-color: #CD2122;
}

.gbook-item {
	padding-bottom: 30px;
}

.gbook-item div {
	font-size: 20px;
}

.gbook-item div span {
	padding-right: 20px;
}

.toslide {
	transition: 1s;
}

.toslide.hidden {
	transform: translateY(800px);
}

#send_mail 
{ max-width: 550px; padding: 10px 0px 0px 0px; background: url(../images/otzov.jpg) no-repeat 0% 0%;}
#send_mail fieldset 
{ border-width: 0px; }
#send_mail fieldset legend 
{ margin: 0px; font-size: 15px; }
#send_mail fieldset legend, #send_mail fieldset label, #send_mail fieldset input, #send_mail fieldset select, #send_mail fieldset textarea 
{ font-size: 15px; }
#send_mail fieldset label, #send_mail fieldset input, #send_mail fieldset select, #send_mail fieldset textarea 
{ display: block; height: 35px; border-width: 0px; line-height: 35px; }
#send_mail fieldset label 
{ font-weight:bold; margin-top: 10px;}
#send_mail fieldset input, #send_mail fieldset select, #send_mail fieldset textarea
{ border:1px solid #6b6b6b;max-width: 575px; padding:0px 3px;}
#send_mail fieldset input:focus, #send_mail fieldset select:focus, #send_mail fieldset textarea:focus
{ border:3px solid red; border-radius: 3px 3px 3px red;max-width: 575px; padding:0px 3px;}
#send_mail fieldset textarea 
{ height: 162px; }
#send_mail fieldset br 
{ clear: both; line-height: 1px; width: 1px; }
#send_mail input#send 
{ font-size: 26px;font-family: 'AvantGardeDemi';background: #CD2122;border: 0 none;cursor: pointer;max-width: 583px;}
form.form_gb i.dn 
{ display: none; }
form.form_gb .el_form_gb_error {}

.sidemenu {
	float: left;
	width: 280px;
	border-top: 1px solid #CD2122;
	margin-right: 20px;
	margin-top: 20px;
}

.sidemenu ul {
	margin-top: 0;
	padding-left: 0px;
	list-style: none;
}

.sidemenu ul li {
	background-color: #2b2a28;
	border-right: 7px solid #CD2122;	
}

.sidemenu ul li a {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 17px;
}

.sidemenu ul li:hover {
	background-color: #484745;
	/*border-right: 7px solid #CD2122;*/
	border-right-color: #be5a5a;
}

.sidemenu ul.a a {
	padding: 16px;
	font-size: 18px;
	margin-top: 20px;
}
.sidemenu .search {
	padding: 20px;
	font-size: 20px;
	background-color: #2b2a28;
	border-right: 7px solid #CD2122;	
	border-bottom: 1px solid #CD2122;
	margin-bottom: 20px;
}

.sidemenu .search input[name=poisk] {
	font-size: 16px;
	width: 200px;
}

.sidemenu ul.a {
	border-bottom: 1px solid #CD2122;
}

.sidemenu li.active {
	color: #CD2122;
}

.tovar-name {
	font-weight: bold;
	font-size: 120%;
}

.tovar-br {
	line-height: 7px;
}

.tovar-sostav {
	padding-top: 10px;
	font-style: italic;
}

.clearfix {
	clear: both;
}

.tovarimg {
	width:150px;
	margin: 0 10px 10px 0;
	transition: 0.5s;
	transition-delay: 0.5s;
}

.tovarimg:hover {
	transform: scale(3);
}

.mag-head {
	padding-top: 20px;
}

.mag-head td.title{
	font-size: 26px;
	color: wheat;
	text-align: center;
	width: 540px;
	border-bottom: 1px solid #CD2122;
}

.mag-head td.title .tel {
	font-size: 32px;
}

.mag-head td.order-button {
	/*padding-left: 55px;*/
	padding-left: 75px;
	padding-right: 10px;
	border-right: 7px solid #CD2122;	
	border-bottom: 1px solid #CD2122;
	background-color: #2b2a28;
	font-size: 18px;
	background-image: url(/img/basket-top2.png);
	background-size: 20%;
	height: 50px;
	background-repeat: no-repeat;
	background-position: 15px 50%;
}

.bottom-buttons a {
	font-size: 24px!important;
	text-decoration: underline;
}

.order-form {
	font-size: 20px;
}

.order-form input, .order-form select {
	font-size: 20px;
	font-family: inherit;
}

.order-form td {
	padding-right: 22px;
}

.order-form .reqtd {
	font-size: 18px;
	padding-bottom: 22px;
}

.order-form input[type=radio]:checked + span {
	color: #CD2122;
	text-decoration: underline; 
}

.order-form input[type=radio] + span {
	cursor: pointer;
}

.order-form .top {
	font-size: 28px; 
	text-align: center;
	padding-bottom: 30px;
}

.deliver-input-5 {
	width: 50px;
	margin-right: 20px;
}
.arial{
	font-family: Arial;
	color: #ffffff;
	font-size: 15px;
}

.arial a{
	color: #CD2122;
	font-weight: bold;
	font-size: 100%;
	text-decoration: underline;
}


.kraslod{
	color:#CD2122;
	font-weight: bold;
}

.empty-plit {
	width: 280px;
}

.gal-foto {
	float: left;
	margin-bottom: 50px;
	margin-right: 50px;
	background-size: cover;
	background-position: center center;
	height: 225px;
	width: 225px;
}

.cssMenu2 > li >span{
		border-left: 2px solid #CD2122;
		padding-left: 10px;
}
.cssMenu2 ul{
	list-style-type: none;
}

.cssMenu2 a{
//	text-decoration: underline;
}
.cssMenu2 ul, .cssMenu2 ul ul, .cssMenu2 ul ul ul, .cssMenu2 ul ul ul ul{
	display:none;
}
.cssMenu > ul{
	padding-left: 0px;
	margin-left: 0px;
}

/*@media (max-width: 992px) {*/
@media (max-width: 800px) {
	#sm1, #sm2{display:block}
	#big1, #big2{display: none}
	/* small */
	.sm{display:block!important}
	.big{display: none!important}
	h2 {
		padding: 7px 20px 7px 20px;
		width: 100%;
		margin-left: 0;
		min-width: 0;
		box-sizing: border-box;
	}

	.gal-foto {
		width: 100%;
		height: 100vw;
		margin-right: 0px;
	}

	#header, #header-bg {
		width: 100%;
		height: 80px;
	}

	#header-bg {
		/*opacity: 0.95;*/
	}

	#header-container {
		position: fixed;
		z-index: 5;
	}

	.hide-on-small {
		display: none;
	}
	.karusel {
		width: 100%;
	}
	.content {
		width: 100%;
	}

	.pled > div {
		width: 100%;
	}

	.plit2holder {
		width: 100%;
	}
	.plit {
		width: 100%;
		height: auto;
		padding-bottom: 20px;
	}

	.plit .img {
		width: 100vw;
		height: 100vw;
		background-size: cover;

	}

	.plit .bigtext {
		width: 100%;
		box-sizing: border-box;
		height: auto;
		position: initial;
		border-top: none;
		padding-bottom: 0;
	}

	#topbanner-main {
		height: 400px;
	}

	.topbanner-content {
		width: 100%;
	}

	.bannertext {
		width: auto;
	}

	.bannertext.left {
		top: 200px;
	}

	.bannertext-mini {
		top: 295px;
	}

	.bannertext div {
		font-size: 31px;
	}

	.bannertext table td.text {
		width: 360px;
	}

	.pled .img {
		width: 100%;
		margin: 30px 0;
	}

	.footer .fdiv {
		width: 100%;
	}

	.footer .ldiv, .footer .rdiv {
		width: 100%;
	}

	.plit .bigtext .label {
		position: initial;
		float: right;
		margin-right: -10px;
		margin-top: 10px;
	}

	.plit .bigtext .bigtext_wrapper {
		height: auto;
		width: 100%;
	}

	.plit2 .text_wrapper {
		width: 100%;
	}

	.plit .text_wrapper .title {
		margin: 0px;
		padding: 5px;
		border-right: 10px solid #CD2122;
	}
	.div200 {
		width: 100%;
	}

	.menu-icon {
		background-image: url(/img/menu-icon.png);
		width: 32px;
		height: 32px;
		background-size: 100%;
		position: absolute;
		right: 20px;
		bottom: 24px;
		cursor: pointer;
	}
	.menu-icon2 {
		background-image: url(/img/menu-icon2.png);
		width: 64px;
		height: 64px;
		background-size: 100%;
		position: absolute;
		right: 20px;
		top: 20px;
		bottom: 24px;
		cursor: pointer;
	}

	#header .logo {
		height: 36px;
	}

	#menu {
		/*display: none;*/
		position: initial!important;
		margin-top: 80px;
		left: 0px;
		width: 100%;
		padding-top: 0px!important;
	}

	#menu-container {
		position: initial!important;
		display: none;
	}

	.cssMenu {
		margin: 0!important;
		padding: 0!important;
	}

	.cssMenu li {
		display: block;
		float: none!important;
		background-color: #1f1f1f;
	}

	ul.cssMenu > li > ul {
		display: block!important;
		position: initial;
	}

	ul.cssMenu ul a {
		padding-left: 25px;
	}

	ul.cssMenu ul ul {
		display: block!important;
		position: initial!important;
		left: auto!important;
	}
	ul.cssMenu ul ul li {
		padding-left: 25px;
	}

	ul.cssMenu ul ul li a {
		margin-left: -25px;
		padding-left: 50px;
	}

	ul.cssMenu li table td:last-of-type {
		color: transparent;
	}

	ul.cssMenu > li:hover {
		background-image: none!important;
	}

	ul.cssMenu > li > span:hover, ul.cssMenu > li > a:hover {
		background-color: #CD2122;
	}

	ul.cssMenu > li > span, ul.cssMenu > li > a {
		padding-bottom: 17px;
		padding-top: 5px;
	}

	ul.cssMenu > li:last-of-type {
		border-bottom: 1px solid #CD2122;
	}
}

/*@media (min-width: 992px) {*/
@media (min-width: 801px) {
	
	#sm1, #sm2{display:none}
	#big1, #big2{display: block}
	
	/* big */
	.menu-icon {
		display: none!important;
	}
	.sm{display:none!important;}
	.big{display: block!important;}
}