/*--------------------- WEB FONTS CSS -----------------------*/
@-zs-include webfonts(Gabriela/Open Sans:400, 600, 700);
/*--------------------- PRESET CSS -----------------------*/
body, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
body {
 background-color:#acd2df;
 background-image:url(images/body.jpg);
 background-repeat:repeat-x;
 background-position:bottom center;
 background-attachment:fixed;
 background-size:auto;
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 color:#818080;
}
h1 {
font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
font-size:30px;
color:#4f4f6a;
}
h2 {
font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
font-size:28px;
color:#4f4f6a;
}
h3 {
font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
font-size:26px;
color:#4f4f6a;
}
h4 {
font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#4f4f6a;
}
h5 {
font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#4f4f6a;
}
h6 {
font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#4f4f6a;
}
a {
 text-decoration:none;
color:#db8426;
}
a:hover {
text-decoration:none;
color:#db8426;
}
a img {
    border: 0 solid;
}
:focus {
    outline: 0;
}
p {
    line-height: 1.8;
    margin: 0;
    padding: 0;
}
ul, ol {
    margin: 0;
    padding: 0 0 0 20px;
}
ol {
    margin: 0;
    padding: 0 0 0 23px;
}
li {
    padding: 10px 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 background:#fff4f0;
 border-width:1px;
 border-style:solid;
 border-color:#f2ded7;
 color:#8f8f8f;
 padding:12px;
}
td {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#f2ded7;
 color:#8f8f8f;
 padding:12px;
}
hr {
    border-top: 1px solid #e5e5e5;
}
/*--------------------- COMMON USAGE CSS -----------------------*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clearDiv {
    clear: both;
}
.themeWidth {
    width: 980px;
    margin: 0 auto;
}
.themeSearchandSocialContainer {
    height: 85px;
}
/*--------------------- PAGE CONTAINER AREA CSS -----------------------*/
.themeContentCotainer {
 background-color:#fbfbfb;
 background-image:url(images/containerBg.png);
 background-position:center top;
 background-repeat:no-repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.17), 0px 0px 1px 0px #ffffff inset;
 -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.17), 0px 0px 1px 0px #ffffff inset;
 -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.17), 0px 0px 1px 0px #ffffff inset;
 -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.17), 0px 0px 1px 0px #ffffff 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: 500px;
}
.themeTopAreaContainer {
    padding: 20px;
    overflow: hidden;
}
.themeLogoArea {
    margin-right: 15px;
}
.themeFloatedWidthContainer {
    width: 50%;
    overflow: hidden;
    min-height: 5px;
    height: auto !important;
    height: 5px;
}
.themeBrandingArea {
    display: table;
    height: 100%;
}
.themeBrandingAreaInner {
    display: table-cell;
    vertical-align: middle;
}
.themeSitename {
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:24px;
 color:#4f4f6a;
    word-wrap: break-word;
    overflow: hidden;
    height: 32px;
    width: 350px;
    display: block;
}
.themeCaption {
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 color:#858585;
    word-wrap: break-word;
    overflow: hidden;
    height: 20px;
    width: 350px;
    display: block;
}
.themeBannerOuter {
    min-height: 400px;
}
.themeBannerContainer {
    background: url(images/mac.png) center top no-repeat;
    min-height: 600px;
}
.themeBannerArea {
    position: relative;
    left: 200px;
    top: 24px;
    width: 580px;
    height: 335px;
}
/*----------------------------------------------------------- THEME NAVIGATION AREA CSS ---------------------------------------------------------------------*/
.themeNavigationAreaContainer {
    margin-top: 20px;
    padding: 0 15px;
    height: 38px;
}
#navigation ul {
    list-style: none;
    padding: 0 20px;
    margin: 0;
    float: right;
 background-color:transparent;
 background-image: url(images/navBg.png);
background-repeat:repeat-x;
background-position:left top;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.21);
    -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.21);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    height: 36px;
}
#navigation li {
    float: left;
    padding: 0;
    margin: 0;
}
#navigation li:hover a, #navigation li.selected a, #navigation li.active a {
 color:#f0734f;
}
#navigation li a {
    display: block;
    padding: 0 15px;
 color:#aaaaaa;
 font-size:11px;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
    float: left;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 3.2;
    text-shadow: 0 1px 0 #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    -moz-text-shadow: 0 1px 0 #ffffff;
    -o-text-shadow: 0 1px 0 #ffffff;
}
#navigation li.navArrow:hover a, #navigation li.navArrow.active a {
 background-color:#ffffff;
 background-image:none;
background-repeat:repeat-x;
background-position:left top;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.18);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.18);
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    padding: 2px 15px;
    margin-top: -4px;
}
#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: 10px;
    width: 6px;
    margin: 13px 0 0 8px;
}
#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:#ffffff;
background-image:none;
background-position:top left;
background-repeat:repeat;
 border-width:0;
border-style:solid;
border-color:transparent;
 border-radius:0 5px 5px 5px;
-moz-border-radius:0 5px 5px 5px;
-webkit-border-radius:0 5px 5px 5px;
-o-border-radius:0 5px 5px 5px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
    width: 160px;
    position: absolute;
    display: block;
    overflow: hidden;
    -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;
    list-style-image: none;
}
.submenu li {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.submenu li a {
 color:#a2a1a1;
 font-size:12px;
 font-family:'Open Sans', Verdana, Geneva, sans-serif;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 5px 0;
    line-height: 1.8;
    float: left;
    cursor: pointer;
}
.submenu li a:hover {
 color:#ef673f;
background-color:#ebebeb;
background-image:none;
background-position:top left;
background-repeat:repeat;
}
.submenu li a span {
    width: 80%;
    float: left;
    padding-left: 13px;
    word-wrap: break-word;
}
.submenu li.navArrow a em {
    background: transparent url(images/subnavArrow.png) no-repeat scroll top left;
    float: left;
    height: 5px;
    width: 10px;
    margin-top: 8px;
}
.submenu li:hover.navArrow a em {
    background: transparent url(images/subnavArrowHover.png) no-repeat scroll top left;
}
/*-----------------------------------------------------------     THEME CONTENT AREA  CSS ---------------------------------------------------------------------*/
.themeContentContainer {
    padding: 40px;
    overflow: hidden;
}
.themeContentArea {
    width: 63%;
    min-height: 400px;
    height: auto !important;
    height: 400px;
}
/*-----------------------------------------------------------     THEME BREADCRUMB AREA CSS  CSS ---------------------------------------------------------------------*/
.themeBreadcrumb {
    margin-bottom: 20px;
}
.themeBreadcrumb span {
    padding: 0 5px;
}
.themeBreadcrumb p {
    word-wrap: break-word;
}
/*-----------------------------------------------------------     THEME SIDEBAR AREA  CSS ---------------------------------------------------------------------*/
.themeSidebarArea {
    width: 37%;
}
.themeSidebarAreaSpace {
    margin-left: 40px;
 background-image:url(images/sidebarbottom.png);
 background-position:bottom center;
 background-repeat:no-repeat;
 background-attachment:scroll;
 background-size:auto;
    padding-bottom: 1px;
}
.themeSidebarAreaInner {
 background-color:#ffffff;
 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: 1px;
 border-style:solid;
 border-color:#e6e6e6;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
    min-height: 300px;
    height: auto !important;
    height: 300px;
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 color:#818080;
    margin: 0 12px;
    padding: 20px;
}
.themeSidebarAreaInner h1 {
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:30px;
 color:#4f4f6a;
}
.themeSidebarAreaInner h2 {
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:28px;
 color:#4f4f6a;
}
.themeSidebarAreaInner h3 {
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:26px;
 color:#4f4f6a;
}
.themeSidebarAreaInner h4 {
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:24px;
 color:#4f4f6a;
}
.themeSidebarAreaInner h5 {
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:22px;
 color:#4f4f6a;
}
.themeSidebarAreaInner h6 {
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:20px;
 color:#4f4f6a;
}
.themeSidebarAreaInner a {
 color:#db8426;
 text-decoration:none;
}
.themeSidebarAreaInner a:hover {
 text-decoration:none;
 color:#db8426;
}
.themeSidebarAreaInner form li span input[type=text], .themeSidebarAreaInner form li span textarea, .themeSidebarAreaInner form li span select {
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 color:#818080;
    width: 165px;
}
.themeSidebarAreaInner form li input[type=submit], .themeSidebarAreaInner form li input[type=reset] {
font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
    padding: 8px 15px;
}
.themeSidebarAreaInner form li span select {
    width: 178px;
}
.themeSidebarAreaInner form ul li label, .themeSidebarAreaInner form ul li div {
    float: none;
    width: auto;
    padding: 5px 1px;
}
.themeSidebarAreaInner th {
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 background:#fff4f0;
 border-width:1px;
 border-style:solid;
 border-color:#f2ded7;
 color:#8f8f8f;
 padding:12px;
}
.themeSidebarAreaInner td {
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#f2ded7;
 color:#8f8f8f;
 padding:12px;
}
/*-----------------------------------------------------------     THEME SIDEBAR AREA HIGHLIGHT BOX CSS ---------------------------------------------------------------------*/
.themeSidebarAreaInner .zs-highlight-box {
 background-color: #f5c4e6;
 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: 2px 2px 0 0px #e4a5d1, 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 2px 2px 0 0px #e4a5d1, 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 2px 2px 0 0px #e4a5d1, 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 2px 2px 0 0px #e4a5d1, 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: 10px;
 margin: 3px;
    min-height: 200px;
font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 color:#CA7FB3;
}
.themeSidebarAreaInner .zs-highlight-box h1 {
font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
font-size:30px;
color:#4f4f6a;
}
.themeSidebarAreaInner .zs-highlight-box h2 {
font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
font-size:28px;
color:#4f4f6a;
}
.themeSidebarAreaInner .zs-highlight-box h3 {
font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
font-size:26px;
color:#4f4f6a;
}
.themeSidebarAreaInner .zs-highlight-box h4 {
font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#4f4f6a;
}
.themeSidebarAreaInner .zs-highlight-box h5 {
font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#4f4f6a;
}
.themeSidebarAreaInner .zs-highlight-box h6 {
font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#4f4f6a;
}
.themeSidebarAreaInner .zs-highlight-box a {
 text-decoration:none;
color:#db8426;
}
.themeSidebarAreaInner .zs-highlight-box a:hover {
text-decoration:none;
color:#db8426;
}
.themeSidebarAreaInner .zs-highlight-box hr {
    border-top-color: #DA95C4;
}
.themeSidebarAreaInner .zs-highlight-box th {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 background:#FFD8F3;
 border-width:1px;
 border-style:solid;
 border-color:#f5c4e6;
 color:#CA7FB3;
 padding:12px;
}
.themeSidebarAreaInner .zs-highlight-box td {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#F3EBE8;
 color:#8f8f8f;
 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: 145px;
    border-color: #f5c4e6;
    box-shadow: 0 0 0 3px #FFDBF4;
    -webkit-box-shadow: 0 0 0 3px #FFDBF4;
    -moz-box-shadow: 0 0 0 3px #FFDBF4;
    -o-box-shadow: 0 0 0 3px #FFDBF4;
}
.themeSidebarAreaInner .zs-highlight-box form li span select {
    width: 158px;
}
.themeSidebarAreaInner .zs-highlight-box form li input[type=submit], .themeSidebarAreaInner .zs-highlight-box form li input[type=reset] {
    padding: 8px 15px;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-input-field {
    width:180px;
    border-color: #f5c4e6;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-layout-3 .newsletter-form {
    width: 180px;
}
.themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-input-field {
    width:170px;
}
.themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-layout-3 .newsletter-form {
    width: 170px;
}
/*----------------------------------- SIDEBAR TEXT HIGHLIGHT CSS   -----------------------------------------------*/
.themeSidebarAreaInner .zs-text-light-color {
color:#AEAEAE
}
.themeSidebarAreaInner .zs-text-highlight-color {
color:#4f4f6a
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-light-color {
color:#AEAEAE
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-highlight-color {
color:#4f4f6a
}
/*--------------------- THEME SIDEBAR TABS ACCORDION AREA CSS ---------------------*/
.themeSidebarAreaInner .zs-tabs ul, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    padding: 0px;
    width: 100%;
    margin: 0;
    display: none;
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
}
.themeSidebarAreaInner .zs-tabs ul li, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li {
    margin: 0px;
    float: left;
    padding: 0px;
}
.themeSidebarAreaInner .zs-tabs ul li div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li div {
    background: #ECECEC;
    padding: 0 25px;
    color: #818080;
    position: relative;
    margin: 0 0 -1px;
    line-height: 3;
    display: block;
    cursor: pointer;
    border-right: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}
.themeSidebarAreaInner .zs-tabs ul li:hover div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li:hover div {
    background: #4f4f6a;
    color: #ffffff;
}
.themeSidebarAreaInner .zs-tabs ul li.selected div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    color: #4f4f6a;
    border-bottom: 1px solid #ffffff;
}
.themeSidebarAreaInner .zs-tabs-accordion-content, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content {
    clear: both;
    border: 1px solid #E6E6E6;
    padding: 15px;
    display: none;
    color: #818080;
    border-top: 0px;
    background: #FFFFFF;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.themeSidebarAreaInner .zs-accordion, .themeSidebarAreaInner .zs-highlight-box .zs-accordion {
    background: #ECECEC;
    color: #818080;
    padding: 12px 10px;
    cursor: pointer;
    border: 1px solid #E6E6E6;
    margin-bottom: 2px;
    display: block;
}
.themeSidebarAreaInner .zs-accordion.selected, .themeSidebarAreaInner .zs-highlight-box .zs-accordion.selected {
    background: #4f4f6a;
    color: #FFFFFF;
    border: 0px;
    margin-bottom: 0;
}
/*---------------------------------- 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: #4f4f6a;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #db8426;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #e5e5e5;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content th {
    background: #fff4f0;
    border-color: #f2ded7;
    color: #8f8f8f;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #f2ded7;
    color: #8f8f8f;
}
.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: 1px solid #e0e0e0;
    box-shadow: 0 0 0 3px #f0f0f0;
    -webkit-box-shadow: 0 0 0 3px #f0f0f0;
    -moz-box-shadow: 0 0 0 3px #f0f0f0;
    -o-box-shadow: 0 0 0 3px #f0f0f0;
    width: 100px;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 113px;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li input[type="submit"], .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li input[type="reset"] {
    padding: 8px 10px;
}
/*----------------------------------------------------------- THEME FOOTER AREA CSS ---------------------------------------------------------------------*/
.themeFooterArea {
 background-color:transparent;
 background-image:url(images/footerbg.png);
 background-position:0 0;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 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;
 -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;
 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: 40px;
    overflow: hidden;
    min-height: 100px;
    height: auto !important;
    height: 100px;
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 color:#ecd6cc;
}
.themeFooterArea h1 {
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:28px;
 color:#ffac87;
}
.themeFooterArea h2 {
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:26px;
 color:#ffac87;
}
.themeFooterArea h3 {
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:24px;
 color:#ffac87;
}
.themeFooterArea h4 {
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:20px;
 color:#ffac87;
}
.themeFooterArea h5 {
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:18px;
 color:#ffac87;
}
.themeFooterArea h6 {
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:16px;
 color:#ffac87;
}
.themeFooterArea a {
 color:#db8426;
 text-decoration:none;
}
.themeFooterArea a:hover {
 text-decoration:none;
 color:#db8426;
}
.themeFooterArea form li span input[type=text], .themeFooterArea form li span textarea, .themeFooterArea form li span select {
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 color:#ecd6cc;
    background: #454545;
    background: rgba(0, 0, 0, 0.17);
    border: 1px solid #373737;
    box-shadow: 0 0 0 3px #434343;
    -moz-box-shadow: 0 0 0 3px #434343;
    -webkit-box-shadow: 0 0 0 3px #434343;
    -o-box-shadow: 0 0 0 3px #434343;
}
.themeFooterArea form li input[type=submit], .themeFooterArea form li input[type=reset] {
font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
}
.themeFooterArea th {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 background:#595959;
 border-width:1px;
 border-style:solid;
 border-color:#4D4D4D;
 color:#8f8f8f;
 padding:12px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
}
.themeFooterArea td {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 background:#E7E6E6;
 border-width:1px;
 border-style:solid;
 border-color:#D9D9D9;
 color:#8f8f8f;
 padding:12px;
}
.themeFooterArea hr {
    border-top: 1px solid #434343;
}
.themeFooterArea h3.newsletter-heading {
    color:#FFAC87;
}
.themeFooterArea .newsletter-desc {
    color:#ECD6CC;
}
.themeFooterArea .newsletter-input-field {
    background: #454545;
    background: rgba(0, 0, 0, 0.17);
    border: 1px solid #373737;
    color:#ecd6cc;
}
.themeFooterArea .newsletter-form input[type="text"]::-moz-placeholder {
    color:#ecd6cc;
}
.themeFooterArea .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#ecd6cc;
}
.themeFooterArea .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#ecd6cc;
}
/*----------------------------------------------------------- THEME FOOTER AREA HIGHLIGHT BOX CSS ---------------------------------------------------------------------*/
.themeFooterArea .zs-highlight-box {
background-color: #f5e5c4;
 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: 2px 2px 0 0px #393d37, 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 2px 2px 0 0px #393d37, 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 2px 2px 0 0px #393d37, 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 2px 2px 0 0px #393d37, 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: 10px;
 margin: 3px;
    min-height: 200px;
font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 color:#C2A66D;
}
.themeFooterArea .zs-highlight-box h1 {
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:28px;
 color:#E95E20;
}
.themeFooterArea .zs-highlight-box h2 {
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:26px;
 color:#E95E20;
}
.themeFooterArea .zs-highlight-box h3 {
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:24px;
 color:#E95E20;
}
.themeFooterArea .zs-highlight-box h4 {
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:20px;
 color:#E95E20;
}
.themeFooterArea .zs-highlight-box h5 {
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:18px;
 color:#E95E20;
}
.themeFooterArea .zs-highlight-box h6 {
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:16px;
 color:#E95E20;
}
.themeFooterArea .zs-highlight-box a {
 color:#db8426;
 text-decoration:none;
}
.themeFooterArea .zs-highlight-box a:hover {
 text-decoration:none;
 color:#db8426;
}
.themeFooterArea .zs-highlight-box th {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 background:#FFF8E8;
 border-width:1px;
 border-style:solid;
 border-color:#f5e5c4;
 color:#85A359;
 padding:12px;
}
.themeFooterArea .zs-highlight-box td {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#F3EBE8;
 color:#8f8f8f;
 padding:12px;
}
.themeFooterArea .zs-highlight-box hr {
    border-top-color: #C2A66D;
}
.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: #ffffff;
 border-color:#F2E2C3;
    box-shadow: 0 0 0 3px #FFF3DB;
    -webkit-box-shadow: 0 0 0 3px #FFF3DB;
    -moz-box-shadow: 0 0 0 3px #FFF3DB;
    -o-box-shadow: 0 0 0 3px #FFF3DB;
 color:#C2A66D;
}
.themeFooterArea .zs-highlight-box .newsletter-desc {
    color:#C2A66D;
}
.themeFooterArea .zs-highlight-box .newsletter-input-field {
    border-color: #F2E2C3;
    background: #ffffff;
    color: #C2A66D;
}
.themeFooterArea .zs-highlight-box .newsletter-form input[type="text"]::-moz-placeholder {
    color:#C2A66D;
}
.themeFooterArea .zs-highlight-box .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#C2A66D;
}
.themeFooterArea .zs-highlight-box .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#C2A66D;
}
/*----------------------------------- FOOTER TEXT HIGHLIGHT CSS   -----------------------------------------------*/
.themeFooterArea .zs-text-light-color {
color:#878787
}
.themeFooterArea .zs-text-highlight-color {
color:#FFAC87
}
.themeFooterArea .zs-highlight-box .zs-text-light-color {
color:#878787
}
.themeFooterArea .zs-highlight-box .zs-text-highlight-color {
color:#E95E20
}
/*-------------------- THEME TABS AND ACCORDION AREA CSS START --------------------- */
.themeFooterArea .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    padding: 0px;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #595C5F;
    border-left: 1px solid #595C5F;
}
.themeFooterArea .zs-tabs ul li, .themeFooterArea .zs-highlight-box .zs-tabs ul li {
    margin: 0px;
    float: left;
    padding: 0px;
}
.themeFooterArea .zs-tabs ul li div, .themeFooterArea .zs-highlight-box .zs-tabs ul li div {
    background: #3E4347;
    padding: 0 25px;
    color: #8A8F94;
    position: relative;
    margin: 0 0 -1px;
    line-height: 3;
    display: block;
    cursor: pointer;
    border-right: 1px solid #595C5F;
    border-top: 1px solid #595C5F;
    border-bottom: 1px solid #595C5F;
}
.themeFooterArea .zs-tabs ul li:hover div, .themeFooterArea .zs-highlight-box .zs-tabs ul li:hover div {
    background: #4f4f6a;
    color: #ffffff;
}
.themeFooterArea .zs-tabs ul li.selected div, .themeFooterArea .zs-highlight-box .zs-tabs ul li.selected div {
    background: #535659;
    color: #db8426;
    border-bottom: 1px solid #535659;
}
.themeFooterArea .zs-tabs-accordion-content, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    clear: both;
    border: 1px solid #595C5F;
    padding: 15px;
    display: none;
    color: #ecd6cc;
    border-top: 0px;
    background: #535659;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.themeFooterArea .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    background: #3E4347;
    color: #8A8F94;
    padding: 12px 10px;
    cursor: pointer;
    border: 1px solid #595C5F;
    margin-bottom: 2px;
    display: none;
}
.themeFooterArea .zs-accordion.selected, .themeFooterArea .zs-highlight-box .zs-accordion.selected {
    background: #4f4f6a;
    color: #db8426;
    border: 0px;
    margin-bottom: 0;
}
/*---------------------------------- 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: #ffac87;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content a, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #db8426;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #434343;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content th {
    background: #3e4347;
    border-color: #34373a;
    color: #8f8f8f;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content td {
    background: #e7e6e6;
    border-color: #d9d9d9;
    color: #8f8f8f;
}
.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: rgba(0, 0, 0, 0.17);
    border: 1px solid #373737;
    box-shadow: 0 0 0 3px #434343;
    -webkit-box-shadow: 0 0 0 3px #434343;
    -moz-box-shadow: 0 0 0 3px #434343;
    -o-box-shadow: 0 0 0 3px #434343;
    color: #ecd6cc;
    width: 215px;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 228px;
}
/*--------------------------------------------------------------- FORM AREA CSS -------------------------------------------------------------------*/
form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
form li {
    overflow: hidden;
    padding: 10px 0 0;
    margin: 0;
}
form ul li label, form ul li div {
    width: auto;
    float: left;
    padding: 0;
}
form ul li label {
    width: 160px;
}
form li span input, form li span label {
    float: none;
    width: auto;
    padding: 0 3px;
    margin: 7px 2px 0;
}
form li div span {
    display: block;
}
form li span input[type=text], form li span textarea, form li span select {
    width: 285px;
    background: #fff;
    border: 1px solid #e0e0e0;
    float: left;
    margin: 0px;
    resize: none;
    box-shadow: 0 0 0 3px #f0f0f0;
    -webkit-box-shadow: 0 0 0 3px #f0f0f0;
    -moz-box-shadow: 0 0 0 3px #f0f0f0;
    -o-box-shadow: 0 0 0 3px #f0f0f0;
    padding: 7px 5px;
    margin: 3px;
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 color:#818080;
 font-size:14px;
}
form li span select {
    width: 298px;
}
form li span textarea {
    height: 100px;
    overflow: auto;
}
form .dateinvoker {
    background: url(images/datePickerIcn.png) 0 0 no-repeat;
    width: 18px;
    height: 18px;
    border: none;
    vertical-align: middle;
    margin-top: 11px;
    outline: none;
    margin-left: 5px;
    border-radius: 0;
    padding: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}
form li input[type=submit], form li input[type=reset], button {
    background: #e96541;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb8562), to(#e96541));
    background: -moz-linear-gradient(top, #fb8562, #e96541);
    background: -o-linear-gradient(top, #fb8562, #e96541);
    padding: 8px 35px;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #c64a28;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.33) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.33) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.33) inset;
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.33) inset;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.26);
    -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.26);
    -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.26);
    -o-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.26);
    color: #fff;
 font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
}
form li input[type=reset] {
    background: #e1e1e1;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
    background: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
    background: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
    color: #5e5e5e;
    text-shadow: 1px 1px 0 #fff;
    -webkit-text-shadow: 1px 1px 0 #fff;
    -moz-text-shadow: 1px 1px 0 #fff;
    -o-text-shadow: 1px 1px 0 #fff;
    box-shadow: 0 1px 0 #ffffff inset;
    -webkit-box-shadow: 0 1px 0 #ffffff inset;
    -moz-box-shadow: 0 1px 0 #ffffff inset;
    -o-box-shadow: 0 1px 0 #ffffff inset;
    border: 1px solid #c7c7c7;
}
/*----------------------------------------------------------- THEME SEARCH BOX AREA CSS ---------------------------------------------------------------------*/
.themeSearchBoxContainer {
    float: right;
    margin-top: 30px;
}
.themeSearchBox {
    width: 210px;
    height: 26px;
    position: relative;
    border: 1px solid #afc8d0;
    background: #d3e9ef;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08) inset;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08) inset;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08) inset;
    -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08) inset;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
}
.themeSearchBox input[type=text] {
    background: transparent;
    width: 170px;
    height: 26px;
    border: 0;
    outline: none;
    line-height: 26px;
    font-family: 'Gabriela', Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #a4c8d5;
    padding: 0 10px
}
.themeSearchBox input[type=submit] {
    background: url(images/searchicon.png) center center no-repeat;
    width: 25px;
    height: 26px;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 0 none;
    cursor: pointer;
}
/* ------------------------------------------------------------- THEME  SLIDESHOW AREA CSS ---------------------------------------------------------------------------*/
.zs-slideshow-right-arrow {
    background: url(images/zs-slideshow-right-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 40px;
    left: auto;
    right: 10px;
    margin-top: -20px;
    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: 40px;
    z-index: 150;
}
.zs-slideshow-left-arrow {
    background: url(images/zs-slideshow-left-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 40px;
    right: auto;
    left: 10px;
    margin-top: -20px;
    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: 40px;
    z-index: 150;
}
.themeSlideshowOuterContainer {
    top: 10px;
    height: 20px;
    left: 10px;
    opacity: 0;
    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: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    padding: 0;
    float: left;
}
.zs-slideshow-control-active {
    background: url(images/zs-slideshow-control-active.png) no-repeat left top;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin: 0 0 0 6px;
    width: 14px;
}
.zs-slideshow-control {
    background: url(images/zs-slideshow-control.png) no-repeat left top;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin: 0 0 0 6px;
    width: 14px;
}
/*-----------------------------------  THEME HIGHLIGHT BOX CSS   -----------------------------------------------*/
.zs-highlight-box {
 background-color: #e1f5c4;
 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: 2px 2px 0 0px #cae2a7, 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 2px 2px 0 0px #cae2a7, 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 2px 2px 0 0px #cae2a7, 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 2px 2px 0 0px #cae2a7, 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: 10px;
 margin: 3px;
    min-height: 200px;
font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 color:#85A359;
}
.zs-highlight-box h1 {
font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
font-size:30px;
color:#4f4f6a;
}
.zs-highlight-box h2 {
font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
font-size:28px;
color:#4f4f6a;
}
.zs-highlight-box h3 {
font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
font-size:26px;
color:#4f4f6a;
}
.zs-highlight-box h4 {
font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#4f4f6a;
}
.zs-highlight-box h5 {
font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#4f4f6a;
}
.zs-highlight-box h6 {
font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#4f4f6a;
}
.zs-highlight-box a {
 text-decoration:none;
color:#db8426;
}
.zs-highlight-box a:hover {
text-decoration:none;
color:#db8426;
}
.zs-highlight-box hr {
    border-top-color: #9BC75A;
}
.zs-highlight-box th {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 background:#F5FFE7;
 border-width:1px;
 border-style:solid;
 border-color:#F5FFE7;
 color:#85A359;
 padding:12px;
}
.zs-highlight-box td {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#F3EBE8;
 color:#8f8f8f;
 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 {
    box-shadow: 0 0 0 3px #F1FFDD;
    -webkit-box-shadow: 0 0 0 3px #F1FFDD;
    -moz-box-shadow: 0 0 0 3px #F1FFDD;
    -o-box-shadow: 0 0 0 3px #F1FFDD;
    border-color: #e1f5c4;
}
.zs-highlight-box .newsletter-input-field {
    border-color:#e1f5c4;
}
/*-----------------------------------  TEXT HIGHLIGHT CSS   -----------------------------------------------*/
.zs-text-light-color {
color:#C4C4C4
}
.zs-text-highlight-color {
color:#4f4f6a
}
.zs-highlight-box .zs-text-light-color {
color:#C4C4C4
}
.zs-highlight-box .zs-text-highlight-color {
color:#4f4f6a
}
/*-------------------- THEME TABS AND ACCORDION AREA CSS START --------------------- */
.zs-tabs ul, .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    padding: 0px;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
}
.zs-tabs ul li, .zs-highlight-box .zs-tabs ul li {
    margin: 0px;
    float: left;
    padding: 0px;
}
.zs-tabs ul li div, .zs-highlight-box .zs-tabs ul li div {
    background: #ECECEC;
    padding: 0 25px;
    color: #818080;
    position: relative;
    margin: 0 0 -1px;
    line-height: 3;
    display: block;
    cursor: pointer;
    border-right: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}
.zs-tabs ul li:hover div, .zs-highlight-box .zs-tabs ul li:hover div {
    background: #4f4f6a;
    color: #ffffff;
}
.zs-tabs ul li.selected div, .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    color: #4f4f6a;
    border-bottom: 1px solid #ffffff;
}
.zs-tabs-accordion-content, .zs-highlight-box .zs-tabs-accordion-content {
    clear: both;
    border: 1px solid #E6E6E6;
    padding: 15px;
    display: none;
    color: #818080;
    border-top: 0px;
    background: #FFFFFF;
    margin-bottom: 3px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.zs-accordion, .zs-highlight-box .zs-accordion {
    background: #ECECEC;
    color: #818080;
    padding: 12px 10px;
    cursor: pointer;
    border: 1px solid #E6E6E6;
    margin-bottom: 2px;
    display: none;
}
.zs-accordion.selected, .zs-highlight-box .zs-accordion.selected {
    background: #4f4f6a;
    color: #FFFFFF;
    border: 0px;
    margin-bottom: 0;
}
/*---------------------------------- 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: #4f4f6a;
}
.zs-highlight-box .zs-tabs-accordion-content a, .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #db8426;
}
.zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #e5e5e5;
}
.zs-highlight-box .zs-tabs-accordion-content th {
    background: #fff4f0;
    border-color: #f2ded7;
    color: #8f8f8f;
}
.zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #f2ded7;
    color: #8f8f8f;
}
.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: 1px solid #e0e0e0;
    box-shadow: 0 0 0 3px #f0f0f0;
    -webkit-box-shadow: 0 0 0 3px #f0f0f0;
    -moz-box-shadow: 0 0 0 3px #f0f0f0;
    -o-box-shadow: 0 0 0 3px #f0f0f0;
    width: 215px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 228px;
}
/***************************** START SOCIAL ICONS SPRITE *****************************/
.themeSocialIconContainer {
    margin: 32px 10px 0;
    text-align: right;
    float: 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: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 5px;
}
.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: 'Gabriela', Georgia, "Times New Roman", Times, serif;
font-size: 26px;
color: #4F4F6A;
}
.newsletter-desc {
    margin-bottom: 25px;
font-family: 'Gabriela', Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #818080;
}
.newsletter-input-field {
background: #ffffff;
border-width: 1px;
border-color: #E0E0E0;
color:#818080;
font-family: 'Gabriela', Georgia, "Times New Roman", Times, 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: #FB8562;
border-width: 1px;
border-color: #C64A28;
color:#ffffff;
font-family: 'Gabriela', Georgia, "Times New Roman", Times, serif;
font-size: 14px;
    border-style: solid;
    border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    cursor: pointer;
    padding: 9px;
    font-weight: 400;
    box-sizing: border-box;
    margin-right: 0;
}
.newsletter-layout-1 .newsletter-form, .newsletter-layout-2 .newsletter-form {
    margin: 0 auto;
    text-align: center;
}
.newsletter-layout-3 .newsletter-form {
    width: 200px;
    margin: 0 auto;
    text-align: right;
}
.newsletter-layout-3 button {
    text-align: right;
}
.newsletter-form input[type="text"]::-moz-placeholder {
    color:#818080;
  font-size:90%;
  line-height:normal;
}
.newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#818080;
  font-size:85%;
  line-height:normal;
}
.newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#818080;
  font-size:90%;
  line-height:normal;
}
/*----------------------------------- MEMBERSHIP PORTAL AREA CSS  -----------------------------------------------*/
.mp-container {
    height: 30px;
    background:#d6f1fc;
}
.member-signin {
    float: right;
}
.member-signin > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.member-signin li {
    display: inline-block;
    line-height: 30px;
    margin-left: 20px;
    padding: 0;
    position:relative;
}
.member-signin li a {
    font-family:'Gabriela', Georgia, "Times New Roman", Times, serif;
 font-size:14px;
    text-decoration:none;
    color:#fa8363;
    display:block;
}
.member-signin li a:hover {
    text-decoration:none;
    color:#fa8363;
}
.member-signin li:first-child {
    margin-left: 0;
}
.member-signin li:last-child:before {
    color:#fa8363;
    content: "|";
    position: absolute;
    top: 0;
    left:-13px;
}
 