/*------------------------------------------------------------- PRESET CSS ---------------------------------------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, p {
  margin:0;
  padding:0;
  font-weight:normal;
}
body {
 background-image:url(images/bodybg.png);
 background-position:top left;
 background-repeat:repeat;
 background-color: transparent;
 background-attachment:scroll;
 background-size:auto;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 color:#818181;
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
}
h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#ffffff;
}
h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#ffffff;
}
h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#ffffff;
}
h4 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#ffffff;
}
h5 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#ffffff;
}
h6 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#ffffff;
}
a {
 text-decoration:none;
color:#b4735d;
}
a:hover {
text-decoration:none;
color:#b4735d;
}
p {
    line-height: 1.9;
}
ul, ol {
    padding: 0 0 0 20px;
    list-style: disc;
}
ol {
    list-style: decimal;
    padding: 0 0 0 23px;
}
li {
    padding: 0 0 10px;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
th {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 background:rgba(0,0,0,0.4);
 border-width:1px;
 border-style:solid;
 border-color:#3E3F4A;
 color:#959595;
 padding:6px;
}
td {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#585963;
 color:#818181;
 padding:6px;
}
hr {
  border-top:1px solid #676874
}
/*---------------------------------- HEADER AREA -----------------------------------------*/
.headerContainer {
    padding: 20px 0 25px;
    text-align: center;
}
.logoarea {
    padding-bottom: 15px;
}
.headerContainer h1 {
 font-size:32px;
 color:#ffffff;
 font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing:-1px;
  font-weight:normal;
    padding-bottom: 5px;
}
.headerContainer h5 {
 font-size:18px;
 color:#dab6a4;
 font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing:-1px;
  font-weight:normal;
}
/*---------------------------------- MENU AREA -----------------------------------------*/
.menuarea {
    width: 100%;
    margin:0 auto 15px;
    padding-bottom: 10px;
}
#navigation ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    height: 35px;
    width: 95%;
}
#navigation li {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    height: 35px;
    cursor: pointer;
    width: 33%;
    background-color:transparent;
 background-image:url(images/menubgline.png);
background-repeat:no-repeat;
background-position:-20px top;
}
#navigation li a {
 color:#ffffff;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
    text-decoration: none;
    float: left;
    display: block;
    width: 100%;
    height: 35px;
}
#navigation li.selected {
 background-color:transparent;
 background-image:none;
background-repeat:repeat-x;
background-position:left top;
}
#navigation li.selected a span {
color:#988a6d;
text-decoration:line-through;
}
#navigation li a span {
    word-wrap: break-word;
    height: 35px;
    display: block;
    line-height: 35px;
    overflow: hidden;
    text-align:center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#navigation li a em {
    display: block;
    float: right;
    height:11px;
    width: 11px;
    margin: -21px 10px 0 10px;
}
#navigation li.navArrow a em {
    background: url(images/navArrow.png) no-repeat 0 0;
}
#navigation li.selected.navArrow a em {
    background: url(images/navArrow1.png) no-repeat 0 0;
}
/*---------------------------------- SUBMENU AREA -----------------------------------------*/
.submenu {
    min-height: 10px;
    height: auto !important;
    height: 10px;
    overflow: hidden;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}
.submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color:transparent;
background-image:url(images/bannerbg.png);
background-position:top left;
background-repeat:repeat;
 border-width:1px;
border-style:dashed;
border-color:#000000;
 border-radius:0px;
-moz-border-radius:0px;
-webkit-border-radius:0px;
-o-border-radius:0px;
}
.submenu li {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border-bottom:1px dashed #332626;
}
.submenu li a {
color:#988a6d;
 font-size:12px;
font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: block;
    width: 100%;
    line-height:2.5;
    float: left;
    cursor: pointer;
}
.submenu li.selected {
background-color:#000000;
background-image:none;
background-position:top left;
background-repeat:repeat;
}
.submenu li.selected a span {
color:#fff;
}
.submenu li a span {
    float: left;
    padding-left: 15px;
    word-wrap: break-word;
    width: 85%
}
.submenu li a em {
    width: 5px;
    float: right;
    height: 9px;
}
.submenu li.navArrow a em {
    background: url(images/navArrow2.png) left top no-repeat;
    float: right;
    height:11px;
    width: 10px;
    margin: 10px 5px 0 13px;
}
.submenu li.selected.navArrow a em {
    background: url(images/navArrow3.png) left top no-repeat;
}
/*---------------------------------- CONTENT AREA -----------------------------------------*/
.container {
    margin: 0 8px;
    padding:15px;
    background-color:transparent;
 background-image:url(images/bannerbg.png);
 background-position:0 0;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0px 0px transparent inset;
 -moz-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0px 0px transparent inset;
 -o-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0px 0px transparent inset;
 -webkit-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0px 0px transparent inset;
 border-width: 0;
 border-style:none;
 border-color:transparent;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
}
/*---------------------------------- BANNER AREA -----------------------------------------*/
.bannerImage {
    margin-bottom: 10px;
}
/*---------------------------------- BREADCRUMB AREA CSS -----------------------------------------*/
.breadcrumb {
    padding: 5px 0;
    border-bottom:1px dashed #3e3f48;
    margin-bottom: 15px;
}
.breadcrumb a {
    text-decoration: none;
}
.breadcrumb span {
    padding: 0 10px;
}
.breadcrumb p {
    word-wrap: break-word
}
.contentArea {
    min-height: 250px;
    height: auto !important;
    height: 250px;
}
/*---------------------------------- SIDEBAR AREA -----------------------------------------*/
.sidebararea {
    background-color:transparent;
 background-image:url(images/bannerbg.png);
 background-position:0 0;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0 0 transparent inset;
 -webkit-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0 0 transparent inset;
 -moz-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0 0 transparent inset;
 -o-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0 0 transparent inset;
 border-width: 0;
 border-style:none;
 border-color:transparent;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 color:#818181;
    margin:20px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    padding: 10px;
}
.sidebararea h1 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:24px;
 color:#ffffff;
}
.sidebararea h2 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:22px;
 color:#ffffff;
}
.sidebararea h3 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:20px;
 color:#ffffff;
}
.sidebararea h4 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:18px;
 color:#ffffff;
}
.sidebararea h5 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:16px;
 color:#ffffff;
}
.sidebararea h6 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 color:#ffffff;
}
.sidebararea a {
 text-decoration:none;
 color:#B4735D;
}
.sidebararea a:hover {
 text-decoration:none;
 color:#B4735D;
}
.sidebararea th {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 background:rgba(0,0,0,0.4);
 border-width:1px;
 border-style:solid;
 border-color:#3E3F4A;
 color:#959595;
 padding:6px;
}
.sidebararea td {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#585963;
 color:#818181;
 padding:6px;
}
.sidebararea .zs-highlight-box {
 background-color: #101015;
 background-image: none;
 background-image: none, -moz-linear-gradient(bottom, transparent, transparent);
 background-image: none, -webkit-linear-gradient(bottom, transparent, transparent);
 background-image: none, -o-linear-gradient(bottom, transparent, transparent);
 background-position: top left;
 background-repeat: no-repeat;
 box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
 border-width: 1px;
 border-style:solid;
 border-color:#1b1d2c;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 0;
    min-height: 145px;
font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 color:#818181;
}
.sidebararea .zs-highlight-box h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#ffffff;
}
.sidebararea .zs-highlight-box h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#ffffff;
}
.sidebararea .zs-highlight-box h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#ffffff;
}
.sidebararea .zs-highlight-box h4 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#ffffff;
}
.sidebararea .zs-highlight-box h5 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#ffffff;
}
.sidebararea .zs-highlight-box h6 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#ffffff;
}
.sidebararea .zs-highlight-box a {
 text-decoration:none;
color:#b4735d;
}
.sidebararea .zs-highlight-box a:hover {
text-decoration:none;
color:#b4735d;
}
.sidebararea .zs-highlight-box th {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 background:#242631;
 border-width:1px;
 border-style:solid;
 border-color:#3B3D4B;
 color:#959595;
 padding:6px;
}
.sidebararea .zs-highlight-box td {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#3B3D4B;
 color:#818181;
 padding:6px;
}
/*-----------------------------------  TEXT HIGHLIGHT CSS  -----------------------------------------------*/
.sidebarAreaInner .zs-text-light-color {
color:#514C4C;
}
.sidebarAreaInner .zs-text-highlight-color {
color:#ffffff;
}
.sidebarAreaInner .zs-highlight-box .zs-text-light-color {
color:#484965;
}
.sidebarAreaInner .zs-highlight-box .zs-text-highlight-color {
color:#ffffff;
}
/*--------------------- THEME SIDEBAR TABS ACCORDION AREA CSS ---------------------*/
.sidebarAreaInner .zs-tabs ul {
    list-style: none;
    overflow:hidden;
    width: 100%;
    display:none;
    padding: 0px;
    margin: 0px;
    border-bottom: 3px solid #2e2f3c;
}
.sidebarAreaInner .zs-tabs ul li {
    float: left;
    margin: 0;
    padding: 0px;
}
.sidebarAreaInner .zs-tabs ul li div {
    padding: 0 20px;
    position: relative;
    
    color: #848c9b;
    line-height: 3.5;
    cursor: pointer;
}
.sidebarAreaInner .zs-tabs ul li.selected {
    background:#2e2f3c;
}
.sidebarAreaInner .zs-tabs ul li.selected div {
    color: #D0B576;
}
.sidebarAreaInner .zs-tabs-accordion-content, .sidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content {    
    padding: 15px;
    display: none;
    color: #848c9b;
    background:#2e2f3c;
    border-top:0px;
    margin-bottom: 2px;
    min-height:70px;
    height:auto !important;
    height:70px;
}
.sidebarAreaInner .zs-accordion, .sidebarAreaInner .zs-highlight-box .zs-accordion {
    background: #3C3D4C;
    color: #818181;
    padding:10px;
    cursor: pointer;
    display:block;
    position: relative;
    margin-bottom: 2px;    
}
.sidebarAreaInner .zs-accordion.selected, .sidebarAreaInner .zs-highlight-box .zs-accordion.selected {
    background: #B7974E;
    color: #ffffff;
}
/*------------------------------------ THEME SIDEBAR AREA HIGHLIGHT BOX TABS ACCORDION AREA CSS START --------------------------------------*/
.sidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h1, .sidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h2, .sidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h3, .sidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h4, .sidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h5, .sidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h6 {
    color:#ffffff;
}
.sidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a, .sidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color:#b4735d;
}
.sidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content th {
    background: #242631;
    border-color: #3b3d4b;
    color:#959595;
}
.sidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content td {
    background: transparent;
    border-color: #3b3d4b;
    color:#818181;
}
.sidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top-color:#676874;
}
.sidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li input[type="reset"] {
    background:#666665;
}
/*---------------------------------- FOOTER AREA -----------------------------------------*/
.footerArea {
     background-color:transparent;
 background-image:none;
 background-position:0 0;
 background-repeat:no-repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
 border-width:0;
 border-style:none;
 border-color:transparent;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
    padding:25px;
    min-height: 50px;
    height: auto !important;
    height: 50px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
 color:#8589A2;
}
.footerArea h1 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:24px;
 color:#ffffff;
}
.footerArea h2 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:22px;
 color:#ffffff;
}
.footerArea h3 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:20px;
 color:#ffffff;
}
.footerArea h4 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:18px;
 color:#ffffff;
}
.footerArea h5 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:16px;
 color:#ffffff;
}
.footerArea h6 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 color:#ffffff;
}
.footerArea a {
 color:#B4735D;
 text-decoration:none;
}
.footerArea a:hover {
 text-decoration:none;
 color:#B4735D;
}
.footerArea form li span input[type=text], .footerArea form li span textarea, .footerArea form li span select {
  background:#484C5F;
}
.footerArea form li input[type=reset] {
    background:#282B3A;
}
.footerArea .newsletter-input-field {
    background:#484C5F;
}
.footerArea th {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 background:rgba(0,0,0,0.4);
 border-width:1px;
 border-style:solid;
 border-color:#3E3F4A;
 color:#959595;
 padding:6px;
}
.footerArea td {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#585963;
 color:#818181;
 padding:6px;
}
.footerArea .zs-highlight-box {
 background-color: rgba(0, 0, 0, 0.65);
 background-image: none;
 background-image: none, -moz-linear-gradient(bottom, transparent, transparent);
 background-image: none, -webkit-linear-gradient(bottom, transparent, transparent);
 background-image: none, -o-linear-gradient(bottom, transparent, transparent);
 background-position: top left;
 background-repeat: repeat;
 box-shadow: 0px 0px 0 5px rgba(0, 0, 0, 0.45), 0px 0px 0px 1px rgba(255, 255, 255, 0.1) inset;
 -moz-box-shadow: 0px 0px 0 5px rgba(0, 0, 0, 0.45), 0px 0px 0px 1px rgba(255, 255, 255, 0.1) inset;
 -webkit-box-shadow: 0px 0px 0 5px rgba(0, 0, 0, 0.45), 0px 0px 0px 1px rgba(255, 255, 255, 0.1) inset;
 -o-box-shadow: 0px 0px 0 5px rgba(0, 0, 0, 0.45), 0px 0px 0px 1px rgba(255, 255, 255, 0.1) inset;
 border-width: 0;
 border-style:none;
 border-color: transparent;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 5px;
    min-height: 200px;
font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
 color:#818181;
}
.footerArea .zs-highlight-box h1 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:24px;
 color:#ffffff;
}
.footerArea .zs-highlight-box h2 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:22px;
 color:#ffffff;
}
.footerArea .zs-highlight-box h3 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:20px;
 color:#ffffff;
}
.footerArea .zs-highlight-box h4 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:18px;
 color:#ffffff;
}
.footerArea .zs-highlight-box h5 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:16px;
 color:#ffffff;
}
.footerArea .zs-highlight-box h6 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 color:#ffffff;
}
.footerArea .zs-highlight-box a {
 color:#B4735D;
 text-decoration:none;
}
.footerArea .zs-highlight-box a:hover {
 text-decoration:none;
 color:#B4735D;
}
.footerArea .zs-highlight-box th {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 background:#242631;
 border-width:1px;
 border-style:solid;
 border-color:#3B3D4B;
 color:#959595;
 padding:6px;
}
.footerArea .zs-highlight-box td {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#3B3D4B;
 color:#818181;
 padding:6px;
}
/*-----------------------------------  TEXT HIGHLIGHT CSS  -----------------------------------------------*/
.footerArea .zs-text-light-color {
color:#151515;
}
.footerArea .zs-text-highlight-color {
color:#ffffff;
}
.footerArea .zs-highlight-box .zs-text-light-color {
color:#252537;
}
.footerArea .zs-highlight-box .zs-text-highlight-color {
color:#ffffff;
}
/*------------------------ THEME TABS ACCORDION AREA CSS START ------------------------------*/
.footerArea .zs-tabs ul {
    list-style: none;
    overflow:hidden;
    width: 100%;
    padding: 0px;
    margin: 0px;
    display:none;
    border-bottom: 3px solid #292936;
}
.footerArea .zs-tabs ul li {
    float: left;
    margin: 0;
    padding: 0px;
}
.footerArea .zs-tabs ul li div {
    padding: 0 20px;
    position: relative;
    
    color: #848c9b;
    line-height: 3.5;
    cursor: pointer;
}
.footerArea .zs-tabs ul li.selected {
    background: #292936;
}
.footerArea .zs-tabs ul li.selected div {
    color: #D0B576;
}
.footerArea .zs-tabs-accordion-content, .footerArea .zs-highlight-box .zs-tabs-accordion-content {    
    padding: 15px;
    display: none;
    color: #848c9b;
    background:#292936;
    border-top:0px;
    margin-bottom: 2px;
    min-height:70px;
    height:auto !important;
    height:70px;
}
.footerArea .zs-accordion, .footerArea .zs-highlight-box .zs-accordion {
    background: #3C3D4C;
    color: #818181;
    padding:10px;
    cursor: pointer;
    display:block;
    position: relative;
    margin-bottom: 2px;    
}
.footerArea .zs-accordion.selected, .footerArea .zs-highlight-box .zs-accordion.selected {
    background: #B7974E;
    color: #ffffff;
}
/*------------------------------------ THEME HIGHLIGHT BOX TABS ACCORDION AREA CSS START --------------------------------------*/
.footerArea .zs-highlight-box .zs-tabs-accordion-content h1, .footerArea .zs-highlight-box .zs-tabs-accordion-content h2, .footerArea .zs-highlight-box .zs-tabs-accordion-content h3, .footerArea .zs-highlight-box .zs-tabs-accordion-content h4, .footerArea .zs-highlight-box .zs-tabs-accordion-content h5, .footerArea .zs-highlight-box .zs-tabs-accordion-content h6 {
    color:#ffffff;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content a, .footerArea .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color:#b4735d;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content th {
    background: #242631;
    border-color: #3b3d4b;
    color:#959595;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content td {
    background: transparent;
    border-color: #3b3d4b;
    color:#818181;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top-color:#676874;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content form li input[type="reset"] {
    background:#666665;
}
/*---------------------------------- FORM AREA CSS -----------------------------------------*/
form ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}
form li {
    overflow: hidden;
    padding:5px 0;
    margin: 0;
}
form ul li label, form ul li div {
    width: auto;
    float: none;
    padding:5px 0;
}
form ul li label {
    width: 200px;
    text-align: left;
}
form li div span {
    clear: both;
    display:block;
}
form li span input, form li span label {
    float: none;
    width: auto;
    padding:0;
    margin:4px;
}
form li span input[type=text], form li span textarea, form li span select {
 font-family:Arial, Helvetica, sans-serif;
 color:#888888;
 font-size:12px;
    width: 200px;
    background:#111218;
  border:1px solid #242530;
    float: left;
    padding:6px;
    resize: none;
    margin:0px;
    outline: none;
}
form li span select {
    width: 207px;
}
form li span textarea {
    height: 80px;
    overflow: auto;
}
form .dateinvoker {
    background: url(images/datePickerIcn.png) 0 0 no-repeat;
    width: 16px;
    height: 16;
    border: none;
    vertical-align: middle;
    margin-top: 5px;
    padding:0px;
    outline: none;
    border-radius:0;
  -moz-border-radius:0;
  -o-border-radius:0;
  -webkit-border-radius:0;
}
form li input[type=submit], form li input[type=reset], button {
  background:#00A3FF;
  padding:6px 20px;
  margin-right:5px;
  color:#fff;
  cursor:pointer;
  border-radius:4px;
  -moz-border-radius:4px;
  -o-border-radius:4px;
  -webkit-border-radius:4px;
  border:0;
 font-family:Georgia, "Times New Roman", Times, serif;
  font-size:12px;
}
form li input[type=reset] {
  background:#333432;
}
/*-----------------------------------      THEME HIGHLIGHT BOX AREA CSS    -----------------------------------------------*/
.zs-highlight-box {
 background-color: rgba(0, 0, 0, 0.65);
 background-image: none;
 background-image: none, -moz-linear-gradient(bottom, transparent, transparent);
 background-image: none, -webkit-linear-gradient(bottom, transparent, transparent);
 background-image: none, -o-linear-gradient(bottom, transparent, transparent);
 background-position: top left;
 background-repeat: repeat;
 box-shadow: 0px 0px 0 5px rgba(0, 0, 0, 0.25), 0px 0px 0px 1px rgba(255, 255, 255, 0.1) inset;
 -moz-box-shadow: 0px 0px 0 5px rgba(0, 0, 0, 0.25), 0px 0px 0px 1px rgba(255, 255, 255, 0.1) inset;
 -webkit-box-shadow: 0px 0px 0 5px rgba(0, 0, 0, 0.25), 0px 0px 0px 1px rgba(255, 255, 255, 0.1) inset;
 -o-box-shadow: 0px 0px 0 5px rgba(0, 0, 0, 0.25), 0px 0px 0px 1px rgba(255, 255, 255, 0.1) inset;
 border-width: 0;
 border-style:none;
 border-color:transparent;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 5px;
    min-height: 100px;
font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 color:#818181;
}
.zs-highlight-box h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#ffffff;
}
.zs-highlight-box h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#ffffff;
}
.zs-highlight-box h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#ffffff;
}
.zs-highlight-box h4 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#ffffff;
}
.zs-highlight-box h5 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#ffffff;
}
.zs-highlight-box h6 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#ffffff;
}
.zs-highlight-box a {
 text-decoration:none;
color:#b4735d;
}
.zs-highlight-box a:hover {
text-decoration:none;
color:#b4735d;
}
.zs-highlight-box th {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 background:#242631;
 border-width:1px;
 border-style:solid;
 border-color:#3B3D4B;
 color:#959595;
 padding:6px;
}
.zs-highlight-box td {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#3B3D4B;
 color:#818181;
 padding:6px;
}
.zs-highlight-box hr {
    border-top-color:#393A46;
}
.zs-highlight-box form li span input[type=text], .zs-highlight-box form li span textarea, .zs-highlight-box form li span select {
    background:#000000;
}
/*-----------------------------------  TEXT HIGHLIGHT CSS  -----------------------------------------------*/
.zs-text-light-color {
color:#514C4C;
}
.zs-text-highlight-color {
color:#ffffff;
}
.zs-highlight-box .zs-text-light-color {
color:#484965;
}
.zs-highlight-box .zs-text-highlight-color {
color:#ffffff;
}
/*----------------------------------------------------- THEME TABS ACCORDION AREA CSS START -----------------------------------------------------*/
.zs-tabs ul {
    list-style: none;
    overflow:hidden;
    width: 100%;
    padding: 0px;
    margin: 0px;
    display:none;
    border-bottom: 3px solid #2e2f3c;
}
.zs-tabs ul li {
    float: left;
    margin: 0;
    padding: 0px;
}
.zs-tabs ul li div {
    padding: 0 20px;
    position: relative;    
    color: #848c9b;
    line-height: 3.5;
    cursor: pointer;
}
.zs-tabs ul li.selected {
    background:#2e2f3c;
}
.zs-tabs ul li.selected div {
    color: #D0B576;
}
.zs-tabs-accordion-content, .zs-highlight-box .zs-tabs-accordion-content {    
    padding: 15px;
    display: none;
    color: #848c9b;
    background:#2e2f3c;
    border-top:0px;
    margin-bottom: 2px;
    min-height:70px;
    height:auto !important;
    height:70px;
}
.zs-accordion, .zs-highlight-box .zs-accordion {
    background: #3C3D4C;
    color: #818181;
    padding:10px;
    cursor: pointer;
    display:block;
    position: relative;
    margin-bottom: 2px;    
}
.zs-accordion.selected, .zs-highlight-box .zs-accordion.selected {
    background: #B7974E;
    color: #ffffff;
}
/*------------------------------------ THEME HIGHLIGHT BOX TABS ACCORDION AREA CSS START --------------------------------------*/
.zs-highlight-box .zs-tabs-accordion-content h1, .zs-highlight-box .zs-tabs-accordion-content h2, .zs-highlight-box .zs-tabs-accordion-content h3, .zs-highlight-box .zs-tabs-accordion-content h4, .zs-highlight-box .zs-tabs-accordion-content h5, .zs-highlight-box .zs-tabs-accordion-content h6 {
    color:#ffffff;
}
.zs-highlight-box .zs-tabs-accordion-content a, .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color:#b4735d;
}
.zs-highlight-box .zs-tabs-accordion-content th {
    background: #242631;
    border-color: #3b3d4b;
    color:#959595;
}
.zs-highlight-box .zs-tabs-accordion-content td {
    background: transparent;
    border-color: #3b3d4b;
    color:#818181;
}
.zs-highlight-box .zs-tabs-accordion-content hr {
    border-top-color:#676874;
}
.zs-highlight-box .zs-tabs-accordion-content form li input[type="reset"] {
    background:#666665;
}
/***************************** START SOCIAL ICONS SPRITE *****************************/
.themeSocialIconContainer {
    border-top:1px solid #676874;
    padding: 10px 0;
    text-align: center;
}
.zs-socialicon-email,.zs-socialicon-facebook,.zs-socialicon-flickr,.zs-socialicon-googleplus,.zs-socialicon-linkedin,.zs-socialicon-pinterest,.zs-socialicon-rss,.zs-socialicon-twitter,.zs-socialicon-youtube,.zs-socialicon-medium,.zs-socialicon-instagram {
    background:url('images/zs-socialicon-sprite.png') no-repeat top left; width:24px; height:24px; display: inline-block;
margin:3px 3px 0;
}
.zs-socialicon-email {
    background-position:0 -0px;
}
.zs-socialicon-facebook {
    background-position:0 -24px;
}
.zs-socialicon-flickr {
    background-position:0 -48px;
}
.zs-socialicon-googleplus {
    background-position:0 -72px;
}
.zs-socialicon-linkedin {
    background-position:0 -96px;
}
.zs-socialicon-pinterest {
    background-position:0 -120px;
}
.zs-socialicon-rss {
    background-position:0 -144px;
}
.zs-socialicon-twitter {
    background-position:0 -168px;
}
.zs-socialicon-youtube {
    background-position:0 -192px;
}
.zs-socialicon-medium {
    background-position:0 -216px;
}
.zs-socialicon-instagram {
    background-position:0 -240px;
}
/*****************************   END: SOCIAL ICONS SPRITE *****************************/

.newsletter-container {
background: transparent;
    padding: 10px
}
h3.newsletter-heading {
    margin-bottom: 10px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
color: #FFFFFF;
}
.newsletter-desc {
    margin-bottom: 20px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #818181;
}
.newsletter-input-field {
background: #111218;
border-width: 1px;
border-color: #242530;
color:#818181;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
    border-style: solid;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 5px;
    width: 200px;
    padding: 10px;
    box-sizing: border-box;
    vertical-align:top;
}
button.newsletter-button {
background: #00a3ff;
border-width: 0;
border-color: transparent;
color:#FFFFFF;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
    border-style: solid;
    border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    cursor: pointer;
    padding: 10px;
    font-weight: 400;
    box-sizing: border-box;
    margin-right: 0;
}
.newsletter-layout-1 .newsletter-form, .newsletter-layout-2 .newsletter-form {
    margin: 0 auto;
    text-align: center;
}
.newsletter-layout-3 .newsletter-form {
    width: 200px;
    margin: 0 auto;
    text-align: right;
}
.newsletter-layout-3 button {
    text-align: right;
}
.newsletter-layout-2 button.newsletter-button {
    display:block;
    margin:0 auto;
}
.newsletter-form input[type="text"]::-moz-placeholder {
    color:#818181;
  font-size:90%;
  line-height:normal;
}
.newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#818181;
  font-size:85%;
  line-height:normal;
}
.newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#818181;
  font-size:90%;
  line-height:normal;
}
/*--------------------- THEME MEMBERSHIP PORTAL AREA CSS ---------------------*/
.mp-container {
    height: 30px;
    background:rgba(255, 255, 255, 0.08);
    border-bottom:1px solid rgba(255, 255, 255, 0.08);
}
.member-signin {
    padding:0 20px;
}
.member-signin > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align:right;
}
.member-signin li {
    display: inline-block;
    line-height: 30px;
    margin-left: 20px;
    padding: 0;
    position:relative;
}
.member-signin li:first-child {
    width:75%;
}
.member-signin li a {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:12px;
    text-decoration:none;
    color:#ffffff;
    display:block;
    text-align:right;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.member-signin li a:hover {
    text-decoration:none;
    color:#ffffff;
}
.member-signin li:first-child {
    margin-left: 0;
}
.member-signin li:last-child:before {
    color:#ffffff;
    content: "|";
    position: absolute;
    top: 0;
    left:-10px;
} 