#zt-header {
    background-size: auto 100%;
}

	@keyframes arrow {
		0 {transform: translateY(-.1em)}
		5% {transform: translateY(-.2em)}
		10% {transform: translateY(-.4em)}
		20% {transform: translateY(-.55em)}
		25% {transform: translateY(-.53em)}
		30% {transform: translateY(-.52em)}
		45% {transform: translateY(-.45em)}
		55% {transform: translateY(-.35em)}
		60% {transform: translateY(-.21em)}
		65% {transform: translateY(-.1em)}
		70% {transform: translateY(0em)}
		80% {transform: translateY(-.1em)}
		90% {transform: translateY(-.2em)}
		95% {transform: translateY(-.25em)}
		100% {transform: translateY(-.15em)}
	}
	
	
@keyframes xmas-ball {
   0% {

      transform: translateX(-4px) translateY(-1px) rotate(2deg);
  }  
   
  50% {
    transform: translateX(1px) translateY(-1px) rotate(-1deg);
  }
 
  100% {
    transform: translateX(-4px) translateY(-1px) rotate(2deg);
  }
}


@-webkit-keyframes xmas-ball {
   0% {

      transform: translateX(-4px) translateY(-1px) rotate(2deg);
  }  
   
  50% {
    transform: translateX(1px) translateY(-1px) rotate(-1deg);
  }
 
  100% {
    transform: translateX(-4px) translateY(-1px) rotate(2deg);
  }
}

#zt-header.newyear ul.stockings > li{
	width: 33%;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 47% 0;
	background-size: 100% auto;
}

#zt-header.newyear ul.stockings > li:nth-child(1){
	background-image: url(/images/newyear/stockings/01.png);
}
#zt-header.newyear ul.stockings > li:nth-child(2){
	background-image: url(/images/newyear/stockings/02.png);
}
#zt-header.newyear ul.stockings > li:nth-child(3){
	background-image: url(/images/newyear/stockings/03.png);
}
#zt-header.newyear ul.stockings > li > img{
	opacity: 0;
	-moz-opacity: 0;
	width: 100%;
	height: auto;
	transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-webkit-transition: opacity .2s ease;
}
#zt-header.newyear ul.stockings > li:hover {
	/* background-image: none; */
}
#zt-header.newyear ul.stockings:not(.na) > li:hover > img{
	opacity: 1;
	-moz-opacity: 1;
}

#zt-header ul.stockings li .choose {
	position: relative;
	overflow: hidden;
}

#zt-header ul.stockings li .choose:before ,
#zt-header ul.stockings li.chosen .choose:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	height: calc(100% - 6px);
	height: -moz-calc(100% - 6px);
	height: -webkit-calc(100% - 6px);
	width: 0;
	transition: width .5s ease;
	-moz-transition: width .5s ease;
	-webkit-transition: width .5s ease;
	background: #375323;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
#zt-header ul.stockings:not(.na) li .choose:hover:before,
#zt-header ul.stockings:not(.na) li.chosen .choose:before {
	width: calc(100% - 6px);
	width: -moz-calc(100% - 6px);
	width: -webkit-calc(100% - 6px);
}
#zt-header ul.stockings li .choose span {
	position: relative;
}
#zt-header ul.stockings:not(.na) li .choose:hover span,
#zt-header ul.stockings:not(.na) li.chosen .choose span {
	color: #fff;
}

/* xmas popup */

.getpriceoff {
	position: relative;
}

#zt-header.newyear ul.stockings li .cudbe {
    width: 55px;
    height: 50px;
    margin: -144px 0 0 35px;
    background-size: cover;
}
#zt-header.newyear ul.stockings li .cudbe.num_1 {
    background-image: url(/images/newyear/cudbe/01.png);	
}
#zt-header.newyear ul.stockings li .cudbe.num_2 {
    background-image: url(/images/newyear/cudbe/02.png);
}
#zt-header.newyear ul.stockings li .cudbe.num_3 {
    background-image: url(/images/newyear/cudbe/03.png);
}

#zt-header.newyear ul.stockings li:nth-child(1) .cudbe {
	margin-top: -148px;
}

#zt-header.newyear ul.stockings li:nth-child(3) .cudbe {
	margin-top: -141px;
	margin-left: 33px;
}

.xmas_popup .screen {
    position: relative;
}

/* end */
	
.n_header {
	min-height: 205px;
	/* padding-bottom: 35px; */
	position: relative;
	z-index: 9999;
	display: inline-block;
    width: 100%;
	font-size: 15px;
}
.newyear .n_header .right .bar .contacts .emails a {
	color: #fff !important;
	font-size: 1.2em;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.n_header .inner {
	margin: 0 auto;
	height: 100%;
	padding: 15px 5px;
	max-width: 1180px;
	width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	position: relative;
	/* display: inline-block; */
}
.n_header .left {
	float: left;
	width: 145px;
	height: 100%;
	text-align: center;
}

.n_header .left .logo {	
	margin: 0 auto;
	width: 105px;
	height: auto;	
}
.newyear .n_header .left div.logo {
	margin-top: -35px;
	background: url('../images/newyear/sphere-y.png') center center no-repeat;
	background-size: 100% 100%;
	width: 123px;
	height: 123px;
	border-radius: 125px;
	-moz-border-radius: 125px;
	-webkit-border-radius: 125px;
	/* border: 1px solid #f9cfdd; */
	padding-top: 22.5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 20px 35px 15px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 20px 35px 15px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow: 20px 35px 15px 0 rgba(0,0,0,0.25);
	position: relative;
	animation: xmas-ball 2.5s ease-out infinite ;
	-moz-animation: xmas-ball 2.5s ease-out infinite ;
	-webkit-animation: xmas-ball 2.5s ease-out infinite ;
}
.newyear .n_header .left div.logo:after {
	content: "";
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    background: url(snow-clipart-animated-gifs-18.gif) center center no-repeat;
}
.newyear .n_header .left div.logo:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 22px;
	height: 27px;
	margin: -25px 0 0 -11px;
	background: url('../images/ball_hanger.png') 0 0 no-repeat;
	z-index: 999;
}
.newyear .n_header .left div.logo a {
	position: relative;
	z-index: 999;
}
.newyear .n_header .left div.logo img{
	width: 85px;
}
.n_header .left .languages {
	padding: 10px 0;
}

.n_header .right {
	float: right;
	width: calc(100% - 150px);
	width: -moz-calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
	display: inline-block;
	height: 100%;
}

.n_header .right .topmenu { 
	float: left; 
	width: calc(100% - 275px);
	width: -moz-calc(100% - 275px);
	width: -webkit-calc(100% - 275px);	
	/* height: 100%; */
}

.n_header .right .topmenu > div{ 	
	height: 100%;
	position: relative;
}

#zt-header.newyear .elf {
    position: absolute;
    z-index: 99999;
    width: 93px;
    height: 138px;
    background: url(/images/newyear/elf.png) 0 0 no-repeat;
    margin: -70px 0 0 10px;
    top: 100%;
}

.n_header .right .topmenu ul.menu{
	/* float: right; */
}	

.n_header .right .topmenu ul.menu li{
	float: left;
	text-transform: uppercase;
    padding: 0;
    line-height: 30px;
    margin: 0;
    outline: medium none;
    background: none;
}
.n_header .right .topmenu ul.menu li a {
    border-right: 1px solid #D9D9D9;
    padding: 0 10px;
    text-decoration: none;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
}
.n_header .right .topmenu ul.menu li:last-child a {
	 border-right: none;
}
.n_header .right .topmenu ul.menu li:hover a {
	color: #c1352a!important;
}

.n_header  ul.region {
	margin-top: -15px;
	display: block;
	padding: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
	cursor: pointer;
	background: #fff;	
	z-index: 99999;
	text-align: left;
	width: 125px;
	position: absolute;
}
.n_header  ul.region li{
	list-style: none;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	cursor: pointer;
	display: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.n_header  ul.region li.current{
	background: #c52033;
	
}
.n_header  ul.region li.current:hover {
	background: #F75352;
	box-shadow: inset 0 5px 5px 0 #fd9292;
	-moz-box-shadow: inset 0 5px 5px 0 #fd9292;
	-webkit-box-shadow: inset 0 5px 5px 0 #fd9292;
}
.n_header  ul.region li a {
	display: block;
	width: 100%;
	height: 100%;
	color: red !important;
}
.n_header  ul.region li.current a{
	color: #fff !important;
}
.n_header  ul.region li:not(.current) a:hover{
	color: #F75352 !important;
}

.n_header  ul.region li:first-child{	
	background: #f8f8f8 url('../images/n_list.png') 90% center no-repeat;
	display: block;
}
.newyear .n_header ul.region li:first-child{
	color: red;
    text-shadow: none;
}

.n_header  ul.region.chpoked {
	box-shadow: 0 10px 15px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 10px 15px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,0.2);
	/* position: realtive; */
	position: absolute;
}
.n_header  ul.region.chpoked li {
	display: block;
}
.n_header  ul.region.chpoked li:first-child{
	cursor: default;
	color: #000;
	margin-bottom: 5px;
}


.n_header .right .bar {
	float: right;
	/* width: 270px; */
	max-width: 350px;
	/* height: 100%; */
	padding: 3px 0;
	/* margin-top: -27px; */
}

.n_header .right .bar #zt-top-action {
	position: initial;
	float: right;
}

.n_header .right .bar #zt-top-action #zt-searchform-inner {
    right: initial;
    top: initial;
	margin: 34px 0px 0 -127px;
}

.n_header .right .bar .contacts {
	/* padding: 10px 0 0; */
	padding: 0;
	font-size: 1em;
	text-align: right;
}
.n_header .right .bar .contacts .phones{
	/* padding-bottom: 5px; */
}	
.n_header .right .bar .contacts li {
	list-style: none;
	font-size: .9em;
}

.n_header .right .bar .contacts a{
	color: #c52033!important;
}	
.n_header .right .bar .contacts a:hover{
	color: #F75352!important;
}
.n_header .right .bar .contacts .emails {
	position: relative;
}
.n_header .right .bar .contacts .emails .social_icons {
	position: relative;
    display: block;
    padding: 5px 0;
    text-align: right;
	/* min-width: 11em; */
	height: 3.2em;
/* 	background: #a7a7e0; */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.n_header .right .bar .contacts .emails .social_icons a{
	display: inline-block;
	/* height: 100%; */
	vertical-align: middle;
	color: #fff;
	margin: 0 .5em 0 0;
	padding:  0 0 .25em 0;
/* 	background: red; */
	/* width: 30%; */
	text-align: center;
}
.n_header .right .bar .contacts .emails .social_icons a:last-child{
	margin-right: 0;
}
.social_icons a img{
	width:25px;
}
.n_header .right .bar .contacts .emails .social_icons a img{
	width: auto;
	height: 95%;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.n_header .right .bar .contacts .emails .social_icons a:hover img,
.newyear .n_header .right .bar .contacts .emails .social_icons a img{
	filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	animation: arrow .25s ease;
	-moz-animation: arrow .25s ease;
	-webkit-animation: arrow .25s ease;
}
.newyear .n_header .right .bar .contacts .emails .social_icons a img{
	box-shadow: 0 0 0 1px #fff;
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
}

#zt-header.newyear ul.stockings {
    z-index: 99;
	top: 100%;
	left: 0;
	margin-top: -25px;
}

.n_header .right .bar .contacts span{
	line-height: 1.25;
}
.n_header  span.address {
	background: url('../images/geopin.png') 0 0 no-repeat;
	background-size: auto 100%;
	padding-left: 20px;
}

.header__bar_wrapper-top {
	padding: 10px 0;
}

.header__address {
	text-align: right;
	padding-bottom: 10px;
}

.header__bar_wrapper-top span[itemprop="name"]{
	padding: 0 10px;
}

@media screen and (max-width: 1165px) {
	
	#bd {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#zt-header.newyear {
		padding-top: 0;
	}
	
	.n_header {
		height: auto;
		padding-bottom: 5px;
	}
	
	
	.n_header .right {
		padding: 10px 20px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.header__address  {
		/* float: left;
		padding-right: 35px;
		font-size: 1.35em; */
	}
	.header__address br {
		display: none;
	}
	
	.newyear .n_header .left div.logo {
		margin-top: 25px;
	}
	
	
	
	.n_header .right .topmenu,
	.n_header .right .bar {
		/* float: none;
		width: 100%;
		height: auto; */
	}
	.header__bar_wrapper{
		/* float: right;
		padding: 10px; */
	}
	
	.n_header .right .bar {
		
	}
	
}

@media screen and (max-width: 980px) {
	#zt-header.newyear ul.stockings {
		margin: -25px 0 0 0px;
	}
}
@media screen and (max-width: 930px) {
	#zt-header, .n_header {
		max-height: 310px;
	}
	#zt-header.newyear ul.stockings {
		margin: -25px 0 0 -10px;
	}
	#zt-header.newyear ul.stockings li {
		width: 12vw;
	}
}
@media screen and (max-width: 820px) {
	.header__address  {
		float: none;
		padding-right: 0;
		padding-bottom: 10px;
		text-align: right;
	}
	#zt-header, .n_header {
		max-height: 350px;
	}
}
@media screen and (max-width: 800px) {
	div#zt-header {
		background: #f8f8fd;
	}
	#zt-header, .n_header {
		height: auto;
		max-height: none;
		/* padding-bottom: 15px; */
		display: inline-block;
		width: 100%;
	}
	.newyear .n_header {
		background: #c12c31 url(/images/newyear/header.jpg) 0 0 repeat-x;
		background-size: cover;
	}
	.n_header .right .topmenu {
		width: auto;
	}
	
	.n_header .right {
		
	}
	
	.n_header .right .bar #zt-top-action {
		position: initial!important;
	}

}
@media screen and (max-width: 640px) {
	
	#zt-header.newyear .elf {
/* 		position: absolute;
		z-index: 99999;
		width: 93px;
		height: 138px;
		background: url(/images/newyear/elf.png) 0 0 no-repeat;
		margin: -70px 0 0 10px; */
		top: inherit;
	}
	
	.n_header .right .topmenu > div {
		position: static
	}
	
	#zt-header.newyear ul.stockings {
		display: block;
		margin-left: 0;
		margin-top: 0;
		top: 0%;
		width: 100%;
	}
	
	
	#zt-header.newyear ul.stockings > li{
		width: 33%;
		text-align: center;
	}
		
	.header__address {
		font-size: 1.1em;
	}

	
	#zt-header a, .n_header a{
		color:#f75352!important;
	}
	
	.n_header .right .bar .contacts .emails .social_icons {
		position: relative;
		display: block;
		padding: 5px 0;
		text-align: right;
	}
	
	.n_header .right .bar .contacts .emails .social_icons a{
		display: inline-block;
		width: auto;
	}
	
	.n_header .left {
		float: none;
		margin: 10px auto;
	}
	.n_header .right {
		width: 100%;
		position: relative;		
		padding: 10px;
		background: #fff;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border: 2px solid #F75352;
		box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2);
		-moz-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2);
		/* height: 42px; */
		height: auto;
		/* min-height: 200px; */
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		min-width: auto;
		margin: 25px 0 15px 0;
	}	
	
	
	.n_header .right .topmenu ul.menu li {
		float: none;
	}
	
	.n_header .right .topmenu {
		margin-top: 10px;
		max-width: 40%;
		float: left;
	}
	
	.n_header .right .bar {
		float: right;
		max-width: 60%;
		color: #264417;
		text-shadow: 0 0 0 transparent;
	}
	
	.header__bar_wrapper {
		padding: 20px;
	}
	
	span.zt-icon-search {
		background: url(/templates/zt_webshop/images/search-icon.png) no-repeat 0 4px!important;
	}
	
	span.zt-icon-cart {
		background:  url(/templates/zt_webshop/images/cart-icon.png) no-repeat 0 0!important;
	}
	
	#zt-header.newyear ul.menu {
		float: none;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		background: transparent;
		border: none;
		width: auto;
		min-width: auto;
	}
	
}
@media screen and (max-width: 575px) {
	.header__address br {
		display: block;
	}
}


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

	.n_header .right .topmenu {
		max-width: none;
	}
	
	.n_header .right .bar {
		max-width: none;
	}
	
	#zt-top-action {
		width: 140px;
	}
	span.zt-icon-cart, span.zt-icon-search {
		width: 55px;
		line-height: 20px;
		padding-right: 5px;
	}
	
	.n_header .right .bar .contacts .emails .social_icons {
		margin-left: -6em;
	}
	
	.header__address {
		text-align: center;
	}
	
	.header__bar_wrapper {
		float: none;
	}
	
	.n_header .right .bar .contacts .emails .social_icons {
		width: 100%;
		text-align: center;
	}
	
	#zt-header.newyear ul.stockings li {
		height: 115px;
	}
	
	.newyear .n_header .right .topmenu {
		padding-top: 100px;
	}
	#zt-header.newyear ul.menu {
		margin-right: 0;
		margin-bottom: 0;
	}
	#zt-header.newyear .header__bar_wrapper{
		padding: 0 0 20px 0;
	}
	#zt-header.newyear ul.stockings > li {
		background-position: 75% 0;
		background-size: auto 100%;
		position: relative;
	}
	#zt-header.newyear .elf {
		position: absolute;
		z-index: 9;
		width: 50px;
		height: 100px;
		background-size: 100% auto;
		margin: -30px 0 0 10px;
	}
	#zt-header ul.stockings li .choose, #zt-header.newyear ul.stockings li .choose {
		position: absolute;
		left: 0;
		bottom: 0;
		background-size: 100px 100%;
		margin: 0 10px;
	}
	#zt-header.newyear ul.stockings > li > img {
		width: auto;
		height: 100%;
		margin-left: 28px;
	}
	#zt-header.newyear ul.stockings li .cudbe {
		width: 55px;
		height: 50px;
		margin: -116px 0 0 73px;
		background-size: cover;
		background-size: auto 75%;
	}
	#zt-header.newyear ul.stockings li:nth-child(1) .cudbe {
		margin: -118px 0 0 72px;
	}
	#zt-header.newyear ul.stockings li:nth-child(2) .cudbe {
		margin: -119px 0 0 70px;
	}
	#zt-header.newyear ul.stockings li:nth-child(3) .cudbe {
		margin: -118px 0 0 68px;
	}
	
	#zt-header.newyear .n_header .right .bar .contacts .phones,
	#zt-header.newyear .n_header .right .bar .contacts{
		padding-top: 0px;
		padding-bottom: 0px;
	}
		
	.newyear .n_header .right .topmenu ul.menu li {
		float: none;
		display: inline-block;
	}

	.n_header .right .topmenu, .n_header .right .topmenu ul.menu {
		float: none;
		text-align: center;
	}
	
	.n_header .right .topmenu ul.menu li a {
		border-right: none;
	}
	
	.n_header .right .bar #zt-top-action {
		float: none;
	}

	.n_header .right .bar {
		float: none;
		width: 100%;
		/* height: 100%; */
		padding: 3px 0;
		text-align: center;
	}
	.n_header .right .bar img{
		margin: 10px auto;
	}
	
	#zt-top-action {
		width: 120px;
	}
	span.zt-icon-cart, span.zt-icon-search {
		width: 45px;
		line-height: 20px;
		padding-right: 2px;
	}
	
	.n_header .right .bar .contacts {
		text-align: center;
	}
	
	.n_header .right .bar .contacts .emails .social_icons {
		width: 55%;
		position: initial;
		display: block;
		margin: .25em auto 1.5em auto;
	}
	
}

.a2_header-wrapper {}
.a2_header-wrapper .inner {
	margin: 0 auto;
    padding: 5px;
    max-width: 1180px;
    width: 100%;
}
.a2_header-wrapper .logo {	
	width: 105px;
	margin-left: 3.5px;
}
.a2_header-wrapper .mod-languages {
    margin-bottom: 0px;
}
.a2_header-wrapper .topmenu ul.menu {
	display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.a2_header-wrapper .topmenu ul.menu li {
    padding: 5px 5px 5px 10px;
	margin-left: 5px;
}

.cta-wrapper {
	/* position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%); */
	width: 100%;
	position: relative;
	/* position: absolute; */
	bottom: 0;
}
.cta-btn-wrapper{
	/* padding: 30px 10px 0; */
	padding: 0px 10px 0;
}
@media screen and (min-width:596px){
	.cta-btn-wrapper{
		/* padding: 0 10px; */
		padding: 10px;
		/* margin-top: -87px; */
	}
}
.cta-btn{
	/* width: 100%; */
	max-width: 278px;
	margin: 0 auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 2.5px 0px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background: #c52033;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.25;
	box-shadow: 0 5px 10px 0 rgba(255,255,255,.5);
	-moz-box-shadow: 0 5px 10px 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 0 5px 10px 0 rgba(255,255,255,.5);
	cursor: pointer;
	position: relative;
	overflow:hidden;
}
.cta-btn:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:50%;
	transform: translate(-100%);
	-moz-transform: translate(-100%);
	-webkit-transform: translate(-100%);
	height:100%;
	transition:transform .5s ease, background 1s ease;
	-moz-transition:transform .5s ease, background 1s ease;
	-webkit-transition:transform .5s ease, background 1s ease;
	background: #f45454;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.cta-btn:hover{
	background: linear-gradient(0deg, #f45454, #c52033);
}
.cta-btn:hover:before{
	transform: translate(200%);
	-moz-transform: translate(200%);
	-webkit-transform: translate(200%);
	background: rgba(255,255,255,.25);
}
.cta-line {
	padding: 5px 15px;
	position: relative;
}
.cta-line:first-child {
	padding: 9.5px 15px;
	position: relative;
	font-size: 20px;
}
.cta-wrapper.cta-small{
	display: none;
	-webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
@media screen and (max-width:640px){
	.cta-wrapper.cta-large{
		display: none;
	}
	.topmenu_wrapper-cell {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.cta-wrapper.cta-small{
		display: block;
		/* padding-top: 20px; */
	}
}

.cta-popup-layout {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(0,0,0,.9); */
	z-index: 9999999;
	display: none;
}
.cta-popup-layout.cta-shown {
	display: block;
}
.cta-blackout {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
}
.cta-popup-outer {
	width: 100%;
	height: 100%;
	position: relative;
}
.cta-popup-wrapper {
	padding: 5px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background: #fff;
	min-width: 300px;
	min-height: 300px;
}
.cta-popup-title,
.cta-popup-close {
	font-size: 18px;
	font-weight: bold;
}
.cta-popup-close {
	cursor: pointer;
}
.cta-popup-heading {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.cta-input { 
	border-radius: 12px!important;
	-moz-border-radius: 12px!important;
	-webkit-border-radius: 12px!important;
	padding: 0 12px!important;
}
.input-wrong {
	background: #f7d6d6!important;
}

.cta-submit { 
	display: inline-block;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}