@font-face {
	font-family:'Favela-SemiBold';
	src:url("/fonts/Favela-SemiBold.eot");
	src:url("/fonts/Favela-SemiBold.eot?#iefix") format("embedded-opentype"),url("/fonts/Favela-SemiBold.woff") format("woff");
	font-weight:normal;
	font-style:normal
}
@font-face {
	font-family:'Favela-Bold';
	src:url("/fonts/Favela-Bold.eot");
	src:url("/fonts/Favela-Bold.eot?#iefix") format("embedded-opentype"),url("/fonts/Favela-Bold.woff") format("woff");
	font-weight:normal;
	font-style:normal
}
@font-face {
	font-family:'Favela-Light';
	src:url("/fonts/Favela-Light.eot");
	src:url("/fonts/Favela-Light.eot?#iefix") format("embedded-opentype"),url("/fonts/Favela-Light.woff") format("woff");
	font-weight:normal;
	font-style:normal
}
@font-face {
	font-family:'Favela-Regular';
	src:url("/fonts/Favela-Regular.eot");
	src:url("/fonts/Favela-Regular.eot?#iefix") format("embedded-opentype"),url("/fonts/Favela-Regular.woff") format("woff");
	font-weight:normal;
	font-style:normal
}
/************************************************/

* {
	padding: 0;
	margin: 0;
	word-wrap: break-word;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
	max-height: 100%;
	max-width: 100%;
}

table {
	width: 100%;
	table-layout: fixed;
	border: 0;

	border-collapse: collapse;
}

.hide {
	height: 1px;
	width: 1px;
	position: absolute;
	left: -10000em;
	top: 0;
	overflow: hidden;
}

.hidden {
	display: none !important;
}

.resp-br {
	display: none;
}

fieldset {
	border: 0 none;
}

/************************************************/
body {
	background-color: #fff;
	font-family: 'Favela-Light', Tahoma, Arial, sans-serif;
	color: #333;
	/*font-size: 18px;*/
	/*line-height: 24px;*/
	font-size: 1.125rem;
	line-height: 1.5;
}

a {
	color: #eb5d48;
	text-decoration: none;
	cursor: pointer;
}

a:hover,
a:active {
	color: #c64f3d;
	text-decoration: underline;
}

hr {
	border-top: 1px solid #888;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 15px 0 15px 0;
}

/************************************************/
.clear {
	clear: both;
}

.overflow-hidden {
	overflow: hidden;
}

/************************************************/
h1,
h2,
h3 {
	font-weight: normal;
	color: #000;
}

h1 {
	/*font-size: 18px;*/
	/*line-height: 24px;*/
	font-size: 1.5rem;
	font-family: 'Favela-Bold';
}

h2 {
	/*font-size: 24px;*/
	/*line-height: 28px;*/
	font-size: 1.5rem;
}

h3 {
	/*font-size: 20px;*/
	/*line-height: 24px;*/
	font-size: 1.25rem;
}

h4 {
	font-size: 1.2rem;
}

h5 {
	font-size: 1.15rem;
}

h6 {
	font-size: 1.1rem;
}

h2,
h3,
h4,
h5,
h6 {
	padding: 5px 0;
	font-weight: bold;
}

/************************************************/
#c-all {
	width: 1200px;
	min-height: 500px;
	margin: 0 auto;
}

#c-top-bar {
	position: relative;
	min-height: 145px;
	z-index: 500;
}

#c-header {
	position: relative;
	height: 410px;
}

#c-middle {
	padding: 30px 0;
}

#c-left {
	width: 280px;
	margin-right: 40px;
}

#c-right {
	width: 880px;
}

#c-content {
	min-height: 350px;
}

#c-content ul,
#c-content ol {
	margin-left: 25px;
}

#c-content ul ul,
#c-content ul ol,
#c-content ol ul,
#c-content ol ol {
	margin-left: 15px;
}

#c-footer {
	min-height: 160px;
	padding: 20px 0;
	border-top: 1px solid #ccc;
}

#c-left,
#c-right {
	min-height: 350px;
	float: left;
}

#c-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: url('/img/bg-black-50.png');
	overflow: auto;
	display: none;
}

#c-overlay > #overlay-close {
	width: 100px;
	height: 22px;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 500;
	margin-left: -50px;
	background: #000;
	color: #fff;
	text-align: center;
	line-height: 22px;
	font-size: 11px;
	box-shadow: 0 3px 5px #000;
	border: 1px solid #333;
	border-top: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	cursor: pointer;
}

#c-overlay > #overlay-close:hover,
#c-overlay > #overlay-close:active {
	box-shadow: 0 3px 5px #fff;
}

#c-overlay > #overlay-content {
	/*width: 990px;*/
	width: 100%;
	margin: 50px auto 0 auto;
	text-align: center;
}

/* --- cookie info --- */
#cookie-info {
	width: 100%;
	min-height: 25px;
	padding: 15px 0;
	text-align: center;
	background: #555;
	color: #fff;
	border-top: 1px solid #000;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 200;
}

#cookie-msg {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.cookie-msg {
	float: left;
	padding: 4px 30px 0 0;
}

#cookie-buttons {
	float: right;
}

/************************************************/
input[type='text'],
textarea,
select {
	height: 22px;
	line-height: 22px;
	border: 1px solid #bbb;
	vertical-align: middle;
	background-color: #fff;
	color: #494949;
}

input[type='checkbox'],
input[type='radio'] {
	vertical-align: middle;
}

select {
	max-width: 100%;
}

input[type='text'],
select option {
	padding: 0 5px;
}

input[type='text'] {
	width: 150px;
}

textarea {
	width: 350px;
	height: 100px;
	padding: 5px;
}

/************************************************/
button {
	margin: 0;
	padding: 3px 10px;
	cursor: pointer;
	border: 1px solid #888;
	border-radius: 3px;
	color: #fff;
	/*font-size: 13px;*/
	/*line-height: 20px;*/
	font-size: 0.8125rem;
	line-height: 1.5384615385;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 2px #000;
	font-family: 'Favela-Light';
	letter-spacing: 1px;
	vertical-align: middle;
	background-image: linear-gradient(to bottom, #555 0%, #bbb 65%);
	background-image: -webkit-linear-gradient(bottom, #555 0%, #bbb 65%);
	background-image: -ms-linear-gradient(bottom, #555 0%, #bbb 65%);
	background-color: #555;
}

button:hover {
	background-image: linear-gradient(to bottom, #bbb 0%, #555 65%);
	background-image: -webkit-linear-gradient(bottom, #bbb 0%, #555 65%);
	background-image: -ms-linear-gradient(bottom, #bbb 0%, #555 65%);
	background-color: #bbb;
	box-shadow: 0 0 3px #555;
}

button:active {
	background-image: linear-gradient(to bottom, #bbb 0%, #555 65%);
	background-image: -webkit-linear-gradient(bottom, #bbb 0%, #555 65%);
	background-image: -ms-linear-gradient(bottom, #bbb 0%, #555 65%);
	background-color: #bbb;
	box-shadow: 0 0 3px #000;
}

button.btn-green {
	background-image: linear-gradient(to bottom, #009933 0%, #33cc33 65%);
	background-image: -webkit-linear-gradient(bottom, #009933 0%, #33cc33 65%);
	background-image: -ms-linear-gradient(bottom, #009933 0%, #33cc33 65%);
	background-color: #009933;
}

button.btn-green:hover,
button.btn-green:active {
	background-image: linear-gradient(to bottom, #33cc33 0%, #009933 65%);
	background-image: -webkit-linear-gradient(bottom, #33cc33 0%, #009933 65%);
	background-image: -ms-linear-gradient(bottom, #33cc33 0%, #009933 65%);
	background-color: #33cc33;
}

button.btn-red {
	background-image: linear-gradient(to bottom, #ff0000 0%, #ff4747 65%);
	background-image: -webkit-linear-gradient(bottom, #ff0000 0%, #ff4747 65%);
	background-image: -ms-linear-gradient(bottom, #ff0000 0%, #ff4747 65%);
	background-color: #ff0000;
}

button.btn-red:hover,
button.btn-red:active {
	background-image: linear-gradient(to bottom, #ff4747 0%, #ff0000 65%);
	background-image: -webkit-linear-gradient(bottom, #ff4747 0%, #ff0000 65%);
	background-image: -ms-linear-gradient(bottom, #ff4747 0%, #ff0000 65%);
	background-color: #ff4747;
}

button.btn-blue {
	background-image: linear-gradient(to bottom, #0066ff 0%, #0099ff 65%);
	background-image: -webkit-linear-gradient(bottom, #0066ff 0%, #0099ff 65%);
	background-image: -ms-linear-gradient(bottom, #0066ff 0%, #0099ff 65%);
	background-color: #0066ff;
}

button.btn-blue:hover,
button.btn-blue:active {
	background-image: linear-gradient(to bottom, #0099ff 0%, #0066ff 65%);
	background-image: -webkit-linear-gradient(bottom, #0099ff 0%, #0066ff 65%);
	background-image: -ms-linear-gradient(bottom, #0099ff 0%, #0066ff 65%);
	background-color: #0099ff;
}

a.button {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 10px;
	color: #000;
	text-decoration: none;
	min-width: 160px;
	background-color: #bff1a2;
	border-radius: 3px;
	text-align: center;
	margin: 2px 0;
}

a.button:hover {
	background-color: #9cd2ca;
}

/*******************************************************************************/
/* --- slide --- */
.buffer {
	display: none;
}

.slide-buttons {
	height: 22px;
	text-align: center;
}

.btn-slide {
	width: 26px;
	height: 22px;
	background: url('/img/btn-slide.png') no-repeat 0 0;
	display: inline-block;
	cursor: pointer;
}

.btn-slide.btn-active {
	background-position: -26px 0;
}

.slides-clip .slide {
	float: left;
}

.slides-clip .slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

/*--- slide w naglowku ---*/
#slide-header {
	width: 1200px;
	height: 410px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#slide-header .slides-clip {
	width: inherit;
	height: 380px;
	overflow: hidden;
}

#slide-header .slides-clip .slide-overlay {
	width: inherit;
	height: inherit;
	cursor: pointer;
}

#slide-header .slides-canvas {
	position: relative;
	left: 0px;
	height: 50px;
}
#slide-header .slides-contents {
	height: 50px;
}

#slide-header .slide {
	width: 1200px;
	height: 380px;
}

#slide-header .slide img {
	max-width: 1200px;
	max-height: 380px;
}

#slide-header .slide-buttons {
	width: 1200px;
	height: 22px;
	padding: 4px 0;
	font-size: 18px;
	line-height: 22px;

}

#slide-header .slide-sec {
	position: relative;
	width: 1200px;
	height: 380px;
	overflow: hidden;
}

#slide-header .slide-sec img {
	display: block;
	width: 1200px;
	height: 380px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

/* ---------------------------- */
.resp-br {
	display: none;
}
