@font-face {
	font-family: 'russo_oneregular';
	src: url('../fonts/russo_one-webfont.eot');
	src: url('../fonts/russo_one-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/russo_one-webfont.woff') format('woff'),
         url('../fonts/russo_one-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

* {
	border-radius: 0 !important;
	transition: all 0.3s;
}

body {
	margin-top: 71px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	background-color: #8db1d3;
	background-position: 50% 50px;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

small {
	font-family: 'Roboto', sans-serif;
}



/********** ПЕРЕЗАПИСЬ ЗАГОЛОВКОВ **********/
h1, h2, h3, h4, h5, h6 {
	font-family: 'russo_oneregular', sans-serif;
	text-transform: uppercase;
}

h1 {
	margin-bottom: 20px;
	margin-top: 0;
}

h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}

h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover {
	text-shadow: 0px 0px 1px #f30;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #222;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
	color: #222;
}

h1 small a, h2 small a, h3 small a, h4 small a, h5 small a, h6 small a {
	color: #428bca;
}

h1 small a:hover, h2 small a:hover, h3 small a:hover, h4 small a:hover, h5 small a:hover, h6 small a:hover {
	color: #428bca;
	text-decoration: underline;
}

.media-heading {
	margin-top: 3px;
	margin-bottom: 0px;
}

p{
	padding-bottom: 10px;
}

/********** /ПЕРЕЗАПИСЬ ЗАГОЛОВКОВ **********/


/*********** ВЫПАДАЮЩЕЕ МЕНЮ ***************/

.dropdown-menu li a {
	padding-left: 12px !important;
}

.dropdown:hover .firstdrop {
	display: block;
}


.dropdown-submenu{
    position:relative;
}

.dropdown-submenu > .dropdown-menu
{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
	display: none;
}

.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}

.dropdown-submenu > a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}

.dropdown-submenu:hover > a:after{
    border-left-color:#ffffff;
}

.dropdown-submenu .pull-left{
    float:none;
}

.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
}
/*********** /ВЫПАДАЮЩЕЕ МЕНЮ ***************/





/** top search **/
.navbar-form {
	width: auto !important;
}

.navsearch .form-control {
	visibility: hidden !important;
}

.navsearch {
	width: 120px !important;
	opacity: 0.8;
	transition: all 0.5s !important;
}

.navsearch:hover {
	width: 220px !important;
	opacity: 0.95;
}

.navsearch .input-group-btn {
	border-radius: 50px !important;
	background: #777;
}

.navsearch:hover .input-group-btn {
	border-radius: 0 !important;
	
}

.navsearch .btn {
	background: none;
	border: none;
	color: #fff !important;
}

.navsearch:hover .form-control {
	visibility: visible !important;
}

/** /top search **/


.container {
	/*width: 1130px;*/
	background: #fff;
	padding: 30px;
}

.container_mobile{
	/*width: 800px;*/
	background: #fff;
	padding: 30px;
}

.transparent {
	background-color: transparent;
}

.container_col1 {
	width: 1100px;
	background: #fff;
	padding: 30px;
}

.cusmom-col-8 {
	width: 770px;
}

.cusmom-col-4 {
	width: 330px;
}

.navbar .container {
	width: 90%;
	/*min-width: 1150px;*/
	min-width: 200px;
	max-width: 1600px;
	background: #fff;
}

.navsearch {
	opacity: 0.4;
	transition: all 0.5s;
}

.navsearch:hover {
	opacity: 0.9;
}

.newcomments a {
	font-family: 'russo_oneregular', sans-serif;
	position: relative;
	padding-left: 48px !important;
	padding-right: 0px !important;
	color: #fff !important;
}

.newcomments a img {
	position: absolute;
	left: 10px;
	top: 7px;
	font-family: 'russo_oneregular', sans-serif;
}

.breadcrumb {
	font-size: 14px;
}

.nav-tabs li a {
	font-weight: bold;
	color: #f60;
}

.tab-pane {
	padding: 19px;
	border: 1px solid #ddd;
	margin-top: -1px;
}

.navbar .container {
	background: none;
	padding-top: 0;
	padding-bottom: 0;
}

.logo img {
	width: 30%;
	margin: 10px 0;
}

.navbar-inverse {
	background: #000;
	border-color: #000;
}

.navbar-form {
	width: 250px;
}

.navbar-brand img {
	height: 38px;
	position: relative;
	top: -8px;
}

.btn-primary {
	background-color: #ff5918;
	border: 1px solid #ff5918;
	text-shadow: 0px 0px 1px #333;
}

.btn-primary:hover {
	background-color: #333;
	border: 1px solid #333;
}


.internal-page-ul {
	padding-left: 16px;
	list-style-type: square;
}

.albumpage {
	font-size: 14px;
}

.notopborder td {
	border-top: none !important;
}



.tracklist {
	font-size: 14px;
	margin-bottom: 0;
}

.tracklist td {
	vertical-align: middle !important;
	position: relative;
}

.tracklist td:last-child {
	text-align: right;
	padding-right: 13px;
}

.tracklist td:last-child a img {
	height: 24px;
}

.tracklist td:first-child {
	font-size: 26px;
	text-align: right;
	color: #aaa;
	width: 40px;
	padding-right: 18px;
}

.tracklist h5{
	margin: 3px 0 0 0;
	font-size: 15px;
}

.tracklist small{
	position: relative;
	top: -1px;
}


.editbtn {
	position: absolute;
	left: -50px;
	display: block;
	width: 35px;
	padding: 5px 0;
	background: #fff;
	color: #000;
	text-align: center;
	opacity: 0.5;
}

.dottedborder {
	border-top: 2px dotted #222;
	border-bottom: 2px dotted #222;
}

.solidborder {
	border-top: 1px solid rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

.footer {
	background: rgba(0,0,0,0.75);
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}

blockquote {
	font-style: italic;
	font-weight: bold;
}

blockquote footer {
	font-style: normal;
	font-weight: bold;
}

.panel-heading {
	font-weight: bold;
}

.rating-blocks {
	margin-top: 20px;
	margin-bottom: 30px;
}

.votealbum {
	font-family: 'russo_oneregular';
}

.rat {
	color:#333;
	border: none;
	background: none;
}

.ratpad {
	padding-left: 30px;
}

.rat a {
	text-decoration: underline;
	color:#f60;
}

.ratbal {
	font-size: 40px;
	font-family: 'russo_oneregular';
}

.ratcount {
	font-size: 18px;
}

.topsto {
	font-size: 32px;
	font-family: 'russo_oneregular';
	color:#222;
}

.grey{
	color:#999;
}

.star-rating div {
	text-align: center;
}

.star-rating a {
	margin-left: -3px;
	font-size: 20px;
	color: #f60;
	height: 20px;
}

.emptystar {
	color: #888;
}
.star-rating a:hover, .emptystar:hover {
	color: #f30;
}

.addcol {
	position: absolute;
	top: -3px;
	left: 25px;
	color: #333;
	font-size: 37px;
	vertical-align: top;
	text-shadow: 1px 1px 0 #000;
}

.addcol:hover {
	color: #f60;
}

.addcol-active {
	color: #f60;
}

.addcol .glyphicon-ok {
	color: #fff;
	position: absolute;
	font-size: 12px;
	left: 13px;
	top: 7px;
	text-shadow: none;
}



/* From old site */

.column {
	background-color: #EEEEEE;
	float: right;
	font-family: Arial;
	font-size: 13px;
	line-height: 19px;
	margin: 15px 0 15px 15px;
	padding: 15px;
	width: 230px;
}







/* Комменты */

textarea {
    resize: none;
}

.comment-block {
	margin-bottom: 20px;
	position: relative;
	background-color: #f8f8f8;
	border: 1px solid #eee;
	padding: 15px;
	clear: both;
}

.comment-block img, .comment-block embed, .comment-block iframe{
	max-width: 100% !important;
}

.com-subscr {
	float: right;
	font-size: 32px;
	color: #333;
}

.com-subscr:hover {
	color: #f60;
}

.eye-active {
	color: #f60;
}

.send-comment-btn {
	margin-top: 20px;
	float: right;
}
.comment-block  {
	padding: 12px 12px 4px 12px;
	margin-bottom: 12px;
}

.comment-block hr {
	margin: 10px 0 8px 0;
}

.comment-block .btn {
	margin: -20px 0 0 0;
}

.comment-body {
	font: 13px/150% Arial;
}


.thumbs-wrap {
	float: right;
	font-weight: bold;
}

.thumbs-wrap {
	color: #888;
}

.thumbs-wrap a {
	color: #ccc;
}

.neg, .thumbs-wrap .glyphicon-thumbs-down:hover {
	color: #f30;
}

.pos, .thumbs-wrap .glyphicon-thumbs-up:hover {
	color: #090;
}

.thumbs-down-active {
	color: #f30;
}

.thumbs-up-active {
	color: #090;
}

.avatar a img {
	width: 28px;
	margin: 0 10px 0 0;
}

.comments-header {
	display: inline-block;
	margin: 7px 0 0px 0;
}

.comments-meta {
	color: #777;
	font-size: 12px;
	line-height: 22px;
}

.similarpost, .newsinpictures {
	border: 1px solid #ddd;
	padding: 0 25px 5px 25px;
	margin-top: 20px;
}

.newsinpictures {
	padding-bottom: 15px;
}

.similarpost .col-xs-2, .newsinpictures .col-xs-2 {
	padding-left: 5px;
	padding-right: 5px;
}

.similarpost h6 {
	font-size: 10px;
}

.embed-responsive{
	margin-bottom: 20px;
}

.responsive-hack {
	background-size: cover;
	background-position: 50% 0%;
}

.faq {
	margin-top: -3px;
}

.profile-nav .glyphicons {
	margin-left: -5px;
}

.profile-nav li a {
	color: #333;
	font-weight: bold;
	white-space: nowrap;
}


.profile-nav li.active a {
	background-color: #ff5918 !important;
	text-shadow: 0px 0px 1px #333;
}

.req {
	color: #ff3318;
}





.inverse .panel-body {
	padding: 0;
}

.inverse .badge {
	float: right;
	width: 34px;
	text-align: center;
	background: #555;
	margin-left: 10px;
	font-size: 15px;
	width: 43px;
	height: 20px;
	font-family: 'russo_oneregular', sans-serif;
}

.inverse a:hover {
	color: #fff;
}

.inverse h1 {
	margin: 10px 0;
}

.inverse h1 a {
	color: #fff;
	font-size: 24px;
}

.inverse .social {
	font-size: 20px;
	color: #FF5918;
}

.inverse h1 a:hover{
	text-decoration: none;
	color: #fff;
}



.inverse {
	background: #222;
	background: linear-gradient(to top, #111, #333);
	color: #fff;
	border: none;
}

.inverse ul {
	padding-left: 0;
	list-style-type: none;
}

.inverse ul li {
	line-height: 20px;
	padding: 9px 20px;
	text-shadow: 0px 1px 0px #000;
}

.inverse hr {
	border-top-color: #555;
}

.inverse ul li b {
	color: #f60;
}

.inverse ul li b:hover {
	color: #f60;
}

.inverse ul li:hover {
	background: #000;
}

.inverse ul li:hover a {
	text-decoration: none;
	color: #fff;
}

.inverse a {
	color: #eee;
	font-weight: bold;
}




a.category-views {
	background: rgba(0,0,0,0.5);
	padding: 0 16px;
	line-height: 32px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	position: absolute;
	right: 15px;
	z-index: 100;
}


.post-extended-title-center {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 30%;
	margin: auto;
	text-align: center;
}

.post-extended-title {
	color: #fff;
	font-size: 60px;
	text-shadow: 0px 0px 10px #000;
}
.post-extended-title:hover{
	text-shadow: 0px 0px 10px #000;
}
.post-extended-subtitle {
	color: #fff;
	font-size: 25px;
	text-shadow: 0px 0px 5px #000;
}

.post-table {
	position: relative;
	height: 550px;
}

.search-star-active {
	font-size: 15px;
	color: #f60;
	height: 15px;
}
.search-star-not-active {
	font-size: 15px;
	height: 15px;
}
.search-rating {
	font-size: 25px;
	font-family: 'russo_oneregular';
	color: #f60;
}

.albums-listened-with {
	float: left;
	padding-right: 8px;
	padding-bottom: 8px;
}