@font-face {
    font-family: 'open_sans';
    src: url('font/OpenSans-Regular-webfont.eot');
    src: url('font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Regular-webfont.woff2') format('woff2'),
         url('font/OpenSans-Regular-webfont.woff') format('woff'),
         url('font/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'open_sans';
    src: url('font/OpenSans-Bold-webfont.eot');
    src: url('font/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Bold-webfont.woff2') format('woff2'),
         url('font/OpenSans-Bold-webfont.woff') format('woff'),
         url('font/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('font/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
  font-weight: 700;
  font-style: bold;
}


/* CSS reset + html5shiv.js + respond.js */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  height: 100%;
}
body {
  margin: 0;
  height: 100%;
}
article,
figure,
footer,
header,
menu,
nav,
section,
main {
  display: block;
}
p,
ul,
li {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  outline: 0;
  border: none;
  color: inherit;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
input::-moz-focus-inner {
  border: 0;
}
a:hover {
  opacity: 0.8;
}

:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
img {
  height: auto;
  border: 0;
}


/* SVG scale */

figure {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
figure > img, svg {
  width: inherit;
  max-width: 100%;
  height: auto;
}


/* MAIN stylesheets */

body
{
  font-family: 'open_sans', sans-serif;
	color: #563a31;
	font-size: 24px;
  background: white;

}

/* WRAP – PANE */

#wrap{ height: 100%; width: 100%; }
.pane { overflow: hidden; position: relative; }

/* Desing Color Line */

.colorline {
  height: 5px;
  width: 100%;
  opacity: 1;
  position: relative;
  z-index: 1;
}
.c-one {
  background: #F8CF63; 
}
.c-two {
  background: #e29228; 
}
.c-three {
  background: #563a31; 
}
.c-four {
  background: none;
  border-bottom: 1px dashed #ccc; z-index: 1;
}


/* HOME pane */

.home { 
  background: url(bg-rpt-2.png); 
  margin: 5px; 
  border: 1px dashed #ccc; 
  text-align: center;

}

header {  
  color: #563a31;
  text-shadow: 3px 3px 3px #fff;
  padding: 0px;
   }

header p { margin:0px; padding: 0px;  font-size: 24px; font-weight: 400; }

.homeTXT { padding: 10px 0px 20px 0px;}


/* INTRO pane */

.intro { background: url(bg-rpt-4.png); }

.introwrap {
width: 100%;
height: 100%;
background-image:url('jenes_bence.png');
background-repeat:no-repeat;
-webkit-background-size:contain;
-moz-background-size:contain;
-o-background-size:contain;
background-size:contain;
background-position:left; 
}

.introTXT { padding: 0px 50px 0px 40px; }
.introTXT p { margin: 0 0 40px 0; }
.introTXT h1 { margin: 0px; padding: 0px; font-weight: 700; font-size: 50px; line-height: 50px; }
.introTXT h2 { margin: 0px; padding: 0px 0px 30px 30px; font-size: 40px; font-weight: 400; }


/* Contact Pane */

.contact {  background: url(bg-rpt-2.png);}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.logoFOOTER {
  text-align: center;
  padding: 0 0 10px 0;
}
.logoFOOTER>figure>img {
  max-width: 300px;
}

.ncclose-icon { 
  background: white; 
  text-align: center; 
  font-size: 32px;
  margin-left:auto; 
  margin-right:0; 
  width: 45px; 
  height: 40px; 
  position: relative; 
  z-index: 2; 
}

#ftrRW {
  border: 10px solid white;
  padding: 15px;
  background: url(bg-rpt-2.png);
   -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
}

.snd {
  width: 100%;
  color: white;
  background: #33211a;
  text-align: center;
  margin: 10px 0 10px 0;
  padding: 5px 0 5px 0;
}

.sndCONT { z-index: 5; position: relative;}
.sndCONT a { text-decoration: none;  text-transform: uppercase; font-weight: 700;}
.sndCONT a:hover {text-decoration: none;}

.ncclose-button { z-index: 5; position: relative; }

.contact-button { 
  position: relative; 
  z-index: 2; 
  display: none;  
  margin: 0 auto;
  color: white;
  background: #33211a;
  text-align: center;
  margin: 10px 0 10px 0;
  padding: 5px 0 5px 0; }

.drss {
  border: 1px dashed #ccc;
  border-left: 0px;
  border-right: 0px;
  padding: 10px 10px 10px 10px;
}

.drss h1 { margin: 0px; padding: 0px; font-weight: 700; font-size: 40px; line-height: 40px;}
.drss h2 { margin: 0px; padding:0 0 30px 0; font-weight: 400; font-size: 30px;}

#map-canvas {
 height: 100%;
width: 100%;
position:absolute;
top: 0;
left: 0;
z-index: 0;
margin: 15px 0;

}


/* Media Queries */

@media(min-width:768px) {
	
  body { overflow: hidden;}

	.pane { height: 100%; }

  .home {text-align: center; }

	.contDIV {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  resize: both;
}

.contDIV .innerDIV {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  resize: both;
}

.cntcDIV {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  resize: both;
}

.cntcDIV .cntcinnerDIV {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  resize: both;
  z-index: 1;
}

}


@media(max-width:767px) {

  body { font-size: 20px; }
  .nav-updater { display: none; }
  #wrap { height: auto; overflow: hidden; }
  .pane { height: 100%; }
  
  .home { padding: 0 0 20px 0; }
   header img { max-width: 200px; }
  .scrlldown { max-width: 50px; }
  
  .innerDIV { padding: 10px; }

  .introwrap { background: none; }


  .introTXT {  padding:0px; }
  .introTXT p { margin: 0 0 40px 0; }
  .introTXT h1 { margin: 0 0 5px 0; padding: 0px; font-weight: 700; font-size: 30px; line-height: 30px; }
  .introTXT h2 { margin: 0px; padding: 0px 0px 30px 0px; font-weight: 400; font-size: 25px; line-height: 25px; }

  .cntcDIV .cntcinnerDIV { margin: 25px 10px }

  .drss h1 { margin: 0 0 5px 0; padding: 0px; font-weight: 700; font-size: 30px; line-height: 30px;}
  .drss h2 { margin: 0px; padding:0 0 30px 0; font-weight: 400; font-size: 25px; line-height: 25px;}
  .drss p { font-size: 18px; }


	
}

@media (min-width: 768px) and (max-width: 991px) {
 .introwrap { background: none; }
}

@media (min-width: 992px) and (max-width: 1199px) {
 
}



/* NAVIGATION - scrollspy */

.nav-updater
{
	webkit-user-select: none;
	z-index: 101;
}
.nav-updater
{
	border-radius: 15px;
	ms-transform: translate(0,-40%);
	overflow: visible;
	padding: 10px 10px 0 10px;
	position: fixed;
	right: 25px;
	text-align: center;
	top: 50%;
	transform: translate(0,-40%);
	transition: all .3s;
	webkit-transform: translate(0,-40%);
	webkit-transition: all .3s;
	width: 36px;
	z-index: 101;
}
.nav-updater ul
{
	margin: 0 auto;
	padding: 0;
}
.nav-updater li
{
	background: #563a31;
	border-radius: 15px;
	font-size: 0;
	height: 16px;
	margin-bottom: 16px;
	overflow: hidden;
	text-indent: 100%;
	transition: all .3s;
	webkit-transition: all .3s;
	white-space: nowrap;
	width: 16px;
}
.nav-updater .active
{
	background: transparent;
	box-shadow: 0 0 0 2px #563a31;
}
.nav-updater a
{
	display: block;
	height: 100%;
	width: 100%;
}


.nav-updater.active-pane-home,.nav-updater.active-pane-contact
{
	background: #FFF;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}


.nav-updater.active-pane-home li
{
	background: #563a31;
}
.nav-updater.active-pane-home .active
{
	background: transparent;
	box-shadow: 0 0 0 2px #563a31;
}



.nav-updater.active-pane-contact li
{
	background: #563a31;
}
.nav-updater.active-pane-contact .active
{
	background: #fff;
	box-shadow: 0 0 0 2px #563a31;
}







/* contact form */

.main-form { display: none; }

 #contact_form{
  width:auto;
  padding:10px;

  font-size: 18px;
  color: #FFF;
  margin-right: auto;
  margin-left: auto;
}
#contact_form label{
  display: block;
  margin-bottom:5px;
}
#contact_form label span{
  float:left;
  width:100px;
  color:#FFFFFF;
  font-weight:bold;
  padding-bottom:5px;
  font-size: 18px;
}
#contact_form input{
  height: 30px;
  border: 2px solid #ccc;
  padding-left: 4px;
  color: #333333;
  width: 100%;
  margin-bottom: 5px;
}
#contact_form textarea{
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  padding-left: 4px;
  color: #666;
  height:100px;
  width: 100%;
  margin-bottom: 5px;
}
.submit_btn {
  border: 2px solid #D8D8D8;
  padding: 5px 15px 5px 15px;
  color: #333;
  background-color:#FFFFFF;
  font-weight:bold;
  font-size:20px;
  

}
.submit_btn:hover 
{
  background: #ECECEC;
}
.success{
  padding: 0 0 0 20px;
  margin-bottom: 10px;
  border: 2px solid #563a31;
  font-weight: bold;
  color: #563a31;
  font-size:20px;
  background: white;

}
.error{
  padding: 0 0 0 20px;
  margin-bottom: 10px;
  border: 2px solid #563a31;
  font-weight: bold;
  color: #563a31;
  font-size:20px;
  background: white;

}




/* FONTELLO ICONS */


@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?30655832');
  src: url('font/fontello.eot?30655832#iefix') format('embedded-opentype'),
       url('font/fontello.woff?30655832') format('woff'),
       url('font/fontello.ttf?30655832') format('truetype'),
       url('font/fontello.svg?30655832#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
 
.icon-facebook-squared:before { content: '\e800'; } /* '' */
.icon-facebook-squared-1:before { content: '\e801'; } /* '' */
.icon-facebook:before { content: '\e802'; } /* '' */
.icon-mail:before { content: '\e803'; } /* '' */
.icon-mail-alt:before { content: '\e804'; } /* '' */
.icon-cancel:before { content: '\e805'; } /* '' */
.icon-location:before { content: '\e806'; } /* '' */
.icon-mobile:before { content: '\e807'; } /* '' */

