@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,400;0,600;0,700;1,200;1,400;1,600;1,700&display=swap');



html, p {
	font: normal normal normal 16px/25px 'Montserrat', sans-serif;
    letter-spacing: 0px;
	font-weight: 300;
}

body{
	margin: 0px;
	padding: 0px;	
    font: normal normal normal 16px/25px 'Montserrat', sans-serif;
    letter-spacing: 0px;
    color: #222222;	
}

p {
	font-size: 11px;
	line-height: 22px;
	font-weight: 200;
}

h1, h2, h3, h4 {
	font: normal normal normal 16px/25px 'Montserrat', sans-serif;
	font-weight: 700; 
}

h1 { 
	font-size: 32px;
	line-height: 38px;
	color: #000;
}

 
h1.title {
	color: #fff;
	text-align: center;
	background: url('/images/line_top_title.jpg') top no-repeat;
	padding-top: 0px;
	border-bottom: 0px solid #ff0000;
 
} 
 
  
 
h5.title {
	font-size: 24px;
	font-weight: 700;
	text-align: left;
	color: #000000 !important;
	font:  'Montserrat', sans-serif;
}

 
h5.subtitle {
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	color: #000000 !important;
	font:  'Montserrat', sans-serif;
	line-height: 32px;
}
 
h4.subtitle {
	font-size: 18px;
	font-weight: 800;
	text-align: center;
	color: #ff0000;
	font:  'Montserrat', sans-serif;
}

h2 {
	font-size: 24px;
}

h2.subtitle,
h3.subtitle {
	font-weight: 700;
	color: #e00000 !important;
 
} 

.itemPageTitle  h2.title {
	font-weight: 300;
	color: #000 !important;
	font-size: 38px;
}


h3 {
	font-size: 18px;
	color: #000;
	line-height: 24px;
}


h4 {
	font-size: 15px;
	color: #000;
}



.red {
	color: #e20008;
}

.animate_zoom {
	transition: all 0.6s ease 0s;
}

.animate_zoom:hover {
	transition: all 1.2s ease 0s;
	transform: scale(1.1); 
}


.animate_zoom2 {
	transition: all 3s ease 0s;
}

.animate_zoom2:hover {
	transition: all 8s ease 0s;
	transform: scale(1.05); 
}



.offset-link {
	display: block;
    height: 0;
    overflow: hidden;
    position: relative;

    visibility: hidden;
    width: 0;
	
}

/* =================================================================== */
/* TopLine
====================================================================== */

.topline {
	height: 0px;
	background: #000;
	width: 100%;
	text-align: right;
	color: #878787;
	font-size: 11px;
	padding-top: 0px;
	border-bottom: 0px solid #d4d4d4;
	display: none;
}

.topline .left {
	background: #bf171d;
	overflow: hidden;
	height: 30px !important;
}

.topline .right {
	background: #cdcdcd;
	overflow: hidden;
	height: 30px !important;
}

.topline .container{
	width: 1800px;
}




/* =================================================================== */
/* Header
====================================================================== */


header{
	height: 70px;
	width: 100%;
	transition: all 0.6s ease 0s;
	z-index: 99999;
	padding: 0 100px 0 0;
	position: absolute;
	background: url('/images/bg_header.png');
}

header .logo {
	margin-top: 0px;
	transition: all 0.6s ease 0s;
	text-align: left;
}

header .logo img{
	max-width: 100%;
	transition: all 0.6s ease 0s;
	/*filter: brightness(0) invert(1);; */
}

header .logo-top {
	padding: 0 !important;
	margin: 0 !important;
}


header .contact_info {
	text-align: right;
	margin-top: 10px; 
	padding-right: 20px;
	font-size: 11px !important;
	font: normal normal normal 16px/25px 'Montserrat', sans-serif;
    letter-spacing: 0px;
	color: #fff;
}

header .contact_info i{
	padding: 0px 10px 0px 20px;
	color: #e00000;
} 

  

header .contact_info a{
	color: #fff;
	font-family: 'Open Sans', sans-serif, verdana;
	font-weight: 300;
	font-size: 9px;
} 

header .contact_info i {
	padding: 5px;  
}


header  nav.navigation{
	height: 15px;
	text-align: right;
	margin-top: 14px;
	padding-top: 8px;
}

header  ul.maximenuck li.maximenuck.level1 > span.separator, .titreck {
	font: normal normal normal 13px/25px 'Montserrat', sans-serif;
	font-weight: 700; 

} 

header  ul.maximenuck span.titreck {
	font: normal normal normal 13px/20px 'Montserrat', sans-serif !important;
	font-weight: 600 !important; 
	text-transform: uppercase !important;
	color: #fff;
	transition: all 0.3s ease 0s;
}

header  ul.maximenuck span.titreck:hover {
	color: #d0cdc5;
	transition: all 0.3s ease 0s;
}

.floatck {
	padding-top: 15px;
}

header  ul.maximenuck2 span.titreck {
	font-size: 10px !important;

}

header  ul.maximenuck2  {



}


header ul.maximenuck2 {
	list-style: square outside !important;
    padding-left: 14px;
	display: block !important;
	
}

header ul.maximenuck ul.maximenuck2 li {
  display: list-item !important;
}
   
header  ul.maximenuck ul.maximenuck2 li a .titreck-title{
	color: #fff;
	font-size: 10px !important;
	font: normal normal normal 11px/25px 'Montserrat', sans-serif !important;
	font-weight: 600 !important;  
	transition: all 0.3s ease 0s;	

}

header  ul.maximenuck ul.maximenuck2 li a .titreck-title:hover{
	color: #d0cdc5;
	transition: all 0.3s ease 0s;

}


ul.maximenuck li.level1.parent > a:after, 
ul.maximenuck li.level1.parent > span.separator:after{
	content: none !important;
}
 

header  nav .navigation a {
	font-size: 16px; 
	font-weight: 300;
	font: normal normal normal 16px/25px 'Montserrat', sans-serif;
	font-weight: 400; 
}

header .separator::after {
	display: none !important;
	border-style: none;
}


header.sticky {
	height: 70px;
	position: fixed !important;
	background: #fff;
	transition: all 0.7s ease 0s;
	z-index: 999;
	top: 0;
	border-bottom: 1px solid #000;
	opacity: 0.9;
	color: #000 !important;
}

header .sticky ul.maximenuck span.titreck {
	color: #000;
	font-weight: 600 !important;
}

header nav.navigation ul.maximenuck li.level1 a{
	color: #000 !important;
}

header.sticky .contact_info {
	
}

header.sticky  nav.navigation{
	height: 45px;
	text-align: right;
	margin-top: 20px;
	padding-top: 0px;
	color: #000 !important;
	
}

header.sticky  nav.navigation ul.maximenuck li.level1 a{
	color: #000 !important;
}


header.sticky .logo {
	margin-top: 0px;

}

header.sticky .logo img{
	max-width: 100%;
	height: 65px;
	opacity: 0.9;
	/*filter: brightness(0) invert(1);;*/

	
}



/* =================================================================== */
/* Box module
====================================================================== */

.boxx {
	background: url('/images/bg_box_right.png') repeat-x;
	border: 1px solid #d4d4d4;
	padding: 0 25px 25px 25px;
	overflow: hidden;
	margin-top: 30px;
}

.boxx .boxheader {
	padding-bottom: 10px;
}

.boxx .boxheader h3{
	
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	color: #000;
	padding-top: 0px;
	padding-left: 0px;
	
}

.spec .boxheader h3:before{
	font-family: "FontAwesome";
	content: "\f007";   
	color: #e00000;
	padding-right: 10px;
	font-size: 25px;
}


.spec ul li {
	font-weight: 700;
	font-size: 14px;
	padding-left: 4px;
	border-bottom: 1px solid #d4d4d4;	
}



.plc .boxheader h3:before{
	font-family: "FontAwesome";
	content: "\f015";   
	color: #e00000;
	padding-right: 10px;
	font-size: 25px;
}


.plc ul li {
	font-weight: 700;
	font-size: 14px;
	padding-left: 4px;
	border-bottom: 1px solid #d4d4d4;	
}


.fiz .boxheader h3:before{
	font-family: "FontAwesome";
	content: "\f015";    
	color: #e00000;
	padding-right: 10px;
	font-size: 25px;
}


.fiz ul li {
	font-weight: 700;
	font-size: 14px;
	padding-left: 4px;
	border-bottom: 1px solid #d4d4d4;	
}







ul.nav li a {

}

ul.nav li a:before {
	font-family: "FontAwesome";
	content: "\f101";
	color: #e00000;
	padding-right: 10px;
}

.news_list_container {
	border-bottom: 1px solid #d4d4d4;
}  

.news_list_container .news_box_title {
	margin: 5px 0 5px 0;
	padding: 4px 0 11px 0;
}

.news_list_container .news_box_title a {
	font-size: 14px;  
	line-height:16px;
	color: #000;
	padding: 8px 8px;
}

.news_list_container .news_box_title a:before {
	font-family: "FontAwesome";
	content: "\f101";
	color: #e00000;
	padding-right: 10px;   
}

   

/* =================================================================== */ 
/* News mod
====================================================================== */
 
.news {
	padding: 40px 0 80px 0; 
}
 
.news_mod_title h1{
	font-size: 32px; 
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}	

.news_box_container img{
	max-width: 100%;
}

.news_date {
	font-size: 12px;
	padding-bottom: 10px;
}

.news_date .arrowbox {
	
}

.news_box_title {
	padding-top: 15px;
	font-size: 24px; 
	font-weight: 700;
	margin-bottom: 20px;
}

.news_box_title a{  
	color: #000;
}

.news_box_desc h3{
	font-weight: 400;
	font-size: 16px;
	line-height: 26px
}

.news_box_btn {
	color: #fff;
	background: #ff0000;
	padding: 5px 15px;
	width: 70px; 
	font-size: 11px;
	transition: all 0.3s ease 0s;
}  

.news_box_btn:hover {
	background: #ce0000;
	transition: all 0.3s ease 0s;
}


.news_box_btn .btn2{

}	
  

/* =================================================================== */
/* Slider
====================================================================== */

.slider{ 
	width: 100%;
	height: auto;
	z-index: -999999 !important;

	text-align: center;


} 

.slider h1 {
	font-size: 42px !important;
	font-weight: 700 !important;
	color: #fff;
	padding-left: 30px !important;
}
 
 
.btn_slide:hover {
	 opacity: 0.7;
 }

/* =================================================================== */ 
/* Line 
====================================================================== */

 


.logo-company-name {
	padding-top: 15px; 
}

  
.line{
	margin-top: 130px; 
	width: 100%;
	height: auto;
	z-index: 99 !important; 
	text-align: left;
	color: #fff;
	background: #000;
	font-size: 10px;
	padding: 15px 0 !important;
} 

.line img{
	max-width: 100%;
	width: 100%;
}

.boxes{
	
	z-index: 999 !important;
	color: #fff;
	position: relative;
	height: auto;
	background: #d1d1d1 url('/images/bg_box_top.jpg') top repeat-x;
	height: auto;
	padding-bottom: 60px;
}

.boxes .box2 {
	
	padding: 15px;
	margin-top: -100px;
	transition: all 0.3s ease 0s;
}

.boxes .box2 .box{
	background: #fff;
	padding: 40px 40px; 
	height: 380px; 
	transition: all 0.3s ease 0s;
}

.boxes .box2 .box:hover{
	opacity: 0.9;

}


.boxes .box2 .box_left {
	background: url('/images/b1.jpg') no-repeat;

}


.boxes .box2 .box_center {
	background: url('/images/b2.jpg') no-repeat;

}



.boxes .box2 .box_right {
	background: url('/images/b3.jpg') no-repeat;

}

.boxes .box2 .box .bottom_bg{
	text-align: center;
	height: 70px;
	margin-top: 230px;
}


.boxes .box_title {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	border-top: 1px solid #fff;
	padding-top: 20px;
}  

.boxes .box_content {
	margin-top: 5px;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

.boxes a {
	color: #fff;
}

.boxes a .box_text1 {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}

.boxes .box_contact_t {
	margin-top: 30px;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;

}


.boxes .box_contact {
	margin-top: 5px;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
 
.boxes .box_contact i {
	margin-right: 10px;
}



/* =================================================================== */
/* 
====================================================================== */

.home{
	padding: 100px 0;
}

.home h1 {
	text-align: center;
	padding-bottom: 30px;
}

.home h3 {
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
}


/* =================================================================== */
/* 
====================================================================== */

main{
	margin-top: 0px;
	background-image: url('/images/bg5.jpg'),url('/images/bg6.jpg');
	background-position: bottom center, top center;
	background-repeat: repeat-x;
	

} 



/* =================================================================== */
/* Module Dark Title
====================================================================== */


.m_dark .title1{
	background: #e00000;
	padding: 5px 15px; 
	color: #fff;  
	font-size: 16px;
	font-weight: 700;
} 

.m_dark h1 {
	color: #fff;
	font-size: 38px;
}

.m_dark h1 span.light {
	color: #fff;
	padding-left: 10px;
	font-weight: 300;
}	

.m_dark p {
	font-weight: 400;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	padding: 10px 0;
}


/* =================================================================== */
/* Module Fizjoterapia estetyczna
====================================================================== */
.m_fizjo {
	background: url('/images/bg_m_fizjo.jpg') top center fixed #d4d4d4;
	padding: 80px 0 80px 0; 
	
	
  
}

.m_fizjo {
	color: #fff;
} 


.m_fizjo_box img {
		max-width: 100%;
		padding: 2px;
		border: solid #d4d4d4 1px;
}

.m_fizjo_box img:hover {
	opacity: 0.85;
	transition: all 0.3s ease 0s;
}

.m_fizjo_box i{ 
	color: #e00000;
	font-size: 42px;
}

.m_fizjo_box h2 {
	margin-bottom: 18px;
}

.m_fizjo_box a h2 {
	color: #fff;
	text-decoration: none !important;
	transition: all 0.3s ease 0s;
}

.m_fizjo_box a h2:hover {
	color: #d4d4d4;
	text-decoration: none !important;
	transition: all 0.3s ease 0s;
 
} 

.m_fizjo_box p {
	font-size: 12px;
	line-height: 24px;
}  

.m_fizjo_box a p {
	text-decoration: none;
}  


.m_fizjo .btn_box{
	text-align: center;
	margin: 70px 0;
} 

.m_fizjo .btn_red{
	background: #e00000;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 15px 20px;
	transition: all 0.3s ease 0s;
}

.m_fizjo .btn_red:hover {
	transition: all 0.3s ease 0s;
	color: #000;
	background: #fff;
}








.btn_box2{
	text-align: left;
	margin: 70px 0;
} 

.btn_red2{
	background: #e00000;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	padding: 10px 15px;
	transition: all 0.3s ease 0s;
}

.btn_red2:hover {
	transition: all 0.3s ease 0s;
	color: #000;
	background: #fff;
}


.btn_red3{
	background: #e00000;
	color: #fff; 
	font-size: 11px;
	font-weight: 400;
	padding: 10px 15px;
	transition: all 0.3s ease 0s;
}

.btn_red3:hover {
	transition: all 0.3s ease 0s;
	color: #fff;
	background: #000;
}
 





.box_zakres{
	font-size: 12px;
}







/* =================================================================== */
/* Module Oferta
====================================================================== */
.m_oferta {
	background: #fff;
	padding: 80px 0 80px 0; 
  
}

.m_oferta .moferta_left {
	padding: 0 30px 0 0;
}

.m_oferta .moferta_right {
	padding: 0 0 0 30px;
} 

.m_oferta .moferta_right img {
	max-width: 100%;
}


.m_oferta .m_oferta_content {
		border: 0px solid #d4d4d4;
		padding: 00px 0 10px 30px;
		overflow: hidden;
}

.m_oferta .m_oferta_content i{
	color: #df0000;
	font-size: 60px;  
	transition: all 0.3s ease 0s;
}


a .m_oferta_content_line:hover i{

	font-size: 64px;  
}


.m_oferta .m_oferta_content_line {
	margin-top: 35px;
}

a .m_oferta_content_line {
	color: #000;
	text-decoration: none;
	transition: all 0.3s ease 0s;
} 


a .m_oferta_content_line:hover {
	color: #6b6b6b;
	text-decoration: none !important;
} 

.m_oferta .m_oferta_content_line .m_line_icon {
	border: 0px solid #d4d4d4;
	float: left;
	width: 80px;

} 

.m_oferta .m_oferta_content_line .m_line_title {
	border: 0px solid #d4d4d4;
	margin-left: 90px;
	

   
}

.m_oferta .m_oferta_content_line .m_line_title .t1{
	font-size: 22px;
	font-weight: 700;
}


.m_oferta .m_oferta_content_line .m_line_title .t2{
	font-size: 12px;
	font-weight: 400;	
	padding-top: 10px	
}

.m_oferta .title1{
	background: #d4d4d4;
	padding: 5px 15px;
	color: #fff; 
	font-size: 18px;
	font-weight: 700;
}

.m_oferta h1 {
	color: #df0000;
	font-size: 46px;
}

.m_oferta h1 span.light {
	color: #000;
	font-weight: 300;
}	

.m_oferta p {
	font-weight: 400;
	color: #000;
	font-size: 18px;
	line-height: 30px;
	padding: 10px 0;
}


/* =================================================================== */
/* Title subpage
====================================================================== */


.m_subpage_title .title1{
	background: #bebebe;
	padding: 5px 15px;
	color: #fff; 
	font-size: 18px;
	font-weight: 700;
}

.m_subpage_title h1 {
	color: #df0000; 
	font-size: 42px;
}

.m_subpage_title h1 span.light {
	color: #000;
	font-weight: 300;
}	

.m_subpage_title p {
	font-weight: 400;
	color: #000;
	font-size: 22px;
	line-height: 30px;
	padding: 18px 0;
}





.page_pv {
	background: url('/images/te_bg_pv_bottom.jpg') bottom repeat-x;
	color: #fff;
	padding-bottom: 60px;

} 
  


.page_pv2 {
	background: url('/images/te_bg_pv2.jpg') center fixed;
	color: #fff;
	padding: 40px 0 80px 0;

} 

.page_pv2 h1 { 
	color: #fff !important;    
	font-size: 42px;
	padding: 40px 0;
}
  
.page_pv2 ul li {
	font-size: 18px;
	font-weight: 300;
	padding: 16px 0;
	line-height: 24px;
} 

.page_pv2 h2 {
	font-size: 28px;
	font-weight: 400;
}
 
.page_pv2 h2.red {
	coor: #ff0000;
}


 
.page_pv3 {
	background: #ededed;
	color: #000;
	padding: 40px 0 80px 0;

} 

.page_pv3 h1{ 
	text-align: center;
}

.page_pv3 h3 {
	text-align: center;
	color: #ff0000;
}


.left { 
	text-align: right;
}
 

.right {
	text-align: left;
}


.page_pv3 p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

.offer_box {
	
}

.offer_box .offer_box_left {
	border: 0px solid #d3d3d3;
	float: left;
	padding-right: 15px;

}

.offer_box .offer_box_left .box_circle{
	padding: 24px 26px;
	background: #ff0000;
	color: #fff;
	border-radius: 50%; 
	width: 70px;
	height: 70px;
	font-size: 22px;
}

.offer_box .offer_box_right {
	overflow: hidden;
} 


.page_pv4 {
	background: url('/images/te_bg_pv4.jpg') center;
	padding: 80px;
	color: #fff;

}


.page_pv4 h2 {
	font-weight: 400;
}


.btn1 {
	border: 1px solid #fff;
	color: #000;
	padding: 20px 50px;  
	background: #fff;
	text-align: center; 
	border-radius: 10px;
	transition: all 0.3s ease 0s;
}

.btn1:hover {
	background: #000;
	color: #fff;
	transition: all 0.3s ease 0s;
}

.page_pv4 .btn1 {
	margin-top: 37px;
}





/* =================================================================== */
/* Page HOME
====================================================================== */


.page_home {

	color: #000;
	padding-bottom: 60px;

} 
  





/* =================================================================== */
/* Page Placówki
====================================================================== */


.plc_page{
	
} 

.plc_page_box {
	margin-bottom: 60px;  
}

.plc_itempage {
	
}

.plc_itempage .plc_contact{
	font-size: 16px;
	padding: 20px 0; 
}

.plc_itempage .plc_contact i{
	padding: 0px 10px 0px 20px;
	color: #e00000; 
}

.plc_itempage .plc_contact a{
	color: #000;
}  
 
.plc_info {
	padding: 20px 0 0 10px; 
	font-size: 18px; 
	line-height: 30px;
}

.plc_info h4{
	font-size: 20px;
	line-height: 30px;
}


.plc_itempage img{
	border: 1px solid #d4d4d4;
	padding: 1px;
}



.plc_page img{
	max-width: 100%;
} 

.plc_page img:hover{
	opacity: 0.9;
	transition: all 0.3s ease 0s;
} 


.plc_page h2{
color: #000;
}   

.plc_page h2 span.light{
	font-weight: 300;
} 

.plc_page .plc_subbox {
	margin-top: 25px;
	padding-left: 0px;
	font-size: 13px;  
}

.plc_page .plc_subbox i {
	padding: 0px 10px 0px 20px;
	color: #e00000;
}

.plc_page .plc_subbox a {
	color: #000;
}



/* =================================================================== */
/* Home
====================================================================== */


.home_firma {
	background: url('/images/te_bg_firma_home.jpg') fixed;
	color: #fff;
	padding: 160px 0;
} 
  
.home_firma h1{
	font: normal normal normal 16px/25px 'Montserrat', sans-serif;
	font-size: 42px;
	font-weight: 700;
	padding-bottom: 50px;
	color: #fff;
}

  
.home_firma h2{
	font: normal normal normal 16px/25px 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 38px;
}  


.page_onas_text {
	font-size: 18px;
	line-height: 34px;
	text-align: justify;
}


.page_onas_img {
	padding: 0 30px;
}


/* =================================================================== */
/* Home1
====================================================================== */

.home1 {
	background: #f4f4f4;
}

.home1 img {
	margin-top: -120px;
}


/* =================================================================== */
/* Page
====================================================================== */



.page .page_content {
	margin: 40px 0 40px 0; 
	padding-bottom: 80px;
	
}  

.page .page_content img {
	border: 1px solid #d4d4d4;
	padding: 2px;
}

.page .itemFullText p{
	line-height: 32px !important;
	font-size: 18px;
	font-weight: 400; 
	
}
 
.page .itemFullText h2{
	line-height: 32px !important;
	font-size: 25px;
}

.itemPage .itemFullText {
	font-size: 15px;
	line-height: 28px;
	margin-top: 40px;

	 
} 

.itemFullText img {
	max-width: 100%;
}

.itemFullText .img_box  {
	font-size: 11px;
}



.itemTitle {
	padding: 0 0 10px 0;
	border-bottom: 1px #d4d4d4 solid;
	margin-bottom: 20px;
}


.itemTitle h1.title {
	font-size: 42px;
	line-height: 50px;
	color: #000;
	font-weight: 700;
	text-align: left;
}  

.itemPageTitle {
	
}

.itemIntroText h3{
	padding-bottom: 0 !important;
	line-height: 36px; 
	font-weight: 400;	
	font-size: 24px;
}

.itemIntroText p {
	font-size: 14px; 
	line-height: 26px; 
	font-weight: 700;
}	
 
.itemIntroText {
	font-size: 14px !important; 
	line-height: 26px  !important; 
	font-weight: 400  !important;	
}

 

.itemPage {
	background: #fff;  
	display: block;
	overflow: hidden;
	margin: 30px 0;
	padding: 30px;
	border: 1px solid #d4d4d4;


}

.itemPage img { 
	max-width: 100%;
}
 
 
.itemPage h1.title{
	font-size: 48px !important;
	font-weight: 700;
	margin-top: 12px; 
	text-align: center; 
	line-height: 52px;
	line-height: 52px;
	color: #000;
	border-top: 1px solid #fff;
	 
} 


.itemPage h2.subtitle{
	font-size: 22px;
	font-weight: 300;
	line-height: 36px; 
	color: #000 !important;
	text-align: center;
	
}

.itemPage .itemImageBlock {
	margin: 50px 0 0px 0;


}
.itemPage .itemImageBlock  img {
	max-width: 100%;
}



ul.sigProClassic  {
	margin-top: 10px !important;
}


ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {

	border: 1px solid #d4d4d4;
	box-shadow: none;
	overflow: hidden;
	padding: 3px;
} 

.sigProLinkOuterWrapper {
	display: none;
}

ul.sigProClassic li.sigProThumb {
	margin: 15px;
}

.sigProLinkOuterWrapper {
	padding: 0 !important;
	
}

ul.sigProClassic span.sigProPseudoCaption, ul.sigProClassic span.sigProCaption {
	display: none;
}


div.itemExtraFields {
	margin: 60x 0px !important;
	font-size: 14px;
}

.itemExtraFieldsLabel {
	font-weight: 700;  
	color: #1b4988;
}

.itemExtraFields ul .row {
	border: 1px solid #d4d4d4;
	border-radius: 15px;
	padding: 4px;
	margin: 4px 0;
}

img.ico_extrafields {
	width: 40px;
	height: 40px;
	margin: 15px 5px 5px 5px;  
	padding-top: -12px;
}
 
 
 .ico_extrafields_text {
	font-size: 11px;
 }

.itemRelated {
	margin-top: 50px;
}



.itemNavigation {
	text-align: right;
	padding: 0 !important;
	margin-top: 12px;
	background: none !important; 
} 

.itemNavigation .itemPrevious {
	background: #ff0000;
	color: #fff;
	padding: 6px 16px 8px 18px!important; 
	font-weight: bold;
	margin: 1px;
	border-radius: 6px; 
}  
 
.itemNavigation .itemNext  {
	background: #ff0000;
	color: #fff;
	padding: 6px 18px 8px 18px!important; 
	font-weight: bold;
	margin: 1px;
	border-radius: 6px;
}

.itemNavigation .itemPrevious:hover,
.itemNavigation .itemNext:hover {
	background: #000;
	text-decoration: none;
}	



/* =================================================================== */
/* Webpages
====================================================================== */

.webpages {
	padding: 80px 0;
	background: #262626;
	color: #fff;
	font-weight: 700; 	
}

.webpages a img{
	transition: all 0.3s ease 0s;
}
 

.webpages a:hover img{
	transition: all 0.4s ease 0s;
	opacity: 0.8; 
}
  

/* =================================================================== */
/* News
====================================================================== */

.row_news{
	border: 0px solid #d4d4d4;
	padding: 30px 0;
}

.row_news img {
	max-width: 100%;
	padding: 2px;
	border: 1px solid #d4d4d4;
}
     
 
 .row_news .news_title{
	 font-size: 32px;
	 font-weight: 700;
	 line-height: 42px;
 }
 
 .row_news .news_title a{
	 color: #000;
 }
  
 .row_news .news_desc a h3{
	 font-size: 18px;
	 font-weight: 300;
	 line-height: 32px;	 
 }
 
   
 
/* =================================================================== */
/* Category
====================================================================== */



.offer_list {
	padding: 30px;
	margin: 30px 0;
	text-align: left;  
    border: 1px solid #d4d4d4;	
	

}

.offer_list_img {

}

.offer_list a {
	color: #000;
	text-decoration: none;
}

.offer_line {
	margin: 20px 0;
}

.offer_list_img img {
	
	max-width: 100%;
	border: 1px solid #000;
}

.offer_list_title {
	text-align: left;

}

.offer_list_title h2{
	font-size: 22px;  
	font-weight: 700;
	margin-top: 5px;
} 






/* =================================================================== */
/* Kompleksowa obsługa klienta
====================================================================== */
.obsluga {
	height: auto;
    font: normal normal normal 16px/25px 'Montserrat', sans-serif;
	background: url('/images/bg_obsluga.jpg') fixed center #292929;  
	padding: 60px 0;
}

.obsluga .obsluga_box{ 
	text-align: center;
	margin: 30px 0 80px 0;
	padding: 50px;
}
.obsluga_box{
	color: #fff;
}

.obsluga .obsluga_box img{
	border: 1px solid #d4d4d4;
	border-radius: 1px 55px 1px;
	padding: 5px 2px; 
	max-width: 100%;
	margin-bottom: 15px;
}	

.obsluga p{
	margin-top: 25px;
	font-size: 16px;
	line-height: 28px;	
	color: #fff; 
	font-weight: 400;
	text-align: justify;
} 


/* =================================================================== */
/* Bezpieczenstwo
====================================================================== */
.bezpieczenstwo {
	height: auto;
    font: normal normal normal 16px/25px 'Montserrat', sans-serif;
	background: #194581; 
}

.bezpieczenstwo .b_left{
	background: #194581; 
	height: auto;
	color: #fff;
	text-align: right;
	padding: 50px;    
}

.bezpieczenstwo .b_left h1{
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	font: normal normal normal  'Montserrat', sans-serif;
	line-height: 40px;
}

.bezpieczenstwo .b_left h2{
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	font: normal normal normal  'Montserrat', sans-serif;
	line-height: 32px;
}
 


.bezpieczenstwo .b_right{
	background: url('/images/bg_b.jpg');
	height: 100%;
	padding: 80px 40px;    
	color: #fff;	
}

.bezpieczenstwo .b_right img{
	padding: 10px; 
	max-width: 100%;  
} 


/* =================================================================== */
/* Menu OFERTA
====================================================================== */
.moduletablemenuoferta{
	padding: 0 20px; 
	margin-top: 30px;
	border-radius: 1px 15px 1px;
}


.menuoferta {

	border: 1px solid #d4d4d4;
	border-radius: 1px 15px 1px;
	padding: 5px 2px;
}
 
.menuoferta ul li{
	border: 1px solid #d4d4d4; 
	padding: 15px !important; 
	margin: 5px 2px!important; 
	border-radius: 1px 15px 1px;
	background: #1b4988;
}

.menuoferta ul li:hover{
	background: #193a66;
	
}
 
.menuoferta ul li a{
	color: #fff;
	font-size: 14px;
}

.menuoferta ul li a:hover{
	text-decoration: none;
}

.menuoferta ul li a::before{
	content: '>';
	padding-right: 10px;
	
}






/* =================================================================== */
/* Breadcrumbs
====================================================================== */


.breadcrumb>li+li:before {
	content: none;

}

.breadcrumb>li {
	padding: 0 5px !important;
}

.breadcrumbs_area {
		background: #000;

}

.breadcrumbs_area ul.breadcrumb {
	background: none;
	margin: 0 !important;
	padding: 10px 0 !important;
	font-size: 12px;
	color: #fff;
}

.breadcrumbs_area ul.breadcrumb a,
.breadcrumbs_area h2,
.breadcrumbs_area h3{
	color: #fff;
}


/* =================================================================== */
/* Realizacje
====================================================================== */



.realizacje_container{
	padding: 40px 0 60px 0;
	
}   

.realizacje_box{
	border: 0px solid #d4d4d4;
	overflow: hidden;
	
}

.realizacje_box img{
	max-width: 100%;
	border: 1px solid #d4d4d4;
	background: #d4d4d4;

}

.realizacje_box .catImage {
	overflow: hidden !important;
}

.realizacje_box h3.catItemTitle {
	margin-top: 10px;
}


.realizacje_box h3.catItemTitle a{
	font-size: 15px;
	color: #000;
}

.realizacje .itemText {
	padding-left: 30px;
}

.realizacje_box .catItemIntroText {
	padding-top: 0px;
	font-family: termina, sans-serif;
	font-weight: 300;
	font-size: 10px;
	line-height: 22px;
}

.realizacje .itemImage {
	padding: 0px;
}


.realizacje .itemImage img{
	max-width: 100%;
	border: 1px solid #d4d4d4;
	padding: 4px;
} 

.realizacje .sigProLinkWrapper {
	box-shadow: none !important;
}

.itemImageGallery {
	padding-top: 60px;
	margin-top: 50px !important;  
}

.sigProContainer {
	
}








/* =================================================================== */
/* Logo slider
====================================================================== */


h2.lgx-logo-header-title {
	padding-bottom: 50px;
	background: url('/images/line_top_title.jpg') top no-repeat;
	padding-top: 25px;
}



#mod-lgx-logoslider104 .lgx-logo-header .lgx-logo-header-title {
	
}

 



/* =================================================================== */
/* Kontakt
====================================================================== */



.kontakt .itemImgTop {
	height: 240px;
	width: 100%;
	background: #f4f4f4 url('/images/bg_top_kontakt.jpg') top center fixed; 
}

.kontakt i {
		margin-right: 10px;
		color: #bf171d;
}
  
.page_home2 {
	background: #f5f5f5;
}

.moduletable_kontaktform {
	
	

}

.moduletable_kontaktform h3{
	text-align: center;
	font-size: 24px;
}

 
.module_bottom {
	padding: 50px 0;
	background: #f5f5f5;
}

#cf_1 { 
	--background-color: none !important;
}
 


/* =================================================================== */
/* Footer
====================================================================== */

.footer {
	background: #111111;
	padding: 20px;
	padding: 60px;
	overflow: hidden;
	color: #aeaeae;
	font-size: 12px;
	line-height: 24px;
}

.footer img {
	opacity: 0.5;
}

.footer .left {
	text-align: left;
}


.footer .right {
	text-align: right;
}

.footer h3 {
	font-weight: 700;
	color: #aeaeae;
	font-size: 16px;
}

.footer h4 {
	font-weight: 400;
	color: #aeaeae;
	font-size: 14px;
}




.footer_bottom {
	background: #0a0a0a;
	padding: 40px; 
	font-weight: 400; 
	color: #aeaeae;
	font-size: 10px;
	line-height: 24px;
	overflow: hidden;
} 

.footer_bottom .left{
text-align: left;
}

.footer_bottom .right{
text-align: right;

}

.footer_bottom a {
	color: #aeaeae;
}

	
@media (min-width: 1900px) {
	header .container{
		width: 1800px;
		position: absolute !important;
	}
}  

@media (min-width: 1600px) and (max-width: 1899px) {
	header .container {
		width: 1500px;
	}
	
	
	.bezpieczenstwo .b_left h1{
		font-size: 42px;
		line-height: 48px; 
	}

	.bezpieczenstwo .b_left h2{
		color: #fff;
		font-size: 24px;
		line-height: 32px;
	}
	 
}


@media (min-width: 1200px) and (max-width: 1599px) {
	
	header{
		padding: 0 10px;
	}
	
	header .container{
		width: 1200px;
	}
	
	span.titreck {
		padding: 4px 2px !important;
		font-size: 14px !important;
	}
	
	ul.maximenuck li.maximenuck.level1 {
		padding: 0 10px !important;
	}
	
	header .contact_info {
		padding-right: 10px;
	}


	
}


@media (min-width: 980px) and (max-width: 1199px) {

	span.titreck {
		padding: 4px 1px !important;
		font-size: 13px !important;
	}
	
	ul.maximenuck li.maximenuck.level1 {
		padding: 0 5px !important;
	}
	
	header {
		padding: 0 30px;
	}
	
		header .contact_info {
		padding-right: 4px;
	}

	.box {
		margin-top: 50px;
	}

}


@media (min-width: 768px) and (max-width: 979px) {

	header{
		height: auto;
		padding: 10px 0px 20px 0px;
	}

	header .contact_info {
		display: none;
	}

	header .logo {
		margin: 15px 0 15px 0;
	}



	
	ul.maximenuck li.maximenuck.level1{
		padding: 0 3px !important; 
	}
	
ul.maximenuck li.maximenuck.level1 > a span.titreck, div#maximenuck98 ul.maximenuck li.maximenuck.level1 > span.separator span.titreck  {
	font-size: 10px !important;
	
}
	
	#maximenuck91.maximenuckh ul.maximenuck{
	background: #1a1a1a url('../images/fond_bg.png') top left repeat-x !important;
	padding: 0px;
	} 

	ul.maximenuck {
		background: #000  !important;
		opacity: 0.8;  
		z-index: 9999;
	}
	
	.navigation {
		margin-top: 20px !important;
		
	}
	
	.maximenuckh label {
		color: #fff;
	}

.boxes{ 
	padding-bottom: 40px;

}


.boxes {
	margin-top: 20px !important;
	z-index: 999999;
}


.m_dark h1 {
	font-size: 25px !important;
}


}
	

	
@media (max-width: 768px) {
	
	
.m_dark h1 {
	font-size: 25px !important;
}


	
header{  

padding: 5px !important;
}

header .logo {
	margin-top: 15px !important; 
}

.slider {
	z-index: 0;
}

.kontakt_box2 {
	text-align: left;
}


.boxes{ 
	padding-bottom: 40px;

}


.boxes {
	margin-top: 20px !important;
	z-index: 999999;
}


.home_firma h1 {
	line-height: 42px;
}
.news_box_container {
	margin-bottom: 60px;  
}

.itemImageBlock img {  
	max-width: 100%; 
}

.boxes .box_content {
	margin-top: 0px !important;  
} 
	
	.navigation {
		margin-top: 10px !important;
		color: #fff !important;
	}
	
	div#maximenuck98 ul.maximenuck li.maximenuck.level1:hover > a span.titreck, div#maximenuck98 ul.maximenuck li.maximenuck.level1.active > a span.titreck, div#maximenuck98 ul.maximenuck li.maximenuck.level1:hover > span.separator, div#maximenuck98 ul.maximenuck li.maximenuck.level1.active > span.separator {
			color: #fff !important;
			font-size: 10px !important;
	}
	
	div#maximenuck98 ul.maximenuck li.maximenuck.level1:hover > a span.titreck, div#maximenuck98 ul.maximenuck li.maximenuck.level1.active > a span.titreck, div#maximenuck98 ul.maximenuck li.maximenuck.level1:hover > span.separator, div#maximenuck98 ul.maximenuck li.maximenuck.level1.active > span.separator,
	header nav.navigation ul.maximenuck li.level1 a {
			color: #fff !important;
			font-size: 10px !important;
	}
	
	header ul.maximenuck span.titreck {
		color: #fff !important;
		font-size: 10px !important;
	}
	  
	
	
	header ul.maximenuck ul.maximenuck2 li a .titreck-title {
    color: #fff !important;
    font-size: 10px !important;
    font: normal normal normal 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
}


	
	.line{
	margin-top:  -10px;
    }

	header .contact_info{
		display: none;
	}
	
	header .logo { 
		margin: 15px 0 15px 0;
	}

	.maximenuckh label { 
		color: #000;
		
	}

	.page {
		
		padding: 170px 20px 20px 20px;
	}
	
	.footer {
		text-align: center;
	}
	
	.boxes .box_content .box1 {
    padding: 30px ;

	}
	
	
	.footer img{
		max-width: 100%;
	}
 
	header.sticky .logo {
		margin-top: 5px !important;
	}

	header.sticky {
		border-bottom: 1px solid #d4d4d4;
	}
	
    li.maximenuck  {
		background: #1a1a1a !important;
		opacity:0.9;
		padding: 5px 15px !important;
		color: #fff !important;

	}
	
	
    li.maximenuck a, li.maximenuck .separator   {
			padding: 5px 10px 5px 10px !important;
	}
		
		
	.contact .contactright {
	text-align: left;
	}
	
	
	.footer_bottom .left{
		text-align: center;
	}

	.footer_bottom .right{
		text-align: center;

	}
	

}
	
	
	
	


.coockie_banner {
	background: #000000;
	opacity: 0.8 !important;
	
}

.coockie_banner p{
	font-size: 10px  !important;
	font-family: 'Open Sans', sans-serif, verdana !important;
	font-weight: 400 !important;
}

.coockie_banner .butonDefecto {
	background: #8b4584;
	border: 1px solid #264c72;
	font-size: 10px  !important;
	font-family: 'Open Sans', sans-serif, verdana !important;
	font-weight: 400 !important;
	transition: all 0.3s ease 0s;
}

.coockie_banner .butonDefecto:hover {
	background: #5f2959;
	transition: all 0.3s ease 0s;
	border: 1px solid #264c72;
}












.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
 
.animated.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}
 
 
@-webkit-keyframes bounceIn {
 
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
 
 
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
 
 
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
 
@-moz-keyframes bounceIn {
 
  0% {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
 
 
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
 
 
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
 
@-o-keyframes bounceIn {
 
  0% {
    opacity: 0;
    -o-transform: scale(0.8);
  }
 
 
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
 
 
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
 
@keyframes bounceIn {
 
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
 
 
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
 
 
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
 
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
 
 
 
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
 
    100% {
        opacity: 1;
    }
}
 
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
 
    100% {
        opacity: 1;
    }
}
 
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
 
    100% {
        opacity: 1;
    }
}
 
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
 
    100% {
        opacity: 1;
    }
}
 
.delay {
    -webkit-animation-delay: 0.30s;
    -moz-animation-delay: 0.30s;
    -o-animation-delay: 0.30s;
    animation-delay: 0.30s;
}
 
.delay-three {
    -webkit-animation-delay: 0.60s;
    -moz-animation-delay: 0.60s;
    -o-animation-delay: 0.60s;
    animation-delay: 0.60s;
}
 
 
.delay-two {
    -webkit-animation-delay: 1.0s;
    -moz-animation-delay: 1.0s;
    -o-animation-delay: 1.0s;
    animation-delay: 1.0s;
}
 
.delay-one {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
 
.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
 
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
 
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
 
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
 
@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
 
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
 
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
 
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
 
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
 
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
 
@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
 
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
 
@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }
 
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
 
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
 
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
 
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
 
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
 
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
 
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
 
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
 
@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
 
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
 
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
 
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
 
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
 
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
 
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
 
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
}
 
@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
 
    100% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
}
 
@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }
 
    100% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
}
 
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
 
    100% {
        opacity: 0;
        transform: translateX(-20px);
    }
}
 
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
 
    100% {
        opacity: 0;
    }
}
 
@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
 
    100% {
        opacity: 0;
    }
}
 
@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }
 
    100% {
        opacity: 0;
    }
}
 
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
 
    100% {
        opacity: 0;
    }
}
 
.animated.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
}
 
.animated.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

