/* --------------- WEB FONT CSS ---------------*/
@-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;
}
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.8;
}
a img {
    border: 0 solid
}
:focus {
    outline: none;
}
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;
}
ul, ol {
    padding: 0 0 0 20px;
}
ol {
    padding: 0 0 0 23px;
}
li {
    padding: 5px 0;
}
/*----------------- COMMON USAGE CSS -------------------*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clearDiv {
    clear: both;
}
.themeWidth {
    width: 980px;
    margin: 0 auto;
}
/*----------------- THEME NAVIGATION AREA CSS -------------------*/
.themeTopContainer {
background-color:transparent;
 background-image:url(images/navbg.png);
 background-repeat:repeat-x;
 background-position:left top;
    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;
    overflow: hidden;
}
.themeNavigationArea {
    width: 74%;
    float: left;
}
#navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    list-style-image: none;
}
#navigation li {
    float: left;
    margin: 0;
    padding: 17px 0;
}
#navigation li a {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:11px;
 color:#ffffff;
    padding: 9px 18px;
    text-transform: uppercase;
    float: left;
    margin: 0 2px;
    cursor: pointer;
    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:hover a, #navigation li.selected a, #navigation li.active a {
 background-color:transparent;
 background-image: url(images/navSelbg.png);
 background-repeat:repeat-x;
 background-position:left top;
 color:#ffffff;
    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 span {
    float: left;
}
#navigation li.navArrow a em {
    background: url(images/navArrow.png) no-repeat 0 0;
    display: block;
    float: left;
    height: 5px;
    width: 8px;
    margin: 6px 0 0 8px;
}
/*----------------- THEME SUBMENU AREA CSS -------------------*/
.submenu {
 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;
    width: 180px;
    position: absolute;
    display: block;
    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);
    -webkit-transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -moz-transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -o-transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -ms-transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1px;
    list-style-image: none;
}
.submenu li {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.submenu li a {
 color:#615959;
 font-size:14px;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 13px 0;
    line-height: 1.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 a:hover {
 background-color:transparent;
 background-image:none;
 background-position:top left;
 background-repeat:repeat;
 color:#fc5f5a;
}
.submenu li a span {
    width: 80%;
    float: left;
    margin-left: 20px;
    word-wrap: break-word;
}
.submenu li a em {
    width: 4px;
    float: left;
    height: 7px;
}
.submenu li.navArrow a em {
    background: url(images/subnavArrow.png) no-repeat center left;
    float: left;
    height: 10px;
    width: 10px;
    margin-top: 7px;
}
.submenu li.navArrow a:hover em {
    background: url(images/subnavArrowHover.png) left center no-repeat;
}
/*------------------------------------ THEME SITENAME, CAPTION & LOGO AREA CSS ---------------------------------------------------------------------*/
.themeBrandingContainer {
    padding: 20px 0;
    text-align: center;
}
.themeCaptionStyle {
    background: url(images/captionline.png) center center repeat-x;
    padding-bottom: 5px;
    max-width: 450px;
    margin: 0 auto;
    overflow: hidden;
}
.themeSitename {
 font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
 font-size:36px;
 color:#54504a;
    word-wrap: break-word;
    text-transform: capitalize;
}
.themeCaption {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:11px;
 color:#9d9d9d;
    word-wrap: break-word;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
    background: transparent;
    padding: 5px 10px;
    background: url("images/bodybg.png") left top repeat;
}
.themeBannerArea {
    background: #ffffff;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.themeBannerShadow {
    background: url(images/bannerShadow.png) center top no-repeat;
    height: 80px;
}
.themeBreadcrumb {
    padding-bottom: 15px;
}
.themeBreadcrumb p {
    word-wrap: break-word;
}
.themeBreadcrumb span {
    padding: 0 5px;
}
/*-----------------------------------------------------------     THEME CONTENT, SIDEBAR AREA CSS ---------------------------------------------------------------------*/
.themeContentArea {
    width: 67%;
}
.themeContentContainer {
 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;
    padding: 30px;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    margin-bottom: 40px;
}
/*-----------------------------------------------------------     THEME SIDEBAR AREA CSS ---------------------------------------------------------------------*/
.themeSidebarArea {
    width: 33%;
}
.themeSidebarAreaInner {
 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;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    margin-left: 45px;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:12px;
 color:#686868;
    margin-bottom: 40px;
}
.themeSidebarAreaInner h1 {
 font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
 font-size:28px;
 color:#555555;
}
.themeSidebarAreaInner h2 {
 font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
 font-size:26px;
 color:#555555;
}
.themeSidebarAreaInner h3 {
 font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
 font-size:24px;
 color:#555555;
}
.themeSidebarAreaInner h4 {
 font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
 font-size:22px;
 color:#555555;
}
.themeSidebarAreaInner h5 {
 font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
 font-size:20px;
 color:#555555;
}
.themeSidebarAreaInner h6 {
 font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
 font-size:18px;
 color:#555555;
}
.themeSidebarAreaInner a {
 text-decoration:none;
 color:#d95b4c;
}
.themeSidebarAreaInner a:hover {
 text-decoration:none;
 color:#d95b4c;
}
.themeSidebarAreaInner form li span input[type=text], .themeSidebarAreaInner form li span textarea, .themeSidebarAreaInner form li span select {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:12px;
 color:#686868;
    width: 220px;
    margin: 3px 0;
}
.themeSidebarAreaInner form li input[type=submit], .themeSidebarAreaInner form li input[type=reset] {
font-family:'Open Sans', Verdana, Geneva, sans-serif;
    margin-right: 10px;
}
.themeSidebarAreaInner form li span select {
    width: 233px;
}
.themeSidebarAreaInner form ul li label {
    text-align: left;
    padding-right: 0px;
    width: auto;
}
.themeSidebarAreaInner form ul li label, .themeSidebarAreaInner form ul li div {
    float: none;
    padding: 5px 0;
}
.themeSidebarAreaInner form li span input, .themeSidebarAreaInner form li span label {
    height: auto;
    float: none;
}
.themeSidebarAreaInner form li {
    padding: 5px 0;
}
.themeSidebarAreaInner 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);
}
.themeSidebarAreaInner 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 ---------------------------------------------------------------------*/
.themeSidebarAreaInner .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;
}
.themeSidebarAreaInner .zs-highlight-box h1 {
font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
font-size:28px;
color:#eaf4bd;
}
.themeSidebarAreaInner .zs-highlight-box h2 {
font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
font-size:26px;
color:#eaf4bd;
}
.themeSidebarAreaInner .zs-highlight-box h3 {
font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#eaf4bd;
}
.themeSidebarAreaInner .zs-highlight-box h4 {
font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#eaf4bd;
}
.themeSidebarAreaInner .zs-highlight-box h5 {
font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#eaf4bd;
}
.themeSidebarAreaInner .zs-highlight-box h6 {
font-family:'Bree Serif', Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#eaf4bd;
}
.themeSidebarAreaInner .zs-highlight-box a {
 color:#eaf4bd;
 text-decoration:none;
}
.themeSidebarAreaInner .zs-highlight-box a:hover {
 text-decoration:none;
 color:#eaf4bd;
}
.themeSidebarAreaInner .zs-highlight-box form li span input[type=text], .themeSidebarAreaInner .zs-highlight-box form li span textarea, .themeSidebarAreaInner .zs-highlight-box form li span select {
    width: 180px;
}
.themeSidebarAreaInner .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;
    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);
}
.themeSidebarAreaInner .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     -----------------------------------------------*/
.themeSidebarAreaInner .zs-text-light-color {
color:#ADADAD;
}
.themeSidebarAreaInner .zs-text-highlight-color {
color:#555555;
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-light-color {
color:#ADADAD;
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-highlight-color {
color:#eaf4bd;
}
/*--------------------- THEME SIDEBAR TABS ACCORDION AREA CSS ---------------------*/
.themeSidebarAreaInner .zs-tabs ul, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
    margin: 0;
    display: none;
}
.themeSidebarAreaInner .zs-tabs li, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li {
    padding: 0;
    margin: 0 5px 0 0;
    float: left;
}
.themeSidebarAreaInner .zs-tabs ul li div, .themeSidebarAreaInner .zs-highlight-box .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;
}
.themeSidebarAreaInner .zs-tabs ul li.selected div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #f55b56;
}
.themeSidebarAreaInner .zs-tabs-accordion-content, .themeSidebarAreaInner .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;
}
.themeSidebarAreaInner .zs-accordion, .themeSidebarAreaInner .zs-highlight-box .zs-accordion {
    color: #757575;
    padding: 10px;
    cursor: pointer;
    display: block;
    background: #ffffff;
    position: relative;
    border: 1px solid #e5e5e5;
    margin-bottom: 5px;
}
.themeSidebarAreaInner .zs-accordion.selected, .themeSidebarAreaInner .zs-highlight-box .zs-accordion.selected {
    margin-bottom: 0px;
    color: #f55b56;
    background: #ffffff;
}
/*---------------------------------- THEME SIDEBAR AREA HIGHLIGHT BOX TABS ACCORDION AREA CSS START ------------------------------------*/
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content {
    padding: 10px;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h1, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h2, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h3, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h4, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h5, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h6 {
    color: #555555;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #d95b4c;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #d5d5d5;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content th {
    background: #f5eeec;
    border-color: #e7d9d5;
    color: #9a8789;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content td {
    background: #fffcfb;
    border-color: #e7d9d5;
    color: #686868;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    background: #fffdf9;
    border: 1px solid #e8e0d4;
    color: #757575;
    width: 140px;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 165px;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li input[type="submit"], .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li input[type="reset"] {
    padding: 8px 20px;
}
/*----------------------------------------------------------- THEME FOOTER AREA CSS ---------------------------------------------------------------------*/
.themeFooterArea {
 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;
 -moz-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;
 border-width:0;
 border-style:none;
 border-color:transparent;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
}
.themeFooterPattern {
    background: url(images/footerpattern.png) left top repeat;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    padding: 40px 0 80px;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#AAA2A2;
}
.themeFooterPattern h1 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#ff845e;
}
.themeFooterPattern h2 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#ff845e;
}
.themeFooterPattern h3 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#ff845e;
}
.themeFooterPattern h4 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#ff845e;
}
.themeFooterPattern h5 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#ff845e;
}
.themeFooterPattern h6 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:18px;
 color:#ff845e;
}
.themeFooterPattern a {
 color:#d95b4c;
 text-decoration:none;
}
.themeFooterPattern a:hover {
 text-decoration:none;
 color:#d95b4c;
}
.themeFooterPattern form li span input[type=text], .themeFooterPattern form li span textarea, .themeFooterPattern form li span select {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#f7f5f1;
    background: #545050;
    border-color: #4B4848;
}
.themeFooterPattern form li input[type=submit], .themeFooterPattern form li input[type=reset] {
font-family:'Open Sans', Verdana, Geneva, sans-serif;
}
.themeFooterPattern 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;
}
.themeFooterPattern 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;
}
.themeFooterPattern hr {
    border-top: 1px solid #302A2A;
}
.themeFooterPattern table {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}
.themeFooterPattern h3.newsletter-heading {
    color:#FF845E;
}
.themeFooterPattern .newsletter-desc {
    color:#AAA2A2;
}
.themeFooterPattern .newsletter-input-field {
    background: #545050;
    border-color: #4B4848;
    color: #f7f5f1;
}
.themeFooterPattern .newsletter-form input[type="text"]::-moz-placeholder {
    color:#f7f5f1;
}
.themeFooterPattern .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#f7f5f1;
}
.themeFooterPattern .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#f7f5f1;
}
/*----------------------------------------------------------- THEME FOOTER AREA HIGHLIGHT BOX CSS ---------------------------------------------------------------------*/
.themeFooterPattern .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;
}
.themeFooterPattern .zs-highlight-box h1 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#ff845e;
}
.themeFooterPattern .zs-highlight-box h2 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#ff845e;
}
.themeFooterPattern .zs-highlight-box h3 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#ff845e;
}
.themeFooterPattern .zs-highlight-box h4 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#ff845e;
}
.themeFooterPattern .zs-highlight-box h5 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#ff845e;
}
.themeFooterPattern .zs-highlight-box h6 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:18px;
 color:#ff845e;
}
.themeFooterPattern .zs-highlight-box a {
 color:#ff845e;
 text-decoration:none;
}
.themeFooterPattern .zs-highlight-box a:hover {
 text-decoration:none;
 color:#ff845e;
}
.themeFooterPattern .zs-highlight-box form li span input[type=text], .themeFooterPattern .zs-highlight-box form li span textarea, .themeFooterPattern .zs-highlight-box form li span select {
    background: #3A3737;
    border-color: #464242;
    color:#796B6B;
}
.themeFooterPattern .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;
}
.themeFooterPattern .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;
}
.themeFooterPattern .zs-highlight-box hr {
    border-top-color: #4B4545;
}
.themeFooterPattern .zs-highlight-box h3.newsletter-heading {
    color:#FF845E;
}
.themeFooterPattern .zs-highlight-box .newsletter-desc {
    color:#796B6B;
}
.themeFooterPattern .zs-highlight-box .newsletter-input-field {
    background: #3A3737;
    border: 1px solid #464242;
    color: #796B6B;
}
.themeFooterPattern .zs-highlight-box .newsletter-form input[type="text"]::-moz-placeholder {
    color:#796B6B;
}
.themeFooterPattern .zs-highlight-box .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#796B6B;
}
.themeFooterPattern .zs-highlight-box .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#796B6B;
}
/*----------------------------------- FOOTER TEXT HIGHLIGHT CSS     -----------------------------------------------*/
.themeFooterPattern .zs-text-light-color {
color:#817878;
}
.themeFooterPattern .zs-text-highlight-color {
color:#FF845E;
}
.themeFooterPattern .zs-highlight-box .zs-text-light-color {
color:#817878;
}
.themeFooterPattern .zs-highlight-box .zs-text-highlight-color {
color:#FF845E;
}
/*--------------------- THEME FOOTER TABS ACCORDION AREA CSS ---------------------*/
.themeFooterPattern .zs-tabs ul, .themeFooterPattern .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #6E6363;
    padding: 0;
    margin: 0;
}
.themeFooterPattern .zs-tabs li, .themeFooterPattern .zs-highlight-box .zs-tabs ul li {
    padding: 0;
    margin: 0 5px 0 0;
    float: left;
}
.themeFooterPattern .zs-tabs ul li div, .themeFooterPattern .zs-highlight-box .zs-tabs ul li div {
    float: left;
    position: relative;
    margin: 0 0 -1px;
    display: block;
    cursor: pointer;
    background: #403A3A;
    padding: 0 25px;
    overflow: hidden;
    color: #AAA2A2;
    line-height: 3;
    border: 1px solid #6E6363;
}
.themeFooterPattern .zs-tabs ul li.selected div, .themeFooterPattern .zs-highlight-box .zs-tabs ul li.selected div {
    background: #484141;
    border-bottom: 1px solid #484141;
    color: #f55b56;
}
.themeFooterPattern .zs-tabs-accordion-content, .themeFooterPattern .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;
}
.themeFooterPattern .zs-accordion, .themeFooterPattern .zs-highlight-box .zs-accordion {
    color: #AAA2A2;
    padding: 10px;
    cursor: pointer;
    display: none;
    background: #403A3A;
    position: relative;
    border: 1px solid #6E6363;
    margin-bottom: 5px;
}
.themeFooterPattern .zs-accordion.selected, .themeFooterPattern .zs-highlight-box .zs-accordion.selected {
    margin-bottom: 0px;
    color: #f55b56;
    background: #484141;
}
/*---------------------------------- THEME FOOTER AREA HIGHLIGHT BOX TABS ACCORDION AREA CSS START ------------------------------------*/
.themeFooterPattern .zs-highlight-box .zs-tabs-accordion-content h1, .themeFooterPattern .zs-highlight-box .zs-tabs-accordion-content h2, .themeFooterPattern .zs-highlight-box .zs-tabs-accordion-content h3, .themeFooterPattern .zs-highlight-box .zs-tabs-accordion-content h4, .themeFooterPattern .zs-highlight-box .zs-tabs-accordion-content h5, .themeFooterPattern .zs-highlight-box .zs-tabs-accordion-content h6 {
    color: #FFFFFF;
}
.themeFooterPattern .zs-highlight-box .zs-tabs-accordion-content a, .themeFooterPattern .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #d95b4c;
}
.themeFooterPattern .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #585454;
}
.themeFooterPattern .zs-highlight-box .zs-tabs-accordion-content th {
    background: #665d5d;
    border-color: #565050;
    color: #ad9c9c;
}
.themeFooterPattern .zs-highlight-box .zs-tabs-accordion-content td {
    background: #fffcfb;
    border-color: #e7d9d5;
    color: #686868;
}
.themeFooterPattern .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .themeFooterPattern .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeFooterPattern .zs-highlight-box .zs-tabs-accordion-content form li span select {
    background: #3a3737;
    border-color: #464242;
    color: #aaa2a2;
    width: 240px;
}
.themeFooterPattern .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 255px;
}
/*--------------------------------------------------------------- THEME FORM AREA CSS -------------------------------------------------------------------*/
form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
form li {
    overflow: hidden;
    padding: 10px 0;
    margin: 0;
}
form ul li label, form ul li div {
    width: auto;
    float: left;
    padding: 0;
}
form ul li label {
    width: 150px;
    padding-right: 20px;
    text-align: right;
}
form li span input, form li span label {
    float: none;
    width: auto;
    padding: 0 3px;
    margin: 7px 2px 0;
}
form li div span {
    display: block;
}
form li span input[type=text], form li span textarea, form li span select {
    background: #fffdf9;
    border: 1px solid #e8e0d4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    float: left;
    margin: 0px;
    padding: 10px;
    resize: none;
    width: 295px;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#757575;
}
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: 303px;
}
form li span textarea {
    height: 100px;
    overflow: auto;
}
form .dateinvoker {
    background: url(images/datePickerIcn.png) 0 0 no-repeat;
    width: 22px;
    height: 20px;
    border: none;
    vertical-align: middle;
    margin-top: 12px;
    outline: none;
    margin-left: 5px;
    border-radius: 0;
    padding: 0px;
    -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 SEARCH BOX AREA CSS ---------------------------------------------------------------------*/
.themeSearchContainer {
    float: right;
    margin-top: 20px;
}
.themeSearchBox {
    width: 200px;
    height: 32px;
    position: relative;
    border: 1px solid #6b625f;
    background: #433e3e;
    box-shadow: 0 2px 3px rgba(0,0,0,0.5) inset;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5) inset;
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.5) inset;
    -o-box-shadow: 0 2px 3px rgba(0,0,0,0.5) inset;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.themeSearchBox input[type=text] {
    background: transparent;
    width: 160px;
    height: 32px;
    border: 0;
    outline: none;
    line-height: 32px;
    font-family: 'Open Sans', Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #635d5b;
    padding: 0 10px
}
.themeSearchBox input[type=submit] {
    background: url(images/searchicon.png) center center no-repeat;
    width: 34px;
    height: 31px;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 0 none;
    cursor: pointer;
}
/* ------------------------------------------------------------- THEME SLIDESHOW AREA CSS ---------------------------------------------------------------------------*/
.zs-slideshow-right-arrow {
    background: url(images/zs-slideshow-right-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 50px;
    left: auto;
    right: 10px;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: opacity 500ms ease 0s;
    -webkit-transition: opacity 500ms ease 0s;
    -moz-transition: opacity 500ms ease 0s;
    -o-transition: opacity 500ms ease 0s;
    width: 50px;
    z-index: 150;
}
.zs-slideshow-left-arrow {
    background: url(images/zs-slideshow-left-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 50px;
    right: auto;
    left: 10px;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: opacity 500ms ease 0s;
    -webkit-transition: opacity 500ms ease 0s;
    -moz-transition: opacity 500ms ease 0s;
    -o-transition: opacity 500ms ease 0s;
    width: 50px;
    z-index: 150;
}
.themeSlideshowOuterContainer {
    bottom: 0px;
    height: 20px;
    opacity: 0;
    text-align: center;
    position: absolute;
    transition: opacity 500ms ease 0s;
    -webkit-transition: opacity 500ms ease 0s;
    -moz-transition: opacity 500ms ease 0s;
    -o-transition: opacity 500ms ease 0s;
    z-index: 150;
}
.themeSlideshowInnerContainer {
    background: #ffffff;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    box-shadow: 0 -1px 0 #FFFFFF, 0 -3px 3px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 -1px 0 #FFFFFF, 0 -3px 3px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 -1px 0 #FFFFFF, 0 -3px 3px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0 -1px 0 #FFFFFF, 0 -3px 3px rgba(0, 0, 0, 0.19);
    padding: 5px 10px 5px 18px;
}
.zs-slideshow-control-active {
    background: url(images/zs-slideshow-control-active.png) no-repeat left top;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0;
    padding: 0 5px;
    width: 12px;
}
.zs-slideshow-control {
    background: url(images/zs-slideshow-control.png) no-repeat left top;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0;
    padding: 0 5px;
    width: 12px;
}
/*----------------------------------- 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, .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
    margin: 0;
}
.zs-tabs li, .zs-highlight-box .zs-tabs ul li {
    padding: 0;
    margin: 0 5px 0 0;
    float: left;
}
.zs-tabs ul li div, .zs-highlight-box .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;
}
.zs-tabs ul li.selected div, .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
    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: none;
    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;
    width: 240px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 255px;
}
/***************************** START SOCIAL ICONS SPRITE *****************************/
.themeSocialiconContainer {
    margin: 5px 0;
    text-align: center;
    height: 26px;
}
.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: 0 2px;
}
.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-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;
    border-bottom:1px solid #897F76;
}
.member-signin {
    float: right;
}
.member-signin > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.member-signin li {
    display: inline-block;
    line-height: 35px;
    margin-left: 20px;
    padding: 0;
    position:relative;
}
.member-signin li a {
    font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
    text-decoration:none;
    color:#ffffff;
    display:block;
}
.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;
}
 