* {
  border-radius: 1px !important;
  moz-border-radius: 1px !important;
  webkit-border-radius: 1px !important;

  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

html {
  min-height: 100%;
}

body {
  background-color: #F9F9F9;
  font-size: 17px;
  color: #505050;
}

a,
a:visited {
  color: #3886b0;
}


h1 {
  color: #3886B0;
}

h1,
h2,
h3 {
  color: #d28800;

}

.carousel {
  margin-bottom: 20px;
}

.carousel-caption strong {
  font-size: 1.8em;
  display: block;
  margin-bottom: 4px;
}


.wrapper {
  background-color: transparent;
}

.main-menu {
  padding-top: 44px;
  float: right;
}

ul.menu {
  /* padding: 3px 5px 0px; */
}

ul.menu li a {
  padding: 7px 10px 5px;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  color: #3886B0;
  /*text-shadow: 1px 1px 1px #d8d8d8;*/
}

ul.menu li a:hover {
  color: #65a5e4;
}

ul.menu a.active {
  background-color: #65a5e4;
  color: white !important;
  padding-left: 13px;
  padding-right: 13px;
  border-radius: 20px;
}

ul.menu ul li a:hover {
  background: none repeat scroll 0% 0% rgb(48, 124, 169) !important;
}

ul.menu>li {
  margin-left: 17px !important;
  font-size: 15px;
}

.top-menu {
  /*background-color: #e9a01c;*/
  background-color: #499DCB;
  padding: 4px 10px;
  /*box-shadow: -1px 2px 6px #6493aa;*/
}

.top-menu .btn-link {
  color: white;
}

.btn-primary:visited {
  color: #fff !important;
}

.top-menu-left {
  text-align: left;
}

.top-menu-right {
  text-align: right;
}

ul.menu ul li a {
  padding: 10px 10px;
  text-transform: none;
}

.breadcrumb {
  background-color: transparent;
}

article {
  text-align: left;
}

.article h1 {
  margin-bottom: 15px;
  font-size: 26px;
  text-align: left;
}

.article h2 {
  margin-top: 0px;
  font-size: 22px;
  padding-top: 7px;
  text-align: left;

}

.thumbnail a {
  text-decoration: none;
  color: #d28800;
}

hr {
  border-color: #E3E3E3;
  margin: 0px;
}

.well {
  border: 1px solid #e3e3e3;
}

.payment-type .btn.btn-default {
  width: 400px;
  margin-bottom: 10px;
}

.footerColumns {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #499DCB;
  /*background-color: #e9a01c;*/
  color: white;
  box-shadow: -1px 2px 6px #6493aa;

}

.footerCopy {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.8em;
  background-color: #1e6e9c;
  color: white;
}

.footerColumns a {
  color: #fff;
  text-decoration: none;
}

.footerColumns .glyphicon,
.footerColumns .fa {
  border: 1px solid #fffcfc;
}

.footerColumns h3 {
  color: #ffbc48;
}

.footerColumns h3 {
  border-bottom: 1px #fff solid;
  font-size: 1.3em;
  font-weight: normal;
  font-weight: 300;
}

.footerCopy a {
  color: #f6e7d3;
}

.bg-info {
  background-color: #eaeaea;
  color: #3680aa;
}

.alert-success {
  background-color: rgb(255, 255, 255);
  border: 4px #3886b0 solid;
  font-weight: 700;
  color: #3886b0;
  font-size: 1.3em;
  text-align: center;
}

.btn-warning:visited {
  color: white;
}

.btn-block {
  display: block;
  width: 100%;
  padding-top: 15px;
}

@media only screen and (max-width: 1199px) {
  ul.menu>li {
    font-size: 14px;
  }

}

@media only screen and (max-width: 980px) {

  .logo {
    width: 250px;
  }

  .main-menu {
    padding-top: 15px;
    float: none;
  }

  ul.menu>li {
    margin-left: 0px !important;
    font-size: 15px;
  }

  @media only screen and (max-width: 768px) {

    .top-menu-left {
      text-align: center;
    }

    .top-menu-right {
      text-align: center;
    }
  }

}


/* BTN STRIPE */

.btn-stripe {
  background-color: #43458b !important;
  color: white !important;
}