



/*----------------------------------------------------------------------------------*/
body {
  opacity: 1;
  transition: 0.7s opacity;
}

body.fade {
    opacity: 0;
    transition: none;
}


ul { list-style: none; }
a { text-decoration: none; color: black;}
body {
  font-family: 'Allerta Stencil';
  font-style: normal;
  background: rgb (0,0,0,0);
}
#menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
	z-index:999;
}


#menu-wrapper #hamburger-menu {
    position: relative;
    width: 35px;
    height: 35px;
    margin-top: 155px;
	background-color: #000;
    z-index:999;
}

#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;

    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color: #8000ff;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    text-shadow: 0 0 30px #8000ff, 0 0 30px #8000ff;
	z-index:999;
}






#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 6px;
	

}
#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 16px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 26px;
}






#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
	
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#menu-container .menu-list .menu-submenu {
    padding-bottom: 20px;
}
#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 450px;
    background: black;
    box-shadow: rgba(100,100,100,0.2) 6px 2px 10px;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
}

#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
    font-size: 16px;
    padding: 20px;
    text-transform: uppercase;
    border-top: 1px solid #4d0099;
}
#menu-container .menu-list li:first-of-type {
    border-top: 0;
}

.accordion-toggle, .accordion-content {
    cursor: pointer;
    font-size: 22px;
    position: relative;
    letter-spacing: 5px;
}

  .accordion-content {
    display: none;
}
.accordion-toggle span[class^='icon-'] {
    position: absolute;
    right: 10px;
    font-size: 25px;
    top: calc(50% - 16px);
}
.accordion-toggle span.icon-plus, .accordion-toggle span.icon-minus {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.accordion-toggle span.icon-plus {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.icon-minus:before {
    content: "\2013";
	color: #8000ff;
}

.icon-plus:before {
    content: "+";
	color: #8000ff;
}



/*----------------------------------------------------------------------------------------------------------------*/
                                                /*GALLERY*/
/*----------------------------------------------------------------------------------------------------------------*/



html:not(.touch) .gallery-image figcaption, .touch .gallery-image figcaption, .mfp-with-zoom .mfp-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  color: rgba(255, 255, 255, 0);
  padding: 1em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 600;
  max-width: calc(100% - 9em);
  line-height: 1.25;
  text-align: center;
  box-sizing: border-box;

}
html:not(.touch) .gallery-image figcaption:before, .touch .gallery-image figcaption:before, .mfp-with-zoom .mfp-title:before, html:not(.touch) .gallery-image figcaption:after, .touch .gallery-image figcaption:after, .mfp-with-zoom .mfp-title:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  padding: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: -1;

}
html:not(.touch) .gallery-image figcaption:before, .touch .gallery-image figcaption:before, .mfp-with-zoom .mfp-title:before, html:not(.touch) .gallery-image figcaption:after, .touch .gallery-image figcaption:after, .mfp-with-zoom .mfp-title:after {
  right: 100%;
  bottom: 100%;

}
html:not(.touch) .gallery-image figcaption:after, .touch .gallery-image figcaption:after, .mfp-with-zoom .mfp-title:after {
  left: 100%;
  top: 100%;

}
html:not(.touch) .gallery-image figcaption.visible, html:not(.touch) .gallery-image:hover figcaption, .touch .gallery-image figcaption, .mfp-with-zoom .visible.mfp-title, .mfp-with-zoom.mfp-ready .mfp-title {
  color: white;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease 0.3s;
  transition: all 0.2s ease 0.3s;

}
html:not(.touch) .gallery-image figcaption.visible:before, html:not(.touch) .gallery-image:hover figcaption:before, .touch .gallery-image figcaption:before, .mfp-with-zoom .visible.mfp-title:before, .mfp-with-zoom.mfp-ready .mfp-title:before, html:not(.touch) .gallery-image figcaption.visible:after, html:not(.touch) .gallery-image:hover figcaption:after, .touch .gallery-image figcaption:after, .mfp-with-zoom .visible.mfp-title:after, .mfp-with-zoom.mfp-ready .mfp-title:after {
  opacity: 1;

}
html:not(.touch) .gallery-image figcaption.visible:before, html:not(.touch) .gallery-image:hover figcaption:before, .touch .gallery-image figcaption:before, .mfp-with-zoom .visible.mfp-title:before, .mfp-with-zoom.mfp-ready .mfp-title:before {
  right: -1.5em;
  bottom: -1.5em;

}
html:not(.touch) .gallery-image figcaption.visible:after, html:not(.touch) .gallery-image:hover figcaption:after, .touch .gallery-image figcaption:after, .mfp-with-zoom .visible.mfp-title:after, .mfp-with-zoom.mfp-ready .mfp-title:after {
  left: -1.5em;
  top: -1.5em;

}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;

}

body {
  font-family: "Montserrat", sans-serif;

}

.gallery {
  column-gap: 0;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
	 
          

}
@media (min-width: 480px) {
  .gallery {
    column-count: 2;
	-webkit-column-count: 2;
       -moz-column-count: 2;
	   
            

  }
}
@media (min-width: 1260px) {
  .gallery {
    column-count: 3;
	-webkit-column-count: 3;
       -moz-column-count: 3;
    overflow:hidden;
    column-fill: auto;
    justify-content: center;
    align-items: center;
    height: 5000px;
    width: 98vw;
overflow: visible;
display: inline-block;   

  }
  
    .gallery_music {
    column-count: 3;
	-webkit-column-count: 3;
       -moz-column-count: 3;
    overflow:hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 98vw;
    display: inline-block;   

  }
    .gallery_news {
    column-count: 3;
	-webkit-column-count: 3;
       -moz-column-count: 3;
    overflow:hidden;
    column-fill: auto;
    justify-content: center;
    align-items: center;
    height: 2000px;
    width: 98vw;
overflow: visible;
display: inline-block;   

  }
  
}





.gallery-image {

  position: relative;
  margin: 0;
  padding: 0;
  width:auto;
  height:auto;

}
.gallery-image:before, .gallery-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height:450px;
  border: 0px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  will-change: border;

}
.gallery-image:after {
  border-width: 0;

}
.gallery-image img {
  display: block;
  max-width: 100%;
  height: auto;

}
html:not(.touch) .gallery-image {
  overflow: visible;
}
html:not(.touch) .gallery-image:hover:before {
  border-width: 16px;

}
html:not(.touch) .gallery-image:hover:after {
  border-width: 32px;

}
.touch .gallery-image figcaption {
  top: auto;
  bottom: 2em;

}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

}
.mfp-with-zoom.mfp-bg {
  background-color: rgba(0, 0, 0, 0.9);

}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;

}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 1;

}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;

}
.mfp-with-zoom img.mfp-img {
  padding: 0;

}
.mfp-with-zoom .mfp-figure:after {
  top: 0;
  bottom: 0;

}
.mfp-with-zoom .mfp-container {
  padding: 0;

}
.mfp-with-zoom .mfp-content {
  overflow: hidden;

}
.mfp-with-zoom .mfp-bottom-bar {
  top: auto;
  bottom: 0;
  margin-top: 0;

}
.mfp-with-zoom .mfp-title {
  top: auto;
  bottom: 2em;

}

.mfp-arrow {
  opacity: 1;
  margin-top: 0 !important;
  width: 20%;
  height: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);

}
.mfp-arrow:before, .mfp-arrow:after {
  margin: 0;
  border: none;
  width: 2rem;
  height: 2rem;
  -webkit-transform: rotate(-45deg) translate(-50%, -100%);
          transform: rotate(-45deg) translate(-50%, -100%);
  opacity: 1;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;

}
.mfp-arrow:active {
  -webkit-transform: translateY(-50%) scale(0.95);
          transform: translateY(-50%) scale(0.95);

}

.mfp-arrow-left {
  left: 0;

}
.mfp-arrow-left:before, .mfp-arrow-left:after {
  border-top: 2px solid white;
  border-left: 2px solid white;

}
.mfp-arrow-left:after {
  margin-left: 2rem;

}
.mfp-arrow-left:hover:before, .mfp-arrow-left:active:before {
  margin-left: 2rem;

}
.mfp-arrow-left:hover:after, .mfp-arrow-left:active:after {
  margin-left: 0;

}

.mfp-arrow-right {
  right: 0;

}
.mfp-arrow-right:before, .mfp-arrow-right:after {
  border-right: 2px solid white;
  border-bottom: 2px solid white;

}
.mfp-arrow-right:after {
  margin-left: 2rem;

}
.mfp-arrow-right:hover:before {
  margin-left: 2rem;

}
.mfp-arrow-right:hover:after {
  margin-left: 0;

}

button.mfp-close {
  opacity: 1;
  margin-top: 0 !important;
  width: 20%;
  height: 30%;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;

}
button.mfp-close:before, button.mfp-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  border: none;
  width: 2rem;
  height: 2rem;
  opacity: 1;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  border-top: 2px solid white;
  border-left: 2px solid white;

}
button.mfp-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);

}
button.mfp-close:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);

}
button.mfp-close:hover:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);

}
button.mfp-close:hover:after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);

}
button.mfp-close:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);

}

a {
  text-decoration: none;
  color: inherit;

}

[id=footer] {
  margin-top: 10vh;
  padding: 10vh 0;
  text-align: center;
}
[id=footer] .container {
  position: relative;

}
[id=footer] .container:before, [id=footer] .container:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 20px;
  z-index: 10;
  border-top: 2px solid;
  width: 10%;
  margin-bottom: 10vh;

}
[id=footer] .container:after {
  left: auto;
  right: 20px;
;
}
[id=footer] * {
  display: block;

}
[id=footer] * + * {
  margin-top: 5vh;

}
[id=footer] .logo {
  font-weight: 600;
  font-size: 1.5em;

}
[id=footer] .copy {
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 600;

}

















/*___________________________________________________________________________________________________________________________________________________________________
____________________________________________________________________________________________________________________________________________________________________*/

body {
	font-size: 62.5%;
	padding: 0;
	margin: 0;
	
}




/* Just for positioning the menu correctly */
#menu {
	
position: relative;
	width: 153px;
	height: 153px;
	margin: 0px auto;
	top: 550px;
	left: -196px;
	z-index:3;
}

/* We're using overflow: hidden; so we need to create a fake shadow */
.faux-shadow {
	position: absolute;
	content:  "";
	width: 150px;
	height: 150px;
	top: 110px;
	left:194px;
	box-shadow: 0 0 50px #99b3ff;
	border-radius: 300px;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	z-index:3;
}


#menu-background 
{


position:fixed;
top:0px;
left:0px;
min-width:100%;
min-height:100%;
width:100%;
height:100%;
z-index:2;
overflow:hidden;

}


#menu-background-back
{




background-position:center center;
background-size:cover;
height:365px;
width:535px;
top:0px;
left:0px;
min-height:100%;
min-width:100%;
position:absolute;
z-index:3;

}
.container_04

{
visibility: hidden;
position:relative;
width:26px;
height:26px;
top:0px;
left:0px;
z-index:2;}



.container_05

{
display:none;
position:relative;
width:26px;
height:26px;
top:0px;
left:0px;
z-index:3;}



#visible

 {
visibility: visible;
}


#game{
	
margin:240px 0 0 -560px;
display:inline-block;
width:150px;
height:150px;
border-radius:13px;
line-height:26px;
vertical-align:bottom;
cursor: pointer;
z-index:10;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;}


#game:hover{

    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow:
     /* inner white */
        inset 20px 50px 200px -50px #99b3ff,
		-10px 0 80px #99b3ff;   /* inner left magenta short */ 
          /* outer white */
               /* outer left magenta */
               /* outer right cyan */
}

#game-2 {
margin:-540px 0 0 940px;
display:inline-block;
width:150px;
height:150px;
border-radius:13px;
line-height:26px;
vertical-align:top;
cursor: pointer;
z-index:10;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;}

#game-2:hover{

    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow:
     /* inner white */
        inset 20px 50px 200px -50px #99b3ff,
		-10px 0 80px #99b3ff;   /* inner left magenta short */ 
          /* outer white */
               /* outer left magenta */
               /* outer right cyan */
}



/* The button in the middle the user will press to activate the menu */
#on-button {
	border-radius: 100px;
	width: 50px;
	height: 50px;
	color: rgba(250,250,250,0.3);
	position: absolute;
	top: 110px;
	left:194px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	cursor: pointer;
	background-color: rgba(0,0,0,0);
	pointer-events: none;
	font: normal normal 3.3em Allerta Stencil;
	line-height: 245%;
	text-shadow: 0 1px 1px rgba(0,0,0,0);
	z-index:5;
    
}

/* The spans inside the on button will rotate */
#on-button > span {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;	
	-ms-backface-visibility: hidden;	
	-o-backface-visibility: hidden;	
	-webkit-transition: -webkit-transform 0.2s linear;
	-moz-transition: -moz-transform 0.2s linear;
	-ms-transition: -moz-transform 0.2s linear;
	-o-transition: -moz-transform 0.2s linear;
	transition: -moz-transform 0.2s linear;
	display: block;
	width: 122px;
	height: 122px;
	background: rgba(0,0,0,0);
	border-radius: 120px;
	pointer-events: auto;
	position: absolute;
	z-index:5;
	top: 0;
	left: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 34px;
	margin: 14px;
	box-shadow: inset 0 -112px 100px -100px rgba(0, 64, 255, 0.5);
			


}





/* Change shadow o hover so it matches the container's shadow */
#on-button:hover > span {
	top: 0;
	left: 0;
	box-shadow: inset 0 112px 100px -100px rgba(0, 64, 255, 0.5);
	z-index:4;
}


/* Rotate the last span around so it is the backface of the span */
#on-button > span:last-of-type {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/* Append a pseudo element with a white background which will 
   create the illusion that the on button has a hole in it */
#on-button:after {
	position: absolute;
	content:"";
	top: 0;
	left: 0;
	width:  120px;
	height: 120px;
	margin: 15px;
	border-radius: 120px;
	background: rgba(204, 217, 255, 0.3);
	z-index:4;
}

/* When the on input is checked, rotate the spans around 180 degrees */
#on-check:checked + #on-button > span:first-of-type {
	-webkit-transform: rotateY(180deg);	
	-moz-transform: rotateY(180deg);	
	-o-transform: rotateY(180deg);	
	-ms-transform: rotateY(180deg);	
	transform: rotateY(180deg);	
	
}



#on-check:checked + #on-button > span:last-of-type {
	-webkit-transform: rotateY(0deg);	
	-moz-transform: rotateY(0deg);	
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);	
	
}

/* Also change the width and height of the faux shadow */
#on-check:checked ~ .faux-shadow {
	width: 300px;
	height: 300px;
	position: absolute;
	top: 34px;
	left:119px;
	z-index:3;
}


/* Also change the width and height of the faux shadow */
#on-check:checked ~ .container_04 {
	
    transition-delay: 0.5s;
	visibility: visible;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 0px;
	left:0px;

	z-index:3;
}

/* Also change the width and height of the faux shadow */
#on-check:checked ~ .container_05 {
	
    transition-delay: 0.5s;
	display:block;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 0px;
	left:0px;

	
	
	
	z-index:3;
}



/* So the info divs wont appear should the button be unchecked */
#menu #on-check:not(:checked) ~ .info {
	
	opacity: 0;
	
}


/* Show info sections with a delay of 0.4s to give the menu time to finish the inital
   sprawling out animation */
#menu #on-check:checked ~ .info {
	-webkit-transition: all 0.2s linear 0.4s;
	-moz-transition: all 0.2s linear 0.4s;
	-ms-transition: all 0.2s linear 0.4s;
	-o-transition: all 0.2s linear 0.4s;
	transition: all 0.2s linear 0.4s;
	display:block;
	
	
}


/* Sprawl out the menu items when the on button is checked */
#on-check:checked ~ #menu-items  {
	width: 300px;
	height: 300px;
	left: 119px;
	top: 34px;
	z-index:4;
	
	
}

/* The styling of the menu items container div */
#menu-items {
	                 
	width: 150px;
	height: 150px;
	border-radius: 250px;
	background: rgba(0,0,0,0);
	position: absolute;
	top: 110px;
	left: 194px;

	overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 64, 255,0.5);
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	
	
}

/* I separated the pieces of the menu into two divs, top and bottom. */
#menu-items .top, #menu-items .bottom {
	width: 100%;
	float: left;
	
	height: 50%;
	

} 

#menu-items .bottom {
	top: 50%;
	
}

/* The middle div is largely to fix a bug where the content would exceed the 
   border radius when overflow: hidden; was set */
   
#menu-items .middle {
	height: 100%;
	white-space: nowrap;
	
}

/* Styling the background pieces. These containers don't do anything, they are 
   just for design */
   
#menu-items .middle .bg-piece {
	width: 33.3%;
	height: 100%;
	text-align: center;
	display: inline-block !important;
	border-color: rgba(0, 0, 0, 0);
	font-size: 2.5em;
	position: relative;
	display: block;
	
}

/* It was important to make sure all the background pieces were in the correct
   position and this required a little bit of experimenting. The code below 
   makes sure everything is positioned in the correct order */
   
#menu-items .middle > div .bg-piece:nth-of-type(2) {
	position: relative;
	width: 200px;
	height: 250px;
	
}
#menu-items .middle .bottom .bg-piece:nth-of-type(2):after, #menu-items .middle .top .bg-piece:nth-of-type(2):after {  
	content: " ";
	position: relative;
	border-color: rgba(0, 0, 0, 0);
	border-width: 148px;
	border-style: solid;
	top: 58px;
	left: 250px;
	
}

#menu-items .middle .top .bg-piece:nth-of-type(2):after {
	border-color: rgba(0, 0, 0, 0);
	top: -5px;
	left: 250px;
	
	
}

#menu-items .middle .top .bg-piece:nth-of-type(1) { 
	box-shadow: inset -125px 0 36px -35px rgba(0, 0, 0, 0), inset -7px -161px 72px rgba(0, 0, 0, 0);
	
}

#menu-items .middle .top .bg-piece:nth-of-type(3) { 
	box-shadow: inset 125px 0 36px -35px rgba(0, 0, 0, 0), inset -7px -161px 72px rgba(0, 0, 0, 0);
	
	
	
}

#menu-items .middle > div .bg-piece:nth-of-type(1) {
	width: 50%;
	box-shadow: inset -125px 0 36px -35px rgba(0, 0, 0, 0);
	
}

#menu-items .middle > div .bg-piece:nth-of-type(3) {
	width: 50%;
	right: 0;
	box-shadow: inset 125px 0 36px -35px rgba(0, 0, 0, 0);
	
}

/* ------------------------------------------------------------ */

/* The labels are what contain the icons */
#menu-items label {
	position: absolute;
	z-index: 4;
	font-size: 8em;
	border-radius: 5px;
	cursor: pointer;
	text-shadow: 2px 2px 0 #80b3ff;
	color: #404040;
}

/* On hover I thought they looked nice with a little blue glow! */
#menu-items label:hover {
	text-shadow: 0 0 20px #99b3ff;
	color: #ffffff;
	
}

/* The is the info boxes, these appear when the menu item is selected */
#menu .info {
	width: 350px;
	height: 60px;
	opacity: 0;
	position: absolute;
	left: 80px;
	top: -205px;
	display: inline-block;
	background-color: rgba(0,0,0,0);
	padding: 10px;
	color: #ffffff;
	z-index:4;
	font: normal normal 5.5em Allerta Stencil;
	background: rgba(0,0,0,0);
	border: 1px solid #ffffff;
	font-weight: 100px scale(1, .7);
	
	text-align: center;
    vertical-align: center;
	border-radius: 8px;
	box-shadow: inset 0px 40px 200px -30px #99b3ff, 0px 0px 20px #99b3ff;
}

/* A little arrow for the menu boxes */
#menu .info:after {
	position: absolute;
	content: " ";
	top: 107px;
	left: 206px;
	border-color: #0066ff transparent transparent transparent;
	border-width: 10px;
	border-style: solid;
	
}

/* A border for the arrow! */
#menu .info:before {
	position: absolute;
	content: " ";
	top: 110px;
	left: 206px;
	border-color: #ddd transparent transparent transparent;
	border-width: 10px;
	border-style: solid;	
}
#menu-items .top .ss-home
{
visibility: hidden;
}

#on-check:checked ~#menu-items .top .ss-home{
visibility: visible;
}

/* Hide the radio and checkboxes */
#menu input[type='checkbox'], input[type='radio'] { display: none; }

/* Position the icons correctly */
#menu-items .top .ss-home { top: 45px; left: 36px; }
#menu-items .top .ss-heart {  top: 92px; left: 244px; }
#menu-items .top .ss-compass { top: 0px; left: 158px; }
#menu-items .bottom .ss-rss {  top: 136px; left: 9px; }
#menu-items .bottom .ss-star {  top: 186px; left: 220px; }
#menu-items .bottom .ss-refresh { top: 231px; left: 110px; }

/* The below code rotates the menu items to the correct position
   when each is clicked. */
#info-home:checked ~ #menu-items, #menu-items .top .ss-heart { 
	-webkit-transform: rotateZ(66deg); 
	-moz-transform: rotateZ(66deg); 
	-ms-transform: rotateZ(66deg); 
	-o-transform: rotateZ(66deg); 
	transform: rotateZ(66deg); 
}


#info-heart:checked ~ #menu-items, #menu-items .top .ss-home { 
	-webkit-transform: rotateZ(-66deg); 
	-moz-transform: rotateZ(-66deg); 
	-ms-transform: rotateZ(-66deg); 
	-o-transform: rotateZ(-66deg); 
	transform: rotateZ(-66deg); 
}

#info-rss:checked ~ #menu-items, #menu-items .bottom .ss-star { 
	-webkit-transform: rotateZ(114deg); 
	-moz-transform: rotateZ(114deg); 
	-ms-transform: rotateZ(114deg); 
	-o-transform: rotateZ(114deg);	 
	transform: rotateZ(114deg); 
}

#info-star:checked ~ #menu-items, #menu-items .bottom .ss-rss { 
	-webkit-transform: rotateZ(-114deg); 
	-moz-transform: rotateZ(-114deg); 
	-ms-transform: rotateZ(-114deg); 
	-o-transform: rotateZ(-114deg); 
	transform: rotateZ(-114deg); 
}

#info-refresh:checked ~ #menu-items, #menu-items .bottom .ss-refresh { 
	-webkit-transform: rotateZ(180deg); 
	-moz-transform: rotateZ(180deg); 
	-ms-transform: rotateZ(180deg); 
	-o-transform: rotateZ(180deg); 
	transform: rotateZ(180deg); 
}

/* --------------------------------------------------------------- */

/* Highlight the selected item */
#info-home:checked ~ #menu-items .ss-home,
#info-heart:checked ~ #menu-items .ss-heart,
#info-rss:checked ~ #menu-items .ss-rss,
#info-star:checked ~ #menu-items .ss-star,
#info-refresh:checked ~ #menu-items .ss-refresh,
#info-compass:checked ~ #menu-items .ss-compass { 
	text-shadow: 3px 3px 0 #0066ff;
	color: #ffffff;
}

/* Make opacity of the info boxes 1 when they are clicked on */
#info-home:checked ~ .home-info,
#info-heart:checked ~ .heart-info,
#info-rss:checked ~ .rss-info,
#info-star:checked ~ .star-info,
#info-refresh:checked ~ .refresh-info,
#info-compass:checked ~ .compass-info {
	opacity: 1;
}


/* ================ IGNORE ================ */

#header {
	width: 100%;
	line-height: 30px;
	margin: 50px auto;
	text-align: center;
}

#header h1 {
	color: #ea664c;
	font-weight: bold;
	font-size: 4em;
}

#header p {
	font-size: 2em;
}

#travel {
	padding: 10px;
	background: rgba(250,0,0,0.6);
	border-bottom: 2px solid rgba(250,0,0,1);
	font-variant: normal;
	text-decoration: none;
	font-size: 1.5em;
}

#travel a {
	font-family: 'Allerta Stencil';
	text-decoration: none;
	border-bottom: 1px solid #f9f9f9;
	color: #f9f9f9;
}



/* ======================================================================================== style-main ================ */


.main

{background-position:center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

height:auto;
left:0;
min-height:100%;
min-width:100%;
position:absolute;
top:0;
width:auto;}@media (max-width:991px)
{.main{padding:20px}}





.new

{
	
  background: repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  height:auto;
left:0;
min-height:100%;
min-width:100%;
position:absolute;

width:auto;}@media (max-width:991px)

{.main{padding:20px}}


.container_pp_form

{  position: absolute; 
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  width: 100px;
  z-index:3;

}




.main 

.overlay

{position:absolute;
top:0;
left:0;
width:50%;
height:50%;
background:#000;
opacity:.3;
filter:alpha(opacity=30);
z-index:1}

.main 

.overlay-image
{

position:absolute;
top:0;
left:0;
min-height:100%;
min-width:100%;
height:auto;
background:#000;
z-index:1; 
width:auto}@media (max-width:991px) 
{.main{padding:20px}}

.main 

.container

{position:relative;
margin-top:150px;
height:auto;
z-index:999;}

.main 

.container_cntnt
{
position:relative;
z-index:2;
}



.main 
.container_02

{position:relative;

height:6px;
top:0;
left:0;
z-index:3;

}

.main 
.container_06

{position:relative;

height:6px;
top:0px;
left:0;
z-index:3;

}

.main 

.container_03

{
	
position:fixed;


z-index:2;
overflow:hidden;
}

.container_music

{
	position: relative; 

 margin: auto;
  width: 55%;

  height: auto;
  z-index:4;
left: 4%;

  display: flex;
  align-items: center;
  }

.main








 #video-background

{position:fixed;

top:0;
left:0;
min-width:100%;
min-height:100%;
width:100%;
height:100%;
z-index:2;
overflow:hidden;


background-size:cover}

 #video-background-music

{position:fixed;

    right: 0;
    bottom: 0;
min-width:100%;
min-height:100%;
width:100%;

z-index:2;
overflow:hidden;


background-size:cover;}

#video-background-small
{  position:fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
overflow: hidden;







width:auto;
}


.main p.social :hover {
	text-shadow: 0 0 30px #99b3ff, 0 0 30px #99b3ff;
	color:red;
	z-index:10;
}


.main p.social 

{text-align:left;
z-index:10;
top:0px;
left:0px;
margin-top:-35px;
color:#99b3ff;
}


.main p.social a:hover {
	text-shadow: 0 0 30px #99b3ff, 0 0 30px #99b3ff;
	color:#99b3ff;
	z-index:10;
}



.main p.social a

{margin:40px 90px 0 0;

color:rgba(255,255,255,0.8);
opacity:1;
display:inline-block;
width:26px;
height:26px;
border-radius:13px;
line-height:26px;
font-size:25px;
text-align:right;
-webkit-transition:all .2s ease-out;
-moz-transition:all .2s ease-out;
transition:all .2s ease-out;
vertical-align:bottom;
z-index:10;}@media (max-width:768px){.main p.social a{margin:40px 100px -20px -50px;}}


.main p.social a i:hover {
	text-shadow: 0 0 30px #99b3ff, 0 0 30px #99b3ff;
	color:#99b3ff;
	z-index:10;
}



.main p.social a i


{text-align:right;

margin-top:0px;
z-index:10;
}






.main p.social a.email{background-color:#4a7f45}@media (max-width:991px)

{.main p.social{text-align:center;z-index:10;}}
.main .cursive

{margin-top:50px;
font-family:'Allerta Stencil';
font-size:40px;
text-shadow:0 2px 4px #80b3ff;
text-align:center;
margin-bottom:0px;
position: absolute;
z-index:10;}
@media (max-width:1199px){
	
	.main .cursive
	{margin-top:100px}}
	
	.main .sub
	{font-weight:300;
	text-align:center;
	text-shadow:0 2px 4px #80b3ff;}

	.main .mailing-list
	{margin-top:20px;
	text-align:center}
	

	
	.main .mailing-list-left
	{margin-top:120px;
	text-align:left}
	
	.main .mailing-list-right
	{margin-top:120px;
	text-align:right}
	
	.main .mailing-list 
	
	.mailing-list-heading
	{font-weight:300;
	text-align:center;
	text-shadow:0 1px 2px rgba(0,0,0,0.6);
	font-size:30px}@media (min-width:768px){
		
		.main .mailing-list input
		
		{width:300px}}@media (min-width:992px){
			
			.main .mailing-list input{width:300px}}@media (min-width:1600px){
				
				.main .mailing-list{margin-top:20px}}
				
				.main .transparent{background:rgba(255,255,255,0.3);
				
				border:solid 1px #fff;
				color:#fff;
				text-shadow:0 1px 2px rgba(0,0,0,0.6)}
				
				.main .footer
				
				{position:relative;
				bottom:20px;
				right:0;
				width:100%;
				z-index:4;
				margin-top:50px;
				color:#eee;
				text-shadow:0 1px 2px rgba(0,0,0,0.6)}
				
				.main .footer a{color:#fff}
				
				.main .footer a:hover,
				
				.main .footer a:focus{text-decoration:underline}
				
				.main .footer p.credit{text-align:right}@media (max-width:991px){
					
					.main .footer{text-align:center}
					
					.main .footer p.credit{text-align:center}}@media (min-width:992px){
						
						.main .footer
						

						
						
	


						
						#game-2{margin:-460px 0 0 710px;}
						
						{position:fixed;
						bottom:20px}}
						
						#style-switch-button
						
						{position:fixed;
						top:50px;
						left:0;
						background:#000;
						color:red;
						border-radius:0;
						z-index:20}
						
						#style-switch
						
						{-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						box-sizing:border-box;
						width:300px;
						padding:20px;
						position:fixed;
						top:90px;
						
						left:0;
						background:#000;
						border:solid 1px #000;
						z-index:20}
						
						#style-switch-menu
						
						{
						
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						box-sizing:border-box;
						position: fixed;
	                    width: 100%;
						height: 100%;
			             
						
	                    top:600px;
	                    left:0px;
						background:rgba(0, 0, 0, 0);
						border:solid 1px rgba(0, 0, 0, 0);
						z-index:2;}
						

						
						#style-switch-menu-hud
						
						{
						
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						box-sizing:border-box;
						position: relative;
	                    width: 100%;
						height: 100%;
	                    
	                    top:0px;
	                    left:0px;
						background:rgba(0, 0, 0, 0)
						border:solid 1px #eee;
						z-index:4;}
						
						#style-switch-menu-back
						
					       {
						
                        -webkit-box-sizing:border-box;
                        -moz-box-sizing:border-box;
                        box-sizing:border-box;
                         position: relative;
                         width: 230px;
                         margin: 0px auto;
                         top:0px;
                         left:0px;
                         background:rgba(0, 0, 0, 0)
                         border:solid 1px #eee;
                         z-index:3;}
						
						#style-switch-logo 
						
						{position:fixed;
                         top:0;
                         left:0;
                         min-height:100%;
                         min-width:100%;
                         width:auto;
                         height:auto;
                         z-index:2}			
						#style-switch h4
						
						{color:#555}@media (min-width:768px){
							
							
							#video-background-small{display:none}
							#style-switch-button{display:none}
							#style-switch{display:none}
							#menu-container{display:none}

							}
						
						#style-switch h4
						
						{color:#555}@media screen and (max-height:960px){
							
							
							#style-switch-menu{top:100px}
                            #game{margin:100px 0 0 -320px;}
							#game-2{margin:-460px 0 0 710px;}

							}


						{color:#555}@media screen and (min-height:962px){
							
							
							#style-switch-menu{top:100px}
							#game{margin:100px 0 0 -560px;}


							}
							
							
							
						#style-switch h4
						
						{color:#555}@media (max-width:768px){
							
							
							#style-switch-menu{display:none}
							#style-switch{display:block}
							#menu-container{display:block}
						    #video-background-small{display:block}
							#style-switch-button{display:block}
							#video-background{display:none}
							#video-background-music{display:none}
							
							.container_music
						{
                                display: block;
                        }

							
							.nav
							
							{margin-bottom:0;
							padding-left:0;
							list-style:none}
							
							.nav>li>a{
								
								padding:10px 15px}
								
								.nav>li>a:hover,
								.nav>li>a:focus{
									
									background-color:#eee}
									
									.nav>li.disabled>a{color:#999}
									.nav>li.disabled>a:hover,
									.nav>li.disabled>a:focus{color:#999}
									.nav .open>a,
									.nav .open>a:hover,
									.nav .open>a:focus{background-color:#eee;
									border-color:#4fbfa8}
									.nav-tabs{border-bottom:1px solid #ddd}
									.nav-tabs>li>a{line-height:1.42857143;border-radius:4px 4px 0 0}
									.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}
									.nav-tabs>li.active>a,
									.nav-tabs>li.active>a:hover,
									.nav-tabs>li.active>a:focus
									
									{color:#555;
									background-color:#000;
									border:1px solid #ddd}
									
									.nav-pills>li>a{border-radius:0}
									.nav-pills>li.active>a,
									.nav-pills>li.active>a:hover,
									.nav-pills>li.active>a:focus{color:#fff;background-color:#4fbfa8}
									.nav-tabs-justified>li>a{border-radius:4px}
									.nav-tabs-justified>.active>a,
									.nav-tabs-justified>.active>a:hover,
									.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){
										.nav-tabs-justified>li>a
										{border-bottom:1px solid #ddd;
										border-radius:4px 4px 0 0}
										.nav-tabs-justified>.active>a,
										.nav-tabs-justified>.active>a:hover,
										.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}
										.navbar{
											
											font-family:'Allerta Stencil';
											min-height:80px;
											margin-bottom:30px;
											border-bottom:1px solid transparent}@media (min-width:768px){
												
												.navbar{border-radius:0}}
												.navbar-collapse
												{max-height:340px;
												overflow-x:visible;
												padding-right:15px;
												padding-left:15px}
												.navbar-collapse.in{
													overflow-y:auto}@media (min-width:768px) and (max-width:991px){
														.navbar-collapse{font-size:12px}}@media (min-width:768px){
															.navbar-collapse
															
															{float:left;
															width:auto;
															border-top:0;box-shadow:none}
															
															.navbar-collapse.collapse
															
															{display:block !important;
															height:auto !important;
															padding-bottom:0;
															overflow:visible !important}
															
															.navbar-collapse.in{overflow-y:visible}
															.navbar-collapse.right{float:right}
															.navbar-fixed-top .navbar-collapse,
															.navbar-static-top .navbar-collapse,
															.navbar-fixed-bottom .navbar-collapse
															
															{padding-left:0;
															padding-right:0}}
															
															.container>.navbar-header,
															.container-fluid>.navbar-header,
															.container>.navbar-collapse,
															.container-fluid>.navbar-collapse
															
															{margin-right:-15px;
															margin-left:-15px}@media (min-width:768px){
																
																.container>.navbar-header,
																.container-fluid>.navbar-header,
																.container>.navbar-collapse,
																.container-fluid>.navbar-collapse
																
																{margin-right:0;
																margin-left:0}}
																
																.navbar-brand
																
																{float:left;
																padding:10px 15px;
																font-size:18px;
																line-height:20px;
																height:80px}
																
																.navbar-brand:hover,
																.navbar-brand:focus{text-decoration:none}@media (min-width:768px){
																	.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}
																	.navbar-toggle
																	{padding:9px 10px !important;
																	margin-right:15px;
																	border-radius:4px}
																	
																	.navbar-nav{margin:15px -15px}
																	.navbar-nav>li>a
																	{padding-top:10px;
																	padding-bottom:10px;
																	line-height:20px}@media (max-width:767px){
																		
																		.navbar-nav 
																		.open .dropdown-menu>li>a,
																		.navbar-nav 
																		.open 
																		.dropdown-menu 
																		.dropdown-header{padding:5px 15px 5px 25px}
																		.navbar-nav 
																		.open 
																		.dropdown-menu>li>a{line-height:20px}
																		.navbar-nav 
																		.open 
																		.dropdown-menu>li>a:hover,
																		.navbar-nav 
																		.open 
																		.dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){
																			.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}
																			.navbar-nav>li>a{padding-top:30px;padding-bottom:30px}
																			.navbar-nav.navbar-right:last-child{margin-right:-15px}}
																			.navbar-form
																			
																			{margin-left:-15px;
																			margin-right:-15px;
																			padding:10px 15px;
																			border:none;
																			margin-top:23px;
																			margin-bottom:23px}@media (max-width:767px){
																				
																				.navbar-form 
																				.form-group{margin-bottom:5px}}
																				.navbar-btn{margin-top:23px;margin-bottom:23px}
																				.navbar-btn.btn-sm{margin-top:25px;margin-bottom:25px}
																				.navbar-btn.btn-xs{margin-top:29px;margin-bottom:29px}
																				.navbar-text{margin-top:30px;margin-bottom:30px}@media (min-width:768px){
																					.navbar-text{float:left;margin-left:15px;margin-right:15px}
																					.navbar-text.navbar-right:last-child{margin-right:0}}
																					.navbar-default{background-color:#fff;border-bottom-color:#e6e6e6}
																					.navbar-default 
																					.navbar-brand{color:#777}
																					.navbar-default 
																					.navbar-brand:hover,
																					.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}
																					.navbar-default 
																					.navbar-text{color:#777}
																					.navbar-default 
																					.navbar-nav>li>a{color:#777}
																					.navbar-default 
																					.navbar-nav>li>a:hover,
																					.navbar-default 
																					.navbar-nav>li>a:focus{color:#333;background-color:transparent}
																					.navbar-default 
																					.navbar-nav>.active>a,
																					.navbar-default .navbar-nav>.active>a:hover,
																					.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:transparent}
																					.navbar-default .navbar-nav>.disabled>a,
																					.navbar-default .navbar-nav>.disabled>a:hover,
																					.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}
																					.navbar-default .navbar-toggle{border-color:#ddd}
																					.navbar-default .navbar-toggle:hover,
																					.navbar-default .navbar-toggle:focus{background-color:#4fbfa8}
																					.navbar-default .navbar-toggle .icon-bar{background-color:#888}
																					.navbar-default .navbar-collapse{border-color:#e6e6e6}
																					.navbar-default .navbar-nav>.open>a,
																					.navbar-default .navbar-nav>.open>a:hover,
																					.navbar-default .navbar-nav>.open>a:focus{background-color:transparent;color:#555}@media (max-width:767px){
																						.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}
																						.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
																						.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}
																						.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
																						.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
																						.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:transparent}
																						.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
																						.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
																						.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}
																						.navbar-default .navbar-link{color:#777}
																						.navbar-default .navbar-link:hover
																						{color:#333}body{font-family:'Allerta Stencil';
																						font-size:14px;
																						line-height:1.42857143;
																						color:#555;
																						background-color:#fff}a{color:#4d0099;text-decoration:none;z-index:999;}
																						a:hover,a:focus{color:#8000ff;text-decoration:none;z-index:999;}
																						
																						
																						.img-rounded
																						
																						{border-radius:6px}hr{margin-top:20px;
																						margin-bottom:20px;
																						border:0;
																						border-top:1px solid #eee}
																						
																						.breadcrumb
																						
																						{padding:8px 0;
																						margin-bottom:20px;
																						background-color:#fff;
																						border-radius:0;
																						text-align:right}
																						
																						.breadcrumb>li+li:before{content:">\00a0";color:#ccc}
																						.breadcrumb>.active{color:#999}@media (max-width:991px){
																							.breadcrumb{padding:8px 0;text-align:center}}
																							
																							.btn
																							{font-weight:normal;
																							font-family:'Allerta Stencil';
																							text-transform:uppercase;
																							padding:6px 12px;
																							font-size:14px;
																							line-height:1.42857143;
																							border-radius:3px}
																							
																							.btn-primary{color:#4fbfa8;background-color:#fff;border-color:#4fbfa8}
																							.btn-primary:hover,
																							.btn-primary:focus,
																							.btn-primary:active,
																							.btn-primary.active,
																							.open 
																							.dropdown-toggle
																							.btn-primary{color:#4fbfa8;background-color:#ebebeb;border-color:#389985}
																							.btn-primary:active,
																							.btn-primary.active,
																							.open .dropdown-toggle.btn-primary{background-image:none}
																							.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled]
																							.btn-primary,.btn-primary.disabled:hover,
																							.btn-primary[disabled]:hover,fieldset[disabled]
																							.btn-primary:hover,
																							.btn-primary.disabled:focus,
																							.btn-primary[disabled]:focus,fieldset[disabled]
																							.btn-primary:focus,
																							.btn-primary.disabled:active,
																							.btn-primary[disabled]:active,fieldset[disabled] 
																							.btn-primary:active,
																							.btn-primary.disabled.active,
																							.btn-primary[disabled].active,fieldset[disabled] 
																							.btn-primary.active{background-color:#fff;border-color:#4fbfa8}
																							.btn-primary .badge{color:#fff;background-color:#4fbfa8}
																							.btn-primary:hover,
																							.btn-primary:focus,
																							.btn-primary:active,
																							.btn-primary.active{background:#4fbfa8;color:#fff}
																							.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:4px}
																							.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
																							.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}
																							.dropdown-menu>li>a{padding:5px 20px}
																							.label
																							
																							{font-family:'Allerta Stencil';
																							font-weight:normal;
																							text-transform:uppercase}label{font-weight:normal}
																							
																							.form-control{-webkit-box-shadow:none;box-shadow:none}
																							.form-control::-moz-placeholder{color:#fafafa;opacity:1}
																							.form-control:-ms-input-placeholder{color:#fafafa}
																							.form-control::-webkit-input-placeholder{color:#fafafa;opacity:1 !important}
																							.form-group{margin-bottom:20px}
																							.pager
																							
																							{margin:20px 0;
																							border-top:solid 1px #eee;
																							padding-top:20px;
																							text-transform:uppercase;
																							font-family:'Allerta Stencil'}
																							
																							.pager li{display:inline}
																							.pager li>a,
																							.pager li>span{background-color:#fff;border:1px solid #4fbfa8;border-radius:4px}
																							.pager li>a:hover,
																							.pager li>a:focus{text-decoration:none;color:#fff;background-color:#4fbfa8}
																							.pager .disabled>a,
																							.pager .disabled>a:hover,
																							.pager .disabled>a:focus,
																							.pager .disabled>span{color:#999;background-color:#fff;border-color:#ddd}
																							.pagination{margin:20px 0;font-family:'Allerta Stencil';border-radius:0}
																							.pagination>li>a,
																							.pagination>li>span
																							
																							{padding:6px 12px;
																							line-height:1.42857143;
																							text-decoration:none;
																							color:#4fbfa8;
																							background-color:#fff;
																							border:1px solid #ddd}
																							
																							.pagination>li>a:hover,
																							.pagination>li>span:hover,
																							.pagination>li>a:focus,
																							.pagination>li>span:focus{color:#4fbfa8;background-color:#bfe8df;border-color:#ddd}
																							.pagination>.active>a,
																							.pagination>.active>span,
																							.pagination>.active>a:hover,
																							.pagination>.active>span:hover,
																							.pagination>.active>a:focus,
																							.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#4fbfa8;border-color:#4fbfa8}
																							.pagination>.disabled>span,
																							.pagination>.disabled>span:hover,
																							.pagination>.disabled>span:focus,
																							.pagination>.disabled>a,
																							.pagination>.disabled>a:hover,
																							.pagination>.disabled>a:focus{color:#999;background-color:#fff;border-color:#ddd}@media (max-width:767px){
																								.text-center-xs{text-align:center !important}
																								.text-center-xs img{display:block;margin-left:auto;margin-right:auto}}@media (min-width:768px) and (max-width:991px){
																									.text-center-sm{text-align:center !important}
																									.text-center-sm img{display:block;margin-left:auto;margin-right:auto}}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 
																									                                     {font-family:Geneva;
																																		 font-size: 1.2em;
																																		 font-weight:700;
																																		 line-height:1.2;
																																		 color:#e6e6e6}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;
																																		 margin-bottom:20px}p{margin:100 100 100px}.lead{margin-bottom:20px;
																																		 font-size:16px}@media (min-width:768px){
																																			 
																																			 .lead{font-size:21px}}
																																			 .text-small{font-size:12px}
																																			 .text-large{font-size:18px}
																																			 .text-italic{font-style:italic}
																																			 .text-primary{color:#4fbfa8}a
																																			 .text-primary:hover{color:#3aa18c}
																																			 .bg-primary{color:#fff;background-color:#4fbfa8}a
																																			 .bg-primary:hover
																																			 
																																			 {background-color:#3aa18c}abbr[title],abbr[data-original-title]{border-bottom:1px dotted #999}blockquote{padding:10px 20px;
																																			                  margin:0 0 20px;
																																							  font-size:14px;
																																							  border-left:5px solid #4fbfa8}blockquote footer,blockquote small,blockquote 
																																							  
																																							  .small
																																							  
																																							  {display:block;
																																							  font-size:80%;
																																							  line-height:1.42857143;
																																							  color:#999}blockquote footer:before,blockquote small:before,blockquote 
																																							  
																																							  .small:before{content:'\2014 \00A0'}
																																							  .blockquote-reverse,blockquote
																																							  .pull-right{border-right:5px solid #4fbfa8}address{margin-bottom:20px;line-height:1.42857143}
																																							  .panel
																																							  
																																							  {margin-bottom:20px;
																																							  background-color:#fff;
																																							  border:1px solid transparent;
																																							  border-radius:0;
																																							  -webkit-box-shadow:0 0 0;
																																							  box-shadow:0 0 0}
																																							  
																																							  .panel-primary{border-color:#4fbfa8}.panel-primary>
																																							  .panel-heading{color:#fff;background-color:#4fbfa8;border-color:#4fbfa8}
																																							  .panel-primary>
																																							  .panel-heading+
																																							  .panel-collapse 
																																							  .panel-body{border-top-color:#4fbfa8}
																																							  .panel-primary>
																																							  .panel-footer+
																																							  .panel-collapse 
																																							  .panel-body{border-bottom-color:#4fbfa8}
																																							  .panel-primary 
																																							  .panel-title{font-weight:300}
																																							  .panel-primary 
																																							  .panel-title a:hover{color:#fff;text-decoration:none}a
																																							  .badge:hover,a
																																							  .badge:focus{color:#fff;text-decoration:none;cursor:pointer}a
																																							  .list-group-item.active>
																																							  .badge,
																																							  .nav-pills>.active>a>.badge{color:#4fbfa8;background-color:#fff}
																																							  .nav-pills>li>a>
																																							  .badge{margin-left:3px}
																																			 