
.icon-previous:before,
.icon-backward:before {
	content: "<";
}
.icon-next:before,
.icon-forward:before {
	content: ">";
}
.icon-first:before {
	content: "<<";
}
.icon-last:before {
	content: ">>";
}

.pagination-list li.active a{
	color:red;
}

.pagination ul li, .list-footer ul li{
display: inline;
padding: 0px 10px 0px 10px;
}

.pagination ul, .list-footer ul {
list-style-type: none; }


.element-invisible{ display: none }
@font-face {
    font-family: 'ProximaNovaLight';
    src: url('../fonts/ProximaNovaLight.eot');
    src: url('../fonts/ProximaNovaLight.eot') format('embedded-opentype'),
         url('../fonts/ProximaNovaLight.woff2') format('woff2'),
         url('../fonts/ProximaNovaLight.woff') format('woff'),
         url('../fonts/ProximaNovaLight.ttf') format('truetype'),
         url('../fonts/ProximaNovaLight.svg#ProximaNovaLight') format('svg');
}
@font-face {
    font-family: 'ProximaNovaBold';
    src: url('../fonts/ProximaNovaBold.eot');
    src: url('../fonts/ProximaNovaBold.eot') format('embedded-opentype'),
         url('../fonts/ProximaNovaBold.woff2') format('woff2'),
         url('../fonts/ProximaNovaBold.woff') format('woff'),
         url('../fonts/ProximaNovaBold.ttf') format('truetype'),
         url('../fonts/ProximaNovaBold.svg#ProximaNovaBold') format('svg');
}
@font-face {
    font-family: 'ProximaNovaLightItalic';
    src: url('../fonts/ProximaNovaLightItalic.eot');
    src: url('../fonts/ProximaNovaLightItalic.eot') format('embedded-opentype'),
         url('../fonts/ProximaNovaLightItalic.woff2') format('woff2'),
         url('../fonts/ProximaNovaLightItalic.woff') format('woff'),
         url('../fonts/ProximaNovaLightItalic.ttf') format('truetype'),
         url('../fonts/ProximaNovaLightItalic.svg#ProximaNovaLightItalic') format('svg');
}

body {
  color: #131b33;
  font-size:16px;
  line-height: 1.3em;
  font-family: 'ProximaNovaLight';
  background: url('../images/bg.png');
}
.myfancyphotourl{
  position: fixed;
  display: table;
  z-index: 99999;
  background-color: #fe7b17;
  color: #fff;
  padding:0 15px;
  height: 30px;
  line-height: 30px;
  top:0;
  left:0;
}
.myfancyphotourl a,
.myfancyphotourl a:hover{
  color: #fff;
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
}
.nav > li > a:hover, .nav > li > a:focus {
  background: none;
  outline: none;
}
::selection {
  color: #fff;
  background-color: #fe7b17;
}
::-moz-selection {
  color: #fff;
  background-color: #fe7b17;
}
input:focus, button:focus, select:focus, textarea:focus{
  outline: none;
}
.absolute-link{
  position: relative;
}
.fortable{
  overflow: auto;
}
.fortable table{
  min-width: 1000px;
  max-width: 1920px;
}
.absolute-link a{
  position: absolute;
  top:0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 7;
}
a {
  text-decoration: none;
  color: #23325c;
}
a:hover {
  text-decoration: none;
  color: #fe7b17;
}
a:focus {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
.offset-top{
  margin-top: 30px;
}
.offset-bottom{
  margin-bottom: 30px;
}
.justify{
  text-align: justify;
}
.text-right{
  text-align: right;
}
.text-left{
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
}
strong{
  font-family: 'ProximaNovaBold';
}
button, input[type="submit"]{
  cursor: pointer;
}
p{
  margin:0;
}
.menu-button {
  display: none;
  padding: 10px 20px;
  background:#fe7b17;
  color: #fff;
  border: none;
  margin: 0;
}
.search-button{
  display: none;
  padding: 0px 20px;
  background:#0061aa;
  color: #fff;
  height: 33px;
  line-height: 33px;
  border: none;
  margin: 0;
}
.mybg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.mybg > a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.zoomIt{
  position: relative;
  overflow: hidden;
}
.zoomIt div, .zoomIt img{
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.productone .mybg{
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.productone:hover .mybg{
  transform:scale(1.1); 
  -webkit-transform:scale(1.1); 
  -moz-transform:scale(1.1); 
  -o-transform:scale(1.1); 
}
.zoomIt:hover > div, .zoomIt:hover > img{
  transform:scale(1.1); 
  -webkit-transform:scale(1.1); 
  -moz-transform:scale(1.1); 
  -o-transform:scale(1.1); 
}
hr {
  margin: 50px 0;
  border: none;
  height: 2px;
  width: 100%;
  background: #23325c;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.myHidden {
  position: fixed;
  opacity: 0;
  z-index: -10;
  top: -200px;
  left: -300px;
}
.rounded-icon{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #cfcfcf;
  border-radius: 500px;
  text-align: center;
}
.rounded-icon:hover{
  background:#fe7b17;
}
.vertical-helper{
  display: table;
  width: auto;
  margin:0 auto;
}
.vertical-center{
  display: table-cell;
  vertical-align: middle;
}
.wait1, .wait2, .wait3, .wait4 {
  opacity: 0;
}
.row:before, .row:after, .container:before, .container:after,
.containerbig:before, .containerbig:after{
  content: " ";
  display: table;
}
.row:after, .container:after, .containerbig:after{
  clear: both;
}
.row-margin{
  margin-left: -15px;
  margin-right: -15px;
}
.lg20, .lg30, .lg40, .lg50, .lg60, .lg70, .lg80, .lg75, .lg25, .lg33, .lg66, .lg10, .lg90,
.md20, .md30, .md40, .md50, .md60, .md70, .md80, .md75, .md25, .md33, .md66, .md10, .md90,
.sm20, .sm30, .sm40, .sm50, .sm60, .sm70, .sm80, .sm75, .sm25, .sm33, .sm66, .sm10, .sm90,
.xs20, .xs30, .xs40, .xs50, .xs60, .xs70, .xs80, .xs75, .xs25, .xs33, .xs66, .xs10, .xs90,
.customw
{
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bbpaddings{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
}
.lg20, .lg30, .lg40, .lg50, .lg60, .lg70, .lg80, .lg75, .lg25, .lg33, .lg66, .lg10, .lg90{
  float: left;
}
.lg100, .xs100, .sm100, .md100{width: 100%; display: block; position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.lg20{width: 20%;}
.lg25{width: 25%;}
.lg75{width: 75%;}
.lg33{width: 33.333%;}
.lg66{width: 66.666%;}
.lg30{width: 30%;}
.lg40{width: 40%;}
.lg50{width: 50%;}
.lg60{width: 60%;}
.lg70{width: 70%;}
.lg80{width: 80%;}
.lg10{width: 10%;}
.lg90{width: 90%;}
.padding-15{padding-left:15px;padding-right: 15px;}
.padding-30{padding-left:30px;padding-right: 30px;}
.padding-50{padding-left:50px;padding-right: 50px;}
.text-center{text-align: center;}
.containerbig{display: block;position: relative;width: 1560px;/*padding-left:15px;padding-right:15px;*/margin-left:auto;margin-right:auto;}
.container{display: block;position: relative;width: 1500px;padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto;}
.pull-right{
  float: right;
}
.centerMe{
  margin: 0 auto;
  float: none;
}
.whitebg{
  background: #fff;
}
.standardh{
  height: 180px;
}
.paddings{
  padding-top:30px;
  padding-bottom: 30px;
}
.insocials {
  display: table;
  width: auto;
  position: fixed;
  list-style-type: none;
  padding: 0;
  margin: 0;
  top: 70px;
  right: 0;
  z-index: 777;
}
.insocials li a {
    display: block;
    width: 30px;
    border: 1px solid #23325c;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: -1px;
    color: #23325c;
}
.vertbigh{
  height: 790px;
}
.horismallh{
  height: 300px;
}
.vertsmallh{
  height: 460px;
}
.bottombg{
  background-image: url('../images/navybluebg.jpg');
  color: #fff;
}
.bottombg a{
  color: #fff;
}
.header{
  position: fixed;
  z-index: 999;
  top:0;
  left:0;
  right:0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header.coiled{
  top:-55px;
}
.header .whitebg{
  padding-top:15px;
  padding-bottom: 15px;
}
.header .logo, .header .top-search{
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header.coiled .logo, .header.coiled .top-search{
  opacity:0;
}
.main-menu ul{
  display: table;
  padding:0;
  font-size: 15px;
  font-family: 'ProximaNovaBold';
  text-transform: uppercase;
  margin:0;

  list-style-type: none;
  width: 100%;
}
.main-menu ul li{
  float: left;
  position: relative;
}
.main-menu ul li a{
  display: block;
  color:#23325c;
  padding: 15px 6px 5px 6px;
} 
.main-menu ul li a:hover, .main-menu ul li.active > a{
  color: #fe7b17;
}
.main-menu > div > ul > li:last-child > a{
  padding-right: 0;
}
.main-menu > div > ul > li:first-child > a{
  padding-left: 0;
}
.main-menu ul li ul{
  position: absolute;
  top: 100%;
  display: none;
  left:-15px;
  width: 250px;
  background: #fff;
  font-family: 'ProximaNovaLight';
  -webkit-animation-name: formenu;
    -webkit-animation-duration: 0.3s;
    animation-name: formenu;
    animation-duration: 0.3s;
}
.main-menu ul li:hover > ul{
  display: block;
}
.main-menu ul li.item-166 ul, .main-menu ul li.item-166:hover > ul,
.main-menu ul li.item-273 ul, .main-menu ul li.item-273:hover > ul,
.main-menu ul li.item-321 ul, .main-menu ul li.item-321:hover > ul{
  display: none;
}
.main-menu ul li ul li{
  float: none;
}
.main-menu ul li ul li a{
  padding: 8px 15px;
  border-bottom: 1px solid #eaeaea;
}
.main-menu ul li ul li:last-child > a{
  border: none;
}
.main-menu ul li ul li.active > a{
  font-family: 'ProximaNovaBold';
}
.inputbox{
  border: none;
  border-top: 1px solid #23325c;
  border-bottom: 1px solid #23325c;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  line-height: 30px;
}
.top-search{
  padding-top: 5px;
}
.top-search input[type="search"]{
  background-image: url('../images/lupe.png');
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
.bgheaders h1, .bgheaders h2, .bgheaders h3{
  margin-bottom: 30px;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1em;
}
.bgheaders h1 span, .bgheaders h2 span, .bgheaders h3 span{
  display: inline-block;
  padding: 10px 20px;
  background-image: url('../images/headersbg.png'); 
}
.newshome h2{
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1em;
}
.boxdate{
  margin-top: 20px;
}
.stoneone{
  height:200px;
}
.stoneone h3{
  position: absolute;
  display: inline-block;
  line-height: 1em;
  padding:7px;
  background: #fff;
  top:0;
  text-transform: uppercase;
  font-family: 'ProximaNovaBold';
  font-size: 13px;
  margin:0;
  right: 43px;
  box-sizing: border-box;
  -ms-transform: rotate(-90deg); /* IE 9 */
    -ms-transform-origin: 100% 0%; /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 100% 0%; /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    transform-origin: 100% 0%;
}
.boxtxtinside .boxtxtdesc{
  position: absolute;
  bottom: 20px;
  text-transform: uppercase;
  color: #fff;
  left:20px;
}
.boxtxtinside .boxtxtdesc a{
  color: #fff;
}
.button{
  display: inline-block;
  padding:6px 12px;
  text-transform: uppercase;
}
.check-button{
  padding: 9px 12px 8px;
  margin-bottom: 10px;
}

.whitebutton.button{
  background: #fff;
  color: #131b33;
}
.boxtxtinside .boxtxtdesc h3{
  margin-bottom: 10px;
  font-family: 'ProximaNovaBold';
  font-size: 40px;
  line-height: 1em;
}
.boxtxtinside .boxtxtdesc h3 span{
  font-size: 14px;
  display: block;
  line-height: 1.1em;
  font-family: 'ProximaNovaLight';
}
.stoneusedprojects-header{
  text-transform: uppercase;
}
.stoneusedprojects-header h3{
  font-size: 42px;
  line-height: 1em;
  margin-top: 20px;
  padding-bottom: 45px;
  margin-bottom: 30px;
  background-image: url('../images/border.png');
  background-position: bottom center;
  background-repeat: no-repeat;
}
.borderedbutton{
  border: 1px solid #131b33;
  text-transform: uppercase;
}
.bigbutton{
  padding-top:30px;
  padding-bottom: 30px;
}
.bigbutton .readmore{
  border-top:1px solid #131b33;
  padding-top: 10px;
  margin-top: 10px;
}
.bigbutton h3{
  font-size: 40px;
  line-height: 1em;
  font-family: 'ProximaNovaBold';
}
.bottom h3{
  font-family: 'ProximaNovaBold';
  font-size: 20px;
  line-height: 1em;
  padding-bottom: 15px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  position: relative;
}
.bottom h3:after{
  position: absolute;
  display: block;
  width: 80px;
  max-width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  bottom:0;
  left:0;
}
.bottom ul{
  list-style-type: none;
  margin:0;
  padding:0;
}
.bottom ul li{
  border-bottom: 1px solid #353e4f;
}
.bottom ul li a{
  display: block;
  padding: 8px 10px;
}
.bottom ul li:last-child{
  border: none;
}
.bottom-left img{
  margin-bottom: 15px;
}
.footer{
  text-transform: uppercase;
}
.footer ul{
  display: table;
  margin: 30px auto;
  list-style-type: none;
  padding:0;
}
.footer ul li{
  float: left;
  padding: 0 10px;
  border-right: 1px solid #898989;
}
.footer ul li:last-child{
  border: none;
}
.footer-eu{
  padding-bottom:20px;
}
.newsone h3{
  margin-top: 15px;
  font-family: 'ProximaNovaBold';
  position: relative;
  margin-bottom: 15px;
  text-align: left;
  padding-bottom: 15px;
}
.newsone h3:after{
  position: absolute;
  display: block;
  width: 80px;
  max-width: 100%;
  height: 2px;
  background: #131b33;
  content: "";
  bottom:0;
  left:0;
}
.newshome .readmore{
  float:right;
}
.heighttoset{
  height: 335px;
}
.newnewshome{
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('../images/promocje.png');
}
.newnewshome h4{
  font-size: 55px;
  line-height: 1em;
  margin-bottom: 15px;
}
.newnewshome .button{
  margin-top: 25px;
}
.blackbutton{
  background: #131b33;
  color: #fff;
}
.blackbutton:hover{
  background: #fff;
  color: #131b33;
}
::-webkit-input-placeholder {
    color:#131b33;
}
:-moz-placeholder {
   color:#131b33;
   opacity:  1;
}
::-moz-placeholder {
   color:#131b33;
   opacity:  1;
}
:-ms-input-placeholder {
   color:#131b33;
}
.newsone-in-list{
  margin-bottom: 30px;
}
.newsone-in-list h3:after{
  display: none;
}
.newsone-in-list:before{
  content: "";
  position: absolute;
  bottom: 8px;
  left: 15px;
  width: 100px;
  max-width: 100%;
  height: 2px;
  background: #131b33;
}
.news-readmore{
  display: inline-block;
  padding:-left: 15px;
  float: right;
  margin-top: 20px;
  background: #fff;
  position: relative;
  z-index: 4;
}
.txt-img{
  max-width: 400px;
  padding-right: 30px;
  padding-bottom: 30px;
  float: left;
}
.bgheaders .newsheader{
  font-family: 'ProximaNovaBold';
  margin-top:20px;
  margin-bottom: 20px;
}
.backbutton{
  font-family: 'ProximaNovaBold';
  display: inline-block;
  border: none;
  background: none;
  float: right;
  height: 22px;
  line-height: 22px;
  padding: 10px 0;
  font-size: 16px;
}
.content-txt h4{
  font-size: 20px;
  text-transform: none;
  margin-bottom:20px;
  line-height: 1em;
  font-family: 'ProximaNovaBold';
}
.content-txt{
  text-align: justify;
}
.content-txt h5{
  font-size: 16px;
  text-transform: none;
  margin-bottom:20px;
  line-height: 1em;
  font-family: 'ProximaNovaBold';
}
.left-sidebar ul{
  margin: 0;
  padding:0;
  list-style-type: none;
  background: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 333;
}
.left-sidebar ul li{
  border-bottom: 1px solid #eaeaea;
}
.left-sidebar ul li a{
  display: block;
  padding: 7px 10px;
}
.left-sidebar ul li.active > a{
  font-family: 'ProximaNovaBold';
}
.productone h3{
  font-family: 'ProximaNovaBold';
  margin: 20px 0 0 0;
  font-size: 18px;
  line-height: 1em;
}
.productone h4{
  margin: 0 0 20px 0;
  font-family: 'ProximaNovaLight';
  font-size: 18px;
  line-height: 1em;
}
.pagination ul{
  padding:0;
  margin:0;
  list-style-type: none;
}
.pagination ul li{
  float: left;
} 
.pagination ul li a, .pagination ul li span{
  display: block;
  padding: 5px;
  min-width: 20px;
  border: 1px solid #eaeaea;
  text-align: center;
}
.pagination ul li span.pagenav{
  font-family: 'ProximaNovaBold';
}
div.tooltip{
  background: rgba(0,0,0,0.6);
  border: none;
  display: none;
  color: #fff;
}
.product-top-desc h1{
  margin:0;
}
.navyblue-button{
  color: #fff;
  border: 1px solid #131b33;
  background:#131b33;
}
.desc-row-one{
  padding-top:15px;
  padding-bottom: 15px;
  border-top: 1px solid #e6e6e6;
}
.table{
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1em;
  border-color: #dddddd;
}
.table th{
  font-family: 'ProximaNovaBold';
}
.table td, .table th{
  padding:15px;
  border: 1px solid #ddd;
  text-align: left;
}
.table td span:after{
  content: ", ";
}
.table td span:last-child:after{
  content: "";
}
.filters-sidebar h3{
  padding-top: 30px;
  border-top: 1px solid #e6e6e6;
  font-size: 18px;
  cursor:pointer;
  background-image: url('../images/arrowbottom.png');
  background-repeat: no-repeat;
  background-position: right 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filters-sidebar .isopen h3{
  background-image: url('../images/arrowtop.png');
}
@-webkit-keyframes frombottom {
    0%   {opacity:0; top:100px;}
    100% {opacity:1; top:0px;}
}
@keyframes frombottom {
    0%   {opacity:0; top:100px;}
    100% {opacity:1; top:0px;}
}
.form-row{
  margin-bottom: 10px;
}
.filtersubmit{
  font-family: 'ProximaNovaBold';
  padding: 10px;
  letter-spacing: 2px;
}
.filters-sidebar .filtrone .form-row{
  display: none;
}
.nice-hover-for-white{
  position: relative;
  -webkit-transition: 0.3s;
  background: #fff;
  transition: 0.3s;
}
.inline-form{
  display: inline-block;
}
.nice-hover-for-white:before{
  content:"";
  position: absolute;
  top:0;
  width:0;
  background: #131b33;
  height:100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nice-hover-for-white p, .nice-hover-for-white h3, .nice-hover-for-white span{
  position: relative;
  z-index: 4;
}
.nice-hover-for-white:hover{
  color: #fff;
}
.nice-hover-for-white-left:before{
  right:0;
}
.nice-hover-for-white-right:before{
  left:0;
}
.nice-hover-for-white:hover:before{
  width: 100%;
}
/*--------------*/
.nice-hover-for-dark{
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nice-hover-for-dark:before{
  content:"";
  position: absolute;
  top:0;
  width:0;
  background: #fff;
  height:100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nice-hover-for-dark p, .nice-hover-for-dark h3, .nice-hover-for-dark span{
  position: relative;
  z-index: 4;
}
.nice-hover-for-dark:hover{
  color: #131b33;
}
.nice-hover-for-dark-left:before{
  right:0;
}
.nice-hover-for-dark-right:before{
  left:0;
}
.nice-hover-for-dark:hover:before{
  width: 100%;
}
.sliderh{
  height: 35vw;
}
.badge{
  display: inline-block;
  padding: 2px 8px;
  color: #fff;
  border-radius: 500px;
  background: #131b33;
}
.result-one{
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom:1px solid #ddd;
}
.result-title{
  font-family: 'ProximaNovaBold';
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
}
.list-without-txt h3{
  margin-bottom: 0;
  padding-bottom: 0;
}
.list-without-txt:before{
  display: none;
}
.input, .select{
  height: 30px;
  line-height: 30px;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0 8px;
  color:#565555;
  display: block;
  text-align: left;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.conditionals{
  padding-top: 10px;
  padding-bottom: 10px;
  background: #e1e1e1;
  margin-bottom: 10px;
}
input, select, textarea{
  font-family: 'ProximaNovaLightItalic';
}
.mybreakline{
  height: 1px;
  margin: 50px 0;
  background: #e1e1e1;
  clear: both;
}
.table.row-table td, .table.row-table th{
  border-left:none;
  border-right: none;
  border-top: none;
}
.table.row-table tr:last-child td{
  border-bottom: none;
}
.list-in-media h3{
  margin-bottom: 0;
  padding-bottom:0;
  letter-spacing: 0;
  text-transform: none;
}
.list-in-media h3 em{
  font-weight: 400;
}
.filtrone input[type="checkbox"]{
  margin-right: 10px;
}
.likeinputmore{
  position: absolute;
  top: 100%;
  left:0;
  display: none;
  left: 15px;
  z-index: 333;
  margin-top: -31px;
  border: 1px solid #e1e1e1;
  padding: 4px 5px 4px 4px;
  background: #fff;
}
.likeinputmore .form-row{
  margin-bottom: 5px;
}
.likeinputmore input[type="checkbox"]{
  margin-right: 5px;
}
.closeMe, .likeinput .input{
  cursor: pointer;
}
.closeMe{
  margin:0;
}
.table td, .input, .select, .likeinput{
  text-transform: uppercase;
}
.flipper .news-readmore{
  background: none;
}

.newsone h3 {
    font-size: 18px;
}


.list-in-media h3 em{
  display: block;
  font-family: 'ProximaNovaLight';
}













/**************** thumbs **************/
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}

#fancybox-thumbs.bottom {
  bottom: 2px;
}

#fancybox-thumbs.top {
  top: 2px;
}

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
  opacity: 1;
}

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}
/********* flipper ***********/
    .flip-container {
      -webkit-perspective: 1000;
      -moz-perspective: 1000;
      -ms-perspective: 1000;
      perspective: 1000;

      -ms-transform: perspective(1000px);
      -moz-transform: perspective(1000px);
          -moz-transform-style: preserve-3d; 
          -ms-transform-style: preserve-3d; 
    }



      /* START: Accommodating for IE */
      .flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
}

.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 1;
}
    
    /* END: Accommodating for IE */

    .flip-container, .front, .back {

      height: 427px;
    }

    .flipper {
      -webkit-transition: 0.6s;
      -webkit-transform-style: preserve-3d;
      -ms-transition: 0.6s;

      -moz-transition: 0.6s;
      -moz-transform: perspective(1000px);
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;

      transition: 0.6s;
      transform-style: preserve-3d;

      position: relative;
    }

    .front, .back {
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden;

        -webkit-transition: 0.6s;
        -webkit-transform-style: preserve-3d;
        -webkit-transform: rotateY(0deg);

        -moz-transition: 0.6s;
        -moz-transform-style: preserve-3d;
        -moz-transform: rotateY(0deg);

        -o-transition: 0.6s;
        -o-transform-style: preserve-3d;
        -o-transform: rotateY(0deg);

        -ms-transition: 0.6s;
        -ms-transform-style: preserve-3d;
        -ms-transform: rotateY(0deg);

        transition: 0.6s;
        transform-style: preserve-3d;
        transform: rotateY(0deg);

      position: absolute;
      top: 0;
      left: 0;
    }

    .front {
      -webkit-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      z-index: 2;
    }

    .back {
      -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        z-index: 1;
    }

.table .tableheader td{
  background: #eaeaea;
  text-align: center;
}
.tablesummary td{
  background: #f4f4f4;
}
.tablesummaryall td{
  background: #f4f4f4;
}
.table .tableheader .headersummary{
  display: inline-block;
  margin-left: 20px;
  text-transform: lowercase;
}
.popup{
  display: none;
}
.popup-bg{
  position: fixed;
  top:0;
  left:0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  z-index: 1000;
}
.popup .popup-content{
  position: fixed;
  width:100%;
  height: 100%;
  top:0;
  left:0;
  overflow: auto;
  display: block;
  background: #fff;
  padding: 50px;
  z-index: 1001;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
.closePopup{
  position: absolute;
  top:5px;
  right: 5px;
  cursor: pointer;
}
.contentajax{
  min-height: 300px;
  background-position: center;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  -webkit-transition: 1s;
  transition: 1s;
  opacity:1;
}
.contentajax.loading{
   background-image: url('../images/preloader.gif');
   opacity:0.6;
}
.imgtotop{
  vertical-align: top;
}
.no-readmoreline #system-readmore{
  display: none;
}
.ajaxloading{
  position: relative;
}
.ajaxloading:after{
  position: absolute;
  content: "";
  top:0;
  left:0;
  display: block;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color:rgba(255,255,255,0.8);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/preloader.gif');
}
#createpdf.ajaxloading:after{
  background-color:#fff;
}
.autocomplete-suggestions{
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 4px;
  border: 2px solid #e1e1e1;
  overflow: auto;
}
.autocomplete-suggestions .autocomplete-suggestion{
  padding: 3px;
}
.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected{
  background-color: #131b33;
  color: #fff;
}
.bold-border{
  border-bottom: 3px solid #000;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

@media(max-width:1620px){
.containerbig{width: 1210px;}
.container{width: 1210px;}

.main-menu ul{
  clear: both;
}
.top-right-part{
  width: 100%;
}
body{
  padding-top: 115px;
}
.main-menu{
  width: 100%;
}
.top-search{
  position: absolute;
  bottom:100%;
  right:0;
  margin-bottom: 5px;
}
.main-menu ul li{
  display: table-cell;
  float: none;
  text-align: center;
}
.main-menu ul li ul li{
  display: block;
  text-align: left;
}
.main-menu > div > ul > li:first-child > a{
  padding-left:10px;
}
.main-menu > div > ul > li:last-child > a{
  padding-right:10px;
}
}
@media(max-width:1270px){
.md100{width: 100%;}
.md20{width: 20%;}
.md25{width: 25%;}
.md75{width: 75%;}
.md33{width: 33.333%;}
.md66{width: 66.666%;}
.md30{width: 30%;}
.md40{width: 40%;}
.md50{width: 50%;}
.md60{width: 60%;}
.md70{width: 70%;}
.md80{width: 80%;}
.md10{width: 10%;}
.md90{width: 90%;}
.md20, .md30, .md40, .md50, .md60, .md70, .md80, .md75, .md25, .md33, .md66, .md10, .md90{
  float: left;
}
.hidden-md{
  display: none;
}

.md-offset-top{
  margin-top: 30px;
}
.containerbig{width: 930px;}
.container{width: 930px;}
.boxtxtinside .boxtxtdesc h3 {
  font-size: 25px;
}
.bigbutton h3 {
  font-size: 25px;
}
.vertbigh {
  height: 690px;
}
.horismallh {
  height: 250px;
}
.vertsmallh {
  height: 410px;
}
.newsone h3 {
  font-family: "ProximaNovaBold";
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.list-in-media h3{
  margin-bottom: 0;
  padding-bottom:0;
}
.list-without-txt h3{
  margin-bottom: 0;
  padding-bottom: 0;
}
.filters-sidebar h3{
  font-size: 15px;
}
}
@media(max-width:992px){
.sm100{width: 100%;}
.sm20{width: 20%;}
.sm25{width: 25%;}
.sm75{width: 75%;}
.sm33{width: 33.333%;}
.sm66{width: 66.666%;}
.sm30{width: 30%;}
.sm40{width: 40%;}
.sm50{width: 50%;}
.sm60{width: 60%;}
.sm70{width: 70%;}
.sm80{width: 80%;}
.sm10{width: 10%;}
.sm90{width: 90%;}
.sm20, .sm30, .sm40, .sm50, .sm60, .sm70, .sm80, .sm75, .sm25, .sm33, .sm66, .sm10, .sm90{
  float: left;
}
.sm-offset-top{
  margin-top: 30px !important;
}
.containerbig{width: 710px;}
.container{width: 710px;}
.bottom-left img{
  display: block;
  margin: 0 auto;
}
.heighttoset{
  height: auto;
}
.stoneusedprojects-header h3{
  font-size: 30px;
}
.newnewshome h4{
  font-size: 40px;
}
.main-menu ul li a{
  font-size: 12px;
  padding: 15px 0 5px 0;
}
.hidden-sm{
  display: none;
}

.map-bg{
  text-align: center;
}

}
@media(max-width:767px){
.xs100{width: 100%;}
.xs20{width: 20%;}
.xs25{width: 25%;}
.xs75{width: 75%;}
.xs33{width: 33.333%;}
.xs66{width: 66.666%;}
.xs30{width: 30%;}
.xs40{width: 40%;}
.xs50{width: 50%;}
.xs60{width: 60%;}
.xs70{width: 70%;}
.xs80{width: 80%;}
.xs10{width: 10%;}
.xs90{width: 90%;}
.xs20, .xs30, .xs40, .xs50, .xs60, .xs70, .xs80, .xs75, .xs25, .xs33, .xs66, .xs10, .xs90{
  float: left;
}
.container, .containerbig{width: 100%;padding-left: 10px;padding-right: 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.hidden-xs{
  display: none;
}
.xs-offset-top{
  margin-top: 30px;
}
.sliderh{
  height: 60vw;
}
.padding-30{padding-left:15px;padding-right: 15px;}
.stoneusedprojects-header h3{
  font-size: 25px;
}
.newnewshome h4{
  font-size: 35px;
}
.footer ul li{
  float: none;
  border: none;
  padding: 8px;
}
.header .whitebg{
  padding: 10px 0;
  /*height: 54px;*/
    font-size: 0.8rem;
   padding: 0px 15px 0px 0px;
}

.header .whitebg div.custom{
	padding: 45px 10px 0 10px;
}

.main-menu ul{
  display: none;
  position: fixed;
  top:54px;
  left:0;
  box-sizing: border-box;
  padding-left:15px;
  padding-right: 15px;
}
.main-menu ul li{
  float: none;
  background: #fff;
  text-align: left;
  display: block;
}
.main-menu ul li ul{
  position: relative;
  top:0;
  left:0;
  padding-left: 20px;
}
.menu-button{
  display: block;
  margin:0;
  position: fixed;
  /*top: 55px;*/
  top: 0px;
  right: 15px;
}
.logo{
  width: 170px;
  position: absolute;
  top:10px;
  left: 0;
}
.top-search {
  padding-top:0;
  position: relative;
}
body{
  padding-top: 55px;
  padding-bottom: 60px;
}
.main-menu ul li:last-child > a{
  padding-right: 15px;
}
.main-menu ul li:first-child > a{
  padding-left: 15px;
}
.main-menu ul li a{
  padding: 5px 15px;
  font-size: 14px;
}
.search-button{
  display: block;
  float:right;
  position: absolute;
  top:0;
  right:15px;
}
.top-search input{
  display: none;
}
.xs-offset-bottom{
  margin-bottom: 30px;
}
.table td, .table th{
  padding:5px;
}
.left-sidebar ul{
  margin-bottom: 30px;
}
.standardh{
  height: 50vw;
}
.insocials{
  top: 115px;
}


}






@-webkit-keyframes formenu {
    0%   {opacity:0; top:60px;}
    100% {opacity:1; top:100%;}
}
@keyframes formenu {
    0%   {opacity:0; top:60px;}
    100% {opacity:1; top:100%;}
}


.fromBottom{
    -webkit-animation-name: frombottom;
    -webkit-animation-duration: 1s;
    animation-name: frombottom;
    animation-duration: 1s;
    opacity:1;
}

@-webkit-keyframes frombottom {
    0%   {opacity:0; top:100px;}
    100% {opacity:1; top:0px;}
}
@keyframes frombottom {
    0%   {opacity:0; top:100px;}
    100% {opacity:1; top:0px;}
}
.visiblee{
  opacity: 1 !important;
}


/*==============*/
.table-title{
  font-size: 20px;
  font-family: 'ProximaNovaLight';
}

.table-title-2{
  font-size: 15px !important;
  text-align: center;
  border-bottom: 2px solid #c6c6c6;
  padding: 20px 0;
}

.table-bg{
  background-color: #f6f6f6;
  padding: 30px 20px;
}


.table-transport{
  width: 100%;
  padding: 10px 0;
   border-collapse: collapse;
}

.table-transport td{
  padding:15px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.table-transport tr:last-child td{
  border: none;
} 


.map-bg{
  background-image: url("../images/mapka-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.text-img-bottom{
  font-size: 32px;
  font-weight: 700;
  padding: 25px 0;
  line-height: 1.1em;
}

.bigger-offset-top{
  margin-top:80px;

}

.st-bg-1{
  background-image: url("../images/k1-bg.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.st-bg-2{
background-image: url("../images/k2-bg.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.stone-row span{
text-transform: uppercase;
}
.stone-row {
padding: 30px;
font-size: 18px;
color: #fff;
min-height: 130px;
}

.table-ad td{
  text-align: left !important;
}


.bannerslogan {
  position: absolute;
  font-style: italic;
  color: #fff;
  font-family: 'EB Garamond', serif;
  top: 29%;
  left: 54%;
      text-shadow: 2px 4px #000000;

}

.bannerslogan h2{
  text-transform: none;
  font-size: 100px;
  text-transform: lowercase;
}

.bannerslogan span{
  font-family: 'ProximaNovaBold';
  text-transform: uppercase;
  position: relative;
  top:55px;
  font-style: normal;
  font-size: 65px;
  left:-4%;
  letter-spacing: 5px;
}





.bannerdesc{
  position: absolute;
  bottom: 5%;
  left: 3%;
  font-size: 30px;
  color: #fff;
  font-family: 'ProximaNovaBold';
  text-transform: uppercase;
  text-shadow: 2px 4px #000000;
}




.bannerdesc h3{
  font-family: 'EB Garamond', serif;
  font-style: italic;
  text-transform: none;
  font-size: 28px;
  margin-bottom: 10px;
}




.slide-opis {
    bottom: 5px;
    font-family: "ProximaNovalight";
    font-size: 16px;
    left: 59%;
    line-height: 1.1;
    position: absolute;
    top: 84%;
    max-width: 600px;
    color:#fff;
	/*background-color: rgba(105,105,105,0.6);*/
	/*text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);*/
	text-shadow: 0 0 3px #000000, 0 0 5px #000000;
}
 



@media(max-width:1620px){
.bannerslogan h2{font-size: 70px;}
.bannerslogan span{font-size: 50px;}
.bannerdesc{bottom: 8%;}
.slide-opis{top:77%; left:45%; max-width: 500px;}
}



@media(max-width:1270px){
.bannerslogan h2{font-size: 50px;}
.bannerslogan span{font-size: 30px;}
.bannerdesc{bottom: 8%;}
.slide-opis{top:72%; left:45%;}
.left-sidebar ul {margin-bottom: 30px;}
}



@media(max-width:992px){
.map-bg{text-align: center;}
.bannerslogan{top:10%;}
.bannerslogan h2{font-size: 40px;}
.bannerslogan span{font-size: 30px;}
.slide-opis {left: 35%; top:60%;max-width:450px;}

}

@media(max-width:767px){
.bannerslogan {left: 25%; top:30%;}
.bannerslogan h2{font-size: 55px;}
.bannerslogan span{font-size: 35px; top:40px;}
.slide-opis{display: none;}
.bannerdesc{font-size: 20px;}
.bannerdesc h3{font-size: 18px;}
.table-transport td {padding: 0;}
.tabela-transport{padding: 0;}
.padding-30{padding: 5px;}
.myfancyphotourl span{display: none;}
}


@media(max-width: 640px){
.padding-15 {
	padding:0px;
}
	
	table.table.row-table{
		font-size:8px;
		
	}

	.fortable .table.row-table td.magazyn_status{
		width:10px;
		/*max-width:20px;*/
		overflow: hidden;
		line-height:10px;
	}
	.fortable .table.row-table td.magazyn_magazyn{
width: 10px;
    /* max-width: 20px; */
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 10px;
    overflow: hidden;
	}
		
	.fortable .table.row-table td.magazyn_symbol{
		width:40px;
		max-width:40px;
	}
	
	.fortable .table.row-table td.magazyn_opis{
		width:130px;
		max-width:130px;
		    display: table;
			height: 30px;
	}	
	
	.fortable .table.row-table td.magazyn_stan{
		width:20px;
		max-width:20px;
		    display: table-cell;
			    text-align: center;
	}


	
	.fortable .table.row-table td.magazyn_jm{
		width:10px;

		display: table-cell;
	}	
	.hidden-print.zdj_blok{
		display:none;
	}
	.hidden-print.szczegoly{
		width:60px;
		 display: block;
	}	
	.fortable table {
		/*min-width: 400px;
		max-width: 500px; 
		width:100%;
		*/
	    min-width: 300px;
    max-width: 400px;
    width: 400px;
    table-layout: fixed;	
	}
	
	.fortable .table.row-table td, .table.row-table th {
			max-width:50px;
			word-wrap: break-word;         /* All browsers since IE 5.5+ */
		/*	overflow-wrap: break-word;*/
			font-size: 8px;
	}
	th.thmagazyn{
		 width: 22px;
		max-width: 22px;
		height: 10px;
		line-height: 9px;
		
	}	
	
	.fortable .table.row-table td.imgtotop {
		display:none;
	}
	th.hidden-print{
		/*display:none;*/
		
	}
	td.hidden-print{
		/*display:none;*/
		
	}	
	

	
	
}

@media print{
#adminForm .row.normal-inputs{
  display: none;
} 
.insocials{
  display: none;
}
#adminForm .row .lg50.text-right .blackbutton.button{
  display: none;
}
.mybreakline{
  display: none;
}
.hidden-print, .top-right-part, .bottom, .pwebbox{
  display: none;
}
.logo{
  width: 100%;
  text-align: center;
  top:0;
  left:0;
  position: relative;
  margin-bottom: 20px;
}
.footer, .footer-eu, #cookies-message-container{
  display: none;
}
.fortable table{
  width: 100%;
  min-width: 100px;
  max-width: 30000px;
  border-collapse:separate;
  border-spacing: 2px;
}
.fortable .table td, .fortable .table th {
    padding: 5px 1px;
    border: 1px solid #ddd;
}
.header{
  position: relative;
}
.containerbig, .container{
  width: 100%;
  padding:0;
  overflow: visible;
} 
body{
  font-size: 12px;
}
.content-txt{
  padding:0;
}
.content-txt .fortable{
  overflow: visible;
}
.content-txt .fortable table{
  border-spacing: 0px;
  border-collapse:collapse;
  min-width: 30px;
}

}
