html,
body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	/*-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 500;
	color: #474747;
}

h1 {
	font-size: 70px;
	font-weight: 400;
}

@media (max-width: 768px) {
  h1 {
    font-size: 45px;
  }
}

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: #1d1d1d;
	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: #00b9ed;
  border-radius: 5px;
  margin-top: 5px;
  padding: 10px 28px;
  font-weight: 800;
}
.btn:hover {
  background-color: #0ec2f4 !important;
}



 
  
/*--------------------- MENÜ -----------------------*/

  .navbar {
    background: #171819;
    padding: 1rem;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .navbar-brand {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    padding-top: 0;
  }

  .nav-item .nav-link {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 2px 6px;
  }

  .nav-item .nav-link.active,
  .nav-item .nav-link:hover {
    color: #00f8d9;
  }

  .navbar .social-icon li a {
    color: #ffffff;
  }

  .navbar-toggler {
    border: 0;
    padding: 0;
    cursor: pointer;
    margin: 0 10px 0 0;
    width: 30px;
    height: 35px;
    outline: none;
  }

  .navbar-toggler:focus {
    outline: none;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: transparent;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
    top: 0;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
  }

  .navbar-toggler .navbar-toggler-icon {
    background: #00f8d9;
    transition: background 10ms 300ms ease;
    display: block;
    width: 30px;
    height: 2px;
    position: relative;
  }

  .navbar-toggler .navbar-toggler-icon::before,
  .navbar-toggler .navbar-toggler-icon::after {
    transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
    position: absolute;
    right: 0;
    left: 0;
    background: #00f8d9;
    width: 30px;
    height: 2px;
    content: '';
  }

  .navbar-toggler .navbar-toggler-icon::before {
    top: -8px;
  }

  .navbar-toggler .navbar-toggler-icon::after {
    top: 8px;
  }
  
  

/*------------------ SLIDER  ------------------------*/

  .slider {
    background-image: url('../img/slider.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    vertical-align: middle;
    min-height: 100vh;
    position: relative;
  }
  
   .slider h4 {
    /*color: #00f8d9;
	font-weight: 300;
	font-size: 30px;*/
	font-size: 20px;
	display: inline-block;
	font-weight: 400;
	color: #1d1d1d;
	padding: 5px 30px;
	margin: 10px 0;
	border-radius: 0px;
	text-transform: uppercase;
	background-image: linear-gradient(to right, #e9a37f, #e9a37f);
  }
  
    .slider p {
    color: #ffffff;
	font-size: 20px;
	font-weight: 400;
  }
  
  
/*------------------ SLIDER SÖTÉT FÁTYOL ------------------------*/

  .bg-overlay {
    /*background: #171819;*/
	background-image: linear-gradient(to right, #e9a37f, #b490ca);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.70;
  }
 

/*===========================
   ÁLTALÁNOS BLOKK
===========================*/


/* Általános blokkok háttere: */

.grey-bg {
  background: #f9f9f9;
}

.rose-bg {
  /*background: #e9a37f;*/
  background-image: linear-gradient(to right, #e9a37f, #b490ca);
}


.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 60px 0;
}

#altalanos-blokk h2 {
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #1d1d1d;
}

#altalanos-blokk h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  font-style: italic;
  color: #0ec2f4;
}

#altalanos-blokk p {
  line-height: 25px;
  font-size: 16px;
  color: #383838;
  margin-bottom: 10px;
  font-weight: 400;
}

#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: #00b9ed;
  border-radius: 5px;
  margin-top: 5px;
  padding: 10px 28px;
  font-weight: 700;
}
#altalanos-blokk .btn:hover {
  background-color: #0ec2f4;
  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: #383838;
}


/*===========================
     BLOG CSEMPÉK
===========================*/
.blog {
   padding: 80px 0 30px 0;}

.blog h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 800;
  color: #383838;
}

.blog h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  font-style: italic;
  color: #0ec2f4;
}

.blog .btn {
  color: #fff;
  background: #00b9ed;
  border-radius: 5px;
  margin-top: 5px;
  padding: 10px 28px;
  font-weight: 800;
}
.blog .btn:hover {
  background-color: #0ec2f4 !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; }
    .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: #00b9ed;
        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: #00b9ed;
		border-radius: 5px;
		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; }
    .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: 16px;
		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: #00b9ed; }
      .blog-csempe-kicsi .blog-szoveg .content p {
        font-size: 14px;
		color: #777;
		line-height: 24px;
		margin-top: 18px;
		/*text-align: justify;*/
		font-style: italic;
		}
		.blog-csempe-kicsi .blog-szoveg .content .btn {
        color: #fff;
		background: #00b9ed;
		border-radius: 5px;
		margin-top: 5px;
		padding: 10px 28px;
		font-weight: 700;
		}
		.blog-csempe-kicsi .blog-szoveg .content .btn:hover {
        background-color: #0ec2f4;
		 color: #fff !important;
		}
		
		
/*===========================
     CTA sáv
===========================*/

#cta {
  background: linear-gradient(rgba(0, 186, 238, 0.7), rgba(50, 43, 136, 0.9)), url(../img/cta-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#cta .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}

#cta .cta-text {
  color: #fff;
  margin-bottom: 25px;
}

@media (max-width: 769px) {
  #cta .cta-text {
    font-size: 18px;
  }
}

@media (min-width: 769px) {
  #cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#cta .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 5px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#cta .cta-btn:hover {
  background: #00baed;
  border: 2px solid #00baed;
}		
		


/* csomagok */



#csomagok {
	text-align: center;
	overflow: hidden;
	padding: 60px 10 60px 0;
}

#csomagok section {
	margin: 1em 0;
	padding: 2.5em 0;
	padding: 60px 10 60px 0;
	}

#csomagok .elvalaszto {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-left: 10px;
}

#csomagok h2 {
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #383838;
  padding-left: 10px;
}

#csomagok h3 {
	color: #db7f50;
	font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.8px;
    padding:0;
    margin: 0 0 2rem;
    text-transform: uppercase;

}

#csomagok h6 {
	font-size: 16px;
	color: #333;
	line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
}

#csomagok h5 {
	font-size: 16px;
	color: #333;
	line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}

#csomagok a {
	font-size: 16px;
	color: #333;
	line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}

#csomagok a:hover {
	font-size: 16px;
	color: #db7f50;
	line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}

#csomagok h4 {
	font-size: 20px;
	display: inline-block;
	font-weight: 400;
	color: #1d1d1d;
	padding: 5px 30px;
	margin: 10px 0;
	border-radius: 0px;
	text-transform: uppercase;
	background-image: linear-gradient(to right, #e9a37f, #e9a37f);
}

#csomagok p {
	font-size: 14px;
	line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
	color: #383838;
}

#csomagok i {
	font-size: 16px;
	text-decoration: italic;
	line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
	margin-right: 10px;
    font-weight: 400;
	color: #db7f50;
}

#csomagok li {
	font-size: 14px;
	color: #333;
	line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}

#csomagok img {
    display: block;
    margin:0 auto 2rem;
    text-align: center;
    max-width: 85px;
}

#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% !important;
	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;
}

#csomagok section.first {
	border: 5px solid #00b9ed;
}



#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;
						border: 1px solid;
					}

					#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: 500px;
  max-width: 100%;
  margin: 10px auto;
  display: block;
}

@media screen and (max-width: 736px) {

.crm {
  height: 720px;
}

}
	
		
/*===========================
     FOOTER
===========================*/
.footer-container {
	width:100%;
	background:#333;
	clear: both;
 	position: relative;
 	z-index: 10;
	padding-top: 30px;
	padding-bottom: 50px;
}
.footer-col {color:#ababab; font-size: 12px;}
.footer-col a {color:#b490ca; font-weight: bold;}
.footer-col a:hover {color:#db7f50; 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;
}





/* Galéria
--------------------------------*/
#gallery {

  padding: 60px 0 60px 0;
}

#gallery h2 {
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #383838;
}

#gallery h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  font-style: italic;
  color: #0ec2f4;
}

#gallery p {
  line-height: 25px;
  font-size: 16px;
  color: #383838;
  margin-bottom: 10px;
  font-weight: 400;
}

#gallery .container-fluid {
  padding: 0px;
}

#gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  
}

#gallery .gallery-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}






