@-zs-include webfonts(Bree Serif/Open Sans:400,700);
/* --------------- PRESET CSS ---------------*/
body, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
    margin:0;
    padding:0;
    font-weight:normal;
}
body {
 background-attachment:scroll;
 background-color:#f8ebe5;
 background-image:url(images/bodybg.png);
 background-position:0 0;
 background-repeat:repeat;
 background-size:auto;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#757575;
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
}
h1 {
font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
font-size:28px;
color:#555555;
}
h2 {
font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
font-size:26px;
color:#555555;
}
h3 {
font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#555555;
}
h4 {
font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#555555;
}
h5 {
font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#555555;
}
h6 {
font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#555555;
}
a {
 color:#d95b4c;
 text-decoration:none;
}
a:hover {
 text-decoration:none;
 color:#d95b4c;
}
p {
    line-height: 1.7;
}
ul, ol {
    padding: 0 0 0 20px;
    list-style: disc;
}
ol {
    list-style: decimal;
    padding: 0 0 0 23px;
}
li {
    padding: 0 0 10px;
}
hr {
    border:0;
    border-top:1px solid #d5d5d5;
}
table {
    border-collapse:collapse;
    border-spacing:0;
    box-shadow:0 1px 1px #fff;
    -webkit-box-shadow:0 1px 1px #fff;
    -moz-box-shadow:0 1px 1px #fff;
    -o-box-shadow:0 1px 1px #fff;
}
th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#9a8789;
 background:#f5eeec;
 border-width:1px;
 border-style:solid;
 border-color:#e7d9d5;
 padding:12px;
    box-shadow:0 1px 0 0 rgba(255, 255, 255, 0.64);
    -webkit-box-shadow:0 1px 0 0 rgba(255, 255, 255, 0.64);
    -moz-box-shadow:0 1px 0 0 rgba(255, 255, 255, 0.64);
    -o-box-shadow:0 1px 0 0 rgba(255, 255, 255, 0.64);
}
td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#686868;
 background:#fffcfb;
 border-width:1px;
 border-style:solid;
 border-color:#e7d9d5;
 padding:12px;
}
/*---------------------------------- HEADER AREA -----------------------------------------*/
.headerContainer {
    padding: 20px 0 25px;
    text-align: center;
}
.logoarea {
    padding-bottom: 15px;
}
.headerContainer h1 {
 font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
 font-size:30px;
 color:#54504a;
    text-transform:capitalize;
    padding-bottom: 5px;
}
.headerContainer h5 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:11px;
 color:#9d9d9d;
    text-transform:uppercase;
    letter-spacing:3px;
    font-weight:bold;
}
/*---------------------------------- MENU AREA -----------------------------------------*/
.menuarea {
    width: 100%;
    margin: 0 auto;
    margin-bottom:20px;
    background:url(images/navbg.png) left top repeat-x;
    height:70px;
    box-shadow:0 4px 0 0 #c9bdb1, 0 -1px 0 0 #393434 inset;
    -webkit-box-shadow:0 4px 0 0 #c9bdb1, 0 -1px 0 0 #393434 inset;
    -moz-box-shadow:0 4px 0 0 #c9bdb1, 0 -1px 0 0 #393434 inset;
    -o-box-shadow:0 4px 0 0 #c9bdb1, 0 -1px 0 0 #393434 inset;
}
#navigation ul {
    list-style: none;
    padding:0;
    margin: 0 auto;
    height:70px;
    width: 95%;
    background-color:transparent;
 background-image:none;
 background-repeat:repeat-x;
 background-position:left top;
}
#navigation li {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    height:70px;
    cursor: pointer;
    width: 33%;
}
#navigation li a {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:11px;
 color:#ffffff;
 text-transform:uppercase;
    text-decoration: none;
    float: left;
    display: block;
    width: 100%;
    height: 35px;
    margin:17px 0;
    text-shadow:1px 1px 0 rgba(0,0,0,0.25);
    -webkit-text-shadow:1px 1px 0 rgba(0,0,0,0.25);
    -moz-text-shadow:1px 1px 0 rgba(0,0,0,0.25);
    -o-text-shadow:1px 1px 0 rgba(0,0,0,0.25);
    border:1px solid transparent;
}
#navigation li.selected a{
 background-color:transparent;
 background-image: url(images/navSelbg.png);
 background-repeat:repeat-x;
 background-position:left top;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    box-shadow:0 1px 0 rgba(255, 255, 255, 0.37) inset, 0 3px 3px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.37) inset, 0 3px 3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.37) inset, 0 3px 3px rgba(0, 0, 0, 0.35);
    -o-box-shadow:0 1px 0 rgba(255, 255, 255, 0.37) inset, 0 3px 3px rgba(0, 0, 0, 0.35);
    border:1px solid #e54b46;
}
#navigation li.selected a span {
color:#ffffff;
}
#navigation li a span {
    word-wrap: break-word;
    height: 35px;
    display: block;
    text-align:center;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#navigation li a em {
    display: block;
    float: right;
    height: 7px;
    width: 11px;
    margin: -18px 10px 0 10px;
}
#navigation li.navArrow a em {
    background: url(images/navArrow.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:#f9f8f8;
 background-image:none;
 background-position:top left;
 background-repeat:repeat;
 border-width:1px;
 border-style:solid;
 border-color:#dbdbdb;
 border-radius:0px;
 -moz-border-radius:0px;
 -webkit-border-radius:0px;
 -o-border-radius:0px;
 box-shadow:0px 2px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:0px 2px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow:0px 2px 1px rgba(0, 0, 0, 0.15);
    o-box-shadow:0px 2px 1px rgba(0, 0, 0, 0.15);
}
.submenu li {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.submenu li a {
 color:#615959;
 font-size:14px;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
    text-decoration: none;
    display: block;
    width: 100%;
    line-height: 3;
    float: left;
    cursor: pointer;
    border-bottom:1px solid #d5d5d5;
    box-shadow:0 1px 0 0 #ffffff;
    -webkit-box-shadow:0 1px 0 0 #ffffff;
    -moz-box-shadow:0 1px 0 0 #ffffff;
    -o-box-shadow:0 1px 0 0 #ffffff;
}
.submenu li:last-child a {
    border-bottom:0px;
}
.submenu li.selected {
background-color:transparent;
 background-image:none;
 background-position:top left;
 background-repeat:repeat;
}
.submenu li.selected a span {
color:#fc5f5a;
}
.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/subnavArrow.png) left top no-repeat;
    float: right;
    height:8px;
    width: 10px;
    margin:18px 5px 0 13px;
}
.submenu li.selected.navArrow a em {
    background: url(images/subnavArrowHover.png) left top no-repeat;
}
/*---------------------------------- CONTENT AREA -----------------------------------------*/
.container {
    background-color:#f7f5f1;
 background-image:none;
 background-position:0 0;
 background-repeat:no-repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 0px transparent inset;
 -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 0px transparent inset;
 -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 0px transparent inset;
 -o-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15), 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;
    margin: 0 10px;
    padding:15px;
}
/*---------------------------------- BANNER AREA CSS -----------------------------------------*/
.bannerImage {
    margin-bottom: 10px;
}
/*---------------------------------- BREADCRUMB AREA CSS -----------------------------------------*/
.breadcrumb {
    padding: 5px 0;
    border-bottom: 1px dotted #ddd;
    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:none;
 background-position:0 0;
 background-repeat:no-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:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:12px;
 color:#686868;
    margin:10px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    padding: 10px;
}
.sidebararea h1 {
 font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
 font-size:28px;
 color:#555555;
}
.sidebararea h2 {
 font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
 font-size:26px;
 color:#555555;
}
.sidebararea h3 {
 font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
 font-size:24px;
 color:#555555;
}
.sidebararea h4 {
 font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
 font-size:22px;
 color:#555555;
}
.sidebararea h5 {
 font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
 font-size:20px;
 color:#555555;
}
.sidebararea h6 {
 font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
 font-size:18px;
 color:#555555;
}
.sidebararea a {
 text-decoration:none;
 color:#d95b4c;
}
.sidebararea a:hover {
 text-decoration:none;
 color:#d95b4c;
}
.sidebararea th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#9a8789;
 background:#f5eeec;
 border-width:1px;
 border-style:solid;
 border-color:#e7d9d5;
 padding:12px;
}
.sidebararea td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#686868;
 background:#fffcfb;
 border-width:1px;
 border-style:solid;
 border-color:#e7d9d5;
 padding:12px;
}
/*-----------------------------------------------------------     THEME SIDEBAR HIGHLIGHT BOX AREA CSS ---------------------------------------------------------------------*/
.sidebararea .zs-highlight-box {
 background-color: #f55b56;
 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 2px 2px 0px rgba(0, 0, 0, 0.24), 0px 1px 0px 0 #ff868a inset;
 -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.24), 0px 1px 0px 0 #ff868a inset;
 -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.24), 0px 1px 0px 0 #ff868a inset;
 -o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.24), 0px 1px 0px 0 #ff868a inset;
 border-width: 1px;
 border-style:solid;
 border-color:#e54b46;
 border-radius: 5px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 -o-border-radius:5px;
 padding: 10px;
 margin: 5px;
    min-height: 200px;
font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#BE1E19;
}
.sidebararea .zs-highlight-box h1 {
font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
font-size:28px;
color:#eaf4bd;
}
.sidebararea .zs-highlight-box h2 {
font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
font-size:26px;
color:#eaf4bd;
}
.sidebararea .zs-highlight-box h3 {
font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#eaf4bd;
}
.sidebararea .zs-highlight-box h4 {
font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#eaf4bd;
}
.sidebararea .zs-highlight-box h5 {
font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#eaf4bd;
}
.sidebararea .zs-highlight-box h6 {
font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#eaf4bd;
}
.sidebararea .zs-highlight-box a {
 color:#eaf4bd;
 text-decoration:none;
}
.sidebararea .zs-highlight-box a:hover {
 text-decoration:none;
 color:#eaf4bd;
}
.sidebararea .zs-highlight-box form li span input[type=text], .sidebararea .zs-highlight-box form li span textarea, .sidebararea .zs-highlight-box form li span select {
width:180px;
}
.sidebararea .zs-highlight-box th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#D12F2A;
 background:#FF7571;
 border-width:1px;
 border-style:solid;
 border-color:#f55b56;
 padding:12px;
}
.sidebararea .zs-highlight-box td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#686868;
 background:#fffcfb;
 border-width:1px;
 border-style:solid;
 border-color:#e7d9d5;
 padding:12px;
}
/*----------------------------------- SIDEBAR TEXT HIGHLIGHT CSS     -----------------------------------------------*/
.sidebararea .zs-text-light-color {
color:#ADADAD;
}
.sidebararea .zs-text-highlight-color {
color:#555555;
}
.sidebararea .zs-highlight-box .zs-text-light-color {
color:#ADADAD;
}
.sidebararea .zs-highlight-box .zs-text-highlight-color {
color:#eaf4bd;
}
/*--------------------- THEME SIDEBAR TABS ACCORDION AREA CSS ---------------------*/
.sidebararea .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
    margin: 0;
    display:none;
}
.sidebararea .zs-tabs li {
    padding: 0;
    margin: 0 3px;
    float: left;
}
.sidebararea .zs-tabs ul li div {
    float: left;
    position: relative;
    margin: 0 0 -1px;
    display: block;
    cursor: pointer;
    background: #EDE9E5;
    padding: 0 25px;
    overflow: hidden;
    color: #757575;
    line-height:3;
    border: 1px solid #e5e5e5;
    border-bottom: 0px;
}
.sidebararea .zs-tabs ul li:first-child {
    margin-left: 0px;
}
.sidebararea .zs-tabs ul li.selected div {
    background: #ffffff;
    padding-bottom: 1px;    
    color: #f55b56;
}
.sidebararea .zs-tabs-accordion-content, .sidebararea .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-top: 0px;
    padding: 15px;
    clear: both;
    color: #757575;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.sidebararea .zs-accordion, .sidebararea .zs-highlight-box .zs-accordion {
    color: #757575;
    padding: 10px;
    cursor: pointer;
    display:block;
    background: #ffffff;
    position: relative;
    border: 1px solid #e5e5e5;
    margin-bottom: 5px;
}
.sidebararea .zs-accordion.selected, .sidebararea .zs-highlight-box .zs-accordion.selected {
    margin-bottom: 0px;
    color: #f55b56;
    background: #ffffff;
}
/*---------------------------------- THEME SIDEBAR AREA HIGHLIGHT BOX TABS ACCORDION AREA CSS START ------------------------------------*/
.sidebararea .zs-highlight-box .zs-tabs-accordion-content h1, .sidebararea .zs-highlight-box .zs-tabs-accordion-content h2, .sidebararea .zs-highlight-box .zs-tabs-accordion-content h3, .sidebararea .zs-highlight-box .zs-tabs-accordion-content h4, .sidebararea .zs-highlight-box .zs-tabs-accordion-content h5, .sidebararea .zs-highlight-box .zs-tabs-accordion-content h6 {
    color: #555555;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content a, .sidebararea .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #d95b4c;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #d5d5d5;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content th {
    background: #f5eeec;
    border-color: #e7d9d5;
    color: #9a8789;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content td {
    background: #fffcfb;
    border-color: #e7d9d5;
    color: #686868;
}
.sidebararea .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .sidebararea .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .sidebararea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    background: #fffdf9;
    border: 1px solid #e8e0d4;
    color: #757575;
}
/*---------------------------------- FOOTER AREA -----------------------------------------*/
.footerArea {
    background-color:#686161;
 background-image:url(images/footer.png);
 background-position:left bottom;
 background-repeat:repeat-x;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0px -4px 0 0px #c9bdb1, 0px 1px 0px 0 #393434 inset;
 -webkit-box-shadow: 0px -4px 0 0px #c9bdb1, 0px 1px 0px 0 #393434 inset;
 -o-box-shadow: 0px -4px 0 0px #c9bdb1, 0px 1px 0px 0 #393434 inset;
 -moz-box-shadow: 0px -4px 0 0px #c9bdb1, 0px 1px 0px 0 #393434 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 10px 25px;
    min-height: 50px;
    height: auto !important;
    height: 50px;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#AAA2A2;
}
.footerArea h1 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#ff845e;
}
.footerArea h2 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#ff845e;
}
.footerArea h3 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#ff845e;
}
.footerArea h4 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#ff845e;
}
.footerArea h5 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#ff845e;
}
.footerArea h6 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:18px;
 color:#ff845e;
}
.footerArea a {
 color:#d95b4c;
 text-decoration:none;
}
.footerArea a:hover {
 text-decoration:none;
 color:#d95b4c;
}
.footerArea form li span input[type=text], .footerArea form li span textarea, .footerArea form li span select {
    background:#545050;
    border-color:#4B4848;
}
.footerArea th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#AD9C9C;
 background:#665D5D;
 border-width:1px;
 border-style:solid;
 border-color:#565050;
 padding:12px;
    box-shadow:0 1px 0 0 #736565 inset;
    -webkit-box-shadow:0 1px 0 0 #736565 inset;
    -moz-box-shadow:0 1px 0 0 #736565 inset;
    -o-box-shadow:0 1px 0 0 #736565 inset;
}
.footerArea td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#686868;
 background:#CFCBC9;
 border-width:1px;
 border-style:solid;
 border-color:#C2B9B4;
 padding:12px;
}
.footerArea hr {
    border-top: 1px solid #302A2A;
}
.footerArea table {
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -o-box-shadow:none;
}
.footerArea h3.newsletter-heading {
    color:#FF845E;
}
.footerArea .newsletter-desc {
    color:#AAA2A2;
}
.footerArea .newsletter-input-field {
    background: #545050;
    border-color: #4B4848;
    color: #f7f5f1;
}
.footerArea .newsletter-form input[type="text"]::-moz-placeholder {
    color:#f7f5f1;
}
.footerArea .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#f7f5f1;
}
.footerArea .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#f7f5f1;
}
/*----------------------------------------------------------- THEME FOOTER AREA HIGHLIGHT BOX CSS ---------------------------------------------------------------------*/
.footerArea .zs-highlight-box {
 background-color: #433e3e;
 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 0 0 1px #695C55, 1px 2px 4px 0 rgba(0,0,0,0.15) inset;
 -moz-box-shadow: 0px 0 0 1px #695C55, 1px 2px 4px 0 rgba(0,0,0,0.15) inset;
 -webkit-box-shadow: 0px 0 0 1px #695C55, 1px 2px 4px 0 rgba(0,0,0,0.15) inset;
 -o-box-shadow: 0px 0 0 1px #695C55, 1px 2px 4px 0 rgba(0,0,0,0.15) inset;
 border-width: 0;
 border-style:none;
 border-color:transparent;
 border-radius: 5px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 -o-border-radius:5px;
 padding: 10px;
 margin: 3px;
    min-height: 200px;
font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#796B6B;
}
.footerArea .zs-highlight-box h1 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#ff845e;
}
.footerArea .zs-highlight-box h2 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#ff845e;
}
.footerArea .zs-highlight-box h3 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#ff845e;
}
.footerArea .zs-highlight-box h4 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#ff845e;
}
.footerArea .zs-highlight-box h5 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#ff845e;
}
.footerArea .zs-highlight-box h6 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:18px;
 color:#ff845e;
}
.footerArea .zs-highlight-box a {
 color:#ff845e;
 text-decoration:none;
}
.footerArea .zs-highlight-box a:hover {
 text-decoration:none;
 color:#ff845e;
}
.footerArea .zs-highlight-box form li span input[type=text], .footerArea .zs-highlight-box form li span textarea, .footerArea .zs-highlight-box form li span select {
    background: #3A3737;
    border-color: #464242;
    color:#796B6B;
}
.footerArea .zs-highlight-box th {
    background: #665D5D;
    border-color: #565050;
    color:#978F8F;
}
.footerArea .zs-highlight-box hr {
    border-top-color:#4B4545;
}
.footerArea .zs-highlight-box th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#AD9C9C;
 background:#665D5D;
 border-width:1px;
 border-style:solid;
 border-color:#565050;
 padding:12px;
}
.footerArea .zs-highlight-box td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#686868;
 background:#fffcfb;
 border-width:1px;
 border-style:solid;
 border-color:#e7d9d5;
 padding:12px;
}
.footerArea .zs-highlight-box h3.newsletter-heading {
    color:#FF845E;
}
.footerArea .zs-highlight-box .newsletter-desc {
    color:#796B6B;
}
.footerArea .zs-highlight-box .newsletter-input-field {
    background: #3A3737;
    border: 1px solid #464242;
    color: #796B6B;
}
.footerArea .zs-highlight-box .newsletter-form input[type="text"]::-moz-placeholder {
    color:#796B6B;
}
.footerArea .zs-highlight-box .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#796B6B;
}
.footerArea .zs-highlight-box .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#796B6B;
}
/*----------------------------------- FOOTER TEXT HIGHLIGHT CSS -----------------------------------------------*/
.footerArea .zs-text-light-color {
color:#817878;
}
.footerArea .zs-text-highlight-color {
color:#FF845E;
}
.footerArea .zs-highlight-box .zs-text-light-color {
color:#817878;
}
.footerArea .zs-highlight-box .zs-text-highlight-color {
color:#FF845E;
}
/*--------------------- THEME FOOTER TABS ACCORDION AREA CSS ---------------------*/
.footerArea .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #6E6363;
    padding: 0;
    margin: 0;
    display:none;
}
.footerArea .zs-tabs li {
    padding: 0;
    margin: 0 3px;
    float: left;
}
.footerArea .zs-tabs ul li div {
    float: left;
    position: relative;
    margin: 0 0 -1px;
    display: block;
    cursor: pointer;
    background: #403A3A;
    padding: 0 25px;
    overflow: hidden;
    font-size: 14px;
    color: #AAA2A2;
    line-height:3;
    border: 1px solid #6E6363;
    border-bottom: 0px;
}
.footerArea .zs-tabs ul li:first-child {
    margin-left: 0px;
}
.footerArea .zs-tabs ul li.selected div {
    background: #484141;
    padding-bottom: 1px;    
    color: #f55b56;
}
.footerArea .zs-tabs-accordion-content, .footerArea .zs-highlight-box .zs-tabs-accordion-content {
    background: #484141;
    border: 1px solid #6E6363;
    border-top: 0px;
    padding: 15px;
    clear: both;
    color:#AAA2A2;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.footerArea .zs-accordion, .footerArea .zs-highlight-box .zs-accordion {
    color: #AAA2A2;
    padding: 10px;
    cursor: pointer;
    display:block;
    background: #403A3A;
    position: relative;
    border: 1px solid #6E6363;
    margin-bottom: 5px;
}
.footerArea .zs-accordion.selected, .footerArea .zs-highlight-box .zs-accordion.selected {
    margin-bottom: 0px;
    color: #f55b56;
    background: #484141;
}
/*---------------------------------- THEME FOOTER AREA 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: #d95b4c;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #585454;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content th {
    background: #665d5d;
    border-color: #565050;
    color: #ad9c9c;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content td {
    background: #fffcfb;
    border-color: #e7d9d5;
    color: #686868;
}
.footerArea .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .footerArea .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .footerArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    background: #3a3737;
    border-color: #464242;
    color: #aaa2a2;
}
/*---------------------------------- 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:0px 5px 0;
    margin-top: 10px;
}
form li span input[type=text], form li span textarea, form li span select {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#757575;
    width: 200px;
    background:#fffdf9;
    border:1px solid #e8e0d4;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    margin:0px;
    float: left;
    padding:8px;
    resize: none;
    outline: none;
}
form li span input[type=text]:focus, form li span textarea:focus, form li span select:focus {
    box-shadow:0 0 2px #e7dfcf;
    -webkit-box-shadow:0 0 2px #e7dfcf;
    -moz-box-shadow:0 0 2px #e7dfcf;
    -o-box-shadow:0 0 2px #e7dfcf;
    background:#ffffff;
}
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: 22px;
    height: 20px;
    border: 0;
    vertical-align: middle;
    margin-top:10px;
    padding:0px;
    outline: none;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -o-box-shadow:none;
}
form li input[type=submit], form li input[type=reset], button {
    background:#f25a55;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff605b), to(#f25a55));
    background: -moz-linear-gradient(top, #ff605b, #f25a55);
    background: -o-linear-gradient(top, #ff605b, #f25a55);
    padding:8px 25px;
    margin-right:15px;
    cursor:pointer;
    border:1px solid #e54b46;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -o-border-radius:3px;
    box-shadow:0 1px 0 rgba(255, 255, 255, 0.33) inset;
    -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.33) inset;
    -moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.33) inset;
    -o-box-shadow:0 1px 0 rgba(255, 255, 255, 0.33) inset;
    text-shadow:1px 1px 0 rgba(0, 0, 0, 0.26);
    -webkit-text-shadow:1px 1px 0 rgba(0, 0, 0, 0.26);
    -moz-text-shadow:1px 1px 0 rgba(0, 0, 0, 0.26);
    -o-text-shadow:1px 1px 0 rgba(0, 0, 0, 0.26);
    color:#ffffff;
    font-weight:bold;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
    font-size:14px;
    filter:chroma(color=#000000);
}
button {
    margin-right:0;
}
form li input[type=reset] {
    background:#ece8e5;
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeded), to(#ece8e5));
    background: -moz-linear-gradient(top, #eeeded, #ece8e5);
    background: -o-linear-gradient(top, #eeeded, #ece8e5);
    color:#8e8e8e;
    text-shadow:1px 1px 0 #fff;
    -webkit-text-shadow:1px 1px 0 #fff;
    -moz-text-shadow:1px 1px 0 #fff;
    -o-text-shadow:1px 1px 0 #fff;
    box-shadow:0 1px 0 #ffffff inset;
    -webkit-box-shadow:0 1px 0 #ffffff inset;
    -moz-box-shadow:0 1px 0 #ffffff inset;
    -o-box-shadow:0 1px 0 #ffffff inset;
    border:1px solid #c1beb9;
}
/*----------------------------------- THEME HIGHLIGHT BOX CSS -----------------------------------------------*/
.zs-highlight-box {
background-color: #f55b56;
 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 2px 2px 0px rgba(0, 0, 0, 0.24), 0px 1px 0px 0 #ff868a inset;
 -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.24), 0px 1px 0px 0 #ff868a inset;
 -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.24), 0px 1px 0px 0 #ff868a inset;
 -o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.24), 0px 1px 0px 0 #ff868a inset;
 border-width: 1px;
 border-style:solid;
 border-color:#e54b46;
 border-radius: 5px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 -o-border-radius:5px;
 padding: 10px;
 margin: 5px;
    min-height: 200px;
font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#BE1E19;
}
.zs-highlight-box h1 {
font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
font-size:28px;
color:#eaf4bd;
}
.zs-highlight-box h2 {
font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
font-size:26px;
color:#eaf4bd;
}
.zs-highlight-box h3 {
font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#eaf4bd;
}
.zs-highlight-box h4 {
font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#eaf4bd;
}
.zs-highlight-box h5 {
font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#eaf4bd;
}
.zs-highlight-box h6 {
font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#eaf4bd;
}
.zs-highlight-box a {
 color:#eaf4bd;
 text-decoration:none;
}
.zs-highlight-box a:hover {
 text-decoration:none;
 color:#eaf4bd;
}
.zs-highlight-box hr {
    border-top-color:#E03D37;
}
.zs-highlight-box th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#D12F2A;
 background:#FF7571;
 border-width:1px;
 border-style:solid;
 border-color:#f55b56;
 padding:12px;
}
.zs-highlight-box td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#686868;
 background:#fffcfb;
 border-width:1px;
 border-style:solid;
 border-color:#e7d9d5;
 padding:12px;
}
.zs-highlight-box form li span input[type=text], .zs-highlight-box form li span textarea, .zs-highlight-box form li span select {
    background: #FF6762;
    border: 1px solid #F0544F;
    color:#BE1E19;
}
.zs-highlight-box h3.newsletter-heading {
    color:#EAF4BD;
}
.zs-highlight-box .newsletter-desc {
    color:#BE1E19;
}
.zs-highlight-box .newsletter-input-field {
    background: #FF6762;
    border: 1px solid #F0544F;
    color: #BE1E19;
}
.zs-highlight-box .newsletter-form input[type="text"]::-moz-placeholder {
    color:#BE1E19;
}
.zs-highlight-box .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#BE1E19;
}
.zs-highlight-box .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#BE1E19;
}
/*----------------------------------- TEXT HIGHLIGHT CSS -----------------------------------------------*/
.zs-text-light-color {
color:#B0B0B0;
}
.zs-text-highlight-color {
color:#555555;
}
.zs-highlight-box .zs-text-light-color {
color:#B0B0B0;
}
.zs-highlight-box .zs-text-highlight-color {
color:#eaf4bd;
}
/*------------------------ THEME TABS ACCORDION AREA CSS START ------------------------------*/
.zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
    display:none;
    margin: 0;
}
.zs-tabs li {
    padding: 0;
    margin: 0 3px;
    float: left;
}
.zs-tabs ul li div {
    float: left;
    position: relative;
    margin: 0 0 -1px;
    display: block;
    cursor: pointer;
    background: #EDE9E5;
    padding: 0 25px;
    overflow: hidden;
    color: #757575;
    line-height:3;
    border: 1px solid #e5e5e5;
    border-bottom: 0px;
}
.zs-tabs ul li.selected div {
    background: #ffffff;
    padding-bottom: 1px;    
    color: #f55b56;
}
.zs-tabs-accordion-content, .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-top: 0px;
    padding: 15px;
    clear: both;
    color: #757575;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.zs-accordion, .zs-highlight-box .zs-accordion {
    color: #757575;
    padding: 10px;
    cursor: pointer;
    display:block;
    background: #EDE9E5;
    position: relative;
    border: 1px solid #e5e5e5;
    margin-bottom: 5px;
}
.zs-accordion.selected, .zs-highlight-box .zs-accordion.selected {
    margin-bottom: 0px;
    color: #f55b56;
    background: #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: #555555;
}
.zs-highlight-box .zs-tabs-accordion-content a, .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #d95b4c;
}
.zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #d5d5d5;
}
.zs-highlight-box .zs-tabs-accordion-content th {
    background: #f5eeec;
    border-color: #e7d9d5;
    color: #9a8789;
}
.zs-highlight-box .zs-tabs-accordion-content td {
    background: #fffcfb;
    border-color: #e7d9d5;
    color: #686868;
}
.zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .zs-highlight-box .zs-tabs-accordion-content form li span select {
    background: #fffdf9;
    border: 1px solid #e8e0d4;
    color: #757575;
}
/***************************** START SOCIAL ICONS SPRITE *****************************/
.themeSocialIconContainer {
margin: 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: 'Bree Serif', Georgia, "Times New Roman", Times, serif;
font-size: 24px;
color: #555555;
}
.newsletter-desc {
    margin-bottom: 25px;
font-family: 'Open Sans', Verdana, Geneva, sans-serif;
font-size: 14px;
color: #757575;
}
.newsletter-input-field {
background: #FFFDF9;
border-width: 1px;
border-color: #E8E0D4;
color:#757575;
font-family: 'Open Sans', Verdana, Geneva, sans-serif;
font-size: 14px;
    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: #FF605B;
border-width: 1px;
border-color: #E54B46;
color:#ffffff;
font-family: 'Open Sans', Verdana, Geneva, sans-serif;
font-size: 14px;
border-radius:0px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
-o-border-radius:0px;
    border-style: solid;
    cursor: pointer;
    padding: 9px;
    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:#757575;
  font-size:90%;
  line-height:normal;
}
.newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#757575;
  font-size:85%;
  line-height:normal;
}
.newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#757575;
  font-size:90%;
  line-height:normal;
}
/*----------------------------------- MEMBERSHIP PORTAL AREA CSS  -----------------------------------------------*/
.mp-container {
    height: 35px;
    background:#3a3434;
}
.member-signin {
    padding:0 10px;
}
.member-signin > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align:right;
}
.member-signin li {
    display: inline-block;
    line-height: 35px;
    margin-left: 20px;
    padding: 0;
    position:relative;
}
.member-signin li:first-child {
    width:75%;
}
.member-signin li a {
    font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
    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:-13px;
}
 