body {

}

a:hover { color: #090; }

.space30 { margin-top: 30px; }

.row ul { padding-left: 30px; }

.clear { clear: both; }

.float_left { float: left; }
.float_right { float: right; }

.img_left_gallery {	float: left; margin: 12px; padding: 8px; border: 1px solid #CCC; }

.img_left {	float: left; margin-right: 20px; margin-bottom: 15px; }

.img_right { float: right; margin: 0px 0px 15px 20px; }

.img_bottom { margin-bottom: 15px; }

.footer {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 20px;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
  height: 0px;
}
/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
 /* background-color: #006699;
  border-radius: 6px;
  border: 1px solid #006699; */
}

.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #797070;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #FFFFFF; /* #005588; */
  background-color: #FFFFFF; /* #006699;  Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  /* background-image: -moz-linear-gradient(top, #0099FF 0%, #006699 100%); FF3.6+ */
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
  /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099FF), color-stop(100%,#006699)); Chrome,Safari4+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#FFFFFF));
  /* background-image: -webkit-linear-gradient(top, #0099FF 0%,#006699 100%);  Chrome 10+,Safari 5.1+ */
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%,#FFFFFF 100%);
  background-image: -ms-linear-gradient(top, #0099FF 0%,#006699 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #0099FF 0%,#006699 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099FF', endColorstr='#006699',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #0099FF 0%,#006699 100%); /* W3C */
}

.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  color: #000000;
  background-color: #FFFFFF; /* #22BBFF; */
  background-image: none;
  /* box-shadow: inset 0 3px 7px rgba(0,0,0,.25);*/
}

.nav-justified > li > a:hover { 
	color: black;
	background-color: #FFFFFF; /* #22BBFF; */
	background-image: none;
	box-shadow: inset 0 3px 7px rgba(0,0,0,.25);
}

.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-left: 1px solid #FFFFFF; /* #0099FF; */
    border-right: 1px solid #FFFFFF; /* #005588;*/
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-radius: 0 5px 5px 0;
    border-right: 0;
  }
}

/* Other template testimonial class */
.testimonial {
	background: url(../images/testimonial.png) no-repeat top left
}

.testimonial p.testimonial_text {
	display: block;
	width: 240px;
	height: 110px;
	padding: 20px;
	margin: 0;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	font-style: italic;
}
.testimonial p { color: #333; padding: 0 20px }

.col { float: left; /*padding: 0 20px;*/ margin-bottom: 30px }
.col_3 { width: 280px }

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
}


/* Footer From other Template */
#templatemo_bottom {
	position: relative;
	margin: 30px 0 20px;
	padding-top: 8px;
	background: #dbeffa;
	border-radius: 10px;
}
#templatemo_bottom span.bf {
	position: absolute;
	left: 0;
	width: 960px;
	height: 10px;
}
#templatemo_bottom span.bft {
	top: -10px;
	background: url(images/templatemo_bottom_t.jpg)
}
#templatemo_bottom span.bfb {
	bottom: -10px;
	background: url(images/templatemo_bottom_b.jpg)
}
#templatemo_bottom h4 { margin-bottom: 15px; border-radius:10px; }

#templatemo_bottom span.bf {
	position: absolute;
	left: 0;
	width: 960px;
	height: 10px;
}
#templatemo_bottom span.bft {
	top: -10px;
	background: url(images/templatemo_bottom_t.jpg)
}
#templatemo_bottom span.bfb {
	bottom: -10px;
	background: url(images/templatemo_bottom_b.jpg)
}

ul.nobullet { margin: 0; padding: 0; list-style: none }
ul.nobullet li { margin: 0; padding: 0 }

ul.social li { margin: 0; padding: 15px 0; display: block; width: 140px; float: left; }
ul.social li a {
	display: block;
	padding: 5px 0 5px 40px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	background-position: left center;
	background-repeat: no-repeat
}
ul.social li a.facebook { background-image: url(../images/facebook.png) }
ul.social li a.twitter { background-image: url(../images/twitter2.png) }
ul.social li a.youtube { background-image: url(../images/youtube.png) }
ul.social li a.vimeo { background-image: url(../images/vimeo.png) }
ul.social li a.google { background-image: url(../images/google.png) }
ul.social li a.skype { background-image: url(../images/skype.png) }

ul.twitter li {  margin: 0 0 20px 0; padding: 0 }

