/*----------------------------------------------------------- THEME WEB FONT AREA CSS START -----------------------------------------------------------*/
@-zs-include webfonts(Overlock:400, 700/Lobster Two);
/*----------------------------------------------------------- THEME WEB FONT AREA CSS END -----------------------------------------------------------*/
/*----------------------------------------------------------- THEME PRESET CSS AREA START -----------------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
body {
 background-color:#f8f9fb;
 background-image:url(images/mainbg.png);
 background-position:left top;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 font-family:'Overlock', Verdana, sans-serif;
 font-size:16px;
 color:#444444;
}
h1 {
font-family:'Overlock', Verdana, sans-serif;
font-size:26px;
color:#111111;
}
h2 {
font-family:'Overlock', Verdana, sans-serif;
font-size:22px;
color:#111111;
}
h3 {
font-family:'Overlock', Verdana, sans-serif;
font-size:20px;
color:#111111;
}
h4 {
font-family:'Overlock', Verdana, sans-serif;
font-size:18px;
color:#111111;
}
h5 {
font-family:'Overlock', Verdana, sans-serif;
font-size:16px;
color:#111111;
}
h6 {
font-family:'Overlock', Verdana, sans-serif;
font-size:14px;
color:#111111;
}
a {
text-decoration:none;
 color:#e24414;
}
a:hover {
text-decoration:none;
color:#e24414;
}
:focus {
    outline: none;
}
a img {
    border: 0 none;
}
p {
    line-height: 1.6;
}
ul, ol {
    margin: 0;
    padding: 0 0 0 23px;
}
ol {
    margin: 0;
    padding: 0 0 0 23px;
}
li {
    margin: 0;
    padding: 4px;
}
hr {
    border: 0px;
    border-top: 1px solid #ebebeb;
}
/*----------------------------------------------------------- THEME PRESET CSS AREA END -----------------------------------------------------------*/
/*----------------------------------------------------------- THEME TABLE AREA CSS START -----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
 font-family:'Overlock', Verdana, sans-serif;
 font-size:16px;
 background:#535353;
 border-width:1px;
 border-style:solid;
 border-color:#4b4b4b;
 color:#ffffff;
 padding:10px;
    font-weight: 600;
}
td {
 font-family:'Overlock', Verdana, sans-serif;
 font-size:16px;
 background:#fbfbfb;
 border-width:1px;
 border-style:solid;
 border-color:#e1e1e1;
 color:#555555;
 padding:10px;
}
/*----------------------------------------------------------- THEME TABLE AREA CSS END -----------------------------------------------------------*/
/*----------------------------------------------------------- THEME COMMON USAGE AREA CSS START -----------------------------------------------------------*/
.themeWidth {
    width: 1000px;
    margin: 0 auto;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clearDiv {
    clear: both;
}
/*----------------------------------------------------------- THEME COMMON USAGE AREA CSS END -----------------------------------------------------------*/
/*--------------------------------------------------------------- THEME SOCIAL ICONS AREA CSS START ---------------------------------------------------------------*/
.themeSocialandSearchContainer {
    border-bottom: 1px solid #efefef;
}
.themeSocialiconArea {
    float: right;
    padding: 0 5px;
}
.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 center center #ffffff;
    width: 28px;
    height: 26px;
    display: inline-block;
    margin: 5px 2px 0;
    border: 1px solid #efefef;
}
.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 -218px;
}
.zs-socialicon-instagram {
    background-position: 0 -244px;
}
/*---------------------------------------------------- THEME SOCIAL ICONS AREA CSS END --------------------------------------------------------*/
/*--------------------------------------------------------- THEME SEARCH BOX AREA CSS START ---------------------------------------------------*/
.themeSearchContainer {
    float: right;
}
.themeSearchBox {
    width: 200px;
    height: 26px;
    position: relative;
    border: 1px solid #efefef;
    background: #ffffff;
    margin: 5px 0;
}
.themeSearchBox input[type=text] {
    background: transparent;
    width: 160px;
    height: 26px;
    border: 0;
    outline: none;
    line-height: 26px;
    font-family: 'Overlock', Verdana, sans-serif;
    font-size: 16px;
    color: #444444;
    padding: 0 5px;
}
.themeSearchBox input[type=submit] {
    background: url(images/searchicon.png) center center no-repeat;
    width: 30px;
    height: 26px;
    padding-left: 7px;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 0 none;
    cursor: pointer;
}
/*--------------------------------------------------------- THEME SEARCH BOX AREA CSS END ---------------------------------------------------------*/
/*----------------------------------------------------------- THEME TOP AREA CSS START -----------------------------------------------------------*/
.themeTopArea {
 background-color:#ffffff;
    padding: 30px 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.06);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.06);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.06);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,0.06);
}
/*----------------------------------------------------------- THEME TOP AREA CSS END -----------------------------------------------------------*/
/*----------------------------------------------------------- THEME BRANDING AREA CSS START -----------------------------------------------------------*/
.themeBrandingContainer {
    display: table;
    border: 0 solid;
    width: 100%;
}
.tableRow {
    display: table-row;
}
.tableCell {
    display: table-cell
}
.themeLogoOuterContainer {
    width: 1%;
    vertical-align: middle;
}
.themeLogoArea {
    padding-right: 15px;
}
.themeSitenameCaptionOuterContainer {
    vertical-align: middle;
    height: 100%;
    width: 45%;
}
.themeSitenameCaptionInnerContainer {
    height: 100%;
    vertical-align: middle;
}
.themeSitenameCaptionContainer {
    vertical-align: middle;
    height: 100%;
}
.themeSitename {
 font-family:'Lobster Two', Georgia, serif;
 font-size:48px;
 color:#1b2929;
    word-wrap: break-word;
    line-height: 1;
}
.themeCaptionArea {
    text-align: center;
    padding: 25px 0;
}
.themeCaption {
 font-family:'Overlock', Verdana, sans-serif;
 font-size:18px;
 color:#393939;
    letter-spacing: 3px;
    text-transform: uppercase;
}
/*----------------------------------------------------------- THEME BRANDING AREA CSS END -----------------------------------------------------------*/
/*----------------------------------------------------------- THEME NAVIGATION AREA CSS START -----------------------------------------------------------*/
.themeNavigationAreaContainer {
    vertical-align: middle;
    height: 100%;
    width: 50%;
}
.themeNavigationArea {
    float: right;
}
#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#navigation li {
    display: block;
    float: left;
    padding: 0;
    padding-left: 20px;
    margin: 0;
}
#navigation li a {
    display: block;
    padding-right: 20px;
 color:#393939;
 font-size:16px;
 font-family:'Overlock', Verdana, sans-serif;
    font-weight: 500;
    float: left;
    text-decoration: none;
    cursor: pointer;
    line-height: 2.6;
background-image:url(images/navigationSeprator.png);
 background-repeat:no-repeat;
 background-position:right center;
}
#navigation li:hover a, #navigation li.selected a, #navigation li.active a {
color:#e24414;
background-color:transparent;
background-image:url(images/navigationSeprator.png);
background-repeat:no-repeat;
background-position:right center;
}
#navigation li:last-child a {
 background-image:none;
}
#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: 10px;
    margin: 18px 0 0 10px;
}
#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:#fafafa;
 background-image:none;
background-position:left top;
background-repeat:repeat;
 border-width:1px;
border-style:solid;
border-color:#f0f0f0;
 border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
-o-border-radius:0;
    width: 200px;
    position: absolute;
    display: block;
    padding: 0;
    box-shadow: 2px 1px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 1px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 1px 3px rgba(0,0,0,0.1);
    -o-box-shadow: 2px 1px 3px rgba(0,0,0,0.1);
    -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: 0px;
}
.submenu li a {
 color:#3c3c3c;
 font-size:16px;
 font-family:'Overlock', Verdana, sans-serif;
    text-decoration: none;
    display: block;
    width: 100%;
    float: left;
    cursor: pointer;
    padding: 6px 0;
    line-height: 1.8;
}
.submenu li a:hover, .submenu li.selected a {
 color:#e04525;
background-color:#f0f0f0;
background-image:none;
background-position:left top;
background-repeat:repeat;
}
.submenu li a span {
    width: 85%;
    float: left;
    margin: 0;
    word-wrap: break-word;
    padding-left: 12px;
}
.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: 7px;
    width: 7px;
    margin-top: 12px;
}
.submenu li:hover.navArrow a em {
    background: transparent url(images/subnavArrowHover.png) no-repeat scroll center left;
}
/*-------------------------------- THEME NAVIGATION AREA CSS END ------------------------------*/
/*------------------------------ THEME CONTENT AREA CSS START ----------------------------------*/
.themeContentContainer {
 background-color:transparent;
 background-image:none;
 background-position:0 0;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0 0 0 0 transparent, 0px 0px 0px 0 transparent inset;
 -webkit-box-shadow:0 0 0 0 transparent, 0px 0px 0px 0 transparent inset;
 -moz-box-shadow:0 0 0 0 transparent, 0px 0px 0px 0 transparent inset;
 -o-box-shadow:0 0 0 0 transparent, 0px 0px 0px 0 transparent inset;
 border-width: 0;
 border-style:none;
 border-color:transparent;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
    padding: 50px 0;
}
.themeContentArea {
    width: 65%;
    min-height: 400px;
    height: auto !important;
    height: 400px;
}
/*------------------------------------------- THEME CONTENT AREA CSS END -------------------------------------------*/
/*-------------------------------- THEME SIDEBAR AREA CSS START -------------------------------------*/
.themeSidebarArea {
    width: 35%;
}
.themeSidebarAreaInner {
    padding-left: 20px;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    margin-left: 50px;
 background-color:transparent;
 background-image:none;
 background-position:0 0;
 background-repeat:no-repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0px 0px 0px 0px transparent, 1px 0px 0 0 #ffffff inset;
 -webkit-box-shadow: 0px 0px 0px 0px transparent, 1px 0px 0 0 #ffffff inset;
 -moz-box-shadow: 0px 0px 0px 0px transparent, 1px 0px 0 0 #ffffff inset;
 -o-box-shadow: 0px 0px 0px 0px transparent, 1px 0px 0 0 #ffffff inset;
 border-width: 0 0 0 1px;
 border-style:solid;
 border-color:#eeeeee;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 font-family:'Overlock', Verdana, sans-serif;
 font-size:16px;
 color:#444444;
}
.themeSidebarAreaInner h1 {
font-family:'Overlock', Verdana, sans-serif;
font-size:26px;
color:#111111;
}
.themeSidebarAreaInner h2 {
font-family:'Overlock', Verdana, sans-serif;
font-size:22px;
color:#111111;
}
.themeSidebarAreaInner h3 {
font-family:'Overlock', Verdana, sans-serif;
font-size:20px;
color:#111111;
}
.themeSidebarAreaInner h4 {
font-family:'Overlock', Verdana, sans-serif;
font-size:18px;
color:#111111;
}
.themeSidebarAreaInner h5 {
font-family:'Overlock', Verdana, sans-serif;
font-size:16px;
color:#111111;
}
.themeSidebarAreaInner h6 {
font-family:'Overlock', Verdana, sans-serif;
font-size:14px;
color:#111111;
}
.themeSidebarAreaInner a {
text-decoration:none;
 color:#e24414;
}
.themeSidebarAreaInner a:hover {
text-decoration:none;
color:#e24414;
}
.themeSidebarAreaInner th {
 font-family:'Overlock', Verdana, sans-serif;
 font-size:16px;
 background:#535353;
 border-width:1px;
 border-style:solid;
 border-color:#4b4b4b;
 color:#ffffff;
 padding:10px;
}
.themeSidebarAreaInner td {
 font-family:'Overlock', Verdana, sans-serif;
 font-size:16px;
 background:#fbfbfb;
 border-width:1px;
 border-style:solid;
 border-color:#e1e1e1;
 color:#555555;
 padding:10px;
}
.themeSidebarAreaInner form li span input, .themeSidebarAreaInner form li span label {
    float: none;
    width: auto;
}
.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 {
    width: 220px;
}
.themeSidebarAreaInner form li span select {
    width: 230px;
}
.themeSidebarAreaInner form li input[type=submit], .themeSidebarAreaInner form li input[type=reset] {
    padding: 10px 30px;
}
/*-------------------------------- THEME SIDEBAR AREA CSS END -------------------------------------*/
/*----------------------------------------------------- THEME SIDEBAR HIGHLIGHT BOX AREA CSS START -----------------------------------------------------*/
.themeSidebarAreaInner .zs-highlight-box {
 background-color: #f3f3f3;
 background-image: none;
 background-image: none, -moz-linear-gradient(bottom, transparent, transparent);
 background-image: none, -webkit-linear-gradient(bottom, transparent, transparent);
 background-image: none, -o-linear-gradient(bottom, transparent, transparent);
 background-position: top left;
 background-repeat: repeat;
 box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 -moz-box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 -webkit-box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 -o-box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 border-width: 2px 0;
 border-style:solid;
 border-color:#ebebeb;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 20px;
 margin: 0;
    min-height: 150px;
font-family:'Overlock', Verdana, sans-serif;
 font-size:16px;
 color:#444444;
}
.themeSidebarAreaInner .zs-highlight-box h1 {
font-family:'Overlock', Verdana, sans-serif;
font-size:26px;
color:#111111;
}
.themeSidebarAreaInner .zs-highlight-box h2 {
font-family:'Overlock', Verdana, sans-serif;
font-size:22px;
color:#111111;
}
.themeSidebarAreaInner .zs-highlight-box h3 {
font-family:'Overlock', Verdana, sans-serif;
font-size:20px;
color:#111111;
}
.themeSidebarAreaInner .zs-highlight-box h4 {
font-family:'Overlock', Verdana, sans-serif;
font-size:18px;
color:#111111;
}
.themeSidebarAreaInner .zs-highlight-box h5 {
font-family:'Overlock', Verdana, sans-serif;
font-size:16px;
color:#111111;
}
.themeSidebarAreaInner .zs-highlight-box h6 {
font-family:'Overlock', Verdana, sans-serif;
font-size:14px;
color:#111111;
}
.themeSidebarAreaInner .zs-highlight-box a {
 color:#e24414;
 text-decoration:none;
}
.themeSidebarAreaInner .zs-highlight-box a:hover {
 text-decoration:none;
 color:#e24414;
}
.themeSidebarAreaInner .zs-highlight-box th {
 font-family:'Overlock', Verdana, sans-serif;
 font-size:16px;
 background:#535353;
 border-width:1px;
 border-style:solid;
 border-color:#4b4b4b;
 color:#ffffff;
 padding:10px;
}
.themeSidebarAreaInner .zs-highlight-box td {
 font-family:'Overlock', Verdana, sans-serif;
 font-size:16px;
 background:#fbfbfb;
 border-width:1px;
 border-style:solid;
 border-color:#e1e1e1;
 color:#555555;
 padding:10px;
}
.themeSidebarAreaInner .zs-highlight-box form li span input[type=text], .themeSidebarAreaInner .zs-highlight-box form li span textarea {
    width: 180px;
}
.themeSidebarAreaInner .zs-highlight-box form li span select {
    width: 190px;
}
.themeSidebarAreaInner .zs-highlight-box form li input[type=submit], .themeSidebarAreaInner .zs-highlight-box form li input[type=reset] {
    padding: 10px 20px;
}
.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;
}
/*----------------------------------------------------- THEME SIDEBAR HIGHLIGHT BOX AREA CSS END -----------------------------------------------------*/
/*-----------------------------------  THEME FOOTER TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS START -----------------------------------------------*/
.themeSidebarAreaInner .zs-text-light-color {
color:#C2C2C2;
}
.themeSidebarAreaInner .zs-text-highlight-color {
color:#111111;
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-light-color {
color:#C2C2C2;
}
.themeSidebarAreaInner .zs-highlight-box .zs-text-highlight-color {
color:#111111;
}
/*-----------------------------------  THEME FOOTER TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS END -----------------------------------------------*/
/* -------------------------------- THEME  TABS ACCORDION  AREA CSS START -------------------------------- */
.themeSidebarAreaInner .zs-tabs ul, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    display: none;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    padding: 0px;
    margin-top: 5px;
}
.themeSidebarAreaInner .zs-tabs ul li, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li {
    float: left;
    padding: 0px;
    margin: 0px;
}
.themeSidebarAreaInner .zs-tabs ul li div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li div {
    padding: 0 30px 1px;
    overflow: hidden;
    color: #3c3c3c;
    line-height: 2.8;
    position: relative;
    margin: 0 0 -1px;
    cursor: pointer;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    background: #f3f3f3;
    border-bottom: 1px solid #dbdbdb;
}
.themeSidebarAreaInner .zs-tabs ul li.selected div, .themeSidebarAreaInner .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    border-top-color: #ffffff;
    border-bottom: 0;
    border-top: 3px solid #f9682c;
    padding-bottom: 0px;
}
.themeSidebarAreaInner .zs-tabs-accordion-content, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    clear: both;
    border: 1px solid #dbdbdb;
    border-top: 0px;
    padding: 15px;
    display: none;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.themeSidebarAreaInner .zs-accordion, .themeSidebarAreaInner .zs-highlight-box .zs-accordion {
    background: #f6f6f6;
    color: #2f2f2f;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    margin-bottom: 5px;
    display: block;
    position: relative;
}
.themeSidebarAreaInner .zs-accordion.selected, .themeSidebarAreaInner .zs-highlight-box .zs-accordion.selected {
    margin: 0;
    background: #ffffff;
    border-top: 3px solid #f9682c;
}
/* -------------------------------- THEME SIDEBAR AREA HIGHLIGHT BOX TABS ACCORDION CSS -------------------------------- */
.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: #111111;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #e24414;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #ebebeb;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content th {
    background: #eeeeee;
    border-color: #dadada;
    color: #565656;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content td {
    background: #fbfbfb;
    border-color: #e1e1e1;
    color: #555555;
}
/*---------------------------- THEME FOOTER AREA CSS START -----------------------------------------------*/
.themeFooterArea {
background-color:#ffffff;
 background-image:none;
 background-position:top left;
 background-repeat:repeat;
 background-attachment:scroll;
 background-size:auto;
 box-shadow: 0px -1px 1px 0px rgba(0,0,0,0.06), 0px 0 0px 0 transparent inset;
 -moz-box-shadow: 0px -1px 1px 0px rgba(0,0,0,0.06), 0px 0 0px 0 transparent inset;
 -o-box-shadow: 0px -1px 1px 0px rgba(0,0,0,0.06), 0px 0 0px 0 transparent inset;
 -webkit-box-shadow: 0px -1px 1px 0px rgba(0,0,0,0.06), 0px 0 0px 0 transparent inset;
 border-width:0;
 border-style:none;
 border-color:transparent;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 font-family:'Overlock', Verdana, sans-serif;
 font-size:16px;
 color:#555555;
    padding: 35px 0;
    min-height: 150px;
    height: auto !important;
    height: 150px;
}
.themeFooterArea h1 {
font-family:'Overlock', Verdana, sans-serif;
font-size:26px;
color:#111111;
}
.themeFooterArea h2 {
font-family:'Overlock', Verdana, sans-serif;
font-size:22px;
color:#111111;
}
.themeFooterArea h3 {
font-family:'Overlock', Verdana, sans-serif;
font-size:20px;
color:#111111;
}
.themeFooterArea h4 {
font-family:'Overlock', Verdana, sans-serif;
font-size:18px;
color:#111111;
}
.themeFooterArea h5 {
font-family:'Overlock', Verdana, sans-serif;
font-size:16px;
color:#111111;
}
.themeFooterArea h6 {
font-family:'Overlock', Verdana, sans-serif;
font-size:14px;
color:#111111;
}
.themeFooterArea a {
text-decoration:none;
 color:#e24414;
}
.themeFooterArea a:hover {
text-decoration:none;
color:#e24414;
}
.themeFooterArea th {
 font-family:'Overlock', Verdana, sans-serif;
 font-size:16px;
 background:#535353;
 border-width:1px;
 border-style:solid;
 border-color:#4b4b4b;
 color:#ffffff;
 padding:10px;
}
.themeFooterArea td {
 font-family:'Overlock', Verdana, sans-serif;
 font-size:16px;
 background:#fbfbfb;
 border-width:1px;
 border-style:solid;
 border-color:#e1e1e1;
 color:#555555;
 padding:10px;
}
/*---------------------------- THEME FOOTER AREA CSS END -----------------------------------------------*/
/*----------------------------------------------------- THEME FOOTER HIGHLIGHT BOX AREA CSS START -----------------------------------------------------*/
.themeFooterArea .zs-highlight-box {
 background-color: #f3f3f3;
 background-image: none;
 background-image: none, -moz-linear-gradient(bottom, transparent, transparent);
 background-image: none, -webkit-linear-gradient(bottom, transparent, transparent);
 background-image: none, -o-linear-gradient(bottom, transparent, transparent);
 background-position: top left;
 background-repeat: repeat;
 box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 -moz-box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 -webkit-box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 -o-box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 border-width: 2px 0;
 border-style:solid;
 border-color:#ebebeb;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 20px;
 margin: 0;
    min-height: 150px;
font-family:'Overlock', Verdana, sans-serif;
 font-size:16px;
 color:#444444;
}
.themeFooterArea .zs-highlight-box h1 {
font-family:'Overlock', Verdana, sans-serif;
font-size:26px;
color:#111111;
}
.themeFooterArea .zs-highlight-box h2 {
font-family:'Overlock', Verdana, sans-serif;
font-size:22px;
color:#111111;
}
.themeFooterArea .zs-highlight-box h3 {
font-family:'Overlock', Verdana, sans-serif;
font-size:20px;
color:#111111;
}
.themeFooterArea .zs-highlight-box h4 {
font-family:'Overlock', Verdana, sans-serif;
font-size:18px;
color:#111111;
}
.themeFooterArea .zs-highlight-box h5 {
font-family:'Overlock', Verdana, sans-serif;
font-size:16px;
color:#111111;
}
.themeFooterArea .zs-highlight-box h6 {
font-family:'Overlock', Verdana, sans-serif;
font-size:14px;
color:#111111;
}
.themeFooterArea .zs-highlight-box a {
 color:#e24414;
 text-decoration:none;
}
.themeFooterArea .zs-highlight-box a:hover {
 text-decoration:none;
 color:#e24414;
}
.themeFooterArea .zs-highlight-box th {
 font-family:'Overlock', Verdana, sans-serif;
 font-size:16px;
 background:#535353;
 border-width:1px;
 border-style:solid;
 border-color:#4b4b4b;
 color:#ffffff;
 padding:10px;
}
.themeFooterArea .zs-highlight-box td {
 font-family:'Overlock', Verdana, sans-serif;
 font-size:16px;
 background:#fbfbfb;
 border-width:1px;
 border-style:solid;
 border-color:#e1e1e1;
 color:#555555;
 padding:10px;
}
/*----------------------------------------------------- THEME FOOTER HIGHLIGHT BOX AREA CSS END -----------------------------------------------------*/
/*-----------------------------------  THEME FOOTER TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS START -----------------------------------------------*/
.themeFooterArea .zs-text-light-color {
color:#C2C2C2;
}
.themeFooterArea .zs-text-highlight-color {
color:#111111;
}
.themeFooterArea .zs-highlight-box .zs-text-light-color {
color:#C2C2C2;
}
.themeFooterArea .zs-highlight-box .zs-text-highlight-color {
color:#111111;
}
/*-----------------------------------  THEME FOOTER TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS END -----------------------------------------------*/
/* -------------------------------- THEME  TABS ACCORDION  AREA CSS START -------------------------------- */
.themeFooterArea .zs-tabs ul, .themeFooterArea .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    padding: 0px;
    margin-top: 5px;
}
.themeFooterArea .zs-tabs ul li, .themeFooterArea .zs-highlight-box .zs-tabs ul li {
    float: left;
    padding: 0px;
    margin: 0px;
}
.themeFooterArea .zs-tabs ul li div, .themeFooterArea .zs-highlight-box .zs-tabs ul li div {
    padding: 0 30px 1px;
    overflow: hidden;
    color: #3c3c3c;
    line-height: 2.8;
    position: relative;
    margin: 0 0 -1px;
    cursor: pointer;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    background: #f3f3f3;
    border-bottom: 1px solid #dbdbdb;
}
.themeFooterArea .zs-tabs ul li.selected div, .themeFooterArea .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    border-top-color: #ffffff;
    border-top: 3px solid #f9682c;
    border-bottom: 0;
    padding-bottom: 0px;
}
.themeFooterArea .zs-tabs-accordion-content, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    clear: both;
    border: 1px solid #dbdbdb;
    border-top: 0px;
    padding: 15px;
    display: none;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.themeFooterArea .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    background: #f6f6f6;
    color: #2f2f2f;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    margin-bottom: 5px;
    display: none;
    position: relative;
}
.themeFooterArea .zs-accordion.selected, .themeFooterArea .zs-highlight-box .zs-accordion.selected {
    margin: 0;
    background: #ffffff;
    border-top: 3px solid #f9682c;
}
/* -------------------------------- THEME FOOTER AREA 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: #111111;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content a, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #e24414;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #ebebeb;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content th {
    background: #eeeeee;
    border-color: #dadada;
    color: #565656;
}
.themeFooterArea .zs-highlight-box .zs-tabs-accordion-content td {
    background: #fbfbfb;
    border-color: #e1e1e1;
    color: #555555;
}
/*--------------------------------------------------------------- THEME FORM AREA CSS START -------------------------------------------------------------------*/
form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
form li {
    overflow: hidden;
    padding: 5px 0;
    margin: 0;
}
form ul li label, form ul li div {
    width: auto;
    float: left;
    padding: 5px 0 0;
}
form ul li label {
    width: 200px;
}
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: #ffffff;
    border: 1px solid #e6e6e6;
    float: left;
    margin: 0px;
    padding: 10px 5px;
    resize: none;
    width: 290px;
 font-family:'Overlock', Verdana, sans-serif;
 font-size:16px;
 color:#444444;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}
form li span select {
    width: 300px;
}
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;
    margin: 0px;
    vertical-align: middle;
    margin-top: 10px;
    outline: none;
    margin-left: 7px;
    padding: 0px;
    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 {
    -webkit-appearance: none;
    background: none;
    padding: 10px 35px;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #e6684b;
    color: #e6684b;
 font-family:'Overlock', Verdana, 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: none;
    color: #a0a0a0;
    border: 1px solid #a0a0a0;
}
/*--------------------------------------------------------------- THEME FORM AREA CSS END -------------------------------------------------------------------*/
/* -------------------------------- THEME SLIDESHOW AREA CSS START -------------------------------- */
.zs-slideshow-right-arrow {
    background: url(images/zs-slideshow-right-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 40px;
    left: auto;
    right: 15px;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    top: auto;
    bottom: 15px;
    transition: opacity 500ms ease 0s;
    -webkit-transition: opacity 500ms ease 0s;
    -moz-transition: opacity 500ms ease 0s;
    -o-transition: opacity 500ms ease 0s;
    width: 40px;
    z-index: 160;
}
.zs-slideshow-left-arrow {
    background: url(images/zs-slideshow-left-arrow.png) left top no-repeat;
    cursor: pointer;
    height: 40px;
    right: 58px;
    left: auto;
    margin-top: 0px;
    opacity: 0;
    position: absolute;
    top: auto;
    bottom: 15px;
    transition: opacity 500ms ease 0s;
    -webkit-transition: opacity 500ms ease 0s;
    -moz-transition: opacity 500ms ease 0s;
    -o-transition: opacity 500ms ease 0s;
    width: 40px;
    z-index: 160;
}
.themeSlideshowOuterContainer {
    bottom: 20px;
    height: 16px;
    right: 0;
    opacity: 0;
    text-align: center;
    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: 3px 8px;
}
.zs-slideshow-control-active {
    background: url(images/zs-slideshow-control-active.png) no-repeat left top;
    cursor: pointer;
    display: inline-block;
    height: 11px;
    width: 11px;
    margin: 0 3px;
}
.zs-slideshow-control {
    background: url(images/zs-slideshow-control.png) no-repeat left top;
    cursor: pointer;
    display: inline-block;
    height: 11px;
    margin: 0 3px;
    width: 11px;
}
/* -------------------------------- THEME  SLIDESHOW  AREA CSS END -------------------------------- */
/*----------------------------------------------------- THEME HIGHLIGHT BOX AREA CSS START -----------------------------------------------------*/
.zs-highlight-box {
 background-color: #f3f3f3;
 background-image: none;
 background-image: none, -moz-linear-gradient(bottom, transparent, transparent);
 background-image: none, -webkit-linear-gradient(bottom, transparent, transparent);
 background-image: none, -o-linear-gradient(bottom, transparent, transparent);
 background-position: top left;
 background-repeat: repeat;
 box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 -moz-box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 -webkit-box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 -o-box-shadow: 0 0 0 0 transparent, 0px 0 0 0 transparent inset;
 border-width: 2px 0;
 border-style:solid;
 border-color:#ebebeb;
 border-radius: 0;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 -o-border-radius:0;
 padding: 20px;
 margin: 0;
    min-height: 150px;
font-family:'Overlock', Verdana, sans-serif;
 font-size:16px;
 color:#444444;
}
.zs-highlight-box h1 {
font-family:'Overlock', Verdana, sans-serif;
font-size:26px;
color:#111111;
}
.zs-highlight-box h2 {
font-family:'Overlock', Verdana, sans-serif;
font-size:22px;
color:#111111;
}
.zs-highlight-box h3 {
font-family:'Overlock', Verdana, sans-serif;
font-size:20px;
color:#111111;
}
.zs-highlight-box h4 {
font-family:'Overlock', Verdana, sans-serif;
font-size:18px;
color:#111111;
}
.zs-highlight-box h5 {
font-family:'Overlock', Verdana, sans-serif;
font-size:16px;
color:#111111;
}
.zs-highlight-box h6 {
font-family:'Overlock', Verdana, sans-serif;
font-size:14px;
color:#111111;
}
.zs-highlight-box a {
 color:#e24414;
 text-decoration:none;
}
.zs-highlight-box a:hover {
 text-decoration:none;
 color:#e24414;
}
.zs-highlight-box th {
 font-family:'Overlock', Verdana, sans-serif;
 font-size:16px;
 background:#535353;
 border-width:1px;
 border-style:solid;
 border-color:#4b4b4b;
 color:#ffffff;
 padding:10px;
}
.zs-highlight-box td {
 font-family:'Overlock', Verdana, sans-serif;
 font-size:16px;
 background:#fbfbfb;
 border-width:1px;
 border-style:solid;
 border-color:#e1e1e1;
 color:#555555;
 padding:10px;
}
/*----------------------------------------------------- THEME HIGHLIGHT BOX AREA CSS END -----------------------------------------------------*/
/*-----------------------------------  THEME TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS START -----------------------------------------------*/
.zs-text-light-color {
color:#C2C2C2;
}
.zs-text-highlight-color {
color:#111111;
}
.zs-highlight-box .zs-text-light-color {
color:#C2C2C2;
}
.zs-highlight-box .zs-text-highlight-color {
color:#111111;
}
/*-----------------------------------  THEME TEXT-LIGHT & HIGHLIGHT COLOR AREA CSS END -----------------------------------------------*/
/* -------------------------------- THEME  TABS ACCORDION  AREA CSS START -------------------------------- */
.zs-tabs ul, .zs-highlight-box .zs-tabs ul {
    list-style: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    padding: 0px;
    margin-top: 5px;
    border-left: 1px solid #dbdbdb;
}
.zs-tabs ul li, .zs-highlight-box .zs-tabs ul li {
    float: left;
    padding: 0px;
    margin: 0px;
}
.zs-tabs ul li div, .zs-highlight-box .zs-tabs ul li div {
    padding: 0 30px 1px;
    overflow: hidden;
    color: #3c3c3c;
    line-height: 2.8;
    position: relative;
    margin: 0 0 -1px;
    cursor: pointer;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    background: #f3f3f3;
    border-bottom: 1px solid #dbdbdb;
}
.zs-tabs ul li.selected div, .zs-highlight-box .zs-tabs ul li.selected div {
    background: #ffffff;
    border-top-color: #ffffff;
    border-top: 3px solid #f9682c;
    border-bottom: 0;
    padding-bottom: 0px;
}
.zs-tabs-accordion-content, .zs-highlight-box .zs-tabs-accordion-content {
    background: #ffffff;
    clear: both;
    border: 1px solid #dbdbdb;
    border-top: 0px;
    padding: 15px;
    display: none;
    margin-bottom: 5px;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}
.zs-accordion, .zs-highlight-box .zs-accordion {
    background: #f6f6f6;
    color: #2f2f2f;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    margin-bottom: 5px;
    display: none;
    position: relative;
}
.zs-accordion.selected, .zs-highlight-box .zs-accordion.selected {
    margin: 0;
    background: #ffffff;
    border-top: 3px solid #f9682c;
}
/* -------------------------------- THEME  TABS ACCORDION  AREA CSS END -------------------------------- */
/* -------------------------------- THEME HIGHLIGHT BOX TABS ACCORDION AREA CSS END -------------------------------- */
.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: #111111;
}
.zs-highlight-box .zs-tabs-accordion-content a, .zs-highlight-box .zs-tabs-accordion-content a:hover {
    color: #e24414;
}
.zs-highlight-box .zs-tabs-accordion-content hr {
    border-top: 1px solid #ebebeb;
}
.zs-highlight-box .zs-tabs-accordion-content th {
    background: #eeeeee;
    border-color: #dadada;
    color: #565656;
}
.zs-highlight-box .zs-tabs-accordion-content td {
    background: #fbfbfb;
    border-color: #e1e1e1;
    color: #555555;
}
/* -------------------------------- THEME NEWSLETTER AREA CSS -------------------------------- */

.newsletter-container {
background: transparent;
    padding: 10px
}
h3.newsletter-heading {
    margin-bottom: 10px;
font-family: 'Overlock', Verdana, sans-serif;
font-size: 20px;
color: #111111;
}
.newsletter-desc {
    margin-bottom: 25px;
font-family: 'Overlock', Verdana, sans-serif;
font-size: 16px;
color: #444444;
}
.newsletter-input-field {
background: #ffffff;
border-width: 1px;
border-color: #E6E6E6;
color:#444444;
font-family: 'Overlock', Verdana, sans-serif;
font-size: 16px;
    border-style: solid;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 5px;
    width: 250px;
    padding: 10px 5px;
    vertical-align:top;
}
button.newsletter-button {
background: transparent;
border-width: 1px;
border-color: #E6684B;
color:#E6684B;
font-family: 'Overlock', Verdana, 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: 250px;
    margin: 0 auto;
    text-align: right;
}
.newsletter-layout-3 button {
    text-align: right;
}
.newsletter-form input[type="text"]::-moz-placeholder {
    color:#444444;
  font-size:90%;
  line-height:normal;
}
.newsletter-form  input[type="text"]::-webkit-input-placeholder{
    color:#444444;
  font-size:85%;
  line-height:normal;
}
.newsletter-form  input[type="text"]:-ms-input-placeholder {
    color:#444444;
  font-size:90%;
  line-height:normal;
}
/*--------------------- THEME MEMBERSHIP PORTAL AREA CSS ---------------------*/
.mp-container {
    height: 30px;
    float: right;
}
.member-signin {
    float: right;
    padding-left: 15px;
}
.member-signin > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align:right;
}
.member-signin li {
    display: inline-block;
    line-height: 33px;
    margin-left: 20px;
    padding: 0;
    position:relative;
}
.member-signin li a {
 font-family:'Overlock', Verdana, sans-serif;
 font-size:16px;
    text-decoration:none;
    color:#e24414;
    display:block;
}
.member-signin li a:hover {
    text-decoration:none;
    color:#e24414;
}
.member-signin li:first-child {
    margin-left: 0;
}
.member-signin li:last-child:before {
    color:#e24414;
    content: "|";
    position: absolute;
    top: 0;
    left:-13px;
}

/*-----------------------------------  THEME RESPONSIVE MEDIA QUERIES AREA CSS START -----------------------------------------------*/
@media only screen and (min-width : 769px) and (max-width : 1024px) {
.themeWidth {
    width: 90%;
}
form ul li label, form ul li div {
    float: none;
    width: auto;
}
.submenu li a {
    text-align:left;
}
.themeSidebarAreaInner form li span input[type=text], .themeSidebarAreaInner form li span textarea {
    width: 190px;
}
.themeSidebarAreaInner form li span select {
    width: 203px;
}
.zs-highlight-box .zs-tabs-accordion-content, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content {
    padding: 10px;
}
.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 {
    width: 130px;
}
.themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 143px;
}
.themeSidebarAreaInner .zs-highlight-box {
    padding:10px;
}
.newsletter-input-field {
    width:220px;
}
.newsletter-layout-3 .newsletter-form {
    width:220px;
}
}

@media only screen and (min-width : 641px) and (max-width : 768px) {
.themeWidth {
    width: 90%;
}
.themeContentArea, .themeSidebarArea {
    float: none;
    width: auto;
}
.themeSidebarAreaInner {
    margin: 0px;
    padding: 0px;
    padding-top: 30px;
    border-top: 1px solid #eeeeee;
    border-left: 0px;
    box-shadow: 0 1px 0 #ffffff inset;
    -webkit-box-shadow: 0 1px 0 #ffffff inset;
    -moz-box-shadow: 0 1px 0 #ffffff inset;
    -o-box-shadow: 0 1px 0 #ffffff inset;
}
.themeSitenameCaptionOuterContainer, .themeNavigationAreaContainer, .themeLogoOuterContainer {
    height: auto;
    text-align: center;
    vertical-align: baseline;
    width: auto;
}
.themeSitenameCaptionContainer {
    padding-bottom: 15px;
}
.tableCell {
    display: block;
}
.themeNavigationArea {
    border-top: 1px solid #eeeeee;
    float: none;
    margin-top: 15px;
    padding-top: 15px;
    text-align: left;
}
#navigation ul {
    position: relative;
    right: 50%;
    float: right;
}
#navigation ul li {
    position: relative;
    left: 50%;
}
.submenu li a {
    text-align:left;
}
form ul li label, form ul li div {
    width: auto;
    float: none;
}
.zs-accordion, .themeFooterArea .zs-accordion, .zs-highlight-box .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    display: block;
}
.zs-tabs, .zs-highlight-box .zs-tabs, .themeFooterArea .zs-tabs, .themeFooterArea .zs-highlight-box .zs-tabs {
    display: none;
}
.zs-highlight-box .zs-tabs-accordion-content, .themeSidebarAreaInner .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], .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span input[type=text], .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span input[type=text], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 270px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 283px;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-input-field, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-input-field {
    width:230px;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-layout-3 .newsletter-form, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-layout-3 .newsletter-form {
    width:230px;
}
.member-signin {
    float: none;
    padding:0 10px;
}
.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 {
    width: 90%;
}
.themeContentArea, .themeSidebarArea {
    float: none;
    width: auto;
}
.themeSidebarAreaInner {
    margin: 0px;
    padding: 0px;
    padding-top: 30px;
    border-left: 0px;
    border-top: 1px solid #eeeeee;
    box-shadow: 0 1px 0 #ffffff inset;
    -webkit-box-shadow: 0 1px 0 #ffffff inset;
    -moz-box-shadow: 0 1px 0 #ffffff inset;
    -o-box-shadow: 0 1px 0 #ffffff inset;
}
.themeSitenameCaptionOuterContainer, .themeNavigationAreaContainer, .themeLogoOuterContainer {
    height: auto;
    text-align: center;
    vertical-align: baseline;
    width: auto;
}
.themeSitenameCaptionContainer {
    padding-bottom: 15px;
}
.tableCell {
    display: block;
}
.themeNavigationArea {
    border-top: 1px solid #eeeeee;
    float: none;
    margin-top: 15px;
    padding-top: 15px;
    text-align: left;
}
#navigation li {
    float: right;
}
.submenu li a {
    text-align:left;
}
form li span input[type="text"], form li span textarea {
    width: 230px;
}
form li span select {
    width: 240px;
}
form ul li label, form ul li div {
    width: auto;
    float: none;
}
form li input[type="submit"], form li input[type="reset"] {
    padding: 8px 30px;
}
.themeSocialiconArea, .themeSearchContainer {
    float: none;
}
.themeSearchBox input[type="text"] {
    width: 85%;
}
.themeSearchBox {
    width: 100%;
}
.themeSocialandSearchContainer {
    background: #ffffff;
}
.themeSocialIconContainer {
    text-align: right;
}
.zs-accordion, .themeFooterArea .zs-accordion, .zs-highlight-box .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    display: block;
}
.zs-tabs, .zs-highlight-box .zs-tabs, .themeFooterArea .zs-tabs, .themeFooterArea .zs-highlight-box .zs-tabs {
    display: none;
}
.zs-highlight-box, .themeSidebarAreaInner .zs-highlight-box, .themeFooterArea .zs-highlight-box {
    padding: 10px;
}
.zs-highlight-box .zs-tabs-accordion-content, .themeSidebarAreaInner .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], .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span input[type=text], .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span input[type=text], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 230px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 243px;
}
.themeSearchContainer {
    display:none;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-input-field, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-input-field {
    width:230px;
}
.themeSidebarAreaInner .zs-highlight-box .newsletter-layout-3 .newsletter-form, .themeSidebarAreaInner .zs-tabs-accordion-content .newsletter-layout-3 .newsletter-form {
    width:230px;
}
.newsletter-layout-2 button.newsletter-button {
    display:block;
    margin:0 auto;
}
.mp-container {
    float: none;
}
.member-signin {
    float: none;
    padding:0 10px;
}
.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 {
    width: 90%;
}
.themeContentArea, .themeSidebarArea {
    float: none;
    width: auto;
}
.themeSidebarAreaInner {
    margin: 0px;
    padding: 0px;
    padding-top: 30px;
    border-left: 0px;
    border-top: 1px solid #eeeeee;
    box-shadow: 0 1px 0 #ffffff inset;
    -webkit-box-shadow: 0 1px 0 #ffffff inset;
    -moz-box-shadow: 0 1px 0 #ffffff inset;
    -o-box-shadow: 0 1px 0 #ffffff inset;
}
.themeSitenameCaptionOuterContainer, .themeNavigationAreaContainer, .themeLogoOuterContainer {
    height: auto;
    text-align: center;
    vertical-align: baseline;
    width: auto;
}
.themeSitenameCaptionContainer {
    padding-bottom: 15px;
}
.tableCell {
    display: block;
}
.themeNavigationArea {
    border-top: 1px solid #eeeeee;
    float: none;
    margin-top: 15px;
    padding-top: 15px;
    text-align: left;
}
#navigation li {
    float: right;
}
.submenu li a {
    text-align:left;
}
form li span input[type="text"], form li span textarea {
    width: 230px;
}
form li span select {
    width: 240px;
}
form li input[type="submit"], form li input[type="reset"] {
    padding: 8px 30px;
}
form ul li label, form ul li div {
    width: auto;
    float: none;
}
.themeSocialiconArea, .themeSearchContainer {
    float: none;
}
.themeSearchBox input[type="text"] {
    width: 85%;
}
.themeSearchBox {
    width: 100%;
}
.themeSocialandSearchContainer {
    background: #ffffff;
}
.themeSocialIconContainer {
    text-align: right;
    clear: both;
}
.zs-accordion, .themeFooterArea .zs-accordion, .zs-highlight-box .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    display: block;
}
.zs-tabs, .zs-highlight-box .zs-tabs, .themeFooterArea .zs-tabs, .themeFooterArea .zs-highlight-box .zs-tabs {
    display: none;
}
.zs-highlight-box, .themeSidebarAreaInner .zs-highlight-box, .themeFooterArea .zs-highlight-box {
    padding: 10px;
}
.zs-highlight-box .zs-tabs-accordion-content, .themeSidebarAreaInner .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], .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span input[type=text], .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span input[type=text], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 200px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 213px;
}
.themeSearchContainer {
    display:none;
}
.newsletter-input-field {
    width:220px;
}
.newsletter-layout-3 .newsletter-form {
    width:220px;
}
.newsletter-layout-2 button.newsletter-button {
    display:block;
    margin:0 auto;
}
.mp-container {
    float: none;
}
.member-signin {
    float: none;
    padding:0 10px;
}
.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 {
    width: 90%;
}
.themeContentArea, .themeSidebarArea {
    float: none;
    width: auto;
}
.themeSidebarAreaInner {
    margin: 0px;
    padding: 0px;
    padding-top: 30px;
    border-left: 0px;
    border-top: 1px solid #eeeeee;
    box-shadow: 0 1px 0 #ffffff inset;
    -webkit-box-shadow: 0 1px 0 #ffffff inset;
    -moz-box-shadow: 0 1px 0 #ffffff inset;
    -o-box-shadow: 0 1px 0 #ffffff inset;
}
.themeSitenameCaptionOuterContainer, .themeNavigationAreaContainer, .themeLogoOuterContainer {
    height: auto;
    text-align: center;
    vertical-align: baseline;
    width: auto;
}
.themeSitenameCaptionContainer {
    padding-bottom: 15px;
}
.tableCell {
    display: block;
}
.themeNavigationArea {
    border-top: 1px solid #eeeeee;
    float: none;
    margin-top: 15px;
    padding-top: 15px;
    text-align: left;
}
.submenu li a {
    text-align:left;
}
#navigation li {
    float: right;
}
form ul li label, form ul li div {
    float: none;
    width: auto;
}
form li span input[type="text"], form li span textarea {
    width: 230px;
}
form li span select {
    width: 240px;
}
form li input[type="submit"], form li input[type="reset"] {
    padding: 8px 30px;
}
.themeSocialiconArea, .themeSearchContainer {
    float: none;
}
.themeSearchBox input[type="text"] {
    width: 85%;
}
.themeSearchBox {
    width: 100%;
}
.themeSocialiconArea {
    padding:0px;
}
.themeSocialandSearchContainer {
    background: #ffffff;
    text-align:center;
}
.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 {
    width:26px;
    height:24px;
    margin: 5px 1px 0;
}
.themeSocialIconContainer {
    text-align: center;
    clear: both;
}
.zs-accordion, .themeFooterArea .zs-accordion, .zs-highlight-box .zs-accordion, .themeFooterArea .zs-highlight-box .zs-accordion {
    display: block;
}
.zs-tabs, .zs-highlight-box .zs-tabs, .themeFooterArea .zs-tabs, .themeFooterArea .zs-highlight-box .zs-tabs {
    display: none;
}
.zs-highlight-box, .themeSidebarAreaInner .zs-highlight-box, .themeFooterArea .zs-highlight-box {
    padding: 10px;
}
.zs-highlight-box .zs-tabs-accordion-content, .themeSidebarAreaInner .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], .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span input[type=text], .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span input[type=text], .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span textarea, .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 180px;
}
.zs-highlight-box .zs-tabs-accordion-content form li span select, .themeSidebarAreaInner .zs-highlight-box .zs-tabs-accordion-content form li span select, .themeFooterArea .zs-highlight-box .zs-tabs-accordion-content form li span select {
    width: 193px;
}
.themeSearchContainer {
    display:none;
}
.newsletter-input-field {
    width:220px;
}
.newsletter-layout-3 .newsletter-form {
    width:220px;
}
.mp-container {
    float: none;
}
.member-signin {
    float: none;
    padding:0;
}
.member-signin li:first-child {
    width:70%;
}
.member-signin li a {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:right;
}
}
/*-----------------------------------  THEME RESPONSIVE MEDIA QUERIES AREA CSS END -----------------------------------------------*/
 