* {
	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;
    left: -10000em;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 1px;
}

.hidden {
	display: none !important;
}

.resp {
	display: none;
}

fieldset {
    border: 0 none;
}

/************************************************/
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #040404;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #de3434;
	text-decoration: none;
	cursor: pointer;
}

a:hover,
a:active {
	color: #990808;
	text-decoration: underline;
}

hr {
	border-top: 1px solid #aaa;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 30px 0;
}

.clear {
	clear: both;
}

.overflow-hidden {
	overflow: hidden;
}

/************************************************/
h1,
h2,
h3 {
	font-weight: 500;
}

h1 {
	font-size: 32px;
	line-height: 38px;
}

h2 {
	font-size: 20px;
	line-height: 26px;
}

h3 {
    padding: 5px 0;
    font-size: 18px;
    line-height: 24px;
}

h1 {
	color: #cd0006;
}

h2 {
	display: inline-block;
	border-bottom: 1px solid #040404;
	padding: 0 10px 3px 0;
}

h2,
h3 {
	color: #000;
}

/************************************************/
#c-top-bar {
	width: 100%;
	height: 120px;
	position: relative;
	margin: 0 auto;
	border-bottom: 1px solid #d3d3d3;
}

#top-icons {
	position: absolute;
	top: 61px;
	right: 0;
	z-index: 100;
}

#c-main-menu {
	height: 48px;
	position: absolute;
	bottom: 19px;
	right: 0;
	z-index: 0;
	width: 100%;
}

#c-all {
	width: 100%;
}

#c-middle {
	width: 940px;
	padding: 0 10px;
	margin: 80px auto;
}

#c-footer {
	width: 100%;
	min-height: 90px;
	background-color: #f8f8f8;
	color: #525252;
}

/************************************************/
.menu-trigger {
	display: none;
	cursor: pointer;
	width: 23px;
	padding: 14px 15px 15px 15px;
}

.menu-trigger * {
	vertical-align: middle;
}

.menu-trigger img {
	display: block;
}

#main-menu-trigger {
	float: right;
}

/*** overlay *********************************************/
#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: 32px;
	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;
	display: block;
}

#c-overlay > #overlay-close:focus {
	outline: 2px solid #fff;
}

#c-overlay > #overlay-close:hover,
#c-overlay > #overlay-close:active {
	box-shadow: 0 3px 5px #fff;
}

#c-overlay > #overlay-content {
	width: 100%;
	margin: 50px auto 0 auto;
	text-align: center;
}

/*******************************************************************************/
/* --- slide --- */
.buffer {
	display: none;
}

.slide-buttons {
	height: 22px;
	text-align: center;
}

.btn-slide {
	width: 21px;
	height: 22px;
	background: url('/img/btn-slide.png') no-repeat 0 0;
	display: inline-block;
	cursor: pointer;
}

.btn-slide.btn-active {
	background-position: -21px 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: 1400px;
	height: 422px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#slide-header .slides-clip {
	width: inherit;
	height: 390px;
	overflow: hidden;
}

#slide-header .slides-canvas {
	position: relative;
	left: 0px;
	height: 50px;
}

#slide-header .slides-contents {
	height: 50px;
}

#slide-header .slide {
	width: inherit;
	height: inherit;
}

#slide-header .slide img {
	max-width: 100%;
	max-height: 100%;
}

#slide-header .slide-buttons {
	width: inherit;
	height: 22px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1100;
}

#slide-header .slide-sec {
	position: relative;
	width: 1400px;
	height: 390px;
	overflow: hidden;
}

#slide-header .slide-sec img {
	display: block;
	width: inherit;
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
