/*--------------------------------------------------------- THEME WEB FONT AREA CSS ------------------------------------------------------------------------------------*/
@-zs-include webfonts(Dosis:300, 600, 700/Bubbler One);
/*--------------------------------------------------------- THEME PRESET AREA CSS ------------------------------------------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin: 0;
    padding: 0;
    font-weight: 300;
}
body {
 background-color:#000000;
 background-image:url(images/apstroctbg.png);
 background-position:center top;
 background-repeat:repeat-x;
 background-attachment:scroll;
 background-size:auto;
 font-family:'Dosis', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#00E7FF;
}
h1 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:36px;
color:#00E7FF;
}
h2 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:32px;
color:#00E7FF;
}
h3 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:28px;
color:#e89e2d;
}
h4 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:24px;
color:#e89e2d;
}
h5 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:22px;
color:#e89e2d;
}
h6 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:20px;
color:#e89e2d;
}
a {
text-decoration:none;
 color:#00E7FF;
}
a:hover {
text-decoration:none;
color:#00E7FF;
}
:focus {
    outline: none;
}
a img {
    border: 0 solid;
}
p {
    line-height: 1.6;
}
ul, ol {
    margin: 0;
    padding: 0 0 0 20px;
}
ol {
    margin: 0;
    padding: 0 0 0 23px;
}
li {
    margin: 0;
    padding: 5px;
}
hr {
    border: 0px;
    border-top: 1px solid #242424;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
 font-family:'Dosis', Verdana, Geneva, sans-serif;
 font-size:18px;
 background:#0e0e0e;
 border-width:1px;
 border-style:solid;
 border-color:#272727;
 color:#8c8c8c;
 padding:10px;
    font-weight: 600;
}
td {
 font-family:'Dosis', Verdana, Geneva, sans-serif;
 font-size:16px;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#e5e5e5;
 color:#5c5c5c;
 padding:10px;
    font-weight: 300;
}
/*--------------------------------------------------------- THEME BACKGROUND TWO AREA CSS ------------------------------------------------------------------------------------*/
.themePatternBg {
background-color:transparent;
 background-image:url(images/pattern.png);
 background-position:0 0;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
    position: fixed;
    min-height: 100%;
    width: 100%;
    z-index: -1;
}
/*--------------------------------------------------------- THEME COMMON USAGE AREA CSS ------------------------------------------------------------------------------------*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clearDiv {
    clear: both;
}
.themeWidth {
    width: 1000px;
    margin: 0 auto;
}
/*--------------------------------------------------------- THEME TOP AREA CSS ------------------------------------------------------------------------------------*/
.themeTopAreaContainer {
    background: #020202;
    border-top: 3px solid #e89e2d;
}
.themeTopBarStyle {
    background: url(images/topbarstyle.png) left top repeat-x;
    height: 40px;
    margin-bottom: 40px;
}
/*--------------------------------------------------------- THEME SOCIAL ICON AREA CSS ------------------------------------------------------------------------------------*/
.themeSocialIconContainer {
    height: 35px;
    text-align: right;
}
.themeSocialIconArea {
    text-align: right;
    padding-top: 12px;
}
.zs-socialicon-email, .zs-socialicon-facebook, .zs-socialicon-flickr, .zs-socialicon-googleplus, .zs-socialicon-linkedin, .zs-socialicon-pinterest, .zs-socialicon-rss, .zs-socialicon-twitter, .zs-socialicon-youtube, .zs-socialicon-medium, .zs-socialicon-instagram {
    background: url('images/zs-socialicon-sprite.png') no-repeat top left;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 0 6px 0 0;
}
.zs-socialicon-email {
    background-position: 0 -0px;
}
.zs-socialicon-facebook {
    background-position: 0 -24px;
}
.zs-socialicon-flickr {
    background-position: 0 -48px;
}
.zs-socialicon-googleplus {
    background-position: 0 -72px;
}
.zs-socialicon-linkedin {
    background-position: 0 -96px;
}
.zs-socialicon-pinterest {
    background-position: 0 -120px;
}
.zs-socialicon-rss {
    background-position: 0 -144px;
}
.zs-socialicon-twitter {
    background-position: 0 -168px;
}
.zs-socialicon-youtube {
    background-position: 0 -192px;
}
.zs-socialicon-medium {
    background-position: 0 -216px;
}
.zs-socialicon-instagram {
    background-position: 0 -240px;
}
/*--------------------------------------------------------- THEME BRANDING AREA CSS ------------------------------------------------------------------------------------*/
.themeBrandingArea {
    padding: 0px 0 35px;
    border-bottom: 1px solid #242a2d;
}
.themeBrandingContainer {
    display: table;
    border: 0 solid;
    width: 100%;
}
.tableRow {
    display: table-row;
}
.tableCell {
    display: table-cell
}
.themeLogoOuterContainer {
    width: 1%;
}
.themeLogoArea {
    padding-right: 20px;
}
.themeSitenameCaptionOuterContainer {
    vertical-align: middle;
    height: 100%
}
.themeSitenameCaptionInnerContainer {
    height: 100%;
    padding: 0
}
.themeSitenameCaptionContainer {
    vertical-align: middle;
    height: 100%;
}
/*--------------------------------------------------------- THEME SITENAME AREA CSS ------------------------------------------------------------------------------------*/
.themeSitename {
    white-space: nowrap;
font-family:'Dosis', Verdana, Geneva, sans-serif;
 font-size:48px;
 color:#00E7FF;
    font-weight: 700;
}
/*--------------------------------------------------------- THEME CAPTION AREA CSS ------------------------------------------------------------------------------------*/
.themeCaption {
    white-space: nowrap;
 font-family:'Bubbler One', Verdana, Geneva, sans-serif;
 font-size:18px;
 color:#00E7FF;
}
/*--------------------------------------------------------- THEME NAVIGATION AREA CSS ------------------------------------------------------------------------------------*/
.themeNavigationAreaContainer {
background-color:#000000;
 background-image:none;
 background-repeat:repeat;
 background-position:left top;
    padding: 15px 0;
}
.themeNavigationArea {
    width: 70%;
    float: left;
}
#navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation li {
    float: left;
    padding: 0;
    margin: 0 1px;
}
#navigation li a {
    display: block;
    padding: 0 20px;
 color:#00E7FF;
 font-size:18px;
 font-family:'Bubbler One', Verdana, Geneva, sans-serif;
    float: left;
    text-decoration: none;
    cursor: pointer;
    line-height: 1.7;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}
#navigation li:hover a, #navigation li.selected a, #navigation li.active a {
color:#00E7FF;
background-color:#000000;
background-image:none;
background-repeat:repeat;
background-position:left top;
    border: 1px solid #e89e2d;
}
#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: 8px;
    width: 7px;
    margin: 15px 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:#00E7FF;
background-image:none;
background-position:top left;
background-repeat:repeat;
 border-width:0;
border-style:none;
border-color:#00E7FF;
 border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-o-border-radius:5px;
    width: 190px;
    position: absolute;
    display: block;
    padding:0;
    box-shadow: 0 0 0px 1px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0 0px 1px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 0 0px 1px rgba(255, 255, 255, 0.3);
    -o-box-shadow: 0 0 0px 1px rgba(255, 255, 255, 0.3);
    -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:#00e7ff;
 font-size:16px;
 font-family:'Bubbler One', Verdana, Geneva, sans-serif;
    text-decoration: none;
    display: block;
    width: 100%;
    float: left;
    cursor: pointer;
    padding: 8px 0;
    line-height: 1.7;
    border-bottom: 1px solid #27292b;
}
.submenu li:last-child a {
    border-bottom: 0 none;
}
.submenu li a:hover, .submenu li.selected a {
 color:#e89e2d;
background-color:#00E7FF;
background-image:none;
background-position:top left;
background-repeat:repeat;
}
.submenu li a span {
    width: 85%;
    float: left;
    margin: 0;
    word-wrap: break-word;
    padding-left: 10px
}
.submenu li.navArrow a em, .submenu li:hover.navArrow a em {
    background: transparent url(images/subnavArrow.png) no-repeat scroll center left;
    float: left;
    height: 5px;
    width: 7px;
    margin-top: 10px;
}
.submenu li:hover.navArrow a em {
    background: transparent url(images/subnavArrowHover.png) no-repeat scroll center left;
}
/*--------------------------------------------------------- THEME SEARCH BOX AREA CSS ------------------------------------------------------------------------------------*/
.themeSearchContainer {
    float: right;
    margin: 0;
}
.themeSearchBox {
    width: 200px;
    height: 27px;
    position: relative;
    background: #1e2228;
    box-shadow: -1px -1px 0 0 #000000, 0 -1px 0px rgba(255, 255, 255, 0.15) inset;
    -webkit-box-shadow: -1px -1px 0 0 #000000, 0 -1px 0px rgba(255, 255, 255, 0.15) inset;
    -moz-box-shadow: -1px -1px 0 0 #000000, 0 -1px 0px rgba(255, 255, 255, 0.15) inset;
    -o-box-shadow: -1px -1px 0 0 #000000, 0 -1px 0px rgba(255, 255, 255, 0.15) inset;
}
.themeSearchBox input[type=text] {
    background: transparent;
    width: 160px;
    height: 27px;
    border: 0;
    outline: none;
    line-height: 27px;
    font-family: 'Dosis', Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #414650;
    padding: 0 5px;
}
.themeSearchBox input[type=submit] {
    background: url(images/searchicon.png) center center no-repeat;
    width: 27px;
    height: 12px;
    padding-left: 7px;
    position: absolute;
    top: 8px;
    right: 0;
    border: 0 none;
    border-left: 1px solid #2e2e32;
    cursor: pointer;
}
/*--------------------------------------------------------- THEME BANNER AREA CSS ------------------------------------------------------------------------------------*/
.themeBannerAreaContainer {
    background: #2a2a2a;
    background: -webkit-gradient(linear, left bottom, left top, from(#2a2a2a), to(#000000));
    background: -moz-linear-gradient(bottom, #2a2a2a, #000000);
    background: -o-linear-gradient(bottom, #2a2a2a, #000000);
    padding: 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.23) inset, 0 0 10px #000000;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.23) inset, 0 0 10px #000000;
    -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.23) inset, 0 0 10px #000000;
    -o-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.23) inset, 0 0 10px #000000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 60px;
}
/*--------------------------------------------------------- THEME BREADCRUMB AREA CSS ------------------------------------------------------------------------------------*/
.themeBreadcrumb {
    margin-bottom: 30px;
}
.themeBreadcrumb span {
    padding: 0 10px;
}
.themeBreadcrumb p {
    word-wrap: break-word
}
/*--------------------------------------------------------- THEME CONTENT AND SIDEBAR AREA CSS ------------------------------------------------------------------------------------*/
.themeContentContainer {
background-color:#0a0a0a;
 background-image:none;
 background-position:0 0;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.3), 0px 0px 0px 1px rgba(255, 255, 255, 0.04) inset;
 -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.3), 0px 0px 0px 1px rgba(255, 255, 255, 0.04) inset;
 -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.3), 0px 0px 0px 1px rgba(255, 255, 255, 0.04) inset;
 -o-box-shadow:0 -1px 0 0 rgba(255, 255, 255, 0.3), 0px 0px 0px 1px rgba(255, 255, 255, 0.04) inset;
 border-width: 0;
 border-style:none;
 border-color:transparent;
 border-radius: 5px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 -o-border-radius:5px;
    padding: 30px;
}
/*--------------------------------------------------------- THEME CONTENT AREA CSS ------------------------------------------------------------------------------------*/
.themeContentArea {
    width: 70%;
    min-height: 500px;
    height: auto !important;
    height: 500px;
}
/*--------------------------------------------------------- THEME SIDEBAR AREA CSS ------------------------------------------------------------------------------------*/
.themeSidebarArea {
    width: 30%;
}
.themeSidebarAreaInner {
background-color:#101010;
 background-image:none;
 background-position:0 0;
 background-repeat:no-repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0 0 transparent inset;
 -webkit-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0 0 transparent inset;
 -moz-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0 0 transparent inset;
 -o-box-shadow: 0px 0px 0px 0px transparent, 0px 0px 0 0 transparent inset;
 border-width: 1px;
 border-style:solid;
 border-color:#151515;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 font-family:'Dosis', Verdana, Geneva, sans-serif;
 font-size:32px;
 color:#00E7FF;
    padding: 20px;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    margin-left: 30px;
}
.themeSidebarAreaInner h1 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:36px;
color:#00E7FF;
}
.themeSidebarAreaInner h2 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:32px;
color:#00E7FF;
}
.themeSidebarAreaInner h3 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:28px;
color:#e89e2d;
}
.themeSidebarAreaInner h4 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:24px;
color:#e89e2d;
}
.themeSidebarAreaInner h5 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:22px;
color:#e89e2d;
}
.themeSidebarAreaInner h6 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:20px;
color:#e89e2d;
}
.themeSidebarAreaInner a {
text-decoration:none;
 color:#00E7FF;
}
.themeSidebarAreaInner a:hover {
text-decoration:none;
color:#00E7FF;
}
.themeSidebarAreaInner form ul li label, .themeSidebarAreaInner form ul li div {
    float: none;
    width: auto;
}
.themeSidebarAreaInner form li span input[type="text"], .themeSidebarAreaInner form li span textarea, .themeSidebarAreaInner form li span select {
    width: 170px;
}
.themeSidebarAreaInner form li span select {
    width: 188px;
}
.themeSidebarAreaInner form li input[type="submit"], .themeSidebarAreaInner form li input[type="reset"] {
    margin-right: 10px;
    padding: 5px 20px;
}

.themeSidebarAreaInner .newsletter-input-field {
    width:185px;
}
.themeSidebarAreaInner .newsletter-layout-3 .newsletter-form {
    width:185px;
}
.themeSidebarAreaInner th {
 font-family:'Dosis', Verdana, Geneva, sans-serif;
 font-size:18px;
 background:#0e0e0e;
 border-width:1px;
 border-style:solid;
 border-color:#272727;
 color:#8c8c8c;
 padding:10px;
    font-weight: 600;
}
.themeSidebarAreaInner td {
 font-family:'Dosis', Verdana, Geneva, sans-serif;
 font-size:16px;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#e5e5e5;
 color:#5c5c5c;
 padding:10px;
    font-weight: 300;
}
/*----------------------------------- THEME SIDEBAR AREA HIGHLIGHT BOX CSS -----------------------------------------------*/
.themeSidebarAreaInner .zs-highlight-box {
 background-color: #00E7FF;
 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 0 0 transparent, 0px 0 0 0 transparent inset;
 -moz-box-shadow: 0px 0px 0 0 transparent, 0px 0 0 0 transparent inset;
 -webkit-box-shadow: 0px 0px 0 0 transparent, 0px 0 0 0 transparent inset;
 -o-box-shadow: 0px 0px 0 0 transparent, 0px 0 0 0 transparent inset;
 border-width: 2px 0;
 border-style:dashed;
 border-color:#8B8173;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 10px;
 margin: 0;
    min-height: 150px;
font-family:'Dosis', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#7d7d7d;
}
.themeSidebarAreaInner .zs-highlight-box h1 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:40px;
color:#FFFFFF;
}
.themeSidebarAreaInner .zs-highlight-box h2 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:36px;
color:#FFFFFF;
}
.themeSidebarAreaInner .zs-highlight-box h3 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:32px;
color:#FFFFFF;
}
.themeSidebarAreaInner .zs-highlight-box h4 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:28px;
color:#FFFFFF;
}
.themeSidebarAreaInner .zs-highlight-box h5 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:24px;
color:#FFFFFF;
}
.themeSidebarAreaInner .zs-highlight-box h6 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:20px;
color:#FFFFFF;
}
.themeSidebarAreaInner .zs-highlight-box a {
 color:#e89e2d;
 text-decoration:none;
}
.themeSidebarAreaInner .zs-highlight-box a:hover {
 text-decoration:none;
 color:#e89e2d;
}
.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: 140px;
}
.themeSidebarAreaInner .zs-highlight-box form li span select {
    width: 153px;
}
.themeSidebarAreaInner .zs-highlight-box form li input[type="submit"], .themeSidebarAreaInner .zs-highlight-box form li input[type="reset"] {
    padding: 5px 10px;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-input-field, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-input-field {
    width:155px;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-layout-3 .newsletter-form, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-layout-3 .newsletter-form {
    width:155px;
}
.themeSidebarAreaInner .zs-highlight-box th {
 font-family:'Dosis', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#e89e2d;
 background:#000000;
 border-width:1px;
 border-style:solid;
 border-color:#282828;
 padding:10px;
    font-weight: 600;
}
.themeSidebarAreaInner .zs-highlight-box td {
 font-family:'Dosis', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#7d7d7d;
 background:#f3f3f3;
 border-width:1px;
 border-style:solid;
 border-color:#dfdfdf;
 padding:10px;
    font-weight: 300;
}
/*-----------------------------------  THEME SIDEBAR TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS -----------------------------------------------*/
.themeSidebarAreaInner .zs-text-light-color {
color:#252525;
}
.themeSidebarAreaInner .zs-text-highlight-color {
color:#e89e2d;
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-light-color {
color:#414141;
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-highlight-color {
color:#FFFFFF;
}
/*----------------------------------- THEME SIDEBAR TABS ACCORDION AREA CSS -----------------------------------*/
.themeSidebarAreaInner .zs-tabs ul, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 3px solid #e89e2d;
    padding: 0px;
    display: none;
    margin: 0px;
}
.themeSidebarAreaInner .zs-tabs ul li, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li {
    float: left;
    position: relative;
    margin: 0 3px 0px 0;
    cursor: pointer;
    border: 1px solid #313131;
    border-bottom: 0;
    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;
    background: #2a2a2a;
    padding: 0px;
}
.themeSidebarAreaInner .zs-tabs ul li div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li div {
    padding: 0 20px;
    overflow: hidden;
    color: #929292;
    line-height: 3;
    display: block;
    background: none;
    border: 0;
}
.themeSidebarAreaInner .zs-tabs ul li.selected, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li.selected {
    background: #e89e2d;
    border-color: #e89e2d;
}
.themeSidebarAreaInner .zs-tabs ul li.selected div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li.selected div {
    color: #ffffff;
}
.themeSidebarAreaInner .zs-tabs-accordion-content, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content {
    background: #2a2a2a;
    clear: both;
    color: #8d8d8d;
    border: 1px solid transparent;
    padding: 15px;
    display: none;
    margin-bottom: 3px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.themeSidebarAreaInner .zs-accordion, .themeSidebarAreaInner .zs-highlight-box .zs-accordion {
    color: #e89e2d;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 1px;
    display: block;
    background: #0C0C0C;
    border-bottom: 1px solid #1c1c1c;
}
.themeSidebarAreaInner .zs-accordion.selected, .themeSidebarAreaInner .zs-highlight-box .zs-accordion.selected {
    background: #e89e2d;
    color: #ffffff;
    margin-bottom: 1px;
}
/*----------------------------------- THEME SIDEBAR HIGHLIGHT BOX TABS ACCORDION AREA CSS -----------------------------------*/
.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: #e89e2d;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #e89e2d;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #3E3D3D;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content th {
    background: #0e0e0e;
    border-color: #272727;
    color: #8c8c8c;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #e5e5e5;
    color: #5c5c5c;
}
.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: #1e1e1e;
    border: 1px solid #303030;
    width: 100px;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 113px;
}
/*--------------------------------------------------------- THEME FOOTER AREA CSS ------------------------------------------------------------------------------------*/
.themeFooterArea {
background-color:transparent;
 background-image:url(images/footerShadow.png);
 background-position:top left;
 background-repeat:repeat-x;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
 -moz-box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
 -o-box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow: 0px 0px 0 0px transparent, 0px 0px 0px 0 transparent inset;
 border-width:0;
 border-style:none;
 border-color:transparent;
 border-radius: 5px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 -o-border-radius:5px;
 font-family:'Dosis', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#00E7FF;
    padding: 35px 30px;
    min-height: 150px;
    height: auto !important;
    height: 150px;
    margin-top: 2px;
}
.themeFooterArea h1 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:36px;
color:#e89e2d;
}
.themeFooterArea h2 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:32px;
color:#e89e2d;
}
.themeFooterArea h3 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:28px;
color:#e89e2d;
}
.themeFooterArea h4 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:24px;
color:#e89e2d;
}
.themeFooterArea h5 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:22px;
color:#e89e2d;
}
.themeFooterArea h6 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:20px;
color:#e89e2d;
}
.themeFooterArea a {
text-decoration:none;
 color:#e89e2d;
}
.themeFooterArea a:hover {
text-decoration:none;
color:#e89e2d;
}
.themeFooterArea th {
 font-family:'Dosis', Verdana, Geneva, sans-serif;
 font-size:18px;
 background:#0e0e0e;
 border-width:1px;
 border-style:solid;
 border-color:#272727;
 color:#8c8c8c;
 padding:10px;
    font-weight: 600;
}
.themeFooterArea td {
 font-family:'Dosis', Verdana, Geneva, sans-serif;
 font-size:16px;
 background:#ffffff;
 border-width:1px;
 border-style:solid;
 border-color:#e5e5e5;
 color:#5c5c5c;
 padding:10px;
    font-weight: 300;
}
/*----------------------------------- THEME FOOTER AREA HIGHLIGHT BOX CSS -----------------------------------------------*/
.themeFooterArea .zs-highlight-box {
 background-color: #00E7FF;
 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 0 0 transparent, 0px 0 0 0 transparent inset;
 -moz-box-shadow: 0px 0px 0 0 transparent, 0px 0 0 0 transparent inset;
 -webkit-box-shadow: 0px 0px 0 0 transparent, 0px 0 0 0 transparent inset;
 -o-box-shadow: 0px 0px 0 0 transparent, 0px 0 0 0 transparent inset;
 border-width: 2px 0;
 border-style:dashed;
 border-color:#8B8173;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 15px;
 margin: 0;
    min-height: 150px;
font-family:'Dosis', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#7d7d7d;
}
.themeFooterArea .zs-highlight-box h1 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:40px;
color:#FFFFFF;
}
.themeFooterArea .zs-highlight-box h2 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:36px;
color:#FFFFFF;
}
.themeFooterArea .zs-highlight-box h3 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:32px;
color:#FFFFFF;
}
.themeFooterArea .zs-highlight-box h4 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:28px;
color:#FFFFFF;
}
.themeFooterArea .zs-highlight-box h5 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:24px;
color:#FFFFFF;
}
.themeFooterArea .zs-highlight-box h6 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:20px;
color:#FFFFFF;
}
.themeFooterArea .zs-highlight-box a {
 color:#e89e2d;
 text-decoration:none;
}
.themeFooterArea .zs-highlight-box a:hover {
 text-decoration:none;
 color:#e89e2d;
}
.themeFooterArea .zs-highlight-box th {
 font-family:'Dosis', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#e89e2d;
 background:#000000;
 border-width:1px;
 border-style:solid;
 border-color:#282828;
 padding:10px;
    font-weight: 600;
}
.themeFooterArea .zs-highlight-box td {
 font-family:'Dosis', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#7d7d7d;
 background:#f3f3f3;
 border-width:1px;
 border-style:solid;
 border-color:#dfdfdf;
 padding:10px;
    font-weight: 300;
}
/*-----------------------------------  THEME FOOTER TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS -----------------------------------------------*/
.themeFooterArea .zs-text-light-color {
color:#252525;
}
.themeFooterArea .zs-text-highlight-color {
color:#e89e2d;
}
.themeFooterArea .zs-highlight-box .zs-text-light-color {
color:#414141;
}
.themeFooterArea .zs-highlight-box .zs-text-highlight-color {
color:#FFFFFF;
}
/*----------------------------------- THEME FOOTER TABS ACCORDION AREA CSS -----------------------------------*/
.themeFooterArea .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 3px solid #e89e2d;
    padding: 0px;
    margin: 0px;
}
.themeFooterArea .zs-tabs ul li, .themeFooterArea .zs-highlight-box .zs-tabs ul li {
    float: left;
    position: relative;
    margin: 0 3px 0px 0;
    cursor: pointer;
    border: 1px solid #313131;
    border-bottom: 0;
    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;
    background: #2a2a2a;
    padding: 0px;
}
.themeFooterArea .zs-tabs ul li div, .themeFooterArea .zs-highlight-box .zs-tabs ul li div {
    padding: 0 20px;
    overflow: hidden;
    color: #929292;
    line-height: 3;
    display: block;
    background: none;
    border: 0;
}
.themeFooterArea .zs-tabs ul li.selected, .themeFooterArea .zs-highlight-box .zs-tabs ul li.selected {
    background: #e89e2d;
    border-color: #e89e2d;
}
.themeFooterArea .zs-tabs ul li.selected div, .themeFooterArea .zs-highlight-box .zs-tabs ul li.selected div {
    color: #ffffff;
}
.themeFooterArea .zs-tabs-accordion-content, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    background: #2a2a2a;
    clear: both;
    color: #8d8d8d;
    border: 1px solid transparent;
    padding: 15px;
    display: none;
    margin-bottom: 3px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.themeFooterArea .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    color: #e89e2d;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 1px;
    display: none;
    background: #0C0C0C;
    border-bottom: 1px solid #1c1c1c;
}
.themeFooterArea .zs-accordion.selected, .themeFooterArea .zs-highlight-box .zs-accordion.selected {
    background: #e89e2d;
    color: #ffffff;
    margin-bottom: 1px;
}
/*----------------------------------- THEME HIGHLIGHT BOX TABS ACCORDION AREA CSS -----------------------------------*/
.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: #e89e2d;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content a, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #e89e2d;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #3E3D3D;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content th {
    background: #0e0e0e;
    border-color: #272727;
    color: #8c8c8c;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #e5e5e5;
    color: #5c5c5c;
}
.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: #1e1e1e;
    border: 1px solid #303030;
}
/*--------------------------------------------------------------- THEME FORM AREA CSS -------------------------------------------------------------------*/
form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
form li {
    overflow: hidden;
    padding: 8px 0;
    margin: 0;
}
form ul li label, form ul li div {
    width: auto;
    float: left;
    padding: 5px 0 0;
}
form ul li label {
    width: 180px;
}
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 {
    background: #1e1e1e;
    border: 1px solid #252525;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    float: left;
    margin: 0px;
    padding: 5px;
    resize: none;
    width: 250px;
 font-family:'Dosis', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#00E7FF;
}
form li span select {
    width: 263px;
}
form li span textarea {
    height: 100px;
    overflow: auto;
}
form .dateinvoker {
    background: url(images/datePickerIcn.png) 0 0 no-repeat;
    width: 18px;
    height: 19px;
    border: none;
    margin: 0px;
    vertical-align: middle;
    margin-top: 5px;
    outline: none;
    margin-left: 7px;
    padding: 0px;
}
form li input[type=submit], form li input[type=reset], button {
    -webkit-appearance: none;
    background: transparent;
    padding: 5px 25px;
    margin-right: 15px;
    cursor: pointer;
    border: 1px solid #e89e2d;
    color: #e89e2d;
 font-family:'Dosis', Verdana, Geneva, sans-serif;
    font-size: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}
form li input[type=reset] {
    background: trnasparent;
    color: #9a9a9a;
    border: 1px solid #9a9a9a;
}
/* -------------------------------- THEME SLIDESHOW AREA CSS -------------------------------- */
.zs-slideshow-right-arrow {
    background: url(images/zs-slideshow-right-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 32px;
    left: auto;
    right: 10px;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    top: auto;
    bottom: 10px;
    transition: opacity 500ms ease 0s;
    -webkit-transition: opacity 500ms ease 0s;
    -moz-transition: opacity 500ms ease 0s;
    -o-transition: opacity 500ms ease 0s;
    width: 37px;
    z-index: 150;
}
.zs-slideshow-left-arrow {
    background: url(images/zs-slideshow-left-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 32px;
    right: 48px;
    left: auto;
    margin-top: 0px;
    opacity: 0;
    position: absolute;
    top: auto;
    bottom: 10px;
    transition: opacity 500ms ease 0s;
    -webkit-transition: opacity 500ms ease 0s;
    -moz-transition: opacity 500ms ease 0s;
    -o-transition: opacity 500ms ease 0s;
    width: 37px;
    z-index: 150;
}
.themeSlideshowOuterContainer {
    top: 4px;
    height: 10px;
    left: 0;
    opacity: 0;
    text-align: left;
    position: absolute;
    transition: opacity 500ms ease 0s;
    -webkit-transition: opacity 500ms ease 0s;
    -moz-transition: opacity 500ms ease 0s;
    -o-transition: opacity 500ms ease 0s;
    z-index: 150;
}
.themeSlideshowInnerContainer {
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    padding: 0 0 0 10px;
}
.zs-slideshow-control-active {
    background: url(images/zs-slideshow-control-active.png) no-repeat left top;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    padding: 0 6px 0 0px;
    width: 10px;
    margin: 0px;
}
.zs-slideshow-control {
    background: url(images/zs-slideshow-control.png) no-repeat left top;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0px;
    padding: 0 6px 0 0px;
    width: 10px;
}
/*----------------------------------- THEME HIGHLIGHT BOX AREA CSS -----------------------------------------------*/
.zs-highlight-box {
 background-color: #00E7FF;
 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 0 0 transparent, 0px 0 0 0 transparent inset;
 -moz-box-shadow: 0px 0px 0 0 transparent, 0px 0 0 0 transparent inset;
 -webkit-box-shadow: 0px 0px 0 0 transparent, 0px 0 0 0 transparent inset;
 -o-box-shadow: 0px 0px 0 0 transparent, 0px 0 0 0 transparent inset;
 border-width: 2px 0;
 border-style:dashed;
 border-color:#8B8173;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 15px;
 margin: 0;
    min-height: 150px;
font-family:'Dosis', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#7d7d7d;
}
.zs-highlight-box h1 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:40px;
color:#FFFFFF;
}
.zs-highlight-box h2 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:36px;
color:#FFFFFF;
}
.zs-highlight-box h3 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:32px;
color:#FFFFFF;
}
.zs-highlight-box h4 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:28px;
color:#FFFFFF;
}
.zs-highlight-box h5 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:24px;
color:#FFFFFF;
}
.zs-highlight-box h6 {
font-family:'Bubbler One', Verdana, Geneva, sans-serif;
font-size:20px;
color:#FFFFFF;
}
.zs-highlight-box a {
 color:#e89e2d;
 text-decoration:none;
}
.zs-highlight-box a:hover {
 text-decoration:none;
 color:#e89e2d;
}
.zs-highlight-box form li span input[type="text"], .zs-highlight-box form li span textarea, .zs-highlight-box form li span select {
    background: #272727;
    border-color: #2F2F2F;
}
.zs-highlight-box th {
 font-family:'Dosis', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#e89e2d;
 background:#000000;
 border-width:1px;
 border-style:solid;
 border-color:#282828;
 padding:10px;
    font-weight: 600;
}
.zs-highlight-box td {
 font-family:'Dosis', Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#7d7d7d;
 background:#f3f3f3;
 border-width:1px;
 border-style:solid;
 border-color:#dfdfdf;
 padding:10px;
    font-weight: 300;
}
.zs-highlight-box h3.newsletter-heading {
    color:#FFFFFF;
}
.zs-highlight-box .newsletter-desc {
    color:#7D7D7D;
}
.zs-highlight-box .newsletter-input-field {
    background: #272727;
    border-color: #2F2F2F;
}
.zs-highlight-box .newsletter-form input[type="text"]::-moz-placeholder {
    color:#5A5A5A;
}
.zs-highlight-box .newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#5A5A5A;
}
.zs-highlight-box .newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#5A5A5A;
}
/*-----------------------------------  THEME TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS -----------------------------------------------*/
.zs-text-light-color {
color:#252525;
}
.zs-text-highlight-color {
color:#e89e2d;
}
.zs-highlight-box .zs-text-light-color {
color:#414141;
}
.zs-highlight-box .zs-text-highlight-color {
color:#FFFFFF;
}
/*----------------------------------- THEME TABS ACCORDION AREA CSS -----------------------------------*/
.zs-tabs ul, .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 3px solid #e89e2d;
    padding: 0px;
    margin: 0px;
}
.zs-tabs ul li, .zs-highlight-box .zs-tabs ul li {
    float: left;
    position: relative;
    margin: 0 3px 0px 0;
    cursor: pointer;
    border: 1px solid #313131;
    border-bottom: 0;
    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;
    background: #2a2a2a;
    padding: 0px;
}
.zs-tabs ul li div, .zs-highlight-box .zs-tabs ul li div {
    padding: 0 20px;
    overflow: hidden;
    color: #929292;
    line-height: 3;
    display: block;
    background: none;
    border: 0;
}
.zs-tabs ul li.selected, .zs-highlight-box .zs-tabs ul li.selected {
    background: #e89e2d;
    border-color: #e89e2d;
}
.zs-tabs ul li.selected div, .zs-highlight-box .zs-tabs ul li.selected div {
    color: #ffffff;
}
.zs-tabs-accordion-content, .zs-highlight-box .zs-tabs-accordion-content {
    background: #2a2a2a;
    clear: both;
    color: #8d8d8d;
    border: 1px solid transparent;
    padding: 15px;
    display: none;
    margin-bottom: 3px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.zs-accordion, .zs-highlight-box .zs-accordion {
    color: #e89e2d;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 1px;
    display: none;
    background: #0C0C0C;
    border-bottom: 1px solid #1c1c1c;
}
.zs-accordion.selected, .zs-highlight-box .zs-accordion.selected {
    background: #e89e2d;
    color: #ffffff;
    margin-bottom: 1px;
}
/*----------------------------------- THEME HIGHLIGHT BOX TABS ACCORDION AREA CSS -----------------------------------*/
.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: #e89e2d;
}
.zs-highlight-box .zs-tabs-accordion-content a, .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #e89e2d;
}
.zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #3E3D3D;
}
.zs-highlight-box .zs-tabs-accordion-content th {
    background: #0e0e0e;
    border-color: #272727;
    color: #8c8c8c;
}
.zs-highlight-box .zs-tabs-accordion-content td {
    background: #ffffff;
    border-color: #e5e5e5;
    color: #5c5c5c;
}
.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: #1e1e1e;
    border: 1px solid #303030;
}
/*----------------------------------- THEME NEWSLETTER AREA CSS -----------------------------------*/

.newsletter-container {
background: transparent;
    padding: 10px
}
h3.newsletter-heading {
    margin-bottom: 10px;
font-family: 'Bubbler One', Verdana, Geneva, sans-serif;
font-size: 28px;
color: #E89E2D;
}
.newsletter-desc {
    margin-bottom: 25px;
font-family: 'Dosis', Verdana, Geneva, sans-serif;
font-size: 16px;
color: #5A5A5A;
}
.newsletter-input-field {
background: #1E1E1E;
border-width: 1px;
border-color: #252525;
color:#5A5A5A;
font-family: 'Dosis', Verdana, Geneva, sans-serif;
font-size: 16px;
    border-style: solid;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 5px;
    width: 200px;
    padding: 10px 5px;
    vertical-align:top;
}
button.newsletter-button {
background: none;
border-width: 1px;
border-color: #E89E2D;
color:#E89E2D;
font-family: 'Dosis', Verdana, Geneva, sans-serif;
font-size: 16px;
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:#5A5A5A;
  font-size:90%;
  line-height:normal;
}
.newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#5A5A5A;
  font-size:85%;
  line-height:normal;
}
.newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#5A5A5A;
  font-size:90%;
  line-height:normal;
}
/*--------------------- THEME MEMBERSHIP PORTAL AREA CSS ---------------------*/
.mp-container {
    height: 35px;
    background:#1f2229;
}
.member-signin {
    float: right;
}
.member-signin > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align:right;
}
.member-signin li {
    display: inline-block;
    line-height: 35px;
    margin-left: 20px;
    padding: 0;
    position:relative;
}
.member-signin li a {
 font-family:'Dosis', Verdana, Geneva, sans-serif;
 font-size:16px;
    text-decoration:none;
    color:#e89e2d;
    display:block;
}
.member-signin li a:hover {
    text-decoration:none;
    color:#e89e2d;
}
.member-signin li:first-child {
    margin-left: 0;
}
.member-signin li:last-child:before {
    color:#e89e2d;
    content: "|";
    position: absolute;
    top: 0;
    left:-13px;
}
/*----------------------------------- THEME RESPONSIVE MEDIA QUERIES AREA START -----------------------------------*/
@media only screen and (min-width : 769px) and (max-width : 1024px) {
.themeWidth {
    margin: 0 auto;
    width: 90%;
}
.themeContentArea {
    width: 65%;
}
.themeSidebarArea {
    width: 35%;
}
.themeSitename, .themeCaption {
    white-space: normal;
}
form ul li label, form ul li div {
    float: none;
    width: auto;
}
}

@media only screen and (min-width : 641px) and (max-width : 768px) {
.themeWidth {
    margin: 0 auto;
    width: 90%;
}
.themeSitename, .themeCaption {
    white-space: normal;
}
.themeContentArea, .themeSidebarArea {
    width: auto;
    float: none;
}
.themeLogoArea {
    padding: 0px;
}
.themeFooterArea {
    padding: 10px;
}
.themeSidebarAreaInner {
    margin: 50px 0;
    padding: 3%;
}
.tableCell {
    display: block;
    text-align: center;
}
.themeLogoOuterContainer {
    width: 100%;
}
.themeSocialIconContainer {
    text-align: center;
    height: auto;
    padding-bottom: 25px;
}
.themeSocialIconArea {
    text-align: center;
}
.themeContentContainer {
    padding: 5%;
}
.themeSearchContainer {
    float: none;
}
.themeSearchBox {
    width: 100%;
    margin: 45px 0 25px;
}
.themeSearchBox input[type="text"] {
    width: 85%;
}
.zs-socialicon-email, .zs-socialicon-facebook, .zs-socialicon-flickr, .zs-socialicon-googleplus, .zs-socialicon-linkedin, .zs-socialicon-pinterest, .zs-socialicon-rss, .zs-socialicon-twitter, .zs-socialicon-youtube, .zs-socialicon-medium, .zs-socialicon-instagram {
    margin: 0 3px;
}
.themeNavigationArea {
    float: none;
    width: auto;
}
form ul li label, form ul li div {
    float: none;
    width: auto;
}
.zs-accordion, .themeFooterArea .zs-accordion, .zs-highlight-box .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    display: block;
}
.zs-tabs ul, .themeFooterArea .zs-tabs ul, .zs-highlight-box .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    display: none;
}
.zs-highlight-box, .themeSidebarArea .zs-highlight-box, .themeFooterArea .zs-highlight-box, .zs-highlight-box .zs-tabs-accordion-content, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    padding: 10px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 290px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 303px;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-input-field, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-input-field {
    width:200px;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-layout-3 .newsletter-form, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-layout-3 .newsletter-form {
    width:200px;
}
.member-signin {
    width:100%;
    float:none;
    padding:0px;
}
.member-signin li:first-child {
    width:80%;
}
.member-signin li a {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:right;
}
}

@media only screen and (min-width : 481px) and (max-width : 640px) {
.themeWidth {
    margin: 0 auto;
    width: 90%;
}
.themeContentArea, .themeSidebarArea {
    width: auto;
    float: none;
}
.themeLogoArea {
    padding: 0px;
}
.themeSidebarAreaInner {
    margin: 50px 0;
    padding: 3%;
}
.themeFooterArea {
    padding: 10px;
}
.tableCell {
    display: block;
    text-align: center;
}
.themeLogoOuterContainer {
    width: 100%;
}
.themeSocialIconContainer {
    text-align: center;
    height: auto;
    padding-bottom: 25px;
}
.themeSocialIconArea {
    text-align: center;
}
.themeContentContainer {
    padding: 5%;
}
.themeSearchContainer {
    float: none;
}
.themeSearchBox {
    width: 100%;
    margin: 45px 0 25px;
}
.themeSearchBox input[type="text"] {
    width: 85%;
}
#navigation li {
    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 {
    margin: 0 3px;
}
form ul li label, form ul li div {
    float: none;
    width: auto;
}
form li span input[type="text"], form li span textarea, form li span select {
    width: 190px;
}
form li span select {
    width: 200px;
}
.themeSitename, .themeCaption {
    white-space: normal;
}
.themeNavigationArea {
    float: none;
    width: auto;
}
.zs-accordion, .themeFooterArea .zs-accordion, .zs-highlight-box .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    display: block;
}
.zs-tabs ul, .themeFooterArea .zs-tabs ul, .zs-highlight-box .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    display: none;
}
.zs-highlight-box, .themeSidebarArea .zs-highlight-box, .themeFooterArea .zs-highlight-box, .zs-highlight-box .zs-tabs-accordion-content, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    padding: 10px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 230px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 243px;
}
.themeSearchContainer {
    display:none;
}
.newsletter-layout-2 button.newsletter-button {
    display:block;
    margin:0 auto;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-input-field, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-input-field {
    width:200px;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-layout-3 .newsletter-form, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-layout-3 .newsletter-form {
    width:200px;
}
.member-signin {
    width:100%;
    float:none;
    padding:0px;
}
.member-signin li:first-child {
    width:75%;
}
.member-signin li a {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:right;
}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
.themeWidth {
    margin: 0 auto;
    width: 90%;
}
.themeContentArea, .themeSidebarArea {
    width: auto;
    float: none;
}
.themeLogoArea {
    padding: 0px;
}
.themeSidebarAreaInner {
    margin: 50px 0;
    padding: 3%;
}
.themeFooterArea {
    padding: 10px;
}
.tableCell {
    display: block;
    text-align: center;
}
.themeLogoOuterContainer {
    width: 100%;
}
.themeSocialIconContainer {
    text-align: center;
    height: auto;
    padding-bottom: 25px;
}
.themeSocialIconArea {
    text-align: center;
}
.themeContentContainer {
    padding: 5%;
}
.themeSearchContainer {
    float: none;
}
.themeSearchBox {
    width: 100%;
    margin: 45px 0 25px;
}
#navigation li {
    float: right;
}
.themeSearchBox input[type="text"] {
    width: 85%;
}
.zs-socialicon-email, .zs-socialicon-facebook, .zs-socialicon-flickr, .zs-socialicon-googleplus, .zs-socialicon-linkedin, .zs-socialicon-pinterest, .zs-socialicon-rss, .zs-socialicon-twitter, .zs-socialicon-youtube, .zs-socialicon-medium, .zs-socialicon-instagram {
    margin: 0 3px;
}
form ul li label, form ul li div {
    float: none;
    width: auto;
}
form li span input[type="text"], form li span textarea, form li span select {
    width: 190px;
}
form li span select {
    width: 200px;
}
.themeSitename, .themeCaption {
    white-space: normal;
}
.themeNavigationArea {
    float: none;
    width: auto;
}
.zs-accordion, .themeFooterArea .zs-accordion, .zs-highlight-box .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    display: block;
}
.zs-tabs ul, .themeFooterArea .zs-tabs ul, .zs-highlight-box .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    display: none;
}
.zs-highlight-box, .themeSidebarArea .zs-highlight-box, .themeFooterArea .zs-highlight-box, .zs-highlight-box .zs-tabs-accordion-content, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    padding: 10px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 180px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 193px;
}
.themeSearchContainer {
    display:none;
}
.newsletter-layout-2 button.newsletter-button {
    display:block;
    margin:0 auto;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-input-field, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-input-field {
    width:200px;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-layout-3 .newsletter-form, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-layout-3 .newsletter-form {
    width:200px;
}
.member-signin {
    width:100%;
    float:none;
    padding:0px;
}
.member-signin li:first-child {
    width:70%;
}
.member-signin li a {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:right;
}
}

@media only screen and (max-width : 320px) {
.themeWidth {
    margin: 0 auto;
    width: 90%;
}
.themeContentArea, .themeSidebarArea {
    width: auto;
    float: none;
}
.themeLogoArea {
    padding: 0px;
}
.themeSidebarAreaInner {
    margin: 50px 0;
    padding: 3%;
}
.themeFooterArea {
    padding: 10px;
}
.tableCell {
    display: block;
    text-align: center;
}
.themeLogoOuterContainer {
    width: 100%;
}
.themeSocialIconContainer {
    text-align: center;
    height: auto;
    padding-bottom: 25px;
}
.themeSocialIconArea {
    text-align: center;
}
.themeContentContainer {
    padding: 5%;
}
.themeSearchContainer {
    float: none;
}
.themeSearchBox {
    width: 100%;
    margin: 45px 0 25px;
}
#navigation li {
    float: right;
}
.themeSearchBox input[type="text"] {
    width: 85%;
}
.zs-socialicon-email, .zs-socialicon-facebook, .zs-socialicon-flickr, .zs-socialicon-googleplus, .zs-socialicon-linkedin, .zs-socialicon-pinterest, .zs-socialicon-rss, .zs-socialicon-twitter, .zs-socialicon-youtube, .zs-socialicon-medium, .zs-socialicon-instagram {
    margin: 0 3px;
}
form ul li label, form ul li div {
    float: none;
    width: auto;
}
form li span input[type="text"], form li span textarea, form li span select {
    width: 190px;
}
form li span select {
    width: 200px;
}
.themeSitename, .themeCaption {
    white-space: normal;
}
.themeNavigationArea {
    float: none;
    width: auto;
}
.zs-accordion, .themeFooterArea .zs-accordion, .zs-highlight-box .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    display: block;
}
.zs-tabs ul, .themeFooterArea .zs-tabs ul, .zs-highlight-box .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    display: none;
}
.zs-highlight-box, .themeSidebarArea .zs-highlight-box, .themeFooterArea .zs-highlight-box, .zs-highlight-box .zs-tabs-accordion-content, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    padding: 10px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span input[type="text"], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 150px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 163px;
}
.zs-highlight-box .zs-tabs-accordion-content form li input[type=submit], .zs-highlight-box .zs-tabs-accordion-content form li input[type=reset], form li input[type="submit"], form li input[type="reset"] {
    padding: 5px 15px;
}
.themeSearchContainer {
    display:none;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-input-field, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-input-field {
    width:175px;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-layout-3 .newsletter-form, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-layout-3 .newsletter-form {
    width:175px;
}
.member-signin {
    width:100%;
    float:none;
    padding:0px;
}
.member-signin li:first-child {
    width:70%;
}
.member-signin li a {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:right;
}
}
 