@import url(https://fonts.googleapis.com/css?family=Varela+Round);
@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=Karla);
@import url(https://fonts.googleapis.com/css?family=Muli);

@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: 13px;
 font-family: 'Muli', Helvetica,sans-serif;
 color: #010101;
 background-color: #FFF;
}

/* required for sticky footer */

html, body {
 height: 100%;
}

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

.main {
 margin-bottom:30px;    
}

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



h2 {
 font-size:14pt;
 margin:20px 0;
 text-align:justify;
}



h3 {
 font-size:18pt;
 margin:20px 0;
}

h4 {
 text-align:left;    
 font-size:14pt;
// margin:20px 30px;
}


h4 span {
// float:right;
// width:150px;
// text-align:right;    
}


h5 {
 text-align:center; 
 font-size:18pt;
// margin:40px 0 20px 0;
}

h6 {

 padding:10px 0;
 text-align:center;  

    
}


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

p.small {
 font-size:10pt;    
}

p.tiny {
 line-height:14px;
 font-size:8pt; 
 margin:0px;
}

p.account {
 margin-left:30px;    
}


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

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

.rightalign {
 float:right;
 text-align:right;
 width:200px;
}

.margin {
 margin:15px 0;    
}

.parker {
 float:right;
 margin:0 100px 0px 0;
 text-align:left;
}

img {
 max-width: 100%;
}

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



#etrigger img {
 float:right;width:30px;height:10px;
    
}


.right {
 float:right;
}

.right100 {
 float:right;
 margin-right:100px;
}

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

.left {
 float:left;
}

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

.center {
 text-align:center;
}

.logo {
 max-width:200px;height:auto;
}
.loader {
//  visibility:hidden;
   display:inline;
   display:none;

}


img.circle {
  margin:-75px 10px 0 130px;
}

img.dots {
  float:right;margin:0px 40px 0px 0px; 
}


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

.spacer15 {
 height:15px;
}

.spacer30 {
 height:30px;
}
.spacer80 {
 height:80px;
}
.spacer150 {
 height:150px;
}
.hidden {
 display:none;
}

.line {
    margin: 20px 100px 20px 100px;
    background: linear-gradient(#dfdfdf 5%, #7ABD31 100%);
    height: 2px;
}



.fee {
   width:100px;float:right;text-align:right;
    
}

.margin30 {
 margin:30px;    
}




input[type="text"] {
 height:32px;
 padding:5px;
 font-size:14pt;

}




input[type="text"], input[type="email"] {
 color:#000000;
 border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border: 1px solid #ACE;
    
}




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

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




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




   
#navigation {

display:none;    
    
}   
   
.nav {
  background-color: #333; 
  position: relative;

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

.topnav a.links {
  color: #fff;
  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;
}
   
    

.xactive {
  background-color: #000;
  color: white;
}
  
  
.upper {
  margin-top:0px;
  padding:10px;
  position:relative; 

}


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























.selection {
 background-color:#eeeeee;
}

.selection form {
 padding:20px;
}



label span {
 font-weight:normal;    
}

.upper {
 background-color: #F7F9FC;
 width:100%;
 height:45px;
 
}

.upper p {
 padding:10px 0;
 text-align:center;
}













.header {
  font-family: 'Open Sans', sans-serif;
  min-height: 100px;
  background: #fff;
  position:relative;
}


.header img {
 margin:33px 0 0 33px;
 height:60px;
}








/*Styles for screen 515px and lower*/
/* @media only screen and (max-width : 480px) { */
@media only screen and (max-width : 800px) {


.header {
 height: auto;

}


.header img {
 height:50px;
}

}





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


.header img {
 height:50px;
}


}


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


.header img {
 height:45px;
}

.parker {
  margin:0 10px 0 0;    
}

}


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


.header img {
 height:40px;
}

.parker {
 margin:0 5px 0 0;    
}

}









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







#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:#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], #signin_menu textarea {
	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;
}

#signup_menu input[type=text], #signup_menu input[type=password], #signup_menu textarea {
	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;
}


#payment_menu input[type=text], #payment_menu textarea {
	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;

}


#payment_menu.usr_email input[type=text] {

	width:293px;
}
#payment_menu.amount input[type=text] {

	width:83px;
}



#change_menu input[type=text], #change_menu textarea, #forgot_menu input[type=text], #forgot_menu textarea, #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;
}


#signin_menu p, #signup_menu p, #contact_menu p {
	margin:0;
}
#signin_menu a, #signup_menu a, #contact_menu a {
	color:#fff;
}
#signin_menu label, #signup_menu label, #contact_menu label {
	font-weight:normal;
}
#signin_menu p.remember {
	padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:5px 0;
}
#signin_menu p a, #signup_menu p a, #contact_menu p a {
	color:#27B!important;
}
#signin_submit, #signup_submit, #contact_submit {
	border-radius: 4px;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
	 -khtml-border-radius: 4px;
	background:#39d;
	border:1px solid #39D;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}


#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}

#signup_submit::-moz-focus-inner {
padding:0;
border:0;
}

#contact_submit::-moz-focus-inner {
padding:0;
border:0;
}

#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

#signup_submit:hover, #signup_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

#contact_submit:hover, #contact_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}




/* 
  signupbox new 
*/ 







/* 
  signupbox new 
*/ 

#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; 
 color:#fff;
} 




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

#signupbox .top_right { 
 float:right; 
 width:210px; 
 min-height:50px; 
 padding: 5px 0px 5px 0px; 
 font-size:12pt;
} 
#signupbox .top_left input,  #signupbox .top_right input { 
 font-size:14pt;width:180px;height:25px; color:#000;
} 

#signupbox .left_top { 
 float:left; 
 width:120px; 
 min-height:30px; 
 padding: 5px 10px 5px 5px; 
 border:#cdcdcd solid 0px; 
} 
#signupbox .left_top label { 
 margin-top:15px; 
} 

#signupbox .right_top { 
 float:right; 
 width:280px; 
 min-height:30px; 
 padding: 5px 10px 5px 0px; 
 border:#cdcdcd solid 0px; 

	border-radius: 4px; 
	 -moz-border-radius:4px; 
	 -webkit-border-radius:4px; 
	 -khtml-border-radius: 4px;

 color:#000;

} 
#signupbox .right_top input { 
 font-size:14pt;width:265px;height:35px; 
 padding: 5px 10px 5px 10px; 
} 



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

#signupbox .top_right_col { 
 float:right; 
 width:110px; 
 min-height:50px; 
 padding: 5px 0px 5px 0px; 
} 
#signupbox .top_left input,  #signupbox .top_right input { 
 font-size:14pt;width:180px;height:35px; 
 padding:5px;

	border-radius: 4px; 
	 -moz-border-radius:4px; 
	 -webkit-border-radius:4px; 
	 -khtml-border-radius: 4px;


} 




#signupbox .topwrapper h2 { 
 margin-bottom:10px; 
} 

#signupbox .topit { 
 padding-top:15px; 
} 

#signupbox .right { 
 float:right; 
 margin-right:15px; 
} 

#signupbox #remember {
 color:#fff;
}


#signupbox .greenButton{ 
	width:auto; 
	margin:10px 0 0 2px; 
	padding:3px 4px 3px 4px; 
	color:white; 
	background-color:#589d39; 
	outline:none; 
	border:1px solid #006600; 
	font-weight:bold; 
} 
 



#signupbox .greenButton{ 
	border-radius: 4px; 
	 -moz-border-radius:4px; 
	 -webkit-border-radius:4px; 
	 -khtml-border-radius: 4px; 

	border:1px solid #39D; 
	color:#fff; 
	text-shadow:0 -1px 0 #39d; 
	padding:4px 10px 5px; 
	font-size:11px; 
	margin:0 5px 0 0; 
	font-weight:bold; 
} 


#remember { 
 padding:15px; 
} 



#loadingsignup{ 
	left:10px; 
	position:relative; 
	top:3px; 
	visibility:hidden; 
} 

.loadingsignup{ 
	left:10px; 
	position:relative; 
	top:3px; 
	visibility:hidden; 
} 

.passwordbg { 
 
 background-color:#fff; 
background-size:277px 37px; 
background-repeat:no-repeat; 
} 










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

}




#signupbox {
 color:#fff;
}



#signupbox h2, #signupbox h3, #signupbox h4 { 
 color:#fff; 
}

#signupbox h2 { 
 font-size:12pt; 
} 
#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:440px; 
 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:120px; 
 min-height:40px; 
 padding: 5px 10px 5px 5px; 
 border:#cdcdcd solid 0px; 
 color:#fff;
} 
#signupbox .left_top label { 
 margin-top:15px; 
} 

#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 .top_left_col { 
 float:left; 
 width:310px; 
 min-height:50px; 
 padding: 5px 0px 5px 5px; 
} 

#signupbox .top_right_col { 
 float:right; 
 width:110px; 
 min-height:50px; 
 padding: 5px 0px 5px 0px; 
} 
#signupbox .top_left input,  #signupbox .top_right input { 
 font-size:14pt;width:180px;height:35px; 
 padding:5px;
 border-radius: 4px; 
 -moz-border-radius:4px; 
 -webkit-border-radius:4px; 
 -khtml-border-radius: 4px;
} 

#signupbox .top_left_col, #signupbox .top_right_col { 
 color:#000;
} 

#signupbox .top_left_col input, #signupbox .top_right_col input { 
 line-height:35px;font-size:14pt;
} 

#signupbox .topwrapper h2 { 
 margin-bottom:10px; 
} 

#signupbox .topit {
 padding-top: 15px;
}

#signupbox .right { 
 float:right; 
 margin-right:15px; 
} 




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


#loadingsignup, .loadingsignup{ 
 left:10px; 
 position:relative; 
 top:3px; 
 visibility:hidden; 
} 


.passwordbg { 
 background-color:#fff; 
 background-size:277px 37px; 
 background-repeat:no-repeat; 
} 

.notEntered {
 color:#FF0000;
 font-weight:bold;
}


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






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


#med {
 right:50px;
}

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

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


}




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

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


}






/*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 { 

 font-size:8pt;
} 

#signupbox .top_right { 

 font-size:8pt;
}

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


}









#locationbox  {
 height:35px;
 padding:5px;
 font-size:11pt;
 position:absolute;
 right:30px;
 background-color:#dfdfdf;
}


#locationadd {
  height:35px;
  margin-top:10px;   
 display:inline;
 position:absolute;
 right:30px;
}



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

.LinkAsButton {
 background-color:#dfdfdf;
 padding: 5px;
 color:#000;
 border: 1px solid #000;
 font-size:11pt;
}








/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


xnav {
 filter: progid:DXImageTransform.Microsoft.gradient (startColorstr='#CECEF6', endColorstr='#08088A'); /* for IE */

 background: -webkit-gradient(linear, left top, left bottom, from(#CECEF6), to(#08088A)); /* for webkit browsers */

 background: -moz-linear-gradient(top,  #CECEF6,  #08088A); /* for firefox 3.6+ */

   background: -ms-linear-gradient(top, #CECEF6, #08088A);

   background: -o-linear-gradient(top, #CECEF6, #08088A);



 
}


xnav {
 margin-top:10px;
 //height: 33px;
 min-height:33px;
 width: 350px;
 //background: #455868;
 font-size: 10pt;
 //font-family: 'PT Sans', Arial, sans-serif;
 //font-weight: bold;
 position: relative;
 //border-bottom: 0px solid #283744;
 //background:#08088A;
 //background:#1B5EAE;
  float:right;
  margin-right:30px;
  text-transform: uppercase;
  font-family: "Karla","Helvetica Neue",sans-serif;
  //color:#010101;
}
xnav ul {
	padding: 0;
	//margin: 0 auto;
	//margin-left: 10%;

	//width: 600px;
	//height: 33px;
	//width: 90%;
	height: 33px;
}
xnav li {
	display: inline !important;
	float: left;
}
xnav a {
	color:#010101;
	display: inline-block;
	//max-width: 300px;
 padding: 0 25px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	line-height: 33px;
	//text-shadow: 1px 1px 0px #283744;
}
xnav li a {
	border-right: 1px solid #576979;
	border-right: 0px solid #576979;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
xnav li:last-child a {
	border-right: 0;
}
xnav a:hover, nav a:active, nav a.active {
        text-decoration:none;
	//background-color: #08088A;






 color:#fb6a4a;


 //background:#1B5EAE;



}
xnav a#pull {
	display: none;
}






/*Styles for screen 600px and lower*/
@media screen and (max-width: 700px) {



	xnav { 
  		height: auto;
                
  	}
  	xnav ul {
                margin: 0 auto;
  		width: 100%;
  		display: block;
  		height: auto;
               height: 150px;
  	}
  	xnav li {
  		//width: 50%;
  		//float: left;
  		//position: relative;
                  width: 100%;
  	}
  	xnav li a {
		//border-bottom: 1px solid #576979;
		//border-right: 1px solid #576979;
	}
  	xnav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
/* @media only screen and (max-width : 480px) { */
@media only screen and (max-width : 700px) {

	xnav {
		border-bottom: 0;
		width:150px;
	}
	xnav ul {
		display: none;
		height: auto;
	}
	xnav a#pull {
		display: block;
		//background-color: #283744;
		//background-color: #08088A;
		//background-color: #1B5EAE;


		width: 100%;
		position: relative;
	}
	xnav a#pull:after {
		content:"";
		background: url('/img/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}








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

	xnav li {
		display: block;
		float: none;
		width: 100%;
	}
	xnav li a {
		border-bottom: 1px solid #576979;
	}
}









.mainlogo {
    width:400px;
    
}



/*Smartphone*/
@media only screen and (max-width : 400px) {
  
 .mainlogo {
    width:300px;
    
} 
    

}




/*Smartphone*/
@media only screen and (max-width : 320px) {
  
 .mainlogo {
    width:250px;
    
} 
    

}







#top-ad {
	width:auto;
	height: auto;
	background-color:#F5F5F5;
	padding:15px 0 25px 0;
}

.high {
    line-height: 38px;
}



.center-text {
	text-align:center;
}

.bold  {
	font-weight:800;
}
.white {
	color:#fff;
}

.btn-ad {
	display: inline-block;
	background-color:#008EC2;
	width:auto;
	padding:10px 25px;
	margin:0 25px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.btn-ad:hover {
	background-color:#49AFCD;
}

.high {
 line-height:38px;    
}

.low {
 line-height: 24px;    
}








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










/* 
  signupbox new 
*/ 


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

}







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

}







.view {
 width:100%;

}




.view h3 {
 font-size: 12pt;
 color: #e87b10;
 font-weight:bold;
 margin:30px 0 5px 0;
}








 

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








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



.xpos {
 width:550px;    
}


.xpos {
 max-width:500px;
}


.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:auto;
  position: fixed;
  top: 50%;
  left: 50%;
  padding:20px;
//  margin-top: -200px;
//  margin-left: -300px;
  background:#cecece;
  border:#000;
}

.boxet {
 min-height:150px;
 min-width:250px;
 padding:50px 50px;
 text-align:left;
}






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

}


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

}




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

}



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

   
.cdiv {
 width:300px;    
}
 

.pos {
 width:300px;    
}


}




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

   
.cdiv {
 width:290px;    
}
 

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






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

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





#stripe {

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





#stripe form {
  width: 290px;
  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:400px;
  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: 280px;
}

}



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

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

}


}




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

}

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

}

}








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












.slides {
    padding: 0;
    width: 1150px;
    height: 720px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    width: 1150px;
    height: 720px;
    display: block;
    position: absolute;

    transform: scale(0);

    transition: all .7s ease-in-out;
}

.slide img {
    width:1150px;
    height:720px;
  
}

.nav label {
    width: 200px;
    height: 100%;
    display: none;
    position: absolute;

	  opacity: 0;
    z-index: 9;
    cursor: pointer;

    transition: opacity .2s;

    color: #FFF;
    font-size: 156pt;
    text-align: center;
    line-height: 680px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
	background: rgba(0, 0, 0, 0.8);
}








/*Styles for screen 1000px and lower*/
@media screen and (max-width: 1150px) {

.slides {
    width: 950px;
    height: 595px;
}


.slide {
    width: 950px;
    height: 595px;
}

.slide img {
    width:950px;
    height:595px;
}


.nav label {
    width: 200px;
    line-height: 500px;
    font-size: 156pt;
}


.nav-dots {
	height: 11px;
}

.nav-dots .nav-dot {
	width: 11px;
	height: 11px;
}


}







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

.slides {
    width: 750px;
    height: 470px;
}


.slide {
    width: 750px;
    height: 470px;
}

.slide img {
    width:750px;
    height:470px;
}


.nav label {
    width: 120px;
    line-height: 220px;
    font-size: 156pt;
}

.nav-dots {
	height: 10px;
}

.nav-dots .nav-dot {
	width: 10px;
	height: 10px;
}


}


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

.slides {
    width: 550px;
    height: 344px;
}


.slide {
    width: 550px;
    height: 344px;
}

.slide img {
    width:550px;
    height:344px;
}


.nav label {
    width: 100px;
    line-height: 180px;
    font-size: 156pt;
}

.nav-dots {
	height: 8px;
}

.nav-dots .nav-dot {
	width: 8px;
	height: 8px;
}


}




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

.slides {
    width: 350px;
    height: 219px;
}


.slide {
    width: 350px;
    height: 219px;
}

.slide img {
    width:350px;
    height:219px;
}


.nav label {
    width: 90px;
    line-height: 150px;
    font-size: 156pt;
}

.nav-dots {
	height: 6px;
}

.nav-dots .nav-dot {
	width: 6px;
	height: 6px;
}


}


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

.slides {
    width: 310px;
    height: 194px;
}


.slide {
    width: 310px;
    height: 194px;
}

.slide img {
    width:310px;
    height:194px;
}


.nav label {
    width: 80px;
    line-height: 90px;
    font-size: 156pt;
}


.nav-dots {
	height: 3px;
}

.nav-dots .nav-dot {
	width: 3px;
	height: 3px;
}


}


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

.slides {
    width: 20px;
    height: 111px;
}


.slide {
    width: 250px;
    height: 111px;
}

.slide img {
    width:250px;
    height:111px;
}


.nav label {
    width: 70px;
    line-height: 70px;
    font-size: 156pt;
}

.nav-dots {
	height: 2px;
}

.nav-dots .nav-dot {
	width: 2px;
	height: 2px;
}


}



.info a {
  text-decoration:none;    
}



#calendar-wrap form {
    
 	text-align: center;
	margin-bottom: 20px;
  
}


#pack {
  width:100%;
  margin:80px 0 20px 0;  
}

#pack p {
 padding:9px;
 margin:0 50px;
 color:#000;   
}


.styled-select {
   height: 5em;
   overflow: hidden;
   border: 1px solid #ccc;
   }

.select-month select {
	background-color: #eee;
	padding: 5px;
	margin-right: 10px;
	font-size: 16px;
	border: 1px solid #999;
}

.select-month select[name="months"] {
	width: 8em;
}

.select-month select[name="years"] {
	width: 5em;
}

.select-month .button {
	border: 1px solid #666;
	background-color: #999;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
}

#calendar {
	width: 90%;
	max-width: 1800px;
	margin: 0 auto;
}

#calendar a {
	color: #666;
	text-decoration: none;
}

#calendar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
	width: 100%;
}

#calendar li {
	display: block;
	float: left;
	width: 14.2857142857%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin-right: -1px;
	margin-bottom: -1px;
}

#calendar .weekdays {
	height: 40px;
	background-color: #444;
	width: 99.6%;
}

#calendar .weekdays li {
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	border: none !important;
	padding: 10px 10px;
	color: #fff;
	font-size: 0.9em;
}

#calendar .days li {
	height: 8em;
}

#calendar .days li:hover {
	background-color: #eee;
}

#calendar li.day {
    position:relative;
}


#calendar .date {
	text-align: center;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #666;
	color: #fff;
	width: 25px;
	border-radius: 5%;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	float: right;
}

#calendar .other-month .date  {
	display: none;
}

#calendar .event {
	clear: both;
	display: block;
	font-size: 0.9em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 5px;
//	margin-top: 40px;
	margin: -5px 0 5px 0;
	color: #009aaf;
	line-height: 1.2em;
	background-color: #e4f2f2;
	border: 1px solid #b5dbdc;
	text-decoration: none;
}

#calendar .midevent {

    height:60%;
    position:absolute;
    bottom:0px;
    width:85%;
}

#calendar .firstevent {

    height:25%;
    position:absolute;
    bottom:5px;
    width:85%;
    margin:0px;
}

#calendar .lastevent {
 
    height:25%;
    position:absolute;
    top:40px;
    width:85%;
    margin:0px;
}



#calendar .event:hover {
	background-color: #BAEFEF;
	cursor: pointer;
}

#calendar .event-desc {
	color: #666;
	margin: 2px 0 8px 0;
	text-decoration: none;
	font-size:12pt;
}

#calendar .other-month {
	background-color: #f5f5f5;
}

@media(max-width:1100px) {
	#calendar {
		width: 100%;
	}
}



@media(max-width:1150px) {

#calendar .firstevent, #calendar .midevent, #calendar .lastevent {
    width:85%;
}
#calendar .event-desc {
	font-size:12pt;
}
#calendar .weekdays li {
	font-size: 0.9em;
}
}




@media(max-width:1000px) {

#calendar .firstevent, #calendar .midevent, #calendar .lastevent {
    width:85%;
}
#calendar .event-desc {
	font-size:12pt;
}
#calendar .weekdays li {
	font-size: 0.9em;
}
}




@media(max-width:800px) {

#calendar .firstevent, #calendar .midevent, #calendar .lastevent {
    width:80%;
}
#calendar .event-desc {
	font-size:11pt;
}
#calendar .weekdays li {
	font-size: 0.8em;
}
}





@media(max-width:600px) {

#calendar .firstevent, #calendar .midevent, #calendar .lastevent {
    width:80%;
}
#calendar .event-desc {
	font-size:10pt;
}
#calendar .weekdays li {
	font-size: 0.5em;
}
}




@media(max-width:400px) {

#calendar .firstevent, #calendar .midevent, #calendar .lastevent {
    width:80%;
}
#calendar .event-desc {
	font-size:5pt;
}
#calendar .weekdays li {
	font-size: 0.4em;
}
}





@media(max-width:320px) {

#calendar .firstevent, #calendar .midevent, #calendar .lastevent {
    width:80%;
}
#calendar .event-desc {
	font-size:4pt;
}
#calendar .weekdays li {
	font-size: 0.3em;
}
}





@media(max-width:298px) {
	#calendar {
		width: 100%;
	}
	
	#calendar .weekdays, #calendar .other-month {
		display: none;
	}
	
		#calendar li {
		height: auto !important;
		border: 1px solid #ededed;
		width: 100%;
		padding: 10px;
		margin-bottom: -1px;
	}
	
	#calendar .date {
		float: none;
	}
	
	#calendar .event {
		margin-top: 8px;
	}
}



  




#storyPosts h1 {
 font-size:12pt;
 font-weight:bold;
 text-align:left;
 margin:0px;
}


#storyPosts h6 {
 font-size:11pt;
 color: #698DAD;
 margin: 5px 0 25px 0;
 padding:0px;
 text-align:left;
}


#storyPosts .odd, #storyPosts .even {
 padding:15px;
 //border: solid 1px #eee;
}

#storyPosts .odd {

 background: #eee;
}

#storyPosts .post {

 font-size: 12pt;
}




#blogPosts h1, #blogPosts h5, #blogPosts h3 {
 color: #698DAD;
 padding-bottom: 8px;
 margin: 25px 0 15px 0;
 border-bottom: 1px dotted #CCCCCC;
}





#blogPosts h1  {
 font-size: 1.0em;
 text-align:left;
}



#blogPosts h5 {
 font-size: .85em;
 text-align:left;
}

 
.post {
 font-size:14pt;
 line-height:22px;
 margin: 15px 0;
}



.post hr { 
 height:6px;
 visibility:hidden;
 margin: 0px 0 -1px 0; 
}


.comments {

}

.comments h3 {
  color:#484848; 
  margin: 20px 0 15px 0;
}

.catPosts {
 font-size:12pt;
}




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












.sort {
 margin:20px 0 20px 0;
}



.body_wrapper {
 width:100%;
 overflow:hidden;
 position:relative;
}


.body_left {
 float:left;width:50%; 
}

.body_right {
 float:right;width:50%;
}

.bod, .bud {
 width:100%;
 overflow:hidden;
 position:relative;
}

.bud {
 background:#cdcdcd;
}


.bod_left {
 float:left;width:25%; 
}

.bod_right {
 float:right;width:75%;
}


.bid {
 font-size:14pt;
 font-weight:400;
 margin-top:-5px;
}


.more { 
 display: none;
 margin:30px 0;
}




.buttondown {

/* for firefox, safari, chrome, etc. */
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);/* For Opera*/
-khtml-transform: rotate(90deg);/* For Lunix*/
/* for ie */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);

}







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




.rates {
 margin:20px 0 0 30px;    
}


.rates li {
 line-height:28px;
 font-size:14pt;    
}

.rates li span {
  width: 100px; 
  float: right;
  text-align: left; 
}




/* end required for sticky footer */




.footer {
    border-top: #ddd solid 1px;
    background: #d6d6d6;
    background: transparent;
    color: #808080;
    height:50px;
    position: relative;
    //text-transform:uppercase;
    text-align:center;
    font-size:8pt;
}

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

#footerlinks li {
    display: inline;
    padding: 0px 1px;
    margin:0px;
}

#footerlinks li a, .footer p a {
    color:#000;
    font-size:8pt;
    font-family: 'Muli', Helvetica,sans-serif;
    margin:0px;
}

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


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

