body{
	
	font-family: Arial, Arial-Ce, Tahoma;
	position: relative;
	color: #1d1d1b;
}
.scrollToTop{
	color:#fff;
	position:fixed;
	bottom:5px;
	right:5px;
	width:50px;
	height:50px;
	cursor:pointer;
	background-color:rgba(0,0,0,.4);
	z-index:1005;
	-webkit-backface-visibility:hidden;
	-webkit-transform:translateZ(0);
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	text-align: center;
/*	padding-top: 10px;*/
	display: none;	
}

.scrollToTop i{
	line-height:50px;
	font-size:24px
}

.scrollToTop:hover{
	background-color:rgba(0,0,0,.6)
}

.circle {
    border-radius: 100% !important;
}

/*.headBg{
	background: url("../images/head1.jpg") no-repeat;
	background-size:  contain;
}
*/

section a{
    color: #0a1b44;
}

.contentWrapper{
/*	padding-top: 1280px;*/
}

.scrollDown {
    position: absolute;
    left: 69%;
    z-index: 15;
    margin-left: -30%;
    text-align: center;
    width: 32px;
    margin: 0 auto;
    bottom: 380px;
}

.scrollDown object {
    width: 32px;
}

.carousel-caption{
  top: 220px;
}
.carousel-caption h1{
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 84px;
}
.carousel-caption p{
  font-size: 28px; 
}

.header  {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
    background-color: rgba(0,0,0,0.7);

/*    background: url("images/headerBg.png") repeat-x;
	border-bottom: 1px solid #1d1d1b;*/
}

.carousel-control{
  background: none !important;
}
.header-right {
    position: relative;
	float: right ;
}
.logo{
	padding-top: 15px;
  padding-bottom: 15px;
}
.carousel-inner > .item > img {
	width: 100%;
}

nav{
	background-color: none;
	border: none;
}
.navbar-toggle{
	border-color: #ccc;
	border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
	
}

.navbar{
	margin-bottom: 0 !important;
	border: none;
}
.navbar-nav{
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.navbar-nav > li{
	font-weight: normal;
	text-transform: uppercase;
	z-index: 100;
	position: relative;
}
.navbar-nav > li > a{
	color: white;
	font-weight: bold;
}
.navbar-nav > li > a:hover,
.navbar-nav > li.active > a{
	background: none;
	text-decoration: underline;
}
.navbar-nav > li > a:focus{
    background: none;
}


/* HEAD MENU LAYER */
.menuDiv > ul > li > ul{
  display: none;
  position: absolute;
  z-index: 1000;
  background: #030303;
/*  background: url("../templates/images/headerBg.png") ;*/

  border-bottom: 4px solid #232221;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  padding-bottom: 60px;
  padding-top: 20px;
  width: auto;
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
}
.menuDiv > ul > li:hover > ul{
  display: block;
  list-style: none;
}
.menuDiv > ul > li > ul > li{
  display: inline-block;
  font-weight: normal;
  width: 220px;
  float: left;
  margin-right: 20px;
  padding-bottom: 20px;
}
.menuDiv > ul > li > ul > li.separator{
  display: none;
}

.menuDiv > ul > li > ul > li > ul > li:hover{
  background: #eceaea;
}
.menuDiv > ul > li > ul > li a:hover,
.menuDiv > ul > li > ul > li > ul > li > a:hover{
  text-decoration: underline;
/*  color: #337ab7;*/
}
.menuDiv > ul > li > ul > li a{
  font-size:16px;
/*  color: black;*/
  color: #ffffff;
  display: inline-block;
  width: 100%;
/*  border-bottom: 1px solid #cdcdcd;*/
}
.menuDiv > ul > li > ul > li > ul{
  list-style: none;
  padding: 0;
}
.menuDiv > ul > li > ul > li > ul > li > a{
  padding-left: 30px;
  padding-top: 20px;
}



#map{
    position: relative; 
    background-color: rgb(229, 227, 223); 
    overflow: hidden;
    height: 300px;
    width: 100%;
}
section{
    padding: 30px 0px;
/*    background: url("../images/contentBgLight.png") center center repeat-y;
*/
}
section > .contentBg{
    background: url("../images/contentBgDark.png") center top no-repeat;
    padding-top: 50px;
}
.contentTitle{
	display: block;
  text-align: center;
	padding: 10px 0px;
	margin: 0;
	background: white;
}

#kapcsolat > div > div > .col-md-4{
    text-align: center;
}
#kapcsolat > div > div > .col-md-4 > img{
    display: inline-block;
}

#contact{
	padding: 40px 0px;
	border-bottom: 45px silid #fcbf0e;
}
#contact > div > div > div{
	font-size: 22px;
	text-align: center;
}
#contact > div > div > div > .img-responsive{
	display: inline-block;
}

footer{
	color: white;
/*	background: url("../images/csikos1.jpg");*/
  background: #2f2e30;
	padding: 40px 0px;
}
footer h2{
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
}
footer table td{
	color: white;
	vertical-align: top;
	padding-bottom: 5px;
}

footer > div > div > .col-md-9{
	text-align: right;
	padding-right: 100px;
	vertical-align: top;
}
footer > div > div > .col-md-9 >img{
	vertical-align: top;
	display: inline-block;
}
footer > div > div > .col-md-9 > img:first-child{
	margin-right: 30px;
}
.title{
    text-align:center;
}

#owl-example > .item > img{
    width: 100%;
}

.backgroundedWrapper{
/*	background: white; */
/*	padding: 30px 0px;*/
/*    background: url(../images/csikos1.jpg) no-repeat center bottom;*/
/*    background: url(../images/hatter.png) no-repeat center bottom;*/
}
.backgrounded{
/*  background: url("../images/contentBgDark.png") no-repeat center top;*/
    color: white;
    padding: 40px 0px;
}
.backgrounded > .container{
}
.backgrounded2{
/*    background: url(../images/hatter2.jpg) no-repeat center bottom;*/
    color: white;
}
.backgrounded2 > div > div > div > h2{
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.contactBg{
	background: white;
	padding-bottom: 40px;
}

.grid > .grid-item  > img {
	padding: 10px;
	border: 1px solid #4b4b4b;
	margin-bottom: 10px;
}
.filters-button-group,
.filters-button-group2{
	margin-bottom: 20px;
}
.filters-button-group > button,
.filters-button-group2 > button{
	border: 1px solid #000001;
	background: none;
	padding: 10px 5px;
}
.filters-button-group > button.is-checked,
.filters-button-group2 > button.is-checked{
	background: #000001;
	color: white;
}
.grid2{
	margin-bottom: 50px;
}


.callout {
    display: table;
    width: 100%;
    color: #fff;
/*    background: url(images/background1.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	height: 500px;
	padding: 100px 0px;
}

.callout .text-vertical,
.overlay {
    width: 100%;
    height: 100%;
}


.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}



.galleryThumbs a{
  cursor: pointer;

}
.galleryThumbs {
/*  width: calc(100% + 40px); */
    width: 100%;
}
.galleryThumbs li {
    float: left;
    width: calc(33.333% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden; 
}

.galleryThumbs li a {
      display: block;
      position: relative; 
}
    .galleryThumbs li .gradient {
      background: rgba(28, 28, 29, 0.6);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      mix-blend-mode: multiply; }

.galleryThumbs li img {
      display: block;
      position: relative;
      max-width: 100%;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      z-index: -1; }
    .galleryThumbs li .titleBox {
      position: absolute;
      top: 50%;
      left: 50%;
      width: calc(100% - 20px);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .galleryThumbs li .titleBox h1 {
        color: white;
        font-size: 22px;
        line-height: 26px;
        text-align: center; }
    .galleryThumbs li .separator {
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: calc(100% - 80px);
      height: calc(100% - 80px);
      display: block; }
      .galleryThumbs li .separator:before, .galleryThumbs li .separator:after {
        content: "";
        width: 100%;
        height: 2px;
        display: block;
        position: absolute;
        background: white;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .galleryThumbs li .separator:before {
        top: -20px; }
      .galleryThumbs li .separator:after {
        bottom: -20px; }
    .galleryThumbs li:hover .gradient {
      /*background: rgba(241, 91, 15, 0.7);*/ 
      background: rgba(37, 67, 103, 0.7); 
    }
    .galleryThumbs li:hover .separator:before {
      top: 0;
      opacity: 1; }
    .galleryThumbs li:hover .separator:after {
      bottom: 0;
      opacity: 1; }


.gradient {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  
.subpage .content{
  padding-top: 30px;
}

@media(max-width:1200px) {
    .header, .callout, #contact2 {
        background-attachment: scroll;
    }

}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (min-width: 768px) and (max-width: 991px){
    .scrollDown {
        bottom: 60px;
    }
    .carousel-caption h1{
      font-size: 24px;
    }
    .carousel-caption p{
      font-size: 16px; 
    }

}
@media (min-width: 992px) and (max-width: 1199px)  {
    .scrollDown {
        bottom: 80px;
    }
  .carousel-caption h1{
    font-size: 44px;
  }
  .carousel-caption p{
    font-size: 21px; 
  }


}
@media (min-width: 1200px) {

}

@media (max-width: 767px) {
    .header  {
        position: static;
        z-index: 0;
		    background: black;
    }
    .icon-bar{
      background-color: white;
    }
    .carousel-caption{
      top: 0px;
    }
    .carousel-caption h1{
      font-size: 22px;
    }

    .scrollDown {
        position: absolute;
        left: 69%;
        z-index: 15;
        margin-left: -30%;
        text-align: center;
        width: 14px;
        margin: 0 auto;
        bottom: 0px;
    }

    .scrollDown object {
        width: 14px;
    }



	.backgrounded{
		color:white;
	}

  .headMenu{
    background:#000000;
    position: relative;
    z-index: 2500 !important;
  }
  .headMenu li.separator{
    display: none;
  }
    .headMenu li{
    clear: left;
  }

  .headMenu li a{
    color: white;
    height: auto;
    display: inline-block;
    width: 100%;
  }
  .headMenu li a:hover{
    background: none;
    text-decoration: underline;
  }

  .menuDiv > ul > li > ul{
    display: inline-block;
    background: none;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    margin-left: 40px;
  }

  .menuDiv > ul > li > ul > li,
  .menuDiv > ul > li > ul > li > a{
    padding: 0;
    margin: 0;
  }
  .menuDiv > ul > li > ul > li > a{
    margin: 5px 0px;
    padding: 10px;
  }

  section{
      background: none;
  }

	

	footer > div > div > .col-md-9{
		padding-right: 15px;
		vertical-align: top;
		text-align: center;
	}
	footer > div > div > .col-md-9 > img{
		margin-bottom: 80px;
	}


	.text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
	
    footer > div > div > .col-md-9 > img:first-child{
	margin-right: 0px;
    }
    .galleryThumbs{
        padding-left: 0px;
    }
    .galleryThumbs li {
        float: left;
        width: 45%;
        margin-right: 10px;
        margin-bottom: 20px;
        overflow: hidden; 
    }
}



.active a{
    color: red;
    
}
