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

html, body {
 height: 100%;
}



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

.center {
 text-align:center;
}



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


h2 {
 font-size:16pt;
 margin-bottom:20px;
 text-align:center;
}


h3 {
 font-size:10pt;
 margin:15px 0;
// text-align:center;
}





h4 {

font-size:20pt;    
color:#00B4D7;
text-align:center;
margin:20px 0;
    
}    


    
   
h5 {    
margin:20px 0;
font-size:14pt;    
color:#000000;
text-align:left;
    
}    
    
    
    
    
    
h6 {

margin-top:20px;
font-size:16pt;    
color:#000000;
text-align:center;
    
} 

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





.indent {
 margin: 0 50px 0 30px;    
    
}




.single {
 line-height:12px;
 margin:10px 0;
}





.iti {
    width:100%;
}


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


img {
 max-width: 100%;
}

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



#searchbox {
 margin-top:200px;    
}




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

#searchbox {
 margin-top:140px;    
}

}





.searchbox {
 display:inline; 
   width:100%;
}

.searchbox .box {
  height:42px;
  font-size:18pt;
  text-align:left;
  margin:10px;
  padding:15px;
}

.searchbox .submit {
    height:38px;
    font-size:18pt;
}

.searchbox .box {
  width:600px; 

}






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

.searchbox .box {
  width:500px;  
}





}





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


.searchbox .box {
  width:400;
}


}



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


.searchbox .box {
  width:300px;  
}



}






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

.searchbox {
 display:block; 
}

.searchbox .box {
  width:90%;  
}



.searchbox .submit {
  width:90%;

}

}


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

.searchbox {
 display:block; 
}

.searchbox .box {
  width:100%;  
}


.searchbox .submit {
  width:100%;
  text-align:center;
}

}




.box {
 width:500px;    
}


.desktop {
 display:block;
}





@media screen and (max-width: 768px) {
    
.desktop {
 display:none;
}    

.box {
 width:200px;    
}

}






.orange {
 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;
 margin:0 15px;
}

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





.LinkAsButton {
  background-color: #199319;
  color: white;
  padding: 15px 25px;
  text-decoration: none;
}


.LinkAsButton:hover {
  background-color: #223094;
}








#MySubmit {
 width:50px;margin:0px 0 100px 145px;   
    
}


.loader, .load {
  visibility:hidden;
}














#cssmenu .open, #cssmenu .open li {
 width:90%;
}





#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: 'Open Sans', sans-serif;
  line-height: 1;
  background: #ffffff;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -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: #009ae1;
}
#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: #009ae1;
}
#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;
}










.redltr {
 color:red;
 font-weight:bold;
 padding:0 15px;
}
















#message_box {
 background: #fff;
 position: fixed;
 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 .btn {
 text-decoration:none;

 text-align:center;
 color:#fff;
 padding:5px 20ox;
 border:grooved orange 1px;
 border-radius: 4px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
 -moz-border-radius: 4px;  /* Firefox */
 -webkit-border-radius: 4px; /* Safari and Chrome */
 -khtml-border-radius: 4px;
  box-shadow: 2px 2px 2px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
  -moz-box-shadow: 2px 2px 2px #000; /* Firefox */
  -webkit-box-shadow: 2px 2px 2px #000; /* Safari and Chrome */
  background:red;
}


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

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

#msg-bx-cancel span {
  float:right;
  margin:-5px -5px 0 0
}



#msg-bx-top h5 {
 font-size:14pt;   
 font-weight:400;
 font-style:bold;
 margin:10px 0 15px 0;
 text-align:center;
}




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

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



.pos {
 width:550px;    
}


.xpos {
 max-width:550px;
}



@media only screen and (max-width : 600px) {
    
.pos {
 width:550px;    
}

}




@media only screen and (max-width : 500px) {
    
.pos {
 width:450px;    
}

}



@media only screen and (max-width : 420px) {
 
.pos {
 width:350px;    
}


}




@media only screen and (max-width : 340px) {
    
.pos {
 width:290px;    
}

}






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








.iti {
    width:100%;
}





#stripe {

  width:480px;
  margin: 20px auto 150px auto; 
    
}





#stripe form {
  width: 480px;
  margin: 20px 0;
}

#stripe .group {
  background: white;
  box-shadow: 0 7px 14px 0 rgba(49,49,93,0.10),
              0 3px 6px 0 rgba(0,0,0,0.08);
  border-radius: 4px;
  margin-bottom: 20px;
}

#stripe label {
  position: relative;
  color: #8898AA;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  margin: 0px;
  display: flex;
  flex-direction: row;
}

#stripe .group label:not(:last-child) {
  border-bottom: 1px solid #F0F5FA;
}

#stripe label > span {
  width: 80px;
  text-align: right;
  margin-right: 30px;
  margin-left:0;
  font-size:8pt;
}

#stripe .field {
  background: transparent;
  font-weight: 300;
  border: 0;
  color: #31325F;
  outline: none;
  flex: 1;
  padding-right: 10px;
  padding-left: 10px;
  cursor: text;
}

#stripe .field::-webkit-input-placeholder { color: #CFD7E0; }
.field::-moz-placeholder { color: #CFD7E0; }

#stripe button {
  float: left;
  display: block;
  background: #666EE8;
  color: white;
  box-shadow: 0 7px 14px 0 rgba(49,49,93,0.10),
              0 3px 6px 0 rgba(0,0,0,0.08);
  border-radius: 4px;
  border: 0;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  max-width:450px;
  height: 40px;
  line-height: 38px;
  outline: none;
}

#stripe button:focus {
  background: #555ABF;
}

#stripe button:active {
  background: #43458B;
}

#stripe .outcome {
  float: left;
  width: 100%;
  padding-top: 8px;
  min-height: 24px;
  text-align: center;
}

#stripe .success, #stripe .error {
  display: none;
  font-size: 13px;
}

#stripe .success.visible, #stripe .error.visible {
  display: inline;
}

#stripe .error {
  color: #E4584C;
}

#stripe .success {
  color: #666EE8;
}

#stripe .success .token {
  font-weight: 500;
  font-size: 13px;
}


@media only screen and (max-width : 600px) {
    
#stripe {
  width:100%;
}

}




@media only screen and (max-width : 500px) {
    
#stripe {
  width:100%;
}

#stripe form {
  width: 400px;
}

}



@media only screen and (max-width : 420px) {
 
#stripe {
  width:100%;
}    
    
#stripe form {
  width: 300px;
  margin-left:4px;
}

#stripe label > span {
  width: 80px;
  margin-right: 10px;

}


}




@media only screen and (max-width : 340px) {
    
 #stripe {
  width:100%;
}   
#stripe form {
  width: 270px;
  margin-right:0px;
  margin-left:-10px;

}

#stripe label > span {
  width: 80px;
  margin-right: 5px;

}

}






 

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

#alert_box h1 { 
 font-size:14pt; 
 font-weight:bold; 
 margin:55px 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; 
} 










#main h1 {
 text-align:center; 
 font-size:20pt;
}

#main h2 {
 margin-bottom:20px;    
}

#main .item {
  font-size:12pt;
 // margin:0 0 20px 30px;
}

#main .short {
  max-width:600px;
}

#main .mright {
    float:right;
}


#main hr { 
 height:1px;
 visibility:hidden;
 margin: 0px 0 -1px 0; 
}



#post {
 font-size:14pt;    
}







#dir input[type="text"] {
 color:#fff;    
}








#file {
    color: #fff;
    padding: 5px;
    border: 5px solid #009AE1;
    background-color: #009AE1;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 0 15px #626F7E;
    margin-left: 175px;
    width: 250px;
    font-size: 10pt;
}



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

#file {
    margin-left: 25px;
    width: 200px
}

}




#invalid {
 color:red;
}




#success {
 color:green;
}





#templates .border p span {
    float: right;
    width: 450px;
    border: red solid 0px;
}
#templates p span {
    margin-left: 30px;
}

#templates .space {
    margin-left: 35px;
}





#templates .submit, #update .submit, #next .submit {
    font-size: 16px;
    background: linear-gradient(#ffbc00 5%, #ffdd7f 100%);
    border: 1px solid #e5a900;
    color: #4E4D4B;
    font-weight: bold;
    cursor: pointer;
    width: 200px;
    border-radius: 5px;
    padding: 10px 0;
    outline: none;
    margin-top: 20px;
    margin-left: 5px;
}



#templates p span input[type="text"], #update p span input[type="text"], #download p span input[type="text"], #downloader p span input[type="text"], #upload select {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border: 1px solid #ACE;
    font-size: 16px;
    margin: 0 0 5px;
    padding: 5px;
    width: 350px;
}
input[type="text"], select {
    height: 32px;
    padding: 5px;
    font-size: 14pt;
}
input[type="text"], select {
    max-width: 100%;
}
input, select {
    color: #000000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border: 1px solid #ACE;
}








.selection {
 background-color:#eeeeee;
}

.selection form {
 padding:20px;
}





div.on_off_off, span.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;
 z-index:999999;
}
div.on_off_on, span.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;
 z-index:999999;
}





.form-group label span {
 font-size:10pt;
 font-weight:100;
}









.bgColor {
    width: 100%;
    height: 150px;
    background-color: #fff4be;
    border-radius: 4px;
    margin-bottom: 30px;
}

.inputFile {
    padding: 5px;
    background-color: #FFFFFF;
    border: #F0E8E0 1px solid;
    border-radius: 4px;
}

.btnSubmit {
    background-color: #696969;
    padding: 5px 30px;
    border: #696969 1px solid;
    border-radius: 4px;
    color: #FFFFFF;
    margin-top: 10px;
}

#uploadFormLayer {
    padding: 20px;
}

input#crop {
    padding: 5px 25px 5px 25px;
    background: lightseagreen;
    border: #485c61 1px solid;
    color: #FFF;
    visibility: hidden;
}

#cropped_img {
    margin-top: 40px;
}








#cropbox {
 width:auto;
 height:auto;
}


#loading, #load {
    display: none;
    font-size: 14px;
}









.search {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
}

.search tr.odd {
    background: #eaeaea;
}

.search th, .search td {
    padding: 4px 5px;
}

.search td {
    border: 1px solid #000;
}



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

.search th, .search td {
    padding: 4px 2px;
    font-size:8pt;
}

}




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

.search th, .search td {
    padding: 4px 2px;
    font-size:7pt;
}

}




.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 {
    color:#414d7a;
    text-align:center;
    padding:1.5rem .5rem 2rem;
    margin:0 auto;
    max-width:600px
}

footer *{
    font-size:.9rem
}

@media(max-width: 700px) {
    
footer * {
    font-size:.8rem
}
}



footer a {
    color:#343a40;
    font-weight:bold;
    text-decoration:none
}

footer a:hover { 
    color:inherit;text-decoration:underline
}


footer ul {
    padding:0;
    margin:25px 0;
}

footer li {
    list-style:none;margin:0 1em;display:inline-block
}








