@font-face {
  font-family: 'noto';
  src: url('../fonts/noto.woff2') format('woff2'),
        url('../fonts/noto.woff') format('woff');
}
 * {
      font-family: 'noto' !important;
      line-height: 1.8;

  }
  .glyphicon
  {
    font-family:'Glyphicons Halflings' !important;
  }

  .aw-widget-current-inner div.aw-widget-content {
    color: #000 !important;
    border: 5px solid #5cb85c !important;
}

/* Start Login Page */
.login-form
{
    max-width:500px;
    margin:105px auto;
    
}
a{
  text-decoration: none !important;
}

/* End Login Page */

  h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: black;
      font-weight: 600;
      margin-bottom: 30px;

  }
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
  }
  a:hover{
    text-decoration: none;
  }
  .jumbotron {
      background-color:#133c60;/* #04525e;*/
      color: #fff;

  }
  .container-fluid {
      padding: 60px 50px;
  }
  .bg-grey {
      background-color: #f6f6f6;
  }
  .logo-small {
      color: #133c60;
      font-size: 50px;
  }
  .logo {
      color: #133c60;
      font-size: 200px;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 100%;
      height: auto;
      margin-bottom: 10px;
  }

  .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 #04525e;
      transition: box-shadow 0.5s;
      background: #f5f5f5;

  }
  .panel:hover {
      box-shadow: 5px 5px 20px 4px;
      border:3px solid #FFF;
  }
  img:hover
  {
    cursor: pointer;
     box-shadow: 15px 10px 40px rgba(3,0,0, .2);
  }
  .panel-footer .btn:hover {
      border: 1px solid #f4511e;
      background-color: #fff !important;
      color: #f4511e;
  }
   .btn-info:hover {
      border: 1px solid #f4511e !important;
      background-color: #fff !important;
      color: #f4511e !important;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #122f49 !important;
      padding: 1px !important;
      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;
      padding: 0px;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
  }
  .navbar {
      margin-bottom: 0;
      background-color:#122f49; /*#0d8daa;*/
      z-index: 5;
      border: 0;
      font-size: 15px !important;
      line-height: 1.42857143 !important;
      border-radius: 0;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #fff !important;
      text-transform: capitalize;

  }
  .navbar-brand {
    font-size: 25px;
    margin: -10px 0px;

  }
   .navbar-brand img:hover {
        box-shadow: 0px 0px 0px 0px !important;
   }

  .navbar-nav li a:hover {
      color: #fff !important;
      background-color: #04525e   !important;
      font-size: 15px;
      border-bottom:2px solid white;
  }
  .navbar-nav li.active a {
      color: #fff !important;
      background-color:#5cb85c  !important;
      font-size: 15px;
       border-bottom:2px solid white;
  }
  .activenav{
      background-color:#21b2d2 !important;
      color:white !important;
      font-weight: bold;
      border-bottom:3px solid white !important;
}
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }
  footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: #04525e  ;
  }
  .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: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
   
  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
   
  }

  footer{

   background:#122f49;
   color:#FFF;
  }
  footer a{
       color:#FFF;

  }
   footer a:hover{
       color:blue;
  }
.img-prod
  {

   width:258px !important;
   height:195px !important;
  }
  .img-all-prod
  {

   width:600px !important;
   height:350px !important;
  }
  .myhr
  {
    background:#133c60;
    width: 40%;
    text-align: center;
    height: 7px;
    box-shadow: 3px 6px 15px 0px !important;
    border-radius: 25px 5px;
    border: 2px solid #FFF;
  }

  .well
  {
    box-shadow: 5px 5px 20px 1px;
    border: 5px solid #FFF !important;
  }
 .well:hover {
      box-shadow: 5px 5px 10px 2px;
     border:2px solid #0d8daa  !important;
  }

  .to_top{
     float: right;
    background: #5cb85c;
    padding: 15px;
    border-radius: 50%;
    margin-top:-40px;
    color: #FFF;
    background:#5cb85c;
    position: fixed;
    right: 5px;
    display: none;
    z-index: 999;
    top:550px;
    border:2px solid #FFF;
    cursor: pointer;

  }

#contact,#contact svg{
    color: #122f49;
    text-decoration: none;
}
.btn-info {
    color: #fff;
    background-color: #133c60;
    border-color: #46b8da;
}
.btn-info:hover {
    color: #fff;
    background-color: #133c80;
    border-color: #46b8da;
}



.breadcrumb {
background:none;
    font-size: 22px;
  }
  .breadcrumb:hover{
   font-weight: bold;
  }
  .breadcrumb a{
     color: white;
  }

  div.aw-widget-current-inner a.aw-toggle {
   display: none;
}
div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather p time {
    width: 74px;
}

.image_free_sites
{
  height: 230px !important;
}

.popover-title {
    background-color: #5cb85c;
    color: #FFF;
    text-align: center;
  }
  .popover.bottom > .arrow:after {

    border-bottom-color: #5cb85c;
}
/* search box */

   #display{
    position: relative;
    right: 814px;
    top: 159px;
    cursor: pointer;
    overflow-y: auto;
    max-height: 400px;
    box-sizing: border-box;
    z-index: 10001 !important;
    width: 305px;

   }

   .list-group-item {

    padding: 5px 5px;
  }
  
      .flip-card {
      background-color: transparent;
      width: 240px;
      height: 236px;
      perspective: 1000px;
      padding:8px;
      border-radius: 50%;
    }
    
    .flip-card-inner {
      position: relative;
      width: 240px;
      height: 236px;
      text-align: center;
      transition: transform 0.9s;
      transform-style: preserve-3d;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
      border-radius: 50%;
      
    }
    
    .flip-card:hover .flip-card-inner {
      transform: rotateY(180deg);
    }
    
    .flip-card-front, .flip-card-back {
      position: absolute;
      width: 240px;
      height: 236px;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      border-radius: 50%;
      box-shadow: 1px 4px 20px 1px black;
    }
    
    .flip-card-front {
      background-color: #bbb;
      color: black;
    }
    
    .flip-card-back {
      background-color: #EEE;
      border: 4px solid #5cb85c;
      transform: rotateY(180deg);
    }

@media (min-width: 576px) { 
    
    .navbar
    {
        height:50px;
    }
    
}

.glyphicon
{
    margin: 0px 5px !important;
    
}

