body {
  font-family: "Trebuchet MS", "Trebuchet", "Helvetica Neue", "Helvetica", sans-serif;
}

a {
  outline: none;
}

/***************/
/***     TOP     ***/
/***************/

.top-wrapper {
  float: left;
  width: 100%;
  background: url('../../uploads/image/rwd/top_bg.jpg') repeat-x top left;
  border-bottom: 4px solid #CEAC55;
}

#logo {
  display: block;
  float: left;
  margin: 20px 0 10px;
}

#top_info {
  float: right;
  display: inline;
  width: 100%;
  height: 50px;
  margin-top: 7px;
  line-height: 50px;
  padding: 0 8px;
  background: #221407;
  border-left: 1px solid #CAAA55;
  border-right: 1px solid #CAAA55;
  border-bottom: 1px solid #CAAA55;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #c9ab53;
  text-align: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#mark {
  width: 100%;
}

#top_info h3.line {
  margin-left: 270px;
}

#top_info h3.first {
  margin-left: 0;
}

#top_info h3 {
  display: inline;
  font-size: 20px;
}

/***************/
/***    SLIDER   ***/
/***************/

.slider-wrapper {
  float: left;
  width: 100%;
  background: url('../../uploads/image/rwd/slider_bg.jpg') repeat top left;
  border-bottom: 4px solid #B28A06;
  padding: 15px 0;
}

#slider {
  float: left;
  display: block;
  width: 100%;
  height: auto;
}

#slider, #slider li {
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

#slider ul, #slider li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

#slider img {
  border: none;
  width: 100%;
}

#slider-content {
 position: absolute;
  top: 40px;
  bottom: 40px;
  left: 64px;
  right: 64px;
  z-index: 105;
  display: flex;
  align-items: center;
  justify-content: center;
}
#slider-content-wrap {
 display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 3px solid #cdab54;
  box-shadow: 0 0 3px;
  padding: 2rem;
  background: #fff9;
text-align: center;
}
#slider-content .text {
  color: #2b1402;
  font-size: 24px;
}
#slider-content .button {
  padding: 0px 18px;
  line-height: 50px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #C8B154;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c4314), color-stop(100%,#ceac55));
  color: #2b1402;
  font-size: 16px;
  margin-top: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}
#slider-content .button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ceac55), color-stop(100%,#5c4314));
}


@media (max-width: 767px) {
  #slider-content .text {
    font-size: 20px;
  }
  #slider-content .button {
    padding: 0px 18px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    margin-top: 2rem;
  }
}
@media (max-width: 500px) {
  #slider-content {
   position: static;
  display: inline-block;
margin-top: 1.5rem;
width: 100%;
  }
#slider-content-wrap {
  padding: 2rem;
  background: #fff;
}
  #slider-content .text {
    font-size: 17px;
  }
  #slider-content .button {
    margin-top: 1rem;
  }
  .slider-wrapper .controls {
    height: 54%;
  }
  .slider-wrapper .controls ol {
    margin-bottom: 0;
  }
}


.controls .prevBtn, .controls .nextBtn {
  position: absolute;
  display: block;
  width: 64px;
  height: 50px;
  z-index: 100;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
}

.controls .prevBtn{
  left: 0px;
  margin-left: -10px;
  background: url(/uploads/image/nav_left.png) no-repeat 0 0;
  outline: none;
}

.controls .nextBtn {
  right: 0px;
  margin-right: 21px;
  background: url(/uploads/image/nav_right.png) no-repeat 0 0;
  outline: none;
}

.controls {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.numericControls {
  position: absolute;
  display: block;
  padding: 0;
  left: 50%;
  bottom: 10px;
  margin-left: -52.5px;
}

.numericControls li {
  display: inline;
  float: left;
  width: 13px;
  height: 13px;
  margin: 0 4px;
  background: url("/uploads/image/nav.png") no-repeat 0 0;
  cursor: pointer;
}

.controls li.current {
  background: url("/uploads/image/nav_on.png") no-repeat 0 0;
}

/***************/
/***  CONTENT  ***/
/***************/

.content-wrapper {
  float: left;
  width: 100%;
  background: url('../../uploads/image/main_bg.jpg') repeat top left;
  border-bottom: 4px solid #B28A06;
  padding: 15px 0;
  font-size: 16px;
}

.content-wrapper a{
  color: #B58903;
  outline: none;
}

.content-wrapper h1 {
  color: #2b1402;
  font-size: 28px;
}

.content-wrapper h1.h1-header {
  border-bottom: 1px dashed #2b1402;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.content-wrapper h2 {
  color: #2b1402;
  font-size: 18px;
}

.content-wrapper h3 {
  color: #2b1402;
  font-size: 16px;
}

.content-wrapper img {
  border: 3px solid #cdab54;
  box-shadow: 0 0 3px;
  padding: 2px;
  max-width: 100%;
  height: auto;
}

.content-wrapper img.toLeft {
  float: left;
  margin-right: 10px;
}

.content-wrapper img.toRight {
  float: right;
  margin-left: 10px;
}


/***************/
/***  FOOTER   ***/
/***************/

.footer-wrapper {
  float: left;
  width: 100%;
  background: url('../../uploads/image/rwd/slider_bg.jpg') repeat top left;
  border-bottom: 4px solid #B28A06;
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

.footer-wrapper a,
.copy-wrapper a {
  color: #fff;
}

#footer_dane, #footer_odwiedz, #footer_napisz {
  
}

.footer_header {
  color: #b58903;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.copy-wrapper {
  float: left;
  width: 100%;
  background: url('../../uploads/image/rwd/top_bg.jpg') repeat bottom left;
  padding: 10px 0;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

#odwiedz div {
 clear: both;
 float: left;
 display: block;
 height: 40px;
 line-height: 40px;
 padding-left: 55px;
 margin-bottom: 10px;
}

#odwiedz div a {
 font-size: 14px;
 font-weight: bold;
}

#facebook {
 background: url(../../uploads/image/ico_facebook.png) no-repeat 0 center;
}

#google {
 background: url(../../uploads/image/google_plus.png) no-repeat 0 center;
}

#blogger {
 background: url(../../uploads/image/blogger.png) no-repeat 0 center;
}

#youtube {
 background: url(../../uploads/image/you_tube.png) no-repeat 0 center;
}

#footer_links {
  padding: 10px 0;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

#footer_links h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 0;
  color: #fff;
}

#footer_links ul {
  clear: both;
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}

#footer_links ul li {
  clear: both;
  display: inline;
  float: left;
}

#footer_links ul li a {
  color: #DEDEDE;
}

#footer_links ul li a:hover {
  color: #fff;
}

#footer_inne a {
  display: block;
  margin-bottom: 5px;
}


/***************/
/***     FORM    ***/
/***************/

.lewy_formularz {
 float: left;
 display: inline;
 width: 100%;
 font-weight: normal;
}

.lewy_formularz div {
 margin-bottom: 6px;
}

.lewy_formularz input,
.lewy_formularz textarea{
 float: left;
 display: inline;
 padding: 4px 10px;
 width: 100%;
 font-size: 14px;
 color: #2B1402;
 background: #fff;
 border: 2px solid #B58903;
}

.lewy_formularz textarea{
 height: 80px;
 
}

.lewy_formularz .submit input {
 float: right;
 display: inline;
 border: 0;
 margin: 0;
 padding: 3px 10px;
 width: auto;
 cursor: pointer;
 color: white;
 background-color: #B28A06;
 margin-left: 10px;
}

.lewy_formularz .submit input:hover {
 background-color: #B68A26;
}

.error_message{
  float: right;
  display: inline;
  width: 100%;
  clear:both;
  font-size: 10px;
  margin-top: 5px;
  color: #C9AB53;
  margin: 5px 0;
}

.wyslane {
    color: #C9AB53;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin: 50px 0 0;
    text-align: center;
    width: 270px;
}




/***************/
/***     MENU    ***/
/***************/

.main-nav {
	float: right;
	display: inline;
	font-size: 16px;
	color: #c9ab53;
}

.main-nav ul {
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.main-nav ul li {
	position: relative;
	display: inline;
	float: left;
}

.main-nav ul li a {
	float: left;
	display: inline;
	padding: 0px 18px;
	margin-right: 5px;
	line-height: 50px;
	height: 50px;
	color: #c9ab53;
	text-decoration: none;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-left: 1px solid #C8B154;
	border-top: 1px solid #C8B154;
	border-right: 1px solid #C8B154;
	background: #4f360b;
	background: -moz-linear-gradient(top,  #4f360b 0%, #3e1f06 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f360b), color-stop(100%,#3e1f06));
	background: -webkit-linear-gradient(top,  #4f360b 0%,#3e1f06 100%);
	background: -o-linear-gradient(top,  #4f360b 0%,#3e1f06 100%);
	background: -ms-linear-gradient(top,  #4f360b 0%,#3e1f06 100%);
	background: linear-gradient(to bottom,  #4f360b 0%,#3e1f06 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f360b', endColorstr='#3e1f06',GradientType=0 );
}

.main-nav ul li.page-menu a {
background: #c8b154;
/*
background: #3e1f06;
background: -moz-linear-gradient(top,  #3e1f06 0%, #ceac55 100%);
background: -webkit-linear-gradient(top,  #3e1f06 0%,#ceac55 100%);
background: linear-gradient(to bottom,  #3e1f06 0%,#ceac55 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e1f06', endColorstr='#ceac55',GradientType=0 );*/
border-top: 2px solid #c8b154;
border-left: 2px solid #c8b154;
border-right: 2px solid #c8b154;
color: black;
font-weight: bold;
}

* html .main-nav ul li a {
	display: inline-block;
	white-space: nowrap;
}

.main-nav ul li a:hover,
.main-nav ul li a.selected {
 	color: #2b1402;
	text-decoration: none;
	background: #5c4314;
	background: -moz-linear-gradient(top,  #5c4314 0%, #ceac55 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c4314), color-stop(100%,#ceac55));
	background: -webkit-linear-gradient(top,  #5c4314 0%,#ceac55 100%);
	background: -o-linear-gradient(top,  #5c4314 0%,#ceac55 100%);
	background: -ms-linear-gradient(top,  #5c4314 0%,#ceac55 100%);
	background: linear-gradient(to bottom,  #5c4314 0%,#ceac55 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c4314', endColorstr='#ceac55',GradientType=0 );
}

.main-nav ul li ul {
	position: absolute;
	left: -3000px;
	display: none;
	visibility: hidden;
}

.main-nav ul li ul li {
	clear: left;
	display: list-item;
	float: left;
}

.main-nav ul li ul li ul {
	top: 0;
}

.main-nav ul li ul li a {
	line-height: 1.5em;
	height: auto;
	min-height: 20px;
	width: 280px; /*width of sub menus*/
	padding: 7px 12px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid #CEAC55;
	color: #CEAC55;
	background: #3e1f06;
	border-radius: 0;
	font-size: 15px;
}

.main-nav ul li ul li a.selected,
.main-nav ul li ul li a:hover {
	color: #2b1402;
	background: #CEAC55;
}

/* Holly Hack for IE \*/
* html .main-nav {height: 1%;} /*Holly Hack for IE7 and below*/

.mobile-nav select {
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
}


/***************/
/***     MISC    ***/
/***************/


.menu-box {
  background: rgba(60, 32, 11, 0.05) none repeat scroll 0 0;
  border: 2px solid #3b200b;
  border-radius: 5px;
  overflow: hidden;
}

.menu-box .header {
  background: #3D220D;
  color: #c9ab37;
  margin: 0;
  padding: 10px;
  text-align: center;
}

.menu-box .content {
  padding: 10px;
}

.form-checkbox input {
	display: inline-block;
	width: auto;
	float: left;
}

.form-checkbox label {
	width: calc(100% - 30px);
	display: inline-block;
	font-weight: normal;
	font-size: 0.85em;
	padding-left: 5px;
}

#top_ue {
	text-align: center !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	float: right;
	margin: 15px 5px 0 0;
}
#top_ue a{
	color: #c9ab53;
}

@media (max-width: 991px) {
#top_ue {
	margin: 40px 5px 0 0;
}
}

@media (max-width: 487px) {
#top_ue {
	margin: 30px 0 0 0;
	text-align: center;
	width: 100%;
}
#logo {
	text-align: center;
	width: 100%;
}
#logo img {
max-width: 100%;
height: auto;
}
}