/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.slimheader {
    height: 25% !important;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 15px 0;
	padding-top: 15px;
	border-top: 1px solid #eee;
}

/* CUSTON STYLES */

  .home-top {
	  margin-bottom: 0px !important;
	  margin-top: 50px !important;
  }
  .logo-padding {
	  padding-top: 0px !important;
	  padding-bottom: 0px !important;
  }
  .bg-green {
	  background-color: #013535 !important;
  }
  .intro {
	  font-weight: bold;
	  color: #333;
  }    
  .float-right {
	  float:right !important;
  }
    .float-left {
	  float:left !important;
  }
    .margin-bottom0 {
		margin-bottom: 0px !important;
  }
    .margin-top0 {
		margin-top: 0px !important;
  }
    .margin-bottom15 {
		margin-bottom: 15px !important;
  }
    .margin-bottom5 {
		margin-bottom: 5px !important;
  }
    .margin-top15 {
		margin-top: 15px !important;
  }
    .border-bottom0 {
		border-bottom: 0px !important;
  }
  .padding0 {
	  padding: 0px !important;
  }
  .faq:hover {
	  background-color: #013535;
	  color: #FFF;
  }
    .margin-bottom30 {
		margin-bottom: 30px !important;
  }
  .white {
	  color: #FFF ;
  }
  .divide-white {
	  border-top-color:#FFFFFF !important;
  }
ul#winners {
 list-style-type: none;
 margin-bottom: 35px;
 }
 ul#winners li {
	 margin-bottom: 20px;
 }
ul#links {
 list-style-type: none;
 margin-bottom: 35px;
 }
 ul#links li {
	 margin-top: 20px;
	 margin-bottom: 20px;
	 border-bottom: solid #eee 1px;
	 padding-bottom: 10px;
 }
#winners-active{
  background-color: #013535;
  color: #FFF;
}
.accordion-active-bg {
	background-color: #000000 !important;
 }
 textarea.form-control {
	 height: 155px;
 }
  .padding0 {
	  padding: 0px !important;
  }
  .button-corners {
	  border-top-right-radius: 4px !important;
	  border-bottom-right-radius: 4px !important;
  }
  .404 h1 {
	  font-size: 70px !important;
  }    
/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

/* CUSTON RESPONSIVE STYLES */

 @media screen and (max-width: 767px) {
  .padding-strapline-15 {
	  padding-left: 15px !important;
  }	
  .logo-paddingtop {
	  padding-top: 15px !important;
  }	
  .winners-button {
	  margin-top: 5px !important;
  }	
}
