/* ==========================================================================
   Constants
   ========================================================================== */
/* ==========================================================================
   General
   ========================================================================== */
body {
  background: #2A2A2A;
}
.wrap {
  background: #ffffff;
}
a {
  color: #49bdc1;
}
a:hover {
  color: #52d3d9;
}
a:active,
a:focus {
  outline: none;
}
h2,
h3 {
  font-family: 'Lato', sans-serif;
}
h2 {
  font-size: 31px;
  font-weight: 300;
  line-height: 34px;
  margin-top: 10px;
  margin-bottom: 20px;
}
p {
  color: #999999;
  font-size: 15px;
  line-height: 23px;
}
p.lead {
  margin-top: 20px;
  color: #52d3d9;
}
.lead {
  color: #52d3d9;
}
li {
  color: #999999;
  margin-bottom: 5px;
}
.btn-main {
  background: #52d3d9 repeat scroll 0 0;
  font-family: 'Lato', sans-serif;
  border: 0;
  border-bottom: 5px solid #49bdc1;
  border-radius: 2px;
  box-shadow: none;
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: none;
  padding: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
}
.btn-main:hover {
  background: #84ccd3;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.35s ease 0s;
}
.btn-main-small {
  background: #52d3d9 repeat scroll 0 0;
  font-family: 'Lato', sans-serif;
  border-bottom: 5px solid #49bdc1;
  border-radius: 2px;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 13px;
  text-decoration: none;
  text-shadow: none;
  padding: 8px 18px;
  text-transform: uppercase;
  letter-spacing: 0px;
}
.btn-main-small:hover {
  background: #84ccd3;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.35s ease 0s;
}
.image-break {
  background: url("../images/paper-texture.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  height: 45px;
  margin-bottom: 10px;
  opacity: 0.5;
}
.checklist {
  list-style: none;
  font-size: 18px;
}
/* ==========================================================================
   Navigation
   ========================================================================== */
.navbar {
  border-bottom: 0;
}
.navbar .navbar-inner {
  background-color: #2A2A2A;
  border-bottom: 3px solid #52d3d9;
}
.navbar .navbar-collapse li {
  float: left;
}
.navbar .brand,
.navbar .nav > li > a {
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-weight: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
}
.navbar .brand img {
  width: 150px;
}
.navbar li.active a {
  color: #52d3d9;
}
.navbar .brand {
  padding: 20px 20px 20px 0;
  display: block;
  float: left;
}
.navbar .nav > li > a {
  padding: 40px 7px;
}
.navbar .nav > li > a:visited {
  background: none;
}
.navbar .nav > li > a:hover {
  color: #52d3d9;
  background: none;
  transition: all 0.35s ease 0s;
}
.navbar .nav > li > a:focus {
  background: none;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom-color: #52d3d9;
  border-top-color: #52d3d9;
}
.navbar .nav li.dropdown.open > a {
  background: none;
  color: #52d3d9;
}
.navbar .dropdown-menu li {
  width: 100%;
}
.navbar .dropdown-menu > .active > a {
  background-color: #ffffff;
  color: #333333;
}
.navbar .dropdown-menu li a:hover {
  background: #52d3d9;
  color: #ffffff;
}
.navbar .menu-button {
  background: none repeat scroll 0 0 #52d3d9;
  border-bottom: medium none;
  border-radius: 2px;
  box-shadow: none;
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0;
  padding: 7px 12px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
}
.navbar .menu-button:hover {
  background: #84ccd3;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.35s ease 0s;
}
.navbar li.active li a {
  color: #333333;
}
/* ==========================================================================
   Carousel
   ========================================================================== */
.carousel {
  margin-bottom: 0px;
  background: #2A2A2A;
}
.carousel .container {
  position: relative;
  z-index: 9;
}
.carousel .carousel-control {
  background: none repeat scroll 0 0 rgba(15, 15, 15, 0.16);
  border: 3px solid;
  font-size: 27px;
  font-weight: bold;
  height: 40px;
  margin-top: 50px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  z-index: 10;
  border-radius: 23px;
  width: 40px;
  line-height: 30px;
  top: 45%;
}
.carousel .carousel-control.left {
  left: 15px;
}
.carousel .carousel-control.right {
  right: 15px;
}
.carousel .item {
  height: 600px;
}
.carousel .one {
  background: url(../images/header5.jpg) no-repeat center center;
  background-size: cover;
}
.carousel .two {
  background: url(../images/header3.jpg) no-repeat center center;
  background-size: cover;
}
.carousel .three {
  background: url(../images/header1.jpg) no-repeat center center;
  background-size: cover;
}
.carousel .carousel-caption {
  background-color: transparent;
  position: static;
  max-width: 900px;
  padding: 0 20px;
  margin-top: 20%;
  text-align: left;
  text-shadow: none;
}
.carousel .carousel-caption .carousel-subcaption {
  background-color: #ffffff;
  line-height: 65px;
  padding: 7px 15px;
  float: left;
  margin: 10px 0 15px;
  max-width: 600px;
}
.carousel .carousel-caption h1 i {
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  font-size: 55px;
  line-height: 65px;
  font-style: normal;
  text-transform: uppercase;
  padding: 12px 15px;
  color: #fff;
  background-color: #2a2a2a;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.carousel .carousel-caption h2 i {
  color: #999999;
  font-weight: normal;
  font-style: italic;
  font-size: 27px;
}
.carousel .carousel-caption h2 {
  margin-bottom: 10px;
  margin-top: 5px;
}
.carousel .btn-main {
  float: left;
  clear: both;
}
/* ==========================================================================
   Home Page 
   ========================================================================== */
#services {
  padding-top: 10px;
  padding-bottom: 100px;
}
.service-box {
  border-bottom: 7px solid rgba(134, 205, 212, 0.15);
  text-decoration: none;
  padding: 0;
  min-height:280px;
}
.service-box h2 {
  margin-top: 25px;
  color: #999999;
}
.service-box a {
  padding: 20px 5px 25px 5px;
}
.service-box a,
.service-box a:hover {
  text-decoration: none;
  display: block;
}
.service-box p {
  padding-left: 5px;
  padding-right: 5px;
}
.service-box:hover {
  border-bottom: 7px solid #84CCD3;
  text-decoration: none;
  transition: all 0.35s ease-in-out;
}
.service-box:hover i {
  color: #ffffff;
}
.service-box:hover .icon-sphere {
  background: #49bdc1;
  transition: all 0.35s ease-in-out;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#message {
  background: #84CCD3;
  padding-bottom: 80px;
  padding-top: 80px;
}
#message h2 {
  color: #FFFFFF;
  font-size: 43px;
  line-height: 53px;
  font-weight: 300;
}
/* ==========================================================================
   Preamble
   ========================================================================== */
#preamble {
  padding: 20px 0;
}
/* ==========================================================================
   Call to Action
   ========================================================================== */
#calltoaction {
  padding-bottom: 30px;
  padding-top: 30px;
}
#calltoaction h2 {
  line-height: 53px;
  font-weight: 300;
}
/* ==========================================================================
   Bottom
   ========================================================================== */
#bottom {
  background: url('../images/paper-texture.jpg');
  padding-top: 50px;
  padding-bottom: 50px;
}
#bottom h2 {
  color: #84CCD3;
}
#bottom p {
  color: #000000;
}
#bottom a {
  color: #000000;
}
#bottom li {
  margin-bottom: 5px;
}
a.more {
  color: #84CCD3;
  font-weight: bold;
}
a:hover.more {
  color: #76bdc3;
  text-decoration: none;
}
/* ==========================================================================
   Footer
   ========================================================================== */
#footer {
  background: #2A2A2A;
  padding-top: 20px;
  padding-bottom: 10px;
}
#footer p {
  color: #999999;
  font-size: 12px;
}
.copyright a,
.copyright a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
/* ==========================================================================
   Subpage
   ========================================================================== */
.page {
  padding: 120px 0 30px;
  min-height: 500px;
}
.breadcrumbs-container {
  margin-bottom: 20px;
}
.breadcrumbs {
  color: #999999;
}
#signup-page .jumbotron h1 {
  font-size: 58px;
}
#signup-success-page p.lead a {
  text-decoration: underline;
}
#login-page .jumbotron {
  margin-top: 20px;
}
/* ==========================================================================
   Form
   ========================================================================== */
.errorSummary {
  margin: 20px 0;
}
.errorSummary li {
  color: red;
}
.errorSummary p {
  color: red;
}
.errorMessage {
  color: red;
}
input.error,
select.error {
  border: 1px solid red;
}
.form-row {
  margin-bottom: 15px;
}
button.btn-main[disabled] {
  background: #adadad;
  border-color: #ffffff;
}
button[disabled]:hover {
  background: #adadad;
}
