html body, .tp-caption {
	font-smooth: never;
	-webkit-font-smoothing: none !important;
}

html, p, h1, h2, h3, h4, h5, h6, a, span {
	font-family:Arial !important;
}

div {
	border-radius:none !important;
	box-shadow: none !important;
}


/*Non Responsive*/
.Mayor-video-msg .city-tour {
	margin-top:0 !important;
}

.col-md-3 {
    width:25% !important;
    float:left;
}

.col-md-4 {
    width: 33.33333333% !important;
    float:left;
}

.col-md-5 {
    width: 41.66666667% !important;
    float:left;
}

.col-md-6 {
    width: 50% !important;
    float:left;
}

.col-md-7 {
    width: 58.33333333% !important;
    float:left;
}
.col-md-9 {
    width: 75% !important;
    float:left;
}


/*Retro Styles*/

body {
    width:1024px;
    margin: 0 auto;
}

.container {
    width: 100% !important;
}

.news-box {
	border: 1px solid #12118A;
    border-radius: 0;
}

.button, .event-list a.joinnow, .community-box a.see-more {
  width: 120px;
  height: 24px;
  padding: 5px 16px 3px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border: 2px solid #ccc;
  position: relative;
	
  /* Label */
  font-family: Lucida Sans, Helvetica, sans-serif;
  font-weight: 800;
  color: #fff;
  text-shadow: rgba(10, 10, 10, 0.5) 1px 2px 2px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis; 
  overflow: hidden;
}


.aqua, .event-list a.joinnow, .community-box a.see-more {
  background-color: rgba(18, 17, 138, 0.8);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(18, 17, 138, 0.8)), to(rgba(101, 102, 136, .9)));
  border-top-color: #54568A;
  border-right-color: #54568A;
  border-bottom-color: #54568A;
  border-left-color: #54568A;
    width:100%;
    padding:15px;
  -webkit-box-shadow: rgba(66, 140, 240, 0.5) 0px 10px 16px;
  -moz-box-shadow: rgba(66, 140, 240, 0.5) 0px 10px 16px; /* FF 3.5+ */
	line-height:0px;
}

.community-box a.see-more {
	width: 150px;
}

.aqua::after, .event-list a.joinnow::after, a.see-more:after {
    content:"";
  position: absolute;
  top: 0;
  left: 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  height: 1px;
  width: 100%;
  padding: 8px 0;
  background-color: rgba(255, 255, 255, 0.25);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
}

.h3-navbar {
    border:none;
}

.nav>li a  {
    border-color: rgb(18, 17, 138);
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-radius: 15px 15px 0 0;
    line-height: 30px !important;
}

.nav>li a:after {
    display:none;
}

.nav.navbar-nav {
    border-bottom:#12118A;
    margin-bottom:15px;
}

.navbar-right {
    margin-top:0 !important;
}