@import url('template_aspx.css');
@charset "utf-8";
 
@import url(http://weloveiconfonts.com/api/?family=entypo);
@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Abel);

/* zocial */

[class*="entypo-"]:before {font-family: 'entypo', sans-serif;}

body{
	margin:0;
	padding:0;
	background:url("../images/bermars-site-bg.jpg") no-repeat center center fixed;
	background-size: cover;
	font-family: 'Abel', sans-serif; 
	/* font-family:Helvetica, sans-serif; */
}


/**** MAINBODY ****/

.ph-sp, .loginForm, .mainMenu {
	width: 1000px;
	height: 45px;
	display: block;
	margin: 0 auto;
}
/**** LOGO ****/

#logo {
	padding: 10px;
	width: 270px;
	height: 100px;
	background: #000;
	display: block;
	position: relative;
	z-index: 1009;
	top: 7px;
	border: 4px solid #333333;
	float: left;
}
#logo h1 {
	margin: 0px;
	padding: 0px;
	z-index: 10010;
	font-size: 1px;
}
#logo h1 a {
	background: url(../images/sharpkite-logo.png) left top no-repeat;
	width: 270px;
	height: 100px;
	overflow: hidden;
	text-indent: -1600em;
	display: block;
	z-index: 10000;
	margin: 0px;
	padding: 0px;
}
/**** TOP LINES ****/

#lineTopA, #lineTopB, #lineTopC {
	width: 100%;
	height: 45px;
	display: block;
	position: fixed;
	float: left;
	margin: 0;
	padding: 0;
	clear: both;
}
#lineTopA {
	background: #7B7B7B;
	top: 0px;
	z-index: 10;
}
#lineTopB {
	background: #000;
	top: 45px;
	z-index: 9;
	border-top: 2px solid #5d5d5d;
	border-bottom: 2px solid #2B2B2B;
}
#lineTopC {
	background: #212020;
	top: 90px;
	z-index: 8;
}
/**** PHONES & SUPPORT ****/

.phones {
	width: 480px;
	height: 45px;
	float: right;
	display: block;
}
.phones p {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	position: relative;
	top: 24px;
	left: 20px;
}
.support {
	width: 206px;
	height: 45px;
	float: right;
	display: block;
}
.support a {
	border-left: 2px solid #5d5d5d;
	border-right: 2px solid #5d5d5d;
	border-top: 2px solid #5d5d5d;
	padding: 10px 17px 5px 17px;
	color: #2E454C;
	background: #ABABAB;
	font-size: 18px;
	position: relative;
	top: 17px;
	left: 15px;
	text-decoration: none;
	font-weight: bold;
}
.support a:hover {color:#000;}
/**** LOGIN ****/

.loginForm table {
	position: relative;
	top:1px;
	right:6px;
}
input.user, input.pass {
	padding: 14px;
	border-radius: 7px;
	border: 0px;
	background: rgba(255,255,255,.2);
	display: block;
	margin: 0px;
	width: 185px;
	color: white;
	font-size: 14px;
	height: 6px;
	float: left;
	font-family: 'Abel', sans-serif; 
}
input.user {
	position: relative;
	left: 15px;
}
input.user:focus, input.pass:focus {
	outline-color: rgba(0,0,0,0);
	background: rgba(255,255,255,.95);
	color: #e74c3c;
}
button.submit {
	float: right;
	height: 33px;
	width: 33px;
	border: 0px;
	background: #c20505;
	border-radius: 7px;
	padding: 6px;
	color: white;
	font-size: 18px;
}
button.submit:hover {color:#000;}

.inputUserIcon {
	position: relative;
	top: 8px;
	left: 215px;
	color: white;
	float: left;
}
.inputPassIcon {
	position: relative;
	top: 8px;
	left: 200px;
	color: white;
	float: left
}

input::-webkit-input-placeholder {color: white;}
input:focus::-webkit-input-placeholder {color: #e74c3c;}


/**** AGENT LOGIN ****/
.agentLogin {
	float:left;
	position:relative;
	left:380px;
	top:5px;
	padding:5px;
	color:white;
	border:1px solid #CCC;
	background:#900;
	text-decoration:none;
}

.agentLogin:hover {color:#CCC;}

/**** MAIN MENU ****/

.mainMenu ul {
	margin:0;
	padding:0;
	float:right;
}

.mainMenu ul li {
	float:left;
	margin-right:0px;
	list-style:none;
	border-right:1px solid #333333;
	height:30px;
	padding:15px 7px 0px 7px;
}

.mainMenu ul li:hover { background:#c20505;}

.mainMenu ul li a {
	text-transform:uppercase;
	font-size:15px;
	text-decoration:none;
	color:#CCC;
	margin-right:0px;
	height:45px;
	padding:5px 10px 10px 10px;
}

.mainMenu ul li a:hover {color:#FFF;}

/*****************class************************/
.cont{
	width:1000px;
	margin:0 auto;
}
.fLeft{
	float:left;
}
.fRight{
	float:right;
}
.half.fRight{
	float:right !important;
}
b{
	color: #9C0404;
	font-weight:bold;
}
.half{
	width:482px;
	display:block;
	float:left;
	margin:0 0 12px 0;
}
.quart{
	width:237px;
	display:block;
	float:left;
	margin:0 0 12px 0;
}
.full{
	width:100%;
	display:block;
	float:left;
	margin:0 0 12px 0;
}
.first.quart{
	margin-right:8px;
}
/*****************class************************/
#wrap{
	width:100%;
	display:block;
	float:left;
}
#menu-top{
	width:100%;
	height:45px;
	display:block;
	float:left;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	background: #000;
}
#menu-top ul{
	margin:0;
	padding:2px 10px 0 10px;
}
#menu-top li{
	margin:0 8px 0 0;
	padding:0;
	list-style:none;
	display:inline;
	font-size:11px;
	color:#fff;
}
#menu-top li a{
	text-decoration:none;
	color:#fff;
}
#menu-top li a:hover{
	color:#efcb6c;
}
header{
	width:100%;
	float:left;
	height:135px;
	display:block;
	background:#BA0505;
	opacity: 0.96;
	position:fixed;
	top:45px;
	left:0;
	z-index:1001;
}
logo{
	width:480px;
	height:98px;
	display:block;
	float:left;
}
logo a{
	/* background:url(../images/logo-Play2win247.jpg) no-repeat 0 0;*/
	width:480px;
	height:98px;
	display:block;
	margin:0 0 0 10px;
	text-indent:-9999px;
}
#support{
	float:right;
	margin:11px 10px 0 0;
}
#login{
	float:right;
	margin:11px 10px 0 0;
	clear:right;
}
#login ul{
	margin:0;
	padding:0;
}
#login li{
	list-style:none;
	display:inline;
	margin:0 15px 0 0;
	padding:0;
}
#login li input[type=text], #login li input[type=password]{
	border:1px solid #bababa;
	background:#f8f7f7;
	padding:3px 0 3px 10px;
	color:#aeaeae;
}
#login li input[type=submit]{
	background: none repeat scroll 0 0 #C31825;
    border: 1px solid #BABABA;
    color: #FFFFFF;
    font-size: 10px;
    margin: 0;
    padding: 4px;
    position: relative;
    top: -2px;
}
nav{
	width:100%;
	float:left;
	height:45px;
	display:block;
	background:#000;
	position:fixed;
	top:145px;
	left:0;
	z-index:1002;
}
nav ul{
	padding:6px;
	text-align:center;
}
nav li{
	font-size:16px;
	list-style:none;
	display:inline;
	padding:0 15px 0 0;
	margin:0;
}
nav li a{
	text-decoration:none;
	color:#fff;
	-webkit-transition: all 0.5s ease;
	  -moz-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
	  -ms-transition: all 0.5s ease;
	  transition: all 0.5s ease;
}
nav li a:hover{
	color:#efcb6c;
}
banner{
    width: 1000px;
    height: 326px;
    display: block;
    /* float: left; */
    padding-top: 170px;
    margin: 10px auto;
    border-bottom: 20px solid #B30505;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
cont{
	width:100%;
	display:block;
	float:left;
}
cont div.cont{
	width:1000px;
	display:block;
	margin:0 auto;
}
cont div.cont .col{
	background: rgba(0, 0, 0, 0.5);
	float:left;
	width:980px;
	padding:10px 10px 65px 10px;
	min-height: 310px;
}

cont .full p, cont .full li, cont .full dl, cont .full table, #accordion {
	font-family: 'Abel', sans-serif; 
	font-size: 18px;
    line-height: 18px;
    padding: 10px 0 0;
	color:#CCC;
}
.col h1{
	background:#B30505;
	color:#FFF;
	font-size:24px;
	margin:0 0 2px 0;
	padding:10px 0 0 10px;
	height:35px;
}
footer{
	width:100%;
	height:110px;
	display:block;
	background:#2d2c2c;
	float:left;
}
footer div.cont{
	/*background:url(../images/footer_logo.jpg) no-repeat 700px 0;*/
	width:1000px;
	display:block;
	margin:0 auto;
	height:110px;
}
footer div.cont p{
	margin:0;
	padding:35px 0 0 50px;
	color:#999;
	font-size:12px;
}

/***** Login Agents *****/

#mask {
 position:absolute;
 left:0;
 top:0;
 z-index:9000;
 background-color:#000;
 display:none;
}
  
#boxes .window {
 position:absolute;
 left:0;
 top:0;
 width:245px;
 height:220px;
 display:none;
 z-index:9999;
 padding:20px;
}

#boxes #agentsLogin {
 width:325px; 
 height:220px;
 border:1px solid #aeaeae;
 background:url(../images/agent-login/bg.jpg) left top repeat-x ;
 color:#333;
 font-size:14px;
}

.loginFormAgents a {
 font-size:13px;
 color:#000;
 text-decoration:none;
}

.loginFormAgents a:hover {text-decoration:underline;}

h2.ag-title {
 width:289px;
 height:34px;
 display:block;
 overflow:hidden;
 text-indent:-1600em;
 background:url(../images/agent-login/agents-login-title.png) left top no-repeat;
}

input.inpField-ag {
 width:226px;
 height:20px;
 display:block;
 background:url(../images/agent-login/form-field.png) left top no-repeat;
 padding:4px;
 border:none;
 color:#333;
 font-size:14px;
}

input.log-ag-btn {
 width:133px;
 height:29px;
 display:block;
 border:none;
 text-indent:-1600em;
 overflow:hidden;
 background: url(../images/agent-login/login-btn.png) left top no-repeat;
 margin:6px;
 position:relative;
 left:3px;
}

input.log-ag-btn:hover {background:url(../images/agent-login/login-btn-hv.png) left top no-repeat;}

/* #menuLiveLines ul {
	float:left;
  	list-style-type: none !important;
	margin: 0;
    padding: 0;
}

#menuLiveLines #ullive ul{
	background: none repeat scroll 0 0 #dd2a1b;
    border: 1px solid #7a1007;
    display: block;
    left: 0 !important;
    margin: 0;
    padding: 10px 0;
    position: absolute !important;
    top: 80px;
    width: 980px;
	
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

#menuLiveLines #ullive ul li a{
	color:#fff !important;
}
 
#menuLiveLines li {
	  height: 25px !important;
	  float: left;
	  margin-right: 0px !important;
	  border-right: 1px solid #aaa !important;
	  padding: 0 20px !important;
}
 
#menuLiveLines li:last-child {
 	 border-right: none;
}
 
#menuLiveLines li a {
	  text-decoration: none;
	  color:#666;
	  font: 18px/1 Helvetica, Verdana, sans-serif;
	  text-transform: uppercase;
	  -webkit-transition: all 0.5s ease;
	  -moz-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
	  -ms-transition: all 0.5s ease;
	  transition: all 0.5s ease;
}
 
#menuLiveLines li a:hover {
  	color: #DD2A1B;
}
 
#menuLiveLines li.active a {
	  font-weight: bold;
	  color: #333;
}
*/
.TableLoginInput{
	float:left;
	clear:both;
}

.TableLoginInput input[type=text], .TableLoginInput input[type=password]{
	border:1px solid #bababa;
	background:#f8f7f7;
	padding:3px 0 3px 10px;
	color:#aeaeae;
	width:225px;
}
.TableLoginInput input[type=submit]{
	background: none repeat scroll 0 0 #C31825;
    border: 1px solid #BABABA;
    color: #FFFFFF;
    font-size: 10px;
    margin: 0;
    padding: 4px;
}
#ctl00_MainContent_ctlLogin_UserNameReq, #ctl00_MainContent_ctlLogin_PasswordReq{
	border: 1px solid;
    margin: 10px 0px;
    padding:5px 10px;
    background-repeat: no-repeat;
    background-position: 10px center;-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	border-radius:.5em;
	color: #D8000C;
    background-color: #FFBABA;
	float:left;
	clear:both;
	width:960px;
}

/**** FOOTER ****/

.fa {
    color: #000;
}
.left {
    float: left;
}
.right {
    float: right;
}
#footer-full {
    width: 100%;
}
#footer-full {
    clear: both;
    position: relative;
    height: 174px;
}
#footer-container {
    max-width: 100%;
    background-color: #5d5d5d;
}
.footer-top-container {
    background-image: url(../images/footer-top-division.jpg);
    background-repeat: no-repeat;
    background-position: 65.5% top;
}
#footer-menu-container {
    background-color: #212126;
    min-width: 56%;
    height: 75px;
    float: left;
}
#footer-social-container {
    min-width: 35%;
    height: 75px;
    float: right;
}
.footer-menu {
    font-family: Abel, sans-serif;
    margin: 0;
    float: right;
    height: 48px;
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
    padding-top: 24px;
}
.footer-menu li,
.footer-menu li a {
    float: left;
    list-style: none;
}
.footer-menu li a {
    color: #CCC;
    text-decoration: none;
    font-size: 15px;
    height: 28px;
    line-height: 28px;
    padding: 0 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.footer-recommended {
    height: 48px;
    margin-left: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
    padding-top: 5px;
    float: left;
}
.footer-social {
    height: 48px;
    margin-left: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
    padding-top: 5px;
    float: left;
    text-decoration: none;
}
.social-titles {
    clear: both;
    padding: 4px;
    font-family: 'Abel', sans-serif;
}
.footer-copy {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    background-color: #9e9995;
    background-image: url(../images/footer-copy-bg.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}
.footer-menu li a:hover {
    color: #F00;
}
.menu-1749,
.menu-1750,
.menu-1751,
.menu-1752,
.menu-1753,
.menu-1754,
.menu-1755 {
    border-right: 1px solid #000;
}
.footer-message {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    max-width: 920px;
    text-align: center;
    font-size: 1em;
}

/**** TABLE FRONT STYLES ****/

.mainTitle {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff #fff #fff #fff !important;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 5px!important;
    padding: 5px!important;
    color: #fff;
    text-align: left;
    font-size: 24px!important;    
    font-weight: bold;
	background: rgba(186, 5, 5, 0.8);
	clear:both;
}

.NEWTablesA {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

.NEWTablesB {
	margin: 10px 0px 10px 0px;
    padding: 0px;
    width: 100%;
    float: left;
	
   /* margin: 0px 1px 0px 0px;
    padding: 4px;
    width: 49%;
    float: left; */
}

.nextGamesTB table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}

.nextGamesTB tr:hover td{	background-color:#e5e5e5;}

.nextGamesTB td{
	vertical-align:middle;
	background:-o-linear-gradient(bottom, #ffffff 5%, #e5e5e5 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e5e5e5) ); 
	background:-moz-linear-gradient( center top, #ffffff 5%, #e5e5e5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e5e5e5");	
	background: -o-linear-gradient(top,#ffffff,e5e5e5);
	background-color:#ffffff;
	border:1px solid #dbdbdb;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:14px;
	font-weight:normal;
	color:#000000;
}
.nextGamesTB tr:last-child td{border-width:0px 1px 0px 0px;}
.nextGamesTB tr td:last-child{border-width:0px 0px 1px 0px;}
.nextGamesTB tr:last-child td:last-child{border-width:0px 0px 0px 0px;}

.nextGamesTB tr:first-child td{
	background:-o-linear-gradient(bottom, #b30505 5%, #930707 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b30505), color-stop(1, #930707) );
	background:-moz-linear-gradient( center top, #b30505 5%, #930707 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b30505", endColorstr="#930707");	
	background: -o-linear-gradient(top,#b30505,930707);
	background-color:#b30505;
	border:0px solid #dbdbdb;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}
.nextGamesTB tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #b30505 5%, #930707 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b30505), color-stop(1, #930707) );
	background:-moz-linear-gradient( center top, #b30505 5%, #930707 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b30505", endColorstr="#930707");	
	background: -o-linear-gradient(top,#b30505,930707);
	background-color:#b30505;
}

.nextGamesTB tr:first-child td:first-child{border-width:0px 0px 1px 0px;}
.nextGamesTB tr:first-child td:last-child{border-width:0px 0px 1px 1px;}



/****** Live Lines *******/

	h2 span {color:#CCC;}

	#ullive, #ullive ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#ullive {
		width: 100%;
		margin: 0px auto;
		/*border: 1px solid #222; */
		
		
		
		/*-moz-border-radius: 6px; 
		-webkit-border-radius: 6px;
		border-radius: 6px;
		-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset; */
	}
	
	#ullive:before,
	#ullive:after {
		content: "";
		display: table;
	}
	
	#ullive:after {
		clear: both;
	}
	
	#ullive {
		zoom:1;
	}
	
	#ullive li {
		float: left;
		border-right: 1px solid #222;
		-moz-box-shadow: 1px 0 0 #444;
		-webkit-box-shadow: 1px 0 0 #444;
		box-shadow: 1px 0 0 #444;
		position: relative;
	}
	
	#ullive a {
		float: left;
		padding: 12px 30px;
		color: #999;
		text-transform: uppercase;
		font-size:16px;
		font-weight:bold;
		text-decoration: none;
		text-shadow: 0 1px 0 #000;
		width:184px;
		
		background-color: #111;
		background-image: -moz-linear-gradient(#444, #111);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
		background-image: -webkit-linear-gradient(#444, #111);
		background-image: -o-linear-gradient(#444, #111);
		background-image: -ms-linear-gradient(#444, #111);
		background-image: linear-gradient(#444, #111);
	}
	
	#ullive li:hover > a {
		color: #fafafa;
	}
	
	*html #ullive li a:hover { /* IE6 only */
		color: #fafafa;
	}
	
	#ullive ul {
		margin: 20px 0 0 0;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 38px;
		left: 0;
		z-index: 1;    
		background: #444;
		background: -moz-linear-gradient(#444, #111);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
		background: -webkit-linear-gradient(#444, #111);    
		background: -o-linear-gradient(#444, #111);	
		background: -ms-linear-gradient(#444, #111);	
		background: linear-gradient(#444, #111);
		-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
		-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
		box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;  
	}

	#ullive li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	
	#ullive ul ul {
		top: 0;
		left: 150px;
		margin: 0 0 0 20px;
		_margin: 0; /*IE6 only*/
		-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		box-shadow: -1px 0 0 rgba(255,255,255,.3);		
	}
	
	#ullive ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	}
	
	#ullive ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}
	
	#ullive ul a {    
		padding: 10px;
		width: 230px;
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none;
	}
	
	#ullive ul a:hover {
		background-color: #0186ba;
		background-image: -moz-linear-gradient(#04acec,  #0186ba);	
		background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
		background-image: -webkit-linear-gradient(#04acec, #0186ba);
		background-image: -o-linear-gradient(#04acec, #0186ba);
		background-image: -ms-linear-gradient(#04acec, #0186ba);
		background-image: linear-gradient(#04acec, #0186ba);
	}
	
	#ullive ul li:first-child > a {
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
	}
	
	#ullive ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 40px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #444;
	}
	
	#ullive ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #3b3b3b;
	}
	
	#ullive ul li:first-child a:hover:after {
		border-bottom-color: #04acec; 
	}
	
	#ullive ul ul li:first-child a:hover:after {
		border-right-color: #0299d3; 
		border-bottom-color: transparent; 	
	}
	
	#ullive ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}
	
	/* Mobile */
	#menu-trigger {
		display: none;
	}

	@media screen and (max-width: 600px) {

		/* nav-wrap */
		#menuLiveLines {
			position: relative;
		}

		#menuLiveLines * {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

		/* menu icon */
		#menu-trigger {
			display: block; /* show menu icon */
			height: 40px;
			line-height: 40px;
			cursor: pointer;		
			padding: 0 0 0 35px;
			border: 1px solid #222;
			color: #fafafa;
			font-weight: bold;
			background-color: #111;
			background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, -moz-linear-gradient(#444, #111); 
			background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, -webkit-linear-gradient(#444, #111);	
			background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, -o-linear-gradient(#444, #111);
			background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, -ms-linear-gradient(#444, #111);
			background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, linear-gradient(#444, #111);
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			border-radius: 6px;
			-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
			-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
			box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		}
		
		/* main nav */
		#ullive {
			margin: 0; padding: 10px;
			position: absolute;
			top: 40px;
			width: 100%;
			z-index: 1;
			background-color: #444;
			display: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#ullive:after {
			content: '';
			position: absolute;
			left: 25px;
			top: -8px;
			border-left: 8px solid transparent;
			border-right: 8px solid transparent;
			border-bottom: 8px solid #444;
		}	

		#ullive ul {
			position: static;
			visibility: visible;
			opacity: 1;
			margin: 0;
			background: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;				
		}

		#ullive ul ul {
			margin: 0 0 0 20px !important;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#ullive li {
			position: static;
			display: block;
			float: none;
			border: 0;
			margin: 5px;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;			
		}

		#ullive ul li{
			margin-left: 20px;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#ullive a{
			display: block;
			float: none;
			padding: 0;
			color: #999;
		}

		#ullive a:hover{
			color: #fafafa;
		}	

		#ullive ul a{
			padding: 0;
			width: auto;		
		}

		#ullive ul a:hover{
			background: none;	
		}

		#ullive ul li:first-child a:after,
		#ullive ul ul li:first-child a:after {
			border: 0;
		}		

	}

	@media screen and (min-width: 600px) {
		#ullive {
			display: block !important;
		}
	}	

	/* iPad */
	.no-transition {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		opacity: 1;
		visibility: visible;
		display: none;  		
	}

	#ullive li:hover > .no-transition {
		display: block;
	}
	
	
	ul#ullive li ul {display:inherit !important;}