@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600,800);
body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

h2 {
	font-size: 26px;
}

p {
	font-family: 'Montserrat', sans-serif;
	line-height: 16px;
	font-size: 14px;
	font-weight: 400;
}

h2 {
	margin-top: 10px !important;
}

ul {
	padding-left: 0;
}

ul li {
	list-style: none;
}

a:hover {
	text-decoration: none;
}


/*** START LAYOUT ***/

.col-lg-6,
.col-md-6,
.col-sm-12,
.col-xs-12 {
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.col-lg-10 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.col-xs-12 {
  padding-left: 10px!important;
  padding-right: 10px!important;
}

.content {
	padding-top: 20px !important;
	background: #fff;
}

.col-xs-offset-0 {
	padding: 0;
	margin: 0;
}


/*** START HOME NAV ***/

.logo {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	font-weight: bold;
	line-height: 55px;
	padding: 0 20px;
	color: #fff;
	float: left;
}

.slideshow-element {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 30%;
	transform: translate(-50%, -50%);
	width: 80%;
	color: white;
	font-size: 18px;
}

#slideshow h4 {
	text-align: center;
}

#mainlang {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 250px;
	overflow: hidden;
	border-radius: 30px;
	background: white;
}

.languageselector {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 50px;
	border-bottom: 1px solid gray;
	background-image: linear-gradient(to top, #efefef 0%, white 100%);
	opacity: .7;
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: ease .3s;
}

.languageselector:last-child {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: none;
	background-image: linear-gradient(to top, #efefef 0%, white 100%);
	transition: ease .3s;
}

.languageselector:hover {
	-webkit-filter: none;
	/* Safari 6.0 - 9.0 */
	filter: none;
	opacity: 1;
}

.languageselector:last-child:hover {
	border-bottom: none;
}

.langname {
	margin: -10px;
	padding: 10px;
}

.langleft {
	float: left;
	width: 20%;
	border-radius: 50px;
	overflow: hidden;
}

.langright {
	float: right;
	width: 80%;
}

.langright p {
	display: inline-block;
	vertical-align: middle;
	line-height: 50px;
	color: gray;
	transition: ease .3s;
}

.langright p:hover {
	color: #444;
}

.langurl {
	color: white;
	font-weight: 600;
}


/*** END HOME NAV ***/


/*** START SWIPER ***/

.swiper-container {
	box-sizing: content-box;
}

.swiper-wrapper {
	align-items: center;
	box-sizing: content-box;
}

.swiper-slide {
	width: 100% !important;
	overflow: hidden;
	box-sizing: content-box;
}

.swiper-slide img {
	width: 100%;
}

.kek {
	background: #9cecfb;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #9cecfb, #65c7f7, #0052d4);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #9cecfb, #65c7f7, #0052d4);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-repeat: no-repeat;
	background-size: 30% 0.3em;
	background-position: 0 88%;
	transition: background-size 0.25s ease-in;
}

.kek:hover {
	background-size: 100% 0.3em;
}

.barack {
	background: #ED4264;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #FFEDBC, #ED4264);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #FFEDBC, #ED4264);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-repeat: no-repeat;
	background-size: 30% 0.3em;
	background-position: 0 88%;
	transition: background-size 0.25s ease-in;
}

.barack:hover {
	background-size: 100% 0.3em;
}

.sarga {
	background: #e65c00;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #F9D423, #e65c00);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #F9D423, #e65c00);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-repeat: no-repeat;
	background-size: 30% 0.3em;
	background-position: 0 88%;
	transition: background-size 0.25s ease-in;
}

.sarga:hover {
	background-size: 100% 0.3em;
}


/*** END SWIPER ***/


/*** START SECOND NAV ***/

.navbar {
	margin-bottom: 0 !important;
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom: 1px solid #f1f1f1 !important;
	box-shadow: none !important;
}

.navbar-right {
	margin-right: 0;
}

.navbar-brand {
  padding: 23px 15px !important;
  font: normal 18px 'Montserrat', sans-serif !important;
  padding-bottom: 20px;
  letter-spacing: -1px!important;
}

.navbar-default .navbar-nav>li>a {
	padding: 23px 33px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}

.navbar-nav .dropdown-menu>li>a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	padding: 10px 20px;
}

.navbar-default {
	background: white !important;
	border-left: none;
	border-right: none;
	border-top: none;
}


/*** END Second Nav ***/


/*** START Content ***/

.main {
	background: #232526;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #414345, #232526);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #414345, #232526);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border-radius: 10px;
	overflow: hidden;
	padding: 0!important;
}

.main-inner {
	background: transparent;
	overflow: hidden;
	padding: 0!important;
}

.main-title {
	margin: 30px;
}

.heading {
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.underlineLeft {
	display: block;
	border-bottom: 5px solid rgb(255, 255, 255);
	width: 80%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.description {
	color: white;
	text-align: center;
	line-height: 20px;
}

.description-dark {
	padding-top: 30px;
	color: #333;
	text-align: center;
	line-height: 20px;
}

.apartmanok {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.heading2 {
	color: white;
	font-size: 16px !important;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}

.heading3 {
	text-align: center !important;
	font-weight: 700 !important;
  font-family: 'Montserrat', sans-serif !important;
  margin-top: 30px !important;
  margin-bottom: 0 !important;
}

.heading4 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
	text-align: center !important;
	font-size: 24px !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	padding-bottom: 20px;
}


.heading-apart {
	text-align: center !important;
	font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 60px;
  width: 80%;
  margin: 0 auto;
}

.description-apart {
  text-align: justify;
  font-size: 14px;
	padding-top: 30px;
	line-height: 20px;
  width: 90%;
  margin: 0 auto;
}

.pplcount {
  font-weight: 700;
  text-align: center;
}

.btn-wrap {
  display: block;
margin-top: 40px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
  max-width: 156px;
  padding: 1rem;
  position: relative;
  background: linear-gradient(to right, #414345, #232526);
  padding: 3px;
  border-radius: 5px;
  overflow: hidden;
}


.btn {
  font-family: 'Montserrat', sans-serif;
  background: #efefef;
	line-height: 2.5em;
  padding: 0 0 0 1em;
  padding-bottom: 20px;
	margin-bottom: 1em;
	outline: none;
	text-decoration: none;
	color: #666;
	width: 150px;
	display: block !important;
  margin: 0 auto;
	bottom: 0;
	transition: .3s ease;
}

.arrow {
	display: none;
	line-height: 35px;
	text-align: center;
	background: #232526;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #414345, #232526);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #414345, #232526);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: white;
	font-size: 1em;
	width: 2.5em;
	transition: margin 200ms;
  margin-left: 1.75em;
  margin-top: -10px;
  margin-bottom: -10px;
  padding-top: 10px;  
  padding-bottom: 10px;
}

.arrow-apart {
	display: none;
	line-height: 35px;
	text-align: center;
	background: #232526;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #414345, #232526);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #414345, #232526);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: white;
	font-size: 1em;
	width: 2.5em;
	transition: margin 200ms;
  margin-left: 3.5em;
  margin-top: -10px;
  margin-bottom: -10px;
  padding-top: 10px;  
  padding-bottom: 10px;
}

.btn:hover {
	background: white;
}


.btn:active {
	background: #ccc;
}



p.info {
  width: 90%;
  margin: 0 auto;
  text-align: justify;
  letter-spacing: -.5px;
  line-height: 20px;
}

p.about {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	padding-top: 40px;
	margin: 0 auto;
}

.top-inner{
	margin: 0 auto;
	overflow: hidden;
}

p.general {
	text-align: center;
	padding-top: 15px;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	float: left;
	display: block;
	width: 75%;
	margin: 0 auto;
	max-width: 75%;
	padding-left: 3%;
}

p.footer-general {
	text-align: center;
	padding-top: 15px;
	font-weight: 800;
	line-height: 30px;
	display: block;
}

p.footer-info {
	text-align: center;
	padding-top: 40px;
	letter-spacing: -.5px;
	font-weight: 600;
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 0;
  }



.topicon {
	width: 50px;
	float: left;
	padding-top: 20px;
	max-width: 20%;
}

.footer-info h5{
	font-weight: 600;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	width: 100% !important;
	border-radius: 10px;
	box-shadow: 0 0 20px 3px #f1f1f1;
}

.floatLeft {
	float: left !important;
	overflow: hidden;
}

.floatRight {
	float: right !important;
	overflow: hidden;
}

/*** .map-responsive{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
***/ 

.container {
  width: 100%!important;
}

.map {
  padding: 0!important;
}

.map-inner {
  padding: 0!important;
  border-radius: 10px;
  overflow: hidden;
}

/*** START Gallery ***/

.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px !important;
}
.gal-item .box{
	height: 250px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
  -o-object-fit:cover;
  transition: .3s ease;
}



.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 250px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: transparent;
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
		-ms-transform: scale(1);
		top: 45%;
		transform: scale(1);
		transform: translate(0, -55%);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}


/*** End Gallery ***/


/*** END Content ***/

.footer-layout {
  background: #1c1c1c none repeat scroll 0 0;
  color: #ffffff;
  padding: 40px 0;
}
.footer-info {
  margin-bottom: 32px;
  text-align: center;
}
.footer-layout h4 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 21px;
}
.footer-info > p {
  color: #888888;
}
.phone::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 50px;
}
.phone {
  padding-bottom: 25px;
  position: relative;
}

.hol-vagyunk {
	padding-bottom: 30px;
}

.form-horizontal {
	margin-top: 30px;
}

.text-center h4{
	font-weight: 600;
}