/* Getting the new tags to behave */
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
	display: block;
}
mark,
rp,
rt,
ruby,
summary,
time {
	display: inline;
}

/* Global properties ======================================================== */
html {
	width: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #5e5e5e;
	min-width: 960px;
	background: url(../images/body-tail.gif) center top repeat #291926;
}

.bg {
	width: 100%;
	background: url(../images/bg-top.jpg) center 0 no-repeat;
}

.arrow {
	float: left;

	bottom: 0;

	margin-left: -20px;
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;

	animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;

	animation-fill-mode: both;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
	}
}

@-moz-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
	}
}

@-o-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-o-transform: translateY(0);
	}
	40% {
		-o-transform: translateY(-30px);
	}
	60% {
		-o-transform: translateY(-15px);
	}
}
@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}

.main {
	/* width: 960px; */
	width: 1100px;
	padding: 0;
	margin: 0 auto;
	font-size: 14px;
	line-height: 20px;
}

a {
	color: #eebd27;
	outline: none;
}
a:hover {
	text-decoration: none;
}

.col-1 {
	float: left;
	width: 160px;
	margin-right: 30px;
}
.col-2 {
	float: left;
	width: 130px;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}
.extra-wrap {
	overflow: hidden;
}

p {
	margin-bottom: 18px;
}
.p1 {
	margin-bottom: 8px;
}
.p2 {
	margin-bottom: 15px;
}
.p3 {
	margin-bottom: 30px;
}
.p4 {
	margin-bottom: 40px;
}
.p5 {
	margin-bottom: 50px;
}

.reg {
	text-transform: uppercase;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}

.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}

.it {
	font-style: italic;
}

.color-1 {
	color: #fff;
}
.color-2 {
	color: #a7a6a6 !important;
}
.color-3 {
	color: #eebd27;
}

.bground-1 {
	background: #eebd27;
}

/*********************************boxes**********************************/
.indent-top {
	padding-top: 30px;
}
.indent-top2 {
	padding-top: 20px;
}
.indent-left {
	padding-left: 30px;
}
.indent-left2 {
	padding-left: 120px;
}
.indent-left3 {
	padding-left: 10px;
}
.indent-right {
	padding-right: 30px;
}
.indent-right2 {
	padding-right: 20px;
}

.indent-bot {
	margin-bottom: 20px;
}
.indent-bot2 {
	margin-bottom: 17px;
}
.indent-bot3 {
	margin-bottom: 45px;
}

.prev-indent-bot {
	margin-bottom: 10px;
}
.prev-indent-bot2 {
	margin-bottom: 12px;
}
.img-indent-bot {
	margin-bottom: 25px;
}
.margin-bot {
	margin-bottom: 35px;
}
.margin-top {
	margin-top: -11px;
}

.img-indent {
	float: left;
	margin: 0 24px 0px 0;
}
.img-indent2 {
	float: left;
	margin: 3px 17px 0px 0;
}
.img-indent-r {
	float: right;
	margin: 0 0px 0px 40px;
}

.buttons a:hover {
	cursor: pointer;
}

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.link-1,
.button,
h1 a {
	text-decoration: none;
}

/*********************************header*************************************/
header {
	width: 100%;
	padding-top: 37px;
	position: relative;
	z-index: 2;
}

.row-top {
	width: 100%;
	height: 112px;
	background: url(../images/row-top-tail.gif) center top repeat-x;
}
h1 {
	padding: 17px 0 0 10px;
	position: relative;
	float: left;
}
h1 a {
	display: block;
	width: 222px;
	height: 38px;
	text-indent: -999em;
	background: url(../images/logo.png) 0 0 no-repeat;
}

/***** menu *****/
.menu {
	padding: 0 32px 0 0;
	float: right;
}
.menu li {
	float: left;
	position: relative;
}
.menu > li > a {
	display: block;
	width: 113px;
	height: 75px;
	text-align: center;
	font-size: 16px;
	line-height: 73px;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu li a.active,
.menu > li > a:hover,
.menu > li.sfHover > a {
	background: url(../images/menu-active.png) 0 0 no-repeat;
	color: #eebd27;
	padding-bottom: 18px;
}

.menu ul {
	position: absolute;
	padding: 22px 0 15px 24px;
	top: -999em;
	width: 142px;
	background: #14120f;
}
.menu ul li {
	width: 100%;
}
.menu li:hover {
	visibility: inherit;
}
.menu li li {
	padding: 2px 0;
}
.menu li li a {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #bdbdbd;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu li li > a:hover,
.menu li li.sfHover > a {
	color: #eebd27;
}

.menu li:hover ul,
.menu li.sfHover ul {
	left: 0px;
	top: 75px;
	z-index: 999;
}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top: -999em;
}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left: 167px;
	top: 0px;
	z-index: 9999;
}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top: -999em;
}

/***** slider *****/
.slider-wrapper {
	width: 940px;
	height: 380px;
	margin: 0 auto;
	overflow: hidden;
}
.slider {
	width: 940px;
	height: 380px;
	background: url(../images/preloader.png) center center no-repeat;
}
.items {
	display: none;
}

.pagination {
	position: absolute;
	right: 8px;
	bottom: 10px;
	z-index: 99;
}
.pagination li {
	float: left;
	padding-right: 2px;
}
.pagination a {
	display: block;
	width: 11px;
	height: 11px;
	background: url(../images/slider-pagination.png) right top no-repeat;
	cursor: pointer;
}
.pagination li.current a {
	cursor: default;
}
.pagination li.current a,
.pagination a:hover {
	background-position: left top;
}

.banner {
	position: absolute;
	left: 0;
	top: 174px;
	width: 500px;
	font-size: 19px;
	line-height: 2em;
	color: #fff;
	text-transform: uppercase;
}
.banner strong {
	display: inline-block;
	padding: 0 24px;
	overflow: hidden;
	background: url(../images/banner-strong-tail.png) 0 0 repeat;
	position: absolute;
	left: -360px;
	top: 0;
}
.banner em {
	display: inline-block;
	padding: 0 24px;
	overflow: hidden;
	background: url(../images/banner-em-tail.png) 0 0 repeat;
	position: absolute;
	left: -260px;
	top: 38px;
}

/*********************************content*************************************/
#content {
	width: 100%;
	padding: 40px 0 67px;
	background: #f1f1f1;
	position: relative;
	z-index: 1;
}
#page1 #content {
	padding: 0px 0 67px;
}
#page2 #content {
	padding: 40px 0 70px;
}
#page7 #content {
	padding: 62px 0;
}

.main-list {
	width: 100%;
	height: 124px;
	overflow: hidden;
	margin-bottom: 51px;
}
.main-list li {
	float: left;
	background: url(../images/spacer-1.gif) left top no-repeat;
	padding-left: 2px;
}
.main-list > li:first-child {
	background: none;
	padding: 0;
}
.main-list .last-item {
	padding: 0px;
}
.main-list > li:first-child > a {
	background: url(../images/main-list-first.png) 0 0 no-repeat;
}
.main-list .last-item a {
	background: url(../images/main-list-last.png) 0 0 no-repeat;
}

.main-list a {
	display: block;
	width: 200px;
	height: 93px;
	padding: 0 17px;
	overflow: hidden;
	position: relative;
	color: #282220;
	background: url(../images/main-list-bg.jpg) 0 0 no-repeat;
	text-decoration: none;
}
.main-list strong {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 19px;
	line-height: 23px;
	padding-top: 35px;
	position: relative;
	z-index: 2;
}
.main-list span {
	display: block;
	width: 100%;
	height: 124px;
	background: url(../images/main-list-hover.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: -124px;
	z-index: 1;
}
.main-list a:hover {
	color: #eebd27;
	padding-bottom: 31px;
}
.main-list a:hover strong {
	font-size: 25px;
	padding-top: 30px;
}

h3 {
	font-size: 23px;
	line-height: 2em;
	color: #3c3634;
}
h3 strong {
	display: block;
	margin-top: -19px;
}

h4 {
	font-size: 19px;
	line-height: 1em;
	color: #fff;
}
h6 {
	color: #eebd27;
	font-weight: normal;
}
h6 a {
	color: #eebd27 !important;
}

.border-bot {
	width: 100%;
	padding-bottom: 20px;
	background: url(../images/pic-1.gif) 0 bottom repeat-x;
}

.box {
	padding: 28px 0;
	width: 100%;
	color: #989895;
	background: url(../images/carousel-tail.gif) 0 0 repeat;
}
.box .padding {
	padding: 0 25px 0 28px;
}
#page4 .box .padding {
	padding: 0 15px 0 28px;
}
.box a {
	color: #989895;
}

.button {
	display: inline-block;
	padding: 0 10px;
	font-size: 13px;
	line-height: 1.23em;
	color: #000;
	background: url(../images/button-tail.gif) 0 0 repeat-x #000;
	cursor: pointer;
}
.button:hover {
	color: #fff;
}

.list-1 li {
	line-height: 20px;
	padding: 2px 0;
}
.list-1 li a {
	display: inline-block;
	padding-left: 27px;
	color: #989895;
	background: url(../images/marker-2.png) 0 -69px no-repeat;
}
.list-1 li a:hover {
	text-decoration: underline;
	background-position: 0 3px;
}
#page3 .grid_10 .list-1 li a {
	color: #5e5e5e;
}

.list-2 li {
	font-size: 14px;
	line-height: 24px;
	padding: 0px;
	background: url(../images/pic-1.gif) 0 bottom repeat-x;
}
.list-2 li a {
	display: block;
	color: #1799cf;
	padding-left: 12px;
	background: url(../images/marker-1.gif) 0 10px no-repeat;
}
.list-2 li a:hover {
	color: #fff;
}
.list-2 .last-item {
	background: none;
}

blockquote {
	width: 100%;
	padding-bottom: 40px;
	line-height: 22px;
	color: #8c8988;
	background: url(../images/quote-bot.jpg) left bottom no-repeat;
}
.quote {
	width: 100%;
	padding-top: 14px;
	background: url(../images/quote-top.jpg) left top no-repeat;
}
.quote-tail {
	width: 100%;
	background: url(../images/quote-tail.jpg) left top repeat-y;
}
.quote .padding {
	padding: 12px 26px 15px;
}

.link:hover {
	text-decoration: underline;
}

.link-1 {
	display: inline-block;
	font-size: 12px;
	line-height: 1.25em;
	padding-right: 16px;
	background: url(../images/marker-1.gif) right 5px no-repeat;
}

.text-1 {
	font-size: 12px;
}

dl dt {
	color: #eebd27;
}
dl span {
	float: left;
	width: 80px;
}
dl a {
	font-size: 12px;
}

.tdate-1 {
	display: block;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	padding-top: 3px;
}

.numb {
	display: block;
	font-size: 36px;
	line-height: 1.2em;
	color: #fff;
	padding: 10px 5px 6px;
	min-width: 51px;
	text-align: center;
	border-radius: 100%;
	float: left;
	margin-right: 10px;
}

/***** bx-slider *****/
.carousel-bg {
	width: 100%;
	padding: 10px 0 37px;
	background: url(../images/carousel-tail.gif) 0 0 repeat;
}
.carousel-bg .padding {
	padding: 0 25px 0 28px;
}
.bx-wrapper {
	width: 100%;
	position: relative;
}
.bx-window {
	height: 256px !important;
	overflow: hidden;
	width: 100%;
	position: relative;
}
#slider {
	width: 100%;
	height: 385px;
	overflow: hidden;
	color: #989895;
	font-size: 13px;
	line-height: 20px;
}
#slider > div {
	overflow: hidden;
	width: 100%;
	height: 100px;
}
.bx-next {
	display: block;
	width: 122px;
	height: 15px;
	text-indent: -9999em;
	background: url(../images/bxslider-control.png) left top no-repeat;
	position: absolute;
	z-index: 99;
	left: 50%;
	bottom: -62px;
	margin-left: -61px;
}
.bx-next span {
	display: block;
	width: 122px;
	height: 15px;
	background: url(../images/bxslider-control-hover.gif) left top no-repeat;
}
.bx-prev {
	display: block;
	width: 122px;
	height: 15px;
	text-indent: -9999em;
	background: url(../images/bxslider-control.png) left bottom no-repeat;
	position: absolute;
	z-index: 99;
	left: 50%;
	top: -105px;
	margin-left: -61px;
}
.bx-prev span {
	display: block;
	width: 122px;
	height: 15px;
	background: url(../images/bxslider-control-hover.gif) left bottom no-repeat;
}

/***** carousel *****/
.carousel {
	width: 400px;
	height: 260px;
	overflow: hidden;
	position: relative;
}
.carousel ._next,
.carousel ._prev {
	display: block;
	width: 9px;
	height: 17px;
	text-indent: -5000px;
	position: absolute;
	z-index: 99;
	cursor: pointer;
}
.carousel ._prev {
	right: 31px;
	top: 14px;
	background: url(../images/carousel-control.png) left top no-repeat;
}
.carousel ._next {
	right: 0px;
	top: 14px;
	background: url(../images/carousel-control.png) right bottom no-repeat;
}
.carousel ._next:hover {
	background-position: right top;
}
.carousel ._prev:hover {
	background-position: left bottom;
}
.carousel-list li {
	margin: 0 20px 0 0;
	width: 172px;
	height: 190px;
	position: relative;
}

/***** contact form *****/
#contact-form {
	position: relative;
	vertical-align: top;
	width: 100%;
	z-index: 1;
}
#contact-form fieldset {
	border: none;
	padding: 0;
}
#contact-form label {
	display: block;
	min-height: 41px;
}
#contact-form label.message {
	height: 151px;
}

#contact-form input {
	width: 200px;
	padding: 7px 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.214em;
	color: #989895;
	border-top: 1px solid #c1c1c1;
	border-bottom: none;
	border-right: 1px solid #656061;
	border-left: 1px solid #c1c1c1;
	background: #f1f1f1;
	outline: none;
}
#contact-form .area .error {
	float: none;
}
#contact-form textarea {
	height: 135px;
	width: 200px;
	max-height: 135px;
	max-width: 200px;
	padding: 8px 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.214em;
	color: #989895;
	border-top: 1px solid #c1c1c1;
	border-bottom: none;
	border-right: 1px solid #656061;
	border-left: 1px solid #c1c1c1;
	background: #f1f1f1;
	overflow: auto;
	outline: none;
}
#contact-form a {
	cursor: pointer;
}
#contact-form .success {
	display: none;
	margin-bottom: 20px;
	color: #fff;
	border: 1px solid #fff;
	padding: 5px;
	width: 210px;
}
#contact-form .error,
#contact-form .empty {
	color: #fff;
	font-size: 11px;
	line-height: 20px;
	display: none;
	overflow: hidden;
}
.buttons-wrapper {
	padding: 28px 0 0 0;
}
.buttons-wrapper a {
	margin-right: 25px;
	color: #eebd27;
	padding-right: 16px !important;
}

/*********************************aside****************************/
aside {
	width: 100%;
	padding: 63px 0 58px;
	background: url(../images/aside-bg.jpg) center top no-repeat #e7e7e7;
}

/****************************footer************************/
footer {
	width: 100%;
	padding: 38px 0 50px;
	color: #a7a6a6;
}
footer .main {
	font-size: 12px;
	line-height: 18px;
}
footer span {
	display: block;
}

.list-services {
	padding: 5px 62px 0 0;
	float: right;
}
.list-services li {
	float: left;
	padding: 0 0 0 5px;
}
.list-services a {
	display: block;
	width: 39px;
	height: 39px;
	overflow: hidden;
	position: relative;
	text-indent: -999em;
}
.list-services span {
	display: block;
	width: 39px;
	height: 39px;
	position: relative;
	z-index: 2;
	background: url(../images/social-icons.jpg) 0 0 no-repeat;
}
.list-services strong {
	display: block;
	width: 39px;
	height: 39px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: url(../images/social-icons-hover.jpg) 0 0 no-repeat;
}
.list-services .item-2 span {
	background-position: -44px 0;
}
.list-services .item-3 span {
	background-position: -86px 0;
}
.list-services .item-4 span {
	background-position: -130px 0;
}
.list-services .item-2 strong {
	background-position: -44px 0;
}
.list-services .item-3 strong {
	background-position: -86px 0;
}
.list-services .item-4 strong {
	background-position: -130px 0;
}

/* ISO standarsd block */
.iso-block {
	margin: 2rem 0.5rem;
	background-color: white;
}

.iso-block .iso-images {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2rem;
	padding: 1rem;
}

.iso-block .iso-description {
	padding: 0 1rem;
}

/* Certifikati page */
.page-title {
	display: block;
	font-size: 2.5em;
	margin-bottom: 2rem;
	float: none;
}

.grid-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.grid-2 .grid-item {
	width: calc(100% / 2 - 1rem);
}

.grid-item .info {
	margin-bottom: 1rem;
	font-size: 1.2em;
	line-height: 1.5;
}

.grid-item .info p {
	padding: 1rem 0;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 35rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bg-img .actions {
	font-size: 1.5rem;
	padding: 1rem;
}

.bg-img .actions a {
	padding: 1rem;
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
}

/* O nama page */
.hover-darken {
	display: block;
	position: relative;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0);
	transition: all 0.3s ease-out;
}

.hover-darken:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.hover-darken .bg-img {
	position: relative;
	z-index: -1;
}
