@charset "UTF-8";
@CHARSET "UTF-8";
@charset "UTF-8";
@font-face{
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src:url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/webfonts/fa-brands-400.eot');
	src:url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/webfonts/fa-brands-400.eot'?#iefix) format("embedded-opentype"),
		url(''https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/webfonts/fa-brands-400.woff'2') format("woff2"),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/webfonts/fa-brands-400.woff') format("woff"),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/webfonts/fa-brands-400.ttf') format("truetype"),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/webfonts/fa-brands-400.svg#fontawesome') format("svg")
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}


.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}


.no-js .owl-carousel {
  display: block;
}


.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}


.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('https://www.instylemen.hu/css/owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}



 .owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }


.owl-theme .owl-controls .owl-nav {
  margin: 0;
}

.productInArticleHolder.owl-carousel .owl-controls .owl-nav .owl-prev,
.productInArticleHolder.owl-carousel .owl-controls .owl-nav .owl-next {
  width: 40px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  margin: -40px 0 0;
  padding: 0 10px 0 0;
}

.productInArticleHolder.owl-carousel .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
}

.productInArticleHolder.owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0 0 0 10px;
}



.productInArticleHolder.owl--joy.owl-carousel .owl-controls .owl-nav .owl-prev,
.productInArticleHolder.owl--joy.owl-carousel .owl-controls .owl-nav .owl-next {
  background: #ff2e8a;
  border-radius: 0 110px 110px 0;
  box-shadow: 4px 4px 12px rgba(255, 46, 138, 0.4);
}

.productInArticleHolder.owl--joy.owl-carousel .owl-controls .owl-nav .owl-next {
  border-radius: 110px 0 0 110px;
  box-shadow: -4px 4px 12px rgba(255, 46, 138, 0.4);
}

.productInArticleHolder.owl--joy.owl-theme .owl-dots .owl-dot.active span,
.productInArticleHolder.owl--joy.owl-theme .owl-dots .owl-dot:hover span {
  background: #ff2e8a;
}

.productInArticleHolder.owl--joy.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0px;
}

.productInArticleHolder.owl--joy.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0px;
}

@media only screen and (min-width: 1008px) {
  .productInArticleHolder.owl--joy.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 10px;
  }
  
  .productInArticleHolder.owl--joy.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 10px;
  } 
}





.productInArticleHolder.owl--instyle.owl-carousel .owl-controls .owl-nav .owl-prev,
.productInArticleHolder.owl--instyle.owl-carousel .owl-controls .owl-nav .owl-next {
  background: #db0030;
  border-radius: 0 110px 110px 0;
}

.productInArticleHolder.owl--instyle.owl-carousel .owl-controls .owl-nav .owl-next {
  border-radius: 110px 0 0 110px;
}

.productInArticleHolder.owl--instyle.owl-theme .owl-dots .owl-dot.active span,
.productInArticleHolder.owl--instyle.owl-theme .owl-dots .owl-dot:hover span {
  background: #db0030;
}

.productInArticleHolder.owl--instyle.owl-carousel .owl-controls .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.productInArticleHolder.owl--instyle.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0px;
}

.productInArticleHolder.owl--instyle.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0px;
}

.productInArticleHolder.owl--instyle.owl-carousel .owl-controls .owl-nav .owl-prev .nyil_jobb,
.productInArticleHolder.owl--instyle.owl-carousel .owl-controls .owl-nav .owl-next .nyil_bal {
  margin-top: -10px;
}


@media only screen and (min-width: 1008px) {
  .productInArticleHolder.owl--instyle.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 10px;
  }
  
  .productInArticleHolder.owl--instyle.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 10px;
  } 
}






*
{
    box-sizing: border-box;
}
*::before, *::after
{
    box-sizing: border-box;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

body
{
    color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
    line-height: 1.4em;
	margin: 0;
	padding: 0;
}

img
{
	height: auto;
	max-width: 100%;
	width: auto;
}
p
{
	margin: 0 0 25px;
}

b, strong
{
	font-weight: 700;
}

a, a:hover, a:focus, a:active
{
	color: #000;
	text-decoration: none;
}
	a:hover
	{
		text-decoration: underline;
	}

input
{
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
}
	

h1, h2, h3, h4, h5
{
	line-height: 1.2em;
	margin: 0 0 25px;
}

h1 { font-size: 40px; }

h2
{
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px;
}

.ease, .ease-fast
{
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


.fullSize
{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}

.flexBox
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
	
	.flex-spaceBetween
	{
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.flex-alignCenter
	{ 
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.flex-alignEnd
	{
		-webkit-box-align: end;
		-moz-box-align: end;
		-ms-flex-align: end;
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}
	.flex-justifyCenter
	{
		-webkit-justify-content: center;
		justify-content: center;
	}
	.flex-dirCol
	{
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.flex-equalWidth
	{
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	

.margin-auto { margin: auto; }

.textAlignCenter { text-align: center; }
.textAlignRight { text-align: right; }

.makeItClear { clear: both; }

.bg-black 
{ 
	background-color: #272727; 
	color: #FFF;
}

.buttonStyle
{
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 500;
	padding: 10px 20px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
	.buttonStyle-black
	{
		background-color: #000;
		border: 1px solid #000;
		color: #FFF;
	}
		.buttonStyle-black:hover
		{
			background-color: #FFF;
			border: 1px solid #FFF;
			color: #000;
		}
	.buttonStyle-peach
	{
		background-color: #CA2525;
		border: 1px solid #CA2525;
		color: #FFF;
	}
		.buttonStyle-peach:hover
		{
			background-color: #000;
			border: 1px solid #000;
			color: #CA2525;
		}

	.buttonStyle-white
	{
		background-color: #FFF;
		border: 1px solid #FFF;
		color: #000;
	}
		.buttonStyle-white:hover
		{
			background-color: #000;
			border: 1px solid #000;
			color: #FFF;
		}

#container
{
	background-color: #FFF;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 5;

}

#mainPart {
	padding: 0 20px;
}

.centerPart
{
	margin: 0 auto;
	max-width: 1140px;
	position: relative;
	width: 100%;
}


header
{
  position: relative;
  margin-bottom: 30px;
  z-index: 10;
  color: #FFF;
}
  header .centerPart.header-main
  {
    display: flex;
    align-items: center;
	justify-content: space-between;
    gap: 40px;

    z-index: 20;
    padding-top: 20px;
    padding-bottom: 20px;
  }

	.logo
	{
		position: relative;

		aspect-ratio: 107/80;
		width: auto;
		height: 80px;

		
		margin-right: auto;
	}

	.logo img
	{
		max-height: 80px;
	}


		.header-menu {
			display: flex;
			align-items: center;
			justify-content: flex-end;
			gap: 40px;
		}

		.header-menu a
		{
			color: #FFF;
			font-family: 'Montserrat', sans-serif;
			font-weight: 900;
			font-size: 14px;
			letter-spacing: 2px;
			text-transform: uppercase;
		}

			.header-menu a:hover,
			.header-menu a.active
			{
				color: #22E8F4;
				text-decoration: none;
			}

			.header-menu .menuItemSponsor {
				display: inline-flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
			}

			.header-menu .menuItemSponsor img {
				margin-top: 10px;
			}


			@media only screen and (max-width: 992px) {
				.header-menu .menuItemSponsor {
					flex-direction: row;
				}

				.header-menu .menuItemSponsor img {
					margin-left: 10px;
					margin-top: 0px;
				}
			}

  .header-menu a[href="/promocio"] {
    display: none;
  }

  .header-right {
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
	gap: 40px;
  }

	.header-search,
	.header-magazin
	{
		display: inline-block;
		vertical-align: bottom;
	}

		.header-search-box
		{
			display: inline-block;
		}
			.header-search-box form
			{
				display: inline-block;
				position: relative;
				vertical-align: middle;
				width: 100%;
			}
				.header-search-box form input[type="text"],
				.header-search-box form input[type="submit"]
				{
					font-family: 'Montserrat', sans-serif;
				}

				.header-search-box form input[type="text"]
				{
					background-color: #FFF;
					border: #000 1px solid;
					border-radius: 2em;
					-webkit-border-radius: 2em;
					-moz-border-radius: 2em;
					-ms-border-radius: 2em;
					-o-border-radius: 2em;
					color: #000;
					font-size: 16px;
					height: 30px;
					width: 100%;
				}
				.header-search-box form input[type="submit"]
				{
					border-radius: 0;
					-webkit-border-radius: 0;
					-moz-border-radius: 0;
					-ms-border-radius: 0;
					-o-border-radius: 0;
					height: 100%;
					left: 100%;
					opacity: 0;
					position: absolute;
					top: 0;
					width: 85px;
					z-index: 5;
				}

		.header-search-button
		{
			cursor: pointer;
			display: inline-block;
			font-family: 'Montserrat', sans-serif;
			font-size: 11px;
			font-weight: 500;
			padding: 5px 10px;
			position: relative;
			vertical-align: middle;
		}
			.header-search-button .fa
			{
				font-size: 20px;
				margin-right: 5px;
			}

		.header-magazin
		{
			margin-left: 5px;
			padding-right: 105px;
			position: relative;
		}
			.header-magazin img 
			{
				max-width: 80px;
				position: relative;
				z-index: 2;
			}
			.header-magazin .buttonStyle
			{
				padding: 10px;
				position: absolute;
				right: 0;
				top: 50%;
				-moz-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				-o-transform: translateY(-50%);
				-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
				width: 105px;
				z-index: 5;
			}

    .desktop-hamburger {
	    position: relative;
	    width: 44px;
	    padding: 5px 10px 8px 10px;
	    cursor: pointer;
	  }
  
    .desktop-hamburger .icon span
    {
      background-color: #FFF;
      display: block;
      height: 2px;
      margin-bottom: 5px;
      transition: all 200ms linear;
    }
      .desktop-hamburger .icon span:last-of-type { margin-bottom: 0; }
      
    .desktop-hamburger.opened span:nth-child(1) {
      transform: rotate(45deg) translate(5px, 5px);
    }
    
    .desktop-hamburger.opened span:nth-child(2) {
      opacity: 0;
    }
    
    .desktop-hamburger.opened span:nth-child(3) {
      transform: rotate(-45deg) translate(5px, -5px);
    }
      
   .desktop-hamburger-menu {
     position: absolute;
     bottom: -47px;
     transform: translate(-100%, 100%);
     margin-left: 26px;
     padding: 10px 0;
     background-color: #272727;
     border-bottom: 3px solid #22E8F4;
     display: none;
   }
   
    .desktop-hamburger-menu a {
      display: block;
      padding: 10px 45px;
      color: #FFF;
	    font-family: 'Montserrat', sans-serif;
	    font-weight: 900;
	    font-size: 14px;
	    letter-spacing: 2px;
	    text-transform: uppercase;
    }

      .desktop-hamburger-menu a:hover {
        color: #22E8F4;
        text-decoration: none;
      }
  


.header-mobil-slide-search
{
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	bottom: 0;
	display: block;
	left: 0;
	padding: 5px 20px 20px;
	position: absolute;
	width: 100%;
	z-index: 10;
}
	.header-mobil-slide-search.active
	{
		bottom: -60px;
	}

	.header-mobil-slide-search input,
	.header-mobil-slide-search input[type="submit"]
	{
		border: 1px solid #FFF;
		border-radius: 2em;
		color: #000;
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
		padding: 10px 20px;
		width: calc(100% - 110px);
	}

	.header-mobil-slide-search input[type="submit"]
	{
		background-color: #22E8F4;
		border: 1px solid #22E8F4;
		color: #FFF;
		font-family: 'Montserrat', sans-serif;
		font-weight: 500;
		height: 38px;
		margin-left: 15px;
		text-transform: none;
		width: 90px;
	}
		.header-mobil-slide-search input[type="submit"]:hover
		{
			color: #22E8F4;
		}
		.header-mobil-slide-search input::-webkit-input-placeholder { color: #000; opacity: 1.0;}
		.header-mobil-slide-search input::-moz-placeholder { color:#000; opacity: 1.0;}
		.header-mobil-slide-search input:-ms-input-placeholder { color:#000; opacity: 1.0;}
		.header-mobil-slide-search input:-moz-placeholder { color:#000; opacity: 1.0;}

#header-mobil,
.header-mobil-social-icons,
.header-close-layer,
.header-mobil-close-button { display: none; }


#header-mobil
{
	margin-bottom: 30px;
	padding: 10px 0;
}
	#header-mobil .col
	{
		min-height: 1px;
		width: 33.33%;
	}
		#menu-mobil-open
		{
			cursor: pointer;
			padding: 5px 5px 5px;
			position: relative;
			width: 30px;
		}
			#menu-mobil-open span
			{
				background-color: #FFF;
				display: block;
				height: 2px;
				margin-bottom: 5px;
			}
				#menu-mobil-open span:last-of-type { margin-bottom: 0; }

	#header-mobil .logo 
	{
		margin: 0 auto;
		width: 120px; 
	}

@media screen and (max-width: 1139px)
{
	.header-search-button span { display: none; }
}

@media screen and (max-width: 1024px)
{
	.dontMove
	{
		overflow: hidden;
		
	}

	#header-mobil,
	.header-mobil-social-icons
	{
		display: block;
		position: relative;
		z-index: 1;
	}

	header
	{
		height: 100%;
		left: -95vw;
		margin: 0;
		padding: 40px 0 60px;
		position: fixed;
		top: 0;
		z-index: 200;
	}
		header.active { left: 0 }

		header .centerPart.header-main
		{
			-webkit-box-align: start;
			-moz-box-align: start;
			-ms-flex-align: start;
			-webkit-align-items: flex-start;
			align-items: flex-start;
			-ms-flex-direction: column;
			flex-direction: column;
			min-width: calc(50vw + 90px);
		}
			header .logo {
				align-self: center;
				margin: 0;
			}

			.header-extra-menu-kepesvagyok
			{
				left: auto;
				margin: 20px 0 10px;
				position: relative;
				top: auto;
				width: 160px;
			}

			.header-menu {
				display: inline-flex;
				flex-direction: column;
				gap: 5px;
				width: 100%;
			}

			.header-right {
				display: none;
			}

	    .header-menu a[href="/promocio"] {
        display: inherit;
      }


			.header-menu a
			{
				display: block;
				font-size: 15px;
				padding: 3px 0;
				margin-left: 0;
			}

			header .centerPart.header-main .col:last-of-type { display: none; }

		.header-mobil-social-icons
		{
			display: block;
			padding: 20px;
		}
			.header-mobil-social-icons a
			{
				color: #FFF;
				font-size: 20px;
				padding: 5px 10px;
			}

		.header-mobil-slide-search
		{
			background: transparent;
		}
			.header-mobil-slide-search::after
			{
				content: '\f002';
				cursor: pointer;
				display: block;
				font-family: 'FontAwesome';
				position: absolute;
				right: 0;
				top: 0;
				width: 40px;
			}

      .header-search  {
        display: none;
      }

			.header-mobil-slide-search input[type="text"]
			{
				background-color: transparent;
				border: none;
				border-bottom: 1px solid #FFF;
				border-radius: 0;
				color: #FFF;
				font-size: 14px;
				font-weight: 700;
				padding: 5px 40px 10px 0;
				width: 100%;
			}
				.header-mobil-slide-search  input::-webkit-input-placeholder { color: #FFF; opacity: 1.0;}
				.header-mobil-slide-search  input::-moz-placeholder { color:#FFF; opacity: 1.0;}
				.header-mobil-slide-search  input:-ms-input-placeholder { color:#FFF; opacity: 1.0;}
				.header-mobil-slide-search  input:-moz-placeholder { color:#FFF; opacity: 1.0;}
	
			.header-mobil-slide-search input[type="submit"]
			{
				opacity: 0;
				position: absolute;
				right: 0;
				top: 0;
				width: 60px;
				z-index: 20;
			}

	.header-mobil-close-button
	{
		cursor: pointer;
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
		z-index: 30;
	}
			
	.header-close-layer
	{
		background-color: rgba(0,0,0,.5);
		display: block;
		height: 100%;
		opacity: 0;
		pointer-events: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 100;
	}
		.header-close-layer.active 
		{ 
			opacity: 1;
			pointer-events: all;
		}


		.footer-partner-logo {
			display: none !important;
			margin-left: 0 !important;
			margin-top: 30px;
		}

		.footer-partner-logo.mobile {
			display: flex !important;
			flex-direction: column;
		}


}





.is-sticky {
	display: flex;
	background: #F2F2F2;
	position: relative;
	justify-content: center;
	align-items: center;
	padding: 3px 5px;
}

.is-sticky a {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index:1;
}




.is-sticky h2 {
	color: #130C0E;

	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	letter-spacing: 1.125px;
	text-transform: uppercase;
	margin: 5px 20px;
}

.is-sticky .is-sticky-right {
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 110px;
	background: #00ABBD;
	display: flex;
	padding: 5px 10px;
	justify-content: center;
	align-items: center;
}




@media screen and (max-width: 1024px)
{

	.is-sticky {
		flex-direction: column;
		padding: 10px 20px;
	}

	.is-sticky h2 {
		font-size: 17px;
		margin: 5px 0px;
	}
	
}







.article-item
{
	margin-bottom: 35px;
	position: relative;
}
	.article-header
	{
		color: #000;
		flex-wrap: wrap;
	}
		.article-item p, 
		.article-info p { margin: 0; }

			.author-info p 
			{ 
				line-height: 1.2em;
			}

		.article-info
		{
			font-size: 12px;
			line-height: 1.2em;
			order: 2;
			padding: 10px 25px;
		}
			.article-header .article-info { width: 30%; }

		.article-hero
		{
			order: 3;
			position: relative;
			text-align: center;
			width: 100%;
		}
			.article-item .article-hero
			{
				order: inherit;
				padding-top: 53%;
			}

			.article-item .article-hero picture
			{
				display: block;
				width: 100%;
				height: 100%;
			}

			.article-item .article-hero picture img
			{
				object-fit: cover;
				width: 100%;
				height: 100%;
			}

			.article-cat
			{
				bottom: 60px;
				font-size: 22px;
				left: 0;
				line-height: 1em;
				padding: 22px 40px 20px;
				position: absolute;
				z-index: 3;
			}
			.post-block-six .article-cat,
			.post-block-three .article-cat,
			.articleEndOffer .article-cat,
			.gallery-box-col .article-cat,
			.adLoaded-640 .article-item-big .article-cat
			{
				bottom: 0;
				font-size: 13px;
				padding: 6px 20px 5px;
			}
			.adLoaded-640 .article-item-big .article-cat
			{
				background-color: #FFF;
				border: 1px solid #FFF;
				color: #000;
			}
				.adLoaded-640 .article-item-big .article-cat:hover
				{
					background-color: #000;
					border: 1px solid #000;
					color: #FFF;
				}

		.article-text
		{
			padding: 20px;
			position: relative;
		}
			.article-item-big h2
			{
				font-size: 45px;
			}
			.article-item-big .article-text p
			{
				font-size: 18px;
				line-height: 1.3em;
			}

		
		.article-item:hover h2
		{
			text-decoration: underline;
		}

	.theArticleMainPart p a.article-author-info-more
	{
		
		font-weight: 600;
		text-decoration: none;
	}

	.author-page-header
	{
		margin-bottom: 35px;
	}
		.author-page-header .author-pic
		{
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			height: 150px;
			width: 150px;
		}
		.author-page-info
		{
			padding-left: 30px;
			width: calc(100% - 150px);
		}
			.author-page-info .flexBox .col:first-of-type
			{
				padding-right: 20px;
				width: calc(100% - 220px);
			}
				.author-page-info p.author-page-name
				{
					font-family: 'Montserrat', sans-serif; 
					font-size: 40px;
					line-height: 1.1em;
					margin: 0 0 20px;
					
					position: relative;
				}
				.author-page-text { font-size: 16px; }

			.author-page-info .flexBox .col:last-of-type
			{
				align-items: flex-end;
				width: 220px;
			}
				.author-page-info .author-page-info-link
				{
					background-color: #FFF;
					border-radius: 2em;
					color: #000;
					cursor: pointer;
					display: inline-block;
					font-size: 20px;
					height: 40px;
					line-height: 1em;
					margin: 0 0 20px 10px;
					opacity: .5;
					padding: 10px 5px;
					position: relative;
					text-align: center;
					width: 40px;
				}
					.author-page-info .author-page-info-link:hover
					{
						opacity: 1;
					}
					.author-page-info .author-page-info-link img 
					{ 
						vertical-align: top;
						width: 20px 
					}
						img.author-page-info-link-img-hover
						{
							left: 50%;
							opacity: 0;
							position: absolute;
							top: 50%;
							-moz-transform: translate(-50%, -50%);
							-ms-transform: translate(-50%, -50%);
							-o-transform: translate(-50%, -50%);
							-webkit-transform: translate(-50%, -50%);
							transform: translate(-50%, -50%);
							width: 20px;
							z-index: 5;
						}
						.author-page-info .author-page-info-link:hover img.author-page-info-link-img-hover { opacity: 1; }

					.author-page-info .author-page-info-link.author-page-info-link-message
					{
						background-color: #CA2525;
						border-radius: 0;
						color: #FFF;
						 
						font-family: 'Montserrat', sans-serif;  
						font-size: 12px;
						font-weight: 500;
						opacity: 1;
						padding: 13px 10px 10px;
						text-transform: uppercase;
						width: 200px;
					}
						.author-page-info .author-page-info-link.author-page-info-link-message:hover
						{
							background-color: #FFF;
							color: #CA2525;
						}

						.author-page-info-link-message .fa { display: none; }


.post-block-six,
.post-block-three
{
	flex-wrap: wrap;
}
	.post-block-six .article-item,
	.post-block-six .horoscope-box,
	
	.post-block-three .article-item,
	.post-block-three .theAd
	{
		width: 31%;
	}

	.post-block .makeItClear { display: none; }

	.post-block-six .horoscope-box
	{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
		.post-block-six .horoscope-box .horoscope-content 
		{ 
			margin: auto; 
			width: 100%;
		}

	.post-block-six .article-item,
	.post-block-three .article-item,
	.post-block-six .horoscope-box
	{
		flex-direction: column;
	}

	.post-block-six .article-header,
	.post-block-three .article-header 
	{
		display: none;
		font-size: 12px;
		line-height: 1.25em;
		margin-bottom: 20px;
		text-align: left;
	}
		.post-block-six .article-header .article-author-info,
		.post-block-three .article-header .article-author-info
		{
			margin-bottom: 10px;
			padding: 0;
			width: 100%;
		}
			.post-block-six .article-header .author-info,
			.post-block-three .article-header .author-info
			{
				font-size: 13px;
				max-width: none;
			}

	.post-block-six .article-item-main,
	.post-block-three .article-item-main
	{
		position: relative;
	}
		.post-block-six .article-item h2,
		.post-block-three .article-item h2,
		.gallery-box-col .article-item h2
		{
			font-size: 22px;
		}
		.post-block-six .article-item-main p,
		.post-block-three .article-item-main p,
		.gallery-box-col .article-item-main p
		{
			font-size: 14px;
		}

	.post-block-six.design-change-on-ad-load.adLoaded-300 .article-item:nth-of-type(5),
	.post-block-three.design-change-on-ad-load.adLoaded-300 .article-item:nth-of-type(3)
	{
		display: none;
	}


.theAd:not(.advert-wp),
.post-block .theAd
{
	background-color: #F7F7F7;
	display: flex;
	align-items: center;
	justify-content: center;
	left: auto;
	margin-bottom: 30px !important;
	padding: 20px 0;
	transform: none;
}
	.theAd[data-label="1"]::after
	{
		bottom: 0 !important;
		color: #000 !important;
		font-family: 'Montserrat', sans-serif;
		font-size: 10px !important;
		text-transform: none !important;
	}


.post-block-promo
{
  flex-wrap: wrap;
}
  .post-block-promo .article-item
  {
    justify-content: flex-end;
    height: 184px;
    width: 100%;
  }
    .post-block-promo .article-item .article-hero
    {
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      left: 0;
      padding: 0;
      position: absolute;
      top: 0;
      width: 30%;
      margin: 0;
    }
    .post-block-promo .article-item .article-text
    {
      width: 70%;
    }
      .post-block-promo .article-item h2
      {
        font-size: 22px;
        line-height: 1.1em;
        margin-bottom: 10px;
      }
      .article-item p.label-promo
      {
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        font-weight: 400;
        margin: 0 0 5px;
        text-transform: uppercase;
      }
      .post-block-promo .article-info
      {
        font-size: 14px;
        padding: 0;
      }
  
#rightSideColumn .post-block-promo .article-item
{
  flex-direction: column;
  height: auto;
  margin: 30px 0 0 0;
}

  #rightSideColumn .post-block-promo .article-item .article-hero {
    position: relative;
    width: 100%;
  }
  
  #rightSideColumn .post-block-promo .article-item .article-text {
    width: 100%;
    display: block;
    text-align: center;
  }




.article-item-big .article-text .article-header,
.article-item-big .article-text .article-info
{
	display: none;
}

.article-item-big { width: 100%; }

.articleRecommend-title
{
	color: #CA2525;
	font-weight: 900;
	margin-bottom: 10px;
}

.adLoaded-300 .theAd
{
	min-width: 300px;
	width: 31%;
}
.adLoaded-300 .article-item-big
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 65.5%;
}
.adLoaded-300:not(.adLoaded-height-600) .article-item-big .article-header,
.adLoaded-640:not(.adLoaded-height-600) .article-item-big .article-header { display: none; }

.adLoaded-300:not(.adLoaded-height-600) .article-item-big .article-hero
{
	width: 60%;
}
.adLoaded-300:not(.adLoaded-height-600) .article-item-big .article-text
{
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0;
	width: 40%;
}
	.adLoaded-300:not(.adLoaded-height-600) .article-item-big .article-text .article-header 
	{ 
		display: block; 
		margin-bottom: 25px;
		padding-bottom: 20px;
		position: relative;
		text-align: left;
	}
		.adLoaded-300:not(.adLoaded-height-600) .article-item-big .article-text .article-header::after
		{
			background-color: #F8F8F8;
			bottom: 0;
			content: '';
			height: 1px;
			left: -20px;
			position: absolute;
			right: -20px;
		}

	.adLoaded-300:not(.adLoaded-height-600) .article-item-big .article-text .article-header .article-author-info
	{
		margin-bottom: 10px;
		padding: 0;
		width: 100%;
	}
		.adLoaded-300:not(.adLoaded-height-600) .article-item-big .article-text .article-header .article-author-info .author-info
		{
			margin-left: 10px;
			padding: 0;
		}
		.adLoaded-300:not(.adLoaded-height-600) .article-item-big .article-text .article-header p 
		{ 
			font-size: 12px; 
			line-height: 1.25em;
		}

		.adLoaded-300:not(.adLoaded-height-600) .article-item-big .article-text h2
		{
			font-size: 22px;
		}
		.adLoaded-300:not(.adLoaded-height-600) .article-item-big .article-text .article-item-main p 
		{
			font-size: 14px;
		}

.adLoaded-300 .article-item-big .article-text .article-info,
.adLoaded-640 .article-item-big .article-text .article-info { display: block; }


.adLoaded-300.adLoaded-height-600 .article-item-big
{
-ms-flex-direction: column;
flex-direction: column;
}
.adLoaded-300.adLoaded-height-600 .article-item-big .article-header .article-author-info { width: 100%; }
.adLoaded-300.adLoaded-height-600 .article-item-big .article-header .article-info { display: none; }

.adLoaded-300.adLoaded-height-600 .article-text
{
	margin: auto;
}
	.adLoaded-300.adLoaded-height-600 .article-item-big h2 { font-size: 22px; }
	.adLoaded-300.adLoaded-height-600 .article-item-big .article-text p { font-size: 14px; }

.adLoaded-640 .theAd
{
	min-width: 640px;
	width: 65.5%;
}
.adLoaded-640 .article-item-big
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 31%;
}
.adLoaded-640 .article-item-big.article-text
{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
	.adLoaded-640 .article-item-big h2 { font-size: 22px; }
	.adLoaded-640 .article-item-big .article-text p
	{
		font-size: 14px;
	}


.adLoaded-640.adLoaded-height-600 .article-item-big .article-header .article-author-info
{
width: 100%;
}
.adLoaded-640.adLoaded-height-600 .article-item-big .article-header .article-info { display: none; }
.adLoaded-640.adLoaded-height-600 .article-item-big .article-header .author-info 
{ 
	font-size: 12px;
	width: 100%; 
}
	.adLoaded-640.adLoaded-height-600 .article-item-big .article-header .author-info strong { font-size: 13px }

	.adLoaded-640.adLoaded-height-600 .article-item-big .article-hero
	{
		padding-top: 135%;
	}


.article-item-small:first-of-type { margin-bottom: 20px; }
	.article-item-small .article-hero
	{
		width: 45%;
	}
	.article-item-small .article-text
	{
		padding-left: 10px;
		text-align: left;
		width: 55%;
	}
		.post-block-six .article-item-small  .article-cat
		{
			bottom: auto;
			left: auto;
			margin-bottom: 10px;
			padding: 0;
			position: relative;
		}
		.post-block-six .article-item-small h2
		{
			font-size: 18px;
		}
		.article-item:hover .article-item-small h2 { text-decoration: none; }
		.article-item:hover .article-item-small:hover h2 { text-decoration: underline; }

footer
{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	padding: 50px 0;
	position: relative;
	z-index: 1;
}
	footer .logo
	{
		margin: 0 auto 50px auto;
		text-align: center;
	}

	footer .col
	{
		margin-bottom: 20px;
		padding-right: 40px;
		width: 23%;
	}
		footer .col:last-of-type 
		{ 
			padding: 0;
			width: 31%;
		}

			footer .col strong
			{
				display: block;
				letter-spacing: 1px;
				line-height: 30px;
				text-transform: uppercase;
			}

			footer a
			{
				color: #FFF;
				letter-spacing: 1px;
				line-height: 30px;
			}
				footer a:hover
				{
					color: #FFF;
					text-decoration: underline;
				}

			.footer-social-icons
			{
				font-size: 25px;
			}
				.footer-social-icons a
				{
					display: inline-block;
					padding: 0 20px 5px;
				}
					.footer-social-icons a:last-of-type { padding-right: 0; }
					footer .footer-social-icons a:hover
					{
						color: #CA2525;
						text-decoration: none;
					}

			.footer-partner-logo {
				display: flex;
				flex-direction: column;
				margin-bottom:10px;
				margin-left: 20px;
			}

			.footer-partner-logo img {
				max-width: 240px;
			}

			.footer-partner-logo.mobile {
				display: none;
			}



.list-page-title
{
	display: inline-block;
  background-color: #272727;
  margin: auto auto;
  padding: 10px;
  color: #FFF;
  font-weight: 900;
  font-size: 50px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 30px auto 60px auto;
}
.site-list .article-cat
{
	display: none;
}

.list-page-nav
{
	margin-bottom: 40px;
}
.list-page-nav-item
{
	background-color: #FFF;
	border: 1px solid #000;
	border-radius: 3px;
	color: #000;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25em;
	padding: 10px;
	position: relative;
	width: 200px;
}
	.list-page-nav-item:hover
	{
		background-color: #000;
		color: #FFF;
	}

	.list-page-nav-item.inactive
	{
		opacity: .4;
		pointer-events: none;
	}

	.list-page-nav-item span { position: relative; }
	.list-page-nav-item .fa
	{
		font-size: 20px;
		line-height: 1em;
		position: absolute;
		top: 45%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.list-page-nav-item-prev { float: left; }
		.list-page-nav-item-prev span { padding-left: 15px; }
		.list-page-nav-item-prev .fa { left: 0; }

	.list-page-nav-item-next { float: right; }
		.list-page-nav-item-next span { padding-right: 15px; }
		.list-page-nav-item-next .fa { right: 0; }


.main-side
{
	float: left;
    padding-right: 24px;
    width: 799px;
}
#rightSideColumn 
{
    float: right;
    position: relative;
    width: 300px;
}


.page-sub
{
	font-family: 'Montserrat', sans-serif;
}


.site-static 
{ 
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	padding-bottom: 40px;
}
	.site-static p { margin-bottom: 10px; }

#mainPart .prBox 
{
	border-bottom: none !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
	#mainPart #rightSideColumn .prBox p.prBoxTitle 
	{
		color: #000 !important;
		font-family: 'Montserrat', sans-serif !important;
		font-size: 22px !important;
		font-weight: 600 !important;
		line-height: 1.1em !important;
		margin: 0 0 5px !important;
		padding: 0 !important;
	}
	#mainPart #rightSideColumn .prBox p.prBoxLead
	{
		color: #000 !important;
		font-family: 'Montserrat', serif !important;
		font-size: 14px !important;
		font-weight: 400 !important;
		margin: 0 !important;
		padding: 0 !important;
	}

@media screen and (max-width: 1024px)
{
	.post-block-six .article-item, 
	.post-block-six .horoscope-box, 
	.post-block-six .theAd, 
	.post-block-three .article-item, 
	.post-block-three .theAd,
	.box-subscribe
	{
		width: 48%;
	}
		.post-block-three .article-item:last-of-type
		{
			width: 100%;
		}

			.post-block-six .article-item .article-text, 
			.post-block-three .article-item .article-text
			{
				margin: 0 auto;
			}

	
	.post-block.adLoaded-640,
	.adLoaded-640:not(.adLoaded-height-600) .article-item-big .article-header
	{
		display: block;
	}
		.adLoaded-640 .theAd,
		.adLoaded-640 .article-item-big
		{
			min-width: inherit;
			width: 100%;
		}
			.adLoaded-640.adLoaded-height-600 .article-item-big .article-hero { padding-top: 53%; }

	.adLoaded-300 .article-item-big,
	.adLoaded-300.adLoaded-height-600 .article-item-big,
	.adLoaded-300 .theAd
	{
		width: 48%;
	}

	.adLoaded-300:not(.adLoaded-height-600) .article-item-big
	{
		-ms-flex-direction: column;
		flex-direction: column;
	}
		.adLoaded-300:not(.adLoaded-height-600) .article-item-big .article-text .article-header,
		.adLoaded-640:not(.adLoaded-height-600) .article-item-big .article-header,
		.adLoaded-300:not(.adLoaded-height-600) .article-item-big .article-header .article-author-info,
		.adLoaded-640:not(.adLoaded-height-600) .article-item-big .article-header .article-author-info
		{ 
			display: none;
		}
		.adLoaded-300:not(.adLoaded-height-600) .article-item-big .article-hero,
		.adLoaded-300:not(.adLoaded-height-600) .article-item-big .article-text
		{
			width: 100%;
		}
}

@media screen and (max-width: 799px)
{
	body { word-break: break-word; }

	.show-on-mobil,
	.article-item-big .article-text .article-info.show-on-mobil,
	.post-block-three .article-item:last-of-type,
	.post-block-six.design-change-on-ad-load.adLoaded-300 .article-item:nth-of-type(5),
	.post-block-three.design-change-on-ad-load.adLoaded-300 .article-item:nth-of-type(3)
	{ 
		display: block; 
	}

	.post-block,
	.post-block-six, 
	.post-block-three,
	.design-change-on-ad-load.flexBox
	{
		display: block;
	}
		.post-block-six .article-item, 
		.post-block-six .horoscope-box, 
		.post-block-six .theAd, 
		.post-block-three .article-item, 
		.post-block-three .theAd,
		.box-subscribe
		{
			width: 100%;
		}

	.article-item,
	.box-subscribe
	{
		margin-bottom: 20px;
	}
	.theAd,
	.post-block .theAd 
	{
		margin-bottom: 20px !important;
	}
		
	
	
	.article-item-big .article-header
	{
		display: block;
	}
		.article-item-big .article-header .article-info
		{
			display: none;
		}
		.article-header .article-author-info
		{
			width: 100%;
		}

			.author-info 
			{ 
				font-size: 12px; 
				max-width: calc(100% - 60px);
			}
			.article-item-big h2 { font-size: 22px; }
			.article-item-big .article-text p { font-size: 14px; }

			.article-cat.buttonStyle-black
			{
				background-color: #FFF;
				border: 1px solid #FFF;
				bottom: 0;
				color: #000;
				font-size: 13px;
				padding: 6px 20px 5px;
			}

	
	.adLoaded-640 .theAd,
	.adLoaded-300 .theAd,
	.adLoaded-300 .article-item-big, 
	.adLoaded-300.adLoaded-height-600 .article-item-big
	{
		min-width: inherit;
		width: 100%;
	}

	.adLoaded-300 .article-item-big,
	.adLoaded-640 .article-item-big,
	.article-item-big .article-text .article-info
	{
		display: block;
		width: 100%;
	}

		.adLoaded-300 .article-item-big .article-hero,
		.adLoaded-300 .article-item-big .article-text
		{
			width: 100%;
		}
			.adLoaded-300 .article-item-big .article-text .article-header,
			.adLoaded-640:not(.adLoaded-height-600) .article-item-big .article-header
			{
				display: none;
			}

	
  .post-block-promo .article-item
  {
    flex-direction: column;
    height: auto;
  }
 
    .post-block-promo .article-item .article-hero {
      position: relative;
      width: 100%;
    }
    
    .post-block-promo .article-item .label-promo {
      display: none;
    }
    
    .post-block-promo .article-item .article-text {
      width: 100%;
      display: block;
      text-align: center;
    }

	
	footer .logo { width: 60px; }

	footer .flexBox
	{
		-ms-flex-direction: column;
		flex-direction: column;
	}
		footer .col,
		footer .col:last-of-type
		{  
			float: none;
			padding: 0;
			text-align: center;
			width: 100%;
		}
			.footer-social-icons a:last-of-type { padding-right: 20px; }

	
	.list-page-title
	{
		font-size: 35px;
	}
		.list-page-title-icon
		{
			height: 40px;
			width: 40px;
		}

	
	.author-page-header .flexBox.flex-alignCenter
	{
		-webkit-box-align: flex-start;
		-moz-box-align: flex-start;
		-ms-flex-align: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.author-page-header .author-pic
	{
		height: 70px;
		width: 70px;
	}
	.author-page-info
	{
		padding-left: 20px;
		width: calc(100% - 70px);
	}
		.author-page-info .flexBox
		{
			-ms-flex-direction: column;
			flex-direction: column;
		}
			.author-page-info .flexBox .col:first-of-type
			{
				order: 2;
				padding: 0;
				width: 100%;
			}
				.author-page-info p.author-page-name { font-size: 30px; }
				.author-page-text p:last-of-type { margin-bottom: 0; }
			.author-page-info .flexBox .col:last-of-type
			{
				text-align: left;
			}
				.author-page-info .author-page-info-link
				{
					margin: 0 10px 20px 0;
					vertical-align: top;
				}
				.author-page-info .author-page-info-link.author-page-info-link-message
				{
					background-color: #FFF;
					border-radius: 100%;
					color: #CA2525;
					display: inline-block;
					font-size: 18px;
					padding: 10px 5px;
					width: 40px;
				}
					.author-page-info .author-page-info-link.author-page-info-link-message:hover { color: #000; }
					.author-page-info .author-page-info-link.author-page-info-link-message .fa { display: block; }
					.author-page-info .author-page-info-link.author-page-info-link-message span { display: none; }
}

.site-index .adLoaded-300 > #filmstrip-ad {
	right: 40px;
}

.gallery-box .gallery-box-col > #filmstrip-ad {
    position: relative;
    margin-bottom: -620px;
    margin-left: 40px;
}




.newsletterWidget {
	background-color: #000;
	padding: 20px;
	
}

.newletterWidgetMobile {
	display: none;
	margin-bottom: 20px;
}


@media only screen and (max-width: 1024px) {
	.newletterWidgetMobile	{
		display: block;
	}
}


.newsletterWidget #newsletterContent {
	border: 1px solid #22E8F4;
	padding: 20px;
	color: #fff;
}

.newsletterWidget .newsletterTitle {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0;
	
	
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	
	
	
	color: #FFFFFF;
}

.newsletterWidget .newsletterHighlight {
	font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 900;
font-size: 18px;
line-height: 25px;
margin-bottom: 5px;


text-align: center;
letter-spacing: 2px;
text-transform: uppercase;



color: #22E8F4;
}

.newsletterWidget #sib-container {
	background:transparent;
	color: #fff;
	padding: 0;
}

.newsletterWidget #newsletterContent .sib-form .entry__field {
	background-color: transparent;
	border: 0;
}

.newsletterWidget .entry__specification {
	display: none !important;
}

.newsletterWidget .sib-form {
	padding: 0;
}

.newsletterWidget #newsletterContent .sib-form .entry__field input {
	background-color: transparent;
	border: 1px solid #22E8F4;
	box-shadow: none;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	height: auto;
	line-height: 1.4em;
	margin: 0;
	outline: none;
	padding: 10px;
	width: 100%;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 10px;
}


.newsletterWidget #newsletterContent .entry__choice p {
	color: #fff;
	font-size: 12px;
	line-height: 0.8em;
	text-shadow: none;
}

.newsletterWidget #newsletterContent .sib-form-block__button {
	background-color: #22E8F4;
	background-image: none;
	border: 1px solid #22E8F4;
	border-radius: 0;
	color: #000;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	margin-top: 20px;
	outline: none;
	padding: 15px 10px 13px;
	text-shadow: none;
	text-transform: uppercase;
	-moz-transition: .3s all ease-in-out;
	-ms-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	width: 100%;
}

.newsletterWidget #newsletterContent .sib-form .checkbox, #newsletterContent .sib-form .radio-button {
	background: transparent;
	border: 1px solid #fff;
	cursor: pointer;
	display: inline-block;
	height: 1em;
	vertical-align: -0.125em;
	width: 20px;
	height: 20px;
	position: relative;
}

.newsletterWidget #newsletterContent .sib-form .checkbox_tick_positive:before {
	border-color: rgba(255, 255, 255, 0);
	border-style: solid;
	border-width: 0 2px 2px 0;
	bottom: 1px;
	content: "";
	left: 50%;
	margin-left: -25%;
	position: absolute;
	top: 1px;
	-webkit-transform-origin: 80% 45%;
	transform-origin: 80% 45%;
	width: 50%;
}


.newsletterWidget .sib-form .input_replaced:checked+.checkbox_tick_positive:before {
	border-color: #fff !important;
}


.newsletterWidget #newsletterContent .sib-form-message-panel {
	border-color: #fff;
	color: #fff;
}



.roadblock-1-ad {
  margin: auto auto;
  flex: 1;
}

.post-block-with-roadblock {
	gap: 38px;
}

.post-block-with-half-page .theAd {
	width: initial;
	flex: 1;
}
.expertBox .sideElementTitle { margin-bottom: 25px; }

.expertBox h5
{
	font-size: 20px;
	margin:  0 0 20px;
	text-align: center;
	text-transform: none;
}
p.leadGrey, p.expertLeadBlack
{
	color: #777777;
	font-size: 18px;
	margin: 0 0 25px;
	padding: 0;
	text-align: center;
}
p.expertLeadBlack
{
	color: #000;
}
.rightColumnElement.expertBox p.leadGrey
{
	font-size: 15px;
	line-height: 1.4em;
}

.expert
{
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}
	.expert::after
	{
		background-color: #999999;
		bottom: 0;
		content: '';
		height: 1px;
		left: 0;
		position: absolute;
		width: 100%;
	}
		.expert:last-of-type
		{
			margin: 0;
			padding-bottom: 0;
		}
			.expert:last-of-type::after,
			.expert.expertInMain::after,
			.expert.expertPerson::after { display: none; }

.expert.expertInMain
{
	background-color: #FFF;
    box-shadow: 1px 1px 10px rgba(0,0,0,.20);
	float: left;
	margin: 0 30px 30px 0;
	padding: 10px 20px 20px;
	width: calc(50% - 15px);
}
.expert.expertInMain:nth-of-type(even) { margin-right: 0; }
.expert.expertInMain:nth-of-type(odd) { clear: none; }

	.expertBox h4
	{
		color: #000;
		font-family: "austin_light";
		font-size: 26px;
		margin: 0 0 5px;
		text-transform: none;
	}

	.expert span
	{
		background-color: #CCCCCC;
		border-radius: 3px;
		color: #FFF;
		display: inline-block;
		font-size: 12px;
		line-height: 12px;
		margin: 0 5px 5px 0;
		padding: 5px;
	}

	.expertPersonal,
	.expertPerson,
	.expertPersonOwnPage
	{
		align-items: flex-start;
		display: flex;
		justify-content: space-between;
		margin: 10px 0 15px;
	}
		.expert .pic,
		.expertPerson .pic
		{
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			height: 100px;
			position: relative;
			width: 100px;
		}
		.expert .text,
		.expertPerson .text
		{
			font-size: 16px;
			line-height: 1.6em;
			margin-top: -4px;
			padding-left: 10px;
			width: calc(100% - 100px);
		}
			.expert .text p
			{
				font-size: 16px;
				line-height: 1.6em;
				margin: 0;
				padding: 0;
				
				-webkit-box-orient: vertical;
				max-height: 125px;
				-webkit-line-clamp: 5;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				word-wrap: nowrap;
			}
		.expert .pic a
		{
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 10;
		}
		.expert a.expertQuestionButton
		{
			border: 1px solid #000;
			color: #000;
			display: block;
    		font-family: 'mbempire_bold';
			font-size: 12px;
			line-height: 1em;
			margin: 0 auto;
			padding: 10px 20px;
			text-align: center;
			text-transform: uppercase;
			width: 165px;
		}
			.expert a.expertQuestionButton:hover
			{
				background-color: #000;
				color: #FFF;
				text-decoration: none;
			}

.expertPersonOwnPage { padding-bottom: 40px; }
	.expertPersonOwnPage .pic
	{
		height: 130px;
		width: 130px;
	}
	.expertPersonOwnPage .text
	{
		padding-left: 20px;
		width: calc(100% - 130px);
	}
		.expertPersonOwnPage h4
		{
			font-size: 24px;
			margin: 0 0 5px;
		}
		.expertPersonOwnPage .text p
		{
			max-height: none;
    		-webkit-line-clamp: initial;
		}
		.expert a.expertQuestionButton
		{
			margin-left: 0;
			margin-top: 20px;
		}

p.expertQuestion
{
	color: #999;
	font-size: 18px;
	margin: 25px 0 10px;
}

.expert.expertPerson
{
	margin-bottom: 25px;
	padding-bottom: 0;
}
	.expert.expertPerson .text p 
	{
		margin: 10px 0 20px;
		max-height: none;
	}
	.expert.expertPerson form,
	.formRow
	{
		position: relative;
		width: 100%;
	}
	.formRow { margin-bottom: 15px; }
		.formRow .fa-exclamation-triangle
		{
			color: #DB0030;
			display: none;
			font-size: 22px;
			line-height: 1em;
			position: absolute;
			right: 10px;
			top: 9px;
		}
		.formRow input,
		.formRow textarea
		{
			-webkit-appearance: none;
			border: 1px solid #999;
			height: 40px;
			padding: 5px 10px;
			width: 100%;
		}
			.formRow textarea 
			{ 
				height: 200px;
				resize: none;
			}
		.formRow input:focus, .formRow input[type="submit"]:focus,
		.formRow textarea:focus { outline: none; }

			input[type="submit"]
			{
				-webkit-appearance: none;
				background-color: #000;
				border: 1px solid #000;
				color: #FFF;
				font-family: 'Montserrat', sans-serif;
				font-size: 14px;
				font-weight: 500;
				line-height: 1.4em;
				padding: 10px 30px;
				text-transform: uppercase;
			}
				input[type="submit"]:hover
				{
					background-color: transparent;
					color: #000;
				}

.otherExperts
{
	border-bottom: 2px solid #000;
	color: #999;
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#thereIsAFault
{
	color: #DB0030;
	display: none;
	font-family: 'robotobold';
	font-size: 16px;
	margin: 0 0 20px;
	text-align: center;
}

.successExpertQuestion
{
	background-color: rgba(255,255,255,.95);
	height: 100%;
	left: 0;
	padding: 25px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 5;
}
	.successExpertQuestion p
	{
		color: #FF5F4B;
		font-size: 24px;
		left: 50%;
		line-height: 1.2em;
		position: absolute;
		text-transform: uppercase;
		top: 50%;
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	#closeSuccessExpertQuestion
	{
		cursor: pointer;
		font-size: 24px;
		line-height: 1em;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
	}

@media screen and (max-width: 640px)
{
	.expert.expertInMain,
	.expert.expertInMain:nth-of-type(even),
	.expert.expertInMain:nth-of-type(odd)
	{
		float: none;
		margin: 0 auto 25px;
		max-width: 400px;
		width: 100%;
	}
}

@media screen and (max-width: 480px)
{
	.expertPerson, .expertPersonOwnPage
	{
		flex-direction: column;
	}
	.expertPerson .pic,
	.expertPersonOwnPage .pic
	{
		margin-bottom: 20px;
	}
	.expertPerson .text,
	.expertPersonOwnPage .text
	{
		padding: 0;
		width: 100%;
	}
	
	.expert.expertInMain { padding: 10px 15px 15px; }
		.expert.expertInMain .expertPersonal .pic
		{
			height: 80px;
			width: 80px;
		}
		.expert.expertInMain .expertPersonal .text { width: calc(100% - 80px); }
	
	.successExpertQuestion p
	{
	    top: calc(50vh - 120px);
	}
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: "Before"; }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: "After"; }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }
.animation
{
	display: block;
	height: 70px;
	margin: 40px auto 80px auto;
	position: relative;
	width: 70px;
}
			

.insta_1
{
	background-color: #FFF;
	border-radius: 1em;
}
	.animation span 
	{ 
		display: block;
		position: absolute; 
	}
	
	.insta_1 span { opacity: 0; }
	
	.insta_1 .line_1
	{
		border: 4px solid #000;
		border-radius: 1em;
		height: 90%;
		left: 5%;
		top: 5%;
		width: 90%;
		
		animation: insta_1line_1 4s ease-in-out infinite;
		-moz-animation: insta_1line_1 4s ease-in-out infinite;
		-o-animation: insta_1line_1 4s ease-in-out infinite;
		-webkit-animation: insta_1line_1 4s ease-in-out infinite;
	}
		@keyframes insta_1line_1 
		{
			0%, 15%, 100% { opacity: 0; }
			25%, 90% { opacity: 1; }
		}
		@-moz-keyframes insta_1line_1 
		{
			0%, 15%, 100% { opacity: 0; }
			25%, 90% { opacity: 1; }
		}
		@-o-keyframes insta_1line_1 
		{
			0%, 15%, 100% { opacity: 0; }
			25%, 90% { opacity: 1; }
		}
		@-webkit-keyframes insta_1line_1 
		{
			0%, 15%, 100% { opacity: 0; }
			25%, 90% { opacity: 1; }
		}
	.insta_1 .line_2
	{
		border: 4px solid #000;
		border-radius: 1em;
		height: 40%;
		left: 30%;
		top: 30%;
		width: 40%;
		
		animation: insta_1line_2 4s ease-in-out infinite;
		-moz-animation: insta_1line_2 4s ease-in-out infinite;
		-o-animation: insta_1line_2 4s ease-in-out infinite;
		-webkit-animation: insta_1line_2 4s ease-in-out infinite;
	}
		@keyframes insta_1line_2 
		{
			0%, 30%, 100% { opacity: 0; }
			40%, 90% { opacity: 1; }
		}
		@-moz-keyframes insta_1line_2 
		{
			0%, 30%, 100% { opacity: 0; }
			40%, 90% { opacity: 1; }
		}
		@-o-keyframes insta_1line_2 
		{
			0%, 30%, 100% { opacity: 0; }
			40%, 90% { opacity: 1; }
		}
		@-webkit-keyframes insta_1line_2 
		{
			0%, 30%, 100% { opacity: 0; }
			40%, 90% { opacity: 1; }
		}
	.insta_1 .line_3
	{
		background-color: #000;
		border-radius: 100%;
		height: 12%;
		right: 20%;
		top: 20%;
		width: 12%;
		
		animation: insta_1line_3 4s ease-in-out infinite;
		-moz-animation: insta_1line_3 4s ease-in-out infinite;
		-o-animation: insta_1line_3 4s ease-in-out infinite;
		-webkit-animation: insta_1line_3 4s ease-in-out infinite;
	}
		@keyframes insta_1line_3 
		{
			0%, 45%, 100% { opacity: 0; }
			55%, 90% { opacity: 1; }
		}
		@-moz-keyframes insta_1line_3 
		{
			0%, 45%, 100% { opacity: 0; }
			55%, 90% { opacity: 1; }
		}
		@-o-keyframes insta_1line_3 
		{
			0%, 45%, 100% { opacity: 0; }
			55%, 90% { opacity: 1; }
		}
		@-webkit-keyframes insta_1line_3 
		{
			0%, 45%, 100% { opacity: 0; }
			55%, 90% { opacity: 1; }
		}
	

.insta_2
{
	background: #fec863;
	background: -moz-linear-gradient(45deg, #fec863 0%, #ec5532 20%, #d63086 50%, #d63086 63%, #9a3ac3 84%, #4c67d5 100%);
	background: -webkit-linear-gradient(45deg, #fec863 0%,#ec5532 20%,#d63086 50%,#d63086 63%,#9a3ac3 84%,#4c67d5 100%);
	background: linear-gradient(45deg, #fec863 0%,#ec5532 20%,#d63086 50%,#d63086 63%,#9a3ac3 84%,#4c67d5 100%);
	border-radius: 1em;
}
	.insta_2 .line_1,
	.insta_2 .line_2,
	.insta_2 .line_3
	{
		border: #FFF 2px solid;
		border-radius: 1em;
		height: 60%;
		top: 20%;
		width: 0;
	}
		.insta_2 .line_1 
		{ 
			left: 20%;
			
			animation: insta_2line_1 4s ease-in-out infinite;
			-moz-animation: insta_2line_1 4s ease-in-out infinite;
			-o-animation: insta_2line_1 4s ease-in-out infinite;
			-webkit-animation: insta_2line_1 4s ease-in-out infinite;
		}
			@keyframes insta_2line_1 
			{
				0%, 15%, 85%, 100%
				{ 
					border-width: 2px;
					left: 20%;
					height: 60%;
					top: 20%;
					width: 0;
				}
				25%, 75% 
				{
					border-width: 4px;
					left: 10%;
					height: 80%;
					top: 10%;
					width: 80%;
				}
			}
			@-moz-keyframes insta_2line_1 
			{
				0%, 15%, 85%, 100%
				{ 
					border-width: 2px;
					left: 20%;
					height: 60%;
					top: 20%;
					width: 0;
				}
				25%, 75% 
				{
					border-width: 4px;
					left: 10%;
					height: 80%;
					top: 10%;
					width: 80%;
				}
			}
			@-o-keyframes insta_2line_1 
			{
				0%, 15%, 85%, 100%
				{ 
					border-width: 2px;
					left: 20%;
					height: 60%;
					top: 20%;
					width: 0;
				}
				25%, 75% 
				{
					border-width: 4px;
					left: 10%;
					height: 80%;
					top: 10%;
					width: 80%;
				}
			}
			@-webkit-keyframes insta_2line_1 
			{
				0%, 15%, 85%, 100%
				{ 
					border-width: 2px;
					left: 20%;
					height: 60%;
					top: 20%;
					width: 0;
				}
				25%, 75% 
				{
					border-width: 4px;
					left: 10%;
					height: 80%;
					top: 10%;
					width: 80%;
				}
			}
		
		.insta_2 .line_2 
		{ 
			left: calc(50% - 2px);
			
			animation: insta_2line_2 4s ease-in-out infinite;
			-moz-animation: insta_2line_2 4s ease-in-out infinite;
			-o-animation: insta_2line_2 4s ease-in-out infinite;
			-webkit-animation: insta_2line_2 4s ease-in-out infinite;
		}
			@keyframes insta_2line_2 
			{
				0%, 15%, 85%, 100% 
				{ 
					border-width: 2px;
					left: calc(50% - 2px);
					height: 60%;
					top: 20%;
					width: 0;
				}
				25%, 75% 
				{
					border-width: 4px;
					left: 30%;
					height: 40%;
					top: 30%;
					width: 40%;
				}
			}
			@-moz-keyframes insta_2line_2 
			{
				0%, 15%, 85%, 100%
				{ 
					border-width: 2px;
					left: calc(50% - 2px);
					height: 60%;
					top: 20%;
					width: 0;
				}
				25%, 75% 
				{
					border-width: 4px;
					left: 30%;
					height: 40%;
					top: 30%;
					width: 40%;
				}
			}
			@-o-keyframes insta_2line_2 
			{
				0%, 15%, 85%, 100%
				{ 
					border-width: 2px;
					left: calc(50% - 2px);
					height: 60%;
					top: 20%;
					width: 0;
				}
				25%, 75% 
				{
					border-width: 4px;
					left: 30%;
					height: 40%;
					top: 30%;
					width: 40%;
				}
			}
			@-webkit-keyframes insta_2line_2 
			{
				0%, 15%, 85%, 100% 
				{ 
					border-width: 2px;
					left: calc(50% - 2px);
					height: 60%;
					top: 20%;
					width: 0;
				}
				25%, 75% 
				{
					border-width: 4px;
					left: 30%;
					height: 40%;
					top: 30%;
					width: 40%;
				}
			}
		
		.insta_2 .line_3 
		{
			right: 20%;
			
			animation: insta_2line_3 4s ease-in-out infinite;
			-moz-animation: insta_2line_3 4s ease-in-out infinite;
			-o-animation: insta_2line_3 4s ease-in-out infinite;
			-webkit-animation: insta_2line_3 4s ease-in-out infinite; 
		}
			@keyframes insta_2line_3 
			{
				0%, 15%, 85%, 100%
				{ 
					background-color: transparent;
					border-width: 2px;
					height: 60%;
					top: 20%;
					width: 0;
				}
				25%, 75% 
				{
					background-color: #FFF;
					border-width: 0;
					height: 12%;
					top: 20%;
					width: 12%;
				}
			}
			@-moz-keyframes insta_2line_3 
			{
				0%, 15%, 85%, 100%
				{ 
					background-color: transparent;
					border-width: 2px;
					height: 60%;
					top: 20%;
					width: 0;
				}
				25%, 75% 
				{
					background-color: #FFF;
					border-width: 0;
					height: 12%;
					top: 20%;
					width: 12%;
				}
			}
			@-o-keyframes insta_2line_3 
			{
				0%, 15%, 85%, 100%
				{ 
					background-color: transparent;
					border-width: 2px;
					height: 60%;
					top: 20%;
					width: 0;
				}
				25%, 75% 
				{
					background-color: #FFF;
					border-width: 0;
					height: 12%;
					top: 20%;
					width: 12%;
				}
			}
			@-webkit-keyframes insta_2line_3 
			{
				0%, 15%, 85%, 100%
				{ 
					background-color: transparent;
					border-width: 2px;
					height: 60%;
					top: 20%;
					width: 0;
				}
				25%, 75% 
				{
					background-color: #FFF;
					border-width: 0;
					height: 12%;
					top: 20%;
					width: 12%;
				}
			}
			

.face_1
{
	
}
	.face_1 span,
	.face_2 span
	{
		background-color: #3b5998;
		border-radius: 0;
		display: block;
		height: 90%;
		left: 5%;
		position: absolute;
		top: 5%;
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		width: 90%;
		z-index: 5;
		
		animation: face_1line1 4s ease-in-out infinite;
		-moz-animation: face_1line1 4s ease-in-out infinite;
		-o-animation: face_1line1 4s ease-in-out infinite;
		-webkit-animation: face_1line1 4s ease-in-out infinite;
	}
		
		@keyframes face_1line1 
		{
			0%
			{
				border-radius: 0;
				-moz-transform: rotate(0deg);
				-ms-transform: rotate(0deg);
				-o-transform: rotate(0deg);
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
			}
			25%
			{
				border-radius: 100%;
				-moz-transform: rotate(90deg);
				-ms-transform: rotate(90deg);
				-o-transform: rotate(90deg);
				-webkit-transform: rotate(90deg);
				transform: rotate(90deg);
			}
			50%
			{
				border-radius: 0;
				-moz-transform: rotate(180deg);
				-ms-transform: rotate(180deg);
				-o-transform: rotate(180deg);
				-webkit-transform: rotate(180deg);
				transform: rotate(180deg);
			}
			75%
			{
				border-radius: 100%;
				-moz-transform: rotate(270deg);
				-ms-transform: rotate(270deg);
				-o-transform: rotate(270deg);
				-webkit-transform: rotate(270deg);
				transform: rotate(270deg);
			}
			100%
			{
				border-radius: 0;
				-moz-transform: rotate(360deg);
				-ms-transform: rotate(360deg);
				-o-transform: rotate(360deg);
				-webkit-transform: rotate(360deg);
				transform: rotate(360deg);
			}
		}
		@-moz-keyframes face_1line1 
		{
			0%
			{
				border-radius: 0;
				-moz-transform: rotate(0deg);
				-ms-transform: rotate(0deg);
				-o-transform: rotate(0deg);
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
			}
			25%
			{
				border-radius: 100%;
				-moz-transform: rotate(90deg);
				-ms-transform: rotate(90deg);
				-o-transform: rotate(90deg);
				-webkit-transform: rotate(90deg);
				transform: rotate(90deg);
			}
			50%
			{
				border-radius: 0;
				-moz-transform: rotate(180deg);
				-ms-transform: rotate(180deg);
				-o-transform: rotate(180deg);
				-webkit-transform: rotate(180deg);
				transform: rotate(180deg);
			}
			75%
			{
				border-radius: 100%;
				-moz-transform: rotate(270deg);
				-ms-transform: rotate(270deg);
				-o-transform: rotate(270deg);
				-webkit-transform: rotate(270deg);
				transform: rotate(270deg);
			}
			100%
			{
				border-radius: 0;
				-moz-transform: rotate(360deg);
				-ms-transform: rotate(360deg);
				-o-transform: rotate(360deg);
				-webkit-transform: rotate(360deg);
				transform: rotate(360deg);
			}
		}
		@-o-keyframes face_1line1 
		{
			0%
			{
				border-radius: 0;
				-moz-transform: rotate(0deg);
				-ms-transform: rotate(0deg);
				-o-transform: rotate(0deg);
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
			}
			25%
			{
				border-radius: 100%;
				-moz-transform: rotate(90deg);
				-ms-transform: rotate(90deg);
				-o-transform: rotate(90deg);
				-webkit-transform: rotate(90deg);
				transform: rotate(90deg);
			}
			50%
			{
				border-radius: 0;
				-moz-transform: rotate(180deg);
				-ms-transform: rotate(180deg);
				-o-transform: rotate(180deg);
				-webkit-transform: rotate(180deg);
				transform: rotate(180deg);
			}
			75%
			{
				border-radius: 100%;
				-moz-transform: rotate(270deg);
				-ms-transform: rotate(270deg);
				-o-transform: rotate(270deg);
				-webkit-transform: rotate(270deg);
				transform: rotate(270deg);
			}
			100%
			{
				border-radius: 0;
				-moz-transform: rotate(360deg);
				-ms-transform: rotate(360deg);
				-o-transform: rotate(360deg);
				-webkit-transform: rotate(360deg);
				transform: rotate(360deg);
			}
		}
		@-webkit-keyframes face_1line1 
		{
			0%
			{
				border-radius: 0;
				-moz-transform: rotate(0deg);
				-ms-transform: rotate(0deg);
				-o-transform: rotate(0deg);
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
			}
			25%
			{
				border-radius: 100%;
				-moz-transform: rotate(90deg);
				-ms-transform: rotate(90deg);
				-o-transform: rotate(90deg);
				-webkit-transform: rotate(90deg);
				transform: rotate(90deg);
			}
			50%
			{
				border-radius: 0;
				-moz-transform: rotate(180deg);
				-ms-transform: rotate(180deg);
				-o-transform: rotate(180deg);
				-webkit-transform: rotate(180deg);
				transform: rotate(180deg);
			}
			75%
			{
				border-radius: 100%;
				-moz-transform: rotate(270deg);
				-ms-transform: rotate(270deg);
				-o-transform: rotate(270deg);
				-webkit-transform: rotate(270deg);
				transform: rotate(270deg);
			}
			100%
			{
				border-radius: 0;
				-moz-transform: rotate(360deg);
				-ms-transform: rotate(360deg);
				-o-transform: rotate(360deg);
				-webkit-transform: rotate(360deg);
				transform: rotate(360deg);
			}
		}
		
	.face_1 .fa,
	.face_2 .fa,
	.pint_1 .fa
	{
		color: #FFF;
		font-size: 30px;
		left: 50%;
		line-height: 1em;
		position: absolute;
		top: 50%;
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		z-index: 10;
	}

.face_2
{
	
}
	.face_2 span
	{
		background-color: #FFF;
		border: 4px solid #000;
	}
	.face_2 .fa
	{
		color: #000;
	}


.pint_1
{
	border-radius: 100%;
	overflow: hidden;
}
	.pint_1 .line_1
	{
		background-color: #bd081c;
		border-radius: 100%;
		height: 0;
		left: 50%;
		top: 50%;
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 0;
			
		animation: pint_1line_1 4s ease-in-out infinite;
		-moz-animation: pint_1line_1 4s ease-in-out infinite;
		-o-animation: pint_1line_1 4s ease-in-out infinite;
		-webkit-animation: pint_1line_1 4s ease-in-out infinite; 
	}
		@keyframes pint_1line_1 
		{
			0%, 15%, 100% { height: 0; width: 0; }
			30%, 85%
			{ 
				height: 110%;
				width: 110%;
			}
		}
		@-moz-keyframes pint_1line_1 
		{
			0%, 15%, 100% { height: 0; width: 0; }
			30%, 85%
			{ 
				height: 110%;
				width: 110%;
			}
		}
		@-o-keyframes pint_1line_1 
		{
			0%, 15%, 100% { height: 0; width: 0; }
			30%, 85%
			{ 
				height: 110%;
				width: 110%;
			}
		}
		@-webkit-keyframes pint_1line_1 
		{
			0%, 15%, 100% { height: 0; width: 0; }
			30%, 85%
			{ 
				height: 110%;
				width: 110%;
			}
		}
	.pint_1 .fa
	{
		color: #bd081c;
			
		animation: pint_1fa 4s ease-in-out infinite;
		-moz-animation: pint_1fa 4s ease-in-out infinite;
		-o-animation: pint_1fa 4s ease-in-out infinite;
		-webkit-animation: pint_1fa 4s ease-in-out infinite; 
	}
		@keyframes pint_1fa 
		{
			0%, 30%, 85% { color: #bd081c; }
			40%, 75%
			{ 
				color: #FFF;
			}
		}
		@-moz-keyframes pint_1fa 
		{
			0%, 30%, 85% { color: #bd081c; }
			40%, 75%
			{ 
				color: #FFF;
			}
		}
		@-o-keyframes pint_1fa 
		{
			0%, 30%, 85% { color: #bd081c; }
			40%, 75%
			{ 
				color: #FFF;
			}
		}
		@-webkit-keyframes pint_1fa 
		{
			0%, 30%, 85% { color: #bd081c; }
			40%, 75%
			{ 
				color: #FFF;
			}
		}
		

.loader_1
{
	
}
	.loader_1 span
	{
		background-color: #FF2E8A;
		border-radius: 100%;
		height: 0;
		opacity: .3;
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 0;
	}
		.loader_1 .line_1
		{
			left: 45%;
			top: 45%;
			
			animation: loader_1 4s ease-in-out infinite;
			-moz-animation: loader_1 4s ease-in-out infinite;
			-o-animation: loader_1 4s ease-in-out infinite;
			-webkit-animation: loader_1 4s ease-in-out infinite; 
		}
			@keyframes loader_1 
			{
				0%, 85%, 100%
				{
					height: 0;
					width: 0;
				}
				15%, 75%
				{ 
					height: 80%;
					width: 80%;
				}
			}
			@-moz-keyframes loader_1 
			{
				0%, 85%, 100%
				{
					height: 0;
					width: 0;
				}
				15%, 75%
				{ 
					height: 80%;
					width: 80%;
				}
			}
			@-o-keyframes loader_1 
			{
				0%, 85%, 100%
				{
					height: 0;
					width: 0;
				}
				15%, 75%
				{ 
					height: 80%;
					width: 80%;
				}
			}
			@-webkit-keyframes loader_1 
			{
				0%, 85%, 100%
				{
					height: 0;
					width: 0;
				}
				15%, 75%
				{ 
					height: 80%;
					width: 80%;
				}
			}
		.loader_1 .line_2
		{
			left: 57%;
			top: 43%;
			
			animation: loader_1 4s ease-in-out infinite;
			-moz-animation: loader_1 4s ease-in-out infinite;
			-o-animation: loader_1 4s ease-in-out infinite;
			-webkit-animation: loader_1 4s ease-in-out infinite; 
			
			-webkit-animation-delay: 0.2s;
			animation-delay: 0.2s;
		}
		.loader_1 .line_3
		{
			left: 55%;
			top: 55%;
			
			animation: loader_1 4s ease-in-out infinite;
			-moz-animation: loader_1 4s ease-in-out infinite;
			-o-animation: loader_1 4s ease-in-out infinite;
			-webkit-animation: loader_1 4s ease-in-out infinite; 
			
			-webkit-animation-delay: 0.4s;
			animation-delay: 0.4s;
		}
		.loader_1 .line_4
		{
			left: 50%;
			opacity: 1;
			top: 50%;
			
			animation: loader_1line_4 4s ease-in-out infinite;
			-moz-animation: loader_1line_4 4s ease-in-out infinite;
			-o-animation: loader_1line_4 4s ease-in-out infinite;
			-webkit-animation: loader_1line_4 4s ease-in-out infinite;
		}
			@keyframes loader_1line_4 
			{
				0%, 22%, 85%, 100%
				{
					height: 0;
					width: 0;
				}
				32%, 75%
				{ 
					height: 72%;
					width: 72%;
				}
			}
			@-moz-keyframes loader_1line_4 
			{
				0%, 22%, 85%, 100%
				{
					height: 0;
					width: 0;
				}
				32%, 75%
				{ 
					height: 72%;
					width: 72%;
				}
			}
			@-o-keyframes loader_1line_4 
			{
				0%, 22%, 85%, 100%
				{
					height: 0;
					width: 0;
				}
				32%, 75%
				{ 
					height: 72%;
					width: 72%;
				}
			}
			@-webkit-keyframes loader_1line_4 
			{
				0%, 22%, 85%, 100%
				{
					height: 0;
					width: 0;
				}
				32%, 75%
				{ 
					height: 72%;
					width: 72%;
				}
			}
		
		.loader_1 img
		{
			left: 50%;
			opacity: 0;
			max-width: 75%;
			position: absolute;
			top: 50%;
			-moz-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
			-o-transform: translate(-50%,-50%);
			-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
			z-index: 20;
			
			animation: loader_1img 4s ease-in-out infinite;
			-moz-animation: loader_1img 4s ease-in-out infinite;
			-o-animation: loader_1img 4s ease-in-out infinite;
			-webkit-animation: loader_1img 4s ease-in-out infinite;
		}
			@keyframes loader_1img 
			{
				0%, 35%, 85%, 100%
				{
					opacity: 0;
				}
				45%, 75%
				{ 
					opacity: 1;
				}
			}
			@-moz-keyframes loader_1img 
			{
				0%, 35%, 85%, 100%
				{
					opacity: 0;
				}
				45%, 75%
				{ 
					opacity: 1;
				}
			}
			@-o-keyframes loader_1img 
			{
				0%, 35%, 85%, 100%
				{
					opacity: 0;
				}
				45%, 75%
				{ 
					opacity: 1;
				}
			}
			@-webkit-keyframes loader_1img 
			{
				0%, 35%, 85%, 100%
				{
					opacity: 0;
				}
				45%, 75%
				{ 
					opacity: 1;
				}
			}



	.animation::after
	{
		color: #CCC;
		content: 'Hamarosan betöltődik';
		font-size: 10px;
		left: 0;
		line-height: 1.2em;
		position: absolute;
		text-align: center;
		text-transform: uppercase;
		top: calc(100% + 10px);
		width: 100%;
	}
	
	.instagramLoader,
	.facebookLoader,
	.pinterestLoader,
	.tiktokLoader,
	.twitterLoader,
	.vimeoLoader
	{
		height: 60px;
		width: 60px;
	}
	
	.instagramLoader span,
	.facebookLoader span,
	.pinterestLoader span,
	.tiktokLoader span,
	.twitterLoader span,
	.vimeoLoader span
	{
		border-radius: 100%;
		height: 0;
		left: 50%;
		top: 50%;
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 0;
		
		animation: spanAnim 4s ease-in-out infinite;
		-moz-animation: spanAnim 4s ease-in-out infinite;
		-o-animation: spanAnim 4s ease-in-out infinite;
		-webkit-animation: spanAnim 4s ease-in-out infinite;
	}
		.instagramLoader span
		{
			background: #fec863;
			background: -moz-linear-gradient(45deg, #fec863 0%, #ec5532 20%, #d63086 50%, #d63086 63%, #9a3ac3 84%, #4c67d5 100%);
			background: -webkit-linear-gradient(45deg, #fec863 0%,#ec5532 20%,#d63086 50%,#d63086 63%,#9a3ac3 84%,#4c67d5 100%);
			background: linear-gradient(45deg, #fec863 0%,#ec5532 20%,#d63086 50%,#d63086 63%,#9a3ac3 84%,#4c67d5 100%);
		}
		.facebookLoader span { background-color: #3b5998; }
		.pinterestLoader span { background-color: #bd081c; }
		.tiktokLoader span { background-color: #000000; }
		.twitterLoader span { background-color: #1da1f2; }
		.vimeoLoader span { background-color: #00adee; }
		
		@keyframes spanAnim 
		{
			0%, 20%, 85% { height: 0; width: 0; }
			30%, 75%
			{ 
				height: 100%;
				width: 100%;
			}
		}
		@-moz-keyframes spanAnim 
		{
			0%, 20%, 85% { height: 0; width: 0; }
			30%, 75%
			{ 
				height: 100%;
				width: 100%;
			}
		}
		@-o-keyframes spanAnim 
		{
			0%, 20%, 85% { height: 0; width: 0; }
			30%, 75%
			{ 
				height: 100%;
				width: 100%;
			}
		}
		@-webkit-keyframes spanAnim 
		{
			
		0%, 20%, 85% { height: 0; width: 0; }
		30%, 75%
		{ 
			height: 100%;
			width: 100%;
		}
	}
	
.instagramLoader .fa,
.facebookLoader .fa,
.pinterestLoader .fa,
.tiktokLoader .fab,
.twitterLoader .fa,
.vimeoLoader .fa
{
	font-size: 30px;
	left: 50%;
	line-height: 1em;
	position: absolute;
	top: 50%;
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 10;
}
	.instagramLoader .fa 
	{ 
		color: #d63086;
	
		animation: faAnimInsta 4s ease-in-out infinite;
		-moz-animation: faAnimInsta 4s ease-in-out infinite;
		-o-animation: faAnimInsta 4s ease-in-out infinite;
		-webkit-animation: faAnimInsta 4s ease-in-out infinite;
	}
		@keyframes faAnimInsta 
		{
			0%, 30%, 100% { color: #d63086; opacity: 1; }
			35%, 65% { color: #FFF; opacity: 1; }
			70%, 90% { opacity: 0; }
		}
		@-moz-keyframes faAnimInsta 
		{
			0%, 30%, 100% { color: #d63086; opacity: 1; }
			35%, 65% { color: #FFF; opacity: 1; }
			70%, 90% { opacity: 0; }
		}
		@-o-keyframes faAnimInsta 
		{
			0%, 30%, 100% { color: #d63086; opacity: 1; }
			35%, 65% { color: #FFF; opacity: 1; }
			70%, 90% { opacity: 0; }
		}
		@-webkit-keyframes faAnimInsta 
		{
			
			0%, 30%, 100% { color: #d63086; opacity: 1; }
			35%, 65% { color: #FFF; opacity: 1; }
			70%, 90% { opacity: 0; }
		}
	.facebookLoader .fa 
	{ 
		color: #3b5998; 
	
		animation: faAnimFace 4s ease-in-out infinite;
		-moz-animation: faAnimFace 4s ease-in-out infinite;
		-o-animation: faAnimFace 4s ease-in-out infinite;
		-webkit-animation: faAnimFace 4s ease-in-out infinite;
	}
		@keyframes faAnimFace 
		{
			0%, 30%, 100% { color: #3b5998; opacity: 1; }
			35%, 65% { color: #FFF; opacity: 1; }
			70%, 90% { opacity: 0; }
		}
		@-moz-keyframes faAnimFace 
		{
			0%, 30%, 100% { color: #3b5998; opacity: 1; }
			35%, 65% { color: #FFF; opacity: 1; }
			70%, 90% { opacity: 0; }
		}
		@-o-keyframes faAnimFace 
		{
			0%, 30%, 100% { color: #3b5998; opacity: 1; }
			35%, 65% { color: #FFF; opacity: 1; }
			70%, 90% { opacity: 0; }
		}
		@-webkit-keyframes faAnimFace 
		{
			0%, 30%, 100% { color: #3b5998; opacity: 1; }
			35%, 65% { color: #FFF; opacity: 1; }
			70%, 90% { opacity: 0; }
		}
	.pinterestLoader .fa 
	{ 
		color: #bd081c; 
	
		animation: faAnimPint 4s ease-in-out infinite;
		-moz-animation: faAnimPint 4s ease-in-out infinite;
		-o-animation: faAnimPint 4s ease-in-out infinite;
		-webkit-animation: faAnimPint 4s ease-in-out infinite;
	}
		@keyframes faAnimPint 
		{
			0%, 30%, 100% { color: #bd081c; opacity: 1; }
			35%, 65% { color: #FFF; opacity: 1; }
			70%, 90% { opacity: 0; }
		}
		@-moz-keyframes faAnimPint 
		{
			0%, 30%, 100% { color: #bd081c; opacity: 1; }
			35%, 65% { color: #FFF; opacity: 1; }
			70%, 90% { opacity: 0; }
		}
		@-o-keyframes faAnimPint 
		{
			0%, 30%, 100% { color: #bd081c; opacity: 1; }
			35%, 65% { color: #FFF; opacity: 1; }
			70%, 90% { opacity: 0; }
		}
		@-webkit-keyframes faAnimPint 
		{
			0%, 30%, 100% { color: #bd081c; opacity: 1; }
			35%, 65% { color: #FFF; opacity: 1; }
			70%, 90% { opacity: 0; }
		}
	.tiktokLoader .fab 
	{ 
		color: #000000; 
	
		animation: faAnimTiktok 4s ease-in-out infinite;
		-moz-animation: faAnimTiktok 4s ease-in-out infinite;
		-o-animation: faAnimTiktok 4s ease-in-out infinite;
		-webkit-animation: faAnimTiktok 4s ease-in-out infinite;
	}
		@keyframes faAnimTiktok
		{
			0%, 30%, 100% { color: #000000; opacity: 1; }
			35%, 65% { color: #FFF; opacity: 1; }
			70%, 90% { opacity: 0; }
		}
		@-moz-keyframes faAnimTiktok 
		{
			0%, 30%, 100% { color: #000000; opacity: 1; }
			35%, 65% { color: #FFF; opacity: 1; }
			70%, 90% { opacity: 0; }
		}
		@-o-keyframes faAnimTiktok 
		{
			0%, 30%, 100% { color: #000000; opacity: 1; }
			35%, 65% { color: #FFF; opacity: 1; }
			70%, 90% { opacity: 0; }
		}
		@-webkit-keyframes faAnimTiktok 
		{
			0%, 30%, 100% { color: #000000; opacity: 1; }
			35%, 65% { color: #FFF; opacity: 1; }
			70%, 90% { opacity: 0; }
		}
	.twitterLoader .fa 
	{ 
		color: #1da1f2; 
	
		animation: faAnimTwitter 4s ease-in-out infinite;
		-moz-animation: faAnimTwitter 4s ease-in-out infinite;
		-o-animation: faAnimTwitter 4s ease-in-out infinite;
		-webkit-animation: faAnimTwitter 4s ease-in-out infinite;
	}
		@keyframes faAnimTwitter
		{
			0%, 30%, 100% { color: #1da1f2; opacity: 1; }
			35%, 65% { color: #FFF; opacity: 1; }
			70%, 90% { opacity: 0; }
		}
		@-moz-keyframes faAnimTwitter 
		{
			0%, 30%, 100% { color: #1da1f2; opacity: 1; }
			35%, 65% { color: #FFF; opacity: 1; }
			70%, 90% { opacity: 0; }
		}
		@-o-keyframes faAnimTwitter 
		{
			0%, 30%, 100% { color: #1da1f2; opacity: 1; }
			35%, 65% { color: #FFF; opacity: 1; }
			70%, 90% { opacity: 0; }
		}
		@-webkit-keyframes faAnimTwitter 
		{
			0%, 30%, 100% { color: #1da1f2; opacity: 1; }
			35%, 65% { color: #FFF; opacity: 1; }
			70%, 90% { opacity: 0; }
		}
	.vimeoLoader .fa 
	{ 
		color: #00adee;
	
		animation: faAnimVimeo 4s ease-in-out infinite;
		-moz-animation: faAnimVimeo 4s ease-in-out infinite;
		-o-animation: faAnimVimeo 4s ease-in-out infinite;
		-webkit-animation: faAnimVimeo 4s ease-in-out infinite; 
	}
		@keyframes faAnimVimeo
		{
			0%, 30%, 100% { color: #00adee; opacity: 1; }
			35%, 65% { color: #FFF; opacity: 1; }
			70%, 90% { opacity: 0; }
		}
		@-moz-keyframes faAnimVimeo 
		{
			0%, 30%, 100% { color: #00adee; opacity: 1; }
			35%, 65% { color: #FFF; opacity: 1; }
			70%, 90% { opacity: 0; }
		}
		@-o-keyframes faAnimVimeo 
		{
			0%, 30%, 100% { color: #00adee; opacity: 1; }
			35%, 65% { color: #FFF; opacity: 1; }
			70%, 90% { opacity: 0; }
		}
		@-webkit-keyframes faAnimVimeo 
		{
			0%, 30%, 100% { color: #00adee; opacity: 1; }
			35%, 65% { color: #FFF; opacity: 1; }
			70%, 90% { opacity: 0; }
		}

.js-video {
	height: 0;
	padding-bottom: 56%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.js-video.vimeo {
	padding-top: 0;
}
.js-video.widescreen {
	padding-bottom: 57.25%;
}
.js-video embed, .js-video iframe, .js-video object, .js-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}


@media (max-width: 767px) {
	.js-video {
		padding-top: 0;
		z-index: 2;
	}
}.embedGif {
    margin: 0 auto;
}

.embedGif > * {
    display: block;
    margin: 0 auto;
}

.embed-shopaholic-product
{
	box-shadow: 0 0 15px rgba(0,0,0,0.25);
	margin-bottom: 35px;
	padding: 15px;
	position: relative;
}
	.embed-shopaholic-product-pic
	{
		width: 40%;
	}
	.embed-shopaholic-product-text-box
	{
		padding-left: 20px;
		width: 60%;
	}
		.embed-shopaholic-product-logo
		{
			margin-bottom: 10px;
			width: 80%;
		}
			.embed-shopaholic-product-logo img { width: 100%; }

        .embed-shopaholic-product-text { margin-bottom: 20px; }
		h3
		{
			font-size: 22px;
			font-weight: 900;
			margin-bottom: 10px;
        }
        .embed-shopaholic-product-desc
        {
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical; 
            margin-bottom: 10px; 
            max-height: 3.9em;
            overflow: hidden;
        }
		.articleMain-visible .embed-shopaholic-product-text-box p
		{
			font-size: 12px;
			line-height: 1.3em;
			margin-bottom: 0;
		}
			.articleMain-visible .embed-shopaholic-product-text-box p.embed-shopaholic-product-price
			{
				font-size: 20px;
				font-weight: 900;
			}
				.articleMain-visible .embed-shopaholic-product-text-box p.embed-shopaholic-product-price del
				{
					font-size: 16px;
					font-weight: 400;
                }
                
@media screen and (max-width: 799px)
{
    .embed-shopaholic-product-box
    {
        -ms-flex-direction: column;
		flex-direction: column;
    }
        .embed-shopaholic-product-pic,
        .embed-shopaholic-product-text-box
        {
            padding: 0;
            width: 100%;
        }
        .embed-shopaholic-product-pic
        {
            margin: 0 auto 20px;
            max-width: 400px;
        }
}#messageFormInArticle {
	width: 80%;
	margin: 50px auto 50px auto;
}

#messageFormInArticle .messageFormTitle
{
	color: rgba(0,0,0,.50);
	font-size: 20px !important;
	text-align: center;
	margin-bottom: 20px;
}

#messageFormInArticle .checkbox
{
	position: relative;
	font-size: 13px;
	line-height: 1.4em;
	margin-top: 10px;
	padding-left: 20px;
	text-align: left;
}

#messageFormInArticle .checkbox a
{
	text-decoration: underline;	
}

#messageFormInArticle .checkboxClick
{
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 2;
}

#messageFormInArticle .checkboxClick i#notAccepted,
#messageFormInArticle .checkboxClick i#accepted
{
	font-size: 16px;
	left: 0;
	position: absolute;
	top: 0;
	width: 30px;
}
#messageFormInArticle .checkboxClick i#notAccepted
{
	z-index: 1;
}
#messageFormInArticle .checkboxClick i#accepted
{
	display: none;
	font-size: 15px;
	z-index: 2;
	color: #000;
}


#messageFormInArticle .quizSubmit,
#messageFormInArticle .answerAndMore
{
	background-color: #FFF;
	border: 1px solid #000;
	color: #000;
	cursor: pointer;
	display: block;
	font-size: 18px;
	height: 40px;
	line-height: 1em;
	margin: 40px auto 0;
	width: 210px;
	padding: 10px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

#messageFormInArticle .quizSubmit:hover,
#messageFormInArticle .answerAndMore:hover
{
	background-color: #000;
	color: #FFF;
}

#messageFormInArticle .thereIsAFault
{
    color: #FE2900;
    display: none;
    font-size: 16px;
	line-height: 1.2em;
    margin-bottom: 20px;
    text-align: center;
}


#messageFormInArticle .formElement
{
	position: relative;
	width: 100%;
	margin-bottom: 15px;
	padding: 0 0 0 140px;
}
#messageFormInArticle .formElement input {
	width: 100%;
}


#messageFormInArticle .formElement input,
#messageFormInArticle textarea
{
	background-color: transparent;
	border: 1px solid #D5D5D5;
	color: #000;
	font-size: 16px;
	line-height: 1em;
	height: 45px;
	outline: none !important;
	padding: 10px 50px 10px 10px;
	-webkit-appearance: none;
}
#messageFormInArticle input:-webkit-autofill {
	background-color: #FF2E8A !important;
}
	
#messageFormInArticle textarea
{
	height: 110px;
	padding: 10px;
	resize: none;
	width: 100%;
}

#messageFormInArticle .formElementTitle
{
	color: rgba(0,0,0,.50);
	font-size: 16px;
	left: 0;
	line-height: 1em;
	position: absolute;
	text-align: left;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#messageFormInArticle .wrongFill
{
	border: 2px solid #FE2900 !important;
}
#messageFormInArticle .formElement .fa 
{
	color: #FE2900;
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 22px;
	display: none;
}

#messageFormInArticle div.submit {
	text-align: center;
	padding-top: 30px;
}

#messageFormInArticle .thanxForPlay
{
	color: #da104e;
	display: none;
	text-align: center;
}
	#messageFormInArticle .thanxForPlay span 
	{ 
		display: block; 
		line-height: 1.2em;
	}
	.thanxForPlay-title
	{
		font-size: 30px;
		margin-bottom: 15px;
	}
	.thanxForPlay-text
	{
		font-size: 26px;
	}

.grecaptcha-badge {
	display: none;
}



.row-checkbox
{
	margin: 0 0 15px;
	position: relative;
}
	.row-checkbox input[type="checkbox"],
	.row-checkbox input[type="radio"] {
		display: none;
	}

		.row-checkbox input[type="checkbox"] + label,
		.row-checkbox input[type="radio"] + label
		{
			display: block;
			cursor: pointer;
			font-size: 12px;
			padding-left: 30px;
			position: relative;
		}
			.row-checkbox label span
			{
				border: 1px solid #000;
				
				height: 15px;
				left: 0;
				margin-right: 10px;
				position: absolute;
				top: 2px;
				width: 15px;
			}
				.row-checkbox label span::after
				{
					content: '';
					height: 15px;
					left: 0;
					opacity: 1;
					position: absolute;
					top: 0;
					width: 15px;
					z-index: 5;
				}
				.row-checkbox label span::before
				{
					border-right: 2px solid transparent;
					border-top: 2px solid transparent;
					content: '';
					
					height: 0;
					left: 0px;
					position: absolute;
					top: 7px;
					-moz-transform: scaleX(-1) rotate(135deg);
					-ms-transform: scaleX(-1) rotate(135deg);
					-webkit-transform: scaleX(-1) rotate(135deg);
					transform: scaleX(-1) rotate(135deg);
					-moz-transform-origin: left top;
					-ms-transform-origin: left top;
					-webkit-transform-origin: left top;
					transform-origin: left top;
					
					width: 0;
				}

				.row-checkbox input[type="checkbox"]:checked + label span::before,
				.row-checkbox input[type="radio"]:checked + label span::before
				{
					border-right: 2px solid #000;
					border-top: 2px solid #000;

					-moz-animation: check .5s forwards;
					-ms-animation: check .5s forwards;
					-o-animation: check .5s forwards;
					-webkit-animation: check .5s forwards;
					animation: check .5s forwards;
				}
				.row-checkbox input[type="checkbox"]:checked + label span::after,
				.row-checkbox input[type="radio"]:checked + label span::after
				{
					opacity: 0;
				}

				@-webkit-keyframes check {
					0% {
						height: 0;
						width: 0;
					}
					25% {
						height: 0;
						width: 6px;
					}
					50%, 100% {
						height: 11px;
						width: 6px;
					}
				}
				@-moz-keyframes check {
					0% {
						height: 0;
						width: 0;
					}
					25% {
						height: 0;
						width: 6px;
					}
					50%, 100% {
						height: 11px;
						width: 6px;
					}
				}
				@-ms-keyframes check {
					0% {
						height: 0;
						width: 0;
					}
					25% {
						height: 0;
						width: 6px;
					}
					50%, 100% {
						height: 11px;
						width: 6px;
					}
				}
				@keyframes check {
					0% {
						height: 0;
						width: 0;
					}
					25% {
						height: 0;
						width: 6px;
					}
					50%, 100% {
						height: 11px;
						width: 6px;
					}
				}

	.row-checkbox .fa { display: none; }

	.under16 {
	    height: 0;
	    overflow: hidden;
	    padding: 0 0 0 40px;
	}
	




#quizInArticle {
	margin: 50px 0 50px 0;
}

#quizInArticle .quizTask
{
	color: rgba(0,0,0,.50);
	font-size: 20px !important;
	text-align: center;
	margin-bottom: 20px;
}

#quizInArticle .quizQuestion
{
	font-family: 'robotobold';
	font-size: 18px !important;
	margin: 15px 0 10px 0 !important;
}

#quizInArticle .radioElements
{
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	padding-left: 5%;
}

#quizInArticle .radioElement
{
	position: relative;
	margin: 0;
	text-align: left;
}
#quizInArticle .radioElement input[type=radio]
{
	display: none;
}
#quizInArticle .radioElement input[type=radio] + label 
{
	cursor: pointer;
	font-size: 16px;
	padding: 0 5px;
}
#quizInArticle .radioElement input[type='radio'] + label:before 
{
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 16px;
	font-style: normal;
	left: -20px;
	line-height: 1;
	padding-right: 15px;
	position: absolute;
	top: 4px;
	color: #000;
}

#quizInArticle .radioElement input[type=radio] + label:before {
  	content: "\f096"; 
}
#quizInArticle .radioElement input[type=radio]:checked + label:before {
  	content: "\f14a"; 
  	color: #000;
}

#quizInArticle .answerAndMore
{
	padding-top: 14px;
}

#quizInArticle .quizSubmit,
#quizInArticle .answerAndMore
{
	background-color: #FFF;
	border: 1px solid #000;
	color: #000;
	cursor: pointer;
	display: block;
	font-size: 18px;
	height: 40px;
	line-height: 1em;
	margin: 40px auto 0;
	width: 210px;
	padding: 10px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

#quizInArticle .quizSubmit:hover,
#quizInArticle .answerAndMore:hover
{
	background-color: #000;
	color: #FFF;
}

#quizInArticle .quizInputs
{
	display: none;
}

#quizInArticle .thereIsAFault
{
    color: #FE2900;
    display: none;
    font-size: 16px;
	line-height: 1.2em;
    margin-bottom: 20px;
    text-align: center;
}


#quizInArticle .formElement
{
	position: relative;
	width: 100%;
	margin-bottom: 15px;
	padding: 0 0 0 140px;
}
#quizInArticle .formElement input {
	width: 100%;
}

	#quizInArticle .formElement:nth-of-type(3)
	{
		margin-bottom: 25px;
	}
	
#quizInArticle .quizComment {
  display: none;
}
	
#quizInArticle .formElement.plusInput {
	padding-left: 0;
}

#quizInArticle .formElement.plusInput .formElementTitle {
	position: static !important;
	display: inline-block;
    vertical-align: middle;
    
}

#quizInArticle .formElement.plusInput input {
	display: inline-block;
    padding: 10px 10px 10px 10px;
}


#quizInArticle .formElement input,
#quizInArticle .quizQuestions textarea
{
	background-color: transparent;
	border: 1px solid #D5D5D5;
	color: #000;
	font-size: 16px;
	line-height: 1em;
	height: 45px;
	outline: none !important;
	padding: 10px 50px 10px 10px;
	-webkit-appearance: none;
}
#quizInArticle .formElement input:focus, .formElement input:active,
#quizInArticle .quizQuestions textarea:focus, .quizQuestions textarea:active
{
	-webkit-appearance: none;
}
#quizInArticle input:-webkit-autofill {
	background-color: #FF2E8A !important;
}
	#quizInArticle .quizQuestions textarea
	{
		height: 110px;
		padding: 10px;
		resize: none;
		width: 100%;
	}

#quizInArticle .formElementTitle
{
	color: rgba(0,0,0,.50);
	font-size: 16px;
	left: 0;
	line-height: 1em;
	position: absolute;
	text-align: left;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#quizInArticle .wrongFill
{
	border: 2px solid #FE2900 !important;
}
#quizInArticle .formElement .fa 
{
	color: #FE2900;
	position: absolute;
	bottom: 12px;
	right: 10px;
	font-size: 22px;
	display: none;
}

#quizInArticle .thanxForPlay
{
	display: none;
	font-size: 20px;
	text-align: center;
}


.row-checkbox
{
	margin: 0 0 15px;
	position: relative;
}
	.row-checkbox input[type="checkbox"],
	.row-checkbox input[type="radio"] {
		display: none;
	}

		.row-checkbox input[type="checkbox"] + label,
		.row-checkbox input[type="radio"] + label
		{
			display: block;
			cursor: pointer;
			font-size: 12px;
			padding-left: 30px;
			position: relative;
		}
			.row-checkbox label span
			{
				border: 1px solid #000;
				
				height: 15px;
				left: 0;
				margin-right: 10px;
				position: absolute;
				top: 2px;
				width: 15px;
			}
				.row-checkbox label span::after
				{
					content: '';
					height: 15px;
					left: 0;
					opacity: 1;
					position: absolute;
					top: 0;
					width: 15px;
					z-index: 5;
				}
				.row-checkbox label span::before
				{
					border-right: 2px solid transparent;
					border-top: 2px solid transparent;
					content: '';
					
					height: 0;
					left: 0px;
					position: absolute;
					top: 7px;
					-moz-transform: scaleX(-1) rotate(135deg);
					-ms-transform: scaleX(-1) rotate(135deg);
					-webkit-transform: scaleX(-1) rotate(135deg);
					transform: scaleX(-1) rotate(135deg);
					-moz-transform-origin: left top;
					-ms-transform-origin: left top;
					-webkit-transform-origin: left top;
					transform-origin: left top;
					
					width: 0;
				}

				.row-checkbox input[type="checkbox"]:checked + label span::before,
				.row-checkbox input[type="radio"]:checked + label span::before
				{
					border-right: 2px solid #000;
					border-top: 2px solid #000;

					-moz-animation: check .5s forwards;
					-ms-animation: check .5s forwards;
					-o-animation: check .5s forwards;
					-webkit-animation: check .5s forwards;
					animation: check .5s forwards;
				}
				.row-checkbox input[type="checkbox"]:checked + label span::after,
				.row-checkbox input[type="radio"]:checked + label span::after
				{
					opacity: 0;
				}

				@-webkit-keyframes check {
					0% {
						height: 0;
						width: 0;
					}
					25% {
						height: 0;
						width: 6px;
					}
					50%, 100% {
						height: 11px;
						width: 6px;
					}
				}
				@-moz-keyframes check {
					0% {
						height: 0;
						width: 0;
					}
					25% {
						height: 0;
						width: 6px;
					}
					50%, 100% {
						height: 11px;
						width: 6px;
					}
				}
				@-ms-keyframes check {
					0% {
						height: 0;
						width: 0;
					}
					25% {
						height: 0;
						width: 6px;
					}
					50%, 100% {
						height: 11px;
						width: 6px;
					}
				}
				@keyframes check {
					0% {
						height: 0;
						width: 0;
					}
					25% {
						height: 0;
						width: 6px;
					}
					50%, 100% {
						height: 11px;
						width: 6px;
					}
				}

	.row-checkbox .fa { display: none; }

	.under16 {
	    height: 0;
	    overflow: hidden;
	    padding: 0 0 0 40px;
	}

.ease-go
{
    -moz-transition: .2s all ease;
    -ms-transition: .2s all ease;
    -o-transition: .2s all ease;
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
}
.ease-count
{
    -moz-transition: 2s all ease;
    -ms-transition: 2s all ease;
    -o-transition: 2s all ease;
    -webkit-transition: 2s all ease;
    transition: 2s all ease;
}

.vote-2-option-row
{
	margin: 0 0 40px;
	position: relative;
	text-align: center;
	width: 100%;
}
    .vote-answered
    {
        pointer-events: none;
    }

	.vote-2-option-question
	{
		font-size: 24px;
		margin-bottom: 20px;
	}

	.vote-2-option-answers,
	.vote-2-option-answer
	{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

		.vote-2-option-answers
		{
			justify-content: space-between;
		}
			.vote-2-option-answer
			{
				align-items: center;
                border: 1px solid #000;
                cursor: pointer;
				position: relative;
				width: 49%;
			}
				.vote-2-option-answer-text
				{
                    color: #000;
                    line-height: 1.4em;
					padding: 10px 20px;
                    position: relative;
                    width: 100%;
					z-index: 10;
                }
                    .vote-2-option-answer:first-of-type .biggerPadding { padding-right: 55px; }
                    .vote-2-option-answer:last-of-type .biggerPadding { padding-left: 55px; }

				.vote-2-option-bg
				{
					height: 100%;
					left: 0;
					position: absolute;
					top: 0;
					width: 0;
                }
                    .vote-2-option-answer:hover .vote-2-option-bg { width: 100%; }

                    .vote-2-option-answer:first-of-type .vote-2-option-bg
                    {
                        left: auto;
                        right: 0;
                    }

                .vote-2-option-result
                {
                    background-color: #000;
                    border-radius: 5px;
                    color: #FFF;
                    font-size: 10px;
                    opacity: 0;
                    padding: 5px 10px;
                    position: absolute;
                    top: 50%;
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                }
                    .vote-2-option-answer:first-of-type .vote-2-option-result { right: 10px; }
                    .vote-2-option-answer:last-of-type .vote-2-option-result { left: 10px; }
ol.breadcrumb
{
	list-style-type: none;
	text-align: center;
	margin: 0 0 25px 0;
	padding: 0;
	
	font-size: 13px;
	font-weight: bold;
	color: #C4C4C4;
	letter-spacing: 1px;
	text-transform: uppercase;
}

	ol.breadcrumb li
	{
		display: inline-block;
		margin: 0;
		padding: 0;
	}
	
		ol.breadcrumb li:before
		{
			display: none;
		}
		
	
	
		ol.breadcrumb li:after
		{
			content: "/";
			margin: 0 5px;
		}
			ol.breadcrumb li:last-child:after
			{
				display: none;
			}
	
		ol.breadcrumb li a
		{
			text-decoration: none;
			color: #C4C4C4;
			
			-webkit-transition: opacity 0.3s linear;
			-o-transition: opacity 0.3s linear;
			transition: opacity 0.3s linear;
		}
		
		ol.breadcrumb li a:hover
		{
			opacity: 0.8;
		}



.bordered-text.articleInnerBox p:not(.articleInnerBoxTitle) {
	margin: inherit;
}


.article-end-block .articleEndOffer
{
	margin-bottom: 4%;
	padding-top: 0;
}
	.articleEndOffer::before { display: none; }

	.articleEndOfferText
	{
		float: none;
		padding: 15px;
	}
        .articleEndOfferText .article-info { padding: 0 0 10px 0; }
        .articleEndOfferText h2 
        {
            font-size: 18px; 
            margin-bottom: 10px;
        }
            .theArticleMainPart .articleEndOfferText h2 a { color: #000; }

        .articleEndOfferText
        {
            font-size: 14px;
            margin-bottom: 0;
        }

@media screen and (max-width: 680px)
{
    .article-end-block .articleEndOffer,
    .article-end-block-row
    {
        -ms-flex-direction: column;
		flex-direction: column;
        margin-bottom: 25px;
    }
        .article-end-block .articleEndOfferText
        {
            float: none;
            padding: 15px 20px;
            position: relative;
            top: auto;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            -webkit-transform: none;
            transform: none;
            width: 100%;
        }
        .article-end-block .articleEndOfferPic
        {
            float: none;
            padding-top: 52%;
            width: 100%;
        }
}
.articleSponsor
{
	align-items: center;
	background-color: #f0f0f0;
	border-left: #ff2e8a 3px solid;
	color: #25282a;
	display: flex;
	margin-bottom: 25px;
	padding: 5px 10px;
	position: relative;
	width: 100%;
	font-family: 'robotoslabbold';
}

.articleSponsorLogo
{
	position: relative;
}
	.articleSponsorLogo img 
	{
		display: inline-block;
		max-height: 40px;
		min-height: 30px;
		margin-right: 15px;
	}
		.articleSponsorLogo a,
		.articleSponsor a
		{
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 10;
		}
.articleSponsorText
{
	font-size: 16px;
	line-height: 1.3em;
	padding-left: 10px;
	width: calc(100% - 50px);
}.szavazoTarto
{
	width: 100%;
	margin: 40px 0 !important;
}
.szavazo
{
	background-color: #F0F0F0;
	border-left: #000 3px solid;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	padding: 25px;
	position: relative;
	width: 100%;
}
.pv, .pe
{
	color: #25282a;
	cursor: pointer;
	display: inline-block;
    font-size: 16px;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
}
.pe
{
	cursor: auto;
}
.pipa
{
	float: left;
	margin-right: 10px;
	height: 20px;
	width: 20px;
	position: relative;
}
.bePipa, .kiPipa
{
	position: absolute;
	top: 0;
	left: 0;
}
.kiPipa
{
	z-index: 5;
}
.bePipa
{
	color: #000;
	display: none;
	z-index: 20;
}
.pollKerdes
{
	color: #000;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.2em;
}
.pollValaszok .pv:last-of-type, .pe:last-of-type
{
	margin-bottom: 0;
}
.pollEredmeny, .pollMegoszto
{
	display: none;
}
.szazalekos
{
	display: block;
	width: 100%;
	border: rgba(0,0,0,.20) 1px solid;
	height: 30px;
	position: relative;
	margin-top: 5px;
}
.kitolto
{
	background-color:  #000;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.pe
{
	margin-bottom: 20px;
}
.aSzam
{
	bottom: 0;
	color: #000;
	font-family: 'Frank Ruhl Libre', serif;
	font-size: 45px;
	line-height: 1em;
	position: absolute;
	width: 80px;
}
.cooper
{
	position: relative;
	padding-left: 100px;
	width: 100%;
}
.pollMegoszto
{
	position: relative;
	width: 100%;
	height: 40px;
	margin-top: 40px;
    font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}
.pollMegoszto .megosztomAzEredmenyt
{
	line-height: 1em;
	float: left;
	max-width: 50%;
	padding-top: 0.6em;
}
.pollKozzetesz
{
	background-color: transparent;
	cursor: pointer;
	float: right;
	font-size: 18px;
	margin-left: 11px;
	padding: 8px 0 5px;
	position: relative;
	text-align: center;
	width: 20%;
}
.pollTW
{
	border: 1px solid #1dadea;
	color: #1dadea;	
}
.pollFB
{
	border: 1px solid #3c5a96;
	color: #3c5a96;
}
.pollTW:hover
{
	background-color: #1dadea;
	color: #F0F0F0;	
}
.pollFB:hover
{
	background-color: #3c5a96;
	color: #F0F0F0;
}




.brandLogo
{
	background-image: url('https://www.instylemen.hu/assets/60169d40/css/../img/eLogo.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: inline-block;
	height: 30px;
	margin-bottom: -10px;
	position: relative;
	width: 90px;
}
.brandLogo a
{
	height: 80%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}

.brandInArticle, .brandHeader, .brandMain, .brandRecept, .brandReceptIngredients, .brandProductItemPic
{
	position: relative;
	width: 100%;
}

.brandInArticle
{
	color: #000;
	
	font-size: 18px;
	margin: 20px 0px;
}
.brandHeader
{
	background-color: #9D9D9D;
	color: #FFF;
	display: inline-block;
	
	margin-bottom: -10px;
	padding: 15px 20px 15px 40px;
	z-index: 5;
}
.brandMain
{
	padding: 0px 50px;
	margin-bottom: 40px;
}
.brandRecept
{
	border-left-color: #9D9D9D;
	border-left-style: solid;
	border-left-width: 2px;
	padding-left: 20px;
}

.brandReceptPic
{
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	margin-bottom: 20px;
	max-width: 100%;
	padding-bottom: 40px;
	position: relative;
	width: auto;
}
.brandReceptPic img
{
	height: auto;
	max-width: 100%;
	width: auto;
}
.brandreceptUnderPic
{
	border-bottom: 1px solid rgba(0,0,0,.30);
	bottom: 0px;
	height: 40px;
	left: 0px;
	line-height: 1em;
	padding: 10px;
	position: absolute;
	width: 100%;
}

.brandReceptTitle
{
	
	font-size: 28px;
	line-height: 1.0em;
	margin-bottom: 10px;
}
.brandReceptIngredients
{
	
}

.brandRecept ul
{
	
	padding-left: 20px;
}

.brandPruductPart .brandHeader
{
	background-color: #e91d1e;
}
.brandPruductPart .brandRecept
{
	border-left-color: #e91d1e;
}


.brandHeaderLeft
{
	
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	float: left;
	font-size: 36px;
	height: 50px;
	line-height: 1em;
	
	padding-top: 5px;
}
.brandHeaderRight
{
	
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	float: right;
	
	min-height: 56px;
	padding-left: 40px;
}

.brandPruductHolder
{
	margin-top: 20px;
	padding: 40px 20px 0px;
}
.brandPruductHolder .item
{
	padding: 0px 20px;
}
.brandProductItemPic 
{
	margin-bottom: 10px;
}
.brandProductItemPic img
{
	height: auto;
	max-width: 100%;
	width: auto;
}
.brandProductItemName, .brandProductItemName a
{
	color: #9D9D9D;
	
	line-height: 1em;
	text-align: center;
	text-decoration: none;
}
.brandProductItemName a:hover
{
	color: #9D9D9D !important;
	text-decoration: underline;
}

.brandPruductHolder .owl-controls .owl-nav div 
{
	position: relative;
	margin: auto;
	width: 40px;
	height: 40px;
	line-height: 1em;
	top: auto;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	padding-top: 0px !important;
}

.brandPruductHolder .owl-nav
{
	height: 40px;
	width: 100px;
}

.brandPruductHolder .owl-controls
{
	margin-top: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
}
.brandPruductHolder .owl-controls .owl-prev, .brandPruductHolder .owl-controls .owl-next
{
	float: left;
}
.brandPruductHolder .owl-controls .owl-prev
{
	margin-right: 20px;
}
.brandPruductHolder .owl-controls .owl-next
{
	right: auto;
	float: right;
}
.brandPruductHolder .owl-controls .owl-prev .productArrow
{
	padding-right: 3px !important;
}
.brandPruductHolder .owl-controls .owl-next .productArrow
{
	padding-left: 3px !important;
}
.productArrow
{
	background-color: #e91d1e;
	border-radius: 50px;
	color: #FFF;
	font-size: 30px;
	height: 40px;
	padding: 5px 0px 0px !important;
	text-align: center;
	width: 40px;
}

.productArrow .fa
{
	margin-top: 5px;
}

.brandPruductPart .brandHeader .brandHeaderLeft
{
	
	padding-left: 60px;
}

.brandPruductPart .brandHeader .brandHeaderRight
{
	background-image: none;
	padding-left: 0px;
	padding-top: 8px;
}

.brandPruductPart .brandHeader .brandHeaderRight .brandLogo
{
	height: 50px;
	margin-bottom: -25px;
}

@media screen and (max-width: 680px)
{
	.brandMain , .brandRecept 
	{
		padding: 0px;
	}
	.brandRecept 
	{
		border-left-width: 0px;
	}
	.brandHeaderLeft, .brandHeaderRight
	{
		float: none;
		padding-top: 12px;
	}
	.brandHeaderRight
	{
		color: #9D9D9D;
		margin-top: 25px;
		padding-left: 0px;
	}
	.brandPruductPart .brandHeader .brandHeaderRight
	{
		color: #e91d1e;
	}
	.brandHeader
	{
		height: 80px;
	}
	.brandMain
	{
		margin-top: 20px;
	}
	.brandHeaderLeft, .brandReceptTitle
	{
		font-size: 24px;
	}
}

	#oneArticleOffer
	{
		background-color: #FFF;
		border-left: none;
		box-shadow: 1px 1px 10px rgba(0,0,0,.20);
		font-family: 'Montserrat', sans-serif;
		
		margin-bottom: 30px;
		padding: 10px;
		position: relative;
	}

	#oneArticleOffer a:hover {
		text-decoration: none;
	}

	.oneArticlePic
	{
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 100%;
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 250px;
	}
	.oneArticleText
	{
		padding-left: 260px;
		position: relative;
		width: 100%;
	}

	.justOneArticle, .justOneArticleMobileVer
	{
		color: #000;
		display: block;
		font-size: 14px;
		margin-bottom: 5px;
		padding-bottom: 1px;
		position: relative;
	}
		.justOneArticleMobileVer
		{
			display: none;
		}

	.oneArticleText .title
	{
		color: #000;
		display: block;
		font-size: 22px;
		font-weight: 600;
		line-height: 1.1em;
	}

	.justOneArticleMobileVer
	{
		display: none;
	}

	.makeItClear
	{
		clear: both;
	}

	a.innerArticleOfferFullLink
	{
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 10;
	}

	@media screen and (max-width: 479px)
	{
		.justOneArticle	{ display: none; }
		
		#oneArticleOffer
		{
			align-items: center;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			height: auto;
			padding: 5px 10px;
		}
			.oneArticlePic
			{
				flex: 1 0 80px;
				height: 80px;
				left: auto;
				position: relative;
				top: auto;	
				width: 80px;
			}
			.oneArticleText
			{
				flex: 1 0 calc(100% - 80px);
				line-height: 1em;
				padding-left: 10px;
				position: relative;
				top: auto;
				-moz-transform: none;
				-ms-transform: none;
				-o-transform: none;
				-webkit-transform: none;
				transform: none;
				width: calc(100% - 80px);
			}
		
		.justOneArticleMobileVer
		{
			display: block;
			flex: 0 1 100%;
			font-size: 9px;
		}

		.oneArticleText .title
		{
			font-size: 14px;
			line-height: 1.2em;
		}
	}.article-page-cols
{
    position: relative;
}

.article-container
{
    float: left;
    padding-right: 24px;
    width: 799px;
}

.theArticleQuotes,
.article-gallery,
.articleInnerBox,
.theArticleFacebookLikeShare
{
	margin-bottom: 25px;
	position: relative;
	width: 100%;
}

#mainContent.microsite {
	float: none;
    margin: 0 auto;
}

.theArticleMainPart p a,
.theArticleMainPart h2 a,
.theArticleMainPart h3 a,
.theArticleMainPart h4 a,
.theArticleMainPart li a
{
	color: #22E8F4;
	cursor: pointer;
	text-decoration: underline;
}
	.theArticleMainPart p a:hover { text-decoration: none; }

.theArticleMainPart h3
{
	font-size: 21px;
	margin-bottom: 20px;
}

.theArticleMainPart p strong {
    font-weight: 700;
}

.theArticleMainPart p strong + strong {
    margin: 0 0 0 5px;
}

.articleContent p.articleTags {
	margin-bottom: 15px !important;
	line-height: 14px;
}

p.articleTags a {
	font-size: 10px;
	text-decoration: none !important;
	margin-right: 5px;
}

p.articleTags a:hover {
	text-decoration: underline !important;
}

.articleContent .mainSource
{
	color: #000;
	font-size: 13px;
	height: 10px;
	line-height: 1em;
	margin: 0 0 25px;
	padding-left: 15px;
	position: relative;
	text-transform: uppercase;
}
	.articleContent .mainSource::before
	{
		background-color: #db0030;
		content: '';
		display: block;
		height: 9px;
		left: 0;
		position: absolute;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 9px;
	}

.articleSponsor {
	width: 100%;
	background-color: #f0f0f0;
	border-left: #000 3px solid;
	color: #25282a;
	padding: 5px 10px;
	margin-bottom: 25px;
}

.articleSponsor img {
	height: 40px;
	margin-right: 15px;
}

.articleSponsor span {
	vertical-align: middle;
	white-space: nowrap;
	display: inline-block;
	margin: 5px 0;
}

.theArticleMainPart .pr-article-block {
  display: none;
}


.fb-page-container {
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
	background-color: #22E8F4;
	display: flex;
}

	.fb-page-container p {
	font-weight: 700;
	font-size: 17px;
	line-height: 20px;
	text-transform: uppercase;
	color: #272727;
	margin-bottom: 0;
	text-align: left;
	padding-left: 20px;
	width: calc(100% - 200px);
	}

	.fb-page-container>img {
		height: 40px;
	}

	.fb-page-container a {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 5px 10px;
		font-weight: 700;
		font-size: 14px;
		line-height: 25px;
		color: #22E8F4;
		text-align: center;
		background: #272727;
		border: 1px solid #272727;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		margin-left: 20px;
		text-decoration: none;
		width: 130px;
	}

	.fb-page-container a:hover {
		background: transparent;
		color: #272727;
	} 


		.fb-page-container a img { 
			width: 30px;
			height: 30px;
			margin-right: 10px;
		}


@media screen and (max-width: 600px) {
	.fb-page-container {
		flex-direction: column;
	}

	.fb-page-container a {
		margin-left: auto;
		margin-right: auto;
	}
	.fb-page-container p {
		padding: 10px;
		text-align: center;
		width: 100%;
	}

}


@media screen and (max-width: 1024px) {


  .theArticleMainPart .pr-article-block {
    display: block;
  }
  
    .theArticleMainPart .pr-article-block .article-text {
	    text-align: left;
	  }
	  
	  .theArticleMainPart .post-block-promo .article-item h2 {
	    font-size: 18px;
	  }
}



.flipPicBox
{
	background-color: #f0f0f0;
	margin-bottom: 25px;
	padding: 15px 20px 20px;
	position: relative;
	width: 100%;
}
	.flipPicBoxTitle
	{

		font-size: 22px;
		margin-bottom: 5px;
	}
	.flipPicCard
	{
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: 100%;
	}
		.flipPic
		{
			-webkit-perspective: 2000;
			-moz-perspective: 2000;
			-ms-perspective: 2000;
			perspective: 2000;

			-moz-transform: perspective(2000px);
			-ms-transform: perspective(2000px);
			-o-transform: perspective(2000px);
			-webkit-transform: perspective(2000px);
			transform: perspective(2000px);

			-moz-transform-style: preserve-3d;
			-ms-transform-style: preserve-3d;
			-o-transform-style: preserve-3d;
			-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
		}
			.flipPicFlipper
			{
				-webkit-transition: 0.6s;
				-webkit-transform-style: preserve-3d;
				-ms-transition: 0.6s;

				-moz-transition: 0.6s;
				-moz-transform: perspective(2000px);
				-moz-transform-style: preserve-3d;
				-ms-transform-style: preserve-3d;

				transition: 0.6s;
				transform-style: preserve-3d;

				position: relative;
			}
				.flipPicFront, .flipPicBack
				{
					background-color: #f0f0f0;
					border: 1px solid #afafaf;
					
					cursor: pointer;
					height: 100%;
					width: 100%;

					-webkit-backface-visibility: hidden;
					-moz-backface-visibility: hidden;
					-ms-backface-visibility: hidden;
					backface-visibility: hidden;

					-webkit-transition: 0.6s;
					-webkit-transform-style: preserve-3d;
					-webkit-transform: rotateY(0deg);

					-moz-transition: 0.6s;
					-moz-transform-style: preserve-3d;
					-moz-transform: rotateY(0deg);

					-o-transition: 0.6s;
					-o-transform-style: preserve-3d;
					-o-transform: rotateY(0deg);

					-ms-transition: 0.6s;
					-ms-transform-style: preserve-3d;
					-ms-transform: rotateY(0deg);

					transition: 0.6s;
					transform-style: preserve-3d;
					transform: rotateY(0deg);

					position: absolute;
					top: 0;
					left: 0;
				}
					.flipPicFront
					{
						-moz-transform: rotateY(0deg);
						-ms-transform: rotateY(0deg);
						-o-transform: rotateY(0deg);
						-webkit-transform: rotateY(0deg);
						transform: rotateY(0deg);
						z-index: 2;
					}
						.flipPicFrontTask
						{
							background-color: rgba(240,240,240,.7);
							border: 1px solid #FFF;
							color: #25282a;
							font-size: 12px;
							height: auto;
							left: 50%;
							max-width: 140px;
							opacity: 1;
							overflow: hidden;
							padding: 10px;
							position: absolute;
							text-align: center;
							top: 50%;
							-moz-transform: translate(-50%,-50%);
							-ms-transform: translate(-50%,-50%);
							-o-transform: translate(-50%,-50%);
							-webkit-transform: translate(-50%,-50%);
							transform: translate(-50%,-50%);
							z-index: 5;
						}
							.flipPicFront:hover .flipPicFrontTask
							{
								opacity: 0;
							}
					.flipPicBack
					{
						-webkit-transform: rotateY(-180deg);
						-moz-transform: rotateY(-180deg);
						-o-transform: rotateY(-180deg);
						-ms-transform: rotateY(-180deg);
						transform: rotateY(-180deg);

						background-size: cover;
						background-repeat: no-repeat;
						color: #231F20;
						font-size: 12px;
						line-height: 1.2em;
						text-align: center;
					}

						.flipIt .flipPicBack
						{
							-webkit-transform: rotateY(0deg);
							-moz-transform: rotateY(0deg);
							-o-transform: rotateY(0deg);
							-ms-transform: rotateY(0deg);
							transform: rotateY(0deg);
						}
							.flipPicCaption
							{
								border-top: 1px solid #afafaf;
								color: #000;
								font-size: 14px;
								line-height: 1.4em;
								padding: 6px 10px;
								position: relative;
								text-align: right;
								width: 100%;
							}

						.flipIt .flipPicFront
						{
							-webkit-transform: rotateY(180deg);
							-moz-transform: rotateY(180deg);
							-o-transform: rotateY(180deg);
							transform: rotateY(180deg);
						}
			@media screen and (max-width: 639px)
			{
				.flipPicCaption
				{
					font-size: 12px;
				}
			}




.articleText
{
	line-height: 1.5em;
}
.articleMain-invisible
{
	height: 300px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}
	.articleMain-invisible.clicked
	{
		margin-bottom: 0;
		overflow: visible;
	}

	.articleMain-invisible::after
	{
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 25%, rgba(255,255,255,1) 90%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 25%,rgba(255,255,255,1) 90%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 25%,rgba(255,255,255,1) 90%);
		bottom: 0;
		content: '';
		height: 100%;
		left: 0;
		opacity: 1;
		position: absolute;
		-moz-transition: .3s all ease-in-out;
		-ms-transition: .3s all ease-in-out;
		-o-transition: .3s all ease-in-out;
		-webkit-transition: .3s all ease-in-out;
		transition: .3s all ease-in-out;
		width: 100%;
		z-index: 300;
	}
		.articleMain-invisible.clicked::after
		{
			opacity: 0;
			pointer-events: none;
		}

	.articleMain-showOnClick
	{
		bottom: 40px;
		cursor: pointer;
		left: 50%;
		position: absolute;
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100%;
		z-index: 350;
	}
		.articleMain-showOnClick-arrow
		{
			background-color: #FFF;
			border-radius: 100%;
			bottom: 60px;
			box-shadow: 0 0 20px rgba(0,0,0,.6);
			color: #000;
			font-size: 30px;
			height: 44px;
			left: 50%;
			padding: 3px 0 0;
			position: absolute;
			text-align: center;
			-moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			-o-transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
			width: 44px;
		}
			.articleMain-showOnClick-arrow.animate
			{
				-moz-animation: showArrowAnim 2s infinite;
				-ms-animation: showArrowAnim 2s infinite;
				-webkit-animation: showArrowAnim 2s infinite;
				animation: showArrowAnim 2s infinite;
			}
				@-moz-keyframes showArrowAnim
				{
					0%, 100% { bottom: 60px; }
					50% { bottom: 70px; }
				}
				@-ms-keyframes showArrowAnim
				{
					0%, 100% { bottom: 60px; }
					50% { bottom: 70px; }
				}
				@-webkit-keyframes showArrowAnim
				{
					0%, 100% { bottom: 60px; }
					50% { bottom: 70px; }
				}
				@keyframes showArrowAnim
				{
					0%, 100% { bottom: 60px; }
					50% { bottom: 70px; }
				}

				.articleMain-showOnClick-arrow .fa
				{
					line-height: 12px;
					left: 50%;
					position: absolute;
					top: 50%;
					-moz-transform: translate(-50%, -50%);
					-ms-transform: translate(-50%, -50%);
					-o-transform: translate(-50%, -50%);
					-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
				}
		.articleMain-showOnClick-button
		{
			background-color: #000;
			border-radius: 2em;
			box-shadow: 0 0 20px rgba(0,0,0,.6);
			color: #FFF;
			display: block;
			font-size: 12px;
			font-weight: 700;
			margin: 0 auto;
			max-width: 230px;
			padding: 10px 20px;
			position: relative;
			text-align: center;
			text-transform: uppercase;
			width: 90%;
			z-index: 10;

		}

		@-webkit-keyframes tdShrinkInBounce
		{
		  0% {
			opacity: 0;
			-webkit-transform: translateX(-50%) scale(1.2);
					transform: translateX(-50%) scale(1.2);
			-webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
					animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
		  }
		  70% {
			-webkit-transform: translateX(-50%) scale(0.95);
					transform: translateX(-50%) scale(0.95);
			-webkit-animation-timing-function: ease;
					animation-timing-function: ease;
		  }
		  100% {
			opacity: 1;
			-webkit-transform: translateX(-50%) scale(1);
					transform: translateX(-50%) scale(1);
		  }
		}
		@keyframes tdShrinkInBounce
		{
		  0% {
			opacity: 0;
			-webkit-transform: translateX(-50%) scale(1.2);
					transform: translateX(-50%) scale(1.2);
			-webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
					animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
		  }
		  70% {
			-webkit-transform: translateX(-50%) scale(0.95);
					transform: translateX(-50%) scale(0.95);
			-webkit-animation-timing-function: ease;
					animation-timing-function: ease;
		  }
		  100% {
			opacity: 1;
			-webkit-transform: translateX(-50%) scale(1);
					transform: translateX(-50%) scale(1);
		  }
		}

		.shrinkInBounce
		{
			-webkit-animation-name: tdShrinkInBounce;
			animation-name: tdShrinkInBounce;
		}

		.animated
		{
			-webkit-animation-duration: 0.3s;
			animation-duration: 0.3s;
			-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
		}

.widget-summitplayer
{
	margin: 35px 0;
	z-index: 2;
}


.letsPlayGif
{
    clear: both;
    margin: 0 auto 25px;
	text-align: center;
}
	.letsPlayGif img {
		display: block;
		height: auto;
		margin: 0 auto;
		max-width: 100%;
		width: auto;
	}
	.letsPlayGif figure
	{
		display: inline-block;
		max-width: 100%;
		position: relative;
		width: auto;
	}
	.letsPlayGif figure.resize,
	.letsPlayGif figure.resize img {
		width: 400px;
	}

		.letsPlayGif figure::before, .letsPlayGif figure::after {
			font-family: 'Montserrat', sans-serif;
			font-size: 10px;
			position: absolute;
		}
			.letsPlayGif figure::before {
				background-color: rgba(204, 209, 217, 0.3);
				border: 3px solid rgba(255, 255, 255, 0.7);
				border-radius: 100px;
				color: #f5f7fa;
				content: "\f04b";
				cursor: pointer;
				display: block;
				font-family: "FontAwesome" !important;
				font-size: 50px;
				height: 100px;
				left: 50%;
				line-height: 1em;
				margin: 0 auto;
				padding: 23px 0 0 13px;
				text-align: center;
				top: 50%;
				-moz-transform: translate(-50%, -50%);
				-ms-transform: translate(-50%, -50%);
				-o-transform: translate(-50%, -50%);
				-webkit-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
				width: 100px;
			}
			.letsPlayGif figure::after {
				background-color: rgba(255, 46, 135, 0.5);
				border-radius: 3px;
				color: #fff;
				content: "gif";
				display: inline-block;
				font-size: 15px;
				left: 15px;
				padding: 0;
				position: absolute;
				text-align: center;
				text-transform: uppercase;
				top: 15px;
				width: 50px;
			}

.letsPlayGif figure.load::before {
    content: "...";
    padding-top: 3.5%;
    padding-left: 0px;
}
.letsPlayGif figure.load::after {
    background-color: rgba(255, 100, 0, .6);
    color: #fff;
}

.letsPlayGif figure.play::before {
    display: none;
}
.letsPlayGif figure.play::after {
    background-color: #8cc152;
    color: #fff;
}
@media screen and (max-width: 768px) {
	.letsPlayGif figure::before {
	    font-size: 30px;
	    height: 60px;
	    padding: 14px 0 0 7px;
	    width: 60px;
	}
}






.productInArticleBox
{
	background-color: #FFF;
	border: 0;
	
	
	margin: 0 auto 25px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.productInArticleBox.productInArticleBoxInvisible {
	opacity: 0;
	visibility: hidden;
}

	.productInArticleHolder,
	.productInArticleItemPic,
	.productInArticleItemText
	{
		float: left;
		position: relative;
		width: 110px;
	}

	.productInArticleHolder
	{
		float: left;
	}

	.productInArticleBoxLogo
	{
		float: right;
		
		text-align: right;
		right: 20px;
		position: absolute;
		bottom: 20px;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 110px;
	}
		.productInArticleBoxLogo svg {  }

		.productInArticleBoxLogo img
		{
			max-width: 100%;
		}



	.productInArticleNewPrice
	{
		float: right;
		height: 135px;
		width: 135px;
		text-align: right;
		right: 0px;
		position: absolute;
		top: 10px;

	}

	.productInArticleHolder
	{
		height: auto;
		
		padding: 0px;
		width: 100%;
	}
		.productInArticleItem
		{
			position: relative;
			width: 100%;
			border: 1px solid #22E8F4;
		}
			.productInArticleItemPic,
			.productInArticleItemText
			{
				width: 50%;
			}

			.productInArticleItemText {
				left: 220px;
    		
				
				right: 60px !important;
				z-index: 1;
			}

			.productInArticleItemPic
			{
				height: 220px;
				width: 220px;
				position: relative;
				z-index: 0;
				
				padding: 0 20px;
			}


				

				.productInArticleItemPic img
				{
					margin: 0 !important;
					max-width: 200px;
					position: relative;
					z-index: 1;
					clip-path: circle(140px at center);
					width: 200px !important;
					height: calc( 100% - 20px);
					object-fit: contain;
					top: 10px;
					left: -10px;
					bottom: 10px;
				}

				.productInArticleItemText
				{
					padding: 0 0 0 20px;
					position: absolute;
					right: 0;
					text-align: center;
					top: 50%;
					-moz-transform: translateY(-50%);
					-ms-transform: translateY(-50%);
					-o-transform: translateY(-50%);
					-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
				}
				a.productInArticleBrand,
				a.productInArticleName,
				p.productInArticleOldPrice,
				p.productInArticleNewPrice,
				p.productInArticlePrice
				{
					font-size: 18px;
					line-height: 20px;
					margin: 0 0 5px;
					font-family: 'Montserrat', sans-serif;
				}

				p.productInArticleOldPrice a,
				p.productInArticleNewPrice a,
				p.productInArticlePrice a {
					text-decoration: none !important;
				}


					a.productInArticleBrand,
					a.productInArticleName
					{
						color: #000;
						text-decoration: none !important;
					}
					a.productInArticleName
					{
						
						font-family: 'Playfair Display', sans-serif;
						font-weight: 700;
						font-size: 20px;
						line-height: 27px;
						margin-bottom: 10px;
						margin-top: 5px;
						display: block;
					}
					p.productInArticleOldPrice a
					{
						position: relative;
						text-decoration: line-through !important;
						font-weight: bold;
						font-size: 16px;
						line-height: 19px;
						color: #C4C4C4;
					}

					p.productInArticleSalesPrice
					{
						margin-bottom: 0 !important;
					}

					p.productInArticleSalesPrice a
					{
						color: #db0030;
						font-family: 'Montserrat', sans-serif;
						font-weight: 700;
						font-size: 22px;
						line-height: 28px;
					}

					p.productInArticleNewPrice a {
						text-decoration: none !important;
					}

					.productInArticleItemText a.productInArticleButton
					{
						
    				background-color: #db0030;
						color: #fff;
						display: block;
						font-weight: bold;
						font-family: 'Montserrat', sans-serif;
						font-size: 12px;
						line-height: 16px;
						margin: 15px auto 1px auto;
						padding: 10px 15px;
						text-align: center;
						text-decoration: none !important;
						text-transform: uppercase;
						width: 140px;
						border-radius: 20px;
					}
						.productInArticleItemText a.productInArticleButton:hover
						{
							background-color: #000;
							color: #FFF;
							text-decoration: none;
						}
				.productInArticleItemPic img
				{
					display: block;
					margin: 0 auto;
					max-height: 100%;
					position: relative;
					top: 50%;
					-moz-transform: translateY(-50%);
					-ms-transform: translateY(-50%);
					-o-transform: translateY(-50%);
					-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
					width: auto !important;
				}
				.productInArticleItemPic a
				{
					height: 100%;
					left: 0;
					position: absolute;
					top: 0;
					width: 100%;
					z-index: 5;
				}
		.productInArticleMoreThanOne .arrowLeft { top: 65%; left: -20px; }
		.productInArticleMoreThanOne .arrowRight { top: 65%; right: -20px; }


	

	.owl-item {

	}

	.owl-item .productInArticleItemPic::before
	{
		background-color: #000;
		content: ' ';
		z-index: 0;
		margin: auto;
		position: absolute;
		bottom: -30px;
		top: auto;
		left: 0px;
		right: 0px;
		width: 150px;
		height: 1px;
		z-index: 1;
		
		
		

	}

	.productInArticleMoreThanOne {
		box-shadow: none;
		margin-left: -20px;
		margin-right: -20px;
		width: calc(100% + 40px);
	}

	.productInArticleHolder.owl-carousel {
		margin-right: 10px;
		height: auto;
	}

	.productInArticleHolder.owl-carousel .owl-stage-outer {
		
		
		height: 560px;
	}

	.productInArticleHolder.owl-carousel .owl-stage {
		padding: 20px 0;
	}

	.productInArticleHolder.owl-carousel .productInArticleItem {
		height: 520px;
		
		overflow: hidden;
		margin: 10px;
		
		width: auto;
		
	}

	.productInArticleHolder.owl-carousel .productInArticleNewPrice {
		height: 85px;
		width: 85px;
	}

	.productInArticleHolder.owl-carousel .productInArticleItemPic {
		width: 100%;
	}

	

	.productInArticleHolder.owl-carousel .productInArticleItemText {
		top: 360px;
		left: 0;
		width: 100%;
		right: auto !important;
		padding: 0 5px;
	}

	.productInArticleHolder.owl-carousel .productInArticleBoxLogo {
		float: none;
		margin: 40px auto 0 auto;
		padding: 0;
		right: 0;
		left: 0;
		width: 90px;
		position: absolute;
	}

	.productInArticleHolder.owl-carousel .productInArticleItemPic img {
		width: 160px !important;
		left: 0;
		right: 0;
		margin: auto !important;
	}

	

	.productInArticleHolder.owl-carousel .productInArticleItemPic::after  {
		top: -30px;
		left: -40px;
	}



	@media screen and (min-width: 639px) and (max-width: 992px)
	{



		.productInArticleHolder.owl-carousel .productInArticleItemPic::after {
			width: 450px;
			height: 310px;
			top: -40px;
		}

		

		.productInArticleHolder.owl-carousel .productInArticleItemPic img {
			left: 0;
			right: 0;
			margin: auto !important;
		}

		.owl-item .productInArticleItemPic::before
		{
			top: -40px;
			left: 0px;
		}

	}


	@media screen and (max-width: 639px)
	{


		.productInArticleItemText {
			left: auto !important;
    	right: auto !important;
		}

		.productInArticleHolder.owl-carousel .productInArticleItem {
			width: calc(100% - 10px);
			margin: 10px auto;
			display: flex;
			flex-direction: column;
			
		}

		.productInArticleHolder.owl-carousel .productInArticleItemText {
			top: 0;
		}

		.productInArticleHolder.owl-carousel a.productInArticleBrand,
		.productInArticleHolder.owl-carousel a.productInArticleName,
		.productInArticleHolder.owl-carousel p.productInArticleOldPrice,
		.productInArticleHolder.owl-carousel p.productInArticlePrice {
			font-size: 14px;
		}

		.productInArticleHolder.owl-carousel p.productInArticlePrice a {
			font-size: 18px;
		}


		.productInArticleHolder.owl-carousel .productInArticleBoxLogo {
			
		}

		


			.productInArticleHolder.owl-carousel .productInArticleItemPic img {
				height: 200px;
			}

		.productInArticleHolder.owl-carousel .owl-item .productInArticleItemPic::before {
			top: 200px;
		}

		.productInArticleHolder.owl-carousel .productInArticleItemPic::after {
			top: -140px;
			left: -100px;
		}


		.productInArticleMoreThanOne {
			
			max-width: none !important;

		}



		.productInArticleBox
		{
			max-width: 320px;
		}
			.productInArticleBoxLogo, .productInArticleHolder,
			.productInArticleItemPic, .productInArticleItemText
			{
				float: none;
			}
				.productInArticleBoxLogo
				{
					left: auto;
					margin: 0 auto 10px;
					position: relative;
					top: auto;
					-moz-transform: none;
					-ms-transform: none;
					-o-transform: none;
					-webkit-transform: none;
					transform: none;
				}
				.productInArticleHolder,
				.productInArticleItemPic, .productInArticleItemText
				{
					padding: 0;
    				width: 100%;
				}
					.productInArticleHolder,
					.productInArticleItemPic
					{
						height: auto;
						margin-left: auto;
						margin-right: auto;
					}
					.productInArticleItemPic
					{
						margin-bottom: 20px;
					}
					.productInArticleItemText,
					.productInArticleItemPic img
					{
						position: relative;
						right: auto;
						top: auto;
						-moz-transform: none;
						-ms-transform: none;
						-o-transform: none;
						-webkit-transform: none;
						transform: none;
					}

					.productInArticleItemText {
						left: auto !important;
						right: auto !important;
					}

					.productInArticleItemPic {
						padding-bottom: 70px;
						background-image:none;
						display: flex;
    				justify-content: center;
					}

					

					.productInArticleItemPic::after
					{
						top: -80px;
						left: -40px;
						bottom: 0;
						width: 400px;
						height: 300px;
					}


					.productInArticleItemPic img
					{
						left: auto;
						height: 200px;
						clip-path: none;
						top: 10px;
					}

					.productInArticleNewPrice {
						width: 100px;
						height: 100px;
					}
	}

.productInArticleTextbox {
	display: none;
	margin: 30px 0;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
}

.productInArticleTextbox.open {
	display: block;
}

.productInArticleTextboxItem {
	margin: 30px 0 0;
}
.productInArticleTextboxItem:first-child {
	margin: 0;
}

.productInArticleTextboxItem .textbox-link {
	display: block;
	text-decoration: none;
}

.productInArticleTextboxItem .brand {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.productInArticleTextboxItem .name {
	display: inline-block;
	margin: 0 0 8px;
	color: #22E8F4;
	font-family: 'Playfair Display', 'Times New Roman', serif;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid #22E8F4;
}


.productInArticleTextboxItem .price {
	display: inline-block;
	color: #000;
	font-size: 20px;
	font-weight: 400;
}

.productInArticleTextboxItem .price.sales {
	color: #22E8F4;
}

.productInArticleTextboxItem .price.old {
	margin: 0 0 0 20px;
	font-size: 15px;
	text-decoration: line-through;
}








.doubleTextBox
{
	display: block;
	width: 100%;
}
	.doubleTextBox .leftTextBox
	{
		float: left;
		width: 50%;
		padding-right: 12px;
	}
	.doubleTextBox .rightTextBox
	{
		float: right;
		width: 50%;
		padding-left: 12px;
	}

	@media (max-width: 640px)
	{
    .rightTextBox{
        float:none !important;
        width:100% !important;
		padding-left: 0px !important;
    	}
	}
	@media (max-width: 640px)
	{
    .leftTextBox{
        float:none !important;
        width:100% !important;
        padding-right: 0px !important;
    	}
	}



.breadCrumbs
{
	line-height: 1em;
}
	.breadCrumbs a
	{
	  font-weight: 900;
		font-size: 10px;
		margin-right: 5px;
		padding-right: 10px;
		position: relative;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
		.breadCrumbs a::after
		{
			background-color: #000;
			content: "";
			display: block;
			height: 100%;
			position: absolute;
			right: 0;
			top: 0;
			width: 1px;
		}
		.breadCrumbs a:last-of-type
		{
			font-family: 'Montserrat', sans-serif;
			font-weight: 700;
			margin-right: 0;
			padding-right: 0;
		}
			.breadCrumbs a:last-of-type::after
			{
				display: none;
			}

h1.theArticleTitle
{
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	line-height: 55px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 10px;
}

.article-tags { margin: 50px 0 50px 0; }
	.article-tag
	{
		color: #F2F2F2;
		display: inline-block;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		margin: 0 5px;
		padding: 10px;
		position: relative;
		text-transform: uppercase;

    background: #272727;
    font-weight: 900;
		font-size: 10px;
		line-height: 13px;
		letter-spacing: 2px;
	}

.article-hero
{
	margin-bottom: 35px;
	position: relative;
}
	.article-hero .article-source
	{
		bottom: -15px;
		color: rgba(0,0,0,.5);
		font-family: 'Montserrat', sans-serif;
		font-size: 11px;
		margin: 0;
		position: absolute;
		right: 0;
	}

.picSource
{
	font-size: 10px;
	line-height: 1em;
	margin-top: 5px;
}

.lead
{
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 10px;
}

#article-social-tools
{
	float: left;
	margin-right: 24px;
	position: relative;
	width: 75px;
}
	#stickInArticle
	{
		height: 190px;
		width: 75px;
	}
		.shareArticle
		{
			background-color: #FFF;
			border-radius: 100%;
			color: rgba(0, 0, 0, .50);
			cursor: pointer;
			font-size: 24px;
			height: 30px;
			line-height: 1em;
			margin: 0 auto 5px;
			overflow: hidden;
			padding: 7px 0 0;
			position: relative;
			text-align: center;
			width: 30px;
		}
			.shareArticle:hover
			{
				color: rgba(0, 0, 0, 1);
			}
				.shareArticleText
				{
					display: none;
				}

				.shareArticle.gp > i
				{
					font-size: 20px;
					position: relative;
					top: -2px;
				}

		.article-clap
		{
			color: #868686;
			cursor: pointer;
			font-family: 'Montserrat', sans-serif;
			font-size: 14px;
			margin-bottom: 20px;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			-o-user-select: none;
			user-select: none;
			text-align: center;
		}
			.article-clap-button
			{
				color: rgba(34, 232, 244, 1);
				cursor: pointer;
				font-size: 30px;
				height: 30px;
				line-height: 1em;
				margin: 0 auto 5px;
				position: relative;
				width: 50px;
			}
				.article-clap-button:hover
				{
					color: rgba(34, 232, 244, 0.5);
				}
				.article-clap-button .fa
				{
					left: 50%;
					position: absolute;
					top: 50%;
					-moz-transform: translate(-50%, -50%) scale(1);
					-ms-transform: translate(-50%, -50%) scale(1);
					-o-transform: translate(-50%, -50%) scale(1);
					-webkit-transform: translate(-50%, -50%) scale(1);
					transform: translate(-50%, -50%) scale(1);
				}

				.article-rate-confetti
				{
					background-color: #FFF;
					border: 0px solid rgba(255, 41, 80 ,1);
					border-radius: 100%;
					height: 0;
					left: 50%;
					position: absolute;
					top: 50%;
					-moz-transform: translate(-50%, -50%);
					-ms-transform: translate(-50%, -50%);
					-o-transform: translate(-50%, -50%);
					-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
					width: 0;
				}

				.article-clap.clicked .article-clap-button .fa
				{
					-moz-animation: heartMove .5s forwards;
					-ms-animation: heartMove .5s forwards;
					-o-animation: heartMove .5s forwards;
					-webkit-animation: heartMove .5s forwards;
					animation: heartMove .5s forwards;
					color: rgba(255, 41, 80 ,1);
					opacity: 1;
					-moz-transform: translate(-50%, -50%) scale(1);
					-ms-transform: translate(-50%, -50%) scale(1);
					-o-transform: translate(-50%, -50%) scale(1);
					-webkit-transform: translate(-50%, -50%) scale(1);
					transform: translate(-50%, -50%) scale(1);
				}
				@-webkit-keyframes heartMove
				{
					0%, 49%
					{
						opacity: 1;
						-moz-transform: translate(-50%, -50%) scale(1);
						-ms-transform: translate(-50%, -50%) scale(1);
						-o-transform: translate(-50%, -50%) scale(1);
						-webkit-transform: translate(-50%, -50%) scale(1);
						transform: translate(-50%, -50%) scale(1);
						z-index: 1;
					}
					50%
					{
						opacity: 0;
						-moz-transform: translate(-50%, -50%) scale(0);
						-ms-transform: translate(-50%, -50%) scale(0);
						-o-transform: translate(-50%, -50%) scale(0);
						-webkit-transform: translate(-50%, -50%) scale(0);
						transform: translate(-50%, -50%) scale(0);
						z-index: 1;
					}
					75%
					{
						opacity: 0;
						-moz-transform: translate(-50%, -50%) scale(0);
						-ms-transform: translate(-50%, -50%) scale(0);
						-o-transform: translate(-50%, -50%) scale(0);
						-webkit-transform: translate(-50%, -50%) scale(0);
						transform: translate(-50%, -50%) scale(0);
						z-index: 3;
					}
					100%
					{
						opacity: 1;
						-moz-transform: translate(-50%, -50%) scale(1);
						-ms-transform: translate(-50%, -50%) scale(1);
						-o-transform: translate(-50%, -50%) scale(1);
						-webkit-transform: translate(-50%, -50%) scale(1);
						transform: translate(-50%, -50%) scale(1);
						z-index: 3;
					}
				}
				@-moz-keyframes heartMove
				{
					0%, 49%
					{
						opacity: 1;
						-moz-transform: translate(-50%, -50%) scale(1);
						-ms-transform: translate(-50%, -50%) scale(1);
						-o-transform: translate(-50%, -50%) scale(1);
						-webkit-transform: translate(-50%, -50%) scale(1);
						transform: translate(-50%, -50%) scale(1);
						z-index: 1;
					}
					50%
					{
						opacity: 0;
						-moz-transform: translate(-50%, -50%) scale(0);
						-ms-transform: translate(-50%, -50%) scale(0);
						-o-transform: translate(-50%, -50%) scale(0);
						-webkit-transform: translate(-50%, -50%) scale(0);
						transform: translate(-50%, -50%) scale(0);
						z-index: 1;
					}
					75%
					{
						opacity: 0;
						-moz-transform: translate(-50%, -50%) scale(0);
						-ms-transform: translate(-50%, -50%) scale(0);
						-o-transform: translate(-50%, -50%) scale(0);
						-webkit-transform: translate(-50%, -50%) scale(0);
						transform: translate(-50%, -50%) scale(0);
						z-index: 3;
					}
					100%
					{
						opacity: 1;
						-moz-transform: translate(-50%, -50%) scale(1);
						-ms-transform: translate(-50%, -50%) scale(1);
						-o-transform: translate(-50%, -50%) scale(1);
						-webkit-transform: translate(-50%, -50%) scale(1);
						transform: translate(-50%, -50%) scale(1);
						z-index: 3;
					}
				}
				@-ms-keyframes heartMove
				{
					0%, 49%
					{
						opacity: 1;
						-moz-transform: translate(-50%, -50%) scale(1);
						-ms-transform: translate(-50%, -50%) scale(1);
						-o-transform: translate(-50%, -50%) scale(1);
						-webkit-transform: translate(-50%, -50%) scale(1);
						transform: translate(-50%, -50%) scale(1);
						z-index: 1;
					}
					50%
					{
						opacity: 0;
						-moz-transform: translate(-50%, -50%) scale(0);
						-ms-transform: translate(-50%, -50%) scale(0);
						-o-transform: translate(-50%, -50%) scale(0);
						-webkit-transform: translate(-50%, -50%) scale(0);
						transform: translate(-50%, -50%) scale(0);
						z-index: 1;
					}
					75%
					{
						opacity: 0;
						-moz-transform: translate(-50%, -50%) scale(0);
						-ms-transform: translate(-50%, -50%) scale(0);
						-o-transform: translate(-50%, -50%) scale(0);
						-webkit-transform: translate(-50%, -50%) scale(0);
						transform: translate(-50%, -50%) scale(0);
						z-index: 3;
					}
					100%
					{
						opacity: 1;
						-moz-transform: translate(-50%, -50%) scale(1);
						-ms-transform: translate(-50%, -50%) scale(1);
						-o-transform: translate(-50%, -50%) scale(1);
						-webkit-transform: translate(-50%, -50%) scale(1);
						transform: translate(-50%, -50%) scale(1);
						z-index: 3;
					}
				}
				@-o-keyframes heartMove
				{
					0%, 49%
					{
						opacity: 1;
						-moz-transform: translate(-50%, -50%) scale(1);
						-ms-transform: translate(-50%, -50%) scale(1);
						-o-transform: translate(-50%, -50%) scale(1);
						-webkit-transform: translate(-50%, -50%) scale(1);
						transform: translate(-50%, -50%) scale(1);
						z-index: 1;
					}
					50%
					{
						opacity: 0;
						-moz-transform: translate(-50%, -50%) scale(0);
						-ms-transform: translate(-50%, -50%) scale(0);
						-o-transform: translate(-50%, -50%) scale(0);
						-webkit-transform: translate(-50%, -50%) scale(0);
						transform: translate(-50%, -50%) scale(0);
						z-index: 1;
					}
					75%
					{
						opacity: 0;
						-moz-transform: translate(-50%, -50%) scale(0);
						-ms-transform: translate(-50%, -50%) scale(0);
						-o-transform: translate(-50%, -50%) scale(0);
						-webkit-transform: translate(-50%, -50%) scale(0);
						transform: translate(-50%, -50%) scale(0);
						z-index: 3;
					}
					100%
					{
						opacity: 1;
						-moz-transform: translate(-50%, -50%) scale(1);
						-ms-transform: translate(-50%, -50%) scale(1);
						-o-transform: translate(-50%, -50%) scale(1);
						-webkit-transform: translate(-50%, -50%) scale(1);
						transform: translate(-50%, -50%) scale(1);
						z-index: 3;
					}
				}
				@keyframes heartMove
				{
					0%, 49%
					{
						opacity: 1;
						-moz-transform: translate(-50%, -50%) scale(1);
						-ms-transform: translate(-50%, -50%) scale(1);
						-o-transform: translate(-50%, -50%) scale(1);
						-webkit-transform: translate(-50%, -50%) scale(1);
						transform: translate(-50%, -50%) scale(1);
						z-index: 1;
					}
					50%
					{
						opacity: 0;
						-moz-transform: translate(-50%, -50%) scale(0);
						-ms-transform: translate(-50%, -50%) scale(0);
						-o-transform: translate(-50%, -50%) scale(0);
						-webkit-transform: translate(-50%, -50%) scale(0);
						transform: translate(-50%, -50%) scale(0);
						z-index: 1;
					}
					75%
					{
						opacity: 0;
						-moz-transform: translate(-50%, -50%) scale(0);
						-ms-transform: translate(-50%, -50%) scale(0);
						-o-transform: translate(-50%, -50%) scale(0);
						-webkit-transform: translate(-50%, -50%) scale(0);
						transform: translate(-50%, -50%) scale(0);
						z-index: 3;
					}
					100%
					{
						opacity: 1;
						-moz-transform: translate(-50%, -50%) scale(1);
						-ms-transform: translate(-50%, -50%) scale(1);
						-o-transform: translate(-50%, -50%) scale(1);
						-webkit-transform: translate(-50%, -50%) scale(1);
						transform: translate(-50%, -50%) scale(1);
						z-index: 3;
					}
				}
				.article-clap.clicked .article-rate-confetti
				{
					-moz-animation: heartAnim .5s forwards;
					-ms-animation: heartAnim .5s forwards;
					-o-animation: heartAnim .5s forwards;
					-webkit-animation: heartAnim .5s forwards;
					animation: heartAnim .5s forwards;

				}
				@-moz-keyframes heartAnim
				{
					0%
					{
						border: 0px solid rgba(255, 41, 80 ,1);
						height: 0;
						opacity: 1;
						width: 0;
						z-index: 2;
					}
					50%
					{
						border: 20px solid rgba(255, 41, 80 ,1);
						height: 40px;
						opacity: 1;
						width: 40px;
						z-index: 2px;
					}
					100%
					{
						border: 0px solid rgba(255, 41, 80 ,1);
						height: 40px;
						opacity: 1;
						width: 40px;
						z-index: 2;
					}
				}
				@-ms-keyframes heartAnim
				{
					0%
					{
						border: 0px solid rgba(255, 41, 80 ,1);
						height: 0;
						opacity: 1;
						width: 0;
						z-index: 2;
					}
					50%
					{
						border: 20px solid rgba(255, 41, 80 ,1);
						height: 40px;
						opacity: 1;
						width: 40px;
						z-index: 2px;
					}
					100%
					{
						border: 0px solid rgba(255, 41, 80 ,1);
						height: 40px;
						opacity: 1;
						width: 40px;
						z-index: 2;
					}
				}
				@-o-keyframes heartAnim
				{
					0%
					{
						border: 0px solid rgba(255, 41, 80 ,1);
						height: 0;
						opacity: 1;
						width: 0;
						z-index: 2;
					}
					50%
					{
						border: 20px solid rgba(255, 41, 80 ,1);
						height: 40px;
						opacity: 1;
						width: 40px;
						z-index: 2px;
					}
					100%
					{
						border: 0px solid rgba(255, 41, 80 ,1);
						height: 40px;
						opacity: 1;
						width: 40px;
						z-index: 2;
					}
				}
				@-webkit-keyframes heartAnim
				{
					0%
					{
						border: 0px solid rgba(255, 41, 80 ,1);
						height: 0;
						opacity: 1;
						width: 0;
						z-index: 2;
					}
					50%
					{
						border: 20px solid rgba(255, 41, 80 ,1);
						height: 40px;
						opacity: 1;
						width: 40px;
						z-index: 2px;
					}
					100%
					{
						border: 0px solid rgba(255, 41, 80 ,1);
						height: 40px;
						opacity: 1;
						width: 40px;
						z-index: 2;
					}
				}
				@keyframes heartAnim
				{
					0%
					{
						border: 0px solid rgba(255, 41, 80 ,1);
						height: 0;
						opacity: 1;
						width: 0;
						z-index: 2;
					}
					50%
					{
						border: 20px solid rgba(255, 41, 80 ,1);
						height: 40px;
						opacity: 1;
						width: 40px;
						z-index: 2px;
					}
					100%
					{
						border: 0px solid rgba(255, 41, 80 ,1);
						height: 40px;
						opacity: 1;
						width: 40px;
						z-index: 2;
					}
				}

.theArticleMainPart
{
	float: right;
	position: relative;
	width: calc(100% - 99px);
}
	.currentArticleAuthor
	{
		font-size: 10px;
		margin-bottom: 10px;
		text-transform: uppercase;
	}
		.currentArticleAuthor span
		{
			
		}

	.article-author-info
	{
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		margin-bottom: 25px;
		display: flex;
		align-items: center;
	}
	  
		.author-pic {
		   background-position: center;
		   background-repeat: no-repeat;
		   background-size: contain;
		   border-radius: 100%;
		   display: inline-block;
		   height: 50px;
		   overflow: hidden;
		   vertical-align: middle;
		   width: 50px;
		   margin-right: 10px;
		 }
	
		.article-author-info p { margin: 0; }

	.articleContent p
	{
		color: #25282a;
		font-size: 16px;
		line-height: 1.6em;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
	}

	.picInTheArticleHolder
	{
		margin: 5px auto 20px;
	}
		.picInTheArticle, .embedTwitter
		{
			display: inline-block;
			left: 50%;
			margin-bottom: 25px;
			max-width: 100%;
			position: relative;
			-moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			-o-transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
		}

		.embedInstagram
		{
			margin-bottom: 35px;
		}

			.picInTheArticle img
			{
				height: auto;
				max-width: 100%;
				width: auto;
			}

	.picInTheArticleExplain
	{
		color: rgba(0,0,0,.80);
		font-size: 13px;
		line-height: 1.4em;
		padding: 5px 0 0 0;
	}
		.picInTheArticleExplain:empty, .picSource:empty
		{
			display: none;
		}
	.picSource
	{
		color: #959595;
		font-size: 10px;
		position: relative;
		right: 0;
		top: 3px;
		text-align: left
	}




	.theArticleQuotes
	{
		padding: 20px 20px 20px;
		position: relative;
	}
		.theArticleQuotes::before,
		.theArticleQuotes::after
		{
			background-color: rgba(0,0,0,.20);
		    box-shadow: 0 0 5px rgba(0,0,0,.10);
			content: "";
			display: block;
			height: 1px;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}
			.theArticleQuotes::after
			{
				bottom: 0;
				top: auto;
			}
		.articleContent .theArticleQuotes p
		{
			color: #000;
			font-family: 'Playfair Display', serif;
			font-size: 30px;
			line-height: 1.1em;
			margin-bottom: 5px;
			position: relative;
		}
			.theArticleQuotes p::before
			{
				color: #DDD;
				content: '”';
				font-family: 'Playfair Display', serif;
				font-size: 300px;
				left: -25px;
				line-height: 0;
				position: absolute;
				top: 110px;
				z-index: -1;
			}
		.theArticleQuotesPerson
		{
			color: #000;
			font-family: 'Montserrat', sans-serif;
			font-size: 12px;
		}

	.galleryInArticle a
	{
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 5;
	}
	.galleryClickInArticle
	{
		background-color: rgba(135, 173, 131, .75);
		color: #FFF;
		font-size: 24px;
		left: auto;
		margin: 0 0 40px;
		padding: 30px;
		position: absolute;
		right: -20px;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
		.galleryClickInArticle span
		{
			display: block;
			font-size: 14px;
		}

		.galleryInArticle:hover .galleryClickInArticle
		{
			background-color: rgba(135, 173, 131, 1.0);
		}

	.article-container ul,
	.article-container ol
	{
		list-style: none;
		padding-left: 20px;
	}
		.article-container ul li,
		.article-container ol li
		{
			font-size: 16px;
			margin-bottom: 10px;
			position: relative;
		}
			.article-container ul li:before
			{
				color: #000;
				content: '\f111';
				display: inline-block;
				float: left;
				font-family: "FontAwesome";
				font-size: 7px;
				margin-right: 10px;
				margin-top: 7px;
				position: relative;
			}
	.article-container ol
	{
		counter-reset: item;
	}
		.article-container ol li:before
		{
			color: #DB0030;
			content: counter(item) ".";
			counter-increment: item;
			font-size: 16px;
			margin-right: 10px;
		}

	.articleQuote
	{
		background-color: #FFF;
		box-shadow: 1px 1px 10px rgba(0,0,0,.20);
		color: #000;
		font-family: 'Montserrat', sans-serif;
		font-size: 16px;
		font-weight: 700;
		padding: 40px 20px 30px;
	}
		.articleQuote p
		{
			margin-bottom: 5px;
		}
			.articleQuote p::before
			{
				color: #b3b4b4;
				content: '"';
				font-family: 'Montserrat', sans-serif;
				font-size: 60px;
				font-weight: 700;
				left: 15px;
				position: absolute;
				top: 30px;
			}
		.articleQuotePerson
		{
			color: #000;
			font-family: 'Montserrat', sans-serif;
			font-size: 12px;
		}


	.pollHolder
	{
		background-color: #d1ded8;
		border-left: 3px solid #409ea6;
		padding: 40px;
	}
		.pollPart
		{

		}
			.pollQuestion
			{
				font-size: 22px;
				line-height: 1em;
				margin-bottom: 20px;
			}

			.pollAnswer, .pollResult
			{
				cursor: pointer;
				display: inline-block;
				font-size: 16px;
				margin-bottom: 10px;
			}
				.checkBox
				{
					float: left;
					margin-right: 10px;
					height: 20px;
					width: 20px;
					position: relative;
				}
					.checkIn, .checkOut
					{
						position: absolute;
						top: 0;
						left: 0;
					}
					.checkOut
					{
						z-index: 5;
					}
					.checkIn
					{
						display: none;
						z-index: 20;
					}

			.pollAnswers .pollAnswer:last-of-type, .pollResult:last-of-type
			{
				margin-bottom: 0;
			}

			.pollShare, .pollResults
			{
				display: none;
			}

			.pollResult
			{
				cursor: auto;
				margin-bottom: 20px;
			}
				.theNumber
				{
					font-size: 44px;
					position: absolute;
					width: 80px;
					line-height: 0.8em;
					bottom: 0;
				}
				.resultInfo
				{
					padding-left: 100px;
				}
					.percentHolder
					{
						display: block;
						width: 100%;
						border: #409ea6 1px solid;
						height: 30px;
						position: relative;
						margin-top: 5px;
					}
						.percentColor
						{
							background-color: #409ea6;
							height: 100%;
							position: absolute;
							left: 0;
							top: 0;
						}


			.pollShare
			{
				position: relative;
				width: 100%;
				height: 40px;
				margin-top: 40px;
				font-size: 16px;
				text-align: center;
				text-transform: uppercase;
			}
				.pollShare .pollShareTitle
				{
					float: left;
					line-height: 1em;
					max-width: 50%;
					padding-top: 0.6em;
				}
				.pollShareButton
				{
					position: relative;
					float: right;
					background-color: transparent;
					border: #409ea6 1px solid;
					color: #409ea6;
					font-size: 18px;
					padding: 8px 0 5px;
					width: 20%;
					margin-left: 11px;
					text-align: center;
					cursor: pointer;
					border-radius: 3px;
				}
					.pollShareButton:hover
					{
						background-color: #409ea6;
						color: #FFF;
					}

	
.articleEndOffer
{
	margin-bottom: 20px;
	padding-top: 20px;
	position: relative;
	width: 100%;
}
	.invisibleArticleEndOffer { display: none; }

	.articleEndOfferPic
	{
		background-position: center;
		background-size: cover;
		float: left;
		padding-top: 20%;
		position: relative;
		width: 30%;
	}
		.articleEndOfferPic a
		{
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}
	.articleEndOfferText
	{
		float: left;
		padding-left: 20px;
		position: relative;
		width: 70%;
	}
		.articleEndOfferText a { text-decoration: none !important; }
			.articleEndOfferText a:hover { text-decoration: underline !important; }
		.articleEndOfferText a.title
		{
			color: #25282a;
			display: block;
			font-family: 'Playfair Display', serif;
			font-size: 22px;
			line-height: 1.1em;
			margin-bottom: 10px;
		}
		.articleEndOffer a.articleCat
		{
			display: block;
			font-family: 'Montserrat', sans-serif;
			font-size: 12px;
			font-weight: 700;
			text-transform: uppercase;
			margin-bottom: 10px;
		}
		.articleEndOfferText p
		{
			font-size: 15px;
			line-height: 1.4em;
			margin: 0;
		    -webkit-box-orient: vertical;
			max-height: 40px;
			-webkit-line-clamp: 2;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			word-wrap: nowrap;
		}
		.articleEndOfferText .articleInfoM
		{
			color: #999;
			line-height: 1em;
		}

	@media screen and (max-width: 648px)
	{
		.articleEndOfferPic
		{
			padding-top: 23%;
			width: 35%;
		}

		.articleEndOfferText p { display: none; }

		h1.theArticleTitle { font-size: 40px; }

		.articleEndOfferText
		{
			position: absolute;
			right: 0;
			top: calc(50% + 10px);
			-moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			width: 65%;
		}
			.articleEndOfferText a.title
			{
				font-size: 17px;
				margin-bottom: 5px;
			}
	}

	@media screen and (max-width: 440px)
	{
		.articleEndOfferPic,
		.articleEndOfferText
		{
			float: none;
			width: 100%;
		}
		.articleEndOfferText
		{
			padding-left: 0;
			position: relative;
			right: auto;
			top: auto;
			-moz-transform: none;
			-ms-transform: none;
			-o-transform: none;
			-webkit-transform: none;
			transform: none;
		}
			.articleEndOfferPic
			{
				margin-bottom: 10px;
				padding-top: 50%;
			}
	}



.picContainer
{
	display: inline-block;
	width: 100%;
}
.article-gallery
{
	clear: both;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0 auto 25px;
	max-width: 450px;
	padding-bottom: 30px;
	position: relative;
	text-shadow: none !important;
	width: 100%;
}
	.article-gallery.article-gallery--embedInstagram
	{
		margin-bottom: 40px;
	}
		.article-gallery.article-gallery--embedInstagram .image
		{
			padding-top: 0;
			height: 570px;
		}
			.article-gallery.article-gallery--embedInstagram .image > div.inited,
			.article-gallery.article-gallery--embedInstagram .image > div.inited iframe
			{
				display: block !important;
				width: 100% !important;
				height: 100% !important;
				overflow: hidden;
			}

	.article-gallery a
	{
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 10;
	}

	.article-gallery .image
	{
		background-size: cover;
		background-position: center center;
		position: relative;
		width: 100%;
	}
	.article-gallery .image.padding-top {
		padding-top: 120%;
	}
		.article-gallery .image .text
		{
			background-color: #000;
			bottom: -30px;
			color: #FFF;
			left: 50%;
			max-width: 370px;
			padding: 25px;
			position: absolute;
			text-align: center;
			-moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			-o-transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
			width: 90%;
		}
			p.article-gallery-title-upper
			{
				font-size: 12px;
				font-weight: 700;
				margin-bottom: 10px;
			}
			p.article-gallery-title
			{
				font-size: 20px;
				font-weight: 900;
				margin-bottom: 20px;
			}
			p.article-gallery-title-upper,
			p.article-gallery-title
			{
				line-height: 1.2em;
			}
			.article-gallery-button
			{
				background-color: #22E8F4;
				border: 1px solid #22E8F4;
				border-radius: 2em;
				cursor: pointer;
				display: inline-block;
				font-size: 12px;
				font-weight: 700;
				overflow: hidden;
				padding: 10px 30px;
				position: relative;
				text-transform: uppercase;
			}
				.article-gallery-button::after
				{
					background-color: #000;
					border-radius: 100%;
					content: '';
					height: 0;
					left: 50%;
					position: absolute;
					top: 50%;
					-moz-transform: translate(-50%, -50%);
					-ms-transform: translate(-50%, -50%);
					-o-transform: translate(-50%, -50%);
					-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
					-moz-transition: .3s all ease-in-out;
					-ms-transition: .3s all ease-in-out;
					-o-transition: .3s all ease-in-out;
					-webkit-transition: .3s all ease-in-out;
					transition: .3s all ease-in-out;
					width: 0;
				}

				.article-gallery-button span
				{
					color: #FFF;
					position: relative;
					z-index: 10;
				}

				.article-gallery:hover .article-gallery-button::after
				{
					padding-top: 150%;
					width: 150%;
				}
				.article-gallery:hover .article-gallery-button span
				{
					color: #22E8F4;
				}




.articleInnerBox
{
	border: 1px solid #000;
	padding: 20px;
	text-align: center;
}
	.articleInnerBox p
	{
		font-size: 16px;
		margin: 0 !important;
	}
	.articleInnerBox p.articleInnerBoxTitle
	{
		font-size: 30px;
		margin: 0 0 10px;
	}
	.articleInnerBox hr
	{
		background-color: #db0030;
		border: 1px solid #db0030;
		display: block;
		height: 2px;
		margin: 10px auto;
		width: 50px;
	}



.downloadBox
{
	border: 1px solid #CCC;
	margin-bottom: 25px;
    padding: 20px 40px;
	position: relative;
	text-align: center;
	width: 100%;
}
	p.downloadBoxTitle
	{
		display: block;
		color: #000;
		font-size: 30px;
		line-height: 1.2em;
		margin: 0 0 15px;
		padding-bottom: 15px;
		position: relative;
		text-align: center;
		text-transform: uppercase;
	}
		p.downloadBoxTitle::after
		{
			background-color: #000;
			bottom: 0;
			content: "";
			display: block;
			height: 4px;
			left: 50%;
			position: absolute;
			-moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			-o-transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
			width: 55px;
		}
	p.downloadBoxText
	{
		font-size: 16px;
    	line-height: 1.5em;
		margin: 0 0 15px;
	}
	.downloadBox a
	{
		border: 1px solid #000;
		display: block;
		font-size: 12px;
		margin: 0 auto;
		line-height: 1em;
		max-width: 140px;
		padding: 10px;
		position: relative;
		text-decoration: none;
		text-transform: uppercase;
	}
		.downloadBox a:hover
		{
			background-color: #000;
			color: #FFF;
		}
			.downloadBox a .fa
			{
				display: none;
			}



.articleEndOffer,
.matched-content-box
{
	margin-bottom: 35px;
}
	.articleEndOfferPic
	{
		background-position: center;
		background-size: cover;
		padding-top: 20%;
		position: relative;
		width: 35%;
	}
	.articleEndOfferText
	{
		padding: 10px 20px;
		position: relative;
		width: 65%;
	}
		.articleEndOfferText .article-info { padding: 0 0 5px 0; }
		.articleEndOfferText h2
		{
			font-size: 18px;
			margin-bottom: 5px;
		}
		.articleEndOfferText p
		{
			-webkit-box-orient: vertical;
			display: -webkit-box;
			font-size: 14px;
			-webkit-line-clamp: 2;
			line-height: 1.4em;
			margin: 0;
			max-height: 2.8em;
			overflow: hidden;
			text-overflow: ellipsis;
			word-wrap: nowrap;
		}

	
		.article-end-block-row.vertical-view .articleEndOffer.articleEndOffer-picAd
		{
			line-height: 1.2em;
			margin: 0;
			padding: 10px;
			width: 100%;
		}
			.advert-rl_btf-1 .articleEndOffer-picAd .flexBox,
			.advert-rl_btf-2 .articleEndOffer-picAd .flexBox,
			.advert-nl_btf-1 .articleEndOffer-picAd .flexBox
			{
				-ms-flex-direction: column;
				flex-direction: column;
			}
			.articleEndOffer-picAd .ad-cimke
			{
				display: block;
				font-size: 12px;
				margin-bottom: 10px;
				padding: 0 10px;
				text-align: right;
			}
			.advert-rl_btf-1 .articleEndOffer-picAd .articleEndOfferText,
			.advert-rl_btf-2 .articleEndOffer-picAd .articleEndOfferText,
			.advert-nl_btf-1 .articleEndOffer-picAd .articleEndOfferText { padding: 15px 10px 5px !important; }

				.articleEndOffer-picAd p
				{
					-webkit-line-clamp: inherit;
					max-height: inherit;
				}
				.articleEndOffer-picAd .title
				{
					font-size: 16px;
					font-weight: 600;
				}
				.articleEndOffer-picAd .articleEndOfferPic
				{
					padding-top: 67.5%;
				}

				.article-end-block-row.vertical-view #rw_c_nl_btf-1 { margin-top: 0 !important }

.post-list-row.vertical-view:not(.adLoaded-in-list-640) .advert-rl_btf-1,
.post-list-row.vertical-view:not(.adLoaded-in-list-640) .advert-nl_btf-1,
.vertical-view .advert-rl_btf-2,
.article-end-block-row.vertical-view .advert-rl_btf-1,
.article-end-block-row.vertical-view .advert-nl_btf-1
{
	display: block;
	left: auto;
	margin-bottom: 4%;
	margin-right: 4%;
	padding: 20px 0;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	width: 48%;
}
	.post-list-row .makeItClear { display: none; }

	.post-list-row.vertical-view:not(.adLoaded-in-list-640)
	{
		justify-content: space-between;
	}

	.post-list-row.vertical-view:not(.adLoaded-in-list-640) .articleEndOffer,
	.post-list-row.vertical-view:not(.adLoaded-in-list-640) .theAd,
	.article-end-block-row.vertical-view .articleEndOffer
	{
		width: 48%;
	}
	.post-list-row.vertical-view:not(.adLoaded-in-list-640) .articleEndOffer,
	.article-end-block-row.vertical-view .articleEndOffer
	{
		flex-direction: column;
	}

		.post-list-row.vertical-view:not(.adLoaded-in-list-640) .articleEndOfferPic,
		.post-list-row.vertical-view:not(.adLoaded-in-list-640) .articleEndOfferText,
		.article-end-block-row.vertical-view .articleEndOfferPic,
		.article-end-block-row.vertical-view .articleEndOfferText
		{
			float: none;
			padding-top: 52%;
			width: 100%;
		}
		.post-list-row.vertical-view:not(.adLoaded-in-list-640) .articleEndOfferText,
		.article-end-block-row.vertical-view .articleEndOfferText
		{
			padding: 15px 20px;
		}

		.article-end-block-row.vertical-view .advert-rl_btf-1 .articleEndOffer,
		.article-end-block-row.vertical-view .advert-rl_btf-2 .articleEndOffer { width: 100% }

	
	.article-end-block-noad .post-list-row.vertical-view:not(.adLoaded-in-list-640) .articleEndOffer,
	.article-end-block-adblock .post-list-row.vertical-view:not(.adLoaded-in-list-640) .articleEndOffer
	{
		flex-direction: row;
		width: 100%;
	}
		.article-end-block-noad .post-list-row.vertical-view:not(.adLoaded-in-list-640) .articleEndOfferPic,
		.article-end-block-adblock .post-list-row.vertical-view:not(.adLoaded-in-list-640) .articleEndOfferPic
		{
			float: left;
			padding-top: 20%;
			width: 30%;
		}
		.article-end-block-noad .post-list-row.vertical-view:not(.adLoaded-in-list-640) .articleEndOfferText,
		.article-end-block-adblock .post-list-row.vertical-view:not(.adLoaded-in-list-640) .articleEndOfferText
		{
			float: left;
			padding: 15px 15px 15px 20px;
			width: 70%;
		}

	.post-list-row.vertical-view.adLoaded-in-list-640
	{
		-ms-flex-direction: column;
		flex-direction: column;
	}

.post-list-row
{
	flex-wrap: wrap;
}
	.post-list-row .trc_elastic_alternating-runnersworld
	{
		display: block;
		margin-bottom: 35px;
		order: 1;
		width: 100%;
	}
	.post-list-row:first-of-type .articleEndOffer,
	.post-list-row:first-of-type .theAd { order: 2; }

@media screen and (max-width: 680px)
{
	.article-end-block-row
	{
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.post-list-row
	{
		flex-wrap: wrap;
		justify-content: space-between;
	}
		.post-list-row.vertical-view:not(.adLoaded-in-list-640) .articleEndOffer,
		.post-list-row.vertical-view:not(.adLoaded-in-list-640) .advert-rl_btf-1,
		.post-list-row.vertical-view:not(.adLoaded-in-list-640) .advert-nl_btf-1,
		.article-end-block-row.vertical-view .advert-nl_btf-1,
		.article-end-block-row.vertical-view .articleEndOffer,
		.article-end-block-row.vertical-view .articleEndOfferPic,
		.article-end-block-row.vertical-view .articleEndOfferText
		{
			width: 100%;
		}
		.post-list-row.vertical-view:not(.adLoaded-in-list-640) .articleEndOffer,
		.post-list-row.vertical-view:not(.adLoaded-in-list-640) .advert-rl_btf-1,
		.post-list-row.vertical-view:not(.adLoaded-in-list-640) .advert-nl_btf-1
		{
			margin-right: 0;
		}

	.articleOffer-threeBlock
	{
		align-items: center;
		flex-direction: column;
	}
		.articleOffer-threeBlock .cardDesign-style,
		.articleOffer-threeBlock .cardDesign-style:nth-of-type(3n + 3)
		{
			margin: 0 0 20px;
			max-width: 340px;
			width: 100%;
		}
}

@media screen and (max-width: 799px)
{
	

	h1.articleTitle { font-size: 52px; }

		.articleLeft
		{
			border-left: none;
			border-right: none;
			float: none;
			margin-bottom: 25px;
			margin-right: 0;
			padding-left: 0;
			padding-right: 0;
			width: 100%;
		}
			#article-social-tools { margin-bottom: 25px; }

			#stickInArticle
			{

				align-items: center;
				display: -webkit-box;
				display: -moz-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				height: auto;
				justify-content: space-between;
				left: auto;
				max-width: none;
				position: relative;
				top: auto;
				width: 100%;
			}
			#stickInArticle
			{
				align-items: center;
				display: -webkit-box;
				display: -moz-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				height: auto;
				justify-content: space-between;
				left: auto;
				max-width: none;
				position: relative;
				top: auto;
				width: 100%;
			}
				.article-clap
				{
					margin: 0;
					width: 110px;
				}
					.article-clap-button
					{
						float: left;
					}
					.article-clap span
					{
						display: inline-block;
						padding-top: 8px;
					}

				.shareArticleBox
				{
					margin: 0;
					text-align: right;
				}
					.shareArticle
					{
						display: inline-block;
						margin: 0 5px;
						vertical-align: middle;
					}
}

@media screen and (max-width: 639px)
{
	.widthColumnFix300 .indexContenLeft,
	.widthColumnFix300 .indexContenRight,
	.widthColumn3070 .indexContenLeft,
	.widthColumn3070 .indexContenRight,
	.widthColumn50 .indexContenLeft,
	.widthColumn50 .indexContenRight,
	.widthColumn30percent .column30,
	.widthColumn30percent .column30:nth-of-type(1), .widthColumn30percent .column30:nth-of-type(3n+4),
	.widthColumn30percent .column30:nth-of-type(2), .widthColumn30percent .column30:nth-of-type(3n+5),
	.widthColumn30percent .column30:nth-of-type(3), .widthColumn30percent .column30:nth-of-type(3n+3)
	{
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.footerWhite
	{
		padding-top: 20px;
	}
		#footer .centerContent
		{
			border-top: 1px solid #000;
			padding-top: 20px;
		}
}

@media screen and (max-width: 480px)
{
	.pagerPrev, .pagerNext
	{
		font-size: 12px;
		max-width: 135px;
		padding: 10px;
	}

	.lastMagazineBox
	{
		padding: 15px 0;
	}
		p.lastMagazineText
		{
			font-size: 17px;
			margin-bottom: 15px;
		}
		p.lastMagazinePrice { font-size: 68px; }

	.headerRight { display: none; }

	.headerLogo
	{
		float: none;
		margin: 0 auto;
	}
}


.read-more-module
{
	position: relative;
	margin-top: 80px;
	margin-bottom: 50px;
}

	.read-more-module .articleMain-showOnClick-arrow
	{
		line-height: 44px;
	}

	.read-more-module a
	{
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: -60px;
	}

.js-video
{
	margin-bottom: 25px;
}


ol.breadcrumb
{
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}


.embedPinterest {
	display: flex;
	justify-content: center;
	margin: 20px auto;
}

@media screen and (max-width: 1199px)
{
	#mainPart .centerPart { max-width: 1005px; }

		#article-social-tools,
		#teethBrushMainPart1200
		{
			display: none;
		}
		#teethBrushMainPart1024,
		.article-container
		{
			width: 665px;
		}
		.theArticleMainPart
		{
			width: 100%;
		}
}

@media screen and (max-width: 1023px)
{
	#mainPart.article-page
	{
		margin: 0 auto;
		max-width: 855px;
	}

	.article-container
	{
		float: none;
		padding-right: 0;
		width: 100%;
	}
	#rightSideColumn { display: none; }
	#article-social-tools
	{
		display: block;
	}
	.logo
	{
		margin-right: 20px;
	}
	.theArticleMainPart
	{
		width: calc(100% - 99px);
	}
}

@media screen and (max-width: 879px)
{
	
	.mostRead, .shareArticleText
	{
		display: none;
	}
}

@media screen and (max-width: 799px)
{
	#theArticle {
		display: block;
	}
	#article-social-tools, .theArticleMainPart
	{
		float: none;
		margin-right: 0;
		width: 100%;
	}
}.gallery-box
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin-bottom: 35px;
	z-index: 2;
}

	.gallery-box-main
	{
		width: 65.5%;
		z-index: 2;
	}
		.gallery-nav
		{
			font-size: 12px;
			font-weight: 500;
			margin-bottom: 35px;
			text-transform: uppercase;
		}
			.gallery-nav-arrow
			{
				position: relative;
			}
				.gallery-nav-arrow span
				{
					display: block;
					padding-top: 5px;
				}
				.gallery-nav-arrow .fa
				{
					font-size: 20px;
					padding-top: 1px;
					position: absolute;
					top: 50%;
					transform: translateY(-50%);
					-webkit-transform: translateY(-50%);
					-moz-transform: translateY(-50%);
					-ms-transform: translateY(-50%);
					-o-transform: translateY(-50%);
				}
					#galleryNavPrev { padding-left: 20px; }
						#galleryNavPrev .fa { left: 0; }
					#galleryNavNext { padding-right: 20px; }
						#galleryNavNext .fa { right: 0; }

				.gallery-nav-arrow span[class*="gallery-nav-cover-"]
				{
					display: none;
				}
				

			.notActive
			{
				opacity: .5;
				pointer-events: none;
			}

			.gallery-counter
			{
				font-weight: 400;
			}

	.gallery-pic-box.card-design-style
	{
	  position: relative;
		border: 1px solid #DDDDDD;
	}
		.gallery-pic-box
		{
			flex-grow: 1;
		}
			.gallery-pic 
			{ 
				border-bottom: 1px solid #DDDDDD; 
				margin-bottom: 20px;
				position: relative;
			}
				.gallery-pic img
				{
					max-height: 720px;
				}
				
				.gallery-pic > div,
				.gallery-pic > div > iframe
				{
					max-width: 100% !important;
					margin: 0 auto !important;
				}
				
			.gallery-pic-text-box {	padding: 0 20px 20px; }
			.gallery-pic-text-box > .theAd:not(.advert-wp):not(.advert-vertigo) {
				margin-bottom: 0px !important;
				margin-top: 30px;
			}
				.gallery-pic-source
				{
					font-size: 10px;
					font-weight: 400;
					margin-bottom: 10px;
				}
				.gallery-pic-text
				{
					font-weight: 600;
					line-height: 1.7em;
				}
				.gallery-pic-text h4 { font-weight: 600; }
					.gallery-pic-text h3,
					.gallery-pic-text h4,
					.gallery-pic-text p
					{
						margin-bottom: 10px;
					}
				.galleryLikeShare { margin-top: 20px; }

			.gallery-pic-embed-video-widget
			{
				background-color: #FFF;
				height: 100%;
				left: 0;
				position: absolute;
				top: 0;
				width: 100%;
				z-index: 20;
			}
				.gallery-pic-embed-video-widget-box 
				{ 
					padding: 20px;
					width: 100%; 
				}

			.gallery-pic-box-5 { overflow: visible; }
			.gallery-pic-box-5 .gallery-pic,
			.gallery-pic-box-5 .gallery-pic-text-box,
			.gallery-pic-embed-video-widget
			{
				opacity: 0;
			}

	.gallery-box-col
	{
		width: 31%;
	}
		.gallery-back-button
		{
			border-radius: 2em;
			font-size: 12px;
			font-weight: 700;
			margin-bottom: 30px;
		}
			.gallery-back-button:hover
			{
				border: 1px solid #000;
			}
		.gallery-current-article-info h1
		{
			font-size: 30px;
			font-weight: 700;
		}

		.gallery-current-article-info { margin-bottom: 25px; }

		.gallery-box-col .article-item,
		.gallery-box-col .article-item .article-hero
		{
			flex-grow: 1;
			margin-bottom: 0;
			max-height: 400px;
		}

		.article-item.flexBox.article-hidden { display: none; }

@media screen and (max-width: 799px)
{
	.gallery-box
	{
		flex-direction: column;
	}
		.gallery-box-main,
		.gallery-box-col
		{
			width: 100%;
		}
			.gallery-box-main { margin-bottom: 35px; }
}.artcile-author-module {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 20px;
	margin-bottom: 30px;
	border: 3px solid #22E8F4;
}

.artcile-author-module img {
	width: 100px;
	height: 100px;
	align-self: center;
	border-radius: 50%;
}

.artcile-author-module__top {
	margin-bottom: 5px;
}

.artcile-author-module__name {
	font-weight: 900;
	font-size: 16px;
	line-height: 1em;
  color: #22E8F4;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.artcile-author-module__title {
	vertical-align: middle;
  font-weight: 900;
  font-size: 12px;
  color: #272727;
}

  .artcile-author-module__title::before {
    content: '|';
    margin: 0 10px 0 6px;
  }

.artcile-author-module__bio {
	font-family: 'Montserrat';
  font-weight: 400;
  font-size: 12px;
  line-height: 1.33em;
  color: #272727;
}
.vote-2-option-bg
{
	background-color: #cd4541;
	opacity: .5;
}

.articleContent p.vote-2-option-question
{
	color: #000;
	font-family: 'mbempire_medium';
	font-size: 24px;
	margin-bottom: 10px;
}

.vote-2-option-result
{
	font-family: 'mbempire_medium';
}
.embed-shopaholic-product-logo
{
	background-image: url('https://www.instylemen.hu/images/InstylemenHu/logo-shop.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 50px;
    width: 80px;
}

.embed-shopaholic-product .buttonStyle
{
	background-color: #CA2525;
    border: 1px solid #CA2525;
	border-radius: 2em;
	color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    overflow: hidden;
    padding: 10px 30px;
    position: relative;
    text-transform: uppercase;
}
	.embed-shopaholic-product:hover .buttonStyle
	{
		background-color: #FFF;
		color: #CA2525;
	}* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	line-height: 1.42857143;
}

img {
	vertical-align: middle;
}

.hidden {
	display: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.site-error {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index: 9999;
	background-color: rgba(255, 255, 255, .8);
	cursor: pointer;
}

.site-error__frame {
	max-width: 800px;
	margin: 100px auto;
	width: 100%;
	padding: 15px;
	background-color: rgba(100, 100, 100, .95);
	border-color: rgba(0, 0, 0, .9);
	border-radius: 5px;
	cursor: default;
}

.site-error__x-icon {
	cursor: pointer;
	margin-right: 2px;
	font-size: 20px;
	position: relative;
	top: -1px;
}

.site-error__header {
	color: #FFF;
	margin: 0 0 10px 0;
}

.site-error__message {
	color: #FFF;
	padding: 10px;
	font-size: 15px;
}
.fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	font-style: normal;
}
.fa-tiktok:before{
	content:"\e07b";
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-fbook:before,
.fa-facebook:before {
	content: "\f09a";
}

.fa-yt:before,
.fa-youtube:before {
	content: "\f167";
}

.fa-yt-square:before,
.fa-youtube-square:before {
	content: "\f166";
}

.fa-twtr:before,
.fa-twitter:before {
	content: "\f099";
}

.fa-insta:before,
.fa-instagram:before {
	content: "\f16d";
}

.fa-pt:before,
.fa-pinterest:before {
	content: "\f0d2";
}

.fa-gp:before,
.fa-google-plus:before {
	content: "\f0d5";
}

.fa-yt-play:before,
.fa-youtube-play:before {
	content:"\f16a";
}

.fa-pt-p:before,
.fa-pinterest-p:before {
	content:"\f231";
}

.fa-tumblr:before {
	content:"\f173";
}

.fa-vim:before {
	content:"\f194";
}

.fa-mail:before {
	content:"\f003";
}

img:not([src]) {
    visibility: hidden;
}



.qc-cmp2-consent-info div {
  font-size: 12px !important;
  line-height: 14px !important;;
}
.qc-cmp2-summary-section .qc-cmp2-summary-info {
    font-size: 12px !important;
  line-height: 14px !important;;
}
.qc-cmp2-consent-info .qc-cmp2-publisher-logo-container img {
  display: none;
}

.theAd:empty,
.theAd:not([data-google-query-id]) {
	display: none !important;
}

.post-block-with-roadblock {
  align-items: center;
}

@media only screen and (min-width: 37.5em) {
  .post-block-with-roadblock .magician {
    max-width: 600px;
  }
}