/* -------------------------------- WEB FONTS CSS -------------------------------- */
@-zs-include webfonts(Open Sans:400, 700/Lobster Two:400, 700);
/* -------------------------------- PRESET CSS -------------------------------- */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
body {
 background-attachment:scroll;
 background-color:#f4f4f2;
 background-image:none;
 background-position:0 0;
 background-repeat:repeat;
 background-size:auto;
 font-family:'Open Sans', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#777777;
}
h1 {
font-family:"Droid Serif";
font-size:28px;
color:#4b4b4b;
}
h2 {
font-family:"Droid Serif";
font-size:24px;
color:#4b4b4b;
}
h3 {
font-family:"Droid Serif";
font-size:22px;
color:#4b4b4b;
}
h4 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#4b4b4b;
}
h5 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#4b4b4b;
}
h6 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#4b4b4b;
}
a {
 color:#87712D;
 text-decoration:none;
}
a:hover {
 text-decoration:none;
 color:#E0B734;
}
p {
    line-height: 1.6;
}
a img {
    border: 0 solid
}
:focus {
    outline: none;
}
ul, ol {
    padding: 0 0 0 25px;
}
ol {
    padding: 0 0 0 25px;
}
li {
    padding: 5px 0;
}
hr {
    border: 0;
    border-top: 1px solid #e5e5e4;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
 font-family:'Open Sans', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#777777;
 background:#f8f8f8;
 border-width:1px;
 border-style:solid;
 border-color:#e6e5e5;
 padding:12px;
    font-weight: normal;
}
td {
 font-family:'Open Sans', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#777777;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#e6e5e5;
 padding:12px;
}
/* -------------------------------- COMMON USAGE CSS -------------------------------- */
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clearDiv {
    clear: both;
}
.themeWidth {
    width: 1000px;
    margin: 0 auto;
}
/* -------------------------------- TOP AREA CSS -------------------------------- */
.themeTopAreaContainer {
    padding-top: 3px;
    float: left;
    width: 100%;
    background: #d0d084;
}
/* -------------------------------- SEARCH BOX CSS -------------------------------- */
.themeSearchContainer {
    margin: 7px 0 0;
    float: right;
    padding-bottom: 10px;
}
.themeSearchBox {
    width: 155px;
    height: 25px;
    position: relative;
    border: 0 solid;
    background: #e8e8c2;
}
.themeSearchBox input[type=text] {
    background: transparent;
    width: 125px;
    height: 25px;
    border: 0 none;
    outline: none;
    line-height: 25px;
    font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #777777;
    padding: 0 5px
}
.themeSearchBox input[type=submit] {
    background: url(images/searchicon.png) center center no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 0 none;
    cursor: pointer;
}
/* -------------------------------- NAVIGATION AREA CSS -------------------------------- */
.themeNavigationContainer {
    clear: both;
}
#navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation li {
    float: left;
    margin: 0;
    padding: 0;
}
#navigation li a {
 font-family:'Open Sans', Tahoma, Geneva, sans-serif;
 color:#777777;
 font-size:16px;
 background-color:transparent;
 background-image:none;
 background-repeat:repeat;
 background-position:left top;
    text-transform: capitalize;
    float: left;
    padding: 0 28px;
    text-decoration: none;
    cursor: pointer;
    line-height: 3.7;
    display: block;
}
#navigation li.selected a, #navigation li a:hover, #navigation li.active a {
 background-color:#d0d084;
 background-image:none;
 background-repeat:repeat;
 background-position:left top;
}
#navigation li.selected a, #navigation li:hover a, #navigation li.active a {
 color:#ffffff;
}
#navigation li a span {
    float: left;
}
#navigation li.navArrow a em, #navigation li:hover.navArrow a em, #navigation li.active.navArrow a em, #navigation li.selected.navArrow a em {
    background: transparent url(images/navArrow.png) no-repeat scroll 0 0;
    display: block;
    float: left;
    height: 8px;
    width: 10px;
    margin: 29px 0 0 10px;
}
#navigation li:hover.navArrow a em, #navigation li.active.navArrow a em, #navigation li.selected.navArrow a em {
    background: transparent url(images/navArrowHover.png) no-repeat scroll 0 0;
}
/* -------------------------------- SUBMENU AREA CSS -------------------------------- */
.submenu {
    width: 200px;
    position: absolute;
    display: block;
    overflow: hidden;
 background-color:#ffffff;
background-image:none;
background-position:top left;
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;
    box-shadow: 1px 1px 0 0 #e6e5e5;
    -webkit-box-shadow: 1px 1px 0 0 #e6e5e5;
    -moz-box-shadow: 1px 1px 0 0 #e6e5e5;
    -o-box-shadow: 1px 1px 0 0 #e6e5e5;
    -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: 0;
}
.submenu li a {
 color:#777777;
 font-size:12px;
 font-family:'Open Sans', Tahoma, Geneva, sans-serif;
    text-decoration: none;
    display: block;
    font-weight: 400;
    width: 100%;
    line-height: 1.7;
    padding: 5px 0;
    float: left;
    cursor: pointer;
}
.submenu li a:hover {
 color:#b8b851;
 background-color:transparent;
background-image:none;
background-position:top left;
background-repeat:repeat;
}
.submenu li a span {
    width: 165px;
    float: left;
    padding-left: 10px;
    word-wrap: break-word;
}
.submenu li.navArrow a em, .submenu li:hover.navArrow a em {
    background: url(images/subnavArrow.png) left top no-repeat;
    float: left;
    height: 10px;
    width: 10px;
    margin-top: 6px;
    margin-left: 9px;
}
.submenu li:hover.navArrow a em {
    background: url(images/subnavArrowHover.png) left top no-repeat;
}
/* -------------------------------- THEME HEADER AREA CSS -------------------------------- */
.themeHeader {
    padding: 20px 0px;
    border-bottom: 1px dashed #c3c3c2;
    box-shadow: 0 1px 0 #ffffff;
    -webkit-box-shadow: 0 1px 0 #ffffff;
    -moz-box-shadow: 0 1px 0 #ffffff;
    -o-box-shadow: 0 1px 0 #ffffff;
    margin-bottom: 20px;
}
.themeHeader span {
    display: block;
}
.themeLogo {
    margin-top: 12px;
    margin-left: 40px;
}
/* -------------------------------- SITE NAME AREA CSS -------------------------------- */
.themeSitename {
 font-family:"Droid Serif";
 font-size:50px;
 color:#4b4b4b;
    word-wrap: break-word;
}
/* -------------------------------- CAPTION AREA CSS -------------------------------- */
.themeCaption {
 font-family:'Open Sans', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#777777;
    margin-left: 80px;
}
/* -------------------------------- THEME BANNER AREA CSS -------------------------------- */
.themeBanner {
    padding-bottom: 20px;
    border-bottom: 1px dashed #c3c3c2;
    box-shadow: 0 1px 0 #ffffff;
    -webkit-box-shadow: 0 1px 0 #ffffff;
    -moz-box-shadow: 0 1px 0 #ffffff;
    -o-box-shadow: 0 1px 0 #ffffff;
}
/* -------------------------------- THEME BREADCRUMB AREA CSS -------------------------------- */
.themeBreadcrumb {
    padding: 10px 0;
}
.themeBreadcrumb span {
    padding: 0 10px;
}
.themeBreadcrumb p {
    word-wrap: break-word;
}
/* -------------------------------- THEME CONTENT & SIDEBAR AREA CSS -------------------------------- */
.themeContentContainer {
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 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-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 border-width: 0;
 border-style:none;
 border-color:transparent;
}
.themeContentArea {
    width: 70%;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    padding: 20px 0;
}
/* -------------------------------- THEME SIDEBAR AREA CSS -------------------------------- */
.themeSidebarArea {
    width: 30%;
}
.themeSidebarAreaInner {
 font-family:'Open Sans', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#777777;
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 0px 0px transparent inset;
 -webkit-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;
 border-width: 0px;
 border-style:none;
 border-color: transparent;
 border-radius: 0px;
 -moz-border-radius:0px;
 -webkit-border-radius:0px;
 -o-border-radius:0px;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    margin-left: 20px;
    padding: 20px 0;
}
.themeSidebarAreaInner h1 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:28px;
color:#4b4b4b;
}
.themeSidebarAreaInner h2 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#4b4b4b;
}
.themeSidebarAreaInner h3 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#4b4b4b;
}
.themeSidebarAreaInner h4 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#4b4b4b;
}
.themeSidebarAreaInner h5 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#4b4b4b;
}
.themeSidebarAreaInner h6 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#4b4b4b;
}
.themeSidebarAreaInner a {
 color:#b8b851;
 text-decoration:none;
}
.themeSidebarAreaInner a:hover {
 text-decoration:none;
 color:#b8b851;
}
.themeSidebarAreaInner form li span input[type="text"], .themeSidebarAreaInner form li span textarea {
    width: 225px;
}
.themeSidebarAreaInner form li span select {
    width: 233px;
}
.themeSidebarAreaInner form ul li label {
    width: auto;
}
.themeSidebarAreaInner form ul li label, .themeSidebarAreaInner form ul li div {
    float: none;
    padding: 5px 0;
}
.themeSidebarAreaInner form ul li {
    padding: 5px 0;
}
.themeSidebarAreaInner th {
 font-family:'Open Sans', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#777777;
 background:#f8f8f8;
 border-width:1px;
 border-style:solid;
 border-color:#e6e5e5;
 padding:12px;
    font-weight: normal;
}
.themeSidebarAreaInner td {
 font-family:'Open Sans', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#777777;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#e6e5e5;
 padding:12px;
}
/* -------------------------------- THEME SIDEBAR HIGHLIGHT BOX AREA CSS -------------------------------- */
.themeSidebarAreaInner .zs-highlight-box {
 background-color: #fee79b;
 background-image: none;
 background-image: none, -moz-linear-gradient(top, transparent, transparent);
 background-image: none, -webkit-linear-gradient(top, transparent, transparent);
 background-image: none, -o-linear-gradient(top, transparent, transparent);
 background-position: top left;
 background-repeat: repeat;
 box-shadow: 0 0 0 0px transparent, 0 0 0px 0 transparent inset;
 -moz-box-shadow: 0 0 0 0px transparent, 0 0 0px 0 transparent inset;
 -webkit-box-shadow: 0 0 0 0px transparent, 0 0 0px 0 transparent inset;
 -o-box-shadow: 0 0 0 0px transparent, 0 0 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: 10px;
 margin: 0;
    min-height: 200px;
font-family:'Open Sans', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#BDA967;
}
.themeSidebarAreaInner .zs-highlight-box h1 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:30px;
color:#fa565a;
}
.themeSidebarAreaInner .zs-highlight-box h2 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:28px;
color:#fa565a;
}
.themeSidebarAreaInner .zs-highlight-box h3 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:26px;
color:#fa565a;
}
.themeSidebarAreaInner .zs-highlight-box h4 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#fa565a;
}
.themeSidebarAreaInner .zs-highlight-box h5 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#fa565a;
}
.themeSidebarAreaInner .zs-highlight-box h6 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#fa565a;
}
.themeSidebarAreaInner .zs-highlight-box a {
 text-decoration:none;
color:#fa565a;
}
.themeSidebarAreaInner .zs-highlight-box a:hover {
text-decoration:none;
color:#fa565a;
}
.themeSidebarAreaInner .zs-highlight-box hr {
    border-top-color: #D6BA5B;
}
.themeSidebarAreaInner .zs-highlight-box th {
 font-family:'Open Sans', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#917979;
 background:#FFF4D0;
 border-width:1px;
 border-style:solid;
 border-color:#fee79b;
 padding:12px;
    font-weight: normal;
}
.themeSidebarAreaInner .zs-highlight-box td {
 font-family:'Open Sans', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#BDA967;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#F3D470;
 padding:12px;
}
.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: 205px;
    background: #FFEFBA;
    box-shadow: 1px 1px 0 0 #F0D373;
    -moz-box-shadow: 1px 1px 0 0 #F0D373;
    -o-box-shadow: 1px 1px 0 0 #F0D373;
    -webkit-box-shadow: 1px 1px 0 0 #F0D373;
color:#BDA967;
}
.themeSidebarAreaInner .zs-highlight-box form li span select {
    width: 218px;
}
.themeSidebarAreaInner .zs-highlight-box h3.newsletter-heading {
    color: #FA565A;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-desc {
    color: #BDA967;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-input-field {
    background: #FFEFBA;
    border-color:#F0D373;
    color:#A18A42;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-form input[type="text"]::-moz-placeholder {
    color:#A18A42;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#A18A42;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#A18A42;
}
/* ------------------------------------ TEXT HIGHLIGHT AREA CSS ------------------------------------------------*/
.themeSidebarAreaInner .zs-text-light-color {
color:#BFBFBF
}
.themeSidebarAreaInner .zs-text-highlight-color {
color:#4B4B4B
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-light-color {
color:#B1B160
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-highlight-color {
color:#fa565a
}
/*--------------------- THEME SIDEBAR TABS ACCORDION AREA CSS ---------------------*/
.themeSidebarAreaInner .zs-tabs ul, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #E8E8E0;
    padding: 0;
    margin: 0;
    display: none;
}
.themeSidebarAreaInner .zs-tabs li, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li {
    padding: 0;
    margin: 0 5px 0 0;
    float: left;
}
.themeSidebarAreaInner .zs-tabs ul li div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li div {
    float: left;
    position: relative;
    margin: 0 0 -1px;
    display: block;
    cursor: pointer;
    background: #EFEFE6;
    padding: 0 25px;
    overflow: hidden;
    color: #777777;
    line-height: 3;
    border: 1px solid #E8E8E0;
}
.themeSidebarAreaInner .zs-tabs ul li.selected div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #b8b851;
}
.themeSidebarAreaInner .zs-tabs-accordion-content, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    border: 1px solid #E8E8E0;
    border-top: 0px;
    padding: 15px;
    clear: both;
    color: #777777;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.themeSidebarAreaInner .zs-accordion, .themeSidebarAreaInner .zs-highlight-box .zs-accordion {
    color: #777777;
    padding: 10px;
    cursor: pointer;
    display: block;
    background: #EFEFE6;
    position: relative;
    border: 1px solid #E8E8E0;
    margin-bottom: 5px;
}
.themeSidebarAreaInner .zs-accordion.selected, .themeSidebarAreaInner .zs-highlight-box .zs-accordion.selected {
    margin-bottom: 0px;
    color: #b8b851;
    background: #ffffff;
}
/*---------------------------------- THEME HIGHLIGHT BOX TABS ACCORDION AREA CSS START ------------------------------------*/
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content {
    padding: 10px;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h1, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h2, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h3, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h4, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h5, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content h6 {
    color: #4b4b4b;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #b8b851;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #e5e5e4;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content th {
    background: #f8f8f8;
    border-color: #e6e5e5;
    color: #777777;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content td {
    background: transparent;
    border-color: #e6e5e5;
    color: #777777;
}
.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: #F5F5F5;
    box-shadow: 1px 1px 0 0 #e6e5e5;
    -webkit-box-shadow: 1px 1px 0 0 #e6e5e5;
    -moz-box-shadow: 1px 1px 0 0 #e6e5e5;
    -o-box-shadow: 1px 1px 0 0 #e6e5e5;
    color: #777777;
    width: 165px;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 178px;
}
/* -------------------------------- THEME FOOTER AREA CSS -------------------------------- */
.themeFooterArea {
background-color:transparent;
 background-image:none;
 background-position:0 0;
 background-repeat:repeat-X;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0px 0px 0px 0px  transparent, 0px 1px 0px 0px #ffffff inset;
-moz-box-shadow: 0px 0px 0px 0px  transparent, 0px 1px 0px 0px #ffffff inset;
-webkit-box-shadow: 0px 0px 0px 0px  transparent, 0px 1px 0px 0px #ffffff inset;
-o-box-shadow: 0px 0px 0px 0px  transparent, 0px 1px 0px 0px #ffffff inset;
border-width:1px 0 0;
 border-style:dashed;
 border-color:#c3c3c2;
 border-radius: 0px;
 -moz-border-radius:0px;
 -webkit-border-radius:0px;
 -o-border-radius:0px;
 font-family:'Open Sans', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#777777;
    min-height: 200px;
    height: auto !important;
    height: 200px;
    padding: 20px 0;
}
.themeFooterArea h1 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:28px;
color:#4b4b4b;
}
.themeFooterArea h2 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#4b4b4b;
}
.themeFooterArea h3 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#4b4b4b;
}
.themeFooterArea h4 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#4b4b4b;
}
.themeFooterArea h5 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#4b4b4b;
}
.themeFooterArea h6 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#4b4b4b;
}
.themeFooterArea a {
 color:#b8b851;
 text-decoration:none;
}
.themeFooterArea a:hover {
 text-decoration:none;
 color:#b8b851;
}
.themeFooterArea th {
 font-family:'Open Sans', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#777777;
 background:#f8f8f8;
 border-width:1px;
 border-style:solid;
 border-color:#e6e5e5;
 padding:12px;
    font-weight: normal;
}
.themeFooterArea td {
 font-family:'Open Sans', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#777777;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#e6e5e5;
 padding:12px;
}

/* -------------------------------- THEME FOOTER AREA HIGHLIGHT BOX CSS -------------------------------- */
.themeFooterArea .zs-highlight-box {
 background-color: #6bc4ea;
 background-image: none;
 background-image: none, -moz-linear-gradient(top, transparent, transparent);
 background-image: none, -webkit-linear-gradient(top, transparent, transparent);
 background-image: none, -o-linear-gradient(top, transparent, transparent);
 background-position: top left;
 background-repeat: repeat;
 box-shadow: 0 0 0 0px transparent, 0 0 0px 0 transparent inset;
 -moz-box-shadow: 0 0 0 0px transparent, 0 0 0px 0 transparent inset;
 -webkit-box-shadow: 0 0 0 0px transparent, 0 0 0px 0 transparent inset;
 -o-box-shadow: 0 0 0 0px transparent, 0 0 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: 10px;
 margin: 0;
    min-height: 200px;
font-family:'Open Sans', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#417E97;
}
.themeFooterArea .zs-highlight-box h1 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:30px;
color:#4b4b4b;
}
.themeFooterArea .zs-highlight-box h2 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:28px;
color:#4b4b4b;
}
.themeFooterArea .zs-highlight-box h3 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:26px;
color:#4b4b4b;
}
.themeFooterArea .zs-highlight-box h4 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#4b4b4b;
}
.themeFooterArea .zs-highlight-box h5 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#4b4b4b;
}
.themeFooterArea .zs-highlight-box h6 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#4b4b4b;
}
.themeFooterArea .zs-highlight-box a {
 text-decoration:none;
color:#E9E958;
}
.themeFooterArea .zs-highlight-box a:hover {
text-decoration:none;
color:#E9E958;
}
.themeFooterArea .zs-highlight-box hr {
    border-top-color: #2FA4D6;
}
.themeFooterArea .zs-highlight-box th {
 font-family:'Open Sans', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#FFFFFF;
 background:#94DFFF;
 border-width:1px;
 border-style:solid;
 border-color:#6bc4ea;
 padding:12px;
    font-weight: normal;
}
.themeFooterArea .zs-highlight-box td {
 font-family:'Open Sans', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#417E97;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#51B2DB;
 padding:12px;
}
.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: #80CDEE;
    box-shadow: 1px 1px 0 0 #61A8C7;
    -webkit-box-shadow: 1px 1px 0 0 #61A8C7;
    -moz-box-shadow: 1px 1px 0 0 #61A8C7;
    -o-box-shadow: 1px 1px 0 0 #61A8C7;
color:#417E97;
}
.themeFooterArea .zs-highlight-box h3.newsletter-heading {
    color: #4B4B4B;
}
.themeFooterArea .zs-highlight-box .newsletter-desc {
    color: #417E97;
}
.themeFooterArea .zs-highlight-box .newsletter-input-field {
    background: #80CDEE;
    border-color:#61A8C7;
    color:#3D7086;
}
.themeFooterArea .zs-highlight-box .newsletter-form input[type="text"]::-moz-placeholder {
    color:#3D7086;
}
.themeFooterArea .zs-highlight-box .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#3D7086;
}
.themeFooterArea .zs-highlight-box .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#3D7086;
}
/* ------------------------------------ TEXT HIGHLIGHT AREA CSS ------------------------------------------------*/
.themeFooterArea .zs-text-light-color {
color:#BFBFBF
}
.themeFooterArea .zs-text-highlight-color {
color:#4B4B4B
}
.themeFooterArea .zs-highlight-box .zs-text-light-color {
color:#B1B160
}
.themeFooterArea .zs-highlight-box .zs-text-highlight-color {
color:#4B4B4B
}
/*--------------------- THEME FOOTER TABS ACCORDION AREA CSS ---------------------*/
.themeFooterArea .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #E8E8E0;
    padding: 0;
    margin: 0;
}
.themeFooterArea .zs-tabs li, .themeFooterArea .zs-highlight-box .zs-tabs ul li {
    padding: 0;
    margin: 0 5px 0 0;
    float: left;
}
.themeFooterArea .zs-tabs ul li div, .themeFooterArea .zs-highlight-box .zs-tabs ul li div {
    float: left;
    position: relative;
    margin: 0 0 -1px;
    display: block;
    cursor: pointer;
    background: #EFEFE6;
    padding: 0 25px;
    overflow: hidden;
    color: #777777;
    line-height: 3;
    border: 1px solid #E8E8E0;
}
.themeFooterArea .zs-tabs ul li.selected div, .themeFooterArea .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #b8b851;
}
.themeFooterArea .zs-tabs-accordion-content, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    border: 1px solid #E8E8E0;
    border-top: 0px;
    padding: 15px;
    clear: both;
    color: #777777;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.themeFooterArea .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    color: #777777;
    padding: 10px;
    cursor: pointer;
    display: none;
    background: #EFEFE6;
    position: relative;
    border: 1px solid #E8E8E0;
    margin-bottom: 5px;
}
.themeFooterArea .zs-accordion.selected, .themeFooterArea .zs-highlight-box .zs-accordion.selected {
    margin-bottom: 0px;
    color: #b8b851;
    background: #ffffff;
}
/*---------------------------------- THEME FOOTER AREA HIGHLIGHT BOX TABS ACCORDION AREA CSS START ------------------------------------*/
.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: #4b4b4b;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content a, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #b8b851;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #e5e5e4;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content th {
    background: #f8f8f8;
    border-color: #e6e5e5;
    color: #777777;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content td {
    background: transparent;
    border-color: #e6e5e5;
    color: #777777;
}
.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: #F5F5F5;
    box-shadow: 1px 1px 0 0 #e6e5e5;
    -webkit-box-shadow: 1px 1px 0 0 #e6e5e5;
    -moz-box-shadow: 1px 1px 0 0 #e6e5e5;
    -o-box-shadow: 1px 1px 0 0 #e6e5e5;
    color: #777777;
}
/* -------------------------------- THEME FORM AREA CSS -------------------------------- */
form ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}
form li {
    overflow: hidden;
    padding: 12px 0;
    margin: 0;
}
form ul li label, form ul li div {
    width: auto;
    float: left;
}
form ul li label {
    width: 175px;
}
form li div span {
    display: block;
}
form li span input, form li span label {
    float: none;
    width: auto;
    margin: 5px 4px 0;
    font-weight: normal;
    padding: 5px 5px;
}
form li span input[type=text], form li span textarea, form li span select {
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#777777;
    width: 275px;
    background: #fefefe;
    border: 0;
    float: left;
    padding: 8px;
    resize: none;
    margin: 0px;
    box-shadow: 1px 1px 0 0 #e6e5e5;
    -webkit-box-shadow: 1px 1px 0 0 #e6e5e5;
    -moz-box-shadow: 1px 1px 0 0 #e6e5e5;
    -o-box-shadow: 1px 1px 0 0 #e6e5e5;
}
form li span select {
    width: 290px;
}
form li span textarea {
    height: 80px;
    overflow: auto;
}
form .dateinvoker {
    background: url(images/datePickerIcn.png) 0 0 no-repeat;
    width: 22px;
    height: 20px;
    border: none;
    vertical-align: middle;
    margin-top: 8px;
    outline: none;
    padding: 0px;
    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;
    font-size: 13px;
    color: #ffffff;
    border: 0 solid;
    background: #d0d084;
    padding: 6px 28px;
    margin-right: 10px;
    cursor: pointer;
    box-shadow: 1px 1px 0 0 #afaf6e;
    -webkit-box-shadow: 1px 1px 0 0 #afaf6e;
    -moz-box-shadow: 1px 1px 0 0 #afaf6e;
    -o-box-shadow: 1px 1px 0 0 #afaf6e;
}
form li input[type=reset] {
    background: #ececec;
    color: #777777;
    box-shadow: 1px 1px 0 0 #dadada;
    -webkit-box-shadow: 1px 1px 0 0 #dadada;
    -moz-box-shadow: 1px 1px 0 0 #dadada;
    -o-box-shadow: 1px 1px 0 0 #dadada;
}
/* ------------------------------------ THEME  SLIDESHOW AREA CSS ------------------------------------------------*/
.zs-slideshow-left-arrow {
    background: url(images/zs-slideshow-left-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 60px;
    left: 20px;
    margin-top: -30px;
    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: 60px;
    z-index: 150;
}
.zs-slideshow-right-arrow {
    background: url(images/zs-slideshow-right-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 60px;
    right: 20px;
    margin-top: -30px;
    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: 60px;
    z-index: 150;
    left: auto;
}
.themeSlideshowOuterContainer {
    bottom: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 500ms ease 0s;
    z-index: 150;
}
.themeSlideshowInnerContainer {
    background: transparent;
    border-radius: 0;
    padding: 0px 10px 10px;
    float: right;
}
.zs-slideshow-control-active {
    background: url(images/zs-slideshow-control-active.png) no-repeat left top;
    cursor: pointer;
    display: inline-block;
    height: 9px;
    margin: 0 0 0 5px;
    width: 9px;
}
.zs-slideshow-control {
    background: url(images/zs-slideshow-control.png) no-repeat left top;
    cursor: pointer;
    display: inline-block;
    height: 9px;
    margin: 0 0 0 5px;
    width: 9px;
}
/* -------------------------------- THEME HIGHLIGHT BOX CSS -------------------------------- */
.zs-highlight-box {
background-color: #fa565a;
 background-image: none;
 background-image: none, -moz-linear-gradient(top, transparent, transparent);
 background-image: none, -webkit-linear-gradient(top, transparent, transparent);
 background-image: none, -o-linear-gradient(top, transparent, transparent);
 background-position: top left;
 background-repeat: repeat;
 box-shadow: 0 0 0 0px transparent, 0 0 0px 0 transparent inset;
 -moz-box-shadow: 0 0 0 0px transparent, 0 0 0px 0 transparent inset;
 -webkit-box-shadow: 0 0 0 0px transparent, 0 0 0px 0 transparent inset;
 -o-box-shadow: 0 0 0 0px transparent, 0 0 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: 10px;
 margin: 0;
    min-height: 200px;
font-family:'Open Sans', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#FFC5C6;
}
.zs-highlight-box h1 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:30px;
color:#fee79b;
}
.zs-highlight-box h2 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:28px;
color:#fee79b;
}
.zs-highlight-box h3 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:26px;
color:#fee79b;
}
.zs-highlight-box h4 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#fee79b;
}
.zs-highlight-box h5 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#fee79b;
}
.zs-highlight-box h6 {
font-family:'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#fee79b;
}
.zs-highlight-box a {
 text-decoration:none;
color:#fee79b;
}
.zs-highlight-box a:hover {
text-decoration:none;
color:#fee79b;
}
.zs-highlight-box hr {
    border-top-color: #F59395;
}
.zs-highlight-box th {
 font-family:'Open Sans', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#E6E6E6;
 background:#FF6C6F;
 border-width:1px;
 border-style:solid;
 border-color:#FD5255;
 padding:12px;
    font-weight: normal;
}
.zs-highlight-box td {
 font-family:'Open Sans', Tahoma, Geneva, sans-serif;
 font-size:14px;
 color:#FFC5C6;
 background:transparent;
 border-width:1px;
 border-style:solid;
 border-color:#F83F43;
 padding:12px;
}
.zs-highlight-box form li span input[type=text], .zs-highlight-box form li span textarea, .zs-highlight-box form li span select {
    background: #FF7376;
    box-shadow: 1px 1px 0 0 #F5474C;
    -webkit-box-shadow: 1px 1px 0 0 #F5474C;
    -moz-box-shadow: 1px 1px 0 0 #F5474C;
    -o-box-shadow: 1px 1px 0 0 #F5474C;
color:#FFC5C6;
}
.zs-highlight-box h3.newsletter-heading {
    color: #FEE79B;
}
.zs-highlight-box .newsletter-desc {
    color: #FFC5C6;
}
.zs-highlight-box .newsletter-input-field {
    background: #FF7376;
    border-color:#F5474C;
    color:#FFC5C6;
}
.zs-highlight-box .newsletter-form input[type="text"]::-moz-placeholder {
    color:#FFC5C6;
}
.zs-highlight-box .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#FFC5C6;
}
.zs-highlight-box .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#FFC5C6;
}
/* ------------------------------------ TEXT HIGHLIGHT AREA CSS ------------------------------------------------*/
.zs-text-light-color {
color:#BFBFBF
}
.zs-text-highlight-color {
color:#4B4B4B
}
.zs-highlight-box .zs-text-light-color {
color:#B1B160
}
.zs-highlight-box .zs-text-highlight-color {
color:#fee79b
}
/* ------------------------------------ THEME TABS ACCORDION AREA CSS ------------------------------------------------*/
.zs-tabs ul, .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #E8E8E0;
    padding: 0;
    margin: 0;
}
.zs-tabs li, .zs-highlight-box .zs-tabs ul li {
    padding: 0;
    margin: 0 5px 0 0;
    float: left;
}
.zs-tabs ul li div, .zs-highlight-box .zs-tabs ul li div {
    float: left;
    position: relative;
    margin: 0 0 -1px;
    display: block;
    cursor: pointer;
    background: #EFEFE6;
    padding: 0 25px;
    overflow: hidden;
    color: #777777;
    line-height: 3;
    border: 1px solid #E8E8E0;
}
.zs-tabs ul li.selected div, .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #b8b851;
}
.zs-tabs-accordion-content, .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    border: 1px solid #E8E8E0;
    border-top: 0px;
    padding: 15px;
    clear: both;
    color: #777777;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.zs-accordion, .zs-highlight-box .zs-accordion {
    color: #777777;
    padding: 10px;
    cursor: pointer;
    display: none;
    background: #EFEFE6;
    position: relative;
    border: 1px solid #E8E8E0;
    margin-bottom: 5px;
}
.zs-accordion.selected, .zs-highlight-box .zs-accordion.selected {
    margin-bottom: 0px;
    color: #b8b851;
    background: #ffffff;
}
.zs-tabs-accordion-content .newsletter-input-field {
    background:#F6F6F6;
}
/*---------------------------------- THEME HIGHLIGHT BOX TABS ACCORDION AREA CSS START ------------------------------------*/
.zs-highlight-box .zs-tabs-accordion-content h1, .zs-highlight-box .zs-tabs-accordion-content h2, .zs-highlight-box .zs-tabs-accordion-content h3, .zs-highlight-box .zs-tabs-accordion-content h4, .zs-highlight-box .zs-tabs-accordion-content h5, .zs-highlight-box .zs-tabs-accordion-content h6 {
    color: #4b4b4b;
}
.zs-highlight-box .zs-tabs-accordion-content a, .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #b8b851;
}
.zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #e5e5e4;
}
.zs-highlight-box .zs-tabs-accordion-content th {
    background: #f8f8f8;
    border-color: #e6e5e5;
    color: #777777;
}
.zs-highlight-box .zs-tabs-accordion-content td {
    background: transparent;
    border-color: #e6e5e5;
    color: #777777;
}
.zs-tabs-accordion-content form li span input[type="text"], .zs-tabs-accordion-content form li span textarea, .zs-tabs-accordion-content form li span select, .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: #F5F5F5;
    box-shadow: 1px 1px 0 0 #e6e5e5;
    -webkit-box-shadow: 1px 1px 0 0 #e6e5e5;
    -moz-box-shadow: 1px 1px 0 0 #e6e5e5;
    -o-box-shadow: 1px 1px 0 0 #e6e5e5;
    color: #777777;
}
/***************************** START SOCIAL ICONS SPRITE *****************************/
.themeSocialiconContainer {
    float: right;
    margin: 7px 15px 0;
    padding-bottom: 10px;
}
.zs-socialicon-email, .zs-socialicon-facebook, .zs-socialicon-flickr, .zs-socialicon-googleplus, .zs-socialicon-linkedin, .zs-socialicon-pinterest, .zs-socialicon-rss, .zs-socialicon-twitter, .zs-socialicon-youtube, .zs-socialicon-medium, .zs-socialicon-instagram {
    background: url('images/zs-socialicon-sprite.png') no-repeat top left;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 0 3px;
}
.zs-socialicon-email {
    background-position: 0 -0px;
}
.zs-socialicon-facebook {
    background-position: 0 -24px;
}
.zs-socialicon-flickr {
    background-position: 0 -48px;
}
.zs-socialicon-googleplus {
    background-position: 0 -72px;
}
.zs-socialicon-linkedin {
    background-position: 0 -96px;
}
.zs-socialicon-pinterest {
    background-position: 0 -120px;
}
.zs-socialicon-rss {
    background-position: 0 -144px;
}
.zs-socialicon-twitter {
    background-position: 0 -168px;
}
.zs-socialicon-youtube {
    background-position: 0 -192px;
}
.zs-socialicon-medium {
    background-position: 0 -216px;
}
.zs-socialicon-instagram {
    background-position: 0 -240px;
}
/*****************************   END: SOCIAL ICONS SPRITE *****************************/

.newsletter-container {
background: transparent;
    padding: 10px
}
h3.newsletter-heading {
    margin-bottom: 10px;
font-family: 'Lobster Two', Georgia, "Times New Roman", Times, serif;
font-size: 22px;
color: #232323;
}
.newsletter-desc {
    margin-bottom: 25px;
font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
font-size: 14px;
color: #4B4B4B;
}
.newsletter-input-field {
background: #FEFEFE;
border-width: 0 0 1px;
border-color: #E6E5E5;
color:#4B4B4B;
font-family: 'Open Sans', Tahoma, 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: #D0D084;
border-width: 0;
border-color: transparent;
color:#ffffff;
font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
font-size: 14px;
    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:#4B4B4B;
  font-size:90%;
  line-height:normal;
}
.newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#4B4B4B;
  font-size:85%;
  line-height:normal;
}
.newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#4B4B4B;
  font-size:90%;
  line-height:normal;
}
/*----------------------------------- MEMBERSHIP PORTAL AREA CSS  -----------------------------------------------*/
.mp-container {
    height: 36px;
    background: #E7E7AA;
}
.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', Tahoma, Geneva, sans-serif;
 font-size:14px;
    text-decoration:none;
    color:#6d6e42;
    display:block;
}
.member-signin li a:hover {
    text-decoration:none;
    color:#6d6e42;
}
.member-signin li:first-child {
    margin-left: 0;
}
.member-signin li:last-child:before {
    color:#6d6e42;
    content: "|";
    position: absolute;
    top: 0px;
    left:-13px;
}
 