

/**************************
*	    green        *
**************************/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext');

body {

}

.googlMapCanvas IMG
{    max-width: none;
}
#googleMapCanvas450 IMG
{	max-width: none;
}

#section-1 {
	position: fixed;
	background-color: #ffffff; 
	width: 100%;
	height: 90px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	box-shadow:  0px 5px 20px rgba(51, 51, 51, 0.5);
	border-bottom: 3px solid #bbd622;
	z-index: 999;
}

.header-logo {
	text-align: left;
	padding-bottom: 10px;
	image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
	-webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.header-home {
	padding-top: 18px;
	text-align: right;
}

.header-shop {
	margin-top: 2px;
}

.header-shop p {
    margin: 0 0 0px;
    padding-top: 2px;
    font-size: 22px;
    font-family: 'Lato';
    font-variant: normal;
    color: #4f4f4f;
    height: 20px;
}

.header-shop a {
	text-decoration: none;
	color: #4f4f4f;
}

.header-shop a:hover {
	text-decoration: none;
	color: #333333;
}

.header-shop table>tbody>tr>td, .header-shop .table>tfoot>tr>td {
    padding: 0px !important;
    padding-left: 8px !important;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd; 
}

.header-shop .table {
    width: 100%;
    margin-bottom: 0px;
}

.header-menu {
	margin: 0px;
	padding-left: 0px;
	background-color: #ffffff;
	color: #111111;
	text-align: left;
}

.header-menu-ru {
	margin: 0px;
	padding-left: 0px;
	background-color: #ffffff;
	color: #111111;
	text-align: left;
}

.header-menu a {
	color: #111111;
}

.header-menu .navbar-default {
	background-color: transparent;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-shadow: none;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.header-menu .nav {
	display: block;
	margin-bottom: 0px;
	background-color: #ffffff;
}
	
.header-menu .navbar-collapse {
	background-color: #ffffff;
}

.header-menu .nav-pills > li {
	float: none;
}
	
.header-menu .nav > li  {
	font-size: 14px;
	color: #21cfe8;
	font-weight: 400;
	font-family: 'Lato', serif;
	font-variant: normal;
	letter-spacing: 0px;
	display: inline-block;
	line-height: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}

.header-menu .nav > li.first {
	border-left-style: none;
}

.header-menu .nav > li.first > a {
	border-left-style: none;
}

.header-menu .nav > li > a {
	background: none;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Lato', serif;
	font-variant: normal;
	text-align: center !important; 
	color: #4f4f4f;
	padding-top: 28px !important; 
	padding-bottom: 0px;
	padding-left: 15px !important; 
	padding-right: 25px !important; 
	line-height: 16px;
	margin: 0px;
}

ul.nav > li.nav-path-selected {
	color: #4f4f4f; !important
	font-weight: 700;
	background-position: left bottom !important;
	background-image: none !important;
}

ul.nav > li.nav-path-selected > a.active  {
	padding-top: 15px;
	border-radius: 0px;
	background-color: #ffffff;
	font-weight: 700;
	color: #333333;
}

.header-menu .nav li a:hover {
	background-color: #ffffff;
	border-radius: 0px;
	color: #333333;
	background-image: none !important;
}

.header-menu .nav li a:focus {
	background-color: #ffffff;
	border-radius: 0px;
	color: #333333;	
}

.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: 0px; 
    border: 1px solid transparent;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #efefef;
    color: #21cfe8;
    border-radius: 0px;
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 0px; 
    padding-left: 0px; 
}


/*  dropdown menu */

#section-1 .header-menu .nav > li.has-submenu>a:after {
  background: url(./images/drop-da.png) no-repeat;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  text-align: center;
  left: 80%;
  bottom: 10px;
}

#section-1 .header-menu .nav > li.has-submenu>ul>li.has-submenu>a:after {
  background: url(./images/drop-ra.png) no-repeat;
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  content: "";
  right: -300px;
  top: -10px;
}

#section-1 .header-menu .nav > li.has-submenu>ul>li.has-submenu>ul>li.has-submenu>a:after {
  background: url(./images/drop-ra.png) no-repeat;
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  content: "";
  right: -310px;
  top: -10px;
}

#section-1 .header-menu .nav > li.has-submenu:hover {

}


#section-1 .header-menu .nav li a:hover {
    background-image: none !important;
	border: 0;
    border-radius: 0;
}

#section-1 .header-menu .nav li a:focus {
    color:#949494;
}

#section-1 .header-menu .nav-wrapper .nav li ul {
    position: absolute;
}


#section-1 .header-menu .nav-wrapper .nav li a:hover > .dropdown {
    display: none !important;
    display: block;
    text-decoration:none;     
}

#section-1 .header-menu .nav-wrapper .nav > li a {
    display: none; 
    display: block;
    padding-bottom: 10px !important;
	padding-right: 30px !important;
    padding-left: 20px !important;
}

#section-1 .nav li:hover > .dropdown {
    display: none; 
    display: block;
}

#section-1 .dropdown {
   display: none;
  margin-top: -1px;
  padding: 0px;
  z-index: 999;
  color: #fff;
  position: absolute;
  background-position: center top;
  font-size: 10px;
  width: max-content;
  margin-left: 5px;
  left: auto;
}

#section-1 .dropdown> li> .dropdown {   
  display: none;
  margin-top: -64px;
  margin-left: 330px;
  padding: 0px;
  z-index: 999;
  position: absolute;
  background-color: #242424;
  background-position: center top;
  font-size: 10px;
  width: max-content;
}
  
#section-1 .dropdown .dropdown, #section-1 .dropdown .dropdown .dropdown {
  display:none;   
} 
  
#section-1 .dropdown li.first {
    background-color: #333 !important;
}


#section-1 .dropdown li {
    text-align: left;
    list-style-type: none;
    border-bottom: 1px solid #a8c523;
}

#section-1 .dropdown li:last-child {
    border-bottom: none !important;
}

#section-1 .dropdown li a {
    padding-top: 12px;
    padding-bottom: 12px !important;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
    display:block;
    background-color: #bbd622;
    color: #ffffff !important;
}


#section-1 .dropdown li a:hover {
    text-decoration:none;
    background-color: #a8c523 !important;
    color: #fff !important;
}

#section-1 .dropdown li a:focus {
    text-decoration:none;
    background-color: #a8c523 !important;
    color: #333 !important;
}
 .dropdown > li {
     
}

/* end of dropdown menu */


#section-2 {
	background-color: #ffffff; 
	position: relative;
}

#section-2 .ccm-area-move-enabled {

}

.banner {
	width: 100%;
}

.theme-default .nivo-controlNav {
}

.theme-default .nivoSlider {
    position: relative;
    background: #fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom: 0px !important;
    -webkit-box-shadow: 0px 0px 0px 0px #4a4a4a !important;
    -moz-box-shadow: 0px 0px 0px 0px #4a4a4a !important;
    box-shadow: 0px 0px 0px 0px #4a4a4a !important;
}

.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 180px !important;
    background: none !important;
}

.nivo-controlNav {
    position: absolute;
    left: 15px;
    bottom: 0px;
    z-index: 10;
    width: 97.5%;
    text-align: center;
}

.nivo-caption #bar {
    width: 0%;
    height: 4px;
    max-width: 80%;
}

.nivo-caption h1 {
  padding-top: 15px;
  padding-bottom: 0px;
  font-family: 'Lato';
  font-size: 74px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4em;
  height: auto;
  margin: 0px auto;
  text-indent: 25px;
  text-align: center;
}

.nivo-caption h2 {
  padding-top: 0px;
  padding-bottom: 15px;
  font-family: 'Lato';
  font-size: 30px;
  line-height: 1.4em; 
  font-weight: 400;
  height: auto;
  color: #ffffff;
  margin: 0px auto;
  margin-top: 15px !important;
  text-indent: 25px;
  text-align: center;
}

.nivo-caption h3 {
  padding-top: 15px;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 600;
  color: #ffffff; 
  line-height: 1.4em;
  text-align: center;
  height: auto;
  margin: 0px auto !important;
}

.nivo-caption h3 a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}

#section-3 {
	padding-top: 10px;
	padding-bottom: 50px;
	background-color: #ffffff; 
}

.box1-text {	
	padding-top: 40px;
	padding-bottom: 50px;
	text-align: center;
}

.box1-text h1 {	
	text-align: center;
	font-family: 'Lato', serif;
	font-size: 74px;
	font-weight: 400;
	color: #444444;
	border-bottom: 3px solid #bbd622;
	margin: 0px auto;
	padding-bottom: 20px;
	width: 450px;
}


#section-3 .table>tbody>tr>td, #section-3 .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
}

.refki1 .table, .refki2 .table, .refki3 .table, .refki4 .table   {
    margin-bottom: 0px !important; 
}

.refki1 {
	text-align: left;
}

.refki1 h1 {
	text-align: left;
	padding-left: 0px;
	font-family: 'Lato', serif;
	font-size: 24px;
	font-weight: 400;
	color: #282829;
	width: 500px;
}

.refki1 h1 a {
	text-align: left;
	padding-left: 0px;
	font-family: 'Lato', serif;
	font-size: 24px;
	font-weight: 400;
	color: #282829;
}

.refki1 h1 a:hover {	
	text-decoration: none;
	color: #96ca42;
}
.refki1 p {
	text-align: left;
	padding-bottom: 0px;
	padding-left: 100px;
	font-family: 'Lato', serif;
	font-size: 14px;
	font-weight: 300;
	color: #282829;
	line-height: 1.8em;
}

.refki1 img {
	margin-top: 10px;
	margin-right: 30px;
}

.refki2 {
	text-align: left;
}

.refki2 h1 {
	text-align: left;
	padding-left: 0px;
	font-family: 'Lato', serif;
	font-size: 24px;
	font-weight: 400;
	color: #282829;
	width: 500px;
}

.refki2 h1 a {
	text-align: left;
	padding-left: 0px;
	font-family: 'Lato', serif;
	font-size: 24px;
	font-weight: 400;
	color: #282829;
}

.refki2 h1 a:hover {	
	text-decoration: none;
	color: #96ca42;
}

.refki2 p {
	text-align: left;
	padding-bottom: 30px;
	padding-left: 100px;
	font-family: 'Lato', serif;
	font-size: 14px;
	font-weight: 300;
	color: #282829;
	line-height: 1.8em;
	height: 80px;
}

.refki2 img {
	margin-top: 10px;
	margin-right: 30px;
}

.refki3 {
	text-align: left;
}

.refki3 h1 {
	text-align: left;
	padding-left: 0px;
	font-family: 'Lato', serif;
	font-size: 24px;
	font-weight: 400;
	color: #282829;
	width: 500px;
}

.refki3 h1 a {
	text-align: left;
	padding-left: 0px;
	font-family: 'Lato', serif;
	font-size: 24px;
	font-weight: 400;
	color: #282829;
}

.refki3 h1 a:hover {	
	text-decoration: none;
	color: #96ca42;
}

.refki3 p {
	text-align: left;
	padding-bottom: 30px;
	padding-left: 100px;
	font-family: 'Lato', serif;
	font-size: 14px;
	font-weight: 300;
	color: #282829;
	line-height: 1.8em;
	height: 80px;
}

.refki3 img {
	margin-top: 10px;
	margin-right: 30px;
}


.refki4 {
	text-align: left;
}

.refki4 h1 {
	text-align: left;
	padding-left: 0px;
	font-family: 'Lato', serif;
	font-size: 24px;
	font-weight: 400;
	color: #282829;
	width: 500px;
}

.refki4 h1 a {
	text-align: left;
	padding-left: 0px;
	font-family: 'Lato', serif;
	font-size: 24px;
	font-weight: 400;
	color: #282829;
}

.refki4 h1 a:hover {	
	text-decoration: none;
	color: #96ca42;
}

.refki4 p {
	text-align: left;
	padding-bottom: 30px;
	padding-left: 100px;
	font-family: 'Lato', serif;
	font-size: 14px;
	font-weight: 300;
	color: #282829;
	line-height: 1.8em;
	height: 80px;
}

.refki4 img {
	margin-top: 10px;
	margin-right: 30px;
}

#section-4 {
	padding-top: 40px;
	padding-bottom: 60px;
	position: relative;


	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#424240+0,222221+47,222221+100 */
background: rgb(66,66,64); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(66,66,64,1) 0%, rgba(34,34,33,1) 47%, rgba(34,34,33,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(66,66,64,1) 0%,rgba(34,34,33,1) 47%,rgba(34,34,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(66,66,64,1) 0%,rgba(34,34,33,1) 47%,rgba(34,34,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424240', endColorstr='#222221',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.box2-text {	
	padding-top: 10px;
	padding-bottom: 50px;
}

.box2-text h1 {	
	text-align: center;
	font-family: 'Lato', serif;
	font-size: 74px;
	font-weight: 400;
	color: #ffffff;
	border-bottom: 3px solid #bbd622;
	margin: 0px auto;
	padding-bottom: 20px;
	width: 450px;
}

.box2-text h1 a {	
	text-align: center;
	font-family: 'Lato';
	font-size: 74px;
	font-weight: 300;
	color: #444444;
}

.box2-text h1 a:hover {	
	text-decoration: none;
	color: #21cfe8;
}

.col1 img {
    margin: 0px;
    border: none;
    margin-bottom: 30px;
}

.col1 h1 {
	padding-left: 0px;
	padding-top: 5px;
	font-family: 'Lato';
	font-size: 21px;
	font-weight: 400;
	color: #282829;
}

.col1 h2 {
	padding-left: 0px;
	padding-bottom: 10px;
	font-family: 'Lato';
	font-size: 14px;
	font-weight: 300;
	color: #282829;
}

.col1 h3 {
	padding-top: 0px;
	padding-left: 15px;
	font-family: 'Lato';
	font-size: 13px;
	font-weight: 400;
	color: #5ec3cf;
}

.col1 h3 a {
	text-align: right;
	padding-right: 15px;
	height: 35px;
	padding-top: 10px;
	padding-left: 20px;
	font-family: 'Lato';
	font-size: 13px;
	font-weight: 400;
	color: #282829;
}

.col1 p {
	padding-top: 0px;
	font-family: 'Lato';
	font-size: 16px;
	font-weight: 300;
	color: #222222;
	line-height: 1.6em;
}

.col1 a {
	padding-top: 0px;
	font-family: 'Lato';
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6em;
}

.col1 a:hover {
	color: #ffed52 !important;
	text-decoration: none;
}

.col1 li {
    padding-top: 0px;
    padding-left: 15px;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
}

.col1 table {
    border-top: 2px solid #cce2ab;
    border-bottom: 1px solid #cce2ab;
    border-left: 1px solid #cce2ab;
    border-right: 1px solid #cce2ab;
    font-family: 'Lato';
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #96ca42;
}

.col1 table strong {
	font-size: 14px;
    color: #222222;
}

.col1 a:hover strong {
	color: #ffed52 !important;
	text-decoration: none;
}

.col1 table img {
    margin: 0px;
    border: none;
    margin-bottom: 0px;
}

.col1 .table>tbody>tr>td {
    padding: 12px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.col2 img {
    margin: 0px;
    border: none;
    margin-bottom: 30px;
}

.col2 h1 {
	padding-left: 0px;
	padding-top: 5px;
	font-family: 'Lato';
	font-size: 21px;
	font-weight: 400;
	color: #282829;
}

.col2 h2 {
	padding-left: 0px;
	padding-bottom: 10px;
	font-family: 'Lato';
	font-size: 14px;
	font-weight: 300;
	color: #282829;
}

.col2 h3 {
	padding-top: 0px;
	padding-left: 15px;
	font-family: 'Lato';
	font-size: 13px;
	font-weight: 400;
	color: #5ec3cf;
}

.col2 h3 a {
	text-align: center;
	padding-right: 15px;
	height: 35px;
	padding-top: 10px;
	padding-left: 20px;
	font-family: 'Lato';
	font-size: 13px;
	font-weight: 400;
	color: #282829;
}

.col2 p {
	padding-top: 0px;
	font-family: 'Lato';
	font-size: 16px;
	font-weight: 300;
	color: #222222;
	line-height: 1.6em;
}

.col2 a {
	padding-top: 0px;
	font-family: 'Lato';
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6em;
}

.col1 a:hover {
	color: #ffed52 !important;
	text-decoration: none;
}

.col2 li {
    padding-top: 0px;
    padding-left: 15px;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
}

.col2 table {
/*    border-top: 2px solid #cce2ab;
    border-bottom: 1px solid #cce2ab;
    border-left: 1px solid #cce2ab;
    border-right: 1px solid #cce2ab;
*/
    font-family: 'Lato';
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #bbd622;
	text-align: center;
}

.col2 table strong {
	font-size: 20px;
    color: #fff;
	font-weight: 700;
	text-shadow: 0px 1px 1px rgba(0,0,0,.5);
}

.col2 a:hover {
	color: #ffed52 !important;
	text-decoration: none !important;
}

.col2 table img {
    margin: 0px;
    border: none;
    margin-bottom: 0px;
}

.col2 .table>tbody>tr>td {
    padding: 12px;
    line-height: 1.42857143;
    vertical-align: top;
	border: none !important;
}

.col3 img {
    margin: 0px;
    border: none;
    margin-bottom: 30px;
}

.col3 h1 {
	padding-left: 0px;
	padding-top: 5px;
	font-family: 'Lato';
	font-size: 21px;
	font-weight: 400;
	color: #282829;
}

.col3 h2 {
	padding-left: 0px;
	padding-bottom: 10px;
	font-family: 'Lato';
	font-size: 14px;
	font-weight: 300;
	color: #282829;
}

.col3 h3 {
	height: 15px;
	padding-top: 0px;
	padding-left: 15px;
	font-family: 'Lato';
	font-size: 13px;
	font-weight: 400;
	color: #5ec3cf;
}

.col3 h3 a {
	text-align: center;
	padding-right: 15px;
	height: 35px;
	padding-top: 10px;
	padding-left: 20px;
	font-family: 'Lato';
	font-size: 13px;
	font-weight: 400;
	color: #282829;
}

.col3 p {
	padding-top: 0px;
	font-family: 'Lato';
	font-size: 16px;
	font-weight: 300;
	color: #222222;
	line-height: 1.6em;
}

.col3 a {
	padding-top: 0px;
	font-family: 'Lato';
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6em;
}

.col3 a:hover {
	color: #ffed52 !important;
	text-decoration: none;
}

.col3 li {
    padding-top: 0px;
    padding-left: 15px;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
}

.col3 table {
    border-top: 2px solid #cce2ab;
    border-bottom: 1px solid #cce2ab;
    border-left: 1px solid #cce2ab;
    border-right: 1px solid #cce2ab;
    font-family: 'Lato';
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #96ca42;
}

.col3 table strong {
	font-size: 14px;
    color: #222222;
}

.col3 a:hover strong {
	color: #ffed52 !important;
	text-decoration: none;
}

.col3 table img {
    margin: 0px;
    border: none;
    margin-bottom: 0px;
}

.col3 .table>tbody>tr>td {
    padding: 12px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

#section-5 {
	width: 100%;
	height: auto;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
}
/*
.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    width: 1170px !important;
}

.bx-wrapper {
    -moz-box-shadow: 0 0 0px #ccc !important;
    -webkit-box-shadow: 0 0 0px #ccc !important;
    box-shadow: 0 0 0px #ccc !important;
    border: 0px solid #fff !important;
    background: transparent !important;
}

.bx-wrapper img {
    max-width: 100%;
	min-width: 340px !important;
    display: block;
    border: 7px solid rgba(222, 222, 222, 0.08) !important;
}

.bxslider li {
    margin: 0;
    padding: 15px !important;
}

.bx-default-pager {
	display: none !important;
}

*/

.bx-wrapper {
    -moz-box-shadow: 0 0 0px #ccc !important;
    -webkit-box-shadow: 0 0 0px #ccc !important;
    box-shadow: 0 0 0px #ccc !important;
    border: 0px solid transparent !important;
    background: transparent !important;
}

.bx-wrapper img {
	    border: 7px solid rgba(222, 222, 222, 0.08) !important;
}

.box3-text {
    padding-top: 30px;
    padding-bottom: 0px;
    margin-top: -530px;
}

.box3-text h1 {
	padding-bottom: 40px;
    text-align: center;
    font-family: 'Lato', serif;
    font-size: 74px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0 3px 0 #989a95, 0 3px 4px #989a95;
}

.tlo1 {
	width: 100% !important;
	height: auto !important;
	background-position: center center;
    background-repeat: no-repeat;
    z-index: 9999;
}

.tlo1 img {
	width: 100% !important;
	height: auto !important;
	background-position: center center;
    background-repeat: no-repeat;
}

#section-6 {
	padding-top: 40px;
	padding-bottom: 70px;
	background-color: #ffffff; 
}

.box4-text {
    padding-top: 10px;
    padding-bottom: 70px;
}

.box4-text h1 {	
	text-align: center;
	font-family: 'Lato', serif;
	font-size: 74px;
	font-weight: 400;
	color: #444444;
	text-transform: uppercase;
	border-bottom: 3px solid #bbd622;
	margin: 0px auto;
	padding-bottom: 20px;
	width: 840px;
}

.p1 {

}

.p1 img {
    margin-bottom: 20px;
}

.p1 p {
	margin: 0 0 0px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f4f4f4 !important;
    font-family: 'Lato', serif;
    line-height: 1.6em;
	font-size: 14px !important;
	color: #222222 !important;
}

.p1 table {
	background-color: #96ca42;
    display: inline-table;
    margin-top: 30px !important;
    margin: 0px;
    width: 260px;
    font-family: 'Lato', serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.p1 table p {
	
}

.p2 {

}

.p2 img {
    margin-bottom: 20px;
}

.p2 p {
	margin: 0 0 0px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f4f4f4 !important;
    font-family: 'Lato', serif;
    line-height: 1.6em;
	font-size: 14px !important;
	color: #222222 !important;
}

.p2 table {
	background-color: #96ca42;
    display: inline-table;
    margin-top: 30px !important;
    margin: 0px;
    width: 260px;
    font-family: 'Lato', serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.p3 {

}

.p3 img {
    margin-bottom: 20px;
}

.p3 p {
	margin: 0 0 0px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f4f4f4 !important;
    font-family: 'Lato', serif;
    line-height: 1.6em;
	font-size: 14px !important;
	color: #222222 !important;
}

.p3 table {
	background-color: #96ca42;
    display: inline-table;
    margin-top: 30px !important;
    margin: 0px;
    width: 260px;
    font-family: 'Lato', serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.p4 {

}

.p4 img {
    margin-bottom: 20px;
}

.p4 p {
	margin: 0 0 0px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f4f4f4 !important;
    font-family: 'Lato', serif;
    line-height: 1.6em;
	font-size: 14px !important;
	color: #222222 !important;
}

.p4 table {
	background-color: #96ca42;
    display: inline-table;
    margin-top: 30px !important;
    margin: 0px;
    width: 260px;
    font-family: 'Lato', serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.green {
	width: 70px;
}

.green p {
    font-size: 18px !important;
    padding-left: 6px;
}

.gray {

}

.gray p {
}

.gray strong {
	font-family: 'Lato', serif;
	font-size: 14px;
}

#section-7 {
	width: 100%;
	height: auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.box5-text {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -500px;
	
}

.box5-text h1 {
    padding-bottom: 50px;
    text-align: center;
    font-family: 'Lato', serif;
    font-size: 74px;
    font-weight: 400;
    color: #bbd622;
    text-transform: uppercase;
    text-shadow: 0 3px 0 rgba(0, 0, 0,0.6);
}

.tlo2 {
	width: 100% !important;
	height: auto !important;
	background-position: center center;
    background-repeat: no-repeat;
    z-index: 9999;
}

.tlo2 img {
	width: 100% !important;
	height: auto !important;
	background-position: center center;
    background-repeat: no-repeat;
}

.box5-text .ccm-page-list-description p {
	padding-top: 42px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 22px;
	margin-top: -20px;
	background-color: rgba(255, 255, 255, 0.8);
	font-family: 'Lato';
	font-weight: 400;
	font-size: 14px;
	color: #444;
	line-height: 1.8em;
	text-shadow: 0 0px 0px rgba(0,0,0,.0);
	height: 160px !important;
}

h3.ccm-page-list-title {
	position: relative;
    font-size: 18px !important;
	font-weight: 700;
	font-family: "Roboto Slab";
	text-shadow: 0px 1px 1px rgba(0,0,0,.5) !important;
    color: #fff;
    text-shadow: 0 0px 0px rgba(0,0,0,.0);
    width: 72px;
	height: 72px;
    margin: 0px auto;
    background-color: #bbd622;
	background-clip: padding-box;
    border-radius: 40px;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 6px solid rgba(171,220,76,0.6);
}

h3.ccm-page-list-title a {
    color: #222222;
}

h5.ccm-page-list-title {
	font-size: 14px !important;
    color: #282829;
    text-shadow: 0 0px 0px rgba(0,0,0,.0);
    width: 50px;
    margin: 0px auto;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0) 0),color-stop(rgba(0,0,0,.0000) 0%));
    background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0000) 0%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0000) 0),color-stop(rgba(0,0,0,.0) 0%));
    background-image: linear-gradient(to right,rgba(0,0,0,.0000) 0,rgba(0,0,0,.0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    padding-top: 115px !important;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: none;
    font-family: none;
    font-style: normal;
    font-weight: 400;
    line-height: 1.0em;
}

.glyphicon-chevron-left:before {
    content: none; 
}

.glyphicon-chevron-right:before {
    content: none;
}

#image {
	text-align: center;
}

#section-8 {
	margin: 0px auto;
	padding-top: 50px;
	padding-bottom: 10px;
	background-color: #f8f8f8;
}

.box6-formularz {
	padding-top: 0px;
	padding-bottom: 40px;
}

.box6-formularz h1 {	
	text-align: center;
	font-family: 'Lato', serif;
	font-size: 74px;
	font-weight: 400;
	color: #444444;
	text-transform: uppercase;
	border-bottom: 3px solid #bbd622;
	margin: 0px auto;
	padding-bottom: 20px;
	width: 420px;
}

.box6-formularz h2 {	
	text-align: center;
	font-family: 'Lato', serif;
	font-size: 34px;
	font-weight: 400;
	color: #444444;
	text-transform: uppercase;
	border-bottom: 3px solid #bbd622;
	margin: 0px auto;
	padding-bottom: 20px;
	width: 420px;
}

.box6-formularz p {	
	padding-bottom: 20px;
	text-align: center;
	font-family: 'Lato';
	font-size: 14px;
	font-weight: 400;
	color: #282829;
}

.formblock {
	margin-top: 40px;
}

.box6-formularz .formblock {
	padding-left: 400px;
}

.box6-formularz #Question1 {
	padding: 10px;
	width: 340px;
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: 0.9;
}

.box6-formularz #Question2 {
	padding: 10px;
	width: 340px;
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: 0.9;
}

.box6-formularz #Question3 {
	padding: 10px;
	width: 340px;
	height: 150px;
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: 0.9;
}

.box6-formularz #Question4 {
	padding: 10px;
	width: 340px;
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: 0.9;
}

.box6-formularz #Question5 {
	padding: 10px;
	width: 340px;
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: 0.9;
}

.box6-formularz #Question6 {
	padding: 10px;
	width: 340px;
	height: 150px;
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: 0.9;
}



.box6-formularz .formblock .submit {
	background-color: #bbd622;
	border: 1px solid #bbd622;
	width: 340px;
	padding: 10px;
	text-align: center;
	font-family: 'Lato', serif;
	font-size: 20px;
	font-weight: 700;
	text-shadow: 0px 1px 1px rgba(0,0,0,.5);
	color: #ffffff;
	opacity: 0.9;
}

#section-8b {
	margin: 0px auto;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #bbd622;
}

.box7-text {
	color: #ffffff;
}

.box7-text h1 {
	margin-top: 0px;
	font-family: 'Lato';
}

.box7-text p {
	margin-top: 0px;
	font-size: 18px;
	font-family: 'Lato', serif;
	line-height: 1.6em;
}

#section-8c {
	margin: 0px auto;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f5f5f5;
}

.box8-text {
	color: #333333;
}

.box8-text h1 {
	margin-top: 0px;
	font-family: 'Lato';
}

.box8-text p {
	margin-top: 0px;
	font-size: 18px;
	font-family: 'Lato', serif;
	line-height: 1.6em;
}

#section-9 {
	background-color: #111111;
	color: #ffffff;
	padding-top: 35px;
	padding-bottom: 5px;
}

.footer-kontakt {
	padding-left: 80px;
}

.footer-kontakt p {
	font-family: 'Lato';
	font-weight: 300;
	line-height: 1.0em;
	font-size: 14px;
	color: #ffffff;
}

.footer-kontakt p a {
	font-family: 'Lato';
	font-weight: 300;
	color: #8fba4f;
}


.footer-kontakt table tr td {
	border: none;
}

.footer-telefon {
	padding-left: 50px;
	padding-right: 0px;
}

.footer-telefon p {
	font-family: 'Lato';
	font-weight: 300;
	line-height: 1.0em;
	font-size: 14px;
	color: #ffffff;
}

.footer-telefon p a {
	font-family: 'Lato';
	font-weight: 700;
	color: #bbd622;
}

.footer-telefon table tr td {
	border: none;
}

.footer-menu {
	padding-left: 30px;
	padding-right: 80px;
}

.footer-menu p {
	font-family: 'Lato';
	font-weight: 300;
	line-height: 1.0em;
	font-size: 14px;
	color: #ffffff;
}

.footer-menu p a {
	font-family: 'Lato';
	font-weight: 300;
	color: #ffffff;
}

.footer-menu p a:hover {
	font-family: 'Lato';
	font-weight: 300;
	color: #bbd622;
	text-decoration: none;
}


.footer-menu table tr td {
	border: none;
}

.footer-fb {
	padding-top: 30px;
	padding-left: 140px;
}

.footer-social {
	padding-top: 30px;
	text-align: center;
}

.footer-up {
	padding-top: 30px;
	text-align: right;
}

.scrollup {
}

#section-10 {
	padding-top: 20px;
	padding-bottom: 40px;
	background-color: #111111;
}

.footer-up {
    padding-top: 30px;
    padding-left: 40px;
    text-align: right;
}

.scrollup {
}

.footer-copyright {
	padding-top: 5px;
	text-align: center;
	font-family: 'Lato';
	font-weight: 300;
	color: #ffffff;
}

.footer-copyright a {
	font-family: 'Lato';
	font-weight: 300;
	line-height: 1.0em;
	color: #bbd622;
}

#toTop {
	display:none;
	float: right;
	text-align: right;
	text-decoration:none;
	position:fixed;
	bottom:30px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(./images/up.png) no-repeat left top
}

#toTopHover {
	float: right;
	text-align: right;
	background:url(./images/up.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0)
}

#toTop:active, #toTop:focus
{
	outline:none
}

/* podstrona */

/* promocje */

.zdjecia-promocje img {
	width: 320px;
	height: auto
}

/* o nas */

#section-1a {
	background-color: #ffffff;
	position: fixed;
	z-index: 999;
	width: 100%;
	margin-top: 0px;
}

#section-2a {
	position: relative;
	padding-top:87px;
	background-color: #333333; 
	color: #ffffff;
}

#section-3a {
	padding-top: 40px;
	background-color: #ffffff; 
}

#section-3b {
	padding-top: 0px;
	padding-bottom: 60px;
	background-color: #ffffff; 
}

.box1a-title {	
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: center;
}

.box1a-title h1 {
	padding-top: 8px;
	padding-right: 40px;
	font-family: 'Lato';
	font-size: 42px;
	font-weight: 300;
	color: #ffffff;
}

.box1a-title p {
	padding-top: 20px;
	padding-right: 40px;
	font-family: 'Lato';
	font-size: 42px;
	font-weight: 300;
	color: #ffffff;
}

.box1a-title a {
	padding-top: 20px !important;
	padding-right: 50px !important;
	font-family: 'Lato';
	font-size: 42px;
	font-weight: 300;
	text-transform: uppercase;
	color: #ffffff;
}

.box1a-title a:hover {
	background:none !important;
	color: #ffffff;
}	

.box1a-text {	
	padding-top: 0px;
	padding-bottom: 10px;
}

.box1a-text h1 {	
	text-align: center;
	font-size: 34px;
	font-weight: 300;
	color: #444444;
}

.box1a-text p {	
	font-family: 'Lato', serif;
	font-weight: 300;
	line-height: 1.6em;
}

.box2a-text {
	margin-top: 40px;
}

#section-4a {
	background-color: #ffffff;
	height: 30px;
}

.kontakt {
	padding-left: 40px;
	padding-right: 40px;
}

.kontakt hr {
    margin-top: 0px;
    margin-bottom: 30px;
    border: 0;
    border-top: 0px solid #eee;
}

.kontakt h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.kontakt a {
	color: #333333;
}

.telefon {

}

.telefon hr {
    margin-top: 0px;
    margin-bottom: 30px;
    border: 0;
    border-top: 0px solid #eee;
}

.telefon h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.telefon a {
	color: #333333;
}

.formularz {
}

.formularz hr {
    margin-top: 0px;
    margin-bottom: 30px;
    border: 0;
    border-top: 0px solid #eee;
}

.formularz h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.c5form {
	margin-top: -15px;
}

.formularz label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 14px;
    padding-right: 30px;
}


#Question1 {
	width: 180px;
	margin-bottom: 5px;
}

#Question2 {
	width: 180px;
	margin-bottom: 5px;
}

#Question3 {
	width: 180px;
	margin-bottom: 5px;
}

#Question4 {
	width: 180px;
	margin-bottom: 5px;
}

#ccm-cookiesDisclosure .disclosure-container {
    position: relative;
    padding: 5px 100px 10px 0px !important;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.8);
    color: #ffffff;
}

#ccm-cookiesDisclosure button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #333333;
    border: none;
    font-family: 'Lato';
    font-weight: 700;
    color: #fff;
}

.box1a-mapa {
	margin-top: -40px !important;
}

.map {
  margin-top: 0px;
}

.googleMapCanvas {
    width: 100%;
    border: 0px none;
    height: 400px !important;
}

.googleMapCanvas450 {
    width: 100%;
    border: 0px none;
    height: 400px !important;
}

.gm-style div.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
  display: none !important;
}

.gm-style {
  cursor: none !important;
  pointer-events: none !important
}

.gmnoprint {
  display: none !important;
}


.formblock .errors {
    padding: 5px;
    background-color: #FFCCCC;
    border: 1px solid red;
    color: red;
    width: 340px;
}

.formblock .success {
    padding: 5px;
    background-color: #CCFFCC;
    border: 1px solid green;
    font-weight: bold;
    text-align: center;
    width: 340px;
}

#ccm-cookiesDisclosure .disclosure-form input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -30px;
    background-color: #418513 !important;
    border: 1px solid #418513 !important;
    float: right;
    font-size: 14px;
    width: 110px;
}

#ccm-cookiesDisclosure .disclosure-container {
    position: relative;
    padding: 5px 100px;
    background: rgb(44,44,44);
    background: #96ca42 !important;
    color: #ffffff;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {

#section-1 {
	position: relative;
	height: auto !important;
}
/*
.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    width: auto !important;
}
*/
}

@media screen and (min-width: 1px) and (max-width: 340px) {

#section-1 {
	position: relative;
	height: auto !important;
}
}


@media screen and (min-width: 1px) and (max-width: 499px) {

#section-1 {
	position: relative;
	height: auto !important;
}

.header-logo {
	text-align: center !important;
}

.header-logo img {
	width: 80%;
	height: auto;
}

.header-menu {
	padding-left: 20px;
}

.header-menu .nav > li > a {
    background: none;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Lato', serif;
    font-variant: normal;
    text-align: center !important;
    color: #4f4f4f;
    padding-top: 12px !important;
    padding-bottom: 0px;
    padding-left: 15px !important;
    padding-right: 25px !important;
    line-height: 15px;
    margin: 0px;
}

.header-shop {
	margin-top: 10px;
}

.header-home {
	display: none;
}

#section-2 {
    background-color: #ffffff;
    position: relative;
    padding-top: 0px;
    margin-bottom: 20px;
}

#section-3 {
    padding-top: 10px; 
    padding-bottom: 40px;
    background-color: #ffffff;
}

.box1-text img {
    width: 100%;
    height: auto;
}

.box1-text {
    padding-top: 20px;
    padding-bottom: 20px;
}

.box1-text h1 {
	margin-top: 20px;
    text-align: center;
    font-family: 'Lato', serif;
    font-size: 32px;
    font-weight: 400;
    color: #444444;
    border-bottom: 3px solid #bbd622;
    margin: 0px auto;
    padding-bottom: 20px;
    width: auto !important;
}

.refki1 p {
    text-align: left;
    padding-bottom: 0px;
    padding-left: 0px;
    font-family: 'Lato', serif;
    font-size: 11px;
    font-weight: 300;
    color: #282829;
    line-height: 1.8em;
    height: auto;
}

.refki2 p {
    text-align: left;
    padding-bottom: 0px;
    padding-left: 0px;
    font-family: 'Lato', serif;
    font-size: 11px;
    font-weight: 300;
    color: #282829;
    line-height: 1.8em;
    height: auto;
}

.refki3 p {
    text-align: left;
    padding-bottom: 0px;
    padding-left: 0px;
    font-family: 'Lato', serif;
    font-size: 11px;
    font-weight: 300;
    color: #282829;
    line-height: 1.8em;
    height: auto;
}

.refki4 p {
    text-align: left;
    padding-bottom: 0px;
    padding-left: 0px;
    font-family: 'Lato', serif;
    font-size: 11px;
    font-weight: 300;
    color: #282829;
    line-height: 1.8em;
    height: auto;
}

.box2-text h1 a {
    text-align: center;
    font-family: 'Lato';
    font-size: 32px;
    font-weight: 300;
    color: #444444;
}

.box2-text h1 {
    text-align: center;
    font-family: 'Lato', serif;
    font-size: 32px;
    font-weight: 400;
    color: #444444;
    border-bottom: 3px solid #bbd622;
    margin: 0px auto;
    padding-bottom: 20px;
    width: auto;
}

.col1 img {
	width: 100%;
	height: auto;
}

.col1 table img {
    margin: 0px;
    border: none;
    margin-bottom: 0px;
    width: auto !important;
}

.col2 img {
	width: 100%;
	height: auto;
}

.col2 table img {
    margin: 0px;
    border: none;
    margin-bottom: 0px;
    width: auto !important;
}

.col3 img {
	width: 100%;
	height: auto;
}

.col3 table img {
    margin: 0px;
    border: none;
    margin-bottom: 0px;
    width: auto !important;
}

.box5-photos img, .box6-photos img, .box7-photos img, .box8-photos img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.box5-text h1, .box6-text h1, .box7-text h1, .box8-text h1 {
    font-size: 24px;
    line-height: 1.4em;
}

.box5-text p, .box6-text p, .box7-text p, .box8-text p {
    font-size: 13px;
    line-height: 1.6em;
}

.box3-text h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    color: #ffffff;
}

#section-5 {
	width: 100%;
	height: auto;
	background-position: inherit;
	background-repeat: no-repeat;
}

.deluxe_image_gallery_image {
    padding: 5px 0;
    text-align: center;
    float: none !important;
}

.deluxe_image_gallery_image a img {
    border: none;
    width: 300%;
    height: auto;
}

.box3-text {
    padding-top: 30px;
    padding-bottom: 0px;
    margin-top: -180px;
}

.box3-text img {
    text-align: center;
    background-position: center center;
}


.box3-text p {
    text-align: center;
    padding: 50px;
}

.box3-text h1 {	
	text-align: center;
	font-size: 32px;
	font-weight: 300;
	color: #ffffff;
	padding-bottom: 30px;
}


.box4-text h1 {
    text-align: center;
    font-family: 'Lato', serif;
    font-size: 32px;
    font-weight: 400;
    color: #444444;
    text-transform: uppercase;
    border-bottom: 3px solid #bbd622;
    margin: 0px auto;
    padding-bottom: 20px;
    width: auto;
}

#section-6 {
    padding-left: 10px! important;
}

h3.ccm-page-list-title {
    font-size: 15px !important;
    color: #282829;
    text-shadow: 0 0px 0px rgba(0,0,0,.0);
    margin: 0px auto;
    margin-bottom: 10px;
    width: 100% !important;
}

.box5-text .ccm-page-list-description p {
	padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 22px;
    font-size: 10px;
}

.box5-text {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -200px;
}

.box5-text h1 {
    padding-bottom: 40px;
    text-align: center;
    font-family: 'Lato';
    font-size: 32px;
    font-weight: 300;
}

.p1 img, .p2 img, .p3 img, .p4 img {
    margin: 0px;
    border: none;
    margin-top: 40px;
}

.box6-formularz h1 {
    text-align: center;
    font-family: 'Lato', serif;
    font-size: 32px;
    font-weight: 400;
    color: #444444;
    text-transform: uppercase;
    border-bottom: 3px solid #bbd622;
    margin: 0px auto;
    padding-bottom: 20px;
    width: auto;
}

.box6-formularz .formblock {
    padding-left: 0px !important;
}

.footer-kontakt {
    padding-left: 0px;
}

.footer-telefon {
    padding-left: 0px;
}

.footer-menu {
    padding-left: 0px;
}

.footer-fb {
    padding-top: 30px;
    padding-left: 15px;
}

.footer-copyright {
    padding-top: 5px;
    padding-left: 0px; 
    text-align: center;
    font-family: 'Lato';
    font-weight: 300;
    color: #acacac;
}

.footer-up {
	display: none;
}

#toTop {
	display: none;
}

#toTopHover {
	display: none;
}

/* podstrona-nas */

.box1a-text h1 {
    text-align: center;
    font-family: 'Lato';
    font-size: 32px;
    font-weight: 300;
    color: #444444;
}

.box1a img {
    padding-bottom: 25px;
    width: 100%;
    height: auto;
}

.box2a img {
    padding-bottom: 25px;
    width: 100%;
    height: auto;
}

.kontakt {
    padding-left: 20px; 
    padding-right: 0px; 
    padding-bottom: 20px;
}
}

@media screen and (min-width: 400px) and (max-width: 599px) {

#section-1 {
	position: relative;
	height: auto !important;
}

.header-logo {
	text-align: center !important;
}

.header-home {
	display: none;
}

.language-align {
    margin-right: 0px;
    padding-top: 30px;
    padding-right: 20px;
    text-align: right;
}

.header-menu {
	padding-left: 20px;
}

.header-menu .nav > li > a {
    background: none;
    font-variant: normal;
    text-align: center !important;
    color: #4f4f4f;
    padding-top: 12px !important;
    padding-bottom: 0px;
    padding-left: 15px !important;
    padding-right: 0px !important; 
    line-height: 15px;
    margin: 0px;
}


#section-2 {
    background-color: #ffffff;
    position: relative;
}

.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 40px !important;
    background: none !important;
}

.nivo-caption h1 {
    font-size: 32px;
}

.nivo-caption h2 {
    font-size: 21px;
}

#section-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
}

.box1-text img {
    width: 100%;
    height: auto;
}

.box1-text h1 {
    text-align: center;
    font-size: 52px;
    font-weight: 300;
    color: #444444;
}

#section-4 {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    background-color: #fbfbfb;
}

.box2-text h1 {
    text-align: center;
    font-size: 52px;
    font-weight: 300;
    color: #444444;
}

.col1 img {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.col1 table img {
    width: auto;
    height: auto;
}

.col2 img {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.col2 table img {
    width: auto;
    height: auto;
}

.col3 img {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.col3 table img {
    width: auto;
    height: auto;
}

.box3-text {
    padding-top: 30px;
    padding-bottom: 0px;
    margin-top: -200px;
}

.box3-text img {
	margin: 5px;
    text-align: center;
    background-position: center center;
}

.box3-text p {
    text-align: center;
    padding: 50px;
}

.box3-text h1 {
    text-align: center;
    font-size: 52px;
}

.box5-photos img, .box6-photos img, .box7-photos img, .box8-photos img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.col1b img {
    padding-bottom: 25px;
    width: 100%;
    height: auto;
}

#section-5 {
	width: 100%;
	height: auto;
}

#section-6 {
    padding-left: 0px! important;
}

.box4-text h1 {
    text-align: center;
    font-family: 'Lato', serif;
    font-size: 52px;
    font-weight: 400;
    color: #444444;
    text-transform: uppercase;
    border-bottom: 3px solid #bbd622;
    margin: 0px auto;
    padding-bottom: 20px;
    width: auto;
}

.box4-text h1 a {
    text-align: center;
    font-family: 'Lato';
    font-size: 48px;
    font-weight: 300;
    color: #444444;
}

.box5-text {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -180px;
}

.box5-text h1 {
    padding-bottom: 40px;
    text-align: center;
    font-family: 'Lato';
    font-size: 52px;
    font-weight: 300;
}

.box5-text .ccm-page-list-description p {
    padding-top: 22px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 22px;
    margin-top: -20px;
    background-color: rgba(255, 255, 255, 0.8);
    font-family: 'Lato';
    font-weight: 400;
    font-size: 12px;
    color: #222222;
    line-height: 1.8em;
    text-shadow: 0 0px 0px rgba(0,0,0,.0);
    height: 190px !important;
}

.box6-formularz h1 {
    font-size: 52px;
    font-weight: 300;
}

.box6-formularz .formblock {
    padding-left: 0px; 
}

.box6-formularz #Question1 {
    width: 100% !important;
}

.box6-formularz #Question2 {
    width: 100% !important;
}

.box6-formularz #Question3 {
    width: 100% !important;
}

.box6-formularz #Question4 {
    width: 100% !important;
}

.box6-formularz #Question5 {
    width: 100% !important;
}

.box6-formularz .formblock .submit {
    width: 100%;
}

#section-9 {
    background-color: #1a1a1a;
    color: #5a5a5a;
    padding-top: 35px;
    padding-bottom: 5px;
    padding-left: 80px;
}

.footer-kontakt {
    padding-left: 0px;
}

.footer-telefon {
    padding-left: 0px;
}

.footer-menu {
    padding-left: 0px;
}

.footer-menu p a {
    font-family: 'Lato';
    font-weight: 300;
    color: #858585;
    padding-left: 15%;
}

.footer-up {
	display: none;
}

#toTop {
	display: none;
}

#toTopHover {
	display: none;
}

.deluxe_image_gallery_image {
    padding: 5px 0;
    text-align: center;
    float: left;
    width: 95% !important;
}
}

@media screen and (min-width: 600px) and (max-width: 765px) {

#section-1 {
	height: 200px;
}

.header-logo {
	text-align: center;
}

.header-home {
	display: none;
}

.language-align {
    margin-right: 0px;
    padding-top: 30px;
    padding-right: 20px;
    text-align: right;
}

.header-menu {
	padding-left: 20px;
}

.header-menu .nav > li > a {
    background: none;
    font-variant: normal;
    text-align: center !important;
    color: #4f4f4f;
    padding-top: 12px !important;
    padding-bottom: 0px;
    padding-left: 15px !important;
    padding-right: 25px !important; 
    line-height: 15px;
    margin: 0px;
}

#section-2 {
    background-color: #ffffff;
    position: relative;
	padding-top: 200px;
    padding-bottom: 15px;
}

.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 40px !important;
    background: none !important;
}

.nivo-caption h1 {
    font-size: 38px;
}

.nivo-caption h2 {
    font-size: 24px;
}

#section-3 {
}

.box1-text {
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
}

.box1-text img {
	width: 100%;
	height: auto;
}

.box1-text h1 {
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    color: #444444;
}

.box2-text h1 {
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    color: #444444;
}

.col1 img {
	width: 100%;
	height: auto;
}

.col1 table img {
    margin: 0px;
    border: none;
    margin-bottom: 0px;
    width: auto;
}

.col2 img {
	width: 100%;
	height: auto;
}

.col2 table img {
    margin: 0px;
    border: none;
    margin-bottom: 0px;
    width: auto;
}

.col3 img {
	width: 100%;
	height: auto;
}

.col3 table img {
    margin: 0px;
    border: none;
    margin-bottom: 0px;
    width: auto;
}

.box3-text {
    padding-top: 30px;
    padding-bottom: 0px;
    margin-top: -250px;
}

.box3-text h1 {
    padding-bottom: 0px;
    text-align: center;
    font-family: 'Lato', serif;
    font-size: 54px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0 3px 0 #989a95, 0 3px 4px #989a95;
}

#section-6 {
    padding-left: 0px! important;
}

.box4-text h1 {
    text-align: center;
    font-family: 'Lato', serif;
    font-size: 48px;
    font-weight: 400;
    color: #444444;
    text-transform: uppercase;
    border-bottom: 3px solid #bbd622;
    margin: 0px auto;
    padding-bottom: 20px;
    width: auto;
}

.box4-text h1 a {
    text-align: center;
    font-family: 'Lato';
    font-size: 48px;
    font-weight: 300;
    color: #444444;
}

.p1 {
	width: 50%;
	display: inline;
	position: relative;
	float: left;
}

.p1 img {
    margin: 0px;
    margin-top: 20px;
    border: none;
}

.p2 {
	width: 50%;
	display: inline;
	position: relative;
	float: left;
}

.p2 img {
    margin: 0px;
    margin-top: 20px;
    border: none;
}

.p3 {
	width: 50%;
	display: inline;
	position: relative;
	float: left;
}

.p3 img {
    margin: 0px;
    margin-top: 20px;
    border: none;
}

.p4 {
	width: 50%;
	display: inline;
	position: relative;
	float: left;
}

.p4 img {
    margin: 0px;
    margin-top: 20px;
    border: none;
}

.box5-text {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -250px;
}

.box5-text h1 {
    padding-bottom: 40px;
    text-align: center;
    font-size: 48px;
    font-weight: 400;
}

.box5-text .ccm-page-list-description p {
    padding-top: 22px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 22px;
    margin-top: -20px;
    background-color: rgba(255, 255, 255, 0.8);
    font-family: 'Lato';
    font-weight: 400;
    font-size: 12px;
    color: #222222;
    line-height: 1.8em;
    text-shadow: 0 0px 0px rgba(0,0,0,.0);
    height: 180px !important;
}

.box6-formularz {	
	padding-top: 40px;
	padding-bottom: 20px;
}

.box6-formularz h1 {	
	text-align: center;
	font-family: 'Lato';
	font-size: 48px;
	font-weight: 300;
	color: #444444;
}

.box6-formularz h1 a {	
	text-align: center;
	font-family: 'Lato';
	font-size: 48px;
	font-weight: 300;
	color: #444444;
}

.box6-formularz h1 a:hover {	
	text-decoration: none;
	color: #21cfe8;
}

.box6-formularz p {	
	padding-bottom: 20px;
	text-align: center;
	font-family: 'Lato';
	font-size: 14px;
	font-weight: 400;
	color: #282829;
}

.box6-formularz .formblock {
	padding-left: 0px;
}

.box6-formularz #Question1 {
	padding: 10px;
	width: 100%;
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: 0.9;
}

.box6-formularz #Question2 {
	padding: 10px;
	width: 100%;
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: 0.9;
}

.box6-formularz #Question3 {
	padding: 10px;
	width: 100%;
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: 0.9;
}

.box6-formularz #Question4 {
	padding: 10px;
	width: 100%;
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: 0.9;
}

.box6-formularz #Question5 {
	padding: 10px;
	width: 100%;
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: 0.9;
}

.box6-formularz .formblock .submit {
	width: 100%;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	opacity: 0.9;
}

.footer-up {
	display: none;
}

#toTop {
	display: none;
}

#toTopHover {
	display: none;
}

.kontakt {
    padding-left: 40px; 
    padding-right: 40px; 
    padding-bottom: 20px;
}

.telefon {
    padding-left: 40px;
    padding-right: 40px;
}

.formularz {
    padding-left: 40px;
    padding-right: 40px;
}

.footer-kontakt {
    padding-left: 130px;
}

.footer-telefon {
    padding-left: 130px;
}

.footer-menu {
    padding-left: 130px;
    width: 0%;
}

.footer-menu p a {
    font-family: 'Lato';
    font-weight: 300;
    color: #858585;
    padding-left: 30%;
}

.footer-copyright {
    padding-top: 5px;
    padding-left: 0px !important;
}
}

@media screen and (min-width: 766px) and (max-width: 1023px) {

#section-1  {
	height: 180px;
}

.header-logo {
	text-align: center;
}

.header-home {
	display: none;
}

.language-align {
    margin-right: 0px;
    padding-top: 30px;
    padding-right: 20px;
    text-align: right;
}

.header-shop {
    text-align: center;
    width: 300px;
    margin: 0px auto;
        margin-top: 20px;
}

.header-menu {
	padding-left: 50px;
	margin-bottom: 20px;
}

.header-menu .nav > li > a {
    background: none;
    font-variant: normal;
    text-align: center !important;
    color: #4f4f4f;
    padding-top: 12px !important;
    padding-bottom: 0px;
    padding-left: 15px !important;
    padding-right: 22px !important;
    line-height: 15px;
    margin: 0px;
}

.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 70px !important;
    background: none !important;
}

.nivo-caption h1 {
    font-size: 42px;
}

.nivo-caption h2 {
    font-size: 28px;
}

#section-3 {
}

.box1-text img {
	width: 100%;
	height: auto;
}

.box1-text h1 {
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    color: #444444;
}

.box2-text h1 {
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    color: #444444;
}

.col1 img {
	width: 100%;
	height: auto;
}

.col1 table img {
    margin: 0px;
    border: none;
    margin-bottom: 0px;
    width: auto;
}

.col2 img {
	width: 100%;
	height: auto;
}

.col2 table img {
    margin: 0px;
    border: none;
    margin-bottom: 0px;
    width: auto;
}

.col3 img {
	width: 100%;
	height: auto;
}

.col3 table img {
    margin: 0px;
    border: none;
    margin-bottom: 0px;
    width: auto;
}

.box3-text {
    padding-top: 30px;
    padding-bottom: 0px;
    margin-top: -320px;
}

.box3-text h1 {
    padding-bottom: 0px;
    text-align: center;
    font-family: 'Lato', serif;
    font-size: 54px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0 3px 0 #989a95, 0 3px 4px #989a95;
}

.box4-text h1 {
    text-align: center;
    font-family: 'Lato', serif;
    font-size: 54px;
    font-weight: 400;
    color: #444444;
    text-transform: uppercase;
    border-bottom: 3px solid #bbd622;
    margin: 0px auto;
    padding-bottom: 20px;
    width: auto;
}

#section-6 {
    padding-left: 0px! important;
}

.box4-text h1 {
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    color: #444444;
}

.p1 {
	width: 50%;
	display: inline;
	position: relative;
	float: left;
}

.p1 img {
	margin-top: 20px;
}

.p2 {
	width: 50%;
	display: inline;
	position: relative;
	float: left;
}

.p2 img {
	margin-top: 20px;
}

.p3 {
	width: 50%;
	display: inline;
	position: relative;
	float: left;
}

.p3 img {
	margin-top: 20px;
}

.p4 {
	width: 50%;
	display: inline;
	position: relative;
	float: left;
}

.p4 img {
	margin-top: 20px;
}

.box5-text .ccm-page-list-description p {
    padding-top: 42px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 22px;
    margin-top: -20px;
    background-color: rgba(255, 255, 255, 0.8);
    font-family: 'Lato';
    font-weight: 400;
    font-size: 12px;
    color: #222222;
    line-height: 1.8em;
    text-shadow: 0 0px 0px rgba(0,0,0,.0);
    height: 180px !important;
}

.box5-text {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -300px;
}

.box5-text h1 {
    padding-bottom: 40px;
    text-align: center;
    font-weight: 300;
}

.box6-formularz .formblock {
    padding-left: 0px;
}

.formblock {
    padding-left: 10px;
}

.box6-formularz {	
	padding-top: 40px;
	padding-bottom: 20px;
}

.box6-formularz h1 {	
	text-align: center;
	font-size: 48px;
	font-weight: 300;
	color: #444444;
}

.box6-formularz p {	
	padding-bottom: 20px;
	text-align: center;
	font-family: 'Lato';
	font-size: 14px;
	font-weight: 400;
	color: #282829;
	text-align: left!important;
}

.box6-formularz .formblock {
	padding-left: 0px;
}

.box6-formularz #Question1 {
	padding: 10px;
	width: 100%;
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: 0.9;
}

.box6-formularz #Question2 {
	padding: 10px;
	width: 100%;
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: 0.9;
}

.box6-formularz #Question3 {
	padding: 10px;
	width: 100%;
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: 0.9;
}

.box6-formularz #Question4 {
	padding: 10px;
	width: 100%;
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: 0.9;
}

.box6-formularz #Question5 {
	padding: 10px;
	width: 100%;
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: 0.9;
}

.box6-formularz .formblock .submit {
	width: 100%;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	opacity: 0.9;
}

.footer-up {
	display: none;
}

#toTop {
	display: none;
}

#toTopHover {
	display: none;
}

.kontakt {
    padding-left: 20px; 
    padding-right: 20px; 
    padding-bottom: 20px;
    float: left;
}

.telefon {
    padding-left: 10px; 
    padding-right: 20px; 
    padding-bottom: 20px;
    float: left;
}

.formularz {
    float: left;
}

.footer-kontakt {
    padding-left: 150px;
}

.footer-telefon {
    padding-left: 160px;
}

.footer-menu {
    padding-left: 150px;
    width: 700px;
}

.footer-menu p a {
    font-family: 'Lato';
    font-weight: 300;
    color: #858585;
    padding-left: 30%;
}

.footer-copyright {
    padding-top: 5px;
    padding-left: 0px;
}

.deluxe_image_gallery_image {
    padding: 5px 0;
    text-align: center;
    float: left;
    width: 95% !important;
}
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {

#section-1 {
}

.header-logo {
	margin-top: 10px;
	text-align: center;
}

.header-logo img {
	width: 90%;
	height: auto;
}

.header-home {
	display: none;
}

.header-menu {
    margin: 0px;
    padding-left: 0px;
    background-color: #ffffff;
    color: #111111;
    text-align: left;
    width: 580px;
}

.header-menu .nav > li > a {
    background: none;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Lato', serif;
    font-variant: normal;
    text-align: center !important;
    color: #4f4f4f;
    padding-top: 25px !important;
    padding-bottom: 0px;
    padding-left: 15px !important;
    padding-right: 25px !important;
    line-height: 15px;
    margin: 0px;
}

.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 80px !important;
    background: none !important;
}


.box1-text img {
	width: 100%;
	height: auto;
}

.box5-photos img, .box6-photos img, .box7-photos img, .box8-photos img {
	width: 100%;
	height: auto;
}

.col1 {
    width: 32%;
}

.col1 table img {
    margin: 0px;
    border: none;
    margin-bottom: 0px;
    width: auto;
}

.col1 img {
    width: 100%;
    height: auto;
}

.col2 {
    width: 32%;
}

.col2 img {
    width: 100%;
    height: auto;
}

.col2 table img {
    margin: 0px;
    border: none;
    margin-bottom: 0px;
    width: auto;
}

.col3 {
    width: 32%;
}

.col3 img {
    width: 100%;
    height: auto;
}

.col3 table img {
    margin: 0px;
    border: none;
    margin-bottom: 0px;
    width: auto;
}

.box3-text {
    padding-top: 30px;
    padding-bottom: 0px;
    margin-top: -450px;
}

.box3-text h1 {
    padding-bottom: 0px;
    text-align: center;
    font-family: 'Lato', serif;
    font-size: 74px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0 3px 0 #989a95, 0 3px 4px #989a95;
}

.p1 img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.p2 img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.p3 img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.p3 p {
	padding-right: 20px;
}

.p4 img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.box5-text {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -420px;
}

.box5-text .ccm-page-list-description p {
    padding-top: 42px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 22px;
    margin-top: -20px;
    background-color: rgba(255, 255, 255, 0.8);
    font-family: 'Lato';
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    line-height: 1.8em;
    text-shadow: 0 0px 0px rgba(0,0,0,.0);
    height: 180px !important;
}

.box5-text h1 {
	padding-bottom: 10px;
    text-align: center;
    font-family: 'Lato', serif;
    font-size: 74px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0 3px 0 #989a95, 0 3px 4px #989a95;
}

.box6-formularz .formblock {
    padding-left: 32% !important;
}

.deluxe_image_gallery_image {
    padding: 5px 0;
    text-align: center;
    float: left;
    width: 50% !important;
    height: auto;
}
}

@media screen and (min-width: 1px) and (max-width: 1000px) {

.footer-menu p {
    font-family: 'Lato';
    font-weight: 300;
    line-height: 1.0em;
    font-size: 14px;
    color: #858585;
    width: 160px;
}

.footer-copyright {
	padding-left: 0px;
}
}

@media screen and (min-width: 992px) and (max-width: 1024px) {

.header-menu {
    padding-left: 50px;
    margin-top: 15px;
    margin-bottom: 0px; 
}

.box5-text {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -400px;
}

.footer-kontakt {
    padding-left: 300px;
    width: 700px;
}

.footer-telefon {
    padding-left: 300px;
    width: 700px;
}

.footer-menu {
    padding-left: 300px;
    width: 700px;
}

.footer-menu p a {
    font-family: 'Lato';
    font-weight: 300;
    color: #858585;
    padding-left: 10px;
}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

.header-menu .nav > li > a {
    background: none;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Lato', serif;
    font-variant: normal;
    text-align: center !important;
    color: #4f4f4f;
    padding-top: 15px !important;
    padding-bottom: 0px;
    padding-left: 15px !important;
    padding-right: 25px !important;
    line-height: 15px;
    margin: 0px;
}

.box3-text {
    padding-top: 30px;
    padding-bottom: 0px;
    margin-top: -400px;
}

.box1-text h1 {
    font-size: 74px;
    width: auto;
}

.box2-text h1 {
    font-size: 74px;
    width: auto;
}

.box3-text h1 {
    font-size: 74px;
}

.box4-text h1 {
    font-size: 74px;
    width: auto;
}

.box5-text h1 {
    font-size: 74px;
    width: auto;
}

.box6-formularz h1 {
    font-size: 74px;
    width: auto;
}
}

@media screen and (min-width: 1366px) and (max-width: 3920px) {

.tlo1 {
    width: 100% !important;
    height: auto !important;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 9999;
}

.tlo1 img {
    width: 100% !important;
    height: auto !important;
    background-position: center center;
    background-repeat: no-repeat;
}

.tlo2 {
    width: 100% !important;
    height: auto !important;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 9999;
}

.tlo2 img {
    width: 100% !important;
    height: auto !important;
    background-position: center center;
    background-repeat: no-repeat;
}
}