

/* =================== HTML, BODY & UNIVERSAL SETTINGS =================== */

html, body {
  height: 100%;
  width: 100%;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

p {
  letter-spacing: 1px;
  line-height: 1.5;
}

.content {
  width: 990px;
  margin: 0 auto;
}

.content-title {
  margin: 30px;
  font-size: 50px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.content-subtitle {
  margin: 30px;
  font-size: 25px;
  text-align: center;
  color: grey;
  font-family: 'Open Sans Condensed', sans-serif;
}

.section-wrapper {
  position: relative;
  padding: 50px 20px;
}

.active-nav {
  border-bottom: 2px solid white;
}

.sep-line {
  width: 200px;
  height: 5px;
  background: #E74C3C;
  margin: 0 auto;
}

.fa-bars {
  float: right;
  font-size: 20px;
  color: white;
}

/* ========= FOR MOBILE DEVICES ========= */

@media (max-width: 820px) {
  .content {
    width: 100%;
  }
}

/* =================== NAVIGATION BAR =================== */

#main-nav {
 position: fixed;
 padding: 15px;
 left: 0;
 right: 0;
 text-align: center;
 z-index: 10;
 background-color: rgba(0, 0, 0, 0.48);
}

#main-nav a {
   padding: 0 15px 10px;
   color: white;
}

#main-nav a:hover {
     border-bottom: 2px solid #E74C3C;
}

#main-nav a, .header-btn, .service-box h2 {
 font-size: 18px;
 font-family: 'Open Sans Condensed', sans-serif;
 letter-spacing: 1.5px;
 text-transform: uppercase;
}

.scrolled {
 background-color: #151515;
}

.mobile {
  display: none;
}

.mobile-nav {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px;
  background: #151515;
  z-index: 10;
}

.mobile-nav img {
    width: 20px;
}

/* ========= FOR MOBILE DEVICES ========= */

@media (max-width: 820px) {
  .mobile {
    display: block;
  }

  #main-nav {
    display: none;
    margin-top: 40px;
    background: #151515;
  }

  #main-nav a {
      display: block;
      margin: 10px 0;
      text-decoration: none;
  }

  #main-nav a:hover {
        border-bottom: 0;
  }

  #main-nav .active-nav {
      border: 0;
  }
}

/* =================== HEADER SECTION =================== */

#fooldal {
  min-height: 100%;
  padding-top: 15%;
  background: url("../images/background.jpeg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
  text-align: center;
}

#fooldal h1 {
  max-width: 980px;
  margin: 5px auto;
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  text-align: center;
  line-height: 1.1;
  padding: 5px 0px;
  letter-spacing: 2px;
}

#fooldal p {
  margin: 5px auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  text-align: center;
  color: white;
}

#fooldal div img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

#greetings-text {
  width: 800px;
  text-align: center;
  margin: 40px auto;
  background-color: rgba(0, 0, 0, 0.48);
}

#arrow-down {
  width: 25px;
  position: absolute;
  margin: auto;
  bottom: 20px;
  left: 0;
  right: 0;
  cursor: pointer;
}

#arrow-down img {
    position: relative;
}

.header-btn {
  display: block;
  width: 300px;
  margin: auto;
  padding: 20px 10px;
  border: 1px solid white;
  border-radius: 3px;
  text-align: center;
  color: white;
  background-color: #f05f40;
}

/* ========= FOR MOBILE DEVICES ========= */

@media (max-width: 840px) {
  #greetings-text{
  	width: 100%;
	  height: auto;
  }

  #fooldal h1{
	width: 100%;
  }
}

@media (max-width: 515px) {
  #fooldal h1{
	font-size: 8.5vw;
  }

  #fooldal p{
	font-size: 16px;
  }

  .header-btn{
	width: 65%;
  }
}

@media (max-width: 360px) {
  .header-btn{
	width: 210px;
  }
}

@media (max-width: 320px) {
  #fooldal p{
	font-size: 5vw;
  }
}

/* =================== SERVICES SECTION =================== */

#szolgaltatasok {
  padding-top : 100px;
  padding-bottom : 100px;
  width: 100%;
  margin: auto;
  background-color: #222;
  color: white;
  text-align: center;
}

#handshake-icon {
  text-align: center;
  padding-bottom: 30px;
  width: 130px;
}

#szolgaltatasok::after, .left-align:after, .right-align:after, #form:after, .clear, .cb:after {
  display: block;
  content: '';
  clear: both;
}

#mosaik-box {
	margin: auto;
	width: 1500px;
	text-align: center;
}

#mosaik-box::before {
	display: table;
	content: " ";
}

#mosaik-box:after {
	display: table;
	content: " ";
	clear: both;
}

.mosaik-subboxes{
  position: relative;
	display: table-cell;
	float: left;
	height: 400px;
	margin: 30px 0px 0px 40px;
	line-height: 1;
}

.mosaik-subboxes img{
  width: 100%;
  height: 100%;
  -moz-transition: all 1.7s;
  -webkit-transition: all 1.7s;
  transition: all 1.7s;
}

.mosaik-subboxes:hover img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.mosaik-subboxes h3{
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
  font-size: 24px;
  padding: 15px;
  text-align: left;
  background: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}

#mosaik-box figcaption {
  background-color: rgba(0, 0, 0, 0.50);
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
}

#mosaik-box figcaption p{
  font-size: 22px;
  margin: 30px auto;
  text-align: center;
}

.add {
  display: none;
}

#box1 {
  width: 800px;
}

#box1:hover {
  background-size: 100% 100%;
}

#box2 {
  width: 580px;
}

#box2:hover {
  background-image: url("../images/szemszáll.jpeg");
  background-size: 100% 100%
}

#box3 {
  width: 600px;
}

#box3:hover {
  background-image: url("../images/transzferek.jpeg");
  background-size: 100% 100%
}

#box4 {
  width: 780px;
}

#box4:hover {
  background-image: url("../images/dolgozói.jpeg");
  background-size: 100% 100%
}

#box5:hover {
  background-image: url("../images/vip.jpeg");
  background-size: 100% 100%
}

#box6:hover {
  background-image: url("../images/gyermek.jpeg");
  background-size: 100% 100%
}

#box7:hover {
  background-image: url("../images/wedding.jpeg");
  background-size: 100% 100%
}

#box5, #box6, #box7{
  width: 446px;
  height: 446px;
}

/* ========= FOR MOBILE DEVICES ========= */

@media (max-width: 1540px) {
  #mosaik-box {
  	width: 900px;
  	text-align: center;
  }

  .mosaik-subboxes{
  	height: 240px;
  	margin: 18px 0px 0px 24px;
  }

  #box1 {
    width: 480px;
  }

  #box2 {
    width: 348px;
  }

  #box3 {
    width: 360px;
  }

  #box4 {
    width: 468px;
  }

  #box5, #box6, #box7{
    width: 268px;
    height: 268px;
  }

  #mosaik-box figcaption{
    padding: 0px;
  }

  #mosaik-box figcaption p{
    font-size: 15px;
    margin: 5px;
  }

  .mosaik-subboxes h3{
    font-size: 16px;
    padding: 15px;
    margin-bottom: 10px;
  }
}

@media (max-width: 940px) {
  #mosaik-box {
  	width: 480px;
  }

  .mosaik-subboxes {
    margin: 20px 0px;
  }

  #box1, #box2, #box3, #box4 {
    width: 480px;
  }

  #box1 {
    height: 270px;
  }

  #box2, #box3, #box4 {
    height: 320px;
  }

  #box5, #box6, #box7{
    width: 480px;
    height: 480px;
  }

  #mosaik-box figcaption p{
    font-size: 20px;
    padding: 10px 0px;
  }
}

@media (max-width: 586px) {
  #services-title {
    font-size: 30px;
    margin: 30px 0px;
  }

  #services-content-subtitle {
    font-size: 15px;
  }
}


@media (max-width: 520px) {
  .mosaik-subboxes {
    max-width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  #mosaik-box {
  	width: 280px;
  }

  #box1 {
    height: 157.5px;
  }

  #box2, #box3, #box4 {
    height: 186.6px;
  }

  #box5, #box6, #box7{
    width: 280px;
    height: 280px;
  }

  #mosaik-box figcaption p{
    font-size: 18px;
    padding: 20px 0px;
    letter-spacing: normal;
  }

  .add {
    display: block;
    padding: 30px 0px;
  }
}

@media (max-width: 410px) {
  #services-title {
    font-size: 7vw;
  }
}

@media (max-width: 320px) {
  #mosaik-box {
    width: 100%;
  }
}

/* =================== BUSES SECTION =================== */

#buszok {
  padding-top : 100px;
  padding-bottom : 100px;
  text-align: center;
  z-index: 1;
}

#buszok:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../images/buses_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: transparent;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: background 1s;
  opacity: .1;
}

#main-box {
	margin: auto;
	width: 1800px;
	text-align: center;
}

#main-box::before {
	display: table;
	content: " ";
}

#main-box:after {
	display: table;
	content: " ";
	clear: both;
}

.sub-boxes{
	display: table-cell;
	float: left;
	width: 400px;
	height: 600px;
	margin: 30px 0px 0px 40px;
	line-height: 1;
  background-color: white;
}

.img-cover{
  overflow: hidden
}

.sub-boxes img{
  width: 400px;
  -moz-transition: all 2.5s;
  -webkit-transition: all 2.5s;
  transition: all 2.5s;
}

.sub-boxes img:hover{
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.bus-description {
  color: white;
}

.bus-description h2{
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
  color: black;
}

.bus-description p{
  text-align: justify;
  padding: 0px 20px;
  color: black;
}

#bus-icon {
  padding-bottom: 30px;
  width: 90px;
}

/* ========= FOR MOBILE DEVICES ========= */

@media (max-width: 1840px) {
  .sub-boxes{
  	margin: 30px 0px 0px 20px;
  }

  #main-box {
  	width: 1700px;
  }
}

@media (max-width: 1740px) {
  .sub-boxes{
  	margin: 30px 0px 30px 60px;
  }

  #main-box {
  	width: 980px;
  }
}

@media (max-width: 1020px) {
  .sub-boxes{
  	margin: 30px 0px 0px 15px;
  }

  #main-box {
  	width: 845px;
  }
}

@media (max-width: 885px) {
  .sub-boxes{
  	margin: 30px 0px 0px 0px;
  	float: none;
  	display: inline-block;
  }

  #main-box {
  	width: 460px;
  }
}

@media (max-width: 586px) {
  #buses-title {
    font-size: 30px;
    margin: 30px 0px;
  }

  #buses-content-subtitle {
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  .sub-boxes{
  	margin: 30px 0px 0px 0px;
  }

  #main-box {
  	width: 410px;
  }
}

@media (max-width: 450px) {
  .sub-boxes{
  	width: 300px;
  	height: 600px;
  }

  #main-box {
  	width: 300px;
  }

  .sub-boxes img{
    width: 300px;
  }
}

@media (max-width: 410px) {
  #buses-title {
    font-size: 26px;
  }
}

@media (max-width: 340px) {
  #main-box {
    width: 100%;
  }

  .sub-boxes {
    width: 100%;
  }

  .sub-boxes img {
    width: 100%;
  }

  .bus-description h2{
    font-size: 8vw;
  }

  .bus-description p{
    font-size: 5vw;
  }
}

/* =================== FORM SECTION =================== */

#form-icon {
  padding-bottom: 30px;
  width: 90px;
}

#arajanlatkeres {
  padding-top : 100px;
  padding-bottom : 100px;
  text-align: center;
  background-color: #222;
  color: white;
}

#arajanlatkeres form {
  margin-top: 30px;
  text-align: center;
}

.radio-buttons{
  text-align: left;
}

.form-elem {
  margin: 5px 10px;
  padding: 5px 5px;
}

.form-elem label {
  display: block;
  font-size: 18px;
  font-family: 'Open Sans Condensed', sans-serif;
}

.form-elem input, .form-elem textarea{
  border:0; outline:0;
  padding: 1em;
  margin: 2px 0;
  border-radius: 8px;
  display: block;
  width: 100%;
  font-family: 'Open Sans Condensed', sans-serif;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  resize: none;
  font-size: 18px;
  font-weight: 700;
}

.form-elem input:focus, .form-elem textarea:focus {
  box-shadow: 0 0px 2px red;
  outline: 0;
}

.left-align {
  margin: 30px 0;
}

.left-align-image {
  float: left;
  width: 300px;
}

.left-align-image img {
  width: 300px;
  border-radius: 3px;
}

.left-align-content {
  float: left;
  width: 690px;
  padding: 20px;
}

.right-align {
  margin: 30px 0;
}

.right-align-image {
  float: right;
  width: 300px;
}

.right-align-image img {
  width: 300px;
  border-radius: 3px;
}

.right-align-content {
  float: right;
  width: 690px;
  padding: 20px;
}

.left {
  width: 50%;
  float: left;
}

.right {
  width: 50%;
  float: right;
}

.cb {
  margin: 5px 0;
}

.cb input {
  float: left;
  width: auto;
  margin-right: 10px;
  margin-top: 7px;
}

input[type=submit] {
  width: 200px;
  padding: 10px;
  margin: 20px auto;
  background: #E74C3C;
  border-radius: 3px;
  border: 0;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  display: block;
}

::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 700;
  color: black;
}
::-moz-placeholder {
  font-size: 18px;
  font-weight: 700;
  color: black;
}
:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 700;
  color: black;
}
input:-moz-placeholder {
  font-size: 18px;
  font-weight: 700;
  color: black;
}

input:focus::-webkit-input-placeholder {
  color:transparent;
}

input:focus:-moz-placeholder {
  color:transparent;
} /* Firefox 18- */

input:focus::-moz-placeholder {
  color:transparent;
} /* Firefox 19+ */

input:focus:-ms-input-placeholder {
  color:transparent;
} /* oldIE ;) */

textarea:focus::-webkit-input-placeholder {
  color:transparent;
}

textarea:focus:-moz-placeholder {
  color:transparent;
} /* Firefox 18- */

textarea:focus::-moz-placeholder {
  color:transparent;
} /* Firefox 19+ */

textarea:focus:-ms-input-placeholder {
  color:transparent;
} /* oldIE ;) */

.error {
  color: #E74C3C;
  margin: 5px 0;
}

.g-recaptcha {
	display: inline-block;
}

/* ========= FOR MOBILE DEVICES ========= */

@media (max-width: 1030px) {
  #form-content{
  	width: 700px;
  }

  .g-recaptcha {
     transform:scale(0.77);
     -webkit-transform:scale(0.77);
  }
}

@media (max-width: 768px) {
  #form-content{
  	width: 100%
  }
}

@media (max-width: 640px) {
  form .left, form .right {
    float: none;
    width: 100%;
    }
}

@media (max-width: 586px) {
  #form-title {
    font-size: 30px;
    margin: 30px 0px;
  }

  #form-content-subtitle {
    font-size: 15px;
  }
}

@media (max-width: 410px) {
  #form-title {
    font-size: 7.5vw;
  }
}

/* =================== FAQ SECTION =================== */

#fontos_tudnivalok {
  color: black;
  padding-bottom: 30px;
  text-align: center;
  line-height: 2;
  z-index: 1;
}

#fontos_tudnivalok:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../images/fontos_bg.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: transparent;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: background 1s;
  opacity: .1;
}

#fontos-icon {
  color: #277b9a;
  font-size:8em
}

.faq-box {
  margin: 20px 0;
  text-align: justify;
}

.faq-box h2 {
  padding: 20px 0px;
  text-align: center;
}

.faq-box p {
  margin: 10px 0;
  font-size: 20px;
}

.faq-box ul {
  padding-left: 20px;
  font-size: 20px;
}

.faq-box ul li {
    margin: 3px 0;
}

/* ========= FOR MOBILE DEVICES ========= */

@media (max-width: 1030px) {
  #faq-content {
    width: 100%;
  }
}

@media (max-width: 586px) {
  #faq-title {
    font-size: 30px;
    margin: 30px 0px;
  }

  #faq-content-subtitle {
    font-size: 15px;
  }
}

/* =================== FOOTER SECTION =================== */

#fusion-footer{
	bottom:0;
	width: 100%;
	background-color: #222;
	border-top: 10px solid #e9eaee;
}

#footer-higher{
	width: 100%;
	padding-bottom: 20px;
	background-color: #222;
	text-align: left;
}

#footer-higher h2{
	font-size: 26px;
	padding: 30px;
	text-align: center;
	letter-spacing: 2px;
  text-transform: uppercase;
}

#footer-higher p{
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

#footer-lower{
  background: #E74C3C;
	padding: 15px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#kiflink{
  background: #E74C3C;
	padding: 5px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top:0;
}

#kiflink a{
	color:#fff;
}

footer {
	border-top: 1px solid #4b4c4d;
	bottom:0;
	width: 100%;
	background-color: #282a2b;
	text-align:center;
	color: white;
	margin: 0;
	padding: 0;
}

#footer-lower p{
	margin: 0px;
  padding: 0px 10px;
}

/* ========= FOR MOBILE DEVICES ========= */

@media (max-width: 820px) {
  #footer footer {
    width: 100%;
  }
}

@media (max-width: 410px) {
  #footer-higher h2 {
    font-size: 7.5vw;
  }
}

/* =================== EMAIL AUTOMESSAGE =================== */

#automessage-content{
  font-family: 'Oswald', sans-serif;
}

#automessage-content #text-block{
  padding: 15px;
}

#automessage-content .grey{
  color: grey;
}

#automessage-content h1{
  padding: 20px;
  font-size: 40px;
}

#automessage-content p, #automessage-content a{
  padding: 3px 20px;
  font-size: 18px;
  color: white;
  display: block;
}

#automessage-content #backto {
  margin: 60px auto;
  padding: 10px;
}



/*============CONTENT WRITING======*/
.contentwriting{
	width: 75%;
	margin: 0 auto;
	padding-top:30px;
}

.contentwriting h2{
	color:grey;
	font-family: "Open Sans Condensed",sans-serif;
    font-size: 32px;
    margin: 30px;
	text-align:center;
}

.contentwriting p{
	text-align:left;
	margin-top: 20px;

}

.contentwriting img{
	width: 250px;
	float:right;
	margin-left:10px;

}


/*===  FOR MOBILE DEVICES===*/


@media (min-width: 1541px) {
		.contentwriting{
			width:  1450px;
		}
}

@media (max-width:1540px){
		.contentwriting{
			width:  845px;
		}
}

@media (min-width: 951px) {

	.contentwriting img{
		width: 250px;
		float:right;
		margin-left:10px;
	}
}

@media (max-width:940px){
		.contentwriting{
			width:  480px;
		}

		.contentwriting img{
		width: 100%;
		margin: 0 auto;
		float:none !important;
	}
}

@media (max-width:521px){
		.contentwriting{
			width:  410px;
		}

		.contentwriting img{
		width: 280px;
	}
}

@media (max-width:450px){
		.contentwriting{
			width:  300px;
		}
}

@media (max-width:340px){
		.contentwriting{
			width:  100%;
		}
}

.contenth2{
	color:#fff !important;
	margin: 30px !important;
	font-size: 50px !important;
	text-align: center !important;
	font-family: 'Oswald', sans-serif !important;
	letter-spacing: 1.5px !important;
	text-transform: uppercase !important;
}
