/*Name:Magic Yellow Bird CSS
Date:August 2023
Description:CSS for WHOLE SITE*/

/* ................................... DESKTOP STYLE ................................... */

.header{display:none;visibility:hidden;}

@font-face{font-family:pbold;src:url("pb.eot")}
@font-face{font-family:pbold;src:url("pb.ttf")}

@font-face{font-family:preg;src:url("pr.eot")}
@font-face{font-family:preg;src:url("pr.ttf")}

iframe{border:0;}

p{font-family:preg,sans-serif;}

img{max-width:100%;max-height:100%;border:0;}

h1{font-size:30px;}
h2{font-size:28px;}
h3{font-size:26px;}
h4{font-size:24px;}
h5{font-size:22px;}
h6{font-size:20px;}

h1,h2,h3,h4,h5,h6{font-family:pbold,sans-serif;}

div{font-size:20px;}

a:link{color:#fff;text-decoration:none;}
a:visited{color:#fff;text-decoration:none;}
a:focus{color:#fff;text-decoration:none;}
a:hover{color:#fff;text-decoration:none;}
a:active{color:#fff;text-decoration:none;}

.opac:hover{opacity:.5;}

/* ................................... BODY ................................... */

body{
font-family:pbold,sans-serif;
background-color:#317a8a;
margin:0px;
padding:0px;
text-align:center;
}

/* ..................................... Box Slider ..................................... */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper{
position:relative;
margin:0 auto 0px;
padding:0;
*zoom:1;
}

.bx-wrapper img{max-width:100%;display:block;}

/** THEME
===================================*/

.bx-wrapper .bx-viewport{
/*fix other elements on the page moving (on Chrome)*/
-webkit-transform:translatez(0);
-moz-transform:translatez(0);
-ms-transform:translatez(0);
-o-transform:translatez(0);
transform:translatez(0);
margin:80px 0;
}

.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto{
position:absolute;
bottom:-30px;
width:100%;
}

/* LOADER */

.bx-wrapper .bx-loading{
min-height:50px;
background:url(images/bx_loader.gif) center center no-repeat #fff;
height:100%;
width:100%;
position:absolute;
top:0;
left:0;
z-index:2000;
}

/* PAGER */

.bx-wrapper .bx-pager{
text-align:center;
font-size:.85em;
font-family:Arial;
font-weight:bold;
color:#666;
padding-top:0px;
}

.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item{display:inline-block;*zoom:1;*display:inline;}

.bx-wrapper .bx-pager.bx-default-pager a{
background:#666;
text-indent:-9999px;
display:none;
width:10px;
height:10px;
margin:0 5px;
outline:0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active{background:#151515;}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev{left:10px;background:url(images/controls.png) no-repeat 0 -32px;}
.bx-wrapper .bx-next{right:10px;background:url(images/controls.png) no-repeat -43px -32px;}
.bx-wrapper .bx-prev:hover{background-position:0 0;}
.bx-wrapper .bx-next:hover{background-position:-43px 0;}

.bx-wrapper .bx-controls-direction a{
position:absolute;
top:50%;
margin-top:-16px;
outline:0;
width:32px;
height:32px;
text-indent:-9999px;
z-index:9990;
}

.bx-wrapper .bx-controls-direction a.disabled{display:none;}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto{text-align:center;}

.bx-wrapper .bx-controls-auto .bx-start{
display:block;
text-indent:-9999px;
width:10px;
height:11px;
outline:0;
background:url(images/controls.png) -86px -11px no-repeat;
margin:0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active{background-position:-86px 0;}

.bx-wrapper .bx-controls-auto .bx-stop{
display:block;
text-indent:-9999px;
width:9px;
height:11px;
outline:0;
background:url(images/controls.png) -86px -44px no-repeat;
margin:0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active{background-position:-86px -33px;}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px;}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption{
position:absolute;
bottom:0;
left:0;
background:#666\9;
background:rgba(80,80,80,0.75);
width:100%;
}

.bx-wrapper .bx-caption span{
color:#fff;
font-family:Arial;
display:block;
font-size:.85em;
padding:10px;
}

/* ................................... Lightbox ................................... */

@media all{

.featherlight{
display:none;
position:fixed;
top:0;
right:0;
bottom:0;
left:0;
z-index:2147483647;
text-align:center;
white-space:nowrap;
cursor:pointer;
background:#333;
background:rgba(0,0,0,0);
}

.featherlight:last-of-type{background:rgba(49,122,138,0.7);}

.featherlight:before{
content:'';
display:inline-block;
height:100%;
vertical-align:middle;
margin-right:-.25em;
}

.featherlight .featherlight-content{
position:relative;
text-align:left;
vertical-align:middle;
display:inline-block;
overflow:auto;
padding:25px 25px 0;
border-bottom:25px solid transparent;
margin-left:5%;
margin-right:5%;
max-height:95%;
background:#fbdb64;
cursor:auto;
white-space:normal;
}

.featherlight .featherlight-inner{display:block;}

.featherlight .featherlight-close-icon{
position:absolute;
z-index:9999;
top:0;
right:0;
line-height:25px;
width:25px;
cursor:pointer;
text-align:center;
font-family:Arial,sans-serif;
background:#fff;
background:transparent;
color:#174c76;
}

.featherlight .featherlight-image{width:100%;}
.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;}
.featherlight iframe{border:0;}

.featherlight-next,.featherlight-previous{
display:block;
position:absolute;
top:25px;
right:25px;
bottom:0;
left:80%;
cursor:pointer;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
background:rgba(0,0,0,0);
}

.featherlight-previous{left:25px;right:80%;}
.featherlight-next:hover,.featherlight-previous:hover{background:rgba(49,122,138,0.6);}

.featherlight-next span,.featherlight-previous span{
display:none;
position:absolute;
top:50%;
left:5%;
width:82%;
text-align:center;
font-size:80px;
line-height:80px;
margin-top:-40px;
text-shadow:0 0 5px #174c76;
color:#fbdb64;
font-style:normal;
font-weight:400;
}

.featherlight-next span{right:5%;left:auto;}
.featherlight-next:hover span,.featherlight-previous:hover span{display:inline-block;}
.featherlight-loading .featherlight-next,.featherlight-loading .featherlight-previous{display:none;}
.lightbox{display:none;}

/* customized gallery */

.featherlight-gallery2{background:rgba(100,100,100,0.5);}
.featherlight-gallery2 .featherlight-content{background:#151515;}
.featherlight-gallery2 .featherlight-next:hover,.featherlight-gallery2 .featherlight-previous:hover{background:rgba(0,0,0,0.5);}

.featherlight-gallery2 .featherlight-next:hover span,.featherlight-gallery2 .featherlight-previous:hover span{
font-size:25px;
line-height:25px;
margin-top:-12.5px;
color:#fff;
}

.featherlight-gallery2 .featherlight-close{background:transparent;color:#fff;font-size:1.2em;}
.featherlight-gallery2.featherlight-last-slide .featherlight-next,.featherlight-gallery2.featherlight-first-slide .featherlight-previous{display:none;}

/* text slide */

.thumbnail a{text-decoration:none;}
.blurb{display:inline-block;width:150px;height:150px;}
.blurb h2{text-align:center;}
.blurb .detail{display:none;}
.blurb .teaser{font-style:italic;text-align:center;}

.featherlight .blurb{
display:inline-block;
width:500px;
height:300px;
color:#99f;
}

.featherlight .blurb .detail{color:#ddf;font-size:large;display:inherit;}
.featherlight .blurb .teaser{display:none;}

}

@media(max-width:768px){

.fl-page h1 span{display:block;}
.fl-page .btn-download{float:none;margin-bottom:1em;}

}

@media only screen and (max-width:1024px){

.featherlight-next:hover,.featherlight-previous:hover{background:0 0;}
.featherlight-next span,.featherlight-previous span{display:block;}

}

@media only screen and (max-width:1024px){

.featherlight .featherlight-content{
margin-left:10px;
margin-right:10px;
max-height:98%;
padding:10px 10px 0;
border-bottom:10px solid transparent;
}

.featherlight-next,.featherlight-previous{top:10px;right:10px;left:85%;}
.featherlight-previous{left:10px;right:85%;}
.featherlight-next span,.featherlight-previous span{margin-top:-30px;font-size:40px;}

}

/* ................................... Mobile Menu ................................... */

#mobnavcon{display:none;}

/* ..................................... NAV ..................................... */

a.anchor{display:block;padding-top:70px;margin-top:-70px;}

#dtnavspacer{
width:100%;
height:70px;
display:block;
max-height:70px;
max-width:1249px;
opacity:.0;
}

#dtheader{
position:fixed;
text-align:center;
margin:auto;
width:100%;
z-index:9999;
box-shadow:0 4px 16px 0 rgba(251,219,100,0.2);
}

#dtheader nav{
font-size:24px;
height:70px;
margin:0px auto;
background:rgba(49,122,138,0.8);
width:100%;
text-align:center;
}

#dtheader ul{
list-style-type:none;
padding:0;
margin:0px auto;
max-width:751px;
height:70px;
}

#dtheader li{display:inline-block;float:left;}

#dtheader li a{
display:inline-block;
margin:0px;
font-family:pbold,sans-serif;
color:#fbdb64;
background:transparent;
transition:all 0.2s ease-in-out;
}

#dtheader .dtli:hover a{background:#fbdb64;color:#174c76;}
#dtheader ul li a:hover + .hidden,.hidden:hover{display:block;}
#socialli a{margin:0px;padding:0px;}
#socialli i{display:inline-block;line-height:70px;}
#socialli a{width:38px;display:inline-block;float:left;}
#socialli a:hover{background:#fbdb64;color:#174c76;}
.dtli a{padding:0px 13px;line-height:70px;}
.dtsocial{margin:20px 0px 0px 0px;padding:0px;}
.dtsocial:hover{opacity:.5;}

/* ................................... HOME CONTENT 0 ................................... */

#contentmain{padding:0 0 75px 0;background-color:transparent;}

body:after{
content:"";
display:block;
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
z-index:-99999;
background-image:url(magic-yellow-bird-music-bg.jpg);
background-repeat:no-repeat;
background-size:cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
}

#content0{
background:transparent;
width:100%;
text-align:center;
display:table;
margin:auto;
color:#fff;
padding:0;
line-height:0px;
max-height:625px;
height:auto;
}

#rightfix{float:right;width:19%;}
#leftfix{float:left;margin-top:25%;width:10%;}
#newhomepic{width:66vw;margin:8.5vw auto 4vw auto;}

/* ................................... MUSIC CONTENT 1 ................................... */

#content2{
background:transparent;
width:100%;
text-align:center;
display:table;
margin:35px auto;
color:#fff;
line-height:0px;
padding:0 0 80px 0;
overflow:hidden;
}

#musiccon{width:1040px;margin:auto;height:auto;}

#musictitle{
display:block;
font-family:pbold,sans-serif;
font-size:60px;
margin-bottom:30px;
line-height:normal;
}

#musicwrap{width:100%;padding:0;margin:0 0 30px 0;}

.musicon{
background:rgba(49,122,138,0.8);
font-size:30px;
display:inline-block;
border-radius:30px;
border:2px groove #fbdb64;
padding:11px 23px;
margin:20px;
line-height:45px;
transition:all 0.2s ease-in-out;
box-shadow:0 4px 16px 0 rgba(251,219,100,0.2);
color:#fbdb64;
cursor:pointer;
}

.musicon i{margin:0 15px 0 0;}
#panicon{height:29px;margin:0 7px -3px 0;transition:all 0.2s ease-in-out;}
.pancolor{fill:#fbdb64;transition:all 0.2s ease-in-out;}
a span:focus .pancolor,a span:hover .pancolor{fill:#174c76;}
.musicon:focus,.musicon:hover{color:#174c76;background:#fbdb64;}

#itunesiframe{
width:100%;
min-width:450px;
min-height:450px;
margin:auto;
box-shadow:0 4px 16px 0 rgba(251,219,100,0.2);
border-radius:9px;
}

.musiclinks{display:inline-block;margin:25px;}
.musiclinks img{transition:all 0.2s ease-in-out;border-radius:9px;box-shadow:0 4px 16px 0 rgba(251,219,100,0.2);}

/* ................................... VIDEOS CONTENT 2 ................................... */

#content1{
background:transparent;
width:100%;
text-align:center;
display:table;
margin:35px auto;
color:#fff;
padding:0;
line-height:0px;
}

#videotitle{
display:block;
font-family:pbold,sans-serif;
font-size:60px;
margin-bottom:30px;
line-height:normal;
}

.ytvids{
width:800px;
height:450px;
border:0;
z-index:9995;
box-shadow:0 4px 16px 0 rgba(251,219,100,0.2);
border-radius:9px;
}

/* ................................... PHOTOS CONTENT 3 ................................... */

#content3{
background:transparent;
width:100%;
text-align:center;
display:table;
margin:auto;
color:#fff;
line-height:0px;
height:auto;
}

#photogal{
padding:40px 0 120px 0;
width:70%;
height:auto;
margin:auto;
}

#photogal img{transition:all 0.2s ease-in-out;box-shadow:0 4px 16px 0 rgba(251,219,100,0.2);border-radius:9px;}

#phototitle{
display:block;
font-family:pbold,sans-serif;
font-size:60px;
margin-bottom:20px;
line-height:normal;
}

.galthumb{
height:200px;
width:300px;
display:inline-block;
margin:30px;
}

/* ................................... CALENDAR CONTENT 5 ................................... */

#content5{
width:100%;
height:auto;
text-align:center;
display:table;
margin:35px auto;
color:#fff;
line-height:0px;
}

#caltitle{
display:block;
font-family:pbold,sans-serif;
font-size:60px;
margin-bottom:30px;
line-height:normal;
}

#tockcal{width:75%;margin:auto auto 60px auto;}
#tockcal iframe{border-radius:9px;box-shadow:0 4px 16px 0 rgba(251,219,100,0.2);}

/* ................................... BIO CONTENT 6 ................................... */

#content6{
background:transparent;
width:100%;
text-align:center;
display:table;
margin:100px auto 80px auto;
color:#fff;
line-height:0px;
}

#biopic{float:right;}

#biotitle{
display:block;
font-family:pbold,sans-serif;
font-size:60px;
margin-bottom:35px;
line-height:normal;
}

#biotext{
background:#174c76;
line-height:150%;
width:60%;
margin:auto;
padding:80px;
text-align:left;
border-radius:9px;
box-shadow:0 4px 16px 0 rgba(251,219,100,0.2);
}

.biop{width:700px;margin-right:200px;}
.pspace{margin-bottom:50px;}

/* ................................... FOLLOW CONTENT 7 ................................... */

#content7{
background:transparent;
width:100%;
text-align:center;
display:table;
margin:auto;
color:#fff;
line-height:0px;
padding:0;
}

#followcon{

width:934px;
margin:80px auto;
text-align:center;
}

#followtitle{
display:block;
font-family:pbold,sans-serif;
font-size:60px;
margin-bottom:50px;
line-height:50px;
}

#fbplug{
background:#174c76;
height:462px;
width:258px;
margin:80px auto;
box-shadow:0 4px 16px 0 rgba(251,219,100,0.3);
border-radius:9px;
}

/* ................................... SIGN UP CONTENT 8 ................................... 

#content8{
background:transparent;
width:100%;
text-align:center;
display:table;
margin:auto;
padding:0;
line-height:0px;
max-height:625px;
height:auto;
}

#formwrap{background:#fff;width:100%;padding:40px 0;}

#conform{
background:#fff;
width:1040px;
text-align:center;
display:table;
margin:auto;
color:#151515;
}

#formname{
width:184px;
height:98px;
font-family:pbold,sans-serif;
font-size:40px;
float:left;
padding:19px 0px;
line-height:98px;
margin-left:20px;
}

#conform p{font-family:pbold,sans-serif;font-size:25px;}

#conforml{
float:left;
width:270px;
text-align:left;
padding:30px 0px;
}

#conformm{
float:left;
width:270px;
text-align:left;
padding:30px 0px;
}

#conformr{
float:right;
width:174px;
text-align:left;
padding:30px 0px;
}

form{text-align:center;}

#form input{
float:left;
width:300px;
height:50px;
font-size:20px;
color:#fff;
background:#151515;
font-family:preg,sans-serif;
border:0;
margin:10px auto;
padding-left:10px;
padding-right:10px;
outline:none;
}

.unamei{margin-left:11px;}
.uemaili{margin-left:71px;}

#form .submit input{
padding:0px;
width:116px; 
height:52px;
background-color:#151515;
color:#fff;
font-family:pbold,sans-serif;
font-size:25px;
border:0;
margin:15px 0px 0px 30px;
outline:none;
cursor:pointer;
transition:all 0.2s ease-in-out;
}

#form .submit input:hover{background:#fff;color:#151515;}
#form label{float:right;}
#form p{padding:0px;margin:0px;}
#uname,#uemail{margin:0px 180px 5px 10px;}
#usubmit{clear:both;}

*/

/* ................................... FOOTER CONTENT 9 ................................... */

#content9{
width:100%;
background:transparent;
text-align:center;
display:table;
margin:auto;
color:#fff;
line-height:0px;
}

#logowrap{width:952px;margin:auto;}
#logo{margin:80px 0 0 0;width:452px;}

#copyright{
font-family:preg,sans-serif;
text-align:center;
font-size:18px;
line-height:normal;
margin:75px 0 0 0;
}

#copyright a{transition:all 0.2s ease-in-out;}
#footbreakdt{display:inline;}
#footbreakmb{display:none;}

.footarw{
color:#fbdb64;
background:rgba(49,122,138,0.8);
cursor:pointer;
text-align:center;
text-decoration:none;
transition:all 0.2s ease-in-out;
}

.footarw:focus,.footarw:hover{color:#174c76;background:#fbdb64;}

#topbut{
display:none;
position:fixed;
bottom:30px;
right:30px;
}

#topbut i{
box-shadow:0 4px 16px 0 rgba(251,219,100,0.3);
border-radius:50%;
line-height:50px;
height:50px;
width:50px;
}

/* ................................... CONTACT PAGE CONTENT 10 ................................... */

#content10{
width:100%;
background:transparent;
text-align:center;
display:table;
margin:auto;
color:#fbdb64;
line-height:0px;
border-top:3px solid rgba(73,72,70,.5);
}

#cfformname{
height:auto;
font-family:pbold,sans-serif;
font-size:50px;
padding:0px;
line-height:normal;
margin:auto;
}

#cfconform p{font-family:pbold,sans-serif;font-size:25px;}

#cfconformbox{
background:#317a8a;
width:800px;
height:800px;
text-align:center;
padding:30px 0px;
color:#fbdb64;
line-height:normal;
margin:80px auto;
box-shadow:0 4px 16px 0 rgba(251,219,100,0.2);
border-radius:9px;
}

#cfform input{
width:640px;
height:50px;
font-size:20px;
color:#317a8a;
background:#f0f0f0;
font-family:preg,sans-serif;
border:0;
margin:5px auto;
padding-left:10px;
padding-right:10px;
outline:none;
border-radius:9px;
}

#cfform textarea{
width:640px;
height:150px;
max-width:640px;
max-height:150px;
padding:10px;
font-size:20px;
color:#317a8a;
background:#f0f0f0;
font-family:preg,sans-serif;
border:0;
margin:5px auto;
outline:none;
border-radius:9px;
}

#cfform .submit input{
padding:0px;
width:311px; 
height:52px;
background-color:#fbdb64;
color:#317a8a;
font-family:pbold,sans-serif;
font-size:25px;
border:0;
margin:32px auto 0px auto;
transition:all 0.2s ease-in-out;
cursor:pointer;
border:1px solid #fbdb64;
border-radius:9px;
}

#cfform .submit input:hover{background:#317a8a;color:#fbdb64;border:1px solid #fbdb64;}

#cfform label{float:right;}
#cfform p{padding:0px;margin:0px;}
#cfuname{margin:20px 659px 0px 0px;}
#cfuemail{margin:20px 661px 0px 0px;}
#cfuphone{margin:20px 582px 0px 0px;}
#cfuorg{margin:20px 527px 0px 0px;}
#cfumessage{margin:20px 636px 0px 0px;}
#cfusubmit{clear:both;}


/* ................................... DESKTOP QUOTE BUTTON ................................... */

#quotebutcon{
width:100%;
text-align:center;
position:fixed;
bottom:0;
padding:0;
background:rgba(0,0,0,0.0);
z-index:99999;
}

.quotebut{
background:rgba(49,122,138,0.8);
width:160px;
margin:auto;
overflow:hidden;
box-shadow:4px 0 16px 4px rgba(251,219,100,0.2);
color:#fbdb64;
border-radius:15px 15px 0 0;
}

.quotebut span{
display:block;
width:100%;
line-height:33px;
text-align:center;
color:#fbdb64;
position:relative;
transition:background 0.2s ease-in-out;
cursor:pointer;
}

.quotebut a:active,.quotebut a:visited{background-color:#fbdb64;color:#174c76;}
.quotebut span:hover,.quotebut span:focus{background-color:#fbdb64;color:#174c76;}

.qbut-menu{
position:fixed;
top:0;
left:0;
margin:0;
padding:0;
background:rgba(251,219,100,0.8);
z-index:999999;
overflow-x:hidden;
overflow-y:hidden;
color:#fbdb64;
text-align:left;
width:0;
height:0;
transition:all 0.2s ease-in-out;
}

#qbutform{
width:270px;
margin:50px auto;
background:#317a8a;
padding:15px;
border-radius:9px;
box-shadow:4px 0 16px 4px rgba(251,219,100,0.2);
}

#qbutform i{
color:#fbdb64;
float:right;
padding:10px 12px;
margin:-10px -10px 0 0;
font-size:30px;
cursor:pointer;
transition:all 0.2s ease-in-out;
}

#qbutform i:hover,#qbutform i:focus{color:#fbdb64;}
#qbutform h4{text-align:center;line-height:normal;margin:20px auto;width:182px;}
#qbutform label{line-height:normal;margin-left:10px;}

#qqform input{
font-family:pbold,sans-serif;
font-size:20px;
width:94%;
height:26px;
padding:2% 3%;
color:#317a8a;
background:#f0f0f0;
border:none;
margin:5px auto 20px auto;
outline:none;
border-radius:9px;
}

.qqsubmit{width:123px;margin:auto;}

#qqform .qqsubmit input{
font-family:pbold,sans-serif;
font-size:20px;
width:123px;
height:36px;
line-height:30px;
padding:0;
color:#317a8a;
background:#fbdb64;
border:none;
margin:0 auto;
outline:none;
cursor:pointer;
border:1px solid #fbdb64;
transition:all 0.2s ease-in-out;
}

.qqsubmit:hover #qqsubhov,.qqsubmit:focus #qqsubhov{background:#317a8a;color:#fbdb64;}
.open{width:100%;height:100%;}

/* .................................. MOBILE STYLES ................................. */

@media screen and (max-width:1064px){

/* .................................. MENU ................................. */

a.anchor{display:block;padding-top:50px;margin-top:-50px;}
#mhide{display:none;visibility:hidden;}
#mobnavcon{display:block;font-family:pbold,sans-serif;}

#mobheader{
padding:0;
width:100%;
height:56px;
max-height:56px;
position:fixed;
background-color:#317a8a;
z-index:99999;
box-shadow:0 4px 16px 0 rgba(251,219,100,0.2);
}

#mobtitle{
padding:0;
margin:0;
float:left;
line-height:56px;
color:#fff;
font-size:25px;
margin:0 0 0 15px;
}

#mobfeath{height:36px;margin:0 10px -7px 0;}
#mobnavcon nav{text-align:left;}

#mobnavcon nav a{
display:block;
padding:10px 0 10px 20px;
border-bottom:1px solid rgba(251,219,100,0.8);
color:#fbdb64;
}

#mobnavcon nav li{
padding:0;
margin:0;
list-style-type:none;
line-height:26px;
font-size:24px;
}

#mobnavcon nav ul{padding:0;margin:0;background-color:rgba(49,122,138,0.8);}
#mobnavcon nav ul:first-child{background-color:rgba(49,122,138,0.9);}
#mobnavcon nav ul li:first-child a{border-top:1px solid rgba(49,122,138,0.8);}
#mobnavcon nav ul li:last-child a{border:0;}
#mmainul{height:1941px;}
#scrolldiv{height:1100px;overflow:scroll;}

.mobmenu{
width:320px;
position:absolute;
background-color:transparent;
top:56px;
left:-320px;
transform:matrix(1, 0, 0, 1, 0, 0);
transition-delay:0s;
transition-duration:0.3s;
transition-property:all;
transition-timing-function:ease-in-out;
}

.mobmenubut{
padding:9px 14px 7px 10px;
background:transparent;
color:#fbdb64;
cursor:pointer;
float:right;
margin:0;
font-size:20px;
}

#mobmenucheck{display:none;}
#mobmenucheck:checked ~ .mobmenu{position:absolute;left:0;}
.rotate{-moz-transition:all .3s linear;-webkit-transition:all .3s linear;transition:all .3s linear;}
.rotate.down{-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg);}
.mobfb a{font-size:40px;margin:0px;display:inline-block;width:52px;float:left;}

/* ..................................... Box Slider ..................................... */

.bx-wrapper .bx-viewport{margin:10px 0;}

/* ................................... HEADER ................................... */

#dtheader{display:none;}

#dtnavspacer{
margin:0;
width:100%;
height:56px;
display:block;
}

/* ................................... HOME CONTENT 0 ................................... */

body:after{background-size:1920px 1920px;height:1920px;width:1920px;}
#content0{padding-top:56px;}
#newhomepic{width:90%;margin:15% auto;}

/* ................................... MUSIC CONTENT 1 ................................... */

#content2{
width:100%;
text-align:center;
display:table;
margin:auto;
line-height:0px;
padding:40px 0 0 0;
}

#musiccon{
width:100%;
max-width:1240px;
margin:auto;
height:auto;
}

#musictitle{
background:#317a8a;
padding:10px 0;
font-size:40px;
margin-bottom:30px;
box-shadow:0 4px 16px 0 rgba(251,219,100,0.2);
}

.musicon{
font-size:25px;
border-radius:25px;
padding:9px 18px;
margin:15px;
line-height:40px;
}

#panicon{height:24px;}

.musiclinks{
width:85%;
max-width:450px;
height:auto;
margin:30px auto;
padding:0;
}

#itunesiframe{min-width:256px;min-height:450px;}
.musiclinks img{border-radius:9px;width:100%;}

/* ................................... VIDEOS CONTENT 2 ................................... */

#content1{
width:100%;
text-align:center;
display:table;
margin:auto;
color:#fff;
padding:0;
}

#videotitle{font-size:40px;margin:60px 0 30px 0;}
.ytvids{width:100%;height:256px;border:0;}

/* ................................... PHOTOS CONTENT 3 ................................... */

#content3{
width:100%;
text-align:center;
display:table;
margin:auto;
color:#fff;
line-height:0px;
height:auto;
}

#photogal{
padding:30px 0;
width:100%;
height:auto;
margin:auto;
}

#phototitle{font-size:40px;margin:60px 0 30px 0;}
.galthumb{Margin:30px 2%;}

/* ................................... NEWS CONTENT 4 ................................... */

#content4{
text-align:center;
padding:30px 0;
margin:auto;
width:100%;
}

#c4news{min-width:320px;width:100%;}
.newscon{margin:25px 2%;height:115px;width:300px;}
.newsthumb{height:115px;background-size:contain;}

/* ................................... CALENDAR CONTENT 5 ................................... */

#content5{
width:100%;
height:auto;
text-align:center;
margin:auto;
float:none;
}

#caltitle{font-size:40px;margin:60px 0 30px 0;}
#tockcal{width:100%;}
#tockcal iframe{border-radius:0px;}

/* ................................... BIO CONTENT 6 ................................... */

#content6{margin:80px auto;}
#biopic{width:200px;float:none;margin-top:auto;}
#biotitle{font-size:40px;margin:30px 0;}

#biotext{
width:80%;
max-width:952px;
text-align:center;
padding:20px 5%;
}

.biop{width:100%;margin-right:auto;text-align:left;}
.pspace{margin-bottom:30px;}

/* ................................... FOLLOW CONTENT 7 ................................... */

#content7{
width:100%;
text-align:center;
display:table;
margin:auto;
line-height:0px;
padding:50px 0;
}

#followcon{height:auto;width:100%;margin:auto;}
#followtitle{font-size:40px;}
#fbplug{float:none;margin:30px auto 50px auto;}

/* ................................... SIGN UP CONTENT 8 ................................... */

#content8{width:100%;}
#formwrap{text-align:center;padding:0;}
#conform{width:100%;text-align:center;}

#formname{
float:none;
padding:10px 0px 5px 0px;
line-height:98px;
margin:auto;
text-align:center;
}

#conform p{text-align:center;}

#conforml{
float:none;
width:300px;
padding:0px 0px 10px 0px;
margin:auto;
}

#conformm{
float:none;
width:300px;
padding:0px 0px 30px 0px;
margin:auto;
}

#conformr{
float:none;
width:300px;
padding:0px 0px 30px 0px;
margin:10px auto;
margin:auto;
}

form{text-align:center;width:100%;margin:auto;}

#form input{
float:none;
width:280px;
height:40px;
margin:10px auto;
}

.unamei{margin-left:0px;}
.uemaili{margin-left:0px;}
#form .submit input{padding:0px;height:42px;margin:0px;}
#form label{float:none;}
#form p{padding:0px;margin:0px;}
#uname,#uemail{margin:0 220px 0 10px;line-height:23px;}
#usubmit{clear:both;}

/* ................................... FOOTER CONTENT 9 ................................... */

#content9{margin:auto;padding:0}
#logowrap{width:100%;margin:auto;}

#logo{
margin:30px auto;
width:90%;
max-width:583px;
float:none;
}

#copyright{
float:none;
text-align:center;
font-size:18px;
width:90%;
max-width:480px;
margin:auto auto 30px auto;
line-height:150%;
}

#footbreakdt{display:none;}
#footbreakmb{display:inline;}
#copyright a{color:#fff;}
#topbut{bottom:30px;right:10px;}

/* ................................... CONTACT CONTENT 10 ................................... */

#content10{
width:100%;
text-align:center;
display:table;
margin:53px auto 40px auto;
line-height:0px;
border-top:3px solid rgba(73,72,70,.5);
}

#cfformname{
height:auto;
font-family:pbold,sans-serif;
font-size:50px;
padding:0px;
line-height:normal;
margin:auto;
}

#cfformnamemb{display:none;}
#cfconform p{font-family:pbold,sans-serif;font-size:25px;}

#cfconformbox{
width:320px;
height:auto;
text-align:center;
padding:30px 0px;
line-height:normal;
margin:auto;
}

#cfform input{width:280px;height:40px;margin:5px auto;}

#cfform textarea{
width:280px;
height:150px;
max-width:280px;
max-height:150px;
padding:10px;
font-size:20px;
font-family:preg,sans-serif;
border:0;
margin:5px auto;
}

#cfform .submit input{
padding:0px;
width:117px; 
height:42px;
font-family:pbold,sans-serif;
font-size:25px;
border:0;
margin:32px auto 0px auto;
}

#cfform label{float:right;}
#cfform p{padding:0px;margin:0px;}
#cfuname{margin:10px 239px 0px 0px;}
#cfuemail{margin:10px 241px 0px 0px;}
#cfuphone{margin:10px 162px 0px 0px;}
#cfuorg{margin:10px 107px 0px 0px;}
#cfumessage{margin:10px 216px 0px 0px;}
#cfusubmit{clear:both;}

/* ................................... DESKTOP QUOTE BUTTON ................................... */

.qbut-menu{overflow-y:scroll;}

}