*{
  margin: 0px;
  padding: 0px;
}
body, html{
  height: 100%;
}



body{

 font-family: 'Open Sans Condensed', sans-serif;  
 /* font-family: 'Farsan', cursive; */
 background-color:#f3f3f3;
 font-size:2em;
 /*árvíztűrőtükörfúrógép*/
}

/*http://www.viko.net/en/*/
/*desert css*/

.clearfloat { display: inline-block; }
.clearfloat:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
html .clearfloat { height: 1%; }
.clearfloat { display: block; }


.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1; /* ie 6/7 */
}

.right, div.right {float: right ! important;}
.right.t {text-align:right;}
.left, div.left {float: left ! important;}


.home{
  height: 100vh; /*37.5em;*/
  box-sizing: border-box;


  /* font-family: 'Source Sans Pro', sans-serif; */
  /* font-family: 'Open Sans Condensed', sans-serif;  */
  font-weight: 800;
  z-index:1;
  overflow:hidden;
}


.inner{
  /*height: 61.8vh;*/ /*golden*/
  height: 30vh;
    
}

.header-bg{
  background: url("/css/img/banner5.jpg") center center no-repeat;
  position: relative;
  height:100%;
  background-size: 100% auto;
  width:100vw;
  height:100vh;
  overflow:hidden;
}

.header-bg.referenciak{
  background: url("/css/img/reference_bg.jpg") center center no-repeat;
  position: fixed;
  height:100%;
  background-size: 100% auto;
  width:100vw;
  height:100vh;
  overflow:hidden;
}


.content-top{

  height:100%;
  margin-top: 50px;
  /*box-shadow: 0 0 20px 5px hsla(26, 100%, 50%, 1) inset;*/

}




/*bootstrap*/

.navbar-brand{
padding-top: 8px;

}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: absolute !important;
    right: 0;
    left: 0;
    z-index: 1030; 
 }

  .sticky{
      position:fixed !important;
      top:0;
      background-color: rgba(0,0,0,0.3) !important;
      border-bottom: 1px solid hsla(26, 100%, 50%, 1) !important;
    }

   /* Shadow */
   a.menu {

    color: hsla(0, 0%, 100%, 1) !important;

    font-size: 20px;
    box-sizing:content-box;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1); 
    padding:15px 15px;
    font-family: 'Raleway', sans-serif;
    font-weight:400;

    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow padding-bottom color;
    transition-property: box-shadow padding-bottom color;
  }



  a.menu:hover, a.menu:focus, a.menu:active {
    box-shadow: 0 10px 8px -10px rgba(0, 0, 0, 1);
    padding-bottom: 8px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1); 
    color: hsla(0, 0%, 100%, 1) ;
    opacity:1 !important;
  }

  a.menu.current{
    color: hsla(26, 100%, 50%, 1)  !important;

  }





  .navbar-inverse {

   background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%); 
   /*background: rgba(0, 0, 0, 0); */
   border: none;

 }


 .nav-right{
	/*position:absolute;
	bottom:0px;
  right:0px; */
  float:right;

}



#navbar-cont:hover a.menu{
    opacity:0.7;

}

main {
  z-index:10;
  display:block;
  position: relative;
 
  /*border-top:1px solid hsla(26, 100%, 50%, 1);*/
  /*box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.5);*/
}

.content{
   background-color: #f3f3f3;
  height:100%;
  min-height: 30vh;

}

.header-slogan{
  padding-top:20vh;
  clear:both;
}

.header-slogan p{
  color:#000;
  font-size:26px;

}

h1.black, h1.slogan, h2.category, h3.category{
	font-size:40px;
  /*font-family: 'Lobster', cursive;*/
  font-family: 'Raleway', sans-serif !important;
  color:#414141;

}


h1.slogan{
  color:#000;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  font-weight: 200;
}
h2.category{
	font-size:36px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  font-weight:200;
  width:auto;
  text-align: center;
  /*float:left;*/
  /*font-family: 'Open Sans Condensed', sans-serif !important;*/
  display: inline;
}

h3.category{
  font-size:30px;
  /*text-align:auto;*/
  /*font-family: 'Open Sans Condensed', sans-serif;*/
  font-family: 'Raleway', sans-serif;
  font-weight:400;
  color:hsla(0, 0%, 17%, 1);
}



.btn-more{
  color:#fff;
  background-color: hsla(87, 65%, 50%, 1);
  border:1px solid  hsla(87, 45%, 50%, 1);
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  margin-top:15px;
  /*font-family: 'Farsan', cursive;*/
  font-size:20px;

}
.btn-more:hover{
  background-color: hsla(87,75%, 50%, 1);
  border:1px solid  hsla(87, 65%, 50%, 1);
  color:#fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.btn-more:hover > .link_icon {
  visibility: visible;
  width:24px;

}

.link_icon{
  width:0;
  visibility: hidden;
  transition: width 0.3s;
}


.more-sm{
  font-size: 20px;
  display: inline;
}

.center_line_cont , .center_line_cont.full_line{
  text-align: center;
  
  max-width: 50vw;
  overflow: hidden;
  float:none;
  margin-left: auto;
  margin-right: auto;
}
.center_line_cont.full_line{
  max-width: 100vw;

}

.center_line_cont .center_line_text {
  display: inline-block;
  position: relative;  
  color:#000;
  font-family: 'Raleway' ,sans-serif;
  font-weight: 200;
}

.center_line_cont .center_line_text:before, .center_line_cont .center_line_text:after, .center_line_cont.full_line .center_line_text:after,
.center_line_cont.full_line .center_line_text:before {
  content: "";
  position: absolute;
  /*border-top:1px solid #414141;*/
  
  height: 1px;
  min-width:5vw;
  margin-top: 0.7em;
  top: 0;
  text-align: center;
}

.center_line_cont.full_line .center_line_text:after,
.center_line_cont.full_line .center_line_text:before {
  height: 2px;
  min-width:70vw;
  margin-top: 0.5em;
}

.center_line_cont .center_line_text:before{
 right: 100%;
 margin-right: 10px;
 background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.8));
}
.center_line_cont .center_line_text:after {
 left: 100%;
 margin-left: 10px;
 background-image: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0));
}


section{
  padding-top:30px;
}

.catbox{
  display:block;
  box-sizing: border-box;
  padding:10px;
  min-height: 30vh;
  /*border-top:1px solid hsla(0, 0%, 100%, 1);
  border-bottom:1px solid hsla(0, 0%, 80%, 1);
  */
}

.catbox:nth-child(odd){
  background: #fff;
  border-radius:10px;
  box-shadow: 0px 0px 3px -2px rgba(0,0,0,0.5);
}



.catbox svg, .svg{
  margin:auto;
  max-width:240px !important;
  max-height:240px !important;
  display:block;

}

.footer{
  background-color: hsla(87, 0%, 14%, 1);
  bottom: 0;
  min-height: 300px;
  position: static; 
  width: 100%;

}


/* mouse anim */

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes scroll {
  0% {
    -moz-transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}


.center-it {
  position: relative;
  top: 12vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.caption {
  margin-top: 0px;
  font-family: 'Raleway' ,sans-serif;
  text-shadow: 1px 1px 5px rgba(250, 250, 250, 0.3);
  font-weight: 400;
}

.mouse {
  display: inline-block;
  height: 44px;
  width: 28px;
  border-radius: 12px;
  border: 2px solid #fff;
  text-align: center;
}
.mouse:after {
  display: inline-block;
  height: 8px;
  width: 4px;
  background-color: #fff;
  border-radius: 50%;
  position:relative;
  top:-8px;

  content: "";
  -webkit-animation: scroll 1.3s ease-out infinite forwards;
  -moz-animation: scroll 1.3s ease-out infinite forwards;
  animation: scroll 1.3s ease-out infinite forwards;
}

span.unu , span.doi ,span.trei 
{
  text-align: center;
  display: block;
  width: 20px;
  height: 20px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  position: relative;
  top:10px;
  transform: rotate(45deg);
  left:calc(50% - 10px);
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  margin: 0;
}

.unu
{
  margin-top: 10px;
}

.unu, .doi, .trei
{
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { border-color: hsla(0, 0%, 10%, 1); }
  50%  { border-color: hsla(0, 50%, 100%, 1); }
  100% { border-color: hsla(26, 100%, 50%, 1); }
}






