body { 
 	font-family: Arial, Helvetica, sans-serif; 
 	font-size:12px; 
 	margin-top: 0px; 
	background-color: #000;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}

.top_nav_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	font-weight: normal;
	text-align: right;
}


a.top_nav_links:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	font-weight: normal;
	text-align: right;
    text-decorationn: none;
}

a.top_nav_links:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
}

a.top_nav_links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	font-weight: normal;
	text-align: right;
	text-decoration: underline;
	
} 

a.top_nav_links:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
	
}

#top_nav_background {
	background-image: url(../images/top_nav_blank.png);
	background-repeat: repeat-x; 
	background-position: left top;
	/*margin-bottom: 10px */
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	}

.content_image {
	max-width:940px;
	}

#content_image_link {
	max-width:936px;
	}
	
#last_updated {
	color:#CCC;
	}


#event_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 10px;
}


.white_text { 
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 18px;
	font-weight: normal;
	
} 

#displaybox {
	z-index: 10000;
	filter: alpha(opacity=80); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE */
	-moz-opacity: .80; /*older Mozilla*/
	-khtml-opacity: 0.8;   /*older Safari*/
	opacity: 0.8;   /*supported by current Mozilla, Safari, and Opera*/
	background-color:#000000;
	position:fixed; top:0px; left:0px; width:100%; height:100%; color:#FFFFFF; text-align:center; vertical-align:middle;
}

.date {
	font-weight:bold;
	font-size:16px;
	}

a:link {
	color:#F00;
}
a:visited {
	color:#F00;
}
a:hover {
	color:#F00;
}
a:active {
	color:#F00;
}

#price{
	font-size:42px;
	font-weight:bold;
	} 
 
.sf-menu li a { 
    border-right: 1px solid rgba(0,0,0,0.15);
    border-left: 1px solid rgba(255,255,255,0.3);
}
.sf-menu li a:hover { 
    border-right: 1px solid #444;;
    border-left: 1px solid #444;;
}

.sf-menu{
    
    border-left: 1px solid rgba(0,0,0,0.15);
}
body {
        overflow-x: hidden;
}
#edig-navm-toogler, #edig-navm-titler {
    display: none;
}

/* RESPONSIVE STYLES */
@media (max-width: 980px) {
    a, table, div, span, body, html, img, ul, ol, li, tr, td {
        max-width: 100%;
    }
    textarea, input, form { max-width: 90%;}

    body {
        margin:0 ;
        overflow-x: hidden;
    }

    .sliderImage > img, .content_image, #content_image_link {
        max-width: 95%;
    }

    table, tbody {
        display: block !important;   
        word-wrap: break-word;
    }

    table tr {
        display: block !important;   
    }
    table td {
        display: inline-block !important;   
    }
    table.edi-beblock td {
        display: block !important; 
        width: 100%;
        height: auto !important;
    }
    table.edi-beblock td * {
        margin: 0 !important;
    }
    table.edi-beblock {
        display: block;
        height: auto !important;
    }

    table:first-of-type td img {
        max-width: 85%;
        height: auto;
        margin-top: 10px
    }

    table:first-of-type td:last-of-type {
        display: none !important;
    }

    #nav ul.sf-menu { margin:0; }
    .edig-main-content {
        background-color: #fff;
    }
    .edig-main-content td {
        padding: 0 !important;
    }
     .edig-main-content td > * {
        margin: 7px;
    }
    .edig-main-content td > img {
        padding: 0px;
        margin: 0;
        max-width: 94%;
        margin-left: 1.5%;
        padding: 1%;
    }
    
    iframe { max-width: 95%; }
    
    .sf-menu { display: none }
    .sf-menu li { 
        display: block !important;
        background-color: #777;
        width: 100% !important;
        text-align: left;
    }
    
    .sf-menu > li > a { 
        border-bottom: 1px solid rgba(0,0,0,0.15);
    }
    
    .sf-menu > li > a:hover { 
        border-bottom: 1px solid #444;;
    }
    
    #edig-navm-toogler {
        display: inline-block;
        color: #fff;
        padding: 4px 8px;
        margin: 3px 15px;
        text-decoration: none;
        border-radius: 3px;
        border: 1px solid #dfdfdf;
    }
    #edig-navm-titler {
        display: inline-block;
        color: #dfdfdf;
        font-weight: bold;
        font-size: 13px;
        padding: 4px 8px;
        padding-right: 3px;
        margin: 3px 15px;
        border: 0;
        float: right;
    }
    
    a.edi-img-oneblock {
        display: block !important;
        width: 100%;
    }
    a.edi-img-oneblock img {
       float: none !important;
    }
    
}
.edig-prizing-list {
    max-width: 420px
}

.edig-prizing-list .edig-priceboxy {
   float: right;
}

@media (max-width: 770px) {
    
    body > table:first-of-type td {
        height: auto;
        margin-bottom: 20px
    }
    body > table:first-of-type td:first-of-type {
        height: 15px;
        margin-bottom: 0
    }
    
    span.edi-img-oneblock2 {
        display: block !important;
        width: 100%;
    }
    span.edi-img-oneblock2 img {
       float: none !important;
    }
}