BODY {
	min-height:100%;
	background: #191e2b;
	font-size: 16px; 
	line-height:1.5;
	font-family: 'Roboto', sans-serif;
	color: #191e2b;
	padding-bottom:0px;
	padding-top:23px;
}

TD, TH {
	padding:8px;
}

IMG,EMBED,OBJECT,VIDEO {
	max-width: 100%;
	height:auto !important;		
}

IFRAME {
	max-width: 100%;
}

H1 { 
	clear:both;
	font-size: 36px; 
	padding-top:0px; 
	padding-bottom:25px; 
	margin:0px; 
	text-align:center;
	color:#191e2b;
}

H1::after{
	content:'';
	display:block;
	background:#7bce46;
	width:50px;
	height:1px;
	line-height:1px;
	margin:auto;
	margin-top:20px;
}
	
H2 { 
}

H3{

}

HR { 
	margin:0px; 
	padding:0px; 
	border:0px;
	height:1px; 
	background-color: #cccccc; 
}

INPUT, SELECT { 
	vertical-align:middle; 
	border: 1px solid #cccccc; 
	background-color: #FFFFFF; 
	color: #000000; 
	padding:6px;
}

TEXTAREA { 
	border: 1px solid #cccccc; 
	background-color: #FFFFFF; 
	color: #000000; 
	padding:6px;	
}

INPUT:focus, INPUT:active, TEXTAREA:focus, TEXTAREA:active, SELECT:focus, SELECT:active {
	border:1px solid #666666;
}

INPUT[type="submit"]	{ 
	cursor:pointer; 
	vertical-align:middle; 
	margin-bottom: 2px;
	margin-top: 2px; 
	border: 0px none;
	background: #7bce46; 
	border: 1px solid #7bce46; 	
	color: #ffffff; 
	padding:6px;	
	transition: all 0.2s ease-in-out;		
}

INPUT[type="submit"]:hover	{ 
	background:#7bce46;
}

.bootstrap-select{
	width:100%;
}

INPUT[type="checkbox"].styled, INPUT[type="radio"].styled {
	margin:0px;
	margin-right:10px;
	border: 1px solid #275899; 
	width:15px;
	height:15px;	
   outline:0px none;
	padding:1px;
}

LABEL{
	font-weight:normal;
}

A { 
	color: #7bce46; 
	text-decoration: none; 
	transition: all 0.2s ease-in-out;		
}

A:hover { 
	color: #000000; 
	text-decoration: none; 
}


#menu1, #menu1 * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 898;	
}

#g_menu{
	max-width:100%;
	display:block;
	font-weight:400;
}

#menu1 {
	display:block;
	margin:0px;
	padding:0px;
}

#menu1 LI {
	position: relative;
	white-space: nowrap;
	*white-space: normal;	
}

#menu1 UL LI {
	width:210px;
	white-space: normal;
	text-align:left;
}

#menu1 UL {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	display: block;
	transition: all 0.2s ease-in-out;	
	-webkit-box-shadow: 3px 3px 14px rgba(0,0,0,.1);
	box-shadow: 3px 3px 14px rgba(0,0,0,.1);		
}

#menu1 > LI {
	float: left;
}

#menu1 UL UL {
	top: 0;
	left: 100%;
}

#menu1 LI:hover > UL,
#menu1 LI.sfHover > UL {
	display: block;
	opacity: 1;
	z-index:99;
	visibility: visible;	
}

#menu1 A {
	display: block;
	position: relative;
	zoom: 1;	
	text-decoration: none;	
}

#menu1 A.item1 {
	color:#ffffff;
	background:#191e2b;
	padding-left:30px;
	padding-right:30px;
	height:46px;
	line-height:46px;
	font-size:20px;
	text-transform:uppercase;	
	transition: all 0.2s ease-in-out;	
}

#menu1 LI:last-child A.item1 {
	border-right:0px none;	
}

#menu1 A.item1:hover,
#menu1 LI.sfHover A.item1,
#menu1 LI.sfHover A.current,
#menu1 LI.current A.item1{
	color:#7bce46;
	background:#191e2b;
}

#menu1 A.item2 {
	color:#ffffff;
	background:#188dea;
	font-weight:normal;
	font-size:14px;
	text-align:left;	
	padding:10px;	
	border-bottom:1px solid #5fadeb;	
	border-top:0px none;	
	transition: all 0.2s ease-in-out;	
}

#menu1 A.item2:hover {
	color:#ffffff;
	background:#1085e2;
	transition:none;
}

#top{
}

#top1{
	width:1400px;
	max-width:98%;
	margin:auto;
}

#top1_1{
	float:left;
	text-align:left;
	padding-bottom:20px;	
}

#top1_2{
	float:right;
	text-align:right;
	padding-bottom:20px;
	padding-top:14px;
}

#top1_3{
	float:right;
	text-align:right;
	padding-bottom:20px;
	padding-top:14px;	
}

MAIN{
	clear:both;
	background:#ffffff;	
}

#maincontent2{
	width:1100px;
	max-width:98%;
	margin:auto;
	text-align:left;
}

#wwwpage #maincontent2{
	width:1400px;
}

#maincontent3{
	padding-top:30px;
	padding-bottom:30px;
}

#foot{
	clear:both;	
	padding-top:40px;
	overflow-y:auto;
}

#foot0{
	width:1400px;
	max-width:98%;
	margin:auto;
	font-size:14px;
	color:#8e8e8e;
}

#foot0 A{
	color:#8e8e8e;
}

#foot0 A:hover{
	color:#ffffff;
}

#foot1{
	float:left;
	text-align:left;
	padding-bottom:20px;		
}

#foot2{
	float:right;
	text-align:right;
	padding-bottom:20px;	
}


/* slider examle */


#slider{
	top:0px;
	left:0px;
	width:100%;
	height:490px;
	overflow:hidden;
	position:relative;
}

#slider_img{
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	width:100%;
	overflow:hidden;
}

.slider_el{
	width:100%;
	overflow:hidden;
	background-position:top left;
	background-repeat:no-repeat;
}

.slider_el2{
	width:1400px;
	max-width:100%;
	height:490px;	
	padding-bottom:60px;
	margin:auto;
	
	display:block;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;   	
	-webkit-justify-content:flex-end;	
	justify-content:flex-end;			
	
}

.slider_el3{
	width:50%;
	float:right;
	
	display:block;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;   	
	align-self:center;
	vertical-align:center;
	align-items:center;	
	-webkit-justify-content:center;	
	justify-content:center;			
	
}

.slider_el4{
	padding:25px;
	color:#ffffff;
	background:rgba(0,0,0,0.6);		
	font-size:18px;
	text-align:left;
	width:100%;
}

.slider_el4 .title{
	font-weight:bold;
	font-size:32px;
	text-transform:uppercase;
	padding:0px;
	padding-bottom:25px;
	margin:0px;
	text-align:left;
}


.slider_el4 .title::after{
	content:'';
	display:block;
	height:1px;
	line-height:1px;
	background:#7bce46;
	margin-top:10px;
	width:50px;
}

#nextp{
	position:absolute;
	z-index:3;
	top:240px;
	left:30px;
	overflow:hidden;
	display:block;
	font-size:48px;
	float:left;
	font-family:icomoon;
	color:#ffffff;
}

#prevp{
	position:absolute;
	z-index:3;
	top:240px;
	right:30px;
	overflow:hidden;
	display:block;
	font-size:48px;
	float:left;
	font-family:icomoon;	
	color:#ffffff;	
}

.nav-tabs {
	margin-bottom:15px;
}

#s_menu{
	display:block;
	list-style-type:none;
	padding:0px;
	margin:0px;
	float:right;
	border-left:1px solid #38425d;	
}

#s_menu > LI{
	display:block;
	list-style-type:none;
	padding:0px;
	margin:0px;
	float:left;
}

#top_search A{	
	color:#7bce46;
	height:46px;
	line-height:46px;
	font-family:icomoon;	
	padding-left:20px;
	padding-right:20px;
	display:block;
	font-size:20px;
}

#top_search A:hover{
	color:#ffffff;
}

#search_box{
	z-index:899;
	display:none;
	position: fixed;
	top:0px;
	width:100%;
	height:100vh;
	background:rgba(37,65,91,0.9);	
	text-align:center;
	color:#ffffff;
}

#search_close{
	text-align:right;
	padding:30px;
	font-size:26px;
	display:block;
	float:right;
	color:#ffffff;
	font-family:icomoon;
	font-size:40px;
	opacity:0.7;
}

#search_close:hover{
	opacity:1;
}

#search_panel{
	padding-top:40vh;
	text-align:center;
	width:600px;
	padding-left:20px;
	padding-right:20px;
	max-width:98%;
	margin:auto;
}

#search_panel #art_szuk{
	height:70px;
	line-height:70px;
	padding:0px;
	padding-left:15px;
	padding-right:15px;
	font-size:20px;
}

#searchp{
	color:#ffffff;
	font-size:48px;
	font-family:icomoon;
	width: 100px;
	height: 71px;
	text-align:center;
	background:none;
	border:0px none;
}

#search_panel .title{
	font-size:36px;
	padding-bottom:30px;
}

#mobnav-btn{
	font-family:icomoon;
	text-align:center;
	transition: all 0.2s ease-in-out;	
	height:46px;
	line-height:46px;
	width:50px;
	display: none;
	color: white;
	cursor: pointer;	 	
}

#mobnav-btn:hover {
	opacity:0.8;
}

#mobnav-btn DIV{
	margin:auto;
	width: 30px;
	padding-top:13px;
}

#mobnav-btn SPAN{
	background-color: #ffffff;
	display: block;
	float:left;
	width: 30px;
	height: 2px;
	line-height: 2px;
	margin-top: 6px;
}

#mobnav-btn SPAN:first-child{
	margin-top: 0px;
}

.mobnav-subarrow {
    display: none;
}

#dol{
	clear:both;
	padding-top:40px;
	width:1400px;
	max-width:98%;
	margin:auto;	
	padding-bottom:20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;     
	margin:auto;
	-webkit-flex-wrap: wrap;	
	flex-wrap: wrap;	
	-webkit-justify-content:center;	
	justify-content:center;		
}

#dol > DIV{
	width:50%;
}

#dol1{
	padding-right:37px;
	border-right:1px solid #38425d;
	text-align:right;
}

#dol2{
	padding-left:37px;
	text-align:left;
	color:#ffffff;
}


#dol2 A:hover{
	color:#ffffff;
}

#social_menu{
	list-style-type:none;
	display:block;
	padding:0px;
	margin:0px;
}

#social_menu LI{
	list-style-type:none;
	display:block;
	padding:0px;
	margin:0px;
	font-size:30px;
	font-family:icomoon;
	padding-bottom:20px;
}

#social_menu A{
	color:#ffffff;
}

#social_menu A:hover{
	color:#7bce46;
}


#contactp H2{
	font-size:30px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	padding-bottom:20px;
}

#contact_buttons{
	clear:both;
	list-style-type:none;
	display:block;
	padding:0px;
	margin:0px;	
	padding-top:15px;
}

#contact_buttons LI{
	list-style-type:none;
	display:block;
	padding:0px;
	margin:0px;
	padding-bottom:15px;
	padding-right:15px;
	float:left;
}

#contact_buttons A{
	display:block;
	height:40px;
	line-height:40px;
	background:#38425d;
	color:#ffffff;
	padding-left:20px;
	padding-right:20px;
}


#contact_buttons A:hover{
	background:#7bce46;;
}

#logotypy{
	clear:both;
	padding-top:40px;
	padding-bottom:40px;
	margin:auto;
	background:#ffffff;
}

#logotypy UL{
	list-style-type:none;
	display:block;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;   	
	align-self:center;
	vertical-align:center;
	align-items:center;	
	-webkit-justify-content:center;	
	justify-content:center;		
	overflow: hidden;
	width: 100%;
	text-align:center;	
	-webkit-flex-wrap: wrap;	
	flex-wrap: wrap;	
	width:1100px;
	max-width:100%;	
	margin:auto;	
	padding:0px;
}

#logotypy LI{
	display:block;
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	width:14.285%;
	text-align:center;
}

#panel1{
	background-color:#1b2d5b;
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
	clear:both;
}

#panel1_1{
	width:1400px;
	max-width:98%;
	margin:auto;
	padding-top:100px;
	padding-bottom:100px;
	min-height: 390px;	
	color:#ffffff;
	text-align:center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;   	
	align-self:center;
	vertical-align:center;
	align-items:center;	
	-webkit-justify-content:center;	
	justify-content:center;	
}

#panel1 H1{
	color:#ffffff;
	text-align:center;
	font-size:48px;
	padding-bottom:40px;
}

#panel1 H1::after{
	display:none;
}

#tel_panel{
	clear:both;
	padding:10px;
}

#tel_panel A{
	display:table;
	margin:auto;
	color:#ffffff;
	height:66px;
	line-height:66px;
	background:#7bce46;
	font-size:36px;
	padding-left:90px;
	padding-right:90px;
	font-weight;bold;
}

#tel_panel A:hover{
	opacity:0.8;
}


#tel_panel A::before {
    content: "\eac4";
    font-family: icomoon;
    font-size: 30px;
    color: #ffffff;
    display: block;
    float: left;
    padding-right:15px;
}

#uslugi{
	clear:both;
	background:#f4f4f4;
	padding-top:40px;
	padding-bottom:40px;
}


#social_menu {
	display:none !important;
}

@media only screen and (max-width: 480px) {

	.form-horizontal .form-group {
	    margin-left: 0px;
	    margin-right: 0px;
	}

	#facebook_pan {
	    background:#3b5998;
	    float: none;
	    padding: 0;
	    position: static;
	    right: auto;
	    top: auto;
	    width: 100%;
	    z-index: 1;
	}	
	
	#facebook_pan2 {
	    margin-left: 0px;
		 overflow:hidden;
	}	

	#menu1 A.item1 {
		text-align:center;
	}	

	#g_menu, #menu1{
		overflow-y:auto;
		background:#ffffff;
		width:100%;
		display:block;
	}

	#mobnav-btn {
		display: block;
		clear:both;
	}

	.mobnav-subarrow {
		display: block;
		background-color: #0a5ba1;
		opacity: .3;
		height: 20px;
		width: 30px;
		background-position: top left!important;
		position: absolute;
		top: 8px;
		right: 10px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
		-webkit-transition: all .1s ease-in-out;
		-moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		-o-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out;
	}
	 
	#menu1 {
		width: 100%!important;
		display: none;
	}
	
	#menu1.xactive {
		display: block!important;
	}	
	
	#menu1{
		float:none;
		text-align:left;
		width:100%;
	}
		
	#menu1 > LI {
		float: none;
		width:100%;
		position:static;
		border-right:0px none;
	}	
	
	#menu1 UL {
		position: static !important;
		display: none !important;
		top: none;
		z-index: none;
		width:100%;
	}	
	
	#menu1 UL LI {
		width:100%;
		white-space: normal;
		text-align:left;
	}		
	
	#top1_1, #top1_2{
		float:none;
		clear:both;
		width:auto;
		text-align:center;
	}	
	
	#top1_1{
		text-align:left;
		max-width:250px;
	}	
	
	#top1_3{
		position: absolute;
		top:10px;
		right:0px;
		z-index:10;
	}
	
	#s_menu{
		border-left:0px none;
	}
	
	#foot1, #foot2{
		float:none;
		clear:both;
		width:auto;
		text-align:center;		
	}	

	#tel_panel A{
		padding-left:20px;
		padding-right:20px;
		width:100%;
	}	
	

	.slider_el3{
		width:100%;
	}

	.slider_el4{
		padding:20px;
	}

	.slider_el4 .title{
		font-size:22px;
	}
		
	#slider, .slider_el2{
		height:290px;
	}
	.slider_el2{
		padding-bottom:20px;	
	}
	
	#nextp, #prevp {
	    top: 140px;
	    font-size: 38px;
	}	
	
	#dol > DIV {
	    width: 100%;
	}
	
	#dol1 {
	    padding-right: 0px;
		 border-right:0px none;
	    border-bottom: 1px solid #38425d;
	    text-align: center;
		 padding-bottom:20px;
	}		
	
	#dol2 {
	    padding-left:0px;
	    padding-top:20px;
		 text-align:center;
	}	
	
	#social_menu {
		display:table;
		margin:auto;
	}
	
	#social_menu LI {
	    float:left;
		 padding:15px;
	}
	
	#contact_buttons LI {
	    float:none;
		 padding:10px;
	}	
	
	#panel1 H1 {
	    font-size: 28px;
	    padding-bottom:20px;
	}	
	
	#logotypy LI{
		width:50%;
	}		
	
	#top_search A {
	    padding-left:10px;
	    padding-right:10px;
	}	
	
}

@media only screen and (max-width: 768px) and (min-width: 481px) {

	.form-horizontal .form-group {
	    margin-left: 0px;
	    margin-right: 0px;
	}

	#facebook_pan {
	    background:#3b5998;
	    float: none;
	    padding: 0;
	    position: static;
	    right: auto;
	    top: auto;
	    width: 100%;
	    z-index: 1;
	}	
	
	#facebook_pan2 {
	    margin-left: 0px;
		 overflow:hidden;
	}	

	#menu1 A.item1 {
		text-align:center;
	}	

	#g_menu, #menu1{
		overflow-y:auto;
		background:#ffffff;
		width:100%;
		display:block;
	}

	#mobnav-btn {
		display: block;
		clear:both;
	}

	.mobnav-subarrow {
		display: block;
		background-color: #0a5ba1;
		opacity: .3;
		height: 20px;
		width: 30px;
		background-position: top left!important;
		position: absolute;
		top: 8px;
		right: 10px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
		-webkit-transition: all .1s ease-in-out;
		-moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		-o-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out;
	}
	 
	#menu1 {
		width: 100%!important;
		display: none;
	}
	
	#menu1.xactive {
		display: block!important;
	}	
	
	#menu1{
		float:none;
		text-align:left;
		width:100%;
	}
		
	#menu1 > LI {
		float: none;
		width:100%;
		position:static;
		border-right:0px none;
	}	
	
	#menu1 UL {
		position: static !important;
		display: none !important;
		top: none;
		z-index: none;
		width:100%;
	}	
	
	#menu1 UL LI {
		width:100%;
		white-space: normal;
		text-align:left;
	}		
	
	#top1_1, #top1_2{
		float:none;
		clear:both;
		width:auto;
		text-align:center;
	}	
	
	#top1_1{
		text-align:left;
		max-width:250px;
	}	
	
	#top1_3{
		position: absolute;
		top:10px;
		right:0px;
		z-index:10;
	}
	
	#s_menu{
		border-left:0px none;
	}
	
	#foot1, #foot2{
		float:none;
		clear:both;
		width:auto;
		text-align:center;		
	}	

	#tel_panel A{
		padding-left:20px;
		padding-right:20px;
		width:100%;
	}	
	

	.slider_el3{
		width:100%;
	}

	.slider_el4{
		padding:20px;
	}

	.slider_el4 .title{
		font-size:22px;
	}
		
		
	#slider, .slider_el2{
		height:390px;
	}
	
	.slider_el2{
		padding-bottom:20px;	
	}
	
	#nextp, #prevp {
	    top: 240px;
	    font-size: 38px;
	}	
	
	#dol > DIV {
	    width: 100%;
	}
	
	#dol1 {
	    padding-right: 0px;
		 border-right:0px none;
	    border-bottom: 1px solid #38425d;
	    text-align: center;
		 padding-bottom:20px;
	}		
	
	#dol2 {
	    padding-left:0px;
	    padding-top:20px;
		 text-align:center;
	}	
	
	#social_menu {
		display:table;
		margin:auto;
	}
	
	#social_menu LI {
	    float:left;
		 padding:15px;
	}
	
	#contact_buttons LI {
	    float:none;
		 padding:10px;
	}	
	
	#panel1 H1 {
	    font-size: 38px;
	    padding-bottom:20px;
	}	
	
	#logotypy LI{
		width:33.333%;
	}		
	
	#top_search A {
	    padding-left:10px;
	    padding-right:10px;
	}	

}

@media only screen and (max-width: 1199px) and (min-width: 769px) {


	.slider_el4 .title{
		font-size:32px;
	}
	
}

@media print {

	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a, a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}

	h2,h3 {
		page-break-after: avoid;
	}
	
	DIV{
		max-width:100%;
	}	

}