html {
	margin: 0;
	padding: 0;
}

body{
	font-family: "Roboto Slab", serif;	
	color: #58585a;
}

.mt-100{
	margin-top:100px;
}

#top-nav{
		
}

table{
	width:100%;
}

strong{
	white-space: nowrap;
}

.modal-body strong{
	white-space: normal;
}

.invert{
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

.navbar {
	text-transform: uppercase;
	font-size: 14px;
	background: rgba(255,255,255,.95);
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-bottom:1px solid #d28223;
}

.nav-link{
	color: #d28223 !important;
	margin: 0 .2vw;
	white-space: nowrap;
}

.nav-link.active{
	color: #aa2222 !important;
	text-decoration:underline;
	text-underline-position: under;
}

@media screen and (min-width: 991.98px) {
	
	.navbar {
		padding: .5rem 1rem;
	}

	.nav-item{
		padding: 32px 0;
	}

	.nav-item.highlighted{
		position:absolute;
		right:0;
		background: #d28223 !important;
		min-width:100px;
	}

	.nav-item.highlighted .nav-link{
		text-align:center;
		color:white!important;
	}

}

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

h1{
	position: relative;
	font-family: "Roboto", serif;	
	text-transform: uppercase;
	color: #aa2222;
	width:100%;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

h1:before {
  content : "";
  position: absolute;
  left    : 45%;
  bottom  : 0;
  height  : 1px;
  width   : 10%; 
  border-bottom:1px solid #d28223;
}

@media only screen and (max-width: 600px) {
	h1{
		font-size:20px;
	}
}

h2{
	position: relative;
	color: #d28223;
	font-size:20px;
	padding-bottom: 25px;
	margin-bottom: 30px;	
}

h2:before {
  content : "";
  position: absolute;
  left    : 45%;
  bottom  : 0;
  height  : 1px;
  width   : 10%;
  border-bottom:1px solid #d28223;
}

h3{
	position: relative;
	color: #d28223;
	font-size:20px;
}

h4{
	position: relative;	
	color: #58585a;
	text-transform: uppercase;
	font-size:18px;
}

h5{
	position: relative;	
	padding-bottom: 25px;
	margin-bottom: 30px;	
}

h5:before {
  content : "";
  position: absolute;
  left    : 0%;
  bottom  : 0;
  height  : 1px;
  width   : 10%;
  border-bottom:1px solid #d28223;
}

h6{
	position: relative;	
	color: #d28223;	
	font-size:10px;
	margin:18px 0;
}

table td{
	padding:10px;
}

.ul{
	border-top:2px solid #aa2222;
	width:100px;
}

.admin_edit{
-webkit-box-shadow: inset 0px 0px 51px 0px rgba(255,255,255,1);
-moz-box-shadow: inset 0px 0px 51px 0px rgba(255,255,255,1);
box-shadow: inset 0px 0px 51px 0px rgba(255,255,255,1);
}

.video-site {
  position: relative;
}

.video-text {
	color:white !important;
		
	position:absolute;
	left: 10%;
	bottom:15%;
	width: 80%;
	z-index:50;
}

.video-text-kiemelt{
	position:absolute;
	color:white !important;
	z-index:50;
	bottom:0;
	left:20%;
	padding:10px 20px 10px 20px;
	background:#d28223cc;
}

.video-text-kiemelt .button{
	margin-top:10px;	
}

.video-wrapper video {
  width: 100%;
  display: block;
}

.video-wrapper:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video-line{
	position:absolute;
	left: 50%;
	bottom: -100px;
    height: 150px;
	z-index:50;
	border-left:2px solid #d28223;
}

.site-section{
	min-height:600px;
	margin-top:50px;
}

.subpage1{
	color: #fff;
	background:#aa2125 !important;
}

.bg-dark{
	color: #afafaf;
	background:black !important;
}

.site-footer a{
	color: #afafaf;
}

.site-footer a:hover{
text-decoration:none;
}

.bg-dark2{
	color: #000;
	background:#58585a !important;
}

.site-footer2 a{
	color: #000;
}

.site-footer2 a:hover{
text-decoration:none;
}

.bb-1{
	border-bottom: 1px solid #aa2125;
}

a{
	text-decoration:none;
	color: #aa2222;	
    transition: all .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-transition: all .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;	
}

a:hover{
	text-decoration:none;	
	color: #d28223;
}

.btn-light{
	background:#ffffffd1 !important;
}

.button{
	display: inline-block;
	color: #aa2125;
		text-transform: uppercase;
	text-decoration:none;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #aa2125;
    color: #aa2125;
	text-decoration:none;
	border-radius:0px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: all .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-transition: all .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.video-site .button{
	color: #fff;
	border: 1px solid #fff;
}

.button:hover{
		background:white;
    color: #aa2125;
	text-decoration:none;	
	    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
}

.imghover{
	transition: all .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-moz-transition: all .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.imghover:hover{
	    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}


.owl-item1 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  .owl-item1, .owl-item1 .container > .row {
    min-height: 400px; }
  .owl-item1 > .container {
    position: relative; }
  .owl-item1.overlay {
    position: relative; }
    .owl-item1.overlay:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: .5;
      background: #000; }
    .owl-item1.overlay h1 {
      color: #fff;
      font-size: 3rem; }
    .owl-item1.overlay p {
      color: #fff; }
      .owl-item1.overlay p a {
        color: #fff;
        font-weight: 700; }
        .owl-item1.overlay p a:hover {
          text-decoration: none; }
    .owl-item1.overlay form .form-control,
    .owl-item1.overlay form .btn {
      height: 55px;
      border-radius: 4px; }
    .owl-item1.overlay form .form-control {
      padding-left: 20px;
      padding-right: 20px;
      border-color: transparent;
      margin-right: 10px; }
    .owl-item1.overlay form .btn {
      border-color: transparent; }
	  
	  
	  
.owl-dots {
  text-align: center;
  margin-top: 30px; }
  .owl-dots .owl-dot {
    display: inline-block; }
   .owl-dots .owl-dot > span {
      display: inline-block;
      width: 7px;
      height: 7px;
      background: #ccc;
      margin: 5px;
      border-radius: 50%; }
    .owl-dots .owl-dot.active > span {
      background: #ef7d00; }
	  
	  
.textoverlay{
	position:absolute;
	height:100%;
	width:100%;
	padding:0 5%;
	z-index:50;
	transition: all .6s ease 0s;
	color: transparent;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;

	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}
.textoverlay p{
	clear:both;
}
.textoverlay span{
	font-size:20px !important;
}
.textoverlay img{
	opacity: 0;
	transition: all .6s ease 0s;
}
	 
.ajanlatok .textoverlay{
	color: #ffffff;
}

.textoverlay img.active{
	opacity: 0.9;
}

.ajanlatok .item{
	position:relative;
}