.back {
  background-image: url('../image/header1.png');

}

.fa {
  padding: 10px 10px !important;
  font-size: 20px !important;
  width: 40px !important;
  text-align: center !important;
  text-decoration: none !important;
  /*margin: 5px 5px !important;*/
  
  border-radius: 50% !important;
}

.fa:hover {
    opacity: 0.7;
    color: white;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-paper-plane {
  background: #55ACEE;
  color: white;
  
}

.fa-google {
  background: #dd4b39;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}


 .navbar {
      margin: 0 auto;
      padding: 0 !important;
      background-color: #ec691f !important  ;
      /*z-index: 9999;*/
      border: 0 ;
      font-size: 16px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0 !important;
      font-weight: bold !important;
      font-family: Montserrat, sans-serif;
      

  }

.navbar ul{
  padding-right: 10px;

}

  .navbar li a, .navbar .navbar-brand {
      color: #fff !important;


  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #fff !important;
      background-color: #f0884e !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }
  .navbar-default .navbar-toggle:hover{
    background-color: #ec691f !important;
  }

.divider {
  margin: 0 !important;
}
.dopdown-menu {
  background-color: #fff !important;
}

.dropdown-menu li a{
  color: #ec691f !important;
  background-color: #fff !important;
  letter-spacing: 1.5px !important;
  font-weight: bold !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.dropdown-menu li a:hover{
  color: #fff !important;
  background-color: #ec691f !important;
}

.dropdown-toggle:focus{
  background-color: #f0884e !important;
  color: #fff !important;
}

.glyphicon {
  padding-top: 15px;
  color: #fff !important;
}

/* ----- End Dropdown ------ */

.content-main h1 {
  
  font-style: italic;   
}

/*----Icon bar home page-----*/
.icons p {
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px; 
  font-style: italic;
  
}

.icons a {
  color: black;
}

.icons .rasm {
  -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1);
    transition: all 100ms ease-in;
    transform: scale(1); 
}

.icons .rasm:hover{
 /* box-shadow: 0px 0px  0px #000000;*/
    z-index: 2;
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1.15);
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1.15);   
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1.15);
    transition: all 100ms ease-in;
    transform: scale(1.15);

}

.icons a:hover{
  color: #e65100;
}
/*---Icon bar home page END---*/


  /* -------------- Parallax -------------*/

  .parallax { 
    /* The image used */
    background-image: url("../image/background.png");

    /* Set a specific height */
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

/* -------------- Parallax End -------------- */



/*-----OBOlochki card-----*/
.thumbnail {
  -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); 
}

.thumbnail:hover{
  box-shadow: 0px 0px  15px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.05);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.05);
    transition: all .2s ease-in;
    transform: scale(1.05);
}

/*-----END Card Obolochki------*/



/*-------------Read more button animation------*/

.button {
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  /*font-size: 28px;*/
  padding: 10px;
  /*width: 200px;*/
  transition: all 0.5s;
  cursor: pointer;
  margin: 0;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

/*----Read more button animation end----*/


/*---Setki Nomax---*/

.content-nomax {
  margin-top: 30px;
}


/*----Setki Nomax END----*/


/*-- Gipkiy---*/

.content-gipkiy {
  margin-top: 30px;
}

/*--Gipkiy END---*/


/*---Switiy---*/

.content-switiy {
  margin-top: 30px;
}

/*---Switiy END---*/


/*---Vacuum---*/

.content-vacuum {
  margin-top: 30px;
}

/*---Vacuum END----*/


/*-----Spices------*/
.table thead{
  background-color: #ec691f !important;
  color: #fff;
  
}


/*-----END Spices-----*/


/*----------------------------------------------------------*/

/*----Services-----*/




/*----END Services----*/

/*----------------------------------------------------------*/

/*---------------------*/
/*----Certificates-----*/
/*---------------------*/

 .materialboxed{display:block;cursor:-webkit-zoom-in;cursor:zoom-in;position:relative;-webkit-transition:opacity .4s;transition:opacity .4s;-webkit-backface-visibility:hidden}.materialboxed:hover:not(.active){opacity:.8}.materialboxed.active{cursor:-webkit-zoom-out;cursor:zoom-out}#materialbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#292929;z-index:1000;will-change:opacity}.materialbox-caption{position:fixed;display:none;color:#fff;line-height:50px;bottom:0;left:0;width:100%;text-align:center;padding:0% 15%;height:50px;z-index:1000;-webkit-font-smoothing:antialiased}


/*-----------------------*/
/*---End Certificates----*/
/*-----------------------*/




/*--Slider --*/
 /*.carousel{
    overflow:hidden;
    position:relative;
    width:100%;
    height:400px;
    -webkit-perspective:500px;
    perspective:500px;
    -webkit-transform-style:preserve-3d;
    transform-style:preserve-3d;
    -webkit-transform-origin:0% 50%;
    transform-origin:0% 50%
  }*/
 /* .carousel.carousel-slider{
    top:0;
    left:0
  }
  .carousel.carousel-slider .carousel-fixed-item{
    position:absolute;
    left:0;
    right:0;
    bottom:20px;
    z-index:1
  }
  .carousel.carousel-slider .carousel-fixed-item.with-indicators{
    bottom:68px
  }
  .carousel.carousel-slider .carousel-item{
    width:100%;
    height:100%;
    min-height:400px;
    position:absolute;
    top:0;
    left:0
  }*/
  /*.carousel.carousel-slider .carousel-item h2{
    font-size:24px;
    font-weight:500;
    line-height:32px
  }
  .carousel.carousel-slider .carousel-item p{
    font-size:15px
  }*/
  .carousel .carousel-item{
    display:none;
    width:200px;
    height:200px;
    position:absolute;
    top:0;
    left:0
  }
  .carousel .carousel-item>img{
    width:100%
  }
 /* .carousel .indicators{
    position:absolute;
    text-align:center;
    left:0;
    right:0;
    bottom:0;
    margin:0
  }*/
 /* .carousel .indicators .indicator-item{
    display:inline-block;
    position:relative;
    cursor:pointer;
    height:8px;
    width:8px;
    margin:24px 4px;
    background-color:rgba(255,255,255,0.5);
    -webkit-transition:background-color .3s;
    transition:background-color .3s;
    border-radius:50%
  }*/
  /*.carousel .indicators .indicator-item.active{
    background-color:#fff
  }*/
  /*.carousel.scrolling .carousel-item .materialboxed,.carousel .carousel-item:not(.active) .materialboxed{
    pointer-events:none
  }*/
 

/*---End Slider--*/

footer {
  /*background-color: #3C153B;*/
  background-color: #ec691f;
  padding: 25px 0;
  color: white;
}