html,
body {
	height: 100%;
	font-family: 'Montserrat', 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;
}

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: #dc378d;
  border-radius: 5px;
  margin-top: 5px;
  padding: 10px 28px;
  font-weight: 800;
}
.btn:hover {
  background-color: #dc378d !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: #333;
      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: #383838;
		text-transform: uppercase;
        -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: #dc378d; }
		
		



/*===========================
   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;
  padding-top: 40px;
}


#slider .slider h3 {
  font-size: 28px;
  line-height:34px;
  color:#FFF;
  font-weight:400;
  margin-top: 20px;
  padding-left:0;
  font-style: italic;
}

#slider .slider p {
  font-size: 22px;
  line-height:30px;
  color:#FFF;
  font-weight:400;
  margin-top: 30px;
  padding-left:0;
}

#slider .slider a {
  color: #dc378d;
}

#slider .slider a:hover {
  color: #34d1fd;
}

#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: #dc378d;
  border-radius: 5px;
  margin-top: 5px;
  padding: 10px 28px;
  font-weight: 800;
}
#slider .slider .btn:hover {
  background-color: #dc378d;
}

#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: 100%;
}

@media(max-width:767px) {
	#slider .slider h2 {
	  font-size: 24px;
	  line-height:30px;
	  color:#FFF;
	  margin-top:10%;
	  font-weight:700;
	  padding-left:0;
	  padding-top: 30px;
	}
	#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;
	}
}


/* Hero Carousel */
#template-mo-zay-hero-carousel { background: #f7f73b !important; margin-top: 80px;}
/* Accordion */
.templatemo-accordion a { color: #000;}
.templatemo-accordion a:hover { color: #333d4a;}

/* Product */
.product-wap { box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);}
.product-wap .product-color-dot.color-dot-red { background:#f71515;}
.product-wap .product-color-dot.color-dot-blue { background:#6db4fe;}
.product-wap .product-color-dot.color-dot-black { background:#000000;}
.product-wap .product-color-dot.color-dot-light { background:#e0e0e0;}
.product-wap .product-color-dot.color-dot-green { background:#0bff7e;}
.card.product-wap .card .product-overlay {
  background: rgba(0,0,0,.2);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
.card.product-wap:hover .card .product-overlay {
  visibility: visible;
  opacity: 1;
}
.card.product-wap a { color: #000;}
#carousel-related-product .slick-slide:focus { outline: none !important;}
#carousel-related-product .slick-dots li button:before {
  font-size: 15px;
  margin-top: 20px;
}


/* Carousel Hero */
#template-mo-zay-hero-carousel .carousel-indicators li {
  margin-top: -50px;
  background-color: #dc378d;
}
#template-mo-zay-hero-carousel .carousel-control-next i,
#template-mo-zay-hero-carousel .carousel-control-prev i {
  color: #dc378d !important;
  font-size: 2.8em !important;
}


@media (min-width: 576px) {
  .tempaltemo-carousel .h1 { font-size: 1em !important;}
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  #templatemo_main_nav .navbar-nav {max-width: 450px;}
 }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #templatemo_main_nav .navbar-nav {max-width: 550px;}
  #template-mo-zay-hero-carousel .carousel-item {min-height: 30rem !important;}
  .product-wap .h3, .product-wap li, .product-wap i, .product-wap p {font-size: 18px !important;}
  .product-wap .product-color-dot {
    width: 12px;
    height: 12px;
  }
}




/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../webfonts/slick.eot');
    src: url('../webfonts/slick.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/slick.woff') format('woff'),
         url('../webfonts/slick.ttf') format('truetype'),
         url('../webfonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}





/*===========================
   ÁLTALÁNOS BLOKK
===========================*/


/* Általános blokkok háttere: */

.grey-bg {
  background: #f9f9f9;
}

.henkel-bg {
  background: #ffffff;
  border: 5px solid #e1000f;
}

.fd-blue-bg {
  background: #dc378d;
}

.fd-yellow-bg {
  background: #f7f73b;
}

.elvalaszto {
  margin-top: 20px;
  margin-bottom: 50px;
}

.elvalaszto .csik {
  position: absolute;
  width: 56px;
  height: 5px;
  background: #dc378d;
  -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 h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 800;
  color: #383838;
  text-transform: uppercase;
}

#altalanos-blokk h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  /*font-style: italic;*/
  color: #dc378d;
}

#altalanos-blokk h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  /*font-style: italic;*/
  color: #383838;
}

#altalanos-blokk p {
  line-height: 24px;
  font-size: 16px;
  color: #777;
  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: #dc378d;
}

#altalanos-blokk a:hover {
  color: #dc378d;
}

#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: #dc378d;
  border-radius: 5px;
  margin-top: 5px;
  padding: 10px 28px;
  font-weight: 700;
}
#altalanos-blokk .btn:hover {
  background-color: #dc378d;
  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;
  text-transform: uppercase;
}

.blog h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  /*font-style: italic;*/
  color: #dc378d;
}

.blog .btn {
  color: #fff;
  background: #dc378d;
  border-radius: 5px;
  margin-top: 5px;
  padding: 10px 28px;
  font-weight: 800;
}
.blog .btn:hover {
  background-color: #dc378d !important;
}

.blog .btn-middle {
  color: #fff;
  background: #dc378d;
  border-radius: 5px;
  margin-top: 5px;
  padding: 8px 15px;
  font-weight: 600;
}
.blog .btn-middle:hover {
  background-color: #dc378d !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: #dc378d;
        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: #dc378d; }
      .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: #dc378d;
		border-radius: 5px;
		margin-top: 5px;
		padding: 10px 28px;
		font-weight: 700;
		}
		.blog-csempe-nagy .blog-szoveg .content .btn:hover {
        background-color: #dc378d;
		 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: 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: #dc378d; }
      .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: #dc378d;
		border-radius: 5px;
		margin-top: 5px;
		padding: 10px 28px;
		font-weight: 700;
		}
		.blog-csempe-kicsi .blog-szoveg .content .btn:hover {
        background-color: #dc378d;
		 color: #fff !important;
		}


.blog-csempe-vt {
  -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-vt .blog-image {
    overflow: hidden;
    border: 0px solid #ddd;	}
    .blog-csempe-vt .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-vt .blog-szoveg {
    background-color: #fff;
    border: 0px solid #ddd;
    border-top: 0; }
    .blog-csempe-vt .blog-szoveg .content {
      padding: 20px 30px 25px; }
	  .blog-csempe-vt .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-vt .blog-szoveg .content .title a:hover {
          color: #dc378d; }
      .blog-csempe-vt .blog-szoveg .content p {
        font-size: 14px;
		color: #777;
		line-height: 24px;
		margin-top: 18px;
		/*text-align: justify;*/
		font-style: italic;
		}
		.blog-csempe-vt .blog-szoveg .content .btn {
        color: #fff;
		background: #dc378d;
		border-radius: 5px;
		margin-top: 5px;
		padding: 10px 28px;
		font-weight: 700;
		}
		.blog-csempe-vt .blog-szoveg .content .btn:hover {
        background-color: #dc378d;
		 color: #fff !important;
		}


  .blog .blog-box {
    /*background: linear-gradient(120deg, #00ffb9 0%, #00e6dc 100%);*/
	background-color: #000028;
    padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	margin-left: 1rem;
	margin-right: 1rem;
	border-radius: 0px;
  }
  
    .blog .blog-box h2 {
    font-size: 22px;
	color: #00cccc;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 700;
	text-transform: none;
  }
  
    .blog .blog-box p {
    font-size: 15px;
	color: #fff;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
   .blog .blog-box .btn {
  color: #061a50;
  background: #00cccc;
  border-radius: 0px;
  margin-top: 5px;
  padding: 10px 30px;
  font-weight: 800;
}
 .blog .blog-box .btn:hover {
  background-color: #00ffb9 !important;
}





  .blog .vt-box {
    background: linear-gradient(120deg, #a100ff 0%, #58008f 100%);
    padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	margin-left: 1rem;
	margin-right: 1rem;
	border-radius: 0px;
  }
  
    .blog .vt-box h2 {
    font-size: 24px;
	color: #fff;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
  .blog .vt-box h3 {
    font-size: 20px;
	color: #fff;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
    .blog .vt-box p {
    font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  



  .blog .vt-box-topdesk {
    background: linear-gradient(120deg, #76cfe3 0%, #76cfe3 100%);
    padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	margin-left: 1rem;
	margin-right: 1rem;
	border-radius: 0px;
  }
  
    .blog .vt-box-topdesk h2 {
    font-size: 24px;
	color: #fff;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
  .blog .vt-box-topdesk h3 {
    font-size: 20px;
	color: #fff;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
    .blog .vt-box-topdesk p {
    font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
  
  
  .blog .vt-box-ge {
    background: linear-gradient(120deg, #005cb9 0%, #005cb9 100%);
    padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	margin-left: 1rem;
	margin-right: 1rem;
	border-radius: 0px;
  }
  
    .blog .vt-box-ge h2 {
    font-size: 24px;
	color: #fff;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
  .blog .vt-box-ge h3 {
    font-size: 20px;
	color: #fff;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
    .blog .vt-box-ge p {
    font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
  
  
    .blog .vt-box-cocacola {
    background: linear-gradient(120deg, #e41e2b 0%, #e41e2b 100%);
    padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	margin-left: 1rem;
	margin-right: 1rem;
	border-radius: 0px;
	border: 5px solid #e61d2b;
  }
  
    .blog .vt-box-cocacola h2 {
    font-size: 24px;
	color: #ffffff;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
  .blog .vt-box-cocacola h3 {
    font-size: 20px;
	color: #ffffff;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
    .blog .vt-box-cocacola p {
    font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
  
  
    .blog .vt-box-flowserve {
    background: linear-gradient(120deg, #ffffff 0%, #ffffff 100%);
    padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	margin-left: 1rem;
	margin-right: 1rem;
	border-radius: 0px;
	border: 5px solid #ee2a2f;
  }
  
    .blog .vt-box-flowserve h2 {
    font-size: 24px;
	color: #ee2a2f;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
  .blog .vt-box-flowserve h3 {
    font-size: 20px;
	color: #ee2a2f;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
    .blog .vt-box-flowserve p {
    font-size: 14px;
	color: #000;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
  
  
      .blog .vt-box-hre {
    background: linear-gradient(120deg, #ffffff 0%, #ffffff 100%);
    padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	margin-left: 1rem;
	margin-right: 1rem;
	border-radius: 0px;
	border: 5px solid #ededed;
  }
  
    .blog .vt-box-hre h2 {
    font-size: 24px;
	color: #dc378d;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
  .blog .vt-box-hre h3 {
    font-size: 20px;
	color: #dc378d;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
    .blog .vt-box-hre p {
    font-size: 14px;
	color: #000;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
  
        .blog .vt-box-otp {
    background: linear-gradient(120deg, #016438 0%, #016438 100%);
    padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	margin-left: 1rem;
	margin-right: 1rem;
	border-radius: 0px;
	border: 0px solid #ededed;
  }
  
    .blog .vt-box-otp h2 {
    font-size: 24px;
	color: #50b748;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
  .blog .vt-box-otp h3 {
    font-size: 20px;
	color: #50b748;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
    .blog .vt-box-otp p {
    font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
  
  
    .blog .vt-box-citi {
    background: #002d72;
    padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	margin-left: 1rem;
	margin-right: 1rem;
	border-radius: 0px;
	border: 0px solid #ededed;
  }
  
    .blog .vt-box-citi h2 {
    font-size: 24px;
	color: #ffffff;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
  .blog .vt-box-citi h3 {
    font-size: 20px;
	color: #ffffff;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
    .blog .vt-box-citi p {
    font-size: 14px;
	color: #e8e8e8;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
  
  
  
      .blog .vt-box-aldi {
    background: #00005f;
    padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	margin-left: 1rem;
	margin-right: 1rem;
	border-radius: 0px;
	border: 0px solid #ededed;
  }
  
    .blog .vt-box-aldi h2 {
    font-size: 24px;
	color: #ffc800;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
  .blog .vt-box-aldi h3 {
    font-size: 20px;
	color: #ffc800;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
    .blog .vt-box-aldi p {
    font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
  
  
  
    .blog .vt-box-siemens {
    background: #000028;
    padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	margin-left: 1rem;
	margin-right: 1rem;
	border-radius: 0px;
	border: 0px solid #ededed;
  }
  
    .blog .vt-box-siemens h2 {
    font-size: 24px;
	color: #00cccc;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
  .blog .vt-box-siemens h3 {
    font-size: 20px;
	color: #00cccc;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
    .blog .vt-box-siemens p {
    font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
  
  
    .blog .vt-box-accenture {
    background: linear-gradient(120deg, #a100ff 0%, #58008f 100%);
    padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	margin-left: 1rem;
	margin-right: 1rem;
	border-radius: 0px;
  }
  
    .blog .vt-box-accenture h2 {
    font-size: 24px;
	color: #ffffff;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
  .blog .vt-box-accenture h3 {
    font-size: 20px;
	color: #ffffff;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
    .blog .vt-box-accenture p {
    font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	margin-top: 18px;
	font-weight: 500;
  }
  
		
/*===========================
     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;
}

#csomagok section {
	margin: 3em 0;
	padding: 2.5em 0;
	}


#csomagok h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 800;
  color: #383838;
}
	
	
#csomagok h3 {
	font-size: 20px;
	margin-bottom: 25px;
    font-weight: 800;
    color: #383838;
}

#csomagok h4 {
	font-size: 16px;
	font-style: italic;
	color: #dc378d;
	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: #dc378d;
	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:#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:#dc378d; font-weight: bold;}
.footer-col a:hover {color:#dc378d; 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%;
} 




