* {

  font-family: 'Roboto', sans-serif;

  -webkit-font-smoothing: antialiased;

  font-size: 18px;

}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}


/*li{
    font-family: Playfair Display, serif;
}
*/
h1, h2, h3, h4, h5{
    color: #383838;
    font-family: 'Roboto Condensed', sans-serif;
    /* font-weight: bold; */
}
h1{
  font-size: 40px;
}

p a {
  color: #ac8208;
  text-decoration: none;
}


p a:hover {
  color: black;
  text-decoration: none;
}

.pageLinks a {
  color: #ac8208;
  text-decoration: none;
}

.pageLinks a:hover {
  color: black;
}

/*p{
    font-family: 'Roboto Condensed', sans-serif;
}*/
/*Header Video*/
.video-wrap {

  max-width: 100%;

  width: 100%;

  overflow: hidden;

  position: absolute;
  /*height: 100vh;*/
  height: 79vh; 
}
#bgvid {

  position: absolute;

  top: 50%;

  left: 50%;

  min-width: 100%;

  min-height: 100%;

  width: auto;

  height: auto;

  z-index: -100;

  transform: translateX(-50%) translateY(-50%);

  /*background: url("../img/header image.png") 0 0;*/

  background-size: cover;

  transition: 1s opacity;

  z-index: -1; 
}

#btnRequest a {
  color: black !important;
}

#btnRequest a:hover {
  color: white !important;
  text-decoration: none !important;
}

#image{
    /*background: url('../img/header image.png') 0 0;*/
    /*min-height: 750px;*/
    min-height: 610px;
    position: relative;
}
#few-contacts{
    margin-bottom: 25px;
}
#few-contacts ul{
    list-style: none;
}
#few-contacts li{
    float: right;
    margin-right: 15px;
    font-size: 14px;
}


#few-contacts .top-media{
    padding-right: 30px;
}
#few-contacts .mail-info a,
#few-contacts .call-number a{
    color: #ffffff;
    text-decoration: none;   
}
#few-contacts .mail-info a:hover,
#few-contacts .call-number a:hover{
    color: #ffffff;
    text-decoration: none;
}
#few-contacts span.mail-info i {
    margin-right: 5px;
    color: #FAC11C;   
}
#few-contacts span.call-number i {
    margin-right: 5px;
    color: #FAC11C;
} 
#few-contacts .img-instagr-img,
#few-contacts .img-tw-img,
#few-contacts .img-fb-img{
  height: 15px;
  width: auto;
}
.brand-logo {
  height: 80px;
  width: auto;
  position: absolute;
  top: 10px;
}
/* text - banner*/
.bbig-text-banner{
  padding-left: 0;
}
.bbig-text-banner h1{
  width: 90%;
  color: #FAC11C;
  text-transform: uppercase;
  font-weight: lighter;
  line-height: 60px;
  /* padding-top: 85px;*/
  padding-left: 20px;
  margin-top: 145px;
  margin-bottom: auto;
  text-align: left;
  font-size: 45px;
  background-color: rgba(0, 0, 0, 0.5)
}
.bbig-text-banner p{
  width: 90%;
  color: #FFFFFF;
  font-weight: lighter;
  line-height: 30px;
  font-size: 25px;
  /*padding-bottom: 80px;*/
  margin-bottom: 80px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: rgba(0, 0, 0, 0.5)
}

.bbig-text-banner .success-form {
 /* color: green !important;*/
  text-align: center !important;
}

/* BUTTON */
.bbig-text-banner .home-request-btn{
    width: 23%;
    
}
.bbig-text-banner .home-request-btn{
  font-family: "Roboto Condensed",sans-serif;
  font-size: 28px;
  padding-top: 12px;
  padding-bottom: 12px;
}

/*
i.fa-phone:before{
   font-family: FontAwesome;
   content: "\f095";
   display: inline-block;
   padding-right: 7px;
   vertical-align: middle;
   font-size: 22px;
   color: #FAC11C;
}
.icon::before {
    display: inline-block;
    margin-right: .5em;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    transform: translate(0, 0);
}
*/
.video-header {
  margin: 0;
  padding: 0;
  display: block;
  /* background:url(../images/ranked1.png) no-repeat center center; */
  z-index: -99;
  height: 790px;
  overflow: hidden;
  position: absolute;

}
/*MENU Text and containers*/
  #bs-example-navbar-collapse-1 {
    text-transform: uppercase;
  }
  #bs-example-navbar-collapse-1 ul li ul a {
    text-transform: none !important;
  }
  #menu .container #cssmenu ul.open {
    padding-bottom: 25px !important;
  }

/*------------------Mega Menu--------------------*/
  #top_menu #bs-example-navbar-collapse-1 ul li ul{ 
    display: none !important; 
    position: absolute !important;  
    width: auto !important; 
    text-align: left !important; 
    list-style: none !important;
  }

  #top_menu #bs-example-navbar-collapse-1 ul li:hover > ul { 
    display: block !important;
  }

  #top_menu #bs-example-navbar-collapse-1 ul li ul .sub-menu{ 
    position: relative !important; 
  }

  /*#bs-example-navbar-collapse-1 ul li ul li ul{position: absolute; }*/
  
  /*opaque background on hover*/
  #top_menu #bs-example-navbar-collapse-1 ul li:hover > ul {
    background-color: rgba(0, 0, 0, 0.85);
    padding-top: 10%;
    padding-bottom: 10%;
    /*override width in menu.css line 4*/
    min-width: 285px !important;
    border-top: solid #fac11c 2px;
    border-bottom: solid #fac11c 2px;
  }
    /*no background for second/third level hover*/
    #top_menu #bs-example-navbar-collapse-1 ul li:hover > ul li ul {
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    /*override width in menu.css line 4*/
    width: inherit;
    border-top: none;
    border-bottom: none;
    display: none;
  }


  /*Dropdown page headings yellow color*/
  #top_menu #bs-example-navbar-collapse-1 ul li ul a {
    color: #fac11c !important;
  }
  /*Dropdown third level links*/
  #top_menu #bs-example-navbar-collapse-1 ul li ul li ul li a {
    color: white !important;
  }

  /*Display third level links*/
  #top_menu #bs-example-navbar-collapse-1 ul li ul li ul li a {
    display: block !important;
  }

  /*Border Arrow*/
  .sub-menu:after, .sub-menu:before {
    bottom: 100%;
    /*left: 50%;*/
    left: 23%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .sub-menu:after {
    /*border-color: rgba(36, 36, 36, 0);*/
    /*border-bottom-color: #242424;*/
    border-width: 30px;
    margin-left: -30px;
  }
  .sub-menu:before {
    /*border-color: rgba(250, 193, 28, 0);*/
    border-bottom-color: #fac11c;
    border-width: 15px;
    margin-left: -36px;
  }

  /*Straigten menu arrow for multi level dropdowns*/
  .menu-item-35 .sub-menu:before, 
  .menu-item-34 .sub-menu:before {
    margin-left: -110px;
  }

  /*Straigten menu arrow for multi level dropdowns*/
  .menu-item-33 .sub-menu:before {
    margin-left: -50px;
  }  

  /*No arrows for third level*/
  .sub-menu .sub-menu:after, .sub-menu .sub-menu:before {
    bottom: 0px;
    /*left: 50%;*/
    left: 0px;
    border: none;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
    display: none;
  }

  .sub-menu .sub-menu:after {
    /*border-color: rgba(36, 36, 36, 0);*/
    /*border-bottom-color: #242424;*/
    border-width: 0px;
    margin-left: 0px;
  }
  .sub-menu .sub-menu:before {
    /*border-color: rgba(250, 193, 28, 0);*/
    border-bottom-color: red;
    border-width: 0px;
    margin-left: 0px;
  }

  /*Display 3rd level menu items even without hover*/
  #top_menu #bs-example-navbar-collapse-1 ul li ul .sub-menu {
    display: inline !important;
  }

  /*Inner pages mega menu customization*/
  #header-pages .navbar-default .navbar-nav > li > a {
    color: #383838;  
  }

  #header-pages #image {
    min-height: 300px;
  }

  /*Float Second level items that have third level*/


  #top_menu #bs-example-navbar-collapse-1 ul .menu-item-has-children ul.sub-menu li.menu-item-has-children a{
    /*float: left;*/
    white-space: nowrap;
  }

  /*Second level width and columns*/
  #top_menu #bs-example-navbar-collapse-1 .secondlevel{
    width: 600px !important;
  }

  #top_menu #bs-example-navbar-collapse-1 .menu-item-33 .secondlevel {
    width: 350px !important;
  }


  /*Specific list item floats. */
  #top_menu #bs-example-navbar-collapse-1 .secondlevel .foundry, 
  #top_menu #bs-example-navbar-collapse-1 .secondlevel .value-engineering,
  #top_menu #bs-example-navbar-collapse-1 .secondlevel .logistics,
  #top_menu #bs-example-navbar-collapse-1 .secondlevel .quality{
    float: left;
    padding-right: 40px;
  }

  /*Capabilities and Our Work drop down specifications*/

  #top_menu #bs-example-navbar-collapse-1 .secondlevel .equipment {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #top_menu #bs-example-navbar-collapse-1 .secondlevel .software {
    position: absolute;
    margin-top: -39px;
    margin-left: 245px;
  }

  #top_menu #bs-example-navbar-collapse-1 .secondlevel .menu-item-1319 {
    position: relative;
    margin-top: 15px;
  }


/* MENU - NAVBAR TRANSPARENT */
.navbar-default{
    background-color: transparent;
    border-color: transparent;
    font-size: 20px;
}
.navbar-default .navbar-nav > li > a { 
  color: #ffffff;
  /* font-size: medium; */
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
  color: #FAC11C;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
  color: #fac11c;
}
.navbar-default .navbar-toggle{
    border-color: #FAC11C;
    background-color: #FAC11C;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover{
    border-color: #FAC11C;
    background-color: #FAC11C;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #383838;
}
/* po rozjechaniu menu na Telefonach zmiana koloru */
/* .collapsing, .in {
    background-color: red;
} */

/* ---US-CASTINGS-Yellow-Box -*/
.us-castings-yellow-box{
   width: 57%;
   background: #FAC11C;
   position: relative; 
   /*  padding:15px 25px 15px 55px;
   left: 50%;
   top: 400px;*/
   z-index: 77;  
   -webkit-box-shadow: 0px 0px 6px 0px rgba(56,56,56,1);
   -moz-box-shadow: 0px 0px 6px 0px rgba(56,56,56,1);
   box-shadow: 0px 0px 6px 0px rgba(56,56,56,1);   
   float: right; 
   margin-top: 60px;  /*  tu zmieniałam */
   padding-bottom: 20px;  
}
.us-castings-yellow-box > h1{
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}
.us-castings-yellow-box p{
    line-height: 30px;
    color: #383838;
    font-family: Playfair Display, serif;
    /* padding-top: 10px;
    padding-bottom: 10px; */
    padding-left: 30px;
    padding-right: 15px;
    padding-bottom: 15px;
    font-size: 18px;
}
.us-castings-yellow-box a{
    color: #FFFFFF;
    font-size: 19px;
    padding-left: 90px;
}
/* ----------------PO NAJECHANIU ZMIENIA KOLOR NA CIEMNO-SZARY -- DO TEGO JEST NAPISANA FUNKCJA POD JQUERY */
.a-hover{
    color: #383838 !important;  
    text-decoration: none !important;
}
.us-castings-yellow-box .us-link img{
   width: auto;
   height: 15px;
   vertical-align: inherit;
   padding-right: 2px;
}

.us-link{
    padding-bottom: 12px;
}
/* ------------INFO-IMAGE-----------*/
.info-image{
    float: left;
    margin-top: -170px; /*  tu zmieniałam */
}
.info-image > img {
  width: 70%;
}
/* ---------------SERVICES------------*/
#services{
    margin-top: 20px;
}
#services h1{
  font-weight: bold;
}
/* 
.padding-left-right{
  padding-right: 70px;
  padding-left: 70px;
} */
.service-p p{
    font-family: Playfair Display, serif;
    text-align: center;
    font-size: 22px;
    padding-bottom: 20px;
}
.row-border-right{
    border-right-style: solid;
    border-right-width: 3px; 
    border-right-color: #E8E8E5;
    padding-bottom: 30px;  
}
.row-border-bottom{
    border-bottom-style: solid;
    border-bottom-width: 3px; 
    border-bottom-color: #E8E8E5;   
}
.row-padding-top{
    padding-top: 20px;
}
.row-padding-top > .checkmark{
    padding-top: 20px;
}
.padding-remove{
  padding-left: 0;
  padding-right: 0;
}
.checkmark h2{
    font-weight: bold;
    /* font-size: 22px; */
    margin-top: 0px;
    padding-left: 0;
}
.checkmark p{
    font-family: Playfair Display, serif;
    padding-left: 0;
    padding-right: 30px;
    line-height: 27px;
    font-size: 16px;
}
.checkmark .learn-more a, .learn-more a{
    color: #FAC11C;
    font-size: 18px;
}
.checkmark .learn-more{
    padding-bottom: 10px; 
}
.checkmark a img{
    width: auto;
    height: 15px;
    vertical-align: inherit;
    padding-right: 2px;
    padding-left: 20px;
}
.checkmark a:hover{
     color: #383838; 
    text-decoration: none;
}

.case-learn a img{
    width: auto;
    height: 15px;
    vertical-align: inherit;
    padding-right: 2px;
    padding-left: 20px;
}
.case-learn a:hover{
     color: #383838; 
    text-decoration: none;
}
.case-learn a img:hover{
     color: #383838; 
    text-decoration: none;
}

/* ---------------------------------------------------------------------------------------------*/
.checkmark a i{
    font-size: 26px;
}
.prod-padding {
  padding-left: 50px;
  padding-right:0;
}
/* -------------PRODUCT-GALLERY----------- */
#product-gallery{
    margin-top: 20px;
    margin-bottom: 30px;
}
#product-gallery h1{
    padding-bottom: 30px;
    font-weight: bold;
}
#product-gallery{
    margin-left: auto;
    margin-right: auto;
}
/* ---------Banner-Carousel ----------*/
#products{
  height: 800px;
}
.carousel-caption{
    color: #383838;
    text-align: center;
    text-shadow: 0 0 0 rgba(56, 56, 56, 1);
}
.carousel-caption h1{
    line-height: 50px;
    font-weight: bold;
    margin-top: -500px;
}
.carousel-caption h2{
    padding-bottom: 20px;
    font-weight: bold;
}
.carousel-caption p{
    font-size: 24px;
    padding-top: 20px;
    font-weight: bold; 
}
.carousel .item, .carousel .item.active, 
.carousel .carousel-inner{
  height: 100%;
}
.carousel .fill{
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.carousel-caption li{
    text-align: center;
    line-height: 40px;
    /*margin-left: 150px;*/
    font-size: 24px;  
    font-family: 'Roboto Condensed', sans-serif;
    margin-right: 75px;
}

#home-slider-list {
  list-style-position: inside;
  white-space: nowrap;
}
/* kółka na karuzeli do przewijania */
.carousel-indicators .active{
    background-color: #383838;
}
.carousel-indicators li{
    border-color: #383838;
}

/* ----------CLIENTS--------- */
#clients-logo{
    margin-top: 40px;
}
.thumbnail {
  border: none;
    background-color: transparent;
}
.client-logo img{
    max-height: 80%;
    width: 80%;
}

/* ----BUBBLE------- */
.speech-bubble {
   position: relative;
   color: #FFFFFF;
   /* text-align: center; */
   padding: 0px;
   background: #32302B;
   border-radius: 7px;
   box-shadow: 0px 4px 2px 0px #A3A3A3;
   padding: 40px 20px 40px 20px;
   margin-left: -70px;
   margin-right: -70px;
}
/* dziubek */
.speech-bubble:after {
   content: '';
   position: absolute;
   border-style: solid;
   border-width: 42px 35px 0;
   border-color: #32302B transparent;
   border-left-style: none;
   display: block;
   width: 0;
   z-index: 1;
   bottom: -32px;
}
/* cudzyslow */
 blockquote {
    position: relative;
    margin: 0; 
    font-size: 20px;
    line-height: 25px;
    border: none;
    padding: 5px 50px 5px 50px;
    font-family: Playfair Display, serif;
} 
.speech-bubble .quotation-marks img{
  height: 25px;
  width: auto;
}
.quotation-marks .quotation-marks-top{
  margin-left: -30px;
}
.cudzyslow-gorny {
  margin-left: 30px;
}
.cudzyslow-dolny{
  text-align: right;
  margin-right: 0px;
}

}
/* cudzysłowia content: "\f10d";  content: "\f10e";*/
/* blockquote:before{
  color: #FAC11C;
  content: "\201C";
  display: block;
  font: 36px/36px 'FontAwesome';
    position: relative;
    left: -50%;
}
blockquote:after {
    color: #FAC11C;
  display: block;
  font: 36px/36px 'FontAwesome';
    content: "\201D";
    position: relative;
    left: 50%;
} */
/* BUTTON-NAVIGAT */
/* .speech-bubble a{
    color: #5B5955;
    font-size: 80px;
}
.speech-bubble .fa-angle-left{
    float: left;
    padding-left: 85px;
    position:relative; 
    top: -110px;
}
.speech-bubble .fa-angle-right{
    float: right;
    padding-right: 85px;
    position:relative;
    top: -110px;
} */
/* nawigacja prawy/lewy */
.arrow img{
  height: 84px;
  width: auto;
}
.speech-bubble .arrow .arrow-left{

}
.speech-bubble .arrow-right{

}
/* .arrow .img-responsive{
  margin: 0 auto;
} */
/* image */
.img-person1{
    margin-top: -40px;
    margin-left: 77px;
    z-index: 10;
    position: relative;
}
.container-bubb span{
   font-weight: bold; 
   font-size: 18px;
}
.container-bubb p{
    margin-left: 220px;
    margin-top: -40px;
    font-family: Playfair Display, serif;
}

/* ---------MEDIA - FACEBOOK, TWITTER---------- */
.media-facebook-twitter{
    margin-top: 50px;
}
.media-facebook-twitter .img-fac-twit{
    padding-bottom: 20px;
}
.odst-right{
  padding-right: 30px;
}
.odst-left{
  padding-left: 30px;
}

/* --------- RANGE-PRODUCTS--------- */
.range-produkts{
    background-image: url('../img/bg-3.png');
    margin-top: 40px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
}
.range-produkts h1{
    text-align: center;
    padding-top: 110px;
    padding-bottom: 50px;
    font-weight: bold;
}
.thumbnail {
    background-color: transparent;
  border: none;
}
.range-produkts-img img{
    max-height: 70%;
    width: 70%;
    /* center image 
    display: block; 
    margin: 0 auto;*/
    /*wielkosc obrazka */
    height: 100px;
    width: auto;
}
.range-produkts-img .caption{
  padding-left: 0;
  padding-right: 0;
}
.range-produkts-img .caption .range-products-p{
  margin: 0 -15px 0 -15px;
}
.range-produkts-img .caption p{
    font-family: Playfair Display, serif;
    font-size: 20px;
    line-height: 20px;
}

/* ---------Innovation - Value - Experience ----- */
#inner-text {
   position: relative;
   z-index: 100;
   text-align: center;
   padding-top: 0;
   overflow: visible;
}
.bubble-bubble{
   position: relative;
   width: auto;
   /* height: 159; */
   height: 260px;
   color: #FFFFFF;
   text-align: center;
   padding: 0px;
   background: #383838;
   border-radius: 0px;
   /* margin-top: -70px; */
   margin-top: -80px;
   z-index: 0 !important;
   margin-left: -70px;
   margin-right: -70px;
}
/*dziubek */
.bubble-bubble:after{
   content: '';
   position: absolute;
   border-style: solid;
   border-width: 100px 640px 0;
   border-color: #383838 transparent;
   display: block;
   width: 0;
   bottom: -100px;
   left: 1px;   
}
.innovation-value-box h1{
    color: #ffffff;
    font-family: Playfair Display, serif;  
    font-weight: bold;
    line-height: 60px;
    padding-top: 30px;
    padding-bottom: 35px;
}


#bottom-border {
  position: relative;
  margin-top: -70px;
  display: none;
}
.innovation-value-box p{
    color: #FAC11C; 
    font-weight: bold;
    font-size: 40px;
    line-height: 50px; 
}

/* --------------------REQUEST A QUOTE--------- */
.request-quote{
    margin-top: 140px;
}
.request-quote h1{
  font-weight: bold;
}
/* Left Panel */
.request-quote-text{
    padding-bottom: 30px;
}
.yellow-txt{
    color: #FAC11C;
    font-size: 30px !important;
}
.request-center h2{
    text-align: center;
    font-weight: bold;
}
.request-center ul{          
    padding-left: 0;
    padding-bottom: 20px;
    list-style: none;
    list-style-position: outside;
   /* line-height: 45px; */
    font-family: Playfair Display, serif; 
    font-size: 18px;
}
.request-center .li1 span{
    font-weight: bold;
  }
.li1 {
    background-image: url('../img/bulb icon-1.png');
    background-repeat: no-repeat;
    padding-left: 50px;
    margin-top: 25px;   
}
.li2 {
    background-image: url('../img/bulb icon-2.png');
    background-repeat: no-repeat;
    padding-left: 50px;
}
/* YELLOW-SALES-PHONE */
.yellow-box-phone{
   width: 40%;
   height: 120px;
   background: #FAC11C;
   border-radius: 0px;
   padding: 5px 20px 10px 148px;
   position: relative;  
   bottom: 150px;
}
.yellow-box-phone > h2{
    text-align: left;
    color: #383838;
    float: right;
    margin-right: 10px;
    font-weight: normal;
    line-height: 35px;
    font-size: 26px;
}
/* YELLOW-SALES-PHONE small page*/
.yellow-box-phone1{
   width: 100%;
   background: #FAC11C;
   border-radius: 0px;
   position: relative;  
   bottom: 20px;
   padding: 7px 20px 0 20px;
   display: none;
   /* margin-left: -90px; */
}
.yellow-box-phone1 > h2{
    text-align: left;
    color: #383838;
    /*float: right; */
    font-size: 20px;   
}
/* --- Right panel */
.row-border-left{
    border-left-style: solid;
    border-left-width: 3px; 
    border-left-color: #E8E8E5;
}
/* Contact Form */
.contact-name{
    margin-top: 25px;
}
.form-big-my {
    padding-left: 50px;
    padding-right: 20px;
}
.form-control{
    border-radius: 0;
    border: 1px solid #E5E5E5;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(213,213,213,1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(213,213,213,1);
    box-shadow: 0px 2px 10px 0px rgba(213,213,213,1);
   /* border: 1px solid #E5E5E5;
     border-style: none;
    -webkit-box-shadow: 0px 2px 11px -3px rgba(56,56,56,0.47);
    -moz-box-shadow: 0px 2px 11px -3px rgba(56,56,56,0.47);
    box-shadow: 0px 2px 11px -3px rgba(56,56,56,0.47); */
}
/* */
.form-bottom-text{
    margin-top: 17px;    
}
.form-bottom-text a{
    color: #FAC11C;
    font-size: 20px;
}
.form-bottom-text a:hover{
    color: #383838;
    font-size: 20px;
    text-decoration: none;
}
.form-bottom-text i{
    font-size: 25px;
    padding-left: 30px;
    padding-right: 7px;
}
/* BUTTON */
.btn-default{
    background-color: #FAC11C;
    border: solid 1px #FAC11C;
    width: 30%;
    font-size: 20px;
    color: #383838;
    font-weight: bold;
    border-radius: 0; 
}
.btn-default:hover,
.btn-default:focus{  
    background-color: #FAC11C;
    border: solid 1px #FAC11C;
    color: #ffffff;
}
.button-form{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* ---------------------------MEDIA - INSTAGRAM-----*/
.media-instagram{
    margin-top: 0;
}
.media-instagram h1 span{
    font-size: 26px;
}
.instagram-img{
    padding-top: 10px;
    padding-right: 20px;
    height: auto;
}
.podciagn-gora{
  margin-top: -50px;
}
/* --------------------- GREY LAYER ------------ */
.grey-layer{
    margin-top: 50px;
    width: auto;
    background: #383838;
    padding: 10px 0 10px 0;
}
.grey-layer > h1{
    text-align: center;
    color: #FAC11C;
    font-weight: bold;
}
/* ---------FOOTER - CONTACT----- */
/* I column */
#footer{
    margin-top: 30px;
}
#footer .footer-padding{
    padding-left: 20px;
    padding-right: 20px;
}
#footer .footer-padding h3{
  margin-bottom: 4px;
}
#footer hr{
    background-color: #FAC11C;
    height: 2px;
    margin-top: 5px !important;
}
#footer .footer-contact ul {
  list-style: none;
    font-size: 19px;
    line-height: 25px;
    padding-left: 0;
    font-family: 'Roboto Condensed', sans-serif;
    /*font-weight: bold;*/
    
}

.footer-contact li{
  padding-bottom: 5px;
}
.footer-contact li img{
  padding-right: 20px;
}
.footer-contact .address-img{
  height: 50px;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-contact .phone-img{
  height: 35px;
    width: auto;
    padding-bottom: 10px;
}
.footer-contact .email-img{
  height: 28px;
    width: auto;
    padding-bottom: 8px; 
}

#footer .footer-contact a {
  color: #383838;
  text-decoration: none;
}
/* #footer .footer-contact a:HOVER,
#footer .footer-contact a:FOCUS {
  color: #FAC11C;
} */
.footer-contact h3{
    color: #FAC11C;
    margin-top: 10px;
    font-weight: bold;
}
/* element.style {
    margin-bottom: 5px;
} */
.footer-contact h2{
    margin-top: 47px;
    margin-bottom: 5px;
}
/* FORM email adderss */
.form-big-my1{
    padding-left: 0 !important;
}
.form-big-my1 .my-form-control{
    width: 68% !important;
}
.form-email-addres{
    margin-top: 0 !important;
}
.form-big-my1 .btn-default.my-btn{
    color: #ffffff !important;
    float: right !important;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(213,213,213,1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(213,213,213,1);
    box-shadow: 0px 2px 10px 0px rgba(213,213,213,1);
    margin-top: -35px;
    font-size: 15px !important;
}
.form-big-my1 .btn-default.my-btn:hover,
.form-big-my1 .btn-default.my-btn:focus{  
    background-color: #FAC11C;
    border: solid 1px #FAC11C;
    color: #383838 !important;
}

/* II column */

/* III column */
.footer-contact .III-kolumn{
  font-size: 19px;
  line-height: 25px;
}
/* -----------------FOOTER MEDIA ----------*/
.footer-media{
  margin-top: 50px;
}

.icons-faceb-twitt-instag ul{
   list-style: none;
   margin: 0;
   padding: 0;
   display: inline-block;
}
.icons-faceb-twitt-instag > ul > li{
    float: right;
    margin-right: 15px;
}
.icons-faceb-twitt-instag li i{
    color: #383838;
}
.copyright-podmenu a{
    color: #383838;
}
.copyright-podmenu a:hover{
    color: #383838;
    text-decoration: none;
}

/* ----------------- To Uppercase ----------*/

.uppercase {
  text-transform: uppercase;
}

/* Media */
@media screen and (max-width: 991px){
  .brand-logo {
    height: 50px;
    
  }
  #few-contacts{
    margin-top: 35px;
  }
}

@media screen and (max-width: 650px){
  #inner-text > h1{
      font-size: 25px;
  }
  
  #inner-text > h2{
      font-size: 25px;
  }
  
  #inner-text > p{
      font-size: 20px;
  }
  #bottom-border{
      margin-top: -9px;
    }
}

@media screen and (max-width: 461px){
/*  #inner-text > h1{ */
/*      font-size: 20px; */
/*  } */
  
/*  #inner-text > h2{ */
/*      font-size: 20px; */
/*  } */
  
/*  #inner-text > p{ */
/*      font-size: 20px; */
/*  } */
/*  #bottom-border{ */
/*      margin-top: -10px; */
/*     } */
}




/* ---------------------------------------Extra Small ----------------------------*/
@media screen and (max-width:767px){
  
  h1{
    font-size: 32px;
  }
  h2{
    font-size: 25px;
  }
  
  /*MENU */
/*
  .navbar-default{
      background-color: #FAC11C;
      border-color: #FAC11C;
      font-size: 20px;
  }*/
  .navbar-default .navbar-nav > li > a { 
    color: #ffffff;
    /* font-size: medium; */
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus{
    color: #383838;
    background-color: #FAC11C;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus{
    color: #383838;
  }
  .navbar-default .navbar-toggle{
      border-color: #FAC11C;
      background-color: #FAC11C;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover{
      border-color: #FAD051;
      background-color: #FAD051;
  }
  
  .navbar-default .navbar-toggle .icon-bar {
      background-color: #383838;
  }
  /* LINIA NA MENU */
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border-color: #FAC11C;
  }
  /* po rozjechaniu menu na Telefonach zmiana koloru */
  /* .collapsing, .in {
      background-color: red;
  } */

  #few-contacts li{
    margin-right: 10px;
    font-size: 13px;
  }
  #few-contacts .top-media{
    padding-right: 5px;
  }
  #few-contacts .img-instagr-img, 
  #few-contacts .img-tw-img, 
  #few-contacts .img-fb-img{
      height: 13px;
      width: auto;
  }
  
  .bubble-bubble:after{
     border-style: none;
  }
    .bbig-text-banner h1{
        font-size: 30px;
        line-height: 35px;
        padding-top: 0;
        padding-bottom: 10px;
        margin-left: 20px;
      margin-right: 20px;
    }
    .bbig-text-banner p{
      margin-left: 20px;
      margin-right: 20px;
    }
    .bbig-text-banner p br{
      display: none;
    }
    
    /* BUTTON */
    .bbig-text-banner .btn-default{
        width: 67%;
        font-size: 18px;
        margin-left: 20px;
      margin-right: 20px;
     }
     .button-form .btn-default{
         width: 50%;
        font-size: 16px;
     }
     /* US-CASTINGS-Yellow-Box*/
     .us-castings-yellow-box{
        /* left: 3%; */
        width: 100%;  
     }
     .us-castings-yellow-box h1{
         margin-top: 10px;
        /*  font-size: 30px; */
         padding-left: 10px;
        padding-right: 10px;
     }
     .us-castings-yellow-box p{
         padding-top: 0;
         font-size: 16px;
         margin-bottom: 0;
         line-height: 25px;
     }
     .us-castings-yellow-box .us-link img{
      height: 12px;
     }
     .us-castings-yellow-box a{
      font-size: 16px;
     }
     /* INFO-IMAGE*/
     .info-image{
         margin-top: 270px;
     }
     /* SERVICES*/
     .service-p p{
      font-size: 20px;
     }
     .checkmark p{
        padding-top: 5px;
        padding-left: 20px;
        padding-right: 15px;
        line-height: 25px;
    }
    .checkmark .learn-more a, .learn-more a{
      font-size: 16px;
      padding-left: 40px;
    }
    .checkmark a img{
      height: 12px;
    }
    .checkmark 
    
    br{
      display: none;
     }
    .row-padding-top{
        padding-top: 0px;
    }
    .row-border-right{
        border-right-width: 0px;
        padding-bottom: 10px;
    }
    .row-border-bottom{
        border-bottom-width: 0px;
    }
    /* Banner-Carousel*/
    .carousel{
      height: initial;
      width: 100%
    }
    .carousel-caption{
      right: 7%;
      left: 7%;
    }
    .carousel-caption h1{
        /* font-size: 28px; */
        line-height: 35px;
        margin-top: -500px
    }
    .carousel-caption h3{
        font-size: 26px;
    }
    .carousel-caption ul{
        padding-left: 30px;
    }
    .carousel-caption li{
        text-align: center;
        line-height: 22px;
        margin-left: 3px;
        font-size: 16px; 
        padding-bottom: 10px; 
    }
    /* --------------RANGE-PRODUCTS*/
    .range-produkts h1{
        padding-top: 50px;
    }
    /* ---BUBBLE ----*/
    .speech-bubble{
        margin-left: 10px;
      margin-right: 10px;
    }
    /* strzałki */
    .arrow img{
      width: 16px;
      height: auto;
    }
    blockquote{
      font-size: 15px;
      padding: 5px 0;
      line-height: 20px;
    }
    .speech-bubble .quotation-marks img{
      height: 20px;
    }
    .cudzyslow-gorny {
      margin-left: 10px;
      padding-top: 10px;
  }
  .cudzyslow-dolny{
    padding-bottom: 10px;
  }
    .quotation-marks-bottom{
      margin-right: -20px;
    }
    
    .img-person1 {
        margin-left: 30px;
    }
    
    .bubble-bubble{
      margin-left: 0;
      margin-right: 0;
    }
    .container-bubb p{
        margin-left: 140px;
        margin-top: -50px;
    }
    #inner-text > h1{
      line-height: 28px;
      font-size: 26px;
    }
    #inner-text > p{
      line-height: 20px;
    }
    .media-facebook-twitter .img-twit-mobile{
      padding-top: 50px;
    }
    .odst-left{
      padding-left: 10px;
      padding-right: 20px;
    }
    /* ----REQUEST A QUOTE----FORM */
    .request-quote {
      margin-top: 80px;
  }
  .request-quote-text {
      padding-bottom: 0;
  }
  .yellow-txt{
    font-size: 25px!important;
  }
  .request-center ul{
    padding-left: 0;
    font-size: 16px;
  }
  .row-border-left {
      border-left: none;
  }
    .form-big-my{
        padding-left: 0;
        padding-right: 0;
    }
    .form-bottom-text a {
        font-size: 16px;
    }
    .form-bottom-text a:hover{
      font-size: 16px;
  }
  .form-bottom-text i{
    padding-left: 0;
    font-size: 20px;
  }
  .podciagn-gora {
    margin-top: 20px;
}
    /* ---------YELLOW-SALES-PHONE */
    /* CHOWA OBIEKT */
    .request-quote h1{
      margin-top: 0;
    }
    .request-center .yellow-box-phone1 h2{
      font-weight: normal !important;
    }
    .yellow-box-phone{
        display: none;
    }
    .yellow-box-phone1 {
      display: block;
    }
    .yellow-box-phone1 {
      margin-left: -80px;
      padding: 10px 20px 10px 85px;
      width: 130%;
  }
    .yellow-box-phone1 > h2{
/*      float: right; */
      font-size: 23px;
      line-height: 28px;
      margin-right: 0;
      text-align: left;
/*      margin-top: 30px; */
  }
  
    /* -------MEDIA - INSTAGRAM*/
    .instagram-img{
        padding-right: 10px;
    }
    /* INSTAGRAM */
    .media-instagram h1{
      font-size: 28px;
      margin-left: 0;
      margin-right: -20px;
    }
    .media-instagram h1 img{
      margin-left: -20px;
    }
    .media-instagram h1 span{
      margin-left: -10px;
      font-size: 28px;
    }
    /* -----------GREY LAYER*/
    .grey-layer{
    }
    .grey-layer > h1 {
        font-size: 26px;
    }
    /* ---FOOTER MEDIA*/
    #footer .footer-contact ul{
      font-size: 17px;
    }
    .footer-media{
        margin-top: 30px;
    }
    .footer-contact h3 {
      margin-top: 25px;
  }
    .footer-media .copyright-podmenu p{
        font-size: 12px;
    }

    #smallerFont {
        font-size: 12px;
    }
    
    #bottom-border{
      display: block;
    }
    .footer-contact img{
      height: 75px;
      width: auto;
    }
    .footer-contact .III-kolumn{
      font-size: 16px;
      line-height: 20px;
    }
      

}
/* ------------------------------------WIDTH--------- */
/* tablet */
@media screen and (min-width:415px) and (max-width:480px){
  .us-castings-yellow-box{
    margin-top: 110px;
  }
  .info-image > img {
      width: 100%;
  }
  .info-image {
      margin-top: 50px;
  } 
  /* image 8*/
  .img-servis{
    height: 80px;
  }
  .bbig-text-banner p{
    padding-bottom: 40px;
  }
  .bbig-text-banner .btn-default {
      font-size: 20px;
      width: 45%;
  }
  .checkmark h2{
    margin-bottom: 25px;
      margin-left: 80px;
      margin-top: -50px;
  }
  .speech-bubble .arrow .arrow-left {

  }
  .speech-bubble .arrow .arrow-right {

  }
  .yellow-box-phone1 {
      margin-left: -80px;
      padding: 10px 10px 10px 100px;
      width: 110%;
  }
  .yellow-box-phone1 > h2{
    margin: 0;
  }
  
  
  
  }
  
@media screen and (min-width:481px) and (max-width:767px){
  .bbig-text-banner .btn-default {
      /* width: 41%; */
      width: 33%;
      font-size: 20px;
  }
  .us-castings-yellow-box{
    margin-top: 130px;
  }
  .info-image > img {
      width: 100%;
  }
  .info-image {
      margin-top: 50px;
  }
  /* image 8*/
  .img-servis{
    height: 80px;
  }
  .checkmark h2{
    margin-bottom: 25px;
      margin-left: 80px;
      margin-top: -50px;
  }
  .carousel-caption li {
      /*margin-left: 70px;*/
  }
  /* BUBBLE */
  /* .container-bubb p {
      margin-left: 220px;
      margin-top: -30px;
  } */
  
  .container-bubb p {
      margin-left: 210px;
      margin-top: -20px;
  }
  
  /* */
  .yellow-box-phone1{
    width: 90%;
  }
  .yellow-box-phone1 > h2{
    margin: 0;
  }
  

  }




/* ------------------------------------Small------TABLET---IPad--------- */
/* tablet */
@media screen and (min-width:768px) and (max-width:991px){
  
  
  /* PADDINGI PO BOKACH */
  /* .padding-left-right{
    padding-left: 40px;
    padding-right: 40px;
  } */
  h1{
    font-size: 32px;
  }
  /* ----MENU */
  #few-contacts li {
      font-size: 13px;
  }
  #few-contacts .img-instagr-img, 
  #few-contacts .img-tw-img, 
  #few-contacts .img-fb-img{
      height: 13px;
      width: auto;
  }
    .prod-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
  /*menu*/
  .navbar-default{
      font-size: 16px;
  }
  .nav > li > a{
    padding-right: 15px;
    padding-left: 5px;
  }
  .navbar-collapse{
    padding-left: 0;
  }
    
    .bbig-text-banner h1{
      font-size: 32px;
      line-height: 45px;
      margin-left: 20px;
    }
    .bbig-text-banner p {
      font-size: 20px;
      line-height: 28px;
      margin-left: 20px;
  }
    /* BUTTON */
    .bbig-text-banner .btn-default{
        width: 25%;
        font-size: 20px;
        margin-left: 20px;
    }
     .button-form .btn-default{
         width: 40%;
        font-size: 16px;
     }
     .us-castings-yellow-box{
      width: 60%;
     }
     
     /* SERVICES */
     .service-p p{
      font-size: 20px;
     }
     .checkmark h2{
      font-size: 25px;
     }
     .checkmark .learn-more-shell{
      margin-top: 35px;
     }
     .checkmark .learn-more-die{
      margin-top: 38px;
     }
     
      /* Banner-Carousel*/
    .carousel-caption {
      left: 10%;
      right: 10%;
    }
    .carousel-caption h1{
        font-size: 32px;
        line-height: 40px;
        margin-top: -500px;
    }
    .carousel-caption h2{
      font-size: 26px;
    }
    .carousel-caption p{
      padding-bottom: 20px;
    }
    .carousel-caption ul{
      margin-left: 70px;
    }

    .carousel-caption li{
        text-align: center;
        line-height: 22px;
        margin-left: 3px;
        font-size: 19px; 
        padding-bottom: 10px; 
    }


    /* --------------RANGE-PRODUCTS*/
    .range-produkts h1{
        padding-top: 50px;
    }
    .range-produkts-img .caption p{
        font-size: 18px;
    }
    
    /* ----REQUEST A QUOTE----FORM */
    .form-big-my{
        padding-left: 20px;
        padding-right: 20px;
    }
    .yellow-box-phone > h3{
        font-size: 20px;
    }
    /* YELLOW-SALES-PHONE */
    .yellow-box-phone{
        /* display: none; */
        bottom: 120px;
        padding-left: 40px;
        padding-top: 10px;
        width: 44%;
    }
    .yellow-box-phone >h2{
      font-size: 24px;
      margin-top: 10px;
      line-height: 28px;
      text-align: left;
    }
    /* CLIENT LOGO */
    .klient-logo{
      padding-left: 40px;
      padding-right: 40px;
    }
     /* -----------GREY LAYER*/
    .grey-layer{

    }
    .grey-layer > h1 {
    }
    blockquote{
     font-size: 16px;
     padding: 0 0;
    }
   /*  .speech-bubble .arrow .arrow-left {
      margin-top: 50%;
      padding: 20% 0 0 40px;
  } */
  /* strzałki */
    .arrow img{
      width: 19px;
      height: auto;
    }
  .quotation-marks .quotation-marks-top {
      margin-left: -60px;
  }
  .cudzyslow-dolny {
      margin-right: -30px;
  }
  .img-person1{
    margin-left: 57px;
  }
  
    .bubble-bubble::after {
      border-width: 100px 360px 0;
  }
  .bubble-bubble {
    margin-left: 0;
    margin-right: 0;
  }
  .speech-bubble {
    margin-left: 0;
    margin-right: 0;
  }
  
  .speech-bubble:after {
  }
  /* INNOVATION */
  .innovation-value-box p{
      font-size: 30px;
      line-height: 40px;
  }
  /* */
  .request-center h2{
    font-size: 25px;
  }
  .yellow-txt{
      font-size: 25px !important;
  }
  

    /* ---FOOTER MEDIA*/
    /* I COLUMN */
   /*  .footer-contact .logo-down{
      height: 70px;
    } */
    #footer .footer-contact ul{
      font-size: 16px;
      line-height: 22px;
    }
    /* #footer .footer-padding{
      padding-left: 5px;
    } */
    /* .footer-media{
        margin-top: 30px;
    } */
    .footer-contact li img {
      padding-right: 10px;
  }
    .footer-contact .address-img{
      height: 45px;
    }
    .footer-contact .address-padding{
      padding-bottom: 10px;
    }
    .footer-contact .phone-img{
      height: 30px;
    }
    .footer-contact .email-img{
      height: 23px;
      padding-bottom: 5px;
    }
    .footer-contact h3 {
      margin-top: 64px;
      font-size: 19px;
      /* font-weight: bold; */
  }
  
    /* II COLUMN */
    .footer-contact h2 {
     margin-top: 55px;
  }
    .footer-padding iframe{
      width: 200px;
      height: 245px;;
    }
    /* III COLUMN */
    .footer-contact .III-kolumn {
      font-size: 16px;
      line-height: 20px;
  }
}

@media screen and (min-width:481px) and (max-width:930px){

    .carousel-caption ul{
      margin-left: initial;
    }
  
}

@media screen and (min-width:300px) and (max-width:600px){

    #home-slider-list{
      list-style-position: initial;
      white-space: normal;
      margin-left: 29px;
    }
  
}

/* Medium */
@media screen and (min-width:992px) and (max-width:1199px){
  
    /* YELLOW-SALES-PHONE */
    .yellow-box-phone1{
        display: none;
    }
    
      /* PADDINGI PO BOKACH */
  .padding-left-right{
    padding-left: 40px;
    padding-right: 40px;
  }
  /* ----MENU */
    .navbar-default {
        font-size: 14px;
    }
    .bbig-text-banner h1{
      font-size: 35px;
      line-height: 50px;
    }
   /*  .bubble-bubble:after{
     border-width: 100px 360px 0;   
  } */
    /* BUTTON */
    .bbig-text-banner .btn-default{
       /*  width: 30%; */
        font-size: 22px;
    }
     
     .us-castings-yellow-box{
      width: 60%;
     }
      /* Banner-Carousel*/
    .carousel-caption h1{
        font-size: 35px;
        /* line-height: 30px; */
    }
    .carousel-caption h3{
        font-size: 26px;
    }
    .carousel-caption li{
        text-align: center;
        line-height: 22px;
        /*margin-left: 60px;*/
        font-size: 19px; 
        padding-bottom: 10px; 
    }
    /* BUBBLE - GREY */
    .arrow-left{

    }
    .arrow-right{

    }
    /*------------------------------------------------------------------*/
    .speech-bubble{
      margin-left: 20px;
      margin-right: 20px;
    }
    .speech-bubble:after {
    }
    .speech-bubble .arrow .arrow-left {

  }
  .speech-bubble .arrow-right {

  }
  .container-bubb p {
      font-family: Playfair Display,serif;
      margin-left: 230px;
      margin-top: -35px;
  }
  .bubble-bubble{
    margin-left: 20px;
      margin-right: 20px;
  }
  .bubble-bubble::after {
      border-width: 100px 450px 0;
  }
  .grey-layer {
      
  }

    /* --------------RANGE-PRODUCTS*/
    .range-produkts h1{
        padding-top: 50px;
    }
    .range-produkts-img .caption p{
        font-size: 18px;
    }
    .range-produkts-img .caption .range-products-p {
      margin: 0 -25px;
  }
    /* ----REQUEST A QUOTE----FORM */
    .form-big-my{
        padding-left: 20px;
        padding-right: 20px;
    }
    .yellow-box-phone > h3{
        font-size: 20px;
    }
    /* YELLOW-SALES-PHONE */
    /* .yellow-box-phone{
        display: none;
        bottom: 110px;
        padding-left: 20px;
        padding-top: 10px;
    } */
    .yellow-box-phone >h2{
      font-size: 24px;
      margin-top: 5px;
      line-height: 28px;
      text-align: left;
      margin-right: 5px;
    }
     /* -----------GREY LAYER*/
    /* .grey-layer{
        padding-top: 0;
        height: 90px;
    } */
    .grey-layer > h1 {

    }
    /* ---FOOTER MEDIA*/
    /* I COLUMN */
    #footer .footer-contact ul{
      font-size: 16px;
      line-height: 22px;
    }
    #footer .footer-padding{
      padding-left: 5px;
    }
    /* .footer-media{
        margin-top: 30px;
    } */
    .footer-contact li img {
      padding-right: 10px;
  }
    .footer-contact .address-img{
      height: 45px;
    }
    .footer-contact .address-padding{
      padding-bottom: 10px;
    }
    .footer-contact .phone-img{
      height: 30px;
    }
    .footer-contact .email-img{
      height: 23px;
      padding-bottom: 5px;
    }
    
  .footer-padding img{
    height: 85px;
  }
  .footer-contact h3 {
      margin-top: 22px;
  }
  
    /* II COLUMN */
    .footer-contact h2 {
     margin-top: 53px;
  }
    .footer-padding iframe{
      width: 260px;
      height: 205px;;
    }
    /* III COLUMN */
    .footer-contact .III-kolumn {
      font-size: 16px;
      line-height: 20px;
  }
  .yellow-box-phone {
      bottom: 140px;
      padding-left: 60px;
      padding-top: 20px;
  }

}

/* Large */
@media screen and (min-width:1200px){
  /* YELLOW-SALES-PHONE */
    .yellow-box-phone1{
        display: none;
    }
    
    .footer-contact img {
      height: 80px;
      width: auto;
  }
  
  .client-logo img{
      max-height: 80%;
      width: 80%;
  }
  .cudzyslow-gorny {
    margin-top: 40px;
  }
  .cudzyslow-dolny {
    margin-bottom: 40px;
  }
}

/* ---------------------------------------Extra Small IPhone 6+----------------------------*/
@media screen and (max-width: 414px){
  
  /* h1{
    font-size: 30px;
  }  */
  .us-castings-yellow-box{
    margin-top: 130px;
  }
  .padding-left-right{
    padding-left: 40px;
    padding-right: 40px;
  } 
  
  .bbig-text-banner p {
      font-size: 18px;
      line-height: 25px;
      padding-bottom: 50px;
  }
  .bbig-text-banner .btn-default {
      font-size: 22px;
      width: 56%;
  }
  /* .us-castings-yellow-box {
      width: 90%;
      float: none;  
  } */
  .us-castings-yellow-box a {
      padding-left: 50px;
  }
  .info-image{
      margin-top: 50px !important;
  }
  .info-image > img {
      width: auto;
  }
  /* SERVICES */
  #services .padding-remove .img-responsive{
    max-width: 40%;
    margin: 0 auto;
  }
  .checkmark{
    padding-left: 0;
    padding-right: 0;
  }
  .checkmark h2{
    text-align: center;
    padding-top: 20px;
  }
  .checkmark p {
      padding-left: 40px;
      padding-right: 35px;
  }
  
  .prod-padding {
      padding-left: 0;
  }
  
  /* */
  /* .carousel{
      height: 800px;
    } */
  .carousel-caption p{
    padding-top: 0;
  }
  /* */
  .arrow-mobile-left{
    
  }
  /* /* .speech-bubble .arrow .arrow-left{
      margin-left: 15px;
      padding-bottom: 0;
      padding-top: 0;
  } */ 
  /* .speech-bubble .arrow .arrow-right{
      
      padding-right: 5px;
  } */
  /* .bubble-bubble{
    height: 220px;
  } */
  
  #inner-text > h1{
      font-size: 26px;
      line-height: 35px;
  }
    #inner-text > p{
      font-size: 30px;
      line-height: 30px;
  }
  #bottom-border {
      margin-top: -25px;
  }
  .request-quote-text h1{
    padding-top: 20px;
  }
  
    
}

@media screen and (min-width:320px) and (max-width:413px){
  #few-contacts .few-contacts-li1{
    margin-right: 0px;
  }
  .bbig-text-banner h1 {
      font-size: 26px !important;
      margin-left: 20px;
      margin-right: 20px;
  }
  .bbig-text-banner p{
    padding-bottom: 30px;
    margin-left: 20px;
      margin-right: 20px;
  }
  .bbig-text-banner .btn-default {
      font-size: 18px;
      width: 58%;
      margin-left: 20px;
  }
  .us-castings-yellow-box{
    margin-top: 80px;
  }
  .prod-padding {
      padding-left: 20px;
      padding-right: 20px;
  }
  .checkmark p {
      padding-left: 20px;
      padding-right: 25px;
  }
  .checkmark .learn-more a, .learn-more a{
      /* font-size: 16px; */
      padding-left: 20px;
    }
    /* INSTAGRAM */
    .media-instagram h1{
      font-size: 22px;
      margin-left: 0;
      margin-right: -20px;
    }
    .media-instagram h1 img{
      margin-left: -20px;
    }
    .media-instagram h1 span{
      margin-left: -10px;
      font-size: 22px;
    }
  /* II column */
  .footer-padding iframe {
      width: 230px;
  }
    
}
/* @media screen and (max-device-width: 480px){
    --- iPhone only CSS here ---
    table.tablesaw
{
    table-layout: fixed;
    max-width: 120%;
    width: 120%;
}
    
} */

@media only screen and (min-device-width : 414px)  and (max-device-width : 767px) 
/*and (orientation : landscape)*/ {
  /* żeby nie było białego odstępu-marginesu z prawej strony / żeby się nie przesuwał telefon w bok - white space on right side of page iphone*/
  /* html,
  body{
      width: 100%;
      overflow-x: hidden; 
  } */
  /* .bbig-text-banner .btn-default {
      font-size: 22px;
      width: 56%;
  } */
  /* .grey-layer{
    width: 105%;
  } */
  /* INSTAGRAM */
    .media-instagram h1{
      font-size: 25px;
      margin-left: 0;
      margin-right: -20px;
    }
    .media-instagram h1 img{
      margin-left: -20px;
    }
    .media-instagram h1 span{
      margin-left: -10px;
      font-size: 25px;
    }
}
/* żeby nie było białego odstępu-marginesu z prawej strony / żeby się nie przesuwał telefon w bok */
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}
@media only screen and (min-device-width : 320px)  and (max-device-width : 414px){
  .arrow img{
    
    
  }
  
  
}

@media screen and (min-width:1025px){
  #cssmenu{
    display: none !important; 
  }
}

/*Mobile Menu*/
@media screen and (max-width:1024px){
  #menu-item-1565 a, #menu-item-35 a, #menu-item-34 a, #menu-item-33 a, #menu-item-32 a, #menu-item-31 a,  #menu-item-1640 a, #menu-item-1641 a {
    color: #fac11c !important;
  }
  #menu-item-1565 ul li a, #menu-item-35 ul li a, #menu-item-34 ul li a, #menu-item-33 ul li a, #menu-item-32 ul li a, #menu-item-31 ul li a {
    color: #9ea2a5 !important;
  }

  #menu .container {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: inherit;
    margin-right: inherit;
  }
  #bs-example-navbar-collapse-1 {
    display: none !important;
  }

  /*Border Arrow*/
  .sub-menu:after, .sub-menu:before {
    display: none;
  }

  .sub-menu:after {
    display: none;
  }
  .sub-menu:before {
    display: none;
  }
}

@media screen and (min-width:300px) and (max-width:500px){
  #menu {
    margin-left: -3%;
    width: 108%
  }
}


@media screen and (min-width:501px) and (max-width:545px){
  #menu {
    margin-left: -2%;
    width: 106%
  }
}

@media screen and (min-width:546px) and (max-width:650px){
  #menu {
    margin-left: -2%;
    width: 105%
  }
}

@media screen and (min-width:661px) and (max-width:767px){
  #menu {
    margin-left: -10px;
    width: 104%
  }
}

@media screen and (min-width:768px) and (max-width:790px){
  #menu .container {
    margin-left: -5%;
    width: 795px;
  }
}

@media screen and (min-width:791px) and (max-width:820px){
  #menu .container {
    margin-left: -7%;
    width: 114%;
  }
}

@media screen and (min-width:821px) and (max-width:850px){
  #menu .container {
    margin-left: -9%;
    width: 118%;
  }
}


@media screen and (min-width:851px) and (max-width:879px){
  #menu .container {
    margin-left: -11%;
    width: 122%;
  }
}

@media screen and (min-width:880px) and (max-width:893px){
  #menu .container {
    margin-left: -13%;
    width: 125%;
  }
}


@media screen and (min-width:992px) and (max-width:1024px){
  #menu .container {
    margin-left: -5%;
    width: 110%;
  }
}


/*Inner page css*/


#few-contacts{
    margin-bottom: 25px;
}
#few-contacts ul{
    list-style: none;
}
#few-contacts li{
    float: right;
    margin-right: 15px;
    font-size: 14px;
}
#few-contacts .top-media{
    padding-right: 30px;
}
#few-contacts .mail-info a,
#few-contacts .call-number a{
    color: #383838;
    text-decoration: none;   
}
#few-contacts .mail-info a:hover,
#few-contacts .call-number a:hover{
    color: #383838;
    text-decoration: none;
}
#few-contacts span.mail-info i {
    margin-right: 5px;
    color: #383838;   
}
#few-contacts span.call-number i {
    margin-right: 5px;
    color: #383838;
} 
#few-contacts .img-instagr-img,
#few-contacts .img-tw-img,
#few-contacts .img-fb-img{
  height: 15px;
  width: auto;
}
.brand-logo {
  height: 80px;
  width: auto;
  position: absolute;
  top: 10px;
}
/* MENU - NAVBAR TRANSPARENT */
#header-pages .navbar {
    margin-bottom: 0;
}
#header-pages .navbar-default{
    background-color: transparent;
    border-color: transparent;
    font-size: 20px;
}
#header-pages .navbar-default .navbar-nav > li > a { 
  color: #383838;
  /* font-size: medium; */
}
#header-pages .navbar-default .navbar-nav > .active > a,
#header-pages .navbar-default .navbar-nav > .active > a:hover,
#header-pages .navbar-default .navbar-nav > .active > a:focus{
  color: #383838;
  background-color: transparent;
}
#header-pages .navbar-default .navbar-nav > li > a:hover,
#header-pages .navbar-default .navbar-nav > li > a:focus{
  color: #383838;
}
#header-pages .navbar-default .navbar-nav > .open > a, 
#header-pages .navbar-default .navbar-nav > .open > a:focus, 
#header-pages .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #383838;
}
.quantity-number {
  width: 75px;
      padding: 10px 10px 1px 10px;
}
/*  ----------------------------BANNER ----------*/
 
/* ŻEBY OBRAZEK SIĘ NIE POWTARZAŁ JAK JEST ZA MAŁY 
 .banner-img{
    
    background-repeat: no-repeat;
    background-size: cover;
} */
#header-pages #banner{
  background: url('../img/492607740.jpg') center center;
    min-height: 360px;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    /* background-position: 30% 20%; */
    background-size: cover;
}
/*-----------------------------GREY-BOX and  ---------- */
.left-grey-box{
  background: #383838 none repeat scroll 0 0;
  box-shadow: 0 0 6px 0 rgba(56, 56, 56, 1);
    border-radius: 0;
    bottom: 50px;
    height: 145px;
    padding: 5px 20px 10px 148px;
    width: auto;
    min-width: 40%;
}
.left-grey-box .breadcrumb{
    background-color: transparent;
    border-radius: 0;
    font-size: 20px;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 0;
    margin-left: -40px;
}
.left-grey-box h1{
  color: #fac11c;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 60px;
  white-space: pre-wrap; 
}
.breadcrumb a{
    color: #fac11c;
    text-decoration: none;
}
.breadcrumb a:focus,
.breadcrumb a:hover{
    color: #ffffff;
    text-decoration: none;
}

.first-breadcrumb:hover{
    color: #fac11c !important;
    text-decoration: none;
}
/* dziubek > */
.breadcrumb > li + li::before{
    content: "\003E ";
    font-size: 20px;
    color: #fac11c;
}
.breadcrumb > .active {
    color: #fac11c;
}

.breadcrumb_last {
    color: #fac11c; 
    display: none; 
}

/* ------------LEFT SIDE WORDS */
.cont-fluid-bottom{
  margin-bottom: 80px;
}
.left-grey-box-yellow-word{
  margin-left: -65px;
}
#left-words{
  margin-left: 130px;
}
#left-words .lef-words-p h3{
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
}
#left-words .lef-words-p p{
  /* font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;  */
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

#right-words .right-words-left-img{
  padding-left: 0;
}

#left-words .left-words-right-img{
  padding-right: 0;
}
  
#left-words .space-margin-bottom-p{
  margin-bottom: 30px;
}

/* ------Right SIDE WORDS */
#right-words{
  margin-right: 130px;
}
#right-words .right-words-p h3{
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
}
#right-words .right-words-p p{
  /* font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;  */
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

#right-words .space-margin-bottom-p{
  margin-bottom: 30px;
}
.image-part{
  width: 100%;
}

/* Yellow_SEPARATE and Button */
#yellow-separate-hb{
  height: 310px;
  background-color: #fac11c;
  padding-top: 40px;
}
#yellow-separate-hb h1,
#yellow-separate-hb h2{
  font-weight: bold;
}
#yellow-separate-hb h1{
  padding-bottom: 15px;
}
#yellow-separate-hb .button{
     font-size: 32px;
     font-weight: bold;
     cursor: pointer;
     display: inline-block;
     font-family: "Roboto Condensed",sans-serif;
     color: #FFFFFF;
     background: #383838;
     text-decoration: none;
     padding: 10px 0;
     width: 30%;
}
#yellow-separate-hb .button:hover{
  color: #fac11c;
}

/* INSTAGRAM */
.podciagn-gora {
    margin-top: 30px;
}
/*  I column*/
.my-form-control{
    width: 68% !important;
}
.form-email-addres{
    margin-top: 0 !important;
}
.form-control{
    border-radius: 0;
    border: 1px solid #E5E5E5;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(213,213,213,1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(213,213,213,1);
    box-shadow: 0px 2px 10px 0px rgba(213,213,213,1);
}
.btn-default.my-btn{
  background-color: #fac11c;
    border: 1px solid #fac11c;
    border-radius: 0;
    color: #383838;
    font-size: 15px;
    font-weight: bold;
    width: 30%;
    color: #ffffff !important;
    float: right !important;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(213,213,213,1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(213,213,213,1);
    box-shadow: 0px 2px 10px 0px rgba(213,213,213,1);
    margin-top: -35px;    
}
.btn-default.my-btn:hover,
.btn-default.my-btn:focus{  
    background-color: #FAC11C;
    border: solid 1px #FAC11C;
    color: #383838 !important;
}

/* II column */

/* III column */
.footer-contact .III-kolumn{
  font-size: 19px;
  line-height: 25px;
}
/* -----------------FOOTER MEDIA ----------*/
.footer-media{
  margin-top: 50px;
}

.icons-faceb-twitt-instag ul{
   list-style: none;
   margin: 0;
   padding: 0;
   display: inline-block;
}
.icons-faceb-twitt-instag > ul > li{
    float: right;
    margin-right: 15px;
}
.icons-faceb-twitt-instag li i{
    color: #383838;
}
.copyright-podmenu a{
    color: #383838;
}
.copyright-podmenu a:hover{
    color: #383838;
    text-decoration: none;
}



/* ---------------------------------------Extra Small ----------------------------*/
@media screen and (max-width:767px){
  
  h1{
    font-size: 32px;
  }
  h2{
    font-size: 25px;
  }
  .brand-logo {
    height: 50px;
    
  }
  #banner{
    background-size: auto 500px;
    background-repeat: no-repeat;
  }
  
  #menu-container{
    padding-left: 0;
    padding-right: 0;
  }
  #header{
    overflow: visible; 
    max-height: 149px;
  }
  .navbar-default .navbar-brand{
    color: #ffffff;
    font-weight: bold;
  }
  #bs-example-navbar-collapse-2 #menu1{
    padding-left: 10px;
  }
  #bs-example-navbar-collapse-2 .dol{
    margin-top: 15px;
  }
  #bs-example-navbar-collapse-2 ul{
    list-style-type:none;
    padding-left: 22px;
        
  }
  #bs-example-navbar-collapse-2 .dol .yellow-word{
    color: #FAC11C;
    font-size: 20px;
    font-weight: bold;
  }
  #bs-example-navbar-collapse-2 ul>li>a{
    color: #A1A4A7;
    text-decoration: none;
    font-size: 15px;
    /* font-weight: bold; */
  }
  #bs-example-navbar-collapse-2{
    
  }
  
  
  /*------------MENU */
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus{
    color: #ffffff;
  }
  .navbar-default{
/*      background-color: #2B2F3A;
      border-color: #2B2F3A;*/
      font-size: 20px;
  }
  
  .dropdown .dropdown-toggle{
    color: #FAC11C !important;
  }
  /*linie podmenu*/
  .dropdown-menu > li > a {
      border-bottom: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #757F87;
}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
      color: #757F87;
  }
  .dropdown-submenu .test .dropdown-menu li{
    padding-left: 25px;
  }
  
  .navbar-default .navbar-nav > li > a { 
    color: #ffffff;
  }
  
  .navbar-default .navbar-toggle{
      border-color: #2B2F3A;
      background-color: #2B2F3A;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover{
      border-color: #2B2F3A;
      background-color: #2B2F3A;
  }
  
  .navbar-default .navbar-toggle .icon-bar {
      background-color: #fff;
  }
  /* LINIA NA MENU */
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border-color: #333640;
  }
  

/* ---------------------------MEDIA - INSTAGRAM-----*/
  .media-instagram{
      margin-top: 50px;
  }
  /* .media-instagram h1 span{
      font-size: 26px;
  } */
  .instagram-img{
      padding-top: 10px;
      padding-right: 20px;
      height: auto;
  }
  .podciagn-gora {
      margin-top: 30px;
  }
  /* --------------------- GREY LAYER ------------ */
  .grey-layer{
      margin-top: 50px;
      width: auto;
      background: #383838;
      padding: 10px 0 10px 0;
  }
  .grey-layer > h1{
      text-align: center;
      color: #FAC11C;
      font-weight: bold;
  }
  
  #left-words .space-margin-bottom-p {
      margin-bottom: 0;
  }
  #right-words .space-margin-bottom-p {
      margin-bottom: 0;
  }
  #right-words .right-words-left-img{
    padding-left: 15px;
    margin-bottom: 25px;
    padding-right: 5px;
  }
  
  #left-words .left-words-right-img{
    padding-right: 15px;
    margin-bottom: 25px;
    padding-left: 5px;
  }
  .lef-words-p{
    margin-left: -8px;
  }
  .right-words-p{
    margin-left: 2px;
  }
  
  .cont-fluid-bottom{
    margin-bottom: 35px;
  }
  .left-grey-box-yellow-word {
      margin-left: 0;
  }


  /*  FOOTER*/
  #few-contacts li{
    margin-right: 10px;
    font-size: 13px;
  }
  #few-contacts .top-media{
    padding-right: 5px;
  }
  #few-contacts .img-instagr-img, 
  #few-contacts .img-tw-img, 
  #few-contacts .img-fb-img{
      height: 13px;
      width: auto;
  }


  
  /* III COLUMN */
    .footer-contact .III-kolumn {
      font-size: 16px;
      line-height: 20px;
  }
  /*-----------AAAAAAAAAAAAAAAAAAAAAAAAAAAS -----------  */
   #grey-box .container-fluid{
    padding-right: 0;
  }
  .left-grey-box{
      min-width: 100%;
      padding: 5px 10px 10px 50px;
  }
  .left-grey-box .breadcrumb{
      font-size: 15px;
  }
  .breadcrumb > li + li::before{
      font-size: 16px;
  }
  .left-grey-box h1{
      margin-left: 20px;
  }
  #left-words{
      margin-left: 10px;
  }
  #right-words{
      margin-right: 10px;
  }
  /* .right-words-p{
    padding-left: 10px;
  } */
  #yellow-separate-hb{
      padding-top: 20px;
  }
  #yellow-separate-hb h1 {
      padding-bottom: 15px;
  }
  #yellow-separate-hb .button{
    font-size: 18px;
    width: 65%;
  } 
  
}



/* ------------------------------------Small------TABLET---IPad--------- */
/* tablet */
@media screen and (min-width:768px) and (max-width:991px){
  
  
  /* PADDINGI PO BOKACH */
  /* .padding-left-right{
    padding-left: 40px;
    padding-right: 40px;
  } */
  h1{
    font-size: 32px;
  }
  .brand-logo {
    height: 50px;
    
  }
  /* ----MENU */
  #few-contacts{
    margin-top: 35px;
  }
  #few-contacts li {
      font-size: 13px;
  }
  #few-contacts .img-instagr-img, 
  #few-contacts .img-tw-img, 
  #few-contacts .img-fb-img{
      height: 13px;
      width: auto;
  }
    .prod-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
  /*menu*/
  .navbar-default{
      font-size: 16px;
  }
  .nav > li > a{
    padding-right: 15px;
    padding-left: 5px;
  }
  .navbar-collapse{
    padding-left: 0;
  }
  
  /* III COLUMN */
    .footer-contact .III-kolumn {
      font-size: 16px;
      line-height: 20px;
  }
  
}
@media screen and (min-width:768px) and (max-width:1204px){
   h2{
    font-size: 25px;
  } 
   h3{
    font-size: 22px;
  } 
  .left-words-right-img img{
    width: auto;
    max-width: 100%;
    /* height: auto; */
    
    /* background-size: 1200px auto; */
    /* background-size: 920px 960px; */
      /* background-repeat: no-repeat; */
      /* background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover; */
  }
  .left-grey-box{
    min-width: 100%;
    width: auto;
  }
  .left-grey-box .breadcrumb{
    font-size: 16px;
    margin-left: -90px;
  }
  .left-grey-box h1{
      margin-left: 0;
      white-space: pre-wrap;
  }
  /*  */
  .left-grey-box-yellow-word{
    margin-left: -25px;
  }
  #left-words {
      margin-left: 30px;
  }
  #left-words .lef-words-p p{
    font-size: 16px;
  }
  #right-words {
      margin-right: 30px;
  }
  #right-words .right-words-p p{
    font-size: 16px;
  }
  /*  */
  #yellow-separate-hb .button {
      font-size: 26px;
      width: 370px;
  }
  

}

/* Medium */
@media screen and (min-width:992px) and (max-width:1199px){
  
  /* ----MENU */
    .navbar-default {
        font-size: 16px;
    }
  /* III COLUMN */
    .footer-contact .III-kolumn {
      font-size: 16px;
      line-height: 20px;
  }
  
}
@media screen and (min-width:641px) and (max-width:767px){
  html,
  body{
      width: 100%;
      overflow-x: hidden; 
  } 
  .left-grey-box {
      padding: 5px 10px 10px 120px;
      min-width: 100%;
  }
  .left-grey-box-yellow-word{
    margin-left: -40px;
  }
  #yellow-separate-hb h1 {
      padding-bottom: 30px;
      padding-top: 30px;
  }
  #yellow-separate-hb .button {
      font-size: 20px;
      width: 55%;
  }
  
}

@media screen and (min-width:569px) and (max-width:640px){
  html,
  body{
      width: 100%;
      overflow-x: hidden; 
  } 
  
  .left-grey-box {
      padding: 5px 10px 10px 100px;
      min-width: 100%;
  }
  #yellow-separate-hb h1 {
      padding-bottom: 30px;
      padding-top: 10px;
  }
}

/* @media screen and (min-width:360px) and (max-width:640px){
  html,
  body{
      width: 100%;
      overflow-x: hidden; 
  } 
  .left-grey-box {
      width: 75%;
  }
  .left-grey-box-yellow-word{
    margin-left: 10px;
  }
  #yellow-separate-hb h1 {
      padding-bottom: 35px;
      padding-top: 10px;
  }
} */
@media screen and (min-width:414px) and (max-width:568px){
  html,
  body{
      width: 100%;
      overflow-x: hidden; 
  } 
  
  .left-grey-box-yellow-word {
      margin-left: -20px;
  }
  .left-grey-box {
      padding: 5px 10px 10px 90px;
      min-width: 100%;
  }
  #left-words .lef-words-p p{
      font-size: 16px;
  }
  #right-words .right-words-p p{
      font-size: 16px;
  }
  #yellow-separate-hb h1 {
      padding-bottom: 35px;
      padding-top: 10px;
  }
  #yellow-separate-hb .button {
      font-size: 25px;
      width: 340px;
  }
  
  
}


@media screen and (min-width:320px) and (max-width:413px){
  html,
  body{
      width: 100%;
      overflow-x: hidden; 
  } 
  
  /*----------- -----------  */
  #grey-box .container-fluid{
    padding-right: 0;
  }
  .left-grey-box{
      min-width: 100%;
     /*  padding: 5px 10px 10px 100px; */
  }
  .left-grey-box .breadcrumb{
      font-size: 15px;
      margin-left: -50px;
  }
  .breadcrumb > li + li::before{
      font-size: 16px;
  }
  .left-grey-box h1{
      margin-left: 20px;
  }
  /* #left-words{
      margin-left: 10px;
  }
  #right-words{
      margin-right: 10px;
  } */
  #left-words .lef-words-p p{
      font-size: 16px;
  }
  #right-words .right-words-p p{
      font-size: 16px;
  }
  #yellow-separate-hb{
      padding-top: 20px;
  }
  #yellow-separate-hb h1 {
      padding-bottom: 15px;
      
  }
  #yellow-separate-hb .button{
    font-size: 20px;
    width: 200px;
  }
  .media-instagram {
      margin-top: 0;
  }
  /* .podciagn-gora {
      margin-top: 0;
  } */
}

@media screen and (min-width:1200px){
  .right-words-p.text-part {
    float: left;
  }
  .lef-words-p.text-part{
    float: right;
  }
  #yellow-separate-hb .button{
    width: 410px;
  }
}
@media screen and (min-width:1600px){
  .left-grey-box-yellow-word{
    float: right;
    margin-right: 155px;
  }
}

/*Case Studies Page*/
.picRight {
  margin-right: -40%;
  margin-left: -15%;
  margin-bottom: 5%;
}

.picLeft {
  margin-left: -25%;
  margin-right: -15%;
  margin-bottom: 5%;
}

@media screen and (max-width:1600px){
  .picLeft {
    margin-left: auto;
  }
  .picRight {
    margin-right: auto;
  }
}

/*Mega Menu Fixes*/
.menu-item-35 > .secondlevel > ul.sub-menu {
  display:none;
}

#top_menu .menu-item-116 {
  margin-left: 185px;
}

/*modal width*/

.modal-content {
  width: 50%;
}


@media screen and (max-width: 1500px){
  .modal-content {
    width: 70%;
  }
}
/*Index Page Form*/

div#center-captcha > div {
  margin: auto;
}

div#center-captcha1 > div {
  margin: auto;
}

div#center-captcha2 > div {
  margin: auto;
}


.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
    border-color: white;
}


/*Alternate Inner Page*/

.alternate_row_a {
  margin-bottom: 5%;
}

.alternate_row_a:last-child { 
  margin-bottom: initial; 
}

.alternate_row_a .col-lg-11 {
  margin-left: 10.2%;
}

.alternate_row_b {
  margin-bottom: 5%; 
}

.alternate_row_b:last-child { 
  margin-bottom: initial; 
}

.alternate_row_b .col-lg-11 {
  margin-left: -30px;
}

.alternate_row_a .col-lg-6 {
  line-height: 2;
}

.alternate_row_b .col-lg-6 {
  line-height: 2;
}
/* Media */
@media screen and (max-width: 1350px){
  .alternate_row_a .col-lg-11 {
    margin-right: initial;
  }

  .alternate_row_b .col-lg-11{
    margin-left: initial;
  }

}

/*contact page*/
#desktop-section #contactForm {
  margin-top: -60px;
}
.what-you-get {
  margin-left: -20px;
}

#desktop-section .row {
  padding-bottom: 20px;
}

@media screen and (max-width: 1000px){
  #desktop-section #contactText {
    margin-left: 0% !important;
  }
  #desktop-section #contactForm {
    margin-top: 45% !important;
  }

  .modal-content {
  width: 100%;
  }
}

@media screen and (max-width: 1384px) and (min-width: 1200px){
  #desktop-section #contactText {
    margin-left: -4% !important;
  }
}

@media screen and (max-width: 1030px) and (min-width: 1020px){
  #desktop-section #contactText {
    margin-left: -4% !important;
  }
}

/*homepage nav colors*/
.home-nav #few-contacts span.call-number i {
    color: #FAC11C;
    text-shadow: 2px 2px black;
}

.home-nav #few-contacts .call-number a{
    color: #FAC11C;  
    text-shadow: 2px 2px black;
}

.home-nav #few-contacts span.mail-info i {
    color: #FAC11C;  
    text-shadow: 2px 2px black; 
}

.home-nav #few-contacts .mail-info a{
    color: #FAC11C;
    text-shadow: 2px 2px black;
}


/*Push inner page to left*/

.push-to-left {
  margin-right: 30%;
}

@media screen and (max-width: 1200px){
   /*Push inner page to left*/
  .push-to-left {
    margin-right: 10%;
  } 
}


/*Casting matrix table*/



.tablepress {

  font-size: 80%;

  text-align: center;

}

.tablepress td {

  text-align: center !important;

}

.tablepress .row-2, .row-4, .row-6, .row-8 {

  background-color: white;

}

.tablepress .row-3, .row-5, .row-7, .row-9, .row-11 {

  background-color: #D3D3D3;

}

.tablepress .row-3 .column-1, .tablepress .row-5 .column-1, .tablepress .row-7 .column-1, .tablepress .row-9 .column-1, .tablepress .row-11 .column-1 {
  
  background-color: white;
  
  border-top-left-radius: 5px;

  border-bottom-left-radius: 5px;

}

.tablepress .row-2 .column-1, .row-4 .column-1, .tablepress .row-6 .column-1, .tablepress .row-8 .column-1, .tablepress .row-10 .column-1 {

  background-color: #fac11c;

  border-top-left-radius: 8px;

  border-bottom-left-radius: 8px;

}

.tablepress .row-1 .column-1 {

  border: 0px solid #ccc;

}

.tablepress .row-2 td, .row-3 td, .row-4 td, .row-5 td, .row-6 td, .row-7 td, .row-8 td{
  
  padding: 10px;

  text-align: center;

}

.tablepress .row-1 td { 

  padding-top: 10px;

}

.tablepress .row-1 .column-2, .row-1 .column-3, .row-1 .column-4, .row-1 .column-5 {

  background-color: #fac11c;

  border-top-left-radius: 20px;

  border-top-right-radius: 20px;

  font-size: 80% !important;

  text-align: center;

}


/* Die Casting Table */
.die-casting-table{
  font-size: initial;
}
.die-casting-table .row-1 .column-1{ 
  background-color: #fac11c !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    font-size: 80%!important;
}

.die-casting-table .row-2 .column-1{
  width: 33%;
}

.die-casting-table .row-1 .column-1, .die-casting-table .row-1 .column-2, .die-casting-table .row-1 .column-3, .die-casting-table .row-1 .column-4{
  padding: 25px;
}

.die-casting-table .row-2 .column-1, .die-casting-table .row-4 .column-1, .die-casting-table .row-6 .column-1 {
  background-color: white !important;
}

.die-casting-table .row-3 .column-1, .die-casting-table .row-5 .column-1, .die-casting-table .row-7 .column-1 {
  background-color:  #D3D3D3 !important;
}

/*Sand Casting Table */

.sand-casting-table{
  font-size: initial;
}
.sand-casting-table .row-1 .column-1{ 
  background-color: #fac11c !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    font-size: 80%!important;
}

.sand-casting-table .row-2 .column-1{
  width: 21%;
}

.sand-casting-table .row-1 .column-1, .sand-casting-table .row-1 .column-2, .sand-casting-table .row-1 .column-3, .sand-casting-table .row-1 .column-4, .sand-casting-table .row-1 .column-5{
  /*padding: 25px;*/
}

.sand-casting-table .row-2 .column-1, .sand-casting-table .row-4 .column-1, .sand-casting-table .row-6 .column-1, .sand-casting-table .row-8 .column-1, .sand-casting-table .row-10 .column-1, .sand-casting-table .row-12 .column-1, .sand-casting-table .row-14 .column-1 {
  background-color: white !important;
}


.sand-casting-table .row-3 .column-1, .sand-casting-table .row-5 .column-1, .sand-casting-table .row-7 .column-1, .sand-casting-table .row-9 .column-1, .sand-casting-table .row-11 .column-1, .sand-casting-table .row-13 .column-1 {
  background-color:  #D3D3D3 !important;
}

.sand-casting-table .row-10 .column-2, .sand-casting-table .row-10 .column-3, .sand-casting-table .row-10 .column-4, .sand-casting-table .row-10 .column-5, 
.sand-casting-table .row-12 .column-2, .sand-casting-table .row-12 .column-3, .sand-casting-table .row-12 .column-4, .sand-casting-table .row-12 .column-5,
.sand-casting-table .row-14 .column-2, .sand-casting-table .row-14 .column-3, .sand-casting-table .row-14 .column-4, .sand-casting-table .row-14 .column-5 {
  background-color: white !important;
}


.sand-casting-table .row-11 .column-2, .sand-casting-table .row-11 .column-3, .sand-casting-table .row-11 .column-4, .sand-casting-table .row-11 .column-5, 
.sand-casting-table .row-13 .column-2, .sand-casting-table .row-13 .column-3, .sand-casting-table .row-13 .column-4, .sand-casting-table .row-13 .column-5 {
  background-color: #D3D3D3 !important;
}

/*contact form success message*/

.success-form {
  text-align: center;
}

.success-form .col-md-12 {
  color: black;
}

/*subscribe form success message*/

.success-subscribe ul {
  color: black;
}

.success-subscribe ul img {
  height: 25px !important;
}



/****************************************************

*******************  Career Page  ******************

****************************************************/

#career-page {

}

.career-page {

}

.career-descriptions {

}

.career-descriptions img {

  margin-bottom: 30px;

}

.job-listing {

}

.job-listing .panel-group {

  margin-top: 60px;

}

.job-listing .panel {

  border: none;

  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .0);

  box-shadow: 0 1px 1px rgba(0, 0, 0, .0);

}

.job-listing .panel-default>.panel-heading {

  background-color: #D5D3CC;

  border:none;

  padding: 17px 20px;

  color: #32302b;

  border-radius: 0px;

}

.job-listing .panel-default>.panel-heading+.panel-collapse>.panel-body {

  background-color: #fff;

  border: none;

}

.panel-title>a {

  font-size: 23px;

}

.panel-title>a:hover{

  font-size: 23px;

  color: #fff;

}




/****************************************************

*******************  FAQ Page  ******************

****************************************************/

#faq-page {

}

.faq-page {

}

.faq-collpase {

}

.faq-collpase .panel {

  background-color: #fff;

  border: none;

  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .0);

  box-shadow: 0 1px 1px rgba(0, 0, 0, .0);

}

.faq-collpase .panel-group {

  margin-top: 30px;

}

.job-listing .panel {

  border: none;

  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .0);

  box-shadow: 0 1px 1px rgba(0, 0, 0, .0);

}

.faq-collpase .panel-default>.panel-heading {

  background-color: #D5D3CC;

  border:none;

  padding: 17px 20px;

  color: #494743;

  border-radius: 0px;

}



.faq-collpase .panel-default>.panel-heading-yellow {

  background-color: #fac11c;

  border:none;

  padding: 17px 20px;

  color: #494743;

  border-radius: 0px;

}


.faq-collpase .panel-default>.panel-heading+.panel-collapse in>.panel-body {

  background-color: #1f2d3a;

  border: none;

}

.faq-collpase .panel-default>.panel-heading+.panel-collapse>.panel-body {

  border-top: 0px;

  padding: 30px;

}

.investor-faq {

  margin-top: 60px;

}

.panel-heading-a {

  background-color: #D5D3CC;

  border:none;

  padding: 17px 20px;

  color: #494743;

  border-radius: 0px;

}

.panel-heading-b {

  background-color: #fac11c;

  border:none;

  padding: 17px 20px;

  color: #494743;

  border-radius: 0px;

}

/****************************************************

*******************  Accordion Toggle Page  ******************

****************************************************/

.toggle-page .panel {

  background-color: #fff;

  border: none;

  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .0);

  box-shadow: 0 1px 1px rgba(0, 0, 0, .0);

}

.toggle-page .panel-group {

  margin-top: 30px;

}

.job-listing .panel {

  border: none;

  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .0);

  box-shadow: 0 1px 1px rgba(0, 0, 0, .0);

}

.toggle-page .panel-default>.panel-heading {

  background-color: #D5D3CC;

  border:none;

  padding: 17px 20px;

  color: #32302b;

  border-radius: 0px;

}

.toggle-page .panel-default>.panel-heading+.panel-collapse in>.panel-body {

  background-color: #1f2d3a;

  border: none;

}

.toggle-page .panel-default>.panel-heading+.panel-collapse>.panel-body {

  border-top: 0px;

  padding: 30px;

}



/****************************************************

*********  Accordion Toggle Page Glossary  *********

****************************************************/



.panel-heading-glossary {

  width: 10%;

  float: left;

}



.panel-title-glossary {

  text-align: center;
  font-weight: bold;
  font-size: 24px;

}



@media (max-width: 500px) {
  .panel-title-glossary {
    margin-left: -6px;
  }
}


/*.panel-body-glossary {

  background-color: #fbfaf6;

}
*/


.panel-body-glossary .col-md-12 {

  width: 80%;

}



.glossaryCollapse {

   width: 80% !important;
}

.panel-body-glossary .row .col-md-12 p:first-child {
  padding-top: 6%;
}

.hide {
  display: none;
}

/* Get Quote for Glossary*/

@media (max-width: 770px) {

    .glossaryAccordion {

      padding-bottom: 90px;

    }



}

@media (max-width: 322px) {

    .glossaryAccordion {

      width: 115%;

    }

}



/*Master Slider*/



.ms-info {color: white;background-color: rgba(0, 0, 0, 0.701961); padding: 15px;}

.ms-align-top {
  top: 0px !important;
}



/*Stainless Steel marine engine slider*/

.ms-parent-id-39 > .master-slider {
  width: 800px !important;
}

/*attach a file*/

.attach-file-group {
  text-align: center !important;
  margin-bottom: 45px !important;
}

/*footer map*/
.map-container {
  width: 100%;
  margin: 0
}
.map-container iframe{
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
  pointer-events: auto;
}


#sbi_images {
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }


.product_subtitle {
  margin-left: 169px;
}


@media screen and (max-width: 1199px){
  .product_subtitle {
    margin-left: 0;
  }
}



@media screen and (min-width: 700px){

  .master-slider {
    height: 650px !important;
  }

  .ms-container {
    top: 85px !important;
  }

  .ms-thumb-list {
    top: 85px !important;
  }

  .mil-hinges .master-slider { height: 669px !important; }

  .mil-hinges .ms-container { top: 105px !important; }

  .mil-hinges .ms-thumb-list { margin-top: 24px !important; }

  .adjust-drain .master-slider { height: 675px !important; }

  .adjust-drain .ms-container { top: 106px !important; }

  .adjust-drain .ms-thumb-list { margin-top: 30px !important; }

  .taps-slider .ms-container .ms-slide-bgcont img { margin-top: -135px !important; }

}


@media screen and (max-width: 600px){

  .master-slider {
    height: 540px !important;
  }

  .ms-container {
    top: 100px !important;
  }

  .ms-thumb-list {
    top: 100px !important;
  }

/*  .mil-hinges .ms-container { top: 140px !important; }

  .mil-hinges .ms-thumb-list { top: 142px !important; }*/
}


@media screen and (max-width: 380px){

  .master-slider {
    height: 425px !important;
  }

  .ms-container {
    top: 130px !important;
  }

  .ms-thumb-list {
    top: 130px !important;
  }

  .mil-hinges .ms-container { top: 140px !important; }

  .mil-hinges .ms-thumb-list { top: 142px !important; }
}


@media screen and (max-width: 1124px){
  #mobi-vid {
    display: block !important;
  }

  #desktop-vid {
    display: none;
  }
}

.boxer-meta .boxer-caption .caption a {
  display: none;
}
