body, li{
	line-height: 1.9em;
	font-size:14px;
	color:#333;
}
p,.item-page li{font-size:16px;}
p{line-height:1.8em;}
h1{
	font-size:1.6em;
}
h2{
	font-size:1.4em;
}
h3{
	font-size:1.2em;
}
h1, h2, h3
{
	line-height:1.4em;
	
}
.item-page h1,.item-page h2,.item-page h3
{
	padding-top:30px;
}
.items-leading h2,.items-leading h1, .item-page h1,.item-page h1,.item-page h2,.item-page h3, .blog h1
{
	text-align:center;
	text-transform: uppercase;;
}
.contact-header
{
  float: right;
  margin-right: 5px;
  font-size:19px;
}
.logo,.navigation, .menu li
{
  float: left;
}
.navigation
{
	width:100%;
}

.logo{
  margin: 20px 0;
  width: 100%;
  text-align:center;
}
.menu a{
  color:#333;
  padding: 0px 12px;
}
.nav > li > a:hover, .nav > li > a:focus
{
  background-color: #00A0E3 !important;
  color:#fff;
}
.nav { margin: auto  auto  12px auto; list-style: none; position: relative;  }
.nav li 
{ 
	display: inline; 
	text-transform: uppercase;
	
}
.nav-top{
	-webkit-box-shadow: 1px 5px 10px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 5px 10px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 5px 10px 1px rgba(0,0,0,0.2);
}
.nav-top .menu
{
	padding: 20px 0;
}
#magic-line 
{ 
	position: absolute; 
	bottom: -17px; 
	left: 0; 
	width: 100px; 
	height: 2px; 
	background: #00A0E3; }
.telephone{
	float: left;
	line-height: 38px;
	margin-left: 10px;
	color:#00A0E3;
}
.digger{
	background:digger.png;
	width:auto;
	height:auto;
	position:absolute;
	right:20px;
	top:40px;
	z-index:2;
	max-width: 80%;
}
.digger img
{
	max-width: 80%;
}
.catogery-container
{
	position: absolute;
	top: 220px;
	z-index:3;
	width:100%;
	-webkit-animation: fadeIn 0.8s;
    animation: fadeIn 0.8s;
}

.category-item
{
	background-color: #00A0E3;
	padding: 2px;
	margin: 5px;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	
	
	
	
}
.category-label
{
	position: absolute;
	bottom: 40px;
	width: inherit;
	text-align:center;
	background-color:rgba(227,30,36,0.8);
	color:#fff;
	padding: 5px 0;
}
.category-label-1
{
	font-size: 1.5em;
	font-weight: 600;
}
.camera_pag
{
	margin-top: -140px;
}
.progresion{
	
	margin-top:-157px;
	position: absolute;
	text-align: center;
	width: 100%;
	//bottom:0px;
}
.background-progresion
{
		background-color:rgba(255,255,255,0.75);
		height: 90px;
}
#shiva
{
	
	background:rgba(0,160,227,0.5);
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color:#fff;	
	font-size:24px;	
	margin: auto;
	margin-top: -40px;
	padding: 0;
	width:100px;
	height:100px;
	-webkit-transition: all 0.1s ease-in-out 0.3s;
    -moz-transition: all 0.1s ease-in-out 0.3s;
    -o-transition: all 0.1s ease-in-out 0.3s;
    -ms-transition: all 0.1s ease-in-out 0.3s;
    transition: all 0.1s ease-in-out 0.3s;
}
#shiva:hover{
	background-color:rgba(227,30,36,0.8);
}
.count
{

padding: 17px;
text-align: center;
display: block;
}
.row-progresion
{
	height:60px;
}
.shiva-label
{
	color:#333;
}




/*******VIEW OFFER DETAILS START***********************/
.view {
    overflow: hidden;
    position: relative;
	border: 2px solid rgba(0,160,227,1);
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 5px  5px 5px 0px rgba(0,0,0,0.75);
}
.offer-details {
    position: relative;
}
.view img {
    -webkit-transition: all 0.4s ease-in-out 0.5s;
    -moz-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.5s;
    -ms-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s;
}
.offer-details img {
    width: 100%;
}
.view .mask {
	
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
	width:100%;
    background-color: rgba(10,10,10,0.6);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0 !important;
    -webkit-transition: all 0.3s ease-in 0.4s;
    -moz-transition: all 0.3s ease-in 0.4s;
    -o-transition: all 0.3s ease-in 0.4s;
    -ms-transition: all 0.3s ease-in 0.4s;
    transition: all 0.3s ease-in 0.4s;
}
.view h2 {
    line-height: 1.2em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;	
    margin: 30px 40px 0px 40px;
    padding: 10px;
    text-align: center;
    opacity: 0 !important;
    -webkit-transform: scale(10) !important;
    -moz-transform: scale(10) !important;
    -o-transform: scale(10) !important;
    -ms-transform: scale(10) !important;
    transform: scale(10) !important;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
	color:#fff;
}
.view p {
    padding: 10px;
    text-align: center;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;
    -webkit-transform: scale(10) !important;
    -moz-transform: scale(10) !important;
    -o-transform: scale(10) !important;
    -ms-transform: scale(10) !important;
    transform: scale(10) !important;
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    -moz-transition: all 0.3s ease-in-out 0.2s;
    -o-transition: all 0.3s ease-in-out 0.2s;
    -ms-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
	color:#fff;
	font-size:14px;
}
.offer-details a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    opacity: 0;
    filter: alpha(opacity=1);
}
.offer-label span {
    border-top: solid 2px #666;
    position: absolute;
    top: -2px;
    text-align: center;
    width: 100%;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.7);
	background-color: #00A0E3;
    padding: 5px 0;
    color: #fff;
    text-transform: uppercase;
}
.offer-details a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    opacity: 0;
    filter: alpha(opacity=1);
}
.view:hover .mask {
     -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
   filter: alpha(opacity=100) !important;
   opacity: 1 !important ;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;

}
.view:hover h2 {
   
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
   filter: alpha(opacity=100) !important;
   opacity: 1 !important;
   -webkit-transform: scale(1) !important;
   -moz-transform: scale(1) !important;
   -o-transform: scale(1) !important;
   -ms-transform: scale(1) !important;
   transform: scale(1) !important;
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
   filter: alpha(opacity=100) !important;
   opacity: 1 !important;
   -webkit-transform: scale(1) !important;
   -moz-transform: scale(1)!important;
   -o-transform: scale(1)!important;
   -ms-transform: scale(1)!important;
   transform: scale(1)!important;
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view:hover img {
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view:hover{
   -webkit-box-shadow: 1px 2px 4px 1px rgba(0,160,227,0.8);
	box-shadow: 1px 1px 4px 1px rgba(0,160,227,0.8);
   -webkit-transition: all 0.4s ease-in-out 0.2s;
   -moz-transition: all 0.4s ease-in-out 0.2s;
   -o-transition: all 0.4s ease-in-out 0.2s;
   -ms-transition: all 0.4s ease-in-out 0.2s;
   transition: all 0.4s ease-in-out 0.2s;
}
.view:hover span
{
    background-color: rgba(227,30,36,0.8);
	color:#fff;
	font-size:0.96em;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
   -moz-transition: all 0.4s ease-in-out 0.2s;
   -o-transition: all 0.4s ease-in-out 0.2s;
   -ms-transition: all 0.4s ease-in-out 0.2s;
   transition: all 0.4s ease-in-out 0.2s;
   
}

.margin-row
{
	
}
.offer-item
{
	margin-top:20px;
}
/*******VIEW OFFER DETAILS STOP***********************/

.camera_wrap
{
	 border-bottom: solid 2px rgba(0,160,227,0.8);
	-webkit-box-shadow: 0px 3px 8px 1px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 3px 8px 1px rgba(0,0,0,0.55);
	box-shadow: 0px 3px 8px 1px rgba(0,0,0,0.55);
}
.readmore-blue {
  
  
}
.readmore {
    margin: 40px;
    text-decoration: none;
	text-align: center;
}
.button-readmore {
    transition: all .2s linear;
    padding: 10px 24px;
    background-color: rgba(227,30,36,1);
    color: #fff !important;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
 .dj-simple-contact-form.style-2 .dj-simple-contact-form.button
{
	 transition: all .2s linear;
    //padding: 10px 24px;
    background-color: rgba(227,30,36,1);
    color: #fff !important;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.dj-simple-contact-form.style-2 .dj-simple-contact-form.button:hover
{
	background-color: rgba(0,160,227,1);
	
}

.button-readmore-blue
{
	background-color: rgba(0,160,227,1);
	transition: all .2s linear;
    padding: 25px;
    float: left;
    color: #fff !important;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	text-align: center;
	
}
.readmore a:hover, .readmore a:focus {

   
    text-decoration: none;
	background-color: rgba(0,160,227,1);
}

.readmore-blue a:hover, .readmore-blue a:focus {
	text-decoration: none;   
   background-color: rgba(227,30,36,1);
}

.footer 
{
	border-top: solid 2px rgba(0,160,227,1);
	-webkit-box-shadow: 0px -1px 10px 1px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px -1px 10px 1px rgba(0,0,0,0.55);
	box-shadow: 0px -1px 10px 1px rgba(0,0,0,0.55);
	background-color: #EBECEC;
	padding: 30px 10px 5px 10px;
}
.footer i, .contact-block i{
	float:left;
	margin:10px;
	
}
.footer .fa{
	color:rgba(227,30,36,1);
}
.footer p
{
	float:leading;
}
.footer-left span
{
	font-size:2.7em;
	
	
}
.footer-right p
{
	font-size:1.2em;
}
.footer-right a, .contact-block a
{
	padding-top: 20px;
	float: left;

}
.footer-right #logo
{
	margin-bottom: 30px;
	max-width:70%;
}
.copyright
{
	font-size:.9em;
}
.copyright-right{
	float:right;
	width: auto;
}
.menu-bottom{
	text-align:center;
	background-color:#00A0E3;
	
}
.menu-bottom .row
{
	display: inline-block;
	
}
.menu-bottom a
{
	color:#fff;
}
.menu-bottom a:hover
{
	text-decoration: underline !important;
}
.blue-line{
	background-image: url(../images/blue_line.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
	display:block;
	position:relative;
	bottom:0;
	
	
}
.aggregate-background, .contact-background
{
	background: linear-gradient(
      rgba(0, 160, 227, 0.5), 
      rgba(0, 160, 227, 0.1)
    ),url(../images/przesypownia.jpg);

}

.lokation-background
{
	background: linear-gradient(
     rgba(0, 160, 227, 0.3), 
      rgba(0, 160, 227, 0.1)
    ),url(../images/mariotrans_lokalizacja.jpg);
}
.aggregate-background,.lokation-background, .contact-background
{
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	margin-top:-20px;
	padding-bottom:30px;
	border-bottom: solid 4px #00A0E3;
	-webkit-box-shadow: 0px 10px 12px 1px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 10px 12px 1px rgba(0,0,0,0.55);
	box-shadow: 0px 10px 12px 1px rgba(0,0,0,0.55);
}
.aggregate-label span
{
    position: absolute;
    top: -2px;
    text-align: center;
    width: 100%;
    height: 25px;
    background-color: rgba(227,30,36,1);    
    padding: 5px 0;
    color: #fff;
    text-transform: uppercase;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 3px  3px 5px 0px rgba(0,0,0,0.75);

}
.aggregate img:hover{
	transform: scale(3);
}

.offer-label-link span
{
    position: absolute;
	bottom: 80px;
	text-align: center;
	width: 80%;
	height: 35px;
	background-color: rgba(227,30,36,1);
	padding: 20px 0;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	margin: auto 40px;
	display: block;
	float: left;

}
.view-link:hover span{
	visibility: hidden!important;
}

.label-blue{
	text-align:center; background-color:rgba(0,160,227,0.8); color:#fff;font-size:1.4em;line-height:1.4em; padding:20px 5px;font-weight: lighter;
}
.banner{
	margin-top: -10px;
	width: 100%;
}
.banner img
{
	width:100%;
}
.banner-label
{
	width:100%;	
	text-align:center;	
	position:absolute;
	margin-top:15px;	
}
.banner-label h1{	
	color: #fff;
	background-color: rgba(227,30,36,0.7);
	margin: 0 50px;
	padding: 40px 0;
	//-moz-border-radius: 2px;
	//-webkit-border-radius: 2px;
	//border-radius: 6px;
	font-size:2.5em;
}
.banner-label-bottom
{
	margin-top:-55px;
	text-align:center;
	
	width:100%;
	z-index:1;
}
.banner-label-bottom h2{
	
	color:#fff;
	padding:5px;
	background-color:rgba(0,160,227,0.8);
	font-size: 1.8em;
	font-weight: inherit;
	
}
.article-body-blue
{
	background-color:#D4EDFC;
	width:100%;
	margin-top: -10px;
	padding-top: 40px;
	border-bottom: solid 4px #00A0E3;
	-webkit-box-shadow: 0px 3px 8px 1px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 3px 8px 1px rgba(0,0,0,0.55);
	box-shadow: 0px 3px 8px 1px rgba(0,0,0,0.55);
}
.article-body-txt
{
	font-size:1.2em;
	margin: 20px 0;
}
.article-body-category
{
	margin: 20px 0;
}
.view:hover .category-label
{
	visibility:hidden;
	background:none;
}
.box-location .item{
	line-height:1.6em !important;
	font-size:14px !important;
}
.box-location a
{
	min-width:140px;
	margin: 5px;
	
}
.contact-block
{
	background-color: rgba(0, 160, 227, 0.3);
	padding:40px;
	color:#fff;
}
.contact-block a
{
	color:#fff;
}
.contact-height{
	font-size: 1.6em;
	
}
.alert{
	margin:20px;
}

/*******LIST LOCATION ARTICLES START***********************/

.items-block{
	padding: 15px 0 15px;
}
.items-block .pull-left{
	margin-right:15px;
}
.blog .readmore{
	text-align:right;
}
/*******LIST LOCATION ARTICLES STOP***********************/
.img-location
{
	max-width:450px;
	text-align:left;
	margin:15px;
	//padding-right:10px;
	float:left;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 5px  5px 5px 0px rgba(0,0,0,0.75);
}
.sigplus-location .sigplus-gallery
{
	text-align:left !important;
}
.task-header{
	font-size: 1.6em;
}
.task-location
{
	float:left;
	padding-left:10px;
}
.item-image
{
	max-width:300px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 5px  5px 5px 0px rgba(0,0,0,0.75);
}
.page-header{
	border-bottom:none;
}

.image-shadow{
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 5px  5px 5px 0px rgba(0,0,0,0.75);
	margin-top:15px;
}


.fixed_menu{
    display: block;
    float: top;
    position: fixed;
    width: 100%;    
    top: 0;
    left: 0;
    z-index: 4;
    -webkit-animation: fadeIn 0.8s;
    animation: fadeIn 0.8s;
	background-color:rgba(255,255,255,1);
	height:65px;
}
.fixed_menu .nav-collapse{
    margin-top: 5px;
}
.fixed_menu .brand{
    padding:1px;
    margin:1px;
}
.fixed_menu img{
    max-width:70%;
}
.fixed_logo
{
	position: fixed;
	right: 10px;
	max-width: 250px;
	z-index: 5;
	top:10px;
}
.fixed_contact-header
{
	position: fixed;
	right: 10px;
	z-index: 5;
}
.fixed_contact-header  .fa-3x
{
	font-size:1em;
}
.fixed_contact-header .telephone
{
	line-height: 30px;
}
.hidden{
	visibility: hidden;
}
.body-shadow{
	-webkit-box-shadow: 0px 9px 8px 1px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 9px 8px 1px rgba(0,0,0,0.55);
	box-shadow: 0px 9px 8px 1px rgba(0,0,0,0.55);
	border-bottom: solid 4px #00A0E3;
	margin-top:-80px;
}

.links-machine
{
	display: block;
    position: absolute;
    top: 250px;
    margin: 0 auto;
    padding: 10px;
    width: 300px;
    left: 20px;
	background-color: #333;
	color:#fff;
}
.links-machine img{
	 transition: all 2.2s linear;
	-webkit-animation: fadeIn 0.8s;
    animation: fadeIn 0.8s;
}
.links-machine a{
	color:#fff;
	line-height: 2.5em;
	display: block;
}
.links-header{
	border-bottom: 1px dashed #fff;
}
.links-header h2{
	padding:1px;
}
.links-details ul{
	padding:5px 10px;	
	margin:0;
}
.links-details li
{
	padding-left:10px;
}
.links-details li:hover
{
	background-color:rgba(227,30,36,1)
}
.clear
{
	clear: both;
}
