/*@font-face {   font-family: myFont;   src: url("RobotoCondensed-Regular.ttf") format("truetype");}
@font-face {   font-family: myFontB;   src: url("RobotoCondensed-Bold.ttf") format("truetype");}*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border-collapse: collapse;
}

a {
  text-decoration: none;
  color: white;
  vertical-align: top;
}

img {
  -webkit-user-drag: none;
  user-drag: none;
}

html, body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  background: white;
  color: black;
  height: 100%;
  line-height: 1.4rem;
  margin: 0;
  padding: 0;
}

h1, h2, p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 0;
}

.wrapper {
  font-size: 0px;
  position: relative;
}

#divWrapper {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

#divBody {
  width: 100%;
  height: 100%;
}

#divMain {
  width: 100%;
  height: 100%;
  position: relative;
}

.box {
  text-align: left;
  overflow: hidden;
  z-index: 1;
}

.boxTitle {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 25px;
  z-index: 1;
  text-transform: uppercase;
  -webkit-border-image-source: -webkit-linear-gradient(to right, rgba(0, 112, 186, 1) 0%, rgba(0, 112, 186, 0) 60%, rgba(255, 255, 255, 0) 50%);
  border-image-source: linear-gradient(to right, rgba(0, 112, 186, 1) 0%, rgba(0, 112, 186, 0) 60%, rgba(255, 255, 255, 0) 50%);
  padding-bottom: 25px;
  border-bottom: 3px solid;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  -webkit-border-image-slice: 1;
  border-image-slice: 1;
  border-color: transparent;
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .boxTitle {
    border: none;
  }
}

.bigTitle {
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 6rem;
  z-index: 1;
  letter-spacing: 0.3rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.boxText {
  line-height: 1.7rem;
}

.boxPic:not(.back) img {
  z-index: 0;
}

.boxPic.back img {
  width: 100%;
}

.section {
  position: relative;
  width: 100%;
}

.sectionEven {
  position: absolute;
  top: 50px;
  z-index: 1;
  width: 100%;
}

.left {
  left: 0;
}

.right {
  right: 0;
}

.white {
  color: white;
}

.bold {
  font-weight: 700;
}

.bordered {
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.L1 {
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
}

.L1>* {
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
}

.R1 {
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
}

.R1>* {
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
}

/* BOXES, PICS */
.________BEMUTATKOZAS {}

#sectionIntroduce {
  background: white;
  padding: 5% 0 8rem 0;
  overflow: hidden;
  z-index: 0;
  text-align: center;
}

#titleIntroduce {
  left: 35%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#picBackIntroduce {
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 110%;
  min-width: 100%;
  z-index: -1;
}

#picBackIntroduce img {
  height: 100%;
}

#boxIntroduce {
  color: black;
  width: 25rem;
  display: inline-block;
  vertical-align: middle;
  z-index: 12;
  padding: 2rem;
  background: white;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

#boxIntroduce .boxText {}

.boxText2 {
  margin: 2rem 0 0 0;
  vertical-align: top;
  text-align: left;
}

#picLogo {
  width: 25%;
  margin-right: 5rem;
  vertical-align: middle;
  display: inline-block;
  z-index: 4;
}

#picLogo img {
  width: 100%;
  display: block;
}

#picIntr1 {
  position: absolute;
  width: 50%;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  bottom: 5rem;
  z-index: -2;
  left: 60%;
}

#picIntr1 img {
  width: 100%;
  filter: grayscale(100%);
  display: block;
}

#picIntr2 {
  position: absolute;
  width: 40%;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  top: 0;
  left: 54rem;
  z-index: -1;
  left: 57%;
}

#picIntr2 img {
  width: 100%;
  display: block;
  filter: grayscale(100%);
}

.________SZOLGATATASAINK {}

#sectionService {
  background: #0070bb;
  position: relative;
  z-index: 1;
  padding: 3rem 0 7rem 0;
}

.skewService {
  background: #0070bb;
  height: 300px;
  position: absolute;
  width: 100%;
  z-index: 0;
}

#skewService1 {
  top: -2rem;
  border-top: 1rem solid black;
}

#skewService2 {
  bottom: -2rem;
  border-bottom: 1rem solid white;
}

#boxServices {
  margin: 10rem auto 0 auto;
  padding: 0;
  position: relative;
  width: 85%;
  text-align: center;
}

.boxService {
  font-size: 1.25rem;
  display: inline-block;
  height: 45vh;
  overflow: hidden;
  padding: 20px;
  text-align: center;
  position: relative;
  background: black;
  vertical-align: top;
  margin: 1%;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.boxService .boxText {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  width: 100%;
  padding: 1rem;
}

.picService {
  display: inline-block;
  vertical-align: top;
  top: 0;
  position: relative;
  z-index: 1;
  margin: 1%;
  overflow: hidden;
  height: 45vh;
}

.picService img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#boxService1 {
  width: 20%;
  background-image: linear-gradient(145deg, #0AB6D1, #008CE8);
}

#picService1 {
  width: 20%;
}

#picService1 img {
  height: 100%;
  transform: translate(-65%, -50%);
}

#boxService2 {
  width: 20%;
  background-image: linear-gradient(145deg, #0A4DD1, #008AE8);
}

#picService2 {
  width: 20%;
}

#picService2 img {
  height: 100%;
}

#boxService3 {
  width: 20%;
  background-image: linear-gradient(145deg, #0A18C7, #007ED4);
}

#picService3 {
  width: 20%;
}

#picService3 img {
  width: 160%;
}

#boxService4 {
  width: 20%;
  background-image: linear-gradient(145deg, #404040, #707070);
}

#picService4 {
  width: 20%;
  background: white;
}

#picService4 img {
  width: 100%;
}

.________TAPASZTALATUNK {}

#sectionExperience {
  background: black;
  color: white;
  position: relative;
  padding: 7rem 0 10rem 0;
  overflow: hidden;
}

#picBackExperience {
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
}

#picBackExperience img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  filter: blur(8px);
  -webkit-filter: blur(4px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#titleExperience {
  color: white;
}

.boxExperience {
  width: 40%;
  margin: 10rem 2% 0 2%;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  position: relative;
}

.rightArrow {
  display: inline-block;
  width: 32px;
  margin: 0 1rem 0.25rem 0px;
  vertical-align: middle;
}

.rightArrow img {
  display: block;
  position: absolute;
  width: 100%;
}

.bulletP2 {
  display: inline-block;
  width: 85%;
  vertical-align: top;
  margin-top: 3px;
  margin-bottom: 20px;
}

.________ARAINK {}

#sectionPrice {
  background: white;
  position: relative;
  padding: 3rem 0 10rem;
  z-index: 1;
}

.skewPrice {
  background: white;
  height: 300px;
  position: absolute;
  width: 100%;
  z-index: 0;
}

#skewPrice1 {
  top: -2.2rem;
  border-top: 1rem solid #0070bb;
}

#skewPrice2 {
  bottom: -2rem;
  border-bottom: 1rem solid #0AC7AD;
}

#boxPrices {
  margin: 5rem auto 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
  text-align: center;
}

.boxPrice {
  width: 40%;
  margin: 5rem 2% 0 2%;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  position: relative;
  overflow: hidden;
  padding: 3rem;
  min-height: 25rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

#bP1, #bP2 {
  min-height: 38rem;
}

#lastPrice {
  width: 85%;
  padding: 3rem;
}

#box2 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: white;
  cursor: pointer;
  padding: 3rem;
}

.bullet {
  display: inline-block;
  width: 24px;
  margin: 0 0.75rem 0.25rem 0px;
  vertical-align: middle;
}

.bullet img {
  display: block;
  position: absolute;
  width: 100%;
}

.bulletP {
  display: inline-block;
  width: 85%;
  vertical-align: top;
  margin-top: 3px;
  font-size: 0.875rem;
  line-height: 1.2rem;
  margin-bottom: 15px;
}

.________REFERENCIAK {}

#sectionRef {
  background: #0070bb;
  position: relative;
  padding: 7rem 0 15rem 0;
  color: white;
  text-align: left;
  overflow: hidden;
}

#picBackReference {
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 110%;
  min-width: 100%;
}

#picBackReference img {
  height: 100%;
  position: absolute;
}

#refMapPois {
  width: 100%;
  margin: 10rem auto 0 auto;
  text-align: center;
}

#divCoMap {
  position: relative;
  width: 40%;
  right: 0;
  padding: 0;
  overflow: hidden;
  height: 32rem;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 2%;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

#divMap {
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: 1;
}

#refPois {
  position: relative;
  width: 40%;
  padding: 3rem;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 2%;
}

.poi {
  font-size: 1rem;
  padding: 0.5rem 0 0.5rem 0;
  margin: 0 40px;
}

.poi:hover {
  color: black;
  background: white;
}

.________ELERHETOSEG {}

#sectionCo {
  background: #505050;
  color: white;
  position: relative;
  text-align: center;
  padding: 3rem 0 5rem;
}

.skewCo {
  background: #505050;
  height: 300px;
  position: absolute;
  width: 100%;
  z-index: 0;
}

#skewCo1 {
  top: -2rem;
  border-top: 1rem solid black;
}

#skewCo2 {
  bottom: -2rem;
  border-bottom: 1rem solid black;
}

#boxCons {
  margin: 10rem auto 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
  text-align: center;
}

#boxAddr {
  width: 40%;
  margin: 0 2%;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  position: relative;
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.0);
  min-height: 32rem;
  background: black;
}

#picBackAddr {
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 100%;
  opacity: 0.2;
  width: 100%;
  left: 0;
}

#picBackAddr img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
}

#boxMail {
  width: 40%;
  margin: 0 2%;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  position: relative;
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  min-height: 32rem;
}

#boxMail input, #boxMail textarea {
  padding: 1rem 1rem 1rem 1rem;
  font-size: 1rem;
  width: 100%;
  background: none;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.1);
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.in_Label {
  padding: 1rem 1rem 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  margin: 0;
}

.nonvisible {
  display: none;
}

.clDetails {
  cursor: pointer;
  position: relative;
  line-height: 1.2rem;
  padding: 5px;
  border: 1px solid rgba(0, 112, 186, 0.3);
  margin-bottom: 15px;
}

.clDetails:hover {
  background: #0070bb;
  color: white;
}

.details {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.clDetails:hover img {
  background: #0070bb url(trajectory2.png) no-repeat;
}

#sendMessage {
  background-image: linear-gradient(145deg, #0A4DD1, #008AE8);
  color: white;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.icon {
  display: inline-block;
  width: 32px;
  margin: 0 1rem 0.25rem 0px;
  vertical-align: middle;
}

.icon img {
  display: block;
  position: absolute;
  width: 100%;
}

.big {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}

.con {
  margin: 1rem 0 4rem 36px;
  padding-left: 1rem;
  font-size: 1.25rem;
  display: block;
}

@media all and (min-width: 1201px) {
  #divWrapper {
    width: 100%;
    margin: 0 auto;
  }
}

@media all and (max-width: 1200px) {
  #divWrapper {
    width: 100%;
    left: 0px;
  }

  body {
    font-size: 14px;
  }

  .boxService {
    font-size: 1rem;
  }
}

@media all and (max-width: 823px) {
  body {
    font-size: 16px;
  }

  #picLogo {
    width: 80%;
    margin-right: 0;
    margin: 20px 0 50px 0;
  }

  .boxService {
    font-size: 1.25rem;
  }

  #boxIntroduce {
    width: 90%;
  }

  #boxService1, #boxService2, #boxService3, #boxService4 {
    width: 60%;
  }

  #picService1, #picService2, #picService3, #picService4 {
    width: 30%;
  }

  .boxExperience {
    width: 90%;
  }

  .boxPrice {
    width: 90%;
  }

  #lastPrice {
    width: 90%;
  }

  #refPois {
    width: 90%;
  }

  #divCoMap {
    display: none;
  }

  #boxAddr {
    width: 90%;
    min-height: inherit;
    padding: 2rem;
  }

  #boxMail {
    width: 90%;
    min-height: inherit;
    margin-top: 50px;
    padding: 2rem;
  }

  .boxPrice:not(#bP2) {
    min-height: inherit;
  }

  /* .b2 {
    min-height: inherit;
  } */

  #exp2 {
    margin-top: 50px;
  }
}

@media all and (max-width: 737px) {


  #boxService1, #boxService2, #boxService3, #boxService4 {
    width: 90%;
  }

  #boxServices {
    width: 100%;
  }

  #picService1, #picService2, #picService3, #picService4 {
    width: 90%;
    height: auto;
    position: relative;
  }

  #picService1 img, #picService2 img, #picService3 img, #picService4 img {
    width: 100%;
    height: auto;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    left: 0;
    top: 0;
    position: relative;
  }

  .bigTitle {
    font-size: 1.5rem;
  }

  body {
    font-size: 14px;
  }

  .boxService .boxText {
    padding: 2rem;
  }

  .boxPrice {
    padding: 2rem;
    margin: 1rem 1% 0 1%;
  }

  .bordered {
    padding: 2rem;
  }

  #refPois {
    padding: 2rem;
  }

  .poi {
    margin: 0;
  }

  #box2 {
    padding: 2rem;
  }

  #lastPrice {
    padding: 2rem;
  }
}
