/* Add here all your css styles (customizations) */
//.header .container > .navbar-header, .header .container-fluid > .navbar-header, .header .container > .navbar-collapse, .header .container-fluid > .navbar-collapse {
//    margin-bottom: -17px;
//}



.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.header .navbar-default .navbar-nav > li > a {
    color: #687074;
    font-weight: 400;
    text-transform: none;
}

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 76.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



#banner_text h1 {
  	font-weight: bold;
	  font-size: 3.9vw;
  	color: #fdfdfd;
    text-shadow: 1px 1.5px rgba(0, 0, 0, 0.63);
    line-height: 3.9vw;
}

#banner_text ul {
	margin-top: 4%;
}


#banner_text li {
	font-size: 2vw;
  	color: #fdfdfd;
    text-shadow: 1px 1.5px rgba(0, 0, 0, 0.63);
}

/*#banner_text li:before {
    text-shadow: 1px 1.5px #000;
    display: inline-block;
	width: 1em;
	margin-left: -1em;
	text-align: center;
	content: "•";
}*/

#banner_text p {
  margin-top: 5%;
  font-size: 2.5vw;
  color: #fdfdfd;
  line-height: 1.3;
  text-shadow: 1px 1.5px #000;
}
@media (max-width: 1170px) {
  #banner_text {
  	position:absolute;
      margin-top: 3%;
      margin-left: 3%;
  }
}
@media (min-width: 1170px) {
  #banner_text {
  	position:absolute;
      margin-top: 38px;
      margin-left: 38px;
  }

  #banner_text li {
    font-size: 26px;
  }
  #banner_text p {
    font-size: 26px;
  }
  #banner_text h1 {
    font-size: 50px;
  }
  h1#banner_top_text {
    font-size: 38px !important;
  }
}


img {
    max-width: 100%;
}