body {background-color: #EDEDED}

h1 { color: #545454; margin: 120px 0 50px 0;}
@media only screen and (max-width: 767px) { h1 { color: #545454; margin: 20px 0 50px 0;}}

p, ul, ol { color: #545454; font-size: 0.9em; text-align: justify; padding-right: 0px; }
/*.elvalaszto {background: url(../images/design/elvalaszto-vonal.png) center repeat-x; width: auto; height: 1em; margin: 40px 0 0px 0;}*/

.white {color: #fff;}
.border { border: 1px solid black; }

.price { color: #C5861F; font-size: 16px; font-weight: bold;}
.price span { color: #545454; font-size: 0.9em; text-align: justify; padding-right: 0px; font-weight: normal; }

/* gombok */
.btn_sarga,
input[type="submit"].btn_sarga {
  display: inline-block;
  vertical-align: top;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.65em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  background: #C5861F;
  padding: 0.9em 2em;
  text-transform: uppercase;
}
.btn_sarga:hover,
input[type="submit"].btn_sarga:hover {
  color: #fff;
  background: #E1A540; /*#B77D1E;*/
}
.btn_szurke,
input[type="submit"].btn_szurke {
  display: inline-block;
  vertical-align: top;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.65em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  background: #666;
  padding: 0.9em 2em;
  text-transform: uppercase;
}
.btn_szurke:hover,
input[type="submit"].btn_szurke:hover {
  color: #fff;
  background: #7A7A7A;
}





/* footer */

footer {
	position: relative;
	margin: 0 auto;
	/*background-color: #C5861F;*/
  width: 100%;
	height: 230px;
	padding-top: 10px;

	color: #fff; /*#838383;*/
	font-size: 0.8em;
  /*  border: 1px solid red;  */

    background: radial-gradient(circle at 0% 50%, rgba(96, 16, 48, 0) 9px, #b87c1b 10px, rgba(96, 16, 48, 0) 11px) 0px 15px,
radial-gradient(at 100% 100%, rgba(96, 16, 48, 0) 10px, #b87c1b 10px, rgba(96, 16, 48, 0) 11px),
#C5861F;
background-size: 30px 30px;
}

.color_bg_holder {
  position: relative; 
  margin: 0 auto; 
  padding: 20px; 
  /*background-color: #C5861F; */
  overflow: hidden; 
  background: radial-gradient(circle at 0% 50%, rgba(96, 16, 48, 0) 9px, #b87c1b 10px, rgba(96, 16, 48, 0) 11px) 0px 15px,
radial-gradient(at 100% 100%, rgba(96, 16, 48, 0) 10px, #b87c1b 10px, rgba(96, 16, 48, 0) 11px),
#C5861F;
background-size: 30px 30px;

}

.right {float: right;}
.left {float: left;}



/* feedback */

/*textarea { max-width: 770px;}*/
input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 14px;
  color: #fff; /*#545454;*/
  border: 1px solid #CCCCCC;
  background-color: transparent;
  padding: 15px;
  border-bottom: solid 2px #c9c9c9;
    transition: border 0.3s;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  box-shadow: none;
  border-color: #CCCCCC;
    border-bottom: solid 2px #fff; /*#7A7A7A;*/
    color: #fff;
}

/*MEDIA QUERY
@media only screen and (max-width : 640px) {

  textarea { max-width: 600px;}
  input[type="text"],
  input[type="email"],
  textarea {
    margin: 20px 0 16px 30px;
    font-size: 14px;
    color: #fff; 
    border: 1px solid #CCCCCC;
    background-color: transparent;
    padding: 15px;
    border-bottom: solid 2px #c9c9c9;
      transition: border 0.3s;
  }
  input[type="text"]:focus,
  input[type="email"]:focus,
  textarea:focus {
    box-shadow: none;
    border-color: #CCCCCC;
      border-bottom: solid 2px #7A7A7A;
      color: #666;
  }
}*/


/* captcha-hoz kell a form-ba antispam kod  
.input-groups {
  padding: 0 0 0 10px;
  margin: 0;
}
.input-groups .input-prepend {
   display: inline-block;
  background-color: transparent;
  border: 1px solid #cccccc;

  padding: 0;

  line-height: 1.65em;
  font-size: 12.75px;
  white-space: nowrap;
}
*/
.user-data .input-groups input[type="text"] {
  width: 96%;
  font: 14px Helvetica, sans-serif;
  padding: 15px 20px;
  text-align: left;
  margin: 0 10px 0 0;
  border: 1px solid #ccc;
  border-left: none;
  background-color: transparent;
  color: #7a7a7a;
  text-transform: uppercase;
}


/* tools message */
.tools-message {
  display: none;
  position: fixed;
  z-index: 100;
  top: 5px;
  left: 5px;
  max-width: 350px;
  line-height: 1.7;
  font-size: 95%;
  padding: 12px 15px;
  color: #fff; /*#0f0f0f;*/
  background: #e0e3e5;
}
.tools-message-red {
  background: #de2c3b;
}
.tools-message-green {
  background: #2c9f42;
}
.tools-message-orange {
  background: #C5861F;
}


/* Arak lista ul li */
li {
  /*padding-left: 10px;*/
}
li:hover {
  color: #393939; /*#cecece;*/
  cursor: default;
  /*padding-left: 20px;*/
}

/* Google Map */
    .google-maps {
        position: relative;
        padding-bottom: 55%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
