body {
	background: #ffffff;
	font-size: 18px;
	font-family: 'EB Garamond';
	font-weight: 400;
	color: #4d4d4f;
	width: 100%;
	overflow-x: hidden;
}
.padding-top-50 {
	padding-top: 50px;
}
.padding-bottom-50 {
	padding-bottom: 50px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-top-70 {
	margin-top: 70px;
}
.margin-top-110 {
	margin-top: 110px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-70 {
	margin-bottom: 70px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.min-height-420 {
	min-height: 420px;
}
h2 {
	font-size: 28px;
}
h3 {
  font-size: 16px;
}
.garamond {
	font-family: 'EB Garamond';
}
.trijan-pro {
	font-family: 'Cinzel';
}
.font-weight-700 {
	font-weight: 700;
}
.text-transform-uppercase {
	text-transform: uppercase;
}
.h2-brown {
	color: #ad834b;
}
.h2-white {
	color: #ffffff;
}
.main-title div:first-of-type {
	color: #303030;
	font-size: 38px;
	top: 38px;
	position: relative;
	left: 50px;
	word-spacing: 10px;
	letter-spacing: 6px;
}
img.display-inline-block {
	left: -30px;
}
.main-title div:nth-of-type(2) {
	color: #ad834b;
	font-size: 24px;
	top: 22px;
  position: relative;
  left: 50px;
  text-align: right;
	letter-spacing: 6px;
}
.float-left {
	float: left;
}
.display-inline-block {
	display: inline-block;
}
.tovabb {
	color: #ad834b;
  display: inline-block;
}
.text-vcenter {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.position-relative {
	position: relative;
}
.navbar-light .navbar-toggler {
	border-color: transparent;
	cursor: pointer;
}

.navbar {
	padding: 0px;
	background: #0086ac;
	font-family: 'Cinzel';
	margin-top: -24px;
}
.fixed-top {
	z-index: 9999999;
}
.navbar-light .navbar-nav .nav-link {
	text-transform: uppercase;
	font-size: 16px;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #ffffff;
	text-decoration: underline;
}
.navbar-nav {
	line-height: 45px;
}
.nav-item {
	padding: 10px 30px 10px 0px;
}
.navbar-nav:last-child {
	padding-right: 0px;
}
.nav-link img {
	height: 25px;
}
.sticky-header {
	position: fixed !important;
	top: 0px;
	margin-top: 0px;
	width: 100%;
	-webkit-box-shadow: 0px 2px 4px 0px rgb(0, 0, 0);
	-moz-box-shadow: 0px 2px 4px 0px rgb(0, 0, 0);
	box-shadow: 0px 2px 4px 0px rgb(0, 0, 0);
	z-index: 999;
	border-width: 0px !important;
  background: #0086ac;
}

.navbar-light .navbar-toggler {
  color: white !important;
}
.navbar.navbar-expand-lg.navbar-light.fixed-top.sticky-header {
	padding: 0px 5px;
}
.navbar.navbar-expand-lg.navbar-light.fixed-top.sticky-header .navbar-nav {
  line-height: normal;
}

.arrow-right {
	position: relative;
	margin-top: 30px;
	margin-left: 20px;
	cursor: pointer;
}

.btn-primary {
	font-weight: 700;
}
.btn-primary {
  color: #fff;
  background-color: #0086ac;
  border-color: #0086ac;
	cursor: pointer;
}
.btn-primary:hover {
  color: #fff;
  background-color: #026582;
  border-color: #026582;
}
.btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
  background-color: #026582;
  background-image: none;
  border-color: #026582;
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(0,123,255,.5);
}

.btn-info {
  color: #fff;
  background-color: #005e79;
  border-color: #005e79;
	cursor: pointer;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
.btn-info:hover {
  color: #fff;
  background-color: #003e50;
  border-color: #003e50;
}
.btn-info.active, .btn-info:active, .show>.btn-info.dropdown-toggle {
  background-color: #003e50;
  background-image: none;
  border-color: #003e50;
}
.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 3px rgba(0,123,255,.5);
}
.kapcsolat-urlap {
	background-image: url(../img/email.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	color: #ffffff;
}
.kapcsolat-urlap hr{
	border-color: rgba(255, 255, 255, 0.8);
}
.border-left-brown {
	border-left: 1px solid #ad834b;
}

footer a, footer a:link, footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
footer a:hover, footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

footer .box {
	background-image: url(../img/footer.jpg);
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	padding: 30px 0px;
}
footer ul, footer li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	text-align: left;
	font-size: 16px;
}
footer li {
	display: block;
}
footer ul {
	border-left: 1px solid #ffffff;
	padding: 10px 30px;
}
footer img {
	margin-right: 30px;
	display: inline-block;
	margin-top: -70px;
}
footer .dark-box {
	background: #1790b8;
	text-align: center;
	padding: 20px 0px;
}
footer .dark-box img {
	margin-top: 5px;
}

@media (max-width: 655px) {
	footer img {
		margin-top: 0px;
	}
	footer ul {
		border-left: 0px solid #ffffff;
		padding: 10px 30px;
	}
}
@media (min-width: 575px) {
	footer ul {
		border-left: 1px solid #ffffff;
		padding: 10px 30px;
	}
	footer ul:nth-last-of-type(1) {
		border-left: 0px solid #ffffff;
		padding: 10px 30px;
	}
	footer img {
		margin-top: -70px;
	}
}
@media (min-width: 657px) {
	footer ul:nth-last-of-type(1) {
		border-left: 1px solid #ffffff;
		padding: 10px 30px;
	}
}
@media (max-width: 657px) {
	.main-title div:first-of-type {
		font-size: 20px;
	}
}
@media (max-width: 805px) {
	.main-top img {
		float: left;
		width: 80px;
	}
	.main-title div:first-of-type {
		font-size: 28px;
	}
}
@media (max-width: 657px) {
	.main-title div:first-of-type {
		font-size: 24px;
		word-spacing: 6px;
    letter-spacing: 3px;
		left: 10px;
	}
	.main-title div:nth-of-type(2) {
		font-size: 20px;
		left: 10px;
	}
}
@media (max-width: 550px) {
	.main-title div:first-of-type {
		font-size: 20px;
		word-spacing: normal;
    letter-spacing: normal;
		text-align: right;
		left: 0px;
	}
	.main-title div:nth-of-type(2) {
		font-size: 18px;
		text-align: right;
		left: 6px;
		margin-top: 5px;
	}
	.main-top img {
    width: 60px;
	}
}
@media (max-width: 992px) {
	.border-left-brown {
		border-left: 0px solid #ad834b;
	}
	.h2-brown.margin-top-70.col-12.col-lg-4.text-right.trijan-pro {
		text-align: left !important;
	}
	.nav-link, .navbar-light .navbar-nav .nav-link, .nav-item {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.navbar {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}















.dropdown-menu {
  font-size: 20px !important;
  background-color: #e6e6e6 !important;
  border: 1px solid #ad834b !important;
	border-top: 0px solid #ad834b !important;
	-webkit-box-shadow: 0 2px 3px 1px rgba(173, 131, 75, 0) !important;
	-moz-box-shadow: 0 2px 3px 1px rgba(173, 131, 75, 0) !important;
  box-shadow: 0 2px 3px 1px rgba(173, 131, 75, 0) !important;
  border-radius: 0px !important;
}
.dropdown-menu>li {
  border-bottom: 1px solid #ad834b;
	margin: 0px 20px !important;
}
.dropdown-menu>li:last-of-type {
  border-bottom: 0px solid #ad834b;
}
.dropdown-menu>li:first-of-type a {
  display: block;
  padding: 0px 10px 3px 10px;
}
.dropdown-menu>li>a {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #ad834b !important;
  white-space: nowrap;
}

.dropdown-menu>li:hover>a {
  color: #805c2d !important;
	text-decoration: none !important;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  color: #805c2d !important;
  text-decoration: none !important;
  background-color: transparent !important;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu i {
	vertical-align: middle !important;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.dropdown-toggle::after {
    vertical-align: middle;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
  	content: "";
    border: 0px solid transparent !important;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0px !important;
  margin: 0 !important;
	text-align: center !important;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
	left: calc(50% - 15px) !important;
	transform: translateX(-50%);
}

#diamond {
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #ad834b;
	position: relative;
	top: -20px;
	left: calc(50% - 15px);
}
#diamond:after {
	content: '';
	position: absolute;
	left: -10px;
	top: 10px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #ad834b;
}
.dropdown-menu .sub-menu {
/*  padding-left: 20px;*/
}
.dropdown-menu .nav-item {
	padding: 0px;
}
@media (min-width: 979px) {
  .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
  }
  .dropdown-menu {
    white-space: nowrap;
  }

  .dropdown-menu li:hover > .sub-menu {
    visibility: visible;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .nav-tabs .dropdown-menu,
  .nav-pills .dropdown-menu,
  .navbar .dropdown-menu {
    margin-top: 0;
  }

}
