#navbar{display: inline-table;
    padding: 0px;
    background-color: #01312b;
    color: #ffffff;
}

#sb{width: 32px;
    margin-right: 32px;}
#navbar_top{
    padding: 0px;
}

#navbar_top img{
    float: left;
}
#navbar_top div{
    float: right;
}

#navbar_list{
    background-color: #33393b;
}

#navbar_list li{
    width: 25%;
}
#footer_top{
    background-color: #323232;
    padding-top: 15px;
    padding-bottom: 15px;
}
#footer_top_left_header{
    color: #ffa500;
    font-size: 16px;
    font-weight: bold;
}

#footer_top_right_header{
    color: #ffa500;
    font-size: 16px;
    font-weight: bold;
}

#footer_bottom{
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#main_page{
    padding: 0px;
    background-color: #ffffff;
}
#main_page_top{

}
#main_page_top_header{

    text-align: center;
    font-size: 20px;
    color: #900000;
    margin-top: 10px;
}
#main_page_top_ethicet{
    margin-top: 15px;
}
#main_page_top_smedia{
    margin-top: 15px;
    text-align: center;
}
#main_page_middle{
    padding: 0px;
}
.main_page_category_div{
    background-color: #192d2a;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    color: #ffffff;
    margin-top: 15px;
}
.main_page_category_music{
    padding: 5px; 
}

.main_page_category_music_box{
    border-bottom: 1px solid #d8d1d1;
    padding-bottom: 7px;
}
.main_page_category_music_img{
    float: left;
}
.main_page_category_music_txt{
    float: left;
    padding-left: 10px;
}
#album_page{
    padding: 0px;
    background-color: #ffffff
}
#album_page_navigator{
    margin-top: 15px;
    font-size: 16px;
}
.album_page_b_p{
    margin-top: 15px;
    border-bottom: 1px solid #ebe6e9;
}
.album_page_content{
    margin-top: 15px;
}
.album_page_mpl{
    padding: 0px;
    padding-left: 0px;
    margin-top: 15px;
}
#category_content{
    padding: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.form-container{
    border-radius:10px;
    padding:20px;
    box-shadow: 0px 0px 10px 0px;
}
.categorymenu{
font-size:16px; 
font-weight:700; 
margin:4px; 
font-family:Arial, Helvetica, sans-serif; 
display:inline; 
vertical-align:middle;
color:#192d2a;
}
.categorymenu:hover{
color:#566c67;
}
.downloaddiv{
padding:15px 15px 0;
padding-bottom: 40px;
}
downloaddiv{
padding:15px 15px 0
}
.downloaddiv
.dbutt{
background:linear-gradient(#555,#333);
padding:7px 8px;
margin-bottom:10px;
display:inline-block;
font-size:15px;
text-decoration:none!important;
color:#fff;
font-weight:400;
border-radius:3px;
transition:all .7s ease
}
.downloaddiv .dbutt.server1{
background:linear-gradient(#f44336,#f44336)
}
.downloaddiv .dbutt:hover{
background:linear-gradient(#444,#444)
}
.dbutton {
    display      : inline-block;
    background   : linear-gradient(#010d11, #054b55);
    color        : #fff;
    font-size    : 16px;
    border-radius: 28px;
    padding      : 10px 15px;
    margin       : 10px;
    cursor       : pointer;
    transition   : all 0.1s linear;
}
.dbutton:before {
    content    : '\1F4E5';
    color      : #ffffff;
    font-size  : 18px;
    font-weight: bolder;
    margin     : 0 5px;
}

.dbutton:hover {
    box-shadow     : 15px 15px 20px rgba(0, 0, 0, 0.4);
    transform      : scale(1.05);
    border-radius  : 27px;
    cursor         : pointer;
    text-decoration: none;
    color          : white;
}
@media(min-width:768px){
.dbutton{
margin-bottom:0;margin-right:15px
}}
.button-more {
            color: white;
            border-radius: 4px;
            text-shadow: 0 1px 1px rgba(66, 184, 221, 0.2);
			background-color:#003333;
			padding-top: 5px;
			padding-bottom: 5px;
			padding-left:5px;
			padding-left:20px;
			padding-right:20px;
}
audio { margin: 0;padding: 6px;border: 0;font-size: 100%;vertical-align: baseline;}
audio{max-width:268px; width:90%; -webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;-o-transition:all 0.5s linear;transition:all 0.5s linear;-moz-box-shadow: 2px 2px 4px 0px #b3b3b3;-webkit-box-shadow: 2px 2px 4px 0px #b3b3b3;box-shadow: 2px 2px 4px 0px #b3b3b3;-moz-border-radius:27px;-webkit-border-radius:27px;border-radius:27px;outline: 0;}
#sharebuttons
{ display: flex; 
justify-content: center;
padding-top: 4px;
padding-bottom: 4px;
}
#share1, #share2, #share3, #share4
{
padding-right:10px;
}
nav {
    display: flex;
    width: 100%;
    background: #192d2a;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
}
nav a {
    width: 33.33%;
    background: #192d2a;
    text-align: center;
    color: #fefefe;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #9a9a9a;
    border-left: 0;
    border-bottom: 0;
    border-right: 1;
    text-decoration: none;
    box-sizing: border-box;
    float: left
}
nav a:hover {
    color: #fefefe;
}
div.clickablebox {
    padding-top: 8px;
}
div.clickablebox:hover {
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.45);
    cursor: pointer;
}
.up{
		text-transform:uppercase;
		padding:9px;
	}
@media only screen and (max-width: 500px) {
	.quick_links a {
		width: 50%;
    }
    nav {
        display: inline;
    }
    div.clickablebox.even {
        background: #F5F5F5;
    } 
    div.clickablebox {
        border: 1px solid #EFEBEB;
        padding-bottom: 7px;
        border-radius: 4px;
    }
}
	.headmenu {
    display: inline-table;
    width: 100%;
    background: #192d2a;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
	text-align: center;
	}
	.headmenu a {
    background: #192d2a;
    text-align: center;
    color: #ffffff;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #666;
    text-decoration: none;
    box-sizing: border-box;
	}

.headmenu ul {   margin: auto;justify-content: center;
  display: flex; }

.headmenu ul li{  display: inline; }

.headmenu a:hover { color: #ffffff; } 

.quick_links {
    width: 100%;
}

.quick_links a {
   background: #000000;
   color: #ffffff;
   vertical-align: middle;
   border: 1px solid #666;
   padding-top:10px;
   padding-bottom:10px;
   padding-right:30px;
   padding-left:30px;
   font-weight: bold;
   text-align:center;
   display: inline-block;
   border: 1px solid #333333;
}

.username {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
}

.username:hover {
    text-decoration: underline;
    cursor: pointer;
}

.alogin {
    color: #fff;
	font-weight:bold;
}

.alogin:hover {
    color:#00CCFF;
}

.caret {
    border-top: 10px dashed;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.headertext{
    text-align: left;
}
@media screen and (min-width: 48em){
    .headertext{
        text-align: center;
    }
}

@media only screen and (max-width: 500px) {
	 .quick_links a {
		width: 50%;
	}
}

.homeicon {
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    float: left;
}

.homeicon:hover {
    color: #f0f0f0;
}

.dropdown-menu>li>a {
    padding: 10px 20px; 
}
.navbar {
    display      : inline-block;
    background   : linear-gradient(#010d11, #054b55);
    color        : #e8e8e8;
    font-size    : 16px;
    cursor       : pointer;
    transition   : all 0.1s linear;
}
.navbar:before {
    color      : #ffffff;
    font-size  : 16px;
}

.navbar:hover {
    box-shadow     : 15px 15px 20px rgba(0, 0, 0, 0.4);
    transform      : scale(1.05);
    cursor         : pointer;
    text-decoration: none;
    color          : white;
}
.footer-distributed .footer-4th{
text-align:center;
width:25%;
float:left;
min-width:225px;
margin-top:10px;
margin-bottom:02px;
line-height:2.5;
font-weight:700;
}
.footer-4th>a{
position:relative;
color:#00505F;
font-size:12px;
display:inline-block
}
.relatedfiles{
font-weight:700;
color:#040E01;
text-decoration:none;
}
.relatedfiles a{
font-weight:700;
color:#000000;
text-decoration:none;
}
.homeicon{
 display: none;
}
.hometext{
text-align:justify;
padding-left:4px;
padding-right:4px;
}
.lyric { 
	text-align:center; 
	color:#000000; 
	background-color:#F9F9F9; 
	font-weight:normal;
	padding:4px;
	}
	.lyric p{ 
	white-space: pre;
	line-height: 1.5em;
	margin-top:8px;
	}
	#more {display: none;}
	.lyricname{
	font-weight:bold;
	background-color:#1f4646;
	color:#FFFFFF;
	padding:8px;
	margin-top:4px;
	margin-bottom:4px;
	width: 100%;
	}
	.show-hide-text {
		display  : flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.show-hide-text-content {
		overflow  : hidden;
		max-height: 190px;
	}
	.show-hide-text-content.more {
		max-height: 100%;
	}
	.video-container
	{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
	margin-bottom:10px;
	}
	.video-container iframe,
	.video-container object,
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-width:450px;
		max-height:253px;
		text-align:center;
	}