div,
body {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
body {
  margin: 0;
  background: white;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100px;
  background: rgba(50, 50, 50, 0.7);
  vertical-align: middle;
  border-bottom: 1px solid #899c9f;
}
.header .logo_cont {
  width: 227px;
  height: 100px;
  margin-left: 10%;
  background: url('../images/logo.png') center no-repeat;
  vertical-align: middle;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.header .menu_cont {
  width: 500px;
  height: 100px;
  margin-left: 28%;
  vertical-align: middle;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.header .menu_cont .menu {
  box-sizing: border-box;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header .menu_cont .menu li {
  box-sizing: border-box;
  margin: 0 10px;
  padding-top: 38px;
  height: 100px;
  font-family: 'Droid Sans', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  border-top: 3px solid transparent;
  color: white;
  display: block;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.header .menu_cont .menu li:hover {
  color: #4bcaff;
}
.header .menu_cont .menu li.active {
  border-top: 3px solid #4bcaff;
  color: #4bcaff;
}
#home {
  position: relative;
  width: 100%;
  height: 600px;
  min-width: 850px;
  background: url('../images/home_bg.png') center no-repeat;
  text-align: center;
  padding-top: 100px;
}
#home .slider_cont {
  position: relative;
  width: 60%;
  min-width: 750px;
  height: 450px;
  margin: 0 auto;
  padding: 20px 0;
  vertical-align: middle;
  font-family: 'Lato', sans-serif;
}
#home .slider_cont .slider_element {
  width: 100%;
  color: white;
  vertical-align: middle;
}
#home .slider_cont .slider_element .slider_element_inner_cont {
  font-family: 'Lato', sans-serif;
  width: 750px;
  float: right;
  text-align: justify;
  margin-top: 100px;
  padding-right: 20px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
#home .slider_cont .slider_element .slider_element_inner_cont .bold {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
#home .slider_cont .slider_element .slider_element_inner_cont .title {
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  margin-bottom: 20px;
}
#home .slider_cont .slider_element .slider_element_inner_cont .content {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
#home .slider_cont .slider_element .slider_element_inner_cont .btn_more div {
  width: 200px;
  height: 60px;
  border: 2px solid white;
  border-radius: 8px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: white!important;
  padding: 15px 0;
  margin: 20px;
  text-align: center;
  float: right;
  clear: both;
}
#home .customNavigation .btn.prev {
  position: absolute;
  top: 310px;
  left: 12%;
  width: 63px;
  height: 63px;
  background: url('../images/slider_button.png') -63px 0;
}
#home .customNavigation .btn.next {
  position: absolute;
  top: 310px;
  right: 12%;
  width: 63px;
  height: 63px;
  background: url('../images/slider_button.png') -126px 0;
}
#leiras {
  position: relative;
  width: 100%;
  height: 576px;
  text-align: center;
  padding-top: 35px;
}
#leiras .title {
  margin: 0 auto 20px auto;
  font-family: 'Lato', sans-serif;
  color: black;
  font-size: 36px;
  font-weight: bold;
}
#leiras .title .subtitle {
  font-size: 18px;
  font-weight: normal;
}
#leiras .container {
  max-width: 1150px;
  height: 390px;
  margin: 50px auto;
  vertical-align: middle;
}
#leiras .container .element {
  width: 250px;
  height: 375px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
#leiras .container .element .image {
  width: 100%;
}
#leiras .container .element .title {
  width: 90%;
  height: 60px;
  margin: 20px auto 0 auto;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #8d8c8e;
  text-transform: uppercase;
}
#leiras .container .element .content {
  width: 90%;
  margin: 30px auto 0px auto;
  text-align: center;
  font-size: 13px;
  color: #838383;
}
#video {
  position: relative;
  width: 100%;
  height: 550px;
  text-align: center;
  padding-top: 100px;
  background: url('../images/video_bg.png') center no-repeat;
}
#video .video_cont {
  position: relative;
  width: 640px;
  height: 360px;
  margin: 0 auto;
  padding: 0;
}
#video .video_cont .video_thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 640px;
  height: 360px;
}
#video .video_cont .video_thumbnail img {
  width: 640px;
  height: 360px;
}
#video .video_cont .video_thumbnail .btn_play {
  position: absolute;
  top: 100px;
  left: 262px;
  width: 115px!important;
  height: 75px!important;
}
#video .video_cont .video_thumbnail .text {
  position: absolute;
  top: 200px;
  width: 100%;
  color: white;
  font-family: 'Lato', sans-serif;
}
#video .video_cont .video_thumbnail .text .title {
  font-size: 36px;
}
#video .video_cont .video_thumbnail .text .title .bold {
  font-weight: bold;
}
#video .video_cont .video_thumbnail .text .content {
  margin-top: 20px;
  font-size: 18px;
}
#arak {
  position: relative;
  width: 100%;
  height: 550px;
  text-align: center;
  padding-top: 100px;
}
#arak .title {
  margin: 0 auto 20px auto;
  font-family: 'Lato', sans-serif;
  color: black;
  font-size: 36px;
  font-weight: bold;
}
#arak .title .subtitle {
  font-size: 18px;
  font-weight: normal;
}
#arak .container {
  max-width: 1150px;
  height: 390px;
  margin: 50px auto;
  vertical-align: middle;
}
#arak .container .element {
  width: 165px;
  height: 250px;
  font-family: 'Lato', sans-serif;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
#arak .container .element .img_cont {
  width: 152px;
  height: 152px;
  background: url("../images/arak_element_bg.png") center no-repeat;
  padding-top: 40px;
  color: white;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 20px;
}
#arak .container .element .img_cont .black {
  color: black;
  line-height: 35px;
}
#arak .container .element .img_cont .italic {
  font-style: italic;
  font-weight: normal;
}
#arak .container .element .content {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  color: #484748;
  margin: 0 auto;
}
#kapcsolat {
  position: relative;
  width: 100%;
  height: 470px;
  background: #414042;
  margin-bottom: 200px;
  text-align: center;
  padding-top: 30px;
}
#kapcsolat .form_cont {
  width: 570px;
  margin: 0 auto 15px auto;
  color: black;
}
#kapcsolat .form_cont .title {
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
}
#kapcsolat .form_cont input[type=text] {
  width: 220px;
  height: 33px;
  border: 1px solid transparent;
  border-radius: 8px;
  margin: 5px 0;
  text-align: center;
}
#kapcsolat .form_cont textarea {
  color: black;
  width: 220px;
  height: 120px;
  resize: none;
  margin: 5px 0 25px 0;
  border-radius: 8px;
  text-align: center;
}
#kapcsolat .form_cont input[type=submit] {
  width: 127px;
  height: 44px;
  background: #4bcaff;
  border: 0;
  border-bottom: 2px solid #277697;
  border-radius: 8px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: white;
}
#kapcsolat .form_cont input[type=submit]:hover,
#kapcsolat .form_cont input[type=submit]:active {
  border: 0;
  border-top: 2px solid #277697;
}
.owl-stage {
  width: 100%!important;
}
.owl-item.active {
  width: 100%!important;
}
