body{
	background: url(../img/body_bg.jpg) top center no-repeat, #fff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	padding-bottom: 500px;
	box-sizing:	border-box;
	  
}
.container{
	max-width: 1180px;
	width: 1150px;
	margin: 0 auto;	
	padding: 0;
	box-sizing: border-box;
	/*overflow-x: hidden;*/
}


#nav-icon1{
  display: none;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 30px;
  top: 65px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ff7800;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
}

#nav-icon1 span:nth-child(3) {
  top: 20px;
}

#nav-icon1.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


/* #################################################################     
   #####################           NAVBAR        ###################     
   #################################################################   */
#navbar{
	height: 115px;
	width: 100%;	
	background: #fff;
	position: relative;
}
.hideME{
	font-style: normal;	
}
#navbar .logo{
	position: absolute;
	z-index: 999;
	min-width: 280px;
	top:0;
	float: left;
	background: #fff;	
	height: 115px;
	text-align: center;
}
#navbar .logo img{
	max-width: 100%;
	height: auto;
}
.mini-nav{
	float: right;
	width: calc(100% - 280px);
	height: 48px;
	background: #eeeeee;	
}
.mini-nav ul{
	width: auto;
	float: right;
}
.mini-nav ul > li{
	float: left;
	font-size: 13px;
	font-weight: 300;
	margin-top: 15px;
	padding: 0 10px;
	background: url(../img/sep.png) right center no-repeat;
}
.mini-nav ul li:first-child img{
	margin: 0 5px;	
	transition: 0.2s;
}
.mini-nav ul li:first-child img:hover{
	transform: scale(0.75);
}
.mini-nav ul li:nth-child(2),
.mini-nav ul li:nth-child(3){
	margin-top: 12px;
	padding: 0 15px;
}
.mini-nav ul li:nth-child(2) img,
.mini-nav ul li:nth-child(3) img{
	margin-top: 3px;
	padding-right: 5px;
}
.mini-nav ul li:nth-child(2) a span,
.mini-nav ul li:nth-child(3) a span{	
	vertical-align: 30%;
	color: #000;
	font-weight: 400;
}
.mini-nav ul li:nth-child(2){
	position: relative;
	background: none;
	margin-top: 6px;
}
.mini-nav ul li:nth-child(2) .btn-default{
	background: none;	
	border: none;
	outline: none;
	height: 35px;
}
.mini-nav ul li:nth-child(2) .btn-default span{
	font-weight: 500;
}
.mini-nav ul li:nth-child(3){
	margin-top: 0;
    height: 48px;
	width: 249px;
    background: #ff7800;
}
.bootstrap-select.btn-group .dropdown-menu li{
	margin: 5px 0;
	padding: 0;
	background: none;
}
.main-nav{	
	float: right;
	width: calc(100% - 280px);
	display: table;
	height: 66px;
	background: #eeeeee;
	overflow: hidden;
}
.main-nav ul{
	width: 100%;
	float: right;
	height: 64px;
	display: table-row;
	background: #eeeeee;
}
.main-nav ul li{
	float: left;
	height: 64px;
	line-height: 64px;
	display: table-cell;
	background: #fff;
	border-left: 1px #eee solid;
	position: relative;
	text-align: center;
	width: calc(100% / 7);
}
.main-nav ul li:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right:0;
  margin:0 auto;
  width: 0%;
  border-bottom: 1px solid #1b242b;
  transition: 0.4s;
}
.main-nav ul li:hover:after{
	width: 100%;	
}
.main-nav ul li a:hover{
	transition: 0.4s;
	color: #ff7800;
}
.main-nav ul li a{
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	color: #002442;
	font-weight: 600;
}
.mini-nav li input{
	padding: 0;
	width: calc(100% - 35px);
	padding-left: 20px;
	box-sizing: border-box;
	height: 48px;
	background: transparent;
	border: none;
	outline: none;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
}
.mini-nav li button{
	width: 25px;
	height: 21px;
	border: none;
	outline: none;
	vertical-align: middle;
	background: url(../img/search-ico.png) center center no-repeat;	
}

.btn-group.bootstrap-select.fit-width{
	height: 30px;	
}

/* #################################################################     
   #####################             TOP         ###################     
   #################################################################   */
#top{
	position: relative;
	top: 500px;	
	left: 0;
	right: 0;
	margin: 0 auto;
}
#top .top-box,
#sprzet .top-box{
	height: 335px;	
	position: relative;
}
.top-box-orange{
	position: absolute;
	left:0;
	top: 49px;
	display: block;
	width: 31px;
	height: 23px;
	background: #ff7800;
}
.image-left .top-box-orange{
	right: 0;	
	left: auto;
}

.top-box-content{
	position: absolute;
	left: 62px;
	top: 43px;
	width: 260px;	
}

#sprzet .top-box-content{
	top: 50px;	
}
#sprzet .top-box-content{
	width: 550px;	
}
.image-left .top-box-content{
	right: 62px;
	left: auto;
}

#sprzet .top-box-content h3,
#sprzet .top-box-content p{
	text-align: left;	
}
#sprzet.top-box-content{
	width: 500px;
}
.top-box-content h3{
	font-size: 32px;
	font-weight: 300;	
}
.top-box-content h3 strong{
	font-weight: 600;	
}
#sprzet .image-left .top-box-content h3{
	text-align: right;
}
#sprzet .image-left .top-box-content p{
	direction:rtl;
	text-align:justify;
}
.top-box-content p{
	padding: 25px 0px;
	line-height: 25px;	
	font-size: 15px;
	width: 250px;
	font-weight: 400;
}
#sprzet .top-box-content p{
	width: 550px;	
	text-align: justify;
}
.top-box-content button,
#middle .container .width40 div button,
#middle .container .width60 .width50 button,
.newsletter .container form button,
.b_submit,
.b_reset{
	width: 200px;
	height: 48px;
	border-radius: 0px;
	display: inline-block;
    padding: 10px 16px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
	border: none;
	outline: none;
}
#top .top-box.ft{	
	background: url(../img/top-box-left.png) bottom center no-repeat, #ededed;
}
#top .top-box.ft .top-box-content h3{
	color: #353535;
} 
#top .top-box.ft .top-box-content h3 strong{
	color: #002442;
} 
#top .top-box.ft .top-box-content p{
	color: #002442;
} 
#top .top-box.ft .top-box-content button,
#middle .container .width60 .width50 button,
.b_submit{
	color:#fff;
	background-color: #ff7800;    
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transition-property: color,background-color,border;	
}
#top .top-box.ft .top-box-content button:hover,
#middle .container .width60 .width50 button:hover,
.b_submit:hover{
	color: #ff7800;
	background-color: transparent;
	text-decoration:none;
	border: 1px solid #ff7800;
}
#top .top-box.sd{	
	background: url(../img/top-box-right1.jpg) top right no-repeat;
}
#top .top-box.sd .top-box-content{
	width: 310px;
}
#top .top-box.sd .top-box-content h3,
#top .top-box.sd .top-box-content h3 strong,
#top .top-box.sd .top-box-content{
	color: #fff;
} 

#top .top-box.sd .top-box-content button,
#middle .container .width40 div button,
.newsletter .container form button,
.b_reset{	
    background-color: transparent;
    color: #ff7800;
    border: 1px solid #ff7800;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transition-property: color,background-color,border;	
}
#top .top-box.sd .top-box-content button:hover,
#middle .container .width40 div button:hover,
.b_reset:hover{
	color: #fff;
	background-color: #ff7800;
	text-decoration: none;
}



/* #################################################################     
   #####################           OFERTA         ##################     
   #################################################################   */
#oferta{
	position: relative;	
	top: 530px;
	height: 523px;
	background: url(../img/of.jpg) top center no-repeat;
}
#oferta.sub{
	background: none;
}
#oferta .container h5,
#nowosci .container h5{
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: #ff7800;
	text-transform: uppercase;
}
#oferta .container h2,
#nowosci .container h2{
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	color: #1a1a1a;
	margin: 10px 0;
}
span.thin-line{
	margin: 30px auto 0 auto;
	display: block;
	width: 50px;
	border-bottom: 1px #aaaaaa solid;
}
span.thin-line-orange{
	margin: 20px auto 15px auto;
	display: block;
	width: 40px;
	border-bottom: 1px #ff7800 solid;
}
span.thin-line-green{
	margin: 20px auto 15px auto;
	display: block;
	width: 40px;
	border-bottom: 1px #21b249 solid;
}
span.thin-line-blue{
	margin: 20px auto 15px auto;
	display: block;
	width: 40px;
	border-bottom: 1px #014bff solid;
}
#oferta .width25{
	text-align: center;	
	height: 200px;
	border-top: 1px #f4f4f4 solid;
	border-left: 1px #f4f4f4 solid;
	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    transition-property: background-color;	
}
#oferta .width25:nth-child(4n){
	border-right: 1px #f4f4f4 solid;	
}
#oferta .width25:nth-last-child(-n+4){
	border-bottom: 1px #f4f4f4 solid;	
}
#oferta .width25:last-child{
	background-color: #ff7800;	
}
#oferta .width25 img{
	margin-top: 20px;	
	max-width: 100%;
	max-height: 90px;
}
#oferta .width25 p{
	text-transform: uppercase;
	font-weight: 800;
	font-size: 16px;
	color: #000000;	
}
#oferta .width25:hover:not(:last-child){
	background-color: #ff7800; 
	cursor: pointer;
}
#oferta .width25:last-child:hover{
	background-color: #f4f4f4;
	cursor: pointer;
}


/* #################################################################     
   #####################          MIDDLE          ##################     
   #################################################################   */
#middle{
	position: relative;	
	top: 530px;
	width: 100%;
	background: #f4f4f4;
	padding-top: 80px;
}
#middle .container .width40{
	height: 470px;
	background: url(../img/middle-bg.png) bottom right no-repeat;
}
#middle .container .width40 div{
	margin: 40px 0px;
	width: 322px;
}
#middle .container .width40 div h2{
	font-size: 32px;
	font-weight: 300;
	color: #00182e;
	line-height: 35px;
}
#middle .container .width40 div h2 strong{
	font-weight: 800;
}
#middle .container .width40 div p{
	font-size: 15px;
	font-weight: 500;
	color: #7f7f7f;
	line-height: 20px;
	margin: 40px 0px;
}
#middle .container .width60{
	background: url(../img/yt.jpg) top center no-repeat, #fff;
	height: 390px;	
	-webkit-box-shadow: 0px 0px 50px 20px rgba(163,163,163,0.27);
	-moz-box-shadow: 0px 0px 50px 20px rgba(163,163,163,0.27);
	box-shadow: 0px 0px 50px 20px rgba(163,163,163,0.27);	
}
#middle .container .width60 .width50 div{
	text-align: center;
	margin-top: 80px;
}
#middle .container .width60 .width50 h4{
	font-size: 24px;
	font-weight: 300;
	color: #1b242b;
}
#middle .container .width60 .width50 h2{
	font-size: 28px;
	font-weight: 800;
	color: #ff7800;
	margin: 25px 0 55px 0;
}
#middle .container .width60 .w50-l{
	height: 100%;
	text-align: center;
	background: url(../img/middle-sep.png) center left no-repeat;
}
#middle .container .width60 .w50-l img{
	padding-top: 70px;
}




/* #################################################################     
   #####################          NOWOSCI         ##################     
   #################################################################   */
#nowosci{
	position: relative;	
	top: 500px;
}
#nowosci .container .w25 .nowosci-content{
	border: 1px #e5e5e5 solid;
	width: 94%;
	margin: 0 auto;
	text-align: center;
	min-height: 325px;
}
#nowosci .container .w25 .nowosci-content:hover{
	border: 1px #ff7800 solid;
}

.nowosci-content img{
	margin-top: 30px;
	margin-bottom: 10px;
	max-width: 90%;
}

.nowosci-content p{
	text-transform: lowercase;
	font-weight: 800;
	font-size: 16px;
	color: #000000;	
}
.nowosci-content ul{
	width: 98%;
	height: 105px;
	margin: 30px auto 5px auto;
	padding: 15px 0px;
	background: #fafafa;	
}
.nowosci-content ul li{
	height: 25px;
	line-height: 25px;
	text-align: left;
	width: 60%;
	margin:0 auto;
	padding-left: 30px;
	vertical-align: bottom;
	font-size: 14px;
	color: #161d22;
}
.nowosci-content ul li:first-child,
.itemBox div ul li:first-child{
	background: url(../img/nowosci-dsc-1.png) left center no-repeat;
}
.nowosci-content ul li:nth-child(2),
.itemBox div ul li:nth-child(2){
	background: url(../img/nowosci-dsc-2.png) left center no-repeat;
}
.nowosci-content ul li:nth-child(3),
.itemBox div ul li:nth-child(3){
	background: url(../img/nowosci-dsc-3.png) left center no-repeat;
}

.owl-theme .owl-controls .owl-page span{	
	width: 8px!important;
	height: 8px!important;
	opacity: 1!important;
	box-shadow: 0 0 0 2px #bdbdbd!important;
	background: #fff!important;
}
.owl-theme .owl-controls .owl-page.active span{
	box-shadow: 0 0 0 2px #ff7800!important;
}

.owl-pagination{
	margin-top: 20px;	
}

/* #################################################################     
   #####################          FOOTER          ##################     
   #################################################################   */
#footer{
	position: relative;	
	top: 480px;
}
.newsletter{
	width: 100%;
	padding: 40px 0px;
	background: #ff7800;	
}
.newsletter h3{
	float: left;
	color: #fff;
	width: 150px;
	font-size: 24px;
	height: 48px;
	line-height: 48px;
	vertical-align: middle;
}
.newsletter form{
	float: left;
	width: 460px;
}
.newsletter p{
	width: calc(100% - 610px);
	float: left;
	font-size: 12px;
    color: #fff;
    padding-left: 35px;
	box-sizing: border-box;
	text-align: justify;
	line-height: 16px;
}
.newsletter .container form div{
	float: left;
	width: 300px;	
}
.newsletter .container form div input{
	width: 100%;
	box-sizing: border-box;
	height: 48px;
	outline: none;
	font-size: 14px;
	border-top: 1px rgba(255,255,255,0.7) solid;
	border-left: 1px rgba(255,255,255,0.7) solid;
	border-bottom: 1px rgba(255,255,255,0.7) solid;
	border-right: 0;
	font-weight: 600;
	text-indent: 25px;
	background: transparent;
	color: #fff;
	
}
.newsletter .container form button{
	float: left;
	color: #fff;
	width: 160px;
	border: 1px solid #181f25;
	background:	 #181f25;
}
.newsletter .container form button:hover{
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.7);
	background: transparent;
	text-decoration: none;
}

.footer-main{
	background: #1b242b;
	padding: 40px 0 60px 0;	
}
.footer-main .container .width40 img{
	margin-bottom: 30px;
}
.footer-main .container .width40 p{
	color: #9a9c9e;
	font-size: 14px;
	line-height: 19px;
	width: 100%;
	float: left;
}
.footer-main .container .width40 p span{
	display: block;
	width: 150px;
	padding-left: 30px;
	height: 20px;	
	color: #fff;
	font-weight: 600;
	float: left;
}
.footer-main .container .width40 p span.clock{
	background: url(../img/footer-clock.png) center left no-repeat;
}
.footer-main .container .width40 p span.tel{
	background: url(../img/footer-tel.png) center left no-repeat;
}
.footer-main .container .width40 .text{
	color: #9a9c9e;
	font-size: 14px;
	line-height: 20px;
	width:90%;
	font-weight: 300;
	margin-bottom: 20px;
}
.footer-main .container .width20 h6{
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	margin-top: 15px;
}
.footer-main .container .width20 ul{
	margin-top: 30px;
	width: 100%;
}
.footer-main .container .width20 ul li{
	
	padding: 6px 0 6px 20%;
	background: url(../img/footer-sep.png) 7% center no-repeat;
}
.footer-main .container .width20 ul li a{
	color: #a8aaab;
	font-size: 14px;
	cursor: pointer;
}
.footer-main .container .width20 ul li a:hover{
	color: #fff;
}

.copyrights{
	padding: 30px 0;
	background: #fff;
}
.copyrights .container p,
.copyrights .container span,
.copyrights .container span a{
	color: #a8aaab;
	font-size: 14px;
	font-weight: 300;
}
.copyrights .container span a:hover{
	color: #4c4c4c;	
}
.copyrights .container p{
	float: left;
}
.copyrights .container span{
	float: right;
}
.copyrights ul{
	float: left;	
}
.copyrights ul li{
	float: left;
	background: url(../img/list.jpg) center right no-repeat;
}
.copyrights ul li:last-child{
	background: none;
}
.copyrights ul li a{
	color: #000;
	font-size: 14px;
	font-weight: 500;
	padding: 0 15px;
	
}
.copyrights ul li a:hover{
	color: #ff7800;
}
.copyrights ul li:first-child a{
	padding-left: 0;
}
.copyrights ul li:last-child a{
	padding-right: 0;
}
.star{
	width: 80%;
	padding-left: 20%;
	color: #fff;
	font-size: 14px;
	background: url(../img/footer-star.png) 12% center no-repeat;
}
.ref{
	width: 80%;
	padding-left: 20%;
	color: #fff;
	font-size: 14px;
	background: url(../img/footer-ref.png) 12% center no-repeat;
}

/* #################################################################     
   #####################         SUBPAGES         ##################     
   #################################################################   */
#oferta.sub,
#middle.sub,
#footer.sub{
	top: 280px;
}
#oferta .container .width30 a span.catName{
	display: block;
	width: 100%; 
	height: 80px;
	background-color: #161d22;
	text-align: center;
	line-height: 80px;
	font-size: 20px;
	font-weight: 700;
	padding:2px 0px;
	color: white;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transition-property: font-size;	
}
#oferta .container .width30 a span.catName:hover{
	font-size: 18px;
}


#oferta .container .width30 > ul{
	width: 100%;		
}
#oferta .container .width30 > ul li{
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	background: #f4f4f4;
	-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    transition-property: border;	
}
#oferta .container .width30 > ul li img{
	float: left;
	height: 30px;
	margin: 10px;
}

#oferta .container .width30 > ul li a{
	float: left;
	text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
	-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    transition-property: color;	
}  
#oferta .container .width30 > ul li.cActive{
	border-left: 8px #ff7800 solid;		
	background: #EDEDED;
}
#oferta .container .width30 > ul li.cActive a span{
	color: #ff7800;
}
#oferta .container .width30 > ul li:hover{
	border-left: 8px #ff7800 solid;
}   
#oferta .container .width30  ul li:hover a{  
	color: #ff7800;
}
#oferta .container .width30 > ul li:last-child{
	background: #ff7800;	
}
#oferta .container .width30 > ul li:hover:last-child{
	border-left: 8px #000 solid;	
}
 #oferta .container .width30 > ul li:last-child:hover a{
	color:#fff;	
}  


#oferta .container .width30 > ul > ul li{
	padding-left: 85px;
	height: 30px;
	line-height: 30px;
}
#oferta .container .width30 > ul > ul li a{
	font-weight: 600;	
	font-size: 13px;
}
#oferta .container .width30 > ul > ul li:last-child{
	background: #f4f4f4;	
}
#oferta .container .width30 > ul > ul li:hover{
	border: none !important;
	color:#ff7800 !important;
}
#oferta .container .width30 > ul > ul li:hover a{
	color:#ff7800 !important;
}
#oferta .container .width30 > ul li.activeMenu a{
	color: #ff7800;
}

#oferta .container .width70 {
	width: 68%;
	min-height: 500px;
	margin-left: 2%;
	padding: 2%;
	background: #f4f4f4;
	background: #f4f4f4; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f4f4f4, #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f4f4f4, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f4f4f4, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f4f4f4, #fff); /* Standard syntax */
}


#oferta .container .width70 h1{
    font-size: 28px;
	line-height: 40px;
    font-weight: 300;
    color: #ff7800;
	text-align: left;
}
#oferta .container .width70 p.path,
#oferta .container .width70 p.path a{
	font-size: 10px;	
	color: #161d22;
}
#oferta .container .width70 p.path a:hover{	
	color: #ff7800;
}

.userContent{
	margin: 25px 0px;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	color: #161d22;
}
.userContent img{
	text-align: center;
}
.contactForm{
	width: 100%;	
}
.contactForm div{
	width: 100%;	
}
.contactForm div select,
.contactForm div select option,
.contactForm div input,
.contactForm div textarea{
	width: 100%;
	height: 50px;
	text-indent: 30px;
	color: #353434;  
    font-size: 13px;
    font-weight: 600;
	border-radius: 5px;
	outline: none;
	border: 1px  #aaaaaa solid;
	margin: 5px 0px;
}
.contactForm div textarea{
	padding: 10px 0px;
	max-width: 100%;
	min-width: 100%;
	height:	65px;
	max-height: 65px;
	min-height: 65px;
}
.contactForm div select,
.contactForm div select option{
	color: #ff7800;	
	font-weight: 800;
}
.sweet-alert button{
	background: #ff7800!important;	
}
.userContent .tab{
	margin-top: 20px;
	margin-bottom: 25px;
}
.userContent .tab table{
	width: 60%!important;
	float: left!important;	
}
.userContent .tab table tr{
	height: 25px;	
	color: #161d22;
	font-weight: 300;
	font-size: 14px;
	border-top: 1px #ededed solid;
}
.userContent .tab table tr:nth-child(2n+1){
	background: #f4f4f4; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff, #EDEDED); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #EDEDED); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #EDEDED); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #EDEDED); /* Standard syntax */
}
.userContent .tab table tr:first-child{
	color: #161d22;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	height: 35px;
	line-height: 35px;
	background: #EDEDED; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#EDEDED, #f4f4f4, #EDEDED); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#EDEDED, #f4f4f4, #EDEDED); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#EDEDED, #f4f4f4, #EDEDED); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#EDEDED, #f4f4f4, #EDEDED); /* Standard syntax */
}
.userContent .tab table tr td{
	padding: 5px 0px 5px 15px;
	border-right: 1px #f4f4f4 solid;	
}
.userContent .imgSection img{
	/*width: 49%;*/
	padding: 5px;
	border: 1px #EDEDED solid;
	margin: 3px;
	float: left;
}
.itemBox a{
	display: block;	
	width: 100%;
	height: 200px;
}
.itemBox{
	width: 31.33%;
	margin: 10px 1%;
	height: 400px;	
	border: 1px #ededed solid;
	background: #fff;
	overflow: hidden;
}
.itemBox img{
	text-align: center;
	max-width: 99%;
	height: 150px;
	float: left;
}
.itemBox div{
	text-align: center;
	height: 200px;
	padding: 10px;	
	width: 55%;
	float: left;
}
.itemBox div p{
	margin-top: 15px;	
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 500;
	
}
.itemBox div ul{
	margin:0 auto;
	width: 200px;
}
.itemBox div ul li{
	color: #161d22;
}
.itemBox div button{
	margin-top: 15px;	
}
.itemBox:hover{
	border: 1px #ff7800 solid;	
	cursor: pointer;
}

.nr a:hover{
	background: none;
	border: 1px #ff7800 solid;
	color: #ff7800;	
}
#location-info{
	padding: 60px 50px 100px 0;
	height: 300px;
	text-align: right;
	background: url(../img/location.png) top left no-repeat;	
}
#location-info h4{
	font-size: 28px;	
    font-weight: 600;
    color: #ff7800;
    line-height: 28px;
}
#location-info h6{
	font-size: 18px;	
    font-weight: 500;
    color: #3c3c3c;
    line-height: 20px;
}
#location-info p{
	font-size: 18px;	
    font-weight: 500;
    color: #00182e;
    line-height: 24px;
}
#wrapper-maps{
	height: 300px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.kontaktBox{
	width: 20%;
	float: left;	
}
.uslugiBox{
	width: 50%;
	float: left;	
}
.kontaktBox .name,
.uslugiBox .name{
	font-size: 12px;	
    font-weight: 600;
    color: #00182e;
	text-transform: uppercase;
    line-height: 18px;	
}
.kontaktBox .name-info{
	font-size: 18px;	
    font-weight: 600;
    color: #ff7800;
    line-height: 18px;	
}
.kontaktBox .line,
.uslugiBox .line{
	width: 50px;
	margin-top: 30px;
	margin: 0 auto;
	display: block;
	border-bottom: 1px #ff7800 solid;	
}
.kontaktBox table{
	margin: 0 auto;	
}
.kontaktBox table tr td{
	padding: 5px 10px;	
	font-size: 14px;	
    font-weight: 300;
}
.kontaktBox table tr td:first-child{
	text-align: right;
}
.kontaktBox table tr td:last-child{
	text-align: left;
}

#movies{
	cursor: pointer;	
}
#movies:hover{
	opacity: 0.85;	
}
#xmpl img{
	-webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    transition-property: border, transform;		
}
#xmpl img:hover{
	transform: scale(0.98);
	border: 1px solid #ff7800!important;	
}
.ytBox{
	width: 330px;
	height: 220px;	
	margin: 8px 10px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    transition-property: opacity;	
	border: 1px solid #efefef;
}
.ytBox:hover{
	opacity: 0.90;
}
#filmy{
	text-align: center;	
}
#of{
	color: #1b242b;
    line-height: 26px;
    font-weight: 300;
    font-size: 16px;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;	
}
#of p{
	text-align: left;	
}
#of p b{
	font-weight: 600;
}

/* #################################################################     
   #####################          MEDIA           ##################     
   #################################################################   */

@media all and (max-width: 1180px){
	.container{
		width: 99%;	
	}
	.hideME{
		display: none;	
	}
	body{
		background: url(../img/body_bg_small.jpg) top left no-repeat, #fff;
	}
	
	
	
	#middle .container .width60 .w50-l img{
		max-width: 100%;	
	}
	.newsletter .container form div input{
		width: 305px;	
	}
	.itemBox{
		width: 98%;
		margin: 10px 1%;	
	}
	.itemBox img{
		padding: 10px;	
	}
	.uslugiBox.f{
		padding-left: 200px!important;
	}
	.uslugiBox.t{
		padding-right: 200px!important;
	}
	.kontaktBox{
		width: 33.333%;	
	}	
	.kontaktBox.row1{
		margin-top: 80px;
		width: 50%;	
	}
		
}
@media all and (max-width: 1070px){
	#sprzet .top-box-content{
		width: 50%;	
	}
	#sprzet .top-box-content p{
		width: 100%;	
	}
}
@media all and (max-width: 965px){

}
@media all and (max-width: 960px){
	#nav-icon1{
		display: block;	
	}
	.main-nav ul{
		display: none;	
	}
	.main-nav.open ul{
		display: block;
		position: absolute;
		top: 115px;
		right:0;
		width: 360px;
		height: 0px;
		overflow: hidden;
		z-index: 99999;
	}
	.main-nav.open ul li{
		text-align: left;
		width: 100%;
		text-align: center;
		height: 50px;
		line-height: 50px;
	}
	.main-nav.open ul li a{
		display: block;
		width: 100%;
	}
	
	.main-nav.open ul li input{
		padding-left: 0;	
	}
		
	#middle .container .width60 .width50 div{
		margin-top: 60px;	
	}
	#middle .container .width60 .w50-l img{
		padding-left: 10px;	
		padding-top: 90px;
	}
	.newsletter h3{
		width: 100%;
		line-height: 35px;
		text-align: center;	
	}
	.newsletter form{
		float: none;
		width: 100%;	
		text-align: center;
	}
	.newsletter .container form div{
		width: 70%;	
	}
	.newsletter .container form div input{
		width: 97%;
    	float: right;
	}
	.newsletter .container form button{
		width: 27%;	
	}
	.mini-nav ul > li{
		padding: 0;	
	}
	i.breakMe{
		display: block;		
	}
	.width20.footer2{
		width: 28%	
	}
	.width20.footer3,
	.width20.footer4{
		width: 32%;	
	}
	.footer-main .container .width20.footer4 ul{
		margin-top: 0;	
	}
	.footer-main .container .width20.footer4 h6{
		display: none;	
	}
	.copyrights .container p{
		width: 100%;	
	}
	.copyrights .container span{
		width: 100%;
		float: left;
		padding-top: 15px;
	}
	.userContent .imgSection img{
		width: 48%;	
	}
	
	#oferta.sub .container .width30{
		width: 40%;	
	}
	#oferta .container .width70{
		width: 58%;
	}
	
	.itemBox, .itemBox a{
		text-align: center;
		height: 400px;	
	}
	.itemBox img{
		float: none;
	}
	.itemBox div{
		width: 100%;	
	}
	.kontaktBox{
		margin: 50px 0;
		width:50%;
		float: left;	
	}
	.kontaktBox.row1{
		margin: 50px 0;
	}
	.uslugiBox.f{
		padding-left: 140px!important;
	}
	.uslugiBox.t{
		padding-right: 140px!important;
	}
	#sprzet .top-box-orange{
		display: none;
	}
	#sprzet .top-box-content{
		left: 0px;	
	}
	#sprzet .image-left .top-box-content{
		left: auto;
		right: 0;	
	}
	#sprzet .top-box:nth-child(even){
		background-position: bottom left -10vw!important;	
	}
	#sprzet .top-box:nth-child(odd){
		background-position: bottom right -10vw!important;	
	}
	#searchRes{
		width: 96%!important;
	}
	
	.newsletter p{
		width: 100%;
		box-sizing: border-box;
		padding: 10px 30px;	
	}
}
@media all and (max-width: 860px){
	
	
}
@media all and (max-width: 775px){
	.mini-nav ul > li:first-child{
		display: none;	
	}
}
@media all and (max-width: 768px){
	
	#top .top-box.ft,
	#top .top-box.sd{
		width: 100%;	
	}
	#oferta .width25{
		width: 50%;	
	}
	#oferta .width25:nth-child(2n){
		border-right: 1px #f4f4f4 solid;	
	}
	#middle .container .width40,
	#middle .container .width60{
		width: 100%;	
	}
	#middle{
		padding-top: 0;	
	}
	#middle .container .width40{
		height: auto;	
	}	
	#middle .container .width40 div{
		width: 50%;
		text-align: center;		
	}
	#middle .container .width60{
		height: 370px;	
	}
	.newsletter .container form div{
		width: 60%;	
	}
	.newsletter .container form button{
		width: 37%;	
	}
	.footer-main .container .width40{
		width: 99%;
		margin-left: 1%;	
	}	
	.width20.footer2,
	.width20.footer3,
	.width20.footer4{
		width: 49%;
		margin-left: 1%;
	}
	.width20.footer2,
	.width20.footer3{
		margin-top: 40px;	
	}
	
	#oferta.sub .container .width30{
		width: 100%;	
	}
	#oferta .container .width70{
		width: 100%;	
		margin-left: 0;
	/*	background: none; */
		margin-top: 25px;
	}
	.userContent .tab table{
		width: 100%;	
	}
	#location-info, #wrapper-maps{
		text-align: center;
		padding: 60px 0 0 0;
		width: 100%;	
	}
	
	
	.uslugiBox.f{
		padding-left: 0px!important;
	}
	.uslugiBox.t{
		padding-right: 0px!important;
	}
	
	.userContent .tab table{
		width: 98%!important;
		margin:0 auto;	
	}
	.userContent img{
		max-width: 80%!important;
		float: none!important;	
		margin: 0!important;
	}
	
	.imgDIV{
		width: 100%!important;
		text-align: center!important;	
	}
	.mini-nav ul li:nth-child(2), 
	.mini-nav ul li:nth-child(3){
		padding: 0 10px;	
	}
	body{
		background: #fff;	
	}
	#top,
	#oferta,
	#middle,
	#footer{
		top: 0;	
	}
	
	
	
}
@media all and (max-width: 660px){
	.mini-nav ul li:nth-child(3){
		width: auto;	
	}
	#sprzet .top-box-content{
		width: 100%;
		top: 40px;	
	}
	#sprzet .top-box{
		height: 500px;	
	}
	#sprzet .top-box-content h3,
	#sprzet .image-left .top-box-content h3,
	#sprzet .top-box-content p,
	#sprzet .image-left .top-box-content p{
		text-align: center;	
	}
	#sprzet .top-box:nth-child(even){
		background-position: bottom left!important;	
	}
	#sprzet .top-box:nth-child(odd){
		background-position: bottom right!important;	
	}
}
@media all and (max-width: 638px){
	#navbar .logo{	
		height: 80px;
	}
	#navbar .logo img{
		margin-top: 0;
	}
	.mini-nav{
		width: 100%;	
	}
}
@media all and (max-width: 590px){
	.mini-nav ul li:nth-child(3){
		display: none;
	}
}
@media all and (max-width: 550px){
	.uslugiBox{
		width: 100%;
		margin: 20px 0;	
	}
}
@media all and (max-width: 480px){
	.kontaktBox,
	.kontaktBox.row1{
		margin: 50px 0;
		width:100%;
		float: left;	
	}
	
	#top .top-box{
		height: 300px;	
	}
	.top-box-orange{
		display: none;	
	}
	.top-box-content{
		left: 3%;
		width: 94%;
		text-align: center;
	}
	#top .top-box.ft{
		background: #ededed;	
	}
	#top .top-box.sd{
		margin-bottom: 50px;
	}
	#oferta .width25{
		width: 100%;	
	}
	#oferta .width25{
		border-right: 1px #f4f4f4 solid;
	}	
	#middle .container .width40{
		text-align: center;	
		background: none;
	}
	#middle .container .width40 div{
		width: 94%;
		margin-left: 3%;	
	}
	#middle .container .width60 .width50{
		width: 100%;	
	}
	#middle .container .width60 .w50-l{
		display: none;	
	}
	.userContent .imgSection{
		text-align: center;	
	}
	.userContent .imgSection img{
		width: 97%;	
	}
	.newsletter .container form div{
		width: 100%;	
	}
	.newsletter .container form div input{
		border-right: 1px rgba(255,255,255,0.7) solid;	
		width: 90%;
		float: none;
	}
	.newsletter .container form button{
		width: 90%;
		float: none;
		margin-top: 15px;	
	}
	.newsletter p{
		width: 90%;
		margin: 0 auto;
		padding: 0;	
		float: none;
		margin-top: 15px;
	}
	.copyrights ul{
		width: 100%;	
	}
	.copyrights ul li{
		width: 100%;
		padding: 15px 0;
		text-align: center;
		background: none;
		border-bottom: 1px dashed #eee; 	
	}
	.copyrights ul li a{
		padding: 0;
	}
	.copyrights .container p,
	.copyrights .container span{
		text-align: center;	
	}
	.copyrights{
		padding-top: 0px;	
	}
	.top-box-content {
		left: 0;	
		width: 100%;
	}
	#top .top-box.sd .top-box-content{
		width: 100%;	
	}
	.top-box-content p{
		padding: 20px 0px;
		box-sizing: border-box;
		width: 100%;	
	}
}

@media all and (max-width: 427px){
	.ytBox{
		width: 100%;
		margin: 8px 0;	
	}
	.footer-main .container .width40{
		text-align: center;	
	}
	
}
@media all and (max-width: 400px){
	.width20.footer2, 
	.width20.footer3{
		margin-top: 30px;	
	}	
	.width20.footer2, 
	.width20.footer3,
	.width20.footer4{
		width: 96%;
		margin: 0 2%;	
	}
	#top .top-box.sd .top-box-content{
		width: 92%;	
	}
	#top .top-box.sd{
		height: 380px;	
	}
	
	.main-nav.open ul{
		width: 100%;
	}
	#nav-icon1{
		right: 15px;	
	}
	.userContent .tab table tr td{
		padding: 5px 0px;	
	}
}
@media all and (max-width: 360px){
	#navbar .logo{
		width: 180px;
		min-width: 180px;		
	}
	#navbar{
		background: #eeeeee;
		height: 80px;
	}
	.mini-nav ul li:nth-child(2), .mini-nav ul li:nth-child(3){
		padding: 0;	
	}
	#nav-icon1{
		top: 47px;	
		right: 25px;
	}
	.main-nav{
		width: 100%;
		height: 0;	
	}
	.main-nav.open ul{
		top: 80px;	
	}
}

.subpagectnt{
    padding-bottom: 300px;
}
.subpagectnt #middle,
.subpagectnt #footer{
	top: 300px;	
}




















