html, body {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #2e2e2e;
  font-size: 13px;
}
.container {
  width: 1140px;
  margin: auto;
}

#logo {
  width: 215px;
  height: 55px;
  display: block;
  background: url(../image/logo.png) no-repeat center;
  position: absolute;
  margin-top: 15px;
}

header {
  height: 125px;
}

header .header-info {
  float: right;
  margin-top: 25px;
}
header .header-info .phone,
header .header-info .email {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding-left: 40px;
  margin-left: 50px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  background: url(../image/header-icon-phone.png) no-repeat left top;
}

header .header-info .phone:hover {
  text-decoration: none;
  background: url(../image/header-icon-phone.png) no-repeat left bottom;
}

header .header-info .email {
  background: url(../image/header-icon-email.png) no-repeat left top;
}
header .header-info .email:hover {
  text-decoration: none;
  background: url(../image/header-icon-email.png) no-repeat left bottom;
}


header .header-info .language {
  display: inline-block;
  height: 21px;
  line-height: 21px;
  padding-left: 40px;
  margin-left: 50px;
  color: #000;
  font-weight: 400;
  font-size: 15px;
  background: url(../image/icon_switch.png) no-repeat left top;
}
header .header-info .language:hover {
  text-decoration: none;
  background: url(../image/icon_switch.png) no-repeat left bottom;
}









#menu {
  background: #f60f19;
  height: 40px;
  display: block
  width: 100%;
  margin-top: 28px;
  text-align: center;
}
#menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
      z-index: 9999;
}
#menu ul li {
  margin: 0px;
  padding: 0px;
  min-height: 40px;
  line-height: 40px;
  display: inline-block;
  z-index: 9999;
}
#menu ul li a,
#menu ul li span {
  padding: 0px 20px;
  color: #fff;
  display: block;
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
#menu ul li span i {
  display: none;
}

#menu ul li.active a,
#menu ul li:hover a,
#menu ul li a:hover,
#menu ul li.active span,
#menu ul li:hover span,
#menu ul li span:hover {
  text-decoration: none;
  background: #1f1f1f;
}

#menu ul li:hover ul li a {
  background: #f60f19 !important;
}
#menu ul li:hover ul li a:hover {
  background: #1f1f1f !important;
}

#menu ul li .submenu {
  display: none;
}
#menu ul li:hover .submenu {
  display: block;
  position: absolute;
  background: #f60f19;
}
#menu ul li .submenu li {
  display: block;
}




input[type="text"],
select,
textarea {
  height: 45px;
  padding: 0px 25px;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  display: block;
  width: 100%;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
textarea {
  height: auto;
  padding: 25px;
}


input[type="text"]:hover,
input[type="text"]:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  background: #fff;
}






#home-image {
  width: 1140px;
  height: 720px;
  display: block;
  margin: 0 auto;
}
#home-image-responsive {
  display: none;
}



.clear {
  clear: both;
}

.section {
  padding: 40px 0px;
}
.section h3 {
  width: 100%;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  display: block;
  color: #525252;
  margin: -20px 0px 20px 0px;
  padding: 0px 0px;
}

.section p {
  display: block;
  color: #525252;
  text-align: center;
  font-size: 15px;
}
}

#section-contact #form-1 {
  width: 660px;
  margin: 0 auto;
}

#form-contact {
  width: 760px;
  margin: 0 auto;
  margin-top: 60px !important;
}
#form-contact textarea {
  resize: none;
}
#form-contact .col-md-6,
#form-contact .col-md-12 {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
  padding-bottom: 8px !important;
}

.btn {
  padding: 15px 50px;
  display: inline-block;
  border-radius: 60px;
  font-size: 18px;
  font-weight: 500;
}

.btn-gray {    background: #f60e18;
    color: #fff;
}
.btn-gray:hover,
.btn-gray:focus {
  background: #f60f19;
  color: #fff;
}


#section-clients {
  margin-bottom: 0px;
  padding-bottom: 40px;
}

#section-outdoor {
  margin-bottom: 0px;
  padding-bottom: 40px;
}                                   

#section-about-us {
  background: #fafafa;
  margin-bottom: 0px;
  padding-bottom: 40px;
}


#section-clients #husky,
#section-clients #bandi,
#section-clients #karsit,
#section-clients #pohoda {
  display: block;
  min-height: 150px;
  opacity: 0.5;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#section-clients #husky:hover,
#section-clients #bandi:hover,
#section-clients #karsit:hover,
#section-clients #pohoda:hover {
  opacity: 1;
}

#section-clients #husky {
  background: url(../image/client-husky.png) no-repeat center;
}

#section-clients #bandi {
  background: url(../image/client-bandi.png) no-repeat center;
}

#section-clients #karsit {
  background: url(../image/client-karsit.png) no-repeat center;
}

#section-clients #pohoda {
  background: url(../image/client-pohoda.png) no-repeat center;
}



#section-contact2  {
  background: #242424;
  color: #d8d8d8;
  margin-bottom: 0px;
  margin-top: 0px;
}
#section-contact2 h3,
#section-contact2 p {
  color: #d8d8d8 !important;
}

#section-contact2 .contact2 {
  width: 720px;
  margin: 0 auto;
  margin-top: 60px;
}
#section-contact2 .contact2 .address {
  line-height: 28px;
}
#section-contact2 .contact2 .address,
#section-contact2 .contact2 .phone,
#section-contact2 .contact2 .email {
  padding-left: 65px;
}

#section-contact2 .contact2 .address {
  background: url(../image/contact2-icon-address.png) no-repeat left top;
}

#section-contact2 .contact2 .phone {
  background: url(../image/contact2-icon-phone.png) no-repeat left top;
}
#section-contact2 .contact2 .email {
  background: url(../image/contact2-icon-email.png) no-repeat left top;
}


#section-contact2 .contact2 .phone,
#section-contact2 .contact2 .email {
  min-height: 45px;
  line-height: 45px;
  display: block;
  color: #d8d8d8 !important;
  text-decoration: none;
  font-size: 17px;
  margin-bottom: 35px;
}
#section-contact2 .contact2 .phone:hover,
#section-contact2 .contact2 .email:hover {
  text-decoration: underline;
}

#section-contact2 .contact2 input[type="text"] {
  width: 525px;
  background: #404040;
  border: 1px solid #404040;
  color: #fff;
}
#section-contact2 .contact2 .btn-gray {
  float: right;
  margin: -7px 0px 0px 10px;
}


.map {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}


footer {
  display: block;
  background: #242424;
  color: #d8d8d8;
  display: block;
  text-align: center;
}
footer p {
  display: block;
  padding: 25px 0px;
  margin: 0px;
}

footer p a {
  color: #fff;
  text-decoration: underline;
}
footer p a:hover {
  text-decoration: none;
}


#category {
  width: 1000px;
  margin: 0 auto;
}
#category .item {
  margin: 30px 0px 160px 0px;
  line-height: 28px;
}
#category .item .images {
  display: block;
}
#category .item  .images .additional-image {
  margin-bottom: 15px;
  display: block;
}
#category .item  h2 {
  color: #525252;
  font-size: 18px;
  font-weight: 600;
  margin: 30px 0px 30px 0px;
  padding: 0px 0px 20px 0px;
  display: block;
  border-bottom: 1px solid #e8e8e8;
}

#category .item .btn-gray {
  float: right;
}


#category .item .description {
  background: #f2f2f2;
  padding: 20px 15px;
  margin-top: 20px;
}





#category-form {
  background: #fafafa;
  padding: 50px 0px;
}
#category-form .container  {
  background: #fff;
  padding-bottom: 50px;
}
#category-form .container h3  {
  display: block;
  text-align: center;
  font-size: 29px;
  padding: 40px 0px 10px 0px;
}
#category-form .container p {
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 10px 0px 10px 0px;
}

#category-form .container h4 {
  display: block;
  text-align: center;
  font-size: 26px;
  padding: 20px 0px 20px 0px;
}

#category-form .container h5 {
  display: block;
  text-align: center;
  font-size: 20px;
  padding: 20px 0px 10px 0px;
}
#category-form .container .form {
  width: 700px;
  margin: 0 auto;
}
#category-form .container .form .col-md-6,
#category-form .container .form .col-md-12 {
  padding-bottom: 10px;
}


#category-form .checkbox {
  margin: 10px 0px 10px -2px;
  padding: 0px;
}


#device-menu-button {
  display: none;
}

#section-home .block {
  display: none;
}







.device-only {
  display: none !important;
}
.normal-only {
  display: block !important;
}





#category-form input.error,
#category-form select.error,
#category-form textarea.error,
#contact input.error,
#contact select.error,
#contact textarea.error,
.bootstrap-select .btn.error {
  background: #ffa5a9;
  border: 1px solid #f60f19;
}

.bootstrap-select .btn {
    color: #000 !important;
    background: #f2f2f2;
    border: none;
    height: 45px;
    font-size: 13px;
    padding: 13px 0px 0px 25px;
    display: block;
    border-radius: 0px;
}

.breadcrumb {
  display: block;
  background: none;
  margin: 15px 35px;
}
.breadcrumb ul {
  display: block;
  padding: 0px;
  list-style: none;
}
.breadcrumb ul li {
  display: inline-block;
  margin: 0px;
  padding: 0px 5px;
  list-style: none;
}
.breadcrumb ul li a {
  color: #000;
}


.page-404 {
  padding: 100px 50px;
  text-align: center;
  font-size: 60px;
  font-weight: 400;
}