/* bootstrep módosított rész */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  borders: 0; 
  font-family: 'Bree Serif'; 
  font-weight: 400;
  font-size: 13px;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ------------------------ */

.main-image {
	background: url('../img/head_img.jpg');
	background-size: cover;  
	color: #fff;
	text-align: center;
	padding-top: 50px;		/* (logo 150) + 50 + 200 = head 400 */
	padding-bottom: 200px;
	line-height: 1.7;
}
.main-image .title {
	font-size: 45px;
	font-weight: 700;
	margin: 0 0 20px 0;
}
.box {
	background: #f4f4f4;
	padding: 20px;
	color: #000;
	margin-top: 5px; 
}
.box h1 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0;
}
.box h2 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	margin: 10px 0;
}
.box1 {
	background: #AAAAAA;
	padding: 20px;
	color: #fff;
	margin-top: 5px; 
}
.box1 h1 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0;
}
.box1 h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin: 10px 0;
}

.box2 {
	background: #AAAAAA;
	padding: 10px;
	color: #fff;
	margin-top: 5px; 
}
.box2 h1 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0;
}
.box2 h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin: 10px 0;
}


b.a { font-weight: bold; font-family: 'Bree Serif'; }
b.b { font-weight: bold; font-family: 'Times New Roman, Times, serif'; }
b.c { font-weight: bold; font-family: 'Arial, Helvetica, sans-serif'; } 

p.a { font-family: 'Bree Serif'; }
p.b { font-family: 'Times New Roman, Times, serif'; }
p.c { font-family: 'Arial, Helvetica, sans-serif'; } 

h1.a { font-family: 'Bree Serif'; }
h1.b { font-family: 'Times New Roman, Times, serif'; }
h1.c { font-family: 'Arial, Helvetica, sans-serif'; } 

/*
a { text-decoration:none; font-size: 20px; color: #FFFF00;}
*/

a { text-decoration:none; }

.clear:before,
.clear:after {
	content:" ";
	display: table
}
.clear:after { clear: both }
.arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle
}
.arrow.down {
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}
.arrow.up {
	border-bottom: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

/* #C04317; #AAAAAA */

nav {
	width: 100%;
	background: #C04317;  
}
nav .navbar {
	width: 95%;
	max-width: 1140px;  
	margin:0 auto
}
nav a { color: #fff }
nav .logo {
	float: left;
	display: inline-block;
	font-size: 30px;
	font-weight: bold
}
nav .menu-toggle {
	cursor: pointer;
	display: none;
	float: right;
	padding: 12px;
	margin: 10px 0;
	background: #C04317;
	transition: background-color .5s
}
nav .icon-bar {
	background-color: #fff;
	display: block;
	width: 22px;
	height: 2px
}
nav .icon-bar + .icon-bar { margin-top: 4px }

/* ----------------------------------- */

stitle {
	width: 100%;
	background: #C04317;  
}
stitle .stitlebar {
	padding-top: 10px;
	width: 95%;
	max-width: 1140px;  
	margin:0 auto
}

stitle .stitlelogo {
	float: left;
	display: inline-block;
  	/* padding-left: 80px;
	padding-right: 200px; */
	font-size: 30px;
	font-weight: bold
}

/* ----------------------------------- */

.topnav {
  overflow: hidden;
  background-color: #E65626;	
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 12px;
}

.active {
  background-color: #A43713;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 12px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit; 
  font-family: inherit;
  margin: 0;
}

.dropdown .dropbtn_active {
  font-size: 12px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: #A43713;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ccc;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 700px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* --------------------------- */

.bottomnav a {
  float: center; 
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 5px 5px; 
  text-decoration: none;
  font-size: 12px;
}

.bottomnav a:hover {
  background-color: #555;
  color: white;
}

/* --------------------------- */


.footer{ 
	margin:0 auto; 
	margin-top:20px; 
	overflow:hidden;
}
.footer p{
	text-align:center; 
	color:#fff; 
	padding-bottom:20px;
}

@media(max-width:700px) {
	p {
		font-size: large; 
	}
}

ul.circle {list-style-type: circle;}
ul.square {list-style-type: square;}
ul.alpha {list-style-type: lower-alpha;}
ul.decimal {list-style-type: decimal;}

ul.a {
  list-style-position: outside;
}

ul.b {
  list-style-position: inside;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
margin-top: 10px; 
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* ----------------------------------- */
.parent {
  position: relative;
  width: 100%;
  margin: 0% auto 0 auto; /* positioning tweak */
}

.parent:before {
  content: "";
  display: block;
  padding-top: 61.37%; 
}

.ryu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  
  background:  url('../images/epuletek.gif') no-repeat 0 0%;
  background-size: 100%;
  animation: sprite 8.5s steps(45) infinite;
}

@keyframes sprite {
  from { background-position: 0 0%; }
  to { background-position: 0 100%; }
}

/*
style="border-top: 1px solid; border-left: 1px solid; border-right: 1px solid; border-bottom: 1px solid; border-color: #000000; background-color: #ffffff;"
*/

#example1 {
  border: 1px solid black;
  padding: 10px;
  border-radius: 20px;
}

#example2 {
  border: 2px solid red;
  padding: 10px;
  border-radius: 50px 20px;
}