/* ------------------GLOBAL -------------------*/
@font-face {
  font-family: 'OpenSans';
  src: url('../OpenSans-Regular.ttf');
}

body {
 padding: 0;
 margin:0;
 width:100%;
 min-height:100%;
 min-width:200px;
 font-size:15px;
 font-family: sans-serif, 'OpenSans';
 background-color:#fbfbfb;
 background: #fbfbfb url('../images/main_back.jpg') top left;
 background-repeat:repeat-y;
 overflow: hidden;
 overflow-y: scroll !important;
}

input[type="text"], input[type="password"], input[type="textarea"], select {
 border-style:solid;
 border-width: 1px;
 padding: 7px;
 font-size:13px;
 border-color: #E6E6E6;
 font-family: sans-serif, 'OpenSans';
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="textarea"]:focus, select:focus {
 -webkit-box-shadow: 0px 0px 11px 0px #106CE2;
 -moz-box-shadow: 0px 0px 11px 0px #106CE2;
 box-shadow:  0px 0px 11px 0px #106CE2;
}

textarea {
 padding:10px;
 font-family: sans-serif, 'OpenSans' !Important;
}

.head {
 width:100%;
 position:relative;
 background-color:#f7f7f7;
-webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.42);
-moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.42);
box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.42);
}

.head_container {
 max-width:1100px;
 margin-left:auto;
 margin-right:auto;
 padding-left:5px;
 padding-right:5px;
}

#logo_top {
 max-width:125px;
 float:left;
}

#slogen {
 font-size: 15px;
 font-weight: bold;
 color: #868686;
 margin-top: 25px;
 float: left;
 margin-left: 30px;
}

.container {
 width:100%;
 background: transparent url('../images/background.jpg') top center;
 background-repeat: no-repeat;
 background-size:cover;
}

.content_conatiner {
 max-width:1100px;
 margin-left:auto;
 margin-right:auto;
 padding:10px;
 padding-top:20px;
 background-color:#fff;
 border-style:solid;
 border-top:0px;
 border-bottom:0px;
 border-width:1px;
 border-color:#f3f3f3;
}

.content_conatiner img {
 cursor:pointer;
}

.referenciaink b {
 padding-right:10px;
}

.sor {
 display:block;
 margin-bottom:10px;
 border-style:dashed;
 border-color:#f5f5f5;
 border-left:0;
 border-top:0;
 border-right:0;
 border-width:1px;
}

.referencia_kep {
 border-style:solid;
 border-color:#c0c0c0;
 border-width:1px;
}

.elerhetosegek_top {
 float: right;
 font-size: 13px;
 font-weight: bold;
 color: #b1b1b1;
 margin-top: 35px;
 line-height:24px;
}

.elerhetosegek_top img {
 float:left;
 width:24px;
 margin-right:10px;
}

#hely {
 margin-right:20px;
}



#map {
 width:100%;
 height:400px;
 margin-bottom:-100px;
 border-style:solid;
 border-color:#c0c0c0 !Important;
}

#foot::before{
 content: ' ';
 display: block;
 width: 100%;
 height: 200px;
 background: #222222;
 transform: skewY(-4deg);
}

#foot {
 width:100%;
}

#foot_container {
 width:100%;
 position:absolute;
 background: #222222;
 margin-top:-100px;
 min-height:230px;
}

#foot_container_content {
 margin-left:auto;
 margin-right:auto;
 max-width:1080px;
 padding:10px;
 color:#fff;
}

#foot_container_left {
 float:left;
 line-height:30px;
}

#foot_container_right {
 float:right;
 text-align:right;
}

#logo_bottom {
 width:170px;
 margin-top:-50px;
}

#copy {
 text-decoration: none;
 font-size: 12px;
 float: right;
 margin-right: 2%;
 text-transform: uppercase;
 color: #505050;
 font-weight: bold;
 margin-bottom: 10px;
 margin-top: 100px;
}

.cleared {
 font: 0/0 serif;
 clear: both;
}
