/* CSS reset + html5shiv.js + respond.js */
@font-face {
    font-family: 'dosis';
    src: url('font/Dosis-Bold-webfont.eot');
    src: url('font/Dosis-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Dosis-Bold-webfont.woff2') format('woff2'),
         url('font/Dosis-Bold-webfont.woff') format('woff'),
         url('font/Dosis-Bold-webfont.ttf') format('truetype'),
         url('font/Dosis-Bold-webfont.svg#dosisbold') format('svg');
    font-weight: 700;

}
@font-face {
    font-family: 'dosis';
    src: url('font/Dosis-Medium-webfont.eot');
    src: url('font/Dosis-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Dosis-Medium-webfont.woff2') format('woff2'),
         url('font/Dosis-Medium-webfont.woff') format('woff'),
         url('font/Dosis-Medium-webfont.ttf') format('truetype'),
         url('font/Dosis-Medium-webfont.svg#dosismedium') format('svg');
    font-weight: 500;

}
@font-face {
    font-family: 'dosis';
    src: url('font/Dosis-Regular-webfont.eot');
    src: url('font/Dosis-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Dosis-Regular-webfont.woff2') format('woff2'),
         url('font/Dosis-Regular-webfont.woff') format('woff'),
         url('font/Dosis-Regular-webfont.ttf') format('truetype'),
         url('font/Dosis-Regular-webfont.svg#dosisregular') format('svg');
    font-weight: 400;

}

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; text-decoration: none;
}
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 CONTENT */

body {
  font-family: 'Dosis', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #444;
  background: url("ricepaper2.png") repeat;
}

hr { border-top-color: #ccc; }

strong {  font-weight: 500; }


/* NAVBAR */

.navbar { 
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  background: #efecdf; border-bottom: solid 1px #338a91; 
  -webkit-box-shadow: 0px 16px 29px -4px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 16px 29px -4px rgba(0,0,0,0.14);
  box-shadow: 0px 16px 29px -4px rgba(0,0,0,0.14);
}

.navbar h1 { margin: 0px; font-size: 18px; font-weight: 700; }

.navbar-nav li a { color: #24696b!important; }

.navbar-brand { margin-top: -10px; }

.navbar-brand img { height: 40px; }

.dropdown-menu { background-color: #efecdf; }

.dropdown-menu>li>a { background-color: #efecdf; font-size: 18px; }

.navbar-right { text-align: right; color: #24696b; padding: 5px 5px 0; }

.navbar-right li a { font-weight: 700; }


/* FOOTER */

footer { 
  background-color: #efecdf; 
  border-top: solid 1px #b3d8db; 
  margin-top:30px; 
  text-align: center; 
  padding: 10px 10px 13px 10px; 
  font-weight: 400; 
}

footer a { font-weight: 400; color: #24696b; }

footer h1 { font-size: 19px; margin: 0px; }


/* INDEX PAGE */


.contDIV {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  resize: both;
  background: url("main_bckgrnd.jpg") bottom center;
  padding: 20px 0;
  margin-top: 51px;
}

.bioCONT { margin-top:30px; padding: 40px 0 20px 0; border-right:1px solid #338a91;   font-size: 19px; line-height: 24px; }

.bioCONT ul li { display: inline; list-style: none; margin: 0 0 0 5px;  }

.bioCONT ul li a { background: #338a91; color: #efecdf; padding: 10px; font-size: 25px; display: inline-block; cursor: pointer;  }

#info ul li { display: block;  }

.infoLOGO { max-width: 200px; }

.introTXT p { padding-bottom:10px; }

.ritaphoto {
  max-width: 200px;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: white;
}

.ritabio { padding:10px 0 0 5px; }

.turablock { 
  color: #efecdf; 
  font-weight: 500; 
  height: 180px; 
  max-width: 300px;  
  margin:0 auto; 
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 10px 1px #aaa;
          box-shadow: 0px 0px 10px 1px #aaa;
   }

.turablock h2 { 
  padding: 10px 5px 10px 10px;    
  background: rgb(51, 138, 145); 
  background: rgba(51, 138, 145, 0.8);
  text-shadow: 1px 1px 1px #053b22;
  font-size: 21px;
}

.tura1 { background: url("tura1.jpg"); }
.tura2 { background: url("tura2.jpg"); }
.tura3 { background: url("tura3.jpg"); }
.tura4 { background: url("tura4.jpg"); }


/* BALATON REGIO */

.balatonregio { margin: 60px 0; }

.balatonregio h2 { padding-top: 70px; margin-top: -70px; }

.balatonregio p { padding-bottom: 20px; }

.regioNAV { margin: 10px 0 50px 0;  }

.regioNAV ul li {
  text-align: center; 
  list-style: none; 
  background-color: #338a91; 
  display: inline; 
  padding: 10px 30px 10px 30px; 
  margin: 1px 5px 1px 5px; 
}

.regioNAV a { color: #efecdf; font-weight: 500; }

.photoCONT { margin-top:20px; margin-bottom: 20px; max-width: 600px; }

.photoCONT img { border: #999 1px solid; padding: 5px; }

.photoCONT figcaption { font-weight: 500; }


/* Borturak */

.borturak { margin: 60px 0; }

.borturak p { padding-bottom: 20px; }

.borturak img { max-width:400px; margin: 30px 0 30px 0; }

.turaNAV { margin: 0px 0 10px 0;  }

.turaNAV ul li { 
  text-align: center; 
  list-style: none; 
  margin: 1px 5px 1px 5px;

}

.turaNAV a { 
  list-style: none;
  color: #efecdf; 
  font-weight: 500;       
  background-color: #338a91; 
  display: block;
  padding: 10px 30px 10px 30px; 
}

.turaNAV a:hover { text-decoration: none; }

.turakCONT { padding: 10px 0; }

.turakCONT h2 { padding-top: 70px; margin-top: -70px; }

.turakCONT ul { margin: 0 0 0 20px; }

.turakCONT ul>li { list-style-type: none; }

.turakCONT ul>li>span { color: #297a78; }

.turakCONT ul>li:before {
    content: "–";
    padding-right:10px;
    color: #297a78;
    font-weight: 500;
}


/* Boraszatok  */

.boraszatok { margin: 60px 0; }

.boraszatok figure { display: block; padding:20px; }

.boraszatok img { padding: 5px; border: 1px solid #ccc; font-size: 17px; max-width: 400px; }

.boraszatok article h1 { font-size: 22px; color: #338a91; }

.modal-body p { margin-bottom:5px; }

.boraszatokNAV ul li {
  text-align: center; 
  list-style: none; 
  background-color: #338a91;  
  margin: 1px 5px 1px 5px; 
}

.boraszatokNAV a { 
  padding: 10px 30px 10px 30px; 
  display: block;  
  color: #efecdf; 
  font-weight: 500; 
}


/* Utazás, szállás */

.utazas-szallas { margin: 60px 0; }

.utazas-szallas p { margin-bottom:5px; }

.utazas-szallas a { color: #338a91; }

.utazas-szallas i { color: #338a91 }

/* Foglalás */

.foglalasFRAME { position: absolute; height: 100%; width: 100%; border: none; padding-top: 53px; }

.foglal-c { margin-top: 0px;}

.foglal-c-CONT {  padding: 40px 0 20px 0;  font-size: 19px; line-height: 24px; }

.foglal-c-CONT ul li { display: inline; list-style: none; margin: 0 0 0 5px;  }

.foglal-c-CONT ul li a { background: #338a91; color: #efecdf; padding: 10px; font-size: 25px; display: inline-block; cursor: pointer;  }

/* Media Queries */

@media only screen and (min-width: 1200px) {  }

@media only screen and (min-width: 992px) and (max-width: 1199px) { 

.bioCONT { 
  border-top:1px solid #ccc; 
  border-bottom:1px solid #ccc; 
  margin-top:20px; padding: 10px 0 10px 0; 
  padding-right:0px; border-right:none;   
  font-size: 20px; 
  line-height: 23px;} 

.ritaphoto { max-width: 130px; }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {  

.regioNAV ul li { display: block; }
.navbar-right { display: none; }

.bioCONT { 
  border-top:1px solid #ccc; 
  border-bottom:1px solid #ccc; 
  margin-top:20px; padding: 10px 0 10px 0; 
  padding-right:0px; border-right:none;   
  font-size: 20px; 
  line-height: 23px;
} 

.ritaphoto { max-width: 130px; }
.ritabio { padding: 0px; }

}

@media only screen and (max-width: 767px) { 

.contDIV { height: auto; min-height: 600px; }


.regioNAV ul li { display: block; }
.navbar-right { border-top:1px solid #ccc; }

.bioCONT { 
  border-top:1px solid #ccc; 
  border-bottom:1px solid #ccc; 
  margin-top:10px; padding: 10px 0 10px 0; 
  padding-right:0px; border-right:none;   
  font-size: 20px; 
  line-height: 23px;
} 

.frontLOGO { max-width: 200px;}
.ritabio { padding: 10px; }

}

@media only screen and (max-height: 400px) { 

.frontLOGO { max-width: 100px; }

.contDIV { height: auto; min-height: 300px;  }

}

@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?44553234');
  src: url('font/fontello.eot?44553234#iefix') format('embedded-opentype'),
       url('font/fontello.woff?44553234') format('woff'),
       url('font/fontello.ttf?44553234') format('truetype'),
       url('font/fontello.svg?44553234#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;
  opacity: 0.9; 
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;


 text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); 
}
 
.icon-direction:before { content: '\e800'; } /* '' */
.icon-location:before { content: '\e801'; } /* '' */
.icon-exchange:before { content: '\e802'; } /* '' */
.icon-bus:before { content: '\e803'; } /* '' */
.icon-cab:before { content: '\e804'; } /* '' */
.icon-mobile:before { content: '\e805'; } /* '' */
.icon-mail-alt:before { content: '\e806'; } /* '' */
.icon-mail:before { content: '\e807'; } /* '' */
.icon-twitter:before { content: '\e808'; } /* '' */
.icon-facebook-squared:before { content: '\e809'; } /* '' */
.icon-flight:before { content: '\e80a'; } /* '' */
.icon-building-filled:before { content: '\e80b'; } /* '' */
.icon-rail:before { content: '\e80c'; } /* '' */
.icon-taxi:before { content: '\e80d'; } /* '' */