@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
* {
	box-sizing: border-box;
	margin:0;
	padding:0;
}

body {
    margin: 0;
    padding: 0;
   font-family: 'Source Sans Pro', Verdana,Arial,Helvetica,sans-serif;   
}

/* required for sticky footer */

html, body {
 height: 100%;
}

.wrapper {
 min-height: 100%;
 height: auto !important;
 height: 100%;
}






.content {
    margin: 300px auto;
    width: 100%;
    max-width: 960px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    margin-bottom:30px;
}

.content h1 {
    margin: 30px 0 30px 0;
    padding: 0;
    font-size: 40px;
    text-align: left;
}

.content p {
    margin:   20px    0;
    font-size: 26px;
    line-height: 1.5;
}

.content a {
    color:#fff;
    text-decoration:none;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

   
#navigation {

display:none;    
    
}   
   
.nav {
  background-color: rgba(0, 0, 0, 0.2); 
  position: relative;

}   
   
   
   
    
.topnav #myLinks {
 margin-top:30px;
}

.topnav a.links {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  text-align:center;
  height:60px;
  border-bottom: #ccc solid .5px;
}    
    
  
    
.topnav a.links:hover {
  background-color: #ccc;
  color: black;
}
    

.active {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
}
  
  
.upper {
  margin-top:0px;
  padding:10px;
  position:relative; 
  background-color: rgba(0, 0, 0, 0.2);
  height:40px;
}


.upper a.logo {
 padding:5px 16px;
 position:absolute;
 top:0px;
 text-decoration:none;
 color:#fff;
}
    
.upper a.icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding:10px;
  color:#fff;
}    
    
    
    
    


#med {
 position:absolute;
 top:5px;
 right:155px;
 width:125px;
 height:24px;
 padding-left:10px;
 color:#fff;
 z-index:10;
}

div.dropdown {
 color: #555;
 margin: 3px -22px 0 0;
 width: 143px;
 position: relative;
 height: 17px;
 text-align:left;
 z-index:20;
}
div.submenu
{
 background: #fff;
 position: absolute;
 top: -12px;
 left: -20px;
 z-index: 100;
 width: 135px;
 display: none;
 margin-left: 10px;
 padding: 40px 0 5px;
 border-radius: 6px;
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.dropdown  li a {
 color: #555555;
 display: block;
 font-family: arial;
 font-weight: bold;
 padding: 6px 15px;
 cursor: pointer;
 text-decoration:none;
}

.dropdown li a:hover{
 background:#155FB0;
 color: #FFFFFF;
 text-decoration: none;
}

a.account {
 font-size: 11px;
 line-height: 16px;
 color: #555;
 color:#e0e0e0;
 position: absolute;
 z-index: 110;
 display: block;
 padding: 11px 0 0 20px;
 height: 28px;
 width: 121px;
 margin: -11px 0 0 -10px;
 text-decoration: none;
 cursor:pointer;
}

.root {
 list-style:none;
 margin:0px;
 padding:0px;
 font-size: 11px;
 padding: 11px 0 0 0px;
 border-top:1px solid #dedede;
}
    
    
 

    
    
    
.find {
    padding:30px;
    margin:30px 0;
    background: rgba(248,241,243,.7);   
    text-align:center;
    font-size:18pt;
    font-family:'Indie Flower', cursive;
    position:absolute;
    right:250px;
}

.find a {
   text-decoration:none;
   color:#000;   
}

.find a:hover {
   text-decoration:none;
   color:#fff;   
}



@media only screen and (max-width : 1000px) {
.find { 
    padding:24px;
    font-size:16pt;
    right:110px;
}
}

@media only screen and (max-width : 800px) {
.find { 
    padding:18px;
    font-size:16pt;
    right:80px;
}
}

@media only screen and (max-width : 600px) {
.find {
 padding:12px;
 font-size:12pt;
 right:60px;
}
}

@media only screen and (max-width : 400px) {
.find {
 padding:10px;
 font-size:10pt;
 right:40px;
}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
.find {
 padding:9px;
 font-size:9pt;
 right:30px;
}
}
    
    
    
    
    
    
    
    









#signin_menu, #signup_menu, #activate_menu,  #forgot_menu, #change_menu, #payment_menu {
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-top-right-radius: 5px;
 -khtml-border-radius: 5px;
 display:block;
 background-color:#7ABD31;    
 position:absolute;
 width:436px;
 z-index:100;
 border:1px #000;
 text-align:left;
 padding:12px;
 top: 34.5px; 
 right: 75px; 
 margin-top:15px;
 margin-right: 0px;
 *margin-right: -1px;
 color:#000;
 font-size:11px;
 box-shadow:1px 1px 3px 3px #676767;
 -webkit-box-shadow: 1px 1px 3px 3px #676767;
 -moz-box-shadow: 1px 1px 3px 3px #676767;
 box-shadow:1px 1px 3px 3px #2684b7;
 -webkit-box-shadow: 1px 1px 3px 3px #2684b7;
 -moz-box-shadow: 1px 1px 3px 3px #2684b7;
}



#signin_menu input[type=text], #signin_menu input[type=password], #signup_menu input[type=text], #signup_menu input[type=password] {
	display:block;
	border-radius: 4px;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
	 -khtml-border-radius: 4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}



#change_menu input[type=text], #forgot_menu input[type=text], #activate_menu input[type=text] {
	display:block; 
	border-radius: 4px;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
	 -khtml-border-radius: 4px;
	border:1px solid #ACE;
	font-size:18px;
	margin:0 0 5px;
	padding:5px;
	width:353px;
}


#signupbox {
 color:#fff;
}

#signupbox h2 {
 font-size:10pt;    
    
}

#signupbox h2, #signupbox h3, #signupbox h4 { 
 color:#fff; 
} 
#signupbox h3 { 
 font-size:16pt; 
 margin:0 0 10px 0; 
} 
#signupbox h4 { 
 font-size:12pt; 
 margin: 10px 0 20px 15px; 
} 

#signupbox h5 { 
 font-size:12pt; 
 margin: 10px 0 20px 0px; 
} 


#signupbox .topwrapper { 
 width:420px; 
 overflow: hidden; 
 margin:0 auto; 
 position:relative; 
 border:#9e2800 solid 0px; 
} 

#signupbox .top_left { 
 float:left; 
 width:210px; 
 min-height:50px; 
 padding: 5px 0px 5px 5px; 
} 

#signupbox .top_right { 
 float:right; 
 width:210px; 
 min-height:50px; 
 padding: 5px 0px 5px 0px; 
} 

#signupbox .top_left input,  #signupbox .top_right input { 
 font-size:14pt;width:180px;height:40px;color:#000;
} 



#signupbox .left_top { 
 float:left; 
 width:100px; 
 min-height:40px; 
 padding: 5px 10px 5px 5px; 
 border:#cdcdcd solid 0px; 
 color:#fff;
} 

#ignupbox .left_top label { 
 margin-top:80px; 
} 

#signupbox .right_top { 
 float:right; 
 width:280px; 
 min-height:40px; 
 padding: 5px 10px 5px 0px; 
 border:#cdcdcd solid 0px; 
} 
#signupbox .right_top input { 
 font-size:14pt;
 width:265px;
 height:40px; 
 color:#000;
} 











#signupbox .greenButton{ 
 width:auto; 
 margin:10px 0 0 2px; 
 padding:3px 4px 3px 4px; 
 background-color:#589d39; 
 outline:none; 
 font-weight:bold; 
 border-radius: 4px; 
 -moz-border-radius:4px; 
 -webkit-border-radius:4px; 
 -khtml-border-radius: 4px
 border:1px solid #808080; 
 color:#fff; 
 text-shadow:0 -1px 0 #808080; 
 padding:4px 10px 5px; 
 font-size:11px; 
 margin:0 5px 0 0; 
 font-weight:bold; 
} 
 

#signupbox #remember {
 color:#fff;
}


#remember { 
 padding:15px; 
} 










@media only screen and (max-width : 1000px) {
#signin_menu, #signup_menu, #activate_menu,  #forgot_menu, #change_menu, #payment_menu {
 width:436px;
 padding:12px;
 top: 34.5px; 
 right: 75px; 
 
}

#change_menu input[type=text], #forgot_menu input[type=text], #activate_menu input[type=text] {
	width:353px;
}
#signupbox .topwrapper { 
 width:430px; 
} 

#signupbox .top_left { 
 width:210px; 
} 

#signupbox .top_right { 
 width:210px; 
} 

}






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


#med {
 right:50px;
}

#signin_menu, #signup_menu, #forgot_menu, #activate_menu, #change_menu, #payment_menu {

 right: 25px; 
}


}




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

#med {
 right:20px;
}

#signin_menu, #signup_menu, #forgot_menu, #activate_menu, #change_menu, #payment_menu {


 right: 5px; 
 width:365px;
}

#signin_menu input[type=text], #signin_menu input[type=password], #signin_menu textarea {
 width:160px;
}

#signup_menu input[type=text], #signup_menu input[type=password], #signup_menu textarea {
 width:160px;
}

#signupbox .topwrapper { 
 width:340px; 
} 

#signupbox .top_left { 
 width:160px; 
 font-size:8pt;
} 

#signupbox .top_right { 
 width:160px;
 font-size:8pt;
} 


#signupbox .left_top { 
 width:110px; 
} 

#signupbox .right_top { 
 width:210px; 
} 


#change_menu input[type=text], #change_menu textarea, #forgot_menu input[type=text], #forgot_menu textarea, #activate_menu input[type=text] {
	width:300px;
}

}






/*Smartphone*/
@media only screen and (max-width : 320px) {

#med {
 right:10px;
}

#signin_menu, #signup_menu, #forgot_menu, #activate_menu, #change_menu, #payment_menu {
 position:absolute;

 right: 2px; 

 width:360px;
}


#signupbox .top_left { 
 width:160px; 
 font-size:8pt;
} 

#signupbox .top_right { 
 width:160px;
 font-size:8pt;
} 


#change_menu input[type=text], #change_menu textarea, #forgot_menu input[type=text], #forgot_menu textarea, #activate_menu input[type=text] {
	width:220px;
}

}


































    
    
 

.crunchify-top:hover {
	color: #fff !important;
	background-color: #ed702b;
	text-decoration: none;
}
 
.crunchify-top {
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	width: 3.2rem;
	height: 3.2rem;
	line-height: 3.2rem;
	font-size: 1.4rem;
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	border-radius: 3.2rem;
	text-align: center;
	cursor: pointer;
}

   
    
    
    
    
    
    
    
    
    
    
    .footer {
 padding:5px;
}

.footer { 
 position:relative;
}

    
.footer { 
 margin:0;
 padding:0;
 border-top: #333 solid .5px;
 background-color: rgba(0, 0, 0, 0.2);
 color:#fff;
 font-size:12pt;

 width:100%;
 margin-bottom:-8px;
}
    


.footer p {
    font-size:12pt;
    margin:0;
    padding:0;
}


.footer p a, #footerlinks a {text-decoration:none; color:#fff;}

.footer p a:hover, #footerlinks a:hover {color:#336699; text-decoration:underline;}


#footerlinks li { display: inline;  margin:0;  }

.footer p, #footerlinks { margin:8px 0 8px 0;  }


.footer p, #footerlinks { text-align: center; }


@media only screen and (max-width : 1000px) {
.footer, .footer p {
    font-size:12pt;
}
}

@media only screen and (max-width : 800px) {
.footer, .footer p {
    font-size:10pt;
}
}

@media only screen and (max-width : 600px) {
.footer, .footer p {
    font-size:9pt;
}
}

@media only screen and (max-width : 400px) {
.footer, .footer p {
    font-size:8pt;
}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
.footer, .footer p {
    font-size:7pt;
}
}