/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
    background-color: #e4e4e4;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background-color: #e4e4e4;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}


.products .caption {
    height: 130px;
    overflow: hidden;
}
.products .caption h4 {
    white-space: nowrap;
}
.products .thumbnail img {
    width: 100%;
}
.products .ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}
.products .thumbnail {
    padding: 0;
}
.products .thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

#whtLnk {color: #FFF;}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}


/* Footer Styles */

footer {
    margin: 50px 0;
}



/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }

    .logo {width:300px;}
}
@media (min-width: 768px) {

    .logo {width:600px;}

}

@media (max-width: 767.98px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}


    @media only screen and (max-width: 992px) {
      #scrolla {position: absolute; top: 51px; right: 18px;}
    }
    @media only screen and (min-width: 992px) {
      #scrolla {position: absolute; top: 42px; right: 20px;}
    }

    .betaNav {
        border-radius: 7px;
        font-size: 15px;
        margin-left: 6px;
        padding:0 5px 0 5px;
        border-left: 6px solid #466a8d;
        width: 165px;
        height: 24px;
        background: #777;
        color: #222;
        display: inline;
    }

    .companyNav {
        margin:15px 0 0 15px;
        color:#777;
    }

    #linkIcons {display: inline-block; margin: 0 0 0 0; width: 26px; color: #337ab7; font-weight: bold;}

    img#success {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        width: 222px;
        height: 222px;
        margin-top: -111px; /* Half the height */
        margin-left: -111px; /* Half the width */
        z-index: 99999;
    }
/* width */
::-webkit-scrollbar {  width: 6px;  }
/* Track */
::-webkit-scrollbar-track {  background: #e8eaed;   }
/* Handle */
::-webkit-scrollbar-thumb {  background: #999;  border-radius: 10px;        }
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {  background: #466a8d; }

      #loading {
          background: url('../images/spinner.gif') no-repeat center center;
          position: fixed;
          top: 5%;
          left: 5%;
          height: 90%;
          width: 90%;
          z-index: 9999999;
      }

      #noA {text-decoration: none; color: #000;}
      #noU {text-decoration: none;}

      table { width: 100%; border-collapse: collapse; }
            /* Zebra striping */
            tr:nth-of-type(even) {   background-color: #F9F9F9; }
            th { background: #FFF; color: #000; font-weight: bold;  }
            td, th { padding: 6px; border: 1px solid #ccc; text-align: left !important; }
            th { padding:0 6px 6px 6px; border-width: 0 0 1px 0; }

            /* 
                Max width before this PARTICULAR table gets nasty
                This query will take effect for any screen smaller than 760px
                and also iPads specifically.
            */
            @media only screen and (max-width: 767.98px), (min-device-width: 768px) and (max-device-width: 1024px)  {

                /* Force table to not be like tables anymore */
                table, thead, tbody, th, td, tr { 
                    display: block !important; 
                }
                
                tr { border: 1px solid #ccc; }
                
                td { 
                    /* Behave  like a "row" */
                    border: none !important;
                    border-bottom: 1px solid #eee !important; 
                    position: relative !important;
                    padding-left: 3% !important; 
                }

            }
