html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height:auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
.foundation-mq {
	font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}
html {
	font-size: 100%;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.5;
	color: #6e6e6e;
	background: #fefefe;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle;
}
textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0;
}
select {
	width: 100%;
	border-radius: 0;
}
#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
	max-width: none !important;
}
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	padding: 0;
	border: 0;
	border-radius: 0;
	line-height: 1;
}
.is-visible {
	display: block !important;
}
.is-hidden {
	display: none !important;
}
.row {
	max-width: 77rem;
	margin-left: auto;
	margin-right: auto;
}
.row::before, .row::after {
	content: ' ';
	display: table;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}
.row::after {
	clear: both
}
.row.collapse > .column, .row.collapse > .columns {
	padding-left: 0;
	padding-right: 0;
}
.row .row {
	margin-left: -0.625rem;
	margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
.row .row {
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}
}
.row .row.collapse {
	margin-left: 0;
	margin-right: 0;
}
.row.expanded {
	max-width: none;
}
.row.expanded .row {
	margin-left: auto;
	margin-right: auto;
}
.column, .columns {
	width: 100%;
	float: left;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
.column, .columns {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
	float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
	float: left;
}
.column.row.row, .row.row.columns {
	float: none;
}
.row .column.row.row, .row .row.row.columns {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}
.small-1 {
	width: 8.33333%;
}
.small-push-1 {
	position: relative;
	left: 8.33333%;
}
.small-pull-1 {
	position: relative;
	left: -8.33333%;
}
.small-offset-0 {
	margin-left: 0%;
}
.small-2 {
	width: 16.66667%;
}
.small-push-2 {
	position: relative;
	left: 16.66667%;
}
.small-pull-2 {
	position: relative;
	left: -16.66667%;
}
.small-offset-1 {
	margin-left: 8.33333%;
}
.small-3 {
	width: 25%;
}
.small-push-3 {
	position: relative;
	left: 25%;
}
.small-pull-3 {
	position: relative;
	left: -25%;
}
.small-offset-2 {
	margin-left: 16.66667%;
}
.small-4 {
	width: 33.33333%;
}
.small-push-4 {
	position: relative;
	left: 33.33333%;
}
.small-pull-4 {
	position: relative;
	left: -33.33333%;
}
.small-offset-3 {
	margin-left: 25%;
}
.small-5 {
	width: 41.66667%;
}
.small-push-5 {
	position: relative;
	left: 41.66667%;
}
.small-pull-5 {
	position: relative;
	left: -41.66667%;
}
.small-offset-4 {
	margin-left: 33.33333%;
}
.small-6 {
	width: 50%;
}
.small-push-6 {
	position: relative;
	left: 50%;
}
.small-pull-6 {
	position: relative;
	left: -50%;
}
.small-offset-5 {
	margin-left: 41.66667%;
}
.small-7 {
	width: 58.33333%;
}
.small-push-7 {
	position: relative;
	left: 58.33333%;
}
.small-pull-7 {
	position: relative;
	left: -58.33333%;
}
.small-offset-6 {
	margin-left: 50%;
}
.small-8 {
	width: 66.66667%;
}
.small-push-8 {
	position: relative;
	left: 66.66667%;
}
.small-pull-8 {
	position: relative;
	left: -66.66667%;
}
.small-offset-7 {
	margin-left: 58.33333%;
}
.small-9 {
	width: 75%;
}
.small-push-9 {
	position: relative;
	left: 75%;
}
.small-pull-9 {
	position: relative;
	left: -75%;
}
.small-offset-8 {
	margin-left: 66.66667%;
}
.small-10 {
	width: 83.33333%;
}
.small-push-10 {
	position: relative;
	left: 83.33333%;
}
.small-pull-10 {
	position: relative;
	left: -83.33333%;
}
.small-offset-9 {
	margin-left: 75%;
}
.small-11 {
	width: 91.66667%;
}
.small-push-11 {
	position: relative;
	left: 91.66667%;
}
.small-pull-11 {
	position: relative;
	left: -91.66667%;
}
.small-offset-10 {
	margin-left: 83.33333%;
}
.small-12 {
	width: 100%;
}
.small-offset-11 {
	margin-left: 91.66667%;
}
.small-up-1 > .column, .small-up-1 > .columns {
	width: 100%;
	float: left;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
	clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
	float: left;
}
.small-up-2 > .column, .small-up-2 > .columns {
	width: 50%;
	float: left;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
	clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
	float: left;
}
.small-up-3 > .column, .small-up-3 > .columns {
	width: 33.33333%;
	float: left;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
	clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
	float: left;
}
.small-up-4 > .column, .small-up-4 > .columns {
	width: 25%;
	float: left;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
	clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
	float: left;
}
.small-up-5 > .column, .small-up-5 > .columns {
	width: 20%;
	float: left;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
	clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
	float: left;
}
.small-up-6 > .column, .small-up-6 > .columns {
	width: 16.66667%;
	float: left;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
	clear: none
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
	clear: both
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
	float: left
}
.small-up-7 > .column, .small-up-7 > .columns {
	width: 14.28571%;
	float: left
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
	clear: none
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
	clear: both
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
	float: left
}
.small-up-8 > .column, .small-up-8 > .columns {
	width: 12.5%;
	float: left
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
	clear: none
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
	clear: both
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
	float: left
}
.small-collapse > .column, .small-collapse > .columns {
	padding-left: 0;
	padding-right: 0
}
.small-collapse .row {
	margin-left: 0;
	margin-right: 0
}
.small-uncollapse > .column, .small-uncollapse > .columns {
	padding-left: 0.625rem;
	padding-right: 0.625rem
}
.small-centered {
	float: none;
	margin-left: auto;
	margin-right: auto
}
.small-uncentered, .small-push-0, .small-pull-0 {
	position: static;
	margin-left: 0;
	margin-right: 0;
	float: left
}

@media screen and (min-width: 40em) {
.medium-1 {
	width: 8.33333%
}
.medium-push-1 {
	position: relative;
	left: 8.33333%
}
.medium-pull-1 {
	position: relative;
	left: -8.33333%
}
.medium-offset-0 {
	margin-left: 0%
}
.medium-2 {
	width: 16.66667%
}
.medium-2-5 {
	width: 20.0000%
}
.medium-push-2 {
	position: relative;
	left: 16.66667%
}
.medium-pull-2 {
	position: relative;
	left: -16.66667%
}
.medium-offset-1 {
	margin-left: 8.33333%
}
.medium-3 {
	width: 25%
}
.medium-push-3 {
	position: relative;
	left: 25%
}
.medium-pull-3 {
	position: relative;
	left: -25%
}
.medium-offset-2 {
	margin-left: 16.66667%
}
.medium-4 {
	width: 33.33333%
}
.medium-push-4 {
	position: relative;
	left: 33.33333%
}
.medium-pull-4 {
	position: relative;
	left: -33.33333%
}
.medium-offset-3 {
	margin-left: 25%
}
.medium-5 {
	width: 41.66667%
}
.medium-push-5 {
	position: relative;
	left: 41.66667%
}
.medium-pull-5 {
	position: relative;
	left: -41.66667%
}
.medium-offset-4 {
	margin-left: 33.33333%
}
.medium-6 {
	width: 50%
}
.medium-push-6 {
	position: relative;
	left: 50%
}
.medium-pull-6 {
	position: relative;
	left: -50%
}
.medium-offset-5 {
	margin-left: 41.66667%
}
.medium-7 {
	width: 58.33333%
}
.medium-push-7 {
	position: relative;
	left: 58.33333%
}
.medium-pull-7 {
	position: relative;
	left: -58.33333%
}
.medium-offset-6 {
	margin-left: 50%
}
.medium-8 {
	width: 66.66667%
}
.medium-push-8 {
	position: relative;
	left: 66.66667%
}
.medium-pull-8 {
	position: relative;
	left: -66.66667%
}
.medium-offset-7 {
	margin-left: 58.33333%
}
.medium-9 {
	width: 75%
}
.medium-push-9 {
	position: relative;
	left: 75%
}
.medium-pull-9 {
	position: relative;
	left: -75%
}
.medium-offset-8 {
	margin-left: 66.66667%
}
.medium-10 {
	width: 83.33333%
}
.medium-push-10 {
	position: relative;
	left: 83.33333%
}
.medium-pull-10 {
	position: relative;
	left: -83.33333%
}
.medium-offset-9 {
	margin-left: 75%
}
.medium-11 {
	width: 91.66667%
}
.medium-push-11 {
	position: relative;
	left: 91.66667%
}
.medium-pull-11 {
	position: relative;
	left: -91.66667%
}
.medium-offset-10 {
	margin-left: 83.33333%
}
.medium-12 {
	width: 100%
}
.medium-offset-11 {
	margin-left: 91.66667%
}
.medium-up-1 > .column, .medium-up-1 > .columns {
	width: 100%;
	float: left
}
.medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
	clear: none
}
.medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
	clear: both
}
.medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
	float: left
}
.medium-up-2 > .column, .medium-up-2 > .columns {
	width: 50%;
	float: left
}
.medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
	clear: none
}
.medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
	clear: both
}
.medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
	float: left
}
.medium-up-3 > .column, .medium-up-3 > .columns {
	width: 33.33333%;
	float: left
}
.medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
	clear: none
}
.medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
	clear: both
}
.medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
	float: left
}
.medium-up-4 > .column, .medium-up-4 > .columns {
	width: 25%;
	float: left
}
.medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
	clear: none
}
.medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
	clear: both
}
.medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
	float: left
}
.medium-up-5 > .column, .medium-up-5 > .columns {
	width: 20%;
	float: left
}
.medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
	clear: none
}
.medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
	clear: both
}
.medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
	float: left
}
.medium-up-6 > .column, .medium-up-6 > .columns {
	width: 16.66667%;
	float: left
}
.medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
	clear: none
}
.medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
	clear: both
}
.medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
	float: left
}
.medium-up-7 > .column, .medium-up-7 > .columns {
	width: 14.28571%;
	float: left
}
.medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
	clear: none
}
.medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
	clear: both
}
.medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
	float: left
}
.medium-up-8 > .column, .medium-up-8 > .columns {
	width: 12.5%;
	float: left
}
.medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
	clear: none
}
.medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
	clear: both
}
.medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
	float: left
}
.medium-collapse > .column, .medium-collapse > .columns {
	padding-left: 0;
	padding-right: 0
}
.medium-collapse .row {
	margin-left: 0;
	margin-right: 0
}
.medium-uncollapse > .column, .medium-uncollapse > .columns {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem
}
.medium-centered {
	float: none;
	margin-left: auto;
	margin-right: auto
}
.medium-uncentered, .medium-push-0, .medium-pull-0 {
	position: static;
	margin-left: 0;
	margin-right: 0;
	float: left
}
}

@media screen and (min-width: 64em) {
.large-1 {
	width: 8.33333%
}
.large-push-1 {
	position: relative;
	left: 8.33333%
}
.large-pull-1 {
	position: relative;
	left: -8.33333%
}
.large-offset-0 {
	margin-left: 0%
}
.large-2 {
	width: 16.66667%
}
.large-push-2 {
	position: relative;
	left: 16.66667%
}
.large-pull-2 {
	position: relative;
	left: -16.66667%
}
.large-offset-1 {
	margin-left: 8.33333%
}
.large-3 {
	width: 25%
}
.large-push-3 {
	position: relative;
	left: 25%
}
.large-pull-3 {
	position: relative;
	left: -25%
}
.large-offset-2 {
	margin-left: 16.66667%
}
.large-4 {
	width: 33.33333%
}
.large-push-4 {
	position: relative;
	left: 33.33333%
}
.large-pull-4 {
	position: relative;
	left: -33.33333%
}
.large-offset-3 {
	margin-left: 25%
}
.large-5 {
	width: 41.66667%
}
.large-push-5 {
	position: relative;
	left: 41.66667%
}
.large-pull-5 {
	position: relative;
	left: -41.66667%
}
.large-offset-4 {
	margin-left: 33.33333%
}
.large-6 {
	width: 50%
}
.large-push-6 {
	position: relative;
	left: 50%
}
.large-pull-6 {
	position: relative;
	left: -50%
}
.large-offset-5 {
	margin-left: 41.66667%
}
.large-7 {
	width: 58.33333%
}
.large-push-7 {
	position: relative;
	left: 58.33333%
}
.large-pull-7 {
	position: relative;
	left: -58.33333%
}
.large-offset-6 {
	margin-left: 50%
}
.large-8 {
	width: 66.66667%
}
.large-push-8 {
	position: relative;
	left: 66.66667%
}
.large-pull-8 {
	position: relative;
	left: -66.66667%
}
.large-offset-7 {
	margin-left: 58.33333%
}
.large-9 {
	width: 75%
}
.large-push-9 {
	position: relative;
	left: 75%
}
.large-pull-9 {
	position: relative;
	left: -75%
}
.large-offset-8 {
	margin-left: 66.66667%
}
.large-10 {
	width: 83.33333%
}
.large-push-10 {
	position: relative;
	left: 83.33333%
}
.large-pull-10 {
	position: relative;
	left: -83.33333%
}
.large-offset-9 {
	margin-left: 75%
}
.large-11 {
	width: 91.66667%
}
.large-push-11 {
	position: relative;
	left: 91.66667%
}
.large-pull-11 {
	position: relative;
	left: -91.66667%
}
.large-offset-10 {
	margin-left: 83.33333%
}
.large-12 {
	width: 100%
}
.large-offset-11 {
	margin-left: 91.66667%
}
.large-up-1 > .column, .large-up-1 > .columns {
	width: 100%;
	float: left
}
.large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
	clear: none
}
.large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
	clear: both
}
.large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
	float: left
}
.large-up-2 > .column, .large-up-2 > .columns {
	width: 50%;
	float: left
}
.large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
	clear: none
}
.large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
	clear: both
}
.large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
	float: left
}
.large-up-3 > .column, .large-up-3 > .columns {
	width: 33.33333%;
	float: left
}
.large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
	clear: none
}
.large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
	clear: both
}
.large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
	float: left
}
.large-up-4 > .column, .large-up-4 > .columns {
	width: 25%;
	float: left
}
.large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
	clear: none
}
.large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
	clear: both
}
.large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
	float: left
}
.large-up-5 > .column, .large-up-5 > .columns {
	width: 20%;
	float: left
}
.large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
	clear: none
}
.large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
	clear: both
}
.large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
	float: left
}
.large-up-6 > .column, .large-up-6 > .columns {
	width: 16.66667%;
	float: left
}
.large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
	clear: none
}
.large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
	clear: both
}
.large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
	float: left
}
.large-up-7 > .column, .large-up-7 > .columns {
	width: 14.28571%;
	float: left
}
.large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
	clear: none
}
.large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
	clear: both
}
.large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
	float: left
}
.large-up-8 > .column, .large-up-8 > .columns {
	width: 12.5%;
	float: left
}
.large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
	clear: none
}
.large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
	clear: both
}
.large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
	float: left
}
.large-collapse > .column, .large-collapse > .columns {
	padding-left: 0;
	padding-right: 0
}
.large-collapse .row {
	margin-left: 0;
	margin-right: 0
}
.large-uncollapse > .column, .large-uncollapse > .columns {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem
}
.large-centered {
	float: none;
	margin-left: auto;
	margin-right: auto
}
.large-uncentered, .large-push-0, .large-pull-0 {
	position: static;
	margin-left: 0;
	margin-right: 0;
	float: left
}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
p {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 0.8rem;
	text-rendering: optimizeLegibility;
	font-weight: 300
}
em, i {
	font-style: italic;
	line-height: inherit
}
strong, b {
	font-weight: bold;
	line-height: inherit;
	-webkit-font-feature-settings: "lnum"
}
small {
	font-size: 80%;
	line-height: inherit
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-style: normal;
	color: inherit;
	text-rendering: optimizeLegibility;
	margin-top: 0;
	margin-bottom: 0.5rem;
	line-height: 1.4;
	-webkit-font-feature-settings: "lnum"
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	color: #cacaca;
	line-height: 0
}
h1 {
	font-size: 1.5rem;
	font-weight: 300
}
h2 {
	font-size: 1.05rem
}
h3 {
	font-size: 1.1875rem
}
h4 {
	font-size: 1.125rem
}
h5 {
	font-size: 1.0625rem
}
h6 {
	font-size: 1rem
}

@media screen and (min-width: 40em) {
h1 {
	font-size: 3rem
}
h2 {
	font-size: 1.75rem
}
h3 {
	font-size: 1.9375rem
}
h4 {
	font-size: 1.5625rem
}
h5 {
	font-size: 1.25rem
}
h6 {
	font-size: 1rem
}
}
a {
	color: #F98307;
	text-decoration: none;
	line-height: inherit;
	font-weight: normal;
	cursor: pointer
}
a:hover, a:focus {
	color: #6e6e6e;
}
a img {
	border: 0
}
hr {
	max-width: 75rem;
	height: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0;
	margin: 1.25rem auto;
	clear: both
}
ul, ol, dl {
	line-height: 1.6;
	margin-bottom: 1rem;
	list-style-position: outside
}
li {
	font-size: 18px;
}
ul {
	list-style-type: disc;
	margin-left: 1.25rem;
	font-weight: 300
}
ol {
	margin-left: 1.25rem
}
ul ul, ol ul, ul ol, ol ol {
	margin-left: 1.25rem;
	margin-bottom: 0
}
dl {
	margin-bottom: 1rem
}
dl dt {
	margin-bottom: 0.3rem;
	font-weight: bold
}
blockquote {
	margin: 0 0 1rem;
	padding: 0.5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #cacaca
}
blockquote, blockquote p {
	line-height: 1.6;
	color: #8a8a8a
}
cite {
	display: block;
	font-size: 0.8125rem;
	color: #8a8a8a
}
cite:before {
	content: '\2014 \0020'
}
abbr {
	color: #0a0a0a;
	cursor: help;
	border-bottom: 1px dotted #0a0a0a
}
code {
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	color: #0a0a0a;
	background-color: #e6e6e6;
	border: 1px solid #cacaca;
	padding: 0.125rem 0.3125rem 0.0625rem
}
kbd {
	padding: 0.125rem 0.25rem 0;
	margin: 0;
	background-color: #e6e6e6;
	color: #0a0a0a;
	font-family: Consolas, "Liberation Mono", Courier, monospace
}
.subheader {
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	font-weight: 300;
	line-height: 1.4;
	color: #8a8a8a
}
.lead {
	font-size: 125%;
	line-height: 1.6
}
.stat {
	font-size: 2.5rem;
	line-height: 1
}
p + .stat {
	margin-top: -1rem
}
.no-bullet {
	margin-left: 0;
	list-style: none
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
.text-justify {
	text-align: justify
}

@media screen and (min-width: 40em) {
.medium-text-left {
	text-align: left
}
.medium-text-right {
	text-align: right
}
.medium-text-center {
	text-align: center
}
.medium-text-justify {
	text-align: justify
}
}

@media screen and (min-width: 64em) {
.large-text-left {
	text-align: left
}
.large-text-right {
	text-align: right
}
.large-text-center {
	text-align: center
}
.large-text-justify {
	text-align: justify
}
}
.show-for-print {
	display: none !important
}

@media print {
* {
	background: transparent !important;
	color: black !important;
	box-shadow: none !important;
	text-shadow: none !important
}
.show-for-print {
	display: block !important
}
.hide-for-print {
	display: none !important
}
table.show-for-print {
	display: table !important
}
thead.show-for-print {
	display: table-header-group !important
}
tbody.show-for-print {
	display: table-row-group !important
}
tr.show-for-print {
	display: table-row !important
}
td.show-for-print {
	display: table-cell !important
}
th.show-for-print {
	display: table-cell !important
}
a, a:visited {
	text-decoration: underline
}
a[href]:after {
	content: " (" attr(href) ")"
}
.ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
	content: ''
}
abbr[title]:after {
	content: " (" attr(title) ")"
}
pre, blockquote {
	border: 1px solid #8a8a8a;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
tr, img {
	page-break-inside: avoid
}
img {
	max-width: 100% !important
}
@page {
	margin: 0.5cm
}
p, h2, h3 {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	padding: 0.5rem;
	border: 1px solid #cacaca;
	margin: 0 0 1rem;
	border: 0px;
	border-bottom: solid 2px #c9c9c9;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-ms-border-radius: none;
	-o-border-radius: none;
	border-radius: none;
	background-color: #F5F5F5
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
	border: 0px;
	border-bottom: solid 2px #999999;
	background-color: #fefefe;
	outline: none;
	box-shadow: 0 0 5px #cacaca;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}
textarea {
	max-width: 100%
}
textarea[rows] {
	height: auto
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#cacaca
}
input::-moz-placeholder, textarea::-moz-placeholder {
color:#cacaca
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#cacaca
}
input::placeholder, textarea::placeholder {
color:#cacaca
}
input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
	background-color: #e6e6e6;
	cursor: default
}
[type='submit'], [type='button'] {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none
}
input[type='search'] {
	box-sizing: border-box
}
[type='file'], [type='checkbox'], [type='radio'] {
	margin: 0 0 1rem
}
[type='checkbox'] + label, [type='radio'] + label {
	display: inline-block;
	margin-left: 0.5rem;
	margin-right: 1rem;
	margin-bottom: 0;
	vertical-align: baseline
}
label > [type='checkbox'], label > [type='radio'] {
	margin-right: 0.5rem
}
[type='file'] {
	width: 100%
}
label {
	    display: block;
    margin: 0;
    font-size: inherit;
    color: #6e6e6e;
}

label.middle {
	margin: 0 0 1rem;
	padding: 0.5625rem 0
}
.input-group {
	display: table;
	width: 100%;
	margin-bottom: 1rem;
	position: relative
}
.input-group > :first-child {
	border-radius: 0 0 0 0
}
.input-group > :last-child > * {
	border-radius: 0 0 0 0
}
.input-group-label, .input-group-field, .input-group-button {
	margin: 0;
	display: table-cell;
	vertical-align: middle
}
.input-group-label {
	text-align: center;
	padding: 0 1rem;
	background: #e6e6e6;
	color: #0a0a0a;
	border: 1px solid #cacaca;
	white-space: nowrap;
	width: 1%;
	height: 100%
}
.input-group-label:first-child {
	border-right: 0
}
.input-group-label:last-child {
	border-left: 0
}
.input-group-field {
	border-radius: 0;
	height: 2.5rem
}
.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	height: 100%;
	width: 1%
}
.input-group-button a, .input-group-button input, .input-group-button button {
	margin: 0
}
.input-group .input-group-button {
	display: table-cell
}
fieldset {
	border: 0;
	padding: 0;
	margin: 0
}
legend {
	margin-bottom: 0.5rem;
	max-width: 100%
}
.fieldset {
	border: 1px solid #cacaca;
	padding: 1.25rem;
	margin: 1.125rem 0
}
.fieldset legend {
	background: #fefefe;
	padding: 0 0.1875rem;
	margin: 0;
	margin-left: -0.1875rem
}
 @media screen and (min-width: 0\0) {
}
.button {
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 0.8em 1.3em;
	margin: 0 0 1rem 0;
	font-size: 0.9rem;
	background-color: #2199e8;
	color: #fefefe
}
[data-whatinput='mouse'] .button {
	outline: 0
}
.button:hover, .button:focus {
	background-color: #1583cc;
	color: #fefefe
}
.button.tiny {
	font-size: 0.6rem
}
.button.small {
	font-size: 0.75rem
}
.button.large {
	font-size: 1.25rem
}
.button.expanded {
	display: block;
	width: 100%;
	margin-left: 0;
	margin-right: 0
}
.button.primary {
	background-color: #2199e8;
	color: #fefefe
}
.button.primary:hover, .button.primary:focus {
	background-color: #147cc0;
	color: #fefefe
}
.button.secondary {
	background-color: #777;
	color: #fefefe
}
.button.secondary:hover, .button.secondary:focus {
	background-color: #5f5f5f;
	color: #fefefe
}
button.success, .button.success {
	background-color: #5da423 !important;
	border: 0px solid #396516;
	border-bottom: 3px solid #396516;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
.button .shadow {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12)
}
.button.success:hover, .button.success:focus {
	background-color: #457a1a
}
.button.warning {
	background-color: #ffae00;
	color: #fefefe
}
.button.warning:hover, .button.warning:focus {
	background-color: #cc8b00;
	color: #fefefe
}
.button.alert {
	background-color: #F98307;
	color: #FFF;
}
.button.alert:hover, .button.alert:focus {
	background-color: #262626;
	color: #FFF;
	text-decoration: none
}
.button.hollow {
	border: 1px solid #2199e8;
	color: #2199e8
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
	background-color: transparent
}
.button.hollow:hover, .button.hollow:focus {
	border-color: #0c4d78;
	color: #0c4d78
}
.button.hollow.primary {
	border: 1px solid #2199e8;
	color: #2199e8
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
	border-color: #0c4d78;
	color: #0c4d78
}
.button.hollow.secondary {
	border: 1px solid #777;
	color: #777
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
	border-color: #3c3c3c;
	color: #3c3c3c
}
.button.hollow.success {
	border: 1px solid #3adb76;
	color: #3adb76
}
.button.hollow.success:hover, .button.hollow.success:focus {
	background-color: #457a1a !important;
	border-color: #157539;
	color: #157539
}
.button.hollow.warning {
	border: 1px solid #ffae00;
	color: #ffae00
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
	border-color: #805700;
	color: #805700
}
.button.hollow.alert {
	border: 1px solid #ec5840;
	color: #ec5840
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
	border-color: #881f0e;
	color: #881f0e
}
.button.disabled, .button[disabled] {
	opacity: 0.25;
	cursor: not-allowed;
	pointer-events: none
}
.button.dropdown::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 0.4em;
	border-color: #fefefe transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	position: relative;
	top: 0.4em;
	float: right;
	margin-left: 1em;
	display: inline-block
}
.button.arrow-only::after {
	margin-left: 0;
	float: none;
	top: -0.1em
}
.accordion {
	list-style-type: none;
	background: #fefefe;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	border-radius: 0;
	margin-left: 0
}
.accordion-title {
	display: block;
	padding: 1.25rem 1rem;
	line-height: 1;
	font-size: 0.9rem;
	color: #F98307;
	position: relative;
	border-bottom: 1px solid #e6e6e6
}
.accordion-title:hover, .accordion-title:focus {
	background-color: #e6e6e6;
	text-decoration: none
}
.accordion-title::before {
	content: '+';
	position: absolute;
	right: 1rem;
	top: 50%;
	margin-top: -0.5rem
}
.is-active > .accordion-title::before {
	content: '–'
}
.accordion-content {
	padding: 1rem;
	display: none;
	border-bottom: 1px solid #e6e6e6;
	background-color: #fefefe
}
.is-accordion-submenu-parent > a {
	position: relative
}
.is-accordion-submenu-parent > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: #2199e8 transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 1rem
}
.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1)
}
.button-group {
	margin-bottom: 1rem;
	font-size: 0
}
.button-group::before, .button-group::after {
	content: ' ';
	display: table;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.button-group::after {
	clear: both
}
.button-group .button {
	margin: 5px;
	font-size: 1.4rem;
	float: left;
	font-family: 'Oswald', sans-serif;
	font-weight: normal
}
.button-group .button:not(:last-child) {
	border-right: 1px solid #fefefe
}
.button-group.tiny .button {
	font-size: 0.6rem
}
.button-group.small .button {
	font-size: 0.75rem
}
.button-group.large .button {
	font-size: 1.25rem
}
.button-group.expanded {
	margin-right: -1px
}
.button-group.expanded::before, .button-group.expanded::after {
	display: none
}
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
	display: inline-block;
	width: calc(50% - 1px);
	margin-right: 1px
}
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
	display: inline-block;
	width: calc(33.33333% - 1px);
	margin-right: 1px
}
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
	display: inline-block;
	width: calc(25% - 1px);
	margin-right: 1px
}
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
	display: inline-block;
	width: calc(20% - 1px);
	margin-right: 1px
}
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
	display: inline-block;
	width: calc(16.66667% - 1px);
	margin-right: 1px
}
.button-group.primary .button {
	background-color: #2199e8;
	color: #fefefe
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
	background-color: #147cc0;
	color: #fefefe
}
.button-group.secondary .button {
	background-color: #777;
	color: #fefefe
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
	background-color: #5f5f5f;
	color: #fefefe
}
.button-group.success .button {
	background-color: #3adb76;
	color: #fefefe
}
.button-group.success .button:hover, .button-group.success .button:focus {
	background-color: #22bb5b;
	color: #fefefe
}
.button-group.warning .button {
	background-color: #ffae00;
	color: #fefefe
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
	background-color: #cc8b00;
	color: #fefefe
}
.button-group.alert .button {
	background-color: #ec5840;
	color: #fefefe
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
	background-color: #da3116;
	color: #fefefe
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
	width: 100%
}
.button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child) {
	margin-right: 0
}

@media screen and (min-width: 40em) {
.button-group.stacked-for-small .button {
	width: auto
}
.button-group.stacked-for-small .button:not(:last-child) {
	margin-right: 1px
}
}

@media screen and (min-width: 64em) {
.button-group.stacked-for-medium .button {
	width: auto
}
.button-group.stacked-for-medium .button:not(:last-child) {
	margin-right: 1px
}
}

@media screen and (max-width: 39.9375em) {
.button-group.stacked-for-small.expanded {
	display: block
}
.button-group.stacked-for-small.expanded .button {
	display: block;
	margin-right: 0
}

}
.callout {
	padding: 1rem;
	/*border: 1px solid rgba(10, 10, 10, 0.25);*/
	border-bottom: 2px solid orange;
	margin-bottom: 5px;
	border-radius: 0;
	position: relative;
	color: #0a0a0a;
	background-color: white;
}
.callout > :first-child {
	margin-top: 0
}
.callout > :last-child {
	margin-bottom: 0
}
.callout.primary {
	background-color: #def0fc
}
.callout.secondary {
	background-color: #ebebeb
}
.callout.success {
	background-color: #e1faea
}
.callout.warning {
	background-color: #fff3d9
}
.callout.alert {
	background-color: #fce6e2
}
.callout.small {
	padding-top: 0.5rem;
	padding-right: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.5rem
}
.callout.large {
	padding-top: 3rem;
	padding-right: 3rem;
	padding-bottom: 3rem;
	padding-left: 3rem
}
.close-button {
	position: absolute;
	color: #8a8a8a;
	right: 1rem;
	top: 0.5rem;
	font-size: 2em;
	line-height: 1;
	cursor: pointer
}
[data-whatinput='mouse'] .close-button {
	outline: 0
}
.close-button:hover, .close-button:focus {
	color: #0a0a0a
}
.menu {
	margin: 0;
	list-style-type: none
}
.menu > li {
	display: table-cell;
	vertical-align: middle
}
[data-whatinput='mouse'] .menu > li {
	outline: 0
}
.menu > li > a {
	display: block;
	padding: 0.7rem 1rem;
	line-height: 1;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	color: #F98307;
	font-size: 0.9rem
}
.menu > li > a:hover {
	color: #fff;
}
.mobilemenu {
	display: block;
	padding: 0.7rem 1rem;
	line-height: 1;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	color: #fff !important;
	font-size: 0.9rem
}
.menu > li > a:hover {
	text-decoration: none !important
}
.menu input, .menu a, .menu button {
	margin-bottom: 0
}
.menu > li > a img, .menu > li > a i {
	vertical-align: middle
}
.menu > li > a i + span, .menu > li > a img + span {
	vertical-align: middle
}
.menu > li > a img, .menu > li > a i {
	margin-right: 0.25rem;
	display: inline-block
}
.menu > li {
	display: table-cell
}
.menu.vertical > li {
	display: block
}

@media screen and (min-width: 40em) {
.menu.medium-horizontal > li {
	display: table-cell
}
.menu.medium-vertical > li {
	display: block
}
}

@media screen and (min-width: 64em) {
.menu.large-horizontal > li {
	display: table-cell
}
.menu.large-vertical > li {
	display: block
}
}
.menu.simple li {
	line-height: 1;
	display: inline-block;
	margin-right: 1rem
}
.menu.simple a {
	padding: 0
}
.menu.align-right::before, .menu.align-right::after {
	content: ' ';
	display: table;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.menu.align-right::after {
	clear: both
}
.menu.align-right > li {
	float: right
}
.menu.expanded {
	width: 100%;
	display: table;
	table-layout: fixed
}
.menu.expanded > li:first-child:last-child {
	width: 100%
}
.menu.icon-top > li > a {
	text-align: center
}
.menu.icon-top > li > a img, .menu.icon-top > li > a i {
	display: block;
	margin: 0 auto 0.25rem
}
.menu.nested {
	margin-left: 1rem
}
.menu .active > a {
	color: #fefefe;
	background: #2199e8
}
.menu-text {
	font-weight: bold;
	color: inherit;
	line-height: 1;
	padding-top: 0;
	padding-bottom: 0;
	padding: 0.7rem 1rem;
	padding-right: 20px
}
.menu-centered {
	text-align: center
}
.menu-centered > .menu {
	display: inline-block
}
.no-js [data-responsive-menu] ul {
	display: none
}
.menu-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 20px;
	height: 16px
}
.menu-icon::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #fefefe;
	top: 0;
	left: 0;
	box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe
}
.menu-icon:hover::after {
	background: #cacaca;
	box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca
}
.menu-icon.dark {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 20px;
	height: 16px
}
.menu-icon.dark::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #0a0a0a;
	top: 0;
	left: 0;
	box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a
}
.menu-icon.dark:hover::after {
	background: #8a8a8a;
	box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}
.is-drilldown {
	position: relative;
	overflow: hidden
}
.is-drilldown li {
	display: block !important
}
.is-drilldown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: -1;
	height: 100%;
	width: 100%;
	background: #fefefe;
	transition: -webkit-transform 0.15s linear;
	transition: transform 0.15s linear
}
.is-drilldown-submenu.is-active {
	z-index: 1;
	display: block;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}
.is-drilldown-submenu.is-closing {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}
.is-drilldown-submenu-parent > a {
	position: relative
}
.is-drilldown-submenu-parent > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: transparent transparent transparent #2199e8;
	border-left-style: solid;
	border-right-width: 0;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 1rem
}
.js-drilldown-back > a::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: transparent #2199e8 transparent transparent;
	border-right-style: solid;
	border-left-width: 0;
	border-left-width: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.75rem
}
.dropdown-pane {
	background-color: #fefefe;
	border: 1px solid #cacaca;
	border-radius: 0;
	display: block;
	font-size: 1rem;
	padding: 1rem;
	position: absolute;
	visibility: hidden;
	width: 300px;
	z-index: 10
}
.dropdown-pane.is-open {
	visibility: visible
}
.dropdown-pane.tiny {
	width: 100px
}
.dropdown-pane.small {
	width: 200px
}
.dropdown-pane.large {
	width: 400px
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
	left: auto;
	right: 0;
	top: 100%
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
	right: auto;
	left: 0;
	top: 100%;
	background: #FFF;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.12);
	z-index: 999
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu .megadropdownlist .columns {
	border-right: 1px solid #dddddd
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu .megadropdownlist .columns:last-child {
	border-right: 0px solid #dddddd
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
	padding-right: 1.5rem
}
.dropdown.menu > li.is-dropdown-submenu-parent[aria-expanded='true'] {
	background: #FFF;
	color: #000 !important;
	font-weight: bold !important
}
.dropdown.menu > li.is-dropdown-submenu-parent[aria-expanded='true'] a {
	color: #000
}
.dropdown.menu > li.is-dropdown-submenu-parent[aria-expanded='true'] a:after {
	border-color: #000 transparent transparent
}
.megadropdownlist a:before {
	content: '\f101';
	padding-right: 10px;
	font-family: "FontAwesome" !important;
	font-size: 0.75rem
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: #F98307 transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	right: 5px;
	top: -2px;
	position: relative;
	margin-left: 10px
}
[data-whatinput='mouse'] .dropdown.menu a {
	outline: 0
}
.no-js .dropdown.menu ul {
	display: none
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
	top: 0
}
.dropdown.menu.vertical > li.opens-left .is-dropdown-submenu {
	left: auto;
	right: 100%
}
.dropdown.menu.vertical > li.opens-right .is-dropdown-submenu {
	right: auto;
	left: 100%
}
.dropdown.menu.vertical > li > a::after {
	right: 14px;
	margin-top: -3px
}
.dropdown.menu.vertical > li.opens-left > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent #2199e8 transparent transparent;
	border-right-style: solid;
	border-left-width: 0
}
.dropdown.menu.vertical > li.opens-right > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent transparent transparent #2199e8;
	border-left-style: solid;
	border-right-width: 0
}

@media screen and (min-width: 40em) {
.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
	left: auto;
	right: 0;
	top: 100%
}
.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
	right: auto;
	left: 0;
	top: 100%
}
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
	padding-right: 1.5rem;
	position: relative
}
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: #2199e8 transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	right: 5px;
	margin-top: -2px
}
.dropdown.menu.medium-vertical > li .is-dropdown-submenu {
	top: 0
}
.dropdown.menu.medium-vertical > li.opens-left .is-dropdown-submenu {
	left: auto;
	right: 100%
}
.dropdown.menu.medium-vertical > li.opens-right .is-dropdown-submenu {
	right: auto;
	left: 100%
}
.dropdown.menu.medium-vertical > li > a::after {
	right: 14px;
	margin-top: -3px
}
.dropdown.menu.medium-vertical > li.opens-left > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent #2199e8 transparent transparent;
	border-right-style: solid;
	border-left-width: 0
}
.dropdown.menu.medium-vertical > li.opens-right > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent transparent transparent #2199e8;
	border-left-style: solid;
	border-right-width: 0
}
}

@media screen and (min-width: 64em) {
.dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
	left: auto;
	right: 0;
	top: 100%
}
.dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
	right: auto;
	left: 0;
	top: 100%
}
.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
	padding-right: 1.5rem;
	position: relative
}
.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: #2199e8 transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	right: 5px;
	margin-top: -2px
}
.dropdown.menu.large-vertical > li .is-dropdown-submenu {
	top: 0
}
.dropdown.menu.large-vertical > li.opens-left .is-dropdown-submenu {
	left: auto;
	right: 100%
}
.dropdown.menu.large-vertical > li.opens-right .is-dropdown-submenu {
	right: auto;
	left: 100%
}
.dropdown.menu.large-vertical > li > a::after {
	right: 14px;
	margin-top: -3px
}
.dropdown.menu.large-vertical > li.opens-left > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent #2199e8 transparent transparent;
	border-right-style: solid;
	border-left-width: 0
}
.dropdown.menu.large-vertical > li.opens-right > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent transparent transparent #2199e8;
	border-left-style: solid;
	border-right-width: 0
}
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
	top: 100%;
	left: auto;
	right: 0
}
.is-dropdown-menu.vertical {
	width: 100px
}
.is-dropdown-menu.vertical.align-right {
	float: right
}
.dropdown.menu > li.is-dropdown-submenu-parent .is-active > a {
	background-color: #FFF;
	color: #000
}
.is-dropdown-submenu-parent a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -2px
}
.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
	top: 100%
}
.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
	left: auto;
	right: 0;
	top: 100%
}
.is-dropdown-submenu {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	min-width: 100%;
	z-index: 1;
	background: #fefefe;
	padding: 20px
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
	right: 14px;
	margin-top: -3px
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent #2199e8 transparent transparent;
	border-right-style: solid;
	border-left-width: 0
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent transparent transparent #2199e8;
	border-left-style: solid;
	border-right-width: 0
}
.is-dropdown-submenu .is-dropdown-submenu {
	margin-top: -1px
}
.is-dropdown-submenu > li {
	width: 100%
}
.is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
	display: block
}
.label {
	display: inline-block;
	padding: 0.33333rem 0.5rem;
	font-size: 0.8rem;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	border-radius: 0;
	background: #2199e8;
	color: #fefefe
}
.label.secondary {
	background: #777;
	color: #fefefe
}
.label.success {
	background: #3adb76;
	color: #fefefe
}
.label.warning {
	background: #ffae00;
	color: #fefefe
}
.label.alert {
	background: #ec5840;
	color: #fefefe
}
.media-object {
	margin-bottom: 1rem;
	display: block
}
.media-object img {
	max-width: none
}

@media screen and (max-width: 39.9375em) {
.media-object.stack-for-small .media-object-section {
	padding: 0;
	padding-bottom: 1rem;
	display: block
}
.media-object.stack-for-small .media-object-section img {
	width: 100%
}
}
.media-object-section {
	display: table-cell;
	vertical-align: top
}
.media-object-section:first-child {
	padding-right: 1rem
}
.media-object-section:last-child:not(:nth-child(2)) {
padding-left:1rem
}
.media-object-section.middle {
	vertical-align: middle
}
.media-object-section.bottom {
	vertical-align: bottom
}
html, body {
	height: 100%
}
.off-canvas-wrapper {
	width: 100%;
	overflow-x: hidden;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-overflow-scrolling: auto
}
.off-canvas-wrapper-inner {
	position: relative;
	width: 100%;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease
}
.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
	content: ' ';
	display: table;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.off-canvas-wrapper-inner::after {
	clear: both
}
.off-canvas-content, .off-canvas-content {
	min-height: 100%;
	background: #fefefe;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	padding-bottom: 0.1px
}
.js-off-canvas-exit {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(254, 254, 254, 0.25);
	cursor: pointer;
	transition: background 0.5s ease
}
.off-canvas {
	position: absolute;
	background: #F98307;
	z-index: -1;
	max-height: 100%;
	overflow-y: auto;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
[data-whatinput='mouse'] .off-canvas {
	outline: 0
}
.off-canvas.position-left {
	left: -250px;
	top: 0;
	height: 100%;
	width: 250px
}
.is-open-left {
	-webkit-transform: translateX(250px);
	-ms-transform: translateX(250px);
	transform: translateX(250px)
}
.off-canvas.position-right {
	right: -250px;
	top: 0;
	width: 250px;
	height: 100%
}
.is-open-right {
	-webkit-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px)
}

@media screen and (min-width: 40em) {
.position-left.reveal-for-medium {
	left: 0;
	z-index: auto;
	position: fixed
}
.position-left.reveal-for-medium ~ .off-canvas-content {
	margin-left: 250px
}
.position-right.reveal-for-medium {
	right: 0;
	z-index: auto;
	position: fixed
}
.position-right.reveal-for-medium ~ .off-canvas-content {
	margin-right: 250px
}
}

@media screen and (min-width: 64em) {
.position-left.reveal-for-large {
	left: 0;
	z-index: auto;
	position: fixed
}
.position-left.reveal-for-large ~ .off-canvas-content {
	margin-left: 250px
}
.position-right.reveal-for-large {
	right: 0;
	z-index: auto;
	position: fixed
}
.position-right.reveal-for-large ~ .off-canvas-content {
	margin-right: 250px
}
}
.pagination {
	margin-left: 0;
	margin-bottom: 1rem
}
.pagination::before, .pagination::after {
	content: ' ';
	display: table;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.pagination::after {
	clear: both
}
.pagination li {
	font-size: 0.875rem;
	margin-right: 0.0625rem;
	border-radius: 0;
	display: none
}
.pagination li:last-child, .pagination li:first-child {
	display: inline-block
}

@media screen and (min-width: 40em) {
.pagination li {
	display: inline-block
}
}
.pagination a, .pagination button {
	color: #0a0a0a;
	display: block;
	padding: 0.1875rem 0.625rem;
	border-radius: 0
}
.pagination a:hover, .pagination button:hover {
	background: #e6e6e6
}
.pagination .current {
	padding: 0.1875rem 0.625rem;
	background: #2199e8;
	color: #fefefe;
	cursor: default
}
.pagination .disabled {
	padding: 0.1875rem 0.625rem;
	color: #cacaca;
	cursor: default
}
.pagination .disabled:hover {
	background: transparent
}
.pagination .ellipsis::after {
	content: '\2026';
	padding: 0.1875rem 0.625rem;
	color: #0a0a0a
}
.pagination-previous a::before, .pagination-previous.disabled::before {
	content: '\00ab';
	display: inline-block;
	margin-right: 0.5rem
}
.pagination-next a::after, .pagination-next.disabled::after {
	content: '\00bb';
	display: inline-block;
	margin-left: 0.5rem
}

@media screen and (min-width: 40em) {
}


@media screen and (min-width: 40em) {
}

@media screen and (min-width: 40em) {
}

@media screen and (min-width: 40em) {
}

@media screen and (min-width: 40em) {
}

@media screen and (min-width: 40em) {
}


@media screen and (max-width: 39.9375em) {
}
table {
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0
}
table thead, table tbody, table tfoot {
	border: 1px solid #f1f1f1;
	background-color: #fefefe
}
table caption {
	font-weight: bold;
	padding: 0.5rem 0.625rem 0.625rem
}
table thead, table tfoot {
	background: #f8f8f8;
	color: #0a0a0a
}
table thead tr, table tfoot tr {
	background: transparent
}
table thead th, table thead td, table tfoot th, table tfoot td {
	padding: 0.5rem 0.625rem 0.625rem;
	font-weight: bold;
	text-align: left
}
table tbody tr:nth-child(even) {
	background-color: #f1f1f1
}
table tbody th, table tbody td {
	padding: 0.5rem 0.625rem 0.625rem
}

@media screen and (max-width: 63.9375em) {
table.stack thead {
	display: none
}
table.stack tfoot {
	display: none
}
table.stack tr, table.stack th, table.stack td {
	display: block
}
table.stack td {
	border-top: 0
}
}
table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto
}
table.hover tr:hover {
	background-color: #f9f9f9
}
table.hover tr:nth-of-type(even):hover {
	background-color: #ececec
}
.table-scroll {
	overflow-x: auto
}
.table-scroll table {
	width: auto
}
.tabs {
	margin: 0;
	list-style-type: none;
	background: #fefefe;
	border: 1px solid #e6e6e6
}
.tabs::before, .tabs::after {
	content: ' ';
	display: table;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.tabs::after {
	clear: both
}
.tabs.vertical > li {
	width: auto;
	float: none;
	display: block
}
.tabs.simple > li > a {
	padding: 0
}
.tabs.simple > li > a:hover {
	background: transparent
}
.tabs.primary {
	background: #2199e8
}
.tabs.primary > li > a {
	color: #fefefe
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
	background: #1893e4
}
.tabs-title {
	float: left
}
.tabs-title > a {
	display: block;
	padding: 1.25rem 1.5rem;
	line-height: 1;
	font-size: 1.1rem
}
.tabs-title > a:hover {
	background: #fefefe
}
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
	background: #F98307;
	color: #FFF
}
.tabs-content {
	background: #fefefe;
	transition: all 0.5s ease;
	border: 1px solid #e6e6e6;
	border-top: 0
}
.tabs-content.vertical {
	border: 1px solid #e6e6e6;
	border-left: 0
}
.tabs-panel {
	display: none;
	padding: 1rem
}
.tabs-panel.is-active {
	display: block
}
.thumbnail {
	border: solid 4px #fefefe;
	box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
	display: inline-block;
	line-height: 0;
	max-width: 100%;
	transition: box-shadow 200ms ease-out;
	border-radius: 0;
	margin-bottom: 1rem
}
.thumbnail:hover, .thumbnail:focus {
	box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5)
}
.title-bar {
	background: #0a0a0a;
	color: #fefefe;
	padding: 0.5rem
}
.title-bar::before, .title-bar::after {
	content: ' ';
	display: table;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.title-bar::after {
	clear: both
}
.title-bar .menu-icon {
	margin-left: 0.25rem;
	margin-right: 0.5rem
}
.title-bar-left {
	float: left
}
.title-bar-right {
	float: right;
	text-align: right
}
.title-bar-title {
	font-weight: bold;
	vertical-align: middle;
	display: inline-block
}
.menu-icon.dark {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 20px;
	height: 16px
}
.menu-icon.dark::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #0a0a0a;
	top: 0;
	left: 0;
	box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a
}
.menu-icon.dark:hover::after {
	background: #8a8a8a;
	box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}
.has-tip {
	border-bottom: dotted 1px #8a8a8a;
	font-weight: bold;
	position: relative;
	display: inline-block;
	cursor: help
}
.tooltip {
	background-color: #0a0a0a;
	color: #fefefe;
	font-size: 80%;
	padding: 0.75rem;
	position: absolute;
	z-index: 10;
	top: calc(100% + 0.6495rem);
	max-width: 10rem !important;
	border-radius: 0
}
.tooltip::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 0.75rem;
	border-color: transparent transparent #0a0a0a;
	border-bottom-style: solid;
	border-top-width: 0;
	bottom: 100%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.tooltip.top::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 0.75rem;
	border-color: #0a0a0a transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	top: 100%;
	bottom: auto
}
.tooltip.left::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 0.75rem;
	border-color: transparent transparent transparent #0a0a0a;
	border-left-style: solid;
	border-right-width: 0;
	bottom: auto;
	left: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.tooltip.right::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 0.75rem;
	border-color: transparent #0a0a0a transparent transparent;
	border-right-style: solid;
	border-left-width: 0;
	bottom: auto;
	left: auto;
	right: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.top-bar {
	padding: 1.2rem 0rem 1rem 0rem;
	position: relative;
	z-index: 5;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 10px 30px 0 rgba(0, 0, 0, 0.12);
	z-index: 500
}
.top-bar::before, .top-bar::after {
	content: ' ';
	display: table;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.top-bar::after {
	clear: both
}
.top-bar, .top-bar ul {
	background-color: #222222
}
.top-bar input {
	width: 200px;
	margin-right: 1rem
}
.top-bar .input-group-field {
	width: 100%;
	margin-right: 0
}
.top-bar input.button {
	width: auto
}

@media screen and (max-width: 39.9375em) {
.stacked-for-small .top-bar-left, .stacked-for-small .top-bar-right {
	width: 100%
}
}

@media screen and (max-width: 63.9375em) {
.stacked-for-medium .top-bar-left, .stacked-for-medium .top-bar-right {
	width: 100%
}
}

@media screen and (max-width: 74.9375em) {
.stacked-for-large .top-bar-left, .stacked-for-large .top-bar-right {
	width: 100%
}
}
.top-bar-left, .top-bar-right {
	width: 100%
}

@media screen and (min-width: 40em) {
.top-bar-left, .top-bar-right {
	width: auto
}
}
.top-bar-title {
	float: left;
	margin-right: 1rem
}
.top-bar-left {
	float: left
}
.top-bar-right {
	float: right
}
.hide {
	display: none !important
}
.invisible {
	visibility: hidden
}
.float-left {
	float: left !important
}
.float-right {
	float: right !important
}
.float-center {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.clearfix::before, .clearfix::after {
	content: ' ';
	display: table;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.clearfix::after {
	clear: both
}
ul.submenu a {
	color: #000;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	font-size: 0.9rem;
	padding: 5px
}
ul.submenu a:hover {
	text-decoration: none !important;
	background-color: #efefef
}
ul.submenu li {
	padding: 0px 0px 1px 0px
}
.dropdown-menu-title {
	font-weight: bold;
	color: #333;
	font-size: 1rem;
	font-family: 'Raleway', sans-serif;
	margin: 10px 0px 10px 0px
}
ul.services-list {
	list-style: none
}
ul.services-list {
	text-align: center;
	margin-left: 0px
}
ul.services-list li {
	display: inline;
	/*margin-right: 20px;*/
	font-size:14px;
	font-weight:900;
}
ul.social-list {
	list-style: none
}
ul.social-list {
	text-align: center;
	margin-left: 0px
}
ul.social-list li {
	display: inline;
	margin-right: 10px
}
ul.social-listft {
	list-style: none
}
ul.social-listft {
	text-align: left;
	margin-left: 0px;
	margin-top: 15px;
}
ul.social-listft li {
	display: inline;
	margin-right: 2px;
	line-height: 35px;
}
p.smalltext {
	font-size: 10px
}
.noPad {
	padding: 0px !important
}
p.boldtext {
	font-weight: bold
}
a.boldtext {
	font-weight: bold !important
}
.cta-phone-text {
	font-size: 3rem;
	font-family: 'Lato', sans-serif !important
}
h2.title-border-bottom {
	font-size: 1.7rem;
	font-weight: 500
}
h2.title-border-bottom:after {
	    content: '';
    border-bottom: 2px solid #F98307;
    width: 225px;
    display: block;
    margin-bottom: 20px;
    margin-top: 7px;
}
h2.servicestitle {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 20px
}
h2.servicestitle:after {
	content: '';
	border-bottom: 2px solid #F98307;
	width: 35%;
	display: block;
	margin-bottom: 20px;
	padding-top: 15px;
	margin: 0px auto
}
#page-content {
	margin-top: 0px
}
#page-desc {
	width: auto;
	border-top: 2px solid #F98307;
	border-bottom: 2px solid #F98307
}
.id-phone {
	margin: 1rem 0px 1rem 0px;
	overflow: hidden
}
h2.phone {
	line-height: 1.9rem;
	font-family: 'Lato', sans-serif;
	margin-top: 0.5rem;
	font-weight: normal
}
.grey-block {
	background-color: #f5f5f5;
	width: 100%;
	padding: 40px;
	color: #000000
}
.home-grey-block {
	background-color: #f5f5f5;
	width: 100%;
	padding: 40px;
	color: #000000
}
.image-block {
	background-color: #222222;
	width: 100%;
}
.testimonial-block {
	background-color: #222222;
	width: 100%;
	height: 630px;
	background-image: url('../../assets/images/gallery_large_Van_6.jpg');
	background-size: cover;
	background-position-y: 42%;
	position: relative;
	vertical-align: middle;
}
.gallery-block {
	background-color: #222222;
	width: 100%;
	height: 630px;
	background-size: cover;
	background-position-y: 42%;
	position: relative;
	vertical-align: middle;
}
.black-block {
	background-color: #222222;
	width: 100%;
	padding: 40px;
	color: #000000
}
.top-white-block {
	background-color: #FFFFFF;
	width: 100%;
	padding: 10px 0px 10px 0px;
	color: #333333;
	overflow: hidden;
	position: relative;
	z-index: 999
}
.white-block {
	background: #FFF;
	width: 100%;
	padding: 40px;
	color: #333333;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 -2px 30px 0 rgba(0, 0, 0, 0.12);
	overflow: hidden;
	position: relative;
	z-index: 100;
	top: -375px;
}
ul.service-list {
	list-style: none;
	margin-left: 0px
}
ul.service-list li a {
	color: #333333;
	padding: 5px
}
ul.service-list li a:hover {
	background-color: #efefef
}
ul.service-list li a:before {
	content: 'Z';
	padding-right: 10px;
	font-family: "lightwing-icons" !important;
	font-size: 0.5rem
}
#home-service-list ul.services-list {
	font-weight: normal;
	text-align: left;
	width: auto;
	overflow: hidden;
	margin-bottom: 0.7rem;
	font-weight: 300
}
#home-service-list ul.servicesf-list {
	font-weight: normal;
	text-align: center;
	width: auto;
	overflow: hidden;
	margin-bottom: 0.7rem;
	font-weight: 300
}
ul.servicesf-list li {
    display: inline;
    margin-right: 20px;
	list-style-type:none;
}
ul.red-block-list .item-title {
	font-family: 'Raleway', sans-serif;
	font-size: 1.1rem;
	font-weight: bold;
	margin-left: 0px
}
ul.red-block-list .item-description {
	padding-left: 32px
}
ul.red-block-list li {
	line-height: 1.2rem
}
.mobileContactDiv {
	display: none
}
.home-orange-div {
	background-color: #F98307;
	position: relative;
	z-index: 0;
	height: auto;
	width: 100%;
	padding: 20px 0px 10px 0px;
	color: #FFF;
	margin-top: -7px
}
.home-darkgrey-div {
	background-color: #222222;
	position: relative;
	z-index: 0;
	height: auto;
	width: 100%;
	padding: 20px 0px 10px 0px;
	color: #FFF;
	margin-top: -1px
}
.home-darkgrey-div-in-page {
	background-color: #222222;
	position: relative;
	z-index: 0;
	height: auto;
	width: 100%;
	padding: 20px 0px 20px 0px;
	color: #FFF;
	margin-top: -1px;
	font-size: 0.9rem;
}
.hide-for-org {
	display: none;
}
.orange {
	color: #F98307 !important;
	font-family: 'Lato', sans-serif;
	font-weight: normal
}
.orangeft {
	color: #F98307 !important;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}
.orange a {
	color: #F98307 !important;
	font-weight: bold
}
.orange2 a {
	color: #F98307 !important;
	font-weight: bold !important;
	font-size:20px !important;
}
.white {
	color: #FFF !important
}
.white a {
	color: #FFF !important
}
.footer {
	text-align: left;
	font-size: 1rem;
	padding: 0.5rem
}
.footer p.slogan {
	color: #8d9093;
	font-size: 1rem;
	margin: 0 0 1rem
}
.footer p.copyright {
	color: #8f9296 !important;
	font-size: 0.675rem;
	margin: 0
}
.footer p.copyright {
	text-align: center !important;
}
.footer .links a {
	list-style: none;
	font-weight: bold;
	color: #ffffff;
	padding: 0.5rem 0 0.5rem;
	margin: 0
}
.footer .links a::after {
	content: "•";
	padding: 0 0.4rem 0 0.8rem
}
.footer .links a:last-child::after {
	content: "";
	padding: 0 0.4rem 0 0.8rem
}
#footer-bg {
	background-color: #222222;
	padding: 5px;
	color: #FFF
}
#footer-bg p {
	color: #FFF;
	font-size: 12px;
	padding-top: 21px;
	line-height: 20px;
}
.footerbutton {
	background: url('https://christopherthelocksmith.co.uk/wp-content/uploads/2017/08/LockDocFooterButton.png');
	width: 138px;
	height: 34px;
}
.footerbutton2 {
	min-height: 32px;
	width: 150px;
	max-width: 480px;
	background-color: #262626;
	border: 1px solid #555555;
	border-radius: 32px;
	color: #C1C1C1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	vertical-align: baseline;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	cursor: pointer;
	padding-left: 15px;
}
.footerbutton2:hover {
	border: 0px;
	outline: none;
	box-shadow: 0 0 5px #cacaca;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
p.white-bg {
	background-color: #FFF;
	padding: 10px
}
#jumbotron {
	width: 100%;
	height: auto;
	padding: 0px;
	overflow: hidden;
	position: relative;
	z-index: 0
}
#service-jumbotron h2 {
	color: #FFF;
	font-weight: 300;
	font-size: 1.4rem
}
#service-jumbotron h1 {
	color: #FFF;
	font-weight: 300;
	font-size: 1.4rem !important;
}
.mainDesc p {
	margin-bottom: 1rem;
	font-size:16px;
	font-weight:600;
}
#page-desc p {
	margin-bottom: 1rem;
	font-size:15px;
	font-weight:400 !important;
}
#service-jumbotron {
	width: 100%;
	height: 330px;
	padding: 0px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
#service-jumbotron .slide {
	background-size: cover;
	background-position: center;
	height: auto;
	min-height: 350px
}
#jumbotron .van-slide {
	background-image: url(../../assets/images/slide-terrace1.jpg);
	background-size: cover;
	background-position: top left;
	min-height: 520px
}
.jumbotron h2 {
	font-size: 1.75rem
}
.jumbotron h1 {
	font-size: 1.75rem !important;
}
ul.inline-list {
	margin: 20px 0px 20px 0px;
	list-style: none
}
ul.inline-list li {
	display: inline
}
ul.inline-list li:after {
	content: ','
}
p.contact-phone {
	font-size: 1.5rem;
	float: right;
	clear: both;
	margin-bottom: 0px;
	line-height: 1.3
}
.main-image-overlay {
	position: absolute;
	background: rgba(0,0,0,0.63);
	background: -moz-linear-gradient(left, rgba(0,0,0,0.63) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.63)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.63) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0.63) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0.63) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.63) 0%, rgba(255,255,255,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 );
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10
}

.button-group {
	position: relative;
	display: inline-block;
	margin: 1rem 0;
	font-size: 1.3rem !important
}
.button-group:before {
	content: attr(data-grouptype);
	z-index: 99999;
	color: #999;
	display: block;
	font-size: 1.3rem;
	padding: 0.25em;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 43.5%;
	width: 41px;
	top: 1rem
}
.button-group button + button {
	margin-left: 5px
}

.red-contact-icon {
	background-color: #F98307;
	font-size: 1.4rem;
	color: #FFF;
	padding: 10px;
	width: 100%;
	margin: 0px auto
}

.card h5 {
	font-size: 1rem;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 5px
}
.card {
	font-family: 'Roboto', sans-serif;
	overflow: hidden;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	color: #272727;
	border-radius: 2px;
	background-color: #FFF;
	position: relative;
	padding: 20px;
	z-index: 600
}
.card .title {
	line-height: 3rem;
	font-size: 1.5rem;
	font-weight: 300
}
.card .content {
	padding: 1.3rem;
	font-weight: 300;
	border-radius: 0 0 2px 2px
}
.card .action {
	border-top: 1px solid rgba(160, 160, 160, 0.2);
	padding: 1.3rem
}
.card a {
	color: #000;
	transition: color 0.3s ease;
	font-weight: normal;
	width: 100%;
	border-radius: 3px;
	text-decoration: none
}
.card .image {
	position: relative
}
.card .image .title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1.3rem;
	color: #fff
}
.card .image img {
	border-radius: 2px 2px 0 0
}

.card2 h5 {
	font-size: 1rem;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 5px
}
.card2 {
	font-family: 'Roboto', sans-serif;
	overflow: hidden;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	color: #272727;
	border-radius: 2px;
	background-color: #FFF;
	padding: 20px;
	z-index: 600
}
.card2 .title {
	line-height: 3rem;
	font-size: 1.5rem;
	font-weight: 300
}
.card2 .content {
	padding: 1.3rem;
	font-weight: 300;
	border-radius: 0 0 2px 2px
}
.card2 .action {
	border-top: 1px solid rgba(160, 160, 160, 0.2);
	padding: 1.3rem
}
.card2 a {
	color: #000;
	transition: color 0.3s ease;
	font-weight: normal;
	width: 100%;
	border-radius: 3px;
	text-decoration: none
}
.card2 .image {
	position: relative
}
.card2 .image .title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1.3rem;
	color: #fff
}
.card2 .image img {
	border-radius: 2px 2px 0 0
}

.social-icons {
	margin-top: 10px;
	margin-left: 10px;
}
.caps-button {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	letter-spacing: 0.03rem
}
ul.footer-menu {
	list-style: none;
	margin-bottom: 0px
}
ul.footer-menu li {
	display: inline;
	padding: 0px 5px 0px 5px;
	font-size: 0.8rem;
	margin-bottom: 0px
}
ul.footer-menu li a {
	color: #FFF
}
ul.footer-menu li a:hover {
	text-decoration: none
}
p.header-text {
	margin-bottom: 0px;
	margin-top: -4px;
	float: right;
	clear: both;
}
.small-text {
	font-size: 0.7rem;
}
.lockdoc-logo {
	width: 450px;
	transition: all 0.4s ease;
	padding-bottom: 15px;
	padding-top: 15px;
}

.no-left-margin {
	margin-left: 0px
}

.inline-icon {
	display: inline;
	margin-right: 5px;
}
.inline-icon-social {
	display: inline;
	margin-right: 0px;
	vertical-align: bottom;
	color: #fff;
}
.inline-icon-socialft {
	display: inline;
	color: #fff;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	background-color: #000;
	padding-left: 12px;
	padding-top: 8px;
}
.inline-icon-socialfb {
	display: inline;
	color: #fff;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	background-color: #50779E;
	text-align: center;
	padding-top: 9px;
}
.inline-icon-socialtw {
	display: inline;
	color: #fff;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	background-color: #25AFED;
	text-align: center;
	padding-top: 8px;
}
.inline-icon-socialgp {
	display: inline;
	color: #fff;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	background-color: #DC3E17;
	text-align: center;
	padding-top: 8px;
}
.inline-icon-socialyt {
	display: inline;
	color: #fff;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	background-color: #CD363B;
	text-align: center;
	padding-top: 8px;
}
.inline-icon-socialig {
	display: inline;
	color: #fff;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	background-color: #4D4D4D;
	text-align: center;
	padding-top: 8px;
}
.inline-icon-socialli {
	display: inline;
	color: #fff;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	background-color: #0B82A4;
	text-align: center;
	padding-top: 8px;
}
.inline-icon-social:hover {
	margin-right: 0px;
	vertical-align: bottom;
	color: #F98307;
}

li.parent-mobile-menu-item a {
	margin-left: -5px;
	font-weight: bold;
}

.has-shadow {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}
.no-shadow {
	box-shadow: none !important;
}
.left {
	float: left;
}
.larger-icon {
	font-size: 1.2rem;
}

.typed-cursor {
	opacity: 1;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite
}

.locksmith-phone {
	font-size: 2rem;
	margin: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: bold
}
.locksmith-intro {
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	top: 5px;
	z-index: 999
}
h2.red-title {
	background: #F98307;
	color: #FFF;
	padding: 1rem
}

#contact-icons {
	font-size: 1.2rem;
	margin-top: 20px
}

#lr-header {
	transition: all 0.4s ease
}
#top-holder {
	width: 100%;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	top: 0px;
}
.fix-header {
	position: fixed;
	padding: 5px 0px 5px 0px !important;
	transition: all 0.4s ease;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	z-index: 999
}
.fix-header .top-white-block {
	transition: all 0.4s ease;
	padding: 0px
}
.fix-header #logos {
	padding-top: 10px;
	transition: all 0.4s ease
}
.fix-header .lockdoc-logo {
	width: 350px;
	transition: all 0.4s ease
}
#straplines {
	margin-top: 0px
}
.townname {
	display: block
}
.jumbotron {
	position: relative;
	overflow: hidden
}
.top-bar-left li:first-child a {
	padding-left: 0px
}
.hideme {
	opacity: 0
}
.float-left-icon {
	float: left;
	margin-right: 10px;
	font-size: 3rem
}
img a {
	outline: none
}
a a {
	outline: none;
	border: 0
}
:focus {
	outline: 0
}
#contact-number {
	position: relative;
	overflow: hidden;
	padding-right: 0px;
	padding-top:10px;
}
.text-shadow {
	text-shadow: 1px 1px 0px #000000
}


@media screen and (max-width:639px) {
.fix-header {
	position: relative
}
.top-white-block {
	padding: 10px 0px 10px 0px;
	position: absolute;
	background-color: transparent;
	z-index: 0;
	height: 59px;
	overflow: hidden
}
#top-holder {
	height: 80.5px;
	overflow: hidden
}
.gallery-block {
    background-color: #222222;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position-y: 42%;
    position: relative;
    vertical-align: middle;
}
.gallery .image1 {
  background:url('../../assets/images/gallery_large_Van_6.jpg');
  background-size:cover;
  background-position-y: 45%;
  height:auto;
}
.gallery .image2{
  background:url('../../assets/images/MrLockDoc-Ltd-Essex-2017-1.jpg');
  background-size:cover;
  background-position-y: 75%;
  background-position-x: 70%;
    height:auto;

}
.gallery .image3 {
  background:url('../../assets/images/MrLockDoc-Ltd-Essex-2017-9.jpg');
  background-size:cover;
  background-position-y: 75%;
    height:auto;

}
.gallery .image4 {
  background:url('../../assets/images/MrLockDoc-Ltd-Essex-2017-8.jpg');
  background-size:cover;
  background-position-y: 37%;
    height:auto;

}
.gallery .image5{
  background:url('../../assets/images/MrLockDoc-Ltd-Essex-2017-7.jpg');
  background-size:cover;
  background-position-y: 75%;
    height:auto;

}
.gallery .image6 {
  background:url('../../assets/images/MrLockDoc-Ltd-Essex-2017-6.jpg');
  background-size:cover;
  background-position-y: 75%;
    height:auto;

}
.gallery .image7 {
  background:url('../../assets/images/MrLockDoc-Ltd-Essex-2017-5.jpg');
  background-size:cover;
  background-position-y: 75%;
    height:auto;

}
.gallery .image8 {
  background:url('../../assets/images/MrLockDoc-Ltd-Essex-2017-4.jpg');
  background-size:cover;
  background-position-y: 75%;
    height:auto;

}
.gallery .image9 {
  background:url('../../assets/images/gallery_large_Van_6.jpg');
  background-size:cover;
  background-position-y: 75%;
    height:auto;

}
.gallery .item {
    height: 200px !important;
    overflow: hidden;
    text-align: center;
}
}

@media screen and (max-width:639px) {
ul.services-list li.fullwidth {
	width: 100%
}
ul.social-list li.fullwidth {
	width: 100%
}
ul.social-listft li.fullwidth {
	width: 100%
}

.townname {
	display: inline
}

#logos .centred-for-small {
	float: none;
	text-align: center
}
#logos .centred-for-small .lockdoc-logo {
	float: none
}

.float-left-icon {
	float: none;
	margin-right: 10px;
	font-size: 2.5rem
}

#footer-bg {
}
.footer {
	text-align: center
}
ul.footer-menu {
	margin-left: 0px
}
ul.footer-menu li {
	display: block;
	padding: 20px;
	text-align: left;
	font-weight: bold;
	border: 1px solid #000;
	margin: 10px 0px 10px 0px;
	background-color: #FFF;
	position: relative;
	padding-left: 50px;
	color: #000
}
ul.footer-menu li a {
	color: #000;
	font-weight: bold
}
ul.footer-menu li .icon {
	float: left;
	background-color: #F98307;
	position: absolute;
	font-size: 1.4rem;
	left: -10px;
	top: 5px;
	color: #FFF;
	padding: 10px 10px 10px 13px;
	border-radius: 100%;
	width: 50px;
	height: 50px
}
.footer p.copyright {
	text-align: center !important;
}

.cta-phone-text {
	font-size: 2rem
}

p.straplinemenumob {
	color: #FFF;
	padding: 15px;
	border-bottom: 1px solid #FFF;
	font-style: italic;
	margin-bottom: 5px;
	font-size: 0.8rem
}
#service-jumbotron h2 {
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px
}
#service-jumbotron h1 {
	font-size: 1.2rem !important;
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px
}

#service-jumbotron .mainDesc {
	padding: 10px
}

ul.service-list {
	font-size: 0.8rem
}
.service-page-icon {
	float: none !important;
	font-size: 1.5rem !important;
	display: block !important;
	width: 60px !important;
	height: 60px !important;
	border-right: 0px solid #F98307 !important;
	padding-top: 13px !important;
	border-radius: 100%;
	margin: 0px auto !important;
	margin-top: -40px !important;
	position: relative !important
}

h2.servicestitle {
	font-size: 1rem;
	font-weight: 500;
	display: none
}

.title-bar {
	background: #FFFFFF;
	color: #fefefe;
	padding: 1rem 0.5rem 1.2rem 0.5rem;
	z-index: 999
}
p.contact-phone {
	font-size: 1.18rem
}
p.contact-phone .red {
	font-family: 'Lato', sans-serif !important;
	font-weight: bold
}
#contact-number {
	margin-top: 0px
}
.menu-icon::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #333333;
	top: 0;
	left: 0;
	box-shadow: 0 7px 0 #333333, 0 14px 0 #333333
}
#logos {
	width: 200px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
	min-height: 36px
}
.lockdoc-logo {
	max-width: 100%;
	width: 450px;
	float: left;
	padding-top:5px;
}

#locksmith-services {
	background-image: none;
	padding: 30px 20px 30px 20px
}

.jumbotron h2 {
	font-size: 1.2rem;
	width: 80%;
	margin-bottom: 20px;
	font-weight: normal
}
.jumbotron h1 {
	font-size: 1.2rem !important;
	width: 80%;
	margin-bottom: 20px;
	font-weight: normal
}

p {
	font-size: 18px;
}
#home-service-list {
	background-color: #000;
	padding: 12px 0px 12px 0px
}
.mobileContactDiv {
	overflow: hidden;
	background: rgba(255,130,1,1.0);
	display: block;
	text-align: center;
	color: #FFF;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem
}
h3.mobile-top {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	margin: 0px;
	font-size: 1.2rem;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px
}
h3.mobile-top a {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 1.2rem;
	margin: 0px;
	text-decoration: none;
	text-align: center
}

#fixed-contact {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #FFF;
	z-index: 700;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 -2px 30px 0 rgba(0, 0, 0, 0.12);
	opacity: 0;
	height: 0px;
	border-bottom: 18px solid #FFFFFF
}

#icon-menu p.header-text {
	font-size: 0.6rem
}
p.header-text {
	font-size: 0.6rem
}

p.header-mobile {
	font-size: 1.1rem !important;
	margin-top: -0.2rem !important
}

#home-service-list ul.services-list {
	overflow: hidden;
	margin-bottom: 0px;
	text-align: left
}
#home-service-list ul.servicesf-list {
	overflow: hidden;
	margin-bottom: 0px;
	text-align: left
}
ul.servicesf-list li {
   display: block;
    margin-right: 20px;
}
ul.services-list li {
	display: block;
	font-size: 0.76rem;
	line-height: normal;
	width: 42%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 2px;
	font-weight: 700;
}
#home-social-list ul.social-list {
	overflow: hidden;
	margin-bottom: 0px;
	text-align: left
}
ul.social-list li {
	display: block;
	font-size: 0.76rem;
	line-height: normal;
	width: 42%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 2px;
	font-weight: 300
}
#home-social-listft ul.social-listft {
	overflow: hidden;
	margin-bottom: 0px;
	text-align: left
}
ul.social-listft li {
	display: block;
	font-size: 0.76rem;
	line-height: normal;
	width: 12%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 2px;
	font-weight: 300
}

h2.title-border-bottom {
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	font-weight: 300
}

.locksmith-phone {
	font-size: 1.6rem;
	margin: 0px !important;
	display: block;
	letter-spacing: normal
}

#straplines {
	margin-top: 0px;
	max-width: 90%
}
.mainDesc {
	margin: 10px 0px 0px 0px !important;
	color: #FFF
}
.mainDesc h1 {
	font-size: 1.2rem !important
}

#jumbotron .van-slide {
	background-position: top;
	height: auto;
	min-height: 140px
}
.header-right h2 {
	float: right !important;
	margin-right: -30px;
	text-align: right
}
.white-block {
	padding: 1rem 0.5rem 1rem 0.5rem
}
.mobile-icon {
	font-size: 1.8rem !important;
	margin-top: 10px !important
}

#page-desc {
	width: 100%;
	border-top: 2px solid #F98307;
	padding: 5px;
	display: none
}
.id-phone {
	margin: 1rem 0px 1rem 0px;
	overflow: hidden
}

.mobile-service-title {
	position: relative;
	z-index: 999
}

.home-grey-block {
	padding: 0px
}
.black-block {
	padding: 1rem 0.5rem 1rem 0.5rem
}

.home-red-block {
	padding: 10px 0px 10px 0px
}

ul.services-list li.fullwidth-for-mobile {
	width: 100%
}
ul.services-list {
	text-align: left;
	/*margin-left: 1.25rem*/
}
ul.social-list li.fullwidth-for-mobile {
	width: 100%
}
ul.social-list {
	text-align: left;
	margin-left: 1.25rem
}
ul.social-listft li.fullwidth-for-mobile {
	width: 100%
}
ul.social-listft {
	text-align: left;
}
.inline-icon-socialfb {
	padding-top: 10px;
}
.inline-icon-socialft {
	padding-top: 10px;
}
.inline-icon-socialfb {
	padding-top: 10px;
}
.inline-icon-socialtw {
	padding-top: 10px;
}
.inline-icon-socialgp {
	padding-top: 10px;
}
.inline-icon-socialyt {
	padding-top: 10px;
}
.inline-icon-socialig {
	padding-top: 10px;
}
.inline-icon-socialli {
	padding-top: 10px;
}
}

@media screen and (max-width:330px) {

}

.service-page-icon {
	float: left;
	margin-right: 20px;
	font-size: 2.7rem;
	display: inline;
	background-color: #FFF;
	width: 80px;
	height: 100%;
	padding: 10px;
	padding-left: 18px;
	border-right: 2px solid #F98307;
	padding-top: 25px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0
}



@media screen and (min-width:704px) {
.title-bar {
	background: #0a0a0a;
	color: #fefefe;
	padding: 0rem;
	opacity: 0;
	height: 0px
}
}

@media screen and (max-width:639px) {
.top-bar {
	padding: 0rem;
	height: 0px;
	opacity: 0
}
}
.mainDesc {
	padding: 20px;
	padding-left: 0px;
	display: block;
	width: 75%;
	opacity: 1;
	margin: 10px 0px 0px 0px;
	position: relative;
	z-index: 999
}
.mainDesc h1 {
	font-size: 2.5rem;
	font-weight: 500
}
h1.border-header:after {
	content: '';
	border-bottom: 2px solid #F98307;
	width: 45%;
	display: block
}
.white-line {
	height: 1px;
	width: 100%;
	background-color: #FFF;
	margin: 10px 0px 10px 0px
}
.header-box {
	border-right: 1px solid #dddddd;
	min-height: 73px;
	padding-top: 10px
}
.header-box .box-title {
	font-size: 0.9rem;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 0px
}
.mobile-icon {
	font-size: 3rem;
	position: absolute;
	margin-left: 0px;
	margin-top: 5px
}
.show-for-ctb {
	display: none
}


@media screen and (max-width: 1067px) {
.hide-for-ctb {
	display: none;
}
.center-for-ctb {
	text-align: center;
}
.top-bar {
/*padding-top: 0.5rem;*/
}
.top-bar-left {
	/*float: none;*/
	display: inline-block;
	vertical-align: bottom;
}
.top-bar-left .menu > li > a {
	font-size: 0.85rem;
}
.show-for-ctb {
	display: block;
}
.megadropdownlist {
	text-align: left;
}
.top-bar-right {
	/*float: none;*/
	display: inline-block;
	text-align: center;
}
}

@media screen and (max-width:1024px) {
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
	right: auto;
	left: 0;
	top: 100%;
	background: #FFF;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.12);
	z-index: 999;
	/* height: auto; */
    /* overflow: auto; */
	overflow-y: scroll;
	height: 210px;
}
}

@media screen and (max-width:904px) and (min-width:639px) {
}

@media screen and (max-width:1003px) and (min-width:639px) {
.lockdoc-logo {
	width: 400px;
}
p.contact-phone {
	font-size: 1.5rem;
}
.social-icons {
	display: none;
}
.header-box .box-title {
	font-size: 0.7rem;
	font-weight: bold;
}
p.header-text {
	font-size: 0.7rem;
}
.header-box {
	padding-top: 0px;
	padding-left: 0px;
}
}

@media screen and (max-width:729px) and (min-width:639px) {
p.contact-phone {
	font-size: 1.2rem !important;
	font-weight: bold;
}
p.contact-phone .red {
	font-weight: bold;
}
}

@media screen and (max-width:1024px) {
}

@media screen and (max-width:1170px) and (min-width:640px) {
.grey-block {
	padding: 40px 20px 40px 20px !important;
}
.home-grey-block {
	padding: 40px 20px 40px 20px !important;
}
.cta-phone-text {
	font-size: 2.5rem;
}
ul.submenu a {
	font-size: 0.8rem;
}
}

@media screen and (max-width:890px) and (min-width:639px) {
#page-desc {
	width: 100%;
}
h2.phone {
	font-size: 1.5rem;
}
#jumbotron .van-slide {
	background-position: center;
}
}

@media screen and (max-width:420px) {
.id-lr-logo {
	display: none;
}
h2.phone {
	font-size: 1.1rem;
	line-height: 0.5rem;
}
/*.id-trustbadge {
	display: none;
}*/
}
 @charset "UTF-8";
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animatedFast {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-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.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}
@-webkit-keyframes "bounce" {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
}
40%, 43% {
-webkit-animation-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform:translate3d(0, -30px, 0);
transform:translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.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" {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
}
40%, 43% {
-webkit-animation-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform:translate3d(0, -30px, 0);
transform:translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.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" {
from, 50%, to {
opacity:1;
}
25%, 75% {
opacity:0;
}
}
@keyframes "flash" {
from, 50%, to {
opacity:1;
}
25%, 75% {
opacity:0;
}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}
@-webkit-keyframes "pulse" {
from {
-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);
}
to {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1);
}
}
@keyframes "pulse" {
from {
-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);
}
to {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1);
}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes "rubberBand" {
from {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1);
}
30% {
-webkit-transform:scale3d(1.25, 0.75, 1);
transform:scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform:scale3d(0.75, 1.25, 1);
transform:scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform:scale3d(1.15, 0.85, 1);
transform:scale3d(1.15, 0.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);
}
to {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1);
}
}
@keyframes "rubberBand" {
from {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1);
}
30% {
-webkit-transform:scale3d(1.25, 0.75, 1);
transform:scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform:scale3d(0.75, 1.25, 1);
transform:scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform:scale3d(1.15, 0.85, 1);
transform:scale3d(1.15, 0.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);
}
to {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1);
}
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}
@-webkit-keyframes "shake" {
from, to {
-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" {
from, to {
-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 "headShake" {
0% {
-webkit-transform:translateX(0);
transform:translateX(0);
}
6.5% {
-webkit-transform:translateX(-6px) rotateY(-9deg);
transform:translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform:translateX(5px) rotateY(7deg);
transform:translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform:translateX(-3px) rotateY(-5deg);
transform:translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform:translateX(2px) rotateY(3deg);
transform:translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform:translateX(0);
transform:translateX(0);
}
}
@keyframes "headShake" {
0% {
-webkit-transform:translateX(0);
transform:translateX(0);
}
6.5% {
-webkit-transform:translateX(-6px) rotateY(-9deg);
transform:translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform:translateX(5px) rotateY(7deg);
transform:translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform:translateX(-3px) rotateY(-5deg);
transform:translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform:translateX(2px) rotateY(3deg);
transform:translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform:translateX(0);
transform:translateX(0);
}
}
.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}
@-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);
}
to {
-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);
}
to {
-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" {
from {
-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);
}
to {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1);
}
}
@keyframes "tada" {
from {
-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);
}
to {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1);
}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}
@-webkit-keyframes "wobble" {
from {
-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);
}
to {
-webkit-transform:none;
transform:none;
}
}
@keyframes "wobble" {
from {
-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);
}
to {
-webkit-transform:none;
transform:none;
}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}
@-webkit-keyframes "jello" {
from, 11.1%, to {
-webkit-transform:none;
transform:none;
}
22.2% {
-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
transform:skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform:skewX(6.25deg) skewY(6.25deg);
transform:skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
transform:skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
transform:skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);
transform:skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);
transform:skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);
transform:skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes "jello" {
from, 11.1%, to {
-webkit-transform:none;
transform:none;
}
22.2% {
-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
transform:skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform:skewX(6.25deg) skewY(6.25deg);
transform:skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
transform:skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
transform:skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);
transform:skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);
transform:skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);
transform:skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}
@-webkit-keyframes "bounceIn" {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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);
}
to {
opacity:1;
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1);
}
}
@keyframes "bounceIn" {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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);
}
to {
opacity:1;
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1);
}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}
@-webkit-keyframes "bounceInDown" {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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);
}
to {
-webkit-transform:none;
transform:none;
}
}
@keyframes "bounceInDown" {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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);
}
to {
-webkit-transform:none;
transform:none;
}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}
@-webkit-keyframes "bounceInLeft" {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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);
}
to {
-webkit-transform:none;
transform:none;
}
}
@keyframes "bounceInLeft" {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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);
}
to {
-webkit-transform:none;
transform:none;
}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}
@-webkit-keyframes "bounceInRight" {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
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);
}
to {
-webkit-transform:none;
transform:none;
}
}
@keyframes "bounceInRight" {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
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);
}
to {
-webkit-transform:none;
transform:none;
}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}
@-webkit-keyframes "bounceInUp" {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
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);
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
}
}
@keyframes "bounceInUp" {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
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);
}
to {
-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);
}
to {
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);
}
to {
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);
}
to {
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);
}
to {
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);
}
to {
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);
}
to {
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);
}
to {
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);
}
to {
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);
}
to {
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);
}
to {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}
@-webkit-keyframes "fadeIn" {
from {
opacity:0;
}
to {
opacity:1;
}
}
@keyframes "fadeIn" {
from {
opacity:0;
}
to {
opacity:1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
@-webkit-keyframes "fadeInDown" {
from {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
}
to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}
@keyframes "fadeInDown" {
from {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
}
to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
@-webkit-keyframes "fadeInDownBig" {
from {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0);
}
to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}
@keyframes "fadeInDownBig" {
from {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0);
}
to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}
@-webkit-keyframes "fadeInLeft" {
from {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0);
}
to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}
@keyframes "fadeInLeft" {
from {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0);
}
to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}
@-webkit-keyframes "fadeInLeftBig" {
from {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0);
}
to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}
@keyframes "fadeInLeftBig" {
from {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0);
}
to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}
@-webkit-keyframes "fadeInRight" {
from {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0);
}
to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}
@keyframes "fadeInRight" {
from {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0);
}
to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
@-webkit-keyframes "fadeInRightBig" {
from {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0);
}
to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}
@keyframes "fadeInRightBig" {
from {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0);
}
to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}
@-webkit-keyframes "fadeInUp" {
from {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
}
to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}
@keyframes "fadeInUp" {
from {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
}
to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
@-webkit-keyframes "fadeInUpBig" {
from {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0);
}
to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}
@keyframes "fadeInUpBig" {
from {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0);
}
to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}
@-webkit-keyframes "fadeOut" {
from {
opacity:1;
}
to {
opacity:0;
}
}
@keyframes "fadeOut" {
from {
opacity:1;
}
to {
opacity:0;
}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes "fadeOutDown" {
from {
opacity:1;
}
to {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
}
}
@keyframes "fadeOutDown" {
from {
opacity:1;
}
to {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}
@-webkit-keyframes "fadeOutDownBig" {
from {
opacity:1;
}
to {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0);
}
}
@keyframes "fadeOutDownBig" {
from {
opacity:1;
}
to {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}
@-webkit-keyframes "fadeOutLeft" {
from {
opacity:1;
}
to {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0);
}
}
@keyframes "fadeOutLeft" {
from {
opacity:1;
}
to {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}
@-webkit-keyframes "fadeOutLeftBig" {
from {
opacity:1;
}
to {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0);
}
}
@keyframes "fadeOutLeftBig" {
from {
opacity:1;
}
to {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}
@-webkit-keyframes "fadeOutRight" {
from {
opacity:1;
}
to {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0);
}
}
@keyframes "fadeOutRight" {
from {
opacity:1;
}
to {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0);
}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}
@-webkit-keyframes "fadeOutRightBig" {
from {
opacity:1;
}
to {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0);
}
}
@keyframes "fadeOutRightBig" {
from {
opacity:1;
}
to {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}
@-webkit-keyframes "fadeOutUp" {
from {
opacity:1;
}
to {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
}
}
@keyframes "fadeOutUp" {
from {
opacity:1;
}
to {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}
@-webkit-keyframes "fadeOutUpBig" {
from {
opacity:1;
}
to {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0);
}
}
@keyframes "fadeOutUpBig" {
from {
opacity:1;
}
to {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}
@-webkit-keyframes "flip" {
from {
-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;
}
to {
-webkit-transform:perspective(400px);
transform:perspective(400px);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
}
}
@keyframes "flip" {
from {
-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;
}
to {
-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" {
from {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function:ease-in;
animation-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-animation-timing-function:ease-in;
animation-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);
}
to {
-webkit-transform:perspective(400px);
transform:perspective(400px);
}
}
@keyframes "flipInX" {
from {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function:ease-in;
animation-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-animation-timing-function:ease-in;
animation-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);
}
to {
-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" {
from {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function:ease-in;
animation-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-animation-timing-function:ease-in;
animation-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);
}
to {
-webkit-transform:perspective(400px);
transform:perspective(400px);
}
}
@keyframes "flipInY" {
from {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function:ease-in;
animation-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-animation-timing-function:ease-in;
animation-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);
}
to {
-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" {
from {
-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;
}
to {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity:0;
}
}
@keyframes "flipOutX" {
from {
-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;
}
to {
-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" {
from {
-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;
}
to {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity:0;
}
}
@keyframes "flipOutY" {
from {
-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;
}
to {
-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" {
from {
-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;
}
to {
-webkit-transform:none;
transform:none;
opacity:1;
}
}
@keyframes "lightSpeedIn" {
from {
-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;
}
to {
-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" {
from {
opacity:1;
}
to {
-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);
transform:translate3d(100%, 0, 0) skewX(30deg);
opacity:0;
}
}
@keyframes "lightSpeedOut" {
from {
opacity:1;
}
to {
-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" {
from {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate3d(0, 0, 1, -200deg);
transform:rotate3d(0, 0, 1, -200deg);
opacity:0;
}
to {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:none;
transform:none;
opacity:1;
}
}
@keyframes "rotateIn" {
from {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate3d(0, 0, 1, -200deg);
transform:rotate3d(0, 0, 1, -200deg);
opacity:0;
}
to {
-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" {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, -45deg);
transform:rotate3d(0, 0, 1, -45deg);
opacity:0;
}
to {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:none;
transform:none;
opacity:1;
}
}
@keyframes "rotateInDownLeft" {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, -45deg);
transform:rotate3d(0, 0, 1, -45deg);
opacity:0;
}
to {
-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" {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0;
}
to {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:none;
transform:none;
opacity:1;
}
}
@keyframes "rotateInDownRight" {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0;
}
to {
-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" {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0;
}
to {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:none;
transform:none;
opacity:1;
}
}
@keyframes "rotateInUpLeft" {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0;
}
to {
-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" {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, -90deg);
transform:rotate3d(0, 0, 1, -90deg);
opacity:0;
}
to {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:none;
transform:none;
opacity:1;
}
}
@keyframes "rotateInUpRight" {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, -90deg);
transform:rotate3d(0, 0, 1, -90deg);
opacity:0;
}
to {
-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" {
from {
-webkit-transform-origin:center;
transform-origin:center;
opacity:1;
}
to {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate3d(0, 0, 1, 200deg);
transform:rotate3d(0, 0, 1, 200deg);
opacity:0;
}
}
@keyframes "rotateOut" {
from {
-webkit-transform-origin:center;
transform-origin:center;
opacity:1;
}
to {
-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" {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1;
}
to {
-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" {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1;
}
to {
-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" {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1;
}
to {
-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" {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1;
}
to {
-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" {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1;
}
to {
-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" {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1;
}
to {
-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" {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1;
}
to {
-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" {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1;
}
to {
-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;
}
to {
-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;
}
to {
-webkit-transform:translate3d(0, 700px, 0);
transform:translate3d(0, 700px, 0);
opacity:0;
}
}
.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}
@-webkit-keyframes "rollIn" {
from {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}
@keyframes "rollIn" {
from {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}
@-webkit-keyframes "rollOut" {
from {
opacity:1;
}
to {
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" {
from {
opacity:1;
}
to {
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" {
from {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3);
}
50% {
opacity:1;
}
}
@keyframes "zoomIn" {
from {
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" {
from {
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.550, 0.055, 0.675, 0.190);
animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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, 0.885, 0.320, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes "zoomInDown" {
from {
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.550, 0.055, 0.675, 0.190);
animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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, 0.885, 0.320, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}
@-webkit-keyframes "zoomInLeft" {
from {
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.550, 0.055, 0.675, 0.190);
animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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, 0.885, 0.320, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes "zoomInLeft" {
from {
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.550, 0.055, 0.675, 0.190);
animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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, 0.885, 0.320, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}
@-webkit-keyframes "zoomInRight" {
from {
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.550, 0.055, 0.675, 0.190);
animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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, 0.885, 0.320, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes "zoomInRight" {
from {
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.550, 0.055, 0.675, 0.190);
animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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, 0.885, 0.320, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}
@-webkit-keyframes "zoomInUp" {
from {
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.550, 0.055, 0.675, 0.190);
animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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, 0.885, 0.320, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes "zoomInUp" {
from {
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.550, 0.055, 0.675, 0.190);
animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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, 0.885, 0.320, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}
@-webkit-keyframes "zoomOut" {
from {
opacity:1;
}
50% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3);
}
to {
opacity:0;
}
}
@keyframes "zoomOut" {
from {
opacity:1;
}
50% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3);
}
to {
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.550, 0.055, 0.675, 0.190);
animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
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, 0.885, 0.320, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 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.550, 0.055, 0.675, 0.190);
animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
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, 0.885, 0.320, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 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);
}
to {
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);
}
to {
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);
}
to {
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);
}
to {
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.550, 0.055, 0.675, 0.190);
animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
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, 0.885, 0.320, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 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.550, 0.055, 0.675, 0.190);
animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
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, 0.885, 0.320, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}
@-webkit-keyframes "slideInDown" {
from {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
visibility:visible;
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
}
}
@keyframes "slideInDown" {
from {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
visibility:visible;
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}
@-webkit-keyframes "slideInLeft" {
from {
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0);
visibility:visible;
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
}
}
@keyframes "slideInLeft" {
from {
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0);
visibility:visible;
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}
@-webkit-keyframes "slideInRight" {
from {
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0);
visibility:visible;
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
}
}
@keyframes "slideInRight" {
from {
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0);
visibility:visible;
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}
@-webkit-keyframes "slideInUp" {
from {
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
visibility:visible;
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
}
}
@keyframes "slideInUp" {
from {
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
visibility:visible;
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}
@-webkit-keyframes "slideOutDown" {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
}
to {
visibility:hidden;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
}
}
@keyframes "slideOutDown" {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
}
to {
visibility:hidden;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
}
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}
@-webkit-keyframes "slideOutLeft" {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
}
to {
visibility:hidden;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0);
}
}
@keyframes "slideOutLeft" {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
}
to {
visibility:hidden;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}
@-webkit-keyframes "slideOutRight" {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
}
to {
visibility:hidden;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0);
}
}
@keyframes "slideOutRight" {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
}
to {
visibility:hidden;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0);
}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}
@-webkit-keyframes "slideOutUp" {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
}
to {
visibility:hidden;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
}
}
@keyframes "slideOutUp" {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0);
}
to {
visibility:hidden;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}
/*  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont%EF%B9%96v=4.5.0.eot');
	src: url('fonts/fontawesome-webfont%EF%B9%96.eot#iefix&v=4.5.0') format('embedded-opentype'), url('https://christopherthelocksmith.co.uk/wp-content/themes/mrlockdoc/fontsfontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('fonts/fontawesome-webfont%EF%B9%96v=4.5.0.woff') format('woff'), url('fonts/fontawesome-webfont%EF%B9%96v=4.5.0.ttf') format('truetype'), url('fonts/fontawesome-webfont%EF%B9%96v=4.5.0.svg#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571429em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714286em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}
.fa-pull-left {
	float: left
}
.fa-pull-right {
	float: right
}
.fa.fa-pull-left {
	margin-right: .3em
}
.fa.fa-pull-right {
	margin-left: .3em
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-glass:before {
	content: "\f000"
}
.fa-music:before {
	content: "\f001"
}
.fa-search:before {
	content: "\f002"
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-heart:before {
	content: "\f004"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-o:before {
	content: "\f006"
}
.fa-user:before {
	content: "\f007"
}
.fa-film:before {
	content: "\f008"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-check:before {
	content: "\f00c"
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-signal:before {
	content: "\f012"
}
.fa-gear:before, .fa-cog:before {
	content: "\f013"
}
.fa-trash-o:before {
	content: "\f014"
}
.fa-home:before {
	content: "\f015"
}
.fa-file-o:before {
	content: "\f016"
}
.fa-clock-o:before {
	content: "\f017"
}
.fa-road:before {
	content: "\f018"
}
.fa-download:before {
	content: "\f019"
}
.fa-arrow-circle-o-down:before {
	content: "\f01a"
}
.fa-arrow-circle-o-up:before {
	content: "\f01b"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-play-circle-o:before {
	content: "\f01d"
}
.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e"
}
.fa-refresh:before {
	content: "\f021"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-lock:before {
	content: "\f023"
}
.fa-flag:before {
	content: "\f024"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-book:before {
	content: "\f02d"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-print:before {
	content: "\f02f"
}
.fa-camera:before {
	content: "\f030"
}
.fa-font:before {
	content: "\f031"
}
.fa-bold:before {
	content: "\f032"
}
.fa-italic:before {
	content: "\f033"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-list:before {
	content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-video-camera:before {
	content: "\f03d"
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e"
}
.fa-pencil:before {
	content: "\f040"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-tint:before {
	content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}
.fa-share-square-o:before {
	content: "\f045"
}
.fa-check-square-o:before {
	content: "\f046"
}
.fa-arrows:before {
	content: "\f047"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-play:before {
	content: "\f04b"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-eject:before {
	content: "\f052"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-times-circle-o:before {
	content: "\f05c"
}
.fa-check-circle-o:before {
	content: "\f05d"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}
.fa-expand:before {
	content: "\f065"
}
.fa-compress:before {
	content: "\f066"
}
.fa-plus:before {
	content: "\f067"
}
.fa-minus:before {
	content: "\f068"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071"
}
.fa-plane:before {
	content: "\f072"
}
.fa-calendar:before {
	content: "\f073"
}
.fa-random:before {
	content: "\f074"
}
.fa-comment:before {
	content: "\f075"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-arrows-v:before {
	content: "\f07d"
}
.fa-arrows-h:before {
	content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-key:before {
	content: "\f084"
}
.fa-gears:before, .fa-cogs:before {
	content: "\f085"
}
.fa-comments:before {
	content: "\f086"
}
.fa-thumbs-o-up:before {
	content: "\f087"
}
.fa-thumbs-o-down:before {
	content: "\f088"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-heart-o:before {
	content: "\f08a"
}
.fa-sign-out:before {
	content: "\f08b"
}
.fa-linkedin-square:before {
	content: "\f08c"
}
.fa-thumb-tack:before {
	content: "\f08d"
}
.fa-external-link:before {
	content: "\f08e"
}
.fa-sign-in:before {
	content: "\f090"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-upload:before {
	content: "\f093"
}
.fa-lemon-o:before {
	content: "\f094"
}
.fa-phone:before {
	content: "\f095"
}
.fa-square-o:before {
	content: "\f096"
}
.fa-bookmark-o:before {
	content: "\f097"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-feed:before, .fa-rss:before {
	content: "\f09e"
}
.fa-hdd-o:before {
	content: "\f0a0"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-hand-o-right:before {
	content: "\f0a4"
}
.fa-hand-o-left:before {
	content: "\f0a5"
}
.fa-hand-o-up:before {
	content: "\f0a6"
}
.fa-hand-o-down:before {
	content: "\f0a7"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-briefcase:before {
	content: "\f0b1"
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-group:before, .fa-users:before {
	content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-underline:before {
	content: "\f0cd"
}
.fa-table:before {
	content: "\f0ce"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-plus:before {
	content: "\f0d5"
}
.fa-money:before {
	content: "\f0d6"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc"
}
.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd"
}
.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}
.fa-legal:before, .fa-gavel:before {
	content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-flash:before, .fa-bolt:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea"
}
.fa-lightbulb-o:before {
	content: "\f0eb"
}
.fa-exchange:before {
	content: "\f0ec"
}
.fa-cloud-download:before {
	content: "\f0ed"
}
.fa-cloud-upload:before {
	content: "\f0ee"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-bell-o:before {
	content: "\f0a2"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cutlery:before {
	content: "\f0f5"
}
.fa-file-text-o:before {
	content: "\f0f6"
}
.fa-building-o:before {
	content: "\f0f7"
}
.fa-hospital-o:before {
	content: "\f0f8"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}
.fa-circle-o:before {
	content: "\f10c"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-circle:before {
	content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-folder-o:before {
	content: "\f114"
}
.fa-folder-open-o:before {
	content: "\f115"
}
.fa-smile-o:before {
	content: "\f118"
}
.fa-frown-o:before {
	content: "\f119"
}
.fa-meh-o:before {
	content: "\f11a"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-keyboard-o:before {
	content: "\f11c"
}
.fa-flag-o:before {
	content: "\f11d"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-code:before {
	content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-crop:before {
	content: "\f125"
}
.fa-code-fork:before {
	content: "\f126"
}
.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127"
}
.fa-question:before {
	content: "\f128"
}
.fa-info:before {
	content: "\f129"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-shield:before {
	content: "\f132"
}
.fa-calendar-o:before {
	content: "\f133"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-ticket:before {
	content: "\f145"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-minus-square-o:before {
	content: "\f147"
}
.fa-level-up:before {
	content: "\f148"
}
.fa-level-down:before {
	content: "\f149"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-pencil-square:before {
	content: "\f14b"
}
.fa-external-link-square:before {
	content: "\f14c"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150"
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151"
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152"
}
.fa-euro:before, .fa-eur:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}
.fa-rupee:before, .fa-inr:before {
	content: "\f156"
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157"
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158"
}
.fa-won:before, .fa-krw:before {
	content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-text:before {
	content: "\f15c"
}
.fa-sort-alpha-asc:before {
	content: "\f15d"
}
.fa-sort-alpha-desc:before {
	content: "\f15e"
}
.fa-sort-amount-asc:before {
	content: "\f160"
}
.fa-sort-amount-desc:before {
	content: "\f161"
}
.fa-sort-numeric-asc:before {
	content: "\f162"
}
.fa-sort-numeric-desc:before {
	content: "\f163"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-youtube-square:before {
	content: "\f166"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-youtube-play:before {
	content: "\f16a"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-adn:before {
	content: "\f170"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitbucket-square:before {
	content: "\f172"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-long-arrow-down:before {
	content: "\f175"
}
.fa-long-arrow-up:before {
	content: "\f176"
}
.fa-long-arrow-left:before {
	content: "\f177"
}
.fa-long-arrow-right:before {
	content: "\f178"
}
.fa-apple:before {
	content: "\f179"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-android:before {
	content: "\f17b"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-foursquare:before {
	content: "\f180"
}
.fa-trello:before {
	content: "\f181"
}
.fa-female:before {
	content: "\f182"
}
.fa-male:before {
	content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
	content: "\f184"
}
.fa-sun-o:before {
	content: "\f185"
}
.fa-moon-o:before {
	content: "\f186"
}
.fa-archive:before {
	content: "\f187"
}
.fa-bug:before {
	content: "\f188"
}
.fa-vk:before {
	content: "\f189"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-arrow-circle-o-right:before {
	content: "\f18e"
}
.fa-arrow-circle-o-left:before {
	content: "\f190"
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-turkish-lira:before, .fa-try:before {
	content: "\f195"
}
.fa-plus-square-o:before {
	content: "\f196"
}
.fa-space-shuttle:before {
	content: "\f197"
}
.fa-slack:before {
	content: "\f198"
}
.fa-envelope-square:before {
	content: "\f199"
}
.fa-wordpress:before {
	content: "\f19a"
}
.fa-openid:before {
	content: "\f19b"
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c"
}
.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d"
}
.fa-yahoo:before {
	content: "\f19e"
}
.fa-google:before {
	content: "\f1a0"
}
.fa-reddit:before {
	content: "\f1a1"
}
.fa-reddit-square:before {
	content: "\f1a2"
}
.fa-stumbleupon-circle:before {
	content: "\f1a3"
}
.fa-stumbleupon:before {
	content: "\f1a4"
}
.fa-delicious:before {
	content: "\f1a5"
}
.fa-digg:before {
	content: "\f1a6"
}
.fa-pied-piper:before {
	content: "\f1a7"
}
.fa-pied-piper-alt:before {
	content: "\f1a8"
}
.fa-drupal:before {
	content: "\f1a9"
}
.fa-joomla:before {
	content: "\f1aa"
}
.fa-language:before {
	content: "\f1ab"
}
.fa-fax:before {
	content: "\f1ac"
}
.fa-building:before {
	content: "\f1ad"
}
.fa-child:before {
	content: "\f1ae"
}
.fa-paw:before {
	content: "\f1b0"
}
.fa-spoon:before {
	content: "\f1b1"
}
.fa-cube:before {
	content: "\f1b2"
}
.fa-cubes:before {
	content: "\f1b3"
}
.fa-behance:before {
	content: "\f1b4"
}
.fa-behance-square:before {
	content: "\f1b5"
}
.fa-steam:before {
	content: "\f1b6"
}
.fa-steam-square:before {
	content: "\f1b7"
}
.fa-recycle:before {
	content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}
.fa-tree:before {
	content: "\f1bb"
}
.fa-spotify:before {
	content: "\f1bc"
}
.fa-deviantart:before {
	content: "\f1bd"
}
.fa-soundcloud:before {
	content: "\f1be"
}
.fa-database:before {
	content: "\f1c0"
}
.fa-file-pdf-o:before {
	content: "\f1c1"
}
.fa-file-word-o:before {
	content: "\f1c2"
}
.fa-file-excel-o:before {
	content: "\f1c3"
}
.fa-file-powerpoint-o:before {
	content: "\f1c4"
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5"
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6"
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}
.fa-file-code-o:before {
	content: "\f1c9"
}
.fa-vine:before {
	content: "\f1ca"
}
.fa-codepen:before {
	content: "\f1cb"
}
.fa-jsfiddle:before {
	content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd"
}
.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa-ra:before, .fa-rebel:before {
	content: "\f1d0"
}
.fa-ge:before, .fa-empire:before {
	content: "\f1d1"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-git:before {
	content: "\f1d3"
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "\f1d4"
}
.fa-tencent-weibo:before {
	content: "\f1d5"
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}
.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8"
}
.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9"
}
.fa-history:before {
	content: "\f1da"
}
.fa-circle-thin:before {
	content: "\f1db"
}
.fa-header:before {
	content: "\f1dc"
}
.fa-paragraph:before {
	content: "\f1dd"
}
.fa-sliders:before {
	content: "\f1de"
}
.fa-share-alt:before {
	content: "\f1e0"
}
.fa-share-alt-square:before {
	content: "\f1e1"
}
.fa-bomb:before {
	content: "\f1e2"
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3"
}
.fa-tty:before {
	content: "\f1e4"
}
.fa-binoculars:before {
	content: "\f1e5"
}
.fa-plug:before {
	content: "\f1e6"
}
.fa-slideshare:before {
	content: "\f1e7"
}
.fa-twitch:before {
	content: "\f1e8"
}
.fa-yelp:before {
	content: "\f1e9"
}
.fa-newspaper-o:before {
	content: "\f1ea"
}
.fa-wifi:before {
	content: "\f1eb"
}
.fa-calculator:before {
	content: "\f1ec"
}
.fa-paypal:before {
	content: "\f1ed"
}
.fa-google-wallet:before {
	content: "\f1ee"
}
.fa-cc-visa:before {
	content: "\f1f0"
}
.fa-cc-mastercard:before {
	content: "\f1f1"
}
.fa-cc-discover:before {
	content: "\f1f2"
}
.fa-cc-amex:before {
	content: "\f1f3"
}
.fa-cc-paypal:before {
	content: "\f1f4"
}
.fa-cc-stripe:before {
	content: "\f1f5"
}
.fa-bell-slash:before {
	content: "\f1f6"
}
.fa-bell-slash-o:before {
	content: "\f1f7"
}
.fa-trash:before {
	content: "\f1f8"
}
.fa-copyright:before {
	content: "\f1f9"
}
.fa-at:before {
	content: "\f1fa"
}
.fa-eyedropper:before {
	content: "\f1fb"
}
.fa-paint-brush:before {
	content: "\f1fc"
}
.fa-birthday-cake:before {
	content: "\f1fd"
}
.fa-area-chart:before {
	content: "\f1fe"
}
.fa-pie-chart:before {
	content: "\f200"
}
.fa-line-chart:before {
	content: "\f201"
}
.fa-lastfm:before {
	content: "\f202"
}
.fa-lastfm-square:before {
	content: "\f203"
}
.fa-toggle-off:before {
	content: "\f204"
}
.fa-toggle-on:before {
	content: "\f205"
}
.fa-bicycle:before {
	content: "\f206"
}
.fa-bus:before {
	content: "\f207"
}
.fa-ioxhost:before {
	content: "\f208"
}
.fa-angellist:before {
	content: "\f209"
}
.fa-cc:before {
	content: "\f20a"
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b"
}
.fa-meanpath:before {
	content: "\f20c"
}
.fa-buysellads:before {
	content: "\f20d"
}
.fa-connectdevelop:before {
	content: "\f20e"
}
.fa-dashcube:before {
	content: "\f210"
}
.fa-forumbee:before {
	content: "\f211"
}
.fa-leanpub:before {
	content: "\f212"
}
.fa-sellsy:before {
	content: "\f213"
}
.fa-shirtsinbulk:before {
	content: "\f214"
}
.fa-simplybuilt:before {
	content: "\f215"
}
.fa-skyatlas:before {
	content: "\f216"
}
.fa-cart-plus:before {
	content: "\f217"
}
.fa-cart-arrow-down:before {
	content: "\f218"
}
.fa-diamond:before {
	content: "\f219"
}
.fa-ship:before {
	content: "\f21a"
}
.fa-user-secret:before {
	content: "\f21b"
}
.fa-motorcycle:before {
	content: "\f21c"
}
.fa-street-view:before {
	content: "\f21d"
}
.fa-heartbeat:before {
	content: "\f21e"
}
.fa-venus:before {
	content: "\f221"
}
.fa-mars:before {
	content: "\f222"
}
.fa-mercury:before {
	content: "\f223"
}
.fa-intersex:before, .fa-transgender:before {
	content: "\f224"
}
.fa-transgender-alt:before {
	content: "\f225"
}
.fa-venus-double:before {
	content: "\f226"
}
.fa-mars-double:before {
	content: "\f227"
}
.fa-venus-mars:before {
	content: "\f228"
}
.fa-mars-stroke:before {
	content: "\f229"
}
.fa-mars-stroke-v:before {
	content: "\f22a"
}
.fa-mars-stroke-h:before {
	content: "\f22b"
}
.fa-neuter:before {
	content: "\f22c"
}
.fa-genderless:before {
	content: "\f22d"
}
.fa-facebook-official:before {
	content: "\f230"
}
.fa-pinterest-p:before {
	content: "\f231"
}
.fa-whatsapp:before {
	content: "\f232"
}
.fa-server:before {
	content: "\f233"
}
.fa-user-plus:before {
	content: "\f234"
}
.fa-user-times:before {
	content: "\f235"
}
.fa-hotel:before, .fa-bed:before {
	content: "\f236"
}
.fa-viacoin:before {
	content: "\f237"
}
.fa-train:before {
	content: "\f238"
}
.fa-subway:before {
	content: "\f239"
}
.fa-medium:before {
	content: "\f23a"
}
.fa-yc:before, .fa-y-combinator:before {
	content: "\f23b"
}
.fa-optin-monster:before {
	content: "\f23c"
}
.fa-opencart:before {
	content: "\f23d"
}
.fa-expeditedssl:before {
	content: "\f23e"
}
.fa-battery-4:before, .fa-battery-full:before {
	content: "\f240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241"
}
.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243"
}
.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244"
}
.fa-mouse-pointer:before {
	content: "\f245"
}
.fa-i-cursor:before {
	content: "\f246"
}
.fa-object-group:before {
	content: "\f247"
}
.fa-object-ungroup:before {
	content: "\f248"
}
.fa-sticky-note:before {
	content: "\f249"
}
.fa-sticky-note-o:before {
	content: "\f24a"
}
.fa-cc-jcb:before {
	content: "\f24b"
}
.fa-cc-diners-club:before {
	content: "\f24c"
}
.fa-clone:before {
	content: "\f24d"
}
.fa-balance-scale:before {
	content: "\f24e"
}
.fa-hourglass-o:before {
	content: "\f250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253"
}
.fa-hourglass:before {
	content: "\f254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255"
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "\f256"
}
.fa-hand-scissors-o:before {
	content: "\f257"
}
.fa-hand-lizard-o:before {
	content: "\f258"
}
.fa-hand-spock-o:before {
	content: "\f259"
}
.fa-hand-pointer-o:before {
	content: "\f25a"
}
.fa-hand-peace-o:before {
	content: "\f25b"
}
.fa-trademark:before {
	content: "\f25c"
}
.fa-registered:before {
	content: "\f25d"
}
.fa-creative-commons:before {
	content: "\f25e"
}
.fa-gg:before {
	content: "\f260"
}
.fa-gg-circle:before {
	content: "\f261"
}
.fa-tripadvisor:before {
	content: "\f262"
}
.fa-odnoklassniki:before {
	content: "\f263"
}
.fa-odnoklassniki-square:before {
	content: "\f264"
}
.fa-get-pocket:before {
	content: "\f265"
}
.fa-wikipedia-w:before {
	content: "\f266"
}
.fa-safari:before {
	content: "\f267"
}
.fa-chrome:before {
	content: "\f268"
}
.fa-firefox:before {
	content: "\f269"
}
.fa-opera:before {
	content: "\f26a"
}
.fa-internet-explorer:before {
	content: "\f26b"
}
.fa-tv:before, .fa-television:before {
	content: "\f26c"
}
.fa-contao:before {
	content: "\f26d"
}
.fa-500px:before {
	content: "\f26e"
}
.fa-amazon:before {
	content: "\f270"
}
.fa-calendar-plus-o:before {
	content: "\f271"
}
.fa-calendar-minus-o:before {
	content: "\f272"
}
.fa-calendar-times-o:before {
	content: "\f273"
}
.fa-calendar-check-o:before {
	content: "\f274"
}
.fa-industry:before {
	content: "\f275"
}
.fa-map-pin:before {
	content: "\f276"
}
.fa-map-signs:before {
	content: "\f277"
}
.fa-map-o:before {
	content: "\f278"
}
.fa-map:before {
	content: "\f279"
}
.fa-commenting:before {
	content: "\f27a"
}
.fa-commenting-o:before {
	content: "\f27b"
}
.fa-houzz:before {
	content: "\f27c"
}
.fa-vimeo:before {
	content: "\f27d"
}
.fa-black-tie:before {
	content: "\f27e"
}
.fa-fonticons:before {
	content: "\f280"
}
.fa-reddit-alien:before {
	content: "\f281"
}
.fa-edge:before {
	content: "\f282"
}
.fa-credit-card-alt:before {
	content: "\f283"
}
.fa-codiepie:before {
	content: "\f284"
}
.fa-modx:before {
	content: "\f285"
}
.fa-fort-awesome:before {
	content: "\f286"
}
.fa-usb:before {
	content: "\f287"
}
.fa-product-hunt:before {
	content: "\f288"
}
.fa-mixcloud:before {
	content: "\f289"
}
.fa-scribd:before {
	content: "\f28a"
}
.fa-pause-circle:before {
	content: "\f28b"
}
.fa-pause-circle-o:before {
	content: "\f28c"
}
.fa-stop-circle:before {
	content: "\f28d"
}
.fa-stop-circle-o:before {
	content: "\f28e"
}
.fa-shopping-bag:before {
	content: "\f290"
}
.fa-shopping-basket:before {
	content: "\f291"
}
.fa-hashtag:before {
	content: "\f292"
}
.fa-bluetooth:before {
	content: "\f293"
}
.fa-bluetooth-b:before {
	content: "\f294"
}
.fa-percent:before {
	content: "\f295"
}
.paddingtwenty {
	height: 20px;
}
.footer-card {
	border-top: 1px solid transparent;
	transition: all 0.4s ease;
	border-radius: 3px;
	background-color: #262626;
	margin: 0.5rem 0rem 0.5rem 0rem;
	position: relative;
	min-height: 355px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	padding-top: 17px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	max-height: 355px;
	text-overflow: ellipsis;
	overflow: auto;
}
.txt-card {
	border-top: 1px solid transparent;
	transition: all 0.4s ease;
	border-radius: 3px;
	background-color: #ffffff;
	margin: 0.5rem 0rem 0.5rem 0rem;
	position: relative;
	min-height: 470px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	padding-top: 17px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	max-height: 470px;
}
.txt-card img {
	transition: all .3s ease-in-out;
	width: 100%;
}
.txt-card .txt-content {
	padding: 1rem;
	position: relative;
	z-index: 500
}
.txt-card .txt-content h4 {
	margin-top: 0;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	color: #f98307;
}
.txt-card .txt-content h2 {
	margin-top: 0;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	color: #f98307;
}
.txt-card .txt-content p {
	text-align: center;
	color: #333333;
	font-size: 16px;
}


.txt-cardc {
	border-top: 1px solid transparent;
	transition: all 0.4s ease;
	border-radius: 3px;
	background-color: #ffffff;
	margin: 0.5rem 0rem 0.5rem 0rem;
	position: relative;
	min-height: 310px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	padding-top: 17px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	max-height: 310px;
}
.txt-cardc img {
	transition: all .3s ease-in-out;
	width: 100%;
}
.txt-cardc .txt-content {
	padding: 1rem;
	position: relative;
	z-index: 500
}
.txt-cardc .txt-content h4 {
	margin-top: 0;
	text-align: center;
	font-weight: bold;
	font-size: 0.9rem;
	text-transform: uppercase;
	color: #f98307;
}
.txt-cardc .txt-content p {
	text-align: center;
	color: #333333;
	font-size: 0.85rem;
}






.scroll {
}
.scroll::-webkit-scrollbar {
 width: 20px;
}
 .scroll::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 .scroll::-webkit-scrollbar-thumb {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.mc4wp-form-basic input[type=text], .mc4wp-form-basic input[type=email], .mc4wp-form-basic input[type=tel], .mc4wp-form-basic input[type=url], .mc4wp-form-basic input[type=date], .mc4wp-form-basic select, .mc4wp-form-basic textarea, .mc4wp-form-theme input[type=text], .mc4wp-form-theme input[type=email], .mc4wp-form-theme input[type=tel], .mc4wp-form-theme input[type=url], .mc4wp-form-theme input[type=date], .mc4wp-form-theme select, .mc4wp-form-theme textarea {
	background-color: #262626;
	border: 1px solid #555555;
	border-radius: 32px;
	padding-left: 15px;
	color: #fff;
}
.mc4wp-form-basic button, .mc4wp-form-basic input[type=submit], .mc4wp-form-basic input[type=button], .mc4wp-form-theme button, .mc4wp-form-theme input[type=submit], .mc4wp-form-theme input[type=button] {
	margin-left: -31px;
	background: #262626;
	color: white;
	border: 0;
	-webkit-appearance: none;
	border-radius: 50%;
	height: 25px;
	width: 25px;
}
.mcwfname {
	min-height: 32px;
	width: 60%;
	max-width: 480px;
	float: left;
}
.mc4wp-form-basic input[type=submit] {
	margin-left: -31px;
	color: white;
	border: 0;
	-webkit-appearance: none;
	border-radius: 50%;
	height: 29px;
	width: 29px;
	background-color: #F98307;
	text-indent: -9999px;
	margin-top: 1px;
}
.mcsubmit {
	color: white;
	border: 0;
	-webkit-appearance: none;
	border-radius: 50%;
	height: 29px;
	width: 29px;
	background-color: #F98307;
	margin-top: 1px;
	padding-top: 8px;
}
.readmorebtn {
	margin-left: 45px;
	color: white;
	border: 0;
	-webkit-appearance: none;
	border-radius: 50%;
	height: 29px;
	width: 29px;
	background-color: #F98307;
	margin-top: 0px;
	padding-top: 8px;
}
.footer-bg2 {
	padding-top: 0px !important;
}

@media screen and (max-width: 39.9375em) {
.hide-for-small-screens-only {
	display: none !important
}
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
.show-for-small-screens-only {
	display: none !important
}
}

@media screen and (min-width: 40em) {
.hide-for-medium {
	display: none !important
}
}

@media screen and (max-width: 39.9375em) {
.show-for-medium {
	display: none !important
}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
.hide-for-medium-only {
	display: none !important
}
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
.show-for-medium-only {
	display: none !important
}
}

@media screen and (min-width: 64em) {
.hide-for-large {
	display: none !important
}
}

@media screen and (max-width: 63.9375em) {
.show-for-large {
	display: none !important
}
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
.hide-for-large-only {
	display: none !important
}
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
.show-for-large-only {
	display: none !important
}
}


@media screen and (orientation: landscape) {
}

@media screen and (orientation: portrait) {
}


@media screen and (orientation: landscape) {
}

@media screen and (orientation: portrait) {
}
.tp_recent_tweets li a {
	font-weight: bold;
	-ms-word-break: break-all;
	word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
.medium-3 {
	width: 50% !important;
}
#service-jumbotron {
	height: auto;
}
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {
.medium-3 {
	width: 50% !important;
}
#service-jumbotron {
	height: auto;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.medium-3 {
	width: 50% !important;
}
.txt-card {
	min-height: 485px;
	max-height: 485px;
}
.header-box {
	display: none;
}
#contact-number {
	position: relative;
	overflow: hidden;
	float: right;
}
#service-jumbotron {
	height: auto;
}
.owl-item h3 {
	font-size: 1rem !important;
	padding-top: 30px !important;
}
.testimonial p {
	text-align: center;
	color: #fff;
	font-size: 80% !important;
}
.owl-item h4 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem !important;
	padding-top: 20px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.jumbotron h2 {
	font-size: 1.4rem !important;
}
.jumbotron h1 {
	font-size: 1.4rem !important;
}
#service-jumbotron {
	height: auto;
	min-height: 150px;
}
}
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : landscape) {
	.txt-card {
    border-top: 1px solid transparent;
    transition: all 0.4s ease;
    border-radius: 3px;
    background-color: #ffffff;
    margin: 0.5rem 0rem 0.5rem 0rem;
    position: relative;
    min-height: 525px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding-top: 17px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    max-height: 525px;
}
.owl-carousel,.owl-stage-outer,.owl-stage,.owl-item,.owl-item .item,.owl-wrapper{transition: none;} .owl-carousel:after,.owl-carousel:before,.owl-stage-outer:after,.owl-stage-outer:after,.owl-stage:after,.owl-stage:before,.owl-item:after,.owl-item:before,.owl-item .item:after,.owl-item .item:before{transition: none !important;}
}
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) {
.jumbotron h2 {
	font-size: 1.4rem !important;
}
.jumbotron h1 {
	font-size: 1.4rem !important;
}
#jumbotron .van-slide {
	background-position-x: 32%;
}
#service-jumbotron {
	height: auto;
}
.owl-carousel,.owl-stage-outer,.owl-stage,.owl-item,.owl-item .item,.owl-wrapper{transition: none;} .owl-carousel:after,.owl-carousel:before,.owl-stage-outer:after,.owl-stage-outer:after,.owl-stage:after,.owl-stage:before,.owl-item:after,.owl-item:before,.owl-item .item:after,.owl-item .item:before{transition: none !important;}

}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
ul.services-list li {
	width: 50%;
	float: left;
}
#service-jumbotron {
	height: auto;
}
}
.post-title a:hover {
	color: #6e6e6e;
}
.post-meta a:hover {
	color: #6e6e6e;
}
.more-link:hover {
	color: #6e6e6e;
}
.post-excerpt {
	position: relative;
}
.post.loaded .post-excerpt:after {
	opacity: 0;
}
.single-post .post-excerpt:after {
	display: none;
}
.blog-pages {
	background: #fff;
	padding: 40px 0;
	margin-top: -40px;
	text-align: center;
}
.blog-pages ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog-pages ul li {
	display: inline-block;
	margin: 0 5px;
	border-radius: 3px;
	box-shadow: 0 4px 0 transparent;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.blog-pages ul li a {
	display: block;
	color: #363636;
	font-size: 21px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.blog-pages ul li.active, .blog-pages ul li:hover {
	background: #363636;
	box-shadow: 0 3px 0 rgba(0,0,0,0.08);
}
.blog-pages ul li.active a, .blog-pages ul li:hover a {
	color: #fff;
	text-decoration: none;
}
.page-numbers {
	padding: 40px 5px;
	margin-top: -40px;
	text-align: center;
	color: #363636;
	font-size: 25px;
	font-weight: 400;
}
.page-numbers a {
	color: #363636;
	font-size: 25px;
	padding: 10px;
}
.children {
	margin-top: 25px;
}
#blog-categories {
	padding: 50px 0 45px;
}
#blog-categories ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 0;
	text-align: center;
}
#blog-categories ul li {
	display: inline-block;
	padding: 0;
	line-height: 24px;
	background: transparent;
	margin: 0;
	margin-left: 5px;
	margin-bottom: 10px;
}
#blog-categories ul li a {
	display: block;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 20px;
	border-radius: 5px;
	border: 2px solid transparent;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#blog-categories ul li a, #blog-categories ul li a:active, #blog-categories ul li a:hover {
	line-height: 24px;
	background: #fff;
	color: #4E5961;
	text-decoration: none;
}
#blog-categories ul li a:hover, #blog-categories ul li.active a {
	color: #fff;
	background: #5cc9df;
}
.current-cat a {
	color: #fff !important;
	background: #5cc9df !important;
}
.post-media {
	position: relative;
}
.post-slider .flex-direction-nav .flex-prev, .post-slider .flex-direction-nav .flex-next {
	background: #5cc9df;
	background-image: none;
	display: inline;
	text-indent: 0;
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	padding: 0;
	padding-left: 12px;
	margin: 0;
	margin-top: -22px;
	font-size: 42px;
	line-height: 38px;
	color: #fff;
	border-radius: 5px;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.post-slider .flex-direction-nav .flex-next {
	text-align: right;
	padding-right: 12px;
}
.post-slider .flex-direction-nav a:hover, .post-slider .flex-direction-nav a:active, .post-slider .flex-direction-nav a:focus {
	text-decoration: none;
}
.post-slider .flex-direction-nav a:hover {
	background: #363B46;
}
.post-slider:hover .flex-next {
	opacity: 1;
	right: 5px;
}
.post-slider:hover .flex-prev {
	opacity: 1;
	left: 5px;
}
.post-slider .flex-control-paging li a {
	width: 13px;
	height: 13px;
	display: block;
	background: #ddd;
	background: rgba(0,0,0,0.2);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: none;
}
.post-slider .flex-control-paging li a:hover {
	background: #5cc9df;
}
.post-slider .flex-control-paging li a.flex-active {
	background: #5cc9df;
	cursor: default;
}
.single-post {
	padding-bottom: 60px;
}
.single-post .post-excerpt:after {
	display: none;
}
.post-footer {
	padding-top: 10px;
	padding-bottom: 30px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
}
.post-date, .post-share {
	font-size: 16px;
	line-height: 21px;
	font-style: italic;
	color: #aaa;
}
.post-share .tooltip {
	font-style: normal;
}
.post-date {
	float: left;
}
.post-date:before {
	content: '\f017';
	margin-right: 10px;
	font-family: 'FontAwesome';
	font-size: 21px;
	line-height: 21px;
	font-style: normal;
	color: #ccc;
	vertical-align: middle;
}
.post-share {
	float: right;
}
.post-share a {
	margin: 0 0 0 7px;
	font-size: 21px;
	line-height: 21px;
	font-style: normal;
	color: #ccc;
	vertical-align: middle;
	-webkit-transition: color .2s ease-out;
	transition: color .2s ease-out;
}
.post-share a:hover {
	color: #363636;
}
.social-likes__icon {
	margin: 0 0 0 7px;
	font-family: fontAwesome;
	font-size: 21px;
	line-height: 21px;
	font-style: normal;
	color: #ccc;
	vertical-align: middle;
	-webkit-transition: color .2s ease-out;
	transition: color .2s ease-out;
}
.social-likes__icon:hover {
	cursor: pointer;
	color: #363636;
}
.social-likes__icon_twitter:after {
	content: '\f099';
}
.social-likes__icon_facebook:after {
	content: '\f082';
}
.social-likes__icon_plusone:after {
	content: '\f0d5';
}
.social-likes__icon_pinterest:after {
	content: '\f0d2';
}
.posts-nav {
	position: relative;
	border-top: 1px solid #e5e5e5;
}
.posts-nav ul {
	list-style: none;
	margin: 0;
	margin-top: 40px;
	padding: 0;
}
.posts-nav ul li {
	display: inline;
}
.posts-nav ul li p {
	margin-top: 5px;
	font-size: 16px;
}
.prev-post a, .prev-post a:hover, .prev-post a:active, .prev-post a:focus, .next-post a, .next-post a:hover, .next-post a:active, .next-post a:focus {
	text-decoration: none;
	color: #7A7C7F;
}
.prev-post {
	float: left;
}
.prev-post a:before {
	content: '\f053';
	padding-right: 15px;
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 28px;
	color: #363636;
	vertical-align: middle;
	-webkit-transition: padding .3s ease-out;
	transition: padding .3s ease-out;
}
.prev-post a:hover:before {
	padding-right: 10px;
}
.next-post {
	float: right;
	text-align: right;
}
.next-post a:after {
	content: '\f054';
	padding-left: 15px;
	font-family: 'FontAwesome';
	font-size: 28px;
	line-height: 28px;
	color: #363636;
	vertical-align: middle;
	-webkit-transition: padding .3s ease-out;
	transition: padding .3s ease-out;
}
.next-post a:hover:after {
	padding-left: 10px;
}
.all-posts {
	display: block;
	position: absolute;
	top: 40px;
	left: 50%;
	width: 40px;
	margin-left: -20px;
	font-size: 24px;
	text-align: center;
}
.logged-in-as a:hover {
	color: #6e6e6e;
}
.all-posts:hover {
	color: #6e6e6e;
}
.url:hover {
	color: #6e6e6e;
}
.comment-meta, .says {
	font-size: 12px;
}
.comment-meta a:hover {
	color: #6e6e6e;
}
.comment-edit-link:hover {
	color: #6e6e6e;
}
.comment a:hover {
	color: #6e6e6e;
}
.comments-title, .comment-reply-title, .comment-reply-link {
	font-size: 15px;
}
.post-title {
	font-size: 1.75rem;
}
img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
figure.alignleft, img.alignleft, figure.alignright, img.alignright {
	float: none;
}
.owl-item h3, .testimonial-author {
	font-size: 0.7rem !important;
	padding-top: 15px !important;
}
.testimonial p {
	text-align: center;
	color: #fff;
	font-size: 63% !important;
}
.owl-item h4 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.7rem !important;
	padding-top: 0px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
blockquote {
	margin: 0 0 1rem !important;
	padding: 0.1rem 1rem 0 1em !important;
	border-left: none !important;
	font-size:12px;
}
.galh1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem !important;
}
}
.google-maps {
	position: relative;
	padding-bottom: 30%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.google-maps2 {
	position: relative;
	padding-bottom: 60%;
	height: 0;
	overflow: hidden;
}
.google-maps2 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
ul.whylist {
	list-style-position: outside;
	list-style-image: url(../../assets/component_images/Tick-Image.jpg);
	margin-left: 30px;
	line-height: 2.2em;
	font-size: 12px !important;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*
 * Owl Carousel
 */

.owl-carousel {
	overflow: hidden;
}
.owl-buttons {
	position: static;
}
.owl-prev, .owl-next {
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	width: 105px;
	height: 105px;
	line-height: 105px;
	font-size: 16px;
	text-align: center;
	color: #111;
	z-index: 6;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.owl-prev {
	left: -50px;
}
.owl-next {
	right: -50px;
}
.owl-prev:before, .owl-next:before {
	content: "";
	display: block;
	width: 66%;
	height: 66%;
	position: absolute;
	top: 17px;
	left: 0;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.owl-next:before {
	left: auto;
	right: 0;
}
.owl-prev .fa, .owl-next .fa {
	position: relative;
}
.owl-prev:hover, .owl-next:hover {
	-webkit-transition: 0 none !important;
	-moz-transition: 0 none !important;
	-ms-transition: 0 none !important;
	-o-transition: 0 none !important;
	transition: 0 none !important;
}
.owl-prev:hover:before, .owl-next:hover:before {
	opacity: 0.87;
}
.owl-prev:active:before, .owl-next:active:before {
	opacity: 0.6;
}
.owl-carousel:hover .owl-prev {
	opacity: 1;
	left: -35px;
}
.owl-carousel:hover .owl-next {
	opacity: 1;
	right: -35px;
}
.owl-pagination {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
	text-align: center;
	z-index: 100 !important;
}
.owl-page {
	display: inline-block;
	padding: 6px 4px;
}
.owl-page span {
	width: 6px;
	height: 6px;
	display: block;
	background: rgba(255,255,255, .7);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.owl-page:hover span {
	background: rgba(255,255,255, 1);
}
.owl-page.active span {
	background: transparent;
	bordeR: 1px solid rgba(255,255,255, .8);
	-webkit-transform: scale(1.3333333);
	-moz-transform: scale(1.3333333);
	-o-transform: scale(1.3333333);
	-ms-transform: scale(1.3333333);
	transform: scale(1.3333333);
}
.item-carousel .owl-prev {
	left: -125px;
}
.item-carousel .owl-next {
	right: -125px;
}
section:hover .item-carousel.owl-carousel .owl-prev {
	opacity: 1;
	left: -80px;
}
section:hover .item-carousel.owl-carousel .owl-next {
	opacity: 1;
	right: -80px;
}
.item-carousel {
	margin-bottom: -50px;
	padding-bottom: 50px;
}
.item-carousel .owl-pagination {
	bottom: 0;
}
.work-full-slider .owl-pagination, .content-slider .owl-pagination {
	bottom: 15px;
}
.single-carousel, .small-item-carousel {
	margin-bottom: 35px;
}
.single-carousel .owl-pagination, .small-item-carousel .owl-pagination {
	position: relative;
	left: 0;
	top: 35px;
	margin: 0;
}
.single-carousel.black .owl-page span, .small-item-carousel.black .owl-page span {
	background: rgba(0,0,0, .15);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.single-carousel.black .owl-page:hover span, .small-item-carousel.black .owl-page:hover span {
	background: rgba(0,0,0, .4);
}
.single-carousel.black .owl-page.active span, .small-item-carousel.black .owl-page.active span {
	background: rgba(0,0,0, .4);
}
.single-carousel.black .owl-prev, .single-carousel.black .owl-next, .small-item-carousel.black .owl-prev, .small-item-carousel.black .owl-next {
	color: rgba(0,0,0, .2);
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.single-carousel.black .owl-prev:hover, .single-carousel.black .owl-next:hover, .small-item-carousel.black .owl-prev:hover, .small-item-carousel.black .owl-next:hover {
	color: rgba(0,0,0, .35);
}
.single-carousel .owl-prev, .small-item-carousel .owl-prev {
	left: -125px;
}
.single-carousel .owl-next, .small-item-carousel .owl-next {
	right: -125px;
}
section:hover .single-carousel .owl-prev, section:hover .small-item-carousel .owl-prev {
	opacity: 1;
	left: -80px;
}
section:hover .single-carousel .owl-next, section:hover .small-item-carousel .owl-next {
	opacity: 1;
	right: -80px;
}
.photo-slider-item {
}
.owl-stage-outer {
	width: 50%;
	margin: 0 auto;
	height: auto;
}
.testimonial {
	text-align: center;
	color: #fff;
}
.testimonial p {
	text-align: center;
	color: #fff;
}
.owl-item h3 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.72rem;
	padding-top: 50px;
}
.owl-item h4 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.56rem;
	padding-top: 50px;
}
.owl-item {
	width: 50%;
	margin: 0 auto;
	height: 400px;
	background: rgba(34,34,34,0.5);
}
.owl-item blockquote {
	border: none;
	min-height: 130px;
}
.morer {
	min-height: 130px;
	padding-top: 0px !important;
}
.owl-carousel {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 400px;
}
.ratings {
	width: 196px !important;
	height: auto;
	text-align: center;
	margin: auto;
}
/* faqs */

.faq-section {
/*	margin: 2x 0;*/
	position: relative;
	
}
.faq-section p {
	display: none;
	
}
.faq-section input {
	position: absolute;
	z-index: 2;
	cursor: pointer;
	opacity: 0;
	display: none\9; /* IE8 and below */
	margin: 0;
	width: 100%;
	height: 36px;
}
.faq-section label+p {
	display: block;
	color: #999;
	font-size: .85em;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
	/* Clipping text */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 0.2rem;
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 5px;
	padding-top: 2px;
	padding-right: 20px;
}
.faq-section input[type=checkbox]:checked~p {
	display: block;
	color: #444;
		font-size: 18px !important;
	/* restore clipping defaults */
	text-overflow: ellipsis;
	white-space: normal;
	overflow: visible;
	padding-left: 7px;
}
.faq-section label {
	font-size: 18px;
	display: block;
	position: relative;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
	color: #F98307;
	padding-right:20px;
}
 .faq-section label::-moz-selection { /* remove text selection when toggle-ing */
 background: none;
}
.faq-section label::selection {
	background: none;
}
.faq-section label:hover {
	background: #f5f5f5;
}
.faq-section input[type=checkbox]:checked~label {
}
.faq-section label::before {
	content: '';
	position: absolute;
	right: 4px;
	top: 50%;
	margin-top: -6px;
	border: 6px solid transparent;
	border-left-color: inherit;
}
.faq-section input[type=checkbox]:checked~label::before {
	border: 6px solid transparent;
	border-top-color: inherit;
	margin-top: -3px;
	right: 10px;
}
.faq-section input{
    position: absolute; 
    z-index: 2;
    cursor: pointer;
    opacity: 0;         
    display: none\9; /* IE8 and below */
    margin: 0;          
    width: 100%;
    height: 36px;
}

/* Gallery CSS */

.gallery .control-operator:target ~ .controls .control-button {
  color: #ccc;
  color: rgba(255, 255, 255, 0.4);
}

.gallery .control-button:first-of-type,
.gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1),
.gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2),
.gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3),
.gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4),
.gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5),
.gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6),
.gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7),
.gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8),
.gallery .control-operator:nth-of-type(9):target ~ .controls .control-button:nth-of-type(9) {
  color: white;
  color: rgba(255, 255, 255, 0.8);
}

.gallery .item:first-of-type {
  position: static;
  pointer-events: auto;
  opacity: 1;
}

.gallery .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  margin:0;
}

.gallery .control-operator {
  display: none;
}

.gallery .control-operator:target ~ .item {
  pointer-events: none;
  opacity: 0;
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}

.gallery .control-operator:target ~ .controls .control-button {
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}

@-webkit-keyframes controlAnimation-2 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  14.3%, 50% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  64.3%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-o-keyframes controlAnimation-2 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  14.3%, 50% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  64.3%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@keyframes controlAnimation-2 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  14.3%, 50% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  64.3%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-webkit-keyframes galleryAnimation-2 {
  0% {
    opacity: 0;
  }

  14.3%, 50% {
    opacity: 1;
  }

  64.3%, 100% {
    opacity: 0;
  }
}

@-o-keyframes galleryAnimation-2 {
  0% {
    opacity: 0;
  }

  14.3%, 50% {
    opacity: 1;
  }

  64.3%, 100% {
    opacity: 0;
  }
}

@keyframes galleryAnimation-2 {
  0% {
    opacity: 0;
  }

  14.3%, 50% {
    opacity: 1;
  }

  64.3%, 100% {
    opacity: 0;
  }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.items-2.autoplay .control-button {
  -webkit-animation: controlAnimation-2 14s infinite;
  -o-animation: controlAnimation-2 14s infinite;
  animation: controlAnimation-2 14s infinite;
}

.items-2.autoplay .item {
  -webkit-animation: galleryAnimation-2 14s infinite;
  -o-animation: galleryAnimation-2 14s infinite;
  animation: galleryAnimation-2 14s infinite;
}

.items-2 .control-button:nth-of-type(1),
.items-2 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-2 .control-button:nth-of-type(2),
.items-2 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

@-webkit-keyframes controlAnimation-3 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  9.5%, 33.3% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  42.9%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-o-keyframes controlAnimation-3 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  9.5%, 33.3% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  42.9%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@keyframes controlAnimation-3 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  9.5%, 33.3% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  42.9%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-webkit-keyframes galleryAnimation-3 {
  0% {
    opacity: 0;
  }

  9.5%, 33.3% {
    opacity: 1;
  }

  42.9%, 100% {
    opacity: 0;
  }
}

@-o-keyframes galleryAnimation-3 {
  0% {
    opacity: 0;
  }

  9.5%, 33.3% {
    opacity: 1;
  }

  42.9%, 100% {
    opacity: 0;
  }
}

@keyframes galleryAnimation-3 {
  0% {
    opacity: 0;
  }

  9.5%, 33.3% {
    opacity: 1;
  }

  42.9%, 100% {
    opacity: 0;
  }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}

.items-3.autoplay .control-button {
  -webkit-animation: controlAnimation-3 21s infinite;
  -o-animation: controlAnimation-3 21s infinite;
  animation: controlAnimation-3 21s infinite;
}

.items-3.autoplay .item {
  -webkit-animation: galleryAnimation-3 21s infinite;
  -o-animation: galleryAnimation-3 21s infinite;
  animation: galleryAnimation-3 21s infinite;
}

.items-3 .control-button:nth-of-type(1),
.items-3 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-3 .control-button:nth-of-type(2),
.items-3 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-3 .control-button:nth-of-type(3),
.items-3 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}

@-webkit-keyframes controlAnimation-4 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  7.1%, 25% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  32.1%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-o-keyframes controlAnimation-4 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  7.1%, 25% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  32.1%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@keyframes controlAnimation-4 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  7.1%, 25% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  32.1%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-webkit-keyframes galleryAnimation-4 {
  0% {
    opacity: 0;
  }

  7.1%, 25% {
    opacity: 1;
  }

  32.1%, 100% {
    opacity: 0;
  }
}

@-o-keyframes galleryAnimation-4 {
  0% {
    opacity: 0;
  }

  7.1%, 25% {
    opacity: 1;
  }

  32.1%, 100% {
    opacity: 0;
  }
}

@keyframes galleryAnimation-4 {
  0% {
    opacity: 0;
  }

  7.1%, 25% {
    opacity: 1;
  }

  32.1%, 100% {
    opacity: 0;
  }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
  pointer-events: auto;
  opacity: 1;
}

.items-4.autoplay .control-button {
  -webkit-animation: controlAnimation-4 28s infinite;
  -o-animation: controlAnimation-4 28s infinite;
  animation: controlAnimation-4 28s infinite;
}

.items-4.autoplay .item {
  -webkit-animation: galleryAnimation-4 28s infinite;
  -o-animation: galleryAnimation-4 28s infinite;
  animation: galleryAnimation-4 28s infinite;
}

.items-4 .control-button:nth-of-type(1),
.items-4 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-4 .control-button:nth-of-type(2),
.items-4 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-4 .control-button:nth-of-type(3),
.items-4 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}

.items-4 .control-button:nth-of-type(4),
.items-4 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}

@-webkit-keyframes controlAnimation-5 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-o-keyframes controlAnimation-5 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@keyframes controlAnimation-5 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-webkit-keyframes galleryAnimation-5 {
  0% {
    opacity: 0;
  }

  5.7%, 20% {
    opacity: 1;
  }

  25.7%, 100% {
    opacity: 0;
  }
}

@-o-keyframes galleryAnimation-5 {
  0% {
    opacity: 0;
  }

  5.7%, 20% {
    opacity: 1;
  }

  25.7%, 100% {
    opacity: 0;
  }
}

@keyframes galleryAnimation-5 {
  0% {
    opacity: 0;
  }

  5.7%, 20% {
    opacity: 1;
  }

  25.7%, 100% {
    opacity: 0;
  }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
  pointer-events: auto;
  opacity: 1;
}

.items-5.autoplay .control-button {
  -webkit-animation: controlAnimation-5 35s infinite;
  -o-animation: controlAnimation-5 35s infinite;
  animation: controlAnimation-5 35s infinite;
}

.items-5.autoplay .item {
  -webkit-animation: galleryAnimation-5 35s infinite;
  -o-animation: galleryAnimation-5 35s infinite;
  animation: galleryAnimation-5 35s infinite;
}

.items-5 .control-button:nth-of-type(1),
.items-5 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-5 .control-button:nth-of-type(2),
.items-5 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-5 .control-button:nth-of-type(3),
.items-5 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}

.items-5 .control-button:nth-of-type(4),
.items-5 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}

.items-5 .control-button:nth-of-type(5),
.items-5 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}

/*6*/

@-webkit-keyframes controlAnimation-6 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-o-keyframes controlAnimation-6 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@keyframes controlAnimation-6 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-webkit-keyframes galleryAnimation-6 {
  0% {
    opacity: 0;
  }

  5.7%, 20% {
    opacity: 1;
  }

  25.7%, 100% {
    opacity: 0;
  }
}

@-o-keyframes galleryAnimation-6 {
  0% {
    opacity: 0;
  }

  5.7%, 20% {
    opacity: 1;
  }

  25.7%, 100% {
    opacity: 0;
  }
}

@keyframes galleryAnimation-6 {
  0% {
    opacity: 0;
  }

  5.7%, 20% {
    opacity: 1;
  }

  25.7%, 100% {
    opacity: 0;
  }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
  pointer-events: auto;
  opacity: 1;
}
.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6) {
  pointer-events: auto;
  opacity: 1;
}

.items-6.autoplay .control-button {
  -webkit-animation: controlAnimation-5 35s infinite;
  -o-animation: controlAnimation-5 35s infinite;
  animation: controlAnimation-5 35s infinite;
}

.items-6.autoplay .item {
  -webkit-animation: galleryAnimation-5 35s infinite;
  -o-animation: galleryAnimation-5 35s infinite;
  animation: galleryAnimation-5 35s infinite;
}

.items-6 .control-button:nth-of-type(1),
.items-6 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-6 .control-button:nth-of-type(2),
.items-6 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-6 .control-button:nth-of-type(3),
.items-6 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}

.items-6 .control-button:nth-of-type(4),
.items-6 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}

.items-6 .control-button:nth-of-type(5),
.items-6 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}
.items-6 .control-button:nth-of-type(6),
.items-6 .item:nth-of-type(6) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}
/*7*/

@-webkit-keyframes controlAnimation-7 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-o-keyframes controlAnimation-7 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@keyframes controlAnimation-7 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-webkit-keyframes galleryAnimation-7 {
  0% {
    opacity: 0;
  }

  5.7%, 20% {
    opacity: 1;
  }

  25.7%, 100% {
    opacity: 0;
  }
}

@-o-keyframes galleryAnimation-7 {
  0% {
    opacity: 0;
  }

  5.7%, 20% {
    opacity: 1;
  }

  25.7%, 100% {
    opacity: 0;
  }
}

@keyframes galleryAnimation-7 {
  0% {
    opacity: 0;
  }

  5.7%, 20% {
    opacity: 1;
  }

  25.7%, 100% {
    opacity: 0;
  }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
  pointer-events: auto;
  opacity: 1;
}
.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6) {
  pointer-events: auto;
  opacity: 1;
}
.gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7) {
  pointer-events: auto;
  opacity: 1;
}

.items-7.autoplay .control-button {
  -webkit-animation: controlAnimation-5 35s infinite;
  -o-animation: controlAnimation-5 35s infinite;
  animation: controlAnimation-5 35s infinite;
}

.items-7.autoplay .item {
  -webkit-animation: galleryAnimation-5 35s infinite;
  -o-animation: galleryAnimation-5 35s infinite;
  animation: galleryAnimation-5 35s infinite;
}

.items-7 .control-button:nth-of-type(1),
.items-7 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-7 .control-button:nth-of-type(2),
.items-7 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-7 .control-button:nth-of-type(3),
.items-7 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}

.items-7 .control-button:nth-of-type(4),
.items-7 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}

.items-7 .control-button:nth-of-type(5),
.items-7 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}
.items-7 .control-button:nth-of-type(6),
.items-7 .item:nth-of-type(6) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}
.items-7 .control-button:nth-of-type(7),
.items-7 .item:nth-of-type(6) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}


.gallery .control-button {
  color: #ccc;
  color: rgba(255, 255, 255, 0.4);
}

.gallery .control-button:hover {
  color: white;
  color: rgba(255, 255, 255, 0.8);
}

/*
	Theme controls how everything looks in Gallery CSS.
*/

.gallery {
  position: relative;
}

.gallery .item {
  height: 630px;
  overflow: hidden;
  text-align: center;
/*  background: #4d87e2;*/
}

.gallery .image1 {
  background:url(../../assets/images/gallery_large_Van_6.jpg');
  background-size:cover;
  background-position-y: 45%;
}
.gallery .image2{
  background:url('../../assets/images/MrLockDoc-Ltd-Essex-2017-1.jpg');
  background-size:cover;
  background-position-y: 75%;
  background-position-x: 70%;
}
.gallery .image3 {
  background:url('../../assets/images/MrLockDoc-Ltd-Essex-2017-9.jpg');
  background-size:cover;
  background-position-y: 75%;
}
.gallery .image4 {
  background:url('../../assets/images/MrLockDoc-Ltd-Essex-2017-8.jpg');
  background-size:cover;
  background-position-y: 37%;
}
.gallery .image5{
  background:url('../../assets/images/MrLockDoc-Ltd-Essex-2017-7.jpg');
  background-size:cover;
  background-position-y: 75%;
}
.gallery .image6 {
  background:url('../../assets/images/MrLockDoc-Ltd-Essex-2017-6.jpg');
  background-size:cover;
  background-position-y: 75%;
}
.gallery .image7 {
  background:url('../../assets/images/MrLockDoc-Ltd-Essex-2017-5.jpg');
  background-size:cover;
  background-position-y: 75%;
}
.gallery .image8 {
  background:url('../../assets/images/MrLockDoc-Ltd-Essex-2017-4.jpg');
  background-size:cover;
  background-position-y: 75%;
}
.gallery .image9 {
  background:url('../../assets/images/gallery_large_Van_6.jpg');
  background-size:cover;
  background-position-y: 75%;
}


.gallery .controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.gallery .control-button {
  display: inline-block;
  margin: 0 .02em;
  font-size: 3em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color .1s;
  -o-transition: color .1s;
  transition: color .1s;
}
.galh1{
color:#fff;
text-transform:uppercase;
font-size:2.5rem;
}
#page-desc-footer {
	width: 100%;
	border-top: 2px solid #F98307;
	border-bottom: 2px solid #F98307;
	padding: 20px;
	margin-bottom:40px;
	text-align:center;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
.medium-2-5 {
    width: 50.0000% !important;
}
ul.services-list li {
    font-size: 12px;
}

}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
.medium-2-5 {
    width: 50.0000% !important;
}
ul.services-list li {
    font-size: 12px;
}

}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 

.medium-2-5 {
    width: 50.0000%;
}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { 
.medium-2-5 {
    width: 100.0000%;
}

}
.divspacerforty{
	height:36px;		
}