@font-face {
    font-family: campton;
    font-weight: normal;
    src: url("fonts/Campton-Light.otf") format("opentype");
}

@font-face {
    font-family: campton;
    font-weight: bold;
    src: url("fonts/Campton-Bold.otf") format("opentype");
}
.contact-header a {
    color: #fff;
}
#slide-home .owl-nav {
    margin: 0;
}
body{
	margin:0;
	font-family: 'Karla', sans-serif;
	color:#000;
	font-size:16px;
}
.image-detail-news, .image-detail-event {
    margin-bottom: 20px;
}
div > img{max-width:100%;}
.content-wrapper {
    padding: 100px 0 80px 0;
	overflow:hidden;
}
div#product-by-used {
    background: #f0f0f0;
}
.item{position:relative;}
.active .slide-desc {
	opacity:1;
	-webkit-animation: mymove 1s; /* Safari 4.0 - 8.0 */
	animation: mymove 1s;
	left: 80px;
	transform:translateY(-50%) translateX(-0%)
}
.slide-desc {
    position: absolute;
    top: 50%;
	width:37%;
	opacity:0;
	left:0;
	z-index:2;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
  0% {opacity:0;left: 0px;transform: translateY(-50%) translateX(-100%);}
  20% {opacity:0;left: 0px;transform: translateY(-50%) translateX(-100%);}
  100% {opacity:1;left: 80px;transform: translateY(-50%) translateX(-0%);}
}

@keyframes mymove {
  0% {opacity:0;left: 0px;transform: translateY(-50%) translateX(-100%);}
  20% {opacity:0;left: 0px;transform: translateY(-50%) translateX(-100%);}
  100% {opacity:1;left: 80px;transform: translateY(-50%) translateX(-0%);}
}
#div2 {
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
}
/* .slide-desc p {padding-left:20px} */
.slide-desc h1 {
    background: #ffd700;
	margin-bottom:20px;
    padding: 13px 20px;
    color: #444;
    text-transform: uppercase;
    display: inline-block;
    font-size: 39pt;
    line-height: 1;
}
div#slide-home .item:after {
    box-shadow: 660px 0px 170px -80px #fff inset;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    opacity: 0.9;
    height: 100%;
    top: 0;
    left: 0;
}
.more:hover {background:#424242 ;color:#fcd309;border-color:#424242}
#contactform .more{margin-bottom:10px}
.more {
    background: transparent;
    border: 0;
    color: #000;
    font-weight: normal;
    border-radius: 0;
    padding: 6px 16px;
    text-transform: capitalize;
    font-size: 11pt;
    border-radius: 50px;
    letter-spacing: 0px;
    border: 2px solid #fcd309;
}
#catalog-by-used .more {
    margin-top: 25px;
}
h1,h2,h3,h4{
	font-family: 'Rubik', cursive;
}
h1.page-header {
    border: 0;
	line-height:normal;
    font-weight: bold;
    color: #222;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 34pt;
    position: relative;
}
p.secont-header {
    text-align: center;
    margin-bottom: 40px;
    color: #555;
}
.image-category {
    display: none;
}

/*======CONTACT HOME======*/
div#contact-home:after {
	clear:both;
	content:"";
	display:block;
	position:relative;
}
div#contact-home {
    background:rgba(255, 215, 0, 0.8);
    position: relative;
    padding: 0;
    overflow: visible;
}
#slide-gallery .owl-next {
    background: #fff;
    position: absolute;
    top: 22%;
    right: -40px;
    width: 36px;
    height: 36px;
}
#slide-gallery .owl-prev {
    background: #fff;
    position: absolute;
    top: 22%;
    left: -40px;
    width: 36px;
    height: 36px;
}
div#contact-home .col-sm-6 {
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:2;
}
div#contact-home .row {
	display:flex;
	/* align-items:center; */
	justify-content:center;
}
div#contact-home .row > *:last-child img {
    position: absolute;
    height: 90%;
    max-width: none;
    right: 0;
    bottom: 0;
}
div#contact-home h1.page-header,div#contact-home h1{
    color: #424242;
    text-align: center;
	border: 0;
    line-height: normal;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 34pt;
    position: relative;
}
div#contact-home .row > *:first-child {
    padding-right: 0;
}
div#contact-home h1.page-header:after,div#contact-home h1:after {
    background: #fff;
    left: 50%;
    margin-left: -30px;
	content: "";
    width: 60px;
    height: 7px;
    position: absolute;
    bottom: 100%;
    margin-bottom: 9px;
}
.label-banner span {
    display: block;
    color: #fff;
    font-size: 58pt;
    line-height: 0.8;
}
#product-by-used h1.page-header,#catalog-material h1.page-header {
    margin-bottom: 60px;
}
.label-banner {
    color: #fff;
    font-size: 18pt;
    text-transform: uppercase;
    position: absolute;
    bottom: 21%;
    font-family: 'Rubik', cursive;
    right: -12px;
}
.cover-aplication img{width:100%;height:auto}
.cover-aplication {
    position: absolute;
    top: 110px;
    width: 100%;
}
.cover-aplication:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    box-shadow: 0 -200px 80px -50px #fff inset;
}
#contact-home .more {
    padding: 12px 30px;
    background: #424242;
    border-radius: 0;
    border: 0;
    color: #fff;
    font-size: 14pt;
	margin-top:30px;
}
div#contact-home .row > *:first-child img {
    margin-top: -60px;
    width: 110%;
    max-width: none;
    height: auto;
}


/*===KATEGORI===*/
.thumbnail-category-home a {
    display: block;
    position: relative;
}
.thumbnail-category-home:hover .images-category-home img{
	transform:scale(1.1)
}
.thumbnail-category-home:hover .images-category-home:after{
    background: rgba(0, 0, 0, 0);
}
.thumbnail-category-home:hover .category-name{opacity:0}
.thumbnail-category-home *{
	transition:all 0.5s ease;
}
.category-name:before {
	content:"";
	display:block;
	width:30px;
	margin-bottom:5px;
	height:4px;
	background:#fcd309
}
.category-name {
    transition: all 0.5s ease;
    position: absolute;
    top: 50%;
    color: #fff;
    left: 50%;
	line-height:1;
    transform: translate(-50%, -50%);
    font-size: 17pt;
    width: 100%;
    text-align: left;
    font-weight: bold;
    padding: 0 20px;
}
.images-category-home:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	transition:all 0.5s ease;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
}
div#catalog-material{
	position:relative;
}
div#catalog-material:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
div#catalog-material .container{position:relative;z-index:2;}
div#particles-js02 {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
}
.thumbnail-category-home {
    margin-bottom: 30px;
}
.images-category-home {
    position: relative;
	overflow:hidden;
}


/*ABOUT US*/
div#about-us .container-fluid {
    padding: 0;
}
/* div#about-us img{width:100%;} */
div#about-us .page-header:after {
    background: #fcd309;
    left: 0;
    margin-left: 0;
}
div#about-us .col-sm-6:last-child {
    padding: 0 15px 0 50px;
}
div#about-us .page-header{
	text-align:left;
	margin-top:30px;
}
div#about-us .row{
	display:flex;
	justify-content:center;
	align-items:center
}
div#about-us {
    position:relative;
	
}
div#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
}
div#about-us .container{
	position:relative;
	z-index:2;
}
/* div#about-us:after,#content-center:after { */
a.fancybox.thumbnail {
    border: 0;
}
div#about-us:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
div#about-us .more {
    margin-top: 30px;
}

/*BY COLOR*/
.thumbnail-catalog-by-color {
    text-align: center;
	margin-bottom:30px
}
.catalog-by-color-name {
    text-transform: uppercase;
    font-size: 17pt;
	position:relative;
    color: #000;
    letter-spacing: 3px;
}
.thumbnail-catalog-by-color .images-catalog-by-color img{
transition:all 0.5s ease;
}
.thumbnail-catalog-by-color a:hover{text-decoration:none}
.thumbnail-catalog-by-color:hover .images-catalog-by-color img{
	transform:scale(1.1)
}


h1.page-header:after {
    content: "";
    width: 60px;
    height: 7px;
    background: #fcd309;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -30px;
    margin-bottom: 9px;
}
/* h1.page-header:after { */
    /* content: ""; */
    /* width: 60px; */
    /* height: 4px; */
    /* background: #000; */
    /* display: block; */
    /* position: relative; */
    /* margin: 20px auto 0; */
/* } */
p {
    margin: 0 0 20px;
}


/*HEADER TOP*/
div#header-top {
    background: #111f2a;
    padding: 15px 0;
	color:#fff
}
div#header-top  ul{margin:0;}
div#header-top  p{margin:0;}
div#header-top  a{color:#fff}



/*GALLERY*/
.gallery-thumbnail {
    background: #f5f5f5;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
	margin-bottom:30px;
}
.gallery_title a {
    display: block;
    color: #362a1e;
    padding: 20px 20px;
}


/*NEWS*/
.dept,#eventwidget > div {
    margin-bottom: 30px;
}
.dept_title a,.newstitle a,.judulevent {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14pt;
    color: #362a1e;
    margin:28px 0 3px;
    display: block;
    line-height: normal;
}
.newsdate,.tglevent,.date_news {
    color: #888;
    font-style: italic;
	margin-bottom:7px;
}



/*HEADER*/
footer {
    position: relative;
}
div#social img,.footer-social img {
    height: 30px;
}
.contact-header ul {display:flex}
.contact-header li {
    display: flex;
    color: #fff;
    align-items: center;
    padding-left: 30px;
}
.contact-header img {
    height: 80px;
}
.contact-header strong {
    font-size: 18pt;
    font-weight: bold;
    line-height: 1.2;
}
.name-photo.text-center {
    padding: 12px 0 8px;
    line-height: 1;
	color:#000;
    min-height: 52px;
}
#who-we-are h3 {
    font-size: 17pt;
}
ul#shop-slider img {
    max-width: 100%;
    height: auto;
}
ul#shop-slider {
    padding: 0;
    list-style: none;
    /* border: 1px solid #eee; */
    /* padding: 10px; */
    border-radius: 3px;
}
.pb-right-column .page-header {
    text-align: -webkit-auto;
    font-size: 26pt;
    margin-bottom: 20px;
}
.pb-right-column h1.page-header:after {
    left: 0px;
	margin-left:0;
}
.navbar-inverse .navbar-toggle {
    border: 0;
    margin-top: 0;
    margin-right: 0;
    float: none;
    margin-bottom: 0;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 3px;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar{
    background-color: #f9b81e;
}
#header-site {
    border: 0;
	padding-top:15px;
	padding-bottom:15px;
    border-radius: 0;
    margin: 0;
    background:#ffd700;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}
.textlogo img {
	margin-top:13px;
}
#header-site a.navbar-brand {
    font-weight: bold;
	height:auto;
    color: #000;
    text-transform: uppercase;
    font-size: 16pt;
}
div#newshome *{color:#fff;}
div#newshome {
    background: #d05507;
    color: #fff;
}
span.textlogo {
    padding: 0 0 0 20px;
}
span.textlogo img {
    max-width: 100%;
    max-height: 70px;
    height: auto;
}
nav#header-site .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-header {
    padding-top: 10px;
	float:right;
}
.block-menu-line {
    clear: both;
}
div#bs-example-navbar-collapse-1 {
    padding: 0;
	width:100%;
}
#menu-block .container:before,#menu-block .container:after,nav#header-site .container:before, nav#header-site .container:after{display:none}
#menu-block .block-menu-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 0px 20px;
}
div#social p{margin-bottom:0}
div#menu-block {
    position: relative;
    z-index: 2;
    margin-bottom: -28px;
    margin-top: -22px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #1a1a1a;
    padding: 10px 20px;
    line-height: 1.2;
    font-size: 11pt;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
}
.thumbnail-gallery {
    padding: 0 6px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    background: #1a1a1a;
    color: #fff;
}
.images-gallery img {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: none;
    height: 100%;
    transform: translateX(-50%);
}
.images-gallery {
    position: relative;
    overflow: hidden;
    padding-top: 65%;
}
div#description_product table:nth-child(2) tr:nth-child(odd) {
    background: #ccc;
}

/*SLIDE*/
/* div#slide-home .item:before { */
    /* content: ""; */
    /* display: block; */
	/* z-index:1; */
    /* position: absolute; */
    /* width: 100%; */
    /* height: 100%; */
    /* box-shadow: 0px 170px 110px -90px rgba(255, 255, 255, 0.7) inset; */
/* } */
div#slide-home {
    position: relative;
}
#slide-home .owl-item {
    padding: 0;
}
.slide-text {
    position: absolute;
    top: 50%;
	text-align:center;
    transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    left: 50%;
    color: #000;
	padding:0 15px;
}
.slide-text h2 {
	color:#d05507;
	font-weight: bold;
	font-size:17pt;
}
.slide-text h1 {
    font-weight: bold;
	color:#fff;
	font-size:37pt;
	text-transform:uppercase;
    margin-bottom: 20px;
}


/*strengt*/
.strengt-item {
    display: flex;
    align-items: flex-start;
}
.services-item {
    display: flex;
	margin-bottom:20px;
    align-items: flex-start;
    background: #f4f6f5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.strengt-item img {
	width:70px;
	padding-right:10px;
}
.services-item img {
}
div#strengt {
    background: #f0f0f0;
    padding: 110px 0 90px;
    color: #000;
}
.title-services {
    padding: 20px 0;
    border-bottom: 10px solid #d05507;
	text-transform:uppercase;
	color:#555;
}
div#services-block .page-header {
    color: #fff;
}
.title-strengt h4 {
    font-weight: bold;
    font-size: 12pt;
}
.title-services h4 {
    font-weight: bold;
    font-size: 12pt;
}


/*CATALOG*/
.thumbnail-product.grid .col-sm-3:nth-child(4n+1),.product-col:nth-child(4n+1) {clear:both}

.product-col img{width:100%}
.catpage {
    margin-bottom: 20px;
	display:none !important
}
.product-col {
    /* border-bottom: 10px solid #d05507; */
	/* background:#f4f6f5; */
	margin-bottom:30px;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
}
.image-product a {
    position: relative;
    padding-top: 75%;
    display: block;
    overflow: hidden;
}
.image-product img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.title-product a {
    font-size: 12pt;
    min-height: 34px;
	color:#555;
    display: block;
}
.title-product h4 {
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
    padding: 0 20px;
}



/*WHO WE ARE*/
#who-we-are {
	/* font-weight:bold; */
	color:#fff;
	background:#fff;
	padding-top:110px;
}
#who-we-are .page-header {
    text-align: left;
    margin-bottom: 20px;
    color: #fff;
    padding-bottom: 0;
    text-transform: capitalize;
}
#who-we-are .page-header:after {margin-left:0;margin-right:0}
#who-we-are .container > .row {
    display: flex;
	margin:0;
    justify-content: space-between;
	padding: 0;
}
#who-we-are .more {
    background: #d05507;
    color: #fff;
    margin-top: 10px;
    font-weight: normal;
}
img.logo-home {
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    left: 50%;
    margin-top: 30px;
    height: 80px;
}
div#slide-top {
    position: relative;
}



/*SERVICES*/
div#services-block {
    background: #f9b81e;
	padding-bottom:130px;
}
.list-services img {
    width: 110px;
    margin: 0 auto 40px;
    display: block;
}
div#footerlink .col-sm-5 img {
    max-height: 150px;
    max-width: 100%;
    height: auto;
}
.list-services {
    border: 1px solid #fff;
    text-align: center;
    color: #000;
	margin-bottom:20px;
    padding:35px 15px 30px;
}
.title-service h4 {
    font-weight: bold;
    font-size: 12pt;
    margin-bottom: 15px;
}
.navbar-brand>img {
    display: block;
    height: 50px;
}

/*FOOTER*/
div#footerlink h3 {
    margin-top: 0;
	font-size:13pt;
    margin-bottom: 20px;
}
/* div#footerlink a{color:#ffd700} */
div#footerlink a{color:#1a1a1a}
#footerlink td {
    padding-bottom: 8px;
	color:#1a1a1a;
    padding-top: 0;
}
div#footerlink .row > *{z-index:2}
div#footerlink .col-sm-5 a {
    display: inline-block;
    padding-right: 40px;
}
div#footerlink .col-sm-12 {
    margin-top: 0px;
	z-index:1;
}
/* div#contact-home:after { */
    /* content: ""; */
    /* display: block; */
    /* position: relative; */
    /* width: 100%; */
    /* height: 45px; */
    /* background: url(images/footer-pattern.gif)repeat-x; */
/* } */
div#footerlink {
    padding: 60px 0 40px;
    background: #ffd700;
    color: #1a1a1a;
}
#copyright a {
    color: #fff;
}
div#copyright  p{margin:0}
div#copyright {
    background: url(images/footer-pattern.gif)repeat-x;
    font-weight: normal;
    color: #fff;
    padding: 11px 0;
    text-align: center;
    background-size: auto 100%;
}


div#slide-by-color .owl-stage-outer, div#slide-by-color .owl-stage, div#slide-by-color .owl-item {
    position: static;
}
.slide-color {
    width: 50%;
    float: right;
    text-align: center;
    z-index: 2;
    position: relative;
}
div#catalog-by-used {
    position: relative;
	overflow:hidden;
	padding:0;
}
div#catalog-by-color {
    position: relative;
}
div#sync2 {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.slide-used:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    position: absolute;
    top: 0;
    left: 160px;
    box-shadow: -30px 0px 100px 100px #f4f4f4;
}
.slide-used {
    width: 55%;
    text-align: center;
    z-index: 2;
    position: relative;
    background: transparent;
    float: right;
    padding: 80px 120px 80px 170px;
}
#catalog-by-used:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#catalog-by-used .owl-prev {
    position: absolute;
    background: transparent;
    left: -90px;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
}
#catalog-by-used .owl-next {
    position: absolute;
    background: transparent;
    right: -90px;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
}
#sync2 img{
	opacity:0;
}
#sync2 .active img{
	opacity:1;
}
#sync2 .owl-nav,#sync2 .owl-dots{display:none !important}
.owl-prev, .owl-next {
    width: 20px;
}
.owl-prev * {
    display: block;
}

#slide-top .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
    width: 40px;
    padding: 15px 11px;
	border-radius:0;
    margin-top: -28px;
}
.owl-next * {
    display: block;
}

#slide-top .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
    width: 40px;
    padding: 15px 11px;
	border-radius:0;
    margin-top: -28px;
}
#slide-top .owl-dots {
    position: absolute;
    bottom: 20px;
    right: 60px;
}


/*KONTAK*/
div#noteafter iframe{max-width:100%}

.news-content .more:after {
    content: " >>";
}
.news-colx {
    margin-bottom: 30px;
}
.news-content .more {
    background: transparent;
    color: #d05507;
    padding: 0;
    font-size: 12pt;
}
.title_news_detail.title_detail h4, .title_agenda_detail h4 {
    color: #362a1e;
    font-size: 22pt;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
}
td{padding:3px 5px;}
/* div#footer-design img { */
    /* max-width: none; */
/* } */
@media(min-width:768px){
div#contact-home h1 {
    font-size: 29pt;
}
#product-by-used .col-xs-6.col-md-3.wow.fadeInUp:nth-child(4n+1){clear:both;}
.slide-desc {
	font-size:14pt;
}
.col-md-3.col-sm-4.thumb:nth-child(4n+1){clear:both}
div#detail-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div#catalog-material{
	/* position:relative; */
	padding-bottom:130px !important;
}
.navbar-header {
    /* width: 100%; */
}
#header-site a.navbar-brand {
    justify-content: center;
}
	.navbar-nav {
		float: none;
		margin: 0;
		padding-top:0px;
		display: flex;
		justify-content: center;
	}
div#who-we-are .row>div:last-child img {
    height: 100%;
    width: auto !important;
    min-width: 101%;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
	.dropdown-menu {padding:5px 0}
	.dropdown-menu>li>a {
    padding: 5px 20px;
    min-width: 210px;
}
.navbar-nav>li {
    float: left;
    margin-right: 2px;
    margin-left: 3px;
}
	.image-detail-news,.image-detail-event{float:left;margin-right:40px;margin-bottom:10px}
	.listnews > div:nth-child(3n+1){clear:both;}
	img.slide-mobile {display: none !important; }
	#button-mobile{display:none}
	#close-menu{display:none}
	.bg-black {display: none;}
	/*WHO WE ARE*/
	div#who-we-are .row>div:first-child {
		padding-right: 50px;
        padding-bottom: 50px;
        padding-top: 50px;
		position:relative;
		background:#362a1e;
		padding-left: 50px;
		/* display: flex; */
	}
	.line-content {

		width: 100%;
		left: 0;
	}
	/* div#who-we-are .row>div:last-child img{width:100%;} */
	div#who-we-are .row>div:last-child {
		padding-left: 0px;
		overflow:hidden;
		padding-right: 0;
	}
	.slide-text {width: 750px;}
	
	/*KONTAK*/
div#contactform .form-group > div:last-child {
    width: 100%;
    padding-left: 0;
}
textarea.form-control[name="field2"] {
    height: 34px;
}
div#contactform .form-group:nth-child(7) {
    width: 100%;
}
div#contactform .form-group:nth-child(8), div#contactform .form-group:last-child{
    width: 100%;
}
div#contactform .form-group > span:first-child {
    width: 100%;
    padding-left: 0;
    padding-bottom: 6px;
    display: block;
    text-align: left;
}
	div#contactform .form-group > div:last-child.col-md-offset-2 {
		margin-left: 0%;
	}
	div#contactform {
		width: 100%;
		float: left;
	}
	div#noteafter {
		float: left;
		width: 40%;
		padding-left: 30px;
	}
	div#contactform .form-group {
		width: 33.33%;
		float: left;
		margin: 0 0 20px;
	}

}
@media(min-width:992px){
	.slide-text {width: 970px;}
}
@media(min-width:1200px){
	.container{width:1080px}
	.slide-text {width: 1080px;}
}

@media(max-width:991px){
	.navbar-brand>img {display: block;height: 45px;}
	.navbar-inverse .navbar-nav>li {margin-left: 8px;}
	#header-top .col-sm-6:first-child {width: 100%;}
	#header-top .col-sm-6.text-right {display: none;}
}
.catnav {
    display: none;
}
@media(max-width:767px){
 .line-content img {
    margin-top: 0 !important;
}
#slide-gallery .owl-next {
    background: transparent;
    position: absolute;
    top: 30%;
    right: -33px;
    width: 36px;
    height: 36px;
}
#slide-gallery .owl-prev {
    background: transparent;
    position: absolute;
    top: 30%;
    left: -33px;
    width: 36px;
    height: 36px;
}
.cover-aplication:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    box-shadow: 0 -110px 50px -50px #fff inset;
}
.cover-aplication {
    position: absolute;
    top: 70px;
    width: 100%;
}
div#contact-home h1 {
    font-size: 19pt;
    margin-bottom: 40px;
}
.fancybox-wrap.fancybox-desktop.fancybox-type-image.fancybox-opened {
    max-width: calc(100% - 20px);
    left: 10px !important;
}
.fancybox-inner {
    max-width: 100% !important;
    height: auto !important;
}
.col-xs-6.col-sm-3.element-item{width:100%}
.pb-right-column .page-header{margin-top:30px}
#contact-home .more {
    margin-top: 0px;
}
div#contact-home .row > *:last-child img {
    position: relative;
    height: auto;
    max-width: 70%;
    right: 20px;
    bottom: 0;
    margin: 50px auto -30px;
    display: block;
}
div#contact-home{padding-top:60px}
div#contact-home h1.page-header {
    color: #424242;
    text-align: center;
    font-size: 19pt;
}
div#contact-home .row > *:first-child {
    padding: 0 30px;
    position: absolute;
    bottom: 100%;
}
div#contact-home .row > *:first-child img {
    margin-top: 0;
    width: 50%;
    max-width: none;
    height: auto;
}
.label-banner span{color: #424242;}
.label-banner {
    color: #424242;
    font-size: 18pt;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    font-family: 'Rubik', cursive;
    right: 20px;
}
div#contact-home .row{display:block}
.category-name {
    padding: 0 10px;
    font-size: 13pt;
}
.content-wrapper {
    padding: 70px 0 40px;
    overflow: hidden;
}
div#about-us {
    padding: 30px 0;
}
h1.page-header{
	font-size:24pt;
	text-align:left;
}
#product-by-used h1.page-header, #catalog-material h1.page-header {
    margin-bottom: 30px;
}
h1.page-header:after{left:0;margin-left:0;}
p.secont-header {
    text-align: left;
    margin-bottom: 30px;
    margin-top: -10px;
}
div#product-by-used .col-xs-6.col-md-3.wow.fadeInUp:nth-child(2n),div#catalog-material .col-xs-6.col-md-3.wow.fadeInUp:nth-child(2n) {padding-left:5px;}
.thumbnail-category-home {
    margin-bottom: 10px;
}
div#product-by-used .col-xs-6.col-md-3.wow.fadeInUp:nth-child(2n+1),div#catalog-material .col-xs-6.col-md-3.wow.fadeInUp:nth-child(2n+1) {
    padding-right: 5px;
}
div#about-us .page-header {
    margin-top: 70px;
}
div#about-us .col-sm-6:last-child{padding-left:15px}
.active .slide-desc {
	opacity:1;
	-webkit-animation: mymove 1s; /* Safari 4.0 - 8.0 */
	animation: mymove 1s;
	left: 30px;
	transform:translateY(-50%) translateX(-0%)
}
div#slide-home .item:after{
	width:100%;
	height:100%;
	top:0;
	left:0;
	box-shadow:none;
	background:rgba(0, 0, 0, 0.3);
}
.slide-desc {
    position: absolute;
    top: 50%;
    width: 60%;
    opacity: 0;
    left: 0;
    color: #fff;
    z-index: 2;
}
#slide-home .owl-nav{display:none}
#slide-top .owl-dots {
    position: absolute;
    bottom: 10px;
    right: 20px;
}
div#about-us .row {
    display: block;
    justify-content: center;
    align-items: center;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
  0% {opacity:0;left: 0px;transform: translateY(-50%) translateX(-100%);}
  20% {opacity:0;left: 0px;transform: translateY(-50%) translateX(-100%);}
  100% {opacity:1;left: 30px;transform: translateY(-50%) translateX(-0%);}
}

@keyframes mymove {
  0% {opacity:0;left: 0px;transform: translateY(-50%) translateX(-100%);}
  20% {opacity:0;left: 0px;transform: translateY(-50%) translateX(-100%);}
  100% {opacity:1;left: 30px;transform: translateY(-50%) translateX(-0%);}
}
.slide-desc h1 {
    background: #ffd700;
    margin-bottom: 10px;
    padding: 9px 14px;
    color: #222;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16pt;
    line-height: 1;
}
/* div#services-block .col-sm-3:nth-child(2n),.thumbnail-product.grid .col-sm-3:nth-child(2n)  { */
    /* padding-left: 8px; */
/* } */

/* div#services-block .col-sm-3:nth-child(2n+1),.thumbnail-product.grid .col-sm-3:nth-child(2n+1) { */
  /* padding-right: 8px; */
  /* clear:both; */
/* } */
.title-services {
    padding: 20px 5px;
    min-height: 104px;
    display: block;
}
div#services-block{padding-bottom:80px}
	.textlogo{display:none !important}
	.title_news_detail.title_detail h4, .title_agenda_detail h4 {font-size:20pt}
	.image-detail-news, .image-detail-event {
		margin-bottom: 20px;
	}
div#footerlink .row > div:last-child {
    margin: 0 0;
}
div#footerlink .col-sm-5 a {
    display: inline-block;
    padding: 7px 13px;
    text-align: center;
}
	div#footerlink table{
		/* margin: 0 auto; */
		text-align: left;
	}
	div#footerlink {
		text-align: center;
	}
	/* #menu-block .block-menu-line{display:none} */
	.dept,#eventwidget > div {
		margin-bottom: 60px;
	}
	.dept:last-child,#eventwidget > div:last-child {margin-bottom:0}
	img{max-width:100%;height:auto}
	.navbar-header:after{display:none}
	#slide-home img{display:none}
	#slide-home img.slide-mobile {display:block}
	.contact-header {display: none;}
	.table-default,.table-default tbody,.table-default tr, .table-default td{
		display:block;
		width:100% !important
	}
	#header-site a.navbar-brand{float:none}
	.navbar-header:before {display:none}
	.navbar-inverse .navbar-brand{padding-left:0 !important}
	.navbar-header {
		display: flex;
		width: 100%;
		justify-content: space-between;
		margin-left: 0 !important;
	}
	div#header-top {display: none;}
	.slide-text {
		position: relative;
		transform: translateY(0) translateX(0);
		top: 0;
		left: 0;
	}
	div#slide-home img {
		position: relative;
		width: 100%;
		max-width: 100%;
		height: auto;
		right: 0;
	}
	.slide-text *{position:relative}
	.slide-text:before {
		content:"";
		display:block;
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
		background:rgba(0, 0, 0, 0.3);
	}
	.slide-text {
		position: absolute;
		transform: translateY(0) translateX(0);
		-o-transform: translateY(0) translateX(0);
		-webkit-transform: translateY(0) translateX(0);
		-moz-transform: translateY(0) translateX(0);
		-ms-transform: translateY(0) translateX(0);
		top: 0;
		left: 0;
		text-align: center;
		padding: 20px 16px;
		color: #fff;
		bottom: 0;
		width: 100%;
		align-items: center;
	}
	.slide-text h1 {
		font-size: 20pt;
		width: 100%;
		height: 48%;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	div#call-block .container {
		display: block;
		text-align: center;
		padding: 20px 15px;
	}
	div#call-block h2 {
		margin-bottom: 12px;
	}
	div#strengt {
		padding: 40px 20px;
	}
	.strengt-item img {
		width: 60px;
		padding-right: 10px;
	}
	.title-strengt h4 {
		margin-top: 0;
	}
	.strengt-item {
		margin-bottom: 20px;
	}
	#strengt .col-sm-3:last-child .strengt-item {margin-bottom:0}
	#who-we-are .container > .row{display:block;padding-bottom:0}
	div#who-we-are {
		padding: 40px 0px 0;
		background: #362a1e;
	}
	img.logo-home{max-width:80%;height:auto}
	#who-we-are .page-header{font-size:23pt}
	#who-we-are .col-sm-6.col-sm-pull-6 {
		padding: 0;
		margin: 40px -15px 0;
	}
	div#footerlink .row > div {
		margin-bottom: 50px;
		padding:0 30px
	}
	div#footerlink .row > div:last-child {
		margin-bottom: 0;
	}
	div#copyright {
		padding: 15px 15px;
		text-align:center;
	}
	.navbar-collapse {
		-webkit-transition: -webkit-transform 0.4s ease;
		transition: -webkit-transform 0.4s ease;
		transition: transform 0.4s ease;
		transition: transform 0.4s ease, -webkit-transform 0.4s ease;
		overflow-x: visible;
		border-top: none !important;
		box-shadow: none !important;
		display: block;
		visibility: visible;
		position: fixed;
		opacity: 1;
		box-shadow: none !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		-o-box-shadow: none !important;
		width: 300px;
		top: 0;
		right:0;
		height: 100% !important;
		background: #fff;
		max-width: 80vw;
		padding: 0 25px;
		z-index: 9999;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	.navbar-nav {
		margin: 7.5px 10px 7.5px 10px;
	}
	.navbar-inverse .navbar-nav>li {
		margin-bottom: 26px;}
	.navbar-inverse .navbar-nav>li>a {
		color: #000;
		font-weight: normal;
		padding: 5px 10px;
		margin-top: 0;
		text-transform: uppercase;
	}
	.navbar-collapse.in, .navbar-collapse.collapsing {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.bg-black {
		position: fixed!important;
		top: 0!important;
		left: 0!important;
		width: 100vw!important;
		height: 100vh!important;
		opacity: 0.2;
		display: none;
		background-image: none!important;
		background-color: #000;
		z-index: 999;
	}
	.menu-active .bg-black {
		display: block;
	}
	.menu-active{overflow:hidden;}
	div#menu-block #social {display: none;}
	#menu-block .block-menu-line {padding: 0;}
	div#menu-block{margin:0}
	div#close-menu {
		font-size: 22pt;
		padding:0 14px !important;
		z-index: 9999;
		color: #000;
		text-align: right;
		font-weight: bold;
		right: 0;
		top: 0;
		line-height: 50px;
		position: relative;
		margin-bottom: 17px;
		margin-top: 3px;
	}
	.navbar-inverse .navbar-nav>li {
		margin-left: 15px;
	}
	#who-we-are .slideInRight,#who-we-are .slideInLeft {
		animation-name: fadeInUp !important;
	}
	#button-mobile{
		position: fixed;
		bottom: 0;
		width:100%;
		z-index:4;
		text-align:center;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.button-mobile-toggle {
		width: 150px;
		height: 40px;
		background:url(images/button-mobile.png)no-repeat 50% -430px/430px;
		margin:0 auto;
		display:block;
	}
	.menu-button-mobile ul.list-inline li a{display:block;height:100%;}
	.menu-button-mobile ul.list-inline li span{width: 40px;height: 100%;background:url(images/button-mobile.png)no-repeat 0 0/430px;display:inline-block;}
	.menu-button-mobile ul.list-inline li span.button-menu-icon {
		background-position: -376px -9px;
		background-size: 470px;
	}
	.menu-button-mobile ul.list-inline li span.button-phone-icon{background-position:-82px -6px;}
	.menu-button-mobile ul.list-inline li span.button-mail-icon{background-position:-147px -6px;}
	footer td img {
		max-width: none;
	}
	.menu-button-mobile ul.list-inline li {
		width: 50%;
		float: left;
		height: 53px;
		margin: 0;
		border-left: 1px solid #d9d9d9;
		border-left-color: #bbb;
	}
	.menu-button-mobile ul.list-inline li:first-child {
		border-left: 0px solid;
	}
	.menu-button-mobile ul.list-inline:after{content:"";clear:both;display:block}
	.menu-button-mobile ul.list-inline {
		margin: 0;
		text-align: center;
		background: rgba(255, 255, 255, 0.95);
		box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
		-ms-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
	}
	.button-wa-icon {
		background-position: -343px -6px !important;
	}
	span.button-email-icon {
		background-position: -147px -6px !important;
	}
	span.button-map-icon {
		background-position: -215px -6px !important;
	}
	body {
		padding-bottom: 53px;
	}
#header-site a.navbar-brand {
    max-width: calc(100% - 60px);
    padding-bottom: 0;
    padding-top: 0;
    padding-right: 0;
}
.navbar-brand>img {
    display: block;
    height: 40px;
}
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 10px 15px 11px 25px;
	}
}