/*---------------------- THEME WEB FONT AREA CSS START ----------------------*/
@-zs-include webfonts(Dosis:300, 400, 500, 600/Open Sans:300, 400);
/*---------------------- THEME WEB FONT AREA CSS END ----------------------*/
/*---------------------- THEME PRESET CSS AREA START ----------------------*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
body {
 background-color:#f6f5f5;
 background-image:none;
 background-position:top left;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 font-family:'Open Sans', Helvetica, Arial, sans-serif;
 font-size:14px;
 color:#6c6c6c;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol {
    font-weight: 300;
}
h1 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:30px;
color:#dc8150;
}
h2 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:26px;
color:#dc8150;
}
h3 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:22px;
color:#dc8150;
}
h4 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:20px;
color:#dc8150;
}
h5 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:18px;
color:#dc8150;
}
h6 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:16px;
color:#dc8150;
}
a {
text-decoration:underline;
 color:#dc8150;
}
a:hover {
text-decoration:none;
color:#dc8150;
}
:focus {
    outline: none;
}
a img {
    border: 0 none;
}
p {
    line-height: 1.6;
}
ul, ol {
    margin: 0;
    padding: 0 0 0 25px;
}
ol {
    margin: 0;
    padding: 0 0 0 25px;
}
li {
    margin: 0;
    padding: 3px;
}
hr {
    border: 0px;
    border-top: 1px solid #e9e9e9;
}
/*----------------------------------- THEME PRESET CSS AREA END --------------------------------------*/
/*----------------------------------- THEME TABLE AREA CSS START -------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
 font-family:'Open Sans', Helvetica, Arial, sans-serif;
 font-size:14px;
 background:#e8e8e8;
 background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8e8));
 background:-moz-linear-gradient(top, #ffffff, #e8e8e8);
 background:-o-linear-gradient(top, #ffffff, #e8e8e8);
 border-width:1px;
 border-style:solid;
 border-color:#d0d0d0;
 color:#dc8150;
 padding:10px;
    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;
}
td {
 font-family:'Open Sans', Helvetica, Arial, sans-serif;
 font-size:14px;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#cecece;
 color:#666666;
 padding:10px;
}
/*----------------------------------- THEME TABLE AREA CSS END -------------------------------------*/
/*----------------------------------- THEME COMMON USAGE AREA CSS START --------------------------------*/
.themeWidth {
    width: 1024px;
    margin: 0 auto;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clearDiv {
    clear: both;
}
/*-------------------------------- THEME COMMON USAGE AREA CSS END ------------------------------*/
/*-------------------------------- THEME SOCIAL AND SEARCH BOX AREA CSS START ------------------------------*/
.themeSearchandSocialIconContainer {
    border-bottom: 1px solid #e1e0e0;
    overflow: hidden;
}
/*-------------------------------- THEME SEARCH BOX AREA CSS START ------------------------------*/
.themeSearchContainer {
    float: right;
}
.themeSearchBox {
    width: 180px;
    height: 34px;
    position: relative;
    background: #ffffff;
    border-left: 1px solid #e1e0e0;
    border-right: 1px solid #e1e0e0;
}
.themeSearchBox input[type=text] {
    background: transparent;
    width: 130px;
    height: 34px;
    border: 0;
    outline: none;
    line-height: 34px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #999999;
    padding: 0 5px;
}
.themeSearchBox input[type=submit] {
    background: url(images/searchicon.png) center center no-repeat #f6f5f5;
    width: 30px;
    height: 34px;
    padding-left: 7px;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 0 none;
    border-left: 1px solid #e1e0e0;
    cursor: pointer;
}
/*----------------------- THEME SEARCH BOX AREA CSS END ------------------------------*/
/* -------------------- THEME SOCIAL ICONS AREA CSS START  -----------------------*/
.themeSocialiconArea {
    text-align: right;
}
.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: 28px;
    height: 24px;
    display: inline-block;
    margin: 5px 5px 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 -236px;
}
/* -------------------------------- THEME SOCIAL ICONS AREA CSS END -------------------------------- */
/*-------------------------------- THEME SOCIAL AND SEARCH BOX AREA CSS END ------------------------------*/
/*------------------------------- THEME BRANDING AREA CSS START -------------------------------*/
.themeBrandingArea {
 background-color:#ffffff;
 background-image:none;
 background-repeat:repeat;
 background-position:left top;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    -o-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-bottom: 50px;
}
.themeBrandingContainer {
    display: table;
    border: 0 solid;
    width: 100%;
}
.tableRow {
    display: table-row;
}
.tableCell {
    display: table-cell
}
.themeLogoOuterContainer {
    width: 1%;
    vertical-align: middle;
}
.themeLogoArea {
    padding-right: 15px;
}
.themeSitenameCaptionOuterContainer {
    vertical-align: middle;
    height: 100%;
}
.themeSitenameCaptionInnerContainer {
    height: 100%;
    vertical-align: middle;
}
.themeSitenameCaptionContainer {
    vertical-align: middle;
    height: 100%;
    width: 45%;
}
.themeSitename {
 font-family:'Dosis', Verdana, Geneva, sans-serif;
 font-size:36px;
 color:#333333;
    word-wrap: break-word;
    font-weight: 500;
    width: 400px;
}
.themeCaption {
 font-family:'Dosis', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#858585;
    word-wrap: break-word;
    font-weight: 300;
    width: 400px;
}
/*----------------------------------------------------------- THEME BRANDING AREA CSS END -----------------------------------------------------------*/
/*----------------------------------------------------------- THEME NAVIGATION AREA CSS START -----------------------------------------------------------*/
.themeNavigationAreaContainer {
    vertical-align: middle;
    height: 100%;
    width: 50%;
}
.themeNavigationArea {
    float: right;
}
#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#navigation li {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}
#navigation li a {
    display: block;
    padding: 0 20px;
 color:#69675b;
 font-size:16px;
 font-family:'Dosis', Verdana, Geneva, sans-serif;
    font-weight: 500;
    float: left;
    text-decoration: none;
    cursor: pointer;
    line-height: 7;
    border-bottom: 3px solid transparent;
}
#navigation li:hover a, #navigation li.selected a, #navigation li.active a {
color:#e28f5f;
background-color:transparent;
background-image:none;
background-repeat:repeat;
background-position:left top;
    border-bottom: 3px solid #e28f5f;
}
#navigation li a span {
    float: left;
}
#navigation li.navArrow a em, #navigation li:hover.navArrow a em, #navigation li.selected.navArrow a em, #navigation li.selected.navArrow a em {
    background: url(images/navArrow.png) no-repeat 0 0;
    display: block;
    float: left;
    height: 11px;
    width: 7px;
    margin: 52px 0 0 10px;
}
#navigation li:hover.navArrow a em, #navigation li.selected.navArrow a em, #navigation li.active.navArrow a em {
    background: url(images/navArrowHover.png) no-repeat 0 0;
}
/*----------------------------------------------------- THEME SUBMENU AREA CSS -----------------------------------------------------*/
.submenu {
 background-color:#f6f5f5;
 background-image:none;
background-position:left top;
background-repeat:repeat;
 border-width:0;
border-style:none;
border-color:transparent;
 border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
-o-border-radius:0;
    width: 225px;
    position: absolute;
    display: block;
    padding: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -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;
    line-height: 0;
}
.submenu li {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0px;
}
.submenu li a {
 color:#69675b;
 font-size:16px;
 font-family:'Dosis', Verdana, Geneva, sans-serif;
    font-weight: 500;
    text-decoration: none;
    display: block;
    width: 100%;
    float: left;
    cursor: pointer;
    padding: 8px 0;
    line-height: 1.6;
}
.submenu li a:hover, .submenu li.selected a {
 color:#ffffff;
background-color:#dd8c5d;
background-image:none;
background-position:left top;
background-repeat:repeat;
}
.submenu li a span {
    width: 85%;
    float: left;
    margin: 0;
    word-wrap: break-word;
    padding-left: 15px;
}
.submenu li.navArrow a em, .submenu li:hover.navArrow a em {
    background: transparent url(images/subnavArrow.png) no-repeat scroll center left;
    float: left;
    height: 7px;
    width: 11px;
    margin-top: 10px;
}
.submenu li:hover.navArrow a em {
    background: transparent url(images/subnavArrowHover.png) no-repeat scroll center left;
}
/*-------------------------------- THEME NAVIGATION AREA CSS END ------------------------------*/
/* -------------------------------- THEME BANNER AREA CSS START -------------------------------- */
.themeBanner {
    padding-bottom: 50px;
}
/* ----------------------- THEME BANNER AREA CSS END  ----------------------- */
/* -------------------------------- THEME CONTENT AREA CSS START -------------------------------- */
.themeContentContainer {
 background-color:#ffffff;
 background-image:none;
 background-position:0 0;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0 0 0 0 transparent, 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow:0 0 0 0 transparent, 0px 0px 0px 0 transparent inset;
 -moz-box-shadow:0 0 0 0 transparent, 0px 0px 0px 0 transparent inset;
 -o-box-shadow:0 0 0 0 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: 50px 0;
}
.themeContentArea {
    width: 70%;
    min-height: 500px;
    height: auto !important;
    height: 500px;
}
/* -------------------------------- THEME CONTENT AREA CSS END -------------------------------- */
/*------------------------------- THEME BREADCRUMB AREA CSS START ----------------------------------*/
.themeBreadcrumb {
    padding: 5px 0;
}
.themeBreadcrumb span {
    padding: 0 10px;
}
.themeBreadcrumb p {
    word-wrap: break-word
}
/*------------------------------- THEME BREADCRUMB AREA CSS END ----------------------------------*/
/*--------------------------- THEME SIDEBAR AREA CSS START ---------------------------*/
.themeSidebarArea {
    width: 30%;
}
.themeSidebarAreaInner {
    min-height: 300px;
    height: auto !important;
    height: 300px;
    margin-right: 40px;
 background-color:transparent;
 background-image:none;
 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:'Open Sans', Helvetica, Arial, sans-serif;
 font-size:14px;
 color:#6c6c6c;
}
.themeSidebarAreaInner h1 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:30px;
color:#dc8150;
}
.themeSidebarAreaInner h2 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:26px;
color:#dc8150;
}
.themeSidebarAreaInner h3 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:22px;
color:#dc8150;
}
.themeSidebarAreaInner h4 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:20px;
color:#dc8150;
}
.themeSidebarAreaInner h5 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:18px;
color:#dc8150;
}
.themeSidebarAreaInner h6 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:16px;
color:#dc8150;
}
.themeSidebarAreaInner a {
text-decoration:underline;
 color:#dc8150;
}
.themeSidebarAreaInner a:hover {
text-decoration:none;
color:#dc8150;
}
.themeSidebarAreaInner th {
 font-family:'Open Sans', Helvetica, Arial, sans-serif;
 font-size:14px;
 background:#e8e8e8;
 background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8e8));
 background:-moz-linear-gradient(top, #ffffff, #e8e8e8);
 background:-o-linear-gradient(top, #ffffff, #e8e8e8);
 border-width:1px;
 border-style:solid;
 border-color:#d0d0d0;
 color:#dc8150;
 padding:10px;
    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;
}
.themeSidebarAreaInner td {
 font-family:'Open Sans', Helvetica, Arial, sans-serif;
 font-size:14px;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#cecece;
 color:#666666;
 padding:10px;
}
.themeSidebarAreaInner form ul li label, .themeSidebarAreaInner form ul li div {
    width: auto;
    float: none;
}
.themeSidebarAreaInner form li span input[type=text], .themeSidebarAreaInner form li span textarea, .themeSidebarAreaInner form li span select {
    width: 200px;
}
.themeSidebarAreaInner form li span select {
    width: 210px;
}
.themeSidebarAreaInner .zs-accordion {
    display: block;
}
.themeSidebarAreaInner .zs-tabs ul {
    display: none;
}
/*--------------------------- THEME SIDEBAR AREA CSS END ---------------------------*/
/*-------------------------- THEME SIDEBAR HIGHLIGHT BOX AREA CSS START ------------------------------*/
.themeSidebarAreaInner .zs-highlight-box {
 background-color: #80a852;
 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: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 -moz-box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 -webkit-box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 -o-box-shadow: 0 0 0 0 transparent, 0px 0 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;
 padding: 15px;
 margin: 0;
    min-height: 150px;
font-family:'Open Sans', Helvetica, Arial, sans-serif;
 font-size:14px;
 color:#f5ffea;
}
.themeSidebarAreaInner .zs-highlight-box h1 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:30px;
color:#ffffff;
}
.themeSidebarAreaInner .zs-highlight-box h2 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:26px;
color:#ffffff;
}
.themeSidebarAreaInner .zs-highlight-box h3 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:22px;
color:#ffffff;
}
.themeSidebarAreaInner .zs-highlight-box h4 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:20px;
color:#ffffff;
}
.themeSidebarAreaInner .zs-highlight-box h5 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:18px;
color:#ffffff;
}
.themeSidebarAreaInner .zs-highlight-box h6 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:16px;
color:#ffffff;
}
.themeSidebarAreaInner .zs-highlight-box a {
 color:#455237;
 text-decoration:underline;
}
.themeSidebarAreaInner .zs-highlight-box a:hover {
 text-decoration:none;
 color:#455237;
}
.themeSidebarAreaInner .zs-highlight-box th {
 font-family:'Open Sans', Helvetica, Arial, sans-serif;
 font-size:14px;
 background:#9CCF62;
 background:-webkit-gradient(linear, left top, left bottom, from(#9CCF62), to(#80a852));
 background:-moz-linear-gradient(top, #9CCF62, #80a852);
 background:-o-linear-gradient(top, #9CCF62, #80a852);
 border-width:1px;
 border-style:solid;
 border-color:#789D4E;
 color:#ffffff;
 padding:10px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
}
.themeSidebarAreaInner .zs-highlight-box td {
 font-family:'Open Sans', Helvetica, Arial, sans-serif;
 font-size:14px;
 background:#F8FFF0;
 border-width:1px;
 border-style:solid;
 border-color:#BACAA8;
 color:#666666;
 padding:10px;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-input-field, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-input-field{
    width:210px;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-layout-3 .newsletter-form, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-layout-3 .newsletter-form{
    width:210px;
}
.themeSidebarAreaInner .zs-highlight-box form li input[type="submit"], .themeSidebarAreaInner .zs-highlight-box form li input[type="reset"] {
    padding:10px 25px;
    margin-right:10px;
}
/*-------------------------- THEME SIDEBAR HIGHLIGHT BOX AREA CSS END ------------------------------*/
/*------------------------ THEME SIDEBAR TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS START ------------------------------*/
.themeSidebarAreaInner .zs-text-light-color {
color:#D0D0D0;
}
.themeSidebarAreaInner .zs-text-highlight-color {
color:#dc8150;
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-light-color {
color:#598824;
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-highlight-color {
color:#ffffff;
}
/*------------------------ THEME SIDEBAR TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS END ------------------------------*/
/*------------------------ THEME SIDEBAR TABS ACCORDION AREA CSS START ------------------------------*/
.themeSidebarAreaInner .zs-tabs ul, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    display: none;
    border-bottom: 1px solid #cecece;
}
.themeSidebarAreaInner .zs-tabs li, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li {
    padding: 0;
    margin: 0;
    float: left;
}
.themeSidebarAreaInner .zs-tabs ul li div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li div {
    padding: 0 20px;
    overflow: hidden;
    color: #6f6f6f;
    position: relative;
    margin: 0 0 -1px;
    line-height: 3;
    cursor: pointer;
    background: #f3f3f3;
}
.themeSidebarAreaInner .zs-tabs ul li.selected div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    border-top: 1px solid #e28f5f;
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece;
    color: #dc8150;
}
.themeSidebarAreaInner .zs-tabs-accordion-content, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    border: 1px solid #cecece;
    border-top: 0px;
    padding: 15px;
    clear: both;
    display: none;
    margin-bottom: 3px;
}
.themeSidebarAreaInner .zs-accordion, .themeSidebarAreaInner .zs-highlight-box .zs-accordion {
    color: #6f6f6f;
    padding: 10px;
    cursor: pointer;
    display: block;
    background: #ffffff;
    border: 1px solid #cecece;
    position: relative;
    margin-bottom: 3px;
}
.themeSidebarAreaInner .zs-accordion.selected, .themeSidebarAreaInner .zs-highlight-box .zs-accordion.selected {
    color: #FFFFFF;
    background: #dc8150;
    margin-bottom: 0px;
    border-bottom: 0px;
    border: 0;
}
/*------------------------ THEME SIDEBAR AREA HIGHLIGHT BOX TABS ACCORDION AREA CSS ------------------------------*/
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content {
    border: 0px;
    color: #6c6c6c;
    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: #dc8150;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #dc8150;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top-color: #e9e9e9;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content th {
    background: #f4f4f4;
    border-color: #d0d0d0;
    color: #dc8150;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #cecece;
    color: #666666;
}
.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: #ffffff;
    border-color: #ebebeb;
    color: #6c6c6c;
    width: 150px;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 173px;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li input[type="submit"], .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content button {
    background: #6f9842;
    color: #ffffff;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li input[type="reset"] {
    background: #ebebeb;
    color: #b7b7b7;
}
.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: 12px 20px;
}
/*--------------------------- THEME FOOTER AREA CSS START ----------------------------------*/
.themeFooterArea {
background-color:#171717;
 background-image:none;
 background-position:top left;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0px 0 0 0px transparent, 0px 0 0 0 transparent inset;
 -moz-box-shadow: 0px 0 0 0px transparent, 0px 0 0 0 transparent inset;
 -o-box-shadow: 0px 0 0 0px transparent, 0px 0 0 0 transparent inset;
 -webkit-box-shadow: 0px 0 0 0px transparent, 0px 0 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', Helvetica, Arial, sans-serif;
 font-size:14px;
 color:#989898;
    padding: 35px 0;
    min-height: 150px;
    height: auto !important;
    height: 150px;
}
.themeFooterArea h1 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:30px;
color:#f6f6f6;
}
.themeFooterArea h2 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:26px;
color:#f6f6f6;
}
.themeFooterArea h3 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:22px;
color:#f6f6f6;
}
.themeFooterArea h4 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:20px;
color:#f6f6f6;
}
.themeFooterArea h5 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:18px;
color:#f6f6f6;
}
.themeFooterArea h6 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:16px;
color:#f6f6f6;
}
.themeFooterArea a {
text-decoration:underline;
 color:#dc8150;
}
.themeFooterArea a:hover {
text-decoration:none;
color:#dc8150;
}
.themeFooterArea th {
 font-family:'Open Sans', Helvetica, Arial, sans-serif;
 font-size:14px;
 background:#2f2f2f;
 border-width:1px;
 border-style:solid;
 border-color:#3a3a3a;
 color:#ffffff;
 padding:10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}
.themeFooterArea td {
 font-family:'Open Sans', Helvetica, Arial, sans-serif;
 font-size:14px;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#2f2f2f;
 color:#717171;
 padding:10px;
}
.themeFooterArea form li span input[type=text], .themeFooterArea form li span textarea, .themeFooterArea form li span select {
    background: #101010;
    border: 1px solid #1F1F1F;
}
.themeFooterArea form li input[type=reset] {
    background: #0f0f0f;
}
.themeFooterArea h3.newsletter-heading {
    color:#F6F6F6;
}
.themeFooterArea .newsletter-desc {
    color:#989898;
}
.themeFooterArea .newsletter-input-field {
    background: #101010;
    border-color:#1F1F1F;
    color: #989898;
}
.themeFooterArea .newsletter-form input[type="text"]::-moz-placeholder {
    color:#989898;
}
.themeFooterArea .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#989898;
}
.themeFooterArea .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#989898;
}
/*--------------------------- THEME FOOTER AREA CSS END ----------------------------------*/
/*-------------------------- THEME FOOTER HIGHLIGHT BOX AREA CSS START ------------------------------*/
.themeFooterArea .zs-highlight-box {
 background-color: #80a852;
 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: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 -moz-box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 -webkit-box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 -o-box-shadow: 0 0 0 0 transparent, 0px 0 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;
 padding: 15px;
 margin: 0;
    min-height: 150px;
font-family:'Open Sans', Helvetica, Arial, sans-serif;
 font-size:14px;
 color:#f5ffea;
}
.themeFooterArea .zs-highlight-box h1 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:30px;
color:#ffffff;
}
.themeFooterArea .zs-highlight-box h2 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:26px;
color:#ffffff;
}
.themeFooterArea .zs-highlight-box h3 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:22px;
color:#ffffff;
}
.themeFooterArea .zs-highlight-box h4 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:20px;
color:#ffffff;
}
.themeFooterArea .zs-highlight-box h5 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:18px;
color:#ffffff;
}
.themeFooterArea .zs-highlight-box h6 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:16px;
color:#ffffff;
}
.themeFooterArea .zs-highlight-box a {
 color:#455237;
 text-decoration:underline;
}
.themeFooterArea .zs-highlight-box a:hover {
 text-decoration:none;
 color:#455237;
}
.themeFooterArea .zs-highlight-box th {
 font-family:'Open Sans', Helvetica, Arial, sans-serif;
 font-size:14px;
 background:#9CCF62;
 background:-webkit-gradient(linear, left top, left bottom, from(#9CCF62), to(#80a852));
 background:-moz-linear-gradient(top, #9CCF62, #80a852);
 background:-o-linear-gradient(top, #9CCF62, #80a852);
 border-width:1px;
 border-style:solid;
 border-color:#789D4E;
 color:#ffffff;
 padding:10px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
}
.themeFooterArea .zs-highlight-box td {
 font-family:'Open Sans', Helvetica, Arial, sans-serif;
 font-size:14px;
 background:#F8FFF0;
 border-width:1px;
 border-style:solid;
 border-color:#BACAA8;
 color:#666666;
 padding:10px;
}
/*-------------------------- THEME FOOTER HIGHLIGHT BOX AREA CSS END ------------------------------*/
/*------------------------ THEME FOOTER TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS START ------------------------------*/
.themeFooterArea .zs-text-light-color {
color:#474242;
}
.themeFooterArea .zs-text-highlight-color {
color:#ffffff;
}
.themeFooterArea .zs-highlight-box .zs-text-light-color {
color:#598824;
}
.themeFooterArea .zs-highlight-box .zs-text-highlight-color {
color:#ffffff;
}
/*------------------------ THEME FOOTER TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS END ------------------------------*/
/*------------------------ THEME FOOTER TABS ACCORDION AREA CSS START ------------------------------*/
.themeFooterArea .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #3C3C3C;
    border-left: 1px solid #3c3c3c;
}
.themeFooterArea .zs-tabs li, .themeFooterArea .zs-highlight-box .zs-tabs ul li {
    padding: 0;
    margin: 0;
    float: left;
}
.themeFooterArea .zs-tabs ul li div, .themeFooterArea .zs-highlight-box .zs-tabs ul li div {
    padding: 0 20px;
    overflow: hidden;
    color: #6f6f6f;
    position: relative;
    margin: 0 0 -1px;
    line-height: 3;
    cursor: pointer;
    background: #282828;
    border-bottom: 1px solid #3c3c3c;
    border-right: 1px solid #3c3c3c;
    border-top: 1px solid #3c3c3c;
}
.themeFooterArea .zs-tabs ul li.selected div, .themeFooterArea .zs-highlight-box .zs-tabs ul li.selected div {
    background: #323232;
    border-right: 1px solid #3c3c3c;
    border-top: 1px solid #e28f5f;
    border-bottom: 1px solid #323232;
    color: #dc8150;
}
.themeFooterArea .zs-tabs-accordion-content, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    background: #323232;
    border: 1px solid #3C3C3C;
    border-top: 0px;
    padding: 15px;
    clear: both;
    display: none;
    margin-bottom: 3px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.themeFooterArea .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    color: #6f6f6f;
    padding: 10px;
    cursor: pointer;
    display: none;
    background: #282828;
    border: 1px solid #3C3C3C;
    position: relative;
    margin-bottom: 3px;
}
.themeFooterArea .zs-accordion.selected, .themeFooterArea .zs-highlight-box .zs-accordion.selected {
    color: #FFFFFF;
    background: #dc8150;
    margin-bottom: 0px;
    border-bottom: 0px;
    border: 0;
}
/*------------------------ THEME FOOTER AREA HIGHLIGHT BOX TABS ACCORDION AREA CSS ------------------------------*/
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    color: #6c6c6c;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content h1, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content h2, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content h3, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content h4, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content h5, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content h6 {
    color: #dc8150;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content a, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #dc8150;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top-color: #1D1D1D;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content th {
    background: #252525;
    border-color: #3a3a3a;
    color: #ffffff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content td {
    background: transparent;
    border-color: #404040;
    color: #717171;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    background: #101010;
    border: 1px solid #1f1f1f;
    color: #6c6c6c;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li input[type="submit"], .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content button {
    background: #6f9842;
    color: #ffffff;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li input[type="reset"] {
    background: #ebebeb;
    color: #b7b7b7;
}
/*-------------------------- THEME FORM AREA CSS START ---------------------------------*/
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: 5px 0 0;
}
form ul li label {
    width: 190px;
}
form li span input, form li span label {
    float: none;
    width: auto;
    padding: 0 3px;
    margin: 7px 2px 0;
#padding-top:3px;
}
form li div span {
    display: block;
}
form li span input[type=text], form li span textarea, form li span select {
    background: #ffffff;
    border: 1px solid #dee1e1;
    float: left;
    margin: 0px;
    padding: 10px 5px;
    resize: none;
    width: 300px;
 font-family:'Dosis', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#717171;
    font-weight: 300;
}
form li span select {
    width: 310px;
}
form li span textarea {
    height: 100px;
    overflow: auto;
}
form .dateinvoker {
    background: url(images/datePickerIcn.png) 0 0 no-repeat;
    width: 18px;
    height: 20px;
    border: none;
    margin: 0px;
    vertical-align: middle;
    margin-top: 12px;
    outline: none;
    margin-left: 7px;
    padding: 0px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}
form li input[type=submit], form li input[type=reset], button {
    -webkit-appearance: none;
    background: #dc8150;
    padding: 12px 30px;
    margin-right: 15px;
    cursor: pointer;
    border: 0 none;
#padding:5px 7px;
    color: #ffffff;
    font-weight: 500;
 font-family:'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}
form li input[type=reset] {
    background: #f6f5f5;
    color: #9f9898;
}
/*-------------------------- THEME FORM AREA CSS END ---------------------------------*/
/*-------------------------- THEME SLIDESHOW AREA CSS START ---------------------------------------*/
.zs-slideshow-right-arrow {
    background: url(images/zs-slideshow-right-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 40px;
    left: auto;
    right: 10px;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    top: auto;
    bottom: 10px;
    transition: opacity 500ms ease 0s;
    -webkit-transition: opacity 500ms ease 0s;
    -moz-transition: opacity 500ms ease 0s;
    -o-transition: opacity 500ms ease 0s;
    width: 40px;
    z-index: 160;
}
.zs-slideshow-left-arrow {
    background: url(images/zs-slideshow-left-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 40px;
    right: 52px;
    left: auto;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    top: auto;
    bottom: 10px;
    transition: opacity 500ms ease 0s;
    -webkit-transition: opacity 500ms ease 0s;
    -moz-transition: opacity 500ms ease 0s;
    -o-transition: opacity 500ms ease 0s;
    width: 40px;
    z-index: 160;
}
.themeSlideshowOuterContainer {
    bottom: 10px;
    height: 25px;
    right: auto;
    opacity: 0;
    text-align: left;
    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: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    padding: 0 0 15px 15px;
}
.zs-slideshow-control-active {
    background: url(images/zs-slideshow-control-active.png) no-repeat center center;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    height: 12px;
    width: 12px;
    margin: 0px 5px 0 0;
}
.zs-slideshow-control {
    background: url(images/zs-slideshow-control.png) no-repeat center center;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    height: 12px;
    width: 12px;
    margin: 0px 5px 0 0;
}
/*-------------------------- THEME SLIDESHOW AREA CSS END ---------------------------------------*/
/*-------------------------- THEME BODY HIGHLIGHT BOX AREA CSS START ------------------------------*/
.zs-highlight-box {
 background-color: #80a852;
 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: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 -moz-box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 -webkit-box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 -o-box-shadow: 0 0 0 0 transparent, 0px 0 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;
 padding: 15px;
 margin: 0;
    min-height: 150px;
font-family:'Open Sans', Helvetica, Arial, sans-serif;
 font-size:14px;
 color:#f5ffea;
}
.zs-highlight-box h1 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:30px;
color:#ffffff;
}
.zs-highlight-box h2 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:26px;
color:#ffffff;
}
.zs-highlight-box h3 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:22px;
color:#ffffff;
}
.zs-highlight-box h4 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:20px;
color:#ffffff;
}
.zs-highlight-box h5 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:18px;
color:#ffffff;
}
.zs-highlight-box h6 {
font-family:'Dosis', Verdana, Geneva, sans-serif;
font-size:16px;
color:#ffffff;
}
.zs-highlight-box a {
 color:#455237;
 text-decoration:underline;
}
.zs-highlight-box a:hover {
 text-decoration:none;
 color:#455237;
}
.zs-highlight-box th {
 font-family:'Open Sans', Helvetica, Arial, sans-serif;
 font-size:14px;
 background:#9CCF62;
 background:-webkit-gradient(linear, left top, left bottom, from(#9CCF62), to(#80a852));
 background:-moz-linear-gradient(top, #9CCF62, #80a852);
 background:-o-linear-gradient(top, #9CCF62, #80a852);
 border-width:1px;
 border-style:solid;
 border-color:#789D4E;
 color:#ffffff;
 padding:10px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
}
.zs-highlight-box td {
 font-family:'Open Sans', Helvetica, Arial, sans-serif;
 font-size:14px;
 background:#F8FFF0;
 border-width:1px;
 border-style:solid;
 border-color:#BACAA8;
 color:#666666;
 padding:10px;
}
.zs-highlight-box form li input[type=submit], .zs-highlight-box button {
    background: #ffffff;
    color: #6A903E;
}
.zs-highlight-box form li input[type=reset] {
    background: #6F9842;
    color: #C6DAAE;
}
.zs-highlight-box form li span input[type=text], .zs-highlight-box form li span textarea, .zs-highlight-box form li span select {
    background: #769E49;
    border: 1px solid #85AD57;
    color: #f5ffea;
}
.zs-highlight-box h3.newsletter-heading {
    color:#FFFFFF;
}
.zs-highlight-box .newsletter-desc {
    color:#F5FFEA;
}
.zs-highlight-box button.newsletter-button {
    background: #FFFFFF;
    color: #6A903E;
}
.zs-highlight-box .newsletter-input-field {
    background: #769E49;
    border: 1px solid #85AD57;
    color: #f5ffea;
}
.zs-highlight-box .newsletter-form input[type="text"]::-moz-placeholder {
    color:#f5ffea;
}
.zs-highlight-box .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#f5ffea;
}
.zs-highlight-box .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#f5ffea;
}
.zs-highlight-box form .dateinvoker {
    background: url(images/datePickerIcn.png) 0 0 no-repeat transparent;
}
/*-------------------------- THEME BODY HIGHLIGHT BOX AREA CSS END ------------------------------*/
/*------------------------ THEME BODY TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS START ------------------------------*/
.zs-text-light-color {
color:#D0D0D0;
}
.zs-text-highlight-color {
color:#dc8150;
}
.zs-highlight-box .zs-text-light-color {
color:#598824;
}
.zs-highlight-box .zs-text-highlight-color {
color:#ffffff;
}
/*------------------------ THEME BODY TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS END ------------------------------*/
/*------------------------ THEME TABS ACCORDION AREA CSS START ------------------------------*/
.zs-tabs ul, .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #cecece;
    border-left: 1px solid #cecece;
}
.zs-tabs li, .zs-highlight-box .zs-tabs ul li {
    padding: 0;
    margin: 0;
    float: left;
}
.zs-tabs ul li div, .zs-highlight-box .zs-tabs ul li div {
    padding: 0 20px;
    overflow: hidden;
    color: #6f6f6f;
    position: relative;
    margin: 0 0 -1px;
    line-height: 3;
    cursor: pointer;
    background: #f3f3f3;
    border-bottom: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-top: 1px solid #cecece;
}
.zs-tabs ul li.selected div, .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #cecece;
    border-top: 1px solid #e28f5f;
    color: #dc8150;
}
.zs-tabs-accordion-content, .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    border: 1px solid #cecece;
    border-top: 0px;
    padding: 15px;
    clear: both;
    display: none;
    margin-bottom: 3px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
    color: #6c6c6c;
}
.zs-accordion, .zs-highlight-box .zs-accordion {
    color: #6f6f6f;
    padding: 10px;
    cursor: pointer;
    display: none;
    background: #ffffff;
    border: 1px solid #cecece;
    position: relative;
    margin-bottom: 3px;
}
.zs-accordion.selected, .zs-highlight-box .zs-accordion.selected {
    color: #FFFFFF;
    background: #dc8150;
    margin-bottom: 0px;
    border-bottom: 0px;
    border: 0;
}
/*------------------------ THEME HIGHLIGHT BOX TABS ACCORDION AREA CSS ------------------------------*/
.zs-highlight-box .zs-tabs-accordion-content {
    color: #6c6c6c;
}
.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: #dc8150;
}
.zs-highlight-box .zs-tabs-accordion-content a, .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #dc8150;
}
.zs-highlight-box .zs-tabs-accordion-content hr {
    border-top-color: #e9e9e9;
}
.zs-highlight-box .zs-tabs-accordion-content th {
    background: #f4f4f4;
    border-color: #d0d0d0;
    color: #dc8150;
}
.zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #cecece;
    color: #666666;
}
.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: #ffffff;
    border-color: #ebebeb;
    color: #6c6c6c;
}
.zs-highlight-box .zs-tabs-accordion-content form li input[type="submit"], .zs-highlight-box .zs-tabs-accordion-content button {
    background: #6f9842;
    color: #ffffff;
}
.zs-highlight-box .zs-tabs-accordion-content form li input[type="reset"] {
    background: #ebebeb none repeat scroll 0 0;
    color: #b7b7b7;
}
.zs-highlight-box .zs-tabs-accordion-content form .dateinvoker {
    background-color: transparent;
    background-image: url(images/datePickerIcn.png);
    background-repeat: no-repeat;
}
/*------------------------ THEME NEWSLETTER AREA CSS ------------------------------*/

.newsletter-container {
background: transparent;
    padding: 10px
}
h3.newsletter-heading {
    margin-bottom: 10px;
font-family: 'Dosis', Verdana, Geneva, sans-serif;
font-size: 22px;
color: #DC8150;
}
.newsletter-desc {
    margin-bottom: 25px;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-size: 14px;
color: #6C6C6C;
}
.newsletter-input-field {
background: #ffffff;
border-width: 1px;
border-color: #DEE1E1;
color:#6C6C6C;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-size: 14px;
    border-style: solid;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 5px;
    width: 240px;
    padding: 10px 5px;
    vertical-align:top;
}
button.newsletter-button {
background: #DC8150;
border-width: 0;
border-color: transparent;
color:#FFFFFF;
font-family: 'Open Sans', Helvetica, Arial, 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: 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: 240px;
    margin: 0 auto;
    text-align: right;
}
.newsletter-layout-3 button {
    text-align: right;
}
.newsletter-form input[type="text"]::-moz-placeholder {
    color:#6C6C6C;
  font-size:90%;
  line-height:normal;
}
.newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#6C6C6C;
  font-size:85%;
  line-height:normal;
}
.newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#6C6C6C;
  font-size:90%;
  line-height:normal;
}
/*--------------------- THEME MEMBERSHIP PORTAL AREA CSS ---------------------*/
.mp-container {
    height: 33px;
    float:right;
}
.member-signin {
    float: right;
    padding-left: 20px;
}
.member-signin > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align:right;
}
.member-signin li {
    display: inline-block;
    line-height: 33px;
    margin-left: 20px;
    padding: 0;
    position:relative;
}
.member-signin li a {
 font-family:'Open Sans', Verdana, sans-serif;
 font-size:14px;
    text-decoration:none;
    color:#dc8150;
    display:block;
}
.member-signin li a:hover {
    text-decoration:none;
    color:#dc8150;
}
.member-signin li:first-child {
    margin-left: 0;
}
.member-signin li:last-child:before {
    color:#dc8150;
    content: "|";
    position: absolute;
    top: 0;
    left:-13px;
}
/*------------------------ THEME RESPONSIVE MEDIA QUERIES AREA START ------------------------------*/
@media only screen and (min-width : 769px) and (max-width : 1024px) {
.themeWidth {
    width: 90%;
}
.themeSidebarAreaInner form li span input[type=text], .themeSidebarAreaInner form li span textarea {
    width: 170px;
}
.themeSidebarAreaInner form li span select {
    width: 183px;
}
.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 {
    width: 125px;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 138px;
}
.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: 12px 15px;
}
.themeSidebarAreaInner .newsletter-input-field, .themeSidebarAreaInner .zs-highlight-box .newsletter-input-field, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-input-field {
    width:185px;
}
.themeSidebarAreaInner .newsletter-layout-3 .newsletter-form, .themeSidebarAreaInner .zs-highlight-box .newsletter-layout-3 .newsletter-form, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-layout-3 .newsletter-form {
    width:185px;
}
}

@media only screen and (min-width : 641px) and (max-width : 768px) {
.themeWidth {
    width: 90%;
}
.themeContentArea, .themeSidebarArea, .themeSitenameCaptionContainer, .themeNavigationAreaContainer, .themeSitename, .themeCaption, .themeLogoOuterContainer, .themeNavigationArea {
    float: none;
    width: 100%;
}
.themeLogoArea {
    padding-right: 0px;
    padding-top: 15px;
}
.tableCell, .tableRow, .themeBrandingContainer {
    display: block;
    overflow: hidden;
}
.themeBrandingContainer {
    text-align: center;
}
#navigation ul {
    position: relative;
    right: 50%;
    float: right;
}
#navigation li {
    position: relative;
    left: 50%;
}
.themeSidebarAreaInner {
    margin-right: 0px;
}
.themeSitenameCaptionOuterContainer {
    height: auto;
}
form ul li label, form ul li div {
    width: auto;
    float: none;
}
.zs-accordion, .themeFooterArea .zs-accordion, .zs-highlight-box .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    display: block;
}
.zs-tabs ul, .themeFooterArea .zs-tabs ul, .zs-highlight-box .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    display: none;
}
.zs-highlight-box, .themeSidebarAreaInner .zs-highlight-box, .themeFooterArea .zs-highlight-box, .zs-highlight-box .zs-tabs-accordion-content, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    padding: 10px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 280px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 293px;
}
.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 {
    margin:5px 0 0;
}
.mp-container {
    float:none;
}
.member-signin {
    width:100%;
    float:none;
    padding:0px;
}
.member-signin li:first-child {
    width:80%;
}
.member-signin li a {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:right;
}
}

@media only screen and (min-width : 481px) and (max-width : 640px) {
.themeWidth {
    width: 90%;
}
.themeContentArea, .themeSidebarArea, .themeSitenameCaptionContainer, .themeNavigationAreaContainer, .themeSitename, .themeCaption, .themeLogoOuterContainer, .themeNavigationArea, .themeSearchContainer, .themeSocialIconContainer {
    float: none;
    width: 100%;
}
.themeSocialiconArea {
    clear:both;
}
.mp-container {
    float:none;
}
.themeLogoArea {
    padding-right: 0px;
    padding-top: 15px;
}
.tableCell, .tableRow, .themeBrandingContainer {
    display: block;
    overflow: hidden;
}
.themeBrandingContainer {
    text-align: center;
}
.themeSocialiconArea {
    text-align:right;
}
#navigation ul {
    float: right;
}
#navigation li a {
    line-height:3;
}
#navigation li.navArrow a em, #navigation li:hover.navArrow a em, #navigation li.selected.navArrow a em, #navigation li.selected.navArrow a em {
    margin:20px 0 0 10px;
}
.themeSidebarAreaInner {
    margin-right: 0px;
}
.themeSearchBox {
    width: 100%;
    border: 1px solid #e1e0e0;
}
.themeSearchContainer {
    margin-top: 15px;
}
.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 {
    margin: 5px 3px;
}
.themeSitenameCaptionOuterContainer {
    height: auto;
}
form ul li label, form ul li div {
    width: auto;
    float: none;
}
.themeSearchBox input[type="text"] {
    width: 85%;
}
.zs-accordion, .themeFooterArea .zs-accordion, .zs-highlight-box .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    display: block;
}
.zs-tabs ul, .themeFooterArea .zs-tabs ul, .zs-highlight-box .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    display: none;
}
.zs-highlight-box, .themeSidebarAreaInner .zs-highlight-box, .themeFooterArea .zs-highlight-box, .zs-highlight-box .zs-tabs-accordion-content, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    padding: 10px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 240px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 253px;
}
.themeSearchContainer {
    display:none;
}
.newsletter-layout-2 button.newsletter-button {
    display:block;
    margin:0 auto;
}
.mp-container {
    float:none;
}
.member-signin {
    width:100%;
    float:none;
    padding:0px;
}
.member-signin li:first-child {
    width:75%;
}
.member-signin li a {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:right;
}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
.themeWidth {
    width: 90%;
}
.themeContentArea, .themeSidebarArea, .themeSitenameCaptionContainer, .themeNavigationAreaContainer, .themeSitename, .themeCaption, .themeLogoOuterContainer, .themeNavigationArea, .themeSearchContainer, .themeSocialIconContainer {
    float: none;
    width: 100%;
}
.themeSocialiconArea {
    clear:both;
}
.mp-container {
    float:none;
}
.themeLogoArea {
    padding-right: 0px;
    padding-top: 15px;
}
.tableCell, .tableRow, .themeBrandingContainer {
    display: block;
    overflow: hidden;
}
.themeBrandingContainer {
    text-align: center;
}
.themeSocialiconArea {
    text-align:right;
}
#navigation ul {
    float: right;
}
#navigation li a {
    line-height:3;
}
#navigation li.navArrow a em, #navigation li:hover.navArrow a em, #navigation li.selected.navArrow a em, #navigation li.selected.navArrow a em {
    margin:20px 0 0 10px;
}
.themeSidebarAreaInner {
    margin-right: 0px;
}
.themeSearchBox {
    width: 100%;
    border: 1px solid #e1e0e0;
}
.themeSearchContainer {
    margin-top: 15px;
}
.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 {
    margin: 5px 3px;
}
.themeSitenameCaptionOuterContainer {
    height: auto;
}
form ul li label, form ul li div {
    width: auto;
    float: none;
}
.themeSearchBox input[type="text"] {
    width: 85%;
}
form li span input[type="text"], form li span textarea, form li span select {
    width: 230px;
}
.zs-accordion, .themeFooterArea .zs-accordion, .zs-highlight-box .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    display: block;
}
.zs-tabs ul, .themeFooterArea .zs-tabs ul, .zs-highlight-box .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    display: none;
}
.zs-highlight-box, .themeSidebarAreaInner .zs-highlight-box, .themeFooterArea .zs-highlight-box, .zs-highlight-box .zs-tabs-accordion-content, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    padding: 10px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 200px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 213px;
}
.themeSearchContainer {
    display:none;
}
.newsletter-layout-2 button.newsletter-button {
    display:block;
    margin:0 auto;
}
.member-signin {
    width:100%;
    float:none;
    padding:0px;
}
.member-signin li:first-child {
    width:70%;
}
.member-signin li a {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:right;
}
}

@media only screen and (max-width : 320px) {
.themeWidth {
    width: 90%;
}
.themeContentArea, .themeSidebarArea, .themeSitenameCaptionContainer, .themeNavigationAreaContainer, .themeSitename, .themeCaption, .themeLogoOuterContainer, .themeNavigationArea, .themeSearchContainer, .themeSocialIconContainer {
    float: none;
    width: 100%;
}
.themeSocialiconArea {
    clear:both;
}
.mp-container {
    float:none;
}
.themeLogoArea {
    padding-right: 0px;
    padding-top: 15px;
}
.tableCell, .tableRow, .themeBrandingContainer {
    display: block;
    overflow: hidden;
}
.themeBrandingContainer {
    text-align: center;
}
.themeSocialiconArea {
    text-align:right;
}
#navigation ul {
    float: right;
}
#navigation li a {
    line-height:3;
}
#navigation li.navArrow a em, #navigation li:hover.navArrow a em, #navigation li.selected.navArrow a em, #navigation li.selected.navArrow a em {
    margin:20px 0 0 10px;
}
.themeSidebarAreaInner {
    margin-right: 0px;
}
.themeSearchBox {
    width: 100%;
    border: 1px solid #e1e0e0;
}
.themeSearchContainer {
    margin-top: 15px;
}
.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 {
    margin: 5px 0;
}
.themeSitenameCaptionOuterContainer {
    height: auto;
}
form ul li label, form ul li div {
    width: auto;
    float: none;
}
.themeSearchBox input[type="text"] {
    width: 85%;
}
form li span input[type="text"], form li span textarea, form li span select {
    width: 230px;
}
form li span select {
    width: 240px;
}
.zs-accordion, .themeFooterArea .zs-accordion, .zs-highlight-box .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    display: block;
}
.zs-tabs ul, .themeFooterArea .zs-tabs ul, .zs-highlight-box .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    display: none;
}
.zs-highlight-box, .themeSidebarAreaInner .zs-highlight-box, .themeFooterArea .zs-highlight-box, .zs-highlight-box .zs-tabs-accordion-content, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    padding: 10px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 150px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 163px;
}
.themeSearchContainer {
    display:none;
}
.newsletter-input-field {
    width:230px;
}
.newsletter-layout-3 .newsletter-form {
    width:230px;
}
.member-signin {
    width:100%;
    float:none;
    padding:0px;
}
.member-signin li:first-child {
    width:70%;
}
.member-signin li a {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:right;
}
}
/*------------------------ THEME RESPONSIVE MEDIA QUERIES AREA END ------------------------------*/
 