html { scroll-behavior: smooth; padding: 0; margin: 0; }
body { margin: 0; padding: 0; width: 100%; height: 100%; min-height: 100%;	 font-family: 'Avenir-Next-Regular'; }
img { width: 100% }
h1 { font-size: 150px; line-height: 176px; color: #fff; font-family: 'Avenir-Next-Bold'; text-align: center; padding: 0; margin: 0; }
h2 { font-size: 45px; line-height: 53px; color: #000; font-family: 'Avenir-Next-Bold'; text-align: center; padding: 0; margin: 0; }
h3 { font-size: 36px; line-height: 42px; color: #C63C52; font-family: 'Avenir-Next-Bold'; margin: 0; padding: 0 }
h4 { font-size: 22px; line-height: 26px; color: #000; font-family: 'Avenir-Next-Bold'; text-align: center; padding: 0; margin: 0 }
h5 { font-size: 16px; line-height: 19px; font-family: 'AvenirNext-DemiBold'; color: #000; padding: 0; margin: 0; }
p { font-size: 18px; line-height: 30px; color: #777; font-family: 'Avenir-Next-Regular'; text-align: center; padding: 0; margin: 0 }
a:hover, a { transition: all 0.2s; -webkit-transition: all 0.2s; -ms-transition: all 0.2s; -moz-transition: all 0.2s; }
a:focus { outline: none }
span, em{ font-style: normal; } 

.btn,.btn:hover { box-shadow: none; display: inline-block; background: #FCE500; font-family: 'AvenirNext-DemiBold' !important; border-radius: 20px; border: 0; padding: 15px 20px; color: #000000; font-size: 18px; line-height: 12px; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s }
.btn:hover {  box-shadow: 0px 3px 8px #fff; -webkit-box-shadow: 0px 3px 8px #fff; -moz-box-shadow: 0px 3px 8px #fff; -ms-box-shadow: 0px 3px 8px #fff; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s }

/*.btn-border { font-size: 14px; background: rgba(255, 255, 255, 0.250082); border: 2px solid #FFFFFF; border-radius: 35px; padding: 7px 20px; color: #fff; text-decoration: none; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s }
.btn-border:hover { text-decoration: none; color: #fff; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; background: #fff; border: 2px solid #57467a; }*/

.btn-pink { outline: none; display: inline-block; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; background: #C63C52; padding: 12px 75px; font-family: 'Avenir-Next-Bold'; font-size: 20px; line-height: 23px; border-radius: 25px; color: #fff; text-decoration: none;border: 2px solid transparent }
.btn-pink:hover { transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; background: #fff; text-decoration: none; color: #C63C52; border: 2px solid #C63C52; }
.btn-pink:focus { transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; background: #C63C52; text-decoration: none; border:2px solid #C63C52; color: #fff }

.btn-pink-border {display: inline-block; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; background: #fff; padding: 10px 30px; font-family: 'AvenirNext-DemiBold'; font-size: 16px; line-height: 20px; border-radius: 25px; color: #C63C52; text-decoration: none; border: 1px solid #C63C52; }
.btn-pink-border:hover { transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; background: #fff; text-decoration: none; color: #C63C52 }
.btn-pink-border:focus { transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; background: #fff; text-decoration: none; color: #C63C52 }

.btn-facebook {display: inline-block; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; background: #1C6AD4; padding:10px 60px; font-family: 'AvenirNext-DemiBold'; font-size:18px; line-height: 23px; border-radius: 6px; color: #fff; text-decoration: none;border: 2px solid #1C6AD4 }
.btn-facebook:hover,.btn-facebook:focus{ text-decoration: none; color: #fff }
/*.btn-facebook:hover { transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; background: #fff; text-decoration: none; color: #1C6AD4; border: 2px solid #1C6AD4; }
.btn-facebook:focus { transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; background: #1C6AD4; text-decoration: none; color: #fff; border: 2px solid #1C6AD4; }
*/
.btn-google {display: inline-block; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; background: #EBEBEB; padding:10px 60px; font-family: 'AvenirNext-DemiBold'; font-size:18px; line-height: 23px; border-radius: 6px; color: #333; text-decoration: none;border: 2px solid #EBEBEB }
.btn-google:hover,.btn-google:focus{ text-decoration: none; color: #333 }
/*.btn-google:hover { transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; background: #fff; text-decoration: none; color: #333; border: 2px solid #EBEBEB; }
.btn-google:focus { transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; background: #EBEBEB; text-decoration: none; color: #333; border: 2px solid #EBEBEB; }
*/

.btn-apple {display: inline-block; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; background: #000; padding:10px 60px; font-family: 'AvenirNext-DemiBold'; font-size:18px; line-height: 23px; border-radius: 6px; color: #fff; text-decoration: none;border: 2px solid #000 }
.btn-apple:hover, .btn-apple:focus{ text-decoration: none; color: #fff }


/* home-page-css */

/* header */
header { position: absolute; left: 0; right: 0; z-index: 1; display: flex; }
header .menu { display: none; }
header .logo { display: flex; align-items: center; height: 100%; justify-content: center; }
header .logo a { display: inline-block; }
header .mainnav { display: flex; align-items: center; height: 100%; justify-content: center; }
header .mainnav ul { padding: 0; margin: 0; }
header .mainnav ul li { display: inline-block; font-size: 18px; line-height: 22px; padding-right: 35px; text-transform: uppercase; color: #fff }
header .mainnav ul li a { color: #fff; text-decoration: none; }
header .mainnav ul li a.btn { color: #000; }
header .mainnav ul li a:hover { text-decoration: none; }
header .mainnav ul li a.active {  color:#FFF455  }
header .mainnav ul li a.btn.active {  color:#000  }
header .mainnav ul li:last-child { padding: 0 }
header .mainnav ul li .search-box { display: none; position: absolute; right: 45%; top: 45px; }
header .mainnav ul li.searchbar { position: relative; }
header .mainnav ul li .search-box input { border-radius: 30px; padding: 10px 15px; color: #000; border: 1px solid #3a3a3a; font-size: 14px; line-height: 18px }
header .mainnav ul li .search-box input:focus { outline: none; }


/* banner */
.banner { background: url('../images/banner.jpg'); background-size: cover; background-position: center center; position: relative; display: flex; justify-content: center; align-items: center; }
.banner .banner-text { text-align: center; position: absolute; vertical-align: middle; }
.banner p { color: #fff; text-transform: uppercase; }

/* unique */
.unique { padding-top: 100px; padding-bottom: 100px }
.unique ul { padding: 0; margin: 0; display: inline-block; }
.unique ul li { list-style-type: none; margin-bottom: 50px; display: inline-block; position: relative; min-height: 101px }
.unique ul li:last-child { margin-bottom: 0 }
.unique h2 { padding-bottom: 26px }
.unique .text { padding-bottom: 60px }
.unique ul li h4, .unique ul li p { text-align: left; }
.unique ul li h4 { padding-bottom: 5px; text-transform: capitalize; }
/*.unique .image, .unique .data { display: table-cell; vertical-align: middle; }
*/.unique .data { padding-left: 120px; padding-top: 10px }
.unique .image { width: 100px; height: 100px; border-radius: 100%; background: #DE1E4F; text-align: center; position: absolute; padding:25px 0; }
.unique .image a { display: inline-block; }

/* dias */
.dias { background: linear-gradient(207.21deg, #0D0346 9.51%, #270C4F 93.01%); padding-top: 60px }
.dias img { width: auto; }
.dias h2, .dias p { color: #fff; text-align: left; }
.dias p { padding-bottom: 80px }
.dias h2 { padding-bottom: 15px }
.dias a.mobile { display: table-cell; vertical-align: middle; padding-left: 50px }
.dias .dias-data { vertical-align: middle; display: table-cell; padding-left: 60px }
.dias .store a{ margin-right: 20px; display: inline-block; }
.dias .store a:hover{ opacity: 80% }
/*.dias .btn-border i { display: inline-block; vertical-align: middle; }
.dias .btn-border { width: auto; padding: 10px 30px; display: inline-block; }
.dias .btn-border em { color: #fff; display: inline-block; vertical-align: middle; font-style: normal; padding-left: 10px; text-align: left; }
.dias .btn-border:first-child { margin-right: 20px }
.dias .btn-border:hover em{ color: #57467a }
.dias .btn-border:hover .normal{ display: none; }
.dias .btn-border:hover .hover{ display: inline-block; }
.dias .btn-border .hover{ display: none; }*/

/* sing */
.sing { padding-top: 80px; padding-bottom: 80px }
.sing .title { display: inline-block; width: 100%; padding-bottom: 20px }
.sing .row { margin: 0; }
.sing h3 { float: left; display: inline-block; vertical-align: middle; }
.sing span { float: right; font-family: 'AvenirNext-DemiBold'; font-style: italic; font-size: 25px }
.sing span a { color: #000; text-decoration: none; }
.sing .white-box .small-header { padding: 10px; }
.sing .white-box { margin: 0 15px 0 0; padding: 0; width: auto; display: inline-block; background: #FFFFFF; border: 1px solid #DFDFDF; box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.179879); -webkit-box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.179879); -moz-box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.179879); -ms-box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.179879); border-radius: 12px }
.sing .white-box i { display: inline-block; }
.sing .white-box i img { width: auto; display: inline-block; }
.sing .white-box .name { display: inline-block; vertical-align: middle; }
.sing .white-box .name span { float: none; display: inline-block; vertical-align: middle; font-size: 12px; line-height: 14px; color: #959595; }
.sing .white-box ul li img { width: auto; padding-right: 5px }
.sing .white-box ul { padding: 10px; margin: 0; }
.sing .white-box ul li { display: inline-block; list-style-type: none; padding-right: 12px }
.sing .white-box ul li:last-child { padding-right: 0 }
.sing .white-box ul li span { font-size: 14px; line-height: 18px; display: inline-block; vertical-align: middle; font-family: 'Avenir-Next-Medium'; float: none;  }

/* sponsers */
.sponser { background: #f5f5f5; padding: 100px 0 }
.sponser h2 { padding-bottom: 60px }
.sponser ul { padding: 0; margin: 0; }
.sponser ul li { list-style-type: none; display: inline-block; padding-right: 75px }
.sponser ul li:last-child { padding-right: 0 }
.sponser a { display: inline-block; }
.sponser .owl-carousel.owl-drag .owl-item { text-align: center; }

/* footer */
footer { background: #0E0230; padding-top: 30px; }
footer a { display: inline-block; }
footer ul { text-align: right; padding: 0; margin: 0 }
footer ul li, footer ul li:hover { text-decoration: none; color: #fff; list-style-type: none; padding-bottom: 15px }
footer ul li a, footer ul li a:hover { color: #fff; text-decoration: none; }
footer ul li a { padding: 0 10px; font-size: 16px }
footer ul.social li a { width: 42px; height: 42px; border-radius: 100%; border: 1px solid #FFFFFF; line-height: 39px; text-align: center; }
footer ul.social li { display: inline-block; margin-right: 10px; }
footer ul.social li a img { width: auto; }
footer ul.links { padding-bottom: 15px }
footer ul.social li:last-child { margin-right: 0 }
footer .row { border-bottom: 0.5px solid #564e6e; padding-bottom: 30px; margin: 0; }
footer span { color: #fff; font-size: 12px; text-align: center; display: block; padding: 20px 0; }
footer .logo { display: inline-block; vertical-align: top; float: left; padding: 0; }
footer .links { display: inline-block; float: right; padding: 0; top: 20px }
footer ul li a:focus{ text-decoration: none;color: #fff }
footer ul li a:hover{ color:#FFF455 }



/* upload-01 */

/* tabs*/
.upload-data .r-tabs .r-tabs-nav { margin: 0; padding: 0; }
.upload-data .r-tabs .r-tabs-tab { display: inline-block; margin: 0; list-style: none; }
.upload-data .r-tabs .r-tabs-panel { display: none; }
.upload-data .r-tabs .r-tabs-accordion-title { display: none; }
.upload-data .r-tabs .r-tabs-panel.r-tabs-state-active { display: block; }

.upload-data .r-tabs-accordion-title a{ display: block; padding: 20px 0; margin: 20px 0; text-align: center; border:2px solid #C63C52; background:#fff; font-size: 16px; line-height: 20px; font-family: 'AvenirNext-DemiBold'; color:#C63C52; text-decoration: none; pointer-events: none; }
.upload-data .r-tabs-accordion-title a:hover{ text-decoration: none; }
.upload-data .r-tabs-accordion-title.r-tabs-state-active a{ background:#C63C52; border:2px solid #fff; color: #fff; text-decoration: none }
.upload-data .r-tabs-accordion-title { display: none; }

.upload-data ul.tabs li a{ cursor: pointer; background: #E2E2E2; ;position: relative;display: inline-block; text-align: center; padding: 10px 0 10px 10px; width: 170px; font-family: 'AvenirNext-DemiBold'; font-size: 22px; line-height: 20px; color: #808080; text-decoration: none;  }
.upload-data ul.tabs li a:before{ transition: all 0.2s; -webkit-transition: all 0.2s; -ms-transition: all 0.2s; -moz-transition: all 0.2s; content: ''; position: absolute; right: -20px; bottom: 0; width: 0; height: 0; border-left: 20px solid #E2E2E2; border-top: 20px solid transparent; border-bottom: 20px solid transparent; }
.upload-data ul.tabs li a:after { transition: all 0.2s; -webkit-transition: all 0.2s; -ms-transition: all 0.2s; -moz-transition: all 0.2s; content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 0; border-left: 20px solid #fff; border-top: 20px solid transparent; border-bottom: 20px solid transparent;}
.upload-data ul.tabs li.r-tabs-state-active a:before{ border-left: 20px solid #C63C52 }
.upload-data ul.tabs li.r-tabs-state-active a{ background:#C63C52; color: #fff; text-decoration: none; }

.upload-data ul.tabs li{ display: inline-block; text-decoration: none; pointer-events: none; }
.upload-data ul.tabs li:first-child a:after,.upload-data ul.tabs li:last-child a:before{ content: none; } 
.upload-data ul.tabs li{ margin-right: 20px }
.upload-data ul.tabs li:last-child{ margin-right: 0 }
.upload-data .r-tabs-state-default{ display: none; }
.upload-data ul.tabs li.current{ pointer-events: visible; }

.upload header, .profile header { background: linear-gradient(177.8deg, #0D0346 27.87%, #270C4F 71.83%); position: relative; }

.upload-data .content-box,.profile .content-box  { text-align: center; border:1px solid #DEDEDE; padding: 70px 210px; border-radius: 12px; margin-bottom: 60px }
.upload-data .content-box .circle { background: #fff; border: 3px solid #C63C52; width: 110px; height: 110px; display: block; margin:0 auto;  border-radius: 100%; padding: 20px 32px; }
.upload-data .content-box p{ padding: 30px 0 50px 0; color: #9F9F9F }
.upload-data .content-box span.song-upload{ padding-top: 30px; display: block; }
.upload-data .content-box i{ display: inline-block; vertical-align: middle; }
.upload-data .content-box em{ display: inline-block; vertical-align: middle;  font-size: 18px; line-height: 25px; font-family: 'Avenir-Next-Medium'; padding-left: 5px }

.upload-data ul.tabs { padding: 50px 0; margin:0; }
.upload-data h3{ padding-bottom: 50px; text-align: center; }
.upload-data h4{ padding-bottom: 70px; font-family: 'AvenirNext-DemiBold' }

.upload-data a{ display: inline-block; }
.upload-data input{ border: 1px solid #CECECE; width: 100%; padding: 10px 20px; margin-bottom: 35px; border-radius: 6px; color: #000; font-size: 16px; line-height: 22px; }
.upload-data input.lastChild { margin-bottom: 0; }
.upload-data input::-webkit-input-placeholder,.upload-data input::-moz-input-placeholder{ color: #BABABA }
.upload-data input:-ms-input-placeholder{ color: #BABABA }
.upload-data input:focus,.upload-data textarea:focus{ outline: none; }

.upload-data .privacy{ cursor: pointer; display:block; padding: 40px 0 70px; text-align: left;  }

.upload-data .back-title{ position: relative; }
.upload-data .back-title a.back{ position: absolute; top: 3px }
.upload-data .album-art{ display: block; margin-top: 25px; margin-bottom: 50px }
.upload-data .album-art span{ float: left; font-size: 16px; line-height: 42px; color: #000}

/*.upload-data .audio::-webkit-file-upload-button { visibility: hidden; }
.upload-data .audio::before { content: url('../images/speaker.png'); display: inline-block; width: 80px; height: 80px; background: #CAD0D8; vertical-align: middle; padding: 15px 25px; }
*/
.upload-data .content-box .file-data{ text-align: left; display: block; border: 1px solid #CECECE; padding: 10px 20px; margin-bottom: 35px; border-radius: 6px;  }
.upload-data .content-box .file-data img{ display: inline-block; width: auto; }
.upload-data .content-box .file-data .file-info{ display: inline-block; vertical-align: middle; padding-left: 15px }
.upload-data .content-box .file-data .file-info span{ font-size: 24px; line-height: 28px; font-family: 'Avenir-Next-Medium'; display: block;  }
.upload-data .content-box .file-data .file-info em{ font-family: 'Avenir-Next-Regular'; font-size: 16px; color: #000; padding: 0; display: block; }

input[type='file'] { opacity: 0; display: none; }
.upload-data .album-art span#val{ display: none; }
.upload-data .album-art span#btn{ cursor: pointer; border:1px solid #C63C52; padding:10px 25px; font-family: 'Avenir-Next-Regular'; border-radius: 25px;  font-size: 16px; line-height: 20px; color: #C63C52 ; float: right; }


/* dropdown */
.wombat-select-native { border: 0 !important; clip: rect(0px, 0px, 0px, 0px) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; }
.wombat-select {font-size: 16px; line-height: 22px; box-sizing: border-box; border: 1px solid #CECECE; margin-bottom: 20px; border-radius: 6px; }
.wombat-select-value { padding: 10px 20px; cursor: pointer; border-radius: 2px; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; user-select: none; text-align: left; color: #000; }
.wombat-select-value:after { content: ''; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 10px solid #BABABA; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); border-radius: 12px; }
.wombat-select-dropdown { font-size: 16px; line-height: 22px; --padding-x:20px; --padding-y:10px; border-radius: 2px; background-color: #ffffff; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
.wombat-select-option { padding: var(--padding-y) var(--padding-x); border: 1px solid transparent; cursor: pointer; color: #000; }
.wombat-select-option:hover { background-color: #f3f3f3; }


.upload-data textarea{resize: none; margin-bottom: 50px; height: 169px;border: 1px solid #CECECE; width: 100%; padding: 10px 20px;  border-radius: 6px; color: #000; font-size: 16px; line-height: 31px;  }
textarea::-webkit-scrollbar,.upload-data .content-box.editing ul::-webkit-scrollbar {width: 7px;  }

/* Track */
textarea::-webkit-scrollbar-track,.upload-data .content-box.editing ul::-webkit-scrollbar-track {background: #fff;border:1px solid #dedede; height: 10px;  }
 
/* Handle */
textarea::-webkit-scrollbar-thumb,.content-box.editing ul::-webkit-scrollbar-thumb {background: #DEDEDE;}


.upload-data .content-box.editing h4{ padding-bottom: 50px }
.upload-data .content-box.editing span{ font-family: 'Avenir-Next-Regular'; font-size: 16px; line-height: 22px; color: #C63C52; padding-bottom: 35px; display: block; }
.upload-data .content-box.editing ul{ border: 1px solid #CECECE; border-radius: 6px; padding:10px 15px;margin: 0 0 50px 0; overflow-y: scroll; height: 191px }
.upload-data .content-box.editing ul.lyrics li{ cursor: pointer; position: relative; display: block; list-style: none; padding:13px; margin-bottom: 10px; border-radius: 5px }
.upload-data .content-box.editing ul.lyrics li span:before{ content: '+3'; border:1px solid #C63C52; color: #C63C52;  position: absolute; width: 25px; height: 25px; border-radius: 100px; font-family: 'AvenirNext-DemiBold'; left: 0; font-size: 12px }
.upload-data .content-box.editing ul.lyrics li span:after{ content: '-3'; border:1px solid #C63C52; color: #C63C52;  position: absolute; width: 25px; height: 25px; border-radius: 100px; font-family: 'AvenirNext-DemiBold'; right: 0; font-size: 12px }
.upload-data .content-box.editing ul.lyrics li span{ padding: 0; display: inline-block; line-height: 25px;color: #000; }
.upload-data .content-box.editing ul.lyrics li .row{ margin: 0 }
.upload-data .content-box.editing ul.lyrics li em{ text-align: left;  font-size: 16px; font-family: 'Avenir-Next-Regular'; padding: 0; line-height: 25px }
.upload-data .content-box.editing ul.lyrics li:first-child span:before,.upload-data .content-box.editing ul.lyrics li:first-child span:after{ display: none; }


.upload-data .content-box.editing ul.lyrics li.edit{ background: #DEDEDE }
.upload-data .content-box.editing ul.lyrics li.play{ background: #C63C52 }
.upload-data .content-box.editing ul.lyrics li.edit span, .upload-data .content-box.editing ul.lyrics li.edit em{ color: #C63C52; font-family: 'AvenirNext-DemiBold' }
.upload-data .content-box.editing ul.lyrics li.play span, .upload-data .content-box.editing ul.lyrics li.play em{ color: #fff; font-family: 'AvenirNext-DemiBold' }
.upload-data .content-box.editing ul.lyrics li.play span:before,.upload-data .content-box.editing ul.lyrics li.play span:after{ color: #fff; border:1px solid #fff; }


.upload-data .content-box.editing ul.lyrics li .icons{ padding: 0; text-align: right; }
.upload-data .content-box.editing ul.lyrics li:first-child .icons{ display: none; }


.slider { -webkit-appearance: none; width: 100%; height: 5px; background: #d3d3d3; outline: none; -webkit-transition: .2s; transition: opacity .2s; }
.slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 14px; height: 14px; background: #fff; cursor: pointer; border-radius: 100%; border: 2px solid #C63C52; box-shadow: 0px 0px 15px rgba(112, 112, 112, 0.35); -webkit-box-shadow: 0px 0px 15px rgba(112, 112, 112, 0.35); -moz-box-shadow: 0px 0px 15px rgba(112, 112, 112, 0.35); -ms-box-shadow: 0px 0px 15px rgba(112, 112, 112, 0.35); }
.slider::-moz-range-thumb { width: 14px; height: 14px; background: #fff; cursor: pointer; border-radius: 100%; border: 2px solid #C63C52; }

.upload-data .content-box.editing ul.lyrics.preview li{ text-align: left; font-size: 16px; line-height: 20px}
.upload-data .content-box.editing ul.lyrics.preview span{ padding-right: 15px }
.upload-data .content-box.editing ul.lyrics.preview span:before,.upload-data .content-box.editing ul.lyrics.preview span:after{ display: none; }
.upload-data .content-box.editing ul.lyrics.preview li.active{ background:#C63C52; transition: all 0.2s; -webkit-transition: all 0.2s; -ms-transition: all 0.2s; -moz-transition: all 0.2s;  }
.upload-data .content-box.editing ul.lyrics.preview li:hover{ transition: all 0.2s; -webkit-transition: all 0.2s; -ms-transition: all 0.2s; -moz-transition: all 0.2s;  }
.upload-data .content-box.editing ul.lyrics.preview li.active span,.upload-data .content-box.editing ul.lyrics.preview li.active em{ font-family: 'AvenirNext-DemiBold'; color: #fff }
.upload-data .content-box.editing.thanks a{ display: inline-block; }
.upload-data .content-box.editing.thanks img{ padding-bottom: 70px; width: auto; display: block; margin: 0 auto;}
.upload-data .content-box.editing.thanks em{ text-transform: uppercase; display: block;  font-style: italic; font-size: 20px; font-family: 'Avenir-Next-Bold'; line-height: 24px; color: #C63C52 }
.upload-data .content-box.editing.thanks span{ padding-bottom: 70px }
.upload-data .save-data{ display: none; }


.upload footer{ background:none; display: none; }
.upload footer .footer-data{ padding:15px 0; }
.upload footer .footer-data .song a{ display: inline-block; vertical-align: middle; }
.upload footer .footer-data .song .song-data{ padding-left: 20px; display: inline-block;vertical-align: middle; text-align: left; }
.upload footer .footer-data .song .song-data span{ font-family: 'AvenirNext-DemiBold'; font-size: 24px; line-height: 33px; color: #000; padding:0; }
.upload footer .footer-data .song .song-data em{ font-family: 'Avenir-Next-Regular'; font-size: 16px; line-height: 22px; color: #000 }
.upload footer ul li span{ display: inline-block; width: 1px; height: 72px; background:#D5D5D5; vertical-align: middle; margin:0 25px;}
.upload footer ul li label,.upload footer ul li .wombat-select{ display: inline-block; vertical-align: middle; }
.upload footer ul li label{ font-family: 'AvenirNext-DemiBold'; color: #C63C52; font-size: 14px; padding-right: 7px }
.upload footer ul li .wombat-select{ width: 160px; margin:0; font-size: 14px; line-height: 18px; font-family: 'Avenir-Next-Medium'}
.upload .wombat-select-dropdown{ font-size: 14px; line-height: 18px; height: 120px; overflow-y: scroll; }
.upload footer ul li img{ width: auto; }
.upload footer ul li input{ display: inline-block; vertical-align: middle;width: 150px; border-radius: 3px }
.upload footer .footer-data .volume ul li{padding:0; font-family: 'AvenirNext-DemiBold'; font-size: 18px; color: #000;display: inline-block; vertical-align: middle; }


/* Login page */
.form-details{ background: #fff; border: 1px solid #DEDEDE; border-radius: 12px; padding: 20px 100px; min-width: 685px; position: absolute; margin:0 auto;}
.form-details h3{ text-align: center; padding-bottom: 15px }
.form-details input{ -webkit-appearance:none; -moz-appearance:none; margin:0;  display: block; width: 100%; border: 1px solid #CECECE; padding: 10px 45px 10px 20px; border-radius: 6px; color: #000; font-size: 16px; line-height: 22px; }
.form-details input:focus{ outline: none; }
.form-details input::-webkit-input-placeholder, .form-details input::-moz-input-placeholder,.form-details input::-ms-input-placeholder{ color: #BABABA }
.form-details .btn-pink,.form-details .btn-pink:focus{ width: 100%; outline: none;  font-size: 16px; font-family: 'AvenirNext-DemiBold'; display: block; text-align: center; border-radius: 6px; margin-bottom: 15px }
.form-details .form-group{ position: relative; margin-bottom: 15px }
.form-details .input-icon{ position: absolute; right: 15px; top:0; color: #BABABA; font-size: 16px; line-height: 44px}
.form-details .input-icon a{ color: #BABABA }
.form-details .links{ margin-bottom: 10px }
.form-details .forgot{ float: right; text-decoration: none; color: #C63C52; font-family: 'AvenirNext-DemiBold'; font-size: 14px; line-height: 22px; font-style: italic; }
.form-details .form-group.lastchild{ margin-bottom: 20px }
.form-details  ul.login{ padding: 0; margin:0 0 15px 0 ; display: block; text-align: center;  }
.form-details .login li { display: inline-block; list-style-type: none; margin-right: 15px }
.form-details .login li:last-child{ margin-right: 0 }
.form-details .login li a{ display: inline-block; text-decoration: none; padding: 15px 78px; border:2px solid #C63C52; color: #C63C52;font-size: 16px; line-height: 20px; color: #C63C52; font-family: 'AvenirNext-DemiBold'; border-radius: 6px }
.form-details .login li.active a{ background:#C63C52; color: #fff; border:2px solid #C63C52; }
.form-details .social-button a{ display: inline-block; text-align: center; margin-right: 22px }
.form-details .social-button{ margin-bottom: 15px }
.form-details span.login-link{ margin-bottom: 10px; text-align: center; font-size: 16px; line-height: 20px; color: #333; font-family: 'AvenirNext-DemiBold'; display: block; }
.form-details span.login-link:last-child{ margin-bottom: 0 }
.form-details .phone ul{ margin:0 0 15px; padding:0; text-align: center; }
.form-details .phone ul li{ display: inline-block; margin-right: 30px }
.form-details .phone ul li input{ width: 45px; height: 45px; border:1px solid #CECECE; border-radius: 6px; padding:15px; text-align: center; }
.form-details h4{ color: #C63C52; padding-bottom: 20px }
.form-details .phone .resend{ text-align: right; display: block; color: #C63C52; font-family: 'AvenirNext-DemiBold'; font-size: 14px; line-height: 18px; margin-bottom: 25px; text-decoration: underline; }
.form-details .social-button a:last-child, .form-details .phone ul li:last-child { margin:0; }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button{ display: none; }

/* Sign Up*/
.form-details.signup-form .custom-checkbox{ float: none; margin-bottom: 25px; display: block; position: relative; }
.form-details.signup-form .custom-checkbox a{ display: inline-block; font-style: italic; color: #C63C52; font-family: 'AvenirNext-DemiBold'; text-decoration: none; cursor: pointer;}
.form-details span.login-link a{ color: #C63C52; font-style: italic; text-decoration: none; }

/* custom checkbox */
.custom-checkbox { position: relative; display: inline-block; line-height: 20px; cursor: pointer; padding: 0; margin: 0; font-weight: normal; }
.custom-checkbox span { display: block; margin-left: 13px; padding-left: 7px; text-align: left; font-size: 16px; line-height: 20px; font-family: 'Avenir-Next-Regular'; color: #9f9f9f; }
.custom-checkbox span::before { content: ""; display: block; position: absolute; width: 13px; height: 13px; top: 3px; left: 0; border-radius: 2px; background: #fff; border: 1px solid #CECECE; }
.custom-checkbox span::after { display: block; position: absolute; width: 13px; height: 13px; top: 3px; left: 0; font-size: 18px; line-height: 13px; border-radius: 2px; text-align: center; }
.custom-checkbox input[type="checkbox"] { opacity: 0; z-index: -1; position: absolute; width: auto; }
.custom-checkbox input[type="checkbox"]:checked + span::after { font-family: "FontAwesome"; content: "\f00c"; background: #C63C52; color: #fff; font-size: 10px; }


/* profile */
.profile{ background: #f6f6f6 }
.profile .myprofile{ padding: 50px 0; }
.profile .left-menu{ background: #fff; padding: 30px 25px;  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);  }
.profile .left-menu a{ display: block; width: 100px; height: 100px; border-radius: 100%; margin:0 auto; background: #ccc; margin-bottom: 15px;box-shadow: 0px 3px 8px #ccc; -webkit-box-shadow: 0px 3px 8px #ccc; -moz-box-shadow: 0px 3px 8px #ccc; -ms-box-shadow: 0px 3px 8px #ccc; }
.profile .left-menu a img{ border-radius: 100% }
.profile .left-menu .profile-name{ display: block; text-align: center; padding-bottom: 5px }
.profile .left-menu .profile-name h4{ color: #C63C52; display: inline-block; vertical-align: middle; }
.profile .left-menu .profile-name i{ display: inline-block; vertical-align: middle; }
.profile .left-menu em{ margin-bottom: 30px; text-align: center; color: #333; display: block; font-style: italic; font-size: 14px; line-height: 18px; font-family: 'Avenir-Next-Regular'; }
.profile .left-menu ul{ padding: 0 0 15px; margin:0 0 20px; text-align: center; border-bottom: 1px solid #D5D5D5 }
.profile .left-menu ul li{ list-style-type: none; text-align: center; display: inline-block; padding-right: 20px; color: #333; font-family: 'AvenirNext-DemiBold'; font-size: 14px; line-height: 18px }
.profile .left-menu ul li:last-child{ padding-right: 0 }
.profile .left-menu ul li span{ display: block; font-family: 'Avenir-Next-Regular'; font-size: 12px; line-height: 16px }
.profile .left-menu ul:last-child{ border:none; padding: 0; margin:0; }

.personal-info table{ width: 100%; border:1px solid #CECECE; background:#fff; border-radius: 6px; margin-bottom: 15px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);  }
.personal-info table th{ padding: 15px; font-size: 16px; font-family: 'AvenirNext-DemiBold' }
.personal-info table th img{ width: auto; }
.personal-info table th:nth-child(2){ text-align: right; }
.personal-info table tr:first-child{ background: #f2f2f2 }
.personal-info table tr td{ padding: 20px 15px }
.personal-info table tr td label{ display: block; color: #777 }
.personal-info table tr td input{ color: #000; font-size: 16px; line-height: 22px; width: 100%; border-bottom: 1px solid #CECECE; border-left: 0; border-right: 0; border-top: 0; background: transparent; }
.personal-info table tr td input:focus{ outline: none; }
.personal-info table:last-child{ margin-bottom: 0 }

/*.profile .left-menu h5{ color: #C63C52; text-align: center; }
.profile .left-menu .v-menu{ padding: 0 50px }
.profile .left-menu .v-menu li{ list-style-type: none;}
.profile .left-menu .v-menu li a{ color: #333; text-decoration: none; font-size: 16px; line-height: 20px; padding-bottom: 30px; display: block; }
.profile .left-menu .v-menu li.active >a{ color: #C63C52; font-family: 'AvenirNext-DemiBold' }
.profile .left-menu .v-menu li>ul li:last-child{ padding-bottom: 0 }
.profile .left-menu .v-menu li>ul{ padding: 0 15px; }
.profile .left-menu .v-menu li>ul li a{ font-size: 14px; line-height: 18px }
.profile .left-menu .v-menu > li > a{ font-family: 'AvenirNext-DemiBold'; color: #000 }*/


/* songs */
.songs .small-banner{ position: relative; }
.songs a.liked.active{ color: #C63C52 }
.songs a.liked{ color: #959595 }
.songs .small-banner .filter-data{ position: absolute; bottom: 30px; padding: 0 }
.songs .small-banner .filter-data li{ display: inline-block; padding-right: 20px}
.songs .small-banner .filter-data li.active a{ font-weight: 700; background: #FCE500 }
.songs .small-banner .filter-data li a{ padding: 10px 25px; background: #fff; text-decoration: none; border-radius: 100px; font-size: 22px; line-height: 26px; color: #E32052; font-family: 'Avenir-Next-Medium' }


.songs h3{ padding: 50px 0; text-align: center; }
.songs .video{ margin-bottom: 50px; display: block; }
.songs .video .row-data{ cursor: pointer; width: 47.6%; display: inline-block; margin-right: 50px; margin-bottom: 50px; box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.1799); -webkit-box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.1799); -moz-box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.1799); -ms-box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.1799); border-radius: 12px }
.songs .video .first-row,.songs .video .second-row,.songs .video .third-row{ display: block; }
.songs .video .first-row, .songs .video .second-row{ margin-bottom: 50px }
.songs .video .video-banner{ position: relative; display: block; }
.songs .video .video-banner .video-img{ display: block; }
.songs .video .video-banner .video-img img{ border-top-left-radius: 12px; border-top-right-radius: 12px }
.songs .video .video-banner:nth-child(even){ margin-right: 0 }
.songs .video .video-banner .play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.songs .video .video-banner .play a{ display: inline-block; }
.songs .video .video-banner .duration{ position: absolute; bottom: 20px; right: 20px; background: #FCE500; padding:5px 15px; border-radius: 4px; color: #000; font-family: 'AvenirNext-DemiBold' }
.songs .video .video-banner .video-data{ background: #fff; border-radius: 6px }

.songs .video .video-data{ padding:20px;  }
.songs .video .video-data span{ display: block; text-align: left; padding-bottom: 20px; font-size: 32px; line-height: 36px; color: #000; font-family: 'Avenir-Next-Bold' }
.songs .video .video-data .data span{ display: inline-block; padding:0;  vertical-align: middle; line-height: 19px }
.songs .video .video-data .data{  padding-bottom: 20px }
.songs .video .video-data .profile-name, .songs .video .video-data .like{ display: inline-block; }
.songs .video .video-data .profile-name{ float: left; }
.songs .video .video-data .profile-name span{ padding-right: 10px }
.songs .video .video-data .profile-name a, .songs .video .video-data .like a{ text-decoration: none; display: inline-block; } 
.songs .video .video-data .profile-name em{ font-size: 15px; line-height: 20px; font-family: 'Avenir-Next-Medium'; color: #000; vertical-align: middle; }
.songs .video .video-data .like em{ font-size: 15px; line-height: 19px; font-family: 'AvenirNext-DemiBold'; color: #959595; vertical-align: middle; }
.songs .video .video-data .like{ float: right; line-height: 46px }
.songs .video .video-data .btn-pink{ padding:10px 20px; font-size: 13px; line-height: 18px; text-transform: uppercase;}


/* song-details */
.songs.songs-detail .video .row-data.details{ margin:0; width: 100%; display: inline-block; }
.songs.songs-detail .video .row-data.details .video-banner .video-img img{ border-top-right-radius: 0; border-bottom-left-radius: 12px }
.songs.songs-detail .video .row-data.details .video-data,.songs.songs-detail .video .row-data.details .video-banner{ display: inline-block;  width: 49.8%; vertical-align: top;  }
.songs.songs-detail .video .row-data.details .video-data .sub-title{ font-size: 18px; line-height: 22px; font-family: 'Avenir-Next-Regular' }
.songs.songs-detail .video .row-data.details .video-data .video-detail{ padding-bottom: 15px; border-bottom: 1px solid #DEDEDE }
.songs.songs-detail .video .row-data.details .video-data .download em{ display: block; padding-top: 20px; padding-bottom: 20px }
.songs.songs-detail .video .row-data.details .video-data .download a{ display: inline-block; width: 160px; padding-right: 15px }
.songs.songs-detail .video .row-data.details .video-data .download a:last-child{ padding-right: 0 }
.songs.songs-detail .video .row-data.details .video-banner .video-img video{ display: none; }

.songs.songs-detail .video{ margin-bottom: 50px; margin-top: 50px }
/*.songs.songs-detail .video .video-banner .play a:hover{ transform: scale(1.2) }
*/.songs.songs-detail .video .video-banner video{ width: 100%; height: 100%; outline: none; border-top-left-radius: 12px; border-bottom-left-radius: 12px }
.songs.songs-detail .video .video-banner video{ animation-delay: 2s; transition: all 0.2s }

.songs.songs-detail .comment{ background: #f6f6f6; padding: 50px 0 }
.songs.songs-detail .comment h4{ text-align: left; padding-bottom: 20px }
.songs.songs-detail .comment h4 span{ color: #C63C52; }

.songs.songs-detail .comment form span{ display: inline-block; vertical-align: top; margin-right: 10px }
.songs.songs-detail .comment form textarea{ outline: none; display: inline-block; resize: none; margin-bottom: 20px; height: 80px;border: 1px solid #CECECE; width: 92%; padding: 10px 20px;  border-radius: 6px; color: #000; font-size: 16px; line-height: 31px; float: right;  }
.songs.songs-detail .comment form .btn-pink{ float: right; padding: 10px 40px }
.songs.songs-detail .comment form{ border-bottom: 1px solid #DEDEDE; padding-bottom: 20px }

.songs.songs-detail .comment .previous-comment{ padding:0; margin:0; }
.songs.songs-detail .comment .previous-comment li{ list-style-type: none; padding-bottom: 20px; padding-top: 20px; border-bottom: 1px solid #dedede }
/*.songs.songs-detail .comment .previous-comment li:last-child{ border-bottom: 0 }
*/
.songs.songs-detail .comment .previous-comment li .image{ display: inline-block; vertical-align: middle; padding-right: 15px }
.songs.songs-detail .comment .previous-comment li .image a{ display: inline-block; }
.songs.songs-detail .comment .previous-comment li .comment-data{ display: inline-block; }
.songs.songs-detail .comment .previous-comment li .comment-data a{ text-decoration: none; display: inline-block; vertical-align: middle; }
.songs.songs-detail .comment .previous-comment li .comment-data em{ vertical-align: middle; font-size: 16px; line-height: 20px; color: #959595; padding-left: 10px; font-family: 'Avenir-Next-Regular' }
.songs.songs-detail .comment .previous-comment li .comment-data span{ font-size: 18px; line-height: 22px; color: #000; font-family: 'AvenirNext-DemiBold'; display: inline-block; }
.songs.songs-detail .comment .previous-comment li .heart{  display: inline-block; vertical-align: middle; text-align: right; float: right; line-height: 46px }

.songs.songs-detail .comment .previous-comment li a{ display: inline-block; text-decoration: none; }
.songs.songs-detail .comment .previous-comment li a.replay{ padding-left: 61px; font-size: 14px; line-height: 18px; color: #C63C52; font-family: 'AvenirNext-DemiBold' }
.songs.songs-detail .comment .previous-comment li a.liked span{ color: #959595; font-family: 'AvenirNext-DemiBold'; font-size: 16px; line-height: 20px; display: inline-block; vertical-align: middle; }
.songs.songs-detail .comment .previous-comment li p{ text-align: left; padding-left: 61px; padding-bottom: 10px }

.songs.songs-detail .comment .like-video{ padding: 0; display: inline-block; margin:0; }
.songs.songs-detail .comment .like-video li{ list-style-type: none; cursor: pointer; padding-bottom: 15px } 
.songs.songs-detail .comment .like-video li:last-child{ padding:0; }
.songs.songs-detail .comment .like-video li .row{ margin:0; }
.songs.songs-detail .comment .like-video .like-video-img{ padding:0 10px 0 0; }
.songs.songs-detail .comment .like-video .like-video-img a{ display: inline-block; text-decoration: none; }
.songs.songs-detail .comment .like-video .like-video-img a img{ border-radius: 12px }
.songs.songs-detail .comment .like-video .like-video-data{ padding:0; }
.songs.songs-detail .comment .like-video .like-video-data .info{ display: inline-block; text-decoration: none; }
.songs.songs-detail .comment .like-video .like-video-data .info span:first-child{ padding-bottom: 5px; display: block; font-size: 16px; line-height: 20px; color: #000; font-family: 'AvenirNext-DemiBold' }
.songs.songs-detail .comment .like-video .like-video-data .info span:last-child{ display: block; font-family: 'Avenir-Next-Medium'; font-size: 14px; line-height: 18px; color: #959595 }
.songs.songs-detail .comment .like-video .like-video-data .info span em{ display: inline-block; padding-left: 5px }
.songs.songs-detail .comment .like-video .like-video-data .info em{ color: #959595; display: block; font-family: 'Avenir-Next-Medium'; font-size: 14px; line-height: 18px; padding-bottom: 5px }



/* play animation */
.songs .video .video-banner .play a::after { content: ""; position: absolute; left: 50%; top: 50%; -webkit-transform: translateX(-40%) translateY(-50%); transform: translateX(-40%) translateY(-50%); transform-origin: center center; width: 0; height: 0; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 25px solid transparent; z-index: 100; -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }

/* pulse wave */
.songs .video .video-banner .play a:before { content: ""; position: absolute; width: 150%; height: 150%; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation: pulsate1 2s; animation: pulsate1 2s; -webkit-animation-direction: forwards; animation-direction: forwards; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: steps; animation-timing-function: steps; opacity: 1; border-radius: 50%; border: 5px solid rgba(255, 255, 255, .75); top: -25%; left: -25%; background: rgba(198, 16, 0, 0); }

@-webkit-keyframes pulsate1 {
	0% { -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 1; box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75); }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0; box-shadow: none; }
}
@keyframes pulsate1 {
	0% { -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 1; box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75); }
	100% { -webkit-transform: scale(1, 1); transform: scale(1); opacity: 0; box-shadow: none; }
}


 /* drag and drop */
.file-drop-area { position: relative; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; padding: 25px; border: 2px dashed #C63C52; border-radius: 3px; -webkit-transition: 0.2s; transition: 0.2s; }
.file-drop-area.is-active { background-color: #fff; }
.file-drop-area .fake-btn { flex-shrink: 0; background-color: #f2f2f2; border: 1px solid #ddd; border-radius: 3px; padding: 8px 15px; margin-right: 10px; font-size: 12px; text-transform: uppercase; }
.file-drop-area .file-msg { overflow: hidden; text-overflow: ellipsis; }
.file-drop-area .file-input { position: absolute; left: 0; top: 0; height: 100%; width: 100%; cursor: pointer; opacity: 0; }
.file-drop-area .file-input:focus { outline: none; }

#tab-2 button[disabled]{ opacity: 0.5 }



header {
    top: 0;
}

.news-feed {
    padding: 100px 0 100px;
    border: solid 1px #ddd;
    margin: 125px 0 0;
}

.news-feed .news-feed-video {
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.news-feed-video video {
    width: 100%;
}

.news-feed .news-feed-comment {
    padding: 8px 15px;
    background: #ffedf0;
    border-radius: 10px;
    margin: 30px 0 0;
}
.news-feed .news-feed-comment-card {
    border: solid 1px #ddd;
    padding: 15px;
    margin-top: 30px;
    min-height: 110px;
    border-radius: 10px;
}
.news-feed .news-feed-comment ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-feed .news-feed-comment ul li {
    display: inline-block;
    min-width: 110px;
}

.news-feed .news-feed-comment ul li h3 {
    font-size: 16px;
    color: #666;
}
.news-feed .news-feed-comment ul li h3 span {
    display: inline-block;
    margin-left: 5px;
    font-family: 'Avenir-Next-Regular';
}
.user-details {
    margin: 30px 0 0;
}

.user-details .user-icon {
    width: 80px;
    height: 80px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.user-details .user-text {
    overflow: hidden;
    padding-top: 5px;
}

.user-details .user-text h3 {
    font-size: 26px;
    line-height: 42px;
    color: #C63C52;
    font-family: 'Avenir-Next-Bold';
    margin: 0;
    padding: 0;
}
.user-details .user-text a {
    font-size: 17px;
    color: #c63c52;
    text-decoration: none;
}


.news-feed-comment-card .user-details {
    margin: 0 0 30px;
    padding-top: 0;
    clear: both;
    border-bottom: solid 1px #ddd;
    min-height: 110px;
}

.news-feed-comment-card .user-details .user-icon {
    width: 80px;
    height: 80px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.news-feed-comment-card .user-details .user-text {
    overflow: hidden;
    padding-top: 8px;
    position: relative;
}

.news-feed-comment-card .user-details .user-text h3 {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-family: 'Avenir-Next-Bold';
    margin: 0;
    padding: 0;
}
.news-feed-comment-card .user-details .user-text a {
    font-size: 17px;
    color: #000;
    text-decoration: none;
    margin: 0;
}
.news-feed-comment-card .user-details .user-text span {
    font-size: 20px;
    color: #666;
    font-weight: 600;
    margin-top: 8px;
    display: inline-block;
}

.news-feed-comment-card .user-details .user-text span i.fa {
    font-size: 17px;
    margin-right: 5px;
}

.news-feed-comment-card .user-details .user-text .liked {
    position: absolute;
    top: 20px;
    right: 0;
}

.news-feed-comment-card .user-details .user-text span i.fa {
    font-size: 22px;
    margin-left: 5px;
}
.news-feed-comment-card .user-details:last-child {
    margin: 0;
    border: 0;
    padding-bottom: 0;
}
.news-feed-input {
    position: relative;
    margin-top: 30px;
}

.news-feed-input .form-control {
    background: #F5F5F5;
    border: 1px solid #C0C0C0;
    border-radius: 30px;
    height: 60px;
    padding: 12px 25px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}

.news-feed-input button.btn-submit {
    background: transparent;
    border: none;
    font-size: 23px;
    font-weight: bold;
    position: absolute;
    top: 18px;
    right: 23px;
    line-height: 26px;
    color: #C63C52;
    font-family: 'Avenir-Next-Bold';
    margin: 0;
    padding: 0;
}
.news-feed .news-feed-video span.globe {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    background: #0000004d;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    color: #fff;
    left: 20px;
    font-size: 17px;
}

.news-feed .news-feed-video span.rating {
    width: 70px;
    height: 30px;
    position: absolute;
    top: 20px;
    background: #0000004d;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    color: #fff;
    right: 20px;
    font-size: 17px;
}

.news-feed .news-feed-video span.audio {
    position: absolute;
    top: 18px;
    width: 14%;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    color: #fff;
    right: 20px;
    font-size: 17px;
}

.news-feed .news-feed-video span.rating i {
    margin-right: 3px;
    color: #db254d;
}
.news-feed-comment-card a {
    color: #666;
    font-size: 17px;
    margin-bottom: 15px;
    display: inline-block;
    text-decoration: none;
}

.news-feed-comment-card .user-details .user-text h3 span {
    color: #666;
    margin: 0;
    font-family: 'Avenir-Next-Regular';
}


.play-store .modal-content {
    border: none;
    box-shadow: none;
}

.play-store .modal-content .modal-body {
    padding: 40px 30px;
    position: relative;
}

.play-store .modal-content .modal-body .close {
    width: 35px;
    height: 35px;
    background: #c63c52;
    opacity: 1;
    border-radius: 100px;
    text-shadow: none;
    color: #fff;
    position: absolute;
    right: -15px;
    top: -17px;
    font-size: 22px;
    line-height: 35px;
}

.play-store .modal-content .modal-body p {
    font-size: 20px;
    margin: 0 0 30px;
}

.play-store .modal-content .modal-body a {
    display: inline-block;
    margin: 0 5px;
}

.play-store .modal-content .modal-body a img {
    width: 160px;
}
.play-store .modal-content .modal-body .store-img {
    text-align: center;
}

.play-store .modal-content .modal-body button.btn.btn-default {
    display: none;
}

.play-store {
    width: 500px;
}
.play-store .modal-content .modal-body img.logo {
    width: 200px;
    margin: 0 auto 10px;
    display: block;
}

  
#lyricer {
    font-size: 2rem;
      overflow: hidden;
}

#lyricer ul {
    list-style-type: none;
    padding: 5px;
}

#lyricer ul li {
    overflow: auto;
}