/**
 * @subpackage  Manila Hotline
 * @author      Joomzilla.com
 * @date        26th May 2014
 * @package     Joomla
 * @copyright   Copyright (C) 2013 Joomzilla. All rights reserved.
 * @license     GPL / Joomzilla Proprietary Use License
*/
body {
    font-size: 14px;
    font-family: "Helvetica";
    color: #5C5C5C;
    background: transparent url(../images/sliderBG.jpg) 0 0 repeat;
}
.container { max-width: 940px }
ul { list-style: square }
a:hover {
    color: #333;
    text-decoration: none;
}
h1,
h4,
h5 {
    font-weight: 400;
    line-height: 100%;
}
h1 {
    padding-top: 0;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
}
h2 { font-weight: 400 }
h3 {
    font-weight: 400;
    line-height: 24px;
}
.logoSpan { display: inline-block }
.logoSpan2 {
    display: block;
    float: left;
}
h1.title,
h1.title a {
    font-size: 2.1em;
    font-weight: normal;
    line-height: 44px;
    text-decoration: none;
    float: left;
    margin: 0px;
}
h2.title2,
h2.title2 a {
    font-size: 1.4em;
    font-weight: normal;
    line-height: 34px;
    text-decoration: none;
    text-align: center;
    float: left;
    color: #5C5C5C;
}
p { text-indent: 0 }
.page-header h2 {
    padding-bottom: 7px;
    margin: 12px 0;
}
.top {
    text-align: right;
    padding-right: 8px;
    padding-left: 8px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    float: right;
    margin-right: 8px;
    padding-left: 8px;
}
.top2 {
    text-align: right;
    min-height: 22px;
    padding-right: 8px;
    padding-left: 8px;
    margin-left: 12px;
    padding-top: 4px;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    float: right;
}
.row-fluid .topNavRow {
    border-bottom: 0 solid #ddd;
    font-family: cuprumffuregular, "Open Sans", sans-serif;
}
.row-fluid .mainMenu {
    height: 44px;
    background: #ccc;
    padding-bottom: 10px;
}
.paddingRowTop {
    border-bottom: 0 solid #ddd;
    margin: 0 auto;
    padding: 0px 0;
}
.paddingRow {
    border-bottom: 0 solid #ddd;
    margin: 0 auto;
    padding: 10px 0;
}
.mainContentPadding { padding-top: 10px }
.paddingLR {
    border-bottom: 0 solid #ddd;
    margin: 0 auto;
    padding: 0;
}
.noBorder { border-bottom: 0 solid #ddd }
.topNav { padding-top: 8px }
.topRight {
    padding-top: 8px;
    text-align: right;
}
.topRight .search { margin-top: -4px }
.search {
    padding-bottom: 3px;
    padding-top: -8px;
    color: #111;
}
.topNav h1,
.topRight2 h2,
.topRight2 .topRight2 h3,
.topRight2 h4,
.topRight2 h5,
.topRight2 h6,
.topRight2 a {
    color: #FFF;
    text-shadow: #000 0 2px;
}
.topNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.topNav ul li {
    display: inline-block;
    padding-right: 10px;
}
.jzFloatRight {
    float: right !important;
    text-align: right;
}
.jzCenter {
    margin: 0 auto;
    text-align: center;
}
.rowBase {
    background-color: #fff;
    width: 93%;
    margin: 0 auto;
    padding: 10px 0;
}
.base1 { margin-bottom: 16px }
.nav {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#mainnav {
    clear: both;
    overflow: none;
}
.breadcrumbs {
    border-bottom: 0 solid #fff;
    width: 100%;
    color: #fff;
    font-size: 90%;
    list-style: none;
    font-weight: 400;
    ist-style: none;
    margin: 0;
    padding: 2px 0;
}
breadcrumb > li { display: inline-block }
.breadcrumbsinner {
    width: 90%;
    border-bottom: 0 solid #ddd;
    padding-bottom: 4px;
    margin: 0 auto;
}
.rowFooter ul {
    list-style-type: square;
    margin-left: 15px;
}
#topSection { position: relative }
#topSection .custom {
    margin: 0 0 0px;
    padding: 3px 0px;
}
.showcase {
    margin: 0 auto;
    text-align: center;
}
.bottomSection {
    font-size: 90%;
    line-height: 17px;
    background-color:#444;color: #888;
}
.notice {
    color: #FFF;
    font-weight: 400;
    border-bottom: 1px solid #FFF;
    margin-bottom: 0px;
    position: relative;
    border-top: 1px solid #fff;
}
.notice2 {
    color: #FFF;
    font-weight: 400;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    margin-bottom: 0px;
    position: relative;
}
.notice a { color: #222 }
.notice a { color: #fco }
.userWrapper {
    width: 100%;
    overflow: auto;
    padding-bottom: 10px;
    padding-top: 15px;
}
.images { padding: 28px 0 }
.images img { opacity: 0.2 }
.images img:hover { opacity: 1.0 }
.readmore {
    display: inline-block;
    margin-bottom: 0;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
    border: 1px solid #bbb;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2;
    padding: 4px 12px;
}
.readmore a { color: #fff }
.readmore a:hover { color: #444 }
.items-row,
.items-leading { padding-bottom: 20px }
.module_padding { padding-right: 15px }
#bottomMenu {
    margin: 0 auto;
    min-height: 20px;
}


#bottomMenuR {
    margin: 0 auto;
    min-height: 20px;float:right
}

.headerCenter {
    margin: 0 auto;
    padding-top: 5px;
    text-align: center;
}
.topMenuContainer { border-top: 1px solid #E6E6E6 }
.topMenuContainer {
    font-size: .9em;
    margin: 0;
    padding: 0;
}
.topNavContainer form { margin: 0 }
.topMenuContainer {
    margin: 0;
    padding: 0;
    background: #333333 url(../images/topBG.jpg) 0 0 repeat-x;
}
.top2 ul li {
    display: inline;
    float: left;
    padding: 0px 10px 0px 10px;
    margin-bottom: 6px;
    border-left: 1px solid #fff;
}
.top2 ul li:first-child { border-left: 0px solid #333 }
.top2 a { color: #111 }
.top2 a:hover {
    color: #111 !important;
    text-decoration: underline !important;
}
.navbar-fixed-top {
    top: 20px;
    z-index: 1030;
}
.headerBG {
    top: 0;
    left: 0;
    background: #555;
    width: 100%;
    height: 100px;
    z-index: 200;
}
.topRight ul { float: right }
.topRight ul li {
    display: inline;
    float: left;
    padding: 0px 10px 0px 10px;
}
.logo {
    position: relative;
    z-index: 300;
    margin: 0 auto;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 6px;
}
.logo2 {
    position: relative;
    z-index: 300;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.mainNavContainer {
    margin: 0 auto;
    text-align: center;
}
.topRow { padding: 10px 0px }
.topImg {
    background-image: url(../images/sliderImg.png);
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.rowHeader2 {
    background-image: url(../images/headerImg.png);
    padding-top: 8px;
}
#topSection {
    position: relative;
    background-color: transparent;
    z-index: 300;
}
#topSection h3 {
    padding-bottom: 6px;
    margin: 6px 0;
}
#topSection .moduletable {
    padding-left: 13px;
    padding: 5px 13px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.mainMenuContainer {
    background-color: #444;
    color: #fff;
    font-size: 90%;
    margin: 0;
    padding: 0;
}
#mainMenu ul li {
    top: 0;
    margin: 0;
}
#mainMenu ul li:last-child {
    top: 0;
    margin: 0;
    border-right: 0px solid #fff;
}
#mainMenu a { text-decoration: none }
#mainMenu li li a { color: #fff }
#mainMenu a:hover { background-color: transparent }
.sidePaddingTop { padding-top: 18px }
.bottomMenuContainer {
    background-color: #444;
    color: #fff;
    font-size: 90%;
    margin: 0;
    padding: 0;
}
#bottomMenu ul li {
    top: 0;
    margin: 0;
    float: left;
    padding-right: 14px;
}
#bottomMenu a {
    text-decoration: none;
    color: #fff;
}
#bottomMenu a:hover {
    background-color: transparent;
    color: #FC0;
}

#bottomMenuR ul li {
    top: 0;
    margin: 0;
    float: left;
    padding-right: 14px;
}
#bottomMenuR a {
    text-decoration: none;
    color: #fff;
}
#bottomMenuR a:hover {
    background-color: transparent;
    color: #FC0;
}


.rowHeader2 ul li {
    top: 0;
    margin: 0;
    float: left;
    padding-right: 14px;
    
    
    position: relative;
display: inline-block;
}



.copyrightLeft p {
    font-size: 90%;
    text-align: left;
}
.rowFooter h3 {
    padding-bottom: 9px;
    border-bottom: 1px solid #999;
}
.rowFooter2 { }
.rowFooter3 { background-color: #444 }
footer { padding-top: 10px }
#credit {
    float: right;
    font-size: 90%;
    overflow: none;
    clear: both;
    padding: 6px 0;
}
.rowFooter { background-color: #E0E0E0 }
.rowFooter ul li a:hover { color: #333 !important }
footer a,
.moduletable .nav { padding: 0 }
#breadcrumbs a,
.notice h1,
.notice h2,
.notice h3,
.notice h4,
.notice h5,
.notice h6,
.bottomMenuContainer a { color: #fff }
.userContentcss,
dl { float: left }
#bottomMenu ul,
.sidejz ul > li a { list-style: none }
#share {
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0 auto;
}
.sharebutton,
.sharebuttonTwitter {
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    float: left;
}
/*
*     SOCIAL MEDIA LINKS
*/
.social {
    list-style: none;
    text-align: center;
    clear: both;
    padding-bottom: 6px;
    padding-top: 14px;
    padding-left: 0;
    margin: 0 auto;
    float: right;
}
.social2 {
    list-style: none;
    text-align: center;
    clear: both;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 0;
    margin: 0 auto;
    height: 25px;
}
.social li {
    display: inline;
    float: left;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    margin-right: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 15px;
}
.social2 li {
    display: inline;
    float: left;
    background-repeat: no-repeat;
    width: 24px;
    margin-right: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.social li a,
.social2 li a {
    display: block;
    height: 24px;
    padding-right: 8px;
    position: relative;
    text-decoration: none;
    border-bottom: 0px solid #ccc;
}
.social li a strong,
.social2 li a strong {
    font-weight: 400;
    position: relative;
    top: -1px;
    color: #fff;
    z-index: 9999;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
    background-color: rgba(0, 0, 0, 0.7);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    padding: 3px;
}
.social li.home {
    background-image: url(../images/sm/home.png) !important;
    background-position: 50% 50%;
}
.social li.facebook {
    background-image: url(../images/sm/facebook.png) !important;
    background-position: 50% 50%;
}
.social li.twitter {
    background-image: url(../images/sm/twitter.png) !important;
    background-position: 50% 50%;
}
.social li.pintrest {
    background-image: url(../images/sm/pinterest.png) !important;
    background-position: 50% 50%;
}
.social li.youtube {
    background-image: url(../images/sm/youtube.png) !important;
    background-position: 50% 50%;
}
.social li.rss {
    background-image: url(../images/sm/rss.png) !important;
    background-position: 50% 50%;
}
.social li.googleplus {
    background-image: url(../images/sm/googleplus.png) !important;
    background-position: 50% 50%;
}
.social li.linkedin {
    background-image: url(../images/sm/linkedin.png) !important;
    background-position: 50% 50%;
}
.social li.skype {
    background-image: url(../images/sm/skype.png) !important;
    background-position: 50% 50%;
}
.social li.contact {
    background-image: url(../images/sm/contact.png) !important;
    background-position: 50% 50%;
}
.social2 li.home { background-image: url(../images/sm2/home.png) !important }
.social2 li.facebook { background-image: url(../images/sm2/facebook.png) !important }
.social2 li.twitter { background-image: url(../images/sm2/twitter.png) !important }
.social2 li.pintrest { background-image: url(../images/sm2/pinterest.png) !important }
.social2 li.youtube { background-image: url(../images/sm2/youtube.png) !important }
.social2 li.rss { background-image: url(../images/sm2/rss.png) !important }
.social2 li.googleplus { background-image: url(../images/sm2/googleplus.png) !important }
.social2 li.linkedin { background-image: url(../images/sm2/linkedin.png) !important }
.social2 li.skype { background-image: url(../images/sm2/skype.png) !important }
.social2 li.contact { background-image: url(../images/sm2/contact.png) !important }
.css3:hover li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.css3 li {
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.css3 li a strong {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition-property: opacity, top;
    -o-transition-property: opacity, top;
    -webkit-transition-property: opacity, top;
    transition-property: opacity, top;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.css3 li:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.css3 li:hover a strong {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    top: -19px;
}
.css32:hover li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.css32 li {
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.css32 li a strong {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition-property: opacity, top;
    -o-transition-property: opacity, top;
    -webkit-transition-property: opacity, top;
    transition-property: opacity, top;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.css32 li:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.css32 li:hover a strong { top: -19px }
/*
*     TYPO
*/
.jzRight {
    float: right !important;
    margin-left: 10px !important;
}
.jzLeft {
    float: left;
    margin-right: 10px !important;
}
.jzLeft,
.jzRight,
.center {
    border: solid 1px #999 !important;
    margin-bottom: 10px !important;
    padding: 4px !important;
}
.frame {
    background: #E3E4E6;
    text-align: center;
    font-weight: 400;
    padding: 5px 15px;
}
/*
*     Common jz Additions
*/
#scroll-top {
    position: fixed;
    width: 38px;
    height: 38px;
    z-index: 9999;
    bottom: 0;
    right: 0;
    margin: 0.9em;
    padding: 0.15em 0.5em;
}
/* 
* Up Arrow for the scroll top link 
*/
#scroll-top:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.35em;
    width: 0;
    height: 0;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid #fefefe;
}
/* menu */
.navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
    margin-left: 0;
    margin-right: 0;
}
.brand { margin-right: 24px }
.section-about { margin-top: 60px }
ul.slimmenu { text-align: left }
ul.slimmenu li { text-align: left }
.table td { vertical-align: middle }
.github-button {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 10px 10px 0;
}
.menu-collapser {
    position: relative;
    background-color: transparent;
    color: #FFF;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    width: 100%;
    line-height: 48px;
    padding: 0 8px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}
.collapse-button {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 40px;
    background-color: #0E0E0E;
    background-image: -moz-linear-gradient(to bottom, #151515, #040404);
    background-image: -o-linear-gradient(to bottom, #151515, #040404);
    background-image: -webkit-linear-gradient(to bottom, #151515, #040404);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #151515), color-stop(1, #040404));
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#151515, EndColorStr=#040404)";
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    color: #FFF;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 7px 10px;
    cursor: pointer;
    text-align: center;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.collapse-button:hover,
.collapse-button:focus {
    background-image: none;
    background-color: #040404;
    color: #FFF;
}
.collapse-button .icon-bar {
    background-color: #F5F5F5;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
}
#mainMenu {
    margin-top: 40px;
    height: 32px;
}
.slimmenu ul {
    list-style-type: none;
    margin: 0 auto;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 9999;
}
.slimmenu ul li {
    position: relative;
    display: inline-block;
}
.slimmenu ul > li { font-size: 1.2em }
.slimmenu ul > li:first-child { border-left: 0 }
.slimmenu ul > li:last-child { margin-right: 0 }
.slimmenu ul li a {
    display: block;
    color: #222;
    padding: 2px 20px 2px 6px;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}
.slimmenu .separator {
    display: block;
    color: #222;
    padding: 12px 34px 12px 16px;
    font-family: cuprumffuregular, "Open Sans", sans-serif;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}
.slimmenu ul li a:hover { text-decoration: none }
.slimmenu ul li .sub-collapser {
    position: absolute;
    background-color: transparent;
    right: 0;
    top: 0;
    width: 28px;
    height: 100%;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    float: right;
}
.slimmenu ul li .sub-collapser:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.slimmenu ul li .sub-collapser > i {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    font-size: .8em;
}
.slimmenu ul li ul {
    margin: 0;
    list-style-type: none;
    background-color: #ccc;
}
.slimmenu ul li ul li {
    background-color: #5C5C5C;
    display: block;
}
.slimmenu ul li ul li:hover {
    /* Firefox */
    -moz-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.slimmenu ul li ul li a:hover { color: #fff }
.slimmenu ul li ul li a { color: #fff }
.slimmenu ul li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
}
.slimmenu ul li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
}
.slimmenu ul.collapsed li {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #333;
    font-size: 1em;
}
.slimmenu ul.collapsed li li { background-color: #333 }
.slimmenu ul.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slimmenu ul.collapsed li .sub-collapser { height: 46px }
.slimmenu ul.collapsed li > ul {
    display: none;
    position: static;
}
.item-page { padding-top: 10px }
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
}
@font-face {
    font-family: "IcoMoon";
    src: url(../../../media/jui/fonts/IcoMoon.eot);
    src: url(../../../media/jui/fonts/IcoMoon.eot?#iefix) format("embedded-opentype"), url(../../../media/jui/fonts/IcoMoon.woff) format("woff"), url(../../../media/jui/fonts/IcoMoon.ttf) format("truetype"), url(../../../media/jui/fonts/IcoMoon.svg#IcoMoon) format("svg");
    font-weight: normal;
    font-style: normal;
}
[data-icon]:before {
    font-family: "IcoMoon";
    content: attr(data-icon);
    speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    height: 18px;
    line-height: 14px;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "IcoMoon";
    font-style: normal;
    speak: none;
}
.icon-search:before { content: "S" }
input.search-query {
    margin-top: 0px;
    border-radius: 5px;
}
.blog {
    max-width: 1089px;
    margin: 0 auto;
}
.search .btn-primary { margin-top: 2px }
input#jform_contact_emailmsg,
textarea#jform_contact_message { width: 250px }
.breadcrumbs input.inputbox {
    display: inline-block;
    background-color: transparent;
    height: 16px !important;
    margin-top: 4px;
    font-size: 90%;
    line-height: 12px !important;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    padding: 6px 0 4px 4px !important;
}
.breadcrumb>li>.divider { color: #333 }
.breadcrumb {
    padding: 8px 8px;
    margin: 0 0 0px;
    list-style: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.breadcrumb>li { display: inline-block }
.breadcrumb>li>.divider { width: auto }
.breadcrumbs input[type=checkbox],
input[type=radio] { margin: 0 }
.breadcrumbs .btn { margin-top: 4px }
dd { margin-left: 0 }
.control-group { width: 400px }
.jform_contact_emailmsg { width: 100px }
ul.actions {
    float: right;
    margin: 0;
    padding: 0 10px 0 0;
}
.actions li {
    display: inline;
    width: 18px !important;
    height: 18px !important;
    overflow: none;
    padding: 0 0 6px;
}
.actions li a,
.article-info,
.muted {
    margin: 0;
    padding: 0;
}
.page-header h2 { margin: 0px 0 }
.sign {
    font-family: jenna_sueregular;
    font-size: 240%;
    line-height: 38px;
}
/*
*     Bootstrap Overrides
*/
.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}
.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus { color: #fff }
.page-header {
    padding-bottom: 0px;
    margin: 18px 0 10px;
    border-bottom: 1px solid #eee;
}
.breadcrumb>li {
    text-shadow: 0px 0px 0 #fff  !important;
    -moz-text-shadow: 0px 0px 0px #00f;
}
.breadcrumb {
    padding: 8px 0px;
    background-color: transparent;
}
.breadcrumb li {
    padding-right: 8px;
    text-shadow: 0 0px 0 #fff;
}
.breadcrumb>li>.divider {
    padding: 0 0px;
    font-size: 100%;
}
.breadcrumb [class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: none;
}
.topContainer form { margin: 0 0 0 }
.row-fluid [class*="span"] { min-height: 12px }
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
    color: #fff;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    text-decoration: none;
    background-color: ;
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.125);
}
.navbar .nav > li { padding-right: 4px }
.topContainer input.inputbox {
    display: inline-block;
    background-color: transparent;
    height: 16px !important;
    margin-top: 4px;
    font-size: 90%;
    line-height: 12px !important;
    color: #333;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    padding: 6px 0 4px 4px !important;
}
label {
    display: inline-block;
    margin-left: 5px;
}
/*
*     RESPONSIVENESS
*/
/* Landscape phones and down */
@media (max-width: 480px) { 
    .slide-desc { display: none }
    #scroll-top {
        float: right;
        position: static;
        margin: 0;
    }
    ul.social,
    ul.social2 {
        height: 14px;
        padding-bottom: 18px;
    }
    .css3 {
        padding-top: 8px;
        padding-bottom: 8px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    ul.breadcrumb {
        margin: 0 auto;
        text-align: center;
    }
    .topRight,
    .fixed-side-social-container {
        margin: 0 auto;
        text-align: center;
    }
    .fixed-side-social-container {
        margin: 0 auto;
        text-align: center;
        clear: both;
    }
}
/* Landscape phone to portrait tablet */
@media (max-width: 817px) { 

.rowHeader2{
display:none
}


.slimmenu ul.collapsed li a {
 
    padding: 6px 20px 6px 6px;
}
    
ul.social {margin:20px 0px}

ul.social li {margin:0px 6px}

.slimmenu li{padding:6px 0px 11px 0}

.column-1{padding-top:28px}

.jointheclub{
margin-top:8px;margin-bottom:8px;
}



.search1{display:none}

.logo {
position: relative;
z-index: 300;
margin: 0 auto;
text-align: left;
padding-top: 5px;
padding-bottom: 5px;
margin-top: px;
text-align:center
}

.rowHeader2 {
padding-top: 2px;
}

.rowHeader2 ul li {
 padding: 2px 5px;
 color: #333;
 }

.rowHeader2 ul.menu li  { margin-bottom:4px}

    .slimmenu{ margin-bottom:15px; }



    .slimmenu ul ul ul li { background-color: #444 !important }
    .top2 { border-radius: 5px }
    .slimmenu ul li a { color: #fff }
    .slimmenu ul.collapsed li .sub-collapser { height: 30px }
    .slimmenu ul > li {
        text-transform: uppercase;
        padding-bottom: 0px;
    }
    .slimmenu ul ul > li { padding-bottom: 0px }
    .slimmenu ul > li a {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .slimmenu ul li { border-bottom: 1px solid #fff }
    .menu-collapser { height: 42px }
    .paddingRowTop {
        margin: 0 auto;
        text-align: center;height:2px;
    }
    
    
    .rowHeader2 .container{padding:5px 5px}
    
     
    ..breadcrumb {
        margin: 0 auto;
        text-align: center;
    }
    .topRight {
        margin: 0 auto;
        text-align: center;
    }
    .topNavContainer form {
        margin: 0;
        text-align: center;
    }
    #scroll-top { position: relative }
    .fixed-side-social-container { display: none }
    .topMenuContainer { }
    .slimmenu ul { margin: 0px 0px 0px 0px }
    .container { padding: 0 20px 0 20px }
    body {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .slimmenu ul li .sub-collapser { width: 28px }
    .topNavContainer form { padding-bottom: 10px }
    .headerCenter { height: 40px }
    .css3 {
        margin-bottom: 31px;
        margin-top: 11px;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) { 


.rowHeader2 ul li {
background: #C62737;padding:5px 10px;border-radius:5px;color: #fff;text-transform:uppercase
}



.rowHeader2 ul  { float:right}


.rowHeader2 ul li { margin-top:2px;}



.rowHeader2 ul.menu li  { margin-left:8px}

.rowHeader2 ul.menu li a{ color: #fff}

.rowHeader2 ul.menu li a:hover{text-decoration:underline}

.logo {
position: relative;
z-index: 300;
margin: 0 auto;
text-align: left;
padding:30px 0;
text-align:center
}




.sidePaddingTop{padding-left:40px}

    .slimmenu { min-width: 400px }
    .slimmenu ul li ul li {
        font-size: .9em;
        text-align: left;
    }
    .menuRight { float: right }
    .menuLeft { float: left }
    .slimmenu { margin-top: 22px;margin-bottom: 6px }
    .slimmenu ul li .sub-collapser {
        top: 2px;
        text-align: right;
        padding-right: 3px;
    }
    .slimmenu ul ul li .sub-collapser { top: 0px }
    .slimmenu ul li a { }
    .slimmenu ul li {
        position: relative;
        display: inline-block;
        background-color: transparent;
    }
    .slimmenu ul li ul { width: 120px }
    .slimmenu ul li ul li { width: 120px }
    .slimmenu ul li ul li a { padding: 4px 14px 4px 16px }
    #mainMenu ul li { padding-right: 7px }
    #mainMenu ul li ul li { padding-right: 0 }
    .slimmenu ul li ul li {
        border-left: 0 solid #999;
        display: block;
    }
}
/* Large desktop */
@media (min-width: 1200px) { 
    
}
/*
*     Extensions
*/
.slider h1 {
    font-size: 8.8em;
    color: #454548;
}
.slider h2 {
    font-size: 4.4em;
    color: #454548;
}
.slider h3 {
    font-size: 2.4em;
    color: #454548;
}
div#klixoSlider_155 div.textContent { color: #454548 }
div.article_slider div.navBar div.center_nav { height: 30px }
div.article_slider div.navBar ul.dots li { margin: 16px 2px 0 }
div.article_slider div.navBar ul.dots li.button_img_selected { background: url('../images/small_dots.png') right 0 no-repeat !important }
div.article_slider div.navBar ul.dots li.button_img:hover { background: url('../images/small_dots2.png') right 0 no-repeat }
div.article_slider div.navBar ul.dots li.button_img { background: url('../images/small_dots2.png') right 0 no-repeat }
div.article_slider div.navBar ul li {
    height: 27px;
    width: 24px;
}


div.article_slider h1,div.article_slider h4,div.article_slider h5,div.article_slider h3 {
line-height: 140%;
}




/*
*     jz 
*/

#system-message{
clear:both;
overflow:none;
margin-bottom:20px;
}

.login h1{
clear:both;
overflow:none;
margin-bottom:20px;
}


.login form{
clear:both;
overflow:none;
margin-bottom:10px;
}





ol {
list-style-type: none;
}


 .templatesShowcase div{
 clear:both;overflow:none
 }
 
 
 
#username-lbl,#password-lbl{
width:80px;
}



.akeebasubs-awesome-image{
padding-top:12px;
}

.akeebasubs-awesome-description{
padding:22px
}

#akeebasubs-steps-header {
text-shadow: #ccc 0px 0px 0px;

}











div.akeebasubs-awesome-column:hover div.akeebasubs-awesome-header {
background-color: #CE0000;
background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #779), color-stop(0.8, #CE0000) ) !important;
background-image: -moz-linear-gradient( center top, #7D7D7D 10%, #CE0000 80% ) !important;

}



div.akeebasubs-awesome-column:hover .akeebasubs-awesome-level {
background: #333;
}



#akeebasubs-steps-header{
padding-bottom:15px;
}





.column-first .akeebasubs-awesome-header {
-webkit-border-top-left-radius: 0px;
-moz-border-radius-topleft: 0px;
border-top-left-radius: 0px 0px;
}


.column-last .akeebasubs-awesome-header {
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topright: 0px;
border-top-right-radius: 0px 0px;
}








div.akeebasubs-awesome-column:hover {
-moz-box-shadow: 0px 0px 5px black;
-webkit-box-shadow: 0px 0px 20px black;
box-shadow: 0px 0px 10px black;
}





tfoot ul{list-style-type:none}


tfoot li{float:left;margin-right: 16px;}


#system-message-container{width:100%;clear:both;overflow:none}


.blog {width:100%;clear:both;overflow:none}

.registration {width:100%;clear:both;overflow:none}



.box{margin-top:4px;background: #C62737;padding:5px 10px;border-radius:5px;color: #fff !important;text-transform:uppercase}

.box:hover{text-decoration:underline}









.demo {
background: none repeat scroll 0 0 #C72031;
border: 1px solid #DD4A38;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 2px 5px rgba(1,1,1,0.3);
margin: 10px 0 10px;
cursor: pointer;
padding: 7px 10px;
max-width: 120px;
}

.demo a{
 color: #fff
}

.demo a:hover{
text-decoration:underline
}




.row-fluid span6 {
min-height: 0px;
}





.rowHeader2 input, textarea, .uneditable-input {
width: 106px;
}




.rowHeader2 form {
margin: 2px 0 0px;
}


.rowHeader2 .search {
padding-bottom: 0px;
padding-top: -8px;
color: #111;
}



.rowHeader2 input[type="text"]{
display: inline-block;
height: 16px;
padding: 4px 2px;
margin-bottom: 4px;
font-size: 14px;
line-height: 20px;
color: #555;
vertical-align: middle;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color:rgba(0, 0, 0, 0.05);
border: 1px solid #999;font-size:90%
}



.rowHeader2 input[type="image"] {
max-width: 25px;max-height: 25px;
}



.j2store_add_to_cart{
width:155px;
}

.jointheclub{
width:160px;
color: #fff;

display: inline-block;
padding: 3px 5px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #fff;
text-align: center;
text-shadow: 0 0px 0px rgba(255,255,255,.75);
vertical-align: middle;
cursor: pointer;
 
 
background-repeat: repeat-x;
border: 1px solid #bbb;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
background-color: #04c;



background-image: -webkit-linear-gradient(top, #08c, #04c);
background-image: -o-linear-gradient(top, #08c, #04c);
background-image: linear-gradient(to bottom, #08c, #04c);
background-repeat: repeat-x;
border-color: #04c #0044cc #002a80;
}




.jointheclub:hover,.jointheclub:focus {
color: #fff;
text-decoration: none;
background-position: 0 -15px;
-webkit-transition: background-position .1s linear;
-moz-transition: background-position .1s linear;
-o-transition: background-position .1s linear;
transition: background-position .1s linear;
}




.jointheclub a {
color: #fff;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;font-weight: 400;
}


.jointheclub a:hover {
color: #fff;text-decoration:none

}







 a.edocman-download-link{
  position: relative;
width:100px;margin:0 auto  ;  
}


 a.edocman-download-link img{
margin:0 auto  ;   display: block;
    margin: 0 auto;
;  
}





h1,h2,h3,h1.title,h1.title a,h2.title2,h2.title2 a{
color:#454548
}


h4.testimonials{
font-size:1.1em;padding-top:12px;
font-family: Conv_RaspoutineClassic_TB;
text-align:center;margin:0 auto;


}








#system-message-container {
display:block;
    width: 100%;
    clear: both;
}


#system-message{

display:block;
    width: 100%;
    clear: both;
}








hr {
margin: 20px 0;
border: 0;
border-top: 1px solid #C62737;
border-bottom: 1px solid #fff;
}




div.article_slider a.next {
right: 14px;
}


div.article_slider a.previous {
left: 14px;
}




#akeebasubs img.level-image {
display: block;
max-width: 164px;
max-height: 164px;
float: right;
margin: 0.3em 1.3em 0.3em 0.5em;
 border: 0px solid #333;
 -webkit-box-shadow: 0px 0px 0px #333;
 -moz-box-shadow: 0px 0px 0px #333;
box-shadow: 0px 0px 0px #333;
}




.items-row cols-1 row-1{
display:block;
    width: 100%;
    clear: both;
}


.readmore a:hover {
color: #fff;text-decoration:underline
}


.j2store label {
float:left
}


.j2store input[type="radio"], .j2store input[type="checkbox"] {
float:left;padding-right:10px;margin-right:10px;
}




.item-page ul{
padding: 0;
margin: 0 0 20px 25px;
}


#j2store-product-90{
margin-bottom:34px;
}


.actions li {
 
    height: auto !important;
 }
 
 li.edit-icon{
 display:none
 }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.rowHeader2 input[type="text"]{

 
    
    border: none;
    border-radius:         26px;
    -moz-border-radius:    26px;
    -o-border-radius:      26px;
    -webkit-border-radius: 26px;
    
    box-shadow:         inset 0 0 5px rgba(0, 0, 0, 0.1), 
                        0 1px 0 rgba(255, 255, 255, 0.5), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.3), 
                        0 0 40px rgba(255, 255, 255, 0.3);
    -moz-box-shadow:    inset 0 0 5px rgba(0, 0, 0, 0.1), 
                        0 1px 0 rgba(255, 255, 255, 0.5), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.3), 
                        0 0 40px rgba(255, 255, 255, 0.3);
    -o-box-shadow:      inset 0 0 5px rgba(0, 0, 0, 0.1), 
                        0 1px 0 rgba(255, 255, 255, 0.5), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.3), 
                        0 0 40px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1), 
                        0 1px 0 rgba(255, 255, 255, 0.5), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.3), 
                        0 0 40px rgba(255, 255, 255, 0.3);
    
    color: #555;
    height: 26px;
    margin: 0px 7px 0 20px;
    outline: none;
    padding: 0 20px 0 25px;
    
    transition:         all .1s linear;
    -moz-transition:    all .1s linear;
    -o-transition:      all .1s linear; 
    -webkit-transition: all .1s linear;    
    background: rgba(1, 1, 1, 0.1) url(../images/icon-search.png) no-repeat top left;

    
    width: 125px;
}

 .rowHeader2 input:focus {
    background: transparent;
 
    box-shadow:         inset 0 0 5px rgba(0, 0, 0, 0.2), 
                        0 1px 0 rgba(255, 255, 255, 0.7), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.4), 
                        0 0 40px rgba(255, 255, 255, 0.5);
    -moz-box-shadow:    inset 0 0 5px rgba(0, 0, 0, 0.2), 
                        0 1px 0 rgba(255, 255, 255, 0.7), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.4), 
                        0 0 40px rgba(255, 255, 255, 0.5);
    -o-box-shadow:      inset 0 0 5px rgba(0, 0, 0, 0.2), 
                        0 1px 0 rgba(255, 255, 255, 0.7), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.4), 
                        0 0 40px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 
                        0 1px 0 rgba(255, 255, 255, 0.7), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.4), 
                        0 0 40px rgba(255, 255, 255, 0.5);
                        
                            background: rgba(31, 31, 31, 0.05) url(../images/icon-search.png) no-repeat top left;

}




.rowHeader2 h3{display:none;}

.rowHeader2 {font-size:80%}

.rowHeader2 ul li {
    background: #C62737;
    padding: 3px 8px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
}

 

.rowHeader2 ul.menu li a:hover {
text-decoration:none}

.gtran{
   padding-top: 8px;
}

.demo a:hover  {
text-decoration:none
}

.demo {
display: inline-block;
margin-bottom: 10px;
line-height: 20px;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #333;
text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
border: 1px solid #bbb;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2;
padding: 4px 12px;

}






input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
     height: 18px;
    padding: 2px 6px;
    margin-bottom: 10px;
    font-size:13px;

}










.logout .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.logout .form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left:  0px;
    *margin-left: 0;
}

.jzbtnjoin{
width:130px;padding: 4px 2px;
}

.demo {
text-transform:uppercase;max-width: 180px;padding: 4px 12px;
 cursor: none;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

}

.j2store-add-to-cart {
    margin-left: 0px;
    display: inline;
}


.readmore a {
text-decoration:none;
text-transform:uppercase;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

}
.readmore a:hover {
text-decoration:none;
 }
 
 
 .demo:hover, .readmore:hover {
 background-image: -moz-linear-gradient(top,#A91B28,#A91B28);
 background-image: -webkit-gradient(linear,0 0,0 100%,from(#A91B28),to(#A91B28));
 background-image: -webkit-linear-gradient(top,#A91B28,#A91B28);
 background-image: -o-linear-gradient(top,#A91B28,#A91B28);
 background-image: linear-gradient(to bottom,#A91B28,#A91B28);
 background-repeat: repeat-x;
 border-color: #51a351 #51a351 #387038;
 border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}


.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: none;
    color: #4B4B4B;
    background-color: #E2E2E2;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

 .alert h4 {
     color: #4B4B4B;padding-bottom:10px
}




/************************************
*     j2store
*/***********************************

.j2store.checkout label{
width: 150px !important;
}

#billing-address label
{
width:160px;
}
 
#billing-address .jzbillingwidth{width:260px;}


.j2store_field_required {
display:none !important;
}

.j2store.checkout select[multiple], select[size] {
width: 150px !important;
}


label.payment-plugin-image-label {
margin-right:17px !important;
}

#payment_form_div .table td {
     border-top: 0px solid #ddd !important;
}

 #payment_form_div .table{width:500px;}

select.required{
width: 75px !important;
float:left !important;
margin-right:14px;
}

.btn {
 
    color: #fff !important;
    text-shadow: 0 0px 0px rgba(255,255,255,0.75);
    background-image: none;
   
}
 

.text-success {
color:#0099CC;
}

.text-success a{
color: #FFCC00;
}







.rowHeader2 .btn {
    display: inline-block;
    *display: inline;
    padding: 3px 10px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 12px;
    line-height: 15px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: none; 
    border: 1px solid #ccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter:non3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
 
    margin-bottom: 4px;
    font-size: 12px;
}
.search .btn-primary {
    background-color: #C62737 !important;
text-transform:uppercase;
    margin-top: 0px;    text-shadow: none;

}



input[type="search"] {
    margin-top: 1px;
     
}




input[type="search"]:hover,input[type="search"]:visited,input[type="search"]:active {
    background-color: #efefef !important;
    background-image:none;
}





#searchForm .btn {
    background-color: #C62737 !important;

}

form[_xclick]{max-width: 120px !important;}

 .control-group {
max-width: 200px;
}

 
.moduletablesubscriptionlevels .control-group {
max-width: 120px !important;
}



.jzTable{padding-right:20px;}

@media (max-width: 767px) { 


.jzTable  {
    display: table-cell;
    width: 100% !important;
    overflow:none !important;
    display:block !important
    
}


}


.customer-note  {
    padding: 22px  0px;
}

#onCheckoutPayment_wrapper h3{
    padding: 22px  0px;
}

.customer-note textarea{
    width: 206px;
}


#billing-existing select[size] {
    height: 100px  !important; 
    clear:both;
     display: block; 
    overflow:none;
    width:100%;
}


 #checkbox_tos{
 margin-top:38px; j2store-cart
 display:block;
 
 }
 
 
.checkout-content select.required {
     width: 115px !important;
     float: left !important;
     margin-right: 14px;
}


#payment_form_div{ margin:18px ;}


#payment_form_div .table td {
    padding: 2px 8px;
}



.j2store-cart .cart-product-name{
    font-weight:bold;
    font-size:18px;
 
 }
  
  
 . cart-product-namejz{
     padding: 12px 0px;

  
 }
 


.checkout-content .btn-primary{
margin-top:18px   ;margin-bottom:18px   ;
}
 
 
.j2store h3{padding-bottom:30px;}


h1.edocman-page-heading{display:none;}

.rowFooter{
font-size:13px;
}


.login .control-group {
    max-width: 300px;
}


#edocman-document-page .btn,.logout .btn,.profile .btn,.profile-edit .btn {
background-color: #C62737;
}
#edocman-document-page .btn:hover,.logout .btn:hover ,.profile .btn:hover,.profile-edit .btn:hover {
background-color: #A2202D;
}

#member-profile .control-group {
max-width: 300px;
}


 

.profile-edit .form-horizontal .controls:first-child {
 padding-left: 0px; margin-left:  0px;
}
.profile-edit .control-group {
    width: 600px;
}

.profile-edit .btn {
  
    color: #333;
 
    text-shadow: none;
    font-weight:normal;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    vertical-align: middle;
     background-color: #C62737;
    *background-color: #e6e6e6;
    background-image: none;
 
}



 [class^="edocman-icon-"], [class*="edocman-icon-"] {
 
     margin-top: 3px;
 margin-right: 3px;
 
}

.search .result-created{
margin-bottom: 13px;

}



.gtran{

padding-bottom:7px;
}

a.flag img {
     padding: 0 2px;
 
}


.emailtemplate-table th {
    padding: 5px 9px 6px;
    border: 1px solid #ccc;
    line-height: 1.35em;
}

.emailtemplate-table {
 	border-collapse: collapse;
 	max-width:800px;
 }
 .emailtemplate-table td {
 	font-family: "Arial";
   line-height: 1.35em;
   padding: 7px 9px 9px;
   border: 1px solid #ccc;
 }

 .emailtemplate-table th {
   padding: 5px 9px 6px;
   border: 1px solid #ccc;
   line-height: 1.35em;
 }


 .emailtemplate-table td.cart-line-quantity {
  text-align: center;
 }

  .emailtemplate-table-footer td {
    text-align: right;
  }

  .emailtemplate-table-footer th.totals-heading {
   text-align: right;
  }

.cart-continue-shopping-button input{
text-transform:uppercase;

}


input.btn[type="submit"] ,.j2store-cart-button btn btn-primary{
text-transform:uppercase;

}

div.mod_search153 input[type="search"] {
    width:70px !important;
}













 


.jzem{
    width: 160px;float:left; 
}


.registration .btn.btn-primary{
margin: 0 10px 10px 0; 
}



a.btn  {
    background-color: #CC3300 !important;
    text-shadow: 0 0px 0px rgba(255,255,255,0.75);
    background-image: none;float:left;text-aligh:left; display: inline-block; 
}



 

 