a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,canvas,video { 
  display: inline-block; 
  *display: inline; 
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html { 
  font-size: 100%; 
  -webkit-text-size-adjust: 100%; 
  -ms-text-size-adjust: 100%;
}
a { 
  text-decoration:none;
}
a:focus { 
  outline: thin dotted #333; 
  outline: 5px auto -webkit-focus-ring-color; 
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}
img { 
  width: auto\9; 
  height: auto; 
  max-width: 100%; 
  vertical-align: middle; 
  border: 0; 
  -ms-interpolation-mode: bicubic;
}
button {
  cursor: pointer;
}

@font-face {
    font-family: 'pt_serifregular';
    src: url('../fonts/PTF55F-webfont.eot');
    src: url('../fonts/PTF55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTF55F-webfont.woff') format('woff'),
         url('../fonts/PTF55F-webfont.ttf') format('truetype'),
         url('../fonts/PTF55F-webfont.svg#pt_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body { 
  margin: 0 auto; 
  font-family: 'PT Serif', serif;
  font-size: 16px;
  line-height: 26px;
  color: #616161;
  background: url(../img/body-bg.jpg);
}
a { 
  color: #686574;
  text-decoration: none; 
  transition: ease-out color .5s;}
a:hover,
a:focus {  
  color: #000; 
  text-decoration: none;
}
em,
strong { 
  font-weight:bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul {
  list-style: none;
}
.clearfix {
  *zoom: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  
  font-family: 'pt_serifregular';
  color: #7e6333;
  

}

h1 {
  font-size: 38px;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clr {
  clear: both;


}
.pull-left {
  float: left!important;
}
.pull-right {
  float: right!important;
}
.lead {
  font-size: 20px;
  line-height: 24px;
  
}

.lead1 {
  color: #917542;
  font-size: 28px;
  line-height: 42px;
}
.text-center{
  text-align: center!important;
}
.text-left{
  text-align: left!important;
}

.text-right{
  text-align: right!important;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-50{
  padding: 50px;
}

p {
  margin-bottom: 20px;
}
.row { 
  margin-left: -20px; 
  *zoom: 1;
}
.row:before,
.row:after { 
  display: table; 
  line-height: 0; 
  content: "";
}
.row:after {
  clear: both;
}
[class*="grid"] { 
  float: left; 
  min-height: 1px; 
  margin-left: 20px;
}
.container { 
  width: 960px;
}
.grid12 {
  width: 940px;
}
.grid11 {
  width: 860px;
}
.grid10 {
  width: 780px;
}
.grid9 { 
  width: 700px;
}
.grid8 {
  width: 620px;
}
.grid7 {
  width: 540px;
}
.grid6 {
  width: 460px;
}
.grid5 {
  width: 380px;
}
.grid4 {
  width: 300px;
}
.grid3 {
  width: 220px;
}
.grid2 {
  width: 140px;
}
.grid1 {
  width: 60px;
}

.container { 
  margin-right: auto;  
  margin-left: auto; 
  *zoom: 1;
}
.container:before,
.container:after { 
  display: table; 
  line-height: 0; 
  content: "";
}
.container:after { 
  clear: both;
}
/* Header section 
---------------------------------------------------------------------------*/
.header {
  background: url(../img/header-bg.jpg);
  border-top: 4px solid rgba(126, 99, 51, .5);

}

.nav { 
  width: 100%;
  float: left;


}
.nav ul {
  background: url(../img/top-nav-li-bg.jpg) no-repeat left;	
  padding-left: 2px;
  height: 61px;

}
.nav ul li{
  background: url(../img/top-nav-li-bg.jpg) no-repeat right;
  float: left;
  padding-right: 2px;
}
.nav ul li a{
  line-height: 61px;
  display: block;
  padding: 0 14px;
  font-size: 12px;
  text-transform: uppercase;
  color: #9e814c;
  -webkit-transition: background linear 1s;
  -moz-transition: background linear 1s;
  transition: background linear 1s;
}
.nav ul li a:hover,.nav ul li a.selected {
  background: rgba(255, 255, 255, .7);
  color: #c4b492;
  
}

.logo-container {
  background: url(../img/shdow.png) repeat-x;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 1);
  padding-bottom: 17px;
}

.logo-container a span{
  display: block;
}
.header-strip {
  background: url(../img/header-strip.jpg) repeat-x;
  height: 34px;
}

.header-strip-content {
  border-right: 1px solid #b19d73;

  width: 100%;
  min-height: 34px;
  height: auto!important;

}

.header-strip-content-left {
  width: 59%;
  float: left;
}
.header-strip-content-right {
  width: 41%;
  float: right;
}
.header-strip-social {
  float: left;
  border-left: 1px solid #b19d73;
}

.header-strip-social ul {
}
.header-strip-social ul li{
  border-right: 1px solid #b19d73;
  float: left;
}
.header-strip-social ul li a{
  line-height: 22px;
  padding: 6px 9px;
  display: block;
  width: 22px;


}
.header-strip-social ul li a.rss1 {
  background: url(../img/header-strip-rss.png) no-repeat 9px 6px;
  
}
.header-strip-social ul li a.tweet1 {
  background:url(../img/header-strip-twiiter.png) no-repeat 9px 6px;
}
.header-strip-social ul li a.fb1 {
  background: url(../img/header-strip-facebook.png) no-repeat 9px 6px;
}

.header-strip-login { 
  float: left; 
  padding: 3px 0 2px 18px;

}

.header-strip-login span a{
  background: url(../img/header-strip-member-login-bg.png) no-repeat left;
  padding-left: 29px;
  font-size: 14px;
  color: #7e6333;
  text-transform: uppercase;
  line-height: 27px;
  margin-right: 18px;
  text-shadow: 1px 1px 1px rgba(255,255,255,.5);
  
}

.header-strip-login input[type="submit"],.header-strip-login a.submit1 {
  background: url(../img/subscription-btn-bg.jpg) repeat-x;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 27px;
  height: 27px;
  border: 1px solid rgba(255,255,255,0.5);
  padding: 0 15px;
  font-family: 'PT Serif', serif;
  text-shadow: 1px 1px 1px rgba(102,102,102,0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;

}
.ie8 .header-strip-login input[type="submit"] {
  border: none;
}

.header-strip-search {

  float: left; 
  padding: 0px 0;
}

.header-strip-search input[type="text"] {
  border: 1px solid #b4a37f;

  width: 210px;
  padding: 5px;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #b1a282;
  font-family: 'PT Serif', serif;
  font-style: italic;
  background:rgba(255,255,255,.5) url(../img/search-icon.png) no-repeat 199px 6px;
  
}

.header-strip-gsearch {
  float: left;
  line-height: 0;
  padding: 9px 12px 9px 12px;
}

.header-strip-contact-text {
  
}
.header-strip-contact-text p {
  line-height: 34px;
  padding-left: 16px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(255,255,255,.5);
  float: left;
}

.header-strip-contact-text a{
    background: url(../img/subscription-btn-bg.jpg) repeat-x;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 27px;
  border: 1px solid rgba(255,255,255,0.5);
  padding: 0 15px;
  font-family: 'PT Serif', serif;
  text-shadow: 2px 2px 2px rgba(102,102,102,.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  margin: 0px 0 2px 16px;
  display: inline-block;
  margin: 3px 0 2px 16px;
  

 
}
/* Banner Section 


---------------------------------------------------------------------------*/
.banner {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #e3dbcc;
  margin:24px 0;
  /*margin-top: 30px;*/
 

}

.banner-inner {
  border-top:1px solid #fff;
  border-bottom: 1px solid #e3dbcc;
  padding: 6px 0;
}

.home-content {
  background: url(../img/content-top-bg.png) no-repeat top;
  padding-top: 30px;
  float: left;
  width: 100%;

}

.home-content hgroup {
  margin-bottom: 24px;
}
.home-content h1, .home-content h2 {
  text-align: center;
  text-transform: uppercase;

}

.home-content h1 {
  font-size: 29px;
  color: #e2c72b;
  line-height: 1.2;
 
}
.home-content h2 {
  font-size: 38px;
  color: #7e6333;
  line-height: 1.2;

}

.home-content p{
  margin-bottom: 14px;
}

.home-content em {
  text-align: center;
  color: #7e6333;
  font-family: 'pt_serifregular';
  font-weight: bold;
  display: block;


  
}

.calendar-ad {
}
.home-ad{
  float: left;
  width: 291px;
  margin: 0px 39px 38px 0;
}

.home-ad h3 { 
  font-size: 18px; 
  font-weight: normal; 
  margin-bottom: 5px; 
  border-top: 1px solid #ccc; 
  color: #333; 
  text-transform:uppercase;
 }
.home-calendar {
  background: rgba( 255,255,255,.5);
  border-radius: 5px;
  width: 100%;
  padding: 20px 15px 20px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 115px;
  box-shadow: 0 0 3px 0px rgba( 0,0,0,.1);
  margin: 24px 0;
  
  
}

.home-calendar-custom {
  width: 100%;
  float: left;
}

.home-calendar h3{
  color: #7e6333;
  font-size: 26px;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
  line-height: 1.2;}
.home-calendar h3 span {
  border-bottom: 1px solid #e3dbcc;
  display: block;
  padding-bottom: 15px;
}

.event-details {
  font-size: 14px;
  line-height: 21px;
  margin-top: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 1px 0 #fff; 
}
.event-details p {
  margin-bottom: 20px;
  color: #7e6333;
  word-wrap:break-word;

}
   
.event-details h4 {
  font-size: 14px;
    color: #7e6333;
	margin-bottom: 4px;
	
}
.event-details-btn{  line-height:22px; height:22px; padding:0 8px; display:block; float:left; border-radius:3px; background-color:#FAF6DE; color: #DCC014; font-size:12px; margin-top:10px; margin-bottom:20px; }

.event-details-btn:hover{ color:#FAF6DE ;background-color:#DCC014;}
.m-right-8 {
 margin-right:8px;}
.dborder { 
border-top: 1px solid #e3dbcc;
border-bottom: 1px solid #fff;
display: block;
}
/* footer Section 
---------------------------------------------------------------------------*/
.footer-container {
  background: url(../img/footer-bg.jpg) ;
  margin-top: 30px;
  border-top: 2px solid rgba(160,148,119,.5);
 
}

.subscription-container {
  background: rgba(0,0,0,.05);
  height: 67px;
  padding: 21px 0px;
}
.subscription-box {
    background: rgba( 255,255,255,.03);
    border-radius: 5px;
	width: 453px;
	float: left;
	padding: 14px 30px;
	border: 1px solid rgba(169,155,124,1);
}
.subscription-box input[type="text"] {
  border: 1px solid #b4a37f;
  background: rgba(255,255,255,.3);
  width: 297px;
  padding: 10px 5px 11px;
  float: left;
  margin-right: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  
}

.subscription-box input[type="submit"] {
  background: url(../img/subscription-btn-bg.jpg) repeat-x;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 37px;
  height: 37px;
  border: 1px solid rgba(255,255,255,0.5);
  padding: 0 20px;
  font-family: 'PT Serif', serif;
  text-shadow: 1px 1px 1px rgba(102,102,102,0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
   
}

.ie8 .subscription-box input[type="submit"]{
  border:none;
}

.subscription-text {
  line-height: 28px;
  font-style: italic;
  font-size: 20px;
  font-family: 'pt_serifregular';
  margin-left: 40px;
  padding: 6px 0 5px;
  float: left;
  width: 405px;
  color: #7e6333;
}


.fdborder { 
border-top: 1px solid #938463;
border-bottom: 1px solid rgba( 255,255,255,.3);
display: block;
}

.fdborder1 { 
border-top: 1px solid #b2a382;
border-bottom: 1px solid rgba( 255,255,255,.3);
display: block;
}

.f-nav {
  padding-top: 29px;
  padding-bottom: 28px; 
  height: 56px;
}

.f-nav ul {

}

.f-nav ul li{
 float: left;
 display: inline-block;
 text-align: center;
 padding: 0 24px;
}

.f-nav ul li a{

  color: #443c2b;
  font-size: 16px;
  line-height: 18px;
  display: block;
  text-shadow: 1px 1px 1px rgba(2555,255,255,.5);
  text-align: center;


}

.f-nav ul li a span {
  display: block;
   height: 17px;
   margin-bottom: 21px;
}
.f-nav ul li a img {
  display: inline-block;
  
}

.f-nav ul li a:hover {
  color: #7f7255;  
  font-size: 16px;
  line-height: 18px;
  display: block;
  text-shadow: 1px 1px 1px rgba(2555,255,255,.5);
  text-align: center;


}

.f-social-container {
  padding: 29px 0 36px;
  float: left;
}

.f-social {
  width: 666px;
  float: left;
  padding: 22px 0;
}

.f-social ul {

}
.f-social ul li{
  float: left;
  margin-right: 47px;
}

.f-social ul li a{
  padding-right: 65px;
  color: #7e6333;
  line-height: 59px;
  font-size: 22px;
  font-family: 'pt_serifregular';
  display: block;
  transition: background-image ease-in 2s;
}

.f-social ul li a:hover{
 color: #998052;
 
}


.f-social ul li a.fb {
  background: url(../img/fb-hover.png) no-repeat right;
}
.f-social ul li a.tweet {
  background: url(../img/tweet-hover.png) no-repeat right;
}

.f-social ul li a.likedin {
  background: url(../img/rss-hover.png) no-repeat right;
}


.f-social ul li a.fb:hover {
  background: url(../img/fb.png) no-repeat right;
}
.f-social ul li a.tweet:hover {
  background: url(../img/tweet.png) no-repeat right;
}

.f-social ul li a.likedin:hover {
  background: url(../img/rss.png) no-repeat right;
}

.f-download {
  background: url(../img/f-download-bg1.png) no-repeat;
  border: 4px solid rgba(255,255,255, 0.5);
  box-shadow: 0 0 5px rgba(0,0,0,.2);
  border-radius: 5px;
  width: 286px;
  height: 71px;
  text-align: center;
  padding: 17px 0px 6px;
  float: left;
  opacity: .8;
}
.f-download:hover {
  opacity: 1;
}
.f-download h6{
  font-size: 26px;
  line-height: 20px;
  color: #7e6333;

}
.f-download span {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  margin: 3px 0px;
  display: block;
}

.footer {
  line-height: 54px;
  font-size: 12px;
  color: #7e6333;
}

/* Inner Section 
---------------------------------------------------------------------------*/

.inner-header {
  background: url(../img/footer-bg.jpg) repeat;
  padding-bottom: 11px;
}

.inner-header h1 {
  padding: 36px 0px;
  text-align: center;
  color: #7e6333;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
.inner-header-bottom {
  margin-bottom: 11px;
}

/* Contact Section 
---------------------------------------------------------------------------*/
.content {
  margin-top: 40px;
  /*font-family: Arial, Helvetica, sans-serif;*/
}

.content-9 {
  width: 626px;
  float: left;
}
.content-aside {
  margin-left: 40px;
  width: 294px;
  float: left;
}
/*.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6{
  font-family: Arial, Helvetica, sans-serif;
  
}*/
.contact-form {

  border-radius: 5px;
  padding: 40px 54px 40px 45px;
  float: left;
  
  box-shadow: 0 0 3px 0px rgba( 0,0,0,.1)
}

.contact-form input[type="text"] {
  line-height: 42px;
  height: 42px;
}
.contact-form textarea {
  line-height: 24px;
  height: 100px;
  width: 100%;
}

.submit {
  width: 100%;
  float: left;
}
.submit.contact-form-submit {
    padding: 30px 0 68px;
	text-align: center;
}

.submit input[type="submit"],
.submit input[type="reset"],
.submit a{
  background: #8bb143;
  font-size: 21px;
  color: #fff;
  border: 1px solid #80a638;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding:11px 42px;
  cursor: pointer;
}
.contact-form label{
  display: block;
  line-height: 20px;
  font-size: 20px;
  color: #917542;
  margin-left: 5px;
  margin-bottom: 11px;
}

.form-row,
.form-row1,
.contact-form .form-row,
.contact-form .form-row1 {
  margin-bottom:11px;
  width: 100%;
  float: left;
}



.form-row input[type="text"], select,
 textarea {
 line-height: 20px;
 height: 20px;
 padding: 9px 6px;

}


.form-row select
 {
 line-height: 20px;
 height:40px;
 padding: 9px 6px;

}

.submit.contact-frm-submit {
    padding:3px 0 20px;
	text-align: center;
}

.contact-form-left {
  width: 329px;
  float: left;
  margin-right: 52px;
}

.contact-form-right {
  width: 479px;
  float: left;

}


 input[type="text"], 
 input[type="password"],
 select,
 textarea { 
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
   -moz-background-clip:padding;
   -webkit-background-clip:padding-box;
   background-clip:padding-box;
   -webkit-box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.1);
   -moz-box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.1);
   box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.1);
   width:98%;
   color:#888;
   font-size:14px;
   padding:0;
   border: 1px solid rgba(221,192,20,.42);}
   
 .address-container {
   background: url(../img/content-top-bg.png) no-repeat;
   padding-top: 50px;
   width: 100%;
   float: left;
   font-size: 14px;
   color: #917542;
   line-height: 21px;
 }
 
.address-container-block {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.address-container-block h3 {
  border-bottom: 1px solid #e5e1b3;
  line-height: 32px;
  min-height: 40px;
}
.address-container-block span {
  display: block;
  font-weight: bold;
  
}

.map-container {
  margin-top: 47px;
  float: left;
  width: 100%;

}

.blog-container {

  width: 100%;
  float: left;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
  -webkit-box-shadow: 0 0 3px 0px rgba( 0,0,0,.1);
  -moz-box-shadow: 0 0 3px 0px rgba( 0,0,0,.1);
  box-shadow: 0 0 3px 0px rgba( 0,0,0,.1);
  min-height: 270px;
  margin-top: 20px;
}

.blog-content {
	padding: 30px;

}

.inner-sub-header {
  
}
.inner-sub-header h2 {
  font-size: 29px;
  background: url(../img/inner-sub-header-bg.png) no-repeat bottom;
  padding-bottom: 49px;
  text-transform: uppercase;
  color: #202020;

}

.inner-sub-header select {
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
   -moz-background-clip:padding;
   -webkit-background-clip:padding-box;
   background-clip:padding-box;
   -webkit-box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.1);
   -moz-box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.1);
   box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.1);
   width:140px;
   color:#888;
   font-size:14px;
   padding:8px 12px;
   border: 1px solid rgba(221,192,20,.42);

}


.quick-links {
  margin-bottom: 53px;
}

.quick-links h2 {
  font-size: 20px;
  background: url(../img/quick-links-h2-bg.png) no-repeat bottom;
  padding-bottom: 49px;
  text-transform: uppercase;
}

.quick-links ul {

}
.quick-links ul li{

}

.quick-links ul li a{
  
  display: block;
  padding: 13px 0;
  color: #2f2f2f;
  border-bottom: 1px solid #e5e1b3;
}
.quick-links ul li a:hover {
  color: #000;
}

.aside-social {
  border-top: 1px solid #e5e1b3;
  border-bottom: 1px solid #e5e1b3;  
  padding: 22px 0px;
  text-align: center;
  width: 100%;
  float: left;

}

.aside-social ul{

}
.aside-social ul li {
  display: inline-block;
}

.aside-social ul li a{
  width: 55px;
  height: 59px;
  margin: 0 5px;
  display: inline-block;
  text-indent:-111111111111px;
}



.aside-social ul li a.fb {
  background: url(../img/fb-hover.png) no-repeat right;
}
.aside-social ul li a.tweet {
  background: url(../img/tweet-hover.png) no-repeat right;
}

.aside-social ul li a.likedin {
  background: url(../img/rss-hover.png) no-repeat right;
}
.aside-social ul li a.fb:hover {
  background: url(../img/fb.png) no-repeat right;
}
.aside-social ul li a.tweet:hover {
  background: url(../img/tweet.png) no-repeat right;
}

.aside-social ul li a.likedin:hover {
  background: url(../img/rss.png) no-repeat right;
}
.connect-container {
  margin: 46px 0;
  text-align: center;
  float: left;
  width: 100%;
    -webkit-transition: background linear 5s;
  -moz-transition: background linear 5s;
  transition: background linear 5s;
}

.connect-container a { 
  display: inline-block;
  background: url(../img/connect-bg.png) no-repeat;
  line-height: 78px;
  width: 230px;
  text-align:center;
  display: inline-block;
  color: #755c2f;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
  font-size: 24px;
  opacity:0.7;



}
.connect-container a:hover {
  background: url(../img/connect-bg-hover.png) no-repeat;
  opacity:1.0;



}

.black-shadow {
  background: rgba( 255,255,255,.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 3px 0px rgba( 0,0,0,.1) ;
  float: left;
  width: 100%;
}

.edit-profile {
  padding: 55px 39px 41px;
  float: left;
}

.edit-profile-aside {
  float: left;
  width: 156px;
  margin-right: 24px;
}

.edit-profile-form {
  width: 406px;
  float: left;
  margin-top: 42px;
}

.edit-profile-form input[type="text"]{
  line-height: 38px;
  height: 38px;
  padding: 0 6px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.edit-profile-form .form-row {
  margin-bottom:14px;
  overflow: hidden;
}
.edit-profile-aside-img {
  border: 4px solid #ececec;
}

.green-btn-small {
   background: #8bb143;
  font-size: 12px;
  color: #fff;
  border: 1px solid #80a638;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding:3px 12px;
  line-height: 15px;

}

.green-btn-medium {
   background: #8bb143;
  font-size: 14px;
  color: #fff;
  border: 1px solid #80a638;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding:6px 24px;
  line-height: 26px;

}
.edit-profile-content {
  width: 699px;
  float: left;
}

.edit-profile-form input[type="checkbox"]{
  border: 1px solid #f00!important;
  margin-top: 8px;
  float: left;
  margin-right: 5px;

}

.edit-profile-content-nav {
  background: url(../img/edit-profile-content-nav-bg.jpg) repeat-x;
  padding: 6px 0 5px;
  overflow: hidden;
}

.edit-profile-content-nav ul {}
.edit-profile-content-nav ul li {
  float: left;

}
.edit-profile-content-nav ul li a{
 padding: 4px 16px;
 display: block;
 color: #fff;
 border-right: 1px solid #b19d73;
}
.edit-profile-content-nav ul li a:hover{

}

.form-col-3 {
  width: 31%;
  margin-right: 3%;
  float: left;
  
}
.form-col-3 input[type="text"],
.form-col-3 select {
    line-height: 20px; 
  padding: 6px 4px;      
}


.form-col-2 { 
 width: 48%;
 margin-right: 3%;
 float: left;
}

.m-right-0 {
  margin-right: 0!important;
}

.edit-profile-check-label {
  font-size: 14px;
}
.edit-profile-check-text {
  color: #81a63a;
  font-weight: bold;
}


.br-bottom-table-wrap{
  padding: 0 2%;
  width: 96%;
  float: left;


}

.br-bottom-table {
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px;
 

}

.br-bottom-table table {
  width: 100%;

}
.br-bottom-table tr th {
  color: #7e6333;
  border-bottom: 1px solid #b2a58a;
  text-align: left;
  padding: 16px 1px 16px;
    font-weight: normal;

}
.br-bottom-table tr {
  border-bottom: 1px solid #ece9c8;
}
.br-bottom-table tr td {
  vertical-align: top;
  font-size: 14px;
  padding: 11px 1px 9px;
  color: #917542;
}

.td-custom {
  width: 45%;
}
.d-block {
  display: block;
}

.space-bold {
  margin-bottom: 20px;
  font-weight:bold;
}

.text-container {
  padding: 20px;
}

.content-col-2 {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.content-col-3 {
  float: left;
  width: 32%;
  margin-right: 2%;
}

.login-container {
  padding: 50px 45px;
}

.login-container a {
  text-decoration: underline;
}

.login-container a:hover {
  text-decoration: none;
  color: #9fdb30;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 100px;
  line-height: 32px;
  text-align: right;

}

.form-horizontal .control-label1 { 
  width: 180px;
  float: left;
  line-height: 32px;

}

.form-horizontal .controls1 {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 200px;
  *margin-left: 0;
}

.form-horizontal .controls1 input[type="text"],
.form-horizontal .controls1 input[type="password"],
.form-horizontal .controls select{ 
  line-height: 20px; 
 
}



.select-small { width: 120px;}


.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 120px;
  *margin-left: 0;
}

.form-horizontal .controls input[type="text"],
.form-horizontal .controls input[type="password"] { 
  line-height: 20px; 
  padding: 6px 4px;
}



.steps {
  margin-bottom: 30px;
}

.steps-form-container {
  padding:30px 85px 30px 76px;
}


.m-bottom-20 {
  margin-bottom: 20px;
  
  
}
.m-top-20 { margin-bottom: 20px;}
.m-top-15 { margin-bottom: 15px;}
.m-top-10 { margin-bottom: 10px;}

.title {

}
.title div {
  margin-right: 5px;
}
.title input[type="radio"] {
  display: inline-block;
  margin-right: 6px;
  float: left;
  margin-top: 9px;

}

.gray-white-shadow { 
  background: url(../img/content-top-bg.png) no-repeat top;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: 'pt_serifregular';
}

.separtor-shadow {
  background: url(../img/separator-shadow.png) no-repeat -30px 0;
  padding-left: 10px;
  min-height: 300px;
}

.lead-black {
  color: #262625;
  font-size: 28px;
  line-height: 42px;
}
.text-content1 {
  color: #917542;
}

.text-content1 ul ,.text-content1 table{
  margin-bottom: 16px;
 
}

.text-content1 table {
  border-top: 1px solid #cabfac;
  

}
.text-content1 table tr{
  border-bottom: 1px solid #cabfac;
  border-left: 1px solid #cabfac;
}

.text-content1 table tr td {
  border-right: 1px solid #cabfac;
  padding: 5px;

}


.input-radio {
  float:left; 
  margin-right: 5px; 
  margin-top: 8px;
}

.warning {
  color: #f00;
}

.thanks-msg {
  overflow: hidden;
  font-size: 22px;
  
}

.thanks-msg img{
  margin-right: 40px;
  float: left;
  margin-left: 150px;
  margin-bottom: 60px;

}









/* Vertical Accordion Style */
.va-container{
	position:relative;
	margin:0px auto 0 auto;
	
}
.va-wrapper{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	background:#000;
}
.va-slice{
	cursor:pointer;
	position:absolute;
	width:100%;
	left:0px;
	overflow:hidden;
}
.va-slice-1{
	background:#000 url(../img/banner-1.jpg) no-repeat center center;
}
.va-slice-2{
	background:#000 url(../img/banner-2.jpg) no-repeat center center;
}
.va-slice-3{
	background:#000 url(../img/banner-3.jpg) no-repeat center center;
}
.va-slice-4{
	background:#000 url(../img/banner-4.jpg) no-repeat center center;
}
.va-slice-5{
	background:#000 url(../img/banner-5.jpg) no-repeat center center;
}

.va-slice-color-1{
	background-color:#97c5eb;
}
.va-slice-color-2{
	background-color:#68ace5;
}
.va-slice-color-3{
	background-color:#0072cf;
}
.va-slice-color-4{
	background-color:#0039a6;
}
.va-slice-color-5{
	background-color:#00338e;
}
.va-slice-color-6{
	background-color:#002c76;
}
.va-slice-color-7{
	background-color:#002144;
}
.va-title{
	  font-family: 'pt_serifregular';
	text-transform:uppercase;
	font-size:24px;
	margin-left:20px;
	color:#fff;
	text-shadow: 0px 0px 1px white;
}

.va-title span {
  font-size: 18px;
  font-weight: normal;
  margin-right: 12px;
  display: none;
}
.va-content{

	margin:-20px 20px 0;
	padding: 20px 10px 20px 10px;
	float: left;
	
	background: rgba(255,255,255,0.8);
	height: 200px;
	overflow: auto;
	
}
.va-slice p{
	font-size: 14px;
	font-family: 'pt_serifregular';
	  


}

.va-slice p a {
  text-decoration: underline;
  color: #000;
  
}
.va-slice p a:hover {
  text-decoration: none;
  color: #666;
}
.va-slice ul{
	margin-top:20px;
}
.va-slice ul li{
	float:left;
	margin:0px 2px;
}
.va-slice ul li a{
	color:#000;
	background:#eede2f;
	padding:3px 6px;
	font-size:14px;
	font-family:'PT Sans', sans-serif;
	text-transform:uppercase;
}
.va-slice ul li a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.va-nav span{
	width:40px;
	height:25px;
	background:transparent url(../img/prev.png) no-repeat center center;
	position:absolute;
	top:-35px;
	left:50%;
	margin-left:-20px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	display:none;
	z-index:100;
}
.va-nav span.va-nav-next{
	background-image:url(../img/next.png);
	top:auto;
	bottom:-35px;
}
.va-nav span:hover{
	opacity:1.0;
}







.mCSB_container{
	width:auto;
	margin-right:30px;
	overflow:hidden;
}
.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
}
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar{
	margin-right:30px;
}
.mCustomScrollBox>.mCSB_scrollTools{
	width:16px;
	height:100%;
	top:0;
	right:0;
}
.mCSB_scrollTools .mCSB_draggerContainer{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0; 
	height:auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin:20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail{
	width:2px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_scrollTools .mCSB_dragger{
	cursor:pointer;
	width:100%;
	height:30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	text-align:center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
	display:block;
	position:relative;
	height:20px;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
}
.mCSB_scrollTools .mCSB_buttonDown{
	top:100%;
	margin-top:-40px;
}
/* horizontal scrollbar */
.mCSB_horizontal>.mCSB_container{
	height:auto;
	margin-right:0;
	margin-bottom:30px;
	overflow:hidden;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
	margin-bottom:0;
}
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
	margin-bottom:30px;
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{
	width:100%;
	height:16px;
	top:auto;
	right:auto;
	bottom:0;
	left:0;
	overflow:hidden;
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin:0 20px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:2px;
	margin:7px 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{
	width:30px;
	height:100%;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
	display:block;
	position:relative;
	width:20px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
	float:left;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
	margin-left:-40px;
	float:right;
}
.mCustomScrollBox{
	-ms-touch-action:none; /*MSPointer events - direct all pointer events to js*/
}

/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox>.mCSB_scrollTools{
	opacity:0.75;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCustomScrollBox:hover>.mCSB_scrollTools{
	opacity:1;
	filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; /* old ie */
}
.mCSB_scrollTools .mCSB_draggerRail{
	background:#ece6c5; /* rgba fallback */
	background:rgba(236,230,197,1);
	filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#b3a17c; /* rgba fallback */
	background:rgba(179,161,124,1);
	filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:#b3a17c; /* rgba fallback */
	background:rgba(179,161,124,1);
	filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
	background-image:url(../img/ms-buttons.png);
	background-repeat:no-repeat;
	opacity:0.4;
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-1px 0;
	/* 
	sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-1px -20px;
	/* 
	sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:0 -40px;
	/* 
	sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonRight{
	background-position:0 -56px;
	/* 
	sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{
	opacity:0.75;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{
	opacity:0.9;
	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
}

/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark>.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.15);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-80px 0;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-80px -20px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-80px -40px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-80px -56px;
}
/*light-2*/
.mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-32px 0;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-32px -20px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-40px -40px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-40px -56px;
}
/*dark-2*/
.mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.1);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-112px 0;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-112px -20px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-120px -40px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-120px -56px;
}
/*light-thick*/
.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:6px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:6px;
	margin:5px auto;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-16px 0;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-16px -20px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-20px -40px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-20px -56px;
}
/*dark-thick*/
.mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.1);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:6px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:6px;
	margin:5px auto;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-96px 0;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-96px -20px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-100px -40px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-100px -56px;
}
/*light-thin*/
.mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail{
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
}
.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:2px;
}

.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:2px;
	margin:7px auto;
}
/*dark-thin*/
.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.15);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:2px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:2px;
	margin:7px auto;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-80px 0;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-80px -20px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-80px -40px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-80px -56px;
}



.content-3{ width:90%; height:220px; padding:0 5%; overflow:auto;  -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}

.content-4{ width:90%; height:260px; padding:0 5%; overflow:auto;  -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}

.content-6{ width:100%; height:180px;  overflow:auto;  -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}

a.muted:hover,
a.muted:focus {
color: #808080;
}

.text-warning {
color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
color: #a47e3c;
}

.text-error {
color: #b94a48;
}
.text-req {
color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
color: #953b39;
}

.text-info {
color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
color: #2d6987;
}

.text-success {
color: #468847;
}

a.text-success:hover,
a.text-success:focus {
color: #356635;
}

.member-subscription {

  position: relative;
  overflow:hidden;
  padding: 40px 0;

}
.hover_info {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6); 
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;  
    top: 0%;
	color:#fff;
	font-size: 14px;
    transition: background 200ms linear; 
    -webkit-transition: background 200ms linear; 
    -moz-transition: background 200ms linear;
	text-align: left;

 
}
.hover_info h3 { color: #fff;}
.hover_info a { float: right;}
.hover_info label { text-align: right!important;}
.member-subscription:hover .hover_info { top: 0; left: 0;  }
.hover_info_content { 
  padding: 22% 20px;
}

.rs-icon {
  background: url(../img/rupees-black-icon.png) no-repeat 180px 11px;
}

.pdf-form-content {
  padding: 0 10px;
  overflow: hidden;
}

.pdf-form-content .home-content h1 {
text-align: left;
font-size: 24px;
margin-bottom: 10px;
}

.pdf-form-content h2 {
  margin-bottom: 10px;
}
.pdf-form-content-row {
  margin-bottom: 5px;
  width: 100%;
  float: left;
  font-size: 14px;
}

.pdf-form-content-row 
.control-label1 {
  float: left;
  width: 120px;
  line-height: 20px;
  text-align: left;
  margin-right: 10px;
}
.controls1 { 
  width: 800px;
  float: left;
}
.controls1 span {
  float: left;
  margin-right: 5px;
  width: 12px;
  height: 20px;
  padding: 0 5px;
  border: 1px solid #999; 
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px;
}
.controls1 strong {
 float: left;
 margin-right: 5px;
 width: 40px;
}

.pform-col-2 { 
 width: 48%;
 margin-right: 3%;
 float: left;
}

.pform-col-2 .controls1{
  width: 300px;
}


.slides1_wrap {
	position: relative;
	width: 291px;

}

#slides1 {
	overflow: hidden;
	height: 293px;
}

#slides1 li {
	list-style: none;
	width: 291px;
	border: 1px solid #f9f9f9;
	height: 291px;
	overflow: hidden;
}

#slides1 li img {
	float: left;
}

.slides1_wrap .prev,
.slides1_wrap .next,
.bx_pager,
.auto_controls{ display: none;}

#slides2 {
	overflow: hidden;
	height: 293px;
}

#slides2 li {
	list-style: none;
	width: 291px;
	border: 1px solid #ccc;
	height: 291px;
	overflow: hidden;
}

#slides2 li img {
	float: left;
}

.slides2_wrap .prev,
.slides2_wrap .next,
.bx_pager,
.auto_controls{ display: none;}
.col-one-third {
  float: left;
  width: 640px;

}

.col-one {
 width: 300px;
 float: left;
 margin-right: 20px;
 
}



.steps{  color:#f00;
  width: 100%;
  float: left;
  margin-bottom: 16px;

	       
}
.steps ul{ text-align: center;}


.steps ul li{ color:#b1b1a2;  font-weight:bold;  display: inline-block; margin-right:20px; margin-top:-3px; }
.steps ul li span{ width:47px; height:47px; background:url(../img/steps-li-a-bg.png) no-repeat; text-align:center; color:#B1B1A2; margin-right:9px!important; display:inline-block; line-height:47px; font-weight:bold; font-size:16px; margin:21px 0px;}

.steps ul li.active{ color:#333; background:url(../img/package-booking-li-active-bg.jpg) no-repeat left 0px;   margin-right:20px;}
.steps ul li.active span{ width:47px; height:47px; background:url(../img/steps-li-a-hover-bg.png) no-repeat; text-align:center; color:#fff; margin-right:9px; display:inline-block; line-height:47px; font-weight:bold;}
.steps ul li.active b{ }

/*.button1 {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4d74a7), color-stop(1, #6eb1f0) );
	background:-moz-linear-gradient( center top, #4d74a7 5%, #6eb1f0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d74a7', endColorstr='#6eb1f0');
	background-color:#4d74a7;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3866a3;
	display:inline-block;
	color:#fafafa;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
}.button1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6eb1f0), color-stop(1, #4d74a7) );
	background:-moz-linear-gradient( center top, #6eb1f0 5%, #4d74a7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6eb1f0', endColorstr='#4d74a7');
	background-color:#6eb1f0;
	color: #fff;
	text-decoration:none;
}.button1:active {
	position:relative;
	top:1px;
}*/

.member-subscription {

  position: relative;
  overflow:hidden;
  padding: 40px 0;

}






.hover_info {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6); 
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;  
    top: 0%;
	color:#fff;
	font-size: 14px;
    transition: background 200ms linear; 
    -webkit-transition: background 200ms linear; 
    -moz-transition: background 200ms linear;
	text-align: left;

 
}
.hover_info h3 { color: #fff;}
.hover_info a { float: right;}
.hover_info label { text-align: right!important;}
 .hover_info { top: 0; left: 0;  }
.hover_info_content { 
  padding: 22% 20px;
}

.verification-table-container {
    
  width: 800px;
  margin: 0 auto;

}
.verification-table-container table {
  width: 100%;
  border-top: 1px solid #b19d73;
}
.verification-table-container table tr {
  border-bottom: 1px solid #b19d73;
  border-left: 1px solid #b19d73;
}
    .verification-table-container table tr th {
      padding: 5px;
      text-align: left;
      font-weight :bold;
      border-right: 1px solid #b19d73;
    }
.verification-table-container table tr td {
  border-right: 1px solid #b19d73;
  padding: 5px; 
}
 .rs-icon {
background: url(../img/rupees-black-icon.png) no-repeat 0 9px;
padding-left:20px;
}

 .pdf-form-content {
  padding: 0 10px;
  overflow: hidden;
}
    .pdf-form-content .home-content {
      background:none; padding-top:20px;}
.pdf-form-content .home-content h1 {
text-align: left;
font-size: 24px;
margin-bottom: 10px;
}

.pdf-form-content h2 {
  margin-bottom: 10px;
}
.pdf-form-content-row {
  margin-bottom: 5px;
  width: 100%;
  float: left;
  font-size: 14px;
}

.pdf-form-content-row 
.control-label1 {
  float: left;
  width: 150px;
  line-height: 20px;
  text-align: left;
  margin-right: 10px;
}
.controls1 { 
  width:775px;
  float: left;
  
}
.controls1 span {
  float: left;
  margin-right: 5px;
  width: 8px;
  height: 20px;
  padding: 0 4px;
  border: 1px solid #999; 
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px;
}
.controls1 strong {
 float: left;
 margin-right: 5px;
 width: 40px;
}

.pform-col-2 { 
 width: 48%;
 margin-right: 3%;
 float: left;
}

.pform-col-2 .controls1{
  width: 275px;
}


.thnx-msg {
  margin: 0px 0 10px;
  border: 1px solid #307c07;
  color: #307c07;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size:16px;
  float: left;
  width: 100%;
  -webkitborder-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.m-right-16 {
  margin-right: 16px;
}
.no-bottom-space {
  margin-bottom: 0px;
}

.bottom-sep {
  border:1px solid #ccc; 
  float:left; 
  width:100%; 
  margin-bottom:16px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
   -webkit-border-radius:5px;
  -moz-border-radius:5px;
   border-radius:5px;
    padding-top:16px;
}
.br-gray-left {
  border-left:1px solid #ccc;
}
.ref-input {
    width:320px!important; 
     margin-right:5px;
}
.text-line {
 line-height: 34px;
 display: inline-block;
 
}

.search-member-block {
  width:100%; 
  float:left; 
  padding:15px 0 0;
}
.search-member-block label {
  padding-left: 10px;
  float: left; 
  margin-right: 10px;
  width: 140px;
  line-height: 30px;
  display: inline-block;
}
.search-member-block input[type="text"] {
  width: 365px;
  float: left;
  padding: 6px 6px;

}
.search-btn {
  height: 32px;
  border: 1px solid #F0E39B;
  border-left:none;
  margin-left:-3px;
  background:url("../img/subscription-btn-bg.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  color: #fff;
  border-radius:0 3px 3px 0;
}


.details-event {
  
}
.details-event img.pull-right{
  margin-left: 16px;
  width: 291px;
  height: 220px;
}

.categories {
  width: 100%;
  float: left;
  padding: 25px 10px;
  line-height: 21px;
  -webkit-box-sizing: padding-box;
     -moz-box-sizing: padding-box;
          box-sizing: padding-box;
}
.categories h3 {
  border-bottom: 1px solid #A69774;
  padding-bottom: 10px;
}
.categories ul {
}
.categories ul li{
  float: left;
  width: 218px;
  height: 160px;
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
  margin-left: 10px;
  -webkit-transition: ease-out color 1s;
  	 -moz-transition: ease-out color 1s;
          transition: ease-out color 1s;
  position: relative;
  overflow: hidden;
}
.categories ul li:hover {
  border: 1px solid #999;
}
.categories ul li img {
  width: 218px;
  height: 160px;
}

.categories ul li:nth-of-type(4n+1) {
  margin-left: 0;
  
}
.categories ul li .product-name {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 35px;
  background: rgba(0, 0, 0, 0.5);
  width: 210px;
  padding: 0 4px;
  line-height: 35px;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  display: none;
}

.categories ul li .product-name1 {
  position: absolute;
  top: 20px;
  left: 0;
  width: 210px;
  padding: 0 4px;
  line-height: 21px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  paddin-bottom: 20px;
}
.input-none {
  border: none!important;
  box-shadow: none!important;
  background: none!important;
}



.register-btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	margin:10px 0 10px;
	font-size:22px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:192px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #b23e35;
}
.register-btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.register-btn:active {
	position:relative;
	top:1px;
}
.register-form {
  width: 100%;
  float: left;

}
.register-form-left {
  width:100%;
  float: left;
}