/* MSE template 
by: redissx (E-mail: redissx@gmail.com, Website: webrambo.ru ), 
name: MSE tracklist ,
release date: 02 august 2018
*/

/* SET BASE
----------------------------------------------- */
* {background: transparent; margin: 0; padding: 0; outline: none; border: 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
input, select {vertical-align: middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
img {max-width: 100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}

body {font: 14px 'Roboto', Tahoma, Geneva, sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #000; background-color: #f3f3f3; min-height: 100%; width: 100%; font-weight: 400;}
a {color: #000; text-decoration: none;}
a:hover, a:focus {color: #000; text-decoration: none;}
a:hover {text-decoration: underline;}
h1, h2, h3, h4, h5 {font-weight: 700; font-size: 18px;}

button, textarea, input[type="text"], input[type="password"] {appearance: none; -webkit-appearance: none; 
	font-size: 16px; font-family: 'Roboto' !important;}

.btn, button, input[type="button"], input[type="submit"] {
display: inline-block; text-align: center; padding: 0 30px; height: 40px; line-height: 40px; border-radius: 20px; cursor: pointer;  
background-color: #2980b8; color: #fff; font-size: 14px; font-weight: 400; text-transform: uppercase;}
.btn:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover 
{background-color: #2980b8; color: #fff;}
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}

input[type="text"], input[type="password"] {display: block; width: 100%; height: 40px; line-height: 40px; padding: 0 15px;
background-color: #fff; color: #000;  border-radius: 0px; box-shadow: none; border: 1px solid #ddd;}
input[type="text"]:focus, input[type="password"]:focus {}
input::-webkit-input-placeholder {color: #000; opacity: 0.5; font-size: 12px;}
input::-moz-placeholder {color: #000; opacity: 0.5; font-size: 12px;}
input:-moz-placeholder {color: #000; opacity: 0.5; font-size: 12px;}
input:-ms-input-placeholder {color: #000; opacity: 0.5; font-size: 12px;} 
input:focus::-webkit-input-placeholder {color: transparent}
input:focus::-moz-placeholder {color: transparent}
input:focus:-moz-placeholder {color: transparent}
input:focus:-ms-input-placeholder {color: transparent} 

select {height: 40px; border: 1px solid #ddd; background-color: #fff; color: #000;}
textarea {display: block; width: 100%; padding: 15px; overflow: auto; vertical-align: top; resize: vertical; height: 90px; 
background-color: #fff; color: #000;  border-radius: 4px; box-shadow: none; border: 1px solid #ddd;}

.img-box {overflow: hidden; position: relative; background-color: #222;}
.img-box img {width: 100%; min-height: 100%; display: block;}
.img-fit img {width: 100%; height: 100%; object-fit: cover;}
.nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.fx-row {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-start {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1 {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px;}

b, strong {font-weight: 700;}


/* GRID
----------------------------------------------- */
.wrap {min-width:320px; position:relative; overflow: hidden;} 
.wrap-container {max-width:960px; margin:0 auto; position:relative; z-index:100; 
width: calc(100% - 20px);}
.header {padding: 10px 1000px; margin: 0 -1000px; background-color: #2980b9;}
.nav-tabs {background-color: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.2); 
margin: 0 -1000px; padding: 0 1000px;}
.wrap-content {margin: 20px 0; padding: 20px; background-color: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.2);}


/* HEADER
----------------------------------------------- */
.logo {display: block; width: 480px; height: 40px; white-space: nowrap; overflow: hidden; 
text-overflow: ellipsis; color: #fff !important; font-size: 21px; font-weight: 700; 
line-height: 40px;}
.logo .fa {width: 40px; height: 40px; border-radius: 50%; text-align: center; line-height: 40px; 
margin-right: 10px; box-shadow: inset 0 0 0 2px #fff; font-size: 14px; 
padding-left: 2px; vertical-align: top;}
.search-box {position: relative;}
.search-box input {border: 0;}
.search-box button {position: absolute; right: 0; top: 0; background-color: transparent; color: #000; 
width: 40px; padding: 0;}

.tabs-sel > span {display: inline-block; width: 32%; height: 60px; white-space: nowrap; overflow: hidden; 
text-overflow: ellipsis; color: #939393; padding-top: 10px; 
text-align: center; font-size: 12px; cursor: pointer;}
.tabs-sel .fa {display: block; font-size: 18px; margin-bottom: 5px;}
.tabs-sel > span.current {color: #e74c3c; box-shadow: inset 0 -3px #e74c3c;}
.tabs-b {display: none;}
.tabs-b.visible {display: block;}


/* SECTION
----------------------------------------------- */
.mtitle {font-size: 24px; font-weight: 700; margin-bottom: 20px;}
.descr {line-height: 1.7; color: #939393; padding-bottom: 20px;}
.descr-top {margin-bottom: 20px; line-height: 1.7; font-size: 12px; color: #939393; 
padding-bottom: 20px; border-bottom: 1px solid #e3e3e3;}
.descr-img {margin: 0 -20px 20px -20px; height: 200px; position: relative;}
.descr-img:before {content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: 0.5;
background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9);}
.descr-top p + p {margin-top: 10px;}
.descr-top a {color: #2980b9; text-decoration: underline;}
.more-btn {text-align: center; padding-top: 40px;}
.more-btn .fa {margin-right: 10px;}
.btn.play .fa:before {content: '\f04c';}

.mb-fix {margin-bottom: -20px;}
.nav-menu a {display: block; text-align: center; font-weight: 700; font-size: 18px; 
margin-bottom: 20px;}
.nav-genres {text-align: center; font-size: 0;}
.nav-genre {display: inline-block; vertical-align: top; margin: 0 10px 20px 10px; 
height: 160px; width: 240px;}
.nav-genre-desc {position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 5; 
background-color: rgba(0,0,0,0.5); color: #fff !important; font-size: 18px; font-weight: 700;}


/* ITEMS
----------------------------------------------- */
.item-track {margin: 0 -20px; padding: 10px 20px;}
.item-track:nth-child(2n) {background-color: #f5f5f5;}
.item-track-img {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.item-title {display: block;}
.item-subtitle {display: block; margin-top: 3px; color: #939393;}
.item-track-time {color: #939393; margin-left: 20px; font-size: 12px;}
.item-track-dl {margin-left: 20px; font-size: 14px; color: #fff; background-color: #e74c3c;
width: 30px; height: 30px; text-align: center; line-height: 30px; border-radius: 50%; display: block;}
.item-track-share {margin-left: 10px; font-size: 18px; color: #939393; display: block;}
.item-track-play {width: 40px; height: 40px; position: absolute; left: 0; top: 0; z-index: 10; 
background-color: rgba(0,0,0,0.3); color: #fff; font-size: 14px; text-align: center; line-height: 40px; 
cursor: pointer; padding-left: 2px;}
.item-track-play:hover, .play .item-track-play {background-color: #e74c3c; color: #fff;}
.play .item-track-play .fa:before {content: '\f04c';}
.play .item-track-play {padding-left: 0;}



/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display: none;}

@media screen and (max-width: 1220px) {
.wrap-container {max-width:1000px;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:400px;}
}

@media screen and (max-width: 950px) {
.wrap-container {max-width:768px;}
}

@media screen and (max-width: 760px) {
.wrap-container {max-width:640px;}
}

@media screen and (max-width: 590px) {
.wrap-container {max-width:480px;}
.header {display: block;}
.logo {width: 100%; text-align: center; margin: 0; margin-bottom: 10px;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}
}

@media screen and (max-width: 470px) {
.wrap-container {max-width:320px;}
.item-track {padding-left: 10px; padding-right: 10px;}
.item-track-dl, .item-track-time {margin-left: 10px;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}


