@charset "utf-8";

html, body {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    max-width: 100%;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

html {
    font-family: Papyrus, myPapyrus;
    color: #ecaa20;
}

body {
    position: relative;
    width: 100%;
    margin: auto;
    overflow-x: hidden;
    padding:0;
    background-color: #1d022e;
}

p{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.fade-out{
    animation: fadeOut ease 2s;
    -webkit-animation: fadeOut ease 2s;
    -moz-animation: fadeOut ease 2s;
    -o-animation: fadeOut ease 2s;
    -ms-animation: fadeOut ease 2s;
}


.liveContainer{
    display: inline-block;
    width:95%;
    height:500px;
    margin:20px auto;
    text-align:center;
}

.liveEffect0{background: linear-gradient(-45deg, #ebd834, #1abced, #ed1ad1, #ff78f1); background-size: 400% 400%; animation:  gradient 9s ease infinite; -webkit-animation: gradient 9s ease infinite;  -moz-animation:  gradient 9s ease infinite;  -o-animation:  gradient 9s ease infinite;  -ms-animation:  gradient 9s ease infinite;} 
.liveEffect1{background: linear-gradient(-45deg, #f5d538, #332f1a, #044c54, #edece4);  background-size: 400% 400%; animation:  gradient 15s ease infinite; -webkit-animation: gradient 15s ease infinite;  -moz-animation:  gradient 15s ease infinite;  -o-animation:  gradient 15s ease infinite;  -ms-animation:  gradient 15s ease infinite;} 
.liveEffect2{background: linear-gradient(-45deg, #f5d538, #998502, #fcfbd9, #2c96f2);  background-size: 400% 400%; animation:  gradient 18s ease infinite; -webkit-animation: gradient 18s ease infinite;  -moz-animation:  gradient 18s ease infinite;  -o-animation:  gradient 18s ease infinite;  -ms-animation:  gradient 18s ease infinite;} 

.readerContainer{display:inline-block; float:left; margin: 5px; overflow: hidden; position: relative;}
.readerScreen{position: absolute; display:inline-block; width:100%; height: 100%; border: 0;  left: 0; top: 0; width: 100%;}


.siteWrap{
 background-size: 400% 400%;
}

.siteWrapTest{
    background: linear-gradient(270deg, #1d022e,#19030e, #1a0411);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 10s ease infinite;
    -moz-animation: AnimationName 10s ease infinite;
    animation: AnimationName 10s ease infinite;      
}

.modal-div{
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
    background-color: rgb(128,0,128);
    background-color: rgba(128,0,128,0.8);
    display: flex;
    flex: 1;
    justify-content: center;
    align-content: center;
    position: fixed;
    left:0px;
    width: 80%;
    height:auto;
    z-index: 100000000;
    border-radius: 22px;
    padding:5px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align:center;
}

.modalContent{
    display:inline-block;
    margin: auto;
    width: 80%;
    background-color: white;
    color: black;
    z-index: 100000002;
    border: 8px double pink;
    border-radius: inherit;
    text-align: center;
    box-sizing: border-box; 
    overflow:hidden;
}

.modalContentBody{
    display:inherit;
    width: 110%;
    height: 100%;
    margin-left: -5%;
}

.modal{
    border:0;
    padding:0;
    border-radius: 20px;
    position:inherit;
    display:inline-block;
 }
 
.certified-wrapper{
    display:inline-block;
    width:auto;
    height:auto;
    position:relative;
}

.certified-overlay{
    position: absolute;
    width: 47%;
    height: auto;
    top: 20%;
    left: -1.2em;
    transform: rotate(-26deg);
    -webkit-animation: flickerAnimation 12s infinite;
   -moz-animation: flickerAnimation 12s infinite;
   -o-animation: flickerAnimation 12s infinite;
    animation: flickerAnimation 12s infinite;
} 

.certImg{
    width:100%;
    position:absolute;
    display:inline-block;
}

.closeButton{
    top:-4px;
    left:90%;
    position:absolute;
    z-index:5;
    width:8%;
    height:auto;
    max-width:40px;
    cursor:pointer;
    border-radius: 50%;
    border: 5px double purple;
    box-sizing: border-box;
 }
 
.message{
    font-family: Papyrus, myPapyrus;
    text-align: justify;
    font-size: 1.5em;
    font-weight: bold;
    text-indent: 10%;
    padding-top: 0px; /* Pushed the Bio text down */
    margin: -20px 10px 0px;
}

.message h1, .message h2, .message h3{
    text-indent: 0;
}

.popupIn{
    display:inline;
    position:fixed;
    line-height: 0;
    width:32%;
    max-width:265px;
    height:auto;
    left:9px;
    bottom:9px;
    background-color:yellow;
    z-index: 100000000;
    border: 5px double purple;   
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1.2s;
    -moz-animation: fadeIn ease 1.2s;
    -o-animation: fadeIn ease 1.2s;
    -ms-animation: fadeIn ease 1.2s;
}

.popupOut{
   position:fixed;
    width:15%;
    height:auto;
    bottom:0px;
    min-width:100px;
    min-height:35px;
    background-color:yellow;
    z-index: 100000000;
    border: 5px double purple;   
    animation: fadeOut ease 2s;
    -webkit-animation: fadeOut ease 1.3s;
    -moz-animation: fadeOut ease 1.3s;
    -o-animation: fadeOut ease 1.3s;
    -ms-animation: fadeOut ease 1.3s;
    display:none;
}

.bookNowImg{
    width:100%;
    height:auto;
    display:inline-block;
}


#siteWrap{
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

#siteBodyWrap{
    position: relative;
    margin: auto;
    max-width: 1000px;
    min-width: 245px;
    padding: 0 20px;
}

#siteBodyWrap img{
    max-width: 100%;
}

p::first-letter{ /* To add the pseudo-element of large first-letter caps to each <p> */
    font-family: Papyrus, myPapyrus;
    font-size: 200%;
}

.goldbar_wrap{
    text-align: center;
}

.goldbar_wrap.half img{
    width: 60%;
    margin: auto;
}

#columns_overlay{
    position: absolute;
    left: -200px;
    right: -200px;
    top: 60px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    z-index: 1;
}

#columns_overlay .columns_wrap{
    width: 160px;
}

#columns_overlay img.columns_img{
    width: 160px;
    height: 100%;
}

header{
    z-index: 0;
    position: relative;
    padding: 10px;
    height: 180px;
}

header .per_minute_header{
    position: relative;
    text-align: center;
    font-size: 2em;
    font-family: Papyrus, myPapyrus;
    font-weight: bold;
}

header .per_minute_header h2{
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
}

header .logo_wrap{
    margin: auto;
    position: absolute;
    left: -50px;
    right: -50px;
    top: 0;
    z-index: -1;
    display: flex;
    justify-content: space-between;
    max-height: 340px;
    overflow: hidden;
}

header .logo_wrap .flames_img{
    height: 100%;
}

.h1_wrap{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-content: center;
    text-align: center;
}

.h1_wrap h1{
    margin-bottom: 0;
}

.h1_wrap .h1_header{
    text-align: center;
}

.h1_wrap .goldbar_wrap .goldbar_img{
    width: 100%;
}

.navicon, .naviconF{
    display: none;
    border: 6px double #66186d; /* Purple border on nav cartouches */
    font-family: Papyrus,  myPapyrus;
    font-weight: bold;
    font-size: 2.0em;
    padding: 8px 12px 0;
    position: relative;
    border-radius: 30px;
    background: #ecaa20;
    text-align: center;
    width: 60%;
    margin: auto;
}

.horizontal_nav{
    display:inline-block;
    left:0;
    width:100%;
    margin-top:1px;
    text-align:center;
}

.horizontal_navF{
    display:block;
    width:100%;
    margin-top:-5px;
    text-align:center;
    left:0;
}    

.nav_link_group_container{
    margin:auto;
    overflow:hidden;
}

.nav_link_group_containerF{
    margin:auto;
    overflow:hidden;    
}


/* Nav to flow horizontally on larger screens */
.nav_link_group{
    display: flex;
    flex-direction: row;
    padding-left: 0px;
    align-content: center; /* Aligns items in clustered bunch in center of row . . . */
    justify-content: space-between; /* . . . but space-between spaces them from end to end! */
    list-style-type: none;
    margin-bottom: -50px; /* maximum width of scrollbar */
    padding-bottom: 50px; /* maximum width of scrollbar */
    overflow-y: hidden;
    overflow-x: hidden;
}

.nav_link_groupF{
    display: flex;
    flex-direction: row;
    padding-left: 0px;
    align-content: center; /* Aligns items in clustered bunch in center of row . . . */
    justify-content: space-between; /* . . . but space-between spaces them from end to end! */
    list-style-type: none;
    margin-bottom: -50px; /* maximum width of scrollbar */
    /* padding-bottom: 50px; */ /* maximum width of scrollbar */
    margin-right: -50px; /* maximum width of scrollbar */
    padding-right: 50px;
    overflow-y: hidden;
    overflow-x: hidden;
}


/* Navigation styling in Egyptian cartouches */
.nav_link_group li, .nav_link_groupF li{
    /*font size changes are handled by animateNavBar JS func on global js*/
    
    border: 6px double #66186d; /* Purple border on nav cartouches */
    font-family: Papyrus, myPapyrus;
    /* Changes nav font size to fit in all the cartouches in a row! */
    padding: 1px 3px 0;
    position: relative;
    border-radius: 30px;
    background: #ecaa20;
    text-align: center;
}

a{
    text-decoration: none
}



/* Prevent double borders on vertical bars (Egyptian cartouches) */
.nav_link_group li:not(:last-child){
   
}

/* Adds styling on nav li hover */
nav li:hover{
    background-color: rgba(51, 0, 153, 0.9);
    color: #ffffff;
    /*text-transform: uppercase;*/
}

.nav_link_group li a, .nav_link_groupF li a{
    color: purple;
}

.nav_link_group li a:visited, .nav_link_groupF li a:visited{
    color: purple;
}

.nav_link_group li a:hover, .nav_link_groupF li a:hover{
   
}


.columns > * {
    display: flex;
    flex: 1;
    position: relative;
    justify-content: center;
}

.columns, ul.columns {
    width: 100%;
    max-width: 100%;
    list-style-type: none;
    display: inline-flex;
    flex: 3 1;
    flex-flow: row wrap;
    justify-content: space-between;
    left: 0;
    padding: 0;
}

ul.columns li{
    display: flex;
    flex: 1;
    min-width: 230px;
}



footer { /* Company Information  */
    color: #ecaa20; /* Yellow-gold */
    font-family: Helvetica, serif;
    font-size: .9em; /* Size of Company Info at bottom */
    text-align: center;
    position: relative;
    width: 100%;
}

.footerShimmer{
    display:block;
    margin:.2em;
    margin: 0.2em;
    line-height: 2em;
    font-weight:bold;
    font-size: 1em;
}

.footerShimmerX{
  display:block;
  color:#ecaa20;
  background: #acacac -webkit-gradient(linear, 100% 0, 0 0, from(#acacac), color-stop(0.5, #ffffff), to(#acacac));
  background-position: -4rem top; /*50px*/
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: footerShimmer;
  -webkit-animation-duration: 3.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-background-size: 4rem 100%; /*50px*/
}

@-webkit-keyframes footerShimmerX{
    0% {background-position: -4rem top; /*50px*/}

    70%{background-position: 12.5rem top; /*200px*/}

    100%{background-position: 12.5rem top; /*200px*/}
}

#book_now{
    position: fixed;
    right: 10px;
    bottom: 50%;
    z-index: 999;
    text-align: center;
    width: auto;
}

#book_now p{
    display: block;
    width: 200px;
    height: auto;
    background-color: #ecaa20;
    border: 5px double #66186d;
    color: #66186d;
    padding: 5px;
    margin: 0;
    transform: rotate(-90deg);
    position: absolute;
    right: -80px;
    font-size: 1.4em;
    border-radius: 40px;
}

@media only screen and (max-width: 1024px){

    .popupIn{
        display:inline;
        position:fixed;
        width:36%;
        height:auto;
    }

    #columns_overlay{
        left: -150px;
        right: -150px;
    }
    
 
    .nav_link_group li{
        border: 6px double #66186d; /* Purple border on nav cartouches */
        font-family: Papyrus, myPapyrus;
        font-weight: bold;
        padding: 1px 3px 0;
        position: relative;
        border-radius: 30px;
        background: #ecaa20;
        text-align: center;
    }    
    
}

/*
@media only screen and (max-width: 768px) {
    html, body {
        overflow-x: hidden;
    }

    body {
        font-size: 14px;
    }

    header {
        height: 140px;
    }
    
    .popupIn{
        display:inline;
        position:fixed;
        width:48%;
        height:auto;
    }

    #siteBodyWrap {
        width: 90%;
        min-width: 245px;
        padding: 0 5%;
        margin: auto;
    }

    #columns_overlay {
        left: -120px;
        right: -120px;
    }

    #modalContent {
    }

    .crisp-client > div > a {
        margin-right: 0;
    }
  
}
*/

@media (max-width: 800px){
    body{
        font-size: 12px;
    }

    header{
        height: 125px;
        padding: 0;
        position: relative;
        z-index: -1;
        margin: 0 auto;
    }

    #siteBodyWrap{
        min-width: 245px;
        margin: 0;
    }

    #columns_overlay{
        display: none;
    }

    #siteBodyWrap header{
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    #siteBodyWrap .logo_wrap{
        position: absolute;
        left: 0;
        right: 0;
        height: 240px;
        width: 100%;
        margin-top: 10px;
    }

    #siteBodyWrap .flames_img{
        width: 120px;
        height: 370px;
    }

    #siteBodyWrap > nav > nav > ul > li > a {
        font-size: 1em;
    }

    .entrance_headline{
        font-size: 1.7em;
    }

 

    #book_now{
        visibility: hidden;
    }

    .lotus_img{
        width: 100px;
        height: 100px;
    }

 
    .navicon{
        display:none;
        position: relative;
        z-index: 1001;
        margin: 10px auto;
        width: 40%;
    }

    .nav_link_group_container, .nav_link_group_container{
        margin:auto;
        padding:0 5px;
        overflow:hidden;
    }


    .nav_link_group, .nav_link_groupF{
        /*display: none;*/
        width:100%;
        justify-content: flex-start;
        flex-direction: row;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1002;
        margin: 5px;
        margin-bottom: -50px; /* maximum width of scrollbar */
        padding-bottom: 50px; /* maximum width of scrollbar */
        margin-right: -50px; /* maximum width of scrollbar */
        padding-right: 50px;
        overflow-y: hidden;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .popupIn{
        display:inline;
        position:fixed;
        width:48%;
        height:auto;
    }

}

@media only screen and (max-width: 680px){
    header{
        position: relative;
        padding: 10px 0 0 0;
        height: auto;
    }

    header h2{ /* This changes size of Psychic Chamber! at top of cell phone. It also changed the font
        from Papyrus to Fantasy!  */
        font-size: 1.2em;
    }
    
    .horizontal_nav{
        display:block;
        position:absolute;
        left:0;
        width:100%;
        margin-top:1px;
        margin-left:0px;
        text-align:center;
    }

    .horizontal_navF{
        display:block;
        width:100%;
        margin-top:-5px;
        text-align:center;
        left:0;
    }    

    #nav_img{
        position: fixed;
        top: 10px;
        right: 10px;
    }

	.nav_link_group_container-drop{
	    position: absolute;
	    z-index: 2000;
	}

	.nav_link_group_containerF-drop{
	    position: absolute;
	    z-index: 2000;
	}
	
	.navicon{
	    color:#66186d;
	    display: block;
	    width: 77%;
	    border: 6px double #66186d;
	    border-radius: 30px;
	    margin: 0px 2% 0%;
	     padding:0px;
	    -webkit-transition: all 0.2s ease-in-out;
	    -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	    -o-transition: all 0.2s ease-in-out;
	    transition: all 0.2s ease-in-out;
	    cursor: pointer;
	}
	
	.naviconF{
	    color:#66186d;
        display: block;
	    width: 80%;
	    border: 6px double #66186d;
	    border-radius: 30px;
	    margin: 0px 2% 0%;
	    padding:0px;
	    -webkit-transition: all 0.2s ease-in-out;
	    -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	    -o-transition: all 0.2s ease-in-out;
	    transition: all 0.2s ease-in-out;
	    cursor: pointer;
	}	

	.navicon:hover{
	    display: block;
	    width: 77%;
	    border: 6px double #66186d;
	    border-radius: 30px;
	    margin: 0px 2% 0%;
	    color: #66186d;
	    background-color: #E472E2;
	}

	.naviconF:hover{
	    display: block;
	    border: 6px double #66186d;
	    border-radius: 30px;
	    margin: 0px 2% 0%;
	    color: #66186d;
	    background-color: #E472E2;
	}

	.navicon:active{
	    display: block;
	    width: 77%;
	    border: 6px double #66186d;
	    border-radius: 30px;
	    margin: 0px 2% 0%;
	    color: #66186d;
	    background-color: #E472E2;
	}
	
	.naviconF:active{
	    display: block;
	    width: 80%;
	    border: 6px double #66186d;
	    border-radius: 30px;
	    margin: 0px 2% 0%;
	    color: #66186d;
	    background-color: #E472E2;
	}		

	.nav_link_group_container{
	    overflow: hidden;
	    width: 100%;
	    box-sizing: border-box;
	    color: #767b7e;
	    padding: 0px;
	}

	.nav_link_group_containerF{
	    display: inline-block;
	    overflow: hidden;
	    padding-right: 0px;
	    padding-bottom:50px;
	    width: 100%;
	    box-sizing: border-box;
	    color: #767b7e;
	}
	
   .nav_link_group{
        width:100%;
        display: block;
        text-align:center;
        margin-top:-5px;
        padding:0px;
    }

   .nav_link_groupF{
        display: inline;
        text-align:center;
        margin-left: 2%;
        padding-bottom:50px;
    }    

	.nav_link_group li{
	    border: 6px double #66186d;
        font-family: Papyrus, myPapyrus;
        height:1.8em;
        width:70%;
        line-height: .9;
        font-size:2em;
        font-weight: bold;
        padding: 1px 3px 0;
        margin: 0px;
        margin-top:4px;
        position: relative;
        border-radius: 30px;
        background: #ecaa20;
        text-align: center;
	    -webkit-transform-origin: 50% 0%;
	    -o-transform-origin: 50% 0%;
	    transform-origin: 50% 0%;
	    -webkit-transform: perspective(60px) rotateX(-90deg);
	    -o-transform: perspective(60px) rotateX(-90deg);
	    transform: perspective(60px) rotateX(-90deg);
	    -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
	}
	
	.nav_link_groupF li{
	    border: 6px double #66186d;
        font-family: Papyrus, myPapyrus;
        height:1.8em;
        width:100%;
        line-height: .9;
        font-size:2em;
        font-weight: bold;
        padding: 1px 3px 0;
        margin: 0px;
        margin-top:4px;
        position: relative;
        border-radius: 30px;
        background: #ecaa20;
        text-align: center;
	    -webkit-transform-origin: 50% 0%;
	    -o-transform-origin: 50% 0%;
	    transform-origin: 50% 0%;
	    -webkit-transform: perspective(60px) rotateX(-90deg);
	    -o-transform: perspective(60px) rotateX(-90deg);
	    transform: perspective(60px) rotateX(-90deg);
	    -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
	}	

    /* Vertical bar styling on Egyptian cartouches */
    .nav_link_group li::after, .navicon::after{
        content: '';
        position: absolute;
        width: 0;
        top: -4px;
        right: -7px;
        height: calc(100% + 8px);
        display: inline-block;
        border-right: 4px solid #ecaa20; /* Changed the double lines as the end bar to solid */
        border-radius: 4px;
    }

	/* Vertical bar styling on Egyptian cartouches */
    .nav_link_groupF li::after, .naviconF::after{
        content: '';
        position: absolute;
        width: 0;
        top: -4px;
        right: -7px;
        height: calc(100% + 8px);
        display: inline-block;
        border-right: 4px solid #ecaa20; /* Changed the double lines as the end bar to solid */
        border-radius: 4px;
    }

    .nav_link_group li:hover::after{
        border-right-color: purple; /* Changed the double lines as the end bar to solid */
    }

    .nav_link_groupF li:hover::after{
        border-right-color: purple; /* Changed the double lines as the end bar to solid */
    }    
    
    /* Prevent double borders on vertical bars (Egyptian cartouches) */
    .nav_link-group li:not(:last-child){
        border-right: none;
    }

    /* Prevent double borders on vertical bars (Egyptian cartouches) */
    .nav_link-groupF li:not(:last-child){
        border-right: none;
    }

	.nav_link_group li a{
		display: block;
		padding: 15px 10px;
		letter-spacing: 2px;
	}

	.nav_link_groupF li a{
		display: block;
		padding: 15px 10px;
		letter-spacing: 2px;
	}

	.nav_link_group_container-drop .nav_link_group_container .fourth{
	    transition-delay: 0.6s;
	    -o-transition-delay: 0.6s;
	    transition-delay: 0.6s;
	} 

	.nav_link_group_container-dropF .nav_link_group_containerF .fourth{
	    transition-delay: 0.6s;
	    -o-transition-delay: 0.6s;
	    transition-delay: 0.6s;
	} 	

	.nav_link_group_container .first{
	    -webkit-transition: 0.2s linear 0.8s;
	    -o-transition: 0.2s linear 0.8s;
	    transition: 0.2s linear 0.8s;
	}

	.nav_link_group_containerF .first{
	    -webkit-transition: 0.2s linear 0.8s;
	    -o-transition: 0.2s linear 0.8s;
	    transition: 0.2s linear 0.8s;
	}	

	.nav_link_group_container .second{
	    -webkit-transition: 0.2s linear 0.6s;
	    -o-transition: 0.2s linear 0.6s;
	    transition: 0.2s linear 0.6s;
	}

	.nav_link_group_containerF .second{
	    -webkit-transition: 0.2s linear 0.6s;
	    -o-transition: 0.2s linear 0.6s;
	    transition: 0.2s linear 0.6s;
	}	

	.nav_link_group_container .third{
	    -webkit-transition: 0.2s linear 0.4s;
	    -o-transition: 0.2s linear 0.4s;
	    transition: 0.2s linear 0.4s;
	}

	.nav_link_group_containerF .third{
	    -webkit-transition: 0.2s linear 0.4s;
	    -o-transition: 0.2s linear 0.4s;
	    transition: 0.2s linear 0.4s;
	}

	.nav_link_group_container .fourth{
	    -webkit-transition: 0.2s linear 0.2s;
	    -o-transition: 0.2s linear 0.2s;
	    transition: 0.2s linear 0.2s;
	}

	.nav_link_group_containerF .fourth{
	    -webkit-transition: 0.2s linear 0.2s;
	    -o-transition: 0.2s linear 0.2s;
	    transition: 0.2s linear 0.2s;
	}

	.nav_link_group_container-drop .nav_link_group_container li{
	    -webkit-transform: perspective(350px) rotateX(0deg);
	    -o-transform: perspective(350px) rotateX(0deg);
	    transform: perspective(350px) rotateX(0deg);
	    -webkit-transition: 0.2s linear 0s;
	    -o-transition: 0.2s linear 0s;
	    transition: 0.2s linear 0s;
	    width:100%;
	}
	.nav_link_group_containerF-drop .nav_link_group_containerF li{
	    -webkit-transform: perspective(350px) rotateX(0deg);
	    -o-transform: perspective(350px) rotateX(0deg);
	    transform: perspective(350px) rotateX(0deg);
	    -webkit-transition: 0.2s linear 0s;
	    -o-transition: 0.2s linear 0s;
	    transition: 0.2s linear 0s;
	    width:76%;
	}	

	.nav_link_group_container-drop .nav_link_group_container .second{
	    -webkit-transition-delay: 0.2s;
	    -o-transition-delay: 0.2s;
	    transition-delay: 0.2s;
	}
	.nav_link_group_containerF-drop .nav_link_group_containerF .second{
	    -webkit-transition-delay: 0.2s;
	    -o-transition-delay: 0.2s;
	    transition-delay: 0.2s;
	}	

	.nav_link_group_container-drop .nav_link_group_container .third{
	    -webkit-transition-delay: 0.4s;
	    -o-transition-delay: 0.4s;
	    transition-delay: 0.4s;
	}
	.nav_link_group_containerF-drop .nav_link_group_containerF .third{
	    -webkit-transition-delay: 0.4s;
	    -o-transition-delay: 0.4s;
	    transition-delay: 0.4s;
	}

	.nav_link_group li a:hover{

	}
	.nav_link_group_containerF li a:hover{
		
	}	

    .entrance_headline {
        font-size: 1.2em;
    }

    #siteBodyWrap .logo_wrap {
        width: auto;
        left: -60px;
        right: -60px;
        top: 120px;
    }

    figcaption img {
        max-width: 100%;
    }

    #siteBodyWrap nav > ul > li {
        height: auto;
    }

    .lotus_img {
        margin-top: 20px;
        width: 60px;
        height: 60px;
    }

    ul.columns{
        width: 100%;
        max-width: 100%;
        list-style-type: none;
        display:inline;
        flex: 3 1;
        flex-flow: row wrap;
        justify-content: space-between;
        left: 0;
        padding: 0;
    }

    blockquote {
        width: 100%;
    }

    #book_now p {
        width: 180px;
        padding: 0;
        font-size: 1.2em;
    }

    table.pricing{
        display: block;
        border: 0;
        height: auto;
        width: 100%;
    }

    table.pricing caption{
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    table.pricing thead, table.pricing tbody{
        display: inline-block;
        width: 49%;
        height: 100%;
        box-sizing: border-box;
    }

    table.pricing th, table.pricing tr, table.pricing td {
        display: block;
        width: 100%;
    }

    table.pricing th, table.pricing td{
        height: 40px;
        padding: 0;
        margin: 0;
        text-wrap: avoid;
    }

    #popup {
    }

    #siteBodyWrap {
        min-width: 245px;
        margin-bottom: 90px;
    }
}


/*------------------------ANIMATIONS--------------------------------------*/


@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    80%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    80%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    80%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@keyframes flickerAnimation {
  0%  { opacity:1; }
  20% { opacity:.4; }
  40% { opacity:.8; }
  60% { opacity:.4; } 
  100% { opacity:1; } 
}
@-o-keyframes flickerAnimation{
  0%  { opacity:1; }
  20% { opacity:.4; }
  40% { opacity:.8; }
  60% { opacity:.4; } 
  100% { opacity:1; } 
}
@-moz-keyframes flickerAnimation{
 0%  { opacity:1; }
  20% { opacity:.4; }
  40% { opacity:.8; }
  60% { opacity:.4; } 
  100% { opacity:1; } 
}
@-webkit-keyframes flickerAnimation{
 0%  { opacity:1; }
  20% { opacity:.4; }
  40% { opacity:.8; }
  60% { opacity:.4; } 
  100% { opacity:1; } 
}
.animate-flicker{
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

@keyframes fadeIn{
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn{
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn{
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn{
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn{
0% {opacity:0;}
100% {opacity:1;}
}

@keyframes fadeIn{
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeOut{
    0% {opacity:1;}
    100% {opacity:0;}
}

@-webkit-keyframes fadeOut{
    0% {opacity:1;}
    100% {opacity:0;}
}

@-o-keyframes fadeOut{
    0% {opacity:1;}
    100% {opacity:0;}
}

@-ms-keyframes fadeOut{
    0% {opacity:1;}
    100% {opacity:0;}
}

@keyframes gradient{
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

