@charset "utf-8";

.heightMenu{
	height:50px;	
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.normal_drop_down {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.normal_drop_down {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.normal_drop_down {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#showS, #showOff, #showStart{
	display:none;	
}

.timer{
	font-size:xx-large;
	font-weight:bold	
}

.xtraSpace{
	margin-bottom:30px
}

.spaceLi{
	margin: 0 0 3px 0;	
}

.logoBottom:link {
    color:#68FF67;
}

/* visited link */
.logoBottom:visited {
    color:#68FF67;
}

/* mouse over link */
.logoBottom:hover {
    color:#FAFF60;
}
#player_buttons .btn {
    width: 16%;
    margin-right: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: normal;
    height: 152px;
    position: relative;
    padding-top: 7%;
}
#player_buttons .btn .imgbutton {
    position: absolute;
    top: 1.5%;
    left: 0px;
    width: 100%;
    height: 66%;
    overflow: hidden;
}
#player_buttons .btn .imgbutton img{
    max-width:98%;
    width:160px;
	height:100%;
}

#player_stop{
	width: 100%;
	display: none;
}
#player_stop > span{
	min-width: 45%;
	margin-right: 5%;
	margin-bottom: 10px;
	text-align: center;
	display: inline-block;
	font-size: 20px;
	font-family: arial;
}
#stop_msg{
	display: none;
}
@media screen and (max-width: 1200px) {
    #player_buttons .btn {
        width: 13%;
        padding-top: 8%;
}
}
@media screen and (max-width: 991px) {
    #player_buttons .btn{
        width: 24%;
		padding-top: 10%;
    }
}
@media screen and (max-width: 767px) {
    #player_buttons .btn{
        width: 30%;
		padding-top: 79px;
		margin-right:3px;
    }
}
@media screen and (max-width: 480px) {
    #player_buttons .btn{
        width: 48%;
		margin-right: 5px;
    }
}
