@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

@font-face {
	font-family: 'montserratblack';
	src: url('../fonts/montserrat-black-webfont.woff2') format('woff2'),
	url('../fonts/montserrat-black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'oxygenbold';
	src: url('../fonts/oxygen-bold-webfont.woff2') format('woff2'),
	url('../fonts/oxygen-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

html, body {
	width: 100%;
	font-size: 14px;
	color: #000000;
	font-family: 'Montserrat', sans-serif, Arial;
	background: #fefefe;
}

p {
	line-height: 22px;
	color: #545765;
	font-size: 17px;
}

.centering {
	padding: 0 15px;
	max-width: 1010px;
	position: relative;
	margin: auto;
}

.wrapper {
	padding: 0 15px;
	max-width: 943px;
	position: relative;
	margin: auto;
}

/* common */
a {
	text-decoration: none !important;
	outline: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

ul {
	list-style: circle;
	margin: 0;
  font-size: 18px;
  margin: 0 0 0 10px;
}
ul li {
  padding: 0 0 0 5px;
}

.clear {
	clear: both;
	overflow: hidden;
}

img {
	border: 0;
	outline: none;
	display: block;
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #000000;
}

h1, .h1 {
	font-size: 33px;
	text-transform: uppercase;
	line-height: 38px;
}

h2 {
	font-size: 32px;
//	text-transform: uppercase;
	line-height: 38px;
    color: #d4342a;
    font-weight: 700;
}

h3 {
  color: #d4342a;
  font-weight: bold;
  font-size: 26px;
}

input, textarea {
	font-family: 'Montserrat', sans-serif, Arial;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

input:focus, textarea:focus {
	outline: none;
}

.pull_left {
	float: left;
}

.pull_right {
	float: right;
}

p {
	color: #000000;
	font-size: 18px;
	line-height: 23px;
}

/* wrapper */
#wrapper {
	width: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

/* header*/
header {
	padding: 53px 0 0;
	width: 100%;
	z-index: 999;
	height: auto;
	position: absolute;
}

header a.logo {
	margin: 20px 0 0 27px;
	display: block;
	width: 490px;
	float: left;
}

header .wrapper {
	max-width: 1600px;
	min-height: 170px;
}

header .top-block {
	position: absolute;
	z-index: 9;
	right: 82px;
	top: 0;
}

header .top-block .button {
	padding: 12px 12px;
	margin-left: 62px;
	letter-spacing: 0.03em;
	float: right;
	border: 7px solid rgba(118, 132, 149, 0.6);
	background: rgba(255, 255, 255, 0.6);
	color: #ffffff;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 24px;
}

header .top-block .button:hover {
	color: #ed1c24;
	border: 7px solid rgba(118, 132, 149, 1);
	background: rgba(255, 255, 255, 1);
}

header .top-block .phone {
	float: left;
	color: #ffffff;
	font-size: 28px;
	line-height: 34px;
	margin: 14px 20px 0 0;
	letter-spacing: 1px;
}

header .top-block .facebook {
	float: left;
	margin-top: 12px;
}

header.stickyhead {
	position: fixed;
	-webkit-animation: stickyhead ease-in-out 0.7s 0.1s both;
	-moz-animation: stickyhead ease-in-out 0.7s 0.1s both;
	animation: stickyhead ease-in-out 0.7s 0.1s both;
	background: rgba(0, 0, 0, 0.8);
	padding: 15px 0;
}

header.stickyhead .nav-bar {
	display: none;
}

header.stickyhead a.logo {
	width: 220px;
	margin: 0;
}

header.stickyhead .top-block {
	padding: 15px 0;
}

header.stickyhead .wrapper {
	min-height: 95px;
}

/* nav-bar */
.nav-bar {
	padding: 90px 68px 0 0;
	position: relative;
	float: right;
}

.nav-bar ul {
	list-style: none;
	float: left;
	margin: 0;
}

.nav-bar li {
	padding: 0 0 0 44px;
	letter-spacing: 1px;
	float: left;
	font-size: 19px;
	position: relative;
	text-transform: uppercase;
	line-height: 26px;
	font-weight: 700;
}

.nav-bar li a {
	padding: 0;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

.nav-bar li a:hover, .nav-bar li:hover a, .nav-bar li.active a {
	color: #ed1c24;
	background: none;
}

.nav-bar li ul {
	display: none;
	padding: 10px 15px;
	float: none;
	position: absolute;
	background: #fff;
    min-width: 254px;
}

.nav-bar li:hover ul {
	display: block;
}

.nav-bar li ul li {
	padding: 0 0 5px 0;
	float: none;
}

.nav-bar li ul li a {
	display: block;
	color: #000 !important;
	white-space: nowrap;
}

.nav-bar li ul li a:hover {
	color: #ed1c24 !important;
}

.nav-bar a.mobilemenu {
	display: none;
}

.nav-bar a.close {
	display: none;
}

/* slider-bar */
.slider-bar {
	padding: 414px 15px 30px;
	margin: auto;
	width: 100%;
	position: relative;
	min-height: 796px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.slider-bar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.slider-bar li {
	width: 100%;
	height: auto;
}

.slider-bar .text {
	margin: auto;
	color: #ffffff;
	max-width: 550px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif, Arial;
}

.slider-bar h2 {
	letter-spacing: 6px;
	font-family: 'montserratblack';
	position: relative;
	color: #ffffff;
	font-size: 85px;
	line-height: 80px;
	font-weight: 400;
	margin: 0px;
}

.slider-bar p, .slider-bar a {
	padding: 1px 0 0;
	letter-spacing: 1px;
	font-size: 40px;
	color: #ffffff;
	line-height: 44px;
	font-weight: 700;
}
.slider-bar a:hover {
  color: #ed1c24;
}

.slider-bar h2:after {
	content: '';
	position: absolute;
	left: -312px;
	top: -58px;
	width: 331px;
	height: 320px;
	background: url(../images/banner_icon.png) no-repeat;
}

.slider-inner {
	height: 320px;
	background-size: cover;
	background-position: center top;
}

/* item-bar */
.item-bar {
	margin: -80px 0 40px;
	width: 100%;
	position: relative;
}

.item-bar .mid {
	max-width: 1070px;
	margin: auto;
}

.item-bar aside {
	display: block;
	padding: 15px 15px;
	background: #ed1c24;
	position: relative;
}

.item-bar h2 {
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #ffffff;
	margin: 0px;
	text-transform: uppercase;
	padding: 13px 0 15px;
	letter-spacing: 0.03em;
	min-height: 80px;
	text-align: center;
}

.item-bar img {
	width: 100%;
	height: auto;
}

.item-bar aside:hover h2 {
	color: #0a4179;
	font-family: 'montserratblack';
}

/* clean-bar */
.clean-bar {
	padding: 30px 90px 90px;
	margin: auto;
	width: 100%;
	position: relative;
	background: #ebebeb;
	overflow: hidden;
}

.clean-bar h1 {
	color: #d4342a;
	font-size: 38px;
	line-height: 40px;
	text-transform: none;
	font-weight: 700;
}

.clean-bar p {
	color: #000000;
	font-size: 18px;
	line-height: 30px;
}

.clean-bar img.image {
	position: absolute;
	right: 90px;
	top: 77px;
	width: 52.3%;
}

.clean-bar .left {
	padding-bottom: 80px;
	width: 57%;
	float: left;
}

.clean-bar .video {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.clean-bar .video .custom {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.clean-bar .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.clean-bar .play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 248px;
	height: 248px;
	background: url(../images/play_btn.png) no-repeat;
	margin: -124px 0 0 -124px;
}

/* testimonials-bar */
.testimonials-bar {
	padding: 120px 0 85px;
	margin: auto;
	width: 100%;
	position: relative;
	background: url(../images/testimonials.jpg) center top no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.testimonials-bar .block {
	padding: 19px;
	margin-bottom: 25px;
	background: rgba(255, 255, 255, 0.8);
}

.testimonials-bar p {
	margin: 0;
	color: #000000;
	font-size: 18px;
	line-height: 26px;
}

.testimonials-bar h3 {
	color: #d4342a;
	font-size: 23px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 0;
	line-height: 26px;
	display: inline-block;
	text-transform: uppercase;
}

.testimonials-bar img {
	width: 100%;
}

/* coupons-bar */
.coupons-bar {
	margin: auto;
	width: 100%;
	position: relative;
	padding: 60px 0 55px;
}

.coupons-bar h2 {
	color: #d43430;
	font-size: 62px;
	line-height: 64px;
	font-weight: 700;
	text-align: center;
	padding: 0;
}

.coupons-bar p {
	color: #000000;
	font-size: 18px;
	line-height: 30px;
	padding: 0 4px 35px;
	text-align: center;
}

.coupons-bar .block {
	padding: 18px 18px 10px;
	border: 5px dashed #000000;
}

.coupons-bar h3 {
	display: block;
	font-weight: normal;
	color: #105ba9;
	font-size: 63px;
	line-height: 68px;
	text-align: center;
	font-family: 'montserratblack';
	letter-spacing: 3px;
}

.coupons-bar h4 {
	h4y: block;
	font-size: 20px;
	padding: 0 10px;
	min-height: 44px;
	line-height: 22px;
	font-weight: 700;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
}

.coupons-bar img {
	display: block;
	margin: 15px auto 5px;
}

.coupons-bar .block p {
	display: block;
	font-style: normal;
	font-size: 15px;
	line-height: 17px;
	color: #000000;
	padding: 0;
	text-align: center;
	font-weight: normal;
	font-family: 'oxygenbold';
}

/* footer */
footer {
	padding: 43px 0 60px;
	width: 100%;
	position: relative;
	background: #0a4179;
}

footer .nav {
	padding: 0 0 45px 43px;
	overflow: hidden;
	list-style: none;
	margin: 0;
}

footer .nav li {
	float: left;
	padding-right: 43px;
	letter-spacing: 1px;
}

footer .nav li a {
	color: #ffffff;
	padding: 0;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}

footer .nav li:last-child {
	padding: 0;
}

footer .nav li a:hover,
footer .nav li.active a {
	color: #ff0000;
	background: none;
}

footer address {
	color: #ffffff;
	font-size: 17px;
	float: left;
	line-height: 26px;
	font-weight: 400;
	padding: 5px 0 0 43px;
}

footer address span {
	display: block;
}

footer img {
	float: right;
	margin: -3px 5px 0 0;
}

@media only screen and (max-width: 1599px) {
	.nav-bar {
		padding-right: 0;
	}

	.nav-bar li {
		font-size: 17px;
		padding-left: 30px;
	}

	header a.logo {
		width: 400px;
		margin: 10px 0 0;
	}

	header .top-block {
		right: 15px;
	}

	header .top-block .button {
		font-size: 19px;
	}

	header .top-block .phone {
		font-size: 26px;
	}

	.slider-inner {
		height: 270px;
	}


}

@media only screen and (max-width: 1239px) {

	header {
		padding-top: 30px;
	}

	header a.logo {
		width: 280px;
		margin: 0;
	}

	header .wrapper {
		max-width: 970px;
	}

	.nav-bar li {
		font-size: 14px;
		padding-left: 20px;
	}

	header .top-block .button {
		font-size: 17px;
		padding: 10px 13px;
		margin-left: 30px;
	}

	header .top-block .phone {
		font-size: 20px;
	}

	header.stickyhead .wrapper {
		min-height: 45px;
	}

	.item-bar .container-fluid {
		max-width: 970px;
	}

	.item-bar h2 {
		min-height: 60px;
		font-size: 18px;
		padding: 5px 0 15px;
	}

	.item-bar {
		margin-top: -60px;
	}

	.clean-bar {
		padding: 20px 20px 30px;
	}

	.clean-bar img.image {
		right: 15px;
		top: 90px;
	}

	.clean-bar .left {
		padding-bottom: 60px;
	}

	.clean-bar .play-btn {
		width: 200px;
		height: 200px;
		background-size: 200px;
		margin: -100px 0 0 -100px;
	}

	.clean-bar p {
		font-size: 20px;
		line-height: 28px;
	}

	.clean-bar h2 {
		font-size: 34px;
		line-height: 38px;
	}

	.testimonials-bar p {
		font-size: 17px;
		line-height: 23px;
		padding: 0 0 15px;
	}

	.testimonials-bar a {
		margin: 0;
		font-size: 17px;
		line-height: 19px;
	}

	.coupons-bar h2 {
		font-size: 50px;
		line-height: 54px;
	}

	.coupons-bar p {
		font-size: 20px;
		line-height: 26px;
	}

	.coupons-bar h3 {
		font-size: 42px;
		line-height: 50px;
	}

	.coupons-bar h4 {
		font-size: 16px;
		line-height: 22px;
		padding: 0;
	}

	.coupons-bar img {
		margin: 10px auto
	}

	.slider-bar h2 {
		font-size: 68px;
		line-height: 70px;
	}

	.slider-bar h2::after {
		background-size: 250px;
		left: -250px;
		top: -25px;
	}

	.slider-bar {
		padding-top: 360px;
		min-height: 768px;
	}

	.slider-bar p {
		font-size: 32px;
		line-height: 40px;
	}

	.slider-inner {
		height: 180px;
	}

	footer .nav li a {
		font-size: 15px;
		line-height: 20px;
	}

	footer .nav li {
		padding-right: 25px;
	}

	footer .nav {
		padding-left: 30px;
	}

	footer address {
		font-size: 15px;
		line-height: 23px;
		padding: 0 0 0 30px;
	}

}

@media only screen and (max-width: 1024px) {

	.testimonials-bar {
		background-position: center top !important;
		background-attachment: scroll;
	}

}

@media only screen and (max-width: 991px) {

	.testimonials-bar {
		padding: 50px 0 30px;
	}

	.testimonials-bar .block {
		padding: 10px;
		margin-bottom: 20px;
	}

	.testimonials-bar p {
		font-size: 13px;
		line-height: 18px;
		padding: 0 0 10px;
	}

	.testimonials-bar a {
		font-size: 13px;
		line-height: 16px;
	}

	.clean-bar .play-btn {
		background-size: 100px auto;
		height: 100px;
		margin: -50px 0 0 -50px;
		width: 100px;
	}

	.clean-bar p {
		font-size: 15px;
		line-height: 22px;
	}

	.clean-bar h2 {
		font-size: 24px;
		line-height: 28px;
	}

	.clean-bar img.image {
		top: 70px;
	}

	.clean-bar .left {
		padding-bottom: 40px;
	}

	.coupons-bar {
		padding: 30px 0;
	}

	.coupons-bar h2 {
		font-size: 36px;
	}

	.coupons-bar p {
		font-size: 18px;
		line-height: 22px;
	}

	.coupons-bar h3 {
		font-size: 30px;
		line-height: 32px;
		padding-bottom: 5px;
	}

	.coupons-bar h4 {
		font-size: 12px;
		line-height: 14px;
	}

	.coupons-bar img {
		max-width: 140px;
	}

	.coupons-bar .block p {
		font-size: 13px;
		line-height: 16px;
	}

	header {
		padding-top: 20px;
	}

	footer {
		padding: 30px 0;
	}

	footer .nav {
		padding: 0 0 30px 15px;
	}

	footer address {
		padding: 10px 0 0 15px;
		font-size: 14px;
		line-height: 18px;
	}

	footer .nav li a {
		font-size: 13px;
	}

	footer .nav li {
		padding-right: 15px;
	}

	header .wrapper, .item-bar .container-fluid {
		max-width: 750px;
	}

	header .top-block .button {
		font-size: 14px;
		padding: 6px 13px;
		margin-left: 20px;
		border-width: 4px !important;
	}

	header .top-block .facebook {
		margin-top: 6px;
		width: 30px;
	}

	header .top-block .phone {
		font-size: 16px;
		margin-top: 4px;
	}

	header a.logo {
		width: 200px;
	}

	header.stickyhead a.logo {
		width: 180px;
	}

	.nav-bar li {
		font-size: 12px;
		padding-left: 9px;
	}

	.nav-bar {
		padding-top: 10px;
	}

	.slider-bar {
		min-height: 100px;
		padding: 200px 15px 50px;
		overflow: hidden;
	}

	.item-bar {
		margin: 25px 0 10px;
	}

	.item-bar aside {
		padding: 12px;
		margin-bottom: 15px;
	}

	.item-bar h2 {
		font-size: 15px;
		line-height: 24px;
		min-height: 20px;
		padding: 0 0 10px;
	}

	.slider-bar h2::after {
		display: block;
		margin: 20px auto 0;
		position: relative;
		left: auto;
		top: auto;
		width: 180px;
		height: 180px;
		background-size: 180px;
	}

	.slider-bar h2 {
		font-size: 48px;
		line-height: 52px;
	}

	.slider-bar p {
		font-size: 24px;
		line-height: 28px;
	}

}

@media only screen and (max-width: 767px) {

	.mm-opened a.close {
		display: block;
	}

	.nav-bar a.close {
		width: 50px;
		height: 20px;
		font-size: 0;
		position: absolute;
		left: 20px;
		top: 9px;
		z-index: 8888;
	}

	.nav-bar a.close:before, .nav-bar a.close:after {
		width: 30px;
		height: 3px;
		display: block;
		position: absolute;
		left: 0;
		top: 10px;
		content: "";
		background: #21344d;
		-webkit-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		-ms-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	}

	.nav-bar a.mobilemenu {
		display: block;
	}

	.nav-bar ul {
		display: none;
	}

	.nav-bar a.close:after {
		-webkit-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		-ms-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	}

	#header-part {
		height: 143px;
		padding-top: 55px;
		border-bottom: 6px solid #ed7e2d;
	}

	#header-part .bottom {
		top: 0;
		border-bottom: none;
		height: 44px;
	}

	#header-part.stickyhead .bottom {
		top: 0;
		position: absolute;
	}

	#header-part a.logo {
		width: 80px;
		height: auto;
	}

	.mobilemenu span {
		width: 30px;
		-webkit-transition: -webkit-transform .3s;
		transition: transform .3s;
		background: #ffffff;
		display: block;
		height: 4px;
		left: 0;
		position: absolute;
		right: 0;
		top: 15px;
	}

	.mobilemenu span:before {
		top: -10px;
		transition-property: top, transform;
	}

	.mobilemenu span:after, .mobilemenu span:before {
		background-color: #ffffff;
		content: "";
		display: block;
		height: 4px;
		left: 0;
		position: absolute;
		width: 100%;
		transition-duration: .3s, .3s;
	}

	.mobilemenu span:after {
		bottom: -10px;
		transition-property: bottom, transform;
	}

	.mm-opened .mobilemenu span {
		background: 0 0;
	}

	.mm-opened .mobilemenu span:before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	.mm-opened .mobilemenu span:after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	.mobilemenu {
		display: block;
		float: left;
		font-size: 17px;
		color: #ffffff;
		height: 30px;
		margin-top: 5px;
		line-height: 30px;
		font-family: 'titilliumsemibold_upright';
		text-transform: uppercase;
		overflow: hidden;
		padding: 0 0 0 38px;
		position: relative;
		width: 15px;
	}

	.mm-opened .mobilemenu {
		text-indent: -9999px;
	}

	.coupons-bar .block {
		margin-top: 15px;
	}

	.coupons-bar .container {
		padding: 0;
	}

	footer .nav {
		width: 100%;
		text-align: center;
		padding: 0 0 15px;
	}

	footer .nav li {
		float: none;
		display: inline-block;
	}

	footer {
		padding: 15px 0;
	}

	footer address {
		padding: 0 0 15px;
		text-align: center;
		float: none;
		width: 100%;
	}

	footer img {
		display: block;
		margin: auto;
		width: 150px;
		float: none;
	}

	.coupons-bar p {
		font-size: 16px;
		line-height: 20px;
		padding: 0 0 15px;
	}

	.coupons-bar p br {
		display: none;
	}

	.coupons-bar h2 {
		font-size: 30px;
		line-height: 32px;
	}

	.coupons-bar {
		padding: 20px 0;
	}

	.testimonials-bar {
		padding: 25px 0 5px;
	}

	.clean-bar .left {
		width: 100%;
		padding: 0 0 25px;
	}

	.clean-bar h2 {
		font-size: 20px;
		line-height: 22px;
		padding-bottom: 5px;
	}

	.clean-bar {
		padding: 15px;
	}

	.clean-bar .play-btn {
		background-size: 40px auto;
		height: 40px;
		margin: -20px 0 0 -20px;
		width: 40px;
	}

	.clean-bar p {
		font-size: 14px;
		line-height: 18px;
	}

	.clean-bar p br {
		// display: none;
	}

	.clean-bar img.image {
		position: relative;
		right: auto;
		top: auto;
		margin: 0 auto 20px;
		max-width: 300px;
	}

	footer ul li {
		display: inline-block;
		padding: 0 5px;
		display: inline-block;
		float: none;
	}

	.slider-bar h2::after {
		width: 100px;
		height: 100px;
		background-size: 100px;
	}

	.slider-bar h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.slider-bar p {
		font-size: 19px;
		line-height: 22px;
	}

	.slider-bar {
		padding: 180px 15px 30px 15px;
	}

	header .wrapper {
		padding-top: 58px;
		padding-bottom: 15px;
		min-height: 50px;
	}

	header .top-block .facebook {
		margin-top: 2px;
	}

	header.stickyhead .nav-bar, .nav-bar {
		position: absolute;
		left: 15px;
		top: 0;
		padding: 0;
	}

	header .top-block .button {
		font-size: 12px;
		margin-left: 10px;
		border-width: 2px !important;
		padding: 4px 8px;
	}

	header .top-block .phone {
		font-size: 14px;
		//display: none;
	}

	header .top-block {
		top: 5px;
	}

	header a.logo, header.stickyhead a.logo {
		display: block;
		margin: auto;
		float: none;
		width: 200px;
	}

}

@media only screen and (min-width: 768px) {

	.mm-menu.mm-current {
		display: none !important;
	}

	html.mm-opening .mm-slideout {
		transform: translate(0, 0) !important;
		-webkit-transform: translate(0, 0) !important;
	}

	html.mm-opened {
		overflow: visible !important;
	}

	html.mm-opened body {
		overflow: visible !important;
	}

	#mm-blocker {
		display: none !important;
	}

}

@-webkit-keyframes stickyhead {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@-moz-keyframes stickyhead {
	0% {
		opacity: 0;
		-moz-transform: translateY(-100%)
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0)
	}
}

@keyframes stickyhead {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}