@charset "UTF-8";
/* CSS Document */


/* LOADS IN WEB FONT */

@font-face {
    font-family: 'gibson';
    src: url('https://www.pgatour.com/etc/designs/LUP/fonts/gibsonalt-semibold-webfont.woff2') format('woff2'),
    url('https://www.pgatour.com/etc/designs/LUP/fonts/gibsonalt-semibold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
	
@font-face {
    font-family: 'gibson';
    src: url('https://www.pgatour.com/etc/designs/LUP/fonts/gibsonalt-bold-webfont.woff2') format('woff2'),
    url('https://www.pgatour.com/etc/designs/LUP/fonts/gibsonalt-bold-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'gibson';
    src: url('https://www.pgatour.com/etc/designs/LUP/fonts/gibsonalt-regular-webfont.woff2') format('woff2'),
    url('https://www.pgatour.com/etc/designs/LUP/fonts/gibsonalt-regular-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}


/* BODY STYLES */

body {
margin:0px;
	padding-top:0px;
	background-color: #dbdbdc;
	background-image: url(http://pgatourcreative.com/creative/holiday/2021/img/ribbons.jpg);
	background-position: center top 110px;
background-repeat: no-repeat;
}

/* HEADER */

header {
	border-bottom: 1px solid #bebdbd;
	position: relative;
	z-index: 2000;
}

/* VIDEO */

.video {
	margin: 0 auto!important;
	display: block;
}

.order{z-index: 1000; position: relative; }


/* TYPOGRAPHY */

h1 {
  font-family: 'gibson', 'Arial', sans-serif;
  font-weight: 900;
  font-style: bold;
  font-size: 22px;
  color: #757575;
  text-align: center;
	  
}

h1 .korean {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 900;
  font-style: bold;
  font-size: 27px;
  color: #757575;
  text-align: center;
	  
}
h1 .japanese {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-style: bold;
  font-size: 24px;
  color: #757575;
  text-align: center;
	  
}


#bottom-content {
	text-align: center;
	padding-top: 0px;
	font-family: 'gibson', 'Arial', sans-serif;
	font-weight: 200;
	color: #808080;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .5px;
	
}
.mobile-show {display:none;}

.xtr-padding {padding: 35px 0 0;}


/* ANIMATION */

.animate-on-load {
  animation: .8s fade-down-enter;
  transition-timing-function: ease-out;
}

.animate-on-load-2 {

  animation: 1s fade-down-enter;
  transition-timing-function: ease-in;
}

.animate-on-load-3 {

  animation: 1.3s fade-down-enter;
  transition-timing-function: ease-in;
}

@keyframes fade-down-enter {
  0% {
    opacity: 0;
    transform: translateY(-50px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}


/* END - ANIMATION */


@media (max-width: 992px) {
	
	body {
	background-image: url(http://pgatourcreative.com/creative/holiday/2021/img/no-ribbons.jpg)!important;

}
	
	  .logo-padding {
  padding-bottom: 20px!important;		
  }
	
  .video {
	margin: 0 auto!important;
	display: block;
    width: 100%;
	height: auto;
    }
	.mobile-show {display:block;}
	
	#bottom-content {
	padding-top:0px!important;
	
}

@media (max-width: 768px) {
	
	.xtr-padding {padding: 5px 0 0;}
	
  .logo-padding {
  padding-bottom: 20px!important;		
  }
 .logo-padding-10 {
  padding-bottom: 10px!important;		
  }
	
  .video {
	margin: 0 auto!important;
	display: block;
    width: 100%;
	height: auto;
    }
	
	#bottom-content { font-size: 13px;}
.mobile-show {display:block;}
	
}