/*----------------------------- WEB FONTS CSS -----------------------------*/
@-zs-include webfonts(Roboto Condensed: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:#da7967;
 background-image:url(images/bodybg.png);
 background-position:0 0;
 background-repeat:repeat;
 background-size:auto;
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#8c8682;
}
h1 {
font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
font-size:28px;
color:#443a42;
}
h2 {
font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
font-size:26px;
color:#443a42;
}
h3 {
font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
font-size:24px;
color:#443a42;
}
h4 {
font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
font-size:22px;
color:#443a42;
}
h5 {
font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
font-size:20px;
color:#443a42;
}
h6 {
font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
font-size:18px;
color:#443a42;
}
a {
 color:#FF5500;
 text-decoration:none;
}
a:hover {
 text-decoration:none;
 color:#FF5500;
}
p {
    line-height: 1.6;
}
a img {
    border: 0 solid
}
:focus {
    outline: none;
}
hr {
    border: 0;
    border-top: 1px solid #d5d5d5;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    box-shadow: 0 1px 1px #fff;
    -webkit-box-shadow: 0 1px 1px #fff;
    -moz-box-shadow: 0 1px 1px #fff;
    -o-box-shadow: 0 1px 1px #fff;
}
th {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#4c4c4c;
 background:#f4e8e8;
 border-width:1px;
 border-style:solid;
 border-color:#e5d1d1;
 padding:12px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
    -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
    -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
}
td {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#4c4c4c;
 background:#F9F9F9;
 border-width:1px;
 border-style:solid;
 border-color:#e5d1d1;
 padding:12px;
}
ul, ol {
    padding: 0 0 0 20px;
}
ol {
    padding: 0 0 0 23px;
}
li {
    padding: 5px 0;
}
/*----------------------------- COMMON USAGE CSS -----------------------------*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clearDiv {
    clear: both;
}
.themeWidth {
    width: 920px;
    margin: 0 auto;
}
/*----------------------------- THEME TOP AREA CSS -----------------------------*/
.themeContentAreaContainer {
    padding: 50px 0;
}
.themeContentAreaSpace {
    padding: 0 40px;
 background-color:transparent;
 background-image:url(images/contentcontainerbg.png);
 background-position:left top;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.22), 0px 0px 0px 0px transparent inset;
 -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.22), 0px 0px 0px 0px transparent inset;
 -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.22), 0px 0px 0px 0px transparent inset;
 -o-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.22), 0px 0px 0px 0px transparent inset;
 border-width: 0;
 border-style:none;
 border-color:transparent;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
}
.themeSearchandSocialArea {
    padding: 15px 0;
}
.themeBrandingArea {
    text-align: center;
    background: url(images/sitenameSep.png) bottom center no-repeat;
    padding-bottom: 25px;
    margin-bottom: 10px;
}
/*----------------------------- SITENAME AREA CSS -----------------------------*/
.themeSitenameCaptionArea {
    margin-bottom: 10px;
}
.themeSitename {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:32px;
 color:#443a42;
    word-wrap: break-word;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}
.themeCaption {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#adadad;
    word-wrap: break-word;
    text-transform: uppercase;
    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;
    letter-spacing: 5px;
    display: block;
}
/*----------------------------- THEME NAVIGATION AREA CSS -----------------------------*/
.themeNavigationAreaContainer {
 background-color:transparent;
 background-image:url(images/navigationbg.png);
background-repeat:repeat-x;
background-position:left top;
    height: 55px;
    overflow: hidden;
    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-top: 10px;
}
#navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation li {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}
#navigation li:hover a, #navigation li.selected a, #navigation li.active a {
color:#ffffff;
background-color:#443a42;
background-image:none;
background-repeat:repeat-x;
background-position:left top;
}
#navigation li a {
    padding: 0 30px;
 color:#443a42;
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:14px;
    float: left;
    line-height: 3.9;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}
#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.active.navArrow a em {
    background: transparent url(images/navArrow.png) no-repeat scroll 0 0;
    display: block;
    float: left;
    height: 12px;
    width: 10px;
    margin: 22px 0 0 10px;
}
#navigation li:hover.navArrow a em, #navigation li.selected.navArrow a em, #navigation li.active.navArrow a em {
    background: transparent url(images/navArrowHover.png) no-repeat scroll 0 0;
}
/*----------------------------- THEME SUBMENU AREA CSS -----------------------------*/
.submenu {
 background-color:#FBFCF5;
background-image:url(images/navigationbg.png);
background-position:top left;
background-repeat:repeat;
 border-width:0;
border-style:solid;
border-color:transparent;
 border-radius:0px;
-moz-border-radius:0px;
-webkit-border-radius:0px;
-o-border-radius:0px;
    width: 200px;
    position: absolute;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    -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:#443a42;
 font-size:14px;
    text-decoration: none;
    display: block;
    width: 100%;
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
    float: left;
    cursor: pointer;
    padding: 10px 0;
    line-height: 1.5;
    text-transform: uppercase;
}
.submenu li a:hover {
 color:#ebe7e7;
background-color:#423840;
background-image:none;
background-position:top left;
background-repeat:repeat;
}
.submenu li a span {
    background: url(images/submenuArrow.png) left center no-repeat;
    padding-left: 15px;
    width: 75%;
    float: left;
    padding-left: 15px;
    margin-left: 10px;
    word-wrap: break-word;
}
.submenu li a:hover span {
    background: url(images/submenuArrowHover.png) left center no-repeat;
}
.submenu li.navArrow a em, .submenu li:hover.navArrow a em {
    background: transparent url(images/SubmenuNavArrow.png) no-repeat scroll center left;
    float: left;
    height: 12px;
    width: 10px;
    margin-top: 4px;
}
.submenu li:hover.navArrow a em {
    background: transparent url(images/SubmenuNavArrowHover.png) no-repeat scroll center left;
}
/*----------------------------- CONTENT AREA CSS -----------------------------*/
.themeBannerArea {
    position: relative;
}
.themeContentContainer {
    padding: 40px 0;
    overflow: hidden;
}
.themeBreadcrumb {
    padding: 0px 0px 15px;
}
.themeBreadcrumb span {
    padding: 0 10px;
}
.themeBreadcrumb p {
    word-wrap: break-word;
}
.themeContentArea {
    width: 65%;
    min-height: 400px;
    height: auto !important;
    height: 400px;
}
.themeSidebarArea {
    width: 35%;
}
.themeSidebarAreaInner {
 background-color:transparent;
 background-image:url(images/navigationbg.png);
 background-position:0 0;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: -1px -1px 0px 0px rgba(255, 255, 255, 0.61), 1px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 0px 0 0 transparent inset;
 -webkit-box-shadow: -1px -1px 0px 0px rgba(255, 255, 255, 0.61), 1px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 0px 0 0 transparent inset;
 -moz-box-shadow: -1px -1px 0px 0px rgba(255, 255, 255, 0.61), 1px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 0px 0 0 transparent inset;
 -o-box-shadow: -1px -1px 0px 0px rgba(255, 255, 255, 0.61), 1px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 0px 0 0 transparent inset;
 border-width: 0;
 border-style:none;
 border-color:transparent;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
    margin-left: 40px;
    padding: 20px;
    min-height: 300px;
    height: auto !important;
    height: 300px;
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#8c8682;
}
.themeSidebarAreaInner h1 {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#443a42;
}
.themeSidebarAreaInner h2 {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#443a42;
}
.themeSidebarAreaInner h3 {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#443a42;
}
.themeSidebarAreaInner h4 {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#443a42;
}
.themeSidebarAreaInner h5 {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#443a42;
}
.themeSidebarAreaInner h6 {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:18px;
 color:#443a42;
}
.themeSidebarAreaInner a {
 text-decoration:none;
 color:#FF5500;
}
.themeSidebarAreaInner a:hover {
 text-decoration:none;
 color:#FF5500;
}
.themeSidebarAreaInner form li span input[type=text], .themeSidebarAreaInner form li span textarea, .themeSidebarAreaInner form li span select {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:12px;
 color:#757575;
    width: 155px;
}
.themeSidebarAreaInner form li input[type=submit], .themeSidebarAreaInner form li input[type=reset] {
font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
    padding: 10px 15px;
}
.themeSidebarAreaInner form li {
    padding: 0 0 10px;
}
.themeSidebarAreaInner form li span select {
    width: 168px;
}
.themeSidebarAreaInner form ul li label, .themeSidebarAreaInner form ul li div {
    text-align: left;
    padding-right: 0px;
    padding-bottom: 10px;
    width: auto;
    float: none;
    margin: 10px 0;
}
.themeSidebarAreaInner form li span input, .themeSidebarAreaInner form li span label {
    float: none;
}
.themeSidebarAreaInner th {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#4c4c4c;
 background:#f4e8e8;
 border-width:1px;
 border-style:solid;
 border-color:#e5d1d1;
 padding:12px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
    -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
    -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
}
.themeSidebarAreaInner td {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#4c4c4c;
 background:#F9F9F9;
 border-width:1px;
 border-style:solid;
 border-color:#e5d1d1;
 padding:12px;
}
.themeSidebarAreaInner .zs-highlight-box {
 background-color: #443a42;
 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: 0px 0px 8px 0px rgba(0, 0, 0, 0.53), 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53), 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53), 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53), 0px 0px 0px 0 transparent inset;
 border-width: 1px;
 border-style:solid;
 border-color:#ffffff;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 10px;
    min-height: 200px;
font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#9B8A95;
}
.themeSidebarAreaInner .zs-highlight-box h1 {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#ff7464;
}
.themeSidebarAreaInner .zs-highlight-box h2 {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#ff7464;
}
.themeSidebarAreaInner .zs-highlight-box h3 {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#ff7464;
}
.themeSidebarAreaInner .zs-highlight-box h4 {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#ff7464;
}
.themeSidebarAreaInner .zs-highlight-box h5 {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#ff7464;
}
.themeSidebarAreaInner .zs-highlight-box h6 {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:18px;
 color:#ff7464;
}
.themeSidebarAreaInner .zs-highlight-box a {
 text-decoration:none;
 color:#ff7464;
}
.themeSidebarAreaInner .zs-highlight-box a:hover {
 text-decoration:none;
 color:#ff7464;
}
.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 {
    border: 1px solid #4E494D;
    width: 120px;
    padding: 10px 5px;
    background: #423940;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    color: #9B8A95;
}
.themeSidebarAreaInner .zs-highlight-box form li span select {
    width: 133px;
}
.themeSidebarAreaInner .zs-highlight-box form li input[type=submit], .themeSidebarAreaInner .zs-highlight-box form li input[type=reset] {
    margin-right: 8px;
    padding: 10px 15px;
}
.themeSidebarAreaInner .zs-highlight-box hr {
    border-top-color: #756671;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-input-field {
    width:150px;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-layout-3 .newsletter-form {
    width: 150px;
}
.themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-input-field {
    width:160px;
}
.themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-layout-3 .newsletter-form {
    width: 160px;
}
.themeSidebarAreaInner .zs-highlight-box th {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#91808D;
 background:#50424D;
 border-width:1px;
 border-style:solid;
 border-color:#443a42;
 padding:12px;
}
.themeSidebarAreaInner .zs-highlight-box td {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#4c4c4c;
 background:#F9F9F9;
 border-width:1px;
 border-style:solid;
 border-color:#e5d1d1;
 padding:12px;
}
/*-----------------------------------  TEXT HIGHLIGHT CSS     -----------------------------------------------*/
.themeSidebarAreaInner .zs-text-light-color {
color:#BEBEBE;
}
.themeSidebarAreaInner .zs-text-highlight-color {
color:#443A42;
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-light-color {
color:#BEBEBE;
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-highlight-color {
color:#ff7464;
}
/*--------------------- THEME SIDEBAR TABS ACCORDION AREA CSS ---------------------*/
.themeSidebarAreaInner .zs-tabs ul, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: none;
    border-bottom: 1px solid #E4E4E4;
}
.themeSidebarAreaInner .zs-tabs ul li, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li {
    float: left;
    margin: 0px 2px 0px 0;
    padding: 0;
}
.themeSidebarAreaInner .zs-tabs ul li div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li div {
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    color: #8c8682;
    margin: 0 0 -1px;
    line-height: 3;
    background: #E0DDDD;
    border-top: 2px solid transparent;
    border-bottom: 1px solid #E4E4E4;
}
.themeSidebarAreaInner .zs-tabs ul li.selected div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    border-top: 3px solid #443a42;
    padding-top: 0;
    color: #443a42;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    border-bottom: 0;
}
.themeSidebarAreaInner .zs-tabs-accordion-content, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    border: 1px solid #E4E4E4;
    padding: 10px;
    display: none;
    clear: both;
    border-top: 0;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.themeSidebarAreaInner .zs-accordion, .themeSidebarAreaInner .zs-highlight-box .zs-accordion {
    color: #8c8682;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 5px;
    display: block;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
}
.themeSidebarAreaInner .zs-accordion.selected, .themeSidebarAreaInner .zs-highlight-box .zs-accordion.selected {
    background: #FF7464;
    color: #ffffff;
    margin-bottom: 0px;
    border-color: #FF7464;
}
/*---------------------------------- 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: #443a42;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #ff7464;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #d5d5d5;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content th {
    background: #f4e8e8;
    border-color: #e5d1d1;
    color: #4c4c4c;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content td {
    background: #f9f9f9;
    border-color: #e5d1d1;
    color: #4c4c4c;
}
.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: #f8f8f8;
    color: #8c8682;
    width: 90px;
    border-color:#F0F0F0;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 103px;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li input[type="submit"], .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li input[type="reset"] {
    padding: 10px 5px;
}
/*--------------------------------- THEME FOOTER AREA CSS --------------------------------------*/
.themeFooterAreaInner {
 background-color:transparent;
 background-image:url(images/footer.png);
 background-position:center top;
 background-repeat:repeat-x;
 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;
    min-height: 50px;
    height: auto !important;
    height: 50px;
    margin: 0 -40px;
    padding: 40px;
font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#8c8682;
}
.themeFooterAreaInner h1 {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:28px;
 color:#443a42;
}
.themeFooterAreaInner h2 {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:26px;
 color:#443a42;
}
.themeFooterAreaInner h3 {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:24px;
 color:#443a42;
}
.themeFooterAreaInner h4 {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#443a42;
}
.themeFooterAreaInner h5 {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#443a42;
}
.themeFooterAreaInner h6 {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:18px;
 color:#443a42;
}
.themeFooterAreaInner a {
 color:#FF5500;
 text-decoration:none;
}
.themeFooterAreaInner a:hover {
 text-decoration:none;
 color:#FF5500;
}
.themeFooterAreaInner form li span input[type=text], .themeFooterAreaInner form li span textarea, .themeFooterAreaInner form li span select {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#8c8682;
}
.themeFooterAreaInner form li input[type=submit], .themeFooterAreaInner form li input[type=reset] {
font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
}
.themeFooterAreaInner th {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#4c4c4c;
 background:#f4e8e8;
 border-width:1px;
 border-style:solid;
 border-color:#e5d1d1;
 padding:12px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
    -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
    -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.64);
}
.themeFooterAreaInner td {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#4c4c4c;
 background:#F9F9F9;
 border-width:1px;
 border-style:solid;
 border-color:#e5d1d1;
 padding:12px;
}
/*--------------------------------- THEME FOOTER HIGHLIGHT BOX AREA CSS --------------------------------------*/
.themeFooterAreaInner .zs-highlight-box {
background-color: #443a42;
 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: 0px 0px 8px 0px rgba(0, 0, 0, 0.53), 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53), 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53), 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53), 0px 0px 0px 0 transparent inset;
 border-width: 1px;
 border-style:solid;
 border-color:#ffffff;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 10px;
    min-height: 200px;
font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#745B6D;
}
.themeFooterAreaInner .zs-highlight-box h1 {
font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
font-size:28px;
color:#ff7464;
}
.themeFooterAreaInner .zs-highlight-box h2 {
font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
font-size:26px;
color:#ff7464;
}
.themeFooterAreaInner .zs-highlight-box h3 {
font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
font-size:24px;
color:#ff7464;
}
.themeFooterAreaInner .zs-highlight-box h4 {
font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
font-size:22px;
color:#ff7464;
}
.themeFooterAreaInner .zs-highlight-box h5 {
font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
font-size:20px;
color:#ff7464;
}
.themeFooterAreaInner .zs-highlight-box h6 {
font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
font-size:18px;
color:#ff7464;
}
.themeFooterAreaInner .zs-highlight-box a {
 color:#ff7464;
 text-decoration:none;
}
.themeFooterAreaInner .zs-highlight-box a:hover {
 text-decoration:none;
 color:#ff7464;
}
.themeFooterAreaInner .zs-highlight-box th {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#91808D;
 background:#50424D;
 border-width:1px;
 border-style:solid;
 border-color:#443a42;
 padding:12px;
}
.themeFooterAreaInner .zs-highlight-box td {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#4c4c4c;
 background:#F9F9F9;
 border-width:1px;
 border-style:solid;
 border-color:#e5d1d1;
 padding:12px;
}
/*-----------------------------------  TEXT HIGHLIGHT CSS     -----------------------------------------------*/
.themeFooterAreaInner .zs-text-light-color {
color:#C1C1C1;
}
.themeFooterAreaInner .zs-text-highlight-color {
color:#443A42;
}
.themeFooterAreaInner .zs-highlight-box .zs-text-light-color {
color:#C1C1C1;
}
.themeFooterAreaInner .zs-highlight-box .zs-text-highlight-color {
color:#ff7464;
}
/*--------------------- THEME FOOTER TABS ACCORDION AREA CSS ---------------------*/
.themeFooterAreaInner .zs-tabs ul, .themeFooterAreaInner .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #E4E4E4;
}
.themeFooterAreaInner .zs-tabs ul li, .themeFooterAreaInner .zs-highlight-box .zs-tabs ul li {
    float: left;
    margin: 0px 2px 0px 0;
    padding: 0;
}
.themeFooterAreaInner .zs-tabs ul li div, .themeFooterAreaInner .zs-highlight-box .zs-tabs ul li div {
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    color: #8c8682;
    margin: 0 0 -1px;
    line-height: 3;
    background: #E0DDDD;
    border-top: 2px solid transparent;
    border-bottom: 1px solid #E4E4E4;
}
.themeFooterAreaInner .zs-tabs ul li.selected div, .themeFooterAreaInner .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    border-top: 3px solid #443a42;
    padding-top: 0;
    color: #443a42;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    border-bottom: 0;
}
.themeFooterAreaInner .zs-tabs-accordion-content, .themeFooterAreaInner .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    border: 1px solid #E4E4E4;
    padding: 15px;
    display: none;
    clear: both;
    border-top: 0;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.themeFooterAreaInner .zs-accordion, .themeFooterAreaInner .zs-highlight-box .zs-accordion {
    color: #8c8682;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 5px;
    display: none;
    background: #E0DDDD;
    border: 1px solid #E4E4E4;
}
.themeFooterAreaInner .zs-accordion.selected, .themeFooterAreaInner .zs-highlight-box .zs-accordion.selected {
    background: #443a42;
    color: #ffffff;
    margin-bottom: 0px;
    border-color: #443a42;
}
/*---------------------------------- THEME FOOTER AREA HIGHLIGHT BOX TABS ACCORDION AREA CSS START ------------------------------------*/
.themeFooterAreaInner .zs-highlight-box .zs-tabs ul li.selected div {
    border-top-color: #ff7464;
}
.themeFooterAreaInner .zs-highlight-box .zs-tabs-accordion-content h1, .themeFooterAreaInner .zs-highlight-box .zs-tabs-accordion-content h2, .themeFooterAreaInner .zs-highlight-box .zs-tabs-accordion-content h3, .themeFooterAreaInner .zs-highlight-box .zs-tabs-accordion-content h4, .themeFooterAreaInner .zs-highlight-box .zs-tabs-accordion-content h5, .themeFooterAreaInner .zs-highlight-box .zs-tabs-accordion-content h6 {
    color: #443a42;
}
.themeFooterAreaInner .zs-highlight-box .zs-tabs-accordion-content a, .themeFooterAreaInner .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #ff5500;
}
.themeFooterAreaInner .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #d5d5d5;
}
.themeFooterAreaInner .zs-highlight-box .zs-tabs-accordion-content th {
    background: #f4e8e8;
    border-color: #e5d1d1;
    color: #4c4c4c;
}
.themeFooterAreaInner .zs-highlight-box .zs-tabs-accordion-content td {
    background: #f9f9f9;
    border-color: #e5d1d1;
    color: #4c4c4c;
}
.themeFooterAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .themeFooterAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeFooterAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    background: #f8f8f8;
    color: #8c8682;
    width: 200px;
}
.themeFooterAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 213px;
}
/*--------------------------------- FORM AREA CSS --------------------------------------*/
form ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none
}
form li {
    overflow: hidden;
    padding: 20px 0 0;
    margin: 0;
}
form ul li label, form ul li div {
    float: left;
    width: auto;
}
form ul li label {
    width: 130px;
    padding-right: 15px;
    text-align: right;
    margin: 0;
}
form li span input, form li span label {
    float: none;
    width: auto;
    font-weight: normal;
    padding: 0px 8px;
    margin: 7px 2px;
}
form li div span {
    display: block;
}
form li span input[type=text], form li span textarea, form li span select {
    width: 270px;
    background: #f8f8f8;
    outline: none;
    border: 0 solid;
    margin: 0px;
    float: left;
    padding: 12px 10px;
    resize: none;
    box-shadow: -1px -1px 0 0 #ded8d6, 1px 1px 0 0 #f8f7f5;
    -webkit-box-shadow: -1px -1px 0 0 #ded8d6, 1px 1px 0 0 #f8f7f5;
    -moz-box-shadow: -1px -1px 0 0 #ded8d6, 1px 1px 0 0 #f8f7f5;
    -o-box-shadow: -1px -1px 0 0 #ded8d6, 1px 1px 0 0 #f8f7f5;
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 color:#878686;
}
form li span select {
    width: 283px;
}
form li span textarea {
    height: 100px;
    overflow: auto;
}
form .dateinvoker {
    background: url(images/datePickerIcn.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    border: none;
    vertical-align: middle;
    margin-top: 12px;
    margin-left: 5px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    outline: none;
    padding: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
}
form li input[type=submit], form li input[type=reset], button {
    border: 1px solid #da6254;
    background: #ff7464;
    padding: 10px 30px;
    margin: 0px 15px 5px 0px;
    color: #ffedeb;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.19) inset, 0 2px 2px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.19) inset, 0 2px 2px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.19) inset, 0 2px 2px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 1px rgba(255, 255, 255, 0.19) inset, 0 2px 2px rgba(0, 0, 0, 0.22);
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.23);
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.23);
    -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.23);
    -o-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.23);
}
form li input[type=reset] {
    background: #e0e0e0;
    color: #a4a4a4;
    border: 1px solid #cccccc;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.22);
    -webkit-text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.22);
    -moz-text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.22);
    -o-text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.22);
}
/*----------------------------- THEME SEARCH BOX AREA CSS -----------------------------*/
.themeSearchBox {
    width: 207px;
    height: 26px;
    position: relative;
    border: 1px solid #D7D7D7;
    background: #ffffff;
}
.themeSearchBox input[type=text] {
    background: transparent;
    width: 170px;
    height: 26px;
    border: 0;
    outline: none;
    line-height: 26px;
    font-family: 'Roboto Condensed', Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #927f80;
    padding: 0 5px
}
.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;
}
/* ------------------------------------  SLIDESHOW AREA CSS ---------------------------------------*/
.zs-slideshow-right-arrow {
    background: url(images/zs-slideshow-right-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 64px;
    left: auto;
    right: 0px;
    margin-top: -32px;
    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: 32px;
    z-index: 150;
}
.zs-slideshow-left-arrow {
    background: url(images/zs-slideshow-left-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 64px;
    right: auto;
    left: 0px;
    margin-top: -32px;
    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: 32px;
    z-index: 150;
}
.themeSlideshowOuterContainer {
    top: 10px;
    opacity: 0;
    height: 25px;
    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: 0px 0 0 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: 11px;
    margin: 0 8px 0 0px;
    width: 11px;
}
.zs-slideshow-control {
    background: url(images/zs-slideshow-control.png) no-repeat left top;
    cursor: pointer;
    display: inline-block;
    height: 11px;
    margin: 0 8px 0 0px;
    width: 11px;
}
/*-----------------------------------      THEME HIGHLIGHT BOX AREA CSS    -----------------------------------------------*/
.zs-highlight-box {
 background-color: #443a42;
 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: 0px 0px 8px 0px rgba(0, 0, 0, 0.53), 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53), 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53), 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53), 0px 0px 0px 0 transparent inset;
 border-width: 1px;
 border-style:solid;
 border-color:#ffffff;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 10px;
    min-height: 200px;
font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#745B6D;
}
.zs-highlight-box h1 {
font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
font-size:28px;
color:#ff7464;
}
.zs-highlight-box h2 {
font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
font-size:26px;
color:#ff7464;
}
.zs-highlight-box h3 {
font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
font-size:24px;
color:#ff7464;
}
.zs-highlight-box h4 {
font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
font-size:22px;
color:#ff7464;
}
.zs-highlight-box h5 {
font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
font-size:20px;
color:#ff7464;
}
.zs-highlight-box h6 {
font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
font-size:18px;
color:#ff7464;
}
.zs-highlight-box a {
 color:#ff7464;
 text-decoration:none;
}
.zs-highlight-box a:hover {
 text-decoration:none;
 color:#ff7464;
}
.zs-highlight-box form li span input[type=text], .zs-highlight-box form li span textarea, .zs-highlight-box form li span select {
    background: #4E434C;
    border: 1px solid #3A3338;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
 color:#745B6D;
}
.zs-highlight-box hr {
    border-top-color: #756671;
}
.zs-highlight-box th {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#91808D;
 background:#50424D;
 border-width:1px;
 border-style:solid;
 border-color:#443a42;
 padding:12px;
}
.zs-highlight-box td {
 font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:14px;
 color:#4c4c4c;
 background:#F9F9F9;
 border-width:1px;
 border-style:solid;
 border-color:#e5d1d1;
 padding:12px;
}
.zs-highlight-box .newsletter-input-field {
    background: #4E434C;
    border: 1px solid #3A3338;
    color:#9F8D9A;
}
.zs-highlight-box .newsletter-form input[type="text"]::-moz-placeholder {
    color:#9F8D9A;
}
.zs-highlight-box .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#9F8D9A;
}
.zs-highlight-box .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#9F8D9A;
}
/*-----------------------------------  TEXT HIGHLIGHT CSS     -----------------------------------------------*/
.zs-text-light-color {
color:#C1C1C1;
}
.zs-text-highlight-color {
color:#443A42;
}
.zs-highlight-box .zs-text-light-color {
color:#C1C1C1;
}
.zs-highlight-box .zs-text-highlight-color {
color:#ff7464;
}
/*----------------------------------- THEME TABS AREA -----------------------------------*/
.zs-tabs ul, .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #E4E4E4;
}
.zs-tabs ul li, .zs-highlight-box .zs-tabs ul li {
    float: left;
    margin: 0px 2px 0px 0;
    padding: 0;
}
.zs-tabs ul li div, .zs-highlight-box .zs-tabs ul li div {
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    color: #8c8682;
    margin: 0 0 -1px;
    line-height: 3;
    background: #E0DDDD;
    border-top: 2px solid transparent;
    border-bottom: 1px solid #E4E4E4;
}
.zs-tabs ul li.selected div, .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    border-top: 3px solid #443a42;
    padding-top: 0;
    color: #443a42;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    border-bottom: 0;
}
.zs-tabs-accordion-content, .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    border: 1px solid #E4E4E4;
    padding: 15px;
    display: none;
    clear: both;
    border-top: 0;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.zs-accordion, .zs-highlight-box .zs-accordion {
    color: #8c8682;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 5px;
    display: none;
    background: #E0DDDD;
    border: 1px solid #E4E4E4;
}
.zs-accordion.selected, .zs-highlight-box .zs-accordion.selected {
    background: #443a42;
    color: #ffffff;
    margin-bottom: 0px;
    border-color: #443a42;
}
/*---------------------------------- 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: #443a42;
}
.zs-highlight-box .zs-tabs-accordion-content a, .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #ff5500;
}
.zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #d5d5d5;
}
.zs-highlight-box .zs-tabs-accordion-content th {
    background: #f4e8e8;
    border-color: #e5d1d1;
    color: #4c4c4c;
}
.zs-highlight-box .zs-tabs-accordion-content td {
    background: #f9f9f9;
    border-color: #e5d1d1;
    color: #4c4c4c;
}
.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: #f8f8f8;
    color: #8c8682;
    width: 200px;
    border-color:#F0F0F0;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 213px;
}
/***************************** START SOCIAL ICONS SPRITE *****************************/
.themeSocialiconContainer {
    margin: 0px 0 10px;
    float: left;
}
.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;
    margin-right: 4px;
    display: inline-block;
}
.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: 'Roboto Condensed', Verdana, Geneva, sans-serif;
font-size: 24px;
color: #FF7261;
}
.newsletter-desc {
    margin-bottom: 25px;
font-family: 'Roboto Condensed', Verdana, Geneva, sans-serif;
font-size: 14px;
color: #8C8682;
}
.newsletter-input-field {
background: #F8F8F8;
border-width: 1px;
border-color: #DED8D6 #F8F7F5 #F8F7F5 #DED8D6;
color:#8C8682;
font-family: 'Roboto Condensed', Verdana, Geneva, sans-serif;
font-size: 14px;
    border-style: solid;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 5px;
    width: 200px;
    padding: 10px;
    box-sizing: border-box;
    vertical-align:top;
}
button.newsletter-button {
background: #FF7464;
border-width: 1px;
border-color: #DA6254;
color:#ffffff;
font-family: 'Roboto Condensed', Verdana, Geneva, sans-serif;
font-size: 14px;
border-radius:0px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
-o-border-radius:0px;
    border-style: solid;
    cursor: pointer;
    padding: 9px;
    font-weight: 400;
    box-sizing: border-box;
    margin-right: 0;
}
.newsletter-layout-1 .newsletter-form, .newsletter-layout-2 .newsletter-form {
    margin: 0 auto;
    text-align: center;
}
.newsletter-layout-3 .newsletter-form {
    width: 200px;
    margin: 0 auto;
    text-align: right;
}
.newsletter-layout-3 button {
    text-align: right;
}
.newsletter-form input[type="text"]::-moz-placeholder {
    color:#8C8682;
  font-size:90%;
  line-height:normal;
}
.newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#8C8682;
  font-size:85%;
  line-height:normal;
}
.newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#8C8682;
  font-size:90%;
  line-height:normal;
}
/*----------------------------------- MEMBERSHIP PORTAL AREA CSS  -----------------------------------------------*/
.mp-container {
    height: 35px;
    position:relative;
    top:10px;
}
.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:'Roboto Condensed', Verdana, Geneva, sans-serif;
 font-size:14px;
    text-decoration:none;
    color:#FF7261;
    display:block;
}
.member-signin li a:hover {
    text-decoration:none;
    color:#FF7261;
}
.member-signin li:first-child {
    margin-left: 0;
}
.member-signin li:last-child:before {
    color:#FF7261;
    content: "|";
    position: absolute;
    top: 0;
    left:-13px;
}
 