/* CSS Document */
body {
	background: url(../foto/fon-2.gif), #fff;
    font-family: Montserrat, sans-serif, Lato, sans-serif;
    line-height: 1.8;
    color: #000 /*#818181*/;
  }
  
  .h1, h1 {    
     font-weight: 600; 
	 text-alight: center;  
}


  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #f4511e/*#303030*/;
    font-weight: 600;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #f4511e;
    font-weight: 400;
    margin-bottom: 30px;
  }  
  h3 {
    text-align: center;
    color: #f4511e;
    font-weight: 600;
  }
  
  .logo { 
  background: url(../foto/logo.png) no-repeat;
  height:130px;
  width: 180px;
  color: #f4511e;
  font-size: 200px;
  }
  
  
  .jumbotron {
    background: #f4511e;
	/*background-size: cover;*/
    color: #fff;
    padding-top: 120px;
    font-family: Montserrat, sans-serif;
  }
  .container-fluid {
 	padding: 60px 50px;
  }
  .bg-grey {
    background-color: #fafe72/*#f6f6f6*/;
	border-top: 2px #FF0000 dashed;
	border-bottom: 2px #FF0000 dashed;
}

  .logo-small {
    color: #f4511e;
    font-size: 50px;
  }

  .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: #f4511e;
  }
  .carousel-indicators li {
    border-color: #f4511e;
	color: #f4511e;
  }
  .img-responsive {
	 padding-top: 0px;
	 padding-bottom: 0px;
	 margin-top: 20px;
	 margin-bottom: 20px;
	 width: 100%;
	 border: 5px #f4511e solid;
     box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.row {
     margin-right:  0px; 
     margin-left: 0px; 
}

.text-8 {
    .text-8 {
    margin: 0 0 10px;
    color: #000 !important;
    font-weight: 500 !important;
    font-size: large !important;
    font-family: Lato !important;
}
}
.shadow {
	text-shadow: 1px 1px 2px black, 0 0 5px #a93d1b;
}
 .shadow-h3 {
    text-shadow: 1px 1px 2px #272626, 0 0 1px #9c9f30;
}
  .col-sm-4 li {
  color: #f4511e;
  }
   .col-sm-4 li span {
  color: #000 /*#818181*/;
  }
  
  .carousel-indicators li.active {
    background-color: #f4511e;
  }
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
	

  .navbar {
    margin-bottom: 0;
    background-color: #f4511e;
    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 li a, .navbar .navbar-brand {
    color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f4511e !important;
    background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
  }
  
  .borderblue {
  background: #E3F8FD;
  border: 2px #66CCFF solid;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  }

.borderh {
  background: #fafe72;
  border: 2px #f4511e solid;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  line-height: 1.5;
  }
  
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #fff;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.nav>li {
    position: relative;
    display: block;
    padding-left: 20px;
}

.footer-bg {
background: #FFFFFF;
}
  
  @media screen and (max-width: 768px) {
  
  .col-sm-2 {
    width: 16.66666667%;
  }
    .col-sm-4 {
      text-align: justify;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
	.border-left {
	border-left: none;
	}
	.container-fluid {
     padding: 0px; 
}

.logo {
    background: url(../foto/logo-mini.png) no-repeat;
	top: 20px;
	left: 20px;
	height:80px;
  width: 100px;   
}

  }
  