
	
	/* portfolio  ############################################################## */
	
h3 {padding-bottom:0;}
p {text-align:left; }


.container .left, .container .right {width:50%;} 
	.container .left {padding-right: 15px;} 
	.container .right {padding-left: 15px;} 
	
.section1 {background-color:#f3f5f7;    overflow-x: hidden;}
	
.zebra-line .hcenter {display: table-cell;vertical-align: middle;height:600px;}


/* slider */
.owl-carousel { width:100%} 
.owl-carousel .owl-stage-outer {    overflow: visible!important;} 
.row {width:100%;max-width:100%;}
.owl-carousel.owl-drag .owl-item {opacity:.1; border-radius:3px;-webkit-border-radius:3px; box-shadow: 0 5px 50px 0 rgba(0,0,0,.23); -webkit-box-shadow: 0 5px 50px 0 rgba(0,0,0,.23);}
.owl-carousel.owl-drag .owl-item.active.center {opacity:1;}

.portfolio .owl-carousel {position:relative;}
.portfolio .owl-carousel.owl-theme .owl-nav {}
.portfolio .owl-carousel.owl-theme .owl-nav button{padding: 20px 32px 28px!important;height: 75px!important;font-size: 56px!important;}
.portfolio .owl-carousel.owl-theme .owl-nav button.owl-prev {left: 9%;}
.portfolio .owl-carousel.owl-theme .owl-nav button.owl-next {right: 9%;}
.portfolio .owl-carousel.owl-theme .owl-nav span{line-height: 25px!important;}
.portfolio .owl-carousel.owl-theme .owl-nav button:hover{color:#fff;background: rgba(237,113,41,1);
    background: -moz-linear-gradient(top, rgba(237,113,41,1) 0%, rgba(230,45,73,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,113,41,1)), color-stop(100%, rgba(230,45,73,1)));
    background: -webkit-linear-gradient(top, rgba(237,113,41,1) 0%, rgba(230,45,73,1) 100%);
    background: -o-linear-gradient(top, rgba(237,113,41,1) 0%, rgba(230,45,73,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,113,41,1) 0%, rgba(230,45,73,1) 100%);
    background: linear-gradient(to bottom, rgba(237,113,41,1) 0%, rgba(230,45,73,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7129', endColorstr='#e62d49', GradientType=0 );}

/* opis */
.portfolio {padding-bottom:0!important;}
.portfolio p {line-height:1.3em;padding: 12px 0;}
.portfolio .container a.button {margin-top: 20px;}
 
a.button.back {position:fixed;left:20px;bottom:10px;background: #fff;border: 0 none;box-shadow: 4px 4px 10px 0 rgba(0,0,0,.5);-webkit-box-shadow:4px 4px 10px 0 rgba(0,0,0,.5); padding: 10px 35px;}
 
/* koniec */
.portfolio-end {float:left;width:100%;height: 0;          background-position: 50% 0;  background-color: #434448;  background-repeat: no-repeat;  padding-top: 42%;  background-size: cover;}
@media(max-width: 1400px) { 
    .portfolio .owl-carousel.owl-theme .owl-nav button.owl-prev {left: 4%;}
	.portfolio .owl-carousel.owl-theme .owl-nav button.owl-next {right: 4%;}
}
@media(max-width: 930px) { 
    /* .portfolio-end {height: 70vw;background-size: 180%;} */
}
@media(min-width: 767px) { 
    .owl-carousel.owl-drag .owl-item li{padding-top: 33px;background:#f3f5f7 url('../default/images/slider-dots.gif') no-repeat 100% 0%;}
}
@media(max-width: 767px) { 
    .zebra-line.portfolio {padding-top: 30px;}
}
