@charset "utf-8";
/* CSS Document */

@import url("fonts.css");

.carousel-caption h3{
	font-family:'Open Sans', serif;
    font-weight: 300;
    color: rgb(255, 255, 255);
    background: rgb(228, 84, 91);
	padding: 15px 0px;
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(font/glyphicons-halflings-regular.eot);
	src: url(font/glyphicons-halflings-regular.svg);
	src: url(font/glyphicons-halflings-regular.ttf);
	src: url(font/glyphicons-halflings-regular.woff);
	src: url(font/glyphicons-halflings-regular.woff2);

}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

h1{
font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 3px;
}

.glyphicon-chevron-left:before {
	content: "\e079"
}
.glyphicon-chevron-right:before {
	content: "\e080"
}

.navbar {
  width:100%;
  min-height:60px;
  background:transparent; 
  border:0px;
  padding:20px 0px;
  margin:0px;
  z-index:99999; 
}

.navbar .nav {
  position:relative;
  display:block;
  right:0px;
  float:right;
  padding:0px;
  margin:0px;
}

.navbar .nav > li > a {
  font-family:'Open Sans', serif;
  font-size:14px;
  line-height:42px;
  color:#fff;
  padding:0px 20px;
  margin:0px;
  margin-left:4px;
}
.navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover, 
.navbar .nav > li.active:hover > a {
  background:#333946; 
  color: #fff;
}

.navbar .nav > li:hover > a {
  background-color: transparent;
}

.navbar-toggle {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #333;
}

.call-to-action span{
font-size:28px;
color: #fff;
}

.call-to-action {
    text-align: center;
    background: #e4545b;
    height: 75px;
    padding-top: 26px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

footer a {
    color: #fff;
}
footer a:hover {
    color: #e4545b;
    text-decoration: none;
}


@media (max-width:768px) {
	.navbar .nav {
  position:relative;
  display:block;
  right:0px;
  float:left;
  padding:0px;
  margin:0px;
}
}


@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
	background-color: #333946;
}
}