/* ==========================================================================
   Third Party plugins
   ========================================================================== */

#tweets {
  max-height: 495px;
  overflow: scroll;
  margin: 0 0 30px;
  position: relative; }


/* ==========================================================================
   Preloader
   ========================================================================== */

.preloader-svg {
  margin: 20px auto 50px;
  height: 50px;
  width: 50px;
  stroke: #3C4858;
  text-align: center;
  display: table; }


/* ==========================================================================
   Add-ons
   ========================================================================== */

/* Full-screen background */
.background {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover; }

/* fullscreen setup */
body.full { height: 100%; }

.fullscreen {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0; }
  .not-fullscreen,
  .fullscreen.not-overflow {
    height:100%;
    overflow:hidden; }

/* Hide stToopPop sharing button. */
#stToolPop { display: none; }

/* Isotope */
#no-results { display : none; }

/* Mailer */
#mailer {  text-align: left; position: relative; }
#mailer #error, #mailer #success { display: none; line-height: 1; margin: 0; text-align: left; position: relative; }
#mailer #error p, #mailer #success p {     color: #fff;
    margin-left: 20px;
    margin-top: 4px;
}

/* SliderPro */
.sp-slides {
  position: relative; }

.card-image{
    position: relative;
}

.sp-slides-container:after{
    content: "";
    background:#fa0000;
    top:0;
    bottom:0;
    left:0;
    right:0;
    transform: rotate(-2deg);
    position: absolute;
    z-index: -1;
}

.card{
    background: none;
}

.card-text{
    color:#000;
}

.card-image:after{
    content: "";
    background:#fa0000;
    top:0;
    bottom:0;
    left:0;
    right:0;
    transform: rotate(-4deg);
    position: absolute;
    transition: .3s all;
    z-index: -1;
}

.team .card:hover .card-image:after{
    transform: rotate(-2deg);
}

.sp-slides .sp-slide {
  position: absolute;
  top: 0;
  left: 0; }

.sp-slides .sp-slide:first-child {
  position: relative; }

.sp-layer { 
  position: absolute;
  opacity: 0; }

.sp-bg { 
  background: #FD7272;
  color: #fff; }




.sp-white{
    background: none!important;
    color:#fff!important;
    text-transform: uppercase;
    font-family:'Humanist521W01-BoldCd';
    font-size: 2em;
    width: 60%;
}

.sp-button {
	border-color: #000 !important; }

.sp-selected-button {
	background-color: #000 !important; }

/* Fancybox */
.video-thumb {
  position: static; }

.video-icon {
  background: url('../img/icons/media/player.svg') no-repeat center / 20%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  position: absolute; }


/* ==========================================================================
  Toggle
========================================================================== */

#navbar-toggle {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 40px;
  margin: 0;
  padding: 5px 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 47px;
  z-index: 1001; }

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  border-radius: 0;
  height: 3px;
  width: 25px;
  background: #6d7474;
  position: absolute;
  display: block;
  content: "";
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.nav-toggle:hover span,
.nav-toggle:hover span:before,
.nav-toggle:hover span:after {
  background-color: #000; }

.nav-toggle span:before { top: -7px; }
.nav-toggle span:after { bottom: -7px; }

.nav-toggle.active span { background-color: transparent; }

.nav-toggle.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  
  background-color: #000; }
.nav-toggle.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #000; }


/* ==========================================================================
   Bootstrap Overwrites
   ========================================================================== */

/* Placeholder */
::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder { color: #cccccc; }

:-ms-input-placeholder,
.form-control:-ms-input-placeholder { color: #cccccc; }

::-moz-placeholder,
.form-control::-moz-placeholder { color: #cccccc; opacity: 1 }

/* Selector */
::selection { background: #ccc; color: #000; }
::-moz-selection { background: #ccc; color: #000; }

/* Navigation */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ff4757; }

.nav-link {
  padding: .1rem .7vw; }

.navbar {
  background-color: transparent; }

/* Button */
.btn-primary {
    color: #fff;
    background-color: #fa0000;
    border-color: #fa0000;
    transform:skewY(-9deg);
    border-radius:0;
    text-transform: uppercase;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0155b3;
    border-color: #0155b3;
}


/* Dropdown menu */
ul.dropdown-menu {
  background: #f8f8f8;
  border: 0;
  box-shadow: none;
  font-size: .9rem;
  padding: 0;
  display: block;
  position: absolute;
  top: 100%;
  margin: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.4s !important; }

/* Dropdown & Sidebar */
ul.dropdown-menu > li { 
  width: 100%;
  padding: 0; }

.drop-down li {
  position: relative; }

/* Better positioning on last-item dropdown */
.drop-down > li:last-child ul.dropdown-menu { right: 0; text-align: right; }
.drop-down > li:hover > ul.dropdown-menu { height: auto; opacity: 1; overflow: auto; transition: none; }
.drop-down > li:hover > ul.dropdown-menu > li { width: 100%; display: block; margin: 0; padding: 0; }

.dropdown-menu > li > a {
  display: block;
  padding: 8px 10px; }


/* ==========================================================================
   Base
   ========================================================================== */

body {
  color: #000000; }

a {
  color: #fa0000; }

a, input, button {
  -webkit-transition: .3s all;
  transition: .3s all; }

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  box-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0 !important; }


/* ==========================================================================
   Header
   ========================================================================== */

header {
  padding-top: 10px;
  position: relative;
  z-index: 20; }

/* Social */
.feast-social-top {
    position: absolute;
    margin: 0;
    padding: 0;
        top: 78px;
    left: 80px;
    z-index: 10;
    
}

.feast-social-footer{
    position: relative;
    top:3px
}

.feast-social li {
  background-color: transparent;
  margin: 0 3px; 
  display: inline-block;
}

.feast-social li a {
        height: 20px;
    width: 20px;
    text-indent: -999em;
    padding: 0px;
    opacity: 1;
    border-radius: 4px;
    display: table;
    background-size: 30px;
    background-position: center center;}
  .feast-social li a:hover,
  .feast-social li a:focus {
    opacity: 1; }

/* Social */
a.nav-facebook { background: url("../img/icons/social/facebook.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) }
a.nav-twitter { background: url("../img/icons/social/twitter.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) }
a.nav-googleplus { background: url("https://www.magicgoeswrong.com/img/icons/social/google-plus.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) }
a.nav-youtube { background: url("../img/icons/social/youtube.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) }
a.nav-instagram { background: url("../img/icons/social/instagram.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) }
a.nav-pinterest { background: url("../img/icons/social/pinterest.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) }
a.nav-flickr { background: url("../img/icons/social/flickr.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) }
a.nav-linkedin { background: url("../img/icons/social/linkedin.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) }
a.nav-vimeo { background: url("../img/icons/social/vimeo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) }
a.nav-tumblr { background: url("../img/icons/social/tumblr.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) }
a.nav-rss { background: url("../img/icons/social/rss.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) }


/* ==========================================================================
   Footer
   ========================================================================== */

footer {
  background: #292530;
  position: relative;
  padding: 15px 0;
    font-size:1.2vw;
  border-top: 5px solid #3d4166;
}

.feast {
  color: transparent !important;
  display: block;
  height: 15px;
  vertical-align: bottom;
  width: 55px; }
  .no-svg .feast {
    background: rgba(0, 0, 0, 0) url("../img/icons/feast/feast-default.png") no-repeat scroll 0 0 / contain; }

@media only screen and (min-width : 768px) {

  /* Sticky footer */
  html { position: relative; min-height: 100%; }
  body { margin-bottom: 63px; }
  footer { position: absolute; bottom: 0; width: 100%; height: 63px; }

}


/* ==========================================================================
   Feast Styles
   ========================================================================== */

body{
    font-family:'Humanist521W01-Condense';
}

.wrong{
    position: absolute;
    left:10px;
    top:10px;
    width:12vw;
}

.feast-nav{
    position: relative;
    left:-10px;
}



.img-collumn{
    padding-right:5rem
}

.page-image{
    position: relative;
    margin-top: -6vw;
    max-width:700px;
}

.link{
    color:#000;
    font-size:2vw;
    font-family:'Humanist521W01-BoldCd';
}

.corner-btn{
    left: 11.5vw;
    transition: .3s all;
    background: #0054ba;
    padding: 5px 13px;
    color: #fff;
    position: absolute;
    transform: skewY(-9deg);
    z-index: 10;
    text-align: center;
    font-size: 0.8em;
    top: 20px;
    width:9vw;
    max-width:150px;
    font-family: 'Humanist521W01-BoldCd';
}

.corner-btn2{
    left: 1vw;
    max-width:150px;
    transition: .3s all;
    background: #fa0000;
    padding: 5px 13px;
    color: #fff;
    position: absolute;
        transform: skewY(-9deg);
    z-index: 10;
    width: 9vw;
    text-align: center;
    font-size: 0.8em;
    top: 25px;
    font-family: 'Humanist521W01-BoldCd';
}

.corner-btn:hover, .corner-btn2:hover{
    transform: skewY(0deg);
    color:#fff;
}

.pin-wrapper .map-datetime{
    color:#000;
}

.pin-wrapper .map-tel{
    display:none;
}

.pin-wrapper .map-link{
    color:#0071cc!important;
}

.card-title{
    cursor: pointer;
    font-size:1.6vw;
}

.card-body{
	line-height: 1;
}

.zone{
    font-size: 1.8em;
    color:#fa0000;
}


.nav-stacked{
    font-family:'Humanist521W01-BoldCd';
    position: relative;
    left:-.3em;
}

.nav-stacked a {
    color:#fa0000;
    text-transform: uppercase;
    font-size: 1.2em;
}

a:hover{
    text-decoration: none;
}


.red-bg{
    background: #fa0000;
}

.red-bg a:not(.btn-info), .red-bg, .red-bg h5{
    color:#fff;
}

.red-bg .btn-info{
    font-size:1.1em;
    text-transform: uppercase
}

.red-bg hr{
    border-color: #fff;
    border-width: 3px;
}

nav li a{
    color:#000000;
    text-transform: uppercase;
    font-family:'Humanist521W01-BoldCd';
    font-size:1.2vw;
}

.triangle{
    position: absolute;
    top:15px;
    left:15px;
    width:35px;
	max-width: 35px;
}


#navbar-main{
    margin-top:30px;
}
.not-home#navbar-main{
    color:#fa0000;
    text-transform: uppercase;
    font-family:'Humanist521W01-BoldCd';
    font-size:1.4vw;
}

.not-home#navbar-main li{
    padding:10px;
}

.not-home#navbar-main li a{
    color:#fa0000;
}

h3{
    font-family:'Humanist521W01-BoldCd';
    color:#0071cc;
    font-size: 2em;
    line-height: .8;
}

#triangle-topleft {
    width: 0;
    height: 0;
    border-top: 20px solid #fa0000;
    border-left: 120px solid transparent;
    position: absolute;
    top:0;
    right:0;
}

.mischief{
    position:absolute;
    top:20px;
    right:0;
    width:24vw;
    z-index: 9;
    display: table;
}

.mischief img{
	transition: .5s all;
}

.mischief img:hover{
	transform: scale(1.1);
}

i{
    color:#e50015;
}

nav#navbar-main li a{
    color:#000;
    position: relative;
}

nav#navbar-main li a:before{
    content: "";
    position:absolute;
    width:50%;
    border:2px solid #e50015;
    left:50%;
    transform: translateX(-50%);
    bottom:-5px;
    transition: .5s all;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Safari 3-8 */
}
.burger-menu{
    position: absolute;
    left: 20px;
    top: 75px;
    width: 20px;
    height: 15px;
    z-index: 10;
}

.burger-menu::before{
    position: absolute;
    content: "";
    width:150%;
    height:160%;
    background:#e21a22;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

p{
    font-size:1em;
}
.burger {
  top: 6px;
    background: #fff;
    width: 20px;
    height: 3px;
    margin-top: 0px;
    z-index: 9;
    opacity: 1;
    position: relative;
}

.btn-info:hover {
    color: #fff;
    background-color: #0054ba;
    border-color: #0054ba;
}
.burger::before {
  position: absolute;
  background: #fff;
  width: 20px;
  height: 3px;
  top: 7px;
  content: "";
  display: block;
}
.burger::after {
  position: absolute;
  background: #fff;
  width: 20px;
  height: 3px;
  bottom: 7px;
  content: "";
  display: block;
}
.burger::after, .burger::before, .burger {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.burger-menu.menu-on .burger::after{
   transform: rotate(-45deg);
   -webkit-transform: rotate(-45deg);
  bottom: 0px;
}
.burger-menu.menu-on .burger::before{
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
  top: 0px;
}
.burger-menu.menu-on .burger{
 background: rgba(111,111,111,.0);
}
/* useless css */
.burger-menu {
  margin-left:auto;
  margin-right: auto;
}

nav#navbar-main li a:hover:before{
    bottom:-15px
}

.not-home#navbar-main li a:hover, .not-home#navbar-main li.selected a{
    color:#0056b3;
}

.display-4{
    font-family:'Humanist521W01-BoldCd';
    font-size:1.2em;
    margin-bottom:0;
}



footer a, footer{
    color:#fff;
}

.nav{
    margin:auto;
}

.home-img{
    margin-top:-11vw;
    position: relative;
    z-index: -1
}

h2{
    font-family: 'Humanist521W01-BoldCd';
    color:#e8484e;
}

blockquote{
    color:#005ab7;
}

blockquote small{
    color:#000;
}

.card-title{
    color:#e50015;
    margin-bottom: 0;
}

.card{
    border:none;
    font-size:1em;
    border-radius: 0;
}

.form-control{
    padding:2px;
    max-width: 7vw;
    border-radius: 0;
    
}

.book-btn{
    width:50%;
}

.bubbly-button {
  display: inline-block;
  font-size: 1em;
  padding: 1em 2em;
  -webkit-appearance: none;
  appearance: none;
  background-color: #e21a22;
  color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  position: relative;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  box-shadow: 0 2px 25px rgba(226, 26, 34, 0.5);
}
.bubbly-button:focus {
  outline: 0;
}
.bubbly-button:before, .bubbly-button:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #e21a22 20%, transparent 20%), radial-gradient(circle, transparent 20%, #e21a22 20%, transparent 30%), radial-gradient(circle, #e21a22 20%, transparent 20%), radial-gradient(circle, #e21a22 20%, transparent 20%), radial-gradient(circle, transparent 10%, #e21a22 15%, transparent 20%), radial-gradient(circle, #e21a22 20%, transparent 20%), radial-gradient(circle, #e21a22 20%, transparent 20%), radial-gradient(circle, #e21a22 20%, transparent 20%), radial-gradient(circle, #e21a22 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #e21a22 20%, transparent 20%), radial-gradient(circle, #e21a22 20%, transparent 20%), radial-gradient(circle, transparent 10%, #e21a22 15%, transparent 20%), radial-gradient(circle, #e21a22 20%, transparent 20%), radial-gradient(circle, #e21a22 20%, transparent 20%), radial-gradient(circle, #e21a22 20%, transparent 20%), radial-gradient(circle, #e21a22 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.bubbly-button:active {
  transform: scale(0.9);
  background-color: #e21a22;
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}
.bubbly-button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}
.bubbly-button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
  }
}

.bubbly-button:hover {
  transform: scale(1.5);
}

.btn-info{
    background:#fff;
    color:#0054ba;
    border-color:#0054ba;
    border-radius: 0;
    padding: 4px 4vw;

}

.info-2{
    color:#fff;
    background-color: #0054ba;
    border-color:#0054ba;
}

.info-2:hover{
    color:#0054ba;
    background:#fff;
}


.home-magician{
	width:100%;
}

/* ==========================================================================
   Feathers
   ========================================================================== */

@keyframes feather1{
	0%{
		bottom:0;
		left:50%;
		opacity: 1;
	}
	
	25%{
		bottom:30vh;
		left:70%;
		opacity: 1;
	}
	40%{
		bottom:25vh;
		left:65%;
		opacity: .8;
	}
	55%{
		bottom:20vh;
		left:75%;
		opacity: .6;
	}
	70%{
		bottom:15vh;
		left:65%;
		opacity: .4;
	}
	
	85%{
		bottom:10vh;
		left:75%;
		opacity: .2;
	}
	
	
	100%{
		bottom:5vh;
		left:70%;
		opacity: 0;
	}
}

@keyframes feather2{
	0%{
		bottom:0;
		left:50%;
		opacity: 1;
	}
	
	25%{
		bottom:33vh;
		left:30%;
		opacity: 1;
	}
	40%{
		bottom:28vh;
		left:25%;
		opacity: .8;
	}
	55%{
		bottom:23vh;
		left:35%;
		opacity: .6;
	}
	70%{
		bottom:18vh;
		left:25%;
		opacity: .4;
	}
	
	85%{
		bottom:13vh;
		left:35%;
		opacity: .2;
	}
	
	
	100%{
		bottom:8vh;
		left:30%;
		opacity: 0;
	}
}

@keyframes feather3{
	0%{
		bottom:0;
		left:50%;
		opacity: 1;
	}
	
	25%{
		bottom:26vh;
		left:60%;
		opacity: 1;
	}
	40%{
		bottom:21vh;
		left:65%;
		opacity: .8;
	}
	55%{
		bottom:16vh;
		left:55%;
		opacity: .6;
	}
	70%{
		bottom:11vh;
		left:65%;
		opacity: .4;
	}
	
	85%{
		bottom:6vh;
		left:55%;
		opacity: .2;
	}
	
	
	100%{
		bottom:1vh;
		left:60%;
		opacity: 0;
	}
}

@keyframes feather4{
	0%{
		bottom:0;
		left:50%;
		opacity: 1;
	}
	
	25%{
		bottom:30vh;
		left:70%;
		opacity: 1;
	}
	40%{
		bottom:25vh;
		left:75%;
		opacity: .8;
	}
	55%{
		bottom:20vh;
		left:65%;
		opacity: .6;
	}
	70%{
		bottom:15vh;
		left:75%;
		opacity: .4;
	}
	
	85%{
		bottom:10vh;
		left:65%;
		opacity: .2;
	}
	
	
	100%{
		bottom:5vh;
		left:70%;
		opacity: 0;
	}
}

@keyframes feather5{
	0%{
		bottom:0;
		left:50%;
		opacity: 1;
	}
	
	25%{
		bottom:30vh;
		left:70%;
		opacity: 1;
	}
	40%{
		bottom:25vh;
		left:75%;
		opacity: .8;
	}
	55%{
		bottom:20vh;
		left:65%;
		opacity: .6;
	}
	70%{
		bottom:15vh;
		left:75%;
		opacity: .4;
	}
	
	85%{
		bottom:10vh;
		left:65%;
		opacity: .2;
	}
	
	
	100%{
		bottom:5vh;
		left:70%;
		opacity: 0;
	}
}

@keyframes feather6{
	0%{
		bottom:0;
		left:50%;
		opacity: 1;
	}
	
	25%{
		bottom:30vh;
		left:70%;
		opacity: 1;
	}
	40%{
		bottom:25vh;
		left:75%;
		opacity: .8;
	}
	55%{
		bottom:20vh;
		left:65%;
		opacity: .6;
	}
	70%{
		bottom:15vh;
		left:75%;
		opacity: .4;
	}
	
	85%{
		bottom:10vh;
		left:65%;
		opacity: .2;
	}
	
	
	100%{
		bottom:5vh;
		left:70%;
		opacity: 0;
	}
}

@keyframes feather7{
	0%{
		bottom:0;
		left:50%;
		opacity: 1;
	}
	
	25%{
		bottom:30vh;
		left:70%;
		opacity: 1;
	}
	40%{
		bottom:25vh;
		left:75%;
		opacity: .8;
	}
	55%{
		bottom:20vh;
		left:65%;
		opacity: .6;
	}
	70%{
		bottom:15vh;
		left:75%;
		opacity: .4;
	}
	
	85%{
		bottom:10vh;
		left:65%;
		opacity: .2;
	}
	
	
	100%{
		bottom:5vh;
		left:70%;
		opacity: 0;
	}
}

@keyframes feather8{
	0%{
		bottom:0;
		left:50%;
		opacity: 1;
	}
	
	25%{
		bottom:30vh;
		left:70%;
		opacity: 1;
	}
	40%{
		bottom:25vh;
		left:75%;
		opacity: .8;
	}
	55%{
		bottom:20vh;
		left:65%;
		opacity: .6;
	}
	70%{
		bottom:15vh;
		left:75%;
		opacity: .4;
	}
	
	85%{
		bottom:10vh;
		left:65%;
		opacity: .2;
	}
	
	
	100%{
		bottom:5vh;
		left:70%;
		opacity: 0;
	}
}

@keyframes feather9{
	0%{
		bottom:0;
		left:50%;
		opacity: 1;
	}
	
	25%{
		bottom:30vh;
		left:70%;
		opacity: 1;
	}
	40%{
		bottom:25vh;
		left:75%;
		opacity: .8;
	}
	55%{
		bottom:20vh;
		left:65%;
		opacity: .6;
	}
	70%{
		bottom:15vh;
		left:75%;
		opacity: .4;
	}
	
	85%{
		bottom:10vh;
		left:65%;
		opacity: .2;
	}
	
	
	100%{
		bottom:5vh;
		left:70%;
		opacity: 0;
	}
}

@keyframes feather10{
	0%{
		bottom:0;
		left:50%;
		opacity: 1;
	}
	
	25%{
		bottom:30vh;
		left:70%;
		opacity: 1;
	}
	40%{
		bottom:25vh;
		left:75%;
		opacity: .8;
	}
	55%{
		bottom:20vh;
		left:65%;
		opacity: .6;
	}
	70%{
		bottom:15vh;
		left:75%;
		opacity: .4;
	}
	
	85%{
		bottom:10vh;
		left:65%;
		opacity: .2;
	}
	
	
	100%{
		bottom:5vh;
		left:70%;
		opacity: 0;
	}
}

.page-hero{
    width:60%;
    left: 35px;
    position: relative;
}


.feather{
	position: absolute;
	bottom:0;
	z-index: -1;
	left:50%;
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transform:translateX(-50%);
}

.feather1{
	animation-name: feather1;
  	animation-duration: 4s;
	z-index: 999;
	animation-timing-function: ease-in;
}

.feather2{
	animation-name: feather2;
  	animation-duration: 4s;
	z-index: 999;
	animation-timing-function: ease-in;
}

.feather3{
	animation-name: feather3;
  	animation-duration: 4s;
	z-index: 999;
	animation-timing-function: ease-in;
}


/* ==========================================================================
   Mobile First
   ========================================================================== */

@media only screen and (min-width : 768px) {

  body { font-size: 14px; line-height: 1.3; }
  
  .btn { font-size: .9rem; }
  
}

@media only screen and (min-width : 992px) {
  
  body { font-size: 17px; line-height: 1.4; }
  
}

@media only screen and (min-width : 1200px) {

  
}

@media(max-width:1450px) and (min-width:768px){
    .home .container{
        max-width: 75vw;
    }
}

@media (max-width:1199px){
    .corner-btn, .corner-btn2 {
        width:12vw;
        padding: 5px 10px;
    }
	
	.card-title{
		font-size:1.5em;
	}
    
    .corner-btn{
        left: 14.5vw;
        top:5px;
    }
    
    .page-hero{
        left: 30px;
    }
    
    
}

@media(max-width:991px){
    .mischief{
        width:130px;
        top:5px;
    }
    
    .book-btn{
        width:100%;
    }
    
    .page-hero{
        left: 20px;
    }
    
    .corner-btn, .corner-btn2 {
       width: 14vw;
        padding: 5px 10px;
        transform: none;
        top: 5px;
        font-size: .7em;
    }
    
    .corner-btn{
        left:19vw;
    }
    .feast-social li a{
        height:15px;
        width:18px;
        background-size: 20px;
    }
    .not-home#navbar-main{
        font-size: 1.3vw;
    }
    .page-image{
        margin-top: -60px;
    }
}

@media (max-width:767px){
	
	.form-group{
		display: block;
		width:100%;
	}
	
	.home-magician, .page-hero{
		width: 50%;
        position: relative;
        left: 9vw;
        margin-top: 15px;
	}
    
    .page-hero{
        
        display:none;
    }
	
	footer #form .btn-info{
		margin: auto;
	}
    
    .nav-stacked, .collapsing{
        float:right!important;
    }
    .home-img{
        margin-top:-1vw;
    }
    .mob-menu{
        position:absolute;
        background:#e21a22;
        width:100vw;
        font-family: 'Humanist521W01-BoldCd';
        top:-90%;
        padding:20px;
        z-index: 3;
        transition: .3s all;
    }
    
    .show{
        top:30vw;
    }
    
    .mob-menu:after{
        background:#e21a22;
        content: "";
        position: absolute;
        top:-10px;
        bottom:-10px;
        left:0;
        z-index: 2;
        right:0;
        transform:skewY(3deg)
    }
	
	.triangle{
		width: 30px;
	}
    
    .link{
        position: relative;
        z-index: 20;
    }
    
    .mob-menu .nav{
        z-index: 3;
        display: block;
        left:0;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
    }
    
    .mob-menu li{
        margin:30px;
        display: block;
        position: relative;
    }
    .mob-menu li:after{
        content: "";
        position: absolute;
        width:70px;
        height:1px;
        background:#fff;
        bottom:-15px;
        left:50%;
        transform: translateX(-50%);
    }
    
    .mob-menu a{
        color:#fff;
        font-size:7.5vw;
    }
    
    .mob-menu .selected a{
        background:#005ab7;
        padding:5px 10px;
    }
    
    .mob-menu .selected a:after{
        content: "";
    background: #005ab7;
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 18px;
    right: 0;
    width: 70%;
    transform: skewX(5deg);
    z-index: -1;
    }
    
    .mob-menu .selected a:before{
            content: "";
    background: #005ab7;
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: 19px;
    right: 0;
    width: 83%;
    transform: skewY(-4deg);
    z-index: -1;
    }
    
    
    .page-image{
        margin-top:-20px;
    }
    .feast-social-top{
        left: 60px;
        z-index: 20;
        top: 67px;
    }
    .sp-white{
        font-size:1.5em;
    }
    .corner-btn{
    }
    .link{
        font-size: .8em;
        float: right;
    }
    .navbar-toggler{
        position: absolute;
    }
    .img-collumn{
        padding-right: 0;
    }
    
    .lean-image{
        left:0;
        margin-bottom:40px;
    }
    footer{
        font-size:5vw
    }
    
    footer .nav-link, footer .feast-footer .nav-item{
        width:100%;
        text-align: center;
    }
    .form-control{display:block;max-width:none;}
    footer .btn-info{
        margin-bottom:1rem;
    }
    .feast-footer{
        width:100%;
    }
    
    .feast-social li{
        display: inline-block
    }
    
    footer .feast-social .nav{
        display: inline-block;
    }
    
    .wrong{
        right:40px;
    }
    
    
}