


/*
	Template Name: Urip Landing Page
	Template URI: http://worksofwisnu.com/theme-preview/urip
	Description: Modern and Professional HTML Landing Page Template
	Author: xWisnux (Works of Wisnu)
	Author URI: http://worksofwisnu.com
	Version: 2.0

*/

/**
 * Table of Contents:
 *
 * 1.0 - BASIC STRUCTURE
 *	 1.1 - Typography
 *	 1.2 - Custom Column
 *	 1.3 - Custom Margin
 *	 1.4 - Vertical Center Content
 *
 * 2.0 - COMPONENTS
 *	 2.1 - Buttons
 *	 2.2 - Lists
 *	 2.3 - Content Tab
 *	 2.4 - Section Tab
 *	 2.5 - Toggle
 *	 2.6 - Pricing Table
 *	 2.7 - Contact Modal
 *	 2.8 - Alert Notification
 *	 2.9 - Lightbox Modal
 *	 2.10 - Attention Box
 *	 2.11 - Progress Bar
 *	 2.12 - To Top Button
 *
 * 3.0 - HEADER & HERO SECTION
 *	 3.1 - Menu Toggle
 *	 3.2 - Navigation
 *     3.2.1 - Navigation Bar
 *	 3.3 - Hero Background
 *	 3.4 - Hero Subscribe Form
 *	 3.5 - Hero Form
 *	 3.6 - Creative Layouts Hero CTA Content
 *	 3.7 - Hero App Layout
 *	 3.8 - Animated Headline
 *	 3.9 - Hero Event Layout
 *	 3.10 - Video Background
 *
 * 4.0 - TOP CLIENT LOGO
 *
 * 5.0 - WHAT WE DO SECTION
 *	 5.1 - What We Do on Form Layout
 *	 5.2 - Introduction on App Layout
 *   5.3 - Introduction on Event Layout
 *
 * 6.0 - HOW IT WORKS SECTION
 *	 6.1 - How It Works info hover transitions/animations
 * 	 6.2 - How It Works hover background
 *
 * 7.0 - OUR FEATURES SECTI0N
 * 	 7.1 - Feature Icon on Hero Form Layout
 * 	 7.2 - The Feature on App Layout
 *
 * 8.0 - FEATURETTES SECTION
 *	 8.1 - Featurettes Quote
 *
 * 9.0 - COUNTER
 *
 * 10.0 - BREAKOUT
 *	 10.1 - App Layout Breakout
 *	 10.2 - Event Layout Breakout
 *
 * 11.0 - PRICING & SECTION TABS
 * 	 11.1 - Why Us Section on App Layout
 *	 11.2 - Event Session
 *
 * 12.0 - OUR TEAM SECTION
 *	 12.1 - App Layout Carousel
 *
 * 13.0 - CUSTOMER STORIES/LOGOS SECTION
 *	 13.1 - App Layout Customer Quote
 *
 * 14.0 - PORTFOLIO SECTION
 *	 14.1 - Portfolio External Link
 *
 * 15.0 - FOOTER SUBSCRIBE
 *
 * 16.0 - MAIN FOOTER SECTION
 * 	 16.1 - App Layout Footer
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 BASIC STRUCTURE
 * -----------------------------------------------------------------------------
 */
body {
	background: #fff;
	color: #777;
	font-size: 16px;
	font-family: "Varela Round", sans-serif;
}

html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section {
	margin: 0;
	padding: 80px 0;
}

main#main-content {
	position: relative;
	z-index: 1;
	background: #fff;
	box-shadow: 0px 2px 6px rgba(39, 36, 36, 0.42);
}

hr {
	border-top: 1px solid #ccc;
}

.gray-bg {
	background: #f7f8f9;
}

ul {
	padding-left: 0;
}

li {
	list-style: none;
}

img {
	 max-width: 100%;
}

input:focus,
textarea:focus,
keygen:focus,
select:focus {
	box-shadow: none !important;
}

.popover {
	z-index: 999999 !important;
}

[data-sr] {
	visibility: hidden;
}

.opacity-one {
	opacity: 1 !important;
}

/* 1.1 Typography */
p {
	margin-bottom: 25px;
	font-size: 16px;
	font-family: "Varela Round", sans-serif;
	line-height: 24px;
}

p.lead {
	font-size: 24px;
}

p.sub-lead {
	font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #222;
	line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Montserrat", sans-serif;
}

h1 {
	 font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	text-transform: uppercase;
	font-size: 16px;
}

h6 {
	font-size: 16px;
	font-family: "Varela Round", sans-serif;
}

p.section-title {
	color: #777;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	line-height: .9em;
}

p.section-title:after {
	display: block;
	margin: 0 auto;
	margin-top: 17px;
	width: 70px;
	height: 1px;
	background: #19a9e5;
	content: "";
}

.section-heading {
	margin-top: 42px;
	margin-bottom: 35px;
}

small {
	font-family: "Droid Serif", serif;
}

b, strong {
	color: #222;
	-webkit-font-smoothing: auto;
}

a {
	color: #19a9e5;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

a:hover {
	color: #19a9e5;
	text-decoration: none;
}

a:focus {
  	outline: none;
  	text-decoration: none;
}

p a,
a.more {
	position: relative;
	-webkit-transition: none;
	transition: none;
}

p a:after,
a.more:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	margin: 0;
	width: 0%;
	height: 1px;
	background: #19a9e5;
	color: transparent;
	content: ".";
	text-align: left;
	opacity: 0;
}

p a:hover:after,
a.more:hover:after {
	z-index: -10px;
	width: 100%;
	opacity: 1;
	-webkit-animation: underline 1s forwards;
	animation: underline 1s forwards;
}

@-webkit-keyframes underline {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 1px;
    background: #19a9e5;
  }
}

.centered {
	text-align: center;
}

.all-caps {
	text-transform: uppercase;
}

.breaking {
	position: relative;
	background-size: cover !important;
	background-attachment: fixed !important;
	background-position: center top;
	color: #fff;
}

section.breaking {
	padding: 0;
}

.breaking-content {
	padding: 80px 0;
}

.breaking h1,
.breaking h2,
.breaking h3,
.breaking h4,
.breaking h5,
.breaking p {
	color: #fff;
}

.urip-blue-color {
	color: #19a9e5;
}

.urip-orange-color {
	color: #f6a006;
}

.text-shadow-xsmall {
	text-shadow: 1px 1px 0 rgba(125,116,107,.75);
}

.text-shadow-small {
	text-shadow: 1px 2px 0 rgba(125,116,107,.75);
}

.text-shadow-medium {
	text-shadow: 0 2px 0 rgba(125,116,107,.75);
}

.text-shadow-large {
	text-shadow: 2px 3px 0 rgba(125,116,107,.75);
}

/* -- */

/* 1.2 Custom Column */
.container-full {
	overflow: hidden;
	width: 100%;
}

.container-full .row {
	position: relative;
	margin-right: 0;
	margin-left: 0;
}

.two-blocks-col {
	padding: 68px 80px 0;
}

.no-padding {
	padding: 0 !important;
}

.overflow-hidden,
.overlay-on {
	overflow: hidden;
}

body.overflow-hidden:before {
	position: absolute;
	top: 0;
	z-index: 999;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(71, 71, 71, 0.48);
	content: "";
}
/* -- */

/* 1.3 Custom Margin */
.margin-top-5 {
	margin-top: 5px !important;
}

.margin-top-8 {
	margin-top: 8px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-15 {
	margin-top: 15px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-25 {
	margin-top: 25px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-32 {
	margin-top: 32px !important;
}

.margin-top-35 {
	margin-top: 35px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-min-5 {
	margin-top: -5px !important;
}

.margin-top-min-10 {
	margin-top: -10px !important;
}

.margin-top-min-13 {
	margin-top: -13px !important;
}

.margin-top-min-18 {
	margin-top: -18px !important;
}

.margin-top-min-20 {
	margin-top: -20px !important;
}

.margin-bot-5 {
	margin-bottom: 5px !important;
}

.margin-bot-8 {
	margin-bottom: 8px !important;
}

.margin-bot-10 {
	margin-bottom: 10px !important;
}

.margin-bot-15 {
	margin-bottom: 15px !important;
}

.margin-bot-20 {
	margin-bottom: 20px !important;
}

.margin-bot-25 {
	margin-bottom: 25px !important;
}

.margin-bot-30 {
	margin-bottom: 30px !important;
}

.margin-bot-32 {
	margin-bottom: 32px !important;
}

.margin-bot-35 {
	margin-bottom: 35px !important;
}

.margin-bot-40 {
	margin-bottom: 40px !important;
}

.margin-bot-60 {
	margin-bottom: 60px !important;
}

.margin-bot-min-10 {
	margin-bottom: -10px !important;
}

.margin-bot-min-13 {
	margin-bottom: -13px !important;
}

.margin-bot-min-18 {
	margin-bottom: -18px !important;
}

.margin-bot-min-20 {
	margin-bottom: -20px !important;
}

.zero-top {
	margin-top: 0 !important;
}

.zero-right {
	margin-right: 0 !important;
}

.zero-bottom {
	margin-bottom: 0 !important;
}

.zero-left {
	margin-left: 0 !important;
}
/* -- */

/* 1.4 Vertical Center Content */
.vertical-center-wrapper {
	height: 100%;
}

.vertical-center-table {
	display: table;
	width: 100%;
	height: 100%;
}

.vertical-center-content {
	display: table-cell;
	vertical-align: middle;
}


/**
 * 2.0 COMPONENTS
 * -----------------------------------------------------------------------------
 */

/* 2.1 Buttons */
.cta {
	display: inline-block;
	margin-top: 20px;
	padding: 8px 22px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #fff;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
}

.cta:hover, .cta:active, .cta:focus {
	color: #fff;
	text-decoration: none;
}

.cta-default {
	background: #19a9e5;
}

.cta-stroke {
	margin-top: 22px;
	border: 2px solid #19a9e5;
	background-clip: padding-box;
	color: #19a9e5;
}

.cta-stroke:hover, .cta-stroke:focus {
	color: #19a9e5;
}

.cta-default:after,
.cta-stroke:after {
	position: relative;
	top: 0;
	display: inline;
	margin-left: 0;
	content: '\e62a';
	font-weight: normal;
	font-size: 0;
	font-family: "Icomoon";
	line-height: 1;
	opacity: 0;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.cta-default:hover:after,
.cta-stroke:hover:after {
	margin-left: 8px;
	font-size: 14px;
	opacity: 1;
}

.cta-transparent {
	border: 2px solid rgba(255, 255, 255, 0);
	background-color: rgba(34,34,34,.14);
	background-clip: padding-box;
}

.cta-transparent:hover {
	border: 2px solid #fff;
	background-color: rgba(34,34,34,.05);
}

.play-btn {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(90, 85, 85, 0.7);
	box-shadow: 0 0 20px #5D5B56;
	color: #fff;
	font-size: 74px;
}

.play-btn:hover, .play-btn:focus {
	color: #fff;
}

.play-btn:hover {
	box-shadow: 0 0 28px #3f3e3b;
}

.inline-cta {
	margin: 0;
	padding: 20px 0;
}

.inline-cta li {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
/* -- */

/* 2.2 Lists */
ul.checklist {
	margin-bottom: 30px;
}

ul.checklist li {
	position: relative;
	padding-left: 30px;
}

ul.checklist li:before {
	position: relative;
	top: 2px;
	margin-right: 12px;
	margin-left: -30px;
	color: #19a9e5;
	content: "\e116";
	font-size: 17px;
	font-family: "icomoon";
}
/* -- */

/* 2.3 Content Tab */
.content-tab-wrapper .nav-tabs {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	border-bottom: 1px solid rgba(25, 169, 229, 0.63);
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.content-tab-wrapper .nav-tabs > li > a {
	color: #777;
}

.content-tab-wrapper .nav-tabs > li > a:hover {
	padding: 11px 21px;
	border: none;
	background: none;
	color: #222;
}

.content-tab-wrapper .nav-tabs > li.active > a,
.content-tab-wrapper .nav-tabs > li.active > a:focus,
.content-tab-wrapper .nav-tabs > li.active > a:hover {
	padding: 11px 21px;
	border: none;
	background: none;
	color: #222;
}

.content-tab-wrapper .nav > li > a {
	padding: 10px 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: color .25s;
	transition: color .25s;
}

.content-tab-wrapper .nav-tabs > li.active:before,
.content-tab-wrapper .nav-tabs > li.active:after {
	position: absolute;
	top: 99%;
	left: 50%;
	width: 0;
	height: 0;
	border: solid rgba(0, 0, 0, 0);
	content: '';
	pointer-events: none;
}

.content-tab-wrapper .nav > li > a span[class^="icon-"] {
	display: block;
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
}

.content-tab-wrapper .nav > li.active > a span[class^="icon-"] {
	color: #19a9e5;
}

.content-tab-wrapper .nav-tabs > li.active:before {
	margin-left: -11px;
	border-width: 11px;
	border-top-color: #19a9e5;
}

.content-tab-wrapper .nav-tabs > li.active:after {
	margin-left: -10px;
	border-width: 10px;
	border-top-color: #f7f8f9;
}

.tab-content {
	margin-top: 34px;
}
/* -- */

/* 2.4 Section Tab */
.section-tab {
	margin-top: 5px;
}

.section-tab .tab-content {
	margin-top: 50px;
}

.section-tab .nav-tabs {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	border: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.section-tab .nav > li {
	margin: 0 4px;
}

.section-tab .nav > li > a {
	padding: 14px 55px;
	height: 50px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #eaebeb;
	background-clip: padding-box;
	color: #777;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
}

.section-tab .nav > li > a:hover {
	background: #dfe0e0;
}

.section-tab .nav > li.active > a {
	background: #19a9e5;
	color: #fff;
}

.section-tab .nav > li:first-child > a {
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
}

.section-tab .nav > li:last-child > a {
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}

.section-tab .nav-tabs > li.active > a,
.section-tab .nav-tabs > li.active > a:focus,
.section-tab .nav-tabs > li.active > a:hover {
	border: none;
}

/*Schedule Tab*/
.section-tab.schedule-tab .nav > li > a {
	height: 68px;
}

.event-date {
	display: block;
    margin-top: 0px;
    font-size: 12px;
    text-transform: none;
}
/* -- */

/* 2.5 Toggle */
.panel {
	margin-bottom: 10px !important;
	border: 0;
	background: none;
	box-shadow: none;
}

.panel-default > .panel-heading {
	padding: 0;
}

.panel-heading a {
	position: relative;
	display: block;
	padding: 13px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #eaebeb;
	color: #777;
	text-decoration: none;
}

.panel-heading a:hover {
	background: #dfe0e0;
}

.panel-heading a:focus {
	outline: none;
	box-shadow: none;
}

.panel-heading a:after {
	position: absolute;
	top: 0;
	right: 0;
	padding: 17px;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	background: #dfe0e0;
	color: #777;
	content: "\e114";
	font-family: "Icomoon";
	line-height: 1em;
}

.panel-heading.panel-active a {
	background: #19a9e5;
	color: #fff;
}

.panel-heading.panel-active a:hover {
	background: #13a0db;
}

.panel-heading.panel-active a:after {
	background: #13a0db;
	color: #fff;
	content: "\e115";
}

.panel-default > .panel-heading+.panel-collapse > .panel-body {
	border: none;
}
/* -- */

/* 2.6 Pricing Table */
ul.pricing .price {
	margin-top: 36px;
	padding: 0 20px;
	border: 1px solid #eee;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-clip: padding-box;
}

.price .price-title {
	margin-top: 14px;
	margin-bottom: 12px;
	color: #777;
}

.price .price-amount {
	padding: 15px 0;
	border: 2px solid #eee;
	border-right: none;
	border-left: none;
	color: #222;
	font-size: 48px;
	font-family: "Montserrat", sans-serif;
}

.price .price-feature {
	padding: 26px 0;
}

.price .price-feature li {
	margin-bottom: 20px;
}

.price .price-feature li:last-child {
	margin-bottom: 0;
}

.price .price-button {
	display: block;
	margin-right: -20px;
	margin-left: -20px;
	padding: 24px 0;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	background: none;
	color: #777;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
}

ul.pricing .price,
.price .price-feature li,
.price .price-button {
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

ul.pricing .price.best-value {
	margin-top: 5px;
}

.price.best-value .price-title {
	margin-bottom: -3px;
}

.price .price-label {
	padding: 4px 9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #eee;
	color: #777;
	text-transform: uppercase;
	font-size: 12px;
}

.best-value-label {
	display: block;
	margin-bottom: 14px;
	color: #222;
	font-style: oblique;
	font-size: 18px;
	font-family: "Droid Serif", serif;
}

ul.pricing .price:hover {
	border-color: #19a9e5;
}

.price:hover .price-title {
	color: #222;
}

.price:hover .price-amount {
	margin-right: -20px;
	margin-left: -20px;
	border-color: #19a9e5;
	background: #19a9e5;
	color: #fff;
}

.price:hover .price-feature li {
	color: #222;
}

.price:hover .price-label {
	background: #19a9e5;
	color: #fff;
}

.price:hover .price-button {
	background: #19a9e5;
	color: #fff;
}

ul.pricing .price.best-value,
ul.pricing .price.best-value:hover {
	border-color: #f6a006;
}

.price.best-value .price-title,
.price.best-value:hover .price-title {
	color: #222;
}

.price.best-value .price-amount,
.price.best-value:hover .price-amount {
	margin-right: -20px;
	margin-left: -20px;
	border-color: #f6a006;
	background: #f6a006;
	color: #fff;
}

.price.best-value .price-feature li,
.price.best-value:hover .price-feature li {
	color: #222;
}

.price.best-value .price-button,
.price.best-value:hover .price-button {
	background: #f6a006;
	color: #fff;
}

.price.best-value .price-label {
	background: #f6a006;
	color: #fff;
}
/* -- */

/* 2.7 Contact Modal */
.contact-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background: #292c33;
  -webkit-overflow-scrolling: touch;
}

.overlay-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.overlay-scale.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

a.contact-trigger {
	cursor: pointer;
}

a.overlay-close {
	position: fixed;
	top: 30px;
	right: 30px;
	visibility: visible;
	overflow: hidden;
	width: 48px;
	height: 48px;
	background: url(/img/www/8ae4b41b2e/norxs/cd-icon-close.svg) no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
	transition: transform 0.3s 0s, visibility 0s 0.4s;
}

a.overlay-close:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.contact-content {
	margin-top: 108px;
	margin-bottom: 120px;
}

.contact-content,
.contact-content h2,
.contact-content p {
	color: #fff;
}

.contact-content h2 {
	margin-bottom: 36px;
}

.contact-form {
	margin: 50px 0;
}

.contact-form .contact-input,
.contact-form textarea,
.contact-form .submit-btn {
	position: relative;
	overflow: hidden;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-clip: padding-box;
	box-shadow: none;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.contact-form .contact-input:focus,
.contact-form textarea:focus,
.contact-form .submit-btn:focus {
	outline: none;
	border: none;
}

.contact-form .contact-input:focus,
.contact-form textarea:focus {
	background: #515459;
}

.contact-form .contact-input {
	margin-bottom: 30px;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	background: #42454a;
}

.contact-form textarea {
	margin-bottom: 24px;
	padding: 20px;
	width: 100%;
	background: #42454a;
}

.contact-form .submit-btn {
	min-width: 170px;
	height: 50px;
	background: #19a9e5;
	text-transform: uppercase;
	font-size: 20px;
}

.contact-form .submit-btn:hover {
	background: #11a1dd;
}

.contact-form .submit-btn:before {
	position: absolute;
	top: 7%;
	left: 130%;
	height: 100%;
	color: #fff;
	content: "\e62a";
	font-size: 80%;
	font-family: "Icomoon";
	line-height: 2.7;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.contact-form .submit-btn:hover:before {
	left: 75%;
}

.required-field {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.required-field:after {
	position: absolute;
	top: -10px;
	right: -10px;
	display: block;
	width: 20px;
	height: 20px;
	background: #19a9e5;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.required-field.field-error:after {
	background: #cc3530;
	/*
	box-shadow: inset 0 0 0 2px #cc3530;
	*/
	color: #cc3530;
}

.submit-btn.disabled {
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
	filter: alpha(opacity=65);
	cursor: not-allowed;
	pointer-events: none;
}
/* -- */

/* 2.8 Alert Notification */
.notif-box {
	position: fixed;
	top: 0;
	z-index: 99999;
	padding: 22px;
	width: 100%;
	font-size: 90%;
	line-height: 1.4;
	-webkit-transition: all 0.27s ease-in-out;
	transition: all 0.27s ease-in-out;
	-webkit-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.notif-box.show-up {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.notif-box p {
	display: inline-block;
	margin-bottom: 0;
	padding: 0 3.2em;
	font-size: 1.2em;
}

.notif-box span.notif-icon{
	position: absolute;
	top: 50%;
	left: .6em;
	display: block;
	font-size: 28px;
	opacity: 0;
	-webkit-transition: all .8s;
	transition: all .8s;
	-webkit-transform: translate3d(0,-50%,0);
	-ms-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

.notif-box.show-up span.notif-icon {
	opacity: 1;
}

.notif-box a.notification-close {
	position: absolute;
	top: 15%;
	right: 1em;
	visibility: visible;
	overflow: hidden;
	width: 48px;
	height: 48px;
	background: url(/img/www/8ae4b41b2e/norxs/cd-icon-close.svg) no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
	transition: transform 0.3s 0s, visibility 0s 0.4s;
}

.notif-box a.notification-close:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

#error-notification,
#subscribe-error-notification,
#hero-error-notification {
	background: #cc3530;
	color: rgba(250, 251, 255, 0.95);
}

#error-notification.notif-box,
#subscribe-error-notification.notif-box,
#hero-error-notification.notif-box {
	box-shadow: inset 4.5em 0 #b80d07;
}

#success-notification,
#subscribe-success-notification,
#hero-success-notification {
	background: #19a9e5;
	color: rgba(250, 251, 255, 0.95);
}

#success-notification.notif-box
#subscribe-success-notification.notif-box,
#hero-success-notification.notif-box {
	box-shadow: inset 4.5em 0 #13a0db;
}
/* -- */

/* 2.9 Lightbox Modal */
#swipebox-overlay {
 	background: #292c33;
}

#swipebox-title {
	font-size: 16px;
	font-family: "Varela Round", sans-serif;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
	background: rgba(41, 44, 51, 0.85);
	text-shadow: none;
	opacity: 1;
}

#swipebox-close {
	position: absolute;
	top: 30px;
	right: 30px;
	visibility: visible;
	overflow: hidden;
	width: 48px;
	height: 48px;
	background: url(/img/www/8ae4b41b2e/norxs/cd-icon-close.svg) no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
	transition: transform 0.3s 0s, visibility 0s 0.4s;
}

#swipebox-prev,
#swipebox-next {
	background: none !important;
}

#swipebox-prev:before,
#swipebox-next:before {
	color: #fff;
	font-size: 26px;
	font-family: "Icomoon";
	line-height: 2em;
}

#swipebox-prev:before {
	content: "\e629";
}

#swipebox-next:before {
	content: "\e62a";
}

#swipebox-prev:hover,
#swipebox-next:hover,
#swipebox-close:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

/* 2.10 Attention Box */
.attention-box {
	padding: 13px 0;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #f7f7f9;
	background-clip: padding-box;
	text-align: center;
}

.attention-box h5,
.attention-box p,
.attention-box a {
	display: inline-block;
	margin: 0;
}

.attention-box p {
	margin: 0 14px;
}

/* 2.11 Progress Bar */
.progress-title {
	margin-bottom: 3px;
}

.progress {
	margin-bottom: 24px;
	height: 8px;
	background: #d8dce0;
	background-clip: padding-box;
	box-shadow: none;
}

.progress-bar {
	box-shadow: none;
}

.blue-progress-bar {
	background-color: #19a9e5;
}

.orange-progress-bar {
	background-color: #f6a006;
}

.red-progress-bar {
	background-color: #ff5b5b;
}

.teal-progress-bar {
	background-color: #008989;
}

.grey-progress-bar {
	background-color: #757679;
}

/* 2.12 To Top Button */
#to-top {
	position: fixed;
	right: 30px;
	bottom: -100px;
	z-index: 1;
	padding: 9px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: rgba(34, 34, 34, 0.8);
	color: #fff;
	font-size: 30px;
	line-height: 20px;
	cursor: pointer;
	-webkit-transition: 0.75s;
	transition: 0.75s;
}

#to-top:hover {
	background: #19a9e5;
}

/**
 * 3.0 HEADER & HERO SECTION
 * -----------------------------------------------------------------------------
 */
header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 500;
	padding: 37px 0;
	height: 50px;
}

.the-origin-header a.logo {
	display: inline-block;
	margin-top: -10px;
}

.header-clone {
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px 0;
	background: #222;
	-webkit-transition: all 0.27s ease-in-out;
	transition: all 0.27s ease-in-out;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.header-stick {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.header-clone .logo img {
	position: absolute;
	top: 3px;
	margin-top: -9px;
	width: 70px;
}

.header-clone a.menu-toggle {
	padding: 3px 0px;
}

/* 3.1 Menu Toggle */
a.menu-toggle {
	padding: 14px 0;
	color: #19a9e5;
	font-size: 18px;
}

a.menu-toggle:hover {
	color: #fff;
	text-decoration: none;
}

a.menu-toggle span {
	padding-left: 10px;
	vertical-align: text-top;
	font-size: 19px;
}
/* -- */

/* 3.2 Navigation */
#nav-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	visibility: hidden;
	padding: 15px 40px;
	width: 260px;
	height: 100%;
	background-color: #292c33;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

#nav-wrapper.nav-wrapper-opened {
	z-index: 999;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-overflow-scrolling: touch;
}

.nav-close {
	display: none;
	color: #fff;
	font-size: 24px;
}

.nav-close:hover,
.nav-close:focus {
	color: #fff;
}

.touch .nav-close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 5px;
	width: 40px;
	height: 40px;
	background: #CC3530;
	text-align: center;
}

.main-nav {
	margin-bottom: 55px;
}

.main-nav li {
	margin-bottom: 1px;
}

.main-nav li a {
	font-weight: 100;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
}

.main-nav li a,
.secondary-nav li a {
	!color: #777;
}

.main-nav li a:hover,
.secondary-nav li a:hover {
	color: #fff;
}

.secondary-nav li {
	margin-bottom: 10px;
}

.main-nav .dropdown:before {
	position: absolute;
	top: 4px;
	left: -25px;
	color: #fff;
	content: "\e621";
	font-size: 18px;
	font-family: "Icomoon";
	line-height: 1em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.main-nav .dropdown.active:before {
	content: "\e62c";
}

.main-nav .dropdown-menu {
	position: relative;
	top: 0;
	float: none;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: -40px;
	padding: 15px 20px;
	min-width: 260px;
	width: 100%;
	border: none;
	background: #222;
	box-shadow: none;
}

.main-nav .dropdown-menu li {
	margin-bottom: 0px;
	!color: #777;
	line-height: 0.6em;
}

.main-nav .dropdown-menu li:last-child {
	margin-bottom: 0;

}

.main-nav .dropdown-menu li a {
	color: #eee;
	text-transform: none !important;
	font-size: 8px;
	font-weight: normal;

}

.main-nav .dropdown-menu li a:hover {
	background: none;
	color: #fff;
}
/* -- */

/* 3.2.1 Navigation Bar */
.navbar-nav>li {
	margin-left: 40px;
}

.navbar-nav>li>a {
	color: #fff;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
}

.header-clone .navbar-nav>li>a:hover,
.header-clone .navbar-nav>li.current>a {
	color: #19a9e5;
}

.navbar-header a.logo {
	margin-top: -20px;
	padding: 7px 0;
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
	margin-top: 12px;
}

.header-clone .container-fluid>.navbar-collapse,
.header-clone .container-fluid>.navbar-header,
.header-clone .container>.navbar-collapse,
.header-clone .container>.navbar-header {
	margin-top: 3px;
}

.header-clone .navbar-header .logo img {
	top: 12px;
}

.navbar-toggle {
	margin: 0;
	padding: 0;
	margin-top: -2px;
}

.navbar-toggle span {
	color: #fff;
	font-size: 24px;
}

/* -- */
#hero {
	position: relative;
	overflow: hidden;
	padding: 0;
	height: 100vh;
	color: #fff;
	background-size: cover !important;
}

.color-overlay {
	background: rgba(34, 34, 34, 0.5);
}

.hero-split-left,
.hero-split-right {
	position: absolute;
	width: 50%;
	height: 100%;
	background: rgba(0, 0, 34, 0.7);
}

.hero-split-left {
	left: 0;
}

.hero-split-right {
	right: 0;
}

/* 3.3 Hero Background */
.hero-subscribe-layout #hero,
.creative-layout #hero,
.event-layout #hero {
	background-color: #eee;
	background-attachment: fixed !important;
	background-position: center top;
}

.hero-form-layout #hero {
	background: url(/img/www/8ae4b41b2e/norxs/stock3.jpg) no-repeat center center fixed;
}

.app-layout #hero {
	background: url(/img/www/8ae4b41b2e/norxs/stock5.jpg) no-repeat center center fixed;
}

/* Session Video Background*/
.video-bg-section {
	background: none !important;
	background-color: #222 !important;
}

.touch #hero.video-bg-section {
	background: url(/img/www/8ae4b41b2e/norxs/video-poster.jpg) center center no-repeat !important; /*Video Poster fallback for mobile devices*/
	background-size: cover !important;
}
/* -- */

#hero .container {
	height: 100vh;
}

.hero-content p.lead {
	margin-bottom: 13px;
}

.hero-content h1,
.hero-content h2,
.hero-content h3,
.hero-content h4,
.hero-content h5,
.hero-content h6 {
	color: #fff;
}

.hero-form-layout .hero-content h2 {
	margin-top: 5px;
	line-height: 1.2em;
}

/* 3.4 Hero Subscribe Form */
.hero-subscribe-wrapper {
	margin-top: 16px;
	margin-bottom: 27px;
}

.hero-subscribe-wrapper form .input-group input {
	padding: 25px;
	max-width: 500px;
	height: 70px;
	border: none;
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	background-color: rgba(255,255,255,.25);
	background-clip: padding-box;
	box-shadow: none;
	color: #fff;
	font-size: 24px;
}

.hero-subscribe-wrapper form .input-group input::-webkit-input-placeholder {
   color: #777;
}

.hero-subscribe-wrapper form .input-group input:-moz-placeholder { /* Firefox 18- */
   color: #777;
}

.hero-subscribe-wrapper form .input-group input::-moz-placeholder {  /* Firefox 19+ */
   color: #777;
}

.hero-subscribe-wrapper form .input-group input:-ms-input-placeholder {
   color: #777;
}

.hero-subscribe-wrapper form .input-group .btn-subscribe {
	position: relative;
	overflow: hidden;
	margin-left: 0;
	width: 270px;
	height: 70px;
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
	background-color: #f59f06;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.hero-subscribe-wrapper form .input-group .btn-subscribe:hover,
.hero-subscribe-wrapper form .input-group .btn-subscribe:focus,
.hero-subscribe-wrapper form .input-group .btn-subscribe:active {
	outline: none;
	background-color: #ed9903;
	box-shadow: none;
}

.hero-subscribe-wrapper form .input-group .btn-subscribe:before {
	position: absolute;
	top: 11%;
	left: 130%;
	height: 100%;
	color: #fff;
	content: "\e62a";
	font-size: 80%;
	font-family: "Icomoon";
	line-height: 2.7;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.hero-subscribe-wrapper form .input-group .btn-subscribe:hover:before {
	left: 81%;
}

.hero-subscribe-wrapper .helper-text {
	display: block;
	margin-top: 11px;
	color: #342f27;
}
/* -- */

/* 3.5 Hero Form */
.register-form .hero-input,
.register-form .submit-btn {
	position: relative;
	overflow: hidden;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-clip: padding-box;
	box-shadow: none;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.register-form .hero-input:focus,
.register-form .submit-btn:focus {
	outline: none;
	border: none;
}

.register-form .hero-input {
	margin-bottom: 30px;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	background: rgba(255, 255, 255, 0.5);
}

.register-form .hero-input::-webkit-input-placeholder {
	color:#fff;
}

.register-form .hero-input::-moz-placeholder {
	color:#fff;
}

.register-form .hero-input:-ms-input-placeholder {
	color:#fff;
}

.register-form .hero-input:-moz-placeholder {
	color:#fff;
}

.register-form .submit-btn {
	width: 100%;
	height: 50px;
	background: #f6a006;
	text-transform: uppercase;
	font-size: 20px;
}
/* -- */

.hero-content a.cta {
	display: inline-block;
	margin-top: 88px;
}

.hero-content a.cta span {
	padding-left: 5px;
	vertical-align: text-bottom;
	font-size: 1.2em;
}

/* 3.6 Creative Layouts Hero CTA Content */
.creative-layout .inline-cta a.cta {
	margin-top: 0;
}

#hero a.cta-stroke {
	border-color: #fff;
	color: #fff;
}

#hero .scroll-link {
	display: inline-block;
	margin-top: 88px;
	color: #fff;
	font-size: 30px;
}

a.scroll-link:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
/*--*/

/* 3.7 Hero App Layout */
.hero-mockup {
	margin: 0 auto;
	max-width: 275px;
}

.hero-mockup img  {
	width: 100%;
}

.app-layout .hero-content {
	margin-top: 93px;
}

.hero-app-content-right {
	padding: 55px 25px;
}

/* 3.8 Animated Headline */
.animated-headline {
	margin-top: -28px;
}

.animated-words-wrapper {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100% !important;
	vertical-align: top;
	text-align: left;
}

.animated-words-wrapper b {
	position: absolute;
	top: .2em;
	display: inline-block;
	white-space: nowrap;
	opacity: 0;
}

.animated-headline.slide b {
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: 400;
}

.animated-words-wrapper b.is-visible {
	position: relative;
	top: 0;
	opacity: 1;
	-webkit-animation: slide-in 0.6s;
	-moz-animation: slide-in 0.6s;
	animation: slide-in 0.6s;
}

.animated-words-wrapper b.is-hidden {
	-webkit-animation: slide-out 0.6s;
	-moz-animation: slide-out 0.6s;
	animation: slide-out 0.6s;
}

.no-js .animated-words-wrapper b {
	opacity: 0;
}

.no-js .animated-words-wrapper b.is-visible {
	opacity: 1;
}

/* animated slide keyframes */
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/* 3.9 Hero Event Layout */
.event-hero-info {

}

.event-hero-info small {
	font-size: 18px;
	margin-right: 35px;
}

.event-hero-info small span {
	color: #f6a006;
	margin-right: 20px;
}

.event-layout .hero-content a.cta {
	margin-top: 75px;
}

/* 3.10 Video Background */
.video-bg-section {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}

/**
 * 4.0 TOP CLIENT LOGO
 * -----------------------------------------------------------------------------
 */
#top-client {
	padding: 55px 0;
	background: #eee;
}

.client-logo h5 {
	padding-top: 25px;
}

.the-logo {

}


/**
 * 5.0 WHAT WE DO SECTION
 * -----------------------------------------------------------------------------
 */
#what-we-do {
	position: relative;
	overflow: hidden;
	background-color: #eee;

}

/* 5.1 What We Do on Form Layout */
.hero-form-layout #what-we-do {
	padding-top: 30px;
}
/* -- */

#what-we-do:before {
	position: absolute;
	left: 0;
	width: 399px;
	height: 483px;
	background: url(/img/www/8ae4b41b2e/norxs/pharmacist.png) no-repeat;
	content: "";
}

#what-we-do:after {
	!position: absolute;
	!top: 0;
	!right: 0;
	!width: 306px;
	!height: 665px;
	!background: url(/img/www/8ae4b41b2e/norxs/paper-mockup.png) no-repeat;
	!content: "";
}

.hero-form-layout #what-we-do:before,
.hero-form-layout #what-we-do:after {
	top: auto;
	bottom: -11em;
}

.hero-form-layout .attention-box {
	  margin-bottom: 55px;
}


/* 5.2 Introduction on App Layout */
#introduction {
	position: relative;
	overflow: hidden;
}

.app-layout #introduction {
	padding-bottom: 662px;
}

.app-layout #introduction:after {
	position: absolute;
	bottom: -56px;
	left: 0;
	width: 100%;
	height: 665px;
	background: url(/img/www/8ae4b41b2e/norxs/apps-perspectives-mockup-wide.png) top center no-repeat;
	content: "";
}

/* 5.3 Introduction on Event Layout */
.event-layout #introduction {
	padding-bottom: 0;
}

/**
 * 6.0 HOW IT WORKS SECTION
 * -----------------------------------------------------------------------------
 */
#how-it-works {
	padding: 0;
}

ul.how-it-works-col li {
	float: left;
	padding: 120px 0 100px;
}

.how-it-works-title img {
	margin-bottom: 30px;
}

.how-it-works-title h4 {
	margin-bottom: 10px;
}

.how-it-works-info {
	position: absolute;
	top: 0;
	visibility: hidden;
	padding: 113px 8%;
	height: 100%;
	background: rgba(34, 34, 34, 0.7);
}

.how-it-works-info,
.how-it-works-info h4,
.how-it-works-info p,
.how-it-works-info p strong {
	color: #fff;
}

.how-it-works-info h4 {
	margin-bottom: 26px;
}

ul.how-it-works-col li:first-child .how-it-works-info:after,
ul.how-it-works-col li:nth-child(2) .how-it-works-info:after {
	display: block;
	margin-top: 32px;
	width: 100%;
	height: 50px;
	background: url(/img/www/8ae4b41b2e/norxs/arrow.png) no-repeat right;
	content: "";
}

.how-it-works-info .cta {
	margin-top: 7px;
	-webkit-transition: none;
	transition: none;
}

ul.how-it-works-col li:hover .how-it-works-title {
	opacity: 0;
}

ul.how-it-works-col li:hover .how-it-works-info {
	visibility: visible;
}

/* 6.1 How It Works info hover transitions/animations */
.how-it-works-info p,
.how-it-works-info p strong {
	-webkit-transform: translateY(30%);
	-ms-transform: translateY(30%);
	transform: translateY(30%);
}

.how-it-works-info h4,
.how-it-works-info .cta,
ul.how-it-works-col li:first-child .how-it-works-info:after,
ul.how-it-works-col li:nth-child(2) .how-it-works-info:after {
	-webkit-transform: translateY(60%);
	-ms-transform: translateY(60%);
	transform: translateY(60%);
}

ul.how-it-works-col li:hover .how-it-works-info h4,
ul.how-it-works-col li:hover .how-it-works-info p,
ul.how-it-works-col li:hover .how-it-works-info p strong {
	-webkit-transition: all 0.27s ease-in-out;
	transition: all 0.27s ease-in-out;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

ul.how-it-works-col li:hover .how-it-works-info .cta,
ul.how-it-works-col li:hover:first-child .how-it-works-info:after,
ul.how-it-works-col li:hover:nth-child(2) .how-it-works-info:after {
	-webkit-transition: all 0.32s ease-in-out;
	transition: all 0.32s ease-in-out;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
/* -- */

/* 6.2 How It Works hover background */
ul.how-it-works-col li:first-child:hover {
	background: url(/img/www/8ae4b41b2e/norxs/stock1.jpg) no-repeat center center;
}

ul.how-it-works-col li:nth-child(2):hover {
	background: url(/img/www/8ae4b41b2e/norxs/stock2.jpg) no-repeat center center;
}

ul.how-it-works-col li:last-child:hover {
	background: url(/img/www/8ae4b41b2e/norxs/stock3.jpg) no-repeat center center;
}

/**
 * 7.0 OUR FEATURES SECTI0N
 * -----------------------------------------------------------------------------
 */
.the-feature {
	height: 320px;
	!margin-top: -10px;
	!margin: 5px;
	padding: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.the-feature:hover {
	background: #f7f8f9;
}

.feature-icon {
	color: #777;
	font-size: 30px;
}

.feature-title {
	margin-top: 17px;
	margin-bottom: 15px;
}

/* 7.1 Feature Icon on Hero Form Layout */
.hero-form-layout .the-feature {
	margin-bottom: 15px;
}

.hero-form-layout .feature-icon {
	display: flex;
	flex-direction: column;
	min-height: 125px;
	font-size: 48px;
	justify-content: center;
	align-items: center;
}

.hero-form-layout .feature-title {
	margin-top: 0;
}
/* -- */

.the-feature,
.feature-icon,
.feature-title {
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.the-feature a {
	display: inline-block;
}

.the-feature a p {
	margin-bottom: 0;
	color: #777;
}

.the-feature:hover .feature-icon {
	color: #222;
}

.the-feature:hover .feature-title {
	color: #19a9e5;
}

.side-feature-icon span[class^="icon-"] {
	display: block;
	margin-top: 28px;
	font-size: 65px;
}

.side-feature-info h4 {
	margin-bottom: 5px;
}
/* -- */

/* 7.2 The Feature on App Layout */
.app-layout .the-feature {
	margin-top: -15px;
	margin-bottom: 32px;
}
.left-features .the-feature {
	text-align: right;
}

/**
  * 8.0 FEATURETTES SECTION
  * -----------------------------------------------------------------------------
  */

/* 8.1 Featurettes Quote */
.featurettes-quote-wrapper {
	height: 500px;
	background: url(/img/www/8ae4b41b2e/norxs/stock2.jpg) no-repeat center center;
	background-size: cover;
}

.featurettes-quote-wrapper .vertical-center-content {
	background: rgba(26, 169, 230, 0.85);
}

.featurettes-quote {
	padding: 0 75px;
	color: #fff;
	font-style: italic;
	font-size: 24px;
	font-family: "Droid Serif", serif;
	line-height: 36px;
}

.featurettes-quote-author {
	margin-top: 45px;
	margin-bottom: 0;
	color: #fff;
	font-style: normal;
	font-family: "Montserrat", sans-serif;
}

/**
  * 9.0 COUNTER
  * -----------------------------------------------------------------------------
  */

#counter {
	background: url(/img/www/8ae4b41b2e/norxs/stock4.jpg) center center no-repeat;
}

#counter .breaking-content {
	padding-bottom: 70px;
}

.counter-icon {
	display: block;
	margin-bottom: 26px;
	font-size: 70px;
}

.counter {
	display: block;
	margin-bottom: 13px;
	letter-spacing: 1px;
	font-size: 36px;
	font-family: "Montserrat", sans-serif;
}

.counter-title {
	display: block;
	font-size: 24px;
}

/**
  * 10.0 BREAKOUT
  * -----------------------------------------------------------------------------
  */

#breakout {
	background: url(/img/www/8ae4b41b2e/norxs/stock3.jpg) center center no-repeat;
}

#breakout .breaking-content {
	padding: 74px 0;
}

/* 10.1 App Layout Breakout */
.app-layout #breakout {
	background: url(/img/www/8ae4b41b2e/norxs/stock2.jpg) no-repeat center center;
}

.app-layout #breakout .breaking-content {
	padding-top: 71px;
}
/* -- */

/* 10.2 Event Layout Breakout */
ul.countdown-timer {
	margin-bottom: 40px;
}

ul.countdown-timer li {
	position: relative;
	display: inline-block;
	margin: 0 35px;
	min-width: 100px;
	font-size: 24px;
}

ul.countdown-timer li span.time-number {
	display: block;
	margin-bottom: 8px;
	font-size: 72px;
	font-family: "Montserrat", sans-serif;
}

ul.countdown-timer li span.time-name {

}
/* -- */

#breakout p.sub-lead {
	margin-top: 25px;
	margin-bottom: 30px;
}

#breakout small {
	display: block;
	margin-top: 18px;
	font-size: 12px;
}

.breakout-quote {
	color: #fff;
	font-style: italic;
	font-size: 24px;
	font-family: "Droid Serif", serif;
	line-height: 36px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.breakout-quote-author {
	margin-top: 45px;
	margin-bottom: 0;
	color: #fff;
	font-style: normal;
	font-family: "Montserrat", sans-serif;
}

.breakout-quote-photo {

}

.breakout-quote-photo .portrait {
    position: absolute;
    top: -36px;
}

/**
  * 11.0 PRICING & SECTION TABS
  * -----------------------------------------------------------------------------
  */

#tab-section {
	position: relative;
	overflow: hidden;
	padding-bottom: 0;
}

.section-tab .panel-group {
	margin-top: 5px;
}

.browser-mockup-wrapper {
	position: relative;
}

.browser-mockup-wrapper .play-btn {
	position: absolute;
	top: 60%;
	left: 46%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.section-tab .side-feature {
	margin-bottom: 47px;
}

.perspective-mockup-bg:before {
	position: absolute;
	width: 787px;
	height: 625px;
	background: url(/img/www/8ae4b41b2e/norxs/perspective-app-mockup.png) no-repeat;
	content: "";
}

/* 11.1 Why Us Section on App Layout */
#why-us,
#why-us-2 {
	overflow: hidden;
	padding-bottom: 0;
}

.why-us-content {
	padding-top: 80px;
}

.why-us-icon {
	display: inline-block;
	margin-bottom: 30px;
	padding: 17px;
	border: 3px solid #19a9e5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #19a9e5;
	font-size: 70px;
}

.why-us-content h3 {
	margin-bottom: 25px;
	line-height: 1.3em;
}

.half-phone-mockup {
	margin: 0 auto;
	max-width: 450px;
}


/* 11.2 Event Session */
.session-wrapper {
	background: #fff;
	margin-bottom: 20px;
	overflow: hidden;
	margin-left: 15px;
	margin-right: 15px;
}

.session-meta {

}

.session-meta-thumbnail {

}

.session-meta-thumbnail .color-overlay {
	background: rgba(34, 34, 34, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
}

.session-meta-thumbnail img {

}

.session-meta > .session-meta-info {
	position: absolute;
	z-index: 2;
	top: 0;
	padding: 26px 30px 26px 45px;
	width: 100%;
	color: #fff;
}

.session-meta > .session-meta-info > .session-info-time {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}

.session-meta > .session-meta-info > .session-info-time > span {
	font-size: 18px;
    margin-right: 12px;
    color: #f6a006;
}

.session-meta > .session-meta-info > .session-info-place {
	font-size: 18px;
}

.session-meta > .session-meta-info > .session-info-place > span {
	font-size: 17px;
    margin-right: 13px;
    color: #f6a006;
}

.session-description {
	padding: 22px 45px 22px 30px;
}

h4.session-title {
	margin-bottom: 15px;
}

.session-speaker {
	font-size: 14px;
	font-family: "Droid Serif", serif;
	font-style: italic;
	color: #999;
	margin-top: -4px;
}

.session-speaker span {
	color: #222;
	margin-right: 6px;
	font-size: 16px;
}

.session-break {
    margin-bottom: 20px;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    border: 3px dashed #dfe0e0;
}

.session-break .session-description {
	padding-right: 30px;
}

.session-break .session-break-time {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #f6a006;
}

.session-break .session-break-time span {
    font-size: 18px;
    margin-right: 8px;
}

.session-break .session-break-title {
	margin-bottom: 0;
}

/**
  * 12.0 OUR TEAM SECTION
  * -----------------------------------------------------------------------------
  */

#our-team {
	padding-bottom: 60px;
}
.the-team-wrapper {
	margin-top: 62px;
}

#team_grid {
	margin-top: 8px;
}

ul.filter {
	margin-top: 25px;
}

ul.filter li {
	margin-bottom: 10px;
}

ul.filter li a {
	color: #777;
}

ul.filter li a:hover {
	color: #222;
}

ul.filter li.current a {
	color: #19a9e5;
}

.mobile-filter-select {
	position: relative;
	z-index: 12;
	display: block;
	margin: 0 auto;
	padding: 13px 20px;
	width: 50%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #eaebeb;
	color: #777;
	text-align: center;
	text-decoration: none;
}

.mobile-filter-select:hover {
	background: #dfe0e0;
}

.mobile-filter-select.select-active {
	background: #19a9e5;
}

.mobile-filter-select.select-active:hover {
	background: #13a0d8;
}

.mobile-filter-select h4 {
	margin: 0;
	color: #777;
}

.mobile-filter-select.select-active h4 {
	color: #fff;
}

.mobile-filter-select span {
	margin-left: 10px;
}

.team-item {
	margin-bottom: 20px;
}

.team-item-content {
	position: relative;
	!overflow: hidden;
}

.team-item-content img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.team-item:hover .team-item-content img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.team-info {
	position: absolute;
	top: 0;
	padding: 14px 20px 20px;
	background-color: #eee;
	!color: #fff;
	-webkit-transition: all 0.3s ease-out;
	transition: all .3s ease-in-out;
	-webkit-backface-visibility: hidden;
}

.team-item:hover .team-info {
	!top: 0;
}

.team-info h6 {
	margin-top: 5px;
	margin-bottom: 23px;
	!color: #fff;
}

.team-info h6:after {
	display: block;
	margin: 0 auto;
	margin-top: 6px;
	width: 30px;
	height: 1px;
	background: #fff;
	content: "";
}

.team-info small {
	font-style: italic;
	font-size: 13px;
}

ul.team-social {
	margin-top: 16px;
}

ul.team-social li {
	display: inline-block;
	margin: 8px;
	border: 2px solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

ul.team-social li a {
	display: block;
	padding: 8px 9px;
	!color: #fff;
	font-size: 20px;
	line-height: .8em;
}

/* 12.1 App Layout Carousel */
#screenshots {
	padding-bottom: 68px;
}

.app-carousel {
	margin-top: 115px;
	margin-bottom: 164px;
}

.slick-slide {
	width: 295px;
}

.slick-dots {
	position: absolute;
	bottom: -175px;
	z-index: 4;
}

.slick-dots li button:before {
	left: auto;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #777;
	content: "";
	opacity: 1;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;

}

.slick-dots li button:hover:before {
	background: #222;
	box-shadow: 0 0 0 2px #222;
}

.slick-dots li.slick-active button:before {
	background: #19a9e5;
	box-shadow: 0 0 0 4px #19a9e5;
}

.phone-frame {
	position: absolute;
	top: 6px;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.phone-frame img {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 350px;
}

.app-carousel:before {
	position: absolute;
	top: 0;
	right: 59%;
	z-index: 2;
	display: block;
	width: 500%;
	height: 100%;
	background: rgba(255, 255, 255, 0.86);
	content: "";
}

.app-carousel:after {
	position: absolute;
	top: 0;
	left: 59%;
	z-index: 2;
	display: block;
	width: 500%;
	height: 100%;
	background: rgba(255, 255, 255, 0.86);
	content: "";
}

/**
  * 13.0 CUSTOMER STORIES/LOGOS SECTION
  * -----------------------------------------------------------------------------
  */

.customer-box-wrapper {
	margin-top: 5px;
}

ul.customer-logos {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin-bottom: 0;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

ul.customer-logos li {
	position: relative;
	overflow: hidden;
	width: 300px;
	height: 300px;
}

ul.customer-logos li.center-customer-logo {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

ul.customer-logos .vertical-center-content {
	width: 300px;
}

.customer-quote {
	position: absolute;
	top: 14%;
	padding: 0 30px;
	opacity: 0;
}

.customer-quote:before {
	display: block;
	margin-bottom: 18px;
	color: #222;
	content: "\e977";
	font-size: 18px;
	font-family: "Icomoon";
}

.customer-quote h5 {
	margin-bottom: 15px;
}

.customer-quote small {
	font-style: italic;
	font-size: 13px;
	line-height: 20px;
}

.customer-quote .customer-link {
	display: block;
	margin-top: 17px;
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
}

.customer-quote .customer-link a {
	color: #222;
}

.customer-quote,
ul.customer-logos li .customer-logo {
	-webkit-transition: opacity .35s ease-in-out;
	transition: opacity .35s ease-in-out;
}

ul.customer-logos li:hover .customer-logo {
	opacity: 0;
}

ul.customer-logos li:hover .customer-quote {
	opacity: 1;
}

.customer-box-wrapper hr {
	margin: 0 auto;
	max-width: 900px;
}

/* 13.1 App Layout Customer Quote */
.app-layout .customer-quote:before {
	display: none;
}

.app-layout .customer-quote .customer-link {
	margin-top: 19px;
	font-family: "Varela Round", sans-serif;
}

.app-layout .customer-quote .customer-link a {
	color: #19a9e5;
}


/**
  * 14.0 PORTFOLIO SECTION
  * -----------------------------------------------------------------------------
  */
#portfolio {
	padding-bottom: 0;
}

ul.portfolio-filter {
	margin-bottom: 30px;
	text-align: center;
}

ul.portfolio-filter li {
	display: inline-block;
}

ul.portfolio-filter li a {
	position: relative;
	padding: 2px 15px;
	background-clip: padding-box;
	color: #777;
}

ul.portfolio-filter li a:hover {
	color: #222;
}

ul.portfolio-filter li.current a {
	display: block;
	color: #19a9e5;
}

ul.portfolio-filter li a:after {
	position: absolute;
	right: -12px;
	color: #222;
	content: "\e63a";
	font-family: "Icomoon";
}

ul.portfolio-filter li:last-child a:after {
	display: none;
}

ul.portfolio-list {
	margin-bottom: 0;
}

ul.portfolio-list li {
	float: left;
	width: 20%;
	background-color: #eee;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

ul.portfolio-list li figure {
	position: relative;
	overflow: hidden;
}

ul.portfolio-list li figure img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

ul.portfolio-list li figure:hover img,
ul.portfolio-list li figure:focus img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

ul.portfolio-list li figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 25% 0;
	width: 100%;
	height: 100%;
	background-color: rgba(33, 33, 33, 0.8);
	text-align: center;
	font-size: 15px;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

ul.portfolio-list figure:hover figcaption,
ul.portfolio-list figure:focus figcaption {
	opacity: 1;
}

ul.portfolio-list li figcaption .caption-content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -100px;
	width: 200px;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translate(0px, 15px);
	-ms-transform: translate(0px, 15px);
	transform: translate(0px, 15px);
}

ul.portfolio-list figure:hover figcaption .caption-content,
ul.portfolio-list figure:focus figcaption .caption-content {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

ul.portfolio-list:hover li {
	opacity: .25;
}

ul.portfolio-list li:hover  {
	opacity: 100;
}


ul.portfolio-list li.ext-link {
	padding: 15px;
	background-color: #ea4c89 !important;
}

/* 14.1 Portfolio External Link */
li.ext-link figcaption {
	padding: 12.5% 0 !important;
	background: rgba(255, 255, 255, 0) !important;
	box-shadow: inset 0 0 0 5px #d12b6b;
	opacity: 1 !important;
	-webkit-transition: all .2s ease-in-out !important;
	transition: all .2s ease-in-out !important;
}

ul.portfolio-list li.ext-link figure:hover figcaption,
ul.portfolio-list li.ext-link figure:focus figcaption {
	box-shadow: inset 0 0 0 9px #d12b6b;
}

li.ext-link figcaption .ext-link-content {
	padding: 15px;
	color: #fff;
	text-align: center;
}

.ext-link-content span {
	color: #d12b6b;
	font-size: 60px;
}

.ext-link-content p {
	margin: 14px 0;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
}

.ext-link-content img {
	width: auto !important;
}

ul.portfolio-list li.ext-link figure:hover img,
ul.portfolio-list li.ext-link figure:focus img {
	transform: none !important;
}

/**
  * 15.0 FOOTER SUBSCRIBE
  * -----------------------------------------------------------------------------
  */

#subscribe-section {
	background: url(/img/www/8ae4b41b2e/norxs/stock2.jpg) center center no-repeat;
	background-position: center bottom;
}

.subscribe-icon {
	margin-top: 27px;
}

.subscribe-section-content h4{
	margin-top: -8px;
	margin-bottom: 26px;
}

.subscribe-section-content p {
	margin-bottom: 33px;
}

#footer-subscribe input[type="email"],
#breaking-subscribe input[type="email"] {
	padding: 20px;
	max-width: 300px;
	height: 50px;
	border: none;
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	background-color: rgba(255, 255, 255, 0.25);
	background-clip: padding-box;
	box-shadow: none;
	color: #fff;
	font-size: 16px;
}

#footer-subscribe .btn-subscribe,
#breaking-subscribe .btn-subscribe {
	position: relative;
	overflow: hidden;
	margin-left: 0;
	width: 170px;
	height: 50px;
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
	background-color: #f59f06;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#footer-subscribe .btn-subscribe:hover,
#footer-subscribe .btn-subscribe:focus,
#footer-subscribe .btn-subscribe:active,
#breaking-subscribe .btn-subscribe:hover,
#breaking-subscribe .btn-subscribe:focus,
#breaking-subscribe .btn-subscribe:active {
	outline: none;
	background-color: #ed9903;
	box-shadow: none;
}

#footer-subscribe .btn-subscribe:before,
#breaking-subscribe .btn-subscribe:before {
	position: absolute;
	top: 11%;
	left: 130%;
	height: 100%;
	color: #fff;
	content: "\e62a";
	font-size: 80%;
	font-family: "Icomoon";
	line-height: 2.9;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#footer-subscribe .btn-subscribe:hover:before,
#breaking-subscribe .btn-subscribe:hover:before {
	left: 81%;
}

#breaking-subscribe {
	margin: 50px auto 10px;
	max-width: 41.11111%;
}

/* 15.1 Footer Widget */
#footer-widget-section {
	background: url(/img/www/8ae4b41b2e/norxs/stock2.jpg) center center no-repeat;
	background-position: center bottom;
}

.footer-widget-wrapper {
	padding: 80px 0;
}

.widget,
.widget p {
	font-size: 14px;
	line-height: 1.5em;
}

.widget ul.link-list a {
	color: #fff;
}

.widget ul.link-list a:hover {
	color: #19a9e5;
}

ul.link-list li {
	position: relative;
	padding-left: 30px;
}

ul.link-list li:before {
    position: relative;
    margin-right: 5px;
    margin-left: -33px;
    color: #19a9e5;
    content: "\e63a";
    vertical-align: middle;
    font-size: 22px;
    font-family: "icomoon";
}

.widget #footer-subscribe input[type="email"] {
	height: 45px;
	font-size: 14px;
}

.widget #footer-subscribe .btn-subscribe {
	width: 58px;
	height: 45px;
}

.widget #footer-subscribe .btn-subscribe span {
	margin-left: -2px;
	font-size: 20px;
}

.widget #footer-subscribe .btn-subscribe:before {
	display: none;
}

.instagram {

}

.instagram li {
    float: left;
    width: 25%;
}

.instagram li img.instagram-image {
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.instagram li a:hover {
	opacity: .6;
}
/**
  * 16.0 MAIN FOOTER SECTION
  * -----------------------------------------------------------------------------
  */

#main-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 0;
	padding: 49px 0;
	width: 100%;
	-webkit-transition: all linear 300ms;
	-webkit-transition: 300ms;
	-moz-transition: all linear 300ms;
	-moz-transition: 300ms;
	-ms-transition: all linear 300ms;
	-ms-transition: 300ms;
	-o-transition: all linear 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

/* 16.1 App Layout Footer */
.footer-content {
	margin-bottom: 54px;
}
/* -- */

ul.footer-nav,
ul.footer-social,
.copyright {
	text-align: center;
}

ul.footer-nav,
ul.footer-social {
	margin-bottom: 30px;
}

ul.footer-nav li {
	display: inline-block;
	padding: 0 17px;
	font-size: 14px;
}

ul.footer-social li {
	display: inline-block;
	padding: 0 7px;
}

ul.footer-social li a {
	color: #777;
	font-size: 20px;
}

.copyright p,
.copyright .language {
	display: inline-block;
	font-size: 11px;
}

.copyright p {
	margin-bottom: 0;
}

.copyright .language:before {
	display: inline;
	margin-top: 2px;
	margin-right: 11px;
	margin-left: 9px;
	width: 1px;
	height: 10px;
	color: #777;
	content: "|";
	font-size: 18px;
	font-family: monospace;
}

.copyright .language span[class^="icon-"] {
	margin-right: 5px;
	vertical-align: middle;
	font-size: 18px;
}

.copyright .language a {
	color: #777;
	cursor: pointer;
}

ul.language-selection {
	margin-bottom: 0;
}

#main-footer .popover {
	top: 25px;
	font-size: 12px;
}

#main-footer.footer-facebook-hovered {
	background: #3b5998 !important;
}

#main-footer.footer-twitter-hovered {
	background: #55acee !important;
}

#main-footer.footer-linkedin-hovered {
	background: #1769ff !important;
}

#main-footer.footer-instagram-hovered {
	background: #3f729B !important;
}

#main-footer.footer-google-hovered {
	background: #cc3732 !important;
}

#main-footer.footer-dribbble-hovered {
	background: #ea4c89 !important;
}

#main-footer.footer-pinterest-hovered {
	background: #cc2127 !important;
}

#main-footer.footer-vimeo-hovered {
	background: #1ab7ea !important;
}

#main-footer.footer-facebook-hovered,
#main-footer.footer-facebook-hovered li a,
#main-footer.footer-facebook-hovered .copyright .language:before,
#main-footer.footer-facebook-hovered .copyright .language a,
#main-footer.footer-twitter-hovered,
#main-footer.footer-twitter-hovered li a,
#main-footer.footer-twitter-hovered .copyright .language:before,
#main-footer.footer-twitter-hovered .copyright .language a,
#main-footer.footer-linkedin-hovered,
#main-footer.footer-linkedin-hovered li a,
#main-footer.footer-linkedin-hovered .copyright .language:before,
#main-footer.footer-linkedin-hovered .copyright .language a,
#main-footer.footer-instagram-hovered,
#main-footer.footer-instagram-hovered li a,
#main-footer.footer-instagram-hovered .copyright .language:before,
#main-footer.footer-instagram-hovered .copyright .language a,
#main-footer.footer-google-hovered,
#main-footer.footer-google-hovered li a,
#main-footer.footer-google-hovered .copyright .language:before,
#main-footer.footer-google-hovered .copyright .language a,
#main-footer.footer-dribbble-hovered,
#main-footer.footer-dribbble-hovered li a,
#main-footer.footer-dribbble-hovered .copyright .language:before,
#main-footer.footer-dribbble-hovered .copyright .language a,
#main-footer.footer-pinterest-hovered,
#main-footer.footer-pinterest-hovered li a,
#main-footer.footer-pinterest-hovered .copyright .language:before,
#main-footer.footer-pinterest-hovered .copyright .language a,
#main-footer.footer-vimeo-hovered,
#main-footer.footer-vimeo-hovered li a,
#main-footer.footer-vimeo-hovered .copyright .language:before,
#main-footer.footer-vimeo-hovered .copyright .language a {
	color: #fff;
}




/*
	Template Name: Urip Landing Page (Responsive Layout)
	Template URI: http://worksofwisnu.com/theme-preview/urip
	Description: Modern and Professional HTML Landing Page Template
	Author: xWisnux (Works of Wisnu)
	Author URI: http://worksofwisnu.com
	Version: 2.0

*/

/**
 * 1.0 LARGE DEVICES (large desktops, 1200px and up)
 * -----------------------------------------------------------------------------
 */
@media (min-width: 1441px) {
	/* MAIN FOOTER SECTION */
	#main-footer {
		padding-top: 65px;
		padding-bottom: 65px;
	}
}

@media (max-width: 1440px) {
	/* WHAT WE DO SECTION */
	#what-we-do:before {
		left: -4em;
	}

	#what-we-do:after {
		right: -4em;
	}
}

@media (max-width: 1383px) {
	/* FEATURETTES SECTION */
	.content-tab-wrapper .nav > li > a {
		padding: 11px 14px;
	}

	.content-tab-wrapper .nav-tabs > li > a:hover,
	.content-tab-wrapper .nav-tabs > li.active > a,
	.content-tab-wrapper .nav-tabs > li.active > a:focus,
	.content-tab-wrapper .nav-tabs > li.active > a:hover {
		padding: 12px 15px;
	}
}

@media (max-width: 1280px) {
	/* WHAT WE DO SECTION */
	#what-we-do:before {
		left: -5em;
	}

	#what-we-do:after {
		right: -5em;
	}
}

@media (max-width: 1208px) {
	/* WHAT WE DO SECTION */
	#what-we-do:before,
	#what-we-do:after {
		content: "";
		background: none;
		display: none;
	}
}


/**
 * 2.0 MEDIUM DEVICES (desktops, 992px and up)
 * -----------------------------------------------------------------------------
 */
@media (max-width: 1199px) {
	/* BASIC STRUCTURE */
	.touch .breaking,
	.touch .hero-subscribe-layout #hero,
	.touch .creative-layout #hero,
	.touch .hero-form-layout #hero,
	.touch .app-layout #hero,
	.touch .event-layout #hero {
		background-attachment: inherit !important;
	}

	/* PRICING & SECTION TABS */
	.browser-mockup-wrapper .play-btn  {
		top: 50%;
	}

	/* OUR TEAM SECTION */
	.team-info {
		padding: 5px 10px;
	}

	.team-info h6 {
		margin-bottom: 10px;
	}

	.team-info small {
		font-size: 11px;
	}

	ul.team-social {
		margin-top: 4px;
		margin-bottom: 4px;
	}

	/* APP CAROUSEL */
	.phone-frame img {
		top: -22%;
	}

	/* CONTACT MODAL */
	.touch .contact-overlay {
		display: none;
	}

	.touch .contact-overlay.open {
		display: block;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	/* BASIC STRUCTURE */
	.two-blocks-col {
		padding: 28px 40px 0;
	}

	/* HEADER & HERO SECTION */
	.hero-subscribe-wrapper form .input-group .btn-subscribe {
		width: 225px;
	}

	/* HOW IT WORKS SECTION */
	.how-it-works-info {
		padding-top: 71px;
		padding-bottom: 71px;
	}

	/* OUR FEATURES SECTION */
	.feature-title {
		font-size: 20px;
	}

	.side-feature-icon span[class^="icon-"] {
		margin-top: 7px;
	}

	/* FOOTER SUBSCRIBE */
	#footer-subscribe .btn-subscribe,
	#breaking-subscribe .btn-subscribe {
		width: 150px;
	}

}


/**
 * 3.0 SMALL DEVICES (tablets, 768px and up)
 * -----------------------------------------------------------------------------
 */
@media (max-width: 1024px) {
	/* BASIC STRUCTURE */
	main#main-content {
		margin-bottom: 0 !important;
		box-shadow: none;
	}

	/* HEADER & HERO SECTION */
	.hero-form-layout .hero-content {
		padding-top: 45px;
	}

	.creative-layout .hero-content h1 {
		font-size: 42px;
	}

	.hero-app-content-right {
		padding-top: 0;
		padding-bottom: 0;
	}

	/* OUR FEATURES SECTION */
	.middle-phone-mockup {
		margin-top: 15vh;
	}

	/* FEATURETTES SECTION */
	.content-tab-wrapper .nav > li > a {
		padding: 10px 8px;
	}

	.content-tab-wrapper .nav-tabs > li > a:hover {
		padding: 11px 9px;
	}

	.content-tab-wrapper .nav-tabs > li.active > a,
	.content-tab-wrapper .nav-tabs > li.active > a:focus,
	.content-tab-wrapper .nav-tabs > li.active > a:hover {
		padding: 11px 9px;
	}

	/* WHY US SECTION */
	.half-phone-mockup {
		display: flex;
	}

	/* BREAKOUT SECTION */
	#breaking-subscribe {
		max-width: 50%;
	}

	/* MAIN FOOTER SECTION */
	#main-footer {
		position: relative;
	}
}

@media (max-width: 991px) {
	/* NAVIGATION BAR*/
	.navbar-header {
        float: none;
    }

    .navbar-left,.navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-nav {
        float: none!important;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in{
  		display:block !important;
	}

	.header-clone .container-fluid>.navbar-collapse,
	.header-clone .container-fluid>.navbar-header,
	.header-clone .container>.navbar-collapse,
	.header-clone .container>.navbar-header,
	.header-clone .container-fluid>.navbar-collapse.collapsing,
	.header-clone .container>.navbar-collapse.collapsing {
		margin-top: 5px;
	}

	.navbar-collapse.collapsing,
	.navbar-collapse.collapse.in {
		background-color: #292c33;
		margin-left: -24px;
		margin-right: -24px;
	}

	.collapsing .navbar-nav>li,
	.collapse.in .navbar-nav>li {
		margin-left: 10px;
		margin-bottom: 10px;
	}

	.header-navbar.header-clone {
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
	}

	.header-navbar.the-origin-header {
		display: none !important;
	}

	/* WHY US SECTION */
	#why-us,
	#why-us-2 {
		text-align: center;
	}

	.half-phone-mockup {
		display: block;
		max-width: 100%;
		margin-bottom: 80px;
	}

	.half-phone-mockup img {
		max-width: 60%;
	}

	.half-phone-mockup:after {
		width: 100%;
		border: none;
		height: 1px;
		margin: 0 auto;
		text-align: center;
		background: #777;
		background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(50%, #777), color-stop(100%, #fff));
		background: -webkit-linear-gradient(left, #fff 0%, #777 50%, #fff 100%);
		background: linear-gradient(to right, #fff 0%, #777 50%, #fff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1 );
		content: "";
		display: block;
	}

	.why-us-content {
		padding-top: 0;
		margin-bottom: 72px;
	}
}

@media (max-width: 979px) {
	/* COMPONENTS */
	.attention-box h5 {
		font-size: 14px;
	}

	.attention-box p {
		margin: 0 8px;
		font-size: 13px;
	}

	/* HEADER & HERO SECTION */
	.hero-form-layout .hero-content {
		padding-top: 0;
		margin-top: -27px;
	}

	.hero-form-layout .feature-icon {
		font-size: 30px;
		min-height: 0;
		align-items: inherit;
	}

	.hero-form-layout .feature-title {
		margin-top: 20px;
	}

	.register-form .hero-input {
		margin-bottom: 10px;
	}

	.register-form .submit-btn {
		margin-top: 20px;
	}

	.hero-app-content-left,
	.hero-app-content-right {
		text-align: center;
	}

	/* TOP CLIENT SECTION */
	.client-logo h5 {
		padding-top: 0;
	}

	/* OUR FEATURES SECTION */
	.left-features .the-feature,
	.app-layout #our-features {
		text-align: center;
	}

	.middle-phone-mockup {
		margin-top: 0;
		margin-bottom: 55px;
	}

	/* FEATURETTES SECTION */
	.expandable-gallery-info {
		position: relative !important;
		width: 100% !important;
		background: #fff;
	}

	.two-blocks-col {
		padding-bottom: 73px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.featurettes-quote-wrapper {
		height: 375px;
	}

	.featurettes-quote {
		padding-left: 40px;
		padding-right: 40px;
	}

	/* BREAKOUT SECTION */
	#breaking-subscribe {
		max-width: 65%;
	}

	.breakout-quote-photo {
    	display: none;
	}

	/* PRICING & SECTION TABS */
	.large-image-mockup {
	  	margin-left: auto;
	  	margin-right: auto;
		display: block;
  	}

  	.side-feature-icon span[class^="icon-"] {
		margin-top: 50px;
		font-size: 80px;
		text-align: right;
	}

	.side-feature-info {
		margin-bottom: 14px;
	}

	/* EVENT SCHEDULE */
	.session-wrapper > .row > .pull-left {
		float: none !important;
	}

	.session-meta {
	    max-height: 244px;
	    position: relative;
	    overflow: hidden;
	}

	.session-meta-thumbnail img {
    	width: 100%;
    	margin-top: -10%;
	}

	.session-description {
	    padding: 22px 45px;
	}

}

@media (min-width: 768px) and (max-width: 1024px) {
	/* FOOTER WIDGET */
	.widget #footer-subscribe .btn-subscribe {
		width: 45px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	/* HEADER & HERO SECTION */
	header {
		padding: 23px 0;
	}

	.hero-subscribe-wrapper form .input-group .btn-subscribe {
		width: 200px;
	}

	.hero-subscribe-wrapper form .input-group .btn-subscribe:before {
		display: none;
	}

	.app-layout .hero-content {
		margin-top: 80px;
	}

	.hero-app-content-left img {
		max-width: 35%;
	}

	.hero-app-content-right {
		margin-top: 30px;
	}

	/* INTRODUCTION SECTION */
	#introduction:after {
		background-size: 300%;
	}

	/* HOW IT WORKS SECTION */
	.how-it-works-title img {
		width: 50%;
	}

	.how-it-works-title h4,
	.how-it-works-info h4 {
		font-size: 18px;
	}

	.how-it-works-info {
		padding-top: 34px;
		padding-bottom: 34px;
	}

	.how-it-works-info p,
	.how-it-works-info p strong,
	.how-it-works-info .cta {
		font-size: 14px;
		line-height: 1.5em;
	}

	ul.how-it-works-col li:first-child .how-it-works-info:after,
	ul.how-it-works-col li:nth-child(2) .how-it-works-info:after {
		margin-top: 0;
		background-size: 100px;
	}

	/* OUR FEATURES SECTION */
	.the-feature,
	.the-feature.zero-bottom {
		margin-bottom: 32px !important;
	}

	/* COUNTER */
	.counter-title {
		font-size: 18px;
	}

	/* PRICING & SECTION TABS */
	ul.pricing {
		padding: 0 5px;
	}

	ul.pricing > div.col-sm-3 {
		padding: 0;
	}

	ul.pricing .price {
		padding: 0 10px;
	}

	ul.pricing .price,
	.price .price-button,
	.price.best-value .price-button,
	.price.best-value:hover .price-button {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.price .price-button,
	.price:hover .price-button,
	.price:hover .price-amount,
	.price.best-value .price-amount,
	.price.best-value:hover .price-amount,
	.price.best-value .price-button,
	.price.best-value:hover .price-button {
  		margin-right: -10px;
  		margin-left: -10px;
  	}

  	.price .price-feature li {
	  	font-size: 12px;
  	}

  	.price .price-button {
	  	font-size: 16px;
  	}

  	.price .price-label {
  		padding: 3px 6px;
  	}

	/* OUR TEAM SECTION */
	.the-team-wrapper {
		text-align: center;
	}

	ul.filter li {
		display: inline-block;
	}

	ul.filter li a {
		padding: 2px 15px;
		position: relative;
	}

	ul.filter li a:after {
		content: "\e63a";
		font-family: "Icomoon";
		color: #222;
		position: absolute;
		right: -12px;
	}

	ul.filter li:last-child a:after {
		display: none;
	}

	ul.team-social {
		margin-bottom: 11px;
	}

	/* CUSTOMER STORIES/LOGOS SECTION */
	ul.customer-logos li {
		width: 33.33333333%;
	}

	/* PORTFOLIO SECTION */
	ul.portfolio-list {
		width: 100% !important;
	}

	ul.portfolio-list li {
		width: 33.333333333%;
	}

	/* FOOTER SUBSCRIBE */
	#footer-subscribe .btn-subscribe,
	#breaking-subscribe .btn-subscribe {
		width: 125px;
	}

	#footer-subscribe .btn-subscribe:before,
	#breaking-subscribe .btn-subscribe:before {
		display: none;
	}

}

@media (max-width: 767px) {
	/* NAVIGATION BAR */
	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header {
	    margin-right: 0;
	    margin-left: 0;
	}

	.navbar-collapse.collapsing,
	.navbar-collapse.collapse.in {
		margin-left: -15px;
		margin-right: -15px;
	}

	.navbar-nav {
		padding-left: 5px;
		padding-right: 5px;
	}

	/* FOOTER WIDGET */
	.footer-widget-wrapper .container {
		max-width: 420px;
	}

	.widget {
		margin-bottom: 60px;
	}
}



/**
 * 4.0 EXTRA SMALL DEVICES (mobile phone, 320px and up)
 * -----------------------------------------------------------------------------
 */
@media (max-width: 640px), (max-height: 600px) {
	#hero {
		padding: 76px 0;
		height: auto;
	}

	#hero .color-overlay {
		margin-top: -76px;
		margin-bottom: -76px;
		padding: 76px 0;
	}
}

@media (max-width: 738px) {
	/* BASIC STRUCTURE */
	h1, h2, h3, h4, h5, h6 {
		line-height: 1.25em;
	}

	h1,
	.creative-layout .hero-content h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 24px;
	}

	h4,
	p.lead {
		font-size: 18px;
	}

	/* HEADER & HERO SECTION */
	header {
		padding: 10px 0;
	}

	.the-origin-header a.logo {
		margin-top: 0;
	}

	.logo img {
		width: 70px;
	}

	.app-layout #hero {
		padding: 0;
	}

	#hero .container {
		height: auto;
	}

	.hero-content h1 {
		text-shadow: 2px 2px 0 rgba(125, 116, 107, 0.75);
	}

	.hero-subscribe-wrapper {
		margin-top: 7px;
	}

	.hero-subscribe-wrapper form .input-group input,
	.hero-subscribe-wrapper form .input-group .btn-subscribe {
		height: 50px;
		font-size: 20px;
	}

	.hero-subscribe-wrapper form .input-group .btn-subscribe {
		width: 210px;
	}

	.hero-content a.cta {
		margin-top: 46px;
	}

	.hero-split-right {
		display: none;
	}

	.hero-form-layout #hero {
		text-align: center;
	}

	.hero-form-layout #hero .embed-responsive {
		display: none;
	}

	.hero-form-wrapper {
		padding: 36px 25px 33px;
		margin-top: 12px;
		background: rgba(0, 0, 34, 0.7);
	}

	.register-form .submit-btn {
		margin-bottom: 9px;
	}

	.hero-form-layout .hero-content {
		padding-top: 25px;
	}

	.animated-headline {
		margin-top: -18px;
	}

	.animated-words-wrapper b {
		white-space: normal;
	}

	.app-layout .hero-content {
		  padding: 0;
		  padding-bottom: 62px;
	}

	.hero-app-content-right {
		margin-top: 30px;
	}

	#nav-wrapper.nav-wrapper-opened {
		overflow: auto;
	}

	/* INTRODUCTION SECTION */
	#introduction {
		padding-bottom: 350px
	}

	#introduction:after {
		bottom: auto;
		background-size: 300%;
	}

	/* HOW IT WORKS SECTION */
	.how-it-works-col {
		padding: 80px 0 14px;
	}

	ul.how-it-works-col li {
		float: none;
		padding: 0;
  		margin-bottom: 32px;
	}

	ul.how-it-works-col li:hover {
		background: none !important;
	}

	ul.how-it-works-col li:hover .how-it-works-title {
		opacity: 1;
	}

	.how-it-works-info {
		position: relative;
		visibility: visible;
		padding: 15px 8%;
		background: none;
	}

	.how-it-works-info h4 {
		display: none;
	}

	.how-it-works-info,
	.how-it-works-info p,
	.how-it-works-info p strong {
		color: #777;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.how-it-works-info h4, .how-it-works-info .cta,
	ul.how-it-works-col li:first-child .how-it-works-info:after,
	ul.how-it-works-col li:nth-child(2) .how-it-works-info:after {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	ul.how-it-works-col li:first-child .how-it-works-info:after,
	ul.how-it-works-col li:nth-child(2) .how-it-works-info:after {
		display: none;
	}

	/* OUR FEATURE SECTION */
	.the-feature {
		text-align: center;
	}

	.the-feature.zero-bottom {
		margin-bottom: 53px !important;
	}

	.feature-icon {
		font-size: 48px;
	}

	/* COUNTER */
	.counter-title {
		margin-bottom: 68px;
	}

	/* LATEST WORK SECTION */
	#latest-work {
		text-align: center;
	}

	img.latest-work-image {
		margin-top: 50px !important;
	}

	/* PRICING & SECTION TABS */
	ul.pricing .price.best-value {
		margin-top: 36px;
	}

	.panel-heading a:after {
		padding: 15px;
	}

	.section-tab .nav > li > a {
		padding: 10px 40px;
		height: 40px;
		font-size: 14px;
	}

	.section-tab .nav > li:first-child > a {
		-webkit-border-radius: 5px 0 0 5px;
		-moz-border-radius: 5px 0 0 5px;
		border-radius: 5px 0 0 5px;
	}

	.section-tab .nav > li:last-child > a {
		-webkit-border-radius: 0 5px 5px 0;
		-moz-border-radius: 0 5px 5px 0;
		border-radius: 0 5px 5px 0;
	}

	.side-feature-icon span[class^="icon-"] {
		margin-top: 28px;
	}

	/* WHY US SECTION */
	.half-phone-mockup img {
		max-width: 75%;
	}

	/* OUR TEAM SECTION */
	.the-team-wrapper {
		text-align: center;
	}

	ul.filter,
	ul.portfolio-filter {
		margin-top: -4px;
		display: none;
	}

	ul.filter.filter-active,
	ul.portfolio-filter.filter-active {
		display: block;
	}

	ul.filter li a,
	ul.portfolio-filter li a {
		color: #777;
		position: relative;
		display: block;
		padding: 13px 20px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		background: none;
		color: #777;
		text-decoration: none;
		width: 50%;
		margin: 0 auto;
		box-shadow: inset 0 0 0 1px #eee;
	}

	ul.filter li,
	ul.portfolio-filter li {
		margin-bottom: -1px;
	}

	ul.portfolio-filter li {
		display: block;
	}

	ul.portfolio-filter li a:after {
		display: none;
	}

	ul.filter li:last-child a,
	ul.portfolio-filter li:last-child a {
		-webkit-border-radius: 0 0 6px 6px;
		-moz-border-radius: 0 0 6px 6px;
		border-radius: 0 0 6px 6px;
	}

	#team_grid,
	#portfolio_grid {
		margin-top: 25px;
	}

	/* CUSTOMER STORIES/LOGOS SECTION */
	ul.customer-logos li {
		width: 33.333%;
		height: 175px;
	}

	.customer-box-wrapper hr {
		width: 95%;
	}

	ul.customer-logos li:hover .customer-logo {
		opacity: 1;
	}

	.customer-quote {
		display: none;
	}

	/* PORTFOLIO SECTION */
	ul.portfolio-list li {
		width: 50%;
	}

	/* FOOTER SUBSCRIBE */
	.subscribe-icon {
		margin-top: 0;
		margin-bottom: 59px;
	}

	.subscribe-section-content {
		text-align: center;
	}

	#footer-subscribe input[type="email"],
	#breaking-subscribe input[type="email"] {
		max-width: 500px;
	}

	/* MAIN FOOTER SECTION */
	.footer-content {
		margin-bottom: 29px;
	}
}

@media (max-width: 667px) {
	/* OUR TEAM SECTION */
	.team-item-content img {
		width: 100%;
	}

	.team-info {
		height: 100%;
		padding: 22px 15px;
	}

	.team-info h6 {
    	margin-bottom: 18px;
	}

	ul.team-social {
	    margin-top: 6px;
	}
}

@media (max-width: 640px) {
	/* HEADER & HERO SECTION */
	.hero-subscribe-wrapper form .input-group .btn-subscribe {
		width: 175px;
	}

	.layout-with-navbar #hero {
		padding-top: 125px;
	}

	.event-hero-info small {
		display: block;
		margin-bottom: 18px;
	}

	.event-layout .hero-content a.cta {
	    margin-top: 56px;
	}

	/* OUR TEAM SECTION */
	.team-info h6 {
    	margin-bottom: 15px;
	}

	/* BREAKOUT SECTION */
	ul.countdown-timer li {
		width: 25%;
		margin-bottom: 43px;
	}

	/* EVENT SCHEDULE */
	.session-meta > .session-meta-info {
		padding: 35px 45px;
	}
}

@media (min-width: 481px) and (max-width: 568px) {
	/* OUR TEAM SECTION */
	.team-info {
		top: 76%;
		padding: 14px 20px 20px;
	}

	.team-info h6 {
		margin-bottom: 23px;
	}

	.team-info small {
		font-size: 13px;
	}

	/* BREAKOUT SECTION*/
	#breaking-subscribe {
    	max-width: 85%;
	}

	/* SECTION TABS */
	.section-tab.schedule-tab .nav > li > a {
		padding-left: 27px;
		padding-right: 27px;
	}
}

@media (max-width: 480px) {
	/* FEATURETTES SECTION */
	.content-tab-wrapper .nav > li > a {
		padding-left: 5px;
		padding-right: 5px;
	}

	.content-tab-wrapper .nav-tabs > li > a:hover,
	.content-tab-wrapper .nav-tabs > li.active > a,
	.content-tab-wrapper .nav-tabs > li.active > a:focus,
	.content-tab-wrapper .nav-tabs > li.active > a:hover {
		padding-left: 6px;
		padding-right: 6px;
	}

	/* PRICING & SECTION TABS */
	.section-tab .nav > li > a {
		padding: 10px 30px;
	}

	.section-tab.schedule-tab .nav > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}

	.section-tab .nav > li {
		margin: 0 2px;
	}

	.play-btn {
		font-size: 60px;
	}

	.browser-mockup-wrapper .play-btn {
		left: 44%;
	}

	/* BREAKOUT SECTION*/
	#breaking-subscribe {
    	max-width: 100%;
	}

	/* OUR TEAM SECTION*/
	.team-info {
		top: 80%;
		padding: 5px 10px;
	}

	.team-info small br.visible-xs {
		display: none !important;
	}

	ul.team-social li a {
		padding: 6px 6px;
		font-size: 14px;
	}

	/* MAIN FOOTER SECTION */
	ul.footer-nav li {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (max-width: 419px) {
	/* OUR TEAM SECTION */
  	.mobile-filter-select,
  	ul.filter li a,
  	ul.portfolio-filter li a,
  	.team-item,
  	.team-item-content img {
	  	width: 100%;
  	}

  	.team-item {
	  	margin-left: 0;
  	}

  	.team-info {
	  	top: 84%;
	  	padding: 14px 20px 20px;
  	}

  	.team-info h6 {
	  	margin-bottom: 33px;
	  	font-size: 18px;
  	}

  	.team-info small {
	  	font-size: 13px;
  	}

  	.team-info small br.visible-xs {
	  	display: block !important;
  	}

  	ul.team-social {
	  	margin-top: 27px;
	  	margin-bottom: 27px;
  	}

  	ul.team-social li a {
	  	padding: 8px 9px;
	  	font-size: 20px;
  	}

	/* FOOTER WIDGET */
	.footer-widget-wrapper .container {
		max-width: 300px;
	}

}

@media (max-width: 375px) {
	/* OUR TEAM SECTION */
	.team-info {
		top: 82%;
	}
}

@media (max-width: 320px) {
	/* BASIC STRUCTURE */
	section {
		padding: 60px 0;
	}

	/* TYPOGRAPHY */
	h1,
	.creative-layout .hero-content h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 20px;
	}

	/* COMPONENTS */
	.notif-box p {
		line-height: 1.3em;
		font-size: 1em;
	}

	.notif-box a.notification-close {
		top: 20%;
	}

	/* HEADER & HERO SECTION */
	.input-group-btn,
	.hero-subscribe-wrapper form .input-group input,
	.hero-subscribe-wrapper form .input-group .btn-subscribe {
		display: block;
		width: 100%;
	}

	.hero-subscribe-wrapper form .input-group input {
		-webkit-border-radius: 8px 8px 0 0 !important;
		-moz-border-radius: 8px 8px 0 0 !important;
		border-radius: 8px 8px 0 0 !important;
		text-align: center;
	}

	.hero-subscribe-wrapper form .input-group .btn-subscribe {
		-webkit-border-radius: 0 0 8px 8px;
		-moz-border-radius: 0 0 8px 8px;
		border-radius: 0 0 8px 8px;
	}

	.hero-form-wrapper {
		padding: 36px 15px 33px;
		margin-left: 5% !important;
		width: 90% !important;
	}

	.hero-form-wrapper p {
		font-size: 14px;
		line-height: 1.5em;
	}

	.inline-cta li {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
		width: 100%;
	}

	.creative-layout .inline-cta a.cta {
		display: block;
		width: 100%;
	}

	#hero .scroll-link {
		margin-top: 20px;
	}

	/* TOP CLIENT SECTION */
	#top-client {
		padding-top: 37px;
		padding-bottom: 37px;
	}

	/* HOW IT WORKS SECTION */
	.how-it-works-col {
		padding: 60px 0 3px;
	}

	ul.how-it-works-col li {
		margin-bottom: 8px;
	}

	/* OUR FEATURES SECTION */
	.the-feature {
		margin-top: 0;
  		margin-bottom: 22px !important;
  	}

  	/* FEATURETTES SECTION */
  	.two-blocks-col,
  	.featurettes-quote {
	  	padding-left: 20px;
	  	padding-right: 20px;
  	}

  	.content-tab-wrapper .nav > li > a {
	  	font-size: 0;
  	}

  	.content-tab-wrapper .nav > li > a span[class^="icon-"] {
	  	font-size: 28px;
  	}

  	.content-tab-wrapper .nav > li > a {
	  	padding-left: 10px;
	  	padding-right: 10px;
  	}

  	.content-tab-wrapper .nav-tabs > li > a:hover,
  	.content-tab-wrapper .nav-tabs > li.active > a,
  	.content-tab-wrapper .nav-tabs > li.active > a:focus,
  	.content-tab-wrapper .nav-tabs > li.active > a:hover {
	  	padding-left: 11px;
	  	padding-right: 11px;
  	}

  	.featurettes-quote {
	  	font-size: 20px;
	  	line-height: 1.5em;
  	}

  	/* PRICING & SECTION TABS */
  	ul.pricing > div {
	  	width: 83.33333333%;
	  	margin-left: 8.33333333%;
  	}

  	.section-tab .nav > li > a {
	  	font-size: 12px;
	  	padding: 10px 12px;
  	}

  	.panel-heading a {
	  	font-size: 14px;
  	}

  	.panel-heading a:after {
	  	display: none;
  	}

  	/* OUR TEAM SECTION */
	.team-info {
		top: 80%;
	}


  	/* CUSTOMER STORIES/LOGOS SECTION */
	ul.customer-logos li {
		width: 100%;
	}

	ul.customer-logos li.center-customer-logo {
		border: none;
	}

	.customer-box-wrapper hr {
		display: none;
	}

	/* PORTFOLIO SECTION */
	#portfolio .container-full {
		padding-left: 15px;
		padding-right: 15px;
	}

	ul.portfolio-list li {
		width: 100%;
	}

	/* FOOTER SUBSCRIBE */
	.input-group,
	#footer-subscribe input[type="email"],
	#footer-subscribe .btn-subscribe,
	#breaking-subscribe input[type="email"],
	#breaking-subscribe .btn-subscribe {
		display: block;
		width: 100%;
	}

	#footer-subscribe input[type="email"],
	#breaking-subscribe input[type="email"] {
		-webkit-border-radius: 8px 8px 0 0 !important;
		-moz-border-radius: 8px 8px 0 0 !important;
		border-radius: 8px 8px 0 0 !important;
		text-align: center;
	}

	#footer-subscribe .btn-subscribe,
	#breaking-subscribe .btn-subscribe {
		-webkit-border-radius: 0 0 8px 8px;
		-moz-border-radius: 0 0 8px 8px;
		border-radius: 0 0 8px 8px;
	}

	.widget #footer-subscribe .btn-subscribe {
	    width: 100%;
	}

	/* MAIN FOOTER SECTION */
	#main-footer {
		padding: 20px 0 25px;
	}

	.footer-content {
		margin-bottom: 29px;
	}


	.copyright .language:before {
		display: none;
	}
}


/**
 * 5.0 APP CAROUSEL WHITE OVERLAY SETTING
 * -----------------------------------------------------------------------------
 */
@media (max-width: 1600px) {
	/* APP CAROUSEL */
	.app-carousel:before {
		right: 60%;
	}

	.app-carousel:after {
		left: 60%;
	}
}

@media (max-width: 1500px) {
	/* APP CAROUSEL */
	.app-carousel:before {
		right: 61%;
	}

	.app-carousel:after {
		left: 61%;
	}
}

@media (max-width: 1335px) {
	/* APP CAROUSEL */
	.app-carousel:before {
		right: 62%;
	}

	.app-carousel:after {
		left: 63%;
	}
}

@media (max-width: 1080px) {
	/* APP CAROUSEL */
	.app-carousel:before {
		right: 66%;
	}

	.app-carousel:after {
		left: 66%;
	}
}

@media (max-width: 940px) {
	/* APP CAROUSEL */
	.app-carousel:before {
		right: 68%;
	}

	.app-carousel:after {
		left: 68%;
	}
}

@media (max-width: 840px) {
	/* APP CAROUSEL */
	.app-carousel:before {
		right: 71%;
	}

	.app-carousel:after {
		left: 71%;
	}
}

@media (max-width: 720px) {
	/* APP CAROUSEL */
	.app-carousel:before {
		right: 74%;
	}

	.app-carousel:after {
		left: 74%;
	}
}

@media (max-width: 630px) {
	/* APP CAROUSEL */
	.app-carousel:before {
		right: 77%;
	}

	.app-carousel:after {
		left: 78%;
	}
}

@media (max-width: 568px) {
	/* APP CAROUSEL */
	.app-carousel:before,
	.app-carousel:after {
		display: none;
	}

	.slick-slide img {
		margin: 0 auto;
	}

	.phone-frame img {
		top: -21%;
		max-width: 349px;
	}
}

@media (max-width: 320px) {
	.slick-slide img {
		max-width: 220px;
	}

	.phone-frame img {
		max-width: 256px;
	}
}



/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
          transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(/img/www/8ae4b41b2e/norxs/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
          transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(/img/www/8ae4b41b2e/norxs/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
          box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
          box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}



/*
	CSS Style for Expandable Gallery on Urip Landing Page
	ref: http://codyhouse.co/gem/expandable-image-gallery/
*/
.expandable-gallery {
	position: relative;
}

.expandable-gallery-wrapper {
	position: relative;
	z-index: 1;
	-webkit-transition: width 0.4s;
	-moz-transition: width 0.4s;
	transition: width 0.4s;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: width;
}

@media only screen and (min-width: 1024px) {
	.expandable-gallery-wrapper {
  		width: 50%;
	}

	.expand-gallery-active .expandable-gallery-wrapper {
    	width: 100%;
    }
}

.expandable-gallery-item {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 0;
}

.expandable-gallery-item::before {
	/* never visible - this is used in jQuery to check the current MQ */
	content: 'mobile';
	display: none;
}

.expandable-gallery-item li {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.expandable-gallery-item li img {
	display: block;
	width: 100%;
}

.expandable-gallery-item li.selected {
	position: relative;
	z-index: 2;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.expandable-gallery-item li.move-left {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

@media only screen and (min-width: 1024px) {
	.expandable-gallery-item {
		cursor: pointer;
	}

	.expandable-gallery-item::before {
    	/* never visible - this is used in jQuery to check the current MQ */
		content: 'desktop';
	}

	.expandable-gallery-item::after {
	    /* slider cover layer - to indicate the image is clickable */
	    content: '';
	    display: block;
	    position: absolute;
	    top: 0;
	    left: 0;
	    height: 100%;
	    width: 100%;
	    background: rgba(34, 34, 34, 0.75) url("/img/www/8ae4b41b2e/norxs/cd-icon-zoom.svg") no-repeat center center;
	    /* size of the icon */
	    background-size: 48px;
	    opacity: 0;
	    z-index: 4;
	    -webkit-transition: opacity 0.2s;
	    -moz-transition: opacity 0.2s;
	    transition: opacity 0.2s;
	}

	.no-touch .expandable-gallery-item:hover::after {
    	opacity: 1;
   	}

   	.expand-gallery-active .expandable-gallery-item {
    	cursor: auto;
    }

    .expand-gallery-active .expandable-gallery-item::after {
		display: none;
	}
}

@media only screen and (min-width: 1024px) {
	.expandable-gallery-nav li, .expandable-slider-pagination {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
		-moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
		transition: opacity 0.4s 0s, visibility 0s 0.4s;
	}

	.expand-gallery-active .expandable-gallery-nav li, .expand-gallery-active .expandable-slider-pagination {
		opacity: 1;
		visibility: visible;
		-webkit-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
		-moz-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
		transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
	}
}

.expandable-gallery-nav {
	margin-bottom: 0;
}

.expandable-gallery-nav li {
	position: absolute;
	z-index: 2;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.expandable-gallery-nav li:first-of-type {
	left: 10px;
}

.expandable-gallery-nav li:last-of-type {
	right: 10px;
}

.expandable-gallery-nav li a {
	display: block;
	width: 48px;
	height: 48px;
	background: url("/img/www/8ae4b41b2e/norxs/cd-icon-arrow.svg") no-repeat center center;
	-webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.2s 0s, visibility 0s 0s;
	transition: opacity 0.2s 0s, visibility 0s 0s;
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.expandable-gallery-nav li a.inactive {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
	-moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
	transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

.no-touch .expandable-gallery-nav li a:hover {
	opacity: .7;
}

.expandable-gallery-nav li:first-of-type a {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media only screen and (min-width: 1024px) {
	.expandable-gallery-nav li:first-child {
		left: 30px;
	}

	.expandable-gallery-nav li:last-child {
		right: 30px;
	}
}

.expandable-slider-pagination {
	/* you won't see this element in the html but it will be created using jQuery */
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
}

.expandable-slider-pagination:after {
	content: "";
	display: table;
	clear: both;
}

.touch .expandable-slider-pagination {
	visibility: hidden;
}

.expandable-slider-pagination li {
	display: inline-block;
	float: left;
	margin: 0 5px;
}

.expandable-slider-pagination li.selected a {
	background: #f5f4f3;
}

.expandable-slider-pagination a {
	display: block;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	border: 1px solid #f5f4f3;
	/* fix a bug in IE9/10 - transparent anchor not clickable */
	background-color: rgba(255, 255, 255, 0);
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.expandable-gallery-wrapper .expandable-close {
	display: none;
	position: absolute;
	z-index: 2;
	top: 60px;
	right: 30px;
	width: 48px;
	height: 48px;
	background: url("/img/www/8ae4b41b2e/norxs/cd-icon-close.svg") no-repeat center center;
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
	transition: transform 0.3s 0s, visibility 0s 0.4s;
}

.expand-gallery-active .expandable-gallery-wrapper .expandable-close {
	visibility: visible;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
	transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
}

.no-touch .expand-gallery-active .expandable-gallery-wrapper .expandable-close:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

@media only screen and (min-width: 1024px) {
	.expandable-gallery-wrapper .expandable-close {
		display: block;
	}
}

.expandable-gallery-info {
	position: absolute;
	width: 50%;
	top: 0;
	right: 0;
	margin: 0;
}



@font-face {
	font-family: 'icomoon';
	src:url('icomoon.eot?gr0n8n');
	src:url('icomoon.eot?#iefixgr0n8n') format('embedded-opentype'),
		url('/img/www/8ae4b41b2e/norxs/icomoon.woff?gr0n8n') format('woff'),
		url('icomoon.ttf?gr0n8n') format('truetype'),
		url('icomoon.svg?gr0n8n#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-add-to-list:before {
	content: "\e600";
}

.icon-classic-computer:before {
	content: "\e601";
}

.icon-controller-fast-backward:before {
	content: "\e602";
}

.icon-creative-commons-attribution:before {
	content: "\e603";
}

.icon-creative-commons-noderivs:before {
	content: "\e604";
}

.icon-creative-commons-noncommercial-eu:before {
	content: "\e605";
}

.icon-creative-commons-noncommercial-us:before {
	content: "\e606";
}

.icon-creative-commons-public-domain:before {
	content: "\e607";
}

.icon-creative-commons-remix:before {
	content: "\e608";
}

.icon-creative-commons-share:before {
	content: "\e609";
}

.icon-creative-commons-sharealike:before {
	content: "\e60a";
}

.icon-creative-commons:before {
	content: "\e60b";
}

.icon-document-landscape:before {
	content: "\e60c";
}

.icon-remove-user:before {
	content: "\e60d";
}

.icon-warning:before {
	content: "\e60e";
}

.icon-arrow-bold-down:before {
	content: "\e60f";
}

.icon-arrow-bold-left:before {
	content: "\e610";
}

.icon-arrow-bold-right:before {
	content: "\e611";
}

.icon-arrow-bold-up:before {
	content: "\e612";
}

.icon-arrow-down:before {
	content: "\e613";
}

.icon-arrow-left:before {
	content: "\e614";
}

.icon-arrow-long-down:before {
	content: "\e615";
}

.icon-arrow-long-left:before {
	content: "\e616";
}

.icon-arrow-long-right:before {
	content: "\e617";
}

.icon-arrow-long-up:before {
	content: "\e618";
}

.icon-arrow-right:before {
	content: "\e619";
}

.icon-arrow-up:before {
	content: "\e61a";
}

.icon-arrow-with-circle-down:before {
	content: "\e61b";
}

.icon-arrow-with-circle-left:before {
	content: "\e61c";
}

.icon-arrow-with-circle-right:before {
	content: "\e61d";
}

.icon-arrow-with-circle-up:before {
	content: "\e61e";
}

.icon-bookmark:before {
	content: "\e61f";
}

.icon-bookmarks:before {
	content: "\e620";
}

.icon-chevron-down:before {
	content: "\e621";
}

.icon-chevron-left:before {
	content: "\e622";
}

.icon-chevron-right:before {
	content: "\e623";
}

.icon-chevron-small-down:before {
	content: "\e624";
}

.icon-chevron-small-left:before {
	content: "\e625";
}

.icon-chevron-small-right:before {
	content: "\e626";
}

.icon-chevron-small-up:before {
	content: "\e627";
}

.icon-chevron-thin-down:before {
	content: "\e628";
}

.icon-chevron-thin-left:before {
	content: "\e629";
}

.icon-chevron-thin-right:before {
	content: "\e62a";
}

.icon-chevron-thin-up:before {
	content: "\e62b";
}

.icon-chevron-up:before {
	content: "\e62c";
}

.icon-chevron-with-circle-down:before {
	content: "\e62d";
}

.icon-chevron-with-circle-left:before {
	content: "\e62e";
}

.icon-chevron-with-circle-right:before {
	content: "\e62f";
}

.icon-chevron-with-circle-up:before {
	content: "\e630";
}

.icon-cloud:before {
	content: "\e631";
}

.icon-controller-fast-forward:before {
	content: "\e632";
}

.icon-controller-jump-to-start:before {
	content: "\e633";
}

.icon-controller-next:before {
	content: "\e634";
}

.icon-controller-paus:before {
	content: "\e635";
}

.icon-controller-play:before {
	content: "\e636";
}

.icon-controller-record:before {
	content: "\e637";
}

.icon-controller-stop:before {
	content: "\e638";
}

.icon-controller-volume:before {
	content: "\e639";
}

.icon-dot-single:before {
	content: "\e63a";
}

.icon-dots-three-horizontal:before {
	content: "\e63b";
}

.icon-dots-three-vertical:before {
	content: "\e63c";
}

.icon-dots-two-horizontal:before {
	content: "\e63d";
}

.icon-dots-two-vertical:before {
	content: "\e63e";
}

.icon-download:before {
	content: "\e63f";
}

.icon-emoji-flirt:before {
	content: "\e640";
}

.icon-flow-branch:before {
	content: "\e641";
}

.icon-flow-cascade:before {
	content: "\e642";
}

.icon-flow-line:before {
	content: "\e643";
}

.icon-flow-parallel:before {
	content: "\e644";
}

.icon-flow-tree:before {
	content: "\e645";
}

.icon-install:before {
	content: "\e646";
}

.icon-layers:before {
	content: "\e647";
}

.icon-open-book:before {
	content: "\e648";
}

.icon-resize-100:before {
	content: "\e649";
}

.icon-resize-full-screen:before {
	content: "\e64a";
}

.icon-save:before {
	content: "\e64b";
}

.icon-select-arrows:before {
	content: "\e64c";
}

.icon-sound-mute:before {
	content: "\e64d";
}

.icon-sound:before {
	content: "\e64e";
}

.icon-trash:before {
	content: "\e64f";
}

.icon-triangle-down:before {
	content: "\e650";
}

.icon-triangle-left:before {
	content: "\e651";
}

.icon-triangle-right:before {
	content: "\e652";
}

.icon-triangle-up:before {
	content: "\e653";
}

.icon-uninstall:before {
	content: "\e654";
}

.icon-upload-to-cloud:before {
	content: "\e655";
}

.icon-upload:before {
	content: "\e656";
}

.icon-add-user:before {
	content: "\e657";
}

.icon-address:before {
	content: "\e658";
}

.icon-adjust:before {
	content: "\e659";
}

.icon-air:before {
	content: "\e65a";
}

.icon-aircraft-landing:before {
	content: "\e65b";
}

.icon-aircraft-take-off:before {
	content: "\e65c";
}

.icon-aircraft:before {
	content: "\e65d";
}

.icon-align-bottom:before {
	content: "\e65e";
}

.icon-align-horizontal-middle:before {
	content: "\e65f";
}

.icon-align-left:before {
	content: "\e660";
}

.icon-align-right:before {
	content: "\e661";
}

.icon-align-top:before {
	content: "\e662";
}

.icon-align-vertical-middle:before {
	content: "\e663";
}

.icon-archive:before {
	content: "\e664";
}

.icon-area-graph:before {
	content: "\e665";
}

.icon-attachment:before {
	content: "\e666";
}

.icon-awareness-ribbon:before {
	content: "\e667";
}

.icon-back-in-time:before {
	content: "\e668";
}

.icon-back:before {
	content: "\e669";
}

.icon-bar-graph:before {
	content: "\e66a";
}

.icon-battery:before {
	content: "\e66b";
}

.icon-beamed-note:before {
	content: "\e66c";
}

.icon-bell:before {
	content: "\e66d";
}

.icon-blackboard:before {
	content: "\e66e";
}

.icon-block:before {
	content: "\e66f";
}

.icon-book:before {
	content: "\e670";
}

.icon-bowl:before {
	content: "\e671";
}

.icon-box:before {
	content: "\e672";
}

.icon-briefcase:before {
	content: "\e673";
}

.icon-browser:before {
	content: "\e674";
}

.icon-brush:before {
	content: "\e675";
}

.icon-bucket:before {
	content: "\e676";
}

.icon-cake:before {
	content: "\e677";
}

.icon-calculator:before {
	content: "\e678";
}

.icon-calendar:before {
	content: "\e679";
}

.icon-camera:before {
	content: "\e67a";
}

.icon-ccw:before {
	content: "\e67b";
}

.icon-chat:before {
	content: "\e67c";
}

.icon-check2:before {
	content: "\e67d";
}

.icon-circle-with-cross:before {
	content: "\e67e";
}

.icon-circle-with-minus:before {
	content: "\e67f";
}

.icon-circle-with-plus:before {
	content: "\e680";
}

.icon-circle:before {
	content: "\e681";
}

.icon-circular-graph:before {
	content: "\e682";
}

.icon-clapperboard:before {
	content: "\e683";
}

.icon-clipboard:before {
	content: "\e684";
}

.icon-clock:before {
	content: "\e685";
}

.icon-code:before {
	content: "\e686";
}

.icon-cog:before {
	content: "\e687";
}

.icon-colours:before {
	content: "\e688";
}

.icon-compass:before {
	content: "\e689";
}

.icon-copy:before {
	content: "\e68a";
}

.icon-credit-card:before {
	content: "\e68b";
}

.icon-credit:before {
	content: "\e68c";
}

.icon-cross:before {
	content: "\e68d";
}

.icon-cup:before {
	content: "\e68e";
}

.icon-cw:before {
	content: "\e68f";
}

.icon-cycle:before {
	content: "\e690";
}

.icon-database:before {
	content: "\e691";
}

.icon-dial-pad:before {
	content: "\e692";
}

.icon-direction:before {
	content: "\e693";
}

.icon-document:before {
	content: "\e694";
}

.icon-documents:before {
	content: "\e695";
}

.icon-drink:before {
	content: "\e696";
}

.icon-drive:before {
	content: "\e697";
}

.icon-drop:before {
	content: "\e698";
}

.icon-edit:before {
	content: "\e699";
}

.icon-email:before {
	content: "\e69a";
}

.icon-emoji-happy:before {
	content: "\e69b";
}

.icon-emoji-neutral:before {
	content: "\e69c";
}

.icon-emoji-sad:before {
	content: "\e69d";
}

.icon-erase:before {
	content: "\e69e";
}

.icon-eraser:before {
	content: "\e69f";
}

.icon-export:before {
	content: "\e6a0";
}

.icon-eye:before {
	content: "\e6a1";
}

.icon-feather:before {
	content: "\e6a2";
}

.icon-flag:before {
	content: "\e6a3";
}

.icon-flash:before {
	content: "\e6a4";
}

.icon-flashlight:before {
	content: "\e6a5";
}

.icon-flat-brush:before {
	content: "\e6a6";
}

.icon-folder-images:before {
	content: "\e6a7";
}

.icon-folder-music:before {
	content: "\e6a8";
}

.icon-folder-video:before {
	content: "\e6a9";
}

.icon-folder:before {
	content: "\e6aa";
}

.icon-forward:before {
	content: "\e6ab";
}

.icon-funnel:before {
	content: "\e6ac";
}

.icon-game-controller:before {
	content: "\e6ad";
}

.icon-gauge:before {
	content: "\e6ae";
}

.icon-globe:before {
	content: "\e6af";
}

.icon-graduation-cap:before {
	content: "\e6b0";
}

.icon-grid:before {
	content: "\e6b1";
}

.icon-hair-cross:before {
	content: "\e6b2";
}

.icon-hand:before {
	content: "\e6b3";
}

.icon-heart-outlined:before {
	content: "\e6b4";
}

.icon-heart:before {
	content: "\e6b5";
}

.icon-help-with-circle:before {
	content: "\e6b6";
}

.icon-help:before {
	content: "\e6b7";
}

.icon-home:before {
	content: "\e6b8";
}

.icon-hour-glass:before {
	content: "\e6b9";
}

.icon-image-inverted:before {
	content: "\e6ba";
}

.icon-image:before {
	content: "\e6bb";
}

.icon-images:before {
	content: "\e6bc";
}

.icon-inbox:before {
	content: "\e6bd";
}

.icon-infinity:before {
	content: "\e6be";
}

.icon-info-with-circle:before {
	content: "\e6bf";
}

.icon-info:before {
	content: "\e6c0";
}

.icon-key:before {
	content: "\e6c1";
}

.icon-keyboard:before {
	content: "\e6c2";
}

.icon-lab-flask:before {
	content: "\e6c3";
}

.icon-landline:before {
	content: "\e6c4";
}

.icon-language:before {
	content: "\e6c5";
}

.icon-laptop:before {
	content: "\e6c6";
}

.icon-leaf:before {
	content: "\e6c7";
}

.icon-level-down:before {
	content: "\e6c8";
}

.icon-level-up:before {
	content: "\e6c9";
}

.icon-lifebuoy:before {
	content: "\e6ca";
}

.icon-light-bulb:before {
	content: "\e6cb";
}

.icon-light-down:before {
	content: "\e6cc";
}

.icon-light-up:before {
	content: "\e6cd";
}

.icon-line-graph:before {
	content: "\e6ce";
}

.icon-link:before {
	content: "\e6cf";
}

.icon-list:before {
	content: "\e6d0";
}

.icon-location-pin:before {
	content: "\e6d1";
}

.icon-location:before {
	content: "\e6d2";
}

.icon-lock-open:before {
	content: "\e6d3";
}

.icon-lock:before {
	content: "\e6d4";
}

.icon-log-out:before {
	content: "\e6d5";
}

.icon-login:before {
	content: "\e6d6";
}

.icon-loop:before {
	content: "\e6d7";
}

.icon-magnet:before {
	content: "\e6d8";
}

.icon-magnifying-glass:before {
	content: "\e6d9";
}

.icon-mail:before {
	content: "\e6da";
}

.icon-man:before {
	content: "\e6db";
}

.icon-map:before {
	content: "\e6dc";
}

.icon-mask:before {
	content: "\e6dd";
}

.icon-medal:before {
	content: "\e6de";
}

.icon-megaphone:before {
	content: "\e6df";
}

.icon-menu:before {
	content: "\e6e0";
}

.icon-message:before {
	content: "\e6e1";
}

.icon-mic:before {
	content: "\e6e2";
}

.icon-minus:before {
	content: "\e6e3";
}

.icon-mobile:before {
	content: "\e6e4";
}

.icon-modern-mic:before {
	content: "\e6e5";
}

.icon-moon:before {
	content: "\e6e6";
}

.icon-mouse:before {
	content: "\e6e7";
}

.icon-music:before {
	content: "\e6e8";
}

.icon-network:before {
	content: "\e6e9";
}

.icon-new-message:before {
	content: "\e6ea";
}

.icon-new:before {
	content: "\e6eb";
}

.icon-news:before {
	content: "\e6ec";
}

.icon-note:before {
	content: "\e6ed";
}

.icon-notification:before {
	content: "\e6ee";
}

.icon-old-mobile:before {
	content: "\e6ef";
}

.icon-old-phone:before {
	content: "\e6f0";
}

.icon-palette:before {
	content: "\e6f1";
}

.icon-paper-plane:before {
	content: "\e6f2";
}

.icon-pencil:before {
	content: "\e6f3";
}

.icon-phone:before {
	content: "\e6f4";
}

.icon-pie-chart:before {
	content: "\e6f5";
}

.icon-pin:before {
	content: "\e6f6";
}

.icon-plus:before {
	content: "\e6f7";
}

.icon-popup:before {
	content: "\e6f8";
}

.icon-power-plug:before {
	content: "\e6f9";
}

.icon-price-ribbon:before {
	content: "\e6fa";
}

.icon-price-tag:before {
	content: "\e6fb";
}

.icon-print:before {
	content: "\e6fc";
}

.icon-progress-empty:before {
	content: "\e6fd";
}

.icon-progress-full:before {
	content: "\e6fe";
}

.icon-progress-one:before {
	content: "\e6ff";
}

.icon-progress-two:before {
	content: "\e700";
}

.icon-publish:before {
	content: "\e701";
}

.icon-quote:before {
	content: "\e702";
}

.icon-radio:before {
	content: "\e703";
}

.icon-reply-all:before {
	content: "\e704";
}

.icon-reply:before {
	content: "\e705";
}

.icon-retweet:before {
	content: "\e706";
}

.icon-rocket:before {
	content: "\e707";
}

.icon-round-brush:before {
	content: "\e708";
}

.icon-rss:before {
	content: "\e709";
}

.icon-ruler:before {
	content: "\e70a";
}

.icon-scissors:before {
	content: "\e70b";
}

.icon-share-alternitive:before {
	content: "\e70c";
}

.icon-share:before {
	content: "\e70d";
}

.icon-shareable:before {
	content: "\e70e";
}

.icon-shield:before {
	content: "\e70f";
}

.icon-shop:before {
	content: "\e710";
}

.icon-shopping-bag:before {
	content: "\e711";
}

.icon-shopping-basket:before {
	content: "\e712";
}

.icon-shopping-cart:before {
	content: "\e713";
}

.icon-shuffle:before {
	content: "\e714";
}

.icon-signal:before {
	content: "\e715";
}

.icon-sound-mix:before {
	content: "\e716";
}

.icon-sports-club:before {
	content: "\e717";
}

.icon-spreadsheet:before {
	content: "\e718";
}

.icon-squared-cross:before {
	content: "\e719";
}

.icon-squared-minus:before {
	content: "\e71a";
}

.icon-squared-plus:before {
	content: "\e71b";
}

.icon-star-outlined:before {
	content: "\e71c";
}

.icon-star:before {
	content: "\e71d";
}

.icon-stopwatch:before {
	content: "\e71e";
}

.icon-suitcase:before {
	content: "\e71f";
}

.icon-swap:before {
	content: "\e720";
}

.icon-sweden:before {
	content: "\e721";
}

.icon-switch:before {
	content: "\e722";
}

.icon-tablet:before {
	content: "\e723";
}

.icon-tag:before {
	content: "\e724";
}

.icon-text-document-inverted:before {
	content: "\e725";
}

.icon-text-document:before {
	content: "\e726";
}

.icon-text:before {
	content: "\e727";
}

.icon-thermometer:before {
	content: "\e728";
}

.icon-thumbs-down:before {
	content: "\e729";
}

.icon-thumbs-up:before {
	content: "\e72a";
}

.icon-thunder-cloud:before {
	content: "\e72b";
}

.icon-ticket:before {
	content: "\e72c";
}

.icon-time-slot:before {
	content: "\e72d";
}

.icon-tools:before {
	content: "\e72e";
}

.icon-traffic-cone:before {
	content: "\e72f";
}

.icon-tree:before {
	content: "\e730";
}

.icon-trophy:before {
	content: "\e731";
}

.icon-tv:before {
	content: "\e732";
}

.icon-typing:before {
	content: "\e733";
}

.icon-unread:before {
	content: "\e734";
}

.icon-untag:before {
	content: "\e735";
}

.icon-user:before {
	content: "\e736";
}

.icon-users:before {
	content: "\e737";
}

.icon-v-card:before {
	content: "\e738";
}

.icon-video:before {
	content: "\e739";
}

.icon-vinyl:before {
	content: "\e73a";
}

.icon-voicemail:before {
	content: "\e73b";
}

.icon-wallet:before {
	content: "\e73c";
}

.icon-water:before {
	content: "\e73d";
}

.icon-500px-with-circle:before {
	content: "\e73e";
}

.icon-500px:before {
	content: "\e73f";
}

.icon-basecamp:before {
	content: "\e740";
}

.icon-behance:before {
	content: "\e741";
}

.icon-creative-cloud:before {
	content: "\e742";
}

.icon-dropbox:before {
	content: "\e743";
}

.icon-evernote:before {
	content: "\e744";
}

.icon-flattr:before {
	content: "\e745";
}

.icon-foursquare:before {
	content: "\e746";
}

.icon-google-drive:before {
	content: "\e747";
}

.icon-google-hangouts:before {
	content: "\e748";
}

.icon-grooveshark:before {
	content: "\e749";
}

.icon-icloud:before {
	content: "\e74a";
}

.icon-mixi:before {
	content: "\e74b";
}

.icon-onedrive:before {
	content: "\e74c";
}

.icon-paypal:before {
	content: "\e74d";
}

.icon-picasa:before {
	content: "\e74e";
}

.icon-qq:before {
	content: "\e74f";
}

.icon-rdio-with-circle:before {
	content: "\e750";
}

.icon-renren:before {
	content: "\e751";
}

.icon-scribd:before {
	content: "\e752";
}

.icon-sina-weibo:before {
	content: "\e753";
}

.icon-skype-with-circle:before {
	content: "\e754";
}

.icon-skype:before {
	content: "\e755";
}

.icon-slideshare:before {
	content: "\e756";
}

.icon-smashing:before {
	content: "\e757";
}

.icon-soundcloud:before {
	content: "\e758";
}

.icon-spotify-with-circle:before {
	content: "\e759";
}

.icon-spotify:before {
	content: "\e75a";
}

.icon-swarm:before {
	content: "\e75b";
}

.icon-vine-with-circle:before {
	content: "\e75c";
}

.icon-vine:before {
	content: "\e75d";
}

.icon-vk-alternitive:before {
	content: "\e75e";
}

.icon-vk-with-circle:before {
	content: "\e75f";
}

.icon-vk:before {
	content: "\e760";
}

.icon-xing-with-circle:before {
	content: "\e761";
}

.icon-xing:before {
	content: "\e762";
}

.icon-yelp:before {
	content: "\e763";
}

.icon-dribbble-with-circle:before {
	content: "\e764";
}

.icon-dribbble:before {
	content: "\e765";
}

.icon-facebook-with-circle:before {
	content: "\e766";
}

.icon-facebook:before {
	content: "\e767";
}

.icon-flickr-with-circle:before {
	content: "\e768";
}

.icon-flickr:before {
	content: "\e769";
}

.icon-github-with-circle:before {
	content: "\e76a";
}

.icon-github:before {
	content: "\e76b";
}

.icon-google-with-circle:before {
	content: "\e76c";
}

.icon-google:before {
	content: "\e76d";
}

.icon-instagram-with-circle:before {
	content: "\e76e";
}

.icon-instagram:before {
	content: "\e76f";
}

.icon-lastfm-with-circle:before {
	content: "\e770";
}

.icon-lastfm:before {
	content: "\e771";
}

.icon-linkedin-with-circle:before {
	content: "\e772";
}

.icon-linkedin:before {
	content: "\e773";
}

.icon-pinterest-with-circle:before {
	content: "\e774";
}

.icon-pinterest:before {
	content: "\e775";
}

.icon-rdio:before {
	content: "\e776";
}

.icon-stumbleupon-with-circle:before {
	content: "\e777";
}

.icon-stumbleupon:before {
	content: "\e778";
}

.icon-tumblr-with-circle:before {
	content: "\e779";
}

.icon-tumblr:before {
	content: "\e77a";
}

.icon-twitter-with-circle:before {
	content: "\e77b";
}

.icon-twitter:before {
	content: "\e77c";
}

.icon-vimeo-with-circle:before {
	content: "\e77d";
}

.icon-vimeo:before {
	content: "\e77e";
}

.icon-youtube-with-circle:before {
	content: "\e77f";
}

.icon-youtube:before {
	content: "\e780";
}

.icon-mobile4:before {
	content: "\e00a";
}

.icon-laptop3:before {
	content: "\e00b";
}

.icon-desktop:before {
	content: "\e00c";
}

.icon-tablet3:before {
	content: "\e00d";
}

.icon-phone3:before {
	content: "\e00e";
}

.icon-document2:before {
	content: "\e00f";
}

.icon-documents2:before {
	content: "\e01a";
}

.icon-search3:before {
	content: "\e01b";
}

.icon-clipboard4:before {
	content: "\e01c";
}

.icon-newspaper2:before {
	content: "\e01d";
}

.icon-notebook:before {
	content: "\e01e";
}

.icon-book-open:before {
	content: "\e01f";
}

.icon-browser2:before {
	content: "\e02a";
}

.icon-calendar3:before {
	content: "\e02b";
}

.icon-presentation:before {
	content: "\e02c";
}

.icon-picture:before {
	content: "\e02d";
}

.icon-pictures:before {
	content: "\e02e";
}

.icon-video3:before {
	content: "\e02f";
}

.icon-camera4:before {
	content: "\e03a";
}

.icon-printer3:before {
	content: "\e03b";
}

.icon-toolbox:before {
	content: "\e03c";
}

.icon-briefcase4:before {
	content: "\e03d";
}

.icon-wallet2:before {
	content: "\e03e";
}

.icon-gift2:before {
	content: "\e03f";
}

.icon-bargraph:before {
	content: "\e04a";
}

.icon-grid3:before {
	content: "\e04b";
}

.icon-expand2:before {
	content: "\e04c";
}

.icon-focus:before {
	content: "\e04d";
}

.icon-edit2:before {
	content: "\e04e";
}

.icon-adjustments:before {
	content: "\e04f";
}

.icon-ribbon2:before {
	content: "\e05a";
}

.icon-hourglass:before {
	content: "\e05b";
}

.icon-lock4:before {
	content: "\e05c";
}

.icon-megaphone2:before {
	content: "\e05d";
}

.icon-shield3:before {
	content: "\e05e";
}

.icon-trophy3:before {
	content: "\e05f";
}

.icon-flag4:before {
	content: "\e06a";
}

.icon-map5:before {
	content: "\e06b";
}

.icon-puzzle:before {
	content: "\e06c";
}

.icon-basket:before {
	content: "\e06d";
}

.icon-envelope:before {
	content: "\e06e";
}

.icon-streetsign:before {
	content: "\e06f";
}

.icon-telescope:before {
	content: "\e07a";
}

.icon-gears:before {
	content: "\e07b";
}

.icon-key4:before {
	content: "\e07c";
}

.icon-paperclip:before {
	content: "\e07d";
}

.icon-attachment3:before {
	content: "\e07e";
}

.icon-pricetags:before {
	content: "\e07f";
}

.icon-lightbulb:before {
	content: "\e08a";
}

.icon-layers3:before {
	content: "\e08b";
}

.icon-pencil4:before {
	content: "\e08c";
}

.icon-tools2:before {
	content: "\e08d";
}

.icon-tools-2:before {
	content: "\e08e";
}

.icon-scissors3:before {
	content: "\e08f";
}

.icon-paintbrush:before {
	content: "\e09a";
}

.icon-magnifying-glass2:before {
	content: "\e09b";
}

.icon-circle-compass:before {
	content: "\e09c";
}

.icon-linegraph:before {
	content: "\e09d";
}

.icon-mic3:before {
	content: "\e09e";
}

.icon-strategy:before {
	content: "\e09f";
}

.icon-beaker:before {
	content: "\e0a0";
}

.icon-caution:before {
	content: "\e0a1";
}

.icon-recycle:before {
	content: "\e0a2";
}

.icon-anchor2:before {
	content: "\e0a3";
}

.icon-profile-male:before {
	content: "\e0a4";
}

.icon-profile-female:before {
	content: "\e0a5";
}

.icon-bike:before {
	content: "\e0a6";
}

.icon-wine:before {
	content: "\e0a7";
}

.icon-hotairballoon:before {
	content: "\e0a8";
}

.icon-globe3:before {
	content: "\e0a9";
}

.icon-genius:before {
	content: "\e0aa";
}

.icon-map-pin:before {
	content: "\e0ab";
}

.icon-dial:before {
	content: "\e0ac";
}

.icon-chat2:before {
	content: "\e0ad";
}

.icon-heart4:before {
	content: "\e0ae";
}

.icon-cloud4:before {
	content: "\e0af";
}

.icon-upload6:before {
	content: "\e0b0";
}

.icon-download6:before {
	content: "\e0b1";
}

.icon-target3:before {
	content: "\e0b2";
}

.icon-hazardous:before {
	content: "\e0b3";
}

.icon-piechart:before {
	content: "\e0b4";
}

.icon-speedometer:before {
	content: "\e0b5";
}

.icon-global:before {
	content: "\e0b6";
}

.icon-compass4:before {
	content: "\e0b7";
}

.icon-lifesaver:before {
	content: "\e0b8";
}

.icon-clock5:before {
	content: "\e0b9";
}

.icon-aperture:before {
	content: "\e0ba";
}

.icon-quote2:before {
	content: "\e0bb";
}

.icon-scope:before {
	content: "\e0bc";
}

.icon-alarmclock:before {
	content: "\e0bd";
}

.icon-refresh:before {
	content: "\e0be";
}

.icon-happy3:before {
	content: "\e0bf";
}

.icon-sad3:before {
	content: "\e0c0";
}

.icon-facebook4:before {
	content: "\e0c1";
}

.icon-twitter4:before {
	content: "\e0c2";
}

.icon-googleplus:before {
	content: "\e0c3";
}

.icon-rss2:before {
	content: "\e0c4";
}

.icon-tumblr4:before {
	content: "\e0c5";
}

.icon-linkedin4:before {
	content: "\e0c6";
}

.icon-dribbble5:before {
	content: "\e0c7";
}

.icon-eye2:before {
	content: "\e000";
}

.icon-paper-clip:before {
	content: "\e001";
}

.icon-mail5:before {
	content: "\e002";
}

.icon-toggle:before {
	content: "\e003";
}

.icon-layout:before {
	content: "\e004";
}

.icon-link3:before {
	content: "\e005";
}

.icon-bell2:before {
	content: "\e006";
}

.icon-lock2:before {
	content: "\e007";
}

.icon-unlock:before {
	content: "\e008";
}

.icon-ribbon:before {
	content: "\e009";
}

.icon-image2:before {
	content: "\e010";
}

.icon-signal2:before {
	content: "\e011";
}

.icon-target:before {
	content: "\e012";
}

.icon-clipboard2:before {
	content: "\e013";
}

.icon-clock3:before {
	content: "\e014";
}

.icon-watch:before {
	content: "\e015";
}

.icon-air-play:before {
	content: "\e016";
}

.icon-camera2:before {
	content: "\e017";
}

.icon-video2:before {
	content: "\e018";
}

.icon-disc:before {
	content: "\e019";
}

.icon-printer:before {
	content: "\e020";
}

.icon-monitor:before {
	content: "\e021";
}

.icon-server:before {
	content: "\e022";
}

.icon-cog2:before {
	content: "\e023";
}

.icon-heart2:before {
	content: "\e024";
}

.icon-paragraph:before {
	content: "\e025";
}

.icon-align-justify:before {
	content: "\e026";
}

.icon-align-left2:before {
	content: "\e027";
}

.icon-align-center:before {
	content: "\e028";
}

.icon-align-right2:before {
	content: "\e029";
}

.icon-book2:before {
	content: "\e030";
}

.icon-layers2:before {
	content: "\e031";
}

.icon-stack:before {
	content: "\e032";
}

.icon-stack-2:before {
	content: "\e033";
}

.icon-paper:before {
	content: "\e034";
}

.icon-paper-stack:before {
	content: "\e035";
}

.icon-search:before {
	content: "\e036";
}

.icon-zoom-in:before {
	content: "\e037";
}

.icon-zoom-out:before {
	content: "\e038";
}

.icon-reply2:before {
	content: "\e039";
}

.icon-circle-plus:before {
	content: "\e040";
}

.icon-circle-minus:before {
	content: "\e041";
}

.icon-circle-check:before {
	content: "\e042";
}

.icon-circle-cross:before {
	content: "\e043";
}

.icon-square-plus:before {
	content: "\e044";
}

.icon-square-minus:before {
	content: "\e045";
}

.icon-square-check:before {
	content: "\e046";
}

.icon-square-cross:before {
	content: "\e047";
}

.icon-microphone:before {
	content: "\e048";
}

.icon-record:before {
	content: "\e049";
}

.icon-skip-back:before {
	content: "\e050";
}

.icon-rewind:before {
	content: "\e051";
}

.icon-play:before {
	content: "\e052";
}

.icon-pause:before {
	content: "\e053";
}

.icon-stop:before {
	content: "\e054";
}

.icon-fast-forward:before {
	content: "\e055";
}

.icon-skip-forward:before {
	content: "\e056";
}

.icon-shuffle2:before {
	content: "\e057";
}

.icon-repeat:before {
	content: "\e058";
}

.icon-folder2:before {
	content: "\e059";
}

.icon-umbrella:before {
	content: "\e060";
}

.icon-moon2:before {
	content: "\e061";
}

.icon-thermometer2:before {
	content: "\e062";
}

.icon-drop2:before {
	content: "\e063";
}

.icon-sun:before {
	content: "\e064";
}

.icon-cloud2:before {
	content: "\e065";
}

.icon-cloud-upload:before {
	content: "\e066";
}

.icon-cloud-download:before {
	content: "\e067";
}

.icon-upload4:before {
	content: "\e068";
}

.icon-download4:before {
	content: "\e069";
}

.icon-location3:before {
	content: "\e070";
}

.icon-location-2:before {
	content: "\e071";
}

.icon-map3:before {
	content: "\e072";
}

.icon-battery2:before {
	content: "\e073";
}

.icon-head:before {
	content: "\e074";
}

.icon-briefcase2:before {
	content: "\e075";
}

.icon-speech-bubble:before {
	content: "\e076";
}

.icon-anchor:before {
	content: "\e077";
}

.icon-globe2:before {
	content: "\e078";
}

.icon-box2:before {
	content: "\e079";
}

.icon-reload:before {
	content: "\e080";
}

.icon-share3:before {
	content: "\e081";
}

.icon-marquee:before {
	content: "\e082";
}

.icon-marquee-plus:before {
	content: "\e083";
}

.icon-marquee-minus:before {
	content: "\e084";
}

.icon-tag2:before {
	content: "\e085";
}

.icon-power:before {
	content: "\e086";
}

.icon-command:before {
	content: "\e087";
}

.icon-alt:before {
	content: "\e088";
}

.icon-esc:before {
	content: "\e089";
}

.icon-bar-graph2:before {
	content: "\e090";
}

.icon-bar-graph-2:before {
	content: "\e091";
}

.icon-pie-graph:before {
	content: "\e092";
}

.icon-star2:before {
	content: "\e093";
}

.icon-arrow-left3:before {
	content: "\e094";
}

.icon-arrow-right3:before {
	content: "\e095";
}

.icon-arrow-up3:before {
	content: "\e096";
}

.icon-arrow-down3:before {
	content: "\e097";
}

.icon-volume:before {
	content: "\e098";
}

.icon-mute:before {
	content: "\e099";
}

.icon-content-right:before {
	content: "\e100";
}

.icon-content-left:before {
	content: "\e101";
}

.icon-grid2:before {
	content: "\e102";
}

.icon-grid-2:before {
	content: "\e103";
}

.icon-columns:before {
	content: "\e104";
}

.icon-loader:before {
	content: "\e105";
}

.icon-bag:before {
	content: "\e106";
}

.icon-ban:before {
	content: "\e107";
}

.icon-flag2:before {
	content: "\e108";
}

.icon-trash2:before {
	content: "\e109";
}

.icon-expand:before {
	content: "\e110";
}

.icon-contract:before {
	content: "\e111";
}

.icon-maximize:before {
	content: "\e112";
}

.icon-minimize:before {
	content: "\e113";
}

.icon-plus2:before {
	content: "\e114";
}

.icon-minus2:before {
	content: "\e115";
}

.icon-check:before {
	content: "\e116";
}

.icon-cross2:before {
	content: "\e117";
}

.icon-move:before {
	content: "\e118";
}

.icon-delete:before {
	content: "\e119";
}

.icon-menu5:before {
	content: "\e120";
}

.icon-archive2:before {
	content: "\e121";
}

.icon-inbox2:before {
	content: "\e122";
}

.icon-outbox:before {
	content: "\e123";
}

.icon-file:before {
	content: "\e124";
}

.icon-file-add:before {
	content: "\e125";
}

.icon-file-subtract:before {
	content: "\e126";
}

.icon-help2:before {
	content: "\e127";
}

.icon-open:before {
	content: "\e128";
}

.icon-ellipsis:before {
	content: "\e129";
}

.icon-home4:before {
	content: "\e900";
}

.icon-home2:before {
	content: "\e901";
}

.icon-home3:before {
	content: "\e902";
}

.icon-office:before {
	content: "\e903";
}

.icon-newspaper:before {
	content: "\e904";
}

.icon-pencil3:before {
	content: "\e905";
}

.icon-pencil2:before {
	content: "\e906";
}

.icon-quill:before {
	content: "\e907";
}

.icon-pen:before {
	content: "\e908";
}

.icon-blog:before {
	content: "\e909";
}

.icon-eyedropper:before {
	content: "\e90a";
}

.icon-droplet:before {
	content: "\e90b";
}

.icon-paint-format:before {
	content: "\e90c";
}

.icon-image3:before {
	content: "\e90d";
}

.icon-images2:before {
	content: "\e90e";
}

.icon-camera3:before {
	content: "\e90f";
}

.icon-headphones:before {
	content: "\e910";
}

.icon-music2:before {
	content: "\e911";
}

.icon-play4:before {
	content: "\e912";
}

.icon-film:before {
	content: "\e913";
}

.icon-video-camera:before {
	content: "\e914";
}

.icon-dice:before {
	content: "\e915";
}

.icon-pacman:before {
	content: "\e916";
}

.icon-spades:before {
	content: "\e917";
}

.icon-clubs:before {
	content: "\e918";
}

.icon-diamonds:before {
	content: "\e919";
}

.icon-bullhorn:before {
	content: "\e91a";
}

.icon-connection:before {
	content: "\e91b";
}

.icon-podcast:before {
	content: "\e91c";
}

.icon-feed:before {
	content: "\e91d";
}

.icon-mic2:before {
	content: "\e91e";
}

.icon-book3:before {
	content: "\e91f";
}

.icon-books:before {
	content: "\e920";
}

.icon-library:before {
	content: "\e921";
}

.icon-file-text:before {
	content: "\e922";
}

.icon-profile:before {
	content: "\e923";
}

.icon-file-empty:before {
	content: "\e924";
}

.icon-files-empty:before {
	content: "\e925";
}

.icon-file-text2:before {
	content: "\e926";
}

.icon-file-picture:before {
	content: "\e927";
}

.icon-file-music:before {
	content: "\e928";
}

.icon-file-play:before {
	content: "\e929";
}

.icon-file-video:before {
	content: "\e92a";
}

.icon-file-zip:before {
	content: "\e92b";
}

.icon-copy2:before {
	content: "\e92c";
}

.icon-paste:before {
	content: "\e92d";
}

.icon-stack2:before {
	content: "\e92e";
}

.icon-folder3:before {
	content: "\e92f";
}

.icon-folder-open:before {
	content: "\e930";
}

.icon-folder-plus:before {
	content: "\e931";
}

.icon-folder-minus:before {
	content: "\e932";
}

.icon-folder-download:before {
	content: "\e933";
}

.icon-folder-upload:before {
	content: "\e934";
}

.icon-price-tag2:before {
	content: "\e935";
}

.icon-price-tags:before {
	content: "\e936";
}

.icon-barcode:before {
	content: "\e937";
}

.icon-qrcode:before {
	content: "\e938";
}

.icon-ticket2:before {
	content: "\e939";
}

.icon-cart:before {
	content: "\e93a";
}

.icon-coin-dollar:before {
	content: "\e93b";
}

.icon-coin-euro:before {
	content: "\e93c";
}

.icon-coin-pound:before {
	content: "\e93d";
}

.icon-coin-yen:before {
	content: "\e93e";
}

.icon-credit-card2:before {
	content: "\e93f";
}

.icon-calculator2:before {
	content: "\e940";
}

.icon-lifebuoy2:before {
	content: "\e941";
}

.icon-phone2:before {
	content: "\e942";
}

.icon-phone-hang-up:before {
	content: "\e943";
}

.icon-address-book:before {
	content: "\e944";
}

.icon-envelop:before {
	content: "\e945";
}

.icon-pushpin:before {
	content: "\e946";
}

.icon-location4:before {
	content: "\e947";
}

.icon-location2:before {
	content: "\e948";
}

.icon-compass3:before {
	content: "\e949";
}

.icon-compass2:before {
	content: "\e94a";
}

.icon-map4:before {
	content: "\e94b";
}

.icon-map2:before {
	content: "\e94c";
}

.icon-history:before {
	content: "\e94d";
}

.icon-clock4:before {
	content: "\e94e";
}

.icon-clock2:before {
	content: "\e94f";
}

.icon-alarm:before {
	content: "\e950";
}

.icon-bell3:before {
	content: "\e951";
}

.icon-stopwatch2:before {
	content: "\e952";
}

.icon-calendar2:before {
	content: "\e953";
}

.icon-printer2:before {
	content: "\e954";
}

.icon-keyboard2:before {
	content: "\e955";
}

.icon-display:before {
	content: "\e956";
}

.icon-laptop2:before {
	content: "\e957";
}

.icon-mobile3:before {
	content: "\e958";
}

.icon-mobile2:before {
	content: "\e959";
}

.icon-tablet2:before {
	content: "\e95a";
}

.icon-tv2:before {
	content: "\e95b";
}

.icon-drawer:before {
	content: "\e95c";
}

.icon-drawer2:before {
	content: "\e95d";
}

.icon-box-add:before {
	content: "\e95e";
}

.icon-box-remove:before {
	content: "\e95f";
}

.icon-download5:before {
	content: "\e960";
}

.icon-upload5:before {
	content: "\e961";
}

.icon-floppy-disk:before {
	content: "\e962";
}

.icon-drive2:before {
	content: "\e963";
}

.icon-database2:before {
	content: "\e964";
}

.icon-undo:before {
	content: "\e965";
}

.icon-redo:before {
	content: "\e966";
}

.icon-undo2:before {
	content: "\e967";
}

.icon-redo2:before {
	content: "\e968";
}

.icon-forward4:before {
	content: "\e969";
}

.icon-reply3:before {
	content: "\e96a";
}

.icon-bubble:before {
	content: "\e96b";
}

.icon-bubbles:before {
	content: "\e96c";
}

.icon-bubbles2:before {
	content: "\e96d";
}

.icon-bubble2:before {
	content: "\e96e";
}

.icon-bubbles3:before {
	content: "\e96f";
}

.icon-bubbles4:before {
	content: "\e970";
}

.icon-user2:before {
	content: "\e971";
}

.icon-users2:before {
	content: "\e972";
}

.icon-user-plus:before {
	content: "\e973";
}

.icon-user-minus:before {
	content: "\e974";
}

.icon-user-check:before {
	content: "\e975";
}

.icon-user-tie:before {
	content: "\e976";
}

.icon-quotes-left:before {
	content: "\e977";
}

.icon-quotes-right:before {
	content: "\e978";
}

.icon-hour-glass2:before {
	content: "\e979";
}

.icon-spinner:before {
	content: "\e97a";
}

.icon-spinner2:before {
	content: "\e97b";
}

.icon-spinner3:before {
	content: "\e97c";
}

.icon-spinner4:before {
	content: "\e97d";
}

.icon-spinner5:before {
	content: "\e97e";
}

.icon-spinner6:before {
	content: "\e97f";
}

.icon-spinner7:before {
	content: "\e980";
}

.icon-spinner8:before {
	content: "\e981";
}

.icon-spinner9:before {
	content: "\e982";
}

.icon-spinner10:before {
	content: "\e983";
}

.icon-spinner11:before {
	content: "\e984";
}

.icon-binoculars:before {
	content: "\e985";
}

.icon-search2:before {
	content: "\e986";
}

.icon-zoom-in2:before {
	content: "\e987";
}

.icon-zoom-out2:before {
	content: "\e988";
}

.icon-enlarge:before {
	content: "\e989";
}

.icon-shrink:before {
	content: "\e98a";
}

.icon-enlarge2:before {
	content: "\e98b";
}

.icon-shrink2:before {
	content: "\e98c";
}

.icon-key3:before {
	content: "\e98d";
}

.icon-key2:before {
	content: "\e98e";
}

.icon-lock3:before {
	content: "\e98f";
}

.icon-unlocked:before {
	content: "\e990";
}

.icon-wrench:before {
	content: "\e991";
}

.icon-equalizer:before {
	content: "\e992";
}

.icon-equalizer2:before {
	content: "\e993";
}

.icon-cog3:before {
	content: "\e994";
}

.icon-cogs:before {
	content: "\e995";
}

.icon-hammer:before {
	content: "\e996";
}

.icon-magic-wand:before {
	content: "\e997";
}

.icon-aid-kit:before {
	content: "\e998";
}

.icon-bug:before {
	content: "\e999";
}

.icon-pie-chart2:before {
	content: "\e99a";
}

.icon-stats-dots:before {
	content: "\e99b";
}

.icon-stats-bars:before {
	content: "\e99c";
}

.icon-stats-bars2:before {
	content: "\e99d";
}

.icon-trophy2:before {
	content: "\e99e";
}

.icon-gift:before {
	content: "\e99f";
}

.icon-glass:before {
	content: "\e9a0";
}

.icon-glass2:before {
	content: "\e9a1";
}

.icon-mug:before {
	content: "\e9a2";
}

.icon-spoon-knife:before {
	content: "\e9a3";
}

.icon-leaf2:before {
	content: "\e9a4";
}

.icon-rocket2:before {
	content: "\e9a5";
}

.icon-meter:before {
	content: "\e9a6";
}

.icon-meter2:before {
	content: "\e9a7";
}

.icon-hammer2:before {
	content: "\e9a8";
}

.icon-fire:before {
	content: "\e9a9";
}

.icon-lab:before {
	content: "\e9aa";
}

.icon-magnet2:before {
	content: "\e9ab";
}

.icon-bin:before {
	content: "\e9ac";
}

.icon-bin2:before {
	content: "\e9ad";
}

.icon-briefcase3:before {
	content: "\e9ae";
}

.icon-airplane:before {
	content: "\e9af";
}

.icon-truck:before {
	content: "\e9b0";
}

.icon-road:before {
	content: "\e9b1";
}

.icon-accessibility:before {
	content: "\e9b2";
}

.icon-target2:before {
	content: "\e9b3";
}

.icon-shield2:before {
	content: "\e9b4";
}

.icon-power2:before {
	content: "\e9b5";
}

.icon-switch2:before {
	content: "\e9b6";
}

.icon-power-cord:before {
	content: "\e9b7";
}

.icon-clipboard3:before {
	content: "\e9b8";
}

.icon-list-numbered:before {
	content: "\e9b9";
}

.icon-list3:before {
	content: "\e9ba";
}

.icon-list2:before {
	content: "\e9bb";
}

.icon-tree2:before {
	content: "\e9bc";
}

.icon-menu6:before {
	content: "\e9bd";
}

.icon-menu2:before {
	content: "\e9be";
}

.icon-menu3:before {
	content: "\e9bf";
}

.icon-menu4:before {
	content: "\e9c0";
}

.icon-cloud3:before {
	content: "\e9c1";
}

.icon-cloud-download2:before {
	content: "\e9c2";
}

.icon-cloud-upload2:before {
	content: "\e9c3";
}

.icon-cloud-check:before {
	content: "\e9c4";
}

.icon-download2:before {
	content: "\e9c5";
}

.icon-upload2:before {
	content: "\e9c6";
}

.icon-download3:before {
	content: "\e9c7";
}

.icon-upload3:before {
	content: "\e9c8";
}

.icon-sphere:before {
	content: "\e9c9";
}

.icon-earth:before {
	content: "\e9ca";
}

.icon-link2:before {
	content: "\e9cb";
}

.icon-flag3:before {
	content: "\e9cc";
}

.icon-attachment2:before {
	content: "\e9cd";
}

.icon-eye3:before {
	content: "\e9ce";
}

.icon-eye-plus:before {
	content: "\e9cf";
}

.icon-eye-minus:before {
	content: "\e9d0";
}

.icon-eye-blocked:before {
	content: "\e9d1";
}

.icon-bookmark2:before {
	content: "\e9d2";
}

.icon-bookmarks2:before {
	content: "\e9d3";
}

.icon-sun2:before {
	content: "\e9d4";
}

.icon-contrast:before {
	content: "\e9d5";
}

.icon-brightness-contrast:before {
	content: "\e9d6";
}

.icon-star-empty:before {
	content: "\e9d7";
}

.icon-star-half:before {
	content: "\e9d8";
}

.icon-star-full:before {
	content: "\e9d9";
}

.icon-heart3:before {
	content: "\e9da";
}

.icon-heart-broken:before {
	content: "\e9db";
}

.icon-man2:before {
	content: "\e9dc";
}

.icon-woman:before {
	content: "\e9dd";
}

.icon-man-woman:before {
	content: "\e9de";
}

.icon-happy:before {
	content: "\e9df";
}

.icon-happy2:before {
	content: "\e9e0";
}

.icon-smile:before {
	content: "\e9e1";
}

.icon-smile2:before {
	content: "\e9e2";
}

.icon-tongue:before {
	content: "\e9e3";
}

.icon-tongue2:before {
	content: "\e9e4";
}

.icon-sad:before {
	content: "\e9e5";
}

.icon-sad2:before {
	content: "\e9e6";
}

.icon-wink:before {
	content: "\e9e7";
}

.icon-wink2:before {
	content: "\e9e8";
}

.icon-grin:before {
	content: "\e9e9";
}

.icon-grin2:before {
	content: "\e9ea";
}

.icon-cool:before {
	content: "\e9eb";
}

.icon-cool2:before {
	content: "\e9ec";
}

.icon-angry:before {
	content: "\e9ed";
}

.icon-angry2:before {
	content: "\e9ee";
}

.icon-evil:before {
	content: "\e9ef";
}

.icon-evil2:before {
	content: "\e9f0";
}

.icon-shocked:before {
	content: "\e9f1";
}

.icon-shocked2:before {
	content: "\e9f2";
}

.icon-baffled:before {
	content: "\e9f3";
}

.icon-baffled2:before {
	content: "\e9f4";
}

.icon-confused:before {
	content: "\e9f5";
}

.icon-confused2:before {
	content: "\e9f6";
}

.icon-neutral:before {
	content: "\e9f7";
}

.icon-neutral2:before {
	content: "\e9f8";
}

.icon-hipster:before {
	content: "\e9f9";
}

.icon-hipster2:before {
	content: "\e9fa";
}

.icon-wondering:before {
	content: "\e9fb";
}

.icon-wondering2:before {
	content: "\e9fc";
}

.icon-sleepy:before {
	content: "\e9fd";
}

.icon-sleepy2:before {
	content: "\e9fe";
}

.icon-frustrated:before {
	content: "\e9ff";
}

.icon-frustrated2:before {
	content: "\ea00";
}

.icon-crying:before {
	content: "\ea01";
}

.icon-crying2:before {
	content: "\ea02";
}

.icon-point-up:before {
	content: "\ea03";
}

.icon-point-right:before {
	content: "\ea04";
}

.icon-point-down:before {
	content: "\ea05";
}

.icon-point-left:before {
	content: "\ea06";
}

.icon-warning2:before {
	content: "\ea07";
}

.icon-notification2:before {
	content: "\ea08";
}

.icon-question:before {
	content: "\ea09";
}

.icon-plus3:before {
	content: "\ea0a";
}

.icon-minus3:before {
	content: "\ea0b";
}

.icon-info2:before {
	content: "\ea0c";
}

.icon-cancel-circle:before {
	content: "\ea0d";
}

.icon-blocked:before {
	content: "\ea0e";
}

.icon-cross3:before {
	content: "\ea0f";
}

.icon-checkmark:before {
	content: "\ea10";
}

.icon-checkmark2:before {
	content: "\ea11";
}

.icon-spell-check:before {
	content: "\ea12";
}

.icon-enter:before {
	content: "\ea13";
}

.icon-exit:before {
	content: "\ea14";
}

.icon-play2:before {
	content: "\ea15";
}

.icon-pause3:before {
	content: "\ea16";
}

.icon-stop3:before {
	content: "\ea17";
}

.icon-previous:before {
	content: "\ea18";
}

.icon-next:before {
	content: "\ea19";
}

.icon-backward:before {
	content: "\ea1a";
}

.icon-forward2:before {
	content: "\ea1b";
}

.icon-play3:before {
	content: "\ea1c";
}

.icon-pause2:before {
	content: "\ea1d";
}

.icon-stop2:before {
	content: "\ea1e";
}

.icon-backward2:before {
	content: "\ea1f";
}

.icon-forward3:before {
	content: "\ea20";
}

.icon-first:before {
	content: "\ea21";
}

.icon-last:before {
	content: "\ea22";
}

.icon-previous2:before {
	content: "\ea23";
}

.icon-next2:before {
	content: "\ea24";
}

.icon-eject:before {
	content: "\ea25";
}

.icon-volume-high:before {
	content: "\ea26";
}

.icon-volume-medium:before {
	content: "\ea27";
}

.icon-volume-low:before {
	content: "\ea28";
}

.icon-volume-mute:before {
	content: "\ea29";
}

.icon-volume-mute2:before {
	content: "\ea2a";
}

.icon-volume-increase:before {
	content: "\ea2b";
}

.icon-volume-decrease:before {
	content: "\ea2c";
}

.icon-loop3:before {
	content: "\ea2d";
}

.icon-loop2:before {
	content: "\ea2e";
}

.icon-infinite:before {
	content: "\ea2f";
}

.icon-shuffle3:before {
	content: "\ea30";
}

.icon-arrow-up-left:before {
	content: "\ea31";
}

.icon-arrow-up4:before {
	content: "\ea32";
}

.icon-arrow-up-right:before {
	content: "\ea33";
}

.icon-arrow-right4:before {
	content: "\ea34";
}

.icon-arrow-down-right:before {
	content: "\ea35";
}

.icon-arrow-down4:before {
	content: "\ea36";
}

.icon-arrow-down-left:before {
	content: "\ea37";
}

.icon-arrow-left4:before {
	content: "\ea38";
}

.icon-arrow-up-left2:before {
	content: "\ea39";
}

.icon-arrow-up2:before {
	content: "\ea3a";
}

.icon-arrow-up-right2:before {
	content: "\ea3b";
}

.icon-arrow-right2:before {
	content: "\ea3c";
}

.icon-arrow-down-right2:before {
	content: "\ea3d";
}

.icon-arrow-down2:before {
	content: "\ea3e";
}

.icon-arrow-down-left2:before {
	content: "\ea3f";
}

.icon-arrow-left2:before {
	content: "\ea40";
}

.icon-circle-up:before {
	content: "\ea41";
}

.icon-circle-right:before {
	content: "\ea42";
}

.icon-circle-down:before {
	content: "\ea43";
}

.icon-circle-left:before {
	content: "\ea44";
}

.icon-tab:before {
	content: "\ea45";
}

.icon-move-up:before {
	content: "\ea46";
}

.icon-move-down:before {
	content: "\ea47";
}

.icon-sort-alpha-asc:before {
	content: "\ea48";
}

.icon-sort-alpha-desc:before {
	content: "\ea49";
}

.icon-sort-numeric-asc:before {
	content: "\ea4a";
}

.icon-sort-numberic-desc:before {
	content: "\ea4b";
}

.icon-sort-amount-asc:before {
	content: "\ea4c";
}

.icon-sort-amount-desc:before {
	content: "\ea4d";
}

.icon-command2:before {
	content: "\ea4e";
}

.icon-shift:before {
	content: "\ea4f";
}

.icon-ctrl:before {
	content: "\ea50";
}

.icon-opt:before {
	content: "\ea51";
}

.icon-checkbox-checked:before {
	content: "\ea52";
}

.icon-checkbox-unchecked:before {
	content: "\ea53";
}

.icon-radio-checked:before {
	content: "\ea54";
}

.icon-radio-checked2:before {
	content: "\ea55";
}

.icon-radio-unchecked:before {
	content: "\ea56";
}

.icon-crop:before {
	content: "\ea57";
}

.icon-make-group:before {
	content: "\ea58";
}

.icon-ungroup:before {
	content: "\ea59";
}

.icon-scissors2:before {
	content: "\ea5a";
}

.icon-filter:before {
	content: "\ea5b";
}

.icon-font:before {
	content: "\ea5c";
}

.icon-ligature:before {
	content: "\ea5d";
}

.icon-ligature2:before {
	content: "\ea5e";
}

.icon-text-height:before {
	content: "\ea5f";
}

.icon-text-width:before {
	content: "\ea60";
}

.icon-font-size:before {
	content: "\ea61";
}

.icon-bold:before {
	content: "\ea62";
}

.icon-underline:before {
	content: "\ea63";
}

.icon-italic:before {
	content: "\ea64";
}

.icon-strikethrough:before {
	content: "\ea65";
}

.icon-omega:before {
	content: "\ea66";
}

.icon-sigma:before {
	content: "\ea67";
}

.icon-page-break:before {
	content: "\ea68";
}

.icon-superscript:before {
	content: "\ea69";
}

.icon-subscript:before {
	content: "\ea6a";
}

.icon-superscript2:before {
	content: "\ea6b";
}

.icon-subscript2:before {
	content: "\ea6c";
}

.icon-text-color:before {
	content: "\ea6d";
}

.icon-pagebreak:before {
	content: "\ea6e";
}

.icon-clear-formatting:before {
	content: "\ea6f";
}

.icon-table:before {
	content: "\ea70";
}

.icon-table2:before {
	content: "\ea71";
}

.icon-insert-template:before {
	content: "\ea72";
}

.icon-pilcrow:before {
	content: "\ea73";
}

.icon-ltr:before {
	content: "\ea74";
}

.icon-rtl:before {
	content: "\ea75";
}

.icon-section:before {
	content: "\ea76";
}

.icon-paragraph-left:before {
	content: "\ea77";
}

.icon-paragraph-center:before {
	content: "\ea78";
}

.icon-paragraph-right:before {
	content: "\ea79";
}

.icon-paragraph-justify:before {
	content: "\ea7a";
}

.icon-indent-increase:before {
	content: "\ea7b";
}

.icon-indent-decrease:before {
	content: "\ea7c";
}

.icon-share4:before {
	content: "\ea7d";
}

.icon-new-tab:before {
	content: "\ea7e";
}

.icon-embed:before {
	content: "\ea7f";
}

.icon-embed2:before {
	content: "\ea80";
}

.icon-terminal:before {
	content: "\ea81";
}

.icon-share2:before {
	content: "\ea82";
}

.icon-mail6:before {
	content: "\ea83";
}

.icon-mail2:before {
	content: "\ea84";
}

.icon-mail3:before {
	content: "\ea85";
}

.icon-mail4:before {
	content: "\ea86";
}

.icon-google2:before {
	content: "\ea87";
}

.icon-google-plus:before {
	content: "\ea88";
}

.icon-google-plus2:before {
	content: "\ea89";
}

.icon-google-plus3:before {
	content: "\ea8a";
}

.icon-google-drive2:before {
	content: "\ea8b";
}

.icon-facebook2:before {
	content: "\ea8c";
}

.icon-facebook22:before {
	content: "\ea8d";
}

.icon-facebook3:before {
	content: "\ea8e";
}

.icon-ello:before {
	content: "\ea8f";
}

.icon-instagram2:before {
	content: "\ea90";
}

.icon-twitter2:before {
	content: "\ea91";
}

.icon-twitter22:before {
	content: "\ea92";
}

.icon-twitter3:before {
	content: "\ea93";
}

.icon-feed2:before {
	content: "\ea94";
}

.icon-feed3:before {
	content: "\ea95";
}

.icon-feed4:before {
	content: "\ea96";
}

.icon-youtube5:before {
	content: "\ea97";
}

.icon-youtube2:before {
	content: "\ea98";
}

.icon-youtube3:before {
	content: "\ea99";
}

.icon-youtube4:before {
	content: "\ea9a";
}

.icon-twitch:before {
	content: "\ea9b";
}

.icon-vimeo4:before {
	content: "\ea9c";
}

.icon-vimeo2:before {
	content: "\ea9d";
}

.icon-vimeo3:before {
	content: "\ea9e";
}

.icon-lanyrd:before {
	content: "\ea9f";
}

.icon-flickr5:before {
	content: "\eaa0";
}

.icon-flickr2:before {
	content: "\eaa1";
}

.icon-flickr3:before {
	content: "\eaa2";
}

.icon-flickr4:before {
	content: "\eaa3";
}

.icon-picassa:before {
	content: "\eaa4";
}

.icon-picassa2:before {
	content: "\eaa5";
}

.icon-dribbble4:before {
	content: "\eaa6";
}

.icon-dribbble2:before {
	content: "\eaa7";
}

.icon-dribbble3:before {
	content: "\eaa8";
}

.icon-forrst:before {
	content: "\eaa9";
}

.icon-forrst2:before {
	content: "\eaaa";
}

.icon-deviantart:before {
	content: "\eaab";
}

.icon-deviantart2:before {
	content: "\eaac";
}

.icon-steam:before {
	content: "\eaad";
}

.icon-steam2:before {
	content: "\eaae";
}

.icon-dropbox2:before {
	content: "\eaaf";
}

.icon-onedrive2:before {
	content: "\eab0";
}

.icon-github6:before {
	content: "\eab1";
}

.icon-github2:before {
	content: "\eab2";
}

.icon-github3:before {
	content: "\eab3";
}

.icon-github4:before {
	content: "\eab4";
}

.icon-github5:before {
	content: "\eab5";
}

.icon-wordpress:before {
	content: "\eab6";
}

.icon-wordpress2:before {
	content: "\eab7";
}

.icon-joomla:before {
	content: "\eab8";
}

.icon-blogger:before {
	content: "\eab9";
}

.icon-blogger2:before {
	content: "\eaba";
}

.icon-tumblr3:before {
	content: "\eabb";
}

.icon-tumblr2:before {
	content: "\eabc";
}

.icon-yahoo:before {
	content: "\eabd";
}

.icon-tux:before {
	content: "\eabe";
}

.icon-apple:before {
	content: "\eabf";
}

.icon-finder:before {
	content: "\eac0";
}

.icon-android:before {
	content: "\eac1";
}

.icon-windows:before {
	content: "\eac2";
}

.icon-windows8:before {
	content: "\eac3";
}

.icon-soundcloud3:before {
	content: "\eac4";
}

.icon-soundcloud2:before {
	content: "\eac5";
}

.icon-skype2:before {
	content: "\eac6";
}

.icon-reddit:before {
	content: "\eac7";
}

.icon-linkedin3:before {
	content: "\eac8";
}

.icon-linkedin2:before {
	content: "\eac9";
}

.icon-lastfm3:before {
	content: "\eaca";
}

.icon-lastfm2:before {
	content: "\eacb";
}

.icon-delicious:before {
	content: "\eacc";
}

.icon-stumbleupon3:before {
	content: "\eacd";
}

.icon-stumbleupon2:before {
	content: "\eace";
}

.icon-stackoverflow:before {
	content: "\eacf";
}

.icon-pinterest3:before {
	content: "\ead0";
}

.icon-pinterest2:before {
	content: "\ead1";
}

.icon-xing3:before {
	content: "\ead2";
}

.icon-xing2:before {
	content: "\ead3";
}

.icon-flattr2:before {
	content: "\ead4";
}

.icon-foursquare2:before {
	content: "\ead5";
}

.icon-paypal4:before {
	content: "\ead6";
}

.icon-paypal2:before {
	content: "\ead7";
}

.icon-paypal3:before {
	content: "\ead8";
}

.icon-yelp2:before {
	content: "\ead9";
}

.icon-file-pdf:before {
	content: "\eada";
}

.icon-file-openoffice:before {
	content: "\eadb";
}

.icon-file-word:before {
	content: "\eadc";
}

.icon-file-excel:before {
	content: "\eadd";
}

.icon-libreoffice:before {
	content: "\eade";
}

.icon-html5:before {
	content: "\eadf";
}

.icon-html52:before {
	content: "\eae0";
}

.icon-css3:before {
	content: "\eae1";
}

.icon-git:before {
	content: "\eae2";
}

.icon-svg:before {
	content: "\eae3";
}

.icon-codepen:before {
	content: "\eae4";
}

.icon-chrome:before {
	content: "\eae5";
}

.icon-firefox:before {
	content: "\eae6";
}

.icon-IE:before {
	content: "\eae7";
}

.icon-opera:before {
	content: "\eae8";
}

.icon-safari:before {
	content: "\eae9";
}

.icon-IcoMoon:before {
	content: "\eaea";
}




@charset "UTF-8";/*!;Animate.css - http://daneden.me/animate;Licensed under the MIT license - http://opensource.org/licenses/MIT;;Copyright (c) 2015 Daniel Eden;*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%)}}@keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%)}}@keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%)}}@keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%)}}@keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

