/*------ template stylization ------*/
body {
	/*background: #2f3133 url(../img/patternbg.jpg) 0 0 repeat;*/
	background: #fff;
	margin: 0;
	padding: 0;
	min-width: 100%;
	position: relative;
}
/*----------- fonts --------------*/
@font-face {
    font-family: Klavika;
    src: url('../fonts/Klavika-Regular.otf');
}
@font-face {
    font-family: KlavikaBoldCaps;
    src: url('../fonts/KlavikaBoldCaps-SC.otf');
}
@font-face {
    font-family: KlavikaLightCaps;
    src: url('../fonts/KlavikaLightCaps-SC.otf');
}
/*----------- images --------------*/

/*----------- Back to top --------------*/
#toTop {
	display: none;
	width: 27px;
	height: 19px;
	overflow: hidden;
	background: url(../img/totop.png) 0 bottom no-repeat;
	position: fixed;
	margin-right: -600px !important;
	right: 50%;
	bottom: 60px;
	z-index: 999;
}
#toTop:hover {
	background-position: 0 0;
}
#toTop:active, #toTop:focus {
	outline: none;
}
#left-column {
	width: 250px;
	height: 400%;
    position:fixed;
    left: 0px;
    top: 0px;
	background: url('../backgrounds/left.jpg') top right no-repeat;
	z-index: -999;
}
img.logo-a {
	display: block;
	float: left;
	margin: 98px 0 0 30px;
	position: fixed!important;
	z-index: 9999999999999999999;
	left: 0;
}

#pdf-ico-a {
	width: 107px;
	height: 135px;
    position: fixed;
    left: 0px;
    top: 460px;
	background: url('../backgrounds/pdf-ico-a.png') top right no-repeat;
}

#pdf-ico-b {
	width: 107px;
	height: 135px;
    position: fixed;
    left: 0px;
    top: 597px;
	background: url('../backgrounds/pdf-ico-a.png') top right no-repeat;
}
#sales-ico-b {
	width: 107px;
	height: 135px;
    position: fixed;
    left: 0px;
    top: 597px;
	background: url('../backgrounds/sales-ico-a.png') top right no-repeat;
}

#pdf-ico-a a,  #pdf-ico-b a, #sales-ico-b a {
	width: 107px;
	height: 135px;
	overflow: hidden;
	display: block;
	text-decoration: none;
}

#pdf-ico-a a p, #pdf-ico-b a p {
	color: #fff;
	text-align: center;
	line-height: 19px;
	font-size: 17px;
	padding: 15px 0 0 0;
}

#sales-ico-b a p {
	color: #000;
	text-align: center;
	line-height: 19px;
	font-size: 15px;
	padding: 15px 0 0 0;
}

#content {
	position: relative;
	padding: 0 0 0 0px;
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 0 0 0px;
	min-width:100%; border: 0px solid blue;
}
#textContainer {
	position: relative;
	padding: 40px 0 100px 80px;
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 0 0 0px;
	width:100%;
	min-height: 100%;
}
/*-----------row_s--------------*/
.row_1 {
	text-align: center;
	padding: 0 0 0 250px;
	margin: 0 0 0px 0;
	border: 0px solid blue;
}
.row_1:nth-child(2) {
	padding: 0 0 0 250px;
}
.row_1 h2 {
	font-size: 48px;
	color: #000000;
	text-align: left;
	padding: 80px 0 40px 40px;
}
.row_2 {
	text-align: center;
	padding: 0px 0 0px 250px;
	margin: 0 0 0px 0;
	width: 100%;		
	background: url('../backgrounds/red-line.png') center top no-repeat;
	z-index: 999;
	position: relative!important;
}
.row_3 {
	padding: 43px 0 13px;
}
.row_4 {
	padding: 30px 0 81px;
	background: #ffffff;
}
.row_5 {
	padding: 30px 0 98px;
	background: #ffffff;
}
.row_6 {
	padding: 30px 0 72px;
	background: #ffffff;
}
.row_7 {
	padding: 30px 0 80px;
	background: #ffffff;
}
.row_8 {
	padding: 63px 0 112px;
	background: #ffffff;
}
.row_9 {
	padding: 31px 0 90px;
	background: #ffffff;
}
.row_10 {
	padding: 101px 0 85px;
	background: #ffffff;
}
.row_11 {
	padding: 40px 0 40px;
	background: #ffffff;
}
/*------------links headings-----------*/
p {
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	line-height: 28px;
	color: #adadad;
	margin: 0;
	padding: 0;
	margin-bottom: 11px;
}
p.text-a {
	font-family: 'Klavika', sans-serif;
	font-size: 17px;
	line-height: 28px;
	color: #010000;
	margin: 0;
	padding: 0;
	margin-bottom: 11px;
}
p.text-b {
	font-family: 'Klavika', sans-serif;
	font-size: 17px;
	line-height: 28px;
	color: #808080;
	margin: 0;
	padding: 0;
	margin-bottom: 11px;
}
p.text-b1 {
	font-family: 'Klavika', sans-serif;
	font-size: 17px;
	line-height: 28px;
	color: #808080;
	margin: 0;
	padding: 0 150px 0 0;
	margin-bottom: 11px;
}
h2 {
	font-family: 'Klavika', serif;
	font-size: 42px;
	line-height: 52px;
	color: #010000;
	margin: 0;
	padding: 35px 0;
	text-align: left;
}
h2.c-header {
	font-family: 'Klavika', serif;
	line-height: 52px;
	padding: 0 0 0 42px;
	margin: 50px 0 0 68px;
	color: #DB0000;
	font-size: 44px;
	background: url("../backgrounds/arrow-black-a.png") 0px 14px no-repeat;
}
h3 {
	text-transform: uppercase;
	font-family: 'Georgia', serif;
	font-size: 12px;
	line-height: 20px;
	color: #4e4134;
	margin: 0 0 10px;
	padding: 0;
}
.btn1 {
	position: relative;
	background: #545658;
	color: #ffffff;
	font-family: 'Georgia', serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	border-radius: 50px;
	border: none;
	padding: 20px 0 24px;
	margin: 0;
	width: 65px;
	height: 65px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn1:hover {
	text-decoration: none;
	background: #ffffff;
	color: #545658;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-link1 {
	position: relative;
	color: #585858;
	font-family: 'Georgia', serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
}
.btn-link1 span {
	margin: 0 0 0 7px;
	top: 1px;
	position: relative;
	height: 11px;
	width: 11px;
	background: url(../img/arrowsmall1.png) center top no-repeat;
	display: inline-block;
}
.btn-link1:hover {
	color: #585858;
	text-decoration: none;
}
.btn-link1:hover span {
	background: url(../img/arrowsmall1.png) center bottom no-repeat;
}
.btn-link2 {
	position: relative;
	color: #eb5368;
	font-family: 'Georgia', serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
}
.btn-link2 span {
	margin: 0 0 0 7px;
	top: 1px;
	position: relative;
	height: 11px;
	width: 11px;
	background: url(../img/arrowsmall1.png) center bottom no-repeat;
	display: inline-block;
}
.btn-link2:hover {
	color: #adadad;
	text-decoration: none;
}
.btn-link2:hover span {
	background: url(../img/arrowsmall1.png) center top no-repeat;
}
.btn-link2:focus {
	color: #adadad;
	text-decoration: none;
}
.btn-link3 {
	position: relative;
	color: #eb5368;
	font-family: 'Georgia', serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}
.btn-link3 span {
	top: 1px;
	margin: 0 11px 0 0;
	position: relative;
	height: 19px;
	width: 22px;
	background: url(../img/iconmail.png) center bottom no-repeat;
	display: inline-block;
}
.btn-link3:hover {
	color: #37383a;
	text-decoration: none;
}
/*------ header ------- */
header {
	text-align: center;
	height: 240px!important;
	padding-left: 250px;
	position: relative!important;

	z-index: 9999;
	background: url('../backgrounds/red-line.png') center bottom no-repeat;
}
.header {
	height: 100%;
	background: #000 url('../backgrounds/red-line.png') 70% bottom no-repeat;
	z-index:-9999999;
	position: relative;
	
}
.default {

}

.fixed {
	position: fixed;
	top: -5px;
	left: 250px;
	width: 100%;
	height: 100px;
	overflow: hidden;
	z-index: 9999;
	background: #000!important;
}

header h1 {
	font-family: Klavika;
	font-size: 42px!important;
	line-height: 54px!important;
	margin: 2px 0 0 296px!important;
	padding: 0!important;
	color: #D40000;
	float: left;
	clear: left;
}
.h1-fixed {
	font-size: 16px!important;
	line-height: 22px!important;
	margin: 0!important;
	padding: 0!important;
	position: absolute;
	top: 5px!important; 
	left: -162px!important;
	bottom: 0px;
	display: none!important;
}

.hm-1 {
	margin: 2px 0 0 104px!important;
}
.hm-2 {
	margin: 2px 0 0 257px!important;
}
.hm-3 {
	margin: 2px 0 0 261px!important;
}
.hm-4 {
	margin: 2px 0 0 225px!important;
}
.hm-5 {
	margin: 2px 0 0 225px!important;
}
.hm-6 {
	margin: 2px 0 0 341px!important;
}
.hm-7 {
	margin: 2px 0 0 411px!important;
}
.hm-8 {
	margin: 2px 0 0 250px!important;
}
.hm-9 {
	margin: 2px 0 0 229px!important;
}
.hm-10 {
	margin: 2px 0 0 245px!important;
}
.hm-11 {
	margin: 2px 0 0 149px!important;
}
#langBar {list-style: none; display: block; }
	#langBar.lang-default {position: absolute; top: 140px; right: 35px; z-index: 9999999; }
	#langBar.lang-default li {padding-left: 11px; float: left; width: 16px; height: 26px; list-style: none; margin: 0 5px 0 5px; z-index:9999999;}
	#langBar.lang-default li a {display: block; padding-top: 11px; width: 16px; height: 11px; z-index:99999999999999999999999999; position: relative; }
	#langBar.lang-default li a:hover {background: url('../images/lang-arrow.png') 50% 0 no-repeat; display: block; }
	#langBar.lang-fixed {position: fixed; top: 50px; right: 35px;  z-index: 9999999999; }
	#langBar.lang-fixed li {padding-left: 11px; float: left; width: 16px; height: 26px; list-style: none; margin: 0 5px 0 5px; z-index:9999999;}
	#langBar.lang-fixed li a {display: block; padding-top: 11px; width: 16px; height: 11px; z-index:99999999999999999999999999; position: relative; }
	#langBar.lang-fixed li a:hover {background: url('../images/lang-arrow.png') 50% 0 no-repeat; display: block; }
	
	
/* koniec nagłówka */
/*-------- Logo -------- */
.navbar-brand_ {
	float: left;
	display: block;
	position: relative;
	margin: 97px 0 0 83px;
}
.navbar-brand_ img {
	display: block;
	float: left;
}
.navbar-brand_a:hover {
	text-decoration: none;
}
.logo {
	display: block;
	float: left;
	margin: 108px 0 0 86px;
}
.logo-fixed {
	display: block;
	float: left;
	margin: 40px 0 0 88px;
	width: 140px;
}
/*-----------------navbar---------------------*/
.menuheader {
	position: absolute;
	top: 10px; 
	right: 50px;
	z-index: 2;
	height: 80px;
	padding: 0;
}
.menuheader-fixed {
	position: absolute;
	top: 5px; 
	left: 220px;
	z-index: 2;
	height: 80px;
	padding: 0;
}
.tm_navbar {
	position: relative;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}
.tm_navbar .nav {
	float: none;
	position: relative;
	display: inline-block;
	padding: 0;
	margin: -28px 0 0 0;
}
.tm_navbar ul {
	position: relative;
	padding: 0;
	margin: 0;
	background: none;
	list-style: none;
}
.tm_navbar .nav li:first-child {
	position: relative;
	zoom: 1;
	background: none;
}
.tm_navbar .nav li  {
	float: left;
	text-transform: lowercase;
	color: #ffffff;
	font-family: 'Klavika', serif;
	font-size: 28px;
	text-shadow: 1px 1px 2px #333639;
	padding: 28px 0 0 29px!important;
	margin: 0!important;
	display: block;
	line-height: 28px;
	overflow: visible!important;
}

.tm_navbar .nav li > a {
	float: left;
	text-transform: lowercase;
	color: #ffffff;
	font-family: 'Klavika', serif;
	font-size: 28px;
	text-shadow: 1px 1px 2px #333639;
	padding: 28px 0 0 29px!important;
	margin: 0!important;
	display: block;
	line-height: 28px;
	overflow: visible!important;
}

.small {
	font-size: 22px!important;
}

.tm_navbar .nav li < a:hover { border: none!important; }
li a:parent { border: none!important; }

.tm_navbar .nav li.act {
	background: url('../backgrounds/arrow.png') no-repeat 29px 28px!important;
	padding: 56px 0 0 58px!important;
}


.tm_navbar .nav > li > a .sf-sub-indicator {
	background: url('../backgrounds/arrow.png') no-repeat left top;
	width: 7px;
	height: 4px;
	display: inline-block;
	top: 30px;
	right: 23px;
	position: absolute;
	z-index: 5;
}
.tm_navbar .nav li a:hover, .tm_navbar .nav > li.active > a, .tm_navbar .nav > li.active > a:hover {
	text-decoration: none;
	background: url('../backgrounds/arrow.png') no-repeat left top!important;
	overflow: visible!important;
	display: block;
}
.tm_navbar .nav > .active > a, .tm_navbar .nav > .active > a:hover, .tm_navbar .nav > .active > a:focus {
	background: transparent;
}
.tm_navbar .nav > li.sfHover.active > a .sf-sub-indicator, .tm_navbar .nav > li.active > a .sf-sub-indicator {
	background-position: 0 0;
}
.tm_navbar .nav > li.sfHover > a, .tm_navbar .nav > li.sfHover > a:hover, .tm_navbar .nav > li > a:hover, .tm_navbar .nav > li.active > a, .tm_navbar .nav > li.active > a:hover {
	background: transparent;
}
/*---------submenu1-------------*/
.tm_navbar .nav ul {
	position: absolute;
	display: none;
	top: 51px;
	left: 0px;
	width: 110px;
	padding: 20px 24px 10px;
	list-style: none;
	zoom: 1;
	z-index: 11;
	background: #eb5368;
	margin: 0;
	text-align: center;
}
.tm_navbar .nav ul li:first-child {
	width: 64px;
	padding: 0 0 6px;
	display: block;
	position: relative;
	zoom: 1;
	z-index: 10;
	background: transparent;
}
.tm_navbar .nav ul li:first-child img {
	position: absolute;
	top: -20px;
}
.tm_navbar .nav ul li {
	text-align: left;
	width: 64px;
	padding: 6px 0;
	display: block;
	position: relative;
	zoom: 1;
	z-index: 10;
	background: url(../img/dotted1.png) top center repeat-x;
}
.tm_navbar .nav ul li a {
	text-align: left;
	position: relative;
	color: #ffffff;
	padding: 0;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin: 0 0 0 10px;
	text-shadow: none;
}
.tm_navbar .nav ul li a:hover {
	color: #474848;
}
.tm_navbar .nav > li > ul li > a:hover, .tm_navbar .nav > li > ul li.sfHover > a {
	text-decoration: none;
	color: #474848;
}
.tm_navbar .nav > li > ul li > a:hover, .tm_navbar .nav > li > ul ul li.sfHover > a {
	text-decoration: none;
	color: #474848;
}
/*-----------submenu2-----------*/
.tm_navbar .nav ul ul {
	list-style: none;
	width: 87px;
	padding: 10px;
	background: #4e4134;
	left: 86px;
	top: 0px;
	background: url(../img/patternsubmenu2.jpg);
}
.tm_navbar .nav ul ul li:first-child {
	text-align: left;
	padding: 6px 0;
	position: relative;
	zoom: 1;
	z-index: 11;
	background: transparent;
}
.tm_navbar .nav ul ul li {
	text-align: left;
	padding: 6px 0;
	position: relative;
	zoom: 1;
	z-index: 11;
	background: url(../img/dotted2.png) top center repeat-x;
}
.tm_navbar .nav ul ul li a {
	color: #eb5368;
	text-shadow: none;
}
.tm_navbar .nav ul ul li a:hover {
	color: #474848;
}
/*-----indicator2-------*/
.tm_navbar .nav ul .sf-sub-indicator {
	background: url(../img/indicator.png) no-repeat 0 0;
	width: 7px;
	height: 5px;
	position: absolute;
	display: block;
	top: 8px;
	left: auto;
	right: -14px;
	z-index: 5;
}
/*-------------------select------------------*/
.select-menu {
	display: none !important;
}
/*--- header end ------*/
/*------ content ------- */
.title1 {
	color: #ffffff;
	font-family: 'Georgia', serif;
	font-size: 36px;
	line-height: 38px;
	font-weight: normal;
	margin-bottom: 24px;
}
.title2 {
	letter-spacing: 0;
	color: #939598;
	font-family: 'Georgia', serif;
	font-size: 17px;
	line-height: 26px;
	font-weight: normal;
	margin-bottom: 28px;
}
/*--------row2--------*/
.list1 {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
	
}
.list1-a, .list1-b {
	margin: 0 80px 0 80px!important;
}
.list1-a {
	border-bottom: 1px solid red;
}
.list1 li a {
	display: block;
	position: relative;
	padding: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list1 li a p {
	text-shadow: 1px 1px 2px #c1c1c1;
	font-family: 'Georgia', serif;
	font-size: 30px;
	line-height: 32px;
	font-weight: normal;
	padding: 44px 0 41px;
	margin-bottom: 0;
}
.list1 li a:hover {
	text-decoration: none;
}
.list1 li a:hover p {
	color: #4e4134;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.box1 {
	background: none;
}
.box1 figure {
	width: 100%;
}
.box1 figure img {
	width: 100%;
}
.box1 p {
	color: #010000;
	font-family: Klavika;
	font-size: 17px;
	text-align: left;
}
.box1-a h2 {
	color: #fff;
}
.box2-a h2 {
	color: #fff;
}
.box1-a p {
	color: #F60000;
}
.box {
	float: none;
	width: 100%;
	margin: 0 auto 25px;
	position: relative;
	border: 0px solid blue;
}
.box p {
		
}
.box a {
	font-family: Klavika;
	font-size: 60px;
	line-height: 70px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	padding: 0 0px 0 55px;
	background: url("../backgrounds/arrow-red.png") 1px 25px no-repeat;
	position: absolute;
	right: 90px;
	top: 77px;
	display: block;
}
.box a:hover {
	background: url("../backgrounds/arrow-red.png") 0px 24px no-repeat;
}
.box1 p a {
	display: inline;
	text-decoration: underline;
	color: #010000;
}
.box2 {
	background: none;
	width: 100%;
	border: 0px solid black;
	margin: 0!important;
	padding: 0!important;
}
.box2 figure {
	width: 100%!important;
	border: 0px solid blue;
	margin: 0!important;
	padding: 0!important;
}
.box2 figure img {
	min-width: 100%;
}
.box2 p {
	color: #010000;
	font-family: Klavika;
	font-size: 17px;
	text-align: left;
}
.box2-a p {
	color: #F60000;
}
.box3 {
	background: #5bb4d6;
}
.box3 figure {
	width: 100%;
}
.box3 figure img {
	width: 100%;
}
.box3 p {
	color: #ffffff;
}
.listbox1 {
	padding: 0 20px 0 40px;
}
.listbox2 {
	padding: 0 40px 0 15px;
}
.listbox3 {
	padding-left: 0;
}
.tags {
	padding: 20px 20px 50px 40px;
	margin: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
}
.tags li {
	float: left; 
	padding: 0 30px 0 0px;
	font-family: Klavika;
	color: #FF0000;
	font-size: 16px;
	text-transform: uppercase;
}
/*---------list3-------------*/
.list3 {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
}
.box4 {
	overflow: hidden;
	position: relative;
	background: #ffffff;
	margin-bottom: 30px;
}
.list3 li figure {
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
	display: block;
	margin-right: 20px;
}
.list3 li figure img {
	width: 100%;
}
.list3 li .info1 {
	overflow: hidden;
	margin-top: 30px;
	padding-right: 10px;
}
.list3 li .info1 a {
	text-decoration: none;
	text-align: left;
	padding: 0;
	margin: 0!important;
	overflow: hidden;
	position: relative; 
	display: block;
}
.list3title1 {
	font-family: 'Klavika', serif;
	font-size: 26px;
	line-height: 44px;
	font-weight: normal;
	color: #DB0000;
	margin-bottom: 10px;
	padding: 0 0 0 42px;
	background: url("../backgrounds/arrow-black.png") 10px 10px no-repeat;
}
.list3 li .info1 a:hover .list3title1  {
	background: url("../backgrounds/arrow-black.png") 11px 11px no-repeat;
}
.list3title2 {
	font-family: 'Georgia', serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #adadad;
	margin-bottom: 6px;
}
.list3title3 {
	margin-bottom: 10px;
	font-family: 'Georgia', serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #c6c6c6;
	margin-bottom: 8px;
}
#productList1
{
	display: block;
	margin: 20px auto 30px auto;
	padding: 0 0 0 16px;
	border-bottom: 1px solid #D1D1D1;
	overflow: hidden;
	width: 90%;
}
#productList1 li
{
	border-top: 1px solid #D1D1D1;
	min-height: 200px;
	padding: 10px 0 20px 0;
    overflow: visible!important;
	margin: 0 0 0 0px;
	width: 25%;
	position: relative;
}
#productList1 li a
{
	display: block;
	margin: 0 0 0 -14px;
	float: left;
	overflow: hidden;
	
}
#productList1 li a span
{
	display: block;
	float: left;
	color: #000;
	font-family: Klavika;
	font-size: 24px;
	line-height: 24px;

	padding: 0 10px 5px 30px; 
	text-align: left;

}
#productList1 li a .symbol
{
	background: url("../backgrounds/arrow-red-a.png") 0px 5px no-repeat;
}
#productList1 li a .new-a
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 25px;
	color: #fff;
	width: 83px;
	height: 23px;
	font-size: 12px;
	text-transform: uppercase;
	background:	url("../backgrounds/new_bg-c.png") 0px 2px no-repeat;
}

#productList1 li a img
{
	display: block;
	position: absolute;
	bottom: 10px;
	left: 50%;
	height: auto;
	
}
@media (min-width: 1220px) {
	#productList1 li a img
	{	
		width: 200px;
		margin-left: -100px; 
	}
}
@media (min-width: 1680px) {
	#productList1 li a img
	{	
		width: 235px;
		margin-left: -117px; 
	}
}
@media (min-width: 1880px) {
	#productList1 li a img
	{	
		width: 260px;
		margin-left: -130px; 
	}
}
#navig-prod {
    position: relative;
    text-align: center;
	margin: 35px auto 0px auto;
	padding: 0;
	overflow: hidden;
	display: block;
}
#navig-prod:after {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 0;
    line-height: 0;
    content: '';
}
#navig-prod:last-child {
	margin: 0px auto 20px auto;
}	
#navig-prod li {
	display: inline-block;
	margin: 0;
	padding: 0 15px 0 15px;
	font-family: KlavikaBoldCaps;
	font-size: 40px;
	color: #CFCFCF;
}
#navig-prod li#current {
	color: #FF0000;
}
#navig-prod li a {
	font-family: KlavikaBoldCaps;
	font-size: 40px;
	color: #CFCFCF
}
#navig-prod li a:hover {
	color: #FF0000;
	text-decoration: none;
}
#productContainer {
	padding: 0 0 30px 0px;
}
#productContainer h2 {
	padding: 0 0 0 42px;
	margin: 50px 50px 0 98px;
	color: #DB0000;
	font-size: 44px;
	background: url("../backgrounds/arrow-black-a.png") 0px 14px no-repeat;
	float: left;
}
#productContainer .prod-name {
	margin: 0px 0 15px 142px;
	padding: 0;
	font-family: KlavikaLightCaps;
	color: #000000;
	font-size: 23px;
	float: left;
}
#productContainer p, div, h3 {
	font-family: Klavika;
	font-size: 22px;
	color: #010000;
	text-align: left;
}
#productContainer h3 {
	color: #FE0101;
}
#productContainer .prod-pic {
	margin: 0 auto;
	display: block; 
	width: 800px;
	clear: both;
}
#colVer {
    text-align: center;
	margin: 30px auto 0px auto;
	padding: 0;
	overflow: hidden;
	display: block;
}
#colVer:after {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 0;
    line-height: 0;
    content: '';
}
#colVer li {
	display: inline-block;
	margin: 0;
	padding: 0 15px 0 15px;
	font-family: KlavikaBoldCaps;
	font-size: 40px;
	color: #CFCFCF;
}
#colVer li a img {
	width: 150px;
}
#productDesc
{
	padding: 0 0 0 98px;
}
#productDesc h3
{
	text-transform: none;
	padding: 0;
	margin: 34px 0 5px 0;
	
}
/*
#navig-prod {
	display: block;
	margin: 40px auto 40px auto;
	padding: 0;
	overflow: hidden;
	width: 400px;
	border: 1px solid red;
}
#navig-prod li {
	list-style: none;
	font-family: KlavikaBoldCaps;
	font-size: 40px;
	color: #CFCFCF;
	display: block;
	margin: 0;
	padding: 0 15px 0 15px;
	float: left;
	border: 1px solid green;
}
#navig-prod li#current {
	color: #FF0000;
}
#navig-prod li a {
	font-family: KlavikaBoldCaps;
	font-size: 40px;
	color: #CFCFCF
}
#navig-prod li a:hover {
	color: #FF0000;
	text-decoration: none;
}
*/
/* contact */
#contactContainer{overflow:hidden; margin-bottom:10px; padding-bottom:10px; display: block; float: left; border: 0px solid green; width: 830px; }
#mainContactData{font-size: 0.84em; float: left; border: 0px solid black; margin: 29px 0 0 0; }
#mainContactData a{text-decoration:none; color:#666;}
#mainContactData a:hover{text-decoration:underline;}

#mainContactData p.type1{color:#929292; line-height: 16px;}

#representants{width: 400px; float:left; height: 500px; display: block; overflow: hidden; color: red; margin: 30px 0 0 80px; padding: 0; }
#representants h3 {font-size: 11px; font-family: Verdana; color: #C90006; background: none; display: block; float: left; margin: 40px 0px 16px 0px;}
#representants h4 {font-size: 18px!important; color: #A2A2A2; font-family: Klavika; font-weight: bold; background: none; display: block; float: left; clear: left; margin: 0; padding: 0 0 20px 0; }
#representants ul {margin: 16px 0px 30px 0px; width: 350px; padding: 0px; list-style: none; overflow: hidden; display: block; float: left; clear: left;  }
#representants ul li {float: left; display: block; clear: left; }
#representants ul li a {color: #A2A2A2; text-decoration: none; }
#representants ul li a:hover {text-decoration: underline; }
#representants ul li p, a {font-family: Klavika; font-size: 17px; color: #000000; font-weight: normal; line-height: 17px; }

#regContainer{width:312px; float:left; display: block; overflow: hidden; margin: 0; padding: 0; position: relative; }
#euContact{padding: 0px 0 122px 0px; margin: 0px 0px 0px 80px; overflow: hidden; border: 0px solid blue; position: relative; }
.eu-map {position: absolute; right: 0; top: 0; }
#euContact h3, #representants h3 {font-family: Klavika; font-size: 28px; color: #FF0000; padding: 24px 0 0 0; text-transform: none; }
#euContact p, #representants h4 {font-family: Klavika; font-size: 17px; color: #000000; font-weight: normal; }
#euContact p a {text-decoration: none; font-family: Klavika; font-size: 17px; color: #000000; }
#euContact p a:hover {text-decoration: underline; }
#eu {border: 0px solid green; width: 400px; display: block; float: left; clear: left; }
.flag-pl {display: block; float: left; margin: 42px 0 0 0; }
.flag-eu {position: absolute; top: 0px; }
 
#rpsInfo{color:#666666; padding:35px 0 20px 35px; font-size:0.84em;}
#rpsInfo span{background:url('../images/bullet1.gif') 0 4px no-repeat; padding-left:13px;}
  
#regions{width:312px; height:294px; background:url('../images/map.jpg') top left no-repeat; position:relative; list-style: none; display: block; margin: 48px 90px 0px 0px; float: right; }
  
#regions a{display: block; text-indent:-666em; overflow:hidden; z-index:20;}
  
#regions a#region1{width:88px; height:83px; position:absolute; background:url('../images/reg1.gif') 0 -500px no-repeat; top:157px; left:30px;}
#regions a#region1:hover,
#regions a#region1.current{background-position:top left;}

#regions a#region2{width:76px; height:70px; position:absolute; background:url('../images/reg2.gif') 0 -500px no-repeat; top:61px; left:99px;}
#regions a#region2:hover,
#regions a#region2.current{background-position:top left;}

#regions a#region3{width:75px; height:97px; position:absolute; background:url('../images/reg3.gif') 0 -500px no-repeat; top:130px; left:230px;}
#regions a#region3:hover,
#regions a#region3.current{background-position:top left;}

#regions a#region4{width:57px; height:85px; position:absolute; background:url('../images/reg4.gif') 0 -500px no-repeat; top:93px; left:21px;}
#regions a#region4:hover,
#regions a#region4.current{background-position:top left;}

#regions a#region5{width:75px; height:73px; position:absolute; background:url('../images/reg5.gif') 0 -500px no-repeat; top:127px; left:126px;}
#regions a#region5:hover,
#regions a#region5.current{background-position:top left;}

#regions a#region6{width:68px; height:65px; position:absolute; background:url('../images/reg6.gif') 0 -500px no-repeat; top:214px; left:157px; z-index:25;}
#regions a#region6:hover,
#regions a#region6.current{background-position:top left;}

#regions a#region7{width:113px; height:117px; position:absolute; background:url('../images/reg7.gif') 0 -500px no-repeat; top:74px; left:161px; z-index:5;}
#regions a#region7:hover,
#regions a#region7.current{background-position:top left;}


#regions a#region8{width:52px; height:59px; position:absolute; background:url('../images/reg8.gif') 0 -500px no-repeat; top:184px; left:94px;}
#regions a#region8:hover,
#regions a#region8.current{background-position:top left;}

#regions a#region9{width:77px; height:84px; position:absolute; background:url('../images/reg9.gif') 0 -500px no-repeat; top:201px; left:212px;}
#regions a#region9:hover,
#regions a#region9.current{background-position:top left;}

#regions a#region10{width:73px; height:103px; position:absolute; background:url('../images/reg10.gif') 0 -500px no-repeat; top:27px; left:227px;}
#regions a#region10:hover,
#regions a#region10.current{background-position:top left;}

#regions a#region11{width:83px; height:67px; position:absolute; background:url('../images/reg11.gif') 0 -500px no-repeat; top:7px; left:85px;}
#regions a#region11:hover,
#regions a#region11.current{background-position:top left;}

#regions a#region12{width:55px; height:82px; position:absolute; background:url('../images/reg12.gif') 0 -500px no-repeat; top:188px; left:127px;}
#regions a#region12:hover,
#regions a#region12.current{background-position:top left;}

#regions a#region13{width:64px; height:55px; position:absolute; background:url('../images/reg13.gif') 0 -500px no-repeat; top:176px; left:174px; z-index:25;}
#regions a#region13:hover,
#regions a#region13.current{background-position:top left;}

#regions a#region14{width:108px; height:62px; position:absolute; background:url('../images/reg14.gif') 0 -500px no-repeat; top:28px; left:155px;}
#regions a#region14:hover,
#regions a#region14.current{background-position:top left;}

#regions a#region15{width:98px; height:121px; position:absolute; background:url('../images/reg15.gif') 0 -500px no-repeat; top:68px; left:57px; z-index:5;}
#regions a#region15:hover,
#regions a#region15.current{background-position:top left;}

#region16{width:86px; height:96px; position:absolute; background:url('../images/reg16.gif') 0 -500px no-repeat; top:23px; left:8px;}
#region16:hover,
#region16.current{background-position:top left;}
/* koniec kontaktu */


/* technologia */
#techList{float: left; display: block; margin: 0px 0 0px 45px; padding: 0px; clear: left; }
#techList ul{list-style:none; margin: 0; display: block; overflow: hidden;}
#techList ul li{display: block; min-height: 220px; background-repeat: no-repeat; 	background-position: 0px 0px; display: block; border-bottom: 1px solid #D1D1D1; margin: 60px 0px 18px 0px; padding: 0px 0px 0px 320px; overflow: hidden; }
#techList ul li:first-child {display: block; min-height: 220px; background-repeat: no-repeat; background-position: 0px 0px; display: block; border-bottom: 1px solid #D1D1D1; margin: 30px 0px 18px 0px; padding: 0px 0px 0px 320px; overflow: hidden; }
#techList img.tbg {position: absolute; top: 150px; right: 20px;}
/*
#techList ul{list-style:none; padding:10px 0; border: 0px solid green; width: 830px; display: block; overflow: hidden;}
#techList ul li{padding-left:305px; background:#ebebeb no-repeat; margin-bottom:3px; padding-top:2px; height: auto; overflow: hidden; }
*/
#techList ul li.item1{background-image:url('../images/item1.jpg');}
#techList ul li.item2{background-image:url('../images/item2.jpg');}
#techList ul li.item3{background-image:url('../images/item3.jpg');}
#techList ul li.item4{background-image:url('../images/item4.jpg');}
#techList ul li.item5{background-image:url('../images/item5.jpg');}
#techList ul li.item6{background-image:url('../images/item6.jpg');}
#techList ul li.item7{background-image:url('../images/item7.jpg');}
#techList ul li.item8{background-image:url('../images/item8.jpg');}
#techList ul li.item9{background-image:url('../images/item9.jpg');}
#techList ul li.item10{background-image:url('../images/item10.jpg');}
#techList ul li.item11{background-image:url('../images/item11.jpg');}
#techList ul li.item12{background-image:url('../images/item12.jpg');}
#techList ul li.item13{background-image:url('../images/item13.jpg');}
#techList ul li.item14{background-image:url('../images/item14.jpg');}
#techList ul li.item15{background-image:url('../images/item15.jpg');}
#techList ul li.item16{background-image:url('../images/item16.jpg');}
#techList ul li.item17{background-image:url('../images/item17.jpg');}
#techList ul li.item18{background-image:url('../images/item18.jpg');}
#techList ul li.item19{background-image:url('../images/item19.jpg');}
#techList ul li.item20{background-image:url('../images/item20.jpg');}
#techList ul li.item30{background-image:url('../images/item30.jpg');}
#techList ul li.item31{background-image:url('../images/item31.jpg');}
#techList ul li.item32{background-image:url('../images/item32.jpg');}
#techList ul li.item33{background-image:url('../images/item33.jpg');}
#techList ul li.item34{background-image:url('../images/item34.jpg');}
#techList ul li.item35{background-image:url('../images/item35.jpg');}
#techList ul li.item36{background-image:url('../images/item36.jpg');}
#techList ul li.item37{background-image:url('../images/item37.jpg');}
#techList ul li.item38{background-image:url('../images/item38.jpg');}
#techList ul li.item39{background-image:url('../images/item39.jpg');}
#techList ul li.item40{background-image:url('../images/item40.jpg');}
#techList ul li.item41{background-image:url('../images/item41.jpg');}
#techList h3 {
	font-family: Klavika;
	font-size: 21px;
	color: #FF0000
}
#techList ul li p {
	font-family: Klavika;
	font-size: 17px;
	color: #808080
}


#navig2 {
    position: relative;
    text-align: center;
	margin: 30px auto 0px auto;
	padding: 0;
	overflow: hidden;
	display: block;
	border: none;
}
#navig2:last-child {
	padding: 30px 0 0 0;
	display: block; 
	clear: left;
}
#navig2:after {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 0;
    line-height: 0;
    content: '';
}
#navig2:last-child {
	margin: 0px auto 20px auto;
}	
#navig2 li {
	display: inline-block;
	margin: 0;
	padding: 0 15px 0 15px;
	font-family: KlavikaBoldCaps;
	font-size: 40px;
	color: #CFCFCF;
}
#navig2 li#current {
	color: #FF0000;
}
#navig2 li a {
	font-family: KlavikaBoldCaps;
	font-size: 40px;
	color: #CFCFCF
}
#navig2 li a:hover {
	color: #FF0000;
	text-decoration: none;
}


/*------------chef------------*/
.title3 {
	font-family: 'Georgia', serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	color: #adadad;
	margin-bottom: 17px;
}
.chef figure {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 15px;
}
.chef figure img {
	width: 100%;
}
.chef .m_bot1 {
	margin-bottom: 14px;
}
/*--------list2--------*/
.list2 {
	position: relative;
	overflow: hidden;
	margin: 6px 0 0 0;
	padding: 0;
}
.list2 li {
	overflow: hidden;
	list-style: none;
	padding: 0 0 0 23px;
	margin: 0 0 7px 0;
	background: url("../img/arrowsmal2.png") 0 5px no-repeat;
}
.list2 li:first-child {
	overflow: hidden;
	padding: 0 0 0 23px;
	margin: 0 0 8px 0;
}
.list2 > li {
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.list2 > li > a {
	float: left;
	display: block;
	text-transform: uppercase;
	font-family: 'Georgia', serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #474848;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.list2 > li > a:hover {
	text-decoration: none;
	color: #eb5368;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
/*----------locations---------*/
.locations .title4 {
	font-family: 'Georgia', serif;
	font-size: 19px;
	line-height: 26px;
	font-weight: normal;
	color: #adadad;
}
.locations figure {
	padding: 0;
	margin: 0;
	float: none;
	margin-bottom: 4px;
}
hr.line1 {
	outline: none;
	border: none;
	background: #e7decf;
	height: 1px;
	width: 100%;
	padding: 0;
	margin: 27px 0 33px;
}
/*-----------reserve_table-----------*/
.reserve_table {
	overflow: hidden;
}
.reserve_table figure {
	padding: 0;
	float: left;
	margin: 0 29px 10px 0;
}
.reserve_table .m_bot2 {
	margin-bottom: 64px;
}
.reserve_table .pad_top1 {
	padding-top: 48px;
}
.title5 {
	font-family: 'Georgia', serif;
	font-size: 19px;
	line-height: 26px;
	font-weight: normal;
	color: #797979;
	margin-bottom: 25px;
}
hr.line2 {
	outline: none;
	border: none;
	background: #dbdbdb;
	height: 1px;
	width: 100%;
	padding: 0;
	margin: 2px 0 27px;
}
/************** contact form ******************/
.pad_bot1 {
	padding-bottom: 22px;
}
.reservation-form {
	position: relative;
	vertical-align: top;
	z-index: 1;
	margin: 0 0 0;
	top: 0;
}
.reservation-form .txt-form {
	display: none;
}
.reservation-form .coll-1, .reservation-form .coll-2, .reservation-form .coll-3, .reservation-form .coll-4 {
	margin-bottom: 16px;
	float: left;
	width: 100%;
}
.reservation-form .coll-1, .reservation-form .coll-2, .reservation-form .coll-3, .reservation-form .coll-4 {
	margin-right: 0;
}
.reservation-form fieldset {
	top: 13px;
	border: none;
	padding: 0;
	width: 100%;
	position: relative;
	z-index: 10;
}
.reservation-form label {
	display: block;
	min-height: 45px;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.reservation-form .message {
	display: block;
	width: 100%;
}
.reservation-form input {
	padding: 9px 10px 8px;
	margin: 0;
	text-decoration: none;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #adadad;
	background: transparent;
	outline: none;
	width: 100%;
	border: 1px solid #dbdbdb;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: left;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.reservation-form textarea {
	padding: 9px 10px 8px;
	margin: 0;
	text-decoration: none;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #adadad;
	background: transparent;
	outline: none;
	width: 100%;
	border: 1px solid #dbdbdb;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: left;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.reservation-form input {
	height: 41px;
}
.reservation-form input:focus, .reservation-form textarea:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #adadad !important;
	border: 1px solid #dbdbdb;
}
.reservation-form .area .error {
	float: none;
}
.reservation-form textarea {
	width: 100%;
	height: 135px;
	resize: none;
	overflow: auto;
}
.reservation-form .success {
	border: none;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background: #ffffff;
	padding: 18px 0px;
	text-transform: none;
	text-align: center;
	z-index: 20;
	width: 100%;
	border: 1px solid #d8d7d5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.reservation-form .error, .reservation-form .empty {
	color: #f00;
	font-size: 10px;
	line-height: 1.2em;
	display: none;
	text-align: right;
	overflow: hidden;
	width: 100%;
	text-transform: none;
	position: absolute;
	top: 0px;
	right: 0;
}
.reservation-form .message .error, .reservation-form .message .empty {
	top: 133px;
}
.reservation-form .buttons-wrapper {
	margin: 33px 0 0;
}
.reservation-form .buttons-wrapper a {
	float: right;
	margin-left: 37px;
	margin-right: 4px;
}
.reservation-form .buttons-wrapper a:hover {
	text-decoration: none;
}
.reservation-form .buttons-wrapper p {
	position: relative;
	font-weight: 200;
	display: inline-block;
	color: #8b8b8b;
	text-transform: uppercase;
}
/*-- end reservation --*/
/*------------------isotop items------------------*/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	overflow: visible;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.pad_bot3 {
	padding-bottom: 42px;
}
#container {
	margin-left: 0;
}
.containerExtra {
	margin-left: -30px;
}
.element {
	width: 270px;
	height: auto !important;
	display: block;
	position: relative;
	color: #222;
	border: none;
	margin: 0 !important;
	padding: 0 0 38px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#filters.pagination li a.selected {
	color: #797979;
	background: none !important;
	border: none;
	text-decoration: underline;
}
#filters.pagination li {
	float: left;
}
#filters li {
	display: inline-block;
	margin-right: 26px !important;
}
#options {
	position: relative;
	margin-left: 0;
}
.element > a {
	margin: 0;
	display: block;
	position: relative;
}
.element > a figure {
	position: relative;
	display: block;
	margin: 0 0 18px;
	padding: 0;
}
.element > a figure img {
	width: 100%;
}
.element > a span {
	position: relative;
	text-transform: uppercase;
	font-family: 'Georgia', serif;
	font-size: 12px;
	line-height: 20px;
	color: #797979;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.element span {
	position: relative;
	text-transform: uppercase;
	font-family: 'Georgia', serif;
	font-size: 12px;
	line-height: 20px;
	color: #797979;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.description {
	position: relative;
	display: block;
}
#filters {
	position: relative;
}
#filters li {
	display: inline-block;
	margin-right: 20px;
}
#filters li a {
	padding: 0;
	background: none;
	border: none;
	text-transform: uppercase;
	font-family: 'Georgia', serif;
	font-size: 12px;
	line-height: 20px;
	color: #797979;
	margin: 0;
	text-decoration: none;
}
#filters li a:hover {
	background: none;
	border: none;
	text-decoration: none;
}
#options .pagination {
	margin: 1px 0 30px 0;
}
/*--------links------------*/
.btn-link4 {
	color: #474848;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.btn-link4:hover {
	color: #eb5368;
	text-decoration: none;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.pad_bot2 {
	padding-bottom: 43px;
}
.links p {
	margin-bottom: 28px;
}
/*-- contacts page --*/
.gmap {
	margin-top: 7px;
}

.map {
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	border-radius: 0;
}
.map iframe {
	width: 100%;
	height: 393px;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.address h2 {
	padding-bottom: 35px;
}
address {
	margin: 8px 0 0 0;
	margin-bottom: 30px;
}
address strong {
	margin: 0;
	word-spacing: -2px;
	text-transform: uppercase;
	font-family: 'Georgia', serif;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #4e4134;
	font-weight: normal;
	display: block;
	margin-bottom: 9px;
}
address span {
	font-family: 'Arial', serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #8c8061;
}
.m_top1 {
	margin-top: 17px;
}
address p {
	font-family: 'Arial', serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #adadad;
}
address .info p:first-child {
	font-family: 'Arial', serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #adadad;
}
.info {
	font-family: 'Arial', serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #adadad;
}
.padding_top1 {
	padding-top: 31px;
}
.info > p {
	font-family: 'Arial', serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #adadad;
	margin-bottom: 0; 
}
.info > p span {
	font-family: 'Arial', serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #adadad;
	width: 94px;
	display: inline-block;
	width: auto;
}
.info a {
	color: #adadad;
	text-decoration: none;
	font-weight: normal;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.info a:hover {
	text-decoration: none;
	color: #eb5368;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/***** contact form *****/
.contact-form {
	position: relative;
	vertical-align: top;
	z-index: 1;
	margin: 0 0 0;
	top: 0;
}
.contact-form .txt-form {
	display: none;
}
.contact-form .coll-1, .contact-form .coll-2, .contact-form .coll-3 {
	margin-right: 20px;
	margin-bottom: 16px;
	float: left;
	width: 192px;
}
.contact-form .coll-3 {
	margin-right: 0;
}
.contact-form .coll-4 {
	margin-bottom: 5px;
}
.contact-form fieldset {
	top: 13px;
	border: none;
	padding: 0;
	width: 100%;
	position: relative;
	z-index: 10;
}
.contact-form label {
	display: block;
	min-height: 45px;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.contact-form .message {
	display: block;
	width: 100%;
}
.contact-form input {
	padding: 9px 14px 8px;
	margin: 0;
	text-decoration: none;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #adadad;
	background: transparent;
	outline: none;
	width: 100%;
	border: 1px solid #dbdbdb;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: left;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form textarea {
	padding: 9px 14px 8px;
	margin: 0;
	text-decoration: none;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #adadad;
	background: transparent;
	outline: none;
	width: 100%;
	border: 1px solid #dbdbdb;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: left;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form input {
	height: 41px;
}
.contact-form input:focus, .contact-form textarea:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #adadad !important;
	border: 1px solid #dbdbdb;
}
.contact-form .area .error {
	float: none;
}
.contact-form textarea {
	width: 100%;
	height: 147px;
	resize: none;
	overflow: auto;
}
.contact-form .success {
	border: none;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background: #ffffff;
	padding: 18px 0px;
	text-transform: none;
	text-align: center;
	z-index: 20;
	width: 100%;
	border: 1px solid #dbdbdb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form .error, .contact-form .empty {
	color: #f00;
	font-size: 10px;
	line-height: 1.2em;
	display: none;
	text-align: right;
	overflow: hidden;
	width: 100%;
	text-transform: none;
	position: absolute;
	top: 0px;
	right: 0;
}
.contact-form .message .error, .contact-form .message .empty {
	top: 145px;
}
.contact-form .buttons-wrapper {
	margin: 33px 0 0;
}
.contact-form .buttons-wrapper a {
	margin-left: 0;
	margin-right: 10px;
}
.contact-form .buttons-wrapper a:hover {
	text-decoration: none;
}
.contact-form .buttons-wrapper p {
	position: relative;
	font-weight: 200;
	display: inline-block;
	color: #8b8b8b;
	text-transform: uppercase;
}
.contact-form .buttons-wrapper strong {
	color: #adadad;
	font-family: 'Georgia', serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	top: 0;
	margin-left: 17px;
}
/*-------privacy_page--------*/
.privacy_page h2 {
	padding-bottom: 42px;
}
.privacy_page p {
	margin-bottom: 22px;
}
.privacy_page .m_bot4 {
	margin-bottom: 27px;
}
.privacy_page a {
	color: #adadad;
}
.privacy_page a:hover {
	color: #eb5368;
}
/*404 page*/
/*404 page*/
.block-404 .col-lg-7 .col-md-7 .col-sm-7 {
	margin-bottom: 20px;
}
.block-404 .col-lg-7 .col-md-7 .col-sm-7 img {
	margin-left: 0;
}
.block-404 .forminfo h2 {
	color: #474848;
	padding-bottom: 30px;
}
.block-404 p {
	color: #adadad;
	margin-bottom: 22px;
}
.form-404 {
	width: 100%;
	display: block;
	margin-top: 24px;
	position: relative;
}
.form-404 input {
	outline: none;
	height: 47px;
	width: 100%;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	padding: 12px 52px 13px 10px;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	border: 1px solid #dbdbdb;
	color: #a19c97;
	float: left;
}
.form-404 input:focus {
	box-shadow: none;
	outline: none;
	border: 1px solid #dbdbdb;
}
.form-404 a {
	text-transform: uppercase;
	width: 48px;
	height: 39px;
	padding: 0;
	overflow: hidden;
	border: none;
	background-position: 0 0;
	border-radius: 0;
	text-shadow: none;
	box-shadow: none;
	background: transparent;
	position: absolute;
	margin-top: 0 !important;
	right: 5px;
	top: 3px;
	float: right;
}
.form-404 a img {
	margin-top: 0;
}
.form-404 a:hover {
	background: transparent;
	box-shadow: none;
}
.form-404 a:hover img {
	margin-top: -39px;
}
/**/
/*--- content end ------*/
/*--------- footer --------- */
footer {
	display: block;
	padding: 0;
	float: left;
	width: 100%;
	min-height: 400px;
	overflow: hidden;
}
footer .container {
	padding: 0 0 0 250px;
}
footer .row {
	padding: 0 0 100px 0!important;
	margin: 0!important;
	background: #9E0000 url("../backgrounds/footer-bg-a.jpg") top right no-repeat;
}
footer .links-a {
	list-style: none;
	margin: 17px 0 0 20px;
}
footer .links-b {
	list-style: none;
	margin: 52px 0 0 20px;
}
footer .links-a a {
	font-family: Klavika;
	color: #fff;
	font-size: 22px;
	padding: 0 0 0 67px;
	margin: 15px 0 15px 0;
	display: block; 
	float: left;
	clear: left;
	background: url("../backgrounds/arrow-link.png") top left no-repeat;
	line-height: 26px;	
}
footer .links-a a:hover {
	background: url("../backgrounds/arrow-link.png") bottom left no-repeat;
}
footer .links-a a.repr {
	font-size: 36px;
	padding: 0 49px 10px 0px;
	margin: 15px 0 15px 0;
	display: block; 
	float: left;
	clear: left;
	background: url("../backgrounds/arrow-repr.png") 70px 0px no-repeat;
	line-height: 110px;	
}
footer .links-a a.repr:hover {
	background: url("../backgrounds/arrow-repr.png") right top no-repeat;
	line-height: 110px;	
}
footer .links-b a {
	font-family: Klavika;
	color: #fff;
	font-size: 22px;
	padding: 0 0 0 67px;
	margin: 15px 0 15px 0;
	display: block; 
	float: left;
	clear: left;
	background: url("../backgrounds/arrow-link.png") top left no-repeat;
	line-height: 26px;	
}
footer .links-b a.pdf {
	font-size: 22px;
	padding: 0 49px 10px 70px;
	margin: 5px 0 5px 0;
	display: block; 
	float: left;
	clear: left;
	background: url("../backgrounds/pdf-ico.png") 0px 0px no-repeat;
	line-height: 48px;	
}
footer .links-b a.mail {
	font-size: 22px;
	padding: 0 49px 10px 70px;
	margin: 14px 0 5px 0;
	display: block; 
	float: left;
	clear: left;
	background: url("../backgrounds/mail-ico.png") 0px 50% no-repeat;
	line-height: 24px;	
}
footer .links-b li p.phone {
	font-family: Klavika;
	color: #fff;
	font-size: 22px;
	padding: 3px 49px 10px 70px;
	margin: 15px 0 5px 0;
	display: block; 
	float: left;
	clear: left;
	background: url("../backgrounds/phone-ico.png") 0px 50% no-repeat;
	line-height: 24px;	
}
footer .links-b li a.about {
	font-family: Klavika;
	color: #fff;
	font-size: 22px;
	padding: 3px 49px 10px 70px;
	margin: 40px 0 5px 0;
	display: block; 
	float: left;
	clear: left;
	background: url("../backgrounds/arrow-white-a.png") 0px 50% no-repeat;
	line-height: 24px;	
}
footer .copy-link {
	color: #fff;
	width: 100%;
	margin: 50px auto;
	display: block;
	float: left;
	text-align: center;
}
/*--------------social----------------*/
.social_icons {
	overflow: hidden;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	margin: 28px 0 0;
	z-index: 10;
}
.social_icons > li {
	float: left;
	cursor: pointer;
	width: 32px;
	height: 31px;
	overflow: hidden;
	margin-right: 14px;
}
.social_icons > li a {
	width: 32px;
	height: 31px;
	overflow: hidden;
}
.social_icons > li a img {
	position: relative;
	top: 0;
}
.social_icons > li a:hover img {
	position: relative;
	top: -31px;
}
.footerlogo {
	text-align: center;
}
.smalllogo2 {
	position: relative;
	top: 5px;
}
.footerpriv {
	margin-top: 21px;
	margin-right: 16px;
	text-align: left;
	font-family: 'Georgia', serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #f2eee5;
}
.footerpriv a {
	font-family: 'Georgia', serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #f2eee5;
	text-transform: uppercase;
}
.footerpriv a:hover {
	text-decoration: none;
	color: #eb5368;
}
/**************** footer end ***************/
/*----- media queries ------*/
@media (min-width: 1220px) {
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	margin-right: 20px;
	margin-bottom: 16px;
	float: left;
	width: 243px;
}
.contact-form .coll-3 {
	margin-right: 0;
}
.chef figure {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 31px;
}
.list3 li figure {
	margin-right: 53px;
}
.list3 li .info1 {
	overflow: hidden;
	margin-top: 46px;
}
.box2 figure img {
	height: 100%;
}
.container {
	padding: 0;
}
/*
.bgnd {
    background-attachment: fixed;
	background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 54vh;
	max-height: 1200px;
	min-height: 650px;
	background-image: url('../backgrounds/text-bg-a.jpg');
	border: 0px solid green!IMPORTANT;
}
*/
.bgnd-a {
    background-attachment: fixed;
	background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 54vh;
	max-height: 1200px;
	min-height: 750px;
	background-image: url('../backgrounds/text-bg-a.jpg');
	border: 0px solid green!IMPORTANT;
}

header + .bgnd {
    height: 86vh;
}
.container-a {
	position: relative;
	z-index: 999;
	background: url('../backgrounds/red-line-a.png') 50% top no-repeat;
	height: 100%;
	border: 0px solid black!important;
}
.container-b {
	
	position: relative;
	z-index: 999;
	overflow: hidden;
	background: url('../backgrounds/red-line-a.png') 50% top no-repeat;
	height: 100%;
	padding: 100px 0 0 0;
}
.row-a {
	background: url('../backgrounds/white-bg.png') 50% bottom no-repeat;
	z-index: 9999999999999999999999999; 
	position: relative; 
	height: 100%; 
	display: block; 
	padding: 0 0 100px 0;
}

#home { 
	background: url('../backgrounds/text-bg-a.jpg') 50% 0 fixed; 
	height: auto;  
	margin: 0 auto 0 auto; 
	width: 100%; 
	position: relative; 
	/* box-shadow: 0 0 50px rgba(0,0,0,0.8); */
	padding: 00px 0;
	z-index: -999;
	overflow: hidden;
}	

#tech { 
	background: #000 url('../backgrounds/technologia_photo_2.png') 50% -15px no-repeat; 
	height: 249px;  
	margin: 0 auto 0 auto; 
	width: 100%; 
	position: relative; 
	padding: 0 0;
	z-index: -999;
	overflow: hidden;
}

.tech {
	z-index: 9;
	height: 198px;
	background: #000 url('../backgrounds/technologia_photo 2.png') -50% 20% no-repeat;
	border: 0px solid blue;
}


}
/**************************************************/
@media (min-width: 992px) and (max-width: 1219px) {
	.menuheader {
		position: absolute;
		top: 10px; 
		left: 0;
		z-index: 2;
		height: 80px;
		padding: 0;
		overflow: visible;
		min-width: 100%;
		display: block;
	}
	.tm_navbar ul {
		position: absolute!important;
		right: 0px!important;
		margin: 0!important;
		padding: 0!important;
	 }
	.tm_navbar ul.nav li {
		margin: 0 0 0 22px!important;
		padding: 0!important;
		float: left!important;
	}
	.tm_navbar .nav li > a {
		font-size: 22px;
		padding: 28px 0 0 20px!important;
		margin: 0!important;
		width: 100%!important;
	}
	.logo {
		position: absolute;
		left: 30px!important;
		top: 120px;
		margin: 0px!important;
		width: 385px;
	}
	header h1 {
		font-size: 42px!important;
		line-height: 54px!important;
		position: absolute!important;
		margin: 0!important;
		padding: 0!important;
		left: 165px;
		top: 170px;
	}
}
	
	
@media (min-width: 768px) and (max-width: 1219px) {
	.container-a {
		position: relative;
		z-index: 999;
		background: url('../backgrounds/red-line-a.png') 50% top no-repeat;
		height: 100%;
	}
	.container-b {
		position: relative;
		z-index: 999;
		overflow: hidden;
		background: url('../backgrounds/red-line-a.png') 50% top no-repeat;
		height: 100%;
		padding: 100px 0 0 0;
		min-width: 100%;
	}
	.row-a {
		background: url('../backgrounds/white-bg.png') 50% bottom no-repeat;
		z-index: 9999999999999999999999999; 
		position: relative; 
		height: 100%; 
		display: block; 
		padding: 0 0 100px 0;
	}
	#home { 
		background: url('../backgrounds/text-bg-a.jpg') 50% 0 fixed; 
		height: auto;  
		margin: 0 auto 0 auto; 
		width: 100%; 
		position: relative; 
		/* box-shadow: 0 0 50px rgba(0,0,0,0.8); */
		padding: 00px 0;
		z-index: -999;
		overflow: hidden;
	}	
	#tech { 
		background: #000 url('../backgrounds/technologia_photo_2.png') 50% -15px no-repeat; 
		height: 249px;  
		margin: 0 auto 0 auto; 
		width: 100%; 
		position: relative; 
		padding: 0 0;
		z-index: -999;
		overflow: hidden;
	}
	footer .container {
		margin: 0;
		min-width: 100%;
	}
}

	
@media (max-width: 991px) {
	#left-column {
		display: none;
	}
	.row_2, .row_1, .fixed, header {
		padding: 0!important;
	}
	.hm-8 {
		margin: 2px 0 0 0px!important;
	}
	.container-a {
		min-width: 100%!important;
	}
	.container-b {
		position: relative;
		z-index: 999;
		overflow: hidden;
		height: 100%;
		padding: 100px 0 0 0;
	}
	.row_2 {
		padding: 0!important;
		background: url('../backgrounds/red-line-b.png') center top no-repeat;
	}
	footer .container {
		margin: 0;
		min-width: 100%;
		padding: 0;
	}
	ul.sf-menu {
		display: none!important;
	}
	ul.nav {
		display: none!important;
	}
	.menuheader {
		position: absolute;
		top: 0px; 
		left: 0;
		z-index: 2;
		height: 80px;
		padding: 0;
		overflow: visible;
		width: 100%;
		display: block;
	}
	.menuheader > .container {
		min-width: 100%;
		padding: 0;
		margin: 0;
	}
	.tm_navbar {
		min-width: 100%;
		display: block
	}	
	.select-menu {
		display: block!important;
		position: absolute;
		min-width: 100%;
		height: 66px;
		border: none;
		background-color: #ED0000;
		background-image: url('../backgrounds/menu-icon.png');
		background-repeat: no-repeat;
		background-position: 90% 50%;
		-webkit-appearance: none;  /*Removes default chrome and safari style*/
		-moz-appearance: none; /* Removes Default Firefox style*/
		text-indent: 0.01px; /* Removes default arrow from firefox*/
		text-overflow: "";  /*Removes default arrow from firefox*/
		cursor: pointer;
		color: #1455a2;
		color: #fff;
		font-size: 42px!important;
		font-family: Klavika!important;
		padding: 0 0 0 25px!important;
	}
	.select-menu option {
		color: #fff;
		font-size: 42px!important;
		font-family: Klavika!important;
	}
	.logo-a {
		display: none!important;
	}
	.fixed {
		display: none!important;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	.logo {
		width: 390px;
		margin: 120px 0 0 0;
	}
	.navbar-brand {
		margin: 5px 0 0 142px!important;
	}
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	margin-right: 0;
	margin-bottom: 16px;
	float: none;
	width: 100%;
}
.reserve_table {
	overflow: hidden;
}
.reserve_table figure {
	width: 100%;
	padding: 0;
	float: none;
	margin: 0 0 20px 0;
}
.reserve_table figure img {
	width: 100%;
}
.reserve_table .m_bot2 {
	margin-bottom: 20px;
}
.footercol {
	float: left;
	width: 33%;
	margin-bottom: 20px;
}
.footerpriv {
	margin-top: 21px;
	margin-right: 0;
	font-size: 14px;
}
.footerpriv a {
	font-size: 14px;
}
.row_4 {
	margin-left: 0;
}
.row_4 .chef figure {
	padding: 0;
	margin: 0 0 10px;
}
.row_4 .row4_col {
	margin: 0;
	float: left;
	margin-left: 0;
	width: 33%;
}
.list3 {
	margin-left: 0;
}
.list3 li {
	width: 50%;
	float: left;
	margin-left: 0;
}
.list3 li figure {
	width: 100%;
	float: none;
	margin-right: 0;
}
.list3 li .info1 {
	overflow: hidden;
	margin-top: 0;
	padding: 20px;
}
.box2 figure img {
	height: 165px;
}
.list1 li a p {
	font-size: 20px;
	line-height: 22px;
	padding: 24px 0 21px;
}
.nav-collapse_ .nav > li {
	float: left;
}
.navbar_ {
	width: auto!important;
	overflow: visible !important;
	height: auto;
	clear: none;
}
}
/**************************************************/
@media (max-width: 767px) {
	.logo {
		width: 290px;
		margin: 120px 0 0 0;
	}
	.navbar-brand {
		margin: 5px 0 0 42px!important;
	}

.row_4 .row4_col .btn-link3 {
	font-size: 12px;
}
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	margin-right: 0;
	margin-bottom: 16px;
	float: none;
	width: 100%;
}
.reserve_table {
	overflow: hidden;
}
.reserve_table .m_bot2 {
	margin-bottom: 30px;
}
.reserve_table figure {
	padding: 0;
	float: left;
	margin: 0 20px 10px 0;
}
.footercol {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
.social_icons {
	display: inline-block;
}
.footerpriv {
	margin-top: 0;
	margin-right: 0;
	float: none;
	text-align: center;
}
.row_4 {
	margin-left: 0;
}
.row_4 .chef figure {
	padding: 0;
	margin: 0 0 10px;
}
.row_4 .row4_col {
	margin: 0;
	float: left;
	margin-left: 0;
	width: 30%;
}
.box1,  .box2,  .box3 {
	float: none;
	width: 100%;
	margin: 0 auto 25px;
}
.box1 figure,  .box2 figure,  .box3 figure {
	width: 100%;
}
.box1 figure img,  .box2 figure img,  .box3 figure img {
	width: 100%;
}
.box2 figure img {
	height: auto;
}
.listbox1 {
	padding-right: 15px;
}
.listbox2 {
	padding-right: 15px;
	padding-left: 15px;
}
.listbox3 {
	padding-left: 15px;
}
.list1 {
	text-align: center;
}
.sf-menu {
	display: none !important;
}
.select-menu option {
	padding: 0;
}
#left-column {
	display: none;
}
header, .row_1, .row_2 {padding: 0!important; }
}
/**************************************************/
@media (max-width: 600px) {
	.header {
		height: 300px;
	}
	.logo {
		position: absolute;
		width: 80%;
		margin: auto;
		top: -70px; left: 0; bottom: 0; right: 0;
	}
	.navbar-brand {
		position: absolute;
		width: 80%;
		margin: auto;
		top: 130px; left: 0; bottom: 0; right: 0;
		font-size: 36px!important;
		text-align: center;
	}
	#langBar {
		width: 90%;
		padding: 0;
	}
	#langBar.lang-default {
		position: absolute;  
		margin: auto;
		top: 200px; left: 0; bottom: 0; right: 0;
	}
	#langBar.lang-default li {
		padding-left: 11px; 
		float: left; 
		width: 20%; 
		height: 26px; 
		list-style: none; 
		margin: 0;
	}
	#langBar.lang-default li a {
		display: block;
		padding: 0;
		width: 100%;
		height: 100%;
		position: relative; 
	}

.row_4 .row4_col .btn-link3 {
	font-size: 18px;
}
.reserve_table {
	overflow: hidden;
}
.reserve_table .m_bot2 {
	margin-bottom: 30px;
}
.reserve_table figure {
	width: 100%;
	padding: 0;
	float: none;
	margin: 0 0 10px 0;
}
.reserve_table figure img {
	width: 100%;
}
.row_4 {
	margin-left: 0;
}
.row_4 .chef figure {
	padding: 0;
	margin: 0 15px 5px 0;
}
.row_4 .row4_col {
	margin: 0;
	float: none;
	margin-left: 0;
	width: 100%;
}
#left-column {
	display: none;
}
header, .row_1, .row_2 {padding: 0!important; }
}
/**************************************************/
@media (max-width: 480px) {
	.header {
		height: 300px;
	}
	.logo {
		position: absolute;
		width: 80%;
		margin: auto;
		top: -70px; left: 0; bottom: 0; right: 0;
	}
	.navbar-brand {
		position: absolute;
		width: 80%;
		margin: auto;
		top: 130px; left: 0; bottom: 0; right: 0;
		font-size: 36px!important;
		text-align: center;
	}
	
.list3 li figure {
	float: none;
	width: 100%;
	margin-right: 0;
}
.list3 li .info1 {
	padding: 20px;
	overflow: hidden;
	margin-top: 20px;
}
#left-column {
	display: none;
}
header, .row_1, .row_2, .container, #content {
		padding: 0px!important;
		width: 100%!important;		
	}
}
/**************************************************/
@media (max-width: 360px) {
	header, .row_1, .row_2, .container, #content {
		padding: 0px!important;
		width: 100%!important;		
	}
	
	.chef figure {
		padding: 0;
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
	}
}
/*Core variables and mixins*/
img {
	max-width: 100%;
}

#productList2
{
	display: block;
	margin: 20px auto 30px auto;
	padding: 0 0 0 16px;
	border-bottom: 1px solid #D1D1D1;
	overflow: hidden;
	width: 90%;
	border: 2px solid blue;
}

.items {
	display: flex;
	flex-wrap: wrap;	
	margin: 20px auto 30px auto;
	overflow: hidden;
	width: 90%;
}

#item {
	overflow: hidden;
	padding: 15px 0 15px 0!important;
}

#item a {
	display: block;
	margin: 0 0 0 0px;
	float: left;
	overflow: hidden;
	position: relative;
}

#item a img {
	width: 90%;
}

#item a span {
	display: block;
	float: left;
	color: #000;
	font-family: Klavika;
	font-size: 24px;
	line-height: 24px;
	padding: 0 10px 5px 30px; 
	text-align: left;
}

#item a .symbol {
	background: url("../backgrounds/arrow-red-a.png") 0px 5px no-repeat;
}


#item a .new-a {
	/*	
	position: absolute;
	top: 0px;
	right: 14px;
	*/
	display: block; 
	float: left;
	padding: 0 0 0 29px;
	color: #fff;
	width: 93px;
	height: 23px;
	font-size: 12px;
	text-transform: uppercase;
	background:	url("../backgrounds/new_bg-c.png") 0px 2px no-repeat;	
}

#item a .soon-a {
	display: block; 
	float: left;
	padding: 0 0 0 29px;
	color: #fff;
	width: 93px;
	height: 23px;
	font-size: 12px;
	text-transform: uppercase;
	background:	url("../backgrounds/new_bg-c.png") 0px 2px no-repeat;	
	
}

#item a .new-color {
	display: block; 
	float: left;
	padding: 0 0 0 29px;
	color: #fff;
	width: 115px!important;
	height: 23px;
	font-size: 12px;
	text-transform: uppercase;
	background:	url("../backgrounds/new-color-a.png") 0px 2px no-repeat;
}

.new-b
{
	display: block;
	float: left;
	margin: 60px 40px 0 0px;
	padding: 5px 0px 0 30px;
	color: #fff;
	width: 110px;
	height: 26px;
	font-size: 14px;
	text-transform: uppercase;
	background:	url("../backgrounds/soon-b.png") 0px 2px no-repeat;
}

.soon-b
{
	display: block;
	float: left;
	margin: 60px 40px 0 0px;
	padding: 5px 0px 0 30px;
	color: #fff;
	width: 110px;
	height: 26px;
	font-size: 14px;
	text-transform: uppercase;
	background:	url("../backgrounds/soon-b.png") 0px 2px no-repeat;	
}

.new-color
{
	display: block;
	float: left;
	margin: 0px 0px 0 0px;
	padding: 5px 0px 0 30px;
	color: #fff;
	width: 125px;
	height: 26px;
	font-size: 14px;
	text-transform: uppercase;
	background:	url("../backgrounds/color-new.png") 0px 2px no-repeat;	
}

@media (min-width: 410px) {
  .items .item {
    max-width: calc(50% - 10px);
  }
}
@media (min-width: 620px) {
  .items .item {
    max-width: calc(33.33333% - 10px);
  }
}
@media (min-width: 830px) {
  .items .item {
    max-width: calc(25% - 10px);
  }
}
@media (min-width: 1040px) {
  .items .item {
    max-width: calc(20% - 10px);
  }
}
@media (min-width: 1250px) {
  .items .item {
    max-width: calc(25% - 10px);
  }
}
@media (min-width: 1460px) {
  .items .item {
    max-width: calc(14.28571% - 10px);
  }
}
@media (min-width: 1670px) {
  .items .item {
    min-width: calc(12.5% - 10px);
  }
}

.copyright-info {
	color: #fff!important;
	font-size: 11px!important;
	line-height: 13px!important;
	font-weight: 100!important;
	padding: 0 5% 0 5%;
}





