@charset "UTF-8";
/* CSS Document */


body, html {

  height: 100%;

  margin: 0;
padding:0;
  font: 400 15px/1.8 "Lato", sans-serif;

  color: #777;

}


.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9{

  position: relative;

  opacity: 1;

  background-attachment: fixed;

  background-position: center;
  background-color: rgba(212,179,180,1.00);
	background-blend-mode: multiply;


  background-repeat: no-repeat;

  background-size: cover;

padding:0;

}

.caption {

  position: absolute;

  left: 0;

  top: 50%;

  width: 100%;

  text-align: center;

  color: #000;

}
.captionL {

  position: absolute;

  left: 30px;

  top: 10px;

  width: 100%;

  text-align: left;

  color: #000;

}

.captionR {

  position: relative;

  right: 30px;

  bottom: 15%;

  width: 100%;

  text-align: center;

  color: #000;

}

.caption span.border {

  background-color: #111;

  color: #fff;

  padding: 18px 7%;

  font-size: 25px;

  letter-spacing: 10px;
	
  opacity: 0.5;
  

}

h3 {

  letter-spacing: 5px;

  
		padding:0 5% 0;

  font: 20px "Lato", sans-serif;

  color: #111;

}
	
	h4 {


  
		padding:0 1 0;


  font: 12px "Lato", sans-serif;

  color: #111;

}
	h3 {

  letter-spacing: 5px;

 
		padding:0 5% 0;


  font: 20px "Lato", sans-serif;

  color: #111;

}
	h2 {

  letter-spacing: 7px;

 
padding:0 5% 0;

  font: 24px "Lato", sans-serif;
font-weight:500;
  color: #111;

}
	
	h1 {

  letter-spacing: 10px;

 
padding:0 5% 0;
  font: 30px "Lato", sans-serif;
 font-weight:700;
  color: #111;

}
	
/* Turn off parallax scrolling for tablets and phones */

@media only screen and (max-device-width: 1024px) {

    .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9{

    background-attachment: scroll;

    }

}
	
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 90%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
	ul.breadcrumb {
    padding: 1px 5%;
    list-style: none;
    background-color: #FFFFFF;
		text-align: center;
		margin-left:auto;
		margin-right: auto;
}
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}
ul.breadcrumb li+li:before {
    padding: 8px 1%;
    color: black;
    content: "|";
}
ul.breadcrumb li a {
    color: #111;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

body,td,th {
	font-family: Lato, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
	@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-envelope:before {
  content:"\2709";
}
.glyphicon-search:before {
  content:"\e003";
	color:#d3d3d3;
}
.glyphicon-film:before {
  content:"\e009";}
.glyphicon-time:before {
  content:"\e023";}
.glyphicon-map-marker:before {
  content:"\e062";
	color: #F76108;
	font-size: 24px;
	}
.glyphicon-chevron-right:before {
  content:"\e080";
}
.glyphicon-info-sign:before {
  content:"\e086";}
.glyphicon-eye-open:before {
  content:"\e105";}
.glyphicon-thumbs-up:before {
  content:"\e125";}
.glyphicon-link:before {
  content:"\e144";}
.glyphicon-earphone:before {
  content:"\e182";
}
.glyphicon-education:before {
  content:"\e233";}
.glyphicon-chevron-down:before{
  content:"\e114";
	font-size: 24px;
}
.glyphicon-chevron-up:before{
  content:"\e113";
	font-size: 24px;
}
