/*css added by riyaj 20161105*/
@media screen and (min-width: 320px) and (max-width: 767px) {
.pattern-wrapper {
	position:static!important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	z-index: 1;
	-webkit-transform: translate3d(0,0,-1px);
	-ms-transform: translate3d(0,0,-1px);
	transform: translate3d(0,0,-1px);
}
/**/
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* hide by riyaj blockquote,caption,dd,dl,fieldset,form,h1,h2,h3,h4,h5,h6,hr,legend,ol,p,pre,table,td,th,ul {
  margin: 0;
  padding: 0;
}*/

a
/* hide by riyaj dd,ol,ul {
  margin-left: 40px;
  margin-left: 2.22222rem;
}*/
html {
	font: 1.125em/1.44444 Lato,sans-serif;
	min-height: 100%;
}

.headerlist1 {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

img {
	max-width: 100%;
}

.img--round {
	border-radius: 3px;
}

.img--right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

.img--left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.img--center {
	display: block;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.img--short {
	height: 100px;
}

.img--medium {
	height: 200px;
}

.img--tall {
	height: 300px;
}

figure > img {
	display: block;
}













.flip-clock-wrapper.clearfix {
	*zoom: 1;
}



.flip-clock-wrapper ul.play {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: perspective(400px) translateZ(-35px);
	-ms-transform: perspective(400px) translateZ(-35px);
	transform: perspective(400px) translateZ(-35px);
}

.no-csstransformspreserve3d .flip-clock-wrapper ul.play {
	-webkit-transform: perspective(400px) translateZ(-35px);
	-ms-transform: perspective(400px) translateZ(-35px);
	transform: perspective(400px) translateZ(-35px);
}

@-webkit-keyframes flipCube {
	0% {
		-webkit-transform: rotateX(0deg) translateZ(-30.5px);
		transform: rotateX(0deg) translateZ(-30.5px);
	}

	100% {
		-webkit-transform: rotateX(-90deg) translateZ(0px) translateY(30.5px);
		transform: rotateX(-90deg) translateZ(0px) translateY(30.5px);
	}
}

@keyframes flipCube {
	0% {
		-webkit-transform: rotateX(0deg) translateZ(-30.5px);
		transform: rotateX(0deg) translateZ(-30.5px);
	}

	100% {
		-webkit-transform: rotateX(-90deg) translateZ(0px) translateY(30.5px);
		transform: rotateX(-90deg) translateZ(0px) translateY(30.5px);
	}
}

.flip-clock-wrapper ul li.flip-clock-before {
	visibility: hidden;
}

@-webkit-keyframes active-to-before {
	0% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(-90deg);
		transform: perspective(400px) rotateX(-90deg);
	}
}

@keyframes active-to-before {
	0% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(-90deg);
		transform: perspective(400px) rotateX(-90deg);
	}
}

@-webkit-keyframes default-to-active {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
	}

	80% {
		opacity: 1;
	}

	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
	}
}

@keyframes default-to-active {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
	}

	80% {
		opacity: 1;
	}

	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
	}
}

.flip-clock-wrapper ul li.flip-clock-active {
	-webkit-transform: translateZ(45px);
	-ms-transform: translateZ(45px);
	transform: translateZ(45px);
}

.flip-clock-wrapper ul.play li.flip-clock-before {
	-webkit-animation: active-to-before .7s both;
	animation: active-to-before .7s both;
	visibility: visible;
}

.no-csstransforms3d .flip-clock-wrapper ul li.flip-clock-before {
	display: none;
}

.flip-clock-wrapper ul.play li.flip-clock-active {
	-webkit-animation: default-to-active .7s both;
	animation: default-to-active .7s both;
	z-index: 2;
}

.flip-clock-divider {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 61px;
}

	.flip-clock-divider.days {
		width: 0;
	}

	.flip-clock-divider .flip-clock-label {
		position: absolute;
		bottom: -17px;
		width: 131px;
		right: -121px;
		text-transform: uppercase;
		text-align: center;
	}

.over-99-days .flip-clock-divider.days .flip-clock-label {
	margin-right: -29px;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down, .flip-clock-wrapper ul.play li.flip-clock-before .up {
	z-index: 2;
}

@-webkit-keyframes turn {
	0% {
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg);
	}

	100% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
}

@keyframes turn {
	0% {
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg);
	}

	100% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
}

@-webkit-keyframes turn2 {
	0% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}

	100% {
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
	}
}

@keyframes turn2 {
	0% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}

	100% {
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
	}
}

.flip-clock-wrapper ul li.flip-clock-active {
	z-index: 3;
	visibility: visible;
}

@-webkit-keyframes show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes hide {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes hide {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.clock-progress {
	width: 100%;
	height: 19px;
	border: 1px solid #fff;
	border-radius: 3px;
	position: absolute;
	bottom: 0;
	padding: 2px 100% 2px 2px;
	-webkit-transition: padding 1s;
	transition: padding 1s;
}

	.clock-progress:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		float: left;
		border-radius: 3px;
		background: #fff;
	}

@-webkit-keyframes go-left {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(50%,-50%,0) rotateY(0deg);
		transform: translate3d(50%,-50%,0) rotateY(0deg);
	}

	100% {
		opacity: .25;
		-webkit-transform: translate3d(-50%,-50%,-300px) rotateY(75deg);
		transform: translate3d(-50%,-50%,-300px) rotateY(75deg);
	}
}

@keyframes go-left {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(50%,-50%,0) rotateY(0deg);
		transform: translate3d(50%,-50%,0) rotateY(0deg);
	}

	100% {
		opacity: .25;
		-webkit-transform: translate3d(-50%,-50%,-300px) rotateY(75deg);
		transform: translate3d(-50%,-50%,-300px) rotateY(75deg);
	}
}

@-webkit-keyframes go-left-reverse {
	0% {
		opacity: .25;
		-webkit-transform: translate3d(-50%,-50%,-300px) rotateY(75deg);
		transform: translate3d(-50%,-50%,-300px) rotateY(75deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(50%,-50%,0) rotateY(0deg);
		transform: translate3d(50%,-50%,0) rotateY(0deg);
	}
}

@keyframes go-left-reverse {
	0% {
		opacity: .25;
		-webkit-transform: translate3d(-50%,-50%,-300px) rotateY(75deg);
		transform: translate3d(-50%,-50%,-300px) rotateY(75deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(50%,-50%,0) rotateY(0deg);
		transform: translate3d(50%,-50%,0) rotateY(0deg);
	}
}

@-webkit-keyframes go-left-linear {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(50%,-50%,0);
		transform: translate3d(50%,-50%,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-50%,-50%,0);
		transform: translate3d(-50%,-50%,0);
	}
}

@keyframes go-left-linear {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(50%,-50%,0);
		transform: translate3d(50%,-50%,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-50%,-50%,0);
		transform: translate3d(-50%,-50%,0);
	}
}

@-webkit-keyframes go-left-linear-reverse {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50%,-50%,0);
		transform: translate3d(-50%,-50%,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(50%,-50%,0);
		transform: translate3d(50%,-50%,0);
	}
}

@keyframes go-left-linear-reverse {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50%,-50%,0);
		transform: translate3d(-50%,-50%,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(50%,-50%,0);
		transform: translate3d(50%,-50%,0);
	}
}


@-webkit-keyframes go-right {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(-50%,-50%,0) rotateY(0deg);
		transform: translate3d(-50%,-50%,0) rotateY(0deg);
	}

	100% {
		opacity: .25;
		-webkit-transform: translate3d(50%,-50%,-300px) rotateY(-75deg);
		transform: translate3d(50%,-50%,-300px) rotateY(-75deg);
	}
}

@keyframes go-right {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(-50%,-50%,0) rotateY(0deg);
		transform: translate3d(-50%,-50%,0) rotateY(0deg);
	}

	100% {
		opacity: .25;
		-webkit-transform: translate3d(50%,-50%,-300px) rotateY(-75deg);
		transform: translate3d(50%,-50%,-300px) rotateY(-75deg);
	}
}

@-webkit-keyframes go-right-reverse {
	0% {
		opacity: .25;
		-webkit-transform: translate3d(50%,-50%,-300px) rotateY(-75deg);
		transform: translate3d(50%,-50%,-300px) rotateY(-75deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(-50%,-50%,0) rotateY(0deg);
		transform: translate3d(-50%,-50%,0) rotateY(0deg);
	}
}

@keyframes go-right-reverse {
	0% {
		opacity: .25;
		-webkit-transform: translate3d(50%,-50%,-300px) rotateY(-75deg);
		transform: translate3d(50%,-50%,-300px) rotateY(-75deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(-50%,-50%,0) rotateY(0deg);
		transform: translate3d(-50%,-50%,0) rotateY(0deg);
	}
}

@-webkit-keyframes go-right-linear {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(-50%,-50%,0);
		transform: translate3d(-50%,-50%,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(50%,-50%,0);
		transform: translate3d(50%,-50%,0);
	}
}

@keyframes go-right-linear {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(-50%,-50%,0);
		transform: translate3d(-50%,-50%,0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(50%,-50%,0);
		transform: translate3d(50%,-50%,0);
	}
}

@-webkit-keyframes go-right-linear-reverse {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(50%,-50%,0);
		transform: translate3d(50%,-50%,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(-50%,-50%,0);
		transform: translate3d(-50%,-50%,0);
	}
}

@keyframes go-right-linear-reverse {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(50%,-50%,0);
		transform: translate3d(50%,-50%,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(-50%,-50%,0);
		transform: translate3d(-50%,-50%,0);
	}
}

.site-page--come-left {
	right: -50%;
	left: auto;
	top: 50%;
	position: absolute;
	-webkit-animation: come-left 1s backwards;
	animation: come-left 1s backwards;
}

@media only screen and (max-width:1023px) {
	.site-page--come-left {
		-webkit-animation-name: come-left-linear;
		animation-name: come-left-linear;
	}
}

@-webkit-keyframes come-left {
	0% {
		-webkit-transform: translate3d(50%,-50%,-300px) rotateY(-40deg);
		transform: translate3d(50%,-50%,-300px) rotateY(-40deg);
	}

	100% {
		right: 50%;
		top: 50%;
		-webkit-transform: translate3d(50%,-50%,0) rotateY(0deg);
		transform: translate3d(50%,-50%,0) rotateY(0deg);
	}
}

@keyframes come-left {
	0% {
		-webkit-transform: translate3d(50%,-50%,-300px) rotateY(-40deg);
		transform: translate3d(50%,-50%,-300px) rotateY(-40deg);
	}

	100% {
		right: 50%;
		top: 50%;
		-webkit-transform: translate3d(50%,-50%,0) rotateY(0deg);
		transform: translate3d(50%,-50%,0) rotateY(0deg);
	}
}

@-webkit-keyframes come-left-reverse {
	0% {
		right: 50%;
		top: 50%;
		-webkit-transform: translate3d(50%,-50%,0) rotateY(0deg);
		transform: translate3d(50%,-50%,0) rotateY(0deg);
	}

	100% {
		-webkit-transform: translate3d(50%,-50%,-300px) rotateY(-40deg);
		transform: translate3d(50%,-50%,-300px) rotateY(-40deg);
	}
}

@keyframes come-left-reverse {
	0% {
		right: 50%;
		top: 50%;
		-webkit-transform: translate3d(50%,-50%,0) rotateY(0deg);
		transform: translate3d(50%,-50%,0) rotateY(0deg);
	}

	100% {
		-webkit-transform: translate3d(50%,-50%,-300px) rotateY(-40deg);
		transform: translate3d(50%,-50%,-300px) rotateY(-40deg);
	}
}

@-webkit-keyframes come-left-linear {
	0% {
		-webkit-transform: translate3d(50%,-50%,0);
		transform: translate3d(50%,-50%,0);
	}

	100% {
		right: 50%;
		top: 50%;
		-webkit-transform: translate3d(50%,-50%,0);
		transform: translate3d(50%,-50%,0);
	}
}

@keyframes come-left-linear {
	0% {
		-webkit-transform: translate3d(50%,-50%,0);
		transform: translate3d(50%,-50%,0);
	}

	100% {
		right: 50%;
		top: 50%;
		-webkit-transform: translate3d(50%,-50%,0);
		transform: translate3d(50%,-50%,0);
	}
}

@-webkit-keyframes come-left-linear-reverse {
	0% {
		right: 50%;
		top: 50%;
		-webkit-transform: translate3d(50%,-50%,0);
		transform: translate3d(50%,-50%,0);
	}

	100% {
		-webkit-transform: translate3d(50%,-50%,0);
		transform: translate3d(50%,-50%,0);
	}
}

@keyframes come-left-linear-reverse {
	0% {
		right: 50%;
		top: 50%;
		-webkit-transform: translate3d(50%,-50%,0);
		transform: translate3d(50%,-50%,0);
	}

	100% {
		-webkit-transform: translate3d(50%,-50%,0);
		transform: translate3d(50%,-50%,0);
	}
}

.site-page--come-right {
	left: -50%;
	top: 50%;
	position: absolute;
	-webkit-animation: come-right 1s backwards;
	animation: come-right 1s backwards;
}

@media only screen and (max-width:1023px) {
	.site-page--come-right {
		-webkit-animation-name: come-right-linear;
		animation-name: come-right-linear;
	}
}

@-webkit-keyframes come-right {
	0% {
		-webkit-transform: translate3d(-50%,-50%,-300px) rotateY(40deg);
		transform: translate3d(-50%,-50%,-300px) rotateY(40deg);
	}

	100% {
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%,-50%,0) rotateY(0deg);
		transform: translate3d(-50%,-50%,0) rotateY(0deg);
	}
}

@keyframes come-right {
	0% {
		-webkit-transform: translate3d(-50%,-50%,-300px) rotateY(40deg);
		transform: translate3d(-50%,-50%,-300px) rotateY(40deg);
	}

	100% {
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%,-50%,0) rotateY(0deg);
		transform: translate3d(-50%,-50%,0) rotateY(0deg);
	}
}

@-webkit-keyframes come-right-reverse {
	0% {
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%,-50%,0) rotateY(0deg);
		transform: translate3d(-50%,-50%,0) rotateY(0deg);
	}

	100% {
		-webkit-transform: translate3d(-50%,-50%,-300px) rotateY(40deg);
		transform: translate3d(-50%,-50%,-300px) rotateY(40deg);
	}
}

@keyframes come-right-reverse {
	0% {
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%,-50%,0) rotateY(0deg);
		transform: translate3d(-50%,-50%,0) rotateY(0deg);
	}

	100% {
		-webkit-transform: translate3d(-50%,-50%,-300px) rotateY(40deg);
		transform: translate3d(-50%,-50%,-300px) rotateY(40deg);
	}
}

@-webkit-keyframes come-right-linear {
	0% {
		-webkit-transform: translate3d(-50%,-50%,0);
		transform: translate3d(-50%,-50%,0);
	}

	100% {
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%,-50%,0);
		transform: translate3d(-50%,-50%,0);
	}
}

@keyframes come-right-linear {
	0% {
		-webkit-transform: translate3d(-50%,-50%,0);
		transform: translate3d(-50%,-50%,0);
	}

	100% {
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%,-50%,0);
		transform: translate3d(-50%,-50%,0);
	}
}

@-webkit-keyframes come-right-linear-reverse {
	0% {
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%,-50%,0);
		transform: translate3d(-50%,-50%,0);
	}

	100% {
		-webkit-transform: translate3d(-50%,-50%,0);
		transform: translate3d(-50%,-50%,0);
	}
}

@keyframes come-right-linear-reverse {
	0% {
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%,-50%,0);
		transform: translate3d(-50%,-50%,0);
	}

	100% {
		-webkit-transform: translate3d(-50%,-50%,0);
		transform: translate3d(-50%,-50%,0);
	}
}

.no-csstransitions .site-page {
	display: none;
	position: absolute;
}

.no-csstransitions .site-page--active {
	display: inline-block;
	position: static;
}

.nav-close {
	position: fixed;
	z-index: -1;
	display: none;
}

.lt-ie9 .nav-close {
	zoom: 1;
	-ms-filter: "alpha(Opacity=0)";
}

.nav-left, .nav-right {
	position: fixed;
	top: 50%;
	z-index: 1000;
	background: 0 0;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.lt-ie9 .nav-left, .lt-ie9 .nav-right {
	zoom: 1;
	-ms-filter: "";
}

.nav-left {
	left: 30px;
	right: auto;
	-webkit-transition: left 1.3s;
	transition: left 1.3s;
}

.nav-right {
	left: auto;
	right: 30px;
	-webkit-transition: right 1.3s;
	transition: right 1.3s;
	background: 0 0;
}

.nav-hidden {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

	.nav-hidden a {
		cursor: default;
		pointer-events: none;
	}

.lt-ie9 .nav-hidden {
	display: none;
	-ms-filter: "alpha(Opacity=0)";
}

.nav-left.nav-hidden {
	left: -200px;
	right: auto;
}

.nav-right.nav-hidden {
	left: auto;
	right: -200px;
}

.icon-btn-large {
	width: 141px;
	height: 141px;
	border: 0;
	border-radius: 2000px;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	color: rgba(255,255,255,.5);
	margin: 10px 0;
	padding-top: 38px;
	display: block;
	clear: both;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	background-color: transparent;
	-webkit-transition: all 200ms;
	transition: all 200ms;
	-webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.5),0 0 1px 1px rgba(255,255,255,.1),inset 0 0 1px 0 rgba(255,255,255,.1);
	box-shadow: 0 0 0 1px rgba(255,255,255,.5),0 0 1px 1px rgba(255,255,255,.1),inset 0 0 1px 0 rgba(255,255,255,.1);
	position: relative;
}

.no-boxshadow .icon-btn-large {
	border: 1px solid #fff;
}

.icon-btn-large:focus, .icon-btn-large:hover {
	color: #fff;
	background-color: rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 0 1px white,0 0 1px 1px rgba(255,255,255,.2),inset 0 0 1px 0 rgba(255,255,255,.2);
	box-shadow: 0 0 0 1px white,0 0 1px 1px rgba(255,255,255,.2),inset 0 0 1px 0 rgba(255,255,255,.2);
}

.icon-btn-large .fa {
	margin-bottom: 12px;
	font-size: 35px;
	display: block;
}

.icon-btn-large:after {
	content: attr(title);
	display: inline;
}

@media only screen and (max-width:1219px) {
	.nav-left, .nav-right {
		position: fixed;
		top: 0;
		left: 0;
		bottom: auto;
		right: auto;
		margin: 0 auto;
		width: 50%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-transition: top 500ms,background 500ms,padding 200ms;
		transition: top 500ms,background 500ms,padding 200ms;
		padding: 30px 0;
		text-align: right;
		z-index: 10;
		opacity: 1;
	}

		.nav-left a, .nav-right a {
			width: 46px;
			height: 46px;
			border: 0;
			border-radius: 200px;
			color: rgba(255,255,255,.5);
			display: inline-block;
			text-align: center;
			text-decoration: none;
			-webkit-transition: all 500ms;
			transition: all 500ms;
			background-color: transparent;
			-webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.5),0 0 1px 1px rgba(255,255,255,.1),inset 0 0 1px 0 rgba(255,255,255,.1);
			box-shadow: 0 0 0 1px rgba(255,255,255,.5),0 0 1px 1px rgba(255,255,255,.1),inset 0 0 1px 0 rgba(255,255,255,.1);
			position: relative;
			vertical-align: middle;
			margin: 0 7px;
		}

	.no-boxshadow .nav-left a, .no-boxshadow .nav-right a {
		border: 1px solid #fff;
	}

	.nav-left a:before, .nav-right a:before {
		content: '';
		display: inline-block;
		height: 100%;
		width: 0;
		vertical-align: middle;
	}

	.nav-left a:after, .nav-right a:after {
		content: attr(title);
		white-space: nowrap;
		font-size: 16px;
		font-weight: 500;
		display: block;
		position: absolute;
		color: rgba(255,255,255,0);
		left: 50%;
		visibility: hidden;
		-webkit-transition: all 300ms;
		transition: all 300ms;
		-webkit-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}

	.nav-left a:hover:after, .nav-right a:hover:after {
		color: #fff;
		visibility: visible;
	}

	.nav-left a:focus, .nav-left a:hover, .nav-right a:focus, .nav-right a:hover {
		color: #fff;
		background-color: rgba(0,0,0,.25);
		-webkit-box-shadow: 0 0 0 1px white,0 0 1px 1px rgba(255,255,255,.2),inset 0 0 1px 0 rgba(255,255,255,.2);
		box-shadow: 0 0 0 1px white,0 0 1px 1px rgba(255,255,255,.2),inset 0 0 1px 0 rgba(255,255,255,.2);
	}

	.nav-left a .fa, .nav-right a .fa {
		font-size: 26px;
		line-height: 1;
		padding: 0;
		display: inline;
		vertical-align: middle;
	}

	.nav-left a:after, .nav-right a:after {
		top: auto;
		padding-bottom: 0;
		padding-top: .5em;
		bottom: -1em;
	}

	.nav-left a:hover:after, .nav-right a:hover:after {
		top: auto;
		bottom: -2em;
	}

	.nav-left.nav--small, .nav-right.nav--small {
		height: 46px;
		padding: 4px 0 5px;
	}

		.nav-left.nav--small a, .nav-right.nav--small a {
			margin: 3px 4px;
		}

	.nav-left.nav-hidden {
		left: 0;
		right: auto;
	}

	.nav-right.nav-hidden {
		left: 50%;
		right: auto;
	}

	.nav-right {
		left: 50%;
		text-align: left;
	}

	.nav-close.nav-right:after, .nav-left:after {
		width: 100%;
		position: absolute;
		top: 0;
		right: -100%;
		content: '';
		height: 100%;
		background: inherit;
	}

	.nav-close.nav-right:after {
		left: -100%;
		right: auto;
	}

	.nav-close a {
		z-index: 10;
		margin: 0;
	}

	.nav-left.nav-close a {
		margin-left: 0;
		margin-right: -23px;
	}

	.nav-right.nav-close a {
		margin-left: -23px;
		margin-right: 0;
	}

	.nav--small.nav-left.nav-close a {
		margin-left: 0;
		margin-right: -15px;
	}

	.nav--small.nav-right.nav-close a {
		margin-left: -15px;
		margin-right: 0;
	}

	.nav-hidden a {
		-webkit-transform: translate(0,-100%);
		-ms-transform: translate(0,-100%);
		transform: translate(0,-100%);
		opacity: 0;
		z-index: 1;
	}
}

@media only screen and (min-width:1220px) {
	.nav-left a, .nav-right a {
		width: 141px;
		height: 141px;
		border: 0;
		border-radius: 2000px;
		font-size: 16px;
		line-height: 1;
		font-weight: 500;
		color: rgba(255,255,255,.5);
		margin: 10px 0;
		padding-top: 38px;
		display: block;
		clear: both;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		background-color: transparent;
		-webkit-transition: all 200ms;
		transition: all 200ms;
		-webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.5),0 0 1px 1px rgba(255,255,255,.1),inset 0 0 1px 0 rgba(255,255,255,.1);
		box-shadow: 0 0 0 1px rgba(255,255,255,.5),0 0 1px 1px rgba(255,255,255,.1),inset 0 0 1px 0 rgba(255,255,255,.1);
		position: relative;
	}

	.no-boxshadow .nav-left a, .no-boxshadow .nav-right a {
		border: 1px solid #fff;
	}

	.nav-left a:focus, .nav-left a:hover, .nav-right a:focus, .nav-right a:hover {
		color: #fff;
		background-color: rgba(0,0,0,.25);
		-webkit-box-shadow: 0 0 0 1px white,0 0 1px 1px rgba(255,255,255,.2),inset 0 0 1px 0 rgba(255,255,255,.2);
		box-shadow: 0 0 0 1px white,0 0 1px 1px rgba(255,255,255,.2),inset 0 0 1px 0 rgba(255,255,255,.2);
	}

	.nav-left a .fa, .nav-right a .fa {
		margin-bottom: 12px;
		font-size: 35px;
		display: block;
	}

	.nav-left a:after, .nav-right a:after {
		content: attr(title);
		display: inline;
	}
}

.nav-social {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 3;
	padding: 30px 0;
	background: 0 0;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

	.nav-social a {
		width: 46px;
		height: 46px;
		border: 0;
		border-radius: 200px;
		color: rgba(255,255,255,.5);
		margin: 0 5px;
		display: inline-block;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 500ms;
		transition: all 500ms;
		background-color: transparent;
		-webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.5),0 0 1px 1px rgba(255,255,255,.1),inset 0 0 1px 0 rgba(255,255,255,.1);
		box-shadow: 0 0 0 1px rgba(255,255,255,.5),0 0 1px 1px rgba(255,255,255,.1),inset 0 0 1px 0 rgba(255,255,255,.1);
		position: relative;
		vertical-align: middle;
	}

.no-boxshadow .nav-social a {
	border: 1px solid #fff;
}

.nav-social a:before {
	content: '';
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

.nav-social a:after {
	content: attr(title);
	white-space: nowrap;
	font-size: 16px;
	font-weight: 500;
	display: block;
	position: absolute;
	color: rgba(255,255,255,0);
	left: 50%;
	top: -1em;
	padding-bottom: .5em;
	visibility: hidden;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.nav-social a:hover:after {
	top: -2em;
	color: #fff;
	visibility: visible;
}

.nav-social a:focus, .nav-social a:hover {
	color: #fff;
	background-color: rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 0 1px white,0 0 1px 1px rgba(255,255,255,.2),inset 0 0 1px 0 rgba(255,255,255,.2);
	box-shadow: 0 0 0 1px white,0 0 1px 1px rgba(255,255,255,.2),inset 0 0 1px 0 rgba(255,255,255,.2);
}

.nav-social a .fa {
	font-size: 26px;
	line-height: 1;
	padding: 0;
	display: inline;
	vertical-align: middle;
}

.nav--small {
	padding: 4px 10px 5px;
	background: #000;
	background: rgba(0,0,0,.9);
	-webkit-transition: top 500ms,background 500ms,padding 200ms;
	transition: top 500ms,background 500ms,padding 200ms;
	-webkit-transform: rotateX(0);
	-ms-transform: rotateX(0);
	transform: rotateX(0);
	z-index: 1000;
	letter-spacing: 0;
	word-spacing: 0;
	visibility: visible!important;
}

	.nav--small a {
		width: 31px;
		height: 31px;
		margin: 3px;
		-webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.5),0 0 1px 1px rgba(255,255,255,.1),inset 0 0 1px 0 rgba(255,255,255,.1),inset 0 0 3px 1px rgba(0,0,0,.6);
		box-shadow: 0 0 0 1px rgba(255,255,255,.5),0 0 1px 1px rgba(255,255,255,.1),inset 0 0 1px 0 rgba(255,255,255,.1),inset 0 0 3px 1px rgba(0,0,0,.6);
	}

		.nav--small a:focus, .nav--small a:hover {
			-webkit-box-shadow: 0 0 0 1px white,0 0 1px 1px rgba(255,255,255,.2),inset 0 0 1px 0 rgba(255,255,255,.2),inset 0 0 3px 1px rgba(0,0,0,.6);
			box-shadow: 0 0 0 1px white,0 0 1px 1px rgba(255,255,255,.2),inset 0 0 1px 0 rgba(255,255,255,.2),inset 0 0 3px 1px rgba(0,0,0,.6);
		}

		.nav--small a .fa {
			font-size: 17px;
		}

	.nav--small.nav-social {
		bottom: 0;
	}

	.nav--small.nav-close {
		background: 0 0;
	}

	.nav--small.nav-hidden {
		z-index: 999;
	}

		.nav--small.nav-hidden a {
			-webkit-transition: all 500ms,background 0ms,top 0ms;
			transition: all 500ms,background 0ms,top 0ms;
		}

	.nav--small.nav-right {
		background: 0 0;
	}

.icon-btn-small {
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 200px;
	color: rgba(255,255,255,.5);
	margin: 0 5px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.5),0 0 1px 1px rgba(255,255,255,.1),inset 0 0 1px 0 rgba(255,255,255,.1);
	box-shadow: 0 0 0 1px rgba(255,255,255,.5),0 0 1px 1px rgba(255,255,255,.1),inset 0 0 1px 0 rgba(255,255,255,.1);
	position: relative;
	vertical-align: middle;
}

.no-boxshadow .icon-btn-small {
	border: 1px solid #fff;
}

.icon-btn-small:before {
	content: '';
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

.icon-btn-small:after {
	content: attr(title);
	white-space: nowrap;
	font-size: 16px;
	font-weight: 500;
	display: block;
	position: absolute;
	color: rgba(255,255,255,0);
	left: 50%;
	top: -1em;
	padding-bottom: .5em;
	visibility: hidden;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.icon-btn-small:hover:after {
	top: -2em;
	color: #fff;
	visibility: visible;
}

.icon-btn-small:focus, .icon-btn-small:hover {
	color: #fff;
	background-color: rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 0 1px white,0 0 1px 1px rgba(255,255,255,.2),inset 0 0 1px 0 rgba(255,255,255,.2);
	box-shadow: 0 0 0 1px white,0 0 1px 1px rgba(255,255,255,.2),inset 0 0 1px 0 rgba(255,255,255,.2);
}

.icon-btn-small .fa {
	font-size: 26px;
	line-height: 1;
	padding: 0;
	display: inline;
	vertical-align: middle;
}

.btn {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	background: 0 0;
	background: 0 0;
	border: 1px solid #fff;
	line-height: 1;
	padding: 12px 15px;
	-webkit-transition: background 200ms;
	transition: background 200ms;
	outline: 0;
}

	.btn:active, .btn:focus, .btn:hover {
		background: rgba(0,0,0,.25);
	}

	.btn[disabled]:active, .btn[disabled]:focus, .btn[disabled]:hover {
		background: 0 0;
	}

.btn--font-black {
	font-weight: 900;
}

.btn--font-bold {
	font-weight: 700;
}

input, textarea {
	cursor: auto;
}

	input:-moz-placeholder, textarea:-moz-placeholder {
		color: #000000;
		opacity: .7;
	}

	input::-moz-placeholder, textarea::-moz-placeholder {
		color: #000000;
		opacity: .7;
	}

	input:-ms-input-placeholder, textarea:-ms-input-placeholder {
		color: #000000;
		opacity: .7;
	}

	input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
		color: #000000;
		opacity: .7;
	}

.text-input, select, textarea {
	display: inline-block;
	vertical-align: middle;
	font-family: inherit;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	background: 0 0;
	background: 0 0;
	border: 1px solid #fff;
	padding: 9px 15px 10px;
	border-radius: 3px;
	width: 100%;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}

	.text-input:active, .text-input:focus, select:active, select:focus, textarea:active, textarea:focus {
		-webkit-box-shadow: 0 0 8px 0 rgba(255,255,255,.4);
		box-shadow: 0 0 8px 0 rgba(255,255,255,.4);
	}

textarea {
	padding-top: 9px;
}

.text-input, select {
	line-height: 1;
}

.input-group {
	display: table;
}

	.input-group .input-group-addon, .input-group .text-input, .input-group select {
		vertical-align: top;
		display: table-cell;
		width: 100%;
	}

	.input-group .input-group-addon {
		position: relative;
		width: 1%;
		white-space: nowrap;
		padding-left: 5px;
	}

label.error {
	font-size: 16px;
	padding-left: 14px;
	margin-top: 7px;
	text-align: left;
	font-weight: 500;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-animation: label-error-show 500ms;
	animation: label-error-show 500ms;
}

.csstransitions label.error {
	display: block!important;
	opacity: 1;
	overflow: hidden;
	max-height: 2em;
}

label.error:before {
	margin-right: 5px;
	content: "\f05a";
	font-size: 15px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes label-error-show {
	0% {
		opacity: 0;
		max-height: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		max-height: 2em;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes label-error-show {
	0% {
		opacity: 0;
		max-height: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		max-height: 2em;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes label-error-hide {
	0% {
		opacity: 1;
		max-height: 2em;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		opacity: 0;
		max-height: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@keyframes label-error-hide {
	0% {
		opacity: 1;
		max-height: 2em;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		opacity: 0;
		max-height: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

body .valid + .error {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	max-height: 0;
	opacity: 0;
	-webkit-animation: label-error-hide 500ms;
	animation: label-error-hide 500ms;
}

.btn {
	position: relative;
}

	.btn .form-spinner {
		z-index: 1;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		padding-top: 12px;
		opacity: 0;
	}

.lt-ie9 .btn .form-spinner {
	display: none;
}

.btn[disabled] span {
	display: inline-block;
	opacity: 0;
	-webkit-animation: btn-label-leave 1s;
	animation: btn-label-leave 1s;
}

.btn[disabled] .form-spinner {
	opacity: 1;
	-webkit-animation: btn-label-come 1s;
	animation: btn-label-come 1s;
}

	.btn[disabled] .form-spinner:before {
		display: inline-block;
		-webkit-animation: spin 1.5s linear infinite;
		animation: spin 1.5s linear infinite;
	}

.lt-ie9 .btn[disabled] .form-spinner {
	display: inline-block;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateZ(359deg);
		transform: rotateZ(359deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateZ(359deg);
		transform: rotateZ(359deg);
	}
}


@-webkit-keyframes form-leave {
	0% {
		max-height: 80px;
		visibility: visible;
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
	}

	100% {
		height: 0;
		visibility: hidden;
		-webkit-transform: scale(0,0);
		transform: scale(0,0);
	}
}

@keyframes form-leave {
	0% {
		max-height: 80px;
		visibility: visible;
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
	}

	100% {
		height: 0;
		visibility: hidden;
		-webkit-transform: scale(0,0);
		transform: scale(0,0);
	}
}

@-webkit-keyframes flip-out {
	0% {
		opacity: 1;
		visibility: visible;
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
	}

	99% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(-90deg);
		transform: perspective(400px) rotateX(-90deg);
	}

	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes flip-out {
	0% {
		opacity: 1;
		visibility: visible;
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
	}

	99% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(-90deg);
		transform: perspective(400px) rotateX(-90deg);
	}

	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@-webkit-keyframes flip-in {
	0% {
		opacity: 0;
		visibility: visible;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
	}

	80% {
		opacity: 1;
	}

	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
	}
}

@keyframes flip-in {
	0% {
		opacity: 0;
		visibility: visible;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
	}

	80% {
		opacity: 1;
	}

	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
	}
}



#video-container {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 0;
	pointer-events: none;
	-webkit-transform: translate3d(0,0,-1px);
	-ms-transform: translate3d(0,0,-1px);
	transform: translate3d(0,0,-1px);
}

	#video-container .fillWidth {
		width: auto;
		height: auto;
		min-width: 100%;
		min-height: 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%,-50%,0);
		-ms-transform: translate3d(-50%,-50%,0);
		transform: translate3d(-50%,-50%,0);
	}

.no-csstransforms3d #video-container .fillWidth {
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.no-csstransforms #video-container .fillWidth {
	width: 100%;
	min-height: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}



img[height], img[width] {
	max-width: 100%;
}

.grid {
	letter-spacing: -.28em;
}

a {
	color: #fff;
	outline: 0;
}

	a:active, a:focus, a:hover {
		outline: 0;
		text-decoration: none;
	}

h1 {
	line-height: 1;
}

.animate {
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.pattern-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	z-index: 1;
	-webkit-transform: translate3d(0,0,-1px);
	-ms-transform: translate3d(0,0,-1px);
	transform: translate3d(0,0,-1px);
}

/*.bg-wrapper {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 0;
	-webkit-transform: translate3d(0,0,-1px);
	-ms-transform: translate3d(0,0,-1px);
	transform: translate3d(0,0,-1px);
}*/

	.bg-wrapper img {
		position: absolute;
		top: 0;
		left: 0;
		width: auto;
		height: 100%;
		min-height: 100%;
		min-width: 100%;
		max-width: none;
		max-height: none;
		z-index: -1;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}

.lt-ie9 .bg-wrapper img {
	left: 0!important;
	top: 0!important;
}

.bg-wrapper img:first-child {
	z-index: 1;
}

.no-csstransitions .bg-wrapper img:first-child {
	opacity: 1;
}

.bg-wrapper[data-effect=fade] img {
	opacity: 1;
	visibility: visible;
}

.bg-controls {
	width: 40px;
	height: 40px;
	background: #000;
	background: rgba(0,0,0,.7);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
}

	.bg-controls:before {
		content: '<';
		display: block;
		line-height: 40px;
		width: 100%;
		text-align: center;
	}

.bg-controls-next {
	left: auto;
	right: 0;
}

	.bg-controls-next:before {
		content: '>';
	}

h1, h2 {
	font-weight: 100;
}

h3 {
	font-weight: 300;
}

.chart {
	width: 125px;
	height: 125px;
	position: relative;
}

	.chart canvas {
		position: absolute;
		left: 0;
		top: 0;
	}

	.chart:after, .chart:before {
		content: '';
		width: 125px;
		height: 125px;
		border: 1px solid #fff;
		border-radius: 100%;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
	}

	.chart:after {
		width: 115px;
		height: 115px;
		top: 5px;
		left: 5px;
	}
