
.navbar {
  border: none;
  border-radius: 0;
}


/* Sticky footer styles
-------------------------------------------------- */
/*html {
  position: relative;
  min-height: 100%;
}*/

body {
  /* Margin bottom by footer height */
  background-color: #000;
  color: #fff;

}

body > .container {
  padding-top: 40px;

}

footer {



  color: #fff;
  padding-top: 20px;
  margin-top: 20px;
}


.social-footer {
  padding-left: 0;
}

.social-footer li  {
  margin: 0 0 5px 0;
}

.social-footer li a {
  color: #fff;
}

.social-footer li a span {
  width: 30px;
  height: 30px;
  color: #FFF;
  background-color: rgba(0, 0, 0, .2);
  font-size: 18px;
  text-align:center;
  padding-top: 7px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

.social-footer li a span:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social-footer .fa-facebook-square:hover { /* round facebook icon*/
    background: #4060A5;
}

.social-footer .fa-twitter:hover { /* round twitter icon*/
    background: #00ABE3;
}

.social-footer .fa-envelope:hover { /* round twitter icon*/
    background: #f39c12;
}

.social .fa-google-plus:hover { /* round twitter icon*/
    background: #d34836;
}

a:hover {
  text-decoration: none;
}


#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.item h4 {
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);;
  color: white;
  padding: 5px;
  font-weight: 300;
}



.marquee {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  background: #222;
  color: #fff;
  font-weight: 300;
  z-index: 1000;
}

.main p {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.6;
}

address {
	font-size: 18px;
    font-weight: 200;
    line-height: 1.6;
}



.tweets h3 span {
  color: #00ABE3;
  margin-top: 0;
  padding-top: 0;
}

.tweet,
.query {
  color: #085258; }

.tweet_list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: hidden; }

.tweet_list li {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.5em;
  list-style-type: none; }

.tweet_list li a {
  color: #00ABE3; }

.tweet_list .tweet_avatar {
  padding-right: .5em;
  float: left; }

.tweet_list .tweet_avatar img {
  vertical-align: middle; }

.comments {
  margin-top: 20px;
}

fieldset {
  margin-top: 20px;
}

.featurette-heading {
  margin-top: 0;
}

/* services page */
.inner-row {
  margin-bottom: 20px;
}

.pot-covers {
  margin-bottom: 20px;
}

.map {
	margin-top: 20px;
}

iframe {
	border: none;
	margin-bottom: 20px;
}

.navbar-inverse {
	background-color: #222;
}


.navbar-inverse a:hover {
	color: #fff;
}


.well {
	color: #000;
}

li.active {
	background-color: #000;
}
