body {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #000;
  line-height: 1.2;
  background-color: #eee;  
}

a { 
  color: #c6f6ff;
  text-decoration: none;
}
a:hover, a:focus {
  color: #fff;
  outline: 0 none !important;
  text-decoration: none;
} 


/* HEADER */
#header.top {
  background-color: #33a0c4;
}


/* HEADER MAIN MENU */
nav.navbar {
  background-color: transparent;
}
nav.navbar .navbar-brand img.logo {
  width: 80px;
  height: auto;
}
nav.navbar ul li.nav-item a.nav-link {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
nav.navbar ul li.nav-item a.nav-link:hover {
  background-color: #0068b3;
}
nav.navbar ul li.nav-item .dropdown-menu {
  background-color: #0068b3;
}
nav.navbar ul li.nav-item .dropdown-menu a.dropdown-item {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
nav.navbar ul li.nav-item .dropdown-menu a.dropdown-item:hover {
  background-color: #3dbfd6;
  color: #fff;
} 


/* NAVBAR BUTTON - NAVBAR TOGGLER */
nav.navbar .navbar-toggler {
  background-color: transparent;
  border: 1px solid #1a4f66;
}
nav.navbar .navbar-toggler:hover,
nav.navbar .navbar-toggler:focus {
  background-color: transparent;
  box-shadow: 0 0 0 .25rem
}
nav.navbar .navbar-toggler .navbar-toggler-icon { }
nav.navbar .navbar-toggler .navbar-toggler-icon svg { 
  font-size: 30px;
  color: #1a4f66 !important;
}


/* Bootstrap Breakpoint to 1199px */
@media (max-width: 1199px) {
  nav.navbar ul li.nav-item a.nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  } 
}

/* Bootstrap Breakpoint to 991px */
@media (max-width: 991px) {
  nav.navbar .navbar-collapse ul.navbar-nav {
    background-color: #1a4f66;
  } 
}  


/* FACEBOOK NAV ICON */
#facebook-icons .xurl-social-icons { 
  background-color: #17A9FD;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #1F95D9; 
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 6px 6px 2px 1px rgba(0, 0, 0, .04);
  -moz-box-shadow: 6px 6px 2px 1px rgba(0, 0, 0, .04);
  box-shadow: 6px 6px 2px 1px rgba(0, 0, 0, .04);    
}
#facebook-icons .xurl-social-icons a.social-facebook,
#facebook-icons .xurl-social-icons a.social-facebook-2 { }
#facebook-icons .xurl-social-icons a.social-facebook span.e-social-facebook,
#facebook-icons .xurl-social-icons a.social-facebook-2 span.e-social-facebook { 
  border-right: 1px solid #c6f6ff;
}
#facebook-icons .xurl-social-icons a.social-facebook:after { 
  content: "Hivatalos FACEBOOK oldal";
  font-family: "Open Sans", sans-serif; 
  font-size: 13px; 
  font-weight: 600;
  color: #c6f6ff;
  line-height: 32px;  
  padding: 0 10px 0 15px;
  text-decoration: none;
} 
#facebook-icons .xurl-social-icons a.social-facebook-2:after { 
  content: "A klub FACEBOOK csoportja";
  font-family: "Open Sans", sans-serif; 
  font-size: 13px; 
  font-weight: 600;
  color: #c6f6ff;
  line-height: 32px;  
  padding: 0 10px 0 15px;
  text-decoration: none;
} 
#facebook-icons .xurl-social-icons a.social-facebook:hover:after,
#facebook-icons .xurl-social-icons a.social-facebook-2:hover:after {
  color: #fff;
}



/* HERO STYLE */
#carousel-hero.carousel {
  top: 0;
  margin-bottom: 0;
  position: relative;
}
#carousel-hero.carousel .carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#carousel-hero.carousel .carousel-inner .carousel-item {
  min-height: 750px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
#carousel-hero.carousel .carousel-inner .carousel-item li:first-child .hero-list-text {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  background-color: rgba(39,134,177,0.5);
  padding: 5px 10px; 
}
#carousel-hero.carousel .carousel-inner .carousel-item li .hero-list-text {
  font-family: "Open Sans", sans-serif;
  color: #c6f6ff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  background-color: rgba(39,134,177,0.5);
  padding: 0 10px;
}
#carousel-hero.carousel .carousel-inner .carousel-item .carousel-caption {
  padding-top: 100px;
}
#carousel-hero.carousel .carousel-controls {
  padding-top: 10px;
  margin-top: -90px;
}

/* Bootstrap Breakpoint to 1199px */
@media (max-width: 1199px) {
  #carousel-hero.carousel .carousel-inner .carousel-item {
    min-height: 400px; 
    /* height: 400px; */
  } 
  #carousel-hero.carousel .carousel-inner .carousel-item li:first-child .hero-list-text {
    font-size: 26px;
  }
  #carousel-hero.carousel .carousel-inner .carousel-item li .hero-list-text {
    font-size: 16px;
  }
  #carousel-hero.carousel .carousel-inner .carousel-item .hero-media-container img {
    width: auto !important;
    height: 100px !important;
    display: block;
    margin: 0 auto;
  }
  #carousel-hero.carousel .carousel-inner .carousel-item .carousel-caption {
    padding-top: 30px;
  }
} 


/* WELCOME MESSAGE */
#wmessage { 
  background-color: #0c9fdb;
}
#wmessage h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  color: #c6f6ff;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
#wmessage p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
}
#wmessage p.lead {
  padding-top: 20px;
}


/* WELCOME ICON */
#wmessage .welcome-icon { }
#wmessage .welcome-icon img {
  max-width: 180px;
  height: auto;
}


/* ABOUT US */
#about-us {
  background-color: #2787b1;
}
#about-us .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#about-us .about-us {
  padding: 20px 20px;
}
#about-us .about-us h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
/* ABOUT US ICON */
#about-us .about-us-icon { 
  margin-bottom: 20px;
}
#about-us .about-us-icon img {
  max-width: 100px;
  height: auto;
}
#about-us .about-us .about-us-content {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
}
#about-us .container-fluid .row > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;    
}


/* SERVICES */
#services,
#meetings {
  background: url(images/meetings-bg.jpg) fixed no-repeat bottom center;
  position: relative;
  width: 100%;
  background-size: cover;
}
#services:after,
#meetings:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  background: -moz-linear-gradient(top, rgba(33,105,135,0.5) 0%, rgba(23, 72, 92, 0.9) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(23, 72, 92, 0.9)), color-stop(100%,rgba(33,105,135,0.5))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(33,105,135,0.5) 0%,rgba(23, 72, 92, 0.9) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(33,105,135,0.5) 0%,rgba(23, 72, 92, 0.9) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(33,105,135,0.5) 0%,rgba(23, 72, 92, 0.9) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(33,105,135,0.5) 0%,rgba(23, 72, 92, 0.9) 100%); /* W3C */
}
#services .container,
#meetings .container {
   position: relative;
   z-index: 1;
}
#services h2,
#meetings h2 {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 40px;
  padding-top: 30px;
  padding-bottom: 20px;
  font-weight: 700;
  line-height: 1.1;  
}
#services h4,
#meetings h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 700;
}
#services h5,
#meetings h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 30px;
}
#services h6,
#meetings h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 20px;
  text-decoration: underline;
}

/* MEETINGS ICON */
#meetings .meetings-icon { 
  margin-bottom: 20px;
}
#meetings .meetings-icon img {
  max-width: 180px;
  height: auto;
}

/* MENU 1 and MENU 2 */
#services .service { 
  margin-bottom: 30px;
}
#services .service-inner {
  padding: 30px 30px 20px;
  margin-top: 30px;
  background: transparent;
  border: 1px solid #fff;
  min-height: 200px;
}
#services .service-inner:hover {
  background-color: #1d404e;
}
#services .service h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  padding-bottom: 20px;
}
#services .service-content {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin: 0 0 10px;
  font-weight: 500;
}
#services .service-content p {
  margin-bottom: 0;
}


/* LIFE PICTURES */
#life-pictures {
  background-color: #2787b1;
}
#life-pictures h2 {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 40px;
  padding-top: 30px;
  padding-bottom: 20px;
  font-weight: 700;
  line-height: 1.1;  
}
#life-pictures h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 700;
}
#life-pictures h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 30px;
}
#life-pictures .life-pictures-icon { 
  margin-bottom: 20px;
}
#life-pictures .life-pictures-icon img {
  max-width: 140px;
  height: auto;
}

/* MENU 4, 5, 6, 7 */
#life-pictures .lifepicture { 
  margin-bottom: 30px;
}
#life-pictures .lifepicture-inner {
  padding: 0;
  margin: 30px 0;
}
#life-pictures .lifepicture h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  padding-bottom: 20px;
}
#life-pictures .lifepicture-content {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin: 0 0 10px;
  font-weight: 500;
}
#life-pictures .lifepicture-content p {
  margin-bottom: 0;
}
#life-pictures .lifepicture-content p iframe {
  max-width: 100% !important;
}


/* CONTACT MENU */
#contact { 
  background-color: #3073ad;
}
#contact .container-fluid { 
  padding-left: 0;
  padding-right: 0;
}

#contact .contactinfo-box { }


#contact .contactinfo-box h4.contactinfo-title {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 40px;
  padding-top: 30px;
  padding-bottom: 20px;
  font-weight: 700;
  line-height: 1.1;
}
#contact .contactinfo-box .contactinfo-body { 
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
}
#contact .contactinfo-box .contactinfo-body iframe.sc-contact-map {
  overflow: hidden;
  width: 100%;
  min-height: 400px;
}
#contact .contactinfo-box .contactInfo {
  margin: 50px;
  padding: 50px;
  background-color: #1d5171;
}
#contact .contactinfo-box .contactInfo h4.my-company { 
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #c6f6ff;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c6f6ff;
  line-height: 1.1;
}
#contact .contactinfo-box .contactInfo .icon {
  font-size: .9rem;
  color: #fff;
  height: 30px;
  width: 30px;
  background-color: #3dbdd6;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  margin-right: 20px;
}
#contact .contactinfo-box .contactInfo .icon .svg-inline--fa {
  height: 16px;
  width: 16px;
}
#contact .contactinfo-box .contactInfo p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
#contact .contactinfo-box .contactInfo p span {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
#contact .contactinfo-box .contactInfo .custom-message { 
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

#contact .contactinfo-box .contactMenuForm { 
  padding: 50px;
}
#contact .contactinfo-box .contactMenuForm input {
  margin: 5px 0 10px 0;
}
#contact .contactinfo-box .contactMenuForm input.form-control,
#contact .contactinfo-box .contactMenuForm .tbox { 
  background-color: #c9efff !important;
  border: 1px solid #4cb5e0;
  color: #000;
}
#contact .contactinfo-box .contactMenuForm input.btn {
  display: block;  
  margin: .25rem .125rem .25rem auto;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  moz-border-radius: 0.25rem;
  -khtml-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;  
  color: #fff;
  line-height: 1.5;
  background-color: #204f77;
  border: 1px solid #153651;
  text-align: center;
  vertical-align: middle;
}
#contact .contactinfo-box .contactMenuForm input.btn:hover {
  color: #fff;
  background-color: #193d5c;
  border: 1px solid #0d2233;
}


/* Bootstrap Breakpoint to 1199px */
@media (max-width: 1199px) {
  #contact .contactinfo-box .contactInfo {
    margin: 50px 20px;
    padding: 20px;
  }
  #contact .contactinfo-box .contactMenuForm { 
    padding: 50px 30px;
  }
}


/* FOOTER */
footer {
  background: url(images/services.jpg) fixed no-repeat top center;
  position: relative;
  width: 100%;
  background-size: cover;
}
footer:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  background: -moz-linear-gradient(top, rgba(16,35,51,0.7) 0%, rgba(6, 13, 19, 1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6, 13, 19, 1)), color-stop(100%,rgba(16,35,51,0.7))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(16,35,51,0.7) 0%,rgb(6, 13, 19, 1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(16,35,51,0.7) 0%,rgb(6, 13, 19, 1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(16,35,51,0.7) 0%,rgb(6, 13, 19, 1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(16,35,51,0.7) 0%,rgb(6, 13, 19, 1) 100%); /* W3C */
}
footer .container {
  position: relative;
  z-index: 1;
}

/* FOOTER-MENUS */
footer .footer-menu { }
footer .footer-menu .footer-menu-inner { }
footer .footer-menu h4 { 
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #c6f6ff;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 25px;
  letter-spacing: 1px;
}
footer .footer-menu .footer-menu-content { }
footer .footer-menu .footer-menu-content ul { 
  padding: 0;
  margin: 0;
}
footer .footer-menu .footer-menu-content ul li { 
  list-style: none;
  border-bottom: 1px dashed rgba(255,255,255,0.2);
}
footer .footer-menu .footer-menu-content ul li:last-child { 
  border-bottom: none;
}
footer .footer-menu .footer-menu-content a { 
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fefefe;
  line-height: 28px;
  text-decoration: none;  
  padding-left: 15px;
}
footer .footer-menu .footer-menu-content a:hover { 
  color: #c6f6ff;
}

/* FOOTER-LOGO */
.footer-logo { }
.footer-logo img { 
  width: 300px;
  height: auto;
}


/* FOOTER - FACEBOOK NAV ICON */
footer #facebook-icons .xurl-social-icons { 
  background-color: #17A9FD;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #1F95D9; 
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 6px 6px 2px 1px rgba(0, 0, 0, .04);
  -moz-box-shadow: 6px 6px 2px 1px rgba(0, 0, 0, .04);
  box-shadow: 6px 6px 2px 1px rgba(0, 0, 0, .04);    
}
footer #facebook-icons .xurl-social-icons a.social-facebook,
footer #facebook-icons .xurl-social-icons a.social-facebook-2 { }
footer #facebook-icons .xurl-social-icons a.social-facebook span.e-social-facebook,
footer #facebook-icons .xurl-social-icons a.social-facebook-2 span.e-social-facebook { 
  border-right: 1px solid #c6f6ff;
}
footer #facebook-icons .xurl-social-icons a.social-facebook:after { 
  content: "Hivatalos FACEBOOK oldal";
  font-family: "Open Sans", sans-serif; 
  font-size: 13px; 
  font-weight: 600;
  color: #c6f6ff;
  line-height: 32px;  
  padding: 0 10px 0 15px;
  text-decoration: none;
} 
footer #facebook-icons .xurl-social-icons a.social-facebook-2:after { 
  content: "A klub FACEBOOK csoportja";
  font-family: "Open Sans", sans-serif; 
  font-size: 13px; 
  font-weight: 600;
  color: #c6f6ff;
  line-height: 32px;  
  padding: 0 10px 0 15px;
  text-decoration: none;
} 
footer #facebook-icons .xurl-social-icons a.social-facebook:hover:after,
footer #facebook-icons .xurl-social-icons a.social-facebook-2:hover:after {
  color: #fff;
}












ul.social-buttons li a {
    font-size: 20px;
    line-height: 50px;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    border-radius: 100%;
    outline: 0;
    background-color: #212529;
}







