@charset "utf-8";
/*  Created by Ch@mper  */

/* <reset> */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	font-size:100%;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background:transparent;
}
blockquote,q {
	quotes:none;
}
:focus {
	outline:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
/* </reset> */

* {
	margin:0;
	padding:0;
}
html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body {
	background:#fff;
	color:#000;
	font:12px Tahoma, Helvetica, Arial, Verdana;
	line-height:1;
}

a {
	color:#F60;
	font:13px Tahoma, Helvetica, Arial, Verdana;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

hr {
	margin:7px 0 21px;
	border:2px dashed #e8e8e8;
}

.name {
	background:#FF7722;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:0px 2px 2px -1px rgba(0, 0, 0, 0.400), 0px 0.9em 0.5em -0.2em rgba(255, 255, 255, 0.196) inset;
	-webkit-box-shadow:0px 2px 2px -1px rgba(0, 0, 0, 0.400), 0px 0.9em 0.5em -0.2em rgba(255, 255, 255, 0.196) inset;
	-moz-box-shadow:0px 2px 2px -1px rgba(0, 0, 0, 0.400), 0px 0.9em 0.5em -0.2em rgba(255, 255, 255, 0.196) inset;
	color:white;
	font-weight:700;
	padding:2px 4px;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.298);
}
a.name {
	text-decoration:none;
}
a.name:hover {
	background:#0099FF;
}

.small {
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
}

.half-seen {
	opacity:0.5;	
}

.half-seen:hover {
	opacity:1;
}

#textContainer ul {
	margin:10px 0 21px 22px;
}
#textContainer ul li {
	margin:15px 0 5px 18px;
	font-size:13px;
	color:#666;
	list-style:url(/images/li-orange.gif);
}

ol {
	list-style: none; /* убираем дефолтные цифры */
	counter-reset: point; /* задаем переменную для счетчика */
	margin:12px 0 20px 25px;
}
ol li {
	margin: 16px 0 4px;
	padding-left: 25px;
	position: relative;
	list-style:none;
	color:#666;
	font-size:13px;
	line-height:1.2em;
}
ol li:before {
	content: counter(point); /* выводим значение переменной */
	counter-increment: point 1; /* увеличваем счетчик на 1 */
	font-size: 13px; /* декор цифр  */
	position: absolute;
	left:0;
	top:-3px;
	background: #39C;
	border-radius:11px;
	-webkit-border-radius:11px;
	-moz-border-radius:11px;
	width: 20px;
	padding: 2px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
}


.fieldContainer{
	/* The light rounded section, which contans the fields */
	padding:30px 10px;
	width:60%;
	margin:25px 5px;
	float:left;
	
	box-shadow: 0 0 20px 0 #999;
	-moz-box-shadow: 0 0 20px #999;
    -webkit-box-shadow: 0 0 20px #999;
background-image: linear-gradient(bottom, rgb(176,176,176) 0%, rgb(230,230,230) 70%);
background-image: -o-linear-gradient(bottom, rgb(176,176,176) 0%, rgb(230,230,230) 70%);
background-image: -moz-linear-gradient(bottom, rgb(176,176,176) 0%, rgb(230,230,230) 70%);
background-image: -webkit-linear-gradient(bottom, rgb(176,176,176) 0%, rgb(230,230,230) 70%);
background-image: -ms-linear-gradient(bottom, rgb(176,176,176) 0%, rgb(230,230,230) 70%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(176,176,176)),
	color-stop(0.7, rgb(230,230,230))
);

    
     margin:20px auto; float:none;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}


.formRow{
	height:35px;
	padding:10px;
	position:relative;
}

.label{
	float:left;
	padding:0 20px 0 0;
	text-align:right;
	width:70px;
}

label{
	font-family:Century Gothic,Myriad Pro,Arial,Helvetica,sans-serif;
	font-size:11px;
	letter-spacing:1px;
	line-height:35px;
}

.field{
	float:left;
}

.field input{
	/* The text boxes */
	border:1px solid white;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:22px;
	padding:4px 5px;
	background: #FFFFFF;
	outline:none; /* Preventing the default Safari and Chrome text box highlight */
	width: 220px;
}

.signupButton{
	/* The submit button container */
	text-align:center;
	padding:30px 0 10px;
}

#submit{
	/* The submit button */
	border:1px solid white;
	font-size:16px;
	cursor:pointer;
	height:40px;
	width:110px;
	background: #d0ecfd;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

#submit.active{
	/* Marking the submit button as active adds the preloader gif as background */
	background-image:url(/images/loading.gif);
}

#submit:hover{
	background-color:#dcf2ff;
	border:1px solid white;
}

input:hover,
input:focus{
	-moz-box-shadow:0 0 12px rgba(0,140,255,0.5);
	-webkit-box-shadow:0 0 12px rgba(0,140,255,0.5);
	box-shadow:0 0 12px rgba(0,140,255,0.5);
}

.clearfix {
	clear:both;
	float:none;
}
p {
	margin-bottom:20px;
	font-size:14px;
	line-height:1.5em;
}
h1, h2, h3 {
	font-family:Arial, sans-serif; 
	font-weight:normal; 
}
h1 {
	font-size:30px; 
	font-weight:bold;
	color:rgb(0,160,222); 
	margin:2px 0 9px 12px;
	text-shadow:0 2px 3px rgb(0,0,0,.4);
}
h2 {
	font-size:24px;
	font-weight:bold;
	color:rgb(222,104,0); 
	margin-bottom:10px;
}
h3 {
	font-size:22px;
	margin-bottom:8px;
	color:#666;
}
h4 {
	font-size:16px;
	color:#E87C24;
	margin-bottom:20px;
}
ol {
	margin-left:25px;
}


/*  header  */
#header {
	width:100%;
	min-width:1076px;
	height:650px;
	background:url(/images/mainHeaderBg.jpg) no-repeat bottom;
	box-shadow:0 0 5px rgba(0,0,0,.5);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,.5);
	-moz-box-shadow:0 0 5px rgba(0,0,0,.5);
}
#headerInner {
	width:100%;
	min-width:1076px;
	height:430px;
	background:url(/images/innerHeaderBg.jpg) no-repeat top;
}


#mainMenu {
	width:1000px;
	margin:0 auto;
	height:50px;
}
#mainMenu ul {
	width:586px;
	height:35px;
	padding:20px 50px 5px;
	background:url(/images/mainMenuBg.png) no-repeat top;
	float:left;
	position:relative;
	top:18px;
	margin-left:20px;
}
#mainMenu li {
	list-style:none;
	float:left;
	border-left:1px solid white;
	margin-left:7px;
	padding-left:7px;
}
#mainMenu li a {
	font-size:15px;
	color:#FFF;
	text-decoration:none;
	padding:2px 5px 3px;
}
#mainMenu li a:hover {
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background:#069;
	box-shadow:0 0 3px rgba(0,0,0,0.3) inset;
}
#mainMenu ul li:first-child {
	border-left:none;
}
#contactPhones {
	float:right;
	width:180px;
	height:42px;
	padding-top:5px;
	line-height:1.7em;
	text-align: right;
	background:url(/images/phone-icon.png) no-repeat left;
}
#contactPhones span {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

a.logo {
	width:107px;
	height:107px;
	margin:5px 2px;
	float:left;
	text-indent:-9999px;
	background:url(/images/logoBg.png) no-repeat 0 0;
}

#mainPageMap {
	clear:left;
	width:1000px;
	height:500px;
	margin:0 auto;
	position: relative;

}


a#dwnld {
	position:absolute;
	width:150px;
	height:36px;
	top:170px;
	right:55px;
	float:right;
	background:url(/images/buttonPrice.png) no-repeat;
	text-indent:-9999px;
}
a#dwnld:hover {
	background-position:0 -36px;
}

/* wrapper */
#wrapper {
	height:auto !important;
	height:100%;
	padding:170px 0 50px;
	min-height:100%;
	position:relative;
	z-index:20;
	width:1110px;
	margin:10px auto 0;
	box-shadow:0 0 20px rgba(0,0,0,.5);
	-webkit-box-shadow:0 0 20px rgba(0,0,0,.5);
	-moz-box-shadow:0 0 20px rgba(0,0,0,.5);
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	background:url(/images/contentBg.jpg) no-repeat bottom right;
}

#topCover {
	background:url(/images/topCoverW.png) no-repeat top;
	width:1110px;
	height:210px;
	margin:0 auto;
	position:absolute;
	top:-35px;
}

#mainPageContent {
	margin:2px 0 7px;
}

#textContainer {
	width:720px;
	min-height:500px;
	float:left;
	padding:10px 10px 15px 30px;
}
#textContainer p {
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:justify;
	line-height:20px;
	color:rgba(0,0,0,.7);
}
#textContainer img {
	margin:2px 7px 4px;
}

#rightContainer {
	width:300px;
	min-height:500px;
	float:left;
	margin-left:10px;
	padding:10px 15px 400px;
}

/* --- tips on the map --- */ 
.pin {
	display: none;
}

.tooltip-up, .tooltip-down {
	position: absolute;
	background: url(/images/arrow-up-down.png) no-repeat;
	width: 36px;
	height: 52px;
}

.tooltip-down {
	background-position: 0 -52px;
}

.tooltip {
	display: none;
	width: 300px;
	cursor: help;
	text-shadow: 0 1px 0 #fff;
	position: absolute;
	top: 10px;
	left: 50%;
	z-index: 999;
	margin-left: -160px;
	padding:15px 10px;
	color: #222;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 3px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 3px 0 rgba(0,0,0,.3);
	box-shadow: 0 3px 0 rgba(0,0,0,.3);
	background: #fff1d3;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff1d3), to(#ffdb90));
	background: -webkit-linear-gradient(top, #fff1d3, #ffdb90);
	background: -moz-linear-gradient(top, #fff1d3, #ffdb90);
	background: -ms-linear-gradient(top, #fff1d3, #ffdb90);
	background: -o-linear-gradient(top, #fff1d3, #ffdb90);
	background: linear-gradient(top, #fff1d3, #ffdb90);			
}

.tooltip::after {
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	border-bottom: 10px solid #fff1d3;
	border-left: 10px solid transparent;
	border-right :10px solid transparent;
}

.tooltip-down .tooltip {
	bottom: 12px;
	top: auto;
}

.tooltip-down .tooltip::after {
	bottom: -10px;
	top: auto;
	border-bottom: 0;
	border-top: 10px solid #ffdb90;
}

.tooltip span {
	font: bold 21px 'Trebuchet MS', Tahoma, Arial;
	margin: 0 0 10px;
	color:#069;
}
.tooltip ul {
	margin: 0;
	padding: 0;
	list-style: none;
}	
.tooltip p {
	font-size:12px;
	line-height:1.3em;
	margin:0;
}


.btn-service {
	width:172px;
	height:170px;
	float:left;
	margin:-15px 11px 0;
	opacity:1;
}
.btn-service:hover {
	background-position:0 -170px !important;
}
.btn-service:first-child {
	margin-left:80px;
}
.btn-service span.link {
	float:left;
	margin-top:170px;
	font-size:15px;
	color:#333;
	display:block;
	width:170px;
	text-align:center;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	transition: color 0.3s linear;
}
.btn-service:hover span.link {
	color:#bf0a06;
}
.btn-service .icon {
	float:left;
	width:81px;
	height:62px;
	position:relative;
	top:-92px;
	left:15px;
	background:url(/images/montazh-icon.png) no-repeat center;
}
.btn-service:hover .icon {
	animation: ring 1.3s ease-in-out;
	transform-origin: 60% 30px;
}

@keyframes ring {
	0% { transform: rotate(0); }
	20% { transform: rotate(30deg); }
	40% { transform: rotate(-30deg); }
	60% { transform: rotate(15deg); } 	
	80% { transform: rotate(-15deg); }
	100% { transform: rotate(0); }
}




#proekt {
	background:url(/images/prokt-btn-bg.png) top no-repeat;
}
#heating {
	background:url(/images/heatng-btn-bg.png) top no-repeat;
}
#water {
	background:url(/images/watr-btn-bg.png) top no-repeat;
}
#sewerage {
	background:url(/images/sewrg-btn-bg.png) top no-repeat;
}
#elecrtic {
	background:url(/images/elctrc-btn-bg.png) top no-repeat;
}

/* -- swipe -- */

.swipe {
  width:469px;
  height:208px;
  margin:10px 20px 5px 50px;
  float:left;
}
.swipe li div, .swipe div div div {
  margin:0 10px;
  font-weight:bold;
  color:#CCC;
  font-size:20px;
  text-align:center;
}
a.swipe-prev {
	width: 0;
    height: 0;
	float:left;
	position:absolute;
	top:250px;
	left:35px;
    border-top: 30px solid transparent;
    border-right: 10px solid #b81b36;
    border-bottom: 30px solid transparent;
	text-indent:-9999px;
}
a.swipe-next {
	width: 0;
    height: 0;
	float:left;
	position:absolute;
	top:250px;
	left:525px;
    border-top: 30px solid transparent;
    border-left: 10px solid #b81b36;
    border-bottom: 30px solid transparent;
	text-indent:-9999px;
}

#specialOfferRight {
	width:480px;
	height:210px;
	float:right;
  	margin:10px;
	background:#088af9;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border:10px solid #fff;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.3);
}
#specialOfferRight span.radiator {
	background:url(/images/rightBlockBg.png) no-repeat right;
	margin:10px -35px 0 10px;
	float:right;
	width:163px;
	height:183px;
	font-size:14px;
	font-weight:bold;
}
#specialOfferRight p {
	font-size:15px;
	color:#FFF;
	display:block;
	float:left;
	width:320px;
	margin:10px;
	line-height:1.6em;
}

#advantages {
	width:260px;
	float:right;
}
#advantages ul li {
	list-style:none;
}
#advantages ul li p {
	font-size:12px;
	margin-bottom:25px;
}
#advantages img {
	margin-right:6px;
}

#articles {
	width:260px;
	float:right;
}
#articles ul {
	margin:0;
	padding:0;
}
#articles ul li {
	list-style:url(/images/li-orange.gif);
	margin:0 0 8px 16px;
}
#articles li a {
	font-size:12px;
	color:#666;
	text-decoration:none;
}
#articles li a:hover {
	text-decoration:underline;
	color:#F90;
}
	
#catalogList a.button {
	margin-bottom:20px;
	padding:6px 12px;
}
#catalogList li {
	margin-bottom:20px;
	list-style:none !important;
	background:url(/images/li-orange.gif) no-repeat left center;
	padding-left:15px;
}

.ribbon {
	font-size: 18px !important;
	color:#FFF;
	display:block;
	background:#088af9;
	text-align: center;
	padding:7px 0;
	margin:10px 0 15px;
	clear:both;
}

/* -- vtab -- */
#galleryVtab {
	margin:90px 0 50px 50px;
	position: relative;
}
#galleryVtab img {
	margin:0;
}
#galleryVtab > ul > li {
	width: 40px;
	height: 40px;
	background-color: #fff !important;
	list-style-type: none;
	display: block;
	margin: 10px auto;
	position: relative;
	opacity: .3;
	cursor:pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
#galleryVtab > ul > li:first-child {
	margin-top:75px;
}
#galleryVtab > ul > li.selected {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	z-index: 10;
	background-color: #fafafa !important;
	position: relative;
}
#galleryVtab > ul > li.avtonom {
	background:url(/images/avtonom.jpg) no-repeat;
}
#galleryVtab > ul > li.vozdusch {
	background:url(/images/veter.jpg) no-repeat;
}
#galleryVtab > ul > li.gaz {
	background:url(/images/gaz.jpg) no-repeat;
}
#galleryVtab > ul > li.voda {
	background:url(/images/voda.jpg) no-repeat;
}
#galleryVtab > ul > li.electro {
	background:url(/images/electro.jpg) no-repeat;
}
#galleryVtab > ul > li.sun {
	background:url(/images/sun.jpg) no-repeat;
}
#galleryVtab > ul > li.house {
	background:url(/images/house.jpg) no-repeat;
}
#galleryVtab > ul {
	float: left;
	width: 65px;
	height:450px;
	display: block;
	margin: auto 0;
	padding: 0;
	position: relative;
	background:#de6800;
	top: 10px;
	left:25px;
	z-index:10;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
#galleryVtab > div {
	margin-left:65px;
	border: 10px solid #ddd;
	padding-left:15px;
	position: relative;
	z-index: 9;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	box-shadow:0 0 10px #e8e8e8;
	-webkit-box-shadow:0 0 10px #e8e8e8;
	-moz-box-shadow:0 0 10px #e8e8e8;
	overflow:hidden;
	height:400px;
	width:560px;
}
#galleryVtab > div > img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#galleryVtab > div > h4 {
	color: #800;
	font-size: 1.2em;
	border-bottom: 1px dotted #800;
	padding-top: 5px;
	margin-top: 0;
}
.montazhInstr {
	display:block;
	position:absolute;
	width:175px;
	height:171px;
	background:url(/images/montazh-system-otopleniya.png) no-repeat;
	z-index:11;
	top:-80px;
	left:-30px;
}
.phone-us {
	background:url(/images/phone-us.png) no-repeat;
	width:108px;
	height:118px;
	position:absolute;
	top:320px;
	z-index:12;
	right:0;
}

#order {
	margin:-10px auto 20px;
	text-align:center;
}

/*  footer   */
#footer {
	background:url(/images/footerBg.jpg) no-repeat top;
	height:200px;
	position:relative;
	z-index:30;
	margin-top:-15px;
}

#footer .contactInfo {
	width:768px;
	height:100px;
	margin:0 auto;
	padding:60px 30px 10px 90px;
}

table.contacts {
	width:400px;
	margin-left:10px;
	height:100px;
	color:#FFF;
	font-size:15px;
	border-right:1px solid #fff;
	float:left;
}
table.contacts td {
	font-size:13px;
	line-height:1.6em;
}
table.contacts a {
	color:#FC0;
}

/*----------------------*/

.price-link {
	width:95%;
	margin:35px 0 20px;
	padding:0 5px;
}

.price-link span {
	color:#666;
	cursor:pointer;
	font-size:24px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	word-spacing:0.2em;
	border-bottom:1px #666 dashed;
}

.orange {
	color:#F93;
	text-shadow:0 1px 0 rgba(0,0,0,.3);
	font-size:14px;
	font-weight:bold;
}

.priceTable {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;
	background:#FFF;        
}

.priceTable tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.priceTable td, .priceTable th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.priceTable th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#ABDBFE));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #ABDBFE);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #ABDBFE);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #ABDBFE);
    background-image:      -o-linear-gradient(top, #ebf3fc, #ABDBFE);
    background-image:         linear-gradient(top, #ebf3fc, #ABDBFE);        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font-size:15px;
	line-height:1.3em;
	color:#666;
}

.priceTable td:first-child, .priceTable th:first-child {
    border-left: none;
}

.priceTable th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.priceTable th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.priceTable tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.priceTable tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

#fastLinks {
	float:left;
	width:300px;
	height:100px;
	margin-left:15px;
}
#fastLinks ul {
	margin:0;
	padding:0;
	float:left;
	margin:5px 15px;
}
#fastLinks li {
	list-style:none;
	margin-bottom:10px;
}
#fastLinks a {
	color:#FFF;
	text-decoration:none;
}
#fastLinks a:hover {
	text-decoration:underline;
}


/* additional */
SPAN.skype_pnh_text_span {
	color:#FFF !important;
	font-weight:bold !important;
}
