#mask-overlay {
    width: 100%;
    height:100vh;
    position: absolute;	
	top: 0px;
	left: 0px;
	z-index: 20;
	background-color: rgba(0,0,0,0.25);
  }

#red-overlay {
    width: 100%;
    height:100vh;
    position: absolute;	
	top: 0px;
	left: -50%;
	z-index: 20;
	background-image: url(../images/slider-cover.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	opacity: 0;
  }

.hp-logo {
	width: 100%;
    height: auto;	
	padding-left: 30%;
	padding-right: 30%;
	text-align: center;
    top: 50vh;	
    position: absolute;
    z-index: 50;
}

.hp-news {
	width: 20%;
    height: auto;	
	padding: 0.5em;
    top: 20vh;
	left: 1%;
    position: absolute;
    z-index: 50;
	background-color: #c41e1e;
	border-radius: 15px;
	border: 2px #fff solid;
	-webkit-box-shadow: 0px 4px 11px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 11px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 11px 2px rgba(0,0,0,0.75);
}

.hp-news h3 {
	color: #fff;
	text-align: center;
	font-size: 2.5em;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

.hp-news p {
	color: #fff;
	text-align: center;	
}

.contact_note {
	width: 100%;
    height: auto;	
	padding-left: 30%;
	padding-right: 30%;
	text-align: center;
    top: 86vh;	
    position: absolute;
    z-index: 50;
	color: #fff;
    font-family: 'Arimo', sans-serif;
	font-weight: 300;
	font-size: 26px;
	font-style: italic;
}

.hp-tagline {
	width: 100%;
    height: auto;
	left: 0%;
	text-align: center;
    top: 80vh;
    z-index: 50;
	color: #fff;
	position: absolute;
	font-family: 'EB Garamond', serif;
	font-weight: 500;
	padding: 2% 15%;
	letter-spacing: -2px;
	word-spacing: -1px;
	font-size: 4em;
	line-height: 0.9em;
	text-shadow: 2px 2px #000;
	background-color: rgba(0,0,0,0.3);
	border-radius: 15px;
}

.hp-tagline-top {
	width: 80%;
    height: 2vh;	
	text-align: left;
	position: absolute;	
    top: 42vh;
	left: 10%;	
    z-index: 50;
	color: #fff;
    font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-style: italic;
	letter-spacing: -1px;
	font-size: 36px;
	line-height: 36px;
}

.hp-tagline-bottom {
	width: 80%;
    height: 3vh;	
	text-align: left;
	position: absolute;	
    top: 49vh;	
	left: 10%;	
	z-index: 50;
	color: #fff;
    font-family: 'Arimo', sans-serif;
	font-weight: 600;
	letter-spacing: -1px;
	font-size: 40px;
	line-height: 66px;
}

.big_logo {
	width: 100%;
	top: 34vh;
	height: 34vh; 
	background-image: url(../images/hp_logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	z-index: 50;
}

.feature_band {
	width: 100%;
	top: 76vh;
	height: 235px; 
	position: absolute;
	z-index: 50;
	background-color: rgba(75,95,4,0.23);	
}

.feature_band .headline {
	color: #fff;
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	letter-spacing: -2px;
	font-size: 50px;
	line-height: 66px;
	text-align: center;
}

.feature_band .headline_text {
	color: #fff;
	font-family: 'Arimo', sans-serif;
	font-weight: 100;
	letter-spacing: -2px;
	font-style: italic;
	font-size: 36px;
	line-height: 28px;
	text-align: center;
}

.hp_left_block {
	background-color: rgba(228,27,35,0.80);
	width: 595px;
	height: 385px;
	padding: 12px;
	top: 0px;
	position: relative;
	float: left;
	text-align: left;
}

.hp_left_block h1 {
	color: #fff;
font-family: 'Arimo', sans-serif;
	font-weight: 700;
	letter-spacing: -2px;
	font-size: 55px;
	line-height: 50px;
	padding: 0px;
	margin: 0px;
}

.hp_left_block p {
font-family: 'Arimo', sans-serif;
	margin-top: 14px;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
	height: 156px;
	overflow: hidden;
	width: 70%;
	float: left;
}

.hp_left_block .btn {
	width: 112px;
	margin-left: 3%;
	margin-right: 3%;	
	margin-top: 34px;
	height: 112px;
	text-align: center;
	line-height: 112px;
	color: #000;
	border: 2px solid #fff;
	background-color: #e41b23;
	cursor: pointer;
	float: right;
  	-moz-transition: all 0.2s ease-in-out;
  	-webkit-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out; 
}

.hp_left_block .btn:hover {
	background-color: transparent;
}

.hp_left_block .btn .material-icons {
	color: #fff;
	font-size: 104px;	
}

.hp_center_block {
	background-color: rgba(198,22,14,0.75);
	width: 374px;
	height: 204px;
	padding: 8px;
	top: 42px;
	margin-left: 95px;
	position: relative;
	float: left;
	text-align: center;	
}

.hp_center_block h1 {
	color: #fff;
font-family: 'Arimo', sans-serif;
	font-weight: 700;
	letter-spacing: -3px;
	font-size: 42px;
	line-height: 42px;
	padding: 0px;
	margin: 0px;	
}

.hp_center_block p {
    font-family: 'Arimo', sans-serif;
	margin-top: 10px;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: lighter;
	height: 43px;
	overflow: hidden;
}

.hp_center_block .btn {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;	
	height: 40px;
	text-align: center;
    font-family: 'Arimo', sans-serif;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	font-weight: lighter;
	border: 1px solid #aaa;
	background-color: #c6160e;
	cursor: pointer;
  	-moz-transition: all 0.2s ease-in-out;
  	-webkit-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out; 
}

.hp_center_block .btn:hover {
	background-color: transparent;
}

.hp_right_block {
	background-color: rgba(127,16,11,0.75);
	width: 374px;
	height: 204px;
	padding: 8px;
	top: 42px;
	margin-left: 95px;
	position: relative;
	float: left;
	text-align: center;	
}

.hp_right_block h1 {
	color: #fff;
    font-family: 'Arimo', sans-serif;
	font-weight: 700;
	letter-spacing: -3px;
	font-size: 42px;
	line-height: 42px;
	padding: 0px;
	margin: 0px;	
}

.hp_right_block p {
    font-family: 'Arimo', sans-serif;
	margin-top: 10px;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: lighter;
	height: 43px;
	overflow: hidden;
}

.hp_right_block .btn {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;	
	height: 40px;
	text-align: center;
    font-family: 'Arimo', sans-serif;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	font-weight: lighter;
	border: 1px solid #aaa;
	background-color: #7f100b;
	cursor: pointer;
  	-moz-transition: all 0.2s ease-in-out;
  	-webkit-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out; 
}

.hp_right_block .btn:hover {
	background-color: transparent;
}

#featureSlider {
  z-index: 10;
  height: 100vh;  
  width: 100%;  
  display: block;
  margin: 0;
  top: 0px;	
  left: 0;
  overflow:hidden;
  margin-bottom: 0px;
  }
  
#featureSlider img {
	max-width: none !important;
}

  #featureSlider .sliderholder {
    display: none; }
  #featureSlider .imgholder {
    position: relative;
    width: 100vw;
    height:100vh;  
	top: 0px;
	left: 0px;	
	margin: 0 auto;
    padding: 0;
    list-style: none; }
    #featureSlider .imgholder li {
      position: absolute !important;
	  overflow: hidden;
      height: 100vh;
      width: 100vw;
      top: 0px;
      left: 0;
      z-index: 0;
      display: none; }
      #featureSlider .imgholder li a.fs-wraplink {
        height: 100vh;
        width: 100vw;
        display: block; }

.sliderfill {
	position: absolute;
	width: 2000px;
	height: 1200px;
}

.fullscreen-bg__video {
    position: absolute;
    top: -60px;
    left: -5px;
    width: 108vw;
    height: 120vh;
}

.index_heading {
	background-color:rgba(77, 71, 68,0.90);	
	position: absolute;	
	width: 100%;
	height: 100px;
	top: 835px;
	z-index: 30;
}

.index_heading h1 {
	color: #fff;
    font-family: 'Arimo', sans-serif;
  	font-size: 50px;
  	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 4px;
	height: 60px;
	padding-top: 20px;
	text-align: center;
	border-bottom: thin #fff solid;
	
}

/*
#featureSlider {
  margin-top: 25px;
  margin-bottom: 40px;
  position: relative;
  z-index: 500;
  height: 450px;
  width: 100%; }
  #featureSlider .imgholder {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #000; }
    #featureSlider .imgholder a.fs-wraplink {
      z-index: 3;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      display: block;
      position: absolute !important; }
    #featureSlider .imgholder a.fs-wraplink:first-child {
      z-index: 5; }
    #featureSlider .imgholder a.fs-wraplink:nth-child(2) {
      z-index: 4; }*/
  #featureSlider a.fs-leftarrow, #featureSlider a.fs-rightarrow {
    position: absolute;
    font-size: 80px;
    text-shadow: 0px 0px rgba(0, 0, 0, 0.8);
    color: #fff;
    z-index: 510;
    top: 40%; }
  #featureSlider a.fs-leftarrow {
    left: 1%; }
  #featureSlider a.fs-rightarrow {
    position: absolute;
    right: 1%; }
  #featureSlider .fs-circles {
    bottom: 1%;
    left: 0;
	width: 100%;
	text-align: center;
    position: absolute;
    z-index: 510;
    padding: 10px 0;
    background: none; }
    #featureSlider .fs-circles a.circle {
      width: 10px;
      height: 10px;
      border-radius: 50%;
	  -webkit-border-radius: 50%;
	  display: inline-block;
      margin: 2px;
      background-color: #999; }
    #featureSlider .fs-circles li.active a.circle {
      background-color: #333; }



@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

i {
  display: block;
  color: #fff;
}

.bounce {
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  animation: bounce 4s infinite;
}
