.banner-offer .banner {
	background: #000;
	text-align: center;
}

.banner-offer .tt-banner-offer {
	overflow: hidden;
}

.banner-offer .tt-banner-offer .banner-offer-fixed {
	position: fixed;
	margin: 0 auto;
	top: auto;
	overflow: hidden;
	left: auto;
	right: 10px;
	bottom: -220px;
	z-index: 100000;
	transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
	opacity: 0;
}
.banner-offer .tt-banner-offer .banner-offer-fixed .banner-offer-content .tt_banner img {
    border-radius: 10px;
    transform: scale(0.95);
    transition: all 400ms ease-in-out;
}
.banner-offer .tt-banner-offer .banner-offer-fixed .banner-offer-content:hover .tt_banner img {
    transform: scale(1);
}
.banner-offer .tt-banner-offer .banner-offer-fixed.visible {
	opacity: 1;
	bottom:10px;
}
.arrow-bottom {
    float: left;
    position: fixed;
    right: 90px;
    bottom: 50px;
    z-index: 2;
	cursor:pointer;
}
@media (max-width: 543px) {
.arrow-bottom {
    right: 70px;
    bottom: 40px;
}
}
.arrow-inner {
    height: 50px;
    width: 60px;
    position: relative;
    float: left;
    text-align: center;
    border-radius: 25px;
}
#index .arrow-bottom{
	opacity:0;
}
#index .arrow-bottom.visible{
	opacity:1;
}
.arrow-inner img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.arrow-inner i {
    font-size: 30px;
    color: #000;
	animation-name: move-bottom-to-top;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-iteration-count: infinite;
    animation-direction: alternative;
}
@keyframes move-bottom-to-top {
  0% {
    transform: translateY(-5%);
  }
  50% {
    transform: translateY(-15%);
  }
  100% {
    transform: translateY(-5%);
  }
}
.banner-offer .tt-banner-offer .close-banner-offer:hover{
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.banner-offer .tt-banner-offer .close-banner-offer {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
	z-index:3;
	text-align:center;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transition: all 0.5s ease-in-out 0ms;
    -webkit-transition: all 0.5s ease-in-out 0ms;
    -moz-transition: all 0.5s ease-in-out 0ms;
    -o-transition: all 0.5s ease-in-out 0ms;
    -ms-transition: all 0.5s ease-in-out 0ms;
}

.banner-offer .tt-banner-offer .close-banner-offer span {
	font-size: 0;
	background: url(../img/close.png) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
}

.banner-offer .tt-banner-offer .show-banner-offer span {
	color: #fff;
	padding: 12px 16px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 0;
	max-width: 45px;
	background: #292929;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: -10px;
	display: inline-block;
	line-height: 10px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.banner-offer .tt-banner-offer .close-banner-offer i {
    font-size: 16px;
    color: #000000;
    vertical-align: top;
    padding: 0;
	line-height:20px;
}
.banner-offer .tt-banner-offer .show-banner-offer span:before {
	content: "\f077";
	font: normal normal normal 12px FontAwesome;
}

.banner-offer .tt-banner-offer .show-banner-offer span:hover {
	background: #fff;
	color: #2856bf;
}

#header .banner a.tt_banner {
	max-height: 100%;
}

#header .banner a.tt_banner img {
	max-height: 100%;
}
.visible #tt_overlay {
	display:block;
}
.banner-offer .banner-offer-content {
    position: relative;
    z-index: 2;
}
#tt_overlay {
	position: fixed;
	top: 0px;

	left: 0px;
	z-index: 1;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: black;
	width: 100%;
	height: 100%;
	display: none;
}