/* -tabs ------------------------- */

.navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle .fa-bars {
    font-size:150%;
}

div.clsDiv {
    clear: both;
    visibility: hidden;
}

div.tabs {
    background: url("/img/tabs2.png") repeat scroll 0 -0px transparent;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
div.myAccountTabs {
    padding-left: 0;
    width: 100%;
}
div.tabs ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
div.tabs ul li.act {
    background: url("/img/tabs2.png") repeat scroll -1529px -0px transparent;
    cursor: default;
    float: left;
    height: 30px;
    padding-left: 10px;
    -moz-box-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 5px #fff;
    box-shadow: 0px 0px 5px #fff;
}
li.current {
    font-weight: bold !important;
}

div.tabs ul li.act p {
    background: url("/img/tabs2.png") repeat scroll right -0px transparent;
    margin: 0;
    padding-right: 10px;
}
div.tabs ul li.act p a {
    color: #505050;
    cursor: default;
    display: block;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
}
div.tabs ul li.inact {
    background-image: url("/img/tabs2.png");
    background-position: -1529px -31px;
    cursor: pointer;
    float: left;
    height: 30px;
    padding-left: 10px;
}
div.tabs ul li.inact p {
    background-image: url("/img/tabs2.png");
    background-position: right -31px;
    margin: 0;
    padding-right: 10px;
}
div.tabs ul li.inact p a {
    color: #404040;
    display: block;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
}
div.tabs ul li.inact:hover {
    background-position: -1529px -62px;
}
div.tabs ul li.inact:hover p {
    background-position: right -62px;
}

/* ----- */

.lvl1 { background:url('/img/levels.gif') no-repeat top left; height:11px; width:18px; background-position: 0px 0px; float: initial !important; display: initial !important;}
.lvl2 { background:url('/img/levels.gif') no-repeat top left; height:11px; width:18px; background-position: 0px -11px; float: initial !important; display: initial !important;}
.lvl3 { background:url('/img/levels.gif') no-repeat top left; height:11px; width:18px; background-position: 0px -22px; float: initial !important; display: initial !important;}
.lvl4 { background:url('/img/levels.gif') no-repeat top left; height:11px; width:18px; background-position: 0px -33px; float: initial !important; display: initial !important;}
.lvl5 { background:url('/img/levels.gif') no-repeat top left; height:11px; width:18px; background-position: 0px -44px; float: initial !important; display: initial !important;}

.footerIcon {
margin-left:20px; margin-top:10px; display:inline-block; font-size: 9pt; text-align: center; vertical-align: middle;
}

/* Custom Img's */
.presentImg {
    -moz-border-radius: 5px; border-radius: 5px; align:center; 
    border-width: 1px; border-color:#000011; border-style: solid; -moz-border-radius: 4px; border-radius: 4px;
}

.mapThumbImg {
    border-width: 1px;
    border-color:#000011;
    border-style: solid;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin:0px;
    padding:0px;
    margin-bottom:8px;
    box-shadow: 2px 2px 2px #234;
}

.warning {
    color: #FF0000;
}

.newcardtd {
    padding: 3px;
}

.guideimg {
    float:left;
    width:64px;
    border:1px solid gray;
    margin:4px;
    padding:0px;
    border-radius:2px;
}

.unresponsive {
 width: initial !important;
 height: initial !important;
 float: initial !important;
 display: initial !important;
}

.cols_article {
 -webkit-columns: 2 200px;
 -moz-columns: 2 200px;
  columns: 2 200px;
}


/* Apple-like Search Box */

.article-aside {
 display: none; !important;
}

#apple {
 margin-top: 11px;
 background:#003800;
 z-index: 10;
 position: relative;
 left:-38px; 
}
@media all and (max-width : 800px)
{
#apple {
  left:0px;
 }
}

#apple #search input[type="text"] {
    margin-left:0px;
    margin-right:1px;
    background: url(/img/search-white.png) no-repeat 10px 8px  #001000;
 border: 0 none;
 font: bold 11px Arial,Helvetica,Sans-serif;
 color: #FFF;
 width:70px;
 padding: 6px 15px 6px 30px;
 -webkit-border-radius: 1px;
 -moz-border-radius: 1px;
 border-radius: 1px;
 -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
 -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
 box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
 -webkit-transition: all 0.7s ease 0s;
 -moz-transition: all 0.7s ease 0s;
 -o-transition: all 0.7s ease 0s;
 transition: all 0.7s ease 0s;
}

#apple #search input[type="text"]:focus {
 border-radius: 8px;
  background: url(/img/search-dark.png) no-repeat 10px 8px #fcfcfc;
  color: #6a6f75;
  width: 108px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
}

/* Scaling font for Text in main page slider */

.nivo-heading {
 line-height:2.9vw; !important; /* Thomas mod */
 font-size:2.5vw; !important; /* Thomas mod */
 text-shadow: 1px 1px #000;
}

.nivo-description{
 font-size: 2.2vw; !important;
 line-height: 2.4vw; !important;
 text-shadow: 1px 1px #000;
}

@media all and (min-width : 1000px)
{
 .nivo-heading {
  font-size:2.1vw; !important; /* Thomas mod */
  line-height:2.3vw; !important; /* Thomas mod */
 }
.nivo-description{
 font-size: 1.7vw; !important;
 line-height: 1.9vw; !important;
 }
}

/* Footer table */
.ifooter {
 width: 100%;
}

.ifooter tr {
 width: 100%;
 border-top: 0px;
}

.ifooter td {
 padding:16px;
 text-color: #FFF;
 border-top: 0px;
}

.ifooter a#if2 {
 text-color: black; !important;
 cursor: pointer;
}

.ifmap {
 width:100%;
 border:1px;
 border-style:solid;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
}

.prodform {
    width: 98%;
    margin-eft: 5px;
}

.btnlarger {
    padding:8px;
    padding-left:20px;
    padding-right:20px;
    font-weight:bold;
    margin:4px;
}

.btnCal {
    width:100%;
    margin:1px;
    padding:0px;
    background-color:#40f030;
}

.calCell {
    width:100%;
    font-size: 11px;
    text-align:center;
    border:1px;
    border-style:solid;
    border-color:#a0a0a0;
    box-shadow: 1px 1px 1px #8080a0;
    min-height: 26px;
}

input[readonly]
{
    border: 0px;
    background-color: white;
    color: black;
}


.radio input[type="radio"]
{
    margin-left:0px !important;
}
												  }
												  
/* Progress bars */

.prog-border {
    height: 10px;
    width: 100px;
    background: #f0f0f8;
    border: 1px solid #808080;
    padding: 2px;
    font-family: verdana,arial,sans-serif; font-size: 10px; color: #000;
    box-shadow: 1px 1px 1px #888;
    margin-bottom: 1px;
    padding-bottom: 1px;
}

.prog-bar1 {
    height: 4px;
    padding: 0;
    background: #FF0000;
    font-family: verdana,arial,sans-serif; font-size: 10px; color: #000;
}

.prog-bar2 {
    height: 4px;
    padding: 0;
    background: #FF7a1c;
    font-family: verdana,arial,sans-serif; font-size: 10px; color: #000;
}

.prog-bar3 {
    height: 4px;
    padding: 0;
    background: #208010;
    font-family: verdana,arial,sans-serif; font-size: 10px; color: #000;
}

.prog-bar4 {
    height: 4px;
    padding: 0;
    background: #108010;
    font-family: verdana,arial,sans-serif; font-size: 10px; color: #000;
}

.prog-bar5 {
    height: 4px;
    padding: 0;
    background: #008000;
    font-family: verdana,arial,sans-serif; font-size: 10px; color: #000;
}

/* Purity III patch that cant be in custom.css */
/* FRONT page slideshow */

.corporate .slideshow {
    background: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding: 0px !important;
/*    padding-top: 20px; */
}

/* Style the slide show image with a border */
.ps-current {
    box-shadow: 0px 1px 1px #888;
}

.login-greeting {
    text-color: #808080;
    color:#808080;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
 50% { opacity: 0; }
}

.productimg {
    width: 180px;
}


/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .productimg { width: 160px; }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .productimg { width: 200px; }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .productimg { width: 160px; }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .productimg { width: 300px; }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .productimg { width: 400px; }
}


/* CSS for service menu */

a.service_menu_class {
        color: #FF5050;
}

/* Flags */
@media (max-width: 991px) {
  .flags1 {
      position: absolute;
      left:220px;
      top:18px;
      z-index:5;
      display: block;
  }
}
@media (min-width: 992px) {
  .flags1 {
    display: none;
  }
}



h1 {
    margin-top: 10px; /*  !important;*/
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .5s ease;
    z-index: -1;
    display: none;
}

.overlay.active {
    opacity: 1;
    z-index: 2;
}

.flagmodal {
    border-radius:5px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    padding:8px;
    margin:8px;
    margin-left:-48px;
    margin-top: -10px;
    top: 0px;
    left: 0px;
    z-index: 5;
    transition: .5s ease;
    color: #4a5666;
    background: rgba(20, 40, 80, 0.7);
    box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.5), 0 35px 50px -25px rgba(0, 0, 0, 0.5), 0 85px 60px -25px rgba(0, 0, 0, 0.3);
}

.flagmodal.active {
    visibility: visible;
    opacity: 1;
}

.flagmodalxxx {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #4a5666;
    background: linear-gradient(to bottom right, white, #F8F8F8) !important;
    box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 35px 50px -25px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1);
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: .5s ease;
}

.flagmodal h2 {
    margin: 0;
    font-weight: 400;
    padding: 1rem;
    border-bottom: 1px solid #DDE0E7;
}

.flagmodal p {
    padding: 1rem;
}

.toolt {
    position: relative;
    display: inline-block;
}

.toolt .toolttext {
    visibility: hidden;
    width: 150px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size:80%;
}

.toolt .toolttext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.toolt:hover .toolttext {
    visibility: visible;
    opacity: 1;
}


.zoom {
  transition: transform .5s; /* Animation */
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.02);
}

.zoom2 {
  transition: transform .5s; /* Animation */
  margin: 0 auto;
}

.zoom2:hover {
  transform: scale(1.1);
}
