@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Karla);
@import url(http://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%;
}


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


h3 {
 font-size:18pt;
 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-width:200px;height:auto;
}
.loader {
 visibility:hidden;
 
}

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

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



.spacer {
 width:100%;
}

.spacer30 {
 height:30px;
}
.spacer80 {
 height:80px;
}
.spacer150 {
 height:150px;
}
.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%);
}


.link {
    font-size: 12px;
    background: linear-gradient(#ffbc00 5%, #ffdd7f 100%);
    border: 1px solid #e5a900;
    color: #4E4D4B;
    font-weight: bold;
    cursor: pointer;
    width: 40px;
    border-radius: 5px;
    padding: 5px 5px;
    outline: none;
    margin-top: 20px;
    margin-left: 5px;
}

.link: hover {
  text-decoration:none;   
}

#rotating-item-wrapper {
	position: relative;
  	width: 350px;
    height: 250px;
    margin:40px auto;

}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
  left: 0;

}




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

#rotating-item-wrapper {

  	width: 300px;
    height: 214px;

}

}



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

#rotating-item-wrapper {

  	width: 280px;
    height: 200px;

}

}



.video {
 display:inline;
 float:right;
 margin:5px 0 10px 15px;
 width:400px;
 height:220px;   
    
}



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

.video {

  	width: 300px;
    height: 165px;

}

}

.desktop {
 display:block;
}



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

.desktop {
 display:none;
}


}




.row {
 margin:0px;
}

.wow, .row {
 background:transparent;
}






html, #container { 
  background: url(/img/test-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover; 
  background-size: cover; 
} 

#container {
 padding:0 25px 0 15px;
}


















#lead-area { 
text-align: left; 
} 


#lead-area.black .form input[type=submit] { 

	color: #453029; 
	text-shadow: 1px 1px #ffffff; 
} 
//#lead-area.black h1 { color: #FFFFFF; } 
//#lead-area.black h3 { color: #ffffff; } 
//#lead-area.black h4 { color:#ffffff; } 
#lead-area.black p.privacy { color: #a0a0a0; } 




#lead-area .content-opacity { 
	max-width: 995px; 
        margin: 20px auto;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);







	//border: 0 !important; 
	//margin: 20px auto; 
	//background: rgba(0, 0, 0, 0.5); 

	//padding: 40px; 
} 

#lead-area .form input.form-input { 
 font-size: 32px; 
 color: #525151; 
 font-weight: bold; 
 max-width: 466px !important; 
 width:100%;
 box-shadow: 0 3px 4px -1px #8c8c8c inset; 
 text-align: center; 
 padding-top: 15px !important; 
 padding-bottom: 10px !important; 
 margin-bottom: 10px; 
 height: auto !important; 
 line-height: normal !important; 
} 

.well-large { 
  padding: 24px; 
  -webkit-border-radius: 6px; 
  -moz-border-radius: 6px; 
   border-radius: 6px; 
} 




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

.well-large { 
  padding: 12px; 

} 

}




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

.well-large { 
  padding: 5px; 

} 

}






.lgarrow { 
 margin:20px 0; 
} 

.bottomText { 
margin-top:10px; 
color: #fff; 
font-size: 13px; 
text-align: center; 
} 










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



#forum h2 {
 font-size:22pt;
 color: #698DAD;
 margin-bottom:15px;
}


#forum h3 {
 font-size:16pt;
 color: #698DAD;
}


#forum h4 {
 font-size:14pt;
 color: #000;
 font-weight:bold;
 margin: 15px 0;
}



#storyPosts h1 {
 font-size:14pt;
 font-weight:bold;

}


#storyPosts h6 {
 font-size:11pt;
 color: #698DAD;
 margin: 5px 0 25px 0;

}


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

#storyPosts .odd {

 background: #eee;
}


#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.4em;
}



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

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








#sidebar {
 margin: 0px;
 padding:  0px;
 font-size:14pt;
}


#sidebar p {
 margin-left: 15px;
}

#sidebar ul {
 list-style:disc;
 margin-left:35px;
}

#sidebar ul li {
 line-height:22px;
}

#sidebar h3 {
    background-color: #FFFFFF;
    color: #B9160E;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight:bold;
}



#sidebar h3 {
    margin: 15px -45px 25px 0px;
    padding: 9px 0 9px 10px;
    -webkit-box-shadow: 0 1px 2px #AAAAAA;
    -moz-box-shadow: 0 1px 2px #AAAAAA;
    box-shadow: 0 1px 2px #AAAAAA;
}


#sidebar h3::after {
    content: url(/img/corner.png);
}
#sidebar h3::after {
    position: absolute;
    margin-top: 26px;
    right: -45px;
}


#sidebar img {
 margin-left: 15px;
}




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

#sidebar h3 {
    margin: 15px -33px 25px 0px;
    padding: 9px 0 9px 10px;
}

#sidebar h3::after {
    position: absolute;
    margin-top: 26px;
    right: -33px;
}

}




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

#sidebar h3 {
    margin: 15px -25px 25px 0px;
    padding: 9px 0 9px 0px;
}

#sidebar h3::after {
    position: absolute;
    margin-top: 26px;
    right: -25px;
}

}









#square {
 margin:25px 0 0 0;

}










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











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




.lawyers {
 width:100%; 
 margin:30px 0;
 position:relative;
}


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

.lawyer_left img {

  width:85%;  
  height:auto;
}

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

.lawyer_right h5 {
 font-size:14pt;
 font-weight:bold;
}










#preview {
  position:absolute;
  top:15px; 
  left:20px;
  padding: 20px;
  border:1px solid #dedede;
    border-radius: 10px;
    box-shadow: 0 0 15px #626F7E;

  background:#fff;  
  z-index:1000;
  
}


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

#preview {
    padding:5px;
}

}













/* 
  signupbox new 
*/ 


#signupbox {
 color:#fff;
}



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








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

















#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:#069059 solid 20px;
 border-top:#069059 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;
}











#message_box {
 max-width:900px;
 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 a {
 float: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-header { 
 margin:0 0 15px 0;color:#9e2800; 
}





.msg-wrapper {
 width:100%;
min-height:20px;
// height:80px;
// overflow: hidden;
 margin:0 auto;
 margin-bottom:20px;
 border:#000 solid 0px; 
}

.msg-left {
 float:left;
 max-width:600px;
 padding: 0px; 
 border:green solid 0px;
}

.msg-right {
 float:right;
 max-width:150px;
 padding: 0px 0px 0px 5px; 
 border:blue solid 0px;
}


.msg-wleft {
 float:left;
 width:665px;
 padding: 0px; 
 border:green solid 1px;
}

.msg-wright {
 float:right;
 width:150px;
 padding: 0px 0px 0px 5px; 
 border:blue solid 1px;
}





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

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





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









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

.upper p {
 padding:10px 0;
 //font-family:'Open Sans', sans-serif;
 //font-size:12px;
 //color: #000;
 text-align:center;
}













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

}


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






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




}

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


.header {
// min-height:240px;
 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;
}


}


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


.header img {
 height:40px;
}


}































.bottom {
  background-color:#F5F5F5;
  width:100%;
  height:85px;
}




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


.bottom {

  height:130px;
}


}








.list {
 margin:20px 0;    
    
}









.adverts {
  margin-bottom:80px;

}

.adverts img {        
  display:block;
  margin-left:auto;
  margin-right:auto;
}


.center-img {        
  display:block;
  margin-left:auto;
  margin-right:auto;
}


















/* 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);



 
}


nav {
 margin-top:10px;
 //height: 33px;
 min-height:33px;
 width: 500px;
 //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;
}
nav ul {
	padding: 0;
	//margin: 0 auto;
	//margin-left: 10%;

	//width: 600px;
	//height: 33px;
	//width: 90%;
	height: 33px;
}
nav li {
	display: inline !important;
	float: left;
}
nav 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;
}
nav 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;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active, nav a.active {
        text-decoration:none;
	//background-color: #08088A;






 color:#fb6a4a;


 //background:#1B5EAE;



}
nav a#pull {
	display: none;
}






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



	nav { 
  		height: auto;
                
  	}
  	nav ul {
                margin: 0 auto;
  		width: 100%;
  		display: block;
  		height: auto;
               height: 150px;
  	}
  	nav li {
  		//width: 50%;
  		//float: left;
  		//position: relative;
                  width: 100%;
  	}
  	nav li a {
		//border-bottom: 1px solid #576979;
		//border-right: 1px solid #576979;
	}
  	nav 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) {

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


		width: 100%;
		position: relative;
	}
	nav 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 : 400px) {
    
    nav {
        width:250px;
    }

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






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

.searchbox .box1, .searchbox .box2 {
  height:34px;
  font-size:18pt;
  text-align:left;
  margin:10px;

}

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

.searchbox .box1 {
  width:400px; 
  padding:5px;
}

.searchbox .box2 {
  width:300px;  
  padding:5px;
}




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

.searchbox .box1 {
  width:350px;  
}

.searchbox .box2 {
  width:200px;  
  
}



}





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


.searchbox .box1 {
  width:250px;  
}

.searchbox .box2 {
  width:100px;  
  
}

}



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


.searchbox .box1 {
  width:200px;  
}

.searchbox .box2 {
  width:100px;  
  
}

}






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

.searchbox {
 display:block; 
}

.searchbox .box1 {
  width:90%;  
}

.searchbox .box2 {
  width:90%;  
  
}

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

}


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

.searchbox {
 display:block; 
}

.searchbox .box1 {
  width:100%;  
}

.searchbox .box2 {
  width:100%;  
  
}


}







































#top-ad {
	width:auto;
	height: auto;
	background-color:#F5F5F5;
	padding:15px 0 25px 0;
}
.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.pages h1 {
    font-size: 22pt;
    font-weight: 400;
    margin: 20px 0;
}

div.pages h2 {
    font-size: 18pt;
    font-weight: 200;
    margin: 20px 0 15px 0;
}

div.pages p {
    font-size: 14pt;
    font-weight: 100;
    margin: 15px 0;
    text-align: justify;
}























#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;
//  background: red;
  -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;
 // color: red;

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















#shopper {
 margin:0px;
 background-image: url('/img/Nexxus-Merchants.jpg');
 background-repeat: no-repeat;
 width: 100%;
 height: 853px;
 background-size: cover;
 background-position: center top;
 color:#FFFFFF;

}

#shopper p {
 font-size:50px; 
}


.shopper {
 width:50%;
 padding:200px 20px 20px 20px;
}


#shopper .content-opacity {
   // max-width: 650px;
   // border: 0 !important;
    //margin: 20px auto;
    background: rgba(0, 0, 0, 0.5);
   // padding: 40px;
}
.well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}







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

#shopper {
 height:750px;
}

#shopper p {
 font-size:40px; 
}



}





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

#shopper {
 height:650px;
}


#shopper p {
 font-size:30px; 
}

.shopper {
 padding:150px 20px 20px 20px;
}

}




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

#shopper {
 height:450px;
}

#shopper p {
 font-size:20px; 
}

.shopper {
 padding:90px 20px 20px 20px;
}

}


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

#shopper {
 height:350px;
}

#shopper p {
 font-size:14px; 
}

.shopper {
 padding:60px 20px 20px 20px;
}

}



#content {
 background-color:#fff;
 background-image:url('/img/background.jpg');
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: center; 
 background-size: cover;
 padding: 35px 15px;
}


#content h1 {
 font-family: "Karla","Helvetica Neue",sans-serif;
 color: #fff;
 font-size: 21pt;
 font-weight: 800;
 margin-bottom: 45px;
// text-align: left;
 text-transform:uppercase;
}

#content h2 {
 color: #fff;
 font-size: 22pt;
 font-weight: 100;
 margin: 30px 0 20px 0;
// margin: 0 25px 15px 25px;
}

#content h3 {
 color: #fff;
}

#content p, #content ul {
 font-family: "Karla","Helvetica Neue",sans-serif;
 font-weight:100;
 color: #fff;
 font-size: 14pt;
 margin:30px 0;
 line-height:30px;
}


#content ul li {
  list-style:disc;    
  margin-left:40px;
}

.location {
  text-align:center;
  max-width:940px;
  margin:0 auto;
  width:100%;
  font-size:14pt;
  line-height:32px;
}

.locations {
  font-size:14pt;
  line-height:32px;  
}



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















#faqs {

 min-height: 150px;
 padding: 35px 15px;
}


#faqs h1 {
 font-size: 32pt;
 font-weight: 400;
 margin: 20px;
 text-align: center;
}


#faqs h3 {
 font-size: 18pt;
 font-weight: 800;
 margin: 20px 20px 15px 20px;
}

#faqs p {
 font-size: 14pt;
 font-weight: 100;
 margin: 15px 20px 15px 20px;
}


#signuppage {

 min-height: 150px;
 padding: 35px 15px;
}


#signuppage h1 {
 font-size: 32pt;
 font-weight: 400;
 margin: 20px;
 text-align: center;
}

#signuppage h5 {
 text-align:center;
 margin: 20px 0;
}


#signuppage p, #signuppage ul {
 font-size: 14pt;
 font-weight: 100;
 margin: 15px 20px 15px 20px;
}

#signuppage ul li {
 margin-left:50px;
 list-style:circle;
}



.btn-info:hover { 
  color: #333333; 
  text-decoration: none; 
  background-color: #e6e6e6; 
  *background-color: #d9d9d9; 
  /* Buttons in IE7 don't get borders, so darken on hover */ 
  background-position: 0 -15px; 
  -webkit-transition: background-position 0.1s linear; 
  -moz-transition: background-position 0.1s linear; 
  -o-transition: background-position 0.1s linear; 
   transition: background-position 0.1s linear; 
} 

.btn-info { 
  padding: 11px 19px; 
  font-size: 17.5px; 
  -webkit-border-radius: 6px; 
  -moz-border-radius: 6px; 
   border-radius: 6px; 
} 

.btn-info { 
  color: #ffffff; 
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); 
  background-color: #49afcd; 
  *background-color: #2f96b4; 
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4); 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4)); 
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4); 
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4); 
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4); 
  background-repeat: repeat-x; 
  border-color: #2f96b4 #2f96b4 #1f6377; 
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0); 
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
} 

.btn-info:hover, 
.btn-info:active, 
.btn-info.active, 
.btn-info.disabled, 
.btn-info[disabled] { 
  color: #ffffff; 
  background-color: #2f96b4; 
  *background-color: #2a85a0; 
} 

.btn-info:active, 
.btn-info.active { 
  background-color: #24748c \9; 
} 

.btn-info { 
text-shadow: 1px 1px 1px #44688a; 
font-size: 32px; 
font-weight: bold; 
height: auto !important; 
padding: 11px 0; 
max-width: 478px !important; 
width:100%;
} 


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

.btn-info { 
 font-size: 30px; 
}


}





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

.btn-info { 
 font-size: 22px; 
}


}




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

.btn-info { 
 font-size: 18px; 
}


}





#finditholder {
 min-height:650px;

}


#finditholder p {
 font-size:14pt;
 margin: 0 auto;
 width: 350px;
 padding: 120px 0 20px 0;
}



#findit {
    margin: 0 auto;
    width: 450px;
    border: #9e2800 solid 0px;
    padding: 120px 0 20px 0;
}

.findit {
 width:375px;
 height:36px;
 font-size:14pt;
 padding:3px; 
 background:#cdcdcd;

}

#findit_msg {
 width:100%;
 height:28px;
 margin:10px 0 0 0;
 font-size:1.2em;
}





#results {
 margin-top:20px;

}



#datum {
  list-style:none; 
  max-width:940px;
  margin: 0 auto;
}
#datum a {
 text-decoration:none; 
}


.data { margin:15px 0; }
.data label { position: absolute; text-align:left; max-width:300px;   }
.data label a { color:#000; font-size:14pt; font-weight:800; color:#000; }
.data input, .data textarea { margin-left: 240px; }
label.check, label.radio { position:relative; text-align:left; }
.data span { text-align:right; font-size:12pt; width:440px; margin-left:260px; line-height:26px;}
.data field { float:right;margin-right:0px; font-size:14pt; color:#9e2800; }








#about {
 width:100%;
 min-height:450px;
 background-color:#404040;
 color:#fff;

}

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

#about .big {
    text-align: right;
    font-weight: 300;
    font-size: 60px;
    line-height: normal;
    margin-left: 35px;
}



#about h1, #contactholder h1 {
 padding-bottom: 20px;
 line-height: 40px;
 font-size: 45px;
 text-transform: uppercase;
 padding-top: 55px;
 text-align:center;
}


.basic h1 {
  font-size:28pt;
  font-weight:800;
  margin: 15px 0;
}

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







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

}






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

}





p.cstring {
 font-size:15pt;
 color:white;
 margin:20px 0;
 background:#000;
 border-left:#556655 solid 4px;
 border-right:#887766 solid 4px;
 border-bottom:#ddccbb solid 4px;
 border-top:#ccccbb solid 4px;
 padding:8px;
 max-width:912px;
 width:100%;
}

#form_letter p {
 font-size: 1.3em;
 font-family: Georgia,"Times New Roman",Times,serif;
 line-height: 22px;
 text-align:justify;
 max-width:912px;
 width:100%;
}







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

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

#signupbox .top_right { 
 width:160px; 
} 


#signupbox .left_top { 
 width:110px; 
} 

#signupbox .right_top { 
 width:210px; 
} 



}






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


}











.legal {
    margin: 0 auto;
    padding: 0 15px;
    font-family: 'Source Sans Pro', Verdana,Arial,Helvetica,sans-serif;
}


.legal h1, .legal h2 {
    margin: 20px 0px 20px;
    padding: 0px 0px 8px;
    font-weight: normal;
}

.legal h1 {
    font-size: 2.1em;
    padding-bottom: 8px;
}

.legal h2 {
    font-size: 1.5em;
    line-height: 1.6em;
    margin-top: 5px;
}


.legal p, .legal ul {
    font-size: 1.3em;
    margin: 0.9em 0px;
    line-height: 1.5em;
    text-align: justify;
    color: #666666;
}






.view {
 width:100%;

}




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









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

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



#next {
 max-width:900px;
 margin:0 auto;
 text-align:right;
 padding:0 25px;
}











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





/* button 
---------------------------------------------- */ 
.button { 
 display: inline-block; 
 zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */ 
 *display: inline; 
 vertical-align: baseline; 
 margin: 0 2px; 
 outline: none; 
 cursor: pointer; 
 text-align: center; 
 text-decoration: none; 
 font: 14px/100% Arial, Helvetica, sans-serif; 
 padding: .2em .5em .25em; 
 text-shadow: 0 1px 1px rgba(0,0,0,.3); 
 border-radius:5px; 
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  -khtml-border-radius: 5px; 
 box-shadow: 0 1px 2px rgba(0,0,0,.2); 
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); 
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); 
  padding:8px; 
} 
.button:hover { 
	text-decoration: none; 
} 
.button:active { 
	position: relative; 
	top: 1px; 
} 

.bigrounded { 

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

} 
.medium { 
	font-size: 12px; 
	padding: .4em 1.5em .42em; 
} 
.small { 
	font-size: 11px; 
	padding: .2em 1em .275em; 
} 

/* color styles 
---------------------------------------------- */ 


/* gray */ 
.gray { 
	color: #e9e9e9; 
	border: solid 1px #555; 
	background: #6e6e6e; 
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757)); 
	background: -moz-linear-gradient(top,  #888,  #575757); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757'); 
} 
.gray:hover { 
	background: #616161; 
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b)); 
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b'); 
} 
.gray:active { 
	color: #afafaf; 
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888)); 
	background: -moz-linear-gradient(top,  #575757,  #888); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888'); 
} 




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

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

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








