* {margin:0;padding:0;outline:none;}
html, body {
    height: 100%;
    min-height:100%;
    font-size:1em;
    -webkit-font-smoothing: antialiased;
    outline:none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
ul,li { list-style: none; margin:0px; padding:0px;}
/* ============================================= */
/* Standard Styles */
/* ============================================= */

.resp-text-left { text-align:left; }
.resp-text-right { text-align:right; }
.align_center { text-align: center; }
.justify  { text-align:justify; }
.float_left { float:left; }
.float_right { float:right; }
.pad_left { padding-left: 8px;}
.pad_right { padding-right: 8px;}
.padit {padding-left: 8px; padding-right: 8px;}
.clear { clear:both; display:block; overflow:hidden; visibility:hidden; height:0px;}
.clear-left, .clear_left { clear:left; } .clear-right, .clear_right { clear:right; }
.hide  { display:none;  }
.block {display:block !important;}
.inline {display:inline !important;}

.bold {font-weight:600;}
.italic {font-style:italic;}
.white { color:#fff;}

a { color:#000;text-decoration:none;outline:none;   }
a:hover, a:focus { color:#444;text-decoration:none;outline:none;}
a:active, a:visited { outline:none; }

/* ** ** Header Styles ** ** */
h1, h2, h3, h4, h5 {margin:0 0 0.5em; line-height:1.1em;font-weight: normal;}
h1 {    font-size:1.8em;}
h2 {    font-size:1.2em;}
h5 {    font-size:1.0em;}
h4 {    font-size:1.1em; color:#000; }
h3 {    font-size:1.1em; }
h6 {    font-size:1.0em;}

strong          {   font-weight:600;}
em, dfn         {   font-style:italic;}
dfn             {   font-weight:600;}
sup, sub        {   line-height:0;}
abbr, acronym   {   border-bottom:1px dashed #ccc;}
address         {   margin:0 0 1.5em;font-style:italic;}
del             {   color:#666;}
pre, code, tt   {   font:1em 'andale mono', 'lucida console', monospace;line-height:1.5; display:block;}
code            {   background-color:#eee; display:inline; padding:0px 2px 1px 2px; line-height:1.1em;}
pre             {   margin:1.5em 0;white-space:pre;}

.nopadding { padding:0px;}
.nomargin { margin:0px;}

/*img { width:95%; }*/
li { margin:0px; padding:0px;}

#mapHolder {
    height:400px;
}
/* Default Styles used on all sites Can be tweaked to colours but as used included in reset */
/* Growl & Success Messages */

/* Error Messages */
#errorMsg {
    width:90%;
    margin:10px auto;
    border:1px solid rgba(255,0,0,1);
    padding:10px;
    font-size:0.8em;
    background:rgba(255,0,0,0.4);
    color: #fff !important;
}
#successMsg {
    width:90%;
    margin:10px auto;
    border:1px solid rgba(0,255,0,1);
    padding:10px;
    font-size:0.8em;
    background:rgba(0,255,0,0.4);
    color: #fff !important;
}

/* System Error Message */
#systemError {
    position:fixed;
    top:30px;
    left:50%;
    margin-left:-300px;
    width: 600px;
    border:4px solid red;
    padding:10px;
    border-radius:10px;
    background:#fff;
    z-index:99999999;
}

/* ajax submit message */
#infoHold {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: rgba(0,0,0,0.5);
    display: none;
}
#infoMessage {
    max-width: 400px;
    height: auto;
    position: relative;
    z-index:1000;
    top: 50%;
    transform: translateY(-50%);
    padding:20px 35px;
    font-size:20px;
    color:#fff;
    background:rgba(0,0,0,0.8);
    margin:0px auto;
    border:3px solid rgba(255,255,255,1);
    border-radius:4px;
    text-align: center;
}
/* Growl Message */
#growlMsgHolder {
    position:fixed;
    top:50px;
    right:10px;
    z-index:999999999;
    height:0px;
}
.growlMsg {
    position: fixed;
    right: 30px;
    top: 30px;
    background:#000;
    border-radius:4px;
    border:2px solid white;
    padding:10px;
    color:#fff;
    z-index:999999;
    width: 100%;
    max-width: 450px;
}
.growlIcon {
  font-size:3em;
}
#passfeedback,#passCheckfeedback {
    color:#000;
}
/* stripy tables */
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,0.3);
}
.popover {
    color:#000 !important;
}
/* Back To Top Link */
#backTop, #quickCart {
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 20px;
    color:#fff;
    background: #5F060A;
    border: none;
    position: fixed;
    bottom: 50px;
    right: 20px;
    text-align: center;
    z-index: 9999999;
    cursor: pointer;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#backTop:hover, #quickCart:hover {
    background: #8D8D8D;
}
#quickCart {
    right: 20px;
    bottom: 110px;
    color: #000;
}
#quickCart .badge {
    position: absolute;
    top: 5px;
    right: 1px;
    font-size: 10px;
    background: #fff;
    z-index: 99;
}
#quickCart i {
    position: relative;
    z-index: 999;
    bottom: -2px;
    font-size: 18px;
    z-index: 9;
}
#quickCart a {
    color: #000;
}

.share-buttons {
    text-align: center;
}
.share-buttons li {
    margin:0px;
    display:inline-block;
}
.share-buttons a.social {
  display: inline-block;
  margin: 3px 1px;
  width:36px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 11px;
  border-radius:50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.share-buttons a.social-em {
  background: #3086C7;
}
.share-buttons a.social-fb {
  background: #3A5795;
}
.share-buttons a.social-gp {
  background: #D44032;
}
.share-buttons a.social-li {
  background: #006599;
}
.share-buttons a.social-tw {
  background: #19BFE5;
}
.share-buttons a.social-yt {
  background: #dc2925;
}
.share-buttons a.social-tr {
  background: #36465d;
}
.share-buttons a.social-pi {
  background: #bb1416;
}
.share-buttons a.social-fr {
  background: #e4e4e4;
}
.share-buttons a.social-dr {
  background: #f26798;
}
.share-buttons a.social-bh {
  background: #005cff;
}
.share-buttons a.social-dg {
  background: #143f69;
}
.share-buttons a.social-in {
  background: #138EAF;
}
.share-buttons a.social:hover {
  background: #222;
  border-radius:0;
}

.pagination {
    border-radius:0 !important;
}
.pagination > li.active {
    background:#000 !important;
    color:#fff !important;
}
/* Small Devices, Tablets */
@media only screen and (max-width : 870px) {
     .resp-text-right,.resp-text-left {
        text-align:center;
     }
}
