body, html{
	font-family: 'Roboto', sans-serif;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	color: rgba(255,255,255,0.8);
	font-weight: 300;
	font-size: 15px;
	background-color:#000;
}

a {
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

.no-margin{
	margin-left:-15px;
}

.no-padding{
	padding: 0px;
}

hr{
	margin-bottom: 3px;
	margin-top: 3px;
}

.logo{
	background-color: rgba(0,0,0,1);
	width: 100%;
	display:block;
	z-index: 20;
	position: fixed;
	top: 0px;
	padding: 12px 0 12px 0;
	text-align:center;
}

.logo img{
	width: 300px;
	height: auto;
	display: block;
	margin: 0 auto 0 auto;
}
.navbar-default .navbar-nav>li>a{
	transition-property: all;
	transition: all 0.2s ease-in-out;
	color: rgba(166,206,57,1);
	padding:12px 20px 10px 20px;
	cursor:pointer;
	font-size: 15px;
	border-right: solid 1px rgba(255,255,255,0.2);
	border-left: solid 1px rgba(255,255,255,0.2);
}

.navbar-default .navbar-nav>li{
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: rgba(66,38,55,1);
background-color:rgba(255,255,255,0.8);
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
color: #fff;
	background-color: rgba(66,56,47,1);
}



.menu-container{
	width: 100%;
	display:block;
	position:fixed;
	top: 127px;
	border-radius: 0px;
	border: 0 none;
	z-index: 10000;
	padding-bottom: 0px;
	background-color: rgba(0,0,0,0.8);
	border-top: solid 1px #fff;
	border-bottom: solid 1px #a6ce39;
	min-height: 10px;
}

.home{
	font-size: 18px;
	padding-bottom: 2px;
}




.dropdown-menu {
transition-property: all;
transition: all 0.2s ease-in-out;
position: fixed;
top:55px;
left: 0;
width: 100vw;
z-index: 10;
display:inherit;
height: 0px;
float: left;
min-width: 160px;
padding: 0px;
margin: 0px;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 0px solid rgba(0,0,0,.15);
border-radius: 0px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
background-color: rgba(0,0,0,0.7);
overflow:hidden;
}


.open > .dropdown-menu {
height:auto;
display:inherit;
padding: 20px;
}

.navbar-nav {
    width: 100%;
    text-align: center;
}

.navbar-nav>li {
	float: none;
display: inline-block;
font-weight: 300;
}

.program {
	border-right:solid 1px #eee7d2;
	color:#eee7d2;
	font-size: 13px;
	min-height: 325px;
	padding-bottom: 20px;
}


.program:hover{
	color: #eee7d2;
	background-image: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-position: center 35%;
}

.program img{
	width: 100%;
	height:auto;
	float:left;
	border-bottom:solid 1px #eee7d2;
	margin-bottom: 15px;
}

.program:hover > img{
	opacity: 0.5;
}

.biologo{
	position:fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	height: 126px;
	width:auto;
	
}

.content-head{
	font-weight:700;
	border-bottom:solid 1px #eee7d2;
	font-size: 15px;
}

.tortenet {
	border-right:solid 1px #eee7d2;
	color:#eee7d2;
	font-size: 13px;
	padding-bottom: 20px;
	font-weight: 300;
	opacity: 1;
	vertical-align:baseline;
	height: 100%;
}

.tortenet .content-head{
	font-weight:300;
	font-size: 13px;
}

.tortenet:hover{
	opacity:0.8;
	color:#eee7d2;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade{
}

.carousel-control.left, .carousel-control.right{
	z-index: 2;
}

.carousel-control.left{
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.slide {
}

.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

.carousel-control i {
	margin-top: 50%;
	font-size: 50px;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 100;
    width: 60%;
    padding-left: 0px;
    margin-left: -30%;
    text-align: center;
    list-style: outside none none;
	display:none;
}

.carousel-indicators li {
display: inline-block;
width: 25%;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
border: 1px solid #fff;
border-radius: 10px;
}

.dropdown-content{
	width: 50%;
	margin-left:25%;
}
.carousel-caption{
	left: 0;
	right: 0;
	color:rgba(255,255,255,0.8);
	text-align: left;
	width: 40%;
	position: relative;
	margin-top:200px;
	margin-left: 100px;
	font-weight: 100;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-right:auto;
	text-shadow: 0 0px 8px rgba(0,0,0,0);
}

.carousel-caption h1{
	font-size: 35px;
	font-weight: 100;
    background-color:rgba(0,0,0,0.7);
	padding: 10px;
	max-width: 250px;
}

.carousel-caption-inner{
	display:block;
	margin-left:auto;
	margin-right:auto;
	font-weight: 300;
	padding: 10px 0px 10px 0px;
	text-align:center;
	line-height:50px;
	text-shadow: 0 0px 8px rgba(0,0,0,0);
	color:rgba(30,36,49,1);
	font-size: 35px;
	border-bottom: solid 1px #de1256;
}

.carousel-caption a, .magyarykossa-link, .carousel-caption a:focus, .magyarykossa-link:focus{
	font-size: 17px;
	border-radius: 0px;
    background-color:rgba(0,0,0,0.8);
	border: none 0;
	border-left: solid 1px rgba(166,204,57,1);
}

.carousel-caption a:hover, .magyarykossa-link:hover, .carousel-caption a:active, .magyarykossa-link:active{
    background-color:rgba(0,0,0,0.8);
	color: rgba(166,204,57,1);
}


section{
	float:left;
	width: 100%;
	min-height: 100vh;
	margin-bottom: 30px;
	border-bottom: solid 5px #a6ce39;
	padding-bottom: 50px;
}

.row-fluid{
	background-color: rgba(0,0,0,0.31);
	width: 100%;
	margin-top: 15px;
	padding: 20px;
	float:left;
}

#bemutatkozas{
}

.section-head{
	font-size: 40px;
	font-weight: 100;
	text-align:center;
	width: 100%;
	margin-bottom: 70px;
	margin-top: 200px;
	color: rgba(255,255,255,0.8);
	border-bottom: solid 1px rgba(0,0,0,0.8); 
}

.intro-text{
	font-size: 17px;
	font-weight:100;
	text-align: justify;
	padding: 35px;
	display: table-cell;
	vertical-align: top;
	float: none;
	color: rgba(255,255,255,1);
}


.intro-text img{
	width: 100%;
	height: auto;
	display:block;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top:-35px;
}

.line{
	line-height: 29px;
}

.tovabb{
	position: fixed;
	bottom: 0;
	right: 0;
	font-size: 150px;
	z-index: 1000;
	color: rgba(255,255,255,0.4);
	text-align: center;
	text-align:right;
	padding-right: 30px;
	transition-property: all;
	transition: all 0.5s ease-in-out;
}
.tovabb:hover{
	color: rgba(255,255,255,0.8);
}

.intro-item{
}

.page-items{
	margin-top: 30px;
	margin-bottom: 30px;
	float:left;
	width:100%;
}

.page-items img{
	width: 100%;
	height:auto;
}

.page-item{
	padding:25px;
	float:left;
}

.page-item-inner{
	background-color:#fff;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	
}

.page-item-inner-head{
	font-family: 'Great Vibes', cursive;
	font-size: 20px;
	color: rgba(0,0,0,0.8);
}

#programajanlatok{
}

.link{
	display:block;
	width: 100%;
}

.program-item{
	min-height: 500px;
	width: 100%;
	background-color: rgba(45,5,1,1);
	position:relative;
}

.gmap{
    border: 30px solid rgba(43,58,67,0.7);
    height: 700px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
	padding: 0px;
}

.gmap2{
    border: 40px solid rgba(43,58,67,0.7);
    height: 700px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
	padding: 0px;
}


.panel-heading{
	background-color:rgba(43,58,67,1);
	border-bottom: solid 0px #eee7d2;
	box-shadow: inset 0 0 30px rgba(0,0,0,0.2);
	border-top: solid 0px rgba(84,42,68,1);
	border-radius: 0px;
	transition-property: all;
	transition: all 0.2s ease-in-out;
}

.panel-heading:hover{
background-color: rgba(43,58,67,0.3);
}

.panel-group .panel {
margin-bottom: 0;
border-radius: 0px;
}

.panel-title > a  {
	display:block;
	width:100%;
	font-size: 16px;
	color: #eee7d2;
	text-decoration: none;	

}

.panel-heading i{
	margin-right: 20px;
}

.panel-body img{
	width: 100%;
	height: auto;
	border: 2px solid #eee7d2;
	margin-bottom: 20px;
}

.panel-body{
}

.megkozelites{
	width: 100%;
	text-align: right;
	font-weight: 700;
	color: #eee7d2;
	margin-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	font-size: 20px;
	text-shadow: 1px 1px 1px #000;
	border-bottom:solid 2px #eee7d2;
}

.megkozelites i{
	margin-left: 20px;
}

.panel {
margin-bottom: 20px;
background-color:rgba(43,58,67,0.8);
border: 0px solid transparent;
border-radius: 0px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}

#szallashely{
	background-color:rgba(43,58,67,0.1);
	padding-bottom: 15px;

}

.deko{
	height: 100%;
	min-height: 200px;
	display: table-cell;
	float: none;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	vertical-align:middle;
}


.bio{
	background-image: url(../img/szolo/bio_deko.jpg);
}

.birtok{
	background-image: url(../img/szolo/birtok1.jpg);
}
.szolole{
	background-image: url(../img/szolo/szolole_deko.jpg);
}

.bianca{
	background-image: url(../img/szolo/bianca_deko1.jpg);
}

.arak-head{
	text-align:center;
	font-weight: 100;
	color:rgba(166,206,57,1);
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
	width:100%;
	float:left;
	margin-top: 10px;
}

.felpanzio{
	width:50%;
	background-color:rgba(43,58,67,0.4);
	float:left;
	padding-bottom: 20px;
}

.teljes{
	width:50%;
	background-color:rgba(43,58,67,0.6);
	float:left;
	padding-bottom: 20px;
}

.ellatas-tipus{
	width:100%;
	text-align:left;
	font-weight: 500;
	font-size: 19px;
	margin-bottom: 15px;
	background-color:rgba(43,58,67,0.4);
	padding: 5px 0px 5px 15px;
}

.ellatas1{
	width:100%;
	margin-bottom: 62px;
}

.ellatas2{
	width:100%;
	margin-bottom: 20px;
}

.fa-arrow-circle-o-right{
	margin-right: 10px;
	margin-left: 15px;
}

.arak{
	margin-left: 15px;
	width: 90%;
	border-top: solid 1px rgba(43,58,67,0.4);
	padding-top: 10px;
}
strong{
	margin-right: 10px;
}

.fogasok{
	color: rgba(43,58,67,1);
	line-height: 25px;
	text-align:left;
	font-size: 12px;
}

.deko-fogasok{
	height: 350px;
	background-image: url(../img/szarvas.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	background-size:cover;
}


.lakasetterem-wrap{
	display:table;
	background-color:rgba(43,58,67,0.4);
	margin-top: -70px;
	padding-top:15px;
	padding-bottom:15px;
}

.lakasetterem-deko{
	display: table-cell;
	height: 100%;
	background-image: url(../img/lakasetterem-deko.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	float:none;
}

.lakasetterem-text{
	display: table-cell;
	padding: 20px 20px 20px 19%;
	vertical-align:middle;
	float:none;
	font-size: 15px;
}


.cimer{
	width: 100%;
	text-align:center;
	margin-top: -50px;
	margin-bottom: 20px;
}

.cimer img{
	width: 150px;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.panel-default > .panel-heading {
color: #333;
background-color: transparent;
border-color: transparent;
}

.panel-tortenet{
	background-color:rgba(43,58,67,0);
}

.tortenet-wrap{
background-color:rgba(43,58,67,0.5);
float:left;
width:100%;
}


.panel-heading-tortenet{
	box-shadow:none;
}

element.style {
}
.nav-tabs {
	border: none 0;
}

.nav-tabs > li {
	width:25%;
	margin: 0px;
	font-weight: 500;
	font-size: 13px;
	border: none 0;
}

.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 2px;
	background-color:rgba(43,58,67,0.5);
	text-align:center;
	color:#eee7d2;
	border: none 0;
	padding: 5px;
	transition-property: all;
	transition: all 0.2s ease-in-out;
}


.nav-tabs > li > a > p {
display: table-cell;
vertical-align: middle;
text-align: center;
width:100%;
padding-left: 10px;
}


.nav-tabs > li > a:hover {
	background-color:rgba(43,58,67,1);
}

.nav-tabs > li.active{
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
cursor: default;
background-color:#eee7d2;
border: none 0;
border-radius:0px;
border-bottom: solid 1px rgba(43,58,67,1);
}



.tab-content > .active {
font-size: 13px;
line-height: 25px;
}

.sajto-link{
	font-size: 15px;
	line-height: 25px;
	background-color:rgba(43,58,67,0.5);
	color:#eee7d2;
	border: none 0;
	padding: 10px 0px 10px 0px;
	border-radius:0px;
	text-align:center;
	display:block;
	text-decoration:none;
	transition-property: all;
	transition: all 0.2s ease-in-out;
	font-size: 13px;
	margin-bottom: 10px;
}

.sajto-link:hover{
	background-color:rgba(43,58,67,1);
	color:#eee7d2;
}

.tamogato{
	background-color:rgba(238,231,210,0.5);
	display:block;
}

.tamogato img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.kapcsolat{
	color: rgba(255,255,255,0.8);
}

.panel-group {
margin-bottom: 20px;
float: left;
width: 100%;
margin-top: 30px;
}

#kapcsolat{
	background-color:rgba(43,58,67,0.1);

}

.programajanlat-head{
	margin-bottom: 10px;
	color:rgba(43,58,67,1);
	font-size: 15px;
	font-weight: 500;
	text-align: left;
}

.programajanlat img{
}

.programajanlat-text{
	color:rgba(43,58,67,1);
	padding-top: 30px;
}

.programajanlat-text a{
	font-size: 15px;
	line-height: 25px;
	background-color:rgba(43,58,67,0.5);
	color:#eee7d2;
	border: none 0;
	padding: 5px 0px 5px 15px;
	border-radius:0px;
	display:block;
	text-decoration:none;
	transition-property: all;
	transition: all 0.2s ease-in-out;
	font-size: 13px;
	margin-top: 10px;
}

.programajanlat-text a:hover{
	background-color:rgba(43,58,67,1);
}

.row1{
	background-color:rgba(43,58,67,0.1);
	float:left;
	padding: 20px;
	width:100%;
}

.row2{
	background-color:rgba(43,58,67,0.3);
	float:left;
	padding: 20px;
	width:100%;
}

.galeria-a{
	background-color: rgba(238,231,210,0);
	border: none 0;
	padding: 0px 0px 15px 0px;
	color: rgba(238,231,210,1);
	line-height: 0px;
	transition: all 0.2s ease-in-out;
	font-size: 13px;
	opacity: 1;
	font-weight: 400;
	text-decoration:none;
	border-bottom: solid 1px #a6ce39;
}

.galeria-a:hover, .galeria-a:active, .galeria-a:focus{
	color:rgba(43,58,67,1);
	opacity: 0.8;
	background-color: rgba(238,231,210,1);
	text-decoration:none;
}

.galeria-a img{
	transition-property: all;
	transition: all 0.2s ease-in-out;
	border: none 0;
	border-bottom: solid 1px #a6ce39;
	margin-bottom: 13px;
}

.galeria-a:hover > img{
	border: none 0;
	border-bottom: solid 1px #a6ce39;
}


.galeria-head{
	font-size: 17px;
	font-weight: 400;
	margin-top: 25px;
	margin-bottom: 5px;
	float:left;
	width: 100%;
	display:block;
}

.blueimp-gallery>.close, .blueimp-gallery>.title {
position: absolute;
top: 15px;
left: 15px;
margin: 0;
font-size: 20px;
line-height: 30px;
color: #fff;
text-shadow: 0 0 2px #000;
opacity: .8;
display: block;
	text-align: center;
	width: 100%;
}

.blueimp-gallery>.close{
	text-align:right;
	padding-right: 50px;
	margin-top:-20px;
}


@media (max-width: 1400px){
.program:hover{
	color: #eee7d2;
	background-image: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-position: center 20%;
}

.logo img{
	width: 250px;
}

.menu-container{
	top: 110px;
}

.biologo{
	height: 110px;
}

.section-head{
	width: 80%;
	margin-left: 10%;
}

.lakasetterem-text{
	padding: 20px 20px 20px 9%;
}
}


@media (max-width: 1200px){
	.program:hover{
	color: #eee7d2;
	background-image: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-position: center 15%;
}

.default{
	display:none;
}

.navbar-default .navbar-nav>li>a{
	padding:12px 10px 10px 10px;
	font-size: 13px;
}

}


@media (max-width: 990px){
.nav-tabs > li > a > p {
display: table-cell;
vertical-align: middle;
text-align: center;
height: 60px;
}

.navbar-default .navbar-nav>li>a{
	transition-property: all;
	transition: all 0.2s ease-in-out;
	color: rgba(166,206,57,1);
	padding:12px 8px 10px 8px;
	cursor:pointer;
	font-size: 12px;
	border-right: solid 1px rgba(255,255,255,0.2);
	border-left: solid 1px rgba(255,255,255,0.2);
}

.carousel-caption{
	margin-left: 0;
	margin-top: 50px;
	z-index: 100000;
}
.carousel-caption h1 {
font-size: 25px;
font-weight: 100;
background-color: rgba(0,0,0,0.7);
padding: 10px;
max-width: 250px;
}

.carousel-caption a {
font-size: 14px;
}

}



@media (max-width: 767px){
.carousel-fade{
	padding-top: 100px;
}

.lakasetterem-wrap{
	display: inherit;
	background-color:rgba(43,58,67,0.4);
	margin-top: -70px;
}

.biologo{
	left:0;
	height: 50px;
}

.lakasetterem-deko{
	display: inherit;
	height: 100%;
	background-image: url(../img/lakasetterem-deko.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	float:none;
	height: 300px;
}

.lakasetterem-text{
	padding: 20px;
	vertical-align:middle;
	display: inherit;
}	
	
.deko-fogasok{
	margin-bottom: 20px;

}

.navbar-default .navbar-nav>li{
	width: 100%;
	display:block;
	float:none;

}

.navbar-default .navbar-nav>li>a{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 17px;
}

.navbar-nav {
	margin: 0;
}

.dropdown-menu, .navbar-nav .open .dropdown-menu  {
position:relative;
top:0px;
overflow:hidden;
background-color: rgba(0,0,0,0.9);

}

section{
	float:left;
	width: 100%;
	min-height: 100vh;
}

.row-fluid{
	display: inherit;
	background-color: rgba(0,0,0,0.1);
}

.deko{
	display: inherit;
	height: 250px;
}

.page-item{
	display:block;
	margin-left:auto;
	margin-right: auto;
	float:none;
}



.dropdown-content{
	width: 100%;
	margin-left:0%;
}

.navbar-collapse{
	max-height: 500px;
	overflow-y: scroll;
	background-color: rgba(255,255,255,1);
	margin-top:60px;
	padding: 4px 0 0 0;
}

.program {
	margin-top: 50px;
	height: auto;
}

.logo{
	border-bottom: solid 1px #a6ce39;
}

.menu-container{
	background-color: rgba(0,0,0,0);
	top: 0;
	border-bottom: none 0;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:focus {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
height: 35px;
margin-right: 15px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 0px solid transparent;
border-radius: 0px;
}

.container-fluid {
padding-right: 0;
padding-left: 0;
}


.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
width: 35px;
	-ms-transform: rotate(0deg); 
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
transition-property: all;
transition: all 0.2s ease-in-out;
	}

.navbar-default .navbar-nav>li>a{
	background-color: #000;
	margin-bottom: 5px;
}

.navbar-default .navbar-toggle:focus > .icon-bar:nth-child(2){
	display:none;
}

.navbar-default .navbar-toggle:focus > .icon-bar:nth-child(3){
	-ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	margin-bottom: -5px;
}

.navbar-default .navbar-toggle:focus > .icon-bar:nth-child(4){
	-ms-transform: rotate(-45deg); 
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tortenet {
	min-height: inherit;
}

.megkozelites{
	width: 100%;
	text-align:center;

}

.megkozelites i{
	display:none;
}

.carousel-caption{
	display:none;

}

}

@media (max-width: 600px){
.felpanzio{
	width:100%;
	background-color:rgba(43,58,67,0.4);
	float:none;
	padding-bottom: 20px;
}

.teljes{
	width:100%;
	background-color:rgba(43,58,67,0.6);
	float:none;
	padding-bottom: 20px;
}

.ellatas1{
	margin-bottom: 20px;
}

.fogasok{
	font-size:13px;
}
}

@media (max-width: 500px){

.fogasok{
	font-size:11px;
}
}