@import url('//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700&#038;subset=latin,latin-ext');
@import url('//fonts.googleapis.com/css?family=Noto+Sans:400italic,700italic,400,700&#038;subset=latin,latin-ext');


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 2.4em;
}

h1,h2,h3,h4 {
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
}

img.logo {
	padding: 15px 0;
}

.navbar {
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
  background-image:         linear-gradient(to bottom, #fff 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  background: white;
  opacity: 0.98;
  color: black;
  height: 80px;
  border-bottom: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.9);
	 -moz-box-shadow: 0 2px 10px rgba(0,0,0,.9);
		  box-shadow: 0 2px 10px rgba(0,0,0,.9);
}

.navbar-header {
  /*float: right;*/
  height: 80px;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 45px 15px 35px;
  margin: 0;
  color: #2F537A;
  height: 80px;
  text-transform: uppercase;
  font-size: 110%;
  font-weight: normal;
}

.nav > li > a:hover{
  background: #FF891B;
}

.nav > li > a:focus {
  background: none;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #FF891B;
  border-color: #FF891B;
}

.navbar-toggle {
  color: #2F537A;
  font-size: 200%;
}

.navbar li img {
    width: 32px;
    height: 32px;
    margin-right: 15px;
}

.collapse.in,
.collapsing {
  background: #eee;
}

.collapse.in li a,
.collapsing li a {
  padding: 5px 10px;
  height: auto;
}

.collapse.in li img,
.collapsing li img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}


.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
}

/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
  border: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	 -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
		  box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
  margin-top: 10px;
}

.dropdown-menu {
}

.nav-pills {
    text-align: center;
}

.nav-pills > li {
    clear: both;
    float: none;
    display: inline-block;
}

.nav-pills > li > a {
    clear: both;
    padding: 0px 10px;
    height: auto;
    text-transform: none;
    font-weight: normal;
    font-size: 100%;
    line-height: 200%;
}

.nav-pills > li > a > .badge {
    font-size: 90%;
    padding: 2px 10px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 60px;
  margin-top: 80px;
  background: #2F537A;
}

.carousel .container {
  position: relative;
  z-index: 9;
}

.carousel-control {
  height: 80px;
  height: 100%;
  margin-top: 0;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
  border: 0;
  z-index: 10;
  width: 5%;
}

.carousel .item {
  height: 400px;
}

.carousel img.back {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  opacity: 0.1;
  padding: 20px;
}

.carousel img.back-no-padding {
    padding: 0;
    bottom: 0;
}

.carousel-caption {
  background-color: transparent;
  position: static;
  padding: 0 20px;
  margin-top: 100px;
  font-size: 140%;
  text-align: left;
}
.carousel-caption h1,
.carousel-caption .lead {
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.25;
  text-shadow: 0 3px 3px rgba(0,0,0,.9);
  clear: none;
}
.carousel-caption .btn {
  margin-top: 10px;
}

.carousel .carousel-right-img {
    padding: 50px 100px 50px 100px;
    max-height: 400px;
    float: right;
    max-width: 40%;
}

.other-links a p {
    margin-left: 38px;
    margin-top: 15px;
    margin: 15px 15px 10px 38px;
    color: #777;
}

.example {
    margin-right: 10px;
    width: 30%;
    text-align: center;
    line-height: 1.8em;
    display: inline-block;
    vertical-align: top;
}

.example:hover .panel-heading {
    background: gray;
    background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
    background-image:         linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
    background-image: -webkit-linear-gradient(top, #3e6ea0 0%, #2f537a 100%);
    background-image:         linear-gradient(to bottom, #3e6ea0 0%, #2f537a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff#3e6ea0', endColorstr='#ff2f537a', GradientType=0);
    background-repeat: repeat-x;
    color: white;
}

.example:hover {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
}

.example h3 {
    font-weight: bold;
}

.example img {
    max-width: 100%;
    max-height: 200px;
    margin: 10px auto;
}

#go-top {
    position: absolute;
    height: 60px;
    width: 60px;
    top: 90px;
    right: 10px;
    padding: 10px 20px;
    margin: 10px;
    display: none;
    z-index: -1;
}

footer.my {
    background: #2F537A;
    margin-top: 30px;
    padding: 10px 0;
    color: #ccc;
    -webkit-box-shadow: 0 -2px 10px rgba(0,0,0,.9);
    -moz-box-shadow: 0 -2px 10px rgba(0,0,0,.9);
    box-shadow: 0 -2px 10px rgba(0,0,0,.9);
}

footer.my a {
    color: #fff;
}

.form-hid-trick {
  position: absolute;
  left: -999em;
  visibility: hidden;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 1200px) {

    .carousel .carousel-right-img {
      padding: 50px 50px 50px 50px;
    }

    .carousel-caption {
      margin-top: 50px;
      font-size: 130%;
    }

}

@media (max-width: 979px) {

  .container.navbar-wrapper {
	margin-bottom: 0;
	width: auto;
  }
  .navbar-inner {
	border-radius: 0;
	margin: -20px 0;
  }

  .carousel-indicators {
      bottom: 0;
  }

  .carousel .item {
	height: 400px;
  }
  .carousel .carousel-right-img {
      padding: 50px 10px 50px 10px;
  }

  .featurette {
	height: auto;
	padding: 0;
  }
  .featurette-image.pull-left,
  .featurette-image.pull-right {
	display: block;
	float: none;
	max-width: 40%;
	margin: 0 auto 20px;
  }

  .example {
    width: 45%;
  }
}


@media (max-width: 767px) {

  .navbar-inner {
	margin: -20px;
  }

  .carousel-right-img {
      display: none;
  }

  .carousel {
      height: auto;
  }

  .carousel .container {

  }
  .carousel .item {
	height: 300px;
  }

  .carousel-caption {
	width: 100%;
	padding: 0 70px;
	margin-top: 10px;
  }
  .carousel-caption h1 {
	font-size: 22px;
  }
  .carousel-caption .lead,
  .carousel-caption .btn {
	font-size: 12px;
  }

  .marketing .span4 + .span4 {
	margin-top: 40px;
  }

  .featurette-heading {
	font-size: 30px;
  }
  .featurette .lead {
	font-size: 18px;
	line-height: 1.5;
  }

  .example {
    width: 90%;
  }
}

@media (max-width: 599px) {
    .carousel {
        height: 10px;
        margin-bottom: 10px;
    }

  .carousel-inner,
  .carousel-indicators,
  .carousel-control {
        display: none;
  }
}
