/* --------------------- 
SETTINGS
--------------------- */

a {color: #222;}

a:hover {
    color: #349117;
    text-decoration: none;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
}

a:visited{
    text-decoration: none
}


.table-star tr td{
	padding:3px 7px;
	color:#fff;
	font-size:19px;
	border:none;
	}



.wrap{
	max-width:1080px;
	margin:0 auto;
	padding:0 auto;
	background:none;
	}	
.p-main{
	border:none;
	padding:10px;
	margin:5px;	
	}

.p-first{
	background-color:#ffffff;
	border:none;
	padding:10px;
	margin:5px;
	}
.p-first p{
		color:#ffffff;
		padding:10px 15px;
	}	
		

	

.no-rest	{
	background:#666666;
	padding:5px 7px;
	margin:12px 0 10px 0;
	text-align:right;
	}
	
p{	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:17px;
	color:#a8a8a8;
	margin:0;
	padding:20px 10px;
	text-align:center;
	line-height:20px;
	}
.top{
	background:#349217 url(images/top-img.jpg) no-repeat top right;
	width:773px;
	height:197px;
	margin:10px 0 10px 0;
	padding:10px;
}

.item{
	background:#00aeff ;
	padding:25px 0;
}

.item-txt{
	color:#666666;
	text-align:left;
	}

.numer{
	float:left;
	font-weight:700;
	font-size:37px;
	color:#fff;
	}
	
.rank{
	background:#151515;
	}	

.voted{

	}	

	
blockquote {
    padding: 15px;
    border: none;
    color: #666;
    display: block;
    font-size: 13px;
    line-height: 20px;
    background: #F8F8F8;
    position: relative;
    font-style:italic;
    left:17px;
    }	
			
.p-side{
	border:none;
	padding:0;
	margin:10px 5px;	
	background:#111111 ;
	}			

			
.footer{
	width:100%;
	height:90px;
	padding:30px 0 0 0;
	background:#00aeff;
	margin:0;
	color:#fff;
	}
.btn-more-info:hover, .btn-more-info:focus, .btn-more-info:active, .btn-more-info.active, .btn-more-info:active:focus, .btn-more-info:active:hover, .btn-more-info.active:focus, .btn-more-info.active:hover,	.btn-more-info{
	background:url(../img/btn.png) no-repeat ;
	color:#fff;
	padding:0 90px 0 90px;
	font-size:24px;
	height:74px;
	box-shadow:none;
	margin-left:10%;
	}
	
.white{
	color:#ffffff;
	}
.gray{
	color:#666666;
	}	
.strong{
	font-weight:400;
	}
.large{
	font-size:48px;
	font-weight:400;
	}
.bg-white{
	background-color:#ffffff;
	}
.gold{
	color:#dfaf5c;
	}