html,
body {
	height: 100%;
	font-family: 'Montserrat', sans-serif !important;
	/*-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 500;
	color: #474747;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 14.1px;
	color: #838383;
	line-height: 2.1;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}
 

/*-------------Gombok-------------*/

.btn {
  color: #fff;
  background: #00abe8;
  border-radius: 25px;
  margin-top: 5px;
  padding: 10px 28px;
  font-weight: 800;
}
.btn:hover {
  background-color: #0ec2f4 !important;
}



 
  
/*===========================
   HEADER 
===========================*/


.header-area {
  padding: 10px 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9; }
  .header-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
    -moz-box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
    box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
    z-index: 999;
    padding: 10px 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
  .header-area .navbar {
    padding: 0; }
    .header-area .navbar .navbar-brand {
      padding-bottom: 10px; }
    .header-area .navbar .navbar-toggler .bar-icon {
      width: 30px;
      height: 2px;
      margin: 5px 0;
      background-color: #005ba9;
      display: block;
      position: relative;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }
    .header-area .navbar .navbar-toggler.active .bar-icon:nth-child(1) {
      top: 7px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .header-area .navbar .navbar-toggler.active .bar-icon:nth-child(2) {
      opacity: 0; }
    .header-area .navbar .navbar-toggler.active .bar-icon:nth-child(3) {
      top: -7px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg); }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 999;
        padding: 10px; } }
    @media (max-width: 767px) {
      .header-area .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 999;
        padding: 10px; } }
    .header-area .navbar .navbar-nav .nav-item {
      margin-left: 30px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .navbar .navbar-nav .nav-item {
          margin: 5px 0; } }
      @media (max-width: 767px) {
        .header-area .navbar .navbar-nav .nav-item {
          margin: 5px 0; } 
		  .header-area .navbar .navbar-brand {
          max-width: 160px; }}
      .header-area .navbar .navbar-nav .nav-item a {
        font-size: 16px;
        font-weight: 800;
        color: #005ba9;
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s; }
      .header-area .navbar .navbar-nav .nav-item.active a, .header-area .navbar .navbar-nav .nav-item:hover a {
        color: #00abe8; }
		
		



/*===========================
   SLIDER
===========================*/

/*#slider {
  position: relative;
  margin-top:30px;
}
@media(max-width:767px) {
#slider {
  margin-top:50px;
}
}
#slider .slider h2 {
  font-size: 40px;
  line-height:55px;
  color:#FFF;
  font-weight:600;
  padding-left:0;
}

#slider .slider h3 {
  font-size: 28px;
  line-height:34px;
  color:#FFF;
  font-weight:400;
  margin-top: 20px;
  padding-left:0;
}

#slider .slider p {
  font-size: 24px;
  line-height:34px;
  color:#FFF;
  font-weight:400;
  margin-top: 30px;
  padding-left:0;
}

#slider .slider li {
  font-size: 24px;
  line-height:34px;
  color:#FFF;
  font-weight:600;
  margin-top: 20px;
  padding-left:0;
}

#slider .slider .btn {
  color: #fff;
  background: #00abe8;
  border-radius: 5px;
  margin-top: 5px;
  padding: 10px 28px;
  font-weight: 800;
}
#slider .slider .btn:hover {
  background-color: #0ec2f4;
}

#slider .slider .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 1;
  top: auto;
  position: relative;
  width: 100%;
  display: block !important;
  padding-top: 80px;
  padding-bottom: 180px;
  height: 100vh;
}

@media(max-width:767px) {
	#slider .slider h2 {
	  font-size: 24px;
	  line-height:30px;
	  color:#FFF;
	  margin-top:10%;
	  font-weight:700;
	  padding-left:0;
	}
	#slider .slider h3 {
	  font-size: 18px;
	  line-height:34px;
	  color:#FFF;
	  font-weight:400;
	  margin-top: 20px;
	  padding-left:0;
	  font-style: italic;
}
	#slider .slider p {
	  font-size: 18px;
	  line-height:24px;
	}
	#slider .slider li {
	  font-size: 18px;
	  line-height:24px;
	}
}*/

/*újslider*/

  /*---------------------------------------
      HOME  & SLIDER            
  -----------------------------------------*/
.hero-section { padding-top: 100px; padding-bottom: 100px; background: /*linear-gradient(rgba(36, 39, 38, 0.4), rgba(36, 39, 38, 0.4)), rgba(36, 39, 38, 0.4)*/ url(../img/slider.jpg) no-repeat center; background-size: cover; }
.hero-caption { padding-top: 100px; padding-bottom: 100px; }
.hero-title { font-size: 46px; color: #fff; line-height: 58px; font-weight: 800; margin-bottom: 30px; letter-spacing: -1px; }
.hero-text { font-size: 18px; color: #fff; margin-bottom: 30px; }

.hero-section .btn {
  color: #fff;
  background: #ffe808;
  border-radius: 25px;
  margin-top: 5px;
  padding: 10px 28px;
  font-weight: 800;
}
.hero-section .btn:hover {
  background-color: #fcdf22 !important;
}

/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
     .hero-title {font-size: 25px; line-height: 40px;}
     .hero-section {padding-top: 50px; padding-bottom: 50px; }
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
     .hero-title {font-size: 25px; line-height: 40px;}
     .hero-section {padding-top: 50px; padding-bottom: 50px;}

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
     .hero-title {font-size: 25px; line-height: 40px;}
     .hero-section {padding-top: 50px; padding-bottom: 50px; background: #003eaf;}

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
     .hero-title {font-size: 25px; line-height: 40px;}
     .hero-section {padding-top: 50px; padding-bottom: 50px; background: #003eaf;}

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
     .hero-title {font-size: 25px; line-height: 40px;}
     .hero-section {padding-top: 50px; padding-bottom: 50px;}

    }

/*===========================
   ÁLTALÁNOS BLOKK
===========================*/


/* Általános blokkok háttere: */

.grey-bg {
  background: #f9f9f9;
}

.yellow-bg {
  background: #fddb00;
}

.pg-bg {
  background: #005ba9;
}



.fd-blue-bg {
  background: #0ec2f4;
}

.elvalaszto {
  margin-top: 20px;
  margin-bottom: 50px;
}

.elvalaszto .csik {
  position: absolute;
  width: 56px;
  height: 5px;
  background: #0ec2f4;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  margin: 0 auto;
}



#altalanos-blokk .altalanos-blokk {
  padding: 60px 0 30px 0;
}

#altalanos-blokk h1 {
  font-size: 45px;
  margin-bottom: 15px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

@media(max-width:767px) {
#altalanos-blokk h1 {
  font-size: 25px;
	}
}

#altalanos-blokk h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
}

#altalanos-blokk h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  color: #003eaf;
  text-transform: uppercase;
}

#altalanos-blokk h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  color: #ffe808;
  text-transform: uppercase;
}



#altalanos-blokk p {
  line-height: 24px;
  font-size: 12px;
  color: #333333;
  margin-bottom: 10px;
  font-weight: 500;
}

#altalanos-blokk li {
  line-height: 24px;
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
  font-weight: 500;
}

#altalanos-blokk a {
  color: #0ec2f4;
}

#altalanos-blokk a:hover {
  color: #0ec2f4;
}

#altalanos-blokk .altalanos-blokk-img-jobb {
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;
}

#altalanos-blokk .altalanos-blokk-img-bal {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}

#altalanos-blokk .altalanos-blokk-img-kozep {
  max-width: 100%;
  align-items: center;
  padding: 0 30px 30px 0;
}

@media (max-width: 768px) {
  #altalanos-blokk .altalanos-blokk-img-jobb, #altalanos-blokk .altalanos-blokk-img-bal, #altalanos-blokk .altalanos-blokk-img-kozep {
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  #altalanos-blokk .altalanos-blokk-img-jobb, #altalanos-blokk .altalanos-blokk-img-bal, #altalanos-blokk .altalanos-blokk-img-kozep {
    max-width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }
}

#altalanos-blokk .btn {
  color: #fff;
  background: #005ba9;
  border-radius: 25px;
  margin-top: 5px;
  padding: 10px 28px;
  font-weight: 700;
}
#altalanos-blokk .btn:hover {
  background-color: #00abe8;
  color: #fff !important;
}

#altalanos-blokk .btn-yellow {
  color: #fff;
  font-size: 20px;
  background: #fddb00;
  border-radius: 25px;

  padding: 10px 28px;
  font-weight: 700;
}
#altalanos-blokk .btn-yellow:hover {
  background-color: #fcdf22;
  color: #fff !important;
}

/*===========================
   BEVEZETŐ
===========================*/

#bevezeto-blokk .bevezeto-blokk {
  padding: 60px 0 30px 0;
}

#bevezeto-blokk h1 {
  font-size: 45px;
  margin-bottom: 15px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

#bevezeto-blokk h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
}

#bevezeto-blokk h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  color: #003eaf;
  text-transform: uppercase;
}

#bevezeto-blokk h5 {
  font-size: 20px ;
  line-height: 34px ;
}

@media screen and (max-width: 767px) {
  #bevezeto-blokk h5 {
  font-size: 16px;
}
}

#bevezeto-blokk p {
  line-height: 24px;
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
  font-weight: 500;
}



#bevezeto-blokk li {
  line-height: 24px;
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
  font-weight: 500;
}

#bevezeto-blokk a {
  color: #003eaf;
}

#bevezeto-blokk a:hover {
  color: #0d4bbf;
}

#bevezeto-blokk .bevezeto-blokk-img-jobb {
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;
}

#bevezeto-blokk .bevezeto-blokk-img-bal {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}

#bevezeto-blokk .bevezeto-blokk-img-kozep {
  max-width: 100%;
  align-items: center;
  padding: 0 30px 30px 0;
}

@media (max-width: 768px) {
  #bevezeto-blokk .bevezeto-blokk-img-jobb, #bevezeto-blokk .bevezeto-blokk-img-bal, #bevezeto-blokk .bevezeto-blokk-img-kozep {
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  #bevezeto-blokk .bevezeto-blokk-img-jobb, #bevezeto-blokk .bevezeto-blokk-img-bal, #bevezeto-blokk .bevezeto-blokk-img-kozep {
    max-width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }
}

#bevezeto-blokk .btn {
  color: #fff;
  background: #005ba9;
  border-radius: 25px;
  margin-top: 5px;
  padding: 10px 28px;
  font-weight: 700;
}
#bevezeto-blokk .btn:hover {
  background-color: #0d4bbf !important;
  color: #fff !important;
}

#bevezeto-blokk .btn-yellow {
  color: #fff;
  font-size: 20px;
  background: #fddb00;
  border-radius: 25px;

  padding: 10px 28px;
  font-weight: 700;
}
#bevezeto-blokk .btn-yellow:hover {
  background-color: #fcdf22;
  color: #fff !important;
}

/*===========================
   Hirdetések
===========================*/

#kapcsolat-blokk .kapcsolat-blokk {
  padding: 60px 0 30px 0;
}

#kapcsolat-blokk h1 {
  font-size: 45px;
  margin-bottom: 15px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

#kapcsolat-blokk h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
}

#kapcsolat-blokk h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  color: #003eaf;
  text-transform: uppercase;
}

#kapcsolat-blokk p {
  line-height: 10px;
  font-size: 12px;
  color: #333333;
  margin-bottom: 10px;
  font-weight: 500;
}

#kapcsolat-blokk li {
  line-height: 24px;
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
  font-weight: 500;
}

#kapcsolat-blokk a {
  color: #0ec2f4;
}

#kapcsolat-blokk a:hover {
  color: #0ec2f4;
}

#kapcsolat-blokk .kapcsolat-blokk-img-jobb {
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;
}

#kapcsolat-blokk .kapcsolat-blokk-img-bal {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}

#kapcsolat-blokk .kapcsolat-blokk-img-kozep {
  max-width: 100%;
  align-items: center;
  padding: 0 30px 30px 0;
}

@media (max-width: 768px) {
  #kapcsolat-blokk .kapcsolat-blokk-img-jobb, #kapcsolat-blokk .kapcsolat-blokk-img-bal, #kapcsolat-blokk .kapcsolat-blokk-img-kozep {
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  #kapcsolat-blokk .kapcsolat-blokk-img-jobb, #kapcsolat-blokk .kapcsolat-blokk-img-bal, #kapcsolat-blokk .kapcsolat-blokk-img-kozep {
    max-width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }
}

#kapcsolat-blokk .btn {
  color: #fff;
  background: #005ba9;
  border-radius: 25px;
  margin-top: 5px;
  padding: 10px 28px;
  font-weight: 700;
  text-transform: uppercase;
}
#kapcsolat-blokk .btn:hover {
  background-color: #0d4bbf !important;
  color: #fff !important;
  
}

#kapcsolat-blokk .btn-yellow {
  color: #fff;
  font-size: 20px;
  background: #fddb00;
  border-radius: 25px;

  padding: 10px 28px;
  font-weight: 700;
}
#kapcsolat-blokk .btn-yellow:hover {
  background-color: #fcdf22;
  color: #fff !important;
}

/*===========================
   Hirdetések
===========================*/

#hirdetes .hirdetes {
  padding: 60px 0 30px 0;
  margin-bottom: 30px;
}

#hirdetes .img {
  max-width: 100%;
  align-items: center;
  padding: 0 0px 30px 0;
}

#hirdetes h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 800;
  color: #000000;
}


/*===========================
     BLOG CSEMPÉK
===========================*/
.blog {
   padding: 80px 0 30px 0;}

.blog h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
}

.blog h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  font-style: italic;
  color: #0ec2f4;
}

.blog .btn {
  color: #fff;
  background: #00abe8;
  border-radius: 25px;
  margin-top: 5px;
  padding: 10px 28px;
  font-weight: 800;
}
.blog .btn:hover {
  background-color: #0ec2f4 !important;
}

.blog .btn-middle {
  color: #fff;
  background: #005ba9;
  border-radius: 25px;
  margin-top: 5px;
  padding: 8px 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.blog .btn-middle:hover {
  background-color: #0d4bbf !important;
}


@media (max-width: 767px) {
  .blog {
    padding-top: 75px; } }

	
.blog-csempe-nagy {
  -webkit-box-shadow: 0px 15px 21px 0px rgba(254, 119, 101, 0.06);
  -moz-box-shadow: 0px 15px 21px 0px rgba(254, 119, 101, 0.06);
  box-shadow: 0px 15px 21px 0px rgba(254, 119, 101, 0.06); }
  .blog-csempe-nagy .blog-image {
    overflow: hidden;
	border: 1px solid #ddd;
	}
    .blog-csempe-nagy .blog-image img {
      width: 100%;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }
  .blog-csempe-nagy .blog-szoveg {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0; }
    .blog-csempe-nagy .blog-szoveg .content {
      padding: 20px 30px 25px; }
	  .blog-csempe-nagy .blog-szoveg .content .title a {
        font-size: 20px;
		font-weight: 800;
        color: #00abe8;
        line-height: 24px;
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s; }
        .blog-csempe-nagy .blog-szoveg .content .title a:hover {
          color: #0ec2f4; }
      .blog-csempe-nagy .blog-szoveg .content p {
        font-size: 14px;
		color: #777;
		line-height: 24px;
		margin-top: 18px;
		text-align: justify;
		font-style: italic;
		}
		.blog-csempe-nagy .blog-szoveg .content .btn {
        color: #fff;
		background: #00abe8;
		border-radius: 25px;
		margin-top: 5px;
		padding: 10px 28px;
		font-weight: 700;
		}
		.blog-csempe-nagy .blog-szoveg .content .btn:hover {
        background-color: #0ec2f4;
		 color: #fff !important;
		}
	
	
.blog-csempe-kicsi {
  -webkit-box-shadow: 0px 15px 21px 0px rgba(254, 119, 101, 0.06);
  -moz-box-shadow: 0px 15px 21px 0px rgba(254, 119, 101, 0.06);
  box-shadow: 0px 15px 21px 0px rgba(254, 119, 101, 0.06); }
  .blog-csempe-kicsi .blog-image {
    overflow: hidden;
    border: 1px solid #ddd;	}
    .blog-csempe-kicsi .blog-image img {
      width: 100%;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }
  .blog-csempe-kicsi .blog-szoveg {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0; }
    .blog-csempe-kicsi .blog-szoveg .content {
      padding: 20px 30px 25px; }
	  .blog-csempe-kicsi .blog-szoveg .content .title a {
        font-size: 14px;
		font-weight: 800;
        color: #333;
        line-height: 24px;
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s; }
        .blog-csempe-kicsi .blog-szoveg .content .title a:hover {
          color: #00abe8; }
      .blog-csempe-kicsi .blog-szoveg .content p {
        font-size: 12px;
		color: #1d1d1d;
		line-height: 24px;
		margin-top: 18px;
		}
		.blog-csempe-kicsi .blog-szoveg .content .btn {
        color: #fff;
		background: #00abe8;
		border-radius: 25px;
		margin-top: 5px;
		padding: 10px 28px;
		font-weight: 700;
		}
		.blog-csempe-kicsi .blog-szoveg .content .btn:hover {
        background-color: #0ec2f4;
		 color: #fff !important;
		}
		
		
/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 61, 175, 0.7), rgba(0, 61, 175, 0.7)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
  font-weight: 800;
  font-size: 24px;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  background: #fddb00;
  /*transition: background 0.5s;*/
  margin: 10px;
  border: 0px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #fae039;
  /*border: 2px solid #00baed;*/
}


header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(5rem + 72px);
  padding-bottom: 5rem;
  background: linear-gradient(0deg, #003daf 0%, #003daf 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

header.masthead .masthead-content {
  z-index: 1;
  position: relative;
}

header.masthead .masthead-content .masthead-heading {
  font-size: 4rem !important;
  font-weight: bold;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 2rem;
}

header.masthead .bg-circle {
  z-index: 0;
  position: absolute;
  border-radius: 100%;
  background: linear-gradient(0deg, #fddb00 0%, #fddb00 100%);
}

header.masthead .bg-circle-1 {
  height: 80rem;
  width: 80rem;
  bottom: -55rem;
  left: -55rem;
}

header.masthead .bg-circle-2 {
  height: 40rem;
  width: 40rem;
  top: -25rem;
  right: -25rem;
}

header.masthead .bg-circle-3 {
  height: 20rem;
  width: 20rem;
  bottom: -10rem;
  right: 5%;
}

header.masthead .bg-circle-4 {
  height: 30rem;
  width: 30rem;
  top: -5rem;
  right: 35%;
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(6rem + 55px);
    padding-bottom: 6rem;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 6rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 4rem;
  }
}

header.masthead .btn {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px !important;
  background: #003daf;
  /*transition: background 0.5s;*/
  margin: 10px;
  border: 0px solid #fff;
  color: #fff;
}

header.masthead .btn:hover {
  background: #1252cb;
  /*border: 2px solid #00baed;*/
}

/* csomagok */



#csomagok {
	text-align: center;
	overflow: hidden;
}

#csomagok section {
	margin: 3em 0;
	padding: 2.5em 0;
	}


#csomagok h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 800;
  color: #000000;
}
	
	
#csomagok h3 {
	font-size: 20px;
	margin-bottom: 25px;
    font-weight: 800;
    color: #000000;
}

#csomagok h4 {
	font-size: 16px;
	font-style: italic;
	color: #00abe8;
	line-height: 24px;
    font-weight: 700;
}

#csomagok p {
	font-size: 13px;
	line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
}

#csomagok i {
	font-size: 13px;
	text-decoration: italic;
	line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
}

#csomagok li {
	font-size: 14px;
	color: #00abe8;
	line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}

#csomagok img {
    margin-bottom: 25px;
}

#csomagok .middle {
	position: relative;
	z-index: 1;
}

#csomagok .middle:before {
	content: '';
	width: 32px;
	height: 100% !important;
	position: absolute;
	left: -24px;
	top: 0;
	display: block;
	z-index: -1;
	box-shadow: 32px 0 0 0 #fff, 0 -32px 0 0 #fff, 0 32px 0 0 #fff, 32px 32px 0 0 #fff, 32px -32px 0 0 #fff, 0 0 32px 0 rgba(0, 0, 0, 0.15);
}

#csomagok .middle:after {
	content: '';
	width: 32px;
	height: 100%;
	position: absolute;
	right: -24px;
	top: 0;
	display: block;
	z-index: -1;
	box-shadow: -32px 0 0 0 #fff, 0 -32px 0 0 #fff, 0 32px 0 0 #fff, -32px 32px 0 0 #fff, -32px -32px 0 0 #fff, 0 0 32px 0 rgba(0, 0, 0, 0.15);
}

#csomagok .button {
	min-width: 12em;
}

#csomagok footer {
	margin: 0;
}


#minicrm{
	height: 100%;
}

		
		
@media screen and (max-width: 1280px) {		
		/* csomagok */

			#csomagok {
				padding: 0;
			}

				#csomagok section {
					padding: 1em 2em;
				}

				#csomagok .middle:before {
					left: -12px;
				}

				#csomagok .middle:after {
					right: -12px;
				}		
		
}		
		
@media screen and (max-width: 980px) {
	#csomagok {
				padding: 3em 0 0 0;
			}

				#csomagok section {
					position: relative;
					border-top: solid 1px #dfdfdf;
					margin: 0;
					padding: 40px 0 0 0;
				}

					#csomagok section.first {
						border-top: 0;
						padding-top: 0;
					}

					#csomagok section p {
						margin: 0;
					}

				#csomagok .middle:before, #csomagok .middle:after {
					display: none;
				}

				#csomagok footer {
					padding: 3em 0 0 0;
				}

					#csomagok footer ul.actions {
						margin-bottom: 0;
					}	
		}
		
		
@media screen and (max-width: 736px) {

#csomagok {
				padding: 2em 0 0 0;
			}

				#csomagok section {
					padding: 40px 0 0 0;
					margin: 20px 0 0 0;
				}

				#csomagok h2 {
					font-size: 1.25em;
				}

}



.crm {
  height: 600px;
  max-width: 100%;
  margin: 10px auto;
  display: block;
}

@media screen and (max-width: 736px) {

.crm {
  height: 800px;
}

}
	
		
/*===========================
     FOOTER
===========================*/
.footer-container {
	width:100%;
	background:#1d1d1d;
	clear: both;
 	position: relative;
 	z-index: 10;
	padding-top: 10px;
	padding-bottom: 20px;
}
.footer-col {color:#ababab; font-size: 12px;}
.footer-col a {color:#00abe8; font-weight: bold;}
.footer-col a:hover {color:#0ec2f4; text-decoration: none;}
.footer-col h5, .footer-col strong {font-size: 14px; color:#f9f9f9; text-shadow:none;}
.footer-col h5 {margin-bottom: 12px;}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
	.footer-col {
		clear:both;
		overflow: auto;
		margin-bottom: 20px;
	}
	.footer-sub .right {display: none;}
}
ul.img-feed li {
	float: left; 
	margin: 0px 7px 7px 0px; 
	padding-bottom: 0px;
}

.ytplayer {
	width: 555px;
	height: 390px;
}	

@media only screen and (max-width: 767px) {
	.ytplayer {
		width:100%;
		height: auto;
	}
	



/*----------------------- RESZPONZÍV VIDEÓ ---------------------------*/    
  
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} 


/*----------------------- LENYÍLÓ ---------------------------*/    

.accordion-section .panel-default > .panel-heading {
    border: 0;
    background: #ffffff !important;
    padding: 0;
}
.accordion-section .panel-default .panel-title a {
    display: block;
    
	color: #003eaf;
}
.accordion-section .panel-default .panel-title a:after {
    /*font-family: 'FontAwesome';*/
    font-style: normal;
    font-size: 3rem;
    /*content: "\f106";*/
    color: #003eaf;
    float: right;
    margin-top: -12px;
}
/*.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}*/
.accordion-section .panel-default .panel-body {
    font-size: 1.2rem;
}

