/* ------------------------ WEB FONTS CSS --------------------------- */
@-zs-include webfonts(Open Sans:300, 400, 700);
/* ------------------------ PRESET CSS --------------------------- */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
body {
 background-image:none;
 background-color:#363d40;
 background-position:0 0;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6a777c;
}
h1 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:30px;
 color:#7ea388;
}
h2 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#7ea388;
}
h3 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#7ea388;
}
h4 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#7ea388;
}
h5 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#7ea388;
}
h6 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#7ea388;
}
a {
text-decoration:none;
color:#9a6c5c;
}
a:hover {
 color:#9a6c5c;
 text-decoration:none;
}
a img {
    border: 0 solid;
}
:focus {
    outline: none;
}
hr {
    border: 0px;
    border-top: 1px solid #dddddd;
}
p {
    line-height: 1.8;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #dbdbdb;
}
th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6a777c;
 background:#F5F5F5;
 border-width:1px;
 border-style:solid;
 border-color:#EBEBEB;
 padding:10px;
}
td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6a777c;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#EFEFEF;
 padding:10px;
}
ul {
    padding: 0 0 0 20px;
    margin: 0;
}
ol {
    padding: 0 0 0 23px;
    margin: 0;
}
li {
    padding: 5px 0;
    margin: 0;
}
/* ------------------------ COMMON USAGE CSS --------------------------- */
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clearDiv {
    clear: both;
}
.themeWidth {
    width: 980px;
    margin: 0 auto;
}
/* ------------------------ THEME BRANDING AREA CSS --------------------------- */
.themeBrandingArea {
    padding: 40px 0 15px;
}
.themeBrandingContainer {
    display: table;
    border: 0 solid;
    width: 100%;
}
.tableRow {
    display: table-row;
}
.tableCell {
    display: table-cell
}
.themeLogoOuterContainer {
    width: 1%;
}
.themeLogoArea {
    padding-right: 15px;
}
.themeSitenameCaptionOuterContainer {
    vertical-align: middle;
    height: 100%;
}
.themeSitenameCaptionInnerContainer {
    vertical-align: middle;
    height: 100%;
}
.themeSitenameCaptionContainer {
    vertical-align: middle;
    height: 100%;
}
.themeSitename {
    white-space: nowrap;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#ffffff;
}
.themeCaption {
    white-space: nowrap;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#a9a29e;
}
/* ------------------------ NAVIGATION AREA CSS --------------------------- */
.themeNavigationContainer {
    padding: 0 0 15px;
    overflow: hidden;
}
.themeNavigationArea {
    width: 75%;
}
#navigation ul {
    list-style: none;
    padding: 0px;
    margin: 0;
    float: right;
}
#navigation li {
    display: block;
    float: left;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
#navigation li a {
font-size:12px;
background-color:transparent;
background-image:none;
background-position:0 0;
background-repeat:no-repeat;
color:#a9a29e;
font-family:'Open Sans', Verdana, Geneva, sans-serif;
    text-decoration: none;
    padding: 5px 15px;
    float: left;
    text-transform: uppercase;
}
#navigation li:last-child a {
    padding-right: 0px;
}
#navigation li a span {
    float: left;
}
#navigation li:hover a, #navigation li.active a, #navigation li.selected a {
 background-color:transparent;
 background-image:none;
 background-position:0 0;
 background-repeat:no-repeat;
 color:#ffffff;
}
#navigation li.navArrow a em {
    background: url(images/navArrow.png) no-repeat scroll 0 0;
    display: block;
    height: 9px;
    width: 10px;
    margin: 5px 0 0 10px;
    float: left;
}
#navigation li.selected.navArrow a em, #navigation li:hover.navArrow a em, #navigation li.active.navArrow a em {
    background: url(images/navArrow1.png) no-repeat;
}
/* ------------- SUBMENU CSS -------------- */
.submenu {
 background-color:#363D40;
 background-image:none;
 background-position:0 0;
 background-repeat:no-repeat;
 border-width:0px;
 border-style:none;
 border-color:transparent;
 border-radius:0px;
 -webkit-border-radius:0px;
 -moz-border-radius:0px;
 -o-border-radius:0px;
    width: 205px;
    position: absolute;
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 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;
}
.submenu li {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.submenu li a {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:12px;
 color:#c4cacd;
    text-decoration: none;
    display: block;
    width: 90%;
    border-bottom: 1px solid #2B3133;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07) inset;
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07) inset;
    float: left;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px;
}
.submenu li:first-child a {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}
.submenu li a:hover {
 color:#ffffff;
 background-color:#2c3033;
 background-image:none;
 background-position:0 0;
 background-repeat:no-repeat;
}
.submenu li a span {
    background: url(images/submenuStyle.png) left center no-repeat;
    width: 150px;
    float: left;
    word-wrap: break-word;
    padding-left: 15px;
    line-height: 1.6;
}
.submenu li.navArrow a em {
    background: url(images/subnavArrow1.png) left top no-repeat;
    float: left;
    height: 8px;
    width: 5px;
    margin-top: 8px;
    margin-left: 9px;
}
.submenu li:hover.navArrow a em {
    background: url(images/subnavArrow.png) left top no-repeat;
}
/* ------------- THEME BANNER AND BREADCRUMB AREA CSS -------------- */
.themeBannerArea img {
    display: block;
}
.themeBreadcrumb {
    padding-bottom: 30px;
}
.themeBreadcrumb p {
    word-wrap: break-word;
}
.themeBreadcrumb span {
    padding: 0 10px;
}
/* ------------- CONTENT AND SIDEBAR AREA CSS -------------- */
.themeContentAndSidebarContainer {
 background-color:#ffffff;
 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 0px 0px transparent inset;
 -moz-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0px 0px transparent inset;
 -o-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0px 0px transparent inset;
 -webkit-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0px 0px transparent inset;
 border-width: 0;
 border-style:none;
 border-color:transparent;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
    overflow: hidden;
}
/* ------------- THEME CONTENT AREA CSS -------------- */
.themeContentArea {
    width: 65%;
}
.themeContentAreaInner {
    min-height: 400px;
    height: auto !important;
    height: 400px;
    padding: 40px;
}
/* ------------- THEME SIDEBAR AREA CSS -------------- */
.themeSidebarArea {
    width: 35%;
}
.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 0 0 1px;
 border-style:solid;
 border-color:#eeeeee;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    padding: 40px;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6a777c;
}
.themeSidebarAreaInner h1 {
font-family:'Open Sans', Verdana, Geneva, sans-serif;
font-size:30px;
color:#7ea388;
}
.themeSidebarAreaInner h2 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#7ea388;
}
.themeSidebarAreaInner h3 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#7ea388;
}
.themeSidebarAreaInner h4 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#7ea388;
}
.themeSidebarAreaInner h5 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#7ea388;
}
.themeSidebarAreaInner h6 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#7ea388;
}
.themeSidebarAreaInner a {
 color:#9A6C5C;
 text-decoration:none;
}
.themeSidebarAreaInner a:hover {
 text-decoration:none;
 color:#9A6C5C;
}
.themeSidebarAreaInner form li input[type=submit], .themeSidebarAreaInner form li input[type=reset] {
font-family:'Open Sans', Verdana, Geneva, sans-serif;
}
.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:13px;
 color:#797979;
    width: 204px;
}
.themeSidebarAreaInner form li span select {
    width: 218px;
}
.themeSidebarAreaInner th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6a777c;
 background:#F5F5F5;
 border-width:1px;
 border-style:solid;
 border-color:#EBEBEB;
 padding:10px;
}
.themeSidebarAreaInner td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6a777c;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#EFEFEF;
 padding:10px;
}
/* ------------- THEME SIDEBAR AREA HIGHLIGHT BOX CSS -------------- */
.themeSidebarAreaInner .zs-highlight-box {
 background-color: #57adc9;
 background-image: url(images/highlightboxbg.png);
 background-image: url(images/highlightboxbg.png), -moz-linear-gradient(bottom, transparent, transparent);
 background-image: url(images/highlightboxbg.png), -webkit-linear-gradient(bottom, transparent, transparent);
 background-image: url(images/highlightboxbg.png), -o-linear-gradient(bottom, transparent, transparent);
 background-position: top left;
 background-repeat: repeat;
 box-shadow: 3px 3px 0 0px rgba(79, 157, 183, 0.25), 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 3px 3px 0 0px rgba(79, 157, 183, 0.25), 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 3px 3px 0 0px rgba(79, 157, 183, 0.25), 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 3px 3px 0 0px rgba(79, 157, 183, 0.25), 0px 0px 0px 0 transparent inset;
 border-width: 1px;
 border-style:solid;
 border-color:#348099;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 5px;
    min-height: 200px;
font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#255261;
}
.themeSidebarAreaInner .zs-highlight-box h1 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:30px;
 color:#FFFFFF;
}
.themeSidebarAreaInner .zs-highlight-box h2 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#FFFFFF;
}
.themeSidebarAreaInner .zs-highlight-box h3 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#FFFFFF;
}
.themeSidebarAreaInner .zs-highlight-box h4 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#FFFFFF;
}
.themeSidebarAreaInner .zs-highlight-box h5 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#FFFFFF;
}
.themeSidebarAreaInner .zs-highlight-box h6 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#FFFFFF;
}
.themeSidebarAreaInner .zs-highlight-box a {
text-decoration:none;
color:#255261;
}
.themeSidebarAreaInner .zs-highlight-box a:hover {
 color:#255261;
 text-decoration:none;
}
.themeSidebarAreaInner .zs-highlight-box hr {
    border-top: 1px solid #427C8F;
}
.themeSidebarAreaInner .zs-highlight-box th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#2A6C81;
 background:#71BBD3;
 border-width:1px;
 border-style:solid;
 border-color:#4CA1BD;
 padding:10px;
}
.themeSidebarAreaInner .zs-highlight-box td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#255261;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#4098B4;
 padding:10px;
}
.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: 170px;
}
.themeSidebarAreaInner .zs-highlight-box form li span select {
    width: 183px;
}
.themeSidebarAreaInner .zs-highlight-box h3.newsletter-heading {
    color:#FFFFFF;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-desc {
    color:#255261;
}
/*----------------------------------- TEXT HIGHLIGHT CSS  -----------------------------------------------*/
.themeSidebarAreaInner .zs-text-light-color {
color:#C4C4C4
}
.themeSidebarAreaInner .zs-text-highlight-color {
color:#7EA388
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-light-color {
color:#C4C4C4
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-highlight-color {
color:#FFFFFF
}
/*--------------------- THEME SIDEBAR TABS ACCORDION AREA CSS ---------------------*/
.themeSidebarAreaInner .zs-tabs ul, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: none;
    border-bottom: 1px solid #dfdfdf;
}
.themeSidebarAreaInner .zs-tabs ul li, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li {
    float: left;
    margin: 0px 2px 0px 0;
    padding: 0;
}
.themeSidebarAreaInner .zs-tabs ul li div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li div {
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    color: #6a777c;
    margin: 0 0 -1px;
    line-height: 3;
    background: #EFEFEF;
    border-top: 2px solid transparent;
    border-bottom: 1px solid #dfdfdf;
}
.themeSidebarAreaInner .zs-tabs ul li.selected div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    border-top: 3px solid #7ea388;
    padding-top: 0;
    color: #7ea388;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 0;
}
.themeSidebarAreaInner .zs-tabs-accordion-content, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    border: 1px solid #dfdfdf;
    padding: 15px;
    display: none;
    clear: both;
    border-top: 0;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.themeSidebarAreaInner .zs-accordion, .themeSidebarAreaInner .zs-highlight-box .zs-accordion {
    color: #6a777c;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 5px;
    display: block;
    background: #EFEFEF;
    border: 1px solid #dfdfdf;
}
.themeSidebarAreaInner .zs-accordion.selected, .themeSidebarAreaInner .zs-highlight-box .zs-accordion.selected {
    background: #7ea388;
    color: #ffffff;
    margin-bottom: 0px;
    border-color: #7ea388;
}
/*---------------------------------- THEME  SIDEBAR AREA HIGHLIGHT BOX TABS ACCORDION AREA CSS START ------------------------------------*/
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content {
    padding: 10px;
    color: #6a777c;
}
.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: #7ea388;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #9a6c5c;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #dddddd;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content th {
    background: #f5f5f5;
    border-color: #ebebeb;
    color: #6a777c;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content td {
    background: transparent;
    border-color: #efefef;
    color: #6a777c;
}
.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: #f4f4f4;
    border: 1px solid #e8e8e8;
    color: #6a777c;
    width: 135px;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 148px;
}
.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: 10px 20px;
}
/* ------------- FOOTER AREA CSS -------------- */
.themeFooterArea {
 background-color:#2f3538;
 background-image:none;
 background-position:0 0;
 background-repeat:no-repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
 border-width:0;
 border-style:none;
 border-color:transparent;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
    min-height: 50px;
    height: auto !important;
    padding: 40px;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6A777C;
}
.themeFooterArea th {
    background: #272c2f;
    border: 1px solid #3a4044;
}
.themeFooterArea td {
    border: 1px solid #3a4044;
}
.themeFooterArea h1 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:30px;
 color:#9A9A9A;
}
.themeFooterArea h2 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#9A9A9A;
}
.themeFooterArea h3 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#9A9A9A;
}
.themeFooterArea h4 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#9A9A9A;
}
.themeFooterArea h5 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#9A9A9A;
}
.themeFooterArea h6 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#9A9A9A;
}
.themeFooterArea a {
 color:#9a6c5c;
 text-decoration:none;
}
.themeFooterArea a:hover {
 text-decoration:none;
 color:#9a6c5c;
}
.themeFooterArea form li span input[type=text], .themeFooterArea form li span textarea, .themeFooterArea form li span select {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6A777C;
    background: #2E3236;
    border-color: #323A3E;
}
.themeFooterArea form li input[type=submit], .themeFooterArea form li input[type=reset] {
font-family:'Open Sans', Verdana, Geneva, sans-serif;
    border: 1px solid #222222;
}
.themeFooterArea hr {
    border-top-color: #6A777C;
}
.themeFooterArea h3.newsletter-heading {
    color:#9A9A9A;
}
.themeFooterArea .newsletter-desc {
    color:#6A777C;
}
.themeFooterArea th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6a777c;
 background:#F5F5F5;
 border-width:1px;
 border-style:solid;
 border-color:#EBEBEB;
 padding:10px;
}
.themeFooterArea td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6a777c;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#EFEFEF;
 padding:10px;
}
.themeFooterArea .newsletter-input-field {
    color: #6A777C;
    background: #2E3236;
    border-color: #323A3E;
}
.themeFooterArea .newsletter-form input[type="text"]::-moz-placeholder {
    color:#6A777C;
}
.themeFooterArea .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#6A777C;
}
.themeFooterArea .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#6A777C;
}
/* ------------- THEME FOOTER AREA  HIGHLIGHT BOX CSS -------------- */
.themeFooterArea .zs-highlight-box {
 background-color: #5d6d81;
 background-image: url(images/highlightboxbg.png);
 background-image: url(images/highlightboxbg.png), -moz-linear-gradient(bottom, transparent, transparent);
 background-image: url(images/highlightboxbg.png), -webkit-linear-gradient(bottom, transparent, transparent);
 background-image: url(images/highlightboxbg.png), -o-linear-gradient(bottom, transparent, transparent);
 background-position: top left;
 background-repeat: repeat;
 box-shadow: 3px 3px 0 0px rgba(0, 0, 0, 0.25), 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 3px 3px 0 0px rgba(0, 0, 0, 0.25), 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 3px 3px 0 0px rgba(0, 0, 0, 0.25), 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 3px 3px 0 0px rgba(0, 0, 0, 0.25), 0px 0px 0px 0 transparent inset;
 border-width: 1px;
 border-style:solid;
 border-color:#273241;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 5px;
    min-height: 200px;
font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#8AA2B3;
}
.themeFooterArea .zs-highlight-box h1 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:30px;
 color:#FFB15E;
}
.themeFooterArea .zs-highlight-box h2 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#FFB15E;
}
.themeFooterArea .zs-highlight-box h3 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#FFB15E;
}
.themeFooterArea .zs-highlight-box h4 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#FFB15E;
}
.themeFooterArea .zs-highlight-box h5 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#FFB15E;
}
.themeFooterArea .zs-highlight-box h6 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#FFB15E;
}
.themeFooterArea .zs-highlight-box a {
 color:#FFB15E;
 text-decoration:none;
}
.themeFooterArea .zs-highlight-box a:hover {
 text-decoration:none;
 color:#FFB15E;
}
.themeFooterArea .zs-highlight-box th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#C9D3DA;
 background:#798799;
 border-width:1px;
 border-style:solid;
 border-color:#59677A;
 padding:10px;
}
.themeFooterArea .zs-highlight-box td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#8AA2B3;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#4C596B;
 padding:10px;
}
.themeFooterArea .zs-highlight-box hr {
    border-top-color: #8AA2B3;
}
.themeFooterArea .zs-highlight-box form li span input[type=text], .themeFooterArea .zs-highlight-box form li span textarea, .themeFooterArea .zs-highlight-box form li span select {
    background: #536479;
    border-color: #5d6d81;
 color:#8AA2B3;
}
.themeFooterArea .zs-highlight-box .newsletter-desc {
    color:#8AA2B3;
}
.themeFooterArea .zs-highlight-box .newsletter-input-field {
    background: #536479;
    border-color: #5D6D81;
    color: #8AA2B3;
}
.themeFooterArea .zs-highlight-box .newsletter-form input[type="text"]::-moz-placeholder {
    color:#8AA2B3;
}
.themeFooterArea .zs-highlight-box .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#8AA2B3;
}
.themeFooterArea .zs-highlight-box .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#8AA2B3;
}
/*----------------------------------- TEXT HIGHLIGHT CSS  -----------------------------------------------*/
.themeFooterArea .zs-text-light-color {
color:#445055
}
.themeFooterArea .zs-text-highlight-color {
color:#7EA388
}
.themeFooterArea .zs-highlight-box .zs-text-light-color {
color:#445055
}
.themeFooterArea .zs-highlight-box .zs-text-highlight-color {
color:#7EA388
}
/*--------------------- THEME FOOTER TABS ACCORDION AREA CSS ---------------------*/
.themeFooterArea .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #424A4D;
}
.themeFooterArea .zs-tabs ul li, .themeFooterArea .zs-highlight-box .zs-tabs ul li {
    float: left;
    margin: 0px 2px 0px 0;
    padding: 0;
}
.themeFooterArea .zs-tabs ul li div, .themeFooterArea .zs-highlight-box .zs-tabs ul li div {
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    font-size: 14px;
    color: #6A777C;
    margin: 0 0 -1px;
    line-height: 3;
    background: #282D2F;
    border-top: 2px solid transparent;
    border-bottom: 1px solid #424A4D;
}
.themeFooterArea .zs-tabs ul li.selected div, .themeFooterArea .zs-highlight-box .zs-tabs ul li.selected div {
    background: #363D40;
    border-top: 3px solid #9a6c5c;
    padding-top: 0;
    color: #9a6c5c;
    border-left: 1px solid #424A4D;
    border-right: 1px solid #424A4D;
    border-bottom: 0;
}
.themeFooterArea .zs-tabs-accordion-content, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    background: #363D40;
    border: 1px solid #424A4D;
    padding: 15px;
    display: none;
    clear: both;
    border-top: 0;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.themeFooterArea .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    color: #6A777C;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 5px;
    display: none;
    font-size: 14px;
    background: #282D2F;
    border: 1px solid #424A4D;
}
.themeFooterArea .zs-accordion.selected, .themeFooterArea .zs-highlight-box .zs-accordion.selected {
    background: #9a6c5c;
    color: #ffffff;
    margin-bottom: 0px;
    border-color: #9a6c5c;
}
/*---------------------------------- THEME FOOTER HIGHLIGHT BOX TABS ACCORDION AREA CSS START ------------------------------------*/
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    color: #6a777c;
}
.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: #9a9a9a;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content a, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #9a6c5c;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #6a777c;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content th {
    background: #282d2f;
    border-color: #36393a;
    color: #c9d3da;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content td {
    background: transparent;
    border-color: #40474a;
    color: #6a777c;
}
.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: #2e3236;
    border-color: #414548;
    color: #6a777c;
}
/* ------------- FORM AREA CSS -------------- */
form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
form li {
    overflow: hidden;
    padding: 5px 0;
    margin: 0;
}
form ul li label, form ul li div {
    width: auto;
    padding: 10px 0;
    float: none;
}
form ul li label {
    width: auto;
    font-size: 14px;
    padding: 0;
}
form li span input, form li span label {
    float: none;
    width: auto;
    padding: 0px 5px 0;
    margin: 7px 2px 0;
}
form li div span {
    display: block;
}
form li span input[type=text], form li span textarea, form li span select {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#6a777c;
    background: #F4F4F4;
    border: 1px solid #E8E8E8;
    width: 250px;
    float: left;
    padding: 12px 5px;
    margin: 0px;
    resize: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}
form li span select {
    width: 263px;
}
form li span textarea {
    height: 100px;
    overflow: auto;
}
form li span button {
    margin-left: 5px;
    cursor: pointer;
    width: 20px;
}
form .dateinvoker {
    background: url(images/datePickerIcn.png) 0 0 no-repeat;
    height: 16px;
    width: 16px;
    border: 0;
    vertical-align: middle;
    margin-top: 12px;
    margin-left: 6px;
    padding: 0px;
    outline: none;
    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 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
    background: #FFA743;
    border: 1px solid #C57D2D;
    padding: 10px 30px;
    margin-right: 5px;
    color: #ffffff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.38);
    -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.38);
    -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.38);
    -o-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.38);
    cursor: pointer;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
}
form li input[type=reset] {
    background: #f5f5f5;
    border: 1px solid #b0b0b0;
    color: #808080;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}
/*--------------------------------------------------------------- THEME SEARCH BOX AREA CSS -------------------------------------------------------------------------------*/
.themeSearchBoxContainer {
    margin: 5px 0 0 25px;
    float: right;
}
.themeSearchBox {
    background: url(images/searchbg.png) bottom left repeat-x;
    width: 212px;
    height: 26px;
    position: relative;
}
.themeSearchBox input[type=text] {
    background: transparent;
    width: 155px;
    height: 26px;
    border: 0;
    outline: none;
    line-height: 26px;
    font-family: 'Open Sans', Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #A9A29E;
    padding: 0 10px;
}
.themeSearchBox input[type=submit] {
    background: url(images/searchicon.png) center center no-repeat;
    width: 29px;
    height: 24px;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 0 none;
    cursor: pointer;
}
/* ------------------------------------------------------------- THEME SLIDESHOW CSS ---------------------------------------------------------------------------*/
.zs-slideshow-right-arrow {
    background: url(images/zs-slideshow-right-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 123px;
    left: auto;
    right: 0px;
    margin-top: -62px;
    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: 58px;
    z-index: 150;
}
.zs-slideshow-left-arrow {
    background: url(images/zs-slideshow-left-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 123px;
    right: auto;
    left: 0px;
    margin-top: -62px;
    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: 58px;
    z-index: 150;
}
.themeSlideshowOuterContainer {
    bottom: 7px;
    opacity: 0;
    position: absolute;
    transition: opacity 500ms ease 0s;
    z-index: 150;
}
.themeSlideshowInnerContainer {
    background: transparent;
    border-radius: 0;
    padding: 0px 20px 0 0;
    float: right;
}
.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 0 0 8px;
    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 0 0 8px;
    width: 12px;
}
/*----------------------------------- THEME HIGHLIGHT BOX AREA CSS  -----------------------------------------------*/
.zs-highlight-box {
 background-color: #ca4b81;
 background-image: url(images/highlightboxbg.png);
 background-image: url(images/highlightboxbg.png), -moz-linear-gradient(bottom, transparent, transparent);
 background-image: url(images/highlightboxbg.png), -webkit-linear-gradient(bottom, transparent, transparent);
 background-image: url(images/highlightboxbg.png), -o-linear-gradient(bottom, transparent, transparent);
 background-position: top left;
 background-repeat: repeat;
 box-shadow: 3px 3px 0 0px rgba(202, 75, 129, 0.25), 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 3px 3px 0 0px rgba(202, 75, 129, 0.25), 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 3px 3px 0 0px rgba(202, 75, 129, 0.25), 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 3px 3px 0 0px rgba(202, 75, 129, 0.25), 0px 0px 0px 0 transparent inset;
 border-width: 1px;
 border-style:solid;
 border-color:#9b305d;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 5px;
    min-height: 200px;
font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#F098BD;
}
.zs-highlight-box h1 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:30px;
 color:#FFB15E;
}
.zs-highlight-box h2 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#FFB15E;
}
.zs-highlight-box h3 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#FFB15E;
}
.zs-highlight-box h4 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#FFB15E;
}
.zs-highlight-box h5 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#FFB15E;
}
.zs-highlight-box h6 {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#FFB15E;
}
.zs-highlight-box a {
text-decoration:none;
color:#FFB15E;
}
.zs-highlight-box a:hover {
 color:#FFB15E;
 text-decoration:none;
}
.zs-highlight-box hr {
    border-top-color: #E27CA8;
}
.zs-highlight-box th {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#A03663;
 background:#D36D99;
 border-width:1px;
 border-style:solid;
 border-color:#ca4b81;
 padding:10px;
}
.zs-highlight-box td {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:13px;
 color:#F098BD;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#B9376E;
 padding:10px;
}
.zs-highlight-box h3.newsletter-heading {
    color:#FFB15E;
}
.zs-highlight-box .newsletter-desc {
    color:#F098BD;
}

/*----------------------------------- TEXT HIGHLIGHT CSS  -----------------------------------------------*/
.zs-text-light-color {
color:#C4C4C4
}
.zs-text-highlight-color {
color:#7EA388
}
.zs-highlight-box .zs-text-light-color {
color:#C4C4C4
}
.zs-highlight-box .zs-text-highlight-color {
color:#FFB15E
}
/*----------------------------------- THEME TABS AREA -----------------------------------*/
.zs-tabs ul, .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #dfdfdf;
}
.zs-tabs ul li, .zs-highlight-box .zs-tabs ul li {
    float: left;
    margin: 0px 2px 0px 0;
    padding: 0;
}
.zs-tabs ul li div, .zs-highlight-box .zs-tabs ul li div {
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    color: #6a777c;
    margin: 0 0 -1px;
    line-height: 3;
    background: #EFEFEF;
    border-top: 2px solid transparent;
    border-bottom: 1px solid #dfdfdf;
}
.zs-tabs ul li.selected div, .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    border-top: 3px solid #7ea388;
    padding-top: 0;
    color: #7ea388;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 0;
}
.zs-tabs-accordion-content, .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    border: 1px solid #dfdfdf;
    padding: 15px;
    display: none;
    clear: both;
    border-top: 0;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.zs-accordion, .zs-highlight-box .zs-accordion {
    color: #6a777c;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 5px;
    display: none;
    background: #EFEFEF;
    border: 1px solid #dfdfdf;
}
.zs-accordion.selected, .zs-highlight-box .zs-accordion.selected {
    background: #7ea388;
    color: #ffffff;
    margin-bottom: 0px;
    border-color: #7ea388;
}
/*---------------------------------- THEME HIGHLIGHT BOX TABS ACCORDION AREA CSS START ------------------------------------*/
.zs-highlight-box .zs-tabs-accordion-content {
    color: #6a777c;
}
.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: #7ea388;
}
.zs-highlight-box .zs-tabs-accordion-content a, .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #9a6c5c;
}
.zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #dddddd;
}
.zs-highlight-box .zs-tabs-accordion-content th {
    background: #f5f5f5;
    border-color: #ebebeb;
    color: #6a777c;
}
.zs-highlight-box .zs-tabs-accordion-content td {
    background: transparent;
    border-color: #efefef;
    color: #6a777c;
}
.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: #f4f4f4;
    border: 1px solid #e8e8e8;
    color: #6a777c;
}
/***************************** START SOCIAL ICONS SPRITE *****************************/
.themeSocialIconContainer {
    position: relative;
}
.themeSocialIconArea {
    position: absolute;
    right: -30px;
    top: 100px;
}
.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: 30px;
    height: 30px;
    display: block;
}
.zs-socialicon-email {
    background-position: 0 -0px;
}
.zs-socialicon-facebook {
    background-position: 0 -30px;
}
.zs-socialicon-flickr {
    background-position: 0 -60px;
}
.zs-socialicon-googleplus {
    background-position: 0 -90px;
}
.zs-socialicon-linkedin {
    background-position: 0 -120px;
}
.zs-socialicon-pinterest {
    background-position: 0 -150px;
}
.zs-socialicon-rss {
    background-position: 0 -180px;
}
.zs-socialicon-twitter {
    background-position: 0 -210px;
}
.zs-socialicon-youtube {
    background-position: 0 -240px;
}
.zs-socialicon-medium {
    background-position: 0 -270px;
}
.zs-socialicon-instagram {
    background-position: 0 -300px;
}
/*****************************   END: SOCIAL ICONS SPRITE *****************************/

.newsletter-container {
background: transparent;
    padding: 10px
}
h3.newsletter-heading {
    margin-bottom: 10px;
font-family: 'Open Sans', Verdana, Geneva, sans-serif;
font-size: 26px;
color: #7EA388;
}
.newsletter-desc {
    margin-bottom: 25px;
font-family: 'Open Sans', Verdana, Geneva, sans-serif;
font-size: 14px;
color: #6A777C;
}
.newsletter-input-field {
background: #F4F4F4;
border-width: 1px;
border-color: #cbcbcb;
color:#6A777C;
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: #FFA743;
border-width: 1px;
border-color: #C57D2D;
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;
text-shadow:none;
-webkit-text-shadow:none;
-moz-text-shadow:none;
-o-text-shadow:none;
    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: 200px;
    margin: 0 auto;
    text-align: right;
}
.newsletter-layout-3 button {
    text-align: right;
}
.newsletter-form input[type="text"]::-moz-placeholder {
    color:#6A777C;
  font-size:90%;
  line-height:normal;
}
.newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#6A777C;
  font-size:85%;
  line-height:normal;
}
.newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#6A777C;
  font-size:90%;
  line-height:normal;
}
/*----------------------------------- MEMBERSHIP PORTAL AREA CSS  -----------------------------------------------*/
.mp-container {
    height: 35px;
    background:#303538;
    border-bottom:1px solid #495153;
}
.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:13px;
    text-decoration:none;
    color:#B47B67;
    display:block;
}
.member-signin li a:hover {
    text-decoration:none;
    color:#B47B67;
}
.member-signin li:first-child {
    margin-left: 0;
}
.member-signin li:last-child:before {
    color:#B47B67;
    content: "|";
    position: absolute;
    top: 0;
    left:-12px;
}
 