/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */  
body {
    font: 400 17px 'Montserrat', sans-serif;
    line-height: 1.9;
    color: #818181;
    padding-top:40px;
  }
strong {color:#666;}
.carousel img {margin:auto;width:100%;}
.to-top {margin:30px 0;}
.cookieMsg {position:fixed;bottom:0;left:0;right:0;width:100%;background:rgba(0,0,0,.95);color:#fff;padding:15px 0;display:none;z-index:1003;}
.cookieMsg.open {display:block;}
.overr .cookieMsg a {color:#fff;text-decoration:underline;font-weight:400;}
.cookieConsentForm input {margin-right:5px!important;}
.cookieConsentForm label {margin-right:30px;}
.cookieMsg button.btn {display:inline;margin-left:10px;}

  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin: 30px 0;
    font-family:'Lato';
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin: 30px 0;
  }  
  .jumbotron {
    background-color: #FF7500;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
  }
  .band {
    padding: 50px 30px;
  }
  .bg-grey {
    background-color: #f6f6f6;
  }
  .logo-small {
    color: #FF7500;
    font-size: 50px;
  }
  .logo {
    color: #FF7500;
    font-size: 200px;
  }
  .thumbnail {
    /*padding: 0 0 15px 0;
    border: none;
    border-radius: 0;*/
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #FF7500;
  }
  .carousel-indicators li {
    border-color: #FF7500;
  }
  .carousel-indicators li.active {
    background-color: #FF7500;
  }
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
  .panel {
    border: 2px solid #FF7500; 
    border-radius:20px;
    transition: box-shadow 0.5s;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
    border: 2px solid #FF7500;
    background-color: #fff !important;
    border-radius:20px;
    color: #FF7500;
  }
  .panel-heading {
    color: #fff !important;
    background-color: #FF7500 !important;
    padding: 20px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

  }

  .panel-heading1 {
    color: black;
    background-color: #FF7500 !important;
    padding: 20px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

  }
  .panel-footer {
    background-color: white !important;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #FF7500;
    color: #fff;
  }
  .navbar {
    margin-bottom: 0;
    background-color: #FF7500; 
    z-index: 9999;
    border: 0;
    font-size: 15px;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Lato, sans-serif;
    box-shadow:0 0 3px rgba(0,0,0,.3);
  }
  .navbar img {
    margin-top:5px;
  }
  .navbar li a, .navbar .navbar-brand {
    color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #FF7500 !important;
    background-color: #fff !important;
  }
  .navbar-default .navbar-toggle .icon-bar {background-color:#fff!important;}
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  footer .glyphicon {
    font-size: 20px;
    color: #FF7500;
  }
  footer.band{
      padding:50px 0 0;
  }
  .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%);
    }
  }
  @media screen and (max-width: 992px){
      .navbar {font-size:12px;
  }
  @media screen and (max-width: 768px) {
    .navbar img {margin-left:5px;}
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .navbar img {
        width:200px;
        margin-top:15px;
    }
  }
}