.navbar-default{height: 55px}
.navbar-brand{padding: 10px 15px 10px 15px}

.navbar-nav>li>a{padding-top: 18px}

  body {
      /*font: 400 15px Lato, sans-serif;*/
	  font-family: Open sans;
      line-height: 1.8;
      color: #818181;
	  font-size: 16px;
  }
  h1{color: yellow !important}
  .foalcim{font-size: 20px; font-weight: normal; color: orange; margin-bottom: 40px;}
  .alcim{font-size: 32px; color: white}
  h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #303030;
      font-weight: 600;
      margin: 0 0 30px 0;
	  color: #5cb85c;
  }

  h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
  }  
  .nagy-ikon{font-size: 200px; color: yellow}
  .jumbotron {
      background-color: #555;
      color: #fff;
      padding: 100px 25px 50px 25px;
      font-family: Open Sans, Montserrat, sans-serif;
	  margin-bottom: 0;
  }
  .jumbotron h1{font-size: 36px; margin-top: 0}
  .jumbotron p{font-size: 16px; font-weight: normal}
  .container-fluid {
      padding: 40px 50px;
  }
  .bg-light-grey{
	  background-color: #f4f4f4;
  }
  .bg-grey {
      background-color: #eee;
  }
  .bg-dark {
	  background-color: #555;
  }
  .bg-dark h4,
  .bg-dark h2{
	  color: #fff;
   }
  .logo-small {
      color: #f4511e;
      font-size: 50px;
  }
  .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;
  }
  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #f4511e;
  }
  
  .carousel-indicators {
    bottom: -35px;
}
  .carousel-indicators li {
      border-color: #f4511e;
  }
  .carousel-indicators li.active {
      background-color: #f4511e;
  }
 .item{
	  width: 80%;
      margin: 20px auto;
  }
  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: bold;
  }

  .item span {
	  font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
	  font-style: italic;
  }
  .panel {
      border: 1px solid #f4511e; 
      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 #f4511e;
      background-color: #fff !important;
      color: #f4511e;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #f4511e !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: #474e5d !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #f4511e;
      color: #fff;
  }
  .navbar {
      margin-bottom: 0;
      background-color: #fff;
      z-index: 9999;
      border: 0;
      font-size: 14px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 2px;
      border-radius: 0;
      font-family: Open Sans, Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #f4511e !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;
  }
  #portfolio .thumbnail{padding: 0 0 5px 0}
  #portfolio p{color: #eee}
  #faq #myCarousel h4 span{font-style:italic; color#000}
  

  #promo {padding: 30px 0}
  #promo h2{font-size: 36px}
  
  #elonyok span{color: #5cb85c}
  
  footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: #f4511e;
  }
  footer p{
	  color: #fff;  
  }
  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  
  footer{background: #555
}

/***************************************/

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
  top: 100px;
  right: 150px;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.glyphicon{top:5px; margin-right:10px}

.modal {
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 1140px;
    height: 77%;
    background-color: rgba(50,50,50,0.95);
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cursor{
    top: 60px;
    right: 15px;
	color: #fff
}
.close{opacity:0.5}
.prev{left:0}
.prev:hover,
.next:hover{text-decoration:none}
a:focus,
a:hover{color: indianred}
a{color:indianred}

#termek-prezentalas h3{color: orange}

.egyetertes img{margin:0}

#egyetertes1,
#egyetertes2,
#egyetertes3,
#egyetertes4{background:#343434; padding:0; position: relative; text-align: center; color: white;}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: yellow;
  width: 100%;
  padding: 0 20px;
}

#megrendeles h5{font-weight: bold; color: #666666;}

.clearfix {
  overflow: auto;
}

/***************************************/


 @media screen and (max-width: 480px) {
  body{padding-left: 5px;}
  .container-fluid{padding: 20px 20px;}
  .container{padding-left: 10px; padding-right: 10px;}
  .jumbotron{padding: 50px 10px 50px 10px;}
  .btn-group-lg>.btn, .btn-lg{font-size: 16px;}   
  img{margin-bottom: 20px;}
  textarea{max-width: 100%;}
  .navbar-nav{margin: 8px 0;}
  
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
    width: 45%;
    float: left;
  }
  
  .navbar .container{padding-left: 0px; padding-right: 0px;}
  #myNavbar{width: 55%; float: left;}
  #home{padding-top: 100px;}
  #gyogynovenyek{padding: 20px 0;} 
  #gyogynovenyek .container{padding-left: 0px; padding-right: 0px;}
  #gyogynovenyek img{margin-bottom: 0px; width: 115px;}
  #gyogynovenyek h4{margin-top:0; margin-bottom: 10px;}
  
  #termek-prezentalas h3 {line-height: 1.5;}
  
  .egyetertes{height: 120px; padding: 10px}
  .egyetertes .container{padding-left:0; padding-right:0}
  .egyetertes img{margin: 20px 0 0 0; padding:0}
  .centered{font-size: 18px}
  
  #egyetertes1{height: 140px}
  #egyetertes1 img{margin-top: 40px}
  
  #egyetertes2{height: 100px}
  
  #egyetertes3{height: 70px}
  #egyetertes3 img{margin:0}
  #egyetertes3 .centered{top: 50%}
  
  #egyetertes4 {height: 100px}
  #egyetertes4 img{margin-top: 20px}

 }

/*
  @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;
    }
	.jumbotron p{font-size:14px}
	h1{font-size:24px}
	#services .col-sm-3{padding:10px 0}
	#services h4{margin-bottom:15px}
	h2{margin-bottom:15px; line-height: 1.5}
	.container-fluid{padding:20px 25px}
	#contact .col-sm-5{margin-bottom:40px}
	.item h4{margin:40px 0}
	#about h2{margin-bottom:0}
	.modal {
		padding-top: 100px;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(50,50,50,0.95);
	}
  }
  
  @media screen and (max-width: 767px) {
	.jumbotron p{font-size:16px}
	#services .col-sm-3{padding:10px 0}
	#services h4{margin-bottom:15px}
	.item h4{margin:40px 0}
	#about h2{margin-bottom:0}
	#contact .col-sm-5{margin-bottom:40px}
	.modal {
		padding-top: 100px;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(50,50,50,0.95);
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right{top:90%}
	.carousel-indicators{bottom:0}
  }
  
  @media screen and (min-width: 768px) and (max-width: 1200px){
    .container{width:670px}
	.navbar-default .navbar-nav>li>a{letter-spacing:0}
	.jumbotron .h1, .jumbotron h1 {
		font-size: 42px;
	}
	.jumbotron p {
		font-size: 16px
	}
		.modal {
		padding-top: 100px;
		left: 0;
		top: 0;
		width: 100%;
		height: 54%;
		background-color: rgba(50,50,50,0.95);
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right{top:77%}
  }
*/