body{
	font-family: Carisma-Light;
	color:#111111;
	font-size:1.2em
}
/*colors*/
.blue-font{
	color:#335291
}
.navy-blue-font{
	color:#071d49
}
.grey-font{
	color:#818181
}
/*colors*/
.ctn3 {    width: 100%;
    max-width: 1200px;
    position: relative;
	height:60px;
	margin:0 auto;}
.ctn{
	/*width:100%;*/
	width:970px;
	margin:0px auto
}
/*header top*/
.main-top{
	width:1200px;
	margin:0px auto;
	background:url(../img/top-home.jpg);
	background-size:cover;
	height:649px;
	position:relative
}
/*.main-top_choose-lang{
	border:1px solid rgba(255,255,255,0.8);
	display:inline-block;
	line-height:0;
	padding:6px 10px;
	position:absolute;
	top:20px;
	left:50px;
	cursor:pointer
}
.main-top_choose-lang:hover{background: rgba(255,255,255, 0.9)}
.main-top_choose-lang_availabe{width:136px;}
.main-top_choose-lang_availabe li{float:left;
	padding-right:10px;}

.main-top_choose-lang a img{
	width:24px;
	height:18px;
}
.main-top_choose-lang_availabe{
	display:none;
	list-style-type:none;
	padding:0;
	margin:0;
}
.main-top_choose-lang_availabe li{
	margin:6px 0;
}
.main-top_choose-lang:hover .main-top_choose-lang_availabe{
	display:block
}
*/
.main-top_choose-lang{
	border:1px solid rgba(255,255,255,0.8);
	display:inline-block;
	line-height:0;
	padding:6px 10px;
	position:absolute;
	top:20px;
	left:-70px;
	cursor:pointer;
	z-index:10;
}
.main-top_choose-lang a img{
	width:24px;
}/*
.main-top_choose-lang:hover > a img {
	margin-left:102px;
}*/
.main-top_choose-lang_availabe{
	display:none;
	list-style-type:none;
	padding:0;
	margin:0;
}
.main-top_choose-lang_availabe li{
	margin:6px 0;
}
.main-top_choose-lang:hover .main-top_choose-lang_availabe{
	display:block
}
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: transparent solid 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
  border: #e1e1e1 solid 1px;
}
.main-top_facebook{
	color:#fff;
	position:absolute;
	top:21px;
	left:108px;
	font-size:1.2em
}
.main-top_logo{
	position:absolute;
	right:86px;
	top:100px
}
.main-top_bottle{
	position:absolute;
	right:-15px;
	top:310px
}
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.main-top_content{
	width:100%;
	max-width:360px;
	position:absolute;
	left:50%;
	margin-left:-123px;
	top:75px
}
.main-top_content-title{
	text-align:center;
	text-transform:uppercase;
	font-family: Carisma-Light;
	font-weight:100;
	font-size:2.1em;
	max-width:240px;
	width:100%;
	margin:0px auto;
	letter-spacing:3px;
	line-height: 1.1em;
}
.main-top_content-title:after{
	content:'';
	display:block;
	height:1px;
	background:#000;
	width:130%;
	margin-top:10px;
	margin-left:-15%
}
.main-top_content-subtitle{
	text-align:center;
	text-transform:uppercase;
	font-family: Carisma-Light;
	font-weight:100;
	margin-top:10px;
	margin-bottom:5px;
	letter-spacing:3px;
}
.main-top_content p:nth-child(3){
	font-weight:bold;
	line-height:2em;
	margin-top:14px;
	margin-bottom:0;
	margin-left:15px;
	font-size:1.1em
}
.main-top_content p:nth-child(4){
	font-weight:bold;
	margin-left:15px;
	margin-top:0px;
	margin-bottom:0
}
.main-top_content-list{
	list-style-type:none;
	margin-left:38px;
	margin-top:5px;
	padding: 0 0 0 0;
	font-weight:bold;
	line-height:1.5em;
	font-size: 0.9em;
}
.main-top_content-list li{
	position:relative
}
.main-top_content-list li:before{
	content:'';
	display:block;
	width:6px;
	height:6px;
	background:#335291;
	position:absolute;
	top:11px;
	left:-13px
}
.main-top_content-order{
	display:inline-block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	background:#155292;
	padding: 10px 0;
	width:100%
}
.main-top_content-order span{
	display:block
}
.main-top_content-order span:nth-child(1){
	font-family: Carisma-Medium;
	font-size:1.3em
}
.main-top_content-order span:nth-child(2){
	font-family: Carisma-Medium;
	font-size:0.7em;
	width:70%;
	margin:0px auto
}
.main-top_write-about-us{
	position:absolute;
	bottom:-85px;
	left:120px
}
.main-top_write-about-us-list{
	list-style-type:none;
	padding: 0 0 0 0px
}
.main-top_write-about-us-list li{
	display:inline-block
}
.main-top_write-about-us-list li img{
	margin-top:-6px
}
.main-top_write-about-us-list li:nth-child(n+2){
	margin-left:40px
}
.main-top_write-about-us-list li:nth-child(1){
	font-family: Carisma-Medium;
	text-transform:uppercase;
	color:#646464;
	padding-top:4px
}

.effectiveness{
	margin-top:136px;
	margin-bottom:56px
}
.effectiveness p{
	max-width:523px
}
.effectiveness_img{
	float:right;
}
.effectiveness_img-desc{
	width:90%;
	margin:25px auto 0px auto;
}
.effectiveness_img-desc span{
	display:block
}
.effectiveness_img-desc span:nth-child(1){
	color:#c0c0c0;
	font-size:0.8em;
	margin-bottom:-10px
}
.effectiveness_img-desc span:nth-child(2){
	font-size:3.2em
}
.effectiveness_img-desc span:nth-child(2):after{
	content:'';
	display:block;
	width:100%;
	height:1px;
	border-top:1px solid #c0c0c0;
	margin-bottom:3px
}
.effectiveness_img-desc span:nth-child(3){
	font-size:1.05em
}
.effectiveness_img-desc-left{
	float:left;
	position:relative;
	width: 40%;
}
.effectiveness_img-desc-right{
	float:right;
	position:relative;
	width: 40%;
}
.effectiveness_order{
	margin-top:92px
}

.eyelash-enhancer:before{
	content:'';
	display:block;
	width:104%;
	margin-left:-2%;
	border-top:1px solid #c2c2c2;
}
.eyelash-enhancer{
	text-align:center;
	color:#155291;
	font-size: 0.8em;
}
.eyelash-enhancer-header h1{
	font-size:2.2em;
	letter-spacing:7px;
	margin-top:35px
}
.eyelash-enhancer-intro{
	width:80%;
	margin:0px auto
}
.eyelash-enhancer p:nth-child(3){
	font-family: Carisma-Medium;
	font-size:1.4em
}
.eyelash-enhancer-before_after{
	margin-top:50px
}
.eyelash-enhancer-before_after-left{
	float:left;
	width:67%;
	max-width:650px;
	height:390px
}
.eyelash-enhancer-before_after-left figure{
	position:relative
}
.eyelash-enhancer-before_after-left figure:nth-child(2){
	margin-top:60px
}
.eyelash-enhancer-before_after-left figure img{
	max-width:100%
}
.eyelash-enhancer-before_after-left figure figcaption{
	position:absolute;
	top:-30px;
	text-transform:uppercase;
	color:#111111
}
.eyelash-enhancer-before_after-right{
	float:right;
	width:29%;
	max-width:270px;
	height:390px;
	position:relative;
	color:#111111
}
.eyelash-enhancer-before_after-right_days span:nth-child(1){
	display:block;
	font-size:3em;
	margin-top:50%
}
.eyelash-enhancer-before_after-right_days span:nth-child(2){
	display:block;
	font-size:1em
}
.eyelash-enhancer-before_after-arrow{
	display:block;
	width:34px;
	height:136px;
	background:url(../img/szczala.jpg);
	position:absolute;
	top:50%;
	margin-top:-70px
}
.eyelash-enhancer-before_after-order{
	position:absolute;
	width:100%;
	background:#155291;
	bottom:0;
	left:0;
	color:#fff;
	text-decoration:none;
	padding:6px 0;
	letter-spacing:3px;
	font-size:1.2em
}
.eyelash-enhancer-before_after-order span{
	display:block;
	font-family: Carisma-Medium;
}
.eyelash-enhancer_cols-list{
	list-style-type:none;
	padding: 0 0 0 0px;
	color:#111111;
	margin-top:41px
}
.eyelash-enhancer_cols-list li{
	display:inline-block;
	font-size:1.3em;
	text-align:left;
	float:left;
	margin-left:12%;
	position:relative;
}
.eyelash-enhancer_cols-list li:nth-child(1){
	width:27%
}
.eyelash-enhancer_cols-list li:nth-child(3){
	float:right
}
.eyelash-enhancer_cols-list li:before{
	content:'';
	display:block;
	width:100px;
	height:75px;
	position:absolute;
	left:-120px;
	top:0px
}
.eyelash-enhancer_cols-list li:nth-child(1):before{
		background:url(../img/ico-top-1.jpg);
}
.eyelash-enhancer_cols-list li:nth-child(2):before{
		background:url(../img/ico-top-2.jpg);
}
.eyelash-enhancer_cols-list li:nth-child(3):before{
		background:url(../img/ico-top-3.jpg);
}
.eyelash-enhancer_how-it-works h3{
	text-align:left;
	color:#111111;
	font-family: Carisma-Medium;
}
.eyelash-enhancer_how-it-works_info{
	font-size:0.8em;
	text-align:left;
	color:rgba(0,0,0,0.6);
	float:left
}
.eyelash-enhancer_how-it-works{
	margin-bottom:68px
}
.eyelash-enhancer_how-it-works p{
	color:#111111;
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    width:100%;
    text-align:left;
    line-height:1.6em
}
.three-simple:before {
	content: '';
	display: block;
	width: 104%;
	margin-left: -2%;
	border-top: 1px solid #c2c2c2;
}
.three-simple_header h1{
	color:#155292;
	text-align:center;
	letter-spacing:4px;
	margin-top:40px
}
.three-simple_intro{
	color:#155292;
	text-align:center;
	width:90%;
	margin:0px auto 48px auto;
	font-size:1.1em
}
.three-simple_imgs div{
	float:left;
	width:33.3%;
	position:relative
}
.three-simple_img{
	width:100%
}
.three-simple_img img{
	width:100%
}
.three-simple_img figcaption{
	padding:20px 20px 20px 50px
}
.three-simple_imgs-digit{
	display:inline-block;
	background:rgba(81, 197, 194, 0.9);
	padding:8px 10px 6px 10px;
	color:#fff;
	position:absolute;
	top:10px;
	left:10px
}
/* Ripple Out */
.three-simple_imgs-digit.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.three-simple_imgs-digit.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: transparent solid 0px;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.three-simple_imgs div:hover .three-simple_imgs-digit.hvr-ripple-out:before,.three-simple_imgs div .three-simple_imgs-digit.hvr-ripple-out:focus:before,.three-simple_imgs div .three-simple_imgs-digit.hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
  border: rgba(81, 197, 194, 0.5) solid 1px;
}
.three-simple_order{
	position:relative
}
.three-simple_order p.blue-font{
	text-transform:uppercase;
	font-size:1.3em;
	letter-spacing:3px
}
.three-simple_order:before {
    content: '';
    display: block;
    width: 104%;
    margin-left: -2%;
    border-top: 1px solid #c2c2c2;
}


.three-simple_order .main-top_content-list{
	margin-left:14px;
	text-indent:15px
}
.three-simple_order-left{
	float:left;
	width:70%;
	max-width:627px
}
.three-simple_order-right{
	float:right;
	position:relative;
	width:30%
}
.three-simple_order-right img{
	margin-right:-45px;
	margin-top:17px
}
.three-simple_order-right figcaption{
	position:absolute;
	bottom:0
}
.three-simple_order .order-now{
	position: absolute;
	right: -30px;
	bottom: -95px;
}
.time-on-your-side{
	margin-top:154px
}
.time-on-your-side_row{
	margin:10px 0
}
.time-on-your-side:before {
content: '';
display: block;
width: 104%;
margin-left: -2%;
border-top: 1px solid #c2c2c2;
}
.time-on-your-side_header h1 {
color: #155292;
text-align: center;
letter-spacing: 4px;
margin-top: 50px;
}
.time-on-your-side_row-weeks{
	text-align:center;
	float:left;
	width:8%;
	margin-right:5%
}
.time-on-your-side_row-effect{
	float:left;
	width:30%
}
.time-on-your-side_row-chart{
	float:right;
	width:56%;
	position:relative
}

.time-on-your-side_row-weeks span{
	display:block
}
.time-on-your-side_row-weeks span:nth-child(1){
	font-size:3.2em
}
.time-on-your-side_row-effect span{
	display:block;
	color:#818181;
	font-size:1.1em
}
.time-on-your-side_row-effect span i{
	color:rgba(129,129,129,0.4)
}

.time-on-your-side_row-effect span:nth-child(1){
	margin-top:35px
}
.time-on-your-side_row:nth-child(2) .time-on-your-side_row-effect span:nth-child(1){
	margin-top:15px
}
.time-on-your-side_row:nth-child(3) .time-on-your-side_row-effect span:nth-child(1){
	margin-top:15px
}
.time-on-your-side_row-chart span:nth-child(1){
	display:block;
	height:80px;
	background: #c5f2ed; /* Old browsers */
background: -moz-linear-gradient(left, #c5f2ed 0%, #a7e9e5 23%, #96e5e0 49%, #8be2dc 76%, #72dbd7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c5f2ed), color-stop(23%,#a7e9e5), color-stop(49%,#96e5e0), color-stop(76%,#8be2dc), color-stop(100%,#72dbd7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #c5f2ed 0%,#a7e9e5 23%,#96e5e0 49%,#8be2dc 76%,#72dbd7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #c5f2ed 0%,#a7e9e5 23%,#96e5e0 49%,#8be2dc 76%,#72dbd7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #c5f2ed 0%,#a7e9e5 23%,#96e5e0 49%,#8be2dc 76%,#72dbd7 100%); /* IE10+ */
background: linear-gradient(to right, #c5f2ed 0%,#a7e9e5 23%,#96e5e0 49%,#8be2dc 76%,#72dbd7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5f2ed', endColorstr='#72dbd7',GradientType=1 ); /* IE6-9 */
}
.time-on-your-side_row-chart span.start.bg_50 {
    width: 50%;
    animation:loadbar_50 2s;
    -webkit-animation:loadbar_50 2s;
}
.time-on-your-side_row-chart span.start.bg_75 {
    width: 75%;
    animation:loadbar_50 2s;
    -webkit-animation:loadbar_75 2s;
}
.time-on-your-side_row-chart span.start.bg_100 {
    width: 100%;
    animation:loadbar_100 2s;
    -webkit-animation:loadbar_100 2s;
}
@keyframes loadbar_50 {

  0% {
      width: 0%;
  }

   100% {
      width: 50%;
   }

}
@-webkit-keyframes loadbar_50 {

    0% {
        width: 0%;
    }

    100% {
        width: 50%;
    }

}
@keyframes loadbar_75 {
  0% {
      width: 0%;
  }

   100% {
      width: 75%;
   }
}
@-webkit-keyframes loadbar_75 {

    0% {
        width: 0%;
    }

    100% {
        width: 75%;
    }

}
@keyframes loadbar_100 {
  0% {
      width: 0%;
  }

   100% {
      width: 100%;
   }
}
@-webkit-keyframes loadbar_100 {

    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }

}
.time-on-your-side_row:nth-child(1) .time-on-your-side_row-chart span:nth-child(1){
	width:50%;
}
.time-on-your-side_row:nth-child(2) .time-on-your-side_row-chart span:nth-child(1){
	width:75%;
}
.time-on-your-side_row:nth-child(3) .time-on-your-side_row-chart span:nth-child(1){
	width:100%;
}
.time-on-your-side_row .time-on-your-side_row-chart span:nth-child(2){
	position: absolute;
	color: #fff;
	top: 32%;
	left: 36%;
	font-size: 1.2em;
}
.time-on-your-side_row:nth-child(1) .time-on-your-side_row-chart span:nth-child(2){
	left: 36%;
}
.time-on-your-side_row:nth-child(2) .time-on-your-side_row-chart span:nth-child(2){
	left: 61%;
}
.time-on-your-side_row:nth-child(3) .time-on-your-side_row-chart span:nth-child(2){
	left: 86%;
}
.time-on-your-side_for-who{
	margin-top:45px
}
.time-on-your-side_for-who figure{
	float:right;
	margin: 7% 0 4% 8%
}
.time-on-your-side_for-who p:nth-child(2){
	font-weight:bold;
	font-family: Carisma-Medium;
}
.time-on-your-side_for-who p:nth-child(3){
	font-size:1.2em
}
.faq:before {
content: '';
display: block;
width: 104%;
margin-left: -2%;
border-top: 1px solid #c2c2c2;
}
.faq_header{
	text-align: center;
}
.faq_header h1 {
color: #155292;
letter-spacing: 4px;
margin-top: 40px;
margin-bottom:10px;
text-transform:uppercase
}
.faq_header h2 {
color: #155292;
font-size:1em;
margin-top:0;
margin-bottom:45px
}
.faq-accordion-list{
	margin-left:0;
	padding:0
}
.faq-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}
.faq-accordion ul li{
    padding:18px 0;
    border-bottom: 1px solid #c8c8c8;
    border-top:1px solid #fff;
    overflow: hidden;
}
.faq-accordion ul li:first-child{
    border-top:none;
}
.faq-accordion ul li > a{
    text-shadow: 1px 1px 1px #fff;
    display: block;
	position: relative;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
	text-decoration:none;
	color:#000;
	font-family: Carisma-Medium;
	font-size:1.15em;
	padding-left: 25px;
}
.faq-accordion ul li.st-open > a{
	padding-bottom:10px;
	border-bottom: 2px solid #000;
}
.faq-accordion ul li > a span{
	background: transparent url(../img/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: -26px;
	margin-top: -7px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.faq-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
    transform:rotate(270deg);
}
.faq-accordion ul li.st-open > a span{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
    transform:rotate(360deg);
	right:10px;
	opacity:1;
}
.st-content{
    padding: 5px 0px 30px 0px;
}
.st-content p{
    padding: 0px 4px 15px 4px;
}
.st-content img{
    width:125px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}
@media screen and (max-width: 320px){
	.faq-accordion ul li > a{
		font-size:36px;
	}
}
.faq_order{
	margin-top:65px;
	margin-bottom:65px;
	text-align:center
}
.emilka:before {
content: '';
display: block;
width: 104%;
margin-left: -2%;
border-top: 1px solid #c2c2c2;
}
.emilka_header{
	color: #155292;
letter-spacing: 4px;
margin-top: 40px;
margin-bottom:10px;
text-transform:uppercase
}
.emilka-intro{
color: #155292;
text-align: center;
width: 90%;
margin: 0px auto 28px auto;
font-size: 1.1em;
}
.emilka_img{
	float:left
}
.emilka_img img{
	margin-top:30px
}
.emilka_desc{
	float:right;
	width: 60%;
	max-width: 548px;
}
.emilka .main-top_content-list{
	margin-left:0px;
	margin-bottom:10px;
	padding:15px;
	line-height:1.23em
}
.emilka .main-top_content-list li{
	margin:5px 0
}
.emilka_desc p:nth-child(1){
	font-family: Carisma-Medium;
	margin-bottom:0;
	font-size:1.1em
}
.emilka_desc p:nth-child(3){
	margin-top:0;
	line-height:1.4em;
	font-size: 0.95em
}
.emilka_desc p:nth-child(3) span{
	display:block;
	font-family: Carisma-Medium;
}
.emilka_desc-order{
	text-align:center;
	padding-top:28px;
	margin-bottom:50px
}
.timer,.weeks,.days{
	display:none;
}
.timer:before{
	content:'%';
	display:block;
	position:absolute;
	top: 11px;
	right: 5px
}
.testimonials_header h1 {
color: #155292;
letter-spacing: 4px;
margin-top: 40px;
margin-bottom: 10px;
text-transform: uppercase;
text-align:center
}
.testimonials:before {
content: '';
display: block;
width: 104%;
margin-left: -2%;
border-top: 1px solid #c2c2c2;
}
.testimonials-intro {
color: #155292;
text-align: center;
width: 90%;
margin: 0px auto 28px auto;
font-size: 1.1em;
text-align:center
}
.testimonials_col{
	float:left;
	width:27%;
	margin-bottom:28px
}
.testimonials_col:nth-child(2){
	margin:0 0 0 9.5%
}
.testimonials_col:nth-child(3){
	float:right
}
.testimonials_desc{
	height:440px;
	position:relative
}
.testimonials_author{
	display:block;
	font-family: Carisma-Medium;
	position:absolute;
	bottom:0
}
.testimonials_img:nth-child(2){
	margin-top:12px
}
.testimonials_img{
	position:relative;
	max-width:243px;
}
.testimonials_img figcaption{
	display:inline-block;
	top:0;
	right:0;
	position:absolute;
	top:5px;
	right:2%;
	background:rgba(81, 197, 194, 0.9);
	padding: 4px 10px 2px 10px;
	font-size:0.9em;
	color:#fff
}


.testimonials_img .hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.testimonials_img .hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: transparent solid 0px;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.testimonials_col:hover .testimonials_img .hvr-ripple-out:before,
.testimonials_col .testimonials_img .hvr-ripple-out:focus:before,
testimonials_col .testimonials_img .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
  border: rgba(81, 197, 194, 0.5) solid 1px;
}




.warranty:before {
content: '';
display: block;
width: 104%;
margin-left: -2%;
border-top: 1px solid #c2c2c2;
}
.warranty_header h1 {
color: #155292;
letter-spacing: 4px;
margin-top: 40px;
margin-bottom: 73px;
text-transform: uppercase;
text-align: center;
}
.warranty_cols{
	position:relative;
	padding-bottom:170px;
}
.warranty_cols-cert{
	float:left;
	width:60%;
	height:460px;
	background:url(../img/certified.jpg) no-repeat;
	background-size:cover
}
.warranty_cols-order{
	float:right;
	width:30%
}
.warranty_cols-cert_title{
	font-family: Carisma-Medium;
	text-align:center;
	margin-top:110px;
}
.warranty_cols-cert_desc{
	width:80%;
	margin:0px auto;
	text-align:center;
	font-size:1.1em
}
.warranty_cols-order_img {
	float:right;
	text-align:center;
	margin-right:-15px
}
.warranty_cols-order_img img{
	height:380px;
}
.warranty_cols_order-btn.order-now{
	font-size:1.2em;
	position: relative;
	right: -80px;
	bottom: 2px;
	padding: 40px 26px 36px 26px
}
.warranty_girl{
	background:url(../img/paniu.jpg) top center no-repeat;
	height:396px;
	margin-top:75px
}
.warranty .eyelash-enhancer-before_after-arrow{
 -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -ms-transform: scaleY(1);  /* linting rule fix + IE9 fix */
    transform: scaleY(-1);
    -ms-filter: flipv;
    filter: flipv
}
.rotate{
	display:block;
	   -webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
    transform:rotate(90deg);
    position:absolute;
    bottom:150px;
    left:64%
}
.warranty_girl{
	position:relative
}
.warranty_girl_left{
	float:left;
	width:40%;
	text-align:center;
	max-width:340px;
	margin-top:50px
}
.warranty_girl_right{
	float:right;
	width:40%;
	max-width:370px;
	margin-top:50px
}
.warranty_girl_left-title,.warranty_girl_right-title{
	font-size:1.2em
}
.warranty_girl_left-intro{
	color:#155292;
	font-size:0.9em
}
.warranty_girl_right p:nth-child(2){
font-weight: bold;
margin-left: 15px;
margin-top: 0px;
margin-bottom: 0;
color:#335291
}
.warranty_girl-order{
	text-align:center;
	margin-top:-10px;
}
.warranty_girl-order .order-now{
		padding: 40px 70px 36px 70px;
}
.main-bottom{
	margin-top:60px;
	margin-bottom:60px
}
.main-bottom_logo{
	float:left;
	width:37%
}
.main-bottom_join-us{
	float:left;
	color:#071d49;
	width:20%;
	font-size:1em
}
.main-bottom_join-us_list{
	list-style-type:none;
	padding:0;
	margin-top:5px
}
.main-bottom_join-us_list li{
	display:inline-block
}
.main-bottom_join-us_list li:nth-child(n+2){
	margin-left:7%
}
.main-bottom_join-us_list li a{
	color:#a1a1a1
}
/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.main-bottom_menu_join-us_list{
	padding:0;
	margin:0;
}
.main-bottom_menu_join-us_list li{
	display:inline-block;
}
.main-bottom_menu_join-us_list li a{
	text-decoration:none;
	color:#071d49;
	font-family: Carisma-Medium;
	font-size:1em
}
.main-bottom_menu_join-us_list li a:hover{
	text-decoration:underline
}
.main-bottom_menu_join-us_list li:nth-child(n+2){
	margin-left:2%
}
.main-bottom_menu span{
	display:block;
	color:#c0c0c0;
	margin-top:5px
}
#form .realash-all-rights-reserved{
  position: relative;
  display: block;
  left: auto;
  text-align: center;
}

#fadeandscale {
  transform: scale(0.8);
  width: 100%;
  max-width: 550px;
}

.popup_visible #fadeandscale {
  transform: scale(1);
}

.well {
  min-height: 20px;
  background-color: #fff;
  border: 0px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  display: none;
  margin: 1em;
}

.popup_visible #fadeandscale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.popup-realash_content-intro{
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	margin-top:0;
	margin-bottom:0;
	font-size:1.6em;
	line-height:1em;
	padding-top:0.2em
}
.popup-realash_content-info{
	text-align:center;
	color:#000;
	margin-top:0;
	margin-bottom:0;
	font-size:0.9em;
	font-weight:bold
}
.popup-realash_content-strong{
	font-weight:bold
}
.fields{
	width:80%;
	margin:1.3em auto 1.3em auto
}
.fields-email{
	float:left;
	position:relative;
	width: 65%
}
.fields-send{
	float:right;
	width: 30%
}
.fields-send_it{
	background:#335292;
	color:#fff;
	padding:0.7em 1.8em;
	text-decoration:none;
	display: inline-block;
	text-transform:uppercase;
	font-weight:300;
	letter-spacing:2px
}
#mailing_email::-webkit-input-placeholder { /* WebKit browsers */
   	font-weight:100;
   	font-family: Carisma-Light;
   	color:#CFCFCF
}
#mailing_email:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   	font-weight:100;
   	font-family: Carisma-Light;
   	color:#CFCFCF
}
#mailing_email::-moz-placeholder { /* Mozilla Firefox 19+ */
   	font-weight:100;
   	font-family: Carisma-Light;
   	color:#CFCFCF
}
#mailing_email:-ms-input-placeholder { /* Internet Explorer 10+ */
   	font-weight:100;
   	font-family: Carisma-Light;
   	color:#CFCFCF
}


#mailing_email.err::-webkit-input-placeholder { /* WebKit browsers */
   	font-weight:100;
   	font-family: Carisma-Light;
   	color:#c00;
}
#mailing_email.err:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   	font-weight:100;
   	font-family: Carisma-Light;
   	color:#c00;
}
#mailing_email.err::-moz-placeholder { /* Mozilla Firefox 19+ */
   	font-weight:100;
   	font-family: Carisma-Light;
   	color:#c00;
}
#mailing_email.err:-ms-input-placeholder { /* Internet Explorer 10+ */
   	font-weight:100;
   	font-family: Carisma-Light;
   	color:#c00;
}

#mailing_email.err{
	border:1px dashed #c00;
	background:rgba(204, 0, 0,0.05);

}
#mailing_email{
	border:1px solid #CFCFCF;
	padding: 0.8em 1em;
	width: 100%;
	box-sizing:border-box;
}
.fields-email_arrow{
	display:block;
	background:url(../img/popup_szczala.png);
	width:72px;
	height:87px;
	position:absolute;
	left:-65px;
	top:-60px;
	 -ms-transform: rotate(25deg); /* IE 9 */
    -webkit-transform: rotate(25deg); /* Chrome, Safari, Opera */
    transform: rotate(25deg);
}
#mailing_result{
	text-align:center;
	display:none;
	color:#155291;
	font-size:1.4em;
	font-weight: 600
}





.btn-default {
  position: absolute;
  background: transparent;
  border: 0;
  right: -24px;
  top: -20px;
}

.popup-realash_eyes {
  background: url(../img/eyes.png) no-repeat;
  background-size: 102% auto;
  background-position: 0 0;
  width: 100%;
  height: 132px;
}

.popup-realash_content {
  background: #72dbd4;
  height: 150px;
}



.teaser {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 100000;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.cd-fixed-bg {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
}

.cd-fixed-bg.cd-bg-1 {
  background-image: url(../img/Realash_Teaser_caly.jpg);
}

.cd-fixed-bg.cd-bg-1-a {
  background-image: url(../img/teaser_crack.png);
}

.cd-fixed-bg.cd-bg-2 {
  background-image: url(../img/Realash_Teaser_dol.png);
}

.cd-fixed-bg.cd-bg-3 {
  background-image: url(../img/Realash_Teaser_gora.png);
}

.cd-fixed-bg.cd-bg-4 {
  background-image: url(../img/Realash_Teaser.jpg);
}

.cd-scrolling-bg {
  min-height: 100%;
}

body.nopad {
  padding: 0!important;
}

.nopad .teaser {
  display: none!important;
}

.teaser-init {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
}



.fanpage-counter{color:#fff; border:1px solid rgba(255,255,255,0.8); position:absolute;top: 20px;
    left: -17px;font-family:Carisma-Medium;font-size:14px;padding:7px 10px 4px;z-index:9;}
.fanpage-counter i{margin-right:5px;display:inline-block;color:white;}
.fanpage-counter span{letter-spacing:1.5px; color: #fff; }


footer{background: url("../img/footer_linie.png") 50% 100px no-repeat; height:355px;
font-size: 1.2em; color:#a1a1a1; /*font-family: CarismaGothic-300Light;*/}
footer article{padding-top:2em;    width:100%;
    margin: 0px auto;}
footer a{text-decoration: none; color:#011111; }
footer img{vertical-align: -9px;}
footer nav{width: 39%; float:right; right:0;margin-top:-11px; font-size: 20px;}
footer nav a{text-transform: uppercase; padding:0.3em 1em 0 1em; display:inline-block; color:#a1a1a1; /*font-family: CarismaGothic-300Light;*/}
footer .social{font-size: .9em; width:20%; position:absolute; left:45%; margin-left:-100px; text-align: center;    margin-top: -12px;}
footer .social p {width: 30%;
    display: inline-block;font-size:.8em;color:#000;}
footer .social a{padding:0 0.2em;color:#808080}
footer .copy{width: 35%; float:left; left:0;margin-left: 200px; font-size:14px;}
footer .copy img{width:124px; height:31px;}
.fa-facebook:hover{color:#234E9D;}
.fa-youtube-play:hover{color:#C00000;}
.fa-instagram:hover{color:#234E9D;}
.fa-wordpress:hover{color:#234E9D;}
.mobile{display: none !important;}


.faq_header .oko {
    float: right;
    margin: 1em 0 2em 3em;
}
.modalBack{position:fixed;width:100%;height:100%;background:#fff;background:rgba(255,255,255,0.6);z-index:1000;top:0;left:0;display:none;overflow:auto}
.modalFront{max-width:920px; background:#fff;left:50%;position:absolute;margin-top:5%}
.modalView{overflow:hidden!important}
span.modalClose{width:14px;height:14px;position:absolute;right:15px;top:15px;background:url(../img/svg/X_blue.svg);background-size:contain;cursor:pointer}

.main-top_choose-lang:hover{background: rgba(255,255,255, 0.9)}
.main-top_choose-lang_availabe{width:136px;}
.main-top_choose-lang_availabe li{float:left;
	padding-right:10px;}

.main-top_choose-lang a img{
	width:24px;
	height:18px;
}
.main-top_choose-lang_availabe li{
	margin:6px 0;
}
.main-top_choose-lang:hover .main-top_choose-lang_availabe{
	display:block
}