/*html {
  height: 100%;
}
*/

body {
  font: 400 15px sans-serif;
  line-height: 1.8;
  color: #818181;
  color: #d6d6d6;
//  height:100%;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #303030;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
}
h4 {
  font-size: 19px;
  line-height: 1.375em;
  color: #303030;
  font-weight: 400;
  margin-bottom: 30px;
}  
h5 {
  font-size: 18px;
  line-height: 1.375em;
  color: #474747;
  font-weight: 400;
  margin-bottom: 30px;
}  

h4 a {
  color: #303030;
}

h4 a:hover {
  color: black;
}

h4[class^="module-link-"] {
    color: white;
    text-transform: uppercase;
}

a {
  color: #d6d6d6;
}

a:hover {
  color: #fff;
}

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
}

footer ul {
  margin-bottom: 0;
}

//.invisible {
//  color: white;
//}

.no-margins {
    margin-bottom: 0px;
    margin-top: 0px;
}  

/*
.container-fluid-no-padding {
  padding: 0px;
}
*/
.bg-main {
//  background: url('/icons/back.jpg') no-repeat center center fixed;
//  -webkit-background-size: cover;
//  -moz-background-size: cover;
//  -o-background-size: cover;
//  background-size: cover;
//  filter: url('#blur');
//  -webkit-filter: blur(5px) grayscale(50%);
//  -moz-filter: blur(5px) grayscale(50%);
//  -o-filter: blur(5px) grayscale(50%);
//  -ms-filter: blur(5px) grayscale(50%);
//  filter: blur(5px) grayscale(50%);
  background-color: #474747;
}

.bg-grey {
  background-color: #f6f6f6;
}

.bg-white {
  background-color: white;
}

.text-white {
  color: white;
}

.navbar {
    margin-bottom: 0;
    background-color: #474747;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
}

.navbar ul {
    background-color: #474747;
}

.navbar li a {
    text-transform: uppercase;
}

.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #474747 !important;
    background-color: #fff !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}


/*
.logo {
    color: #f4511e;
    font-size: 200px;
}
*/
.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}
.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.panel {
  border: 1px solid #3c5079;
  border-radius:0 !important;
  transition: box-shadow 0.5s;
  color: #303030;
}
.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}

.panel-heading {
    color: #fff !important;
    background-color: #3c5079 !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.panel-footer {
    background-color: white !important;
}
.panel-footer h3 {
  color: #303030;
  font-size: 26px;
}
.panel-footer h4 {
  color: #303030;
  font-size: 14px;
}

.devPriceHead {
  height: 150px;
}

.devPriceBody {
  height: 260px;
}

.devPriceFoot {
  height: 200px;
}

.slideanim {visibility:hidden;}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

.glyphicon-ring {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  //border: 4px solid white;
  //color: white;
  display: inline-table;
  text-align: center;
}

.glyphicon-ring .glyphicon-bordered {
  font-size: 50px;
  vertical-align: middle;
  display: table-cell;
  transition: all 0.3s ease 0s;
}

.glyphicon-ring .glyphicon-bordered:hover {
  font-size: 65px;
}

@media screen and (max-width: 750px) {
  .glyphicon-ring {
    width: 40px;
    height: 40px;
  }

  .glyphicon-ring .glyphicon-bordered {
    font-size: 25px;
  }

  .glyphicon-ring .glyphicon-bordered:hover {
    font-size: 33px;
  }

  h4[class^="module-link-"] {
    font-size: 12px;
  }
}

@media screen and (max-width: 550px) {
  .glyphicon-ring {
    width: 30px;
    height: 30px;
  }

  .glyphicon-ring .glyphicon-bordered {
    font-size: 20px;
  }

  .glyphicon-ring .glyphicon-bordered:hover {
    font-size: 26px;
  }

  h4[class^="module-link-"] {
    font-size: 8px;
  }
}

.flame-color {
  color: #EC5657;
}

.vent-color {
  color: #3EA0DD;
}

.drop-color {
  color: #4661EE;
}

.lock-color {
  color: #9BBB58;
}

.thermometer-color {
  color: #F5A52A;
}

.nounderline:hover {
  text-decoration: none;
}

.module-link-flame:hover {
  color: #EC5657;
}

.module-link-vent:hover {
  color: #3EA0DD;
}

.module-link-drop:hover {
  color: #4661EE;
}

.module-link-lock:hover {
  color: #9BBB58;
}

.text-white {
  color: white;
}

.full-height {
  height: 100%;
}

//.form-control:focus {
//  border-color: #2e6da4;
//  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(46, 109, 164, 0.6);
//}
