body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: #F1F1F1;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}

div.mainwrap {
	margin: 0 auto;

	width: 100%;
	max-width: 1280px;
	
	padding-top: 70px;
}

@media (max-width: 1280px) {
	div.mainwrap {
		width: 1000px;

	}
}

/* ........................................................................... Left Menu...................................................................................................... */
.btn_menu_close {
	display: none;
}

.leftwrap {
	height: auto;
	position: relative;
	margin: 0 auto;
	display: block;
}
.categories {
	position: absolute;

	height: 60px;
	right: 316px;
}

.categories i {
	margin-right: 12px;
	position: absolute;
	top: 22px;
	margin-left: -27px;
	color: #757575;
}

.album {
    display: inline-flex;
    width: 50%;
    height: 226px;
}

.album_conteiner {
    background: pink;
    margin-right: 5px;
    min-width: 150px;
    height: 150px;
}

.cat_menu {
	font-family: 'Roboto', sans-serif;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	color: #777;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
	margin: 0;
	-o-transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-khtml-transition: color 0.5s linear;
	-webkit-transition: color 0.5s linear;
	-ms-transition: color 0.5s linear;
	transition: color 0.5s linear;
	padding: 0px 21px 0px 40px;
	border-bottom: 2px solid rgba(204, 204, 204, 0);
}

.cat_menu:hover {
	color: #000;
	border-bottom: 2px solid #333;
}

.cat_menu_selected {
	color: #000000;
	border-bottom: 2px solid #5EBCBD;
}

.cat_menu_selected i {
	color: #5EBCBD;
}

div.left_menu {
	position: relative;
	float: left;
	margin: 0 auto 0 auto;
	width: auto;
	/* height:100%; */
	text-align: left;
	display: table-cell;

	padding: 0px 10px;
}

.btn_menu {
	display: none;
	
}

.opensearch {
	display: none;
}

.left_menu h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	display: block;
	/* margin-left: 5px; */
	margin-top: 0px;
	color: #ADADAD;
	text-align: left;
	/* padding-left: 5px; */
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-transform: none;
}

a.lm_menu {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 100%;
	display: inline-block;
	color: #333;
	text-align: left;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	
	-o-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
	-moz-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
	-khtml-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
	-webkit-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
	-ms-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
	transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;

}

a.lm_menu:hover {
	background-color: #5EBCBD;
	border: 1px solid #5EBCBD;
	color: #000;
}

.lm_selected {
	color: #1D2939 !important;
	
	background-color: #E2E2E2;
}

.genre {
	margin: 2px 2px 2px 1px;
	float: left;
	text-align: center;
	background-image: none !important;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	padding: 10px 14px;
}

.letters {
	margin: 2px 2px 2px 1px;
	float: left;
	text-align: center;
	background-image: none !important;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	padding: 10px 14px;
}

/* ........................................................................... Right ...................................................................................................... */

div.main_content {
	position: relative;
	float: left;
	margin: 0 auto;
	height: auto;
	width: 100%;
	background-color: #F1F1F1;
}

.regulation {
	width: 70%;
	text-align: justify;
	margin: 98px auto;
}

/* ........................................................................... TOP...................................................................................................... */

div.top {
	position: fixed;
	top: 0;
	z-index: 999;
	margin: 0 auto;
	width: 100%;
	height: 60px;
	background-color: #FFF;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}

.logo {
	position: relative;
	float: left;
	height: 100%;
	margin-left: 20px;
}

button.download_button {
    /* position: absolute; */
    left: 437px;
    height: 40px;
    display: block;
    width: 220px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
    text-align: center !important;
    text-decoration: none;
    background-color: #27AEC7;
    border-bottom: 2px solid #2A8494;
    border-radius: 3px;
    float: left;
}

.download_button a{
	    font-size: 1.3em;
    color: #fff;
    text-decoration: none;
}
.fa-download2:before {
    content: "\f019";
}
i.fa.fa-download2 {
    margin-right: 10px;
}
.searchblock {
	position: absolute;
	height: 40px;
	display: block;
	border-radius: 3px;
	margin-top: 10px;
	margin-right: 10px;
	right: 10px;
	border: 1px solid #BBB;
}
.main_search {
	margin: 5%;
}

div.searchblock_mobile {
	display: none;
}

.searchInput {
	display: inline-block;
	position: relative;
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
	color: #AEA3CB;
	font-size: 1rem;
	float: left;
	resize: none;
	overflow-y: auto;
	background-color: rgba(255, 255, 255, 0);
	text-indent: 0;
	border: 0;
	text-decoration: none;
	text-align: left;
	padding-left: 35px;
	background-repeat: no-repeat;
}

.button-search{
	display: inline-block;
	position: relative;
	width: 80px;
	height: 30px;
	line-height: 6px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 14px;
	padding: 5px;
	background-color: #FFFFFF;
	text-indent: 0;
	border: 0;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	margin-right: 1px;
	margin-top: 4px;
	float: left;
	-webkit-appearance: none;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-left: 1px solid #CCCCCC;
}

.submit_btn:hover {
	color: #5EBCBD;
}

/* ........................................................................... SLIDER...................................................................................................... */

div.promo {
	position: relative;
	margin-top: 0px;
	margin-left: 1%;
	width: 98%;
	float: left;

	border-radius: 3px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.33);
	margin-bottom: 8px;
}

.info {
	width: 50%;
	margin: 0 auto;
}

.blue {
	background-color: #31B2CA !important;
}

.pink {
	background-color: #F99 !important;
}

.green {
	background-color: #9C6 !important;
}

.orange {
	background-color: #FF9966 !important;
}

.navy {
	background-color: #1C273B !important;
}

.purple {
	background-color: #50264A !important;
}

.red {
	background-color: #961D1D !important;
}

.grey {
	background-color: #A3A39B !important;
}

.rsMainSlideImage {
	margin-left: 0 !important;
	margin-top: 0 !important;
	margin: 0 !important;
	margin-bottom: 0 !important;
	/* width: 50% !important; */
	height: 250px !important;
}

.rsImg {
	position: relative;
	margin-left: 0  !important;
	margin-top: 0 !important;
	margin: 0 !important;
	margin-bottom: 0 !important;
	float: left;
}

.rsOverflow {
	width: 100% !important;
}

h1.promo_song_name {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 100;
	line-height: 100%;

	color: #fff;

	margin: 60px 0px 10px 0px;
}

h2.promo_song_text {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;

	color: #fff;

	margin: 0px 0px 20px 0px;
}

.promo_text {
	position: relative;
	float: left;
	
	height: 250px;
	margin-left: 98px;
	/* width: 40%; */
	z-index: 999;

	background-position: left top;
	background-repeat: no-repeat;
	
}

.promo_link_song {
	display: inline-block;
	position: relative;
	line-height: 20px;
	width: 100px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 0.8rem;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: none;
	text-indent: 0;
	border: 0;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	border: 2px solid #fff;
	/*background-image: url(../images/play_more.png);*/
	background-position: right center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-right: 10px;
}

.promo_link_song:hover {
	opacity: 0.6;
}

.promo_link_list {
	display: inline-block;
	position: relative;
	line-height: 20px;
	width: 100px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 0.8rem;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: none;
	text-indent: 0;
	border: 0;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	border: 2px solid #fff;
	/*background-image: url(../images/play_more_2.png);*/
	background-position: right center;
	background-repeat: no-repeat;
	opacity: 0.5;
}

.promo_link_list:hover {
	opacity: 0.6;
}

/* ...........................................................................Main Content..................................................................................................... */

.btn_more {
	display: block;
	float: left;
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 50px;

	text-align: center;
	
}

.btn_more_link {
	position: absolute;
	right: 1%;
	height: 40px;
	display: block;
	width: 220px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #5EBCBD;
	font-weight: 400;
	line-height: 40px;
	text-align: center !important;
	text-decoration: none;
	background-color: #F1F1F1;
	border: 2px solid #5EBCBD;
	border-radius: 3px;
}

.btn_more_link:hover {
	background-color: #5EBCBD;
	color: #fff;
}

.right_col {
	position: relative;
	width: 100%;
	float: left;
	height: auto;
	display: table;
	overflow: hidden;
	
	/* padding: 5px; */
	margin: 0px 0px 0px 0px;
}

.left_col {
	position: relative;
	width: 49%;
	float: left;
	height: auto;
	display: table;
	overflow: hidden;
	/* padding: 5px; */
	margin: 0px 1% 0px 0;
}

.full_col{
	position: relative;
	width: 100%;
	float: left;
	height: auto;
	display: table;
	overflow: hidden;
	/* padding: 5px; */
	margin: 0px 1% 0px 0;
}

.list_col {
	position: relative;
	
	width: 100%;
	float: left;
	height: auto;
	display: block;
	overflow: hidden;
	/* padding: 5px; */
	margin: 0px 0px 0px 0;
	margin-left: -5px;
}

div.main_content {
	position: relative;
	float: left;
	margin: 0 auto;
	/* width: 100%; */
	
	/* max-width: 1280px; */
	/* min-width: 960px; */
	height: auto;
	
	padding-bottom: 10px;
}

.main_title {
	position: relative;
	display: block;
	width: 100%;

	font-family: 'Roboto', sans-serif;

	font-size: 26px;
	font-weight: 100;
	margin: 10px 0px 20px 0px;
	
	color: #333;
	float: left;

}

.main_title i {
	font-weight: 300;
	
	color: #3E3E3E;
	font-size: 21px;
	padding: 9px;
	border: 1px solid #5EBCBD;
	border-radius: 100px;
	margin-left: 6px;
}

.main_title span {
	padding: 0px 0px 0px 7px;

}

.small_title {
	position: relative;
	width: 100%;

	font-family: 'Roboto', sans-serif;

	font-size: 16px;
	font-weight: 300;
	margin: 10px 0px 8px 9px;
	
	color: #333;
	float: left;

}

.small_title i {
	font-weight: 300;
	
	color: #3E3E3E;
	font-size: 21px;
	padding: 9px;
	border: 1px solid #5EBCBD;
	border-radius: 100px;
	margin-left: 6px;
}

.small_title span {
	padding: 0px 0px 0px 7px;

}

.breadcrumbs {
	position: relative;
	display: block;
	height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 30px;
	color: #FF6600;
	float: left;
	text-decoration: none;
	background-color: none;
	cursor: pointer;
	border: 2px solid #FF6600;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 30px;

}

.breadcrumbs:hover {
	background-color: #FF6600;
	color: #fff;
}

/* ...........................................................................SONG..................................................................................................... */

.song_menu i {
	position: absolute;
	display: block;
	top: 11px;
	left: 24px;
	font-size: 24px;
}

.song_menu {
	height: 72px;
	width: 156px;
	position: absolute;
	top: -1px;
	right: -1px;
	background-color: #5EBCBD;
	display: none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.song_link:hover .song_menu {
	display: block;
}

.song_menu {
	-webkit-animation: song_menu_animation 0.5s 1 ease-in-out;
	-moz-animation: song_menu_animation 0.5s 1 ease-in-out;
	-o-animation: song_menu_animation 0.5s 1 ease-in-out;
}

@-webkit-keyframes song_menu_animation {
	from {
		-webkit-transform: translate(300px);
	}
	to {
		-webkit-transform: translate(0px);
	}
}

@-moz-keyframes song_menu_animation {
	from {
		-moz-transform: translate(300px);
	}
	to {
		-moz-transform: translate(0px);
	}
}

@-o-keyframes song_menu_animation {
	from {
		-o-transform: translate(300px);
	}
	to {
		-o-transform: translate(0px);
	}
}

.song_genre {
	position: absolute;
	top: 28px;
	right: 0px;
	color: #B1B1B1;
}

.time {
	position: absolute;
	top: 11px;
	right: 0px;
	color: #191919;
}

.sm_listen {
	position: absolute;
	color: #fff;
	top: 0px;
	left: 0;
	/* padding: 22px; */
	display: block;
	z-index: 99;
	width: 75px;
	height: 72px;
	line-height: 106px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.sm_download {
	position: absolute;
	color: #fff;
	top: 0px;
	right: 0; /* padding: 22px; */
	display: block;
	z-index: 99;
	width: 75px;
	height: 72px;
	line-height: 106px;
	text-align: center;

	text-decoration: none;
	cursor: pointer;
}

.sm_download:hover, .sm_listen:hover {
	color: #333;
}

div.song_box {
	position: relative;
	float: left;
	width: 100%;
	top: -10px;
}

.song_link {
	display: block;
	position: relative;
	float: left;
	width: 98%;
	height: 50px;
	padding: 10px 11px;
	border: 1px solid rgba(255, 255, 255, 0);
	box-shadow: 0px 1px 3px #ccc;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-bottom: 6px;
	margin-left: 1%;
	border-radius: 3px;
	-o-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-khtml-transition: background 0.5s linear;
	-webkit-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	transition: background 0.5s linear;
	color: #000;
	cursor: pointer;
}

.song_link_full{
	display: block;
	position: relative;
	float: left;
	width: 98%;
	height: 50px;
	padding: 10px 0px;
	border: 1px solid rgba(255, 255, 255, 0);
	box-shadow: 0px 1px 3px #ccc;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-bottom: 6px;
	margin-left: 1%;
	border-radius: 3px;
	-o-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-khtml-transition: background 0.5s linear;
	-webkit-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	transition: background 0.5s linear;
	color: #000;
	cursor: pointer;
}

.song_link:hover {
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.21);
	background: #333;
	color: #fff;
}

.song_thumb {
	position: relative;
	float: left;
	
	height: 100%;
	margin-right: 6px;

	display: block;
	border-radius: 300px;
}

.song_thumb_big {
	position: relative;
	float: left;
	
	height: 40%;
	margin-right: 12px;

	display: block;
	
}

.song_num {
	display: block;
	margin: 0px -10px 0px 10px;
	width: 20px;
	height: 20px;
	position: relative;
	float: left;

	font-family: 'Roboto', sans-serif;
	
	font-size: 12px;
	
	font-weight: 400;
	
	line-height: 20px;
	padding: 0;
	
	text-align: center;
	background-color: #EEEFEF;
	border-radius: 300px;
	z-index: 99;
	color: #4C4C4C;
}

.song_artist {
	display: block;
	margin: auto 0;
	margin-left: 10px;
	margin-top: 3px;
	height: 25px;

	font-family: 'Roboto', sans-serif;
	
	font-size: 14px;
	
	font-weight: 500;
	
	line-height: 100%;
	padding: 0;
	
	background-color: none !important;
	text-align: left;
}

.song_name {
	margin: auto 0;
	margin-left: 10px;
	height: 25px;
	line-height: 25px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	background-color: none !important;
	text-align: left;
	padding-right: 60px;
	opacity: 0.6;
}

/* ...........................................................................SONG MAIN..................................................................................................... */

.song_info {
	position: relative;
	float: left;
	width: 49%;
	display: block;
	height: 140px;
	margin: 0;
}

.song_info span {
	float: left;
	
	position: relative;
	width: 100%;
	color: #909090;
	margin: 5px 0px;
}

div.song_box_main {
	position: relative;
	float: left;
	
	width: 100%;
	padding: 0px 0px;
	margin-left: 0.5%;
	margin-bottom: 14px;

	background-color: #FFFFFF;
	box-shadow: 0px 1px 3px #ccc;
	border-radius: 3px;
	/* display: none; */
}

div.player {
	position: relative;
	float: left;
	/* width: 94%; */
	height: 40px;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.player_audio {
	/* width: 100%; */
	/* height: 40px; */
	
}

.song_thumb_main {
	position: relative;
	float: left;
	width: 15%;
	height: 100%;
	margin-right: 10px;
}

h1.song_box_main_song {
	
	margin-left: 10px;

	font-family: 'Roboto', sans-serif;
	
	font-size: 26px;
	
	font-weight: 100;
	height: 40px;
	line-height: 40px;
	
	color: #333;
	
	text-align: left;
	
	margin: 10px 0 12px;
	/* display: block; */
	position: relative;
}

.song_box_main_artist {
	margin: 0px 0 0px 10px;
	font-family: 'Roboto', sans-serif;
	
	font-size: 13px;
	
	font-weight: 600;
	
	color: #666;
	
	text-align: left;

	display: inline-block;

	position: relative;

	text-decoration: none;

	width: auto;
}

.song_box_main_artist:hover {
	color: #000;
}

div.song_content {
	position: relative;
	float: left;
	
	width: 94%;
	height: auto;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 0px;

	border-radius: 0px 0px 3px 3px;
	background-color: #f7f7f7;
}

.bc_page {
	position: relative;
	display: block;
	float: left;
	width: 65px;
	height: 35px;
	background: #FF6600;
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	font-size: 1rem;
	font-weight: 400;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
	margin-left: 7px;
	margin-top: 7px;
	border-radius: 3px;
}

.bc_page:hover {
	background: #333;
}

.item_image {
	position: relative;
	display: block;
	margin: auto 0;
	width: 100%;
	
}

.page_numbers {
	position: relative;
	float: left;
	display: block;
	width: 90%;
	height: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
}

.page_num {
	position: relative;
	float: left;
	display: block;

	width: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: 'Roboto', sans-serif;
	font-size: 0.8rem;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
	background-color: #666;
	margin-left: 2px;
	margin-right: 2px;
	border: 1px solid #666;
}

.page_num:hover {
	background-color: #FF6600;
	border: 1px solid #FF6600;
}

.selected {
	background-color: #e3e3e3;
	border: 1px solid #e3e3e3;
}

.selected:hover {
	background-color: #e3e3e3;
	border: 1px solid #e3e3e3;
}

.download {
	position: absolute;
	bottom: 10px;
	left: 437px;
	height: 40px;
	display: block;
	width: 220px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	line-height: 40px;
	text-align: center !important;
	text-decoration: none;
	background-color: #27AEC7;
	border-bottom: 2px solid #2A8494;
	border-radius: 3px;
	float: left;
}

.download:hover {
	background-color: #2A8494;
}

.download i {
	margin-left: 10px;
	font-size: 25px;
	position: absolute;
	top: 7px;
}

.listen {
	position: absolute;
	bottom: 10px;
	left: 211px;
	height: 40px;
	display: block;
	width: 220px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	line-height: 40px;
	text-align: center !important;
	text-decoration: none;
	background-color: #5EBD90;
	border-bottom: 2px solid #2C7552;
	border-radius: 3px;
}

.listen:hover {
	background-color: #2C7552;
}

.listen i {
	margin-left: 10px;
	font-size: 25px;
	position: absolute;
	top: 7px;
}

/* ......................................................................FOOTER............................................................................................. */

div.footer {
	position: relative;
	float: left;
	height: auto;
	margin: 30px 0px 0px 0px;
	padding: 10px 20px 80px 20px;
	border-top: 1px solid #E0E0E0;
}

.main_footer {
	width: 71%;
	margin: 0 auto;
}

.footer p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;

	color: #838383;
	margin: 10px 0px;
}

.footer ul {
	padding: 0;
	
}

.footer li {
	list-style: circle;
	display: inline-block;
	
	margin-right: 30px;
	
	padding: 0;
}

.footer a {
	font-weight: 400;
	color: #838383;
	margin: 0;
	line-height: 20px;
	text-decoration: none;
}

.footer a:hover {
	color: #000;
}

div.info {
	text-align: left;
	margin-top: 75px;
}

.input_box {
	display: inline-block;
	position: relative;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #666;
	font-size: 0.8rem;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
	text-indent: 0;
	border: 1px solid #ccc;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	float: left;
	margin-right: 10px;
	border-radius: 2px;
}

.btn_submit {

	display: inline-block;
	position: relative;
	line-height: 20px;
	
	font-weight: 300;
	
	color: #696969;
	
	font-size: 12px;
	
	padding-top: 5px;
	
	padding-bottom: 3px;
	padding-left: 30px;
	padding-right: 30px;
	
	background-color: #C9CACA;
	text-indent: 0;
	border: 0;
	text-decoration: none;
	text-align: center;
	cursor: pointer;

	-webkit-appearance: none;

	float: left;
	
	border-radius: 3px;

	border-bottom: 2px solid #ADADAD;

}

.btn_submit:hover {
	opacity: 0.6;
}

.rsContent {
	background-image: url(../images/headphones.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* ......................................................................ALBUM............................................................................................. */
.album_box {
	position: relative;
	
	float: left;
	background-color: #fff;
	color: #000;
	border-radius: 3px;
	box-shadow: 0px 0px 3px #ccc;
	margin: 0px 0.7% 10px 0.9%;
	
	-o-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-khtml-transition: background 0.5s linear;
	-webkit-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	transition: background 0.5s linear;
	width: 15%;
}

.album_box:hover {
	background-color: #333;
	color: #fff;
}

.album_box:hover .album_thumb {
	opacity: 0.2;
}

.album_thumb {
	width: 100%;
	height: 180px;
}

.album_box h4 {
	padding: 0px 8px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin: 10px 0 0 0;
	font-weight: 500;
}

.album_box h5 {
	padding: 0px 8px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	margin: 10px 0 14px 0;
	line-height: 100%;
	font-weight: 500;
	opacity: 0.6;
}

.album_box i {
	position: absolute;
	top: 30%;
	margin-top: -4px;
	left: 50%;
	margin-left: -50px;
	background-color: #5EBCBD;
	color: #fff;
	font-size: 12px;
	padding: 19px;
	border-radius: 143px;
}

.album_play {
	display: none;
}

.album_box:hover .album_play {
	display: block;
}

.album_play {
	-webkit-animation: album_play_animation 0.3s 1 ease-in-out;
	-moz-animation: album_play_animation 0.3s 1 ease-in-out;
	-o-animation: album_play_animation 0.3s 1 ease-in-out;
}

@-webkit-keyframes album_play_animation {
	from {
		-webkit-transform: scale(0);
	}
	to {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes album_play_animation {
	from {
		-moz-transform: scale(0);
	}
	to {
		-moz-transform: scale(1);
	}
}

@-o-keyframes album_play_animation {
	from {
		-o-transform: scale(0);
	}
	to {
		-o-transform: scale(1);
	}
}

/* ......................................................................INFO............................................................................................. */

.btn_more_link i {
	margin-left: 10px;
	
	font-size: 25px;
	position: absolute;
	top: 7px;
}

.searchblock i {
	position: absolute;
	left: 12px;
	top: 13px;
	font-size: 15px;
	z-index: 999;
	color: #929292;
}

.main_content p {
}

.song_block {
	position: fixed;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	max-width: 2000px;
	z-index: 9999;
	bottom: 0;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.9);
	display: block;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.14);
	border-top: 5px solid #5EBCBD;
	background-position: center;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-size: cover;
}

.close_song {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0px;
	z-index: 98;
	top: -31px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px;
	cursor: pointer;
	background-color: #5EBCBD;
	line-height: 30px !important;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
}

audio {
	width: 96%;
	
	/* height: 70px; */
	left: 2%;
	top: 35%;
	position: absolute;
}

.c_element {
	float: left;
	
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px !important;
	font-size: 30px;
	color: #000000;
	cursor: pointer;
}

.c_element:hover {
}

.rb_element {
	float: left;
	
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px !important;
	font-size: 24px;
	color: #5A5A5A;
	cursor: pointer;
}

.rb_element:hover {
}

.right_block {
	width: 240px;
	
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
}

.controls {
	width: 180px;
	
	display: block;
	height: 100%;
	position: relative;
	float: left;
}

.track_name {
	position: relative;
	
	float: left;
	margin-top: 3px;
	border-left: 1px solid #ccc;
}

/*======================Modal Window=======================*/
.modal:before {
	content: "";
	display: none;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.modal:target:before {
	display: block;
}

.modal-dialog {
	background: #fefefe;
	border: #333 solid 1px;
	border-radius: 5px;
	margin-left: -200px;
	position: fixed;
	left: 50%;
	top: -100%;
	z-index: 11;
	width: 360px;
	-webkit-transform: translate(0, -500%);
	-ms-transform: translate(0, -500%);
	transform: translate(0, -500%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal:target .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	top: 20%;
}

.wrap {
	padding: 40px;
	text-align: center;
}

hr {
	clear: both;
	margin-top: 40px;
	margin-bottom: 40px;
	border: 0;
	border-top: 1px solid #aaa;
}

h1 {
	font-size: 30px;
	margin-bottom: 40px;
}

p {
	margin-bottom: 20px;
}

.modal-body {
	padding: 20px;
}

.modal-header,
.modal-footer {
	padding: 10px 20px;
}

.modal-header {
	border-bottom: #eee solid 1px;
}

.modal-header h2 {
	font-size: 20px;
}

.modal-footer {
	border-top: #eee solid 1px;
	text-align: right;
}

.btn {
	background: #428bca;
	border: #357ebd solid 1px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 8px 15px;
	text-decoration: none;
	text-align: center;
	min-width: 60px;
	position: relative;
	transition: color .1s ease;
	/* top: 40em;*/
}

.btn:hover {
	background: #357ebd;
}

.btn.btn-big {
	font-size: 18px;
	padding: 15px 20px;
	min-width: 100px;
}

.btn-close {
	color: #aaa;
	font-size: 30px;
	text-decoration: none;
	position: absolute;
	right: 5px;
	top: 0;
}

.btn-close:hover {
	color: #919191;
}

/*добавляем, чтобы остановить прокручивание вверх*/
#close {
	display: none;
}
/*Auth css*/
/* === Remove input autofocus webkit === */
*:focus {outline: none;}

/* === Form Typography === */
.auth {font: 14px/21px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;}
.contact_form h2, .contact_form label {font-family:Georgia, Times, "Times New Roman", serif;}
.form_hint, .required_notification {font-size: 11px;}
.auth h2{
	text-align: center;
	color: #fff;
}
/* === List Styles === */
.contact_form ul {
	list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
}
.contact_form li{
	padding:12px;
	border-bottom:1px solid #eee;
	position:relative;
	font-size: 1.2em;
}
.contact_form li:first-child, .contact_form li:last-child {
	border-bottom:1px solid #777;
}

/* === Form Header === */
.contact_form h2 {
	margin:0;
	display: inline;
}
.required_notification {
	color:#d45252;
	margin:5px 0 0 0;
	display:inline;
	text-align: center;
}

/* === Form Elements === */
.contact_form label {
	width:150px;
	margin-top: 3px;
	display:inline-block;
	float:left;
	padding:3px;
}
.contact_form input {
	height: 43px !important;
	width: 292px !important;
	padding: 5px 8px !important;
}
.contact_form button {margin-left:156px;}
/* form element visual styles */
.contact_form input {
	border:1px solid #aaa !important;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset !important;
	border-radius:2px !important;
	padding-right:30px !important;
	-moz-transition: padding .25s !important;
	-webkit-transition: padding .25s !important;
	-o-transition: padding .25s !important;
	transition: padding .25s !important;
}
.contact_form input:focus {
	background: #fff;
	border:1px solid #555;
	box-shadow: 0 0 3px #aaa;
	padding-right:70px;
}

/* === HTML5 validation styles === */
.contact_form input:required{
	background: #fff url(/images/input/red_asterisk.png) no-repeat 98% center;
}
.contact_form input:required:valid {
	background: #fff url(/images/input/valid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact_form input:focus:invalid {
	background: #fff url(/images/input/invalid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

/* === Form hints === */
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #28921f;}
.contact_form input:required:valid + .form_hint::before {color:#28921f;}

/* === Button Style === */
button.submit {
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #9fd574;
	-webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
	-moz-box-shadow: 0 1px 0 0 #9fd574 inset;
	-ms-box-shadow: 0 1px 0 0 #9fd574 inset;
	-o-box-shadow: 0 1px 0 0 #9fd574 inset;
	color: white;
	font-weight: bold;
	padding: 6px 20px;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;
}
button.submit:hover {
	opacity:.85;
	cursor: pointer;
}
button.submit:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset;
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;

}
.notification-bar {
	position: absolute;
	width: 99%;
	top: 0;
}

.notification-text {
	background-color: #2980B9;
	padding: 15px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	position: absolute;
	width: 100%;

	-webkit-animation: initiate 350ms ease;
	-moz-animation: initiate 350ms ease;
	-o-animation: initiate 350ms ease;
	animation: initiate 350ms ease;
}
.notification-bar input {
	display: none;
}
.notification-bar label {
	cursor: pointer;
	color: #fff;
	position: absolute;
	z-index: 5;
	display: inline-block;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.notification-bar label[for=hide] {
	right: 15px;
	top: 11px;
	width: 24px;
	height: 24px;
	background: url('../img/close.png') no-repeat center center;

	-webkit-animation: initiate 350ms ease;
	-moz-animation: initiate 350ms ease;
	-o-animation: initiate 350ms ease;
	animation: initiate 350ms ease;
}
.notification-bar label[for=show] {
	width: 45px;
	height: 50px;
	border-radius: 0px 0px 3px 3px;
	right: 10px;
	background: url('../img/show.png') no-repeat center center #2980B9;
}