/**********************************
GENERAL
***********************************/
body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	line-height: 18px;
	color: rgba(51, 51, 51, 1.0);
}

body.site {
	border-top: 4px solid rgba(252, 102, 3, 1.0);
	padding: 0;
	background-color: #fff;
}

.body .container {
  background-color: transparent;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 40px 20px;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header {
	padding: 20px;
	background: rgba(255, 255, 255, 0.0);
}

a {
	color: rgba(119, 48, 1, 1.0);
	text-decoration: none;
  	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
	transition-delay: initial;
}

a:hover, a:focus {
	color: rgba(252, 102, 3, 1.0);
	text-decoration: underline;
}

.clear {
  	clear:both;
}



/**********************************
FONTS
***********************************/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
  	padding: 0;
  	text-rendering: optimizelegibility;
}

h1, h2, h3 {
	font-family: "museo-sans",sans-serif;
  	font-weight: 400;
}

h1 {
	font-size: 4em;
  	line-height: 2em;
}

h2 {font-size: 2.25em; line-height: normal; font-weight: 400; color: #666; text-transform: uppercase;}

h3 {
	font-size: 1.75em;
  	line-height: 1.5em;
  	padding: 20px 0 10px 0;
}

p, li {
	font-size: 1em;
  	line-height: 1.5em;
  	font-weight: 300;
}



/**********************************
TOP BAR
***********************************/
#top-bar {
    background-image: url(/~cityofne/images/tob-bar-backgound.jpg);
  	background-repeat: repeat;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 1.0);
  	padding: 30px 0 0 0;
}

#top-bar-contents-first {
    margin: 0 auto;
  	text-align: center;
}

#top-bar-contents-first img{
	width: 200px;
   	height: auto;
}

#top-bar-contents-second {
    margin: 0 auto;
  	text-align: center;
  	color: rgba(119, 48, 1, 1.0);
}

#top-bar-contents-second h1 {
  	font-family: "grafolita-script",sans-serif;
	font-style: normal;
	font-weight: 600;
  	font-size: 2em;
  	line-height: 1.5em;
  	padding: 10px;
}

#top-bar-contents-third {
/*  text-align: center;
    margin: 0 auto;*/
  	display:none;
}



/**********************************
SOCIAL ICONS
***********************************/
a.facebook, a.twitter, a.youtube {
    display: inline-block;
    width: 50px;
    height: 49px;
    text-decoration: none;
    background-size: 50px 98px;
  	margin: 5px 10px 5px 0; 
}

a.facebook {
  	background: url("/~cityofne/images/facebook.png");
}

a.twitter {
  	background: url("/~cityofne/images/twitter.png"); 
}

a.youtube {
  	background: url("/~cityofne/images/youtube.png");
}

a.livestream {
  	background: url("/~cityofne/images/livestream.png");
}

a.facebook:hover, a.twitter:hover, a.youtube:hover {
	background-position: 0px -49px;
}

.displace {
    position: absolute;
    left: -5000px;
}



/**********************************
BANNER
***********************************/
#top-banner {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 1.0);
}

.home-banner {
    background-image: url(/~cityofne/images/newbern-depot.jpg);
  	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
    height: 200px;
  	padding: 0;
}

.sub-banner {
    background-image: url(/~cityofne/images/newbern-depot.jpg);
  	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
	background-size: cover;
    height: 150px; 
  	padding: 0;
}



/**********************************
NAVIGATION
***********************************/
#main-navigation {
  	background: rgba(252, 102, 3, 1.0);  	
}

#main-navigation-container {
  	margin: 0 auto;
  	position: relative;
  	text-align: center;
}

.responsiveMenuTheme1m.isMobile {
    text-align: left;
}

.toggleMenu:hover {
  	color: #fff;
}



/**********************************
NEWSLETTER
***********************************/
.newsletter {
	display:block;
  	width: 90%;
  	vertical-align: top;
  	margin: 0 auto 30px auto;
}



/**********************************
CONTENTS
***********************************/
.blog p {
  	padding: 0 10px;
}

.row-fluid .span6 {
    margin-left: 0;
    margin-bottom: 30px;
}
  
.row-fluid {
    margin: 0 0 30px 0;
    padding: 0;
}
  
.items-leading {
    margin: 0 0 30px 0;
}

/*************************************/
.item-page {
  	padding: 10px 0; 
}

.item-page a{
  	text-decoration: underline;
  	color: rgba(252, 102, 3, 1.0);
}

.item-page a:hover{
  	text-decoration: none;
  	color: rgba(51, 51, 51, 1.0);
}

.item-page h2{
  	padding: 15px  0 5px 0; 
  	font-size: 1.75em;
}

.item-page h3{
  	padding: 15px  0; 
  	font-weight: 400;
    font-size: 1.5em;
  	color: rgba(119, 48, 1, 1.0);
}

.item-page h4{
  	padding: 15px  0 5px 0; 
  	font-weight: 600;
    font-size: 1.25em;
}

.page-header {
    margin: 2px 0px 10px 0px;
    padding-bottom: 5px;
  	border-bottom: none;
}

.page-header h2 {
  	padding: 0;
  	margin: 15px 0;
}

.page-header h2 a{
  	color: rgba(119, 48, 1, 1.0);
}

.moduletable {
	border: 1px solid rgba(226, 226, 226, 1.0);  
  	height: 400px;
  	overflow: auto;
  	width: 90%;
  	margin: 0 auto 20px auto;
  	position: relative;
}    

.module-news, .module-community, .module-payments, .module-public-docs, .module-city, .module-area-attractions{
   	float: none;
   	background: rgba(255, 255, 255, 1.0);
  	padding: 0;
}

.module-news h3, .module-community h3, .module-payments h3, .module-public-docs h3, .module-city h3, .module-area-attractions h3 {
  	background: rgba(242, 242, 242, 1.0);
  	font-family: "museo-sans",sans-serif;
  	color: rgba(119, 48, 1, 1.0);
  	font-weight: 300;
  	font-size: 2em;
  	padding: 10px;
  	cursor: context-menu;
  	margin: 0 0 20px 0;
}

.module-news p, .module-community p, .module-payments p, .module-public-docs p, .module-city p, .module-area-attractions p {
  	padding: 0 10px 5px 10px;
}

.module-news ul, .module-community ul, .module-payments ul, .module-public-docs ul, .module-city ul, .module-area-attractions ul {
	list-style: none;
  	padding: 0 10px 5px 10px;
  	margin: 0;
}

.module-payments h4 {
    padding: 0 10px 10px 10px;
    font-size: 1.15em;
    line-height: 1.25em;
}

.pull-right, .pull-left {
    margin: 20px auto;
  	width: 100%;
    float: none;
}

figcaption {
    display: table-caption;
    caption-side: bottom;
    padding: 10px 0 20px 0;
  	font-family: 'Roboto', sans-serif;
	color: rgba(51, 51, 51, 1.0);
  	font-size: 1em;
  	line-height: 1.5em;
  	font-weight: 300;
}



/**********************************
RIGHT COLUMN
***********************************/
.well {
  min-height: 20px;
  padding: 19px;
  margin: 20px 0;
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}



/**********************************
FOOTER
***********************************/

.footer {
  	text-align: center;
  	background: rgba(252, 102, 3, 1.0);
  	padding: 15px;
}

.footer a{
  	color: rgba(255, 255, 255, 1.0);
}

#footer-bar {
    padding: 0;
    width: 100%;
    background: #F8F8F8;
  	border-top: 1px solid rgba(206, 206, 206, 1.0);
}

#footer-container {
    margin: 0 auto;
    position: relative;
    background: transparent;
  	width: 80%;
}

#footer-bar-contents-first, #footer-bar-contents-second, #footer-bar-contents-third {
    margin: 0 auto;
  	text-align: center;
  	padding: 10px 0;
}

#footer-bar-contents-first h3, #footer-bar-contents-second h3, #footer-bar-contents-third h3{
    color: rgba(219, 172, 73, 1.0);
  	margin-bottom: 20px;
}

#footer-bar-contents-second .footer-info img{
  	display: none;
}

#footer-bar-contents-second .footer-info .info {
    margin: 0 auto;
  	text-align: center;
  	padding-bottom: 20px;
}

#footer-bar-contents-first .footer-menu {
  	padding: 20px;
}

#footer-bar-contents-first .footer-menu ul{
	list-style: none;
  	padding: 0;
	margin: 0;
}

#footer-bar-contents-first .footer-menu ul li{
	padding: 0 0 5px 0;
	margin: 0;
   	text-transform: uppercase;
}

#footer-bar-contents-first .footer-menu h3 {
	font-family: "museo-sans",sans-serif;
  	margin: 0 0 10px 0;
  	padding: 0;
}

#footer-bar-contents-second h3 {
	font-family: "museo-sans",sans-serif;
  	margin: 0 0 10px 0;
  	padding: 0;
}

#footer-bar-contents-third .footer-social {
  	padding: 20px;
}

#footer-bar-contents-third .footer-social h3 {
	font-family: "museo-sans",sans-serif;
  	margin: 0 0 10px 0;
  	padding: 0;
}



/**********************************
FOOTER CREDITS
***********************************/
.footer-credits img {width: 20px; margin:-2px 5px 0 0;}
.footer-credits p {text-transform: uppercase; font-size: 0.75em;}



/**********************************
SCROLL TO TOP
***********************************/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background: rgba(76, 136, 120, 1.00);
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}



/**********************************
MAKE A PAYMENT - IFRAME
***********************************/
iframe {
  border: none;
  border-image-source: none;
  border-image-slice: 0;
  border-image-width: 0;
  border-image-outset: 0;
  border-image-repeat: no-repeat;
}

.online-payment {
  background: rgba(119, 48, 1, 1.0);
  color: rgba(255, 255, 255, 1.0);
  padding: 10px 15px;
  margin: 30px 0;
}

.online-payment:hover {
  background: rgba(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
  text-decoration: none;
}

.item-page  .online-payment {background: rgba(119, 48, 1, 1.0); color: rgba(255, 255, 255, 1.0); padding: 10px 15px; margin: 30px 0; display: block; text-align: center; width: 200px; text-transform: uppercase; text-decoration: none;
}

.item-page .online-payment:hover {background: rgba(0, 0, 0, 1.0); color: rgba(255, 255, 255, 1.0); text-decoration: none;
}