@charset "utf-8";
/* CSS Document */
.body {
	margin: 0px;
	background-color: #999;
	background-size: cover;
	background-repeat: no-repeat;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding: 0px;
	overflow-x: hidden;
}

h1 {
	display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
	font-family: 'Oswald', sans-serif;
}
h2 {
	display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
	font-family: 'Oswald', sans-serif;
}
h3 {
display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
	font-family: 'Oswald', sans-serif;
}
h4 {
	display: block;
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
	font-family: 'Oswald', sans-serif;
}
h5 {
	display: block;
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
	font-family: 'Oswald', sans-serif;
}
h6 {
	display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
	font-family: 'Oswald', sans-serif;
}

/* top bar sections */


div#userbar{
	height:25px;
	float: right;
    background-color: #2c3e50;
    width: 100%;
    text-align: right;
    margin-right: 2%;
    color: #FFF;
	
}
div#topbar{
	background: #2c3e50;
	height:100px;
	border-bottom: lime solid;
	width: 100%;
}

div#topbar > #logo{
	float:left;
	width:150px;
	height:60px;
	margin:8px 0px 0px 30px;
	margin-right: 3%;
	font-size:36px;
	color:#999;
	z-index:20000;
}
div#topbar > #logo > img{
	width: 100%;
	
}
div#topbar > .container > #sections_btn_holder{
	float: right;
    margin-top: 19px;
    margin-right: 20px;
    font-size: 2em;
}
div#topbar > .container > #sections_btn_holder > button{ background:#6DD900; color:#2C3E50; font-size: 14px; -webkit-text-stroke-width: 0.33px; -webkit-text-stroke-color: #FFF;}
div#topbar > #sections_panel{
	position:absolute;
	height:0px;
	width:100%;
	background:#2c3e50;
	top:90px;
	left:0px;
	border-radius:0px 0px 8px 8px;
	overflow:hidden;
	z-index:10000;
	transition: height 0.3s linear 0s;
}
div#topbar > #sections_panel > div{
	background: #2c3e50;
    padding: 20px;
    height: auto;
    margin: 10px;
    color: #fff;
	width: 100%;
}
div#panelnav.col-lg.col-xs-12 > li {
	text-align: left;
}
div#panelnav.col-lg.col-xs-12 > ul {
	list-style: none;
}
div#panelnav.col-lg.col-xs-12 > li > a{
	text-decoration: none;
}
div#panelnav.col-lg.col-xs-12 a:hover{
	text-decoration: none;
	color: lime;
}
div#paylinks.col-lg-6.col-sm-12 {
	font-size: 1.25em;
	color: #2C3E50;
	float:left;
	margin-top: 1%;
	padding-bottom: 3%;
}
div#profilelinks.col-lg-6.col-sm-12 {
	font-size: 1.25em;
	color: #2C3E50;
	float:left;
	margin-top: 1%;
	padding-bottom: 3%;
}
div#profilebody.col-lg-12 {
	margin-top: 3%;
}
/* Event Section */
div.calendarDate{  
	font-size:0.75em; /*change calendarIcon size */  
	display: block;  
	position: relative;  
	width: 7em;  
	height: 7em;  
	background-color: #fff;                
	border-radius: 0.7em;  
	-moz-border-radius: 0.7em;                      
	box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd,  0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;  
	overflow: hidden;  
            }
div.calendarDate *  {  
  display: block;  
  width: 100%;  
  font-size: 1em;  
  font-weight: bold;  
  font-style: normal;  
  text-align: center;  
}  
  
div.calendarDate strong  {  
  position: absolute;  
  top: 0;  
  padding: 0.4em 0;  
  color: lime;  
  background-color: #2c3e50;  
  border-bottom: 1px dashed #ddd;  
  box-shadow: 0 2px 0 #2c3e50;  
}  
div.calendarDate em  {  
  position: absolute;  
  bottom: 0em;  
  color: lime;  
  padding-top:.2em;  
  height: 1.6em;  
  background-color: #2c3e50;  

}  
div.calendarDate span  {  
  font-size: 2.8em;  
  letter-spacing: -0.05em;  
  padding-top: 0.65em;  
  color: #2c3e50;  
}  
div#datecontainer {
	width: 25px;
	float: left;
}

/* Pure CSS Post Tags */	
* {  -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
  
   -webkit-transition: all .1s linear 0;
 -moz-transition: all .1s linear 0;
 transition: all .1s linear 0;

}

.post{
	position:relative;
  margin:1.5em;
	padding:10px 20px;
	background:#f8f8f8;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:5px;
	width:auto;
	border:1px solid #e8e8e8;
	margin-bottom:20px;
  text-align:center;
	}

.calendar{
	top:0em;
  left:1em;
	padding-top:5px;
	width:80px;
	background:#ededef;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededef), to(#ccc)); 
	background: -moz-linear-gradient(top,  #ededef,  #ccc); 
	font:bold 30px/60px "Lucida Sans Unicode", Arial Black, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000;
  
	text-shadow:#fff 0 1px 0;	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
	position:absolute;
	-moz-box-shadow:0 2px 2px #888;
	-webkit-box-shadow:0 2px 2px #888;
	box-shadow:0 2px 2px #888;
	}

.calendar em{
	display:block;
	font:12px/30px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow:#00365a 0 -1px 0;	
	background:#04599a;
	background:-webkit-gradient(linear, left top, left bottom, from(#04599a), to(#00365a)); 
	background:-moz-linear-gradient(top,  #04599a,  #00365a); 
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;	
	border-bottom-right-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;	
	border-bottom-left-radius:3px;	
	border-top:1px solid #00365a;
	}

.calendar:before, .calendar:after{
	content:'';
	float:left;
	position:absolute;
	top:5px;	
	width:8px;
	height:8px;
	background:#111;
	z-index:1;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0 1px 1px #fff;
	-webkit-box-shadow:0 1px 1px #fff;
	box-shadow:0 1px 1px #fff;
	}
.calendar:before{left:11px;}	
.calendar:after{right:11px;}

.calendar em:before, .calendar em:after{
	content:'';
	float:left;
	position:absolute;
	top:-5px;	
	width:4px;
	height:14px;
	background:#dadada;
	background:-webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa)); 
	background:-moz-linear-gradient(top,  #f1f1f1,  #aaa); 
	z-index:2;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	}
.calendar em:before{left:13px;}	
.calendar em:after{right:13px;}

/* Calendar icon css */


.date {
	width: 48px; height: 50px;
	background: #fcfcfc; 
	background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%); 
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
	border: 1px solid #d2d2d2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
	.date p {
		font-family: Helvetica, sans-serif;
		font-size: 17px; text-align: center; color: #000000;
		margin-top: 1px;
	}
	
	.date p span {
		background: #003366; 
		background: linear-gradient(top, #003366 0%, #09427A 100%);
		background: -moz-linear-gradient(top, #003366 0%, #09427A 100%);
		background: -webkit-linear-gradient(top, #003366 0%, #09427A 100%);
		font-size: 18px; font-weight: bold; color: #fff; text-transform: uppercase; 	
		display: block;
		border-top: 1px solid #09427A;
		border-radius: 0 0 10px 10px;
		-moz-border-radius: 0 0 10px 10px;
		-webkit-border-radius: 0 0 10px 10px;
		padding: 2px 0 2px 0;
	}

@-moz-document url-prefix() {
    .date {
        padding: 16px 0 0 0;
    }
    .date p span {
    	padding: 9px 0 3px 0;
    }
}

div#event-advertisement {
	max-width: 100%;
	overflow: hidden;
}
div#event-advertisement img{
	max-width: 100%;
}
/*/mainsection*/


div#mainsectionTop {
	width: 100%;
	background-image: url(img/mainbg.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
div#mstcontain.container {
	border-left: solid #000000;
	border-right: solid #000000;
	background: #FFFFFF;
	padding-top: 1%;
}
div#ms8.col-8 {
	display: block;
	float: left;
	width: 60%;
}
div#ms4.col-4 {
	display: block;
	width:40%;
	margin-bottom: 1%;
}
div#ms4.col-4 img{
	padding-bottom: 0;
	max-width: 100%;
	max-height: auto;
	border: 1px #2C3E50 solid;
}
div#ms8-dine.col-8 {
	display: block;
	float: left;
	width: 60%;
}
div#ms8-dine ul {
	list-style: none;
}

div#ms8-dine ul li:before {
	font-family: 'FontAwesome';
    content: '\f0f5';
    margin:0 5px 0 -15px;
    
}
div#ms8-biz.col-8 {
	display: block;
	float: left;
	width: 60%;
}
div#ms8-biz ul {
	list-style: none;
}

div#ms8-biz ul li:before {
	font-family: 'FontAwesome';
    content: '\f0a9';
    margin:0 5px 0 -15px;
    
}
/* navbar  */
/*.navbar navbar-default navbar-fixed-top {
	height: 115px;
	background-color: <?php echo $header_navbg;?>;
}*/
.navbar-brand {
	height: 115px;
	width: 200px;
	margin-left: 0;
	margin-right: 30px;
}
/*#navbar.navbar-collapse.collapse {
	
	background-color: <?php echo $header_navbg;?>;
}*/
ul.nav.navbar-nav {
	margin-top: 50px;
}
ul.nav.navbar-nav > li > active {
	height: 100%;
	background-color: #ffffff;
}
/*.navbar-header {
	background-color: <?php echo $header_navbg;?>;
}*/
#nav.container {
	background-color: #ffffff;
}
/*.navbar-default {
    background-color: <?php echo $navbarbg; ?>;
    border-color: #E7E7E7;
}*/
.menubutton {
	font-size: small;
}
.icon-bar {
	width: 100%;
}

/* main area  */

#main.col-12 {
	margin:0;
	background-image: url(img/mainbg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
    
	
}
#main.container {
	margin-top: 115px;
	margin: auto;
	padding: 3%;
	background-color: #ffffff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	overflow: hidden;
	max-width:100%;
	min-height: 600px;
}
.maincontainer {
	margin-top: 115px;
	background: url(<?php echo $mainbg;?>);
	background-size: cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	max-width:100%;
	height: 100%;
	overflow: hidden;
	
}
#eventlistings.col-12 {
	width: 100%;
	overflow: hidden;
}
#poll.col-12 {
	width: 100%;
	overflow: hidden;
}
#profilelogo.col-lg-4.col-sm-12 > img {
	width: 100%;
	overflow: hidden;
	
}
div#contentleft.col-lg-6.col-md-12.col-sm-12 {
	float: left;
}
div#contentleft.col-lg-6.col-md-12.col-sm-12 img{
	max-width: 100%;
}
div#contentleft.col-lg-6.col-md-12.col-sm-12 iframe {
	max-width: 100%;
}
div#contentright.col-lg-6.col-md-12.col-sm-12 {
	float: left;
}
div#profilebody.col-12 {
	margin-top: 2%;
    border-top: 1px solid #2c3e50;
    padding-top: 2%;
}
.nav-item.nav-link.active{
	background: #2c3e50;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #FFF;
    font-weight: bold;
}
.nav-item.nav-link {

    color: #2c3e50;
    font-weight: bold;
}

.tab-pane.fade.active {
	padding: 2%;
	max-width: 100%;
}
#bannerroll.row img {
	max-width: 100%;
	overflow: hidden;
}

/*fplogofeed */
div#fplogofeed.row {
	width: 100%;
	display: inline-block;
	margin:auto;
	margin-top: 3%;
	margin-bottom: 3%;

}
div#fplogofeed.row > img{
	padding: 13%;
}

/*mid ad roll */

#midadroll.row {
	width: 100%;
	margin: 0;
	padding: 1%;
	background-color: #2c3e50;
	border-top: 2px solid lime;
	border-bottom: 2px solid lime;
}
#midadroll.row img{
	max-width: 100%;
	max-height: auto;
}
div#mainsectionBottom {
	width: 100%;
	background-image: url(img/secondarybg.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
/* forms */
.rendered-form {
	font-size: 1em;
}
.rendered-form input, select {
	font-size: 1em;
	padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.rendered-form input[type=submit] {
	font-size: 1em;
	padding: 14px 20px;
    margin: 8px 0;
	
}
.fb-required {
	color: red;
}
label {
	font-size: 1em;
	font-weight: bolder;
}
textarea#message.form-control {
	font-size: 1.5em;
}
/* footer */
div#footerCol.col-lg-3.col-xs-12 {
	color: #FFF;
	margin-top: 1%;
}
div#footerCol.col-lg-3.col-xs-12 > li {
	color: #fff;
}
div#footerCol.col-lg-3.col-xs-12 > ul {
	list-style: none;
	color: #fff;
}
div#footerCol.col-lg-3.col-xs-12 > li > a{
	text-decoration: none;
}
div#footerCol.col-lg-3.col-xs-12 a:hover{
	text-decoration: none;
	color: lime;
}

div#footer.row {
	background-color:#2c3e50;
	border-top: lime groove 2px;
	overflow: hidden;
	max-width: 100%;
	padding: 0px;
    margin: 0 0 0 0;
}
div#footer.container {
	background-color: #2c3e50;
	color: #666;
	width: 100%;
	overflow: hidden;
}
div#footer.container a {
	color: #666;
}
div#copy.row {
	background: lime;
	color: #2C3E50;
	max-width: 100%;
	padding: 0px;
    margin: 0 0 0 0;
}
.btn-default {
	background-color:#003366;
	color:#FFF;
	border: #00FF00 solid 1px;
    border-radius: 5px;
	font-size: 14px;
}
@media (max-width: 480px) {
	html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.logo {
    width: 40%;
    margin-left: 119px;
}
	div#topbar {
    height: 200px;

}
	div#topbar > #sections_panel {
    top: 200px;
    height: 0;
}
	div#footerCol.col-xs-12  a:hover{
	text-decoration: none;
	color: lime;	
	}
	div#footerCol.col-xs-12 > li > a{
	text-decoration: none;
	}
	div#footerCol.col-xs-12 {
	color: #FFF;
	margin-top: 1%;
	margin: auto;
	padding: 6%;
	}
	div#footerCol.col-xs-12 img{
		width: 60%;
		margin-left: 82px;
	}
}
/* business directory */
div#directorylogo.col-lg-4.col-md-12.col-sm-12.col-xs-12 {
	padding:2%;
	float:left;
	
}
div#directoryinfo.col-lg-4.col-md-12.col-sm-12.col-xs-12 {
	padding:2%;
	float:left;
	
} 
div#directoryinfo.col-lg-4.col-md-12.col-sm-12.col-xs-12 btn{
	margin-top:2%;
	
	
}
div#directorymap.col-lg-4.col-md-12.col-sm-12.col-xs-12 {
	padding:2%;
	float:left;
	
} 