body
{
  margin: 0;
  padding: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
}

.clr 
{
  clear: both;
}

.pagination
{
    text-align: center;
    margin-bottom: 10px;
}

.pagination a
{
    display: inline-block;
    text-align: center;
    width: 25px;
    height: 25px;
    border: 2px solid #007cb0;
    color: #007cb0;
    font-size: 20px;
}

.pagination a:hover,
.pagination a.active
{
    background: #007cb0;
    color: #ffffff;
}

.container,
.offer-container
{
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}

.margin-top 
{
    width: 100%;
    height: 130px;
}

.page-content .default-page-description h1,
h1.title
{
  text-align: center;
  display: block;
  padding: 20px 10px;
  width: 50%;
  border-bottom: 1px solid #969696;
  font-weight: 300;
  font-size: 38px;
  letter-spacing: -2px;
  color: #007cb0;
  margin: 20px auto;
  line-height: 38px;
  margin: 10px auto 15px;
}

#page-content table#tab1,
#page-content table#tab2
{
    border: 0;
    width: 100% !important;
    height: auto !important;
    background: #ffffff !important;
}

#page-content table#tab1 tr td,
#page-content table#tab2 tr td,
#page-content table#tab1 tr,
#page-content table#tab2 tr
{
    background: #ffffff !important;
    border: 0;
}

#page-content table#tab1 tr td:first-child,
#page-content table#tab2 tr td:last-child
{
    width: 550px !important;
    padding: 10px !important;
}

#page-content table#tab2 tr td:first-child,
#page-content table#tab1 tr td:last-child
{
    width: calc(100% - 650px) !important;
    padding: 10px 40px !important;    
}

#page-content table#tab2 tr td:first-child p,
#page-content table#tab1 tr td:last-child p
{
    text-align: justify;
    text-align-last: center;
    font-size: 20px;
    color: #000000;
}

a 
{
  text-decoration: none;
}

a.button,
a.new .button 
{
  display: block;
  margin: 10px auto;
  width: 140px;
  padding: 1px 15px 3px;
  background: #007cb0;
  color: #ffffff;
  font-weight: 300;
  font-size: 20px;
  border: 2px solid #007cb0;
  text-align: center;
}

a.button:hover,
a.new:hover .button 
{
  background: transparent;
  color: #007cb0;
}

.head-margin
{
  width: 100%;
  height: 97px;
  display: none;
}

#header
{
  width: 100%;
  
}

#contact-belt
{
  background: rgba(0, 124, 179, 0.7);
  position: fixed;
    width: 100%;
    z-index: 200;
    top: 0;
}

#contact-belt .logo
{
    float: left;
    margin-left: 70px;
}

#contact-belt .logo img
{
  width: 180px;
  height: auto;
  display: block;
  position: absolute;
  top: 5px;
    z-index: 10000;
    transition: 500ms;
}

#contact-belt .logo.trans img
{
      transform: scale(0.5) translateY(-100px);
}

#contact-belt ul 
{
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: right;
}

#contact-belt ul > li 
{
  color: #ffffff;
  font-size: 25px;
  display: inline-block;
  margin: 0 5px;
}


a.numer-mobile
{
    display: none !important;
}

#contact-belt ul > li > a
{
  color: #ffffff;
  cursor: pointer;
  padding: 10px 7px 12px;
  display: block;
}

#contact-belt ul > li:hover > a
{ 
  background: #ffffff;
  color: #007cb0;
} 

#contact-belt ul > li > ul
{
  position: absolute;
  display: none;
  background: #ffffff;
}

#contact-belt ul > li:hover > ul
{
  display: block;
  
}

#contact-belt ul > li > ul > li 
{
  display: block;
  padding: 0;
  margin: 0;
}

#contact-belt ul > li > ul > li > a 
{
  color: #007cb0;
  padding: 5px 20.5px 6px;
  display: block;
}

#contact-belt ul > li > ul > li:hover > a
{
  color: #ffffff;
  background: #007cb0;
}

#menu-belt
{
    margin-top: 52px;
    position: fixed;
    z-index: 100;
    width: 100%;
    transition: 500ms;
}

#menu-belt.hide 
{
  transform: translateY(-130px);
}

#menu-belt .bg-head-left
{
  float: left;
  height: 78px;
}

#menu-belt .bg-head-right
{
  float: right;
  height: 78px;
}

#menu-belt .bg-head-left,
#menu-belt .bg-head-right
{
  width: 10%;
  background: rgba(255, 255, 255, 0.8);
}

#menu-belt .menu-content
{
  width: 80%;
  float: left;
}

#menu-belt .logo
{
  float: left;
  width: calc(100% - 536.1px);
  background: rgba(255, 255, 255, 0.8);
  height: 78px;
}

#menu-belt .logo img
{
  width: 200px;
  height: auto;
  display: none;
  position: absolute;
  top: 5px;
}

#menu-belt .menu
{
  float: right;
}

#menu-belt .menu ul 
{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#menu-belt .menu ul > li
{
  display: block;
  float: left;
  margin: 0;
}

#menu-belt .menu ul > li a
{
  padding: 23px 11px 27px;
  display: block;
  font-size: 23px;
  color: #007cb0;
  background: rgba(255, 255, 255, 0.78);
  letter-spacing: -1px;
}

#menu-belt .menu ul > li:hover a
{
  color: #ffffff;
  background: rgba(0, 124, 179, 0.7);
}

#menu-belt .menu ul > li > ul
{
  position: absolute;
  display: none;
}

#menu-belt .menu ul > li:hover > ul
{
  display: block;
}

#menu-belt .menu ul > li > ul > li 
{
  display: block;
  float: none;
}

#menu-belt .menu ul > li > ul > li a 
{
  color: #ffffff;
  background: rgba(0, 124, 179, 0.7);
  padding: 13px 11px 17px;
}

#menu-belt .menu ul > li > ul > li:hover a 
{
  color: #007cb0;
  background: rgba(255, 255, 255, 0.8);
}

#slider
{
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

#slider img
{
    width: 100%;
    height: auto;
}


.menu-button
{
  text-align: center;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 200;
  top: 172px;
  transition: 500ms;
}

.menu-button.up 
{
  transform: translateY(-120px);
}

.menu-button ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.menu-button ul > li a 
{
  color: #ffffff;
  display: block;
  background: rgba(0, 124, 179, 0.7);
  padding: 10px 0;
}

.menu-button ul > li a i 
{
  font-size: 35px;
}

.menu-button ul > li:hover a
{
  background: rgba(255, 255, 255, 0.8);
  color: #007cb0;
} 

.menu-button ul > li > ul 
{
  display: none;
  position: absolute;
  width: 100%;
}

.menu-button ul > li:hover > ul 
{
  display: block;
}

.menu-button ul > li > ul > li a 
{
  color: #007cb0 !important;
  background: rgba(255, 255, 255, 0.8) !important;
  font-size: 25px;
  padding: 5px 0;
  display: block;
}

.menu-button ul > li > ul > li:hover a
{
  color: #ffffff !important;
  background: rgba(0, 124, 179, 0.7) !important;
} 

#home-slider
{
    width: 100% !important;
    height: auto;
}

#home-slider img
{
    width: 100%;
    height: auto;
}

#home-product .product-page
{
  height: auto;
}

#home-product .product-page .slick-prev
{
    left: -3%;
}
    
#home-product .product-page .slick-next
{
    right: -3%;
}

#home-product .product-page a.product
{
  width: 290px;
  height: 312px;
  margin: 0 10px;
  text-align: center;
  display: block;
  transition-duration: 250ms;
  padding: 5px;
  background: #ffffff;
}

#home-product .product-page a.product:hover
{
  transform: scale(1.1, 1.1);
  -webkit-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.3);
}

#home-product .product-page a.product .product-image
{
  width: 290px;
  height: 150px;
  overflow: hidden;
  margin: 0 auto;
} 

#home-product .product-page a.product img 
{
  height: auto;
  margin: 0 auto;
}
#home-product .product-page a.product:hover img
{
  opacity: 0.6;
} 

#home-product .product-page a.product h1 
{
    display: block;
    color: #007cb0;
    width: 80%;
    border-bottom: 1px solid #6a6a6a;
    font-weight: 500;
    font-size: 23px;
    margin: 10px auto 0;
    padding: 1px 10px 15px;
    line-height: 20px;
    height: 32px;
}

#home-product .product-page a.product h3
{
  display:block;
  padding: 0 5px;
  margin: 5px;
  font-weight: 300;
  color: #6a6a6a;
  font-size: 25px;
}

#home-product .product-page a.product .button
{
  display: block;
  margin: 10px auto;
  width: 140px;
  padding: 1px 15px 3px;
  background: #007cb0;
  color: #ffffff;
  font-weight: 300;
  font-size: 20px;
  border: 2px solid #007cb0;
  text-align: center;
}

#home-product .product-page a.product:hover .button
{
  background: transparent;
  color: #007cb0;
}

video#video-mapa
{
  width: 1290px;
  height: 726px;
  float: right;
}

#map-page
{
  background: url(../bundles/inperopage/img/bgmapwater.jpg);
  width: 100%;
  height: 726px;
  overflow: hidden;
}

#map-page .info
{
  float: right;
  margin: 130px 10px 50px 0;
  background: rgba(255, 255, 255, 0.78);
  width: 400px;
  padding: 20px 5px;
  position: absolute;
  left: 100px;
}

#map-page .info .logo 
{
  width: 150px;
  height: auto;
  margin: 0 auto;
}

#map-page .info .logo img 
{
  width: 100%;
  height: auto;
}

#map-page .info p 
{
  padding: 0;
  margin: 0 0 20px;
  text-align: center;
  color: #007cb0;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -1px;
}

#map-page .info table
{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#map-page .info table tr td
{
  font-size: 35px;
  color: #007cb0; 
  padding: 1px 5px 3px;
}

#map-page .info table tr td:first-child
{
  width: 100px;
  font-weight: 700;
  text-align: right;
  letter-spacing: -1px;
}

#map-page .info table tr td:last-child
{
  width: calc(100% - 120px);
  font-weight: 300;
  text-align: left;
  letter-spacing: -1px;
}

#news-page 
{
  max-width: 1290px;
  height: auto;
  margin: 0 auto;
}

#news-page  a.new 
{
  width: 282px;
  height: auto;
  float: left;
  margin: 15px;
  display: block;
  transition-duration: 250ms;
    padding: 5px;
    background: #ffffff;
}

#news-page  a.new:hover
{
    transform: scale(1.1, 1.1);
    -webkit-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.3);
}

#news-page a.new .news-image img 
{
  width: 100%;
  height: auto;
}

#news-page a.new:hover .news-image img
{
  opacity: 0.7;
} 

#news-page  a.new .news-info
{
  padding: 0 5px;
  margin: 10px auto;
}

#news-page  a.new .news-info .data
{
  width: 77px;
  padding: 5px 0;
  border: 3px solid;
  border-color: #007cb0;
  float: left;
  text-align: center;
  color: #6a6a6a;
  margin-top: 30px;
}

#news-page  a.new:hover .news-info .data
{
  border-color: #6a6a6a;
}

#news-page  a.new .news-info .data h3 
{
  font-weight: 300;
  letter-spacing: -1px;
  padding: 0;
  margin: 0;
  font-size: 18px;
}

#news-page  a.new .news-info .data h1
{
  font-weight: 600;
  letter-spacing: -1px;
  color: #007cb0;
  padding: 0;
  margin: 0;
  font-size: 42px;
  line-height: 33px;
}

#news-page  a.new .news-info .data h2
{
  font-weight: 400;
  letter-spacing: -1px;
  padding: 0;
  margin: 0;
  color: #6a6a6a;
}

#news-page  a.new .news-info .description 
{
  float: left;
  width: calc(100% - 103px);
  margin: 0 10px;
}

#news-page  a.new .news-info .description h1
{
  display: block;
  color: #007cb0;
  width: 80%;
  border-bottom: 1px solid #6a6a6a;
  font-weight: 500;
  font-size: 20px;
  margin: 0 auto;
  padding: 5px 10px 15px;
  text-align: center;
  letter-spacing: -1px;
  height: 90px;
}

#offer-page
{
  background: url(../bundles/inperopage/img/oferta-home.jpg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  margin: 15px auto;
}

#offer-page .info
{
  float: left;
  margin: 50px 0px 50px 10px;
  background: rgba(255, 255, 255, 0.78);
  width: 500px;
  padding: 50px 5px 50px;
}

#offer-page .info .text
{
  border-bottom: 1px solid #6a6a6a;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -2px;
  padding: 10px;
}

#offer-page .info .text h3 
{
  font-size: 50px;
  color: #6a6a6a;
  font-weight: 300; 
  padding: 0;
  margin: 0;
  line-height: 10px;
}

#offer-page .info .text h1
{
  font-size: 90px;
  color: #007cb0;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

#partners 
{
  max-width: 1300px;
  margin: 0 auto;
}

#partners  .item
{
  width: 300px; 
  float: left;
}

#partners  .item h1 
{
  text-align: center;
  display: block;
  padding: 10px 10px;
  width: 80%;
  border-bottom: 1px solid #969696;
  font-weight: 300;
  font-size: 32px;
  letter-spacing: -2px;
  color: #007cb0;
  margin: 20px auto;
  line-height: 38px;
  margin: 10px auto 15px;
}

#partners  .item:first-child,
#partners  .item:last-child
{
  margin: 0 !important;
}

#partners  .item:nth-child(2)
{
  margin: 0 200px;
} 

#partners  .item img
{
  width: 100%;
  height: auto;
}

#contact-page
{
  background: url(../bundles/inperopage/img/kontakt.jpg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  margin: 15px auto 0;
  padding: 0 0 20px;
}

#contact-page h1 
{
  text-align: center;
  display: block;
  padding: 20px 10px;
  width: 50%;
  border-bottom: 1px solid #ffffff;
  font-weight: 300;
  font-size: 38px;
  letter-spacing: -2px;
  color: #ffffff;
  line-height: 38px;
  margin: 10px auto 30px;
}

#contact-page .cont-info
{
  float: left;
  width: 30%;
  color: #ffffff;
}

#contact-page .cont-info.ci1
{
  width: 40% !important;
}

#contact-page .cont-info .icon
{
  float: left;
  width: 50px;
  margin-right: 5px
}

#contact-page .cont-info .icon i 
{
  font-size: 50px;
}

#contact-page .cont-info .icon i.fa-envelope
{
  font-size: 40px;
}

#contact-page .cont-info .description
{
  float: left;
  width: calc(100% - 55px);
}

#contact-page .cont-info .description h2
{
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -1px;
}

#contact-page .cont-info .description h2.address
{
  margin-top: -15px;
}

#page-image
{
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  background-position: top center !important;
  width: 100%;
  height: 370px;
}

.bgnews
{
  background: url(../bundles/inperopage/img/aktualnosci.jpg);
}

.bgo-firmie
{
  background: url(../bundles/inperopage/img/o-nas.jpg);
}

.bghistoria
{
  background: url(../bundles/inperopage/img/historia.jpg);
}

.bgprasa
{
  background: url(../bundles/inperopage/img/prasa.jpg);
}

.bgpraca
{
  background: url(../bundles/inperopage/img/praca.jpg);
}

.bgczesci
{
  background: url(../bundles/inperopage/img/oferta.jpg);
}

.bguslugi
{
  background: url(../bundles/inperopage/img/uslugi.jpg);
}

.bgkontenery
{
  background: url(../bundles/inperopage/img/kontenery.jpg);
}

.bggaleria
{
  background: url(../bundles/inperopage/img/galeria.jpg);
}

.bgkontakt
{
  background: url(../bundles/inperopage/img/kontaktbg.jpg);
}

#links
{
  width: 100%;
  padding: 6px 0;
  background: #007cb0;
}

#links ul 
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#links ul > li 
{
  border: 2px solid #ffffff;
  background: transparent;
  text-align: center;
  margin: 0 2px;
  display: inline-block;
  padding: 2px 0 3px;
}

#links ul > li a 
{
  color: #ffffff;
  font-size: 24px;
  letter-spacing: -1px;
  display: block;
}

#links ul > li:hover,
#links ul > li.active
{
  background: #ffffff;
}

#links ul > li:hover a,
#links ul > li.active a  
{
  color: #007cb0;
}

#links ul.medium > li 
{
  width: calc(50% - 10px)
}

#links ul.little > li 
{
  width: calc(33% - 10px)
}

#links ul.little > li:nth-child(2) 
{
  width: calc(34% - 11px)
}

#page-content .gallery
{
  margin: 0 auto;
  width: 100%;
}

#page-content .news .left
{
  padding: 10px;
  width: 400px;
}

#page-content .news .right
{
  padding: 10px;
  width: calc(100% - 440px);
}

#page-content .new-page .left,
#page-content .new-page .right
{
  padding: 10px;
  width: calc(50% - 20px);
}


#page-content .left img,
#page-content .right img
{
  width: 95%;
  height: auto;
  margin: 0 auto 15px 0px;
  display: block;
}

#page-content .new-page .left img
{
    margin-bottom: 0px;
}

#page-content .left h2,
#page-content .right h2
{
  font-weight: 400;
  color: #007cb0;
  text-align: center;
  font-size: 28px;
  letter-spacing: -1px;
}

#page-content .news .right p 
{
  font-size: 17px;
  text-align: justify;
  padding: 0 10px;
  margin: 0;
}

#page-content .new-page .right p 
{
  font-size: 20px;
  text-align: justify;
  padding: 0 10px;
  margin: 0;
}

#page-content .right .data
{
    width: 100%;
    border-bottom: 1px solid #007cb0;
}

#page-content .right .data p
{
    display: block;
    padding: 3px 5px 5px;
    background: #007cb0;
    color: #ffffff;
    width: 160px;
    text-align: center;
    font-size: 20px;
    margin: 0;
}

#page-content .left
{
  float: left;
}

#page-content .right
{
  float: right;
}

#page-content .container-description .left
{
    width: 500px;
    margin: 0 auto;
}

#page-content .container-description .left .slide-for img
{
    margin: 0 auto;
}

#page-content .container-description .right
{
    width: calc(100% - 510px);
    margin-left: 10px;
    margin-bottom: 4px;
}

#page-content .container-description .right p
{
    font-size: 20px;
    text-align: justify;
    text-align-last: left;
    padding: 0 10px;
}

#page-content table.kontener-info 
{
  width: 100%;
  height: auto;
  margin-top: 20px;
}

#page-content table.kontener-info tr:nth-child(2n+1)
{
  background: #cbcbcb;
}

#page-content table.kontener-info tr td 
{
  width: 50%;
  text-align: center;
  padding: 5px 0;
  color: #007cb0;
  font-size: 25px; 
}

#page-content .news, 
#page-content .new-page
{
  margin: 20px 0;
}

#page-content .news
{
    border-bottom: 2px solid #007cb0;
    width: 100%;
}

#page-content .news h2.title-news
{
  text-align: center;
  display: block;
  padding: 20px 10px;
  width: calc(100% - 20px);
  border-bottom: 1px solid #969696;
  font-weight: 300;
  letter-spacing: -2px;
  line-height: 38px;
  text-transform: uppercase;
  margin-top: 0;
}

#page-content .new-page h2.title-news
{
  text-align: center;
  display: block;
  padding: 30px 10px;
  width: calc(100% - 20px);
  border-bottom: 1px solid #969696;
  font-weight: 300;
  letter-spacing: -2px;
  line-height: 42px;
  text-transform: uppercase;
  font-size: 50px;
    margin-top: 0;
}

#page-content .news a.button 
{
  margin-top: 30px;
}

#page-content .default-page-description
{
  padding: 10px;
  margin: 0 auto; 
}

#page-content .default-page-description img.page-img
{
  width: 98% !important;
  height: auto !important;
  max-width: 700px;
  margin: 20px auto;
  display: block;
  padding: 0 1%;
}

#page-content .default-page-description h2
{
  font-weight: 400;
  color: #007cb0;
  text-align: center;
  font-size: 28px;
  letter-spacing: -1px;
}

#page-content .default-page-description p
{
  font-size: 20px;
  padding: 0;
  margin: 0;
}

#page-content .contact-page-description img 
{
  max-width: 200px;
  height: auto;
  margin: 10px auto;
  display: block;
}

#page-content .contact-page-description h2
{
  font-weight: 300;
  text-align: center;
  color: #6a6a6a;
  margin: 0;
  padding: 0;
}

#page-content .contact-page-description h1
{
  text-align: center;
  color: #007cb0;
  font-size: 32px;
  margin: 0;
  padding: 0; 
}

#page-content .contact-page-description .line
{
  width: 50%;
  height: 1px; 
  background: #969696;
  margin: 30px auto;
}

#page-content .contact-page-description table.address
{
  display: block;
  max-width: 280px;
  margin: 30px auto;
}

#page-content .contact-page-description table.address tr
{
  background: #ffffff !important;
}

#page-content .contact-page-description table.address tr td:first-child
{
  width: 25px;
  padding-right: 5px;
}

#page-content .contact-page-description table.address tr td:first-child i 
{
  font-size: 35px;
  text-align: center;
}

#page-content .contact-page-description table.address tr td:last-child
{
  width: calc(100% - 30px);
  color: #000000;
}

#page-content .contact-page-description table.address tr:last-child td:last-child
{
    font-size: 16px;
}

#page-content .contact-page-description table.address tr:nth-child(3) td:last-child
{
  font-size: 35px;
}

#page-content .contact-page-description table.address tr:nth-child(6) td:first-child
{
  font-size: 20px;
}

#page-content .contact-page-description table.address tr:last-child td:first-child
{
  font-size: 25px;
}

#page-content .contact-page-description table.address tr td:last-child a
{
  color: #000000;
}

#page-content .contact-page-description table.address tr td:last-child a:hover
{
  color: #007cb0;
}

#page-content .contact-page-description table.name.prezes tr
{
  background: #ffffff !important;
}

#page-content .contact-page-description table.name
{
  width: 700px;
  display: block;
  margin: 15px auto;
}

#page-content .contact-page-description table.name tr td
{
  padding: 15px 0;
}

#page-content .contact-page-description table.name tr td:first-child
{
  color: #000000;
  font-size: 17px;
  width: 170px;
  display: inline-block;
}

#page-content .contact-page-description table.name tr td:nth-child(2)
{
  display: inline-block;
  font-weight: 700;
  width: 319px;
}

#page-content .contact-page-description table.name tr td:last-child
{
  display: inline-block;
  width: 200px;
}

#page-content .contact-page-description table.name tr td:last-child a
{
  color: #000000;
  font-size: 20px;
}

#page-content .contact-page-description table.name tr td:last-child a:hover
{
  color: #007cb0;
}

#page-content .contact-page-description input[type=text],
#page-content .contact-page-description textarea
{
  width: 700px;
  margin: 0 auto;
  display: block;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  padding: 6px 5px;
  border: 1px solid #007cb0;
}


#page-content .contact-page-description textarea
{
  resize: none;
  height: 150px;
}

#page-content .contact-page-description label h3 
{
  text-align: center;
  color: #007cb0;
  font-size: 25px;
}

#page-content .contact-page-description input[type=submit]
{
  display: block;
  margin: 10px auto;
  width: 140px;
  padding: 1px 15px 3px;
  background: #007cb0;
  color: #ffffff;
  font-weight: 300;
  font-size: 20px;
  border: 2px solid #007cb0;
  text-align: center;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
}

#page-content .contact-page-description input[type=submit]:hover
{
  background: transparent;
  color: #007cb0;
}

.newspaper-container
{
    width: 1320px;
    margin: 0 auto;
}

#newspaper
{
    width: 400px;
    height: 400px;
    margin: 40px 20px;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    padding: 10px 0; 
    float: left;
}

#newspaper .newspaper-gallery
{
    max-width: 400px;
    height: 290px;
    overflow: hidden;
    margin: 0 auto;
}

#newspaper .newspaper-gallery a img
{
    width: 100%;
    height: auto;
    display: block;
    margin: 2px 0;
}

#newspaper h1
{
  text-align: center;
  display: block;
  padding: 0px 10px;
  max-width: 400px;
  border-bottom: 1px solid #969696;
  font-weight: 300;
  font-size: 27px;
  letter-spacing: -2px;
  color: #007cb0;
  line-height: 38px;
  margin: 10px auto 15px;
}

#newspaper h2
{
  text-align: center;
  display: block;
  padding: 0px 10px;
  font-weight: 300;
  font-size: 23px;
  letter-spacing: -2px;
  color: #6a6a6a;
  line-height: 38px;
  margin: 0 auto;
}

.newspaper-page h2
{
  text-align: center;
  display: block;
  padding: 0px 10px;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: -2px;
  color: #6a6a6a;
  line-height: 38px;
  margin: 0 auto;
}

.newspaper-page
{
    max-width: 1200px;
    margin: 0 auto;
}

.newspaper-page img
{
    width: 100%;
    height: auto;
    margin: 10px auto;
}

.news-content p  
{
  font-size: 20px;
  text-align: justify;
text-align-last: left;
    padding: 0 10px;
}

img.timeline
{
  width: 100%;
  height: auto;
}

#slider-product .slide-nav
{
    width: 500px;
    margin: 4px 0;    
}

#slider-product .slide-nav .slick-list
{
    overflow: hidden;
    margin: 0 10px;
    max-width: 480px;
}

#slider-product .slide-nav .slick-prev
{
    left: 1% !important;
}

#slider-product .slide-nav .slick-next
{
    right: 1% !important;
}

#slider-product .slide-nav img
{
    margin: 0 2px;
}

#slider-product .slide-nav img.slick-slide
{
    opacity: 0 !important;
    transition-duration: 250ms;
}

#slider-product .slide-nav img.slick-slide:hover
{
    cursor: pointer;
}

#slider-product .slide-nav img.slick-slide.slick-active
{
    opacity: 0.5 !important;
    transition-duration: 250ms;
}

#slider-product .slide-nav img.slick-active.slick-center 
{
    opacity: 1 !important;
    transition-duration: 250ms;
}

.sidebar
{
  width: 300px;
  float: left;
}

.sidebar .category
{
  width: 250px;
  height: auto;
  border: 3px solid #007cb0;
  margin: 0 auto;
}

.sidebar .category h3 
{
  display: block;
  text-align: center;
  padding: 15px 0 17px;
  width: 100%;
  background: #007cb0;
  color: #ffffff;
  font-size: 25px;
  margin: 0;
  font-weight: 400;
}

.sidebar .category form 
{
  margin-left: 25px;
}

.sidebar input[type=checkbox] + label
{
    margin: 6px 0;
  display: block;
}

.sidebar input[type=checkbox]
{
    font-size: 40px;
  display: none;
}

.sidebar input[type=checkbox] + label:before
{
    content: "\0000D7";
    border: 1px solid #969696;
    padding: 0;
    display: inline-block;
    padding: 2px 2px 5px;
    margin-right: 15px;
    font-size: 35px;
    line-height: 10px;
    color: transparent;
    text-align: center;
}

.sidebar input[type=checkbox]:hover + label:before
{
    border: 1px solid #007cb0;
}

.sidebar input[type=checkbox]:checked + label:before
{
    color: #007cb0;
}

.sidebar .category label 
{
    font-size: 25px;
    font-weight: 400;
  text-transform: uppercase;
}

.offer-product
{
  float: left;
  width: calc(100% - 300px);
}

.offer-product .product
{
  width: 300px;
  margin: 20px 15px;
  text-align: center;
  float: left;
}

.offer-product .product img 
{
  height: 200px;
  margin: 0 auto;
}

.offer-product .product .item-title
{
    height: 70px;
    border-bottom: 1px solid #6a6a6a;
    width: 80%;
    position: relative;
    margin: 0 auto;
}

.offer-product .product .item-title h1 
{
    color: #007cb0; 
    font-weight: 500;
    font-size: 23px;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.offer-product .product h3
{
  display:block;
  padding: 0 5px;
  margin: 5px;
  font-weight: 300;
  color: #6a6a6a;
  font-size: 25px;
}

.offer-product .product a.button
{
  background: #007cb0;
  border: 2px solid #007cb0;
}

.offer-product .product a.button:hover
{
  background: transparent;
  color: #007cb0;
}

a.thumbnail-wrapper
{
  display: block;
  margin: 0 16.5px 20px;
  float: left;
  text-align: center;
  color: #007cb0;
  font-size: 30px;
  letter-spacing: -1px;
}

a.thumbnail-wrapper .caption
{
  border-top: 1px solid #6a6a6a;
  margin-top: 10px;
  padding-top: 10px;
}

a.thumbnail-wrapper:hover
{
  color: #6a6a6a;
}

a.thumbnail-wrapper:hover img 
{
  opacity: 0.7;
}

#map 
{
  width: 100%;
  height: 500px;
}

#footer
{
  background: #007cb0;
  padding: 10px 0;
}

#footer .left
{
  float: left;
}

#footer .right
{
  float: right;
  text-align: right;
}

#footer p 
{
  color: #ffffff;
  letter-spacing: -1px;
  font-size: 20px;
  line-height: 20px;
    margin: 5px 0;
}

#footer p span,
#footer p a 
{
  color: #ffffff;
  font-weight: 600;
}

#footer p a:hover 
{
  color: #969696;
}