.alert{
  text-align:center;
  font-weight:bold;

  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.20, rgba(255, 255, 255, 0.10)), color-stop(0.20, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.10)), color-stop(0.75, rgba(255, 255, 255, 0.10)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);

  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -o-background-size: 50px 50px;
  background-size: 50px 50px;

  margin-top:0px;
  margin-bottom:0px;

  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:    0px 1px 4px rgba(0, 0, 0, 0.09);
  box-shadow:         0px 1px 4px rgba(0, 0, 0, 0.09);

  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;

  border:0px;
  padding:15px;
}
.alert-success{
  background-color: #5e9b34;
  border-color: #D6E9C6;
  color: #fff;
  border-top:0px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.alert-error{
  background-color: #BA1D1A!important;
  color:white;
  border-color:#BA1D1A;
  border-top:0px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.alert .close{
  top:2px;
  right:0px;
}
.language-select-box{
  text-align:right;
  padding-right:20px;
  padding-top:18px;
}
.cookiesNavMessage {
  padding: 15px;
  text-align: center;
  background-image: none;
  background-color: #0B100C;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  border: none;
  position: fixed;
  width: 100%;
  bottom: 0px;
  z-index: 10000;
}
.cookiesNavMessage a {
  color:#FFF;
  font-weight:700;
}
.cookiesNavMessage .btn {
  background-color:transparent;
  color:#FFF;
  border:1px solid #3C3C3C;
  border-radius:25px;
  font-size:12px;
  font-weight:400;
  padding-left:35px;
  padding-right:35px;
}
.nav-margin {
  margin-bottom:25px;
}
.carousel-control {
  font-family: 'Open Sans', sans-serif;
  font-weight:300;
  top: 46%;
  color: #ffffff;
  background: none;
  border: 0px;
}
input, textarea, .uneditable-input {
  width: 166px;
}

.img-title {
  margin-bottom:30px;
}
body {
  font-family: 'Lato';
  background-color: #181c18;
  color: #f9f9f9;
  font-size: 18px;
  font-weight: 300;
}
footer {
  color: #FFF;
  font-size: 11px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
footer a {
  color: #FFF;
}
footer a:hover {
  color: #FF4212;
}
.bottom-text {
  padding-bottom: 80px;
}
.bottom-text .container {
  padding-left: 25px;
  padding-right: 25px;
}
h1 {
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 35px;
}
.breadcrumb>.active {
  color: #FFF;
}

.black {
  background-color: #000;
}
.white {
  background-color: #FFF;
}
.dark {
  background-color: #181c18;
}
.red {
  background-color: #FF4212;
}
.font-white {
  color: #FFF;
}
.font-red {
  color: #FF4212
}
.font-bold {
  font-weight: bold; 
}
.top-right {
  text-align: right;
}
.top {
  font-size: 16px;
}
.top-right .fa {
  font-size: 24px;
  color: #FFF;
}
.top-right .fa:hover {
  background-color: #FF4212;;
}
.top-right .fa-youtube {
  padding: 15px 20px 15px 20px;
  border-left: 1px solid #3C3C3C;
  border-right: 1px solid #3C3C3C;
  margin-right: -5px;
}
.top-right .fa-facebook {
  padding: 15px 20px 15px 20px;
  border-right: 1px solid #3C3C3C;
}
.top .top-contact {
  padding-top: 16px;
  text-align: left;
}
.top .top-contact a {
  color: #FFF;
}
.top .top-contact a:hover {
  color: #FF4212
}
.mail .fa,
.phone .fa {
  padding-right: 6px;
}
.social a {
  text-align: center;
}
ul.languagedropdown {
  min-width: 60px;
  max-width: 60px;
  text-align: left;
}
.product-slider {
  margin-top: 200px;
}
.product-page iframe {
  max-width: 100%;
}

.product-image-row{
  display: flex;
  align-items: center;
}

.product-image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
  background-image: url('../img/left.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 25px;
  width: 10px;
  position: absolute;
  top: 40%;
  left: -20px;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
  background-image: url('../img/right.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 25px;
  width: 10px;
  position: absolute;
  top: 40%;
  right: -20px;
}
.owl-image-box,
.owl-content {
  vertical-align: text-top;
}
.owl-carousel .owl-item {
  text-align:center;
}
.owl-carousel .owl-item h3, 
.owl-carousel .owl-item h4 {
  padding-left: 30px;
}
.product-item h3,
.owl-carousel .owl-item h3 {
  font-size: 30px;
  margin: 0px;

}
.product-item h4,
.owl-carousel .owl-item h4 {
  font-size: 24px;
  margin: 0px;
  font-family: 'Raleway';
  font-weight:200;
}
.owl-carousel .owl-content {
  text-align: left;
}
.search {
  padding-left: 5px;
  padding-right: 3px;
}
/*.searchForm input {
background-color: #0f110f;
border: 1px solid #3C3C3C;
border-right: 0px;
padding: 5px 10px 3px 10px;
outline: none;
height:33px;
}
.searchForm .btn {
outline: none;
width: 30px;
padding: 6px 2px 5px 2px;
border: 1px solid #3C3C3C;
border-radius: 0px;
margin-top: -7px;
border-left: 0px;
margin-left: -10px;
background-image: url('../img/search.png');
background-repeat: no-repeat;
background-position: center center;
height:33px;
}*/
form#search {
  position:relative;
}
.searchForm input {
  background-color: #0f110f;
  border: 1px solid #3C3C3C;
  /*border-right: 0px;*/
  padding: 5px 10px 3px 10px;
  outline: none;
  height:33px;
}
#search .input-append {
  position:relative;
}
#search .input-append input[type="text"] {
  min-width:190px;
}
.searchForm .btn {
  margin-top: 0px;
  margin-left:0;
  outline: none;
  width: 30px;
  padding: 6px 2px 5px 2px;
  border: none;
  background-image: url('../img/search.png');
  background-repeat: no-repeat;
  background-position: center center;
  height:33px;
  position: absolute;
  top:0;
  right:0;
  background-color:transparent;
}
.search ::-webkit-input-placeholder {
  color: #FFF;
}
.search :-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}
.search ::-moz-placeholder {  /* Firefox 19+ */
  color: #FFF;
}
.search :-ms-input-placeholder {
  color: #FFF;
}
.language .btn-default {
  padding: 20px 15px 20px 15px;
  margin-top: -10px;
  border-radius: 0px;
  color: #000;
  background-color: #000;
  border: 0px;
  border-left: 1px solid #3C3C3C;
  border-right: 1px solid #3C3C3C;
}
.language .btn .caret {
  display: none;
}
.inline {
  display: inline-block;
}
.align-center {
  text-align: center;
}
.main-image {
  background-image: url('../img/main.jpg');
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 650px;
}
.simple-bg {
  background-image: url('../img/main.jpg');
  background-position: 50px;
  background-size: contain;
  width: 100%;
  height: auto;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #000;
}
.main-image .header {
  color: #FFF;
  margin-top: 170px;
}
.main-image h2 {
  font-weight: 900;
  font-size: 67px;
}
.main-image h3 {
  font-weight: 300;
  font-size: 44px;
}
a:hover {
  text-decoration: none;
}
.mail {
  padding-right: 25px;
}
.content {
  padding-bottom:55px;
}
.content img {
  max-width: 100%;
  height: auto;
}
#droppy{
  width: 100%;
  float:none; ;
  display:block;
  text-align:right!important;
  position: relative;
  font-weight: 400;
  font-size: 20px;
}
#droppy>li{
  float:none;
  display:inline-block;
  text-align:left;
  margin-right: -5px;
}
#droppy li.hover {
  background-color: #FFFFFF;
}
#droppy li a {
  color: #000;
  padding: 35px 20px 35px 20px;
}
#droppy li:hover>a{
  color:#FFF;
  background-color: #FF4212;
}
#droppy li ul {
  text-align: left;
  padding-top: 0px;
  top:98px;
  background-color: #FFF;
  width: 100%;
}
#droppy li ul li ul {
  top: 0px;
}
#droppy li ul li ul .menu-caret {
  display: none;
}
#droppy li ul li a {
  padding: 5px 20px 8px 20px;
}
#droppy li ul li:hover {
  width: 100%;
  background-color: #eee;
}
#droppy li ul li ul {
  display: none!important;
}
#droppy .menuOpen {
  background-color: #FF4212;
  color: #FFF;
}
.menu-caret {
  margin-top: -7px;
}
.bottom-nav h5 {
  color: #FF4212;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}
.bottom-nav ul {
  padding-left: 0px;
}
.bottom-nav li {
  list-style-type: none;
}
.bottom-nav {
  padding-top: 40px;
  padding-bottom: 50px;
  font-size:14px;
}
.bottom-nav,
.bottom-nav li a {
  color: #FFF;
}
.bottom-nav li:hover a {
  color: #FF4212;
}
.logo img {
  padding-top: 10px;
}
.image-box {
  width: 265px;
  height: 265px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #FF4212;
  display: table-cell;
}
.breadcrumb {
  padding-left: 0px;
  margin-top: 25px;
  margin-bottom: 17px;
  background-color: transparent;
}
.breadcrumb a {
  color: #FFF;
}
.product-header {
  margin-top:15px;
}
.product-group {
  padding-left: 10px;
}
.product-item {
  list-style-type: none;
  height: 440px;
}
.product-item:hover .image-box {
  background-color:#FF4212;
}
.product-page h1 {
  margin-top: 0px;
  font-family: 'Raleway';
  font-weight: 200;
}
.product-page h2 {
  margin-bottom: 0px;
}
.forward-back {
  margin-top: 60px;
}
.forward-back a {
  color:#FFF;
}
.forward-back a:hover .fa,
.forward-back a:hover {
  color:#FF4212;
}
.page-back {
  float:left;
}
.page-forward {
  float:right;
}
.page-back .fa-circle-thin {
  font-size: 32px;
  color: #FFF;
  top: 6px;
}
.page-forward .fa-circle-thin {
  font-size: 32px;
  color: #FFF;
  top: 6px;
}
.page-back .fa-angle-left {
  font-size: 20px;
  color: #FFF;
  top: -3px;
  left: -1px;
}
.page-forward .fa-angle-right {
  font-size: 20px;
  color: #FFF;
  top: -3px;
  right: -1px;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
  background-color:transparent;
}
.paginationScale {
  padding-left:0px;
}
.paginationScale li {
  list-style-type:none;
  display:inline-block;
}
.paginationScale li a {
  color:#FFF;  
}
.paginationScale .active a{
  color:#FF4212;
}
.paginationScale li:hover a {
  color:#FF4212;
}
.paginator-options {
  float:right;
  margin-top: 27px;
}
.pagination {
  margin: 0px 0px -7px 0px;
  vertical-align: bottom;
}

.pages {
  padding-left:20px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: transparent;
  color: #FF4212;
  border: none;;  
}
.pagination>li>a, .pagination>li>span {
  color:#FFF;
  background-color:transparent;
  border:none;
  padding: 6px 2px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
  color: #FF4212;	
  background-color:transparent;
  border:none;
}
#map-canvas {
  width: 100%;
  height: 440px;
  margin-top: 75px;
  margin-bottom: 30px;
}
.how {
  margin-bottom:60px;
}
.contact-info strong {
  color: #FF4212;
}
.contact-info img {
  display: block;
  margin-bottom: 30px;
}
.contact-info a {
  color: #FF4212;
}
.simple-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
#contactForm ::-webkit-input-placeholder {
  color: #000;
}
#contactForm :-moz-placeholder { /* Firefox 18- */
  color: #000;
}

#contactForm ::-moz-placeholder {  /* Firefox 19+ */
  color: #000;
}

#contactForm :-ms-input-placeholder {
  color: #000;
}
#contactForm .btn {
  border: none;
  border-radius: 0;
  margin-top: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  font-weight: 700;
}
#contactForm .btn:hover {
  background-color: #181C18;
}
#contactForm .span3,
#contactForm input {
  padding: 10px;
  color: #000;
  width: 100%;
}
#contactForm .span3 {
  height: 250px;
}
.standard-input {
  position:relative;
}
#contactForm .control-group {
  margin-bottom:15px;
}
.standard-input span.label-form-error {
  display: inline;
  position: absolute;
  right: 15px;
  top: 13px;
}
.product-table ul {
  padding-left: 0px;
  border: 1px solid #333;
  border-bottom: 0px;
}
.product-table li {
  list-style-type: none;
  border-bottom: 1px solid #181C18;
  padding: 5px;
  margin-bottom: 5px;
  text-align: right;
}
.product-table label {
  color:  #FF4212;
  float: left;
  padding-left: 5px;
  font-weight: 400;
}
.product-content {
  padding-top:45px;
  padding-bottom:50px;
}
.side-group {
  padding-left: 0px;
  margin-bottom: 40px;
}
.side-group li {
  list-style-type: none;
}
.side-group li a h4 {
  padding:10px;
  background-color: #FF4212;
}
.side-group li:hover a h4 {
  background-color: #181C18;
}
.news-header {
  margin-top:35px;
}
.news-group {
  padding-left:0px;
}
.news-group li {
  margin-bottom:35px;
  list-style-type:none;
  height:500px;
}
.news-group a {
  color:#FFF;
}
.news-group li button {
  padding: 5px 10px 10px 10px;
  background-color: #FF4212;
  color:#FFF;
  border:none;
}
.news-group a:hover {
  color:#000;
}
.news-info {
  padding:0px 15px 15px 15px;
}
.news-group a:hover li .news {
  background-color:#FFF;
}
.news-group a:hover button {
  background-color: #181C18;
}
.news {
  background-color:#181C18;
}
.mobile-search {
  display:none;
}
@media(max-width:1200px) {
  #droppy li a {
    padding: 35px 10px 35px 10px;
  }
}
@media(max-width:991px) {
  .owl-carousel .owl-item h3, .owl-carousel .owl-item h4 {
    padding-left: 0px;
  }
  .owl-carousel .owl-controls .owl-nav .owl-next {
    right:35px
  }
  .owl-carousel .owl-controls .owl-nav .owl-prev {
    left:35px;
  }
  body {
    font-size: 16px;
  }
  .mobile-logo {
    position: absolute;
    left: 35px;
    top: 57px;
  }
  .mobile-logo img {
    width: 100px;
  }
  .mobileMainBtn {
    padding: 20px 20px 15px 20px!important;
    text-align: right;
  }
  .main-image h2 {
    font-size: 54px;
  }
  .main-image h3 {
    font-size: 36px;
  }
  .menuMobile li a {
    color:#000; 
  }
  .product-slider {
    margin-top: 115px;
  }
  .owl-carousel .owl-item .owl-content {
    display: block;
    text-align: center;
  }
  .owl-carousel .owl-item img {
    margin: auto;
  }
  .menuMobile .openBtn {   
    width: 50px;
    right: 13px;
    height: 50px;   
    top: 5px; 
  }
  .top-right .fa-youtube,
  .top-right .fa-facebook {
    padding: 15px 12px 15px 12px;
  }
  .page-forward .fa-angle-right,
  .page-back .fa-angle-left {
    top:0px;
  }

}
@media(max-width:768px) {
  .bottom-nav {
    text-align: center;
  }
  .top .top-contact {
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .left {
    padding-top: 16px;
    float: left;
  }
  .right {
    float: right;
  }
  .top-right .fa-facebook {
    border-right:none;
  }
  .mobile-search {
    display: inherit;
    text-align: center;
    padding-top: 26px;
  }
  .searchForm .input-append {
    display:inline-block;
  }
  .main-image .header {
    color: #FFF;
    margin-top: 120px;
  }
}
@media(max-width:640px) {
  .paginator-options {
    float: none; 
    margin-top:0px;
    margin-bottom:30px;
  }
  .news-group li {
    width:100%;
    height:auto;
  }
  .news-group li img {
    width:100%;
    height:auto;
  }
}
@media(max-width:580px) {
  .product-image-row {
    display:initial; 
  }
  .product-image,
  .product-table {
    width: 100%;
  }
  .product-image {
    margin-bottom: 25px;
  }
  .contact-form,
  .contact-info {
    width: 100%;
    text-align: center;
  }
  .contact-info {
    margin-top:30px;
  }
  .contact-info img {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-image h2 {
    font-size: 48px;
  }
}
@media(max-width:540px) {
  .mail span,
  .phone span {
    display: none;
  }
}
@media(max-width:480px) {
  .side-menu,
  .content {
    width:100%;
  }
  .main-image .header {
    color: #FFF;
    margin-top: 50px;
  }
  .product-item {
    width:100%;
    text-align: center;
    height:auto;
    margin-bottom:40px;
  }
  .product-item .image-box {
    padding: 25px;
    display: block;
    height: auto;
    width: 200px;
    margin-bottom: 20px;
    margin: auto;
  }
  .bottom-nav {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bottom-adres {
    margin-bottom: 25px;
  }
  .bottom-menu,
  .bottom-adres,
  .bottom-hours {
    width: 100%;
    text-align: center;
  }
  .forward-back {
    margin-top: 25px;
    text-align:center;
  }
  .page-back,
  .page-forward {
    float:none;
  }
}
