@charset "utf-8";
/* CSS Document */
@font-face {
   font-family: myFont;
   src: url(../fonts/bpg_mrgvlovani_0.ttf);
}
@font-face {
   font-family: myFontCaps;
   src: url(../fonts/bpg_mrgvlovani_caps.ttf);
}
@font-face{
	font-family:bpg-nino;
	src:url(../fonts/bpg_nino_mtavruli.ttf);
}
@font-face{
	font-family:eng;
	src:url(../fonts/OpenSans-Semibold.ttf);
}
  body {
      font: 400 15px Lato, sans-serif;
      line-height: 1.8;
      color: #818181;
  }
  h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #303030;
      font-weight: 600;
      margin-bottom: 30px;
  }
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
  }  
  .jumbotron {
      background-color: #ed1b2f;
      color: #fff;
      padding: 100px 25px;
      font-family: bpg-nino;
  }
  .container-fluid {
      padding: 20px 50px;
  }
  .bg-grey {
      background-color: #f6f6f6;
  }
  .logo-small {
      color: #ed1b2f;
      font-size: 50px;
  }
  .logo {
      color: #ed1b2f;
      font-size: 200px;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 10%;
      height: 10%;
      margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #009ddc;
  }
  .carousel-control.right {
      right: 10%;
  }
  .carousel-control.left {
      left:10%;
  }
  .carousel-indicators li {
      border-color: #009ddc;
	  margin-bottom: -45px;
	  width: 15px;
	  height: 15px;
  }
  .carousel-indicators li.active {
      background-color: #009ddc;
	  margin-bottom: -45px;
	  width: 16px;
	  height: 16px;
  }
  .item h5 {
      font-size: 17px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
  .panel {
      border: 1px solid #ed1b2f; 
      border-radius:0 !important;
      transition: box-shadow 0.5s;
  }
  .panel:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
      border: 1px solid #ed1b2f;
      background-color: #fff !important;
      color: #ed1b2f;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #ed1b2f !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;*/
	  background-image: linear-gradient(to right, cyan , #d3b1ff, #ffcced);
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #ed1b2f;
      color: #fff;
  }

  .navbar {
      margin-bottom: 0;
      background-color: #009ddc;
      z-index: 100;
      border: 0;
      font-size: 18px !important;
      border-radius: 0;
     
  }
  .navbar li a, .navbar .navbar-brand {
      color: #fff !important;
	   
  }
  .navbar-nav li a:hover, .navbar-nav li.active a  {
      color: #ed1b2f !important;
      background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }





  footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: #ed1b2f;
  }
  .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;
    }
  }
/*
@media  (min-width: 768px)
{
	.modal-dialog {
		width: 1000px;
		margin: 30px auto;
	}
}
*/
.modal-body {
    position: relative;
    padding: 40px;
    text-align: justify;
    font-size: 14px;
}
.btn-info {
    color: #fff;
    background-color: #009ddc;
    border-color: #009ddc;
    margin-top: 3px;
}
.btn-info:hover {
    color: #d20e21;
    background-color: #ffffff;
    height: 50px;
    border: none;
    border-radius: 0;
    margin-top: 0px;
}
.btn-info:focus {
    color: #d20e21;
    background-color: #ffffff;
    height: 50px;
    border: none;
    border-radius: 0;
    margin-top: 0px;
}
.btn-info:active {
    color: #d20e21;
    background-color: #ffffff;
    height: 50px;
    border: none;
    border-radius: 0;
    margin-top: 0px;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #009ddc;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: white;
    font-family: myfont;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
	max-width: 1240px;
}
