﻿* { margin: 0; padding: 0; }


body {
scroll-behavior: smooth;
	background-position: top;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0;
background-image: linear-gradient(to left bottom, #000000, #2e2e2e, #585858, #878787, #b9b9b9, #bfbfbf, #c5c5c6, #cbcbcc, #a6a6a7, #828383, #606161, #404141);
}

.bgwhite {background-color:white}

a {
	color: #FF921D ;
}
  a:visited {
	color: #FF9219
;
}
  a:active {
	color: #FF921D;
}
  a:hover {
	color: #FFB15B;
}


a.onblack {
	color: #FFFFFF;
}
  a.onblack:visited {
	color: #FFFFFF;
}
  a.onblack:active {
	  color: #FFFFFF;
  }
  a.onblack:hover {
	color: #FFB15B;
}

a.onblack2 {
	color: #FFFFFF;
}
  a.onblack2:visited {
	color: #FFFFFF;
}
  a.onblack2:active {
	  color: #FFFFFF;
  }
  a.onblack2:hover {
	color: black;
}


ul {
  list-style-position: inside;
}


h1 {
	font-family: 'MuseoModerno', cursive;
	font-size: 8em;
	color: silver;
	font-weight: bold;
}

h1 span, h3 span
{font-family: 'Open Sans Condensed', sans-serif;color:white;
font-size: .9em;
font-weight: bold;}
	
}
h2 {
	font-size:3em;
	font-weight: bold;
}
h3 {
	font-family: 'MuseoModerno', cursive;font-size:2.4em;
font-weight: bold;
}

:target {
 

  padding-top:5%;


}
.engraved {text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
}

.blockt {
	text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
	
}
.green {
color:#FF9219}
.russo {
font-family: 'MuseoModerno', cursive;}

.title {
font-size:2em;
text-align : center;
}
#overlay {
	position: absolute;
	min-width: 100%;
	margin:0 auto;
	z-index: 10;
padding-top: 140px;
 

}


/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 200px;
}



.parallax {
	/* The image used */
  background-image: url('../images/Shooting-instructor-Sussex.jpg');

  /* Set a specific height */
	height: 500px; /* Create the parallax scrolling effect */;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}



.overlay {
	background-color: rgba(0, 0, 0,0.4);
	
	border:medium black outset;
} 

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  background-color:black;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 5s;
  animation-name: fade;
  animation-duration: 5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}




.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
/*cookiebar */
.cookiebar{
	width: 100%;
	text-align: center;
	padding: 15px 0 15px 0;
	background: #fff;
	color: #FF9219
;
}
.cookiebar a{
	color: #339954!important;
}

.pb-6,.py-6{padding-bottom:4rem!important}


/*footer */
#footer {
	 Padding-top:30px;
background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(255,146,25,1) 2%, rgba(1,0,20,1) 5%, rgba(1,0,17,1) 47%, rgba(0,0,0,1) 78%, rgba(0,0,0,1) 100%);}

#footer h1 {
	font-family: 'MuseoModerno', cursive;font-size: 4em;
	
	
}

#footer h1 span, h3 span
{font-family: 'Open Sans Condensed', sans-serif;font-size: .9em;}
	

/*sticky header position*/
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.form-control:focus {
  border-color: #FF9219
;
  
  -webkit-box-shadow: inset 0 1px 1px rgba(38,115,63,1), 0 0 8px 0 rgba(38,115,63,1);
          box-shadow: inset 0 1px 1px rgba(38,115,63,1), 0 0 8px 0 rgba(38,115,63,1);
          -moz-box-shadow: inset 0 1px 1px rgba(38,115,63,1), 0 0 8px 0 rgba(38,115,63,1);
}
.btn-info{color:#FF9219
;
background-image: -webkit-linear-gradient(top, #000, #333333);
  background-image: -moz-linear-gradient(top, #000, #333333);
  background-image: -ms-linear-gradient(top, #000F, #333333);
  background-image: -o-linear-gradient(top, #000, #333333);
	background-image: linear-gradient(to bottom, #000, #333333);
border-color: #333}

.btn-info:hover, .btn-info:focus {
border-color:#FF9219
;
color:#FFF}

.btn-info:hover, .btn-info:active {
border-color:#FF9219
;
color:#FFF;
background-color:#FF9219
}


.btn-blk {

	background-position: 0% 0%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 20px;
	padding: 7px 15px;
	text-decoration: none;
	  background-image: -webkit-linear-gradient(top, #000, #333333);
  background-image: -moz-linear-gradient(top, #000, #333333);
  background-image: -ms-linear-gradient(top, #000F, #333333);
  background-image: -o-linear-gradient(top, #000, #333333);
	background-image: linear-gradient(to bottom, #000, #333333);
	background-color: #333333;
	background-repeat: repeat;
	background-attachment: scroll;
	display: block;
	margin: 0 auto;	
}




.btn-grn {

	background-position: 0% 0%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 20px;
	padding: 7px 15px;
	text-decoration: none;
	  background-image: -webkit-linear-gradient(top, #FF9219
, #333333);
  background-image: -moz-linear-gradient(top, #FF9219
, #333333);
  background-image: -ms-linear-gradient(top, #FF9219
, #333333);
  background-image: -o-linear-gradient(top, #FF9219
, #333333);
	background-image: linear-gradient(to bottom, #FF9219
, #333333);
	background-color: #333333;
	background-repeat: repeat;
	background-attachment: scroll;
	display: block;
	margin: 0 auto;	
}


.btn-grn-social {
	font-size: 1.1em;
	border: thin #FF9219 solid;
	box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.18);
	background-image: linear-gradient(to bottom, #FF9219, #333333);
}
.btn-grn-social span {
color:white;
}

.btn-grn-social span:hover {
color:black;
}
.btn-grn:hover,  .btn-grn-social:hover{
 background-color: #FFB15B;
  background-image: -webkit-linear-gradient(top, #FFB15B, #444444);
  background-image: -moz-linear-gradient(top, #FFB15B, #444444);
  background-image: -ms-linear-gradient(top, #FFB15B, #444444);
  background-image: -o-linear-gradient(top, #FFB15B, #444444);
  background-image: linear-gradient(to top, #FFB15B, #444444);
  text-decoration: none;
  color:black;
}
.social-links, .social-links a {
	
	font-size: large;
}


#map {
	height: 500px;
	width: 100%;
	border-top: medium #FF9219 outset;
	border-bottom: medium #FF9219 outset;
}





.parallax-section{
	min-height: 300px;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.our-service{
	margin-bottom: 50px;
}


.single-service {
	background-color: rgba(0, 0, 0, 0.5);
	padding:25px;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}


.single-service i {
	text-align:center;
	font-size:80px;
	background-color: #000;
	border-radius: 50%;
	display: inline-block;
	height: 150px;
	line-height: 150px;
	width: 150px;
	color:#fff;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.single-service:hover {
	background-color: #FFB15B;
}

.single-service:hover i {
	color: #FF9219
;
	-moz-transform: scale(1.1) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}





#messenger {

		position: fixed;
	bottom: 20px;
	left: 21px;
	cursor: pointer;
	z-index:99;
	background-color:#FF9219
;
color:black;
 -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
width: 55px;


}
#facebook{
	position: fixed;
	bottom: 75px;
	left: 20px;
	cursor: pointer;
	z-index:99;
	background-color:#FF9219
;
color:black;
 -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
width: 55px;
	
}
#linkedin{
	position: fixed;
	bottom: 130px;
	left: 20px;
	cursor: pointer;
	z-index:99;
	background-color:#FF9219
;
color:black;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
width: 55px;
	
}
#email {

background-color:#FF9219;
color:black;
 -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;		position: fixed;
	bottom: 185px;
left: 20px;
width: 55px;
	cursor: pointer;
	z-index:99;
	border
	


}





















/*bootstrap btn-info*/

.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#FF9219
;border-color:#FF9219
}
.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>
.btn-info.dropdown-toggle{color:#fff;background-color:#FF9219
;border-color:#FF9219
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{
-webkit-box-shadow: 0px 0px 15px 2px #4FEF83; 
box-shadow: 0px 0px 15px 2px #4FEF83;}

.btn-info{color:#FF9219
;
background-image: -webkit-linear-gradient(top, #000, #333333);
  background-image: -moz-linear-gradient(top, #000, #333333);
  background-image: -ms-linear-gradient(top, #000, #333333);
  background-image: -o-linear-gradient(top, #000, #333333);
	background-image: linear-gradient(to bottom, #000, #333333);
border-color: #333}

.btn-info:hover, .btn-info:focus {
border-color:#FF9219
;
color:#FFF;
background-image: -webkit-linear-gradient(top, #333333, #000);
  background-image: -moz-linear-gradient(top,  #333333, #000);
  background-image: -ms-linear-gradient(top,  #333333, #000);
  background-image: -o-linear-gradient(top,  #333333, #000);
	background-image: linear-gradient(to bottom,  #333333, #000);
	-webkit-box-shadow: 0px 0px 15px 2px #4FEF83; 
box-shadow: 0px 0px 15px 2px #4FEF83;}

.btn-info:hover, .btn-info:active {
border-color:#FF9219
;
color:#FFF;
background-color:#FF9219
}


.iframe {
 display:block;
    margin: 0 auto;
  
}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pyt-5 {
  padding-top: 3rem !important;}
  
#carouselExampleSlidesOnly .carousel-item {
	
	background-color: rgba(38, 115, 63, .4);
	padding: 35px;
}


.blue {
	color:#395B74;
}
.red {
	color: #BF0000
}
a.arden {
	color: #395B74;
}
  a.arden:visited {
	color: #395B74;
}
    
.navbar-dark .navbar-nav .nav-link {
	color: #CCCCCC;
}

#back {
	position:relative;
	background-color:black;
	height: 80px;
}
.navbar-toggle {
  border: none;
  outline: none;
}


.p-6{padding:10rem!important}

.bgblack {
	background-color: #1D1D1D;
	box-shadow: -100px 0px 100px -100px #000000, 100px 0px 100px -100px #000000;
-webkit-box-shadow: -100px 0px 100px -100px #000000, 100px 0px 100px -100px #000000;
-moz-box-shadow: -100px 0px 100px -100px #000000, 100px 0px 100px -100px #000000;
border:medium black ridge	
}
.bgvblack {
	background-color: black
}
.bggray {
	background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(1,0,20,1) 10%, rgba(98,98,98,0.5018382352941176) 100%);} 

.pt-6,.py-6{padding-top:9rem!important}
.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
   

}

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 5;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top:20px;
    color: white;
    background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(1,0,20,1) 10%, rgba(98,98,98,0.5018382352941176) 100%);}

.carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #404040;
}
.carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #404040;
}
.carousel-indicators .active {
    background-color: white;
    max-width: 12px;
    margin: 0 3px;
    height: 12px;
}
.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
 lex-direction: column;
}

.btn {
  margin-top: auto;
}


/*************************
*****Pricing Table CSS****
**************************/
#pricing h3 {font-size:2.4em}

.pricing-table {
  text-align: center;
}

.single-table {
	padding: 20px 10px 10px 10px;
}

.single-table h3 {
  margin-top: 0;
  padding: 10px;
  font-size: 2.4em ;
  margin-bottom: 30px;
}

.price {
  font-size: 36px;
  line-height: 36px;
  min-height: 100px;
 
}

.price span {
  font-size: 14px;
  line-height: 14px;
}

.single-table ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.single-table ul li {
  line-height: 30px;
}

.single-table.featured {  
  color: #fff;
background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(255,146,25,1) 4%, rgba(1,0,20,1) 10%, rgba(98,98,98,0.5018382352941176) 100%);
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;

}

.single-table.featured2 {
	color: #FF9219;
	border : thin FF9219 solid;
	 -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(255,146,25,1) 4%, rgba(1,0,20,1) 10%, rgba(98,98,98,0.5018382352941176) 100%);
}


.single-table.featured h3 { 
  color: #fff;
}

.single-table.featured .btn.btn-primary {
  background-color: #fff;
}
.borderorange {
border-top: medium #FF9219 solid;
	border-bottom: medium #FF9219 solid;
}

.lift {
	z-index:100;
}
.lower {
	z-index:1;
}


.cbar{
	width: 100%;
	text-align: center;
	padding: 10px 0 10px 0;
	background-color: #FF9219;
	color: #FFFFFF;
}
.cbar a {
	color: #FFFFFF;

;
	text-decoration: none;
}
	
.cbar a:hover, a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}
.sticky{
    position: sticky;
    top: 0;
    width: 100%;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
}


.sidebar {
	
	border: none;
	border-radius: .28571429rem;
	box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;

	background: rgb(2,0,36);
	background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(1,0,20,1) 10%, rgba(98,98,98,0.5018382352941176) 100%);
	
	
}
.sidebar li {
	font-size: x-large;
	color: #FF9219;
	font-style: normal;
	font-weight: normal;
}

.large {
	font-size: large;
}

.p-box {
	padding: 1rem 2rem
}



#navbar {z-index: 9999;
}
 /* The navigation menu */
#navigation, .navbar, #testimonials 
 {
	 
background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(1,0,20,1) 41%, rgba(0,0,0,1) 78%, rgba(255,146,25,1) 97%, rgba(0,0,0,1) 100%);
}

.navbar h1 {
	font-family: 'MuseoModerno', cursive;font-size: 8em;
	
}
.navbar h1 span {
	font-family: 'MuseoModerno', cursive;font-size: 8em;
	
}

.navbar h3 {
	font-family: 'MuseoModerno', cursive;font-size:2em;
	padding:10px;
}
.engraved

{text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
}

.white {
	color: white;
	
}
.conbut { 
display: flex;
  justify-content: center;
	
}
.silver {color: #C7C7C7}

.black {color:black }

/* Navigation links */
.navbar a {
 
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 14px;
  font-weight: bold;
  text-decoration: none;
}

/* The subnavigation menu */
.subnav {
 
  overflow: hidden;
  text-align:center;
  

}

/* Subnav button */
.subnav, .subnavbtn {
	font-size: 18px;
	border: none;
	outline: none;
	color: #FFFFFF;
	padding: 14px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
	
}
.dropdown-menu {
	background-color: #333333;
}

.navbar-nav > li{
  padding-left:30px;
  margin-right:0;
}
/* Add a background color to navigation links on hover */
.navbar a:hover, .subnav:hover .subnavbtn {
background-color:#FF9219;
		background-image: linear-gradient( #FF9219, #333333);
	 background-image: -moz-linear-gradient(top, #FF9219, #333333);
  background-image: -ms-linear-gradient(top, #FF9219, #333333);
  background-image: -o-linear-gradient(top, #FF9219, #333333);
  background-image: linear-gradient(to bottom, #FF9219, #333333);
;
	

}

/* Style the subnav content - positioned absolute */
.subnav-content {
  display: none;
 position: absolute;
  left: 0;
  background-color: #FF9219
;
  width: 100%;
  z-index: 1;
 

}

/* Style the subnav links */
.subnav-content a {

	
	color: #fff;
	text-decoration: none;
	
}

/* Add a grey background color on hover */
.subnav-content a:hover {
	background-color: #3E955A;
	color: black;
	
}

/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
  display: block;
  padding:12px 0;
  transition-delay:3s;
	  -webkit-transition: .4s ease-in-out 3s;
            transition: .4s ease-in-out 3s;	

} 
.cable
{
	
background: rgb(0,0,0);
background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(255,146,25,1) 1%, rgba(0,0,0,1) 2%, rgba(247,17,6,1) 2.5%, rgba(0,0,0,1) 3%, rgba(255,255,255,1) 3.5%, rgba(0,0,0,1) 4%, rgba(255,146,25,1) 5%, rgba(0,0,0,1) 6%, rgba(254,247,5,1) 6.5%, rgba(0,0,0,1) 7%, rgba(68,140,3,1) 7.5%, rgba(0,0,0,1) 8%, rgba(255,146,25,1) 9%, rgba(0,0,0,1) 10%, rgba(177,101,23,1) 10.5%, rgba(0,0,0,1) 11%, rgba(254,247,5,1) 11.5%, rgba(0,0,0,1) 12%, rgba(17,5,249,1) 12.5%, rgba(0,0,0,1) 13%, rgba(68,140,3,1) 13.5%, rgba(0,0,0,1) 14%, rgba(255,146,25,1) 15%, rgba(0,0,0,1) 16%, rgba(177,101,23,1) 16.5%, rgba(0,0,0,1) 17%, rgba(247,17,6,1) 17.5%, rgba(0,0,0,1) 18%, rgba(17,5,249,1) 18.5%, rgba(0,0,0,1) 19%, rgba(255,146,25,1) 20%, rgba(0,0,0,1) 21%, rgba(255,255,255,1) 21.5%, rgba(0,0,0,1) 22%, rgba(247,17,6,1) 22.5%, rgba(0,0,0,1) 23%, rgba(255,255,255,1) 23.5%, rgba(0,0,0,1) 24%, rgba(68,140,3,1) 24.5%, rgba(0,0,0,1) 25%, rgba(254,247,5,1) 25.5%, rgba(0,0,0,1) 26%, rgba(255,146,25,1) 27%, rgba(0,0,0,1) 28%, rgba(68,140,3,1) 28.5%, rgba(0,0,0,1) 29%, rgba(254,247,5,1) 29.5%, rgba(0,0,0,1) 30%, rgba(255,146,25,1) 31%, rgba(0,0,0,1) 32%, rgba(247,17,6,1) 32.5%, rgba(0,0,0,1) 33%, rgba(255,255,255,1) 33.5%, rgba(0,0,0,1) 34%, rgba(255,146,25,1) 35%, rgba(0,0,0,1) 36%, rgba(247,17,6,1) 36.5%, rgba(0,0,0,1) 37%, rgba(255,255,255,1) 37.5%, rgba(0,0,0,1) 38%, rgba(68,140,3,1) 38.5%, rgba(24,23,0,1) 39%, rgba(255,146,25,1) 40%, rgba(48,46,1,1) 41%, rgba(177,101,23,1) 41.5%, rgba(0,0,0,1) 42%, rgba(247,17,6,1) 42.5%, rgba(0,0,0,1) 43%, rgba(17,5,249,1) 43.5%, rgba(0,0,0,1) 44%, rgba(255,146,25,1) 45%, rgba(0,0,0,1) 46%, rgba(247,17,6,1) 46.5%, rgba(0,0,0,1) 47%, rgba(177,101,23,1) 47.5%, rgba(0,0,0,1) 48%, rgba(255,255,255,1) 48.5%, rgba(0,0,0,1) 49%, rgba(255,146,25,1) 50%, rgba(0,0,0,1) 51%, rgba(255,255,255,1) 51.5%, rgba(0,0,0,1) 52%, rgba(254,247,5,1) 52.5%, rgba(0,0,0,1) 53%, rgba(68,140,3,1) 53.5%, rgba(0,0,0,1) 54%, rgba(254,247,5,1) 54.5%, rgba(0,0,0,1) 55%, rgba(247,17,6,1) 55.5%, rgba(0,0,0,1) 56%, rgba(255,146,25,1) 57%, rgba(0,0,0,1) 58%, rgba(255,255,255,1) 58.5%, rgba(0,0,0,1) 59%, rgba(68,140,3,1) 59.5%, rgba(0,0,0,1) 60%, rgba(17,5,249,1) 60.5%, rgba(0,0,0,1) 61%, rgba(177,101,23,1) 61.5%, rgba(0,0,0,1) 62%, rgba(255,146,25,1) 63%, rgba(0,0,0,1) 64%, rgba(17,5,249,1) 64.5%, rgba(0,0,0,1) 65%, rgba(247,17,6,1) 65.5%, rgba(0,0,0,1) 66%, rgba(255,255,255,1) 66.5%, rgba(0,0,0,1) 67%, rgba(68,140,3,1) 67.5%, rgba(0,0,0,1) 68%, rgba(255,146,25,1) 69%, rgba(0,0,0,1) 70%, rgba(247,17,6,1) 70.5%, rgba(0,0,0,1) 71%, rgba(254,247,5,1) 71.5%, rgba(0,0,0,1) 72%, rgba(68,140,3,1) 72.5%, rgba(0,0,0,1) 73%, rgba(177,101,23,1) 73.5%, rgba(0,0,0,1) 74%, rgba(17,5,249,1) 74.5%, rgba(0,0,0,1) 75%, rgba(254,247,5,1) 75.5%, rgba(0,0,0,1) 76%, rgba(255,146,25,1) 77%, rgba(0,0,0,1) 78%, rgba(17,5,249,1) 78.5%, rgba(0,0,0,1) 79%, rgba(255,255,255,1) 79.5%, rgba(0,0,0,1) 80%, rgba(247,17,6,1) 80.5%, rgba(0,0,0,1) 81%, rgba(255,146,25,1) 82%, rgba(0,0,0,1) 83%, rgba(177,101,23,1) 83.5%, rgba(0,0,0,1) 84%, rgba(68,140,3,1) 84.5%, rgba(0,0,0,1) 85%, rgba(247,17,6,1) 85.5%, rgba(0,0,0,1) 86%, rgba(255,255,255,1) 86.5%, rgba(0,0,0,1) 87%, rgba(255,146,25,1) 88%, rgba(0,0,0,1) 89%, rgba(254,247,5,1) 89.5%, rgba(0,0,0,1) 90%, rgba(17,5,249,1) 90.5%, rgba(0,0,0,1) 91%, rgba(68,140,3,1) 91.5%, rgba(0,0,0,1) 92%, rgba(177,101,23,1) 92.5%, rgba(0,0,0,1) 93%, rgba(247,17,6,1) 93.5%, rgba(0,0,0,1) 94%, rgba(255,146,25,1) 95%, rgba(0,0,0,1) 96%, rgba(17,5,249,1) 96.5%, rgba(0,0,0,1) 97%, rgba(255,255,255,1) 97.5%, rgba(0,0,0,1) 98%, rgba(68,140,3,1) 98.5%, rgba(0,0,0,1) 99%, rgba(254,247,5,1) 99.5%, rgba(0,0,0,1) 100%);

}
.cable2{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff921d+0,a5a5a5+9,020102+43,ff921d+59,000000+80,e3e4e5+100 */
background: #ff921d; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ff921d 0%, #a5a5a5 9%, #020102 43%, #ff921d 59%, #000000 80%, #e3e4e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ff921d 0%,#a5a5a5 9%,#020102 43%,#ff921d 59%,#000000 80%,#e3e4e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ff921d 0%,#a5a5a5 9%,#020102 43%,#ff921d 59%,#000000 80%,#e3e4e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff921d', endColorstr='#e3e4e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.pb-42,.py-42{padding-bottom:2.9rem!important}

.cookie-bar {
	z-index: 999;
	position: fixed;
	width: 100%;
	bottom: 0;
	right: 0;
	left: 0;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #666666;
	color: white;
	font-size: 14px;
	font-family: "Lato", sans-serif;
	font-weight: 100;
	transition: .8s;
	animation: slideIn .8s;
	animation-delay: .8s;
	.message { white-space: nowrap;
    text-shadow: 0 1px 0 darken(red, 10%);}
    
@media (max-width: 767px){
      .cookie-bar {display: none;
    }
  }

@media (max-width: 767px){
.cookie-bar{
      display: inline-block;
    }
  }

@keyframes slideIn {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
.close-cb {
  border: none;
  color: white;
  background: darken(red, 20%);
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 0;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: inset 0 0 3px 0 rgba(0,0,0,.2);
  line-height: 30px;
  height: 30px;
  width: 30px;
  font-size: 20px;
  font-weight: bold;}
  .close-cb:hover {
    background: darken(red, 10%);
  }
}
.checkbox-cb {
  display: none;}
  
.checkbox-cb:checked + .cookie-bar {
    transform: translateY(+50px);
  }
}
.carousel-inner > .item {
    position: relative;}
.carousel-caption{
	position: absolute;
	right: 15%;
	left: 15%;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	color: #FF9219;
	text-align: center;
}
.carousel-caption h5{
	color: #fff;
	font-size: 4em;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
