@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #1a1a1a;
  color: #777777;
  font: 300 17px "Lato", sans-serif;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
  border-top: 10px solid #b50303; /*#9f1015 */
}

.pagelogo {
	max-width: 100%;
	padding-top: 10px;
}

@media (max-width: 767px) { /* 979px */
  body {
    font-size: 14px;
  }
	
	.pagelogo {
		max-width: 100%;
		padding-top: 10px;		
		display: none;
	}

}


img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 .terms-list dt {
  text-transform: uppercase;
}

h1 {
  font-size: 80px;
  line-height: 1;
}

h2 {
  font-size: 75px;
  font-weight: 100;
  line-height: 1.04;
}
h2 strong {
  font-weight: 700;
}
@media (max-width: 767px) { /* 979px */
  h2 {
    font-size: 50px;
  }
	.header-social {
		display: none;
	}	
  	
}
@media (max-width: 479px) {
  h2 {
    font-size: 30px;
  }
	.pagelogo {
		/* max-width: 60%;	/* display: none; */
		display: none;
	}
	.header-social {
		display: none;
	}	
  
}

h3 {
  font-size: 65px;
  line-height: 1;
}
@media (max-width: 979px) {
  h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 40px;
  line-height: 1;
}
@media (max-width: 979px) {
  h4 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}

h5, address, .terms-list dt {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff; /* #ffda0d; #ffffff; */
}
@media (max-width: 979px) {
  h5, address, .terms-list dt {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h5, address, .terms-list dt {
    font-size: 16px;
  }
}

h6 {
  font-size: 20px;
  line-height: 1;
}

h7 {
  font-size: 16px;
  font-style: italic;
  line-height: 1;
  color: #db232a; /* #d329c2; #edb800; */
}

p a:hover, dl a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, small a:hover, .marked-list a:hover {
  text-decoration: underline;
}
p .fa, dl .fa, h2 .fa, h3 .fa, h4 .fa, h5 .fa, h6 .fa, small .fa, .marked-list .fa {
  text-decoration: none;
}

p a {
  color: #b50303; /*#9f1015 */ /* #990003; #fa5d07; */
}

small {
  display: block;
  font-size: 12px;
  line-height: 1.583333333333333;
}

time {
  display: block;
}

blockquote q {
  display: block;
  position: relative;
  padding-left: 70px;
}
blockquote q:before {
  font-size: 40px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.3;
  color: #b50303; /*#9f1015 */ /* #990003; #fa5d07; */
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 900;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
  line-height: 1.8;
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.clear:before, .clear:after {
  display: table;
  content: "";
  line-height: 0;
}
.clear:after {
  clear: both;
}


/*=======================================================
                       Home Splash
=========================================================*/

@media (max-width: 479px) {
	.home-splash-479 {
	  position: absolute;
	  display: inline-block;
	}
	.home-splash-767, .home-splash-979, .home-splash-1199, .home-splash-1200 {	
		display: none;
	}
}
	@media (min-width: 480px) and (max-width: 767px) {
		.home-splash-767 {
		  position: absolute;
		  display: inline-block;
		}
		.home-splash-479, .home-splash-979, .home-splash-1199, .home-splash-1200 {	
		display: none;
		}
	}
	@media (min-width: 768px) and (max-width: 979px) {
		.home-splash-979 {
		  position: absolute;
		  display: inline-block;
		}
		.home-splash-479, .home-splash-767, .home-splash-1199, .home-splash-1200 {	
		display: none;
		}
	}	
	@media (min-width: 980px) and (max-width: 1199px) {
		.home-splash-1199 {
		  position: absolute;
		  display: inline-block;
		}
		.home-splash-479, .home-splash-767, .home-splash-979, .home-splash-1200 {	
		display: none;
		}
		
	}
	@media (min-width: 1200px) {
		.home-splash-1200 {
		  position: absolute;
		  display: inline-block;
		}
		.home-splash-479, .home-splash-767, .home-splash-979, .home-splash-1199 {	
		display: none;
		}		
	}

/*=======================================================
                       Main Layout
=========================================================*/
.bg-primary + * {
  margin-top: -30px;
  float: left;
  width: 100%;
}

* + h5 {
  margin-top: 22px;
}

* + address {
  margin-top: 19px;
}

* + p {
  margin-top: 5px;
  margin-bottom:20px;
}

* + blockquote {
  margin-top: 72px;
}

* + small {
  margin-top: 66px;
}

* + .row {
  margin-top: 25px;
}

* + .btn {
  margin-top: 33px;
}

* + .index-list {
  margin-top: 72px;
}

* + .list {
  margin-top: 23px;
}

* + .inline-list {
  margin-top: 34px;
}

* + .contact-info {
  margin-top: 6px;
}

* + .resp-tabs {
  margin-top: 33px;
}

* + .map-2 {
  margin-top: 34px;
}

* + .mailform {
  margin-top: 33px;
}

* + .terms-list {
  margin-top: 24px;
}

* + .off1 {
  margin-top: 40px;
}

img + p {
  margin-top: 22px;
}

.contact-info + .contact-info {
  margin-top: 0;
}

.row + .row {
  margin-top: 44px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
  font-size: 65px;
  letter-spacing: -2.6px;
  font-weight: 100;
}

@media (max-width: 479px) {
  .brand_name {
    font-size: 45px;
  }
	.pagelogo {
		/* max-width: 60%;	/* display: none; */
		display: none;
	}	
}


/*==================    Colors     ======================*/
.primary {
  color: #b50303; /*#9f1015 */ /* #990003; #fa5d07; */
}

.secondary {
  color: #232323;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  position: relative;
  color: #ffffff;
  z-index: 1;
}

.bg-primary a {
	color: #ffffff;
}

.bg-primary_cnt:before, .bg-primary_before, .bg-primary_after {
  position: absolute;
  z-index: -1;
}
.bg-primary_before, .bg-primary_after {
  pointer-events: none;
}

.bg-primary_cnt:before, .bg-primary_before:before, .bg-primary_after:before {
  content: '';
  background: #b50303; /*#9f1015 */ /* #990003; #fa5d07; */
}

.bg-primary_cnt {
  padding-top: 9px;
}
.bg-primary_cnt:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 30px;
}
.bg-primary_before {
  bottom: 100%;
  left: 0;
  right: 0;
  height: 109px;
  margin-bottom: -1px;
  clip: rect(0, auto, 110px, 0);
}
.bg-primary_before:before {
  position: absolute;
  top: 57px;
  left: -5000px;
  right: -5000px;
  height: 5000px;
  -moz-transform: rotate(3.2deg);
  -ms-transform: rotate(3.2deg);
  -o-transform: rotate(3.2deg);
  -webkit-transform: rotate(3.2deg);
  transform: rotate(3.2deg);
}
.bg-primary_after {
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -31px;
  height: 237px;
  clip: rect(0, auto, 237px, 0);
}
.bg-primary_after:before {
  position: absolute;
  left: -5000px;
  right: -5000px;
  height: 5000px;
  bottom: 141px;
  -moz-transform: rotate(-6.2deg);
  -ms-transform: rotate(-6.2deg);
  -o-transform: rotate(-6.2deg);
  -webkit-transform: rotate(-6.2deg);
  transform: rotate(-6.2deg);
}

.bg-primary:last-child .bg-primary_cnt {
  padding-bottom: 133px;
}
.bg-primary:last-child .bg-primary_cnt:before {
  bottom: 0;
}
.bg-primary:last-child .bg-primary_after {
  display: none;
}

.bg-secondary {
  position: relative;
  z-index: 1;
}
.bg-secondary_cnt:before, .bg-secondary_before, .bg-secondary_after {
  position: absolute;
}
.bg-secondary_before, .bg-secondary_after {
  pointer-events: none;
}
.bg-secondary_cnt:before, .bg-secondary_before:before, .bg-secondary_after:before {
  content: '';
  background: #ededed;
}
.bg-secondary_cnt {
  position: relative;
  padding-top: 9px;
  padding-bottom: 59px;
}
.bg-secondary_cnt:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.bg-secondary_before {
  bottom: 100%;
  left: 0;
  right: 0;
  height: 162px;
  margin-bottom: -1px;
  clip: rect(0, auto, 192px, 0);
  z-index: 0;
}
.bg-secondary_before:before {
  position: absolute;
  top: 89px;
  left: -5000px;
  right: -5000px;
  height: 5000px;
  -moz-transform: rotate(4.8deg);
  -ms-transform: rotate(4.8deg);
  -o-transform: rotate(4.8deg);
  -webkit-transform: rotate(4.8deg);
  transform: rotate(4.8deg);
}
.bg-secondary_before_inner {
  position: absolute;
  bottom: 115px;
  left: -500px;
  right: -500px;
  height: 411px;
  overflow: hidden;
  -moz-transform: rotate(-8.2deg);
  -ms-transform: rotate(-8.2deg);
  -o-transform: rotate(-8.2deg);
  -webkit-transform: rotate(-8.2deg);
  transform: rotate(-8.2deg);
}
.bg-secondary_before_inner:before {
  content: "";
  position: absolute;
  left: -5000px;
  right: -5000px;
  height: 5000px;
  top: 172px;
  transform: rotate(13deg);
  background: #232323;
  -moz-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  -o-transform: rotate(13deg);
  -webkit-transform: rotate(13deg);
  transform: rotate(13deg);
  clip: rect(334px, auto, auto, 0);
}
.bg-secondary_after {
  top: 100%;
  left: 0;
  right: 0;
  height: 108px;
  clip: rect(0, auto, 108px, 0);
  z-index: -1;
}
.bg-secondary_after:before {
  position: absolute;
  left: -5000px;
  right: -5000px;
  height: 5000px;
  bottom: 58px;
  -moz-transform: rotate(3.2deg);
  -ms-transform: rotate(3.2deg);
  -o-transform: rotate(3.2deg);
  -webkit-transform: rotate(3.2deg);
  transform: rotate(3.2deg);
}
.bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6 {
  color: #292929;
}
.bg-secondary:last-child .bg-secondary_cnt {
  padding-bottom: 133px;
}
.bg-secondary:last-child .bg-secondary_after {
  display: none;
}

.bg-secondary2 {
  position: relative;
}
.bg-secondary2 h1, .bg-secondary2 h2, .bg-secondary2 h3, .bg-secondary2 h4, .bg-secondary2 h5, .bg-secondary2 h6 {
  color: #292929;
}
.bg-secondary2_before {
  position: absolute;
  top: 0;
  left: -500px;
  right: -500px;
  height: 237px;
  pointer-events: none;
  clip: rect(0, auto, 237px, 0);
}
.bg-secondary2_before:before {
  content: "";
  position: absolute;
  left: -5000px;
  right: -5000px;
  height: 5000px;
  bottom: 203px;
  -moz-transform: rotate(8.15deg);
  -ms-transform: rotate(8.15deg);
  -o-transform: rotate(8.15deg);
  -webkit-transform: rotate(8.15deg);
  transform: rotate(8.15deg);
  background: #232323;
}

/*==================     Terms     ======================*/
.terms-list dt + dd {
  margin-top: 6px;
}
.terms-list dd + dt {
  margin-top: 34px;
}

/*==================     Info      ======================*/
.contact-info dt, .contact-info dd {
  display: inline-block;
}
.contact-info dt {
  min-width: 85px;
}

/*==================     Icons     ======================*/
.fa-ticket
.fa-calendar {
  width: 24px;
  height: 24px;
  padding-left: 10px;
  text-align: center;
  font-size: 24px;
  color: #fec405;
}

.fa-arrow-right,
.fa-arrow-left,
.fa-facebook,
.fa-x-twitter,
.fa-youtube,
.fa-google-plus,
.fa-instagram,
.fa-shopping-cart,
.fa-google-plus,
.fa-music,
.fa-globe,
.fa-envelope,
.fa-linkedin {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 27px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  border: 2px solid #444444; /* #515151; */
  margin-bottom: 5px;
}
.fa-arrow-right:hover,
.fa-arrow-left:hover,
.fa-facebook:hover,
.fa-x-twitter:hover,
.fa-youtube:hover,
.fa-google-plus:hover,
.fa-instagram:hover,
.fa-shopping-cart:hover,
.fa-google-plus:hover,
.fa-music:hover,
.fa-globe:hover,
.fa-envelope:hover,
.fa-linkedin:hover {
  color: #fed90c;
  background: #b50303;	
  /*
	background:rgba(81,81,81,0.5);
  */	
}

.top.fa-arrow-right,
.top.fa-arrow-left,
.top.fa-facebook,
.top.fa-x-twitter,
.top.fa-youtube,
.top.fa-google-plus,
.top.fa-instagram,
.top.fa-shopping-cart,
.top.fa-google-plus,
.top.fa-music,
.top.fa-globe,
.top.fa-envelope,
.top.fa-linkedin {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  border: 2px solid #515151;
  margin-bottom: 5px;
}
.top.fa-arrow-right:hover,
.top.fa-arrow-left:hover,
.top.fa-facebook:hover,
.top.fa-x-twitter:hover,
.top.fa-youtube:hover,
.top.fa-google-plus:hover,
.top.fa-instagram:hover,
.top.fa-shopping-cart:hover,
.top.fa-google-plus:hover,
.top.fa-music:hover,
.top.fa-globe:hover,
.top.fa-envelope:hover,
.top.fa-linkedin:hover {
  color: #fed90c;
  background: #b50303;	
  /*
	background:rgba(81,81,81,0.5);
  */	
}


/*==================     Date      ======================*/
.date {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.date time {
  position: absolute;
  bottom: 0;
  left: -33px;
  width: 145px;
  height: 145px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #000000; /* #b50303; #9f1015  #990003; #fa5d07; */
  padding-top: 23px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.date time span {
  display: block;
  font-size: 70px;
  line-height: 1;
}

		.date-list {
		  display: inline-block;
		  position: relative;
		  max-width: 100%;
		}
		.date-list time {
		  position: absolute;
		  top: 2px;
		  left: 0px;
		  width: 85px;
		  height: 85px;
		  text-align: center;
		  -webkit-border-radius: 50%;
		  -moz-border-radius: 50%;
		  border-radius: 50%;
		  color: #ffffff;
		  font-size: 10px;
		  font-weight: 700;
		  text-transform: uppercase;
		  background: #000000; /* #b50303; #9f1015  #990003; #fa5d07; */
		  padding-top: 13px;
		  -moz-box-sizing: border-box;
		  -webkit-box-sizing: border-box;
		  box-sizing: border-box;
		}

		.date-list time span {
		  display: block;
		  font-size: 30px;
		  line-height: 1;
		}

.bio-date {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.bio-date time {
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 145px;
  height: 145px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: #69696b; /* #3f0044; /* #650204; #fa5d07; */
  padding-top: 26px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bio-date time span {
  display: block;
  font-size: 70px;
  line-height: 1;
}

/*
.promo_bubble {
  display: inline-block;
  position: absolute;
  margin: -310px 0 0 75px;
}
*/
@media (max-width: 479px) {
	.bio-date .promo_bubble3 {
	  position: absolute;
	  display: inline-block;
	  width:125px;
	  height:125px; 		
	  bottom: 160px;
	  left: 160px;
	}
}
	@media (min-width: 480px) and (max-width: 767px) {
		.bio-date .promo_bubble3 {
		  position: absolute;
		  display: inline-block;
		  width:135px;
		  height:135px;			
		  bottom: 270px;
		  left: 260px;
		}
	}
	@media (min-width: 768px) and (max-width: 979px) {
		.bio-date .promo_bubble3 {
		  position: absolute;
		  display: inline-block;
		  width:110px;
		  height:110px;				
		  bottom: 190px;
		  left: 190px;
		}
	}	
	@media (min-width: 980px) and (max-width: 1199px) {
		.bio-date .promo_bubble3 {
		  position: absolute;
		  display: inline-block;
		  width:110px;
		  height:110px;				
		  bottom: 270px;
		  left: 270px;
		}
	}
	@media (min-width: 1200px) {
		.bio-date .promo_bubble3 {
		  position: absolute;
		  display: inline-block;
		  width:135px;
		  height:135px;				
		  bottom: 270px;
		  left: 280px;
		}
	}

.promo_bubble {
  position: absolute;
  display: inline-block;
  bottom: 0px;
  left: 220px;
}



@media (max-width: 767px) {
	
.promo_bubble2 {
  position: absolute;
  display: inline-block;
  bottom: 180px;
  left: 200px;
	width:125px;
	height:125px; 
	background-color: #eed; 
	border-radius:100px;
/*
	box-shadow: 5px 5px rgba(0,0,0,0.3); 
		-moz-box-shadow: 10px -10px rgba(0,0,0,0.3); 
		-webkit-box-shadow: 10px -10px rgba(0,0,0,0.3); 
		-o-box-shadow: 10px -10px rgba(0,0,0,0.3); 

*/
	}
}

		@media (min-width: 768px) and (max-width: 979px) {

		.promo_bubble2 {
		  position: absolute;
		  display: inline-block;
		  bottom: 160px;
		  left: 160px;
			width:85px;
			height:85px; 
			background-color: #eed; 
			border-radius:100px;
		/*
			box-shadow: 5px 5px rgba(0,0,0,0.3); 
				-moz-box-shadow: 10px -10px rgba(0,0,0,0.3); 
				-webkit-box-shadow: 10px -10px rgba(0,0,0,0.3); 
				-o-box-shadow: 10px -10px rgba(0,0,0,0.3); 

		*/
			}
		}


		@media (min-width: 980px) {

		.promo_bubble2 {
		  position: absolute;
		  display: inline-block;
		  bottom: 180px;
		  left: 180px;
			width:125px;
			height:125px; 
			background-color: #eed; 
			border-radius:100px;
		/*
			box-shadow: 5px 5px rgba(0,0,0,0.3); 
				-moz-box-shadow: 10px -10px rgba(0,0,0,0.3); 
				-webkit-box-shadow: 10px -10px rgba(0,0,0,0.3); 
				-o-box-shadow: 10px -10px rgba(0,0,0,0.3); 

		*/
			}
		}

@media (max-width: 979px) {
  .date time {
    width: 100px;
    height: 100px;
    left: 5px;
  }
  .date time span {
    font-size: 30px;
  }
}

/*==================    Buttons    ======================*/
.btn:link, .btn:visited {
  display: inline-block;
  padding: 13px 38px;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  background: #e3b700; /* #ffda0d; #292929; */
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 25px;  
  border: 1px solid #ffef94;  
}
.btn:hover, .btn:active {
  background: #0a0a0a;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  border-radius: 25px;  
  border: 1px solid #ffef94;  
}
.btn-primary {
  background: #b50303; /*#9f1015 */ /* #990003; #fa5d07; */
}
.btn-primary:hover, .btn-primary:active {
  background: #d3242b; /* #d329de; #ce4900; */
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}

.btn-more {
  display: inline-block;
  border-radius: 20px;  
  border: 1px solid #ffef94;
  padding: 7px 12px;
  margin: 10px 0 30px 0;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000000; /* #ffffff; */
  background: #e3b700; /* #b50303; /*#9f1015  #990003; #fa5d07; */
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 20px;  
  border: 1px solid #ffef94;  
}
.btn-more:hover, .btn-more:active {
  background: #000000;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  border-radius: 20px;  
  border: 1px solid #ffef94;  
}

.btn-more-gold, .btn-more-gold:link {
  display: inline-block;
  border-radius: 20px;  
  border: 1px solid #000000;
  padding: 7px 12px;
  margin: 10px 0 30px 0;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000000 !important; /* #ffffff; */
  background: #f9c406; /* #b50303; /*#9f1015  #990003; #fa5d07; */
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-more-gold:hover, .btn-more-gold:active {
  background: #000000;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  border-radius: 20px;  
  border: 1px solid #ffef94;  
}

.btn-more-dark {
  display: inline-block;
  padding: 7px 12px;
  margin: 10px 0 30px 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: #b50303; /*#9f1015 */ /* #b50303; /*#9f1015  #990003; #fa5d07; */
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 20px;  
  border: 1px solid #ffef94;  
}
.btn-more-dark:hover, .btn-more-dark:active {
  background: #000000;
  color: #e3b700;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  border-radius: 20px;  
  border: 1px solid #ffef94;
}

.btn-tickets:link, .btn-tickets:visited {
  display: inline-block;
  padding: 7px 12px;
  margin: 10px 0 0 0;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000000;
  background: #e3b700; /* #ffda0d; #292929; */
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 20px;  
  border: 1px solid #ffef94;;  
}
.btn-tickets:hover, .btn-tickets:active {
  background: #0a0a0a;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  border-radius: 20px;  
  border: 1px solid #ffef94; 
}

.btn-photos {
  display: inline-block;
  padding: 13px 38px;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: #b50303; /*#9f1015 */ /* #990003; #fa5d07; */
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-photos:hover, .btn-photos:active {
  background: #292929;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}

.btn-red {
  display: inline-block;
  padding: 7px 12px;
  margin: 10px 0 30px 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: #292929;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-red:hover, .btn-red:active {
  background: #0a0a0a;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}


/*==================      Video    ======================*/
.video {
  position: relative;
  padding-bottom: 56.49122807017544%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*==================     Figure    ======================*/
figure small:first-child {
  font-size: 17px;
  float: right;
  margin-left: 15px;
  margin-top: 7px;
}

/*==================      List     ======================*/
.list li + li {
  margin-top: 10px;
}
.list a:hover {
  color: #b50303; /*#9f1015 */ /* #990003; #fa5d07; */
}

.list-red li + li {
  margin-top: 10px;
}
.list-red a:hover {
  color: #ffffff; /* #fa5d07; */
  text-decoration: underline;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 6px;
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-left: 170px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index-list li:before {
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #b50303; /*#9f1015 */ /* #990003; #fa5d07; */
  width: 145px;
  height: 145px;
  font-weight: 700;
  font-size: 67px;
  line-height: 145px;
  text-align: center;
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.index-list li:hover:before {
  background: #292929;
}
.index-list li.fa-star:before {
  content: '\f005';
}
.index-list li.fa-calendar:before {
  content: '\f073';
}
.index-list li.fa-globe:before {
  content: '\f0ac';
}
.index-list li.fa-heart:before {
  content: '\f004';
}

.index-list li.grid_1:nth-child(n + 13),
.index-list li.grid_2:nth-child(n + 7),
.index-list li.grid_3:nth-child(n + 5),
.index-list li.grid_4:nth-child(n + 4),
.index-list li.grid_6:nth-child(n + 3) {
  margin-top: 34px;
}
.index-list li.grid_1:nth-child(12n + 13),
.index-list li.grid_2:nth-child(6n + 7),
.index-list li.grid_3:nth-child(4n + 5),
.index-list li.grid_4:nth-child(3n + 4),
.index-list li.grid_6:nth-child(2n + 3) {
  clear: left;
}
@media (max-width: 979px) {
  .index-list li {
    padding-left: 100px;
  }
  .index-list li:before {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 32px;
  }
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  min-width: 170px;
  margin-right: 30px;
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 767px) {
  .box_aside {
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  text-transform: uppercase;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 20px; /* 27px */
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #ffffff;
  font-size: 14px; /* 21px */
  font-weight: 700;
}

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active > a {
  color: #db232a; /* #d329de; #d2232a; color: #990003; #fa5d07; */
}

.sf-menu ul {
  display: none;
  position: absolute;
  left: -35px;
  top: 100%;
  width: 250px;
  margin-top: 20px;
  padding: 10px 0 10px;
  font-size: 11px;
  font-weight: 400;
  background: rgba(40, 40, 40, 0.9);
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li > a {
  padding: 8px 20px;
  color: #ffffff;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #ffffff;
  background: #b50303; /*#9f1015 */ /* #990003; #fa5d07; */
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 85%;
  margin-left: -6px;
  content: "";
  font: 400 12px/12px "FontAwesome";
}

.sf-menu ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu ul > li > .sf-with-ul:before {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
  content: "";
  font: 400 22px/22px "FontAwesome";
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.sf-menu ul > li.sfHover > .sf-with-ul:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 767px) { /* 979px */
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  text-transform: uppercase;  
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 100px 0 76px;
  color: #ffffff; /* #ffda0d; #A5BFD2; */
  background: #232323;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #3d3d3d;
  color: #fff;
}
.rd-mobilemenu_ul a:hover {
  background: #b50303; /*#9f1015 */ /* #990003; #fa5d07; */
  color: #FFFFFF; /* #ffda0d; #FFFFFF; */
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #232323;
  color: #A5BFD2;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 45px;
  background: #303030;
  color: #FFF;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}
.rd-mobilepanel_title {
  display: none;
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #FFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 40px;
  height: 40px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #FFF;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) { /* 979px */
  body {
    padding-top: 10px; /* 56px */
  }
	
	.rd-mobilemenu-logo {
		content: url("../images/logo_2024_sponsors.png");
		width: 165px;
		height: 41px;
		top: 12px;
		left: 70px;
  	    z-index: 99999999;
	}	
	
  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    display: none;
    font-size: 14px;
  }
}

@media (min-width: 768px){
  .sp-mobile {
	display: none;
  }
}
@media (max-width: 767px) {
  .sp-full {
	display: none;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  position: absolute;
  padding: 10px 0 20px 0;
  top: 20px;
  left: 0;
  right: 0;
}
.stuck_container nav {
  margin-top: -10px; /* 23px; */
}

.isStuck {
  background: #232323;
  z-index: 999;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.isStuck nav {
  margin-top: 5px; /* 16px */
}

@media (max-width: 767px) { /* 979px */
  .stuck_container {
    top: 25%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 797px) {  /* 979px */
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 70px;
  color: #fff;
  background: #232323;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  -webkit-box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.3);
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #b50303; /*#9f1015 */ /* #990003; #fa5d07; */
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    bottom: 20px;
    right: 20px;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #FFF;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*=================       Tabs     ======================*/
.resp-tabs-list li {
  display: inline-block;
  padding: 5px 58px;
  font-size: 21px;
  cursor: pointer;
  color: #ffffff; /* #292929; */
  background: #292929; /* #fb7d39; */
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.resp-tabs-list li:hover, .resp-tabs-list li.resp-tab-active {
  color: #ffffff;
  background: #db232a; /* #d329de; #d2232a; #292929; */
}
.resp-tabs-list li + li {
  margin-left: -2px;
}
@media (max-width: 797px) {  /* 979px */
  .resp-tabs-list li {
    padding-left: 28px;
    padding-right: 28px;
  }
}

.resp-accordion {
  display: none;
  padding: 5px 58px;
  margin-bottom: 10px;
  font-size: 21px;
  cursor: pointer;
  color: #292929;
  background: #db232a; /* #d329de; #fb7d39; */
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.resp-accordion:hover, .resp-accordion.resp-tab-active {
  color: #ffffff;
  background: #292929;
}

.resp-tab-content {
  display: none;
}

.resp-tab-content-active {
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .resp-accordion {
    display: block;
  }

  .resp-tabs-list {
    display: none;
  }
}
/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  color: #ffffff;
}
header .brand  .sponsor{
  float: left;
}
header .nav {
  float: right;
}
@media (max-width: 767px) { /* 979px */
  header {
    text-align: right;
  }
  header .brand, header .nav {
    float: none;
  }
}


@media (max-width: 979px) { /* 979px */
	.header_panel {
	  height: 200px;
	  background: url(../images/headers_concert4_max979.jpg);
	  -webkit-background-size: cover;
	  background-size: cover;
	}
}

@media (min-width: 980px) { /* 979px */
	.header_panel {
	  height: 300px;
	  background: url(../images/headers_concert4.jpg);
	  -webkit-background-size: cover;
	  background-size: cover;
	}	
}

.header_panel2 {
  height: 265px;
  background: url(../images/headers_concert4.jpg);
  -webkit-background-size: cover;
  background-size: cover;
}

@media (min-width: 480px) { /* 979px */
	.header_panel3 {
	  height: 100%;
	  background-image: url('../images/splash-home-2027-left-2000.jpg');
	  -webkit-background-size: cover;
	  background-size: cover;
	  background-repeat: no-repeat;
	}
	
	.black_header {
		 background-color: #000; 
		 margin-top: -25px;
	}
	
	.header_panel6 {
	background-image:url('../images//splash-home-2027-left-2000.jpg');
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
	}


}
@media (min-width: 980px) {
	.header_panel3 {
	  height: 525px;
	  padding-top: -75px;
	  background-image: url('../images/splash-home-2027-left-1200.jpg');
	  -webkit-background-size: cover;
	  background-size: cover;
	  background-repeat: no-repeat;
	}
	
	.black_header {
		 background-color: #000; 
		 margin-top: -25px;
	}
}

@media (min-width: 1201px) {
	.header_panel3 {
	  height: 675px;
	  padding-top: -100px;
	  background-image: url('../images//splash-home-2027-left-2000.jpg');
	  -webkit-background-size: cover;
	  background-size: cover;
	  background-repeat: no-repeat;
	}
}

@media (max-width: 1200px) {
	.header_panel3 {
	  height: 600px;
	  padding-top: -100px;
	  background-image: url('../images/splash-home-2027-left-1200.jpg');
	  -webkit-background-size: cover;
	  background-size: cover;
	  background-repeat: no-repeat;
	}
}

@media (max-width: 979px) {
	.header_panel3 {
	  height: 500px;
	  padding-top: -100px;
	  background-image: url('../images/splash-home-2027-left-1200.jpg');
	  -webkit-background-size: cover;
	  background-size: cover;
	  background-repeat: no-repeat;
	}
	
	.black_header {
		 background-color: #000; 
		 margin-top: -25px;
	}
}

@media (max-width: 767px) {
	
	.header_panel2 {
	  height: 200px;
	  padding-top: 100px;
	  background: url(../images/headers_concert4.jpg);
	  -webkit-background-size: cover;
	  background-size: cover;
	}
	
	.header_panel3 {
/*		
	  height: 350px;
	  padding-top: -150px;
	  background-image: url('../images/splash-home-2025-left-max767.jpg');
	  -webkit-background-size: cover;
	  background-size: cover;
	  background-repeat: no-repeat;
*/
		background-image:url('../images/splash-home-2027-center-500.jpg');		
		background-repeat:no-repeat;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
		background-position:center;		
		height: 500px;		
	}
	
	.black_header {
		display: none;
/*		 background-color: #000; 
		 margin-top: -25px; */
	}
}

@media (max-width: 479px) {
	
	.header_panel6 {	
	background-image:url('../images/splash-home-2027-center-500.jpg');
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
	}
	
	.header_panel3 {
/*	  height: 300px;
	  background-image: url('../images/splash-home-2025-left-max479.jpg'); 
      background-image:url('../images/splash-home-2027-center-500.jpg');		
	  -webkit-background-size: cover;
	  background-size: cover;
	  background-repeat: no-repeat;
*/
		background-image:url('../images/splash-home-2027-center-500.jpg');		
		background-repeat:no-repeat;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
		background-position:center;		
		height: 300px;
		
	}
	
	.black_header {
/*		 background-color: #000; 
		 margin-top: -25px; */
	}
	
}
  


/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ededed;
}

/*==================      Well     ======================*/
.well {
  padding-top: 204px;
  padding-bottom: 174px;
}

.well2 {
  padding-top: 138px;
  padding-bottom: 164px;
}

.well3 {
  padding-top: 274px;
  padding-bottom: 133px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding-top: 81px;
  padding-bottom: 95px;
}
footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #ffffff;
}
footer small:first-child {
  margin-top: 23px;
}
footer .grid_6:last-child small:first-child {
  /* margin-top: 94px; */
  margin-top: 0;
  padding-right: 12%;
}
footer .fa {
	line-height: 1.8;
}
  footer small {
    margin-top: 20px;
  }
@media (max-width: 979px) {
  footer .grid_6:last-child small:first-child {
    margin-top: 57px;
  }
}
@media (max-width: 767px) {
  footer, footer .right {
    text-align: center;
  }
  footer small:first-child {
    margin-top: 0;
  }
}

/*========================================================
                     TICKER Styles
=========================================================*/

@keyframes tickerAnim {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes tickerAnimReverse {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.ticker-wrap {
  --cnvs-ticker-duration: 80s;
  --cnvs-ticker-gap: 2rem;
  position: relative;
  width: 100%;
  padding-left: 100%;
  box-sizing: content-box;
  overflow: hidden;
}
.ticker-wrap.ticker-reverse {
  padding-left: 0;
  padding-right: 100%;
}
.ticker-wrap .ticker {
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation: var(--cnvs-ticker-duration) linear infinite;
  animation-name: tickerAnim;
}
.ticker-wrap .ticker .ticker-item {
  display: inline-block;
  padding: 0 var(--cnvs-ticker-gap);
}
.ticker-wrap .ticker .ticker-item[href]:hover {
  text-decoration: underline !important;
}
.ticker-wrap.ticker-reverse .ticker {
  padding-right: 0;
  padding-left: 100%;
  animation-name: tickerAnimReverse;
}
.ticker-wrap.pause-on-hover .ticker:hover {
  animation-play-state: paused;
}

.ticker-text {
	font: 300 30px Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 10rem;
	margin: 20px;
}

.setlist {
	font: 400 100% "Garamond", "Times New Roman", "Georgia", "serif";
}