@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);

@charset "utf-8";
/* CSS Document */
*{
margin: 0;
padding: 0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

* {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

body {
 line-height: 1.2;
}

body {
 font-size: 12px;
 font-family: 'Source Sans Pro', Verdana,Arial,Helvetica,sans-serif;
 color: #000;
 background-color: #FFF;
}

/* required for sticky footer */

html, body {
 height: 100%;
}



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



h1 {
    font-size:24pt;
    text-align:center;
    margin:40px 0 20px 0;
}






  
.content-opacity {
    height: 250px;
    border: 0 !important;
    margin: 20px auto;
    background: rgba(0, 0, 0, 0.5);
}
.well-large {
    padding: 28px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


h2 {
    text-align:center;
    color:#ffffff;
    font-style:helvitica;
    font-size:32pt;
    font-weight:bold;
    margin-top:50px;
}
    













p {
    font-size:14pt;
    margin:20px 0;
}


img {
 max-width: 100%;
}

img.center {
    display: block;
    margin: 0 auto;
}

.right {
 float:right;
}

.rspace {
 margin: 0 0 5px 15px;
}

.left {
 float:left;
}

.lspace {
 margin: 0 15px 5px 0;
}

.center {
 text-align:center;
}

.logo {
 max-height:50px;
 margin-top:10px;
}
.loader {
 visibility:hidden;
}

.img {
padding: 4px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}

.clear { 
 width: 100%; 
 height: 1px; 
 margin: 0 0 -1px; 
 clear: both; 
} 

.row {
 margin-left: 0px;
 margin-right: 0px;
}

.center {
 text-align:center;
}

.spacer {
 width:100%;
}

.spacer30 {
 height:30px;
}
.spacer80 {
 height:80px;
}

.hidden {
 display:none;
}

.aside-box {
 border-radius:5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 -khtml-border-radius: 5px;
 box-shadow:0px 0px 7px #676767;
 -webkit-box-shadow: 0px 0px 7px #676767;
 -moz-box-shadow: 0px 0px 15px #676767;
}

.redltr {
 color:red;
 font-weight:bold;
}

.submit {
 background: linear-gradient(#ffbc00 5%, #ffdd7f 100%);
 border: 1px solid #e5a900;
 color: #4E4D4B;
 font-weight: bold;
 cursor: pointer;
 border-radius: 5px;
 padding: 5px 10px;
 outline: none;
}

.submit:hover {
 background: linear-gradient(#ffdd7f 5%, #ffbc00 100%);
}







.parent {
  position: relative;
}
.child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.margin15 {
    margin: 15px 0;
    width: 100%;
    font-size:10pt;
    font-family:'Open Sans';
}


@media only screen and (max-width : 800px) {
.margin15 {
    font-size:8pt;
}
}


@media only screen and (max-width : 600px) {
.margin15 {
    font-size:8pt;
}
}


@media only screen and (max-width : 420px) {
.margin15 {
    font-size:7pt;
}
}


@media only screen and (max-width : 320px) {
.margin15 {
    font-size:6pt;
}
}





.iti {
    width:100%;
}



#iholder {
 text-align:center;
 //width:640px;
 //height:360px;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.youtube-player {
  width:640px;
 height:360px;
  
}


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

#iholder {
 //width:600px;
// height:338px;
}


.youtube-player {
 //width:600px;
 //height:338px;
}

}





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

#iholder {
 //width:540px;
 //height:304px;
}

.youtube-player {
 width:540px;
 height:304px;
}

}




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

#iholder {
 //width:340px;
 //height:190px;
}

.youtube-player {
 width:340px;
 height:190px;
}

}


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

#iholder {
 //width:260px;
 //height:146px;
}

.youtube-player {
 width:260px;
 height:146px;
}

}
















.header {
 background-image: url('/img/bg_header.jpg');    
 height:350px;
 background-repeat:no-repeat;
 background-size:cover;
}



.header h1 {
 float: left;
 color: #DCDDDE;
 padding: 30px 0 0 80px;
 font-size: 40px;
}
.header h1 a {
 color:#fff;
 text-decoration:none;
}

.header h1 span {
 font-size:25px;
 margin-left:30px;
}


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



.header h1 {

}

.header h1 span {

}

}





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

.header h1 {
 padding:25px 0 0 40px;;
 font-size:30px;
}

.header h1 span {
 font-size:15px;
 margin-left:20px;
}

}




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

.header h1 {
 padding:25px 0 0 40px;;
 font-size:25px;
}

.header h1 span {
font-size:15px;
margin-left:20px;
}

}


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

.header h1 {
 padding:25px 0 0 40px;;
 font-size:25px;
}

.header h1 span {
 font-size:12px;
 margin-left:10px;
}

}



















#alert_box {
 display:none;
 z-index:1500;
 position:fixed;
 top:50%;
 left: 50%;
 width:300px;
 margin-left: -150px;
 height:180px;
 margin-top: -90px;
 background:#f0f0f0;
 border-bottom:#A58361 solid 20px;
 border-top:#A58361 solid 20px;
 color:#000;
}

#alert_box h1 {
 font-size:14pt;
 font-weight:bold;
 margin:35px 15px 5px 15px;
 text-align:center;
}

#alert_box h2 {
 font-size:12pt;
 font-weight:bold;
 margin:15px 15px 5px 15px;
 text-align:center;
}

#alert_box p {
 font-size:12pt;
 margin:15px 15px 5px 15px;
 text-align:center;
}

#alert_box a {
 padding:0 15px 0 15px;
 margin:0 5px 0 5px;
 border:#cdcdcd solid 1px;
 border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
 background:#fff;
}
#alert_box a:hover {
 background:#cdcdcd;
 color:#fff;
}



.header h1 {
 padding:5px 15px;
 font-family:Georgia;
 font-size:36px;
}
.header h1 a {
 text-decoration:none;
}


.surround {
 background-color: #f1f1f1;
 background-image: -moz-linear-gradient(top,#ffffff,#dddddd);
 background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#dddddd));
 background-image: -webkit-linear-gradient(top,#ffffff,#dddddd);
 background-image: -o-linear-gradient(top,#ffffff,#dddddd);
 background-image: linear-gradient(to bottom,#ffffff,#dddddd);
 background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffdddddd',GradientType=0);
 border-top:1px solid #f0f0f0;
 border-bottom:thick solid #f0f0f0;
}



#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;
}





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


#med {
 right:120px;
}

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

 right: 25px; 
}


}




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

#med {
 right:80px;
}

}

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

#med {
 right:40px;
}

}
   
 











#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: Georgia, 'Open Sans', sans-serif;
  line-height: 1;
  background: #ffffff;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #A58361;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #A58361;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #A58361;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}















#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:#800080;    
 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) {
#signin_menu, #signup_menu, #activate_menu,  #forgot_menu, #change_menu, #payment_menu {
 width:436px;
 padding:12px;
 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 : 600px) {
#signin_menu, #signup_menu, #activate_menu,  #forgot_menu, #change_menu, #payment_menu {
 width:350px;
 padding:12px;
 right: 15px; 
 
}

#signin_menu input[type=text], #signin_menu input[type=password], #signup_menu input[type=text], #signup_menu input[type=password] {
	width:130px;
}
#signupbox h2 {
 font-size:10pt;    
}
#change_menu input[type=text], #forgot_menu input[type=text], #activate_menu input[type=text] {
	width:300px;
}
#signupbox .topwrapper { 
 width:380px; 
} 

#signupbox .top_left { 
 width:180px; 
} 

#signupbox .top_right { 
 width:188px; 
}   
#signupbox .left_top { 
 width:90px; 
} 


#signupbox .right_top { 
 width:150px; 
} 
#signupbox .right_top input { 
 width:140px;
} 
#signupbox .left_top { 
 width:90px; 
} 


#signupbox .right_top { 
 width:250px; 
} 
#signupbox .right_top input { 
 width:190px;
} 

}



@media only screen and (max-width : 400px) {
#signin_menu, #signup_menu, #activate_menu,  #forgot_menu, #change_menu, #payment_menu {
 width:290px;
 padding:10px;
 right: 10px; 
 
}

#signin_menu input[type=text], #signin_menu input[type=password], #signup_menu input[type=text], #signup_menu input[type=password] {
	width:110px;
}
#signupbox h2 {
 font-size:10pt;    
}



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

#signupbox .top_left { 
 width:140px; 
} 

#signupbox .top_right { 
 width:140px; 
}     
#signupbox .left_top { 
 width:90px; 
} 


#signupbox .right_top { 
 width:160px; 
} 
#signupbox .right_top input { 
 width:150px;
} 


}


/*Smartphone*/
@media only screen and (max-width : 320px) {
#signin_menu, #signup_menu, #activate_menu,  #forgot_menu, #change_menu, #payment_menu {
 width:270px;
 padding:8px;
 right: 5px; 
 
}

#signin_menu input[type=text], #signin_menu input[type=password], #signup_menu input[type=text], #signup_menu input[type=password] {
	width:103px;
}
#signupbox h2 {
 font-size:9pt;    
}



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

#signupbox .top_left { 
 width:120px; 
} 

#signupbox .top_right { 
 width:120px; 
} 

#signupbox .left_top { 
 width:90px; 
} 


#signupbox .right_top { 
 width:150px; 
} 
#signupbox .right_top input { 
 width:140px;
} 


}
    











#top {
    width: 500px;
    background-color: #7F7F7F;
    margin: 30px auto;
    padding: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    box-shadow: 0px 0px 15px #676767;
    -webkit-box-shadow: 0px 0px 15px #676767;
    -moz-box-shadow: 0px 0px 15px #676767;
}






.basic h1 {
 font-size:16pt;
 font-weight:600;
 margin:20px 0;
}

.basic h2 {
 font-size:14pt;
 font-weight:400;
 margin:20px 0;
}

.basic h3 {
 color: #404040;
 text-align:center;
 text-transform: uppercase;
 margin-bottom: 30px;
 font-weight: bold;
 font-size: 17px;
 float: none;
 width: auto;
 background: none;
}


.basic p {
 font-size:12pt;
 font-weight:200;
 margin:20px 0;
 text-align:justify;
}




#aboutholder {
 background-color:#404040;
 color:#fff;

}


#aboutholder h2 {
 padding-bottom: 10px;
 line-height: 40px;
 font-size: 45px;
 text-transform: uppercase;
 padding-top: 45px;
 text-align:center;
}

#aboutholder h5 {
    padding-bottom: 10px;
    line-height: 18px;
    font-size: 15px;
    margin-top: 2px;
    margin-bottom: 20px;
 text-align:center;
}

#aboutholder h6 {
    padding-top: 10px;
    line-height: 22px;
    font-size: 16px;
 font-weight:bold;
    text-transform: uppercase;
}

#aboutholder .big {
 text-align: right;
 font-weight: 300;
 font-size: 60px;
 line-height: normal;

 margin-left:35px;
}




.holder h1 {
 padding-bottom: 20px;
 line-height: 50px;
 font-size: 40pt;
 text-transform: uppercase;
 padding-top: 55px;
 text-align:center;
}


.holder h2 {
 margin: 20px 0 0 0;
 line-height: 40px;
 font-size: 30pt;
 text-align:left;
}


.holder h3 {
 font-size:20pt;
 font-weight:400;
 margin:30px 0 20px 0;   
    
}


.holder h4 {
 margin: 20px 0 0 0;
 font-size: 26pt;
 text-align:center;   
    
}



.holder p {
 margin: 20px 0 15px 0;
 line-height: 24px;
 font-size: 16pt;
 text-align:left;
}





@media only screen and (max-width : 420px) {
.holder h1 {
    font-size:34pt;
}
}


@media only screen and (max-width : 320px) {
.holder h1 {
    font-size:32pt;
}
}
















 #fundraising h4 {
 font-size: 30px;
 text-align:center;
}


 #signupholder h6 {
 font-size: 14px;
 text-align:center;
 margin: 0 auto;
 padding-bottom:30px;
 max-width:300px;
}










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

 #fundraising h2 {
 font-size: 32px;
}
 #fundraising h4 {
 font-size: 24px;
}
}


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


#fundraising h2 {
 font-size: 28px;
}
 #fundraising h4 {
 font-size: 22px;
}
}






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

#fundraising h2 {
 font-size: 20px;

}
 #fundraising h4 {
 font-size: 16px;
}


}


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

#fundraising h2 {
 font-size: 15px;

}
 #fundraising h4 {
 font-size: 12px;
}

}

















#message_box {
 background: #fff;
 border: 4px solid #f0f0f0;
 border-radius: 10px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 -khtml-border-radius: 10px;
 box-shadow: 5px 5px 10px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
 -moz-box-shadow: 5px 5px 10px #000; /* Firefox */
 -webkit-box-shadow: 5px 5px 10px #000; /* Safari and Chrome */
 text-align: center;
 z-index: 2000;
 display:none;
}

#message_box .msg_box {
 padding:20px 0 20px 0;text-align:left; 
}

#message_box h4 {
 padding:5px 0 25px 15px;
 text-align:left;
}



#message_box .btn {
 text-decoration:none;
 float:right;
 margin-right:20px;
 color:#fff;
 padding:5px;
 border:grooved #363636 3px;
 border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
 -moz-border-radius: 10px;  /* Firefox */
 -webkit-border-radius: 10px; /* Safari and Chrome */
 -khtml-border-radius: 10px;
  box-shadow: 5px 5px 10px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
  -moz-box-shadow: 5px 5px 10px #000; /* Firefox */
  -webkit-box-shadow: 5px 5px 10px #000; /* Safari and Chrome */
  background:#21352e;
}


#message_box .btn:hover {
 background:#bbbdcd;
 color:#000;
}

#message_box .ftr {
 height:35px;
 margin:30px 20px 0px 20px;
 text-align:left;
}

#message_box {
 line-height:20px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
 font-size:12pt;

}


#message_box p {
 margin:15px 5px 10px 5px;
 margin:0;

}

.msg_box {
 margin: 15px;
}

.msg_box p {
 padding-left:25px;
}

.msg_box p label {
 width:200px;
}

.msg_box p span {
 width:500px;
 float:right;
 text-align:left;
}

#msg-bx-cancel {
  width:100%;height:24px;
}

#msg-bx-cancel span {
  float:right;
}

#msg-bx-msg {
 text-align:justify;overflow:auto;padding:5px 20px 10px 20px;
}

#msg-bx-msg p {
 margin-bottom:15px;
 line-height:22px;
}


.pos {
 width:300px;
 max-height:400px;
 position:fixed;
 top:50%;
 left:50%;
  margin-top: -100px;
  margin-left: -150px;
 border:#cecece solid 1px;
 padding:5px;
 background:#f0f0f0;
}

.cdiv {
  width:600px;
  height:400px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -300px;
  background:#cecece;
  border:#000;
}


#darkbg {
 display: block;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: #000;
 z-index:100;
 opacity: .5;
 filter: alpha(opacity=50);
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
















.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }



.rslides_tabs {
  list-style: none;
  padding: 0;
  //background: rgba(0,0,0,.25);
 // box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
 // -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
 // -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
 //  color: #fff;
  color: #000;
  font-weight: bold;
  }

a {
 
  text-decoration: none;
  }

.rslides1_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 40%;
    left: 0;
    z-index: 99;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("/img/themes.gif") no-repeat left top;
    margin-top: -45px;
}

.rslides1_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

.caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  text-align:center;
  }






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

.caption {
  font-size: 18px;
  padding: 8px 18px;
}


.rslides1_nav {
    top: 30%;
    margin-top: -25px;
}



.rslides_tabs {
  font-size: 10px;
  max-width: 240px;
  padding: 5px 0;

  }


.rslides_tabs a {
  line-height: 10px;
  padding: 4px 10px;
  }


.rslides1_nav {
    height: 31px;
    width: 18px;

}



}




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

.caption {
  font-size: 14px;
  padding: 6px 14px;
}

.rslides1_nav {
    top: 22%;
    margin-top: -20px;
}


.rslides_tabs {
  font-size: 10px;
  max-width: 240px;
  padding: 5px 0;

  }


.rslides_tabs a {
  line-height: 8px;
  padding: 2px 8px;
  }


.rslides1_nav {
    height: 21px;
    width: 10px;

}


}






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


.rslides1_nav {
    top: 20%;
    margin-top: -20px;
}

}


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

.caption {
  font-size: 10px;
  padding: 4px 10px;
}

.rslides1_nav {
    top: 18%;
    margin-top: -18px;
}

}

























.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;
}




div.on_off_off
{
 background: rgb(150,110,120);
 font-family: segoe ui;
 font-size: 12px;
 font-weight: bold;
 padding: 5px 10px;
 border: 3px solid rgb(180, 140, 150);
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 color: #fff;
 display: inline;
}
div.on_off_on
{
 background: rgb(110,150,120);
 font-family: segoe ui;
 font-size: 12px;
 font-weight: bold;
 padding: 5px 10px;
 border: 3px solid rgb(140, 180, 150);
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 color: #fff;
 display: inline;
}








.wonderful-box {
background: #eee;
border: 1px solid #000;
display: inline-block;
padding: 10px 20px;
margin: 20px 0;
-webkit-transition: background 200ms ease-in;
-moz-transition: background 200ms ease-in;
-ms-transition: background 200ms ease-in;
-o-transition: background 200ms ease-in;
transition: background 200ms ease-in;
}

.wonderful-box:hover {
background: #E28523;
}

.wonderful-box p {
font-size:14pt;
padding:10px;
text-align:center;
}







.uh, .hh, .h {
  animation-duration: 10s;
//animation-delay: 2s;
//  animation-iteration-count: infinite;
}




.parallax {

  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}




.parallax1 {
  /* The image used */
  background-image: url("/img/dreambig.jpg");
}



.parallax2 {
  /* The image used */
  background-image: url("/img/dreambig2.jpg");
}









.trailerbox {
  overflow:hidden;
}

.trailer {
 position:absolute;
 bottom:5px;
 z-index:2000;
 overflow:hidden;
}

.trailer-image { 
 width:100px;
 height:100px;
 margin:0 0 30px 30px;
 overflow:hidden;
}

.trailer-text {
 color:#fff;
 font-size:38pt;
 display:inline;
 font-family:'Indie Flower', cursive;
 text-shadow: 4px 4px 4px #0f0f0f;
 overflow:hidden;
}

@media only screen and (max-width : 1000px) {
.trailer {
 position:absolute;
 bottom:25px;
}    
    
.trailer-image { 
 width:90px;
 height:90px;
 margin:0 0 25px 30px; 
  }
  
.trailer-text {
 font-size:32pt;
}
}

@media only screen and (max-width : 800px) {
.trailer {
 position:absolute;
 bottom:15px;
}    
    
.trailer-image { 
 width:70px;
 height:70px;
 margin:0 0 20px 10px; 
  }
  
.trailer-text {
 font-size:28pt;
}
}


@media only screen and (max-width : 600px) {
.trailer {
 position:absolute;
 bottom:15px;
}    
    
.trailer-image { 
 width:50px;
 height:50px;
 margin:0 0 15px 10px; 
  }
  
.trailer-text {
 font-size:16pt;
}
}



@media only screen and (max-width : 400px) {
.trailer {
 position:absolute;
 bottom:10px; 
}    
    
.trailer-image { 
 width:30px;
 height:30px;
 margin:0 0 10px 10px; 
  }
  
.trailer-text {
 font-size:12pt;
}
}


/*Smartphone*/
@media only screen and (max-width : 320px) {
.trailer {
position:absolute;
bottom:10px;
}    
    
.trailer-image { 
 width:28px;
 height:28px;
 margin:0 0 10px 10px; 
  }
  
.trailer-text {
 font-size:10pt;
}
}





.main {
    background: 
    transparent no-repeat center -30px url(/img/shadow.png);
}



















/* end required for sticky footer */

.header, .header h1 a {
 background: #xxA58361;
 color: #fff;
 color: #A58361;
}

.footer {
 padding:5px;
}

.footer { 
 border-top: #ddd solid 1px;

 color:#fff;
 position:relative;
}


.footer {
 background-image:  url('/img/bg_footer.jpg'); 
 height:150px;
}
  



.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 a:active {outline:none;}

.footer p, #footerlinks { text-align: center; }
#footerlinks li { display: inline; padding: 0px 1px;  }

#footerlinks { margin:8px 0 8px 0;  }





@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;
}
}
