@font-face {
    font-family: 'MyriadProRegular';
    src: url('myriadpro-regular.eot');
    src: url('myriadpro-regular.eot') format('embedded-opentype'),
         url('myriadpro-regular.woff') format('woff'),
         url('myriadpro-regular.ttf') format('truetype'),
         url('myriadpro-regular.svg#MyriadProRegular') format('svg');
}




html {
  height: 100%;
  margin-bottom: 0px;
}

form, div, span {
  margin: 0;
  padding: 0;
}
hr {
  height: 0 !important;
  height: 1px; /* wysokosc pod ie */
  color: #E5E5E5; /* kolor pod ie */
  background: transparent;
  border: none;
  border-top: 1px dotted #CCC;
}
img,table {
  border: none;
}
body {
  font-family: Arial, Tahoma, sans-serif;
  line-height:24px;  
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333;
}
a:link, a:visited {
  text-decoration: none;
  font-weight: normal;
  color: #555;
}
a:hover {
  text-decoration: none;
  font-weight: normal;
  color: #e11313;
}


p {
  font-family: Arial, Tahoma, sans-serif;
  margin-top: 0;
  margin-bottom: 5px;  
  color: #383838;
  text-align: justify;
}
  
.inputbox, input[type="text"], input[type="password"], input[type="email"], select {
  border: 1px solid #ddd;
  color: #333;
  background: #fafafa;
  padding: 2px;
  margin:0;
  width:100%;
  height: 28px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #999;
  box-sizing: border-box;
}
input[type="submit"], button, .button{
  border: none;
  background: #e11313;
  color: #fff;
  font-size:17px;
  padding: 10px 30px;
  margin:0;
  cursor:pointer;
  box-sizing: border-box;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.button{
  display:inline-block;
  color: #fff!important;
}
input[type="submit"]:hover, button:hover, .button:hover{  
  background: #545454;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
textarea{
  width: 100%;
  height: 150px;
  border: 1px solid #ddd;
  background: #fafafa;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #999;
  margin: 2px 0;
  box-sizing: border-box;
}
textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover{
  border: 1px solid #aaa;
  background: #fff;
}


form table{
  width:100%;
}


#page_bg {
  background: #fff url(../images/slide.jpg) top center no-repeat;
}

div.center {
  margin: 0 auto;
  padding: 0;
}

#header1 {
  margin: 0;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

#header {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 78px;
  background: url(../images/box_bg.png) repeat;
}
#header2 {
  margin:  auto;
  padding: 0;
  width: 1200px;
}
#content {
  padding: 0px;
}

.about1{
  width:45%;
  max-width:100%;
  min-width: 500px;
  background: url(../images/box_bg.png) repeat;
  padding: 20px;
  margin-top: 100px;
  margin-bottom: 50px;
  box-sizing: border-box;
  border-bottom: 4px solid #e11313;
  box-shadow: 0 0 10px #333;
}

#steps{
  overflow:hidden;
}

.step{
  width:22%;
  margin-right:4%;
  float:left;
}

.step img{
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.step:hover img{
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.step h3{
  font-size:30px;
  margin: 30px 0;
}
.step4{
  margin-right:0%;
}

.contact1{
  float:left;
  width:66%;
}
.contact2{
  float:left;
  width:30%;
  background:#e11313; 
  padding:0 2%;
  min-height: 450px;
}

.contact2 p, .contact2 a, .contact2 h2, .contact2 h3{
  color:#fff!important;
  margin:15px 0;
}

.contact2 h2, .contact2 h3{
  margin:25px 0;
}

.contact2 img{
  margin-right:5px!important;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.contact2 img:hover{
-moz-transform: scale(1.15);
-webkit-transform: scale(1.15);
-o-transform: scale(1.15);
-ms-transform: scale(1.15);
transform: scale(1.15);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

#logo{
  float:left;
  padding: 0;
}

#menu{
  float:right;
  margin-top:18px;
}
#menu .category-module{
  float:left;
}
#menu .menu{
  float:left;
}

#menu ul.category-module, #menu ul.menu, #menu ul.menu ul {
  margin: 0 auto;
  padding: 0px;
  list-style: none;
}

#menu ul.menu {
  position: relative;
}

#menu ul.menu li ul {
  opacity:0;
  position: absolute;
  top:120px;
  background:#fff;
  padding: 5px;
  left: 0;
  right: 0;
  -webkit-transition: all 500ms ;
  -moz-transition: all 500ms ;
  -ms-transition: all 500ms ;
  -o-transition: all 500ms ;
  transition: all 500ms ;
  min-width:160px;
  display: none;
}

#menu ul.category-module li {
  float: left;
  margin: 0;
  padding: 0px;
}


#menu ul.category-module li a, #menu ul.menu li span, #menu ul.menu li a {

    cursor: pointer;
    float: left;
    font-family: 'MyriadProRegular', Verdana,Tahoma,sans-serif;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 5px 20px;
  -webkit-transition: all 500ms ;
  -moz-transition: all 500ms ;
  -ms-transition: all 500ms ;
  -o-transition: all 500ms ;
  transition: all 500ms ;
}

#menu ul.menu li a {
    padding: 5px 10px;
	display:block;
    float: initial;
}

#footer_bg{
  background: #fff;
  padding: 20px 0 20px;
}
#footer{
    margin: 0 auto;  
    width: 1200px;
}
#column{
}
#footer p, #footer a{
  line-height: 20px;
  margin:0;
  font-size: 13px;
  text-align: left;
  color: #aaa;
  text-decoration: none;
}

.leading-0.leading-even{
  background: none;
}

.leading-even{
  background: #EDEDED;
}

.leading-odd{
  background: none;
}

.leading_inner{
    margin: 0 auto;  
    width: 1200px;
}

.leading-4 .leading_inner{
    width: 100%;
    overflow:hidden;
}




h1{
  padding: 0;
  font-family: 'MyriadProRegular', Tahoma, Arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
  color: #545454;
  text-align: left;
  text-transform:uppercase;
}
h2, h2 a:link, h2 a:visited {
  padding: 0;
  font-family: 'MyriadProRegular', Tahoma, Arial, sans-serif;
  font-size: 30px;
  color: #545454;
  font-weight: normal;
  text-transform:uppercase;
  line-height: 34px;
  margin:15px 0;
}

h3, #selectcontactform_56d4112291be3 label{
  font-family: 'MyriadProRegular', Tahoma, Arial, sans-serif;
  color: #545454;
  font-size: 26px;
  font-weight: normal;
  margin:15px 0;
}

#selectcontactform_56d4112291be3 label{
  color: #e11313;
  margin-top:30px;
  display: inline-block;
}


#selectcontactform_56d4112291be3 div label{
  display: inline;
}


#selectcontactform_56d4112291be3 input[type="text"], #selectcontactform_56d4112291be3 select{
    height: 40px;
    font-size: 16px;	
}

h4 {
  font-weight: normal;
  margin: 10px 0;
  font-family: 'MyriadProRegular', Tahoma, Arial, sans-serif;
  font-size: 20px;
  text-align: left;
  color: #545454;
  padding: 0;
}

.slide_text li{
  font-family: 'MyriadProRegular', Tahoma, Arial, sans-serif;
  color: #545454;
  font-size: 26px;
  font-weight: normal;
  margin:15px 0;
  text-align:center;
}

.clr {

  clear: both;

}

ul.actions{
  display: none;
}


input[type="checkbox"], input[type="radio"]{

   background: transparent;

   border: none;

}

a.pagenav, span.pagenav{
   color: #555;
   text-decoration: none;
   line-height: 20px;
}

a.pagenav, span.pagenav{
   color: #333;
   padding: 5px 10px;
   border: 1px dotted #ccc;
   background: #fbfbfb;
}

.pagenav_button{
   font-weight: normal;
   color: #fff;
   font-size: 10px;
   width: 62px;
   height: 21px;
   background: url(../images/next.png) top left no-repeat;
   border: 0px solid #ddd;
   text-align: center;
   vertical-align: center;
}

.pagenav_button .pagenav{
   color: #333;
}

a.top_link, a.top_link:visited{
   color: #333;
   font-weight: bold;
   font-size: 15px;
}

a.top_link:hover{
   color: #999;
   font-weight: bold;
   font-size: 15px;
}
#pillmenu ul li ul {
}


#boxy ul{
  margin:0;
  padding: 0 10px;
  list-style: none;
}


#boxy ul li{
  border-bottom: 1px solid #ddd;
  padding-left:20px;
}

#box1 ul li{
  background: url(../images/li1.png) left center no-repeat;
}

#box2 ul li{
  background: url(../images/li2.png) left center no-repeat;
}

#box3 ul li{
  background: url(../images/li3.png) left center no-repeat;
}

#box4 ul li{
  background: url(../images/li4.png) left center no-repeat;
}

#box1 ul li a:hover{
  color: #3b8bc4;
}

#box2 ul li a:hover{
  color: #c55e80;
}

#box3 ul li a:hover{
  color: #629e4a;
}

#box4 ul li a:hover{
  color: #ecb049;
}

#boxy ul li a, #boxy ul li{
  color: #555;
  line-height: 26px;
  font-size:11px;
  
  text-decoration: none;
}

.wiecej{
  color: #3d91c9;
  font-size:11px;
  width: 55px;
  margin: 5px 0 0 30px;
}
.slideshow_tlo 
{
  background: url(../images/tlo-slideshow.png) top left no-repeat;
  width: 256px;
  height: 147px;
  padding-top:6px;
}
.slideshow {
  
  margin-left:6px;
}
.slideshow_pager {
  margin-left: 6px;
}

#rightcolumn a:link, #rightcolumn a:visited{

  text-decoration: none;
}
#lbOverlay {
  z-index: 100000;
}
#lbCenter {
  z-index: 100001;
}
#lbBottomContainer {
  z-index: 100001;
}


a.pagenav, span.pagenav_current{
  border: 1px dotted #bb4d2a;
  background: #fcc15c;
  color: #fff;
}

.pagenav_button .pagenav_current {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
.pagenav_current a{
  text-decoration: none;
}


/* ++++++++++++++  pagination message ++++++++++++++ */


#system-message ul { 

  list-style: none;

  padding: 0;

  margin: 0;

}

#system-message dt { 

  display:none;

}

#system-message dd { 

  list-style: none;

  padding: 0;

  margin: 0;

}

#system-message ul li { 

  padding: 0;

  margin: 0;

  text-align:center;
  
  font-size: 14px;
  
  padding: 5px;

}



#system-message dd ul { 
  background: #fff; 
  border-top: 3px solid #FF0000; 
  border-bottom: 3px solid #FF0000;
  border: 1px solid #AAA;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 5px 0;
}


#system-message dd.message { 

  color: #0080C0
 
}

#system-message dd.error { 

  color: #FF0000; 
 
}


#system-message dd.notice{

  color: #0080C0
  
}

#content .pagination, #content .vm-pagination
{
        margin:10px 0 ;
        padding:10px 0 10px 0px;

}

#content .pagination ul, #content .vm-pagination ul
{
        list-style-type:none;
        margin:0;
        padding:0;
        text-align:center;
}

#content .pagination li, #content .vm-pagination li
{
        display:inline;
        padding:2px 5px;
        text-align:left;
        border:solid 0px #eee;
        margin:0 2px
}


#content .pagination li.pagination-start,
#content .pagination li.pagination-next,
#content .pagination li.pagination-end,
#content .pagination li.pagination-prev,
#content .vm-pagination li.pagination-start,
#content .vm-pagination li.pagination-next,
#content .vm-pagination li.pagination-end,
#content .vm-pagination li.pagination-prev{
  border:1px solid #DDD;
  padding:5px 7px;
}

#content .pagination li, #content .vm-pagination li{
  border: 1px solid #DDD;
  background: #f9f9f9;
  padding: 5px 15px;
  color: #666;
}


#content .pagination li a, #content .vm-pagination li a{
  font-weight: bold;
  color: #333;
}


#content .pagination li a:hover, #content .vm-pagination li a:hover{
  color: #666;
}

p.counter
{
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
  color: #333;
}

#menu_top {
  background-image: url("../images/content.png");
}
#przesuw {
  background-attachment: fixed;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto auto;
    width: 100%;
}


#portamento_container { 
  position:relative;  
  margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
    
    min-height:150px !important;
} 

#portamento_container #przesuw {
  float:none; 
  position:absolute; 
  z-index:10003;
} 

#portamento_container #przesuw.fixed {
  position:fixed; 
  top:0px !important;
}

.items-leading .leading{
  margin-top: 50px;
}

.items-leading .leading-0{
  padding-bottom: 50px;
    height: 685px;
}


#scrollToTop {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 70px;
  width: 43px;
  height: 43px;
  background: url(../images/scrollToTop.png) center center no-repeat;
  
  outline: 0px  solid;
  opacity: 0.3;
  -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
#scrollToTop:hover {

  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}


.leading_inner img{
	max-width: 100%;
	margin:0 auto;
}

.width30{
	width: 30%;
	float:left;
}

.width40{
	width: 40%;
	float:left;
}

.width50{
	width: 50%;
	float:left;
}

.width60{
	width: 60%;
	float:left;
}

.width70{
	width: 70%;
	float:left;
}

.module-przebieg .nav_slide_div li {
  width: auto;
  margin-right: 3px;
  margin-top: 3px;
  padding: 0 15px;
  font-size: 18px; 
}

.module-almed .nav_slide_div li {
  width: 33%;
  margin-right: 0.5%;
  margin-top: 0.5%;
}



ul.menu li.item-117 span{
  background: #fff url(../images/link.png) right top no-repeat!important;
  padding-right:40px !important;
}

ul.menu li.item-117:hover span{
  background: #306550 url(../images/link.png) right bottom no-repeat!important;
}


table.tabelka{
  border: 0px solid #eee;
}
table.tabelka td, table.tabelka tr{
    border-bottom: 1px solid #ddd;
        vertical-align: middle;
        background-color: none;
}
table.tabelka td {
        padding: 6px 20px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
table.tabelka tr:hover td{
        background: #94BFAF;
        color: #fff;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -ms-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;

}
table.tabelka tr.th {
        background: #94BFAF;
}
table.tabelka tr.th .th1 {
}
table.tabelka tr.th .th2 {
}
table.tabelka tr.th th{
    border: none;
    color: #fff;
        padding: 6px 6px;
    font-weight: normal;
        vertical-align: middle;
        text-align: center;
}
table.tabelka p, table.tabelka span{
        text-align: left;
}

.slick-prev, .slick-next, .galeria_left, .galeria_right{
	width:35px;
	height:75px;
}

.slick-next, .galeria_right{
	background: url(../images/right.png) right center no-repeat!important;
	opacity:0.7;
}

.slick-prev, .galeria_left{
	background: url(../images/left.png) left center no-repeat!important;
	opacity:0.7;
}

.slick-prev:hover, .galeria_left:hover{
	opacity:1;
}

.slick-next:hover, .galeria_right:hover{
	opacity:1;
}

.slick-prev:before, .slick-next:before{
	display:none;
}

.slick-track:hover img{
	opacity:0.5;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.slick-track:hover img:hover{
	opacity:1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.radio_lst_cont_wzor input[type="radio"]{
	display:none;
}

.radio_lst_cont_wzor .radio_lst_cont_elem_wzor{
	float:left;
	width:127px;
	margin-right:5px;
	margin-bottom:5px;
	height:220px; 
	overflow:hidden;
}

.radio_lst_cont_wzor .radio_lst_cont_elem_wzor label img{
	max-width:98%;
	padding:1%;
	height: auto;
	box-sizing: border-box;
}

.radio_lst_cont_wzor input+label img{
	opacity:0.6; 
	border:4px solid #fff; 
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	}  

.radio_lst_cont_wzor:hover input+label img{ 
	opacity:0.6;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	}

.radio_lst_cont_wzor input:checked+label img, .radio_lst_cont_wzor:hover input+label img:hover{ 
	border:4px solid #e11313;
	opacity:1; 
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	} 




.radio_lst_cont_model input[type="radio"]{
	display:none;
}

.radio_lst_cont_model .radio_lst_cont_elem_model{
	float:left;
	width:auto;
	margin-right:0px;
	margin-bottom:5px;
	height:211px; 
	overflow:hidden;
}

.radio_lst_cont_model .radio_lst_cont_elem_model label img{
	padding:1%;
	height: 100%;
	box-sizing: border-box;
}

.radio_lst_cont_model input +label img{  
	opacity:0.6;
	border:4px solid #fff; 
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	}  


.radio_lst_cont_model:hover input+label img{ 
	opacity:0.6;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	}

.radio_lst_cont_model input:checked+label img, .radio_lst_cont_model:hover input+label img:hover{ 
	opacity:1;
	border:4px solid #e11313; 
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	} 


.radio_lst_cont_elem_model:nth-child(5) {
    clear: both;
}

.radio_lst_cont_elem_model:nth-child(5), .radio_lst_cont_elem_model:nth-child(6), .radio_lst_cont_elem_model:nth-child(7), .radio_lst_cont_elem_model:nth-child(8) {
    height: 254px;
}

div#system-message {
    max-width: 1200px;
    background: #eee;
    opacity: 0.8;
    padding: 20px;
    margin: 0 auto;
    text-align: right;
    box-sizing: border-box;
    border-bottom: 4px solid #e11313;
    box-shadow: 0 0 10px #333;
}

a.close{
 	display:none; 
}

@media (max-width: 1200px) {
	
	#header2, .leading_inner, #footer, .leading-4 .leading_inner{
		width: 96%;
		margin: 0 2%;
	}
	

	.leading-0 .leading_inner{
		margin: 0%;
		width: 100%;
	}
	

	.leading-0 .leading_inner p a span, .slick-prev, .slick-next{
		display:none!important;
	}
	
	#logo .custom{
		text-align: center;
	}
	
	#logo_text{
		width:96%;
		float: initial;
		margin:0 auto;
	}
	
	#logo_text h2{
		margin:0 0 10px;
		text-align: center;
	}
	
	#menu ul.category-module li a, #menu ul.menu li span, #menu ul.menu li a {
		padding: 5px 11px;
	}
	
	

	.pricing_table_wdg ul {
	  width: 48%;
	  padding: 1%;
	  margin:1%;
	  height: 480px;
	  box-sizing: border-box;
	}
	
	
	.pricing_table_wdg ul:hover {
	  -webkit-transform: initial;
		-moz-transform: initial;
		-o-transform: initial;
		-moz-box-shadow: initial;
		-webkit-box-shadow: initial;
		box-shadow: initial;
	  background:#fafafa;
	}

	#menu ul.category-module li a, #menu ul.menu li span, #menu ul.menu li a {
		font-size: 18px;
	}

}

@media (max-width: 900px) {
	.stuck {
		position: static;
	}
	
	#header {
		height: 140px;
	}
	
	#page_bg #header2, #page_bg .sticky-wrapper {
		height: auto!important;
	}
	
	.items-leading .leading-0 {
		padding: 0px;
		height: 685px;
	}
	
	#menu .category-module {
		float: none;
	}
	
	#logo a{
		text-align:center;
	}
	
	
	#menu ul.category-module li {
		float: none;
		margin: 0;
		padding: 0px;
	}
	
	#menu ul.category-module li a, #menu ul.menu li span, #menu ul.menu li a{
		float:none;
	}
	
	#menu{
		width: 100%;
		margin: 6px 0;
	}
	
	
	#logo, #logo_text{
		width: 96%;
		margin: 0 2%;
	}
	
	#logo p{
		text-align: center;
	}
	#menu ul{
		width:auto;
	}
	
	#menu li{
	  float: initial;
	  background: none;
	  padding:0;
	}
	
	#menu li a {
	  cursor: pointer;
	  float: initial;
	  display:block;
	  font-weight: normal;
	}
	
	
	#content #column .dot-table td:first-child:after {
	  display: none;
	}
	
	#content #column .dot-table td {
	  min-width:60px;
	  white-space: initial;
	  padding: 10px;
	  vertical-align: top;
	}
	
	
	.width30, .width40, .width50, .width60, .width70{
		width: 100%;
		float:initial;
		text-align:center !important;
	}
	
	.leading_inner img, .width30 img, .width40 img, .width50 img, .width60 img, .width70 img{
		margin: 0 auto !important;
		text-align:center !important;
		float:initial!important;
		height:auto;
	}
	
	.sticky-wrapper{
		height:230px!important;
	}

	.stuck {
		position: relative!important;
	}
	
	
	.leading-1 .nav_slide_div li {
	  font-size: 14px;
	}

	.leading-2 .nav_slide_div li{
	  font-size: 14px;
	}

	.leading-3 .nav_slide_div li {
	  font-size: 14px;
	}
	
	.contact1{
		width: 48%;
	
	}
	
	.contact2 {
		width: 48%;
	}
}


@media (max-width: 640px) {
	#page_bg {
		background: none
	}
	
	.items-leading .leading-0 {
		height: auto;
		margin-top: 20px;
	}

	.step {
		width: 45%;
		margin-right: 10%;
		float: left;
	}
	
	.step4, .step2 {
		margin-right: 0%;
	}
	
	.about1 {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
    }
}

@media (max-width: 479px) {
	.contact1{
		width: 0%;
	
	}
	
	.contact2 {
		width: 96%;
	}
}
	.leading-1 .nav_slide_div ul li:first-child{
	  line-height: 56px;
	}
	.sticky-wrapper{
		height:220px!important;
	}
	
	#header2 {
	  height: 220px;
	}
	
	#logo img {
	  max-width: 220px;
	}
	
	h1 {
		font-size:30px;
		line-height:35px;
	}
	
	#logo_text h2 {
		font-size:20px;
		line-height:35px;
	}
	
	#logo_text h4 {
		font-size:16px;
		line-height:25px;
	}
	
	.contact_tel{
		
		font-size:30px;
	}
	
	#cookiesBarClose {
		left: 0!important;
		right:initial!important;
	}
	#cookiesBar p {
		margin-left: 30px !important;
	}
	
	.pricing_table_wdg ul {
	  width: 100%;
	  padding: 1%;
	  margin:0%;
	  height: auto;
	  box-sizing: border-box;
	}
	
	
	.leading-0 .leading_inner p a{
		width:100%;
	}
	
}


@media (max-width: 360px) {
	.step {
		width: 100%;
		margin-right: 0%;
	}
}
