.modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}
.modal-dialog{
    padding-top: 170px; 
    z-index:100;
}
.modal-backdrop{
    z-index:10
}
.modal-header {
    min-height: 40px;
}
.home #primary-header{
    padding-top:0px;
}
#primary-header .main-logo{
    padding-top:16px;
}
#top-logo{
    background-color:black;
    text-align:center;
    border-bottom:2px solid #9c8052;
}
#top-menu{
    padding-top:0px;
    width:100%;
    position:absolute;
    top:99px;
    z-index:1;
}

#navbarSupportedContent{
    max-width:1000px;
    margin:auto;
}
.navbar-toggler{
    float:right;   
    height: 5rem;
    width: 5rem;
}
.navbar-collapse {
    border-top: 0;
    box-shadow: none;
}
.mr-auto{
    margin:0px;
}
#top-menu a{
    color:black;
    background-color:#9c8052;
    margin:0px 1px 0px 1px;
    font-weight:bold;
    font-family: UnitedSansCond-Bold;
    font-size:30px;
    text-transform: uppercase;
    width:232px;
    padding:16px 0px 10px 0px; 
}
#top-menu a:hover{
    color:white;
}

#first-container{
    height:800px;  
    width:100%;
    margin-top:0px;
    position:relative;
    top:45px;
}

#home-carousel{
    height:750px;
    overflow:hidden;
}
.front-carousel-container{
    color:white;
    width:100%;
    height:750px; 
    background-position: center -114px;
    background-size: cover;
    background-repeat: no-repeat;
    text-shadow: 1px 1px 1px #000;
}

#negative-slide {
    background-image: url('../images/front-page/carousel/header-5-2020.jpg');
    background-position: center -100px;
}
#zeroith-slide {
    background-image: url('../images/front-page/carousel/header-holiday.jpg');
    background-position: center -100px;
}
#first-slide {
    background-image: url('../images/front-page/carousel/header-1.png');
    background-position: center -24px;
}
#second-slide {
    background-image: url('../images/front-page/carousel/header-2.jpg');
    background-position: center -100px;
}
#third-slide {
    background-image: url('../images/front-page/carousel/header-3-2020.jpg');
    background-position: center -100px;
}
#fourth-slide {
    background-image: url('../images/front-page/carousel/header-4-2020.jpg');
    background-position: center -100px;
}


ul.slick-dots{
    z-index: 3;
    position:relative;
    top:-175px;
 }
 .slick-dots li {
     margin-left:20px;
 }
.slick-dots li button{
    color:transparent;
    background:white;
    height:25px;
    width:25px;
    margin:0px;
    padding:0px;
    border-radius: 25px;
    border:3px solid #9c8052;
    z-index:3;
}
.slick-dots li button:before{
    content:'';
}

.slick-dots li.slick-active button{
    background:#9c8052;
    border:3px solid white;
}

.slick-prev, .slick-next{ 
    z-index:5;
    top: 40%;
    width: 60px;
    height: 120px;
}
.slick-prev{
    margin-left:4vw;
}
.slick-next{
    margin-right:4vw;
}
.slick-prev:before {
  content: url('../images/front-page/carousel/arrow-left.png');
}
.slick-next:before {
  content: url('../images/front-page/carousel/arrow-right.png');
}


.carousel-control-prev, .carousel-control-next{ 
    z-index:5;
    top: 40% !important;
    width: 60px;
    height: 120px;
}
.carousel-control-prev{
    margin-left:4vw;
}
.carousel-control-next{
    margin-right:4vw;
}
.carousel-control-prev:before {
  content: url('../images/front-page/carousel/arrow-left.png');
}
.carousel-control-next:before {
  content: url('../images/front-page/carousel/arrow-right.png');
}



/*****Carousel Content************/
#home-carousel .carousel-indicators {
	bottom: 130px;
	width: 69%;
}
#home-carousel .carousel-indicators li {
	display: inline-block;
    width: 16px;
    height: 16px;
    margin: 1px;
    margin: 0 5px;
    text-indent: -999px;
    border: 1px solid #9c8052;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}
#home-carousel .carousel-indicators li.active {
    background-color: #9c8052;
}
#home-carousel .carousel-container{
    text-align: center;
}
#home-carousel a.details{
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: -160px;
	width: 275px;
    font-size:35px;
    font-family: UnitedSansCond-Medium;
    text-transform: uppercase;
    background:#9c8052;
    color:#000000;
    padding:25px 50px 20px 50px;
    margin-top:20px;
    text-shadow: none;
}
#home-carousel #first-slide a.details{
	bottom: 186px;
}
#home-carousel #second-slide a.details{
	bottom: -130px;
}
#home-carousel #third-slide a.details{
	bottom: -88px;
}
#home-carousel a.details:hover{
    text-decoration:none;
    color:#ffffff;
}
#home-carousel .front-carousel-container{
    padding-top:100px;
}
#home-carousel .front-carousel-container h2{
    font-size:70px;
    line-height:70px;
    font-family: UnitedSansCond-Bold;
    text-transform: uppercase;
    margin:0px;
    padding:0px;
}
#home-carousel .front-carousel-container p.details{
    font-size:60px;
    line-height:60px;
    font-family:UnitedSansCond-Medium;
    text-transform: uppercase;
    margin:0px 0px 0px 0px;
    padding:0px;
}


#home-carousel .front-carousel-container p.heavy{
    font-family:UnitedSansCond-Heavy;
}
#home-carousel .front-carousel-container p.content{
    font-size:55px;
    line-height:55px;
    font-family:UnitedSansCond-Light;
    text-transform: uppercase;
    margin:10px 0px 20px 0px;
}
#home-carousel .front-carousel-container p.bold-content{
    font-size:55px;
    line-height:55px;
    font-family:UnitedSansCond-Heavy;
    text-transform: uppercase;
    margin:0px 0px 30px 0px;
}

#home-carousel #first-slide h2{
    color:#2ca3d3;
    margin:0px;
    padding:0px;
}
#home-carousel  #first-slide .carousel-container{
    max-width:1000px;
    margin:auto;
    text-align: center;
}
#home-carousel  #first-slide img{
    margin:0 auto 30px;
    width: 95%;
}
#home-carousel  #second-slide .carousel-container{
    max-width:450px;
    position:relative;
    margin:auto;
    top:80px;
}
#home-carousel  #third-slide .carousel-container{
    max-width:450px;
    position:relative;
    top:40px;
    padding:10px 0px 10px 0px;
}
#home-carousel  #third-slide .carousel-container h2{
	font-family: UnitedSansCond-Heavy;
}

#home-carousel  #fourth-slide .carousel-container{
    max-width:450px;
    position:relative;
    margin:auto;
    top:40px;
}

#home-carousel .bold {
	font-family: UnitedSansCond-bold;
}
#home-carousel #zeroith-slide.front-carousel-container #twas {
	width: 100%;
}
#home-carousel #zeroith-slide.front-carousel-container .crushmas {
	display: block;
	font-size: 160px;
	margin: 37px 0 30px 0;
}
#home-carousel #zeroith-slide.front-carousel-container .carousel-container {
	position: relative;
	margin: 57px 0 0 0;
	padding: 12px;
	font-style: italic;
}
#home-carousel #zeroith-slide.front-carousel-container .carousel-container h2 {
	font-family: UnitedSansCond-Medium;
	font-size: 84px;
}
#home-carousel #zeroith-slide.front-carousel-container .carousel-container .details {
	position: relative;
	max-width: 1000px;
	margin: 125px auto 0;
	font-size: 36px;
	line-height: 41px;
}
#home-carousel #zeroith-slide .details .gold {
	color: #9c8052;
}




#home-carousel .front-carousel-container.updated {
	text-shadow: none;
	/*background-position: center 0;*/
}

#home-carousel .front-carousel-container.updated .carousel-container {
	/*margin: 0 0 0 11%;*/
	margin: 0 auto;
}


#home-carousel .front-carousel-container.updated .headliner {
	margin: -30px 0 20px;
	width: 90%;
}
#home-carousel .front-carousel-container.updated .headliner img {
	width: 100%;
	max-width: 243px;
}

#home-carousel #negative-slide.front-carousel-container.updated .headliner {
	margin: 70px 0 0px;
	width: 100%;
}
#home-carousel #negative-slide.front-carousel-container.updated .details {
	margin: 30px auto 0;
	max-width: 480px;
	color: #000000;
	font-family: 'UnitedSansReg-Medium';
	font-size: 21px;
	line-height: 1.1;
}
#home-carousel #negative-slide.front-carousel-container.updated .btn-callout {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 200px;
	width: 275px;
    font-size:35px;
    font-family: UnitedSansCond-Medium;
    text-transform: uppercase;
    background:#9c8052;
    color:#000000;
    padding: 34px 50px 25px 50px;
    margin-top:20px;
    text-shadow: none;
}
#home-carousel #negative-slide.front-carousel-container.updated .details .highlight {
	margin: 2px 0 -4px;
	display: block;
}

#home-carousel .front-carousel-container.updated p.details{
	font-family: UnitedSansReg-Medium;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
	/*text-align: left;*/
}
#home-carousel .front-carousel-container.updated p.details .highlight{
	font-family: UnitedSansReg-bold;
}
#home-carousel .front-carousel-container.updated p.details .highlight.italic{
	font-style: italic;
}
#home-carousel .front-carousel-container.updated a.details{
	/*color: #ffffff;*/
}


#home-carousel .front-carousel-container.updated#fourth-slide .headliner{
	margin: -30px 0 20px;
	width: 100%;
}
#home-carousel .front-carousel-container.updated#fourth-slide .headliner img{
	width: 100%;
	max-width: 500px;
	margin-top: 50px;
}
#home-carousel .front-carousel-container.updated#fourth-slide p.details{
	padding: 8px 0 5px;
	font-size: 19px;
	line-height: 23px;
	background: #ffffff;
	/*text-align: left;*/
}
/*
#home-carousel .front-carousel-container.updated a.details-btn{
	position: relative;
	float: left;
	top: 0;
	width: 190px;
    font-size:15px;
    font-family: UnitedSansCond-bold;
    text-transform: uppercase;
    font-style: italic;
    background:#ffffff;
    color:#9c8052;
    padding:4px 30px 0px 30px;
    margin-top: 0px;
    text-shadow: none;
    border: 2px solid #9c8052;
}
*/




#subheader{
    height:600px;
    overflow:hidden;
    z-index: -1;
    position: relative;
    top: -130px;
    padding: 0;
}
#subheader-bg{
    position:absolute;
    background: url('../images/front-page/subheader-1.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 140%;
}
#sub-wrapper{
    max-width:1000px;
    margin:auto;
    position:relative;
    width:100%;
}
#sub-wrapper .left-wrapper{
    margin-top:150px;
    color:#9c8052;
    font-family: UnitedSansCond-Heavy;
    font-style: italic;
    text-transform: uppercase;
    font-size:40px;
    float:left;
    z-index:3;
    text-align: center;
}
#sub-wrapper .right-wrapper{
    padding-top:150px; 
    color:#9c8052;
    margin-left:100px;
    float:left;
    max-width:400px;
    text-align:center;
}
#sub-wrapper .right-wrapper p{
    font-size: 36px;
    line-height: 40px;
    color:#373534;
    font-family: UnitedSansCond-Bold;
}
#sub-wrapper .explore{
    clear:both;
    margin:auto;
    text-align:center;
    color:#9c8052;
    padding-bottom:20px;
}
#sub-wrapper .right-wrapper h2{
    margin-top:50px;
    font-size:50px;
    font-family: UnitedSansCond-Heavy;
}

.nomargin{
    margin:0px !important;
    padding:0px !important;
}
.slide {
    overflow: hidden;
    overflow-x: hidden; 

}
.slide .wrapper {
    padding-top: 30px;
    text-align: center;
    z-index: 2; 
}

#animation-wrapper .slide {
    overflow: visible;
}

#animation-wrapper {
    overflow: hidden;
    overflow-y: auto;
}
#animation-wrapper .scrollmagic-pin-spacer {
	overflow: hidden;
}


.container-fluid.customize-stick .animation-title {
	margin: 0 auto;
}
.container-fluid.customize-stick .horizontal-bat {
	/*margin-top: 90px;*/
}


.fs {
    height: 100vh; 
}
.animation-title{
    text-align:center;
    font-family:UnitedSansCond-Heavy;
    text-transform: uppercase;
    font-size: 70px;
    color:#9c8052;
    margin: 30px auto;
}
.animation-title.video {
    color: #fff;
    background-color: #9c8052;
    margin-bottom: 0;
    padding-top: 10px;
}
.inspired{
    /*background: url('../images/front-page/bat-title-background.png') repeat-x;*/
    background: #9c8052;
    color: #ffffff;
    padding-top: 16px;
    margin-top: 0;
}
.animation-subtitle{
    margin:auto;
    text-align:center;
    font-size:42px;
    line-height:40px;
    font-family:UnitedSansCond-Bold;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom:30px;
}

.top-left-panel{
    position:absolute;
    left: 8vw;
    top:  17vh;
    background: url('../images/front-page/animation/elipse-379x379.png') no-repeat center center;
    background-size: cover; 
    width:320px;
    height:320px;
    opacity:0;
    color:#000000;

}

.bottom-right-panel{
    position:absolute;
    z-index: -1;
    left: 59vw;
    top:  60vh;
    background: url('../images/front-page/animation/elipse-475x475.png') no-repeat center center;
    background-size: cover;     
    width: 340px;
    height: 340px;
    opacity: 0;
    color: #9c8052;
}
.scene-a{
    opacity:1;
}
.scene-b{
    opacity:0;
}
#bat-1{
    opacity:1;
}
#bat-2{
    opacity:0;
}
.bat-wrapper{
    position:relative;
    width:20vw;
    max-width:150px;
    margin:auto;
}
.bat-wrapper img{
    position:absolute;
    width:100%;
    left:0;
    opacity:0;
    z-index:3;
}


#scene-a-1{
    font-size:55px;
    line-height:50px;
    margin-top:60px;
    font-family:UnitedSansSemiCond-Medium;
    font-style: italic;
    text-transform: uppercase;
}
#scene-a-2{
    color:#9c8052;
    font-size:50px;
    line-height:48px;
    font-family:UnitedSansSemiCond-Bold;
    text-transform: uppercase;
}
#scene-a-3{
    opacity:0;
    position:absolute;
    font-size:60px;
    line-height:60px;
    top:120px;
    left:30px;
    color:black;
    font-family:UnitedSansCond-Bold;
    text-transform: uppercase;
}

#scene-b-1{
    color:black;
    font-size:50px;
    line-height:50px;
    margin-top:80px;
    font-family:UnitedSansCond-Bold;
    font-style: italic;
    text-transform: uppercase;
}

#scene-b-2{
    font-size:50px;
    line-height:50px;
    font-family:UnitedSansSemiCond-Bold;
    text-transform: uppercase;
}
#scene-b-3{
    position:absolute;
    font-size: 52px;
    line-height: 52px;
    top:115px;
    left:12px;
    color:black;
    font-family:UnitedSansCond-Bold;
    text-transform: uppercase;
    padding:1vw;
}
#horizontal-bat{

    width:100%;
    position:relative;
}
#horizontal-bat img{
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-35%, +210%);
    opacity:0;
    z-index:3;
}
/*********************barrel animation ********************/
#personalize-stick-animation-wrapper{
    background-color:#e8e8e8;
}
#barrel-wrapper{
    position:relative;
    width:100%;
    margin:auto;
    text-align:center;
    height:425px;
}
#barrel-wrapper img{
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    z-index:3;
    width:100%;
}
#barrel-wrapper #barrel-1{
    opacity:1;
}
/*****************KNOBS****************************/
#knobs-animation-wrapper{
    background-color:#e8e8e8;
    padding-bottom: 80px;
}

#knobs-animation-wrapper .animation-subtitle {
    margin: 0px auto 30px;
}
#knobs-image-wrapper{
    text-align:center;
    width:100%;
    text-align:center;
    height: 520px;
}
#knobs-relative{
    max-width:785px;
    width:100%;
    margin:auto;
    position:relative;
    max-height:484px;
    height:90vh;
}
#knobs-image-wrapper img{
    position:relative;
    display:block;
    margin:auto;
    position:absolute;
    top:0;
    opacity:0;
    width:100%;
}
#knobs-image-wrapper #knobs-1{
    opacity:1;
}

.new-footer{
    background-color: black;
    background-color: #9c8052;
    text-align: center;
    font-family:UnitedSansCond-Bold;
    color:black;
}
.new-footer a{
    color: black;
    border-right:1px solid black;
    padding:0px 5px 0px 5px;
}
.new-footer a:hover{
    color: white;
}
.new-footer a .help{
    font-weight:bold;
    border-right:0px;
}
.new-footer .logo-footer{
    display:block;
}

.new-footer .logo-footer img {
    width: 100%;
    max-width: 378px;
    padding: 10px;
}
/*****GET INSPIRED***************/
#get-inspired .item{
    max-width:1200px;
    margin:auto;
    text-align:center;
    margin-bottom:10px;
}
#get-inspired .item img{
    margin:0px;
    padding:0px;
    width:100%;
    margin-bottom:20px;
}
#get-inspired .item input{
    background-color:#9c8052;
    border:0px;
    color:#000000;
    text-transform: uppercase;
    font-family:UnitedSansCond-Medium;
    font-size:30px;
    padding:10px 20px 0px 20px;
    margin-bottom:20px;
    margin-top:10px;
}
#get-inspired .item input:hover{
    color:#ffffff;
}
#get-inspired .item h3{
    /*background: url('../images/front-page/bat-title-background.png') no-repeat center center;*/
    background-size: cover;
    max-width:800px;
    margin:auto;
    font-family:UnitedSansSemiCond-Medium;
    font-size:40px;
    padding: 20px 20px 10px;
    margin-bottom:30px;
}
.get-inspired-separator{
    /*background: url('../images/front-page/bat-title-background.png') repeat-x;*/
    background: #9c8052;
    height: 10px;
    width:100%;
    margin: 20px 0 40px;
}
#video-wrapper{
    max-width:640px;
    margin:auto;
    overflow: hidden;
}
.footer-items,.footer-copyright{
    font-size:19px;
}
.footer-copyright{
    margin-bottom:15px;
}
.new-footer{
    background: url('../images/front-page/footer-back.jpg') repeat-x;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
}

body .modal .modal-title {
    position: absolute;
    left: 10px;
}

body .modal-body {
    font-size: 1.7em;
}

@media (max-width: 991px){
    #primary-header .row{
        display:block;
    }
    #top-menu a {
        font-size: 22px;
        text-transform: uppercase;
        width: 170px;
    }
    #home-carousel .front-carousel-container h2{
        font-size:55px;
        line-height:55px;
    }
    #home-carousel .front-carousel-container p.details{
        font-size:35px;
        line-height:35px;
    }
    #home-carousel .front-carousel-container p.content{
        font-size:35px;
        line-height:35px;
    }
    #home-carousel #first-slide .carousel-container {
        left: 0;
    }

    #sub-wrapper .right-wrapper{
        max-width:unset;
    }
    .left-wrapper{
        text-align:center;
        width:100%;
    }
    #subheader{
        height:auto;
        overflow:hidden;
    } 
    #subheader .right-wrapper{
        width:100%;
        margin:0px;
        text-align:center;
        padding-top: 0px;
    }

    #animation-wrapper{
        position: relative;
        top: -167px;
    }
    
    #sub-wrapper .right-wrapper{
        width:100%;
        text-align:center;
    }
    #subheader .right-wrapper{
        padding:0px;
        text-align:center;
    }
    #sub-wrapper .right-wrapper h2 {
        margin-top:0px;
    }
    
    .top-left-panel{
        left:20px;
        width: 200px;
        height: 200px;
    }
    #scene-a-1 {
        font-size: 33px;
        line-height: 30px;
        margin-top: 45px;
    }
    #scene-a-2 {
        font-size: 30px;
        line-height: 28px;
        margin-top: 5px;
    }
    #scene-a-3 {
        top:80px;
        left:13px;
        font-size: 40px;
        line-height: 40px;
    }
    
    #bottom-right-panel {
        width: 220px;
        height: 220px;
        left: 65vw;
        top:  58vh;
    }
    #scene-b-1{
        font-size: 38px;
        line-height: 36px;
        margin-top: 34px
    }
    #scene-b-2{
        font-size: 38px;
        line-height: 36px;
        margin-top:5px;
    }
    #scene-b-3{
        font-size: 38px;
        line-height: 36px;
        top:60px;
        left:0px;
    }
	
    #first-slide{
	    background-position: center bottom;
	}
	#second-slide{
	    background-position: -750px -93px;
	}
	#third-slide{
	}
    
    #barrel-wrapper{
	    height:150px;
	}
    #knobs-image-wrapper{
	    height: 240px;
	}
		
	.carousel-control-prev, .carousel-control-next{ 
	    display: none !important;
	}	
    
}
@media (max-width: 767px){
    #primary-header .row{
        display:block;
    }
    .navbar-toggler-icon{
        width:2.2em;
        height:2.2em;
    }
    #home-carousel #first-slide {
        padding-top:30px;
        overflow: hidden;
    }
    #home-carousel #first-slide img{
        position: relative;
        width: 200%;
        left: -100%;
    }
    #top-menu a {
        width:100%;
        border-bottom:1px solid black;
        padding-top:18px;
        height:50px;
    }
    #top-menu {
        top:65px;
    }
    #first-container{
        top:0px;
    }
    
    #home-carousel  .carousel-container{
        left:0px !important;
        top:-5px !important;
        overflow: hidden;
        min-height: 500px;
    }
    
    #home-carousel #zeroith-slide.front-carousel-container {
		padding-top: 50px;
	}
	#home-carousel #zeroith-slide.front-carousel-container #twas {
		display: block;
		margin: 0 auto;
		width: 70%;
		font-size: 50px;
	}
    #home-carousel #zeroith-slide.front-carousel-container .crushmas {
		font-size: 82px;
		margin: 14px 0 30px 0;
	}
    #home-carousel #zeroith-slide.front-carousel-container .carousel-container .details {
		font-size: 32px;
		margin: 40px auto 0;
		line-height: 34px;
		width: 84%;
	}
	#home-carousel #zeroith-slide.front-carousel-container .carousel-container {
		
	}
	#home-carousel #zeroith-slide.front-carousel-container .carousel-container h2 {
		font-size: 60px;
	}
    
    #home-carousel  #first-slide p.content{
        font-size:30px;
    }
    
    
    #home-carousel .front-carousel-container.updated{
		background-image: url('../images/front-page/carousel/header-3-2020-mobile.jpg');
	}
    #home-carousel .front-carousel-container.updated p.details{
		font-size: 18px;
		line-height: 23px;
	}
	#home-carousel .front-carousel-container.updated .headliner{
		margin: 0 0 20px;
	}
	
	#home-carousel #third-slide.front-carousel-container.updated p.details{
		width: 90%;
		margin: 0 auto;
		font-size: 18px;
		line-height: 23px;
		padding: 12px;
		background: #ffffff;
	}
	
	
	#home-carousel .front-carousel-container.updated#negative-slide {
		background-image: url('../images/front-page/carousel/header-5-2020-mobile.jpg');
	}
	#home-carousel .front-carousel-container.updated#fourth-slide {
		background-image: url('../images/front-page/carousel/header-4-2020-mobile.jpg');
	}
	#home-carousel .front-carousel-container.updated#fourth-slide .headliner{
		margin: -45px 0 20px;
	}
	#home-carousel .front-carousel-container.updated#fourth-slide .headliner img{
		max-width: 325px;
	}
	#home-carousel .front-carousel-container.updated#fourth-slide p.details{
		font-size: 18px;
		line-height: 21px;
	}
	
	#home-carousel #negative-slide.front-carousel-container.updated .headliner {
		margin: -40px 0 0px;
		width: 100%;
	}
	#home-carousel #negative-slide.front-carousel-container.updated .headliner img {
		max-width: 300px;
	}
	#home-carousel #negative-slide.front-carousel-container.updated .details {
		margin: 30px auto 0;
		font-size: 17px;
		line-height: 1.1;
		padding: 20px 20px 0;
		background: #ffffff;
	}
	#home-carousel #negative-slide.front-carousel-container.updated .btn-callout {
		bottom: 286px;
	}

    .slick-prev, .slick-next{ 
        top:37%;
        /*display:none !important;*/
    }
    .slick-prev:before {
      content:'←';
    }
    .slick-next:before {
      content: '→';
    }
    
    .fix-height {
        width: 100%;
    }
    #navbarSupportedContent{
        float:right;
        width:75%;
        position:relative;
        top:-15px;
    }
    .left-wrapper{
        text-align:center;
        width:100%;
    }
    .left-wrapper img{
        padding:0px;
    }
    #sub-wrapper .left-wrapper p{
        font-size:35px;
    }
    #subheader{
        height:auto;
        top: -165px;
    }

    #subheader .right-wrapper h2{
        padding:0px;
        margin-top:0px;
        font-size:40px;
    }
    #subheader .right-wrapper p{
        width:100%;
        font-size: 26px;
        padding:0px 5px 0px 5px;
    }
    .slide .wrapper {
        padding-top: 30px;
        margin-top: 0px;
    }

    .animation-title{
        font-size:32px;
        margin:0 auto;
    }
    .top-left-panel{
        left:20px;
        width: 110px;
        height: 110px;
    }
    #scene-a-1 {
        font-size: 20px;
        line-height: 18px;
        margin-top: 22px;
    }
    #scene-a-2 {
        font-size: 18px;
        line-height: 16px;
        margin-top: 5px;
    }
    #scene-a-3 {
        top:40px;
        left:8px;
        font-size: 22px;
        line-height: 22px;
    }
    
    #bottom-right-panel {
        width: 130px;
        height: 130px;
        left: 58vw;
    }
    #scene-b-1{
        font-size: 22px;
        line-height: 20px;
        margin-top: 24px
    }
    #scene-b-2{
        font-size: 18px;
        line-height: 16px;
        margin-top:5px;
    }
    #scene-b-3{
        font-size: 25px;
        line-height: 23px;
        top:40px;
        left:0px;
    }
    
    #horizontal-bat,
    #bat-wrapper {
        top: 30px;
    }
    #horizontal-bat img{
        transform:none;
        left:0px;
        top:  17vh;
    }
    .inspired{
        margin-bottom:20px;
    }
    .animation-subtitle{
        padding-left:10px;
        padding-right:10px;
    }
    #personalize-stick-animation-wrapper .animation-title{
        margin-bottom:30px;
    }
    #personalize-stick-animation-wrapper .animation-subtitle{
        margin: 60px auto;
    }
    #knobs-animation-wrapper .animation-subtitle {
        margin: 0px auto 40px;
    }
    #animation-wrapper{
        position: relative;
        top: -197px;
    }
    
    .slide .wrapper.customize-stick {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.container-fluid.customize-stick {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	#home-carousel .carousel-indicators {
		bottom: 210px;
	}
	
	#home-carousel a.details{
		bottom: 130px;
	}
	#home-carousel #first-slide a.details{
		bottom: 287px;
	}
	#home-carousel #second-slide a.details{
		bottom: 130px;
	}
	#home-carousel #third-slide a.details{
		bottom: 130px;
	}
}
