/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more blue and more free Bootstrap 3 HTML themes, visit https://startbootstrap.com!
*/

/* Global Styles */

html, body {
  height:100%;
}

body {
}

.clear {
	clear:both
}

.masthead h1 {
	padding:30px 0;
}


@media (max-width: 768px) {
.masthead h1 {
	text-align:center;
}
}
.nav-justified {
    background-color: #669d88;
    border-radius: 5px;
	border:1px dashed #537f6e;
}
.nav-justified > li > a {
    background-color: #669d88;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
	padding: 15px 25px;
}
.nav-justified > .active > a, .nav-justified > .active > a:hover, .nav-justified > .active > a:focus {
    background-color: #537f6e;
	color:#fff;
}
.nav-justified > li:first-child > a {
    border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
    border-bottom: 0 none;
    border-radius: 0 0 5px 5px;
}
@media (min-width: 992px) {
.nav-justified > li > a {
	padding: 15px 25px;
}
}
@media (max-width: 768px) {
.nav-justified > li > a {
	font-size:13px;
	padding: 15px;
}
}

#shop-menu {
	margin-top: -5px;
}


@media screen and (min-width: 768px) {
.masthead, .marketing, .footer {
    padding-left: 0;
    padding-right: 0;
}
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
  margin-bottom: 30px;
}

.tab-pane {
  margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
  padding: 50px 0;
}

.section-colored {
  background-color: #e1e1e1; /* change this to change the background color of a colored section */
}

.sidebar {
  margin-top: 40px;
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}

/* Half Page Height Carousel Customization */
.carousel {
  height: 50%;
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

/* Social Icons Styles */
.list-social-icons-top {
	float:right;
	margin-top:-70px;
}
@media (max-width: 768px) {
.list-social-icons-top {
	float:none;
	margin-top:0;
}
}

.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
}

.facebook-link a {
  color: #3b5998;
}
.facebook-link a:hover {
  color: #2c4882;
}

.linkedin-link a {
  color: #007fb1;
}
.linkedin-link a:hover {
  color: #01658d;
}

.twitter-link a {
  color: #39a9e0;
}
.twitter-link a:hover {
  color: #2491c6;
}

.google-plus-link a {
  color: #d14836;
}
.google-plus-link a:hover {
  color: #bb3726;
}

@media (max-width: 767px) {
.facebook-link a {
	display:none;
}
.linkedin-link a {
	display:none;
}
.twitter-link a {
	display:none;
}
.google-plus-link a {
	display:none;
}
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
  font-size: 8em;
}

/* Pricing Page Styles */
.price {
  font-size: 4em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}

/* Form Styles */
#signin {
  width: 300px;
  margin:0 auto;
}

/* Footer Styles */
footer {
  margin: 50px 0;
}


/* Shop */

.slide-image {
  width: 100%;
}

.carousel-holder {
  margin-bottom: 30px;
}

.carousel-control,.item {
  border-radius: 4px;
}

.caption {
  height: 130px;
  overflow: hidden;
}

.caption h4 {
  white-space: nowrap;
}

.thumbnail img {
  width: 100%;
}

.ratings {
  color: #d17581;
  padding-left: 10px;
  padding-right: 10px;
}

.thumbnail {
  padding: 0;
}

.thumbnail .caption-full {
  padding: 9px;
  color: #333;
}

.yellow {
	color:#FC0;
}
select {
	padding:5px;
	border:1px solid #ccc;
	border-radius: 4px;
}


/* Responsive Styles */
@media (max-width: 767px) {

.carousel {
  height: 70%; /* increases the carousel height so it looks good on phones */
}

}
