﻿.clearfix {
	clear: both;
}

html,


@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900);
* {
  box-sizing: border-box;
}
/* Safari 11+ */

body {
	margin: 0;
	background: #fff;
	background-size: cover;
}
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
selector { 
property:value; 
}
}}

/* Safari 10.1 */
body {
	margin: 0;
	background: #fff;
	background-size: cover;
}
@media not all and (min-resolution:.001dpcm){ 
@supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {
selector { 
property:value; 
}
}}


video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.overlay {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.overlay h2 {
	background: #000 none repeat scroll 0 0;
	color: tan;
	font-weight: 700;
	margin: 2rem 3rem 0;
	mix-blend-mode: overlay;
	padding: 5px 14px;
	text-align: center;
}
nav a {
    color: inherit;
    padding: 0 12px;
    text-decoration: none;
}



body {
  height: 100%; width:100%; margin-left:0px;
  margin-right:0px;
  /* The html and body elements cannot have any padding or margin. */
  }


/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;

  height: 100%; width:100%;

  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  margin-top:50px;
  padding-top:20px;
  padding-bottom:20px;
}


/* Custom page CSS
-------------------------------------------------- */

#wrap > .container {
  padding: 60px 15px 0;
}
.container .credit {
  margin: 20px 0;
}






.footer {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%; height:70px;
  background-color: black;
  color: white;
  text-align: center;
}


@media (max-width: 768px) {
	header {
		height: 135px;
	}
}

/* demo styles */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
}
h1 {
    font-size: 30px;
}
h2 {
}
p {
    margin-top: 0;
    margin-bottom: 5px;
        font-size: 18px;

}
p ~ p,
p ~ div {
    margin-top: 15px;
}

small {
    font-size: 75%;
    color: #606060;
}
a, a:visited, a:hover, a:focus {
    color: inherit;
}
a:hover, a:focus {
    color: #4f4f4f;
}
.map{
	background-position: center center;
	height: 700px;
	width: auto;
	margin-right: 0px;
	position: relative;
	min-height: 100%;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-size: cover;
	-webkit-align-items: center;
}



.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    max-height: 600px;
    min-height:400px
    z-index: -1;
}

.jarallax {
    min-height: 600px;
}
.jarallax-keep-img.demo-float-left {
    margin-right: 15px;
    margin-left: -60px;
    
}
.jarallax-keep-img.demo-float-right {
    margin-left: 15px;
    margin-right: -60px;
}

@media screen and (min-width: 400px) and (max-width: 500px) {
    .jarallax-keep-img.demo-float-left,
    .jarallax-keep-img.demo-float-right {
        margin-right: 0;
        margin-left: 0;
        float: none;
    }
}

/* hero block */
.demo-table {
    display: table;
    width: 100%;
    height: 600px;
    background-color: rgba(39, 35, 51, 0.6);
    color: #fff;
}
.demo-table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* gap */
.demo-gap {
    padding: 50px;
    overflow: hidden;
}
.demo-gap h1,
.demo-gap h2,
.demo-gap h3 {
    text-align: center;
}
.demo-gap .container {
    max-width: 800px;
    margin: 0 auto;
}
.demo-gap-half {
    display: table;
    width: 100%;
}
.demo-gap-half > div {
    display: table-cell;
    width: 50%;
}
.demo-gap-half .demo-gap-1 .jarallax,
.demo-gap-half .demo-gap-2 .jarallax {
    padding-top: 56.25%;
    min-height: 0;
    height: 0;
}
.demo-gap-half .demo-gap-1 .jarallax {
    padding-top: 112.5%;
}

/* Demo Content */
.demo-content {
	background-color: #f7f7f7;
	padding: auto;
}


/* Float */
.demo-float-left {
    float: left;
}
.demo-float-right {
    float: right;
}
img {
    vertical-align: middle;
    border-style: none;
}
*, ::after, ::before {
    box-sizing: border-box;
}

/* Carousel */
.demo-carousel {
    background-color: rgb(39, 35, 51);
}
.demo-carousel .demo-carousel-item {
    width: 33.33%;
    min-height: 300px;
}
@media screen and (max-width: 1200px) {
    .demo-carousel .demo-carousel-item {
        width: 50%;
    }
}
@media screen and (max-width: 400px) {
    .demo-carousel .demo-carousel-item {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
  .left, .main, .right {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
/* Mobile */
@media screen and (min-width: 400px) and (max-width: 500px) {
    .demo-gap,
    .demo-content {
        padding: 50px 30px;
    }
}

body { background:withe; max-width: 100%; margin-left: auto; margin-right: auto; }

@media screen and (min-width: 400px) and ( max-width: 1200px){      
    }
}

h1,h2,h3,h4 {
}

header h3 {
  font-family: Georgia, "Times New Roman", Times, serif;  background: #ffcc33;
  padding:10px;
  border-radius:3px;
  font-size:34px;
  padding:12px 10px 6px 10px;
}

header .dropdown-menu {
  top:74px;
  background: #ffcc33;
  border-width:0;
}

h1 {
	font-size: 250%;
}

h5 {
  font-size:150px;
  font-family: Georgia, "Times New Roman", Times, serif;  vertical-align: middle;text-align: left;

}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}




}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video  {
	vertical-align: 9px;
	outline: #808080 none;
	box-sizing : border-box;
} 
 img  {
	max-width : 100%;
	position: relative;
}


.wrapper {
  margin-right: auto; /* 1 */
  margin-left:  auto; /* 1 */
  max-width:100%;
  max-width: 100%; /* 2 */

  padding-right: 0px; /* 3 */
  padding-left: 0px; /* 3 */
}

 
.overlay {
	position: relative;
	left: 0px;
	right: 0px;
	bottom: 100px;
	height: 280px;

 /* your iframe height */
}

.video2 { 
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-wrapper {
	position: relative;
	background-color: #000000;
}

.video-wrapper > video {
    width: 100%;height: auto;
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}


.tf_content3{
	position: relative;
	left: 15px;
	top: 108px;
	width: 50%;
	color: #EFEFEF;
	font-family: monospace;
	text-shadow: 4px 4px 6px rgba(60, 62, 85, 0.81);
}


.opacity1 {
	background-color: #FFFFFF;
	border-style: solid;
	background: #333333;
	color: #fff;
	width: 633px;
	background-position: 50% 50%;		
position: relative;		
   left: 8px; top: 52px;	text-align: left;
	opacity: 0.5; /* modern browser */;
	-moz-opacity: 0.5; /* older Mozilla browser */;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 in Standard Compliant Mode */;
	filter: alpha(opacity=50); /* IE5.x -7.0 */
}   


.text-shadow {
text-shadow:  2px 2px 5px rgba(14, 14, 15, 1); }

.opacity { 
background-color:#FFFFFF; 
	color: #C85A10;
	font-style: italic;
box-shadow: 5px 5px 5px rgba(147,66,12,0.0);
color: #000000; top: 52px;	text-align: left; 
margin-left:5px;  margin-right:5px; 
background-position: 50% 50%;		
border-style: solid;
opacity: 0.5;       /* modern browser */  
-moz-opacity: 0.5;  /* older Mozilla browser */  
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE8 in Standard Compliant Mode */  
filter:alpha(opacity=50); /* IE5.x -7.0 */  
}   






@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	60% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	60% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}
@media screen and (max-width: 480px) {
	.hide-on-mobile {
		display: none;
	}

	.show-on-mobile--inline {
		display: inline;
	}
	
	.show-on-mobile--inline {
		display: inline;
	}

}
@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

 