.calendar {
	min-height: 2px;
	min-width: 282px;
	max-width: 282px;
	background: #fff;
	border: 1px solid #343a40;
	border-radius: 5px;
	display: none;
	float: right;
	margin-top:10px;
	/*right: 0;*/
	/*bottom: -350px;*/
}
.calendar table {
    padding:0;
    border:0;
}
.calendar table td,th {
	padding: 5px!important;
	text-align: center;
	
}
.calendar .header {
	border-bottom: 1px solid #000;
	padding: 5px 0;
	position: relative;
}
.calendar .header .next {
	position: absolute;
	top: 50%;
	right: 10px;
	transform:translateY(-50%);
	cursor: pointer;
	opacity: .6;
}
.calendar .header .prev {
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	left: 10px;
	cursor: pointer;
	opacity: .6;
}
.calendar table td a {
	text-align: center;
	display: inline-block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: .2s;
	line-height: 28px;
	border-radius: 4px;
	color:#000;
	border: 1px solid transparent;
}
.calendar table td a:hover {
	border-color: #FF002A;
	color:#FF002A!important;
}
.month {
	border-bottom: 1px solid #000;
	padding: 5px 0;
	position: relative;
}
.month .next_m {
	position: absolute;
	top: 50%;
	right: 10px;
	transform:translateY(-50%);
	cursor: pointer;
	opacity: .6;
}
.month .prev_m {
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	left: 10px;
	cursor: pointer;
	opacity: .6;
}
.current {
	border: 1px solid #FF002A!important;
	color:#FF002A!important;
}
.timepick {
	font-size: 45px;
	text-align: center;
	padding: 15px 0;
	border-top: 1px solid #000;
}
.time {
	display: block;
}
.timepick button {
	width: 100%;
	display: block;
	margin:15px 0;
}
.dats {
	position: absolute;
	top: 60%;
	display: block;
}





.carousel-control {
    display:none;
}
.chart_wrapper .voice {
    display:none!important;
}
.voice_wrapper {
    display:none!important;
}
.unchanged {
    position:relative;
    display:inline-block;
    width:14.58px;
    height:17px;
}
.unchanged:after {
    content: 'SAME';
    display:block;
    background:#fd7e14;
    border-radius:8px;
    color: #FFF;
    padding: 0 7px;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    position: absolute;
    top: 3px;
    right: 50%;
    transform: translateX(50%);
    line-height: 16px;
}
.up {
    position:relative;
    display:inline-block;
    width:14.58px;
    height:17px;
}
.up:after {
    content: 'UP';
    display:block;
    background:#28a745;
    border-radius:8px;
    color: #FFF;
    padding: 0 7px;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    position: absolute;
    top: 3px;
    right: 50%;
    transform: translateX(50%);
    line-height: 16px;
}
.down {
    position:relative;
    display:inline-block;
    width:14.58px;
    height:17px;
}
.down:after {
    content: 'DOWN';
    display:block;
    background:#FF002A;
    border-radius:8px;
    color: #FFF;
    padding: 0 7px;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    position: absolute;
    top: 3px;
    right: 50%;
    transform: translateX(50%);
    line-height: 16px;
}
.new_track {
    position:relative;
    display:inline-block;
    width:14.58px;
    height:17px;
}
.new_track:after {
    content: 'NEW';
    display:block;
    background:#007bff;
    border-radius:8px;
    color: #FFF;
    padding: 0 7px;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    position: absolute;
    top: 3px;
    right: 50%;
    transform: translateX(50%);
    line-height: 16px;
}
.track_wrapper p:first-child {
    width:50px!important;
    text-align:center!important;
    margin: 0;
}
.fa-question-circle {
    color:#007bff!important;
}
.fa-chevron-circle-up {
    color:#28a745!important;
}
.fa-chevron-circle-down {
    color:#dc3545!important;
}
.fa-chevron-circle-down {
    color:#dc3545!important;
}
.fa-minus-circle {
    color:#6c757d!important;
}
.phr {
    display:inline-block;
    width:64px;
    height:64px;
    background:url(images/phr.png) no-repeat center center;
    background-size:cover;
}
.track_slider {
    display:inline-block;width:350px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align:middle;
}
.voices_history {
    position: absolute;
    top: 0;
    background: #989494;
    /*color: rgb(255,0,42);*/
    color:#fff;
    /* width: 98px; */
    display: inline-flex;
    padding: 5px;
    margin-left: 15px;
    border-radius: 5px;
}
.voices_history i {
    padding: 0 2px;
}
.table img {
    max-width:none;
}
.voice_history {
    cursor:pointer;
}
.one_voice {
   animation: out .3s linear; 
}
@keyframes out {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(-20px);
        opacity: 0;
    }
}
.load {
    display:inline-block;
    width:32px;
    height:32px;
    background:url('/templates/PHR/images/loading-mark.png') no-repeat center center;
    background-size:cover;
    animation: load 2s linear infinite;
}
.search_history {
    margin:75px 0;
}
.table, th, td {
    border:none!important;
}
th, td {
    border-bottom: 2px solid #ddd!important;
}
tr:last-child td {
    border-bottom: none!important;
}
tr:last-child th {
    border-bottom: none!important;
}
@keyframes load {
    0% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(360deg);
    }
}
.name_wrap {
    position: relative;
    overflow:hidden;
    padding-left:3px;
}
.name_wrap span {
    width: 500px;
    display:inline-block;
}
.search-tracks-vk img {
    transition:.3s;
}
h5 {
    margin-top:25px!important;
    margin-bottom:10px!important;
}
.search-tracks-vk:hover img {
    transform:scale3d(1.1,1.1,1.1);
}
.nav-tabs>li>a {
    border-radius:50px!important;
}
.tab-pane span {
    color:#FF002A;
}
.tab-pane p {
    margin-top:10px!important;
}
.tab-pane img {
    width:100%;
}
.track_name_last {
    overflow:hidden;
    position:relative;
    height:70px;
    width:75%;
}
.track_name_last strong {
    position:absolute;
    width:450px;
}
.track_name_last span {
    position:absolute;
    top: 20px;
    width:450px;
}
.track_name_last p {
    position:absolute;
    width:500px;
}


.anim {
    animation: scroll 20s infinite linear;
    animation-direction: normal;
}
@keyframes scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.art {
    width:70px; 
    height:70px; 
    float:left;
    border-radius:3px;
    margin-top:5px;
    margin-bottom:5px;
}

.aa-pod-item-main-link p {
    font-size:25px;
}
.no_active {
    color:#FF002A!important;
    cursor:default!important;
}
.no_active:hover {
    color:#FF002A!important;
    cursor:default!important;
}
.track-art {
    width:72px;
    height:72px;
}


.ar-top-bar {
	background-color: #F8F8F8;
	border-top: 2px solid #FF002A;
	border-bottom: 1px solid #e6e6e6;
}

.ar-top-bar .list-inline {
	margin-bottom: 0;
}
.ar-sidebar-heading-bar h3 {
    font-size:28px!important;
}
.ar-top-bar ul {
	padding-top: 8px;
	padding-bottom: 8px;
}

.ar-top-bar a {
	color: #989494;
}

.ar-nav-play {
	background-color: #FF002A;
	color: #fff;
}

.ar-nav-play img {
	border-radius: 5px;
}

.ar-navigation a {
	color: #989494;
}

.ar-song-title {
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
}

.ar-navigation .ar-main-nav>li {
	margin-left: 10px;
}
.ar-navigation .pull-left img {
    margin-top:-15px;
}
.ar-nav-ul {
	padding-top: 15px;
	padding-bottom: 0px;
}

.ar-navigation .list-inline {
	margin-bottom: 0;
}

.ar-header-slider {
	margin-top: 40px;
	margin-bottom: 50px;
}

.ar-play-area-box {
	margin-top: 18px;
}

.ar-nav-play-icon .fa {
	font-size: 27px;
}

.ar-nav-song-cover {
	border-radius: 5px;
}

.ar-play-area-box a {
	color: #fff;
}

.ar-home-featured-cats {
	margin-top: 50px;
	margin-bottom: 50px;
}

.ar-cat-box {
	margin-top: 30px;
}

.ar-heading-bar {
	background-color: #000;
	margin-bottom: 20px;
	border-radius: 3px;
}

.ar-heading-bar h3 {
	color: #fff;
	margin: 0;
	padding: 7px
}

.ar-new-box {
	margin-top: 30px;
}

.ar-sidebar-heading-bar {
	border-left: 7px solid #FF002A;
}

.ar-sidebar-heading-bar h3 {
	margin: 0px 10px;
}

.ar-track-item {
	border-bottom: 1px solid;
	min-height:72px;
}
.ar-track-item p {
    display:inline-block;
}
.search-tracks-vk {
    color: #989494;
    margin: 5px;
    font-size: 2rem;
    transition:.2s;
    transform:scale3d(1,1,1);
}
.search-tracks-vk:hover {
    color:#E31E24;
    transform:scale3d(1.1,1.1,1.1);
}
.search-now-track {
    color: #fff;
    font-size: 2rem;
    float:right;
    margin-top:5px;
    transition:.2s;
    transform:scale3d(1,1,1);
}
.app-icon img {
    transition:.2s;
    transform:scale3d(1,1,1);
}
.app-icon:hover img {
   transform:scale3d(1.1,1.1,1.1);
}
.fa-apple {
    transition:.2s;
    transform:scale3d(1,1,1);
}
.fa-apple:hover {
    transform:scale3d(1.3,1.3,1.3);
}
.fa-android {
    transition:.2s;
    transform:scale3d(1,1,1);
}
.fa-android:hover {
    transform:scale3d(1.3,1.3,1.3);
}
.search-now-track:hover {
    color: #fff;
    transform:scale3d(1.1,1.1,1.1);
}
.playaudio {
    transform:scale3d(1,1,1);
    transition:.2s;
}
.playaudio:hover {
    transform:scale3d(1.3,1.3,1.3);
}

.ar-top-tracks {
	margin-top: 10px;
}

.ar-track-item p {
	margin: 0px 10px;
	transform:translateY(25%);
}

.ar-track-item a {
	color: #989494;
}

.ar-top-tracks li:first-child {
	margin-top: 0;
}

.ar-top-tracks li {
	margin-top: 0px;
}

.ar-position {
	font-weight: bold;
}

.ar-programs .nav-tabs>li.active>a, 
.ar-programs .nav-tabs>li.active>a:focus, 
.ar-programs .nav-tabs>li.active>a:hover {
	border: 0;
	background: #FF002A;
	color: #fff;
}

.ar-programs .nav>li>a:focus, 
.ar-programs .nav>li>a:hover {
	background-color: transparent;
	border-color: transparent;
}

.ar-programs .nav-tabs {
	border-bottom: 0;
	margin-bottom: 10px;
}

.ar-programs .nav-tabs>li>a {
	color: #989494;
}

.ar-programs .tab-pane img {
	margin-top: 20px;
}

.ar-sidebar-content {
	margin-top: 40px;
}

.ar-presenters {
	margin-top: 50px;
	margin-bottom: 50px;
}

.ar-presenter-cards {
	margin-top: 40px;
}

.ar-image-box {
	max-width: 263px;
	max-height: 349px;
	margin-bottom: 20px;
}

.aa-blog-card {
    margin-bottom:15px!important;
}
.ar-presenter-card {
    cursor:pointer;
}
.ar-presenter-details {
	text-align: center;
}

.ar-time {
	margin-bottom: 5px;
}

.ar-footer {
	width: 100%;
	background-color: #2f2f2f;
}

.ar-footer-header {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #3d4248;
}


.ar-footer-newslette-area form {
	display: inline-block;
}

.ar-footer-newslette-area input {
	display: inline-block;
	border: 0;
	margin-left: 4px;
}

.ar-footer-newslette-area input[type="text"],
.ar-footer-newslette-area input[type="email"] {
	background-color: #525252;
	color: #989494;
	border: 2px solid #525252;
	padding-left: 5px;
}

.ar-footer-newslette-area {
	margin-top: 13px;
}

.ar-footer-newslette-area input[type="submit"] {
	margin-bottom: 0;
}

.ar-footer-header-1 {
	background-color: #FF002A;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 12px;
}

.ar-footer-header-1 a {
	color: #fff;
	text-decoration: underline;
}

.ar-footer-header-1 .fa {
	font-size: 75px;
}

.ar-footer-base {
	background-color: #3c3b3b;
	padding-top: 10px;
}

.ar-footer-items select {
	background-color: #525252;
	color: #989494;
	border: 2px solid #525252;
	padding: 2px;
	border-radius: 3px;
}

.ar-footer-items {
	padding-bottom: 50px;
}

.ar-footer-items h5 {
	color: #fff;
}

.ar-footer-search input {
	border-color: #525252;
	background: #525252;
}

.ar-footer-items a,
.ar-footer-base a {
	color: #989494;
}

.ar-play-icon {
	position: absolute;
    color: #fff;
    top: 35%;
    font-size: 100px;
    left: 39%;
    cursor:pointer;
    z-index:99;
}

.ar-play-icon .fa {
	filter: drop-shadow(0 0 2px rgba(0,0,0,0.2));
	opacity: 0;
	transition: opacity .20s ease-in-out;
	-moz-transition: opacity .20s ease-in-out;
	-webkit-transition: opacity .20s ease-in-out;
}

.ar-vid-details:hover .ar-play-icon .fa {
	opacity: 1;
}
.ar-vid-details {
    position:relative;
}
.ar-play-titles {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    left: 0;
    color: #fff;
    transition: opacity .20s ease-in-out;
    -moz-transition: opacity .20s ease-in-out;
    -webkit-transition: opacity .20s ease-in-out;
}
.ar-play-titles h1 {
    margin-top:65%;
    color:#fff;
    
}
.ar-vid-details:hover .ar-play-titles,
.ar-vid-details:focus .ar-play-titles {
	opacity: 1;
}

.ar-play-titles h3 {
	color: #fff;
	filter: drop-shadow(0 0 2px rgba(0,0,0,0.2));
}

.ar-vid-style-2 .fa {
	font-size: 67px;
}

.ar-vid-style-2 h3 {
	font-size: 20px;
}

.ar-vid-style-3 .fa {
	font-size: 40px;
}

.ar-vid-style-3 h3 {
	font-size: 15px;
	line-height: 20px;
}

.ar-vid-style-2 .ar-play-titles,
.ar-vid-style-3 .ar-play-titles {
	bottom: 0px;
	left: 32px;
}

.row.ar-first-news {
	margin-left: 0;
}

.aa-radio .ar-page-intro {
	margin-top: 40px;
}

.aa-radio .ar-page-intro h3 {
	color: #000;
}

.aa-radio .aa-content-wrapper {
	padding-top: 20px;
}

.aa-radio .woocommerce-form-coupon-toggle {
	margin-top: 40px;
}

.aa-radio .woocommerce-product-gallery {
	margin-top: 30px;
}

.ar-radio-header {
	background: #ccc;
	padding-top: 8px;
	padding-bottom: 38px;
	margin-bottom: 27px;
}

.aa-archive-pod-cat-img {
	margin-bottom: -88px;
}

.aa-radio .aa-cart-icon {
	bottom: 234px;
}

.aa-radio .aa-video-header {
	background: transparent;
	margin-top: 20px;
}

.aa-audio-player {
	color: #000;
}

.aa-podcast-category a {
	color: #000;
}

.aa-audio-player-action-icons a, 
.aa-audio-player-action-icons a:hover {
	color: #000;
}

#aa-track-seek-slider::-webkit-slider-thumb,
#aa-vol-adjust::-webkit-slider-thumb {
	background: #fff;
}

.aa-play-times {
	font-family: inherit;
}

.ar-search-dropdown input {
	margin-bottom: 0;
}

.aa-no-audio-cat-info {
	margin-top: -22px;
	margin-bottom: 50px;
}

.aa-audio-archive-cat {
	margin-top: 73px;
}

.aa-audio-archive-body {
	margin-top: 50px;
}

.ar-contact-map {
	padding-top: 50px;
}

.ar-contact-map iframe {
	width: 100%;
}

.carousel-indicators li {
	border: 1px solid #FF002A;
}

.ar-header-slider .carousel.slide {
	max-height: 476px;
}

.ar-carousel-text {
	position: absolute;
	bottom: 50%;
	left: 120px;
	padding: 21px;
	font-weight: 700;
	font-size: 60px;
	color: #000;
	background-color: #fff;
	font-family: Arial;
}

.ar-carousel-text2 {
	position: absolute;
	bottom: 40%;
	left: 120px;
	padding: 4px;
	text-decoration: none;
	background-color: #000;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}

.ar-carousel-txt3 {
	position: absolute;
	bottom: 40%;
	left: 120px;
	padding: 4px;
	text-decoration: none;
	background-color: #000;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}
.chart_wrapper {
    padding:5px;
    background:#f2f2f2;
    border-radius:.2rem;
}
.chart_wrapper ul {
    margin:0;
}
.track_wrapper .item {
    display:inline-block;
    margin:0 .3rem;
}
.chart_wrapper .img {
    padding:2px;
}
.chart_wrapper .track_wrapper {
    border-radius:.2rem;
    padding:5px;
    background:#fff;
    color:#989494;
}
.track_wrapper a {
    font-size:17px;
    color:#989494;
    transform: translateY(13px);
    float:none;
}
.track_wrapper a:hover {
    color:#FF002A;
    transform: translateY(7px);
}
.chart_wrapper .num {
    display:inline-block;
    width:31px;
}
.chart_wrapper li {
    padding:.2rem 0;
}
.chart_wrapper .num p {
    font-size:25px;
    font-weight:800;
    display:inline-block;
    
}
.track_wrapper span {
    font-size:17px;
    vertical-align: middle;
    transition:.2s;
    cursor:pointer;
    transform: translateY(13px);
}

.track_wrapper span:hover {
    color:#FF002A;
}
.voices {
    font-size:18px!important;
    transform: translate(0, 12px)!important;
    margin-right:15px;
    opacity:0;
}
.voices i {
    margin:0 2px;
}
#s-1, #s-2, #s-3, #s-4, #s-5 {
    transition:.2s;
}

/* MEDIA QUERIES
================================================== */

/*Mobile*/
@media only screen and (max-width: 767px) {
	.ar-navigation .ar-main-nav>li {
		display: block;
	}

	.ar-navigation .ar-main-nav>li {
		margin-left: 0;
	}

	.ar-dropdown-menu {
		margin-left: 20px;
	}

	.ar-dropdown-3rd-level .fa {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.ar-main-nav li {
		margin-bottom: 7px;
	}

	.ar-dropdown-menu {
		display: none;
	}

	.ar-main-nav {
		display: none;
	}

	#ar-menu-toggle .fa {
		font-size: 35px;
	}

	.ar-nav-play {
		padding-top: 19px;
		margin-top: 14px;
	}

	.ar-nav-play img {
		margin-bottom: 10px;
	}

	.ar-nav-play-icon .fa {
		font-size: inherit;
	}

	.ar-search-dropdown .dropdown-menu {
		left: -146px;
	}

	.ar-search-dropdown .dropdown-menu {
		border: 0;
		padding: 0;
	}

	.ar-home-featured-posts {
		margin-bottom: 30px;
	}

	.ar-vid-details {
		margin-bottom: 30px;
	}

	.aa-page-intro h3 {
		line-height: 150px;
	}

	.aa-radio .aa-cart-icon {
		bottom: 33px;
	}

	.woocommerce div.product {
		margin-top: -31px;
	}

	.aa-cat-header-info {
		margin-top: -328px;
	}

	.aa-audio-archive-cat {
		margin-top: 96px;
		height: 155px;
	}

	.ar-footer-items {
		margin-top: 12px;
		padding-bottom: 2px;
	}

	.aa-audio-archive-body {
		margin-top: 10px;
	}

	.ar-carousel-text2 {
		position: absolute;
		bottom: 24%;
		left: 52px;
		padding: 1px;
		text-decoration: none;
		background-color: #000;
		color: #fff;
		font-family: 'Raleway', sans-serif;
		font-size: 14px;
	}

	.ar-carousel-text {
		position: absolute;
		bottom: 50%;
		left: 52px;
		padding: 3px;
		font-weight: normal;
		font-size: 18px;
		color: #000;
		background-color: #fff;
		font-family: Arial;
	}
}


/*Desktop */
@media only screen and (min-width: 768px) {
	.ar-dropdown-menu {
		position: absolute;
		z-index: 1000;
		display: block;
		float: left;
		min-width: 200px;
		margin: 2px 0 0;
		list-style: none;
		font-size: 14px;
		text-align: left;
		background-color: #fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0,0,0,0.15);
		border-radius: 1px;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		top: 120px;
		opacity: 0;
		-webkit-transition: all 0.30s ease;
		transition: all 0.30s ease;
		visibility: hidden;
	}

	.ar-dropdown-3rd-level .fa {
		margin-top: 4px;
	}

	.ar-dropdown-3rd-level {
		position: relative;
	}

	.ar-dropdown:hover .ar-dropdown-menu,
	.ar-dropdown:focus .ar-dropdown-menu,
	.ar-dropdown:active .ar-dropdown-menu,
	.ar-dropdown-menu:focus,
	.ar-dropdown-menu:hover,
	.ar-dropdown-menu:active {
		opacity: 1;
		transform: translate(0, -14px);
		visibility: visible;
	}

	.ar-dropdown .ar-dropdown-3rd-level .ar-dropdown-menu {
		left: 100%;
		top: 8px;
		margin-left: -1px;
		opacity: 0;
	}

	.ar-dropdown .ar-dropdown-3rd-level:hover .ar-dropdown-menu,
	.ar-dropdown .ar-dropdown-3rd-level:focus .ar-dropdown-menu,
	.ar-dropdown .ar-dropdown-3rd-level:active .ar-dropdown-menu {
		opacity: 1;
		visibility: visible;
	}

	.ar-dropdown-menu li {
		padding: 14px;
	}

	.ar-dropdown-menu li:hover,
	.ar-dropdown-menu li:focus {
		background-color: #f8f8f8;
	}

	.ar-search-dropdown .dropdown:hover .dropdown-menu, 
	.ar-search-dropdown .dropdown:focus .dropdown-menu, 
	.ar-search-dropdown .dropdown-toggle:hover ~ .dropdown-menu, 
	.ar-search-dropdown .dropdown-toggle:focus ~ .dropdown-menu {
		opacity: 0;
		visibility: hidden;
		transform: none;
	}

	.ar-search-dropdown .dropdown-menu {
		left: -194px;
		display: block;
	}

	.ar-search-dropdown .dropdown.open .dropdown-menu {
		display: block;
		opacity: 1;
		visibility: visible;
		transform: translate(0, -2px);
	}

	.aa-radio.post-type-archive-product.woocommerce-page .aa-page-intro, 
	.aa-radio.archive.tax-product_cat.woocommerce-page .aa-page-intro {
		margin-top: 0px;
	}

	.ar-nav-ul>.ar-mobile-menu {
		display: none;
	}
}

/* Desktop range 1*/
@media (min-width: 768px) and (max-width:1016px) {
	.ar-track-item {
		padding: 16px;
	}

	.ar-navigation .ar-main-nav>li {
		margin-left: 2px;
	}
}






/*==================АДАПТИВ===================*/
@media(min-width:0px) and (max-width:320px) {
    .calendar {
        display:none!important;
    }
    .art {
        width:50px;
        height:50px;
    }
    .track_name_last {
        height:50px;
        width:70%;
    }
    .ar-track-item p {
        transform:translateY(15%);
    }
    .ar-track-item {
        min-height:1px;
    }
    .search-tracks-vk img {
        height:30px!important;
        max-width:50px;
    }
    .ar-track-item .col-md-2 {
        padding-left:0;
    }
    .track_slider {
        width: 180px;
    }
    .artwork {
        height:50px!important;
    }
    .search-now-track {
        margin-top:10px;
        margin-right:10px;
    }
    .search-now-track img {
        height:30px!important;
    }
    .track_wrap_slider {
        padding: 0 0!important;
    }
    .speaker_wrap {
        padding: 0 0!important;
    }
    .speaker_art {
        height:50px!important;
    }
    .m-play {
        background: none;
        font-size: 35px;
        padding: 2px;
        margin-right: 10px;
        float:right;
    }
    .ar-sidebar-heading-bar h3 {
        font-size:1.2rem!important;
        line-height:1.2rem;
    }
    .ar-heading-bar h3 {
        font-size:1rem!important;
    }
    .ar-play-titles h1 {
        font-size:.7rem!important;
        margin-bottom:0!important;
        margin-top:60%;
        line-height:.7rem;
    }
    .col-m {
        margin-bottom:0!important;
    }
    .ar-play-titles p {
        font-size:.6rem!important;
    }
    .ar-play-icon {
        top: 33%;
        left: 37%;
        font-size:2em;
    }
    .ar-image-box {
        text-align:center;
        margin:0 auto;
    }
    .ar-image-box img {
        display:inline-block;
    }
    .ar-footer-items {
        margin-top:0;
    }
    .m-tabs {
        text-align:center;
    }
    .m-tabs li {
        float:none;
        display:inline-block;
    }
    .mobile-app {
        text-align:center;
        padding-top:15px;
    }
    .mobile-app li {
        display:inline;
    }
    .for-m img {
        width:15em;
    }
    .for-m .ar-mobile-menu {
        margin-top:20px;
        font-size:2em;
    }
    .menu-m {
        text-align:center;
    }
    .fix-m-r {
        margin-right:0;
    }
    .ovf-scroll-x {
        overflow-x:scroll;
    }
    .chart_wrapper ul {
        overflow-x:scroll;
    }
    .chart_wrapper ul li {
        width:700px;
    }
    .search-query {
        display:none;
    }
}
@media(min-width:321px) and (max-width:480px) {
    .calendar {
        display:none!important;
    }
    .search-query {
        display:none;
    }
    .chart_wrapper ul {
        overflow-x:scroll;
    }
    .chart_wrapper ul li {
        width:700px;
    }
    .fix-m-r {
        margin-right:0;
    }
    .ovf-scroll-x {
        overflow-x:scroll;
    }
    .art {
        width:50px;
        height:50px;
    }
    .track_name_last {
        height:50px;
        width:70%;
    }
    .ar-track-item p {
        transform:translateY(15%);
    }
    .ar-track-item {
        min-height:1px;
    }
    .search-tracks-vk img {
        height:30px!important;
        max-width:50px;
    }
    .ar-track-item .col-md-2 {
        padding-left:0;
    }
    .track_slider {
        width: 180px;
    }
    .artwork {
        height:50px!important;
    }
    .search-now-track {
        margin-top:10px;
        margin-right:10px;
    }
    .search-now-track img {
        height:30px!important;
    }
    .track_wrap_slider {
        padding: 0 0!important;
    }
    .speaker_wrap {
        padding: 0 0!important;
    }
    .speaker_art {
        height:50px!important;
    }
    .m-play {
        background: none;
        font-size: 35px;
        padding: 2px;
        margin-right: 10px;
        float:right;
    }
    .ar-sidebar-heading-bar h3 {
        font-size:1.2rem!important;
        line-height:1.2rem;
    }
    .ar-heading-bar h3 {
        font-size:1rem!important;
    }
    .ar-play-titles h1 {
        font-size:.7rem!important;
        margin-bottom:0!important;
        margin-top:60%;
        line-height:.7rem;
    }
    .col-m {
        margin-bottom:0!important;
    }
    .ar-play-titles p {
        font-size:.6rem!important;
    }
    .ar-play-icon {
        top: 26%;
        left: 36%;
        font-size:3em;
    }
    .ar-image-box {
        text-align:center;
        margin:0 auto;
    }
    .ar-image-box img {
        display:inline-block;
    }
    .ar-footer-items {
        margin-top:0;
    }
    .m-tabs {
        text-align:center;
    }
    .m-tabs li {
        float:none;
        display:inline-block;
    }
    .mobile-app {
        text-align:center;
        padding-top:15px;
    }
    .mobile-app li {
        display:inline;
    }
    .for-m img {
        width:15em;
    }
    .for-m .ar-mobile-menu {
        margin-top:20px;
        font-size:2em;
    }
    .menu-m {
        text-align:center;
    }
}
@media(min-width:481px) and (max-width:767px) {
    .calendar {
        display:none!important;
    }
    .search-query {
        display:none;
    }
    .chart_wrapper ul {
        overflow-x:scroll;
    }
    .chart_wrapper ul li {
        width:700px;
    }
    .art {
        width:50px;
        height:50px;
    }
    .track_name_last {
        height:50px;
        width:70%;
    }
    .ar-track-item p {
        transform:translateY(15%);
    }
    .ar-track-item {
        min-height:1px;
    }
    .search-tracks-vk img {
        height:30px!important;
        max-width:50px;
    }
    .ar-track-item .col-md-2 {
        padding-left:0;
    }
    .track_slider {
        width: 350px;
    }
    .artwork {
        height:50px!important;
    }
    .search-now-track {
        margin-top:10px;
        margin-right:10px;
    }
    .search-now-track img {
        height:30px!important;
    }
    .track_wrap_slider {
        padding: 0 0!important;
    }
    .speaker_wrap {
        padding: 0 0!important;
    }
    .speaker_art {
        height:50px!important;
    }
    .m-play {
        background: none;
        font-size: 35px;
        padding: 2px;
        margin-right: 15px;
        float:right;
    }
    .ar-sidebar-heading-bar h3 {
        font-size:1.2rem!important;
        line-height:1.2rem;
    }
    .ar-heading-bar h3 {
        font-size:1rem!important;
    }
    .ar-play-titles h1 {
        font-size:1rem!important;
        margin-bottom:0!important;
        margin-top:57%;
        line-height:20px;
    }
    .col-m {
        margin-bottom:0!important;
    }
    .ar-play-titles p {
        font-size:1rem!important;
    }
    .ar-play-icon {
        top: 30%;
        left: 40%;
        font-size:4em;
    }
    .ar-image-box {
        text-align:center;
        margin:0 auto;
    }
    .ar-image-box img {
        display:inline-block;
    }
    .ar-footer-items {
        margin-top:0;
    }
    .m-tabs {
        text-align:center;
    }
    .m-tabs li {
        float:none;
        display:inline-block;
    }
    .mobile-app {
        text-align:center;
        padding-top:15px;
    }
    .mobile-app li {
        display:inline;
    }
    .for-m img {
        width:15em;
    }
    .for-m .ar-mobile-menu {
        margin-top:20px;
        font-size:2em;
    }
    .menu-m {
        text-align:center;
    }
}
@media(min-width:768px) and (max-width:992px) {
    .calendar {
        display:none!important;
    }
    .search-query {
        display:none;
    }
    .track_name_last {
        width:70%;
    }
    .ar-track-item {
        padding:5px;
    }
    .ar-track-item .col-sm-2 {
        padding-top:1.3rem!important;
    }
    .ar-track-item .col-sm-2 img {
        height:40px!important;
    }
    .fix-width img {
        height:auto!important;
    }
    .fix-width {
        padding-left:0;
        padding-right:0;
    }
    .track_slider {
        width:150px;
    }
    .search-now-track img {
        height:35px!important;
        margin-top:10px;
    }
    .ar-navigation .aa-pull-left {
        padding-top:0!important;
    }
    .ar-navigation .aa-pull-right {
        padding-top:0!important;
    }
    .track_wrap_slider {
        padding:2px 0!important;
    }
    .speaker_wrap {
        padding:6px 0!important;
    }
    .ar-play-area-box {
        margin-top:13px;
    }
    .ar-play-area-box ul {
        margin-bottom:0;
    }
    .for-m {
        width:33.33333333%;
    }
    .ar-mobile-menu {
        display:none;
    }
    .m-tabs {
       display:none; 
    }
    .nav-tabs {
        font-size:.8rem;
    }
    .ar-play-icon {
        position: absolute;
        color: #fff;
        top: 30%;
        font-size: 70px;
        left: 37%;
        cursor: pointer;
        z-index: 99;
    }
    .ar-play-titles h1 {
        font-size:1.5em;
        line-height:1em;
    }
    .ar-play-titles p {
       font-size:1.2em; 
    }
    .mobile-app li:first-child {
        margin-left:12px;
    }
    .ar-footer-items h5 {
        text-align:center;
    }
    .col-fix {
        margin-bottom:140px;
    }
    .ar-play-titles h1 {
        font-size:.8rem!important;
        line-height:.8rem!important;
    }
    .ar-play-titles p {
        font-size:.8rem!important;
        line-height:.8rem!important;
    }
}
@media(min-width:993px) and (max-width:1200px) {
    .ar-play-titles h1 {
        font-size:1rem!important;
        line-height:1rem!important;
        margin-top:70%;
    }
    .ar-play-titles p {
        font-size:1rem!important;
        line-height:1rem!important;
    }
    .col-fix {
        width:83.33333333%!important;
        margin-bottom:140px;
    }
     .ar-mobile-menu {
        display:none;
    }
    .ar-navigation .aa-pull-right {
        padding-top:20px!important;
    }
    .ar-navigation .aa-pull-left {
        padding-top:20px!important;
    }
    .track_slider {
        width:250px!important;
    }
    .fix-width {
        padding:0;
    }
    .playaudio {
        padding: 4px 0;
    }
    .fix-width img {
        height:auto!important;
    }
    .track_name_last {
        width:70%;
    }
    .search-tracks-vk img {
        height:35px!important;
        margin-top:12px;
    }
    .ar-footer-items .col-md-offset-0 h5 {
        text-align:center;
    }
    .ar-footer-items .col-md-offset-0 ul {
        text-align:center;
    }
}





