@import url(navi.css);
@import url(forms.css);
@import url(tables.css);
@import url(featured_slide.css);

body{
	margin:0;
	padding:0;
	font-size:15px; /*13px*/
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	background-color:#FFFFFF;
	background: url(../images/bg.jpg) repeat /*fixed*/ center;
	}

img{ margin:0; padding:0; border:none;} /* display:block; */
.justify{text-align:justify;}
.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.nostart{list-style-type:none; margin:0; padding:0;}
.clear{clear:both;}
br.clear{clear:both; margin-top:-15px;}

a{
	outline:none;
	text-decoration:none;
	color:#059BD8;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
a:hover { color:#666666; }

.fl_left{float:left;}
.fl_right{float:right;}

.imgl, .imgr{/*border:1px solid #C7C5C8;*/ padding:5px;}
.imgl{float:left; margin:0 15px 8px 0; clear:left;}
.imgr{float:right; margin:0 0 15px 8px; clear:right;}

.tbl1{font-size:11px;color:#5f5f5f;background-color:#FBFCFB;}
.tbl2{font-size:11px;color:#5f5f5f;background-color:#F0F0F0;} /* padding:3px 7px 3px 7px; */

.paging td a:hover, .paging td.active a{
	color:#666666;
	background-color:#F6F6F6;
}
.paging td {
	border:1px solid #CCCCCC;
}

.paging span {
	padding:3px 8px;
	/*color:#059BD8;*/
	background-color:#F6F6F6;
}
.paging td a:link, .paging td a:visited{
	padding:3px 8px;
	color:#059BD8;
	background-color:#FBFCFB;
}
	
.paging td a:hover, #current{
	color:#FFFFFF;
	background-color:#059BD8;
}

/* ----------------------------------------------Wrapper-------------------------------------*/
div.wrapper3h{ height:71px; }
div.wrapper3{
	display:block;
	width:100%;
	margin:0;
	text-align:left;
	border-bottom:2px solid #666666; /* #E3E3E3 */
	border-top:2px solid #666666; /* #E3E3E3 */
	
	box-shadow:0 10px 10px 0 rgba(0,0,0,.3);
	-moz-box-shadow:0 10px 10px 0;
	-moz-rgba(0,0,0,.3);
	-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.3);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=0,strength=1) progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=90,strength=4) progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=270,strength=1) progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=180,strength=4)!important;
}
div.wrapper3f{ z-index: 90; position: fixed; left: 0; top: 0; width: 100%; opacity:0.8; filter:alpha(opacity=80); /* For IE8 and earlier */ }

div.wrapper2{
	display:block;
	width:100%;
	margin:0;
	text-align:left;
	border-bottom:2px solid #E3E3E3;
	
	box-shadow:0 10px 10px 0 rgba(0,0,0,.3);
	-moz-box-shadow:0 10px 10px 0;
	-moz-rgba(0,0,0,.3);
	-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.3);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=0,strength=1) progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=90,strength=4) progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=270,strength=1) progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=180,strength=4)!important;

	}
	
div.wrapper{
	display:block;
	width:1000px;
	margin:0 auto 0;
	text-align:left;
	border-bottom:1px solid #E3E3E3;
	
	box-shadow:0 10px 10px 0px rgba(0,0,0,.5);
	-moz-box-shadow:0 10px 10px 0px;
	-moz-rgba(0,0,0,.5);
	-webkit-box-shadow:0 10px 10px 0px rgba(0,0,0,.5);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=0,strength=1) progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=90,strength=4) progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=270,strength=1) progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=180,strength=4)!important;
	}
div.wrapper4{
	display:block;
	width:1000px;
	margin:0 auto 0;
	text-align:left;
	
	box-shadow:0 10px 10px 0px rgba(0,0,0,.5);
	-moz-box-shadow:0 10px 10px 0px;
	-moz-rgba(0,0,0,.5);
	-webkit-box-shadow:0 10px 10px 0px rgba(0,0,0,.5);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=0,strength=1) progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=90,strength=4) progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=270,strength=1) progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=180,strength=4)!important;
	}

div.wrapper h1, div.wrapper4 h1,/* одебелено лого */ div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6{
	margin:0 0 15px 0;
	padding:0;
	font-size:20px;
	font-weight:normal;
	line-height:normal;
	}
div.wrapper h1 span{
	margin:0 0 15px 0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	line-height:normal;
	}

.col0, .col0 a{color:#FFFFFF; background-color:#666666; }
.col2{color:#FFFFFF; background-color:#F6F6F6; }

.shadow {
	/*border: 1px solid #999;*/
	box-shadow:0 1px 10px 1px rgba(0,0,0,.5);
	-moz-box-shadow:0 1px 10px 1px;
	-moz-rgba(0,0,0,.5);
	-webkit-box-shadow:0 1px 10px 1px rgba(0,0,0,.5);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=0,strength=1) progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=90,strength=4) progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=270,strength=1) progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=180,strength=4)!important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.shadow:hover {
	/*border: 1px solid #059BD8;*/
	box-shadow:0 1px 10px 1px rgba(5,155,216,.5);
	-moz-box-shadow:0 1px 10px 1px;
	-moz-rgba(5,155,216,.5);
	-webkit-box-shadow:0 1px 10px 1px rgba(5,155,216,.5);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#059BD8,direction=0,strength=1) progid:DXImageTransform.Microsoft.Shadow(color=#059BD8,direction=90,strength=4) progid:DXImageTransform.Microsoft.Shadow(color=#059BD8,direction=270,strength=1) progid:DXImageTransform.Microsoft.Shadow(color=#059BD8,direction=180,strength=4)!important;
	
}

div.rotator {
	display:none;
}
div.rotator ul li {
	position:absolute;
	list-style: none;
}
div.rotator ul li.show {
	z-index:70;
}

/* ----------------------------------------------Generalise-------------------------------------*/

#header, #topline, #topbar, #breadcrumb, .container, #hpage_cats, .adblock, #socialise, #footer, #copyright{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:960px;
	}

#header, .container, .adblock, #socialise, #footer, #copyright {
	background-color: #fff;
	padding:20px 20px;
}
/*#copyright {
	padding:15px 0px;
	width: 1000px;
}*/
#copyright {
	padding:15px 20px;
	width: 960px;
}
.weatherdiv {
	width: 250px;
	height: 250px;
	text-align:center;
	vertical-align:middle;
}
/* ----------------------------------------------TopBar-------------------------------------*/

#topline{
	padding:10px 0;
	}

#topline p{
	float:left;
	margin:0;
	padding:0;
	}

#topline ul{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	}

#topline li{
	display:inline;
	margin:0 8px 0 0;
	padding:0 10px 0 0;
	border-right:1px solid #999999;
	}

#topline li.last{
	margin-right:0;
	padding-right:0;
	border:none;
	}

/* ----------------------------------------------Header-------------------------------------*/

#header{
	padding:2px 20px 20px 20px;
	}

/*#header .fl_left{
	display:block;
	float:left;
	margin-top:7px;
	overflow:hidden;
	}*/

#header .fl_right{
	display:block;
	float:right;
	width:468px;
	height:60px;
	margin-top:21px;
	overflow:hidden;
	}

#header h1, #header p, #header ul{
	margin:0;
	padding:0;
	list-style:none;
	line-height:normal;
	}

#header h1 a{
	font-size:46px;
	/*color:#999999;*/
	/*background-color:#FFFFFF;*/
	}

#header h1 strong{
	font-weight:normal;
	/*color:#059BD8;*/
	/*background-color:#FFFFFF;*/
	}

#header .fl_left p{
	text-align:right;
	margin-top:5px;
	}
	
		.fl_left a	{
			display: inline-block;
			padding: 4px;
			outline: 0;
			color: #999999;
			-webkit-transition-duration: 0.25s;
			-moz-transition-duration: 0.25s;
			-o-transition-duration: 0.25s;
			transition-duration: 0.25s;
			-webkit-transition-property: -webkit-transform;
			-moz-transition-property: -moz-transform;
			-o-transition-property: -o-transform;
			transition-property: transform;
			-webkit-transform: scale(1) rotate(0);
			-moz-transform: scale(1) rotate(0);
			-o-transform: scale(1) rotate(0);
			transform: scale(1) rotate(0);
		}
		.fl_left a:hover {
			background: #059BD8; /*3a599d*/
			text-decoration: none;
			color: #fff;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			-o-border-radius: 4px;
			border-radius: 4px;
			-webkit-transform: scale(1.05) rotate(-1deg);
			-moz-transform: scale(1.05) rotate(-1deg);
			-o-transform: scale(1.05) rotate(-1deg);
			transform: scale(1.05) rotate(-1deg);
		}
		.fl_left a strong { 
			color:#059BD8;
		}
		.fl_left a:hover strong {
			color: #fff;
		}
		.fl_left a:nth-child(2n):hover {
		  -webkit-transform: scale(1.05) rotate(1deg);
		  -moz-transform: scale(1.05) rotate(1deg);
		  -o-transform: scale(1.05) rotate(1deg);
		  transform: scale(1.05) rotate(1deg);
		}

/* ----------------------------------------------Topbar-------------------------------------*/

#topbar{
	padding:20px 0;
	z-index:90;
	}

#topbar #search{
	display:block;
	float:right;
	margin:0;
	padding:0;
	overflow:hidden;
	}

/* ----------------------------------------------BreadCrumb-------------------------------------*/

#breadcrumb{
	padding:20px 0;
	}

#breadcrumb ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#breadcrumb ul li{display:inline;}
#breadcrumb ul li.current a{text-decoration:underline;}

/* ----------------------------------------------Content-------------------------------------*/


.content{
	display:block;
	float:left;
	width:630px;
	}

/* ------Comments-----*/

#comments{margin-bottom:40px;}

#comments .commentlist {margin:0; padding:0;}

#comments .commentlist ul{margin:0; padding:0; list-style:none;}

#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even{margin:0 0 10px 0; padding:15px; list-style:none;}

#comments .commentlist li.comment_odd{color:#666666; background-color:#F7F7F7;}
#comments .commentlist li.comment_odd a{color:#059BD8; background-color:#F7F7F7;}

#comments .commentlist li.comment_even{color:#666666; background-color:#E8E8E8;}
#comments .commentlist li.comment_even a{color:#059BD8; background-color:#E8E8E8;}

#comments .commentlist .author .name{font-weight:bold;}
#comments .commentlist .submitdate{font-size:smaller;}

#comments .commentlist p{margin:10px 5px 10px 0; padding:0; font-weight: normal;text-transform: none;}

#comments .commentlist li .avatar{float:right; border:1px solid #EEEEEE; margin:0 0 0 10px;}

/* ----------------------------------------------Column-------------------------------------*/

.column{
	display:block;
	float:right;
	width:300px;
	}

.column .holder, .column #featured{
	display:block;
	width:300px;
	margin-bottom:20px;
	}

.column .holder h2.title{
	display:block;
	width:100%;
	height:65px;
	margin:0;
	padding:15px 0 0 0;
	font-size:20px;
	line-height:normal;
	border-bottom:1px dotted #999999;
	}

.column .holder h2.title img{
	float:left;
	margin:-15px 8px 0 0;
	padding:5px;
	border:1px solid #999999;
	}

.column div.imgholder{
	display:block;
	width:290px;
	margin:0 0 10px 0;
	padding:4px;
	border:1px solid #CCCCCC;
	}

.column .holder p.readmore{
	display:block;
	width:100%;
	font-weight:bold;
	text-align:right;
	line-height:normal;
	}
	
/* Featured Block */

.column #featured ul, .column #featured h2, .column #featured p{
	margin:0;
	padding:0;
	list-style:none;
	color:#666666;
	background-color:#F9F9F9;
	}

.column #featured a{
	color:#059BD8;
	background-color:#F9F9F9;
	}

.column #featured li{
	display:block;
	width:250px;
	margin:0;
	padding:20px 25px;
	color:#666666;
	background-color:#F9F9F9;
	}

.column #featured li p.imgholder{
	display:block;
	width:240px;
	height:90px;
	margin:20px 0 15px 0;
	padding:4px;
	border:1px solid #CCCCCC;
	}

.column #featured li h2{
	margin:0;
	padding:0 0 8px 0;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:normal;
	border-bottom:1px dotted #999999;
	}

.column #featured p.readmore{
	display:block;
	width:100%;
	margin-top:15px;
	font-weight:bold;
	text-align:right;
	line-height:normal;
	}

.column .latestnews{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	}

.column .latestnews li{
	display:block;
	width:100%;
	height:99px;
	margin:0 0 11px 0;
	padding:0 0 21px 0;
	border-bottom:1px dotted #C7C5C8;
	overflow:hidden;
	}
.column .latestnews li.last{
	margin-bottom:0;
	}

.column .latestnews p{
	display:inline;
	}

div.out {
	float:left;
	margin:0 10px 0 0;
	padding:4px 4px 4px 4px;
	border:1px solid #C7C5C8;
	clear:left;
}
div.crop {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position:relative;
    float:left;
}

div.crop img {
    /*width: 100%;*/
    height: 100%;
    position:absolute;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    /*margin: 0 0 0 -25%;*/
}
div.crop:hover img {
    /*margin: -10% 0 0 -25%;*/
    transform:scale(1.5,1.5);
    -ms-transform:scale(1.5,1.5); /* IE 9 */
    -webkit-transform:scale(1.5,1.5);
}
/* ----------------------------------------------Homepage Specific-------------------------------------*/

#hpage_cats{
	padding:0 0 5px 0;
	}

#hpage_cats .fl_left, #hpage_cats .fl_right{
	display:block;
	width:468px;
	margin-bottom:15px;
	}

#hpage_cats .fl_left img, #hpage_cats .fl_right img{
	float:left;
	margin:0 10px 0 0;
	padding:4px;
	border:1px solid #C7C5C8;
	clear:left;
	}

#hpage_cats h2{
	display:block;
	width:100%;
	margin:0 0 15px 0;
	padding:5px 0;
	color:#666666;
	background-color:#EFEFEF;
	text-align:right;
	font-size:13px;
	}

#hpage_cats h2 a{
	margin:0 5px 0 0;
	color:#059BD8;
	background-color:#EFEFEF;
	font-weight:bold;
	text-transform:uppercase;
	}

#hpage_cats p{
	margin:0 0 8px 0;
	padding:0;
	}

#hpage_latest{
	display:block;
	width:100%;
	}

#hpage_latest h2{
	margin:0 0 15px 0;
	padding:0 0 8px 0;
	border-bottom:2px solid #E3E3E3;
	}

#hpage_latest ul{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	}

#hpage_latest li{
	display:block;
	float:left;
	width:200px;
	margin:0 15px 0 0;
	padding:0;
	}

#hpage_latest li.last{
	margin-right:0;
	}

#hpage_latest img{
	margin:0;
	padding:4px;
	border:1px solid #C7C5C8;
	}

#hpage_latest .readmore{
	font-weight:bold;
	text-align:right;
	}

/* ----------------------------------------------Footer-------------------------------------*/


#footer h2, #footer p, #footer ul, #footer a{
	margin:0;
	padding:0;
	font-weight:normal;
	list-style:none;
	line-height:normal;
	}

#footer h2{
	color:#CCCCCC;
	background-color:#FFFFFF;
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
	padding-bottom:8px;
	border-bottom:1px dotted #999999;
	}

#footer li{
	margin-bottom:5px;
	}

#footer .footbox{
	display:block;
	float:left;
	width:180px;
	margin:0 15px 0 0;
	padding:0;
	}

#footer .last{
	margin:0;
	}

/* ----------------------------------------------Social Bar With Newsletter-------------------------------------*/


#socialise ul{
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#socialise li{
	display:block;
	float:left;
	margin:0 120px 0 0;
	text-align:center;
	}

#socialise li span{
	display:block;
	margin:8px 0 0 0;
	}

#socialise li.last{
	margin-right:0;
	}

#newsletter{
	display:block;
	float:right;
	width:300px;
	}

#newsletter h2, #newsletter p{
	margin:0;
	padding:0;
	line-height:normal;
	}

#newsletter h2{
	margin-bottom:5px;
	}

/* ----------------------------------------------Copyright-------------------------------------*/

div.col8{border:none;}


#copyright p{
	margin:0;
	padding:0;
	}
	
	
/* ----------------------------------------------BULGARIA MAP-------------------------------------*/
#bgmap-wrapper {height: 548px;display: block;position: relative;}
#bgmap-wrapper .chooseRegionList li a, #bgmap-wrapper .selectedName {font-size:11px}
#bgmap {width: 786px;height: 518px;display: block;background: url("../images/bulgaria_map.jpg") no-repeat;position: absolute;top: 0px;left: 87px;margin-top: 30px;}
#bgmap-content {width: 820px;height: 518px;display: block;position: absolute;top: 0px;left: 87px;margin-top: 30px;}
.bubble {border-radius: 5px 5px 5px 5px;color: #000000;opacity: 1;padding: 0px;position: absolute;text-decoration:none;cursor:pointer;}
.bubble:hover {background: url("../images/white80.png") repeat scroll 0 0 transparent;box-shadow: 0px 0px 5px #fff;-moz-box-shadow: 0px 0px 5px #fff;-webkit-box-shadow: 0px 0px 5px #fff;}
.bubble img {float: left;margin-right: 1px;}
.bubble .city-name {float: left;font-family: Tahoma,Verdana,Arial;font-size: 12px;font-weight: bold;text-align: center;text-shadow: 1px 1px 0px #FFFFFF;padding: 2px;}
.bubble .city-temp {font-family: Georgia,Tahoma,Verdana,Arial;font-size: 15px;font-weight: bold;line-height: 27px;text-align: center;text-shadow: 1px 1px 0px #FFFFFF;padding: 0 4px;}
.bubble .city-temp em {color: #747474;font-style: normal;}
.map-blagoevgrad {left: 57px;top: 377px;}
.map-burgas {left: 620px;top: 260px;}
.map-varna {left: 674px;top: 150px;}
.map-veliko-turnovo {left: 378px;top: 162px;}
.map-vidin {left: 52px;top: 25px;}
.map-vratsa {left: 137px;top: 143px;}
.map-gabrovo {left: 338px;top: 216px;}
.map-dobrich {left: 655px;top: 84px;}
.map-kardzhali {left: 357px;top: 428px;}
.map-kyustendil {left: 8px;top: 324px;}
.map-lovech {left: 236px;top: 177px;}
.map-montana {left: 64px;top: 100px;}
.map-pazardzhik {left: 195px;top: 303px;}
.map-pleven {left: 260px;top: 115px;}
.map-pernik {left: 45px;top: 277px;}
.map-plovdiv {left: 272px;top: 345px;}
.map-razgrad {left: 493px;top: 83px;}
.map-ruse {left: 421px;top: 46px;}
.map-silistra {left: 580px;top: 10px;}
.map-sliven {left: 475px;top: 240px;}
.map-smolyan {left: 244px;top: 434px;}
.map-sofia {left: 105px;top: 230px;}
.map-sofia .city-name {font-size: 15px;}
.map-stara-zagora {left: 380px;top: 290px;}
.map-turgovishte {left: 506px;top: 172px;}
.map-haskovo {left: 382px;top: 366px;}
.map-shumen {left: 559px;top: 127px;}
.map-yambol {left: 504px;top: 288px;}

/* ----------------------------------------------COOL BUTTON-------------------------------------*/
/*5,155,216 #059BD8*/
.coolbutton {
	background-color:#3bb3e0;
	-o-transition:0s;
	-ms-transition:0s;
	-moz-transition:0s;
	-webkit-transition:0s;
	transition:0s;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	position:relative;
	padding:10px 20px;
	padding-right:20px;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}
.coolbutton:hover { color:#fff!important; }
.coolbutton:active {
	top:3px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}
.coolinput {
  background: -moz-linear-gradient(top, #f7f7f8 0%, #ffffff 100%); /* url(../img/keyIcon.png) 12px 11px no-repeat, */
  background: -webkit-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f7f7f8 0%, #ffffff 100%);
  border-radius: 3px;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px;
  color: #222222;
  position: relative;
  height: 36px;
  width: 300px;
  padding-left: 5px;
}
.coolinput:-webkit-input-placeholder {
  color: #999999;
}
.coolinput:-moz-placeholder {
  color: #999999;
}
.coolinput:focus {
/*input[type=password]:focus {*/
/*5,155,216 #059BD8*/
/*35, 146, 243 #2392f3*/
  box-shadow: 0 1px 0 #059BD8 inset, 0 -1px 0 #059BD8 inset, 1px 0 0 #059BD8 inset, -1px 0 0 #059BD8 inset, 0 0 4px rgba(5, 155, 216, 0.5);
  outline: none;
  background: #ffffff; /* url(../img/keyIcon.png) 12px 11px no-repeat, */
}
.coolerror {
  box-shadow: 0 1px 0 #FF0000 inset, 0 -1px 0 #FF0000 inset, 1px 0 0 #FF0000 inset, -1px 0 0 #FF0000 inset, 0 0 4px rgba(255, 0, 0, 0.5);
}
/* ----------------------------------------------VERTICAL TIBLE-------------------------------------*/
table div.rotated { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); writing-mode:tb-rl; white-space: nowrap; }
.mytable td { vertical-align: bottom; text-align:center; border:1px solid #000; color:#000; }
.horizontal td { text-align:right; }
.mytable {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url(bg.png) repeat 0 0, url(http://lubopitno.net/images/default.jpg) repeat 0 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 100%), url(http://lubopitno.net/images/default.jpg) repeat 0 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0.7))), url(http://lubopitno.net/images/default.jpg) repeat 0 0;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%), url(http://lubopitno.net/images/default.jpg) repeat 0 0;
	background: -o-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%), url(http://lubopitno.net/images/default.jpg) repeat 0 0;
	background: -ms-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%), url(http://lubopitno.net/images/default.jpg) repeat 0 0;
	background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%), url(http://lubopitno.net/images/default.jpg) repeat 0 0;
	background-size:auto; background-repeat:no-repeat; background-position:38% 50%;
}

#bluedashed td { border-bottom:1px dashed #b7b7b7; text-align:left; }
#bluedashed .bluedashed {
	background-color:#059BD8;
	color:#FFF;
	text-align:center;
}
#bluedashed .bluedashed td { border:none; }

.views {
	display: none;
	position: absolute;
	/*margin-top: 80px;*/
	bottom:0;
	margin-left: 0px;
	/*background-color: #444;*/
	background: rgba(44, 44, 44, 0.5);
	/*width:90px;*/
	width:100%;
	padding: 5px;
	/*opacity:0.5; 
	filter:alpha(opacity=50);*/
	color: #fff;
	font-weight: none;
}