/* Basic Styles */
*, *:before, *:after {
	box-sizing: border-box;
}

html {
	border: 0;
}

body {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: none;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}

/* Default JWPlayer styles */
.jw-tab-focus:focus {
	outline: 0 !important;
}

.cms-jwplayer {
	width: 100%;
	position: relative;
}
/* End Default JWPlayer styles */

.media-left { float: left; margin: 1em 1em 1em 0;}
.media-right { float: right; margin: 1em 0 1em 1em; }
.media-full { 
    display:block; 
    margin: 1em auto;
}

.media-small { width: 25%; }
.media-medium { width: 50%; }
.media-large { width: 100%; }

video { max-width: 100%; }
.cms-jwplayer video { max-width: none; }
button { border: 0; }
figure { text-align: center; }

fieldset {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

/* Replaced w/ below 7/1
* should be less specific for easier overwrites
but still accomplished the same goal
svg[data-use] {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

svg[data-use] line:not([stroke]),
svg[data-use] polyline:not([stroke]),
svg[data-use] circle:not([stroke]) {
	stroke: currentColor;
}
*/

icon svg,
svg[data-use] {
    height: 1em;
	width: 1em;
	fill: currentColor;
}

svg[data-use] [style*="stroke-width"],
svg[data-use] [stroke-width] {
	stroke: currentColor;
}

svg[data-use] [style*="stroke-width"]:not([fill]),
svg[data-use] [stroke-width]:not([fill]) {
	fill: none;
}

.half {
	width: 50%;
}

.third {
	width: 33.3%;
}

.fourth {
	width: 25%;
}

.two-thirds {
	width: 66.66%;
}

.three-fourths {
	width: 75%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.cms-admin .clear {
	height: auto;
}

.clearfix:after {
	content: ' ';
	display: block;
	clear: both;
}

.cf:after {
	content: ' ';
	display: block;
	clear: both;
}

body .ninja {
	display: none !important;
}

html.no-generatedcontent .clearfix {
	zoom: 1;
}

html.no-generatedcontent .cf {
	zoom: 1;
}

.img-left { float: left; }
.img-right { float: right; }
.img-full { 
    display:block; 
    margin-left:auto; 
    margin-right:auto; 
}
img { max-width: 100%; }
.img-small { width: 25%; }
.img-medium { width: 50%; }
.img-large { width: 100%; }


/* End Basic Styles */
/* Basic Buttons */
.cms-button {
	display: inline-block;
	border: none;
	background-color: #35A6F6;
	color: #FEFEFE;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 2px;
	text-transform: uppercase;
	line-height: 1em;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
}

.cms-button.big {
	padding: 20px 40px;
	font-size: 16px;
}

.cms-button.unsafe {
	background-color: #EA5F5F;
}

.cms-button.unsafe:hover {
	background-color: #FF7373;
}

.cms-button.command {
	background-color: #FEFEFE;
	color: #35A6F6;
	border: 1px solid #D4D9E1;
}

.cms-button.command:hover {
	color: #63BEFF;
	border-color: #63BEFF;
	background-color: #FEFEFE;
}

.cms-button:hover {
	color: #FEFEFE;
	background-color: #63BEFF;
}

.cms-button.expand:after {
	content: '';
	display: inline-block;
	background-image: url(../images/sprite24.png);
	width: 16px;
	height: 16px;
	background-position: -437px -293px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-left: 5px;
	border: 1px solid #35A6F6;
	vertical-align: middle;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	opacity: .7;
}

.cms-button.expand:hover:after {
	opacity: 1;
}

.cms-button:focus {
	outline: 0;
}
/* End Basic Buttons */


/* Scrollbars */
.ui-scroll {
	overflow: auto;
}

.ui-scroll.horizontal {
	overflow-x: auto;
	overflow-y: hidden;
}

.ui-scroll.vertical {
	overflow-x: hidden;
	overflow-y: auto;
}

.ui-scroll::-webkit-scrollbar {
	width: 12px;
	height: 12px;
	background: none;
}

.ui-scroll::-webkit-scrollbar-track {
	background: none;
}

.ui-scroll::-webkit-scrollbar-thumb {
	border: solid 2px transparent;
	background-clip: padding-box;
	border-radius: 12px;
	background-color: rgba(16,37,78,.1);
}

.ui-scroll::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none;
}

.ui-scroll::-webkit-scrollbar-corner {
	background-color: transparent;
}

.ui-scroll-wrap .ui-scroll-thumb {
	position: absolute;
	margin: 2px;
	border-radius: 4px;
	background-color: rgba(16,37,78,.1);
}

.ui-scroll-wrap .ui-scroll-thumb.vertical {
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	width: 8px;
	height: 100px;
	min-height: 8px;
}

.ui-scroll-wrap .ui-scroll-thumb.horizontal {
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	height: 8px;
	width: 100px;
	min-width: 8px;
}

.ui-scroll.horizontal .ui-scroll-thumb.vertical {
	display: none !important;
}

.ui-scroll.vertical .ui-scroll-thumb.horizontal {
	display: none !important;
}
/* End Scrollbars */

/* jQuery UI Styles */
.ui-front {
	z-index: 100;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #201E1E;
	opacity: 0.6;
	-webkit-animation: fade-in-60 .3s forwards;
	-moz-animation: fade-in-60 .3s forwards;
	-o-animation: fade-in-60 .3s forwards;
	animation: fade-in-60 .3s forwards;
}

.ui-widget-overlay.out {
	animation: fade-60-out .4s forwards;
}

.ui-widget-overlay.subtle {
	background: #FEFEFE;
	opacity: 0.05;
	-webkit-animation: fade-in-05 .3s forwards;
	-moz-animation: fade-in-05 .3s forwards;
	-o-animation: fade-in-05 .3s forwards;
	animation: fade-in-05 .3s forwards;
}

.ui-dialog {
	position: absolute;
	background: #1b1e24;
	color: #747b8f;
	border-radius: 3px;
	box-shadow: 2px 2px 13px rgba(0,0,0,0.7);
	font-family: 'Open Sans', Arial;
	font-size: 14px;
	outline: 0;
	opacity: 0;
	-webkit-animation: dialog-in .5s .1s 1 ease forwards;
	-moz-animation: dialog-in .5s .1s 1 ease forwards;
	-o-animation: dialog-in .5s .1s 1 ease forwards;
	animation: dialog-in .5s .1s 1 ease forwards;
}

.ui-dialog.dialog-out {
	-webkit-animation: dialog-out .4s 1 ease forwards;
	-moz-animation: dialog-out .4s 1 ease forwards;
	-o-animation: dialog-out .4s 1 ease forwards;
	animation: dialog-out .4s 1 ease forwards;
}

.ui-dialog a:hover {
	text-decoration: none;
}

.ui-dialog .ui-widget-overlay {
	background: #1b1e24;
	position: absolute;
}

.ui-dialog > .ui-widget-overlay {
	border-radius: 3px;
}

.ui-dialog .ui-dialog-titlebar {
	position: absolute;
	left: 0;
	top: -40px;
	width: 100%;
	height: 40px;
	padding: 5px 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	color: #d1d1d1;
	cursor: default;
	background: none;
	font-family: Montserrat, sans-serif;
}

.ui-dialog-titlebar.ui-draggable-handle:after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../images/sprite24.png);
	background-repeat: no-repeat;
	background-position: -96px -216px;
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -12px;
	text-align: center;
	opacity: 0;
	cursor: move;
	-webkit-transition: opacity 0.25s ease;
	-moz-transition: opacity 0.25s ease;
	-o-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
}

.ui-dialog-titlebar.ui-draggable-handle:hover:after {
	opacity: .5;
}

.ui-draggable-handle span {
	cursor: default;
}

.ui-dialog .ui-dialog-title {
}

.ui-dialog .ui-dialog-titlebar-close {
	background: none;
	border: none;
	position: absolute;
	right: 0;
	top: 5px;
	display: block;
	cursor: pointer;
	width: 24px;
	height: 24px;
	padding: 0;
	margin: 0;
	background-image: url(../images/sprite24.png);
	background-repeat: no-repeat;
	background-position: 0px -216px;
	border-radius: 0;
}

.ui-dialog .ui-dialog-titlebar-close:focus {
	outline: solid 1px #747b8f;
	color: #fff;
}
.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}

.ui-dialog .ui-dialog-content {
	display: block;
}

.ui-dialog > section {
	position: relative;
	z-index: 1;
}

.ui-dialog header {
	height: 68px;
	font-size: 16px;
	line-height: 36px;
	border-bottom: solid 1px rgba(217,240,255,.1);
	position: relative;
	z-index: 2;
}

.ui-dialog .ui-main {
	padding: 20px;
}

.ui-dialog .ui-dialog-buttonpane {
	height: 80px;
	padding: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	border-top: solid 1px rgba(217,240,255,.1);
	position: relative;
	z-index: 0;
	background: none;
	text-align: right;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: 0;
	background-color: transparent;
	padding: 0 30px;
	font-family: Montserrat, Arial;
	font-size: 16px;
	line-height: 1em;
	font-weight: 400;
	vertical-align: middle;
	text-transform: uppercase;
	border: 0;
	border-left: solid 1px rgba(217,240,255,.1);
	outline: 0;
	height: 79px;
	cursor: pointer;
	border-radius: 0;
	color: #9ca2b1;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.ui-dialog .ui-dialog-buttonpane button span {
	color: #9ca2b1;
	font-family: Montserrat, Arial;
	font-size: 16px;
	line-height: 1em;
	font-weight: 400;
	vertical-align: middle;
}

.ui-dialog .ui-dialog-buttonpane button:focus {
	background-color: #35a6f6;
	color: #fff;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
	background-color: #35a6f6;
	color: #fff;
}

.ui-dialog .ui-dialog-buttonpane button:focus span {
	color: #fff;
}

.ui-dialog .ui-dialog-buttonpane button:hover span {
	color: #fff;
}

.night .ui-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(217,240,255,.2);
}

.night .ui-scroll-wrap .ui-scroll-thumb {
    background-color: rgba(217,240,255,.2);
}

.ui-noselect {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.ui-noselect input {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	-o-user-select: text;
	user-select: text;
}

.ui-noselect .ui-select {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	-o-user-select: text;
	user-select: text;
}
/* jQuery UI Styles */


/* Full Screen */
.ui-dialog.ui-full-screen {
	position: fixed !important;
	top: 50px !important;
	left: 50px !important;
	width: calc(100% - 100px ) !important;
	height: calc(100% - 100px ) !important;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

.ui-dialog .ui-dialog-titlebar-fullscreen {
	background: none;
	border: none;
	position: absolute;
	right: 35px;
	top: 5px;
	width: 36px;
	height: 24px;
	border-right: solid 1px #9b9d9e;
	display: block;
	cursor: pointer;
	margin: 0;
	padding: 0;
	outline: 0;
}

.ui-dialog .ui-dialog-titlebar-fullscreen:before {
	content:'';
	display:block;
	width: 24px;
	height: 24px;
	background-image: url(../images/sprite24.png);
	background-repeat: no-repeat;
	background-position: -48px -216px;
	opacity: 0.5;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.ui-dialog.ui-full-screen .ui-dialog-titlebar-fullscreen:before {
	background-position: -72px -216px;
}

.ui-dialog .ui-dialog-titlebar-fullscreen:hover:before {
	opacity: 1;
}

.ui-dialog.ui-full-screen .ui-dialog-content {
	height: calc(100% - 80px) !important;
}

.ui-dialog.ui-no-buttons .ui-dialog-content {
	height: 100% !important;
}

.ui-dialog.ui-full-screen .ui-dialog-titlebar.ui-draggable-handle {
	cursor: inherit;
}

.ui-dialog.ui-full-screen .ui-draggable-handle:after {
	display: none !important;
}

.ui-dialog.ui-full-preview {
	position: fixed !important;
	top: 50px !important;
	left: 50px !important;
	width: calc(100% - 100px ) !important;
	height: calc(100% - 100px ) !important;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

.ui-dialog.ui-full-preview .ui-dialog-content {
	height: 100% !important;
}
/* End Full Screen */

/* Alert Box */
.ui-dialog.cms-alert {
	background: rgba(53,166,246,0.95);
	box-shadow: 2px 2px 9px rgba(0,0,0,0.4);
	min-width: 450px;
	/*
	-webkit-animation: fade-in 0.4s,slide-up-20 0.4s;
	-moz-animation: fade-in 0.4s,slide-up-20 0.4s;
	-o-animation: fade-in 0.4s,slide-up-20 0.4s;
	animation: fade-in 0.4s,slide-up-20 0.4s;
	*/
}

.no-rgba .ui-dialog.cms-alert {
	background: #35a6f6;
}

.ui-dialog.cms-alert .ui-dialog-content {
	color: #fff;
	padding: 40px 10px 20px;
	text-align: center;
	font-style: normal;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	color: #afdcfd;
}

.ui-dialog.cms-alert .ui-dialog-content h2 {
	font-family: Montserrat, 'Open Sans', Arial;
	font-size: 22px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FEFEFE;
	margin-bottom: 15px;
}

.ui-dialog.cms-alert .ui-dialog-content h2 strong {
	display: block;
}

.ui-dialog.cms-alert .ui-dialog-content strong {
	color: #FEFEFE;
}

.ui-dialog.cms-alert .ui-dialog-content em {
	display: inline-block;
	margin: 15px 0 10px;
}

.ui-dialog.cms-alert.icon .ui-dialog-content {
	padding: 10px 10px 20px;
}

.ui-dialog.cms-alert.icon .ui-dialog-content:before {
	content: '';
	display: block;
	width: 48px;
	height: 48px;
	margin: 20px auto;
	background-image: url(../images/sprite24.png);
	background-repeat: no-repeat;
	background-position: -192px -552px;
	opacity: 0.4;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane {
	border-top: 0;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane {
	text-align: center;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane button {
	display: inline-block;
	background-color: #5dbafc;
	padding: 18px 40px;
	line-height: 1em;
	height: auto;
	border-radius: 3px;
	border: 0;
	margin: 0 7px;
	text-transform: uppercase;
	font-size: 16px;
	float: none;
	cursor: pointer;
	outline: 0;
	transition: background-color 0.15s;
	color: #fff;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane button span {
	color: #fff;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane button:focus {
	background: #64cb66;
}

.ui-dialog.cms-alert .ui-dialog-buttonpane button:hover {
	background: #64cb66;
}
/* End Alert Box */

/* Dialog Form */
.ui-dialog fieldset.form {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

.ui-dialog fieldset.form ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

.ui-dialog fieldset.form ul li {
	margin: 0;
	padding: 10px 20px 10px 10px;
	font-size: 16px;
}

.ui-dialog .form-group {
	display: table;
	width: 100%;
}

.ui-dialog .form-group > * {
	display: table-cell;
	vertical-align: top;
}

.ui-dialog .form-group > div:first-child {
	display: block;
}

.ui-dialog .form-group label {
	color: #FEFEFE;
	line-height: 2em;
	text-align: right;
	padding: 0 20px;
}

.ui-dialog .form-group label.value {
	text-align: left;
	font-weight: 600;
	padding-left: 0px;
}

.ui-dialog .form-group .input-textbox {
	background: #fff;
	border: solid 1px #a0bdd3;
	border-radius: 3px;
	position: relative;
	-webkit-transition: 0.15s ease;
	-moz-transition: 0.15s ease;
	-o-transition: 0.15s ease;
	transition: 0.15s ease;
}

.ui-dialog .form-group .input-textbox input {
	color: #889aa7;
	font-family: 'Open Sans';
	font-size: 16px;
	line-height: normal;
	margin: 0;
	padding: 6px;
	border: none;
	vertical-align: middle;
	background: none;
	outline: 0;
	width: 100%;
}

.ui-dialog .form-group .input-textbox textarea {
	color: #889aa7;
	font-family: 'Open Sans';
	font-size: 16px;
	line-height: normal;
	margin: 0;
	padding: 6px;
	border: none;
	vertical-align: middle;
	background: none;
	outline: 0;
	width: 100%;
	resize: none;
}

.ui-dialog .form-group .input-textbox.input-addon input {
	width: 90%;
}

.ui-dialog .form-group .input-textbox.input-addon:before {
	width: 10%;
	border-left: solid 1px #a0bdd3;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	text-align: center;
	padding: 9px 15px;
	color: #a0bdd3;
	font-size: 16px;
	-webkit-transition: 0.15s ease;
	-moz-transition: 0.15s ease;
	-o-transition: 0.15s ease;
	transition: 0.15s ease;
	font-family: 'icomoon-ult';
}

.ui-dialog .form-group.focused .input-textbox {
	border-color: #35a6f6;
	box-shadow: 0 0 3px rgba(53,166,246,0.5);
}

.ui-dialog .form-group.focused .input-textbox.input-addon:before {
	border-left-color: #35a6f6;
	color: #35a6f6;
}

.ui-dialog .form-group.invalid label {
	color: #D73B2A;
}

.ui-dialog .form-group.invalid .input-textbox {
	border-color: #D73B2A !important;
	box-shadow: 0 0 3px rgba(215,59,42,0.5) !important;
}

.ui-dialog .form-group.invalid .input-textbox.input-addon:before {
	border-left-color: #D73B2A !important;
	color: #D73B2A !important;
}

.ui-dialog .form-group .validation {
	display: block;
	color: #D73B2A;
	font-size: 14px;
	line-height: 2em;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.3s ease;
	-moz-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	transition: height 0.3s ease;
}

.ui-dialog .form-group.invalid .validation {
	height: 28px;
}

.ui-dialog.night .form-group .input-textbox {
	background: #2C313B;
	border-color: #2C313B;
}

.ui-dialog.night .form-group .input-textbox input {
	color: #afbac1;
}

.ui-dialog.night .form-group .input-textbox textarea {
	color: #afbac1;
}

.ui-dialog.night .form-group label {
	color: #5d616b;
}

.ui-dialog.night .form-group.focused .input-textbox {
	border-color: #4c535f;
	box-shadow: 0 0 3px rgba(76,83,95,0.5);
}

.ui-dialog.night .form-group.focused .input-textbox.input-addon:before {
	border-left-color: #8e93a1;
	color: #8e93a1;
}

.ui-dialog.night [data-tooltip]:before {
	background-color: #8667ab;
	color: #FEFEFE;
}

.ui-dialog.night [data-tooltip]:after {
	background-color: #8667ab;
}
/* End Dialog Form */


/* Daylight */
.ui-dialog.daylight {
	background: #fff;
}

.ui-dialog.daylight header {
	border-bottom-color: rgba(16,37,78,.15);
}

.ui-dialog.daylight .ui-dialog-buttonpane {
	border-top-color: rgba(16,37,78,.15);
}

.ui-dialog.daylight .ui-dialog-buttonpane button {
	border-left-color: rgba(16,37,78,.15);
}

.ui-dialog.daylight .ui-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(16,37,78,.15);
}

.ui-dialog.daylight .ui-scroll-wrap .ui-scroll-thumb {
    background-color: rgba(16,37,78,.15);
}

.daylight .ui-widget-overlay {
	background: #fff;
}
/* End Daylight */

/* Animations */
.no-animation {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.no-animation * {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

@-webkit-keyframes fade-in {
	0% { opacity: 0; visibility: visible; }
	100% { opacity: 1; visibility: visible; }
}

@-moz-keyframes fade-in {
	0% { opacity: 0; visibility: visible; }
	100% { opacity: 1; visibility: visible; }
}

@-o-keyframes fade-in {
	0% { opacity: 0; visibility: visible; }
	100% { opacity: 1; visibility: visible; }
}

@keyframes fade-in {
	0% { opacity: 0; visibility: visible; }
	100% { opacity: 1; visibility: visible; }
}

@-webkit-keyframes fade-out {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

@-moz-keyframes fade-out {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

@-o-keyframes fade-out {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

@keyframes fade-out {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

@-webkit-keyframes fade-60-out {
	0% { opacity: .6; }
	100% { opacity: 0; }
}

@-moz-keyframes fade-60-out {
	0% { opacity: .6; }
	100% { opacity: 0; }
}

@-o-keyframes fade-60-out {
	0% { opacity: .6; }
	100% { opacity: 0; }
}

@keyframes fade-60-out {
	0% { opacity: .6; }
	100% { opacity: 0; }
}

@-webkit-keyframes fade-in-60 {
	0% { opacity: 0; }
	100% { opacity: 0.6; }
}

@-moz-keyframes fade-in-60 {
	0% { opacity: 0; }
	100% { opacity: 0.6; }
}

@-o-keyframes fade-in-60 {
	0% { opacity: 0; }
	100% { opacity: 0.6; }
}

@keyframes fade-in-60 {
	0% { opacity: 0; }
	100% { opacity: 0.6; }
}

@-webkit-keyframes fade-in-05 {
	0% { opacity: 0; }
	100% { opacity: 0.05; }
}

@-moz-keyframes fade-in-05 {
	0% { opacity: 0; }
	100% { opacity: 0.05; }
}

@-o-keyframes fade-in-05 {
	0% { opacity: 0; }
	100% { opacity: 0.05; }
}

@keyframes fade-in-05 {
	0% { opacity: 0; }
	100% { opacity: 0.05; }
}

@-webkit-keyframes fade-in-90 {
	0% { opacity: 0; }
	100% { opacity: 0.9; }
}

@-moz-keyframes fade-in-90 {
	0% { opacity: 0; }
	100% { opacity: 0.9; }
}

@-o-keyframes fade-in-90 {
	0% { opacity: 0; }
	100% { opacity: 0.9; }
}

@keyframes fade-in-90 {
	0% { opacity: 0; }
	100% { opacity: 0.9; }
}

@-webkit-keyframes grow-in {
	0% { -webkit-transform: scale(0.1); opacity: 0; }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@-moz-keyframes grow-in {
	0% { -moz-transform: scale(0); opacity: 0; }
	100% { -moz-transform: scale(1); opacity: 1; }
}

@-o-keyframes grow-in {
	0% { -o-transform: scale(0); opacity: 0; }
	100% { -o-transform: scale(1); opacity: 1; }
}

@keyframes grow-in {
	0% { transform: scale(0); opacity: 0; }
	100% { transform: scale(1); opacity: 1; }
}

@-webkit-keyframes counter-clockwise {
	0% { -webkit-transform: rotate(360deg); }
	100% { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes counter-clockwise {
	0% { -moz-transform: rotate(360deg); }
	100% { -moz-transform: rotate(0deg); }
}

@-o-keyframes counter-clockwise {
	0% { -o-transform: rotate(360deg); }
	100% { -o-transform: rotate(0deg); }
}

@keyframes counter-clockwise {
	0% { transform: rotate(360deg); }
	100% { transform: rotate(0deg); }
}

@-webkit-keyframes clockwise {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes clockwise {
	0% { -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); }
}

@-o-keyframes clockwise {
	0% { -o-transform: rotate(0deg); }
	100% { -o-transform: rotate(360deg); }
}

@keyframes clockwise {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@-webkit-keyframes background-position {
	0% { background-position: 100% 0%; }
	100% { background-position: 0% 0%; }
}

@-moz-keyframes background-position {
	0% { background-position: 100% 0%; }
	100% { background-position: 0% 0%; }
}

@-o-keyframes background-position {
	0% { background-position: 100% 0%; }
	100% { background-position: 0% 0%; }
}

@keyframes background-position {
	0% { background-position: 100% 0%; }
	100% { background-position: 0% 0%; }
}

@-webkit-keyframes slide-up-20 {
	0% { -webkit-transform: translateY(20px); }
	100% { -webkit-transform: translateY(0px); }
}

@-moz-keyframes slide-up-20 {
	0% { -moz-transform: translateY(20px); }
	100% { -moz-transform: translateY(0px); }
}

@-o-keyframes slide-up-20 {
	0% { -o-transform: translateY(20px); }
	100% { -o-transform: translateY(0px); }
}

@keyframes slide-up-20 {
	0% { transform: translateY(20px); }
	100% { transform: translateY(0px); }
}

@-webkit-keyframes slide-down-20 {
	0% { -webkit-transform: translateY(-20px); }
	100% { -webkit-transform: translateY(0px); }
}

@-moz-keyframes slide-down-20 {
	0% { -moz-transform: translateY(-20px); }
	100% { -moz-transform: translateY(0px); }
}

@-o-keyframes slide-down-20 {
	0% { -o-transform: translateY(-20px); }
	100% { -o-transform: translateY(0px); }
}

@keyframes slide-down-20 {
	0% { transform: translateY(-20px); }
	100% { transform: translateY(0px); }
}

@-webkit-keyframes dialog-in {
	0% { opacity: 0; -webkit-transform: translate3d(0, -50px, 0); }
	100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); }
}

@-moz-keyframes dialog-in {
	0% { opacity: 0; -moz-transform: translate3d(0, -50px, 0); }
	100% { opacity: 1; -moz-transform: translate3d(0, 0, 0); }
}

@-o-keyframes dialog-in {
	0% { opacity: 0; -o-transform: translate3d(0, -50px, 0); }
	100% { opacity: 1; -o-transform: translate3d(0, 0, 0); }
}

@keyframes dialog-in {
	0% { opacity: 0; transform: translate3d(0, -50px, 0); }
	100% { opacity: 1; transform: translate3d(0, 0, 0); }
}

@-webkit-keyframes dialog-out {
	0% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); }
	100% { opacity: 0; -webkit-transform: translate3d(0, 35px, 0); }
}

@-moz-keyframes dialog-out {
	0% { opacity: 1; -moz-transform: translate3d(0, 0, 0); }
	100% { opacity: 0; -moz-transform: translate3d(0, 35px, 0); }
}

@-o-keyframes dialog-out {
	0% { opacity: 1; -o-transform: translate3d(0, 0, 0); }
	100% { opacity: 0; -o-transform: translate3d(0, 35px, 0); }
}

@keyframes dialog-out {
	0% { opacity: 1; transform: translate3d(0, 0, 0); }
	100% { opacity: 0; transform: translate3d(0, 35px, 0); }
}
/* End Animations */